@font-face {
  font-family: "Aptos";
 
  src: url("../fonts/Aptos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


*{
 font-family: "Aptos";
}


.header {
    border-top: 7px solid #B85B28;
    background-image: linear-gradient(to right,#E59755,#FCE298);
}

.header .logo-img img{
width:76px;
}


p{
font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;



}
.website-subheadings{
  font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #222222;
    padding: 0;
    margin-bottom: 30px;

}


.carousel-control-next-icon {
    display:flex;
    justify-content:center;
    background: none !important;
    position: relative;
}

.carousel-control-prev-icon {
    display:flex;
    justify-content:center;
    background: none !important;
    position: relative;
}
.carousel-control-next, .carousel-control-prev {
    
    opacity: 0.8;
   
}


span.carousel-control-next-icon:after {
    position: absolute;
    content: '\f105';
    font-family: 'font awesome 6 free';
    font-weight: 900;
    font-size: 21px;
}


span.carousel-control-prev-icon:after {
    position: absolute;
    content: '\f104';
    font-family: 'font awesome 6 free';
    font-weight: 900;
    font-size: 21px;
}


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.header .logo-name p {
   font-family: "Aptos";
    font-size: 34px;
    font-weight: 700;
    line-height: 34.5px;
    margin-bottom: 0;
    color: #191710;
}

.header .left-container{
padding:15px 0;
gap:20px;

}


.header .right-container .fa-brands{
    font-size: 17px;
    padding:10px 10px;
    font-weight:600;
}
.header .right-container .address{
    display: flex;
    margin-top: 15px;
}


.header .right-container .address p{
margin:0;
font-family: "Aptos";
font-size: 18px;
font-weight: 600;
line-height: 19.45px;
}

.header .right-container .social-mediaicons-wrapper em {
    color: #191710;
}


    .header .right-container .address .fa-solid {
        margin-right: 10px;
        margin-top: 2px;
    }

.header .navbar-expand-lg{
    padding:0;
}

.header .nav-item a{
    font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 19.45px;
    color:#FFF9D5 !important;
    
    padding:15px 0 17px 0;
}

.header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    font-weight:900;
    border-bottom: 3px solid #FFF9D5;
}

.header .dropdown-menu a{
    color:#000 !important;
}



.header .row-orangebg{
    background-color: #B75B28;
}

.header .row-orangebg .container{
padding:0;
}


.navbar-nav .dropdown-menu a {
    transition: 1s ease;
    position: relative;
}




.navbar-nav .dropdown-menu a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #B75B28;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-nav .dropdown-menu a:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}





.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


.nav-item:hover .dropdown-menu {
    display: block;
}


.nav-link.dropdown:hover {
    color: #007bff; 
    text-decoration: none;
}


.nav-item i {
    margin-left: 5px;
    color: #FFF9D5;
}


.navbar-nav .nav-item{
    display:flex;
    align-items:center;
    position:relative;
}



.navbar-nav .dropdown-menu .dropdown-item {
    padding: 15px 20px;
}

.navbar-nav .dropdown-menu {
    padding:0;
}

.banner .carousel-control-next
    {
    justify-content:center;
    
}
.banner .carousel-control-prev {
    justify-content:center;
 }


.banner .carousel-control-prev,.banner .carousel-control-next{
background-color:  #302C24;
color:#FFFFFF;
width:45px;
height:45px;
right:1px;
align-items: center;
justify-content:center;
top:45%;
transform: translateY(-50%);
display:none !important;
}


.banner .carousel-caption h2,
.banner .carousel-caption p{
    text-align: left;
}

.banner .carousel-caption h2{
    margin-bottom: 25px;
   font-family: "Aptos";
font-size: 28px;
font-weight: 700;
line-height: 34.03px;


}

.banner .carousel-caption p{
    margin-bottom: 0px;
  font-family: "Aptos";
font-size: 18px;
font-weight: 400;
line-height: 21.88px;

}


.banner .carousel-caption{
    background-color:#302C24;
    bottom:0;
    padding:0 !important;
    width:40%;
    left:7%;
}


.banner .carousel-caption .btn-bookanappointment{
    float: left;
    padding:12px 20px;
}
section.banner{
position: relative;
}

section.banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#E7AD63 ,#FCE78B ,#B7C1EA , #C83826 , #736FA0 , #84B762 , #E7AD63 , #FCE78B );
    transition: width 0.4s ease;
}


.btn-bookanappointment{
    background-color:#B85B28;
    color:#FFF9D5;
 font-family: "Aptos";
font-size: 20px;
font-weight: 400;
line-height: 23px;
padding:15px 15px;

}

.btn-bookanappointment:hover{
    color:#FFF9D5;

}

.learnmore{
    background-color:#B85B28;
    color:#FFF9D5;
   font-family: "Aptos";
font-size: 20px;
font-weight: 400;
line-height: 23px;
padding:12px 20px;
}

.learnmore:hover{
    color:#FFF9D5;
}



.introduction {
    padding: 50px 0;
}

.introduction .col-lg-4{
    position: relative;
}

.introduction  .content {
    position: absolute;
    bottom: 0%;

    width: 82%;
    left: 12px;
    height: 66px;
    padding: 31px 0px;
}

.introduction .content h5{
   font-family: "Aptos";
    font-size: 24px;
    font-weight: 400;
    line-height: 27.6px;
    text-align: left;
    color:#FFFFFF;
    margin-bottom: 15px;
}

.introduction .content p{
   font-family: "Aptos";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color:#FFFFFF;
    margin-bottom: 30px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}

.services-section .service-box{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
   padding:40px 15px;
   position: relative;
}


.services-section .service-box:hover{
    top:-10px;
}

.services-section .service-box img{
    width:104px;
    height:102px;
    margin-bottom: 30px;
    position: relative;
    left:50%;
    transform:translateX(-50%);
}

.services-section .service-box p{
  font-family: "Aptos";
font-size: 15px;
font-weight: 400;
line-height: 20.01px;
text-align: center;
height:60px;
color:rgb(33, 37, 41)


}
.services-section h2{
    font-family: "Aptos";
    font-size: 36px;
    font-weight: 700;
    line-height: 32.2px;
    text-align: left;
    color:#D96904;
    margin-bottom: 30px;
    text-align:center;
}
.contact-section .left-container .img-box {
    position: relative;
}

.contact-section .left-container .img-box img{
    width: 100%;
}


.contact-section .left-container .img-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(183, 91, 40, 0.85); 
    pointer-events: none; 
    z-index: 1; 
}


.contact-section .right-container {
    position: relative;
}

.contact-section .right-container a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


.contact-section .left-container .content{
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 1;
}

.contact-section .left-container .content h2{
   font-family: "Aptos";
    font-size: 24px;
    font-weight: 400;
    line-height: 27.6px;
    color:#FFFFFF;
    margin-bottom: 15px;
    text-align: left;
 
}
.contact-section .left-container .content p{

    font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 19.45px;
    text-align: left;
    color:#ffffff;
}


.contact-section .contact-intro{
    color: #444444;
    font-family: "Aptos";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
   
    
    margin-bottom: 50px;
}



.footer{
    background-color: #191710;
    padding:30px 0;
}
.footer h2{
  font-family: "Aptos";
    font-size: 22px;
    font-weight: 400;
    line-height: 25.3px;
    text-align: left;
    color:#fff;
    margin-bottom: 20px;
}
.footer p{
   font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color:#fff;
}

.footer .col-lg-4 ul li a {
  font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color:#fff;
}

li{
    list-style: none;
}


.footer ul{
    padding: 0;
}

.footer .col-lg-4:nth-child(2) h2{
    padding-left:59px;
}

a{
    text-decoration: none;
}
.footer a{
    display: block;
}



.footer .location{
  font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.8px;
    text-align: left;
    color:#ffff;
    margin-bottom: 10px;
}

.footer .p {
    font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.8px;
    text-align: left;
    color:#ffff;
    margin-bottom: 10px; 
}

.footer li a{
 font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.8px;
    text-align: left;
    color:#ffff;
    pointer-events:none;
    
}
.footer .col-lg-3 a.mail{
text-decoration:underline;
}

.footer .row{
justify-content:space-between;
}

.footer .phone{
  font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 22.8px;
    text-align: left;
    color:#ffff;
    margin-bottom: 10px; 
}




.footer .fa-solid{
    margin-right:10px;
}


.introduction .home-introsection{
    position: relative;
    overflow: hidden;
}


.introduction .home-introsection img{
width:100%;
}


.introduction .home-introsection .owl-stage-outer{
    display:flex;
}

.introduction .home-introsection .owl-stage-outer .owl-stage{
    display:flex;
}


.introduction .home-introsection .owl-dots{
    display: none;
}


.introduction  .custom-nav .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    background-color: transparent;
    border:none;
}

.introduction{
    position: relative;
}

.introduction .home-introsection .owl-prev,.introduction .home-introsection .owl-next{
    display: none;
}

.bottom-footer{
    background-color: #B75B28;
}

.bottom-footer p{
    margin:0;
}

.bottom-footer ul{
    padding: 0;
    margin:0;
}

.bottom-footer p{
   font-family: "Aptos";
font-size: 15px;
font-weight: 400;
line-height: 15.8px;
text-align: left;
color:#FFF9D5;

}

.bottom-footer .fa-brands {
    font-size: 17px;
    padding: 10px 10px;
    font-weight: 600;
    color:#FFF9D5;
}


.bottom-footer .row{
    padding:15px 0;
}

.dropdown-toggle::after {
    display: none;
}

.header .nav-item.dropdown i{
    position: absolute;
    right: -11px;
    top: 18px;
    color: #FFF9D5 ;
}

.banner-img{
    position: relative;
}

.banner-img .page-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 font-family: "Aptos";
font-size: 54px;
font-weight: bold;
line-height: 62.09px;
color: #fff;
text-transform:uppercase;
}

.getintouch{
    padding: 60px 0;
}

.getintouch img{
    width:100%;
}

.getintouch .col-lg-12{
    position: relative;
}

.getintouch .col-lg-12 .content{
    position: absolute;
    right:12px;
     bottom: 0;
     background-color: #302C25F2;
     padding:30px 30px 0px 30px;
     border-top-left-radius: 5px;
}
.getintouch .col-lg-12 .content h2{
    font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 27.6px;
    color:#fff;
    margin-bottom: 15px;
}
.getintouch .col-lg-12 .content ul li a{
   font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 15.8px;
    text-align: left;
    color: #fff;
}
.getintouch .col-lg-12 .content ul{
    padding:0;
    margin:0;
}
.getintouch .col-lg-12 .content ul li{
    margin-bottom: 15px;
}


.getintouch .col-lg-12 .content ul li em{
    margin-right:15px;
}




.getintouch .row-description p{
   font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    margin-bottom: 30px;
   color:#444444;
}


.getintouch .row-description h2{
font-family: "Aptos";
    margin:50px 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 27.6px;
    color: #222222;
}


.getintouch  .form-label{
    font-family: "Aptos";
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
text-align: left;
color:#222222;

}

.getintouch .form-control{
    padding:13px 15px;
}


/*.getintouch .col-lg-6:nth-child(odd) {
    padding: 0px 40px 0px 80px;
}


.getintouch .col-lg-6:nth-child(even) {
    padding: 0px 80px 0px 40px;
}*/


.getintouch .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #8e949b;
    outline: 0;
    box-shadow: none;
}

.getintouch .form-check-input{
    width:30px;
    height:30px;
}

.getintouch .form-check-input:checked {
    background-color: #B75B28;
    border:none;
}

.getintouch .input-boxwrapper{
    margin-bottom: 40px;
}

.getintouch  .checkbox-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.getintouch  label.form-check-label{
  font-family: "Aptos";
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    
}

.getintouch .btn-submit{

        background-color: #B85B28;
        color: #FFF9D5;
       font-family: "Aptos";
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        padding: 10px 50px;
        position: relative;
        left: 40%;
        margin-top: 30px;
        border-radius: 2px;

}



.map iframe {
    height:475px;
    
}

.map{
    padding-bottom:60px;
}


.page-content .question-ans{
    padding:60px 0;
}

.page-content .box .question {
   font-family: "Aptos";
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    margin-bottom: 15px;
}
.page-content .box .ans{
    font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 30px;
}

.page-content  .imgoverlay .container {
    position: relative;
}

.page-content .imgoverlay .overlay {
    position: absolute;
    bottom: 0;
    right: 12px;
    background:#B75B28;
    padding:15px 30px;
}
.page-content .imgoverlay .overlay ul{
    padding:0;
    margin:0;
    margin-left:17px;
}
.page-content .imgoverlay .overlay h2{
   font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 39.6px;
    text-align: left;
    color:#fff;
}

.page-content .imgoverlay .overlay ul li{
   font-family: "Aptos";
font-size: 16px;
font-weight: 400;
line-height: 23.45px;
text-align: left;
color:#fff;
list-style: disc;
}


.page-content .smalldescription{
    padding:60px 0;
}
.page-content .smalldescription p{
  font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-bottom: 20px;
}
.page-content .smalldescription p:last-child{
    margin-bottom: 0;
}


.introtextpaitentform {
    padding:60px 0;
}

.introtextpaitentform .col-lg-7{
    padding-right:50px;
}

.introtextpaitentform .col-lg-7 p{
    font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:#444444;
}


.Neuropsychology-Questionnaires .grey-box {
    background:#F5F5F5;
    padding:30px 40px;
}
.Neuropsychology-Questionnaires h2{
    font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 40px;
    color:#222222;
}


.Neuropsychology-Questionnaires .row .col-lg-6{
    margin-bottom: 60px;
}

.Neuropsychology-Questionnaires .grey-box p.heading {
    margin-bottom: 27px;
   font-family: "Aptos";
font-size: 20px;
font-weight: 400;
line-height: 28px;
text-align: left;
color:#222222;

}

.Neuropsychology-Questionnaires .col-lg-6:nth-child(even) {
    padding-right: 50px;
}
.Neuropsychology-Questionnaires .col-lg-6:nth-child(odd) {
    padding-left: 50px;
}

.our-team{
    padding:60px 0;
}


.our-team .row > .col-lg-2{
    width:25% !important
}

.our-team .row > .col-lg-10{
    width:75% !important
}

.our-team .row > .col-lg-2 ul{
    box-shadow: 0px 4px 10px 1px #00000026;
    padding:10px;

}
.our-team h2{
   font-family: "Aptos";
font-size: 28px;
font-weight: 700;
line-height: 32.2px;
text-align: left;
color:#D96904;
padding-left:1rem;

}
.our-team .row > .col-lg-2 #myTeam .nav-link{
    font-family: "Aptos";
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color:#222222;
    border:none;
}

    .our-team .row > .col-lg-10 p.doctor-name {
       font-family: "Aptos";
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        color: #222222;
        margin: 20px 0;
        border: none;
    }

.our-team .row > .col-lg-10 p.specification {
   font-family: "Aptos";
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #444444;
}
.our-team .row > .col-lg-10 .description{
    font-family: "Aptos";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #444444;
}


.our-team .row > .col-lg-2 #myTeam .nav-link span{
 font-size: 20px;
}

.our-team .row > .col-lg-2 #myTeam .nav-link.active{
  border:none;
    color:#E7AD63;
}

.AccepetedInsurancePlans {
    background-color:#F5F5F5 ;
    padding:30px 0;
    margin-top:20px;
}

.AccepetedInsurancePlans h2{
   font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color:#222222;
    padding-left: 20px;
    margin-bottom: 20px;
}



.AccepetedInsurancePlans ul{

padding-left:35px;
}
.howinsuranceworks{
    padding: 60px 0;
}

.howinsuranceworks .col-lg-3 .box:hover{
    margin-top:-7px;
}


.howinsuranceworks .col-lg-3 .box {
    box-shadow: 4px 4px 10px 1px #00000024;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.4s ease;
}

.howinsuranceworks h2{
   font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color:#222222;
    margin-bottom: 20px;
}

.howinsuranceworks .heading{
   font-family: "Aptos";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color:#222222;
    margin:20px 0;
}

.howinsuranceworks .description{
    font-family: "Aptos";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color:#4E4F51;
    margin-bottom: 0;
}












.AccepetedInsurancePlans ul{
    margin:0;

}


.AccepetedInsurancePlans ul li{
    list-style: disc;
   font-family: "Aptos";
font-size: 17px;
font-weight: 400;
line-height: 19px;
text-align: left;
color:#444444;
}


.our-team .nav{
    flex-direction:column;
}


.our-team .fade:not(.show) {
    opacity: 0;
    display: none !important;
   
}


.our-team  .fade {
    transition: opacity 0s linear;
}

.introduction .owl-item img{
    width:100%;
}



section.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}



.faq {
    padding: 60px 0;
}

    .faq .accordion-button:focus {
        z-index: 3;
        border: none;
        outline: 0;
        box-shadow: none;
    }

    .faq h2 button {
     font-family: "Aptos";
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
        text-align: left;
        color: #222222;
        margin-bottom: 20px;
    }

    .faq .accordion-body {
       font-family: "Aptos";
        font-size: 15px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
        color: #4E4F51;
        margin-bottom: 0;
    }

    .faq  .accordion-button {
        margin-bottom: 20px !important;
    }



    .faq .accordion-button:not(.collapsed) {
            color: #B75B28;
            /* background-color: #201f1a; */
            background-color: #ffff;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

     .faq .accordion-button:not(.collapsed)::after {
                content: 'X';
                background-image: none !important;
                transform: rotate(-180deg);
                background-color: #B75B28;
                height: 26px;
                width: 26px;
                color: #fff;
                display: flex;
                font-size: 15px;
                border-radius: 30px;
                align-items: center;
                justify-content: center;
     }

    .faq .accordion-button::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "\276F";
            background-image: none;
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transform: rotate(88deg);
            transition: transform .2s ease-in-out;
    }



.service-detail h2 {
font-family: "Aptos";
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #222222;
    padding: 0;
    
    text-align:center;
}

.service-detail .long-desc p {
    font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #444444;
}
.service-detail{
padding:60px 0;
}

.service-detail .col-lg-11{
display:flex;
align-items:center;
justify-content:left;
margin-left:50px;
}


.service-detail .long-desc{
margin-top:30px;
}

#ourstaff {
    padding:60px 0;
}
    #ourstaff p {
       font-family: "Aptos";
        font-size: 15px;
        font-weight: 400;
        line-height: 19.8px;
        text-align: left;
        color: #000;
   
    }
    #ourstaff .box {
        box-shadow: 4px 4px 10px 1px #00000024;
        padding: 30px;
        margin-bottom: 30px;
    }
        #ourstaff .box h4 {
            color: #E59755;
            font-size: 25px;
          font-family: "Aptos";
            font-weight: 400;
            margin-bottom:20px;
        }
    #ourstaff .box:last-child{
        margin:0;
    }


.btn-login {
    margin-left:20px;
}

#patientportallogin {
position:relative;
}



#patientportallogin .introtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right:7.5%;
}

#patientportallogin h2 {
   font-family: "Aptos";
    font-size: 32px;
    font-weight: 400;
    line-height: 38.3px;
    text-align: left;
    color: #000;
    margin-bottom: 14px;
}

#patientportallogin p {
    font-family: "Aptos";
    font-size: 15px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}

#patientportallogin .transparentbg {
    background-color: transparent;
    color: #000;
  font-family: "Aptos";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    padding: 15px 20px;
    border-radius: 30px;
    border: 2px solid #B85B28;
}

.btn-createaccount {
    background-color: #B85B28;
    color: #000;
  font-family: "Aptos";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    padding: 15px 20px;
    border-radius: 30px;
}

    .btn-createaccount:hover {
        color: #000;
    }

#createaccount img {
    height: 196px;
    width: 196px;
}

#createaccount {
    padding: 3rem 0;
}

    #createaccount p {
       font-family: "Aptos";
        font-size: 18px;
        font-weight: 500;
        line-height: 19.8px;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
        margin-top: 50px;
    }





@media (max-width: 768px) {


    #ourstaff {
        padding: 30px 0;
    }

        #ourstaff .box {
            box-shadow: 4px 4px 10px 1px #00000024;
            padding: 20px;
            margin-bottom: 20px;
        }


            #ourstaff .box h4 {
                
                font-size: 25px;
              
                margin: 10px 0;
            }
}

.navbar a.nav-link:active {
    border-bottom: 2px solid #FFF9D5 !important;
}

.orangeborder{
border-bottom: 2px solid #FFF9D5 !important;
}

.our-team img{
width:100%;
height:294px;
}

.our-team .col-lg-9{
padding-left:30px;
}

.our-team .col-lg-9 .description{
text-align:justify !important;
}

.header p.mail a, .header p.phone a{
color:rgb(33, 37, 41);
}

.header .navbar-nav .dropdown-menu li{
border-bottom:1px solid #ced4da;
}


.howinsuranceworks img{
border-radius:5px;
}



.getintouch li{
font-family: "Aptos";

}
section.page-content li{
font-family: "Aptos";
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


.banner .img-box{
position:relative;
}

.banner .img-box .content{
position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 1;
}

.banner .img-box:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(183, 91, 40, 0.85);
    pointer-events: none;
    z-index: 1;
}
    
section.services-section p{
margin-left:20px;
font-weight:900;
color:#000;
text-align:center;
}

section.services-section a{
text-align:center;
color:#000;
}

section.services-section .row .col-md-5{
display:flex;
align-items:center;
}

section.services-section .row:nth-child(2) {
 margin:50px 0;
}



section.services-section .row:nth-child(4) {
 margin-top:50px;
}


section.services-section .row img{
width:60% !important;
}


span.designation {
font-size:20px;
}

section.services-section .row .col-md-5 > a{
    display: flex;
    align-items: center;
}


section.services-section p{
font-size:19px;
}

.services-description p{
font-size:22px;
}

.services-description .small-desc{
font-size:18px;
text-align:justify;
}

section.services-section {
overflow-x:hidden;
}
