
.text-justify {
    text-align: justify;
}

.pt-10 {
    padding-top: 10px;
}
.pb-0 {
    padding-bottom: 0px;
}
.header-info-widget h3 {
    text-transform: lowercase;
}
.mail-address h3{
    text-transform: lowercase;
}

/* appoinment */
.book-appoinment-box {
    padding: 40px;
}
@media (min-width: 992px) {
    .book-appoinment-box {
        padding-bottom: 0px;
    }
}
@media (min-width: 992px) {
    .sevice-case-last {
        padding-top: 90px;
        text-align: center;
    }
}
/* welcome text  */
.welcome-para h1 {
    font-size: 40px;
}
.welcome-right {
    padding-top: 6.5rem;
}
@media (max-width: 992px) {
    .welcome-right {
        padding-top: 0px;
    }
}


/* Privecy Policy  */

.discription-section {
    margin: 65px 0px;
    padding-right: 12px;
    padding-left: 12px;
}
.discription-section h1 {
    font-family: var(--title-fonts);
    font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    word-break: break-word;
    text-align: center;
}
.discription-title {
    margin-bottom: 15px;
    font-family: var(--title-fonts);
    font-weight: 500;
    color: var(--dark-grey-color);
    font-style: normal;
     text-transform: capitalize;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
}

.discription-text {
    padding: 10px;
    font-size: 16px;
    text-align: justify;
}

/* career  */

.Career-content {
    margin-top: 10px;
}
.career-title {
    font-size: 20px;
}
.career-title h1{
    font-size: 20px;
    line-height: 20px;
}

.Career-card {
    height: auto;
    margin-top: 20px;
    background-color: #d5e4f3;
    padding: 35px;
    border-radius: 20px;
}
@media (max-width: 800px) {
    .Career-card {
      height: auto;
    }
}
.career-desc {
    padding: 2px;
}

/* Modal  */

.opinion-file {
    margin-left: 108px;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 2; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.7);
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #e4e1e1;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: auto;
  }
  @media (max-width: 592px) {
    .modal-content {
        width: 90%;
    }
}

.apply-button{
    margin-left: 50px;
}
.apply-button button{
    margin-top: 10px;
    padding: 12px 40px;
    text-align: center;
}
  /* The Close Button */
  .close {
    color: #aaaaaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    display: block;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .feed-form {
    margin-top: 10px;
    padding: 10px 18px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .feed-form input {
    height: 54px;
    border-radius: 5px;
    background: white;
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4B4B4B;
  }
  .feed-form textarea{
    height: 60px;
    border-radius: 5px;
    background: white;
    margin-bottom: 15px;
    border: none;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #4B4B4B;
  }
  .form-heading {
      font-size: 20px;
      padding-bottom: 20px;
      text-align: center;
  }
  .cv-file {
      padding-top: 10px;
  }

  .feed-form button {
      margin-top: 15px;
  }
  
  .opinion-img img{
      float: right;
      padding: 10px 20px 10px;
  }

  @media (max-width: 776px) {
    .featured-content p {
        clear: both;
    }
}
@media (max-width: 776px) {
    .opinion-img img {
        width: 100%;
        padding: 20px 5px;
    }
}