.all-book-form label {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
}
.all-book-form label span {
    color: #00B1FF;
}

/* Check box css  */
.check-box .new {
    padding: 50px;
  }
  
 .check-box .form-group {
    display: block;
    margin-bottom: 15px;
  }
  
 .check-box .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
 .check-box .form-group label {
    position: relative;
    cursor: pointer;
  }
  
 .check-box .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #636060;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
 .check-box .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

/* End of Check box css  */

.all-book-form label {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
}
.all-book-form input {
    padding: 14px 15px;
    border-radius: unset;
}
.all-book-form select {
  padding: 14px 15px;
  border-radius: unset;
}

.all-book-form input#exampleFormControlInput1::placeholder {
    color: #959EAD;
    font-family: 'Poppins';
    font-weight: 200;
}

.all-book-form .form-group {
    margin: 7px 13px;
}
section.book-appointment-sec .container {
    border: 1px solid #0000002e;
    padding: 0px 50px;
    padding-bottom: 50px;
}

section.book-appointment-sec .row {
    display: flex;
    align-items: center;
}
.book-appointment-head {
    text-align: center;
    padding-top: 30px;
}
section.book-appointment-sec {
    width: 40%;
    margin: 0 auto;
    padding: 90px 0px;
}
.buisness-head h5::before {
    content: '';
    background-color: #00B1FF;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 279px !important;
    top: 7px;
}

.buisness-head h5 {
   
    left: 0 !important;
    
}
.all-book-form textarea#exampleFormControlTextarea1 {
  color: #000000;
  font-family: 'Poppins';
  /* font-weight: 200; */
  height: 140px;
  border-radius: unset;
  resize: none;
  margin-bottom: 70px;
  box-shadow: none;
}
.all-book-form textarea#exampleFormControlTextarea1::placeholder {
  font-weight: 200;
}
.check-box .form-group label {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
}
.div-border {
    border-top: 1px solid #dcdcdc;
    padding: 20px;
    margin: 0px 0px;
}

.buisness-head p {
    font-size: 12px !important;

}
.buisness-head h5::before {
  left: 132px !important;
}

.apply-head h5::before {
  left: 133px !important;
  
}



@media(max-width: 1600px) {
  section.book-appointment-sec {
    width: 49%;
    margin: 0 auto;
    padding: 90px 0px;
}
}

@media(max-width: 1440px) {
 
section.book-appointment-sec {
  width: 48%;
  margin: 0 auto;
  padding: 90px 0px;
}
section.book-appointment-sec .container {
  
  padding: 0px 22px;

}
.buisness-head p {
  font-size: 11px !important;
}
}

@media(max-width: 1366px) {
    section.book-appointment-sec {
        width: 55%;
    }

    .buisness-head h5::before {
        
        left: 183px !important;
        
    }
    section.book-appointment-sec {
      width: 48%;
      margin: 0 auto;
      padding: 90px 0px;
    }
    section.book-appointment-sec .container {
  
      padding: 0px 22px;
    
    }
    .buisness-head p {
      font-size: 11px !important;
  }

}

/* ===================== FILE INPUT ===================== */
.file-area {
    width: 100%;
    position: relative;
}
  
    input[type="file"] {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      cursor: pointer;
    }
  
    .file-dummy {
      width: 100%;
      padding: 30px;
      background: rgba(255, 255, 255, 0.2);
      border: 1px dashed #b2b6be!important;
      text-align: center;
      transition: background 0.3s ease-in-out;
    }
    /* .book-btn-appointment {
        margin-top: 30px;
    } */
    span.change-file-color {
        color: #00b1ff;
    }
    
  
    :hover .file-dummy {
      background: rgba(255, 255, 255, 0.1);
    }
  
    input[type="file"]:focus + .file-dummy {
      outline: 2px solid rgba(255, 255, 255, 0.5);
      outline: -webkit-focus-ring-color auto 5px;
    }
  
    input[type="file"]:valid + .file-dummy {
      border-color: rgba(0, 255, 0, 0.4);
      background-color: rgba(0, 255, 0, 0.3);
    }
  
    .success {
        display: inline-block;
        color: #00000057;
    }
      .default {
        display: none;
      }
 
  
  /* ===================== BASIC STYLING ===================== */
  

  
  
  .form-controll {
    display: block;
    padding: 8px 16px;
    width: 100%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 200;
  }
  
    :focus {
      outline: 2px solid rgba(255, 255, 255, 0.5);
      outline: -webkit-focus-ring-color auto 5px;
    }
  
  
  button {
    padding: 8px 30px;
    background: rgba(255, 255, 255, 0.8);
    color: #053777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border: 0;
    text-shadow: 0 1px 2px #fff;
    cursor: pointer;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    font-family: 'Poppins' !important;
    
    padding: 10px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da !important;
  height: 52px !important;
  border-radius: unset !important;
  outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

  top: 12px !important;
  
}

  @media(max-width: 1440px) {

  section.book-appointment-sec {
    width: 60%;
    margin: 0 auto;
    padding: 90px 0px;
}
.buisness-head h5::before {
  left: 212px !important;
}

  }

  @media(max-width: 1366px) {

    section.book-appointment-sec {
      width: 60%;
      margin: 0 auto;
      padding: 90px 0px;
  }
  .buisness-head h5::before {
    left: 190px !important;
}
    }

  
    @media (max-width: 1280px) {
      section.book-appointment-sec {
        width: 62%;
    }
    }
    @media (max-width: 1024px) {
      section.book-appointment-sec {
        width: 69%;
    }
    }
    @media (max-width: 991px) {
      section.book-appointment-sec {
        width: 70%;
    }
    .book-appointment-head h5::before {
      left: 120px !important;
  }
  .book-btn-appointment {
    margin-top: 0 !important;
}
.book-now-btn {
  text-align: end !important;
}

    }
    @media (max-width: 820px) {
      section.book-appointment-sec {
        width: 85%;
    }
    }

    
    
    @media (max-width: 768px) {
      section.book-appointment-sec {
        width: 92%;
    }
    }

    @media (max-width: 667px) {
      .book-appointment-head h5::before {
        content: "";
        background-color: #00b1ff;
        position: absolute;
        width: 50px;
        height: 1px;
        left: 96px !important;
        top: 7px;
    }

    }
    @media (max-width: 575px) {
      section.book-appointment-sec {
        width: 100%;
    }
    .buisness-head h5::before {
      left: 108px !important;
  }
  .book-now-btn.book-btn-appointment {
    padding-bottom: 30px;
}
.book-now-btn a {
  padding: 6px 14px;
  font-size: 12px;
}
.book-now-btn.book-btn-appointment {
  text-align: center;
}
section.book-appointment-sec .container {
  padding: 0px 11px !important;
}
section.book-appointment-sec {
  
  margin: 0 auto;
  padding: 0px 0px;
}
.file-area {
  width: auto !important;
}
.all-book-form .form-group {
  margin: 7px 13px;
  margin-bottom: 30px;
}
.apply-now-btn-for-margin {
  text-align: center !important;
}
    }
    @media (max-width: 414px) {
      .buisness-head h5::before {
        left: 28px !important;
    }
    .book-now-btn.book-btn-appointment {
      padding-bottom: 30px;
  }
  .book-now-btn a {
    padding: 6px 14px !important;
    font-size: 12px !important;
}
.book-now-btn.book-btn-appointment {
  text-align: center;
}
.buisness-head h5 {
  font-size: 9px !important;
}
    }
    @media (max-width: 390px) {
      .footer-envlope {
          padding: 15px 21px !important;
      }
      }
    
    @media (max-width: 375px) {
      .buisness-head h5 {
        font-size: 9px !important;
      }
      .buisness-head h5::before {
       
        top: 4px !important;
    }
    .buisness-head h5::before {
      left: 23px !important;
  }
    }
    @media (max-width: 360px) {
      .buisness-head h5 {
        font-size: 10px !important;
    }
    .buisness-head h5::before {
      left: 9px !important;
  }
  .contact-us-head-things h5::before {
    left: 51px !important;
}
.book-now-btn.book-btn-appointment {
  padding-bottom: 30px;
}
.book-now-btn a {
  padding: 6px 14px !important;
  font-size: 12px !important;
}
    }
    @media (max-width: 320px) {
      .buisness-head h5::before {
        left: 5px !important;
    }
    .buisness-head p {
      font-size: 8px !important;
  }
  .buisness-head h5 {
    font-size: 8px !important;
}
.book-now-btn.book-btn-appointment {
  padding-bottom: 30px;
}
.book-now-btn a {
  padding: 6px 14px !important;
  font-size: 12px !important;
}
    }

    .applay-now-btn-sec-all {
      padding: 90px 0px !important;
  }
  .apply-now-btn-for-margin {
    margin-top: 40px !important;
}
.applay-now-btn-sec-all .container {
  padding: 60px 20px !important;
}