
/** appointment-section **/

.appointment-section{
  position: relative;
}

.appointment-section .inner-container{
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  margin-top: -50px;
}
.appointment-section .inner-box .inner-box-start span{
    color:#67A2D7;
}
.appointment-section .health-appointment-box{
    margin-bottom:2rem;
}
.form-container {
            background: white;
            border-radius: 8px;
}
.contact-card {
    display:flex;
    flex-direction:column;
    gap:0.8rem;
    border-radius:40px;
    background-image:url('../../images/faq-background.png');
    background-size:cover;
    background-repeat:no-repeat;
            color: white;
            padding: 45px 20px 110px 40px;
            border-radius: 10px;
}
#contact-form h2{
    color: #032642;

font-family: "DM Sans";
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px; /* 110% */
letter-spacing: -0.92px;
}
#contact-form span{
    color: #67A2D7;
    font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px;
letter-spacing: -0.92px;
}
#contact-form #special-paragraph{
    color: #F4F5F9;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 16px; 
}
.contact-card h5{
 color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 22px;
}

.contact-card p{
color: #F4F5F9;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;
}
.contact-card a {
            text-decoration: none;
            color: white;
            display: inline-block;
            padding: 10px 15px;
            background-color: #1d4ed8;
            border-radius: 5px;
            margin-top: 10px;
}
.accordion{
    margin-top:2rem;
}
#faqAccordion #accordion-style{
    border-bottom: 1px solid rgba(86, 89, 105, 0.14);
    padding:10px;
}
#faqAccordion #accordion-last-style{
    padding:10px;
}
.accordion-button {
            font-weight: bold;
}
.appointment-style-two #contact-form .form-inner h2{
color: #032642;
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px; 
letter-spacing: -0.92px;
}
.appointment-style-two #contact-form .form-inner span{
color: #67A2D7;
font-family: "DM Sans";
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: 50.6px;
letter-spacing: -0.92px;
}
.form-group {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 5px;
}
.form-container .contact-message{
    border: 1px solid rgba(86, 89, 105, 0.14);
background: #FFF;
    padding: 10px;
    border-radius:10px;
}
.appointment-box #textarea-appointment{
    margin-left:5px;
}
.form-container .form-group-two {
    flex: 1;
    border-radius: 10px;
border: 1px solid rgba(86, 89, 105, 0.14);
background: #FFF;
    padding: 16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

        .form-group input,
        .form-group textarea {
            border: none;
            outline: none;
            width: 100%;
            padding: 5px;
            font-size: 16px;
        }

        .form-group i {
            margin-right: 10px;
            color: #888;
        }

        textarea {
            resize: none;
            height: 100px;
        }

        .submit-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #4a90e2;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
        }

        .submit-btn i {
            margin-left: 10px;
        }

        .form-row {
            display: flex;
            gap: 10px;
        }

        .form-row .form-group {
            flex: 1;
        }
.appointment-style-two #contact-form{
    margin-top:1rem;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.form-inner .appointment-box{
    display:flex;
    gap:10px;
}
.contact-box {
    display: flex;
    align-items: center;
    background: #032642;
    color: white;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.contact-box i {
    border-radius: 30px;
    background: #F4F5F9;
    width: 60px;
    height: 60px;
    padding: 15px;
    font-size: 24px;
    margin-right: 15px;
    color: #4a90e2;
    display:flex;
    justify-content: center;
    align-items: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-title {
    color: #F4F5F9;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px; 
text-transform: capitalize;
}

.contact-detail {
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.appointment-section h4{
    font-size: 36px;
font-style: normal;
font-weight: 600;
  position: relative;
  display: block;
  line-height: 32px;
  color: #000;
  background: #fff;
  padding: 30px 0px 0px 40px;
  border-radius: 27px 10px 0px 0px;
}
.inner-box-start{
    display:flex;
    justify-content:space-between;
}
.inner-box-start p{
    font-weight: 400;
    color:#565969;
    padding:19px 30px 21px 50px;
} 
.appointment-section .inner-box{
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  background: #fff;
}

.appointment-section .inner-box .form-inner{
    width:100%;
  position: relative;
  padding: 25px;
}

.appointment-section .form-inner .form-group{
  position: relative;
  margin-bottom: 25px;
}

.appointment-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group .nice-select{
  position: relative;
  display: block;
  width: 90%;
  height: 60px;
  border: 1px solid #D9D9D9;
  color: rgba(87, 87, 87, 0.60);
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  transition: all 500ms ease;
}

.appointment-section .form-inner .form-group input:focus{

}

.appointment-section .form-inner .form-group .theme-btn{
  width: 100%;
}

.appointment-section .schedule-box{
  position: relative;
  padding: 40px 48px 49px 48px;
}

.appointment-section .schedule-box .list-item li{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.appointment-section .schedule-box .list-item li:last-child{
  margin-bottom: 0px;
}

.appointment-section .schedule-box .list-item li .day{
  position: relative;
  display: inline-block;
  margin-right: 28px;
  min-width: 36px;
}

.appointment-section .schedule-box .list-item li .line{
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(87, 87, 87, 0.60);
}

.appointment-section .schedule-box .list-item li .time{
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 20px;
  min-width: 100px;
}

.appointment-section .schedule-box .list-item li span{
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
  font-weight: 500;
}

.appointment-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 491px;
  height: 480px;
  background-repeat: no-repeat;
}


/** appointment-style-two **/

.appointment-style-two{
  position: relative;
}

.appointment-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 154px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.appointment-style-two .bg-layer:before{
  position: absolute;
  content: '';
  background: #142458;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.appointment-style-two .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
}

.appointment-style-two .video-btn a:before,
.appointment-style-two .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-style-two .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.appointment-style-two .inner-box h2{
  display: block;
  font-size: 43px;
  line-height: 63px;
  color: #fff;
  font-weight: 700;
}

.appointment-style-two .lower-content{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}

.appointment-style-two .lower-content .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-right: -15px;
}

.appointment-style-two .lower-content .image-box img{
  width: 100%;
  border-radius: 5px;
}

.appointment-style-two .lower-content .form-inner{
  position: relative;
  display: block;
  padding: 55px 55px 55px 40px;
}

.appointment-style-two .lower-content .form-inner .sec-title h2{
  font-size: 31px;
  line-height: 38px;
}

.appointment-style-two .lower-content .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.appointment-style-two .lower-content .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.appointment-style-two .lower-content .form-inner .form-group input[type='text'],
.appointment-style-two .lower-content .form-inner .form-group input[type='email'],
.appointment-style-two .lower-content .form-inner .form-group textarea,
.appointment-style-two .lower-content .form-inner .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  color: #575757;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.appointment-style-two .lower-content .form-inner .form-group .nice-select{
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px;
}

.appointment-style-two .lower-content .form-inner .form-group .icon{
  position: absolute;
  top: 10px;
  right: 23px;
  font-size: 20px;
  z-index: 1;
}

.appointment-style-two .lower-content .form-inner .theme-btn{
  width: 100%;
}




/** rtl-css **/

.rtl .appointment-section .schedule-box .list-item li .day{
  margin-right: 0px;
  margin-left: 28px;
}

.rtl .appointment-section .schedule-box .list-item li .time{
  margin-left: 0px;
  margin-right: 20px;
}

.rtl .appointment-style-two .lower-content .form-inner .form-group .icon{
  right: inherit;
  left: 23px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .appointment-section .inner-box .form-inner{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .appointment-style-two .inner-box h2{
    font-size: 32px;
    line-height: 42px;
  }

  .appointment-style-two .inner-box h2 br{
    display: none;
  }

  .appointment-style-two.contact-page{
    padding: 0px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){
  .appointment-section .inner-box .form-inner,
  .appointment-section .schedule-box,
  .appointment-style-two .lower-content .form-inner{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){
  
}









































