@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Faustina:ital,wght@0,300..800;1,300..800&family=Gabarito:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Rowdies:wght@300;400;700&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Faustina:ital,wght@0,300..800;1,300..800&family=Gabarito:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Rowdies:wght@300;400;700&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
a{

    text-decoration: none;
}

body {

    margin: 0px;
    padding: 0px;

    /* font-family: "Faustina", serif; */
    /* font-family: "Lora", serif; */
}


/* Floating Button Container */
.floating-buttons {
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    z-index: 9999;
  }
  
  /* Button Styling */
  .floating-buttons a {
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px #0e4321;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
  }
  
  .floating-buttons a:hover {
    transform: scale(1.1);
  }
  
  /* Icons */
  .floating-buttons img {
    width: 32px;
    height: 32px;
  }
  
  /* Pulse Animation */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #0e4321;
    }
  
    70% {
      box-shadow: 0 0 0 12px rgba(0, 128, 0, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
    }
  }
  
  /* Floating Buttons Css Ends */


.mt-30 {

    margin-top: 30px;
}

.mt-60 {

    margin-top: 60px;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px !important;
}

.mt-150 {

    margin-top: 150px !important;
}

/*-------headertop----------*/

.headertopaddress {

    margin: 0px;
    padding: 0px;
}

.headertopbg {

    margin: 0px;
    padding: 6px 0px;
    background-color: #17314b;

}

.headertopleft {

    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
}

.headertopleft ul li {

    margin: 0px;
    padding: 0px 15px;
}

.headertopleft ul li .headerlefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.headertopleft ul li .headerlefticon i {

    font-size: 15px;
    color: white;
    line-height: 20px;
}

.headertopleft ul li .headerlefticon p,
.headertopleft ul li .headerlefticon p a {

    color: antiquewhite;
    font-size: 15px;
    font-family: "Lora", serif;
    text-decoration: none;
}

.headertopright {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;

}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headertopright ul li {

    margin: 0px 10px;
    padding: 0px 15px;
    list-style: none;
    width: 35px;
    height: 35px;
    border: solid 1px white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.headertopright ul li a i {

    color: antiquewhite;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;

}

/*--------headernavigation----------*/

.headenav {

    margin: 0px;
    padding: 0px;
}


.headernavigation {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
    position: relative;
    top: 20px;
    z-index: 2;

}


.headerlogo {

    margin: 0px;
  padding:7px 0px 7px 15px;
}

.headernavigation {

    margin: 0px;
    padding: 0px 20px;
    padding-bottom: 0px;

}

.headernavigation ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 4px;

}

.headernavigation ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernavigation ul li a {

    margin: 0px;
    padding: 15px 15px;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Lora", serif;
    color: #122136;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}

.headernavigation ul li a:hover,
.headernavigation ul li a.active {

    color: #05c3fc;
}

/*-------banner---------*/

.banner {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 600px;
}

.bannerbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner-main.jpeg.jpg);
    height: 100%;
    display: flex;
    align-items: center;

}

.bannertext {

    margin: 0px;
    padding: 0px;
}

.bannertext h4 {
    color: #122136;
    font-family: "Lora", serif;
}

.bannertext h2 {
    line-height: 1.2;
    color: #122136;
    font-weight: 800;
    font-size: 56px;
    font-family: "Faustina", serif;
}

.bannertext h2 span {

    color: #113150;
}

.bannertext p {

    color: #122136;
    font-size: 15px;
    margin: 20px 0px;
    font-family: "Lora", serif;
}

.bannertext button {

    background-color: #05c3fc !important;
    color: black;

}


.bannertext button:nth-child(2){

    background-color: transparent !important;
    color:black;
  margin-left: 20px;
  border: solid 1px #122136;
}




.bannerbtn{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}



.btn-outline-info {
    color: #0e4321;
    border-color: #0e4321;
}

.btn-info {
    color: #fff;
    background-color: #152840;
    border-color: #152840;
}

.btn-outline-info:hover, .btn-info:hover {
    color: #fff;
    background-color: #05507b;
    border-color: #05507b;
}
/*-----------aboutus------------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;

}

.aboutusleft h4 {

    color: #006685;
    font-size: 24px;
    font-family: "Lora", serif;
}

.aboutusleft h2 {

    color: #122136;
    font-size: 32px;
    font-family: "Faustina", serif;
    display: inline-block;
    position: relative;
}

.aboutusleft h2::before {

    position: absolute;
    content: "";
    top: 140%;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #279343;
}

.aboutusleft p {

    color: #122136;
    font-size: 15px;
    font-family: "Lora", serif;
    margin-top: 40px;
}

.aboutusleftdetails {

    margin: 0px;
    padding: 0px;
}

.aboutusleftdetails_1 {

    margin: 0px;
    padding: 0;
}

.aboutusleftdetails1 {

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.aboutusleftdetails1 p {

    font-size: 15px;
    color: #122136;
    font-family: "Lora", serif;
}

.aboutusleftdetails1icon {

    margin: 0px;
    padding: 0px;
}

.aboutusleftdetails1icon i {

    color: #05c3fc;
    font-size: 18px;
}

.aboutusleftdetails1text {

    margin: 0px;
    padding: 0px;
}

.aboutusleftdetails1text p {

    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #122136;
    font-family: "Lora", serif;
}

.aboutusleft button {

    margin-top: 20px;
}

.aboutusleft button:focus {

    outline: none !important;
    box-shadow: none !important;
}

.aboutusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    background-image: url(..//img/about-bg.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}


.aboutusright img {

    width: 100%;
    display: block;
    object-fit: cover;
    height: 500px;
}

/*--------------service-------------*/


.servicebg {

    margin: 0px;
    padding: 50px 0px;
    background-color: rgb(240, 240, 240);
}

.serviceheadertext {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serviceheadertext h2 {

    color: #122136;
    font-size: 32px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-family: "Faustina", serif;
}

.serviceheadertext h2::before {

    position: absolute;
    content: "";
    top: 140%;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #068350;
}

.serviceheadertext p {

    color: #122136;
    font-size: 15px;
    font-family: "Lora", serif;
    width: 80%;
    margin: 30px auto;
}


.servicemainbox {
    margin: 0px;
    padding: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    display: block;
}

.servicemainboximg {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.servicemainboximg img{

    height: 200px;
    object-fit: cover;
    width: 100%;
    display: block;
}


.servicemainboxtext {

    margin: 0px;
    padding: 15px;
}

.servicemainboxtext h4 {

    color: #2b5877;
    font-size: 22px;
    font-family: "Faustina", serif;
    text-align: center;
}

.servicemainboxtext p{

    color: #122136;
    text-align: center;
    font-size: 15px;
    font-family: "Lora", serif;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.servicemainboxtext h6 {
    font-size: 14px;
    color: #006685;
    text-decoration: none;
    text-align: right;
}


/*-------------feq-----------------*/

.feqbody{

    margin: 0px;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(..//img/faq.jpg);
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.feqbody-overlay{

    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #00000087;
    z-index: -1;
}

.feqtextcenter{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.freequenlymainbox{

    margin: 0px;
    padding: 0px;
    margin-top:40px;
}

.feqwidth{

    width: 80%;
    margin: 50px auto;
    
}

/*-----------testimonial----------*/

.testmain{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 50px;
}

.testbody{

    margin: 0px;
    padding: 20px 20px;
    background-color: white;
    position: relative;
}

.testbody::before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 2px;
height: 100%;
background-color: #05c3fc;
}

.testbody p{

    color:#122136;
    font-size: 15px;
    font-family: "Lora", serif;
}

.testbody p i{

    color: #006685;
    font-size: 36px;
}

.testbody h6{

    color: #006685;
    font-size: 18px;
    font-family: "Faustina", serif;
    text-align: center;
}

.testbody h6 span{

    color: #122136;
}

/*-------------footer---------------*/

.foooterg{

    background-color: #17171c;
    margin: 0px;
    padding: 30px;
    padding-bottom: 20px;
}

.footerleft{

    margin: 0px;
    padding: 0px;
}

.footerleft p{

    color: antiquewhite;
    font-size: 15px;
    font-family: "Lora", serif;
    margin-top: 20px;
}

.footermiddle{

    margin: 0px;
    padding: 0px;
}

.footermiddle h2{

    position: relative;
    font-size: 32px;
    color: white;
    font-family: "Faustina", serif;
    display: inline-block;
}

.footermiddle h2::before{

    position: absolute;
    content: "";
    top: 140%;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #05c3fc;
}

.footernav{

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.footernav ul{

    margin: 0px;
    padding: 0px;
    display: block;

} 

.footernav ul li{

    margin: 0px;
    padding: 6px 0px;
    list-style: none;
}
.footernav ul li a{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: antiquewhite;
    text-decoration: none;
    cursor: pointer;
     font-family: "Lora", serif;
     transition: all 0.5s ease-in-out;
}


.footernav ul li a:hover{

    color: #05c3fc;
}

.footerright{

    margin: 0px;
    padding: 0px;
}

.footercontact{

    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}

.footercontact1{

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.footercontact1 i{

    color: white;
    line-height: 25px;
}

.footercontact1 p ,.footercontact1 p a {

    color: antiquewhite;
    font-size: 15px;
     font-family: "Lora", serif;
}

.footercopyright{

    margin: 0px;
    padding: 6px 0px;
    background-color:#000000 ;
    width: 100%;
    display: block;
}

.footercopyrighttext{

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 8px;
}

.footercopyrighttext p ,.footercopyrighttext p a {

    color: antiquewhite;
    font-size: 15px;
  text-decoration: none;
     font-family: "Lora", serif;
}


.resbtn{

    margin: 0px;
    padding: 0px 15px;
float: right;
display: none;
cursor: pointer;
margin-top: -42px;
}

.resnavigation{

    display:none;
}

/*----------------aboutuspage----------------*/

.aboutuspagebanner{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/aboutusbanner.jpg);
    height: 350px;
    position: relative;
    z-index: 1;
    background-position-y: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.aboutuspagebanner::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    background-color: rgb(239 232 232 / 19%);
    z-index: -1;
}

.aboutuspagebanner h2{

    color: white;
    font-size: 40px;
    line-height: 1.5;
     font-family: "Faustina", serif;
}

.aboutuspagebanner h4 a,.aboutuspagebanner h4{

    text-decoration: none;
    color: white;
    font-size: 15px; 
}

.aboutuspagebanner p{

    color: #17171c;
    font-size: 15px;
      font-family: "Lora", serif;
}




/*----------aboutdoctor-------------*/

.aboutdoctorleft{

    margin: 0px;
    padding: 0px;
}

.aboutdoctorleft h2{

    color: #17171c;
    font-size: 32px;
    font-weight: 600;
    font-family: "Faustina", serif;
}


.aboutdoctorleft h4{

    color: #006685;
    font-size: 26px;
}

.aboutdoctorleft p{

    color: #17171c;
    font-size: 15px;
    font-family: "Lora", serif;
    text-align: justify;
    margin-top: 20px;
    width: 95%;
}


.aboutusrightimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusrightimg img{

    width: 495px;
    height: 495px;
    border-radius: 50%;
    object-fit: cover;
}





/*------------qualification----------*/


.qualificationleft{

    margin: 0px;
    padding: 0px;
}

.qualificationleft1{

    margin: 10px 0px;
    padding: 20px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.qualificationleft1icon{

margin: 0px;
padding: 0px;
display: flex;
gap: 15px;
}

.qualificationleft1icon1{

    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1c8745;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qualificationleft1icon1 i{

    color: white;
    font-size: 20px;
        width: 50px;
    height: 50px;
    border-radius: 50%;
        display: flex;
    justify-content: center;
    align-items: center;
}

.qualificationleft1icontext{
    
    margin: 0px;
    margin-top: 9px;
    padding: 0px;
}

.qualificationleft1icontext p, .qualificationleft1icontext p a{

    color: #17171c;
    font-size: 16px;
    font-family: "Lora", serif;
}


.qualificationright{

    margin: 0px;
    padding: 20px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.qualificationright1{

    margin: 0px;
    padding: 0px;
}

.qualificationright1 h4{

       color: #006685;
    font-size: 24px;
     font-family: "Faustina", serif;
}

.qualificationright1text{


    margin: 15px 0px;
    padding: 0px;
    border-bottom: dotted 2px #122136;
}

.qualificationright1text ul{

    margin: 0px;
    padding: 10px 0px;
    display: block;

}

.qualificationright1text ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.qualificationright1text ul li p{

    color: #17171c;
    font-size: 15px;
    font-family: "Lora", serif;

}

/*----------language----------*/

.languagebox{

    margin: 0px;
    padding: 20px;
    background-color: white;

}


.languagebox h4{

    color: #006685;
    font-size: 24px;
     font-family: "Faustina", serif;
}


.languageboxmain{

    margin-top: 20px;
    padding: 0px;
}

.languageboxmain ul{

    margin: 0px;
    padding: 0px;
}

.languageboxmain ul li{

    margin: 0px;
    padding: 0px 0px;
    list-style: none;
}

.languageboxmain ul li p{

    font-size: 15px;
    color: #17171c;
     font-family: "Lora", serif;
     text-decoration: none;
     cursor: pointer;
}

/*---------Specializations-------*/

.Specialization{

    margin: 0px;
    padding: 0px;
}

.Specialization h4{

    color: #006685;
      font-size: 24px;
     font-family: "Faustina", serif;
     margin-top: 25px;
}


.Specializationbody{

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
   
}

.Specializationbody ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.Specializationbody ul li{

    margin: 0px;
    padding: 6px 0px;
    list-style: none;
}

.Specializationbody ul li p{

    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #17171c;
    font-family: "Lora", serif;
}

/*--------ProfessionalEducation--------*/


.profbox{

    margin: 0px;
    padding: 0px;
}


.profbox1{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.profbox1year{

    margin: 0px;
    padding: 0px;
}

.profbox1year h4{

    color: #006685;
    font-size: 34px;
    font-family: "Faustina", serif;
}

.profbox1text{

    margin: 0px;
    padding: 0px;
}

.profbox1text h5{

    color: #17171c;
    font-size: 24px;
     font-family: "Lora", serif;
}

.profbox1text p{

    color: #17171c;
    font-size: 16px;
     font-family: "Lora", serif;
}


/*=====================servicepage===================*/

.servicepagetext{

    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

.servicepagetext1{
  overflow: hidden;
  position: relative;
  width: 100%;

}

.servicepagetext h4 {

    color: #006685;
    font-size: 24px;
    font-family: "Faustina", serif;
    text-align: center;
    padding: 15px;
    border-bottom: solid 1px #17171c;
}

.servicepagetext h5{

    color: #006685;
    font-size: 18px;
    font-family: "Faustina", serif;
    padding: 0px 10px; 
    margin-bottom: 15px;
}

.servicepagetext p{

    color: #122136;
    text-align: center;
    font-size: 15px;
    font-family: "Lora", serif;
    padding: 0px 10px;
    text-align: left;

}

.servicepagetext h6 {

    color: #006685;
    text-decoration: none;
    text-align: right;
}

.wp-block-list {
    font-size: 15px;
    font-family: "Lora", serif;
    color: #122136;
}

/*-------------gallerypage---------------*/


.gallerypage{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*======================contactuspage===========================*/

.contactuspageleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.contactuspageleft h2{

color: #006685;
font-size: 32px;
font-family: "Faustina", serif;
text-transform: capitalize;
}

.contactuspageleft h6{

    color: #17171c;
    font-size: 24px;
    font-family: "Lora", serif;
}

.conatctpageform{

    margin: 20px 0px;
    padding: 17px;
    background: #fff;
    margin-top: 28px;
    box-shadow: 0px 3px 7px #0000001c;
}

.conatctpageform input{
    
    width: 100%;
    display: block;
    border: solid 1px #006685;
    padding: 8px;
}


.conatctpageform textarea{
    
    width: 100%;
    display: block;
    border: solid 1px #006685;
    margin: 15px 0px;
    padding: 14px;
    height: 120px;
}


.conatctpageform input:focus{

    outline: none;
}


.contactusbtn{

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
    max-width:200px;
}

.contactusbtn button{

    margin-top: 10px;
    background-color: #05c3fc !important;
    color: white;
}

.contactusbtn button:focus{

    outline: none !important;
    box-shadow: none !important;
}

.contactusright{

    margin: 0px;
    padding: 32px;
    width: 100%;
    display: block;
    background-color: white;
    box-shadow: 0px 3px 7px #0000001c;
}

.contactusright1{

    margin: 0px;
    padding: 17px 0px;
    display: flex;
    gap: 15px;
}

.contactusright1 i{

    color: #006685;
    font-size: 24px;
}

.contactusright1 p ,.contactusright1 p a {

    color: #17171c;
    font-size: 16px;
      font-family: "Lora", serif;
} 


/*-------------mapbox----------------*/

.mapbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}



/*==================appointment=======================*/


.appointment-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.appointment-form h3 {
  margin-bottom: 1rem;
  color: #0077cc;
}

.appointment p{
  font-size: 40px;
  font-weight: 500;
  font-family: "Noticia Text",Serif;
  color: #fff;
}
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  padding: 0.55rem;
  margin-bottom: 12px; 
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.appointment-form button {
  background-color: #05507b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}

.appointment-form button:hover {
  background-color: #005fa3;
}




.contact-info {
    background-color: #f5efec;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 7px 9px #0000005e;
}
.contact-info1 {
  background-color: rgba(6, 26, 30, 0.767);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 7px 9px #0000005e;
  padding-bottom: 1rem;
}
.contact-info h2{
  font-size: 24px;
  font-family: 'Noticia Text';
  color: #5e352b;
  font-weight: 600;
}
.contact-info h3 {
  margin-bottom: 1rem;
  color: #05507b;
  font-weight:600;
  font-size:40px;
  font-family: "Noticia Text", serif;
}

.contact-info p {
  margin: 0.5rem 0;
  line-height:1.6;
  color: #333;
  font-size: 20px; 
  font-family: 'Inter';
}
.contact-info p a {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: #333;
  font-size: 20px;
  font-family: 'Inter';
}
.contact-info p a:hover{ 
  color: #3b201c; 
  text-decoration:none;
  transition:.3s;
}

.contacttext{

    margin: 0px;
    padding: 0px;
}


.contacttext h6{

    color: white;
    font-size: 15px;
    line-height: 25px;
}

/* Appointment Form Ends */


.nav .current-menu-item a {
    color: #113150;
    background-color: #11315029;
}


@media(max-width:991px){

    .dis-none{

        display: none;
    }
    .resbtn{

        display: block;
    }

     .resbtn i{

        color: black;
        font-size: 24px;
     }

     .headerlogo {

    margin: 0px;
    padding: 0px 15px;
    margin-top: 15px;
}

.bannertext h2{

    font-size: 32px;
}

.banner{

    height: 437px;
}

.aboutusleftdetails_1{

    margin-top: -27px;
}

.mt-60{

    margin-top: 25px;
}

.serviceheadertext p{
    width: 100%;
}

.feqwidth{
    width: 100%;
}

.accordion button .accordion-title{

    padding: 0px 15px !important;
    width: 90%;
    display: block;
   
}

.accordion button .icon{

    right: 16px;
}

.accordion .accordion-content p{

    margin: 10px 15px;
}

/*--------resnavigation----------*/

.resnavigation{

    display: block;
    margin: 0px;
    padding: 0px 20px;
    width: 250px;
    background-color: #182735;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    position: fixed;
}

.resnavigation ul{
    margin-top: 25px;
    margin: 0px;
    padding: 0px;
    display: block;
}

.resnavigation ul li{
    padding: 11px 4px;
    border-bottom: 1px dotted #fff;
    margin: 0px; 
    list-style: none;
}


.resnavigation ul li a{

    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    font-family: "Lora", serif;
}

.resnavigation.main{

    left: 0;
}

.aboutuspagebanner{

    height: 213px;
}

.aboutdoctorleft h2{

    font-size: 28px;
}
.aboutdoctorleft h4{

    font-size: 24px;
}

.aboutdoctorleft p{
    width: 100%;
}

.aboutusrightimg img{

    width: 285px;
    height: 285px;
    margin: 0 auto;
}

.aboutusrightimg{

margin-left: 31px;
    padding-bottom: 20px;
   
}

.servicebg{

    padding: 30px 0px;
}

.qualificationleft1icontext{

    margin-top: 10px;
}

.aboutdoctorleft h4{

    margin-top: -6px;
}

.bannerbtn{

    padding: 0px 15px;
}

.mt-120{

    margin-top: 11px !important;
}

.contactusright{

    padding: 10px 20px;
}

.contactpad{

    padding-top: 40px;
}

.contactpadbottom{

    padding-bottom: 40px;
}

.contact{
  .contact-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 30px;
  }
}

.contact-info1{

    padding: 0px;
}

.contacttext h6{

    padding-bottom: 57px;
    margin-top: -30px !important;
}

.appointment-form button{

    width: 100%;
    display: block;
}
	
.bannerbtn {
display:grid;	
	}

.bannerbtn button {

width:80%;
margin-left:10%;
height: 50px;
	}	
	
}

@media only screen and (max-width:678px){
    .container{
         padding: 0px 25px;
    }
    .bannerbox {
        background-position: left;
        padding:35px;
        height:auto;
    }

    .bannertext {
        margin-top:35px;
    }

    .banner {
        height: 100%;
    }

    .bannerbtn {
        padding: 0px 0px;
    }

    .bannertext h2 {
        font-size: 41px;
        line-height: 1.4;
    }

    .accordion button[aria-expanded=true] + .accordion-content {
        opacity: 1;
        max-height: 15rem;
    }

    .contactuspageleft h2 {
        font-size: 41px;
        text-align: center;
    }

    .contactuspageleft h6 { 
        line-height: 1.8; 
       text-align: center;
    }

    .aboutuspagebanner::before { 
        background-color: rgb(47 37 37 / 58%);
    }
}