body {

    font-family: 'Noto Serif', serif;

    font-family: 'Raleway', sans-serif;



}

body.nav-is-toggled,
body.stop_scroll {
    overflow: hidden;
}


.container-max {

    max-width: 1320px;

    margin: 0 auto;

}



ul {

    margin: 0px;

    padding: 0px;

    list-style: none;

}



a {

    text-decoration: none;

}



* {

    margin: 0px;

    padding: 0px;

}



*,

*::before,

*::after {

    box-sizing: border-box;

}



.img-fluid {

    max-width: 100%;

    height: auto;

}



/*------------------------web--header css--------------------------*/



header {

    position: fixed;

    top: 0px;

    width: 100%;

    left: 0px;

    right: 0px;

    padding: 10px 0px;

    z-index: 999;

}



.headernewclass {

    background-color: #fff;

    transition: .5s;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);

    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);

    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);

}

.webnavbar {

    display: flex;

    padding: 0px 20px;

    justify-content: space-between;

    align-items: center;

}



.webnavigationwrap>li>a {

    color: #fff;

}



.webnavigationwrap>li:last-child a {

    padding: 10px;

    background: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}



.headernewclass .webnavigationwrap>li:last-child a {

    color: #fff;

}



.headernewclass .webnavigationwrap>li>a {

    color: #212529;

}



.webnavigationwrap {

    display: flex;

    align-items: center;

    justify-content: center;

}



.webnavigationwrap>li {

    margin-right: 20px;

    padding: 20px 0px;

}



.webnavigationwrap>li:last-child {

    margin: 0px;

}



.dropdown-parent-wrap {

    position: relative;

}



.dropdown-main-submenu {

    display: none;

    transition: all.5s;

    position: absolute;

    background: #fff;

    white-space: nowrap;

    top: 100%;

  

    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

    /* background: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box; */

}



.dropdown-parent-wrap:hover .dropdown-main-submenu {

    display: block;

    width: 270px;

}



/* .webnavigationwrap .dropdown-wrap, .dropdown-wrap li{

    margin: 0px;

} */

.dropdown-submenu-child {

    display: none;

    position: absolute;

    left: 100%;

    top: 0px;

    background: #cea15c;

    white-space: nowrap;

    width: auto;

    padding: 0px 0px;

    z-index: 9;

    background: #fff;

    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);

    /* background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;*/

}





.webnavigationwrap .dropdown-wrap a,

.dropdown-main-submenu li a {

    padding: 10px 10px;

    display: block;

    color: #000000;

    border-bottom: 1px solid #0000000d;

    margin-bottom: 5px;

    font-size: 14px;

    line-height: 1;

    text-transform: capitalize;

}



.dropdown-wrap {

    position: relative;

}



.webnavigationwrap .dropdown-wrap li:last-child a,

.dropdown-main-submenu > li:last-child > a {

    border: 0px;

}



.dropdown-wrap:hover .dropdown-submenu-child {

    display: block;

    border-left: 3px solid #fff;

}



li.dropdown-parent-wrap li a span {

    position: absolute;

    right: 10px;

}



/*------------------------end--header css--------------------------*/

/*------------------------Request forms--------------------------*/

.position-forward,

.position-backward {

    position: relative;

    z-index: 1;

}



.commanbackgroundpink,

.commanbackgroundgray {

    position: relative;

}



#desktoprequest-form {

    position: relative;

    padding: 30px 0px;

    margin-top: -150px;

    border-bottom: 1px solid #eee;

}

.commanbackgroundpink:after {

    content: '';

    background: #FFF7E3;

    position: absolute;

    width: 92.7%;

    height: 100%;

    top: 0px;

}



.influancerwrapperafterbg:after {

    width: 91.4%;

}

.commanbackgroundcustompink:after {

    height: 70%;

}



.commanbackgroundgray:after,

.aboutcliniccommanbackgroundgray:after,

.aboutcliniccommanbackgroundpink:after {

    content: '';

    background: #F2F2F2;

    position: absolute;

    width: 91.3%;

    height: 99%;

    top: 0px;

    right: 0px;

}



.aboutcliniccommanbackgroundgray:after {

    width: 96%;

    z-index: -1;

}



.aboutcliniccommanbackgroundpink:after {

    background: #FFF7E3;

    z-index: -1;

    left: 0px;

    width: 96%;

}



.dt-requestform .form-group {

    margin-right: 10px;



}



.dt-requestform .form-group input {

    border: 0px;

    padding: 12px;

}



.form-inline {

    display: flex;

    align-items: center;

    justify-content: center;

}



.captcha-wrap {

    display: flex;

    align-items: center;

}



.dt-requestform .refreshbutton {

    height: 50px;

    padding: 10px;

    background: #fff;

    border: 0px;

    cursor: pointer;

}



.dt-requestform .submitbutton {

    /* background: #CEA15B; */

    color: #fff;

    border: 0px;

    height: 50px;

    padding: 0px 20px;

    font-size: 18px;

    margin-left: 10px;

    cursor: pointer;

    width: auto;

    background: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}



.managefor-mobile {

    width: auto;

}



/*----------------------end--Request forms--------------------------*/



/*------------------------Common tabs-----------------------*/

/* Tabs */

.common-tabs-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 40px 0px;

}



.common-tabs-nav li {

    margin-right: 10px;

    width: 200px;

    text-align: center;

}



.common-tabs-nav li:last-child {

    margin: 0px;

}



.common-tabs-nav li a {

    color: #000;

    display: block;

    border: 1px solid #000;

    background-color: #fff7e3;

    padding: 10px 15px;

    position: relative;

    white-space: nowrap;

}



.common-tabs-nav li.active a {



    border: 1px solid transparent;

    color: #fff;

    background-color: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;



}



.common-tabs-nav li.active a::before {

    content: '';

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px solid #C98100;

    position: absolute;

    bottom: -9px;

    left: 46%;

}



.common-tabs-nav li a:hover {

    color: #fff;

    border: 1px solid transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    background-color: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}





/*----------------------End--Common tabs-----------------------*/

/*-----------------------videos-Common tabs-----------------------*/

/* Tabs */

.homevideos-tabs-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 40px 0px;

}



.homevideos-tabs-nav li {

    margin-right: 10px;

    text-align: center;

}



.homevideos-tabs-nav li:last-child {

    margin: 0px;

}



.homevideos-tabs-nav li a {

    color: #000;

    display: block;

    border: 1px solid #000;

    background-color: #fff7e3;

    padding: 10px 15px;

    transition: .5s;

    position: relative;

}



.homevideos-tabs-nav li.active a {

    color: #fff;

    background: #C98100;

    border: 1px solid transparent;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}



.homevideos-tabs-nav li.active a::before {

    content: '';

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px solid #F9C932;

    position: absolute;

    bottom: -9px;

    left: 46%;

}



.homevideos-tabs-nav li a:hover {

    transition: .5s;

    color: #fff;

    border: 1px solid #cea15c;

    background: #C98100;

    background: transparent linear-gradient(180deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}



/*----------------------End--Common tabs-----------------------*/

.item {

    position: relative;

}



/*---------------------common heading-----------------------*/

.headingwrap {

    text-align: center;

    font-family: 'Noto Serif', serif;

    position: relative;

    z-index: 1;

}



.headingwrap .subheading {

    font-size: 20px;

    font-family: 'Noto Serif';

}



.top-proceduresheading {

    font-size: 50px;

    letter-spacing: 1px;

    line-height: 1;

    margin: 15px 0px;

    text-align: center;

}

.servicespage-commonheading {

    font-size: 50px;

    letter-spacing: 1px;

    line-height: 1.4;

    text-align: center;

    font-family: 'Noto Serif';
    padding-top: 50px;
    text-transform: uppercase;
    color: rgb(202, 130, 1);
    font-weight: 700;

}

 .leftheadingwrap .servicespage-commonheading {

    text-align: left;

 }


 .servicespage-common-subheading {

    font-size: 20px;

    text-align: center;

    font-family: 'Noto Serif';

    margin-bottom: 20px;

}

.twosub-head, .threeparasubheading {

    text-align: left;

}

.top-proceduresheading span {

    color: #E6AC00;

}



.importantnote {

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    padding: 20px;

}



.importantnote .servicespage-commonheading {

    margin-top: -45px;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 10px;

    position: relative;

    z-index: 1;

}

.importantnote .servicespage-commonheading::before {

    content: '';

    position: absolute;

    top: 0px;

    background:transparent linear-gradient(90deg, #dea015 0%, #e4a91c 100%) 0% 0% no-repeat padding-box;

    width: 13%;

    height: 100%;

    left: 0px;

    z-index: -1;

    right: 0px;

    margin: 0 auto;

}

.importantnote .container-fluid {

    border: 4px dotted #fff;

    padding: 30px;

}



.headingwrap p {

    letter-spacing: .5px;

    line-height: 30px;

    font-family: 'Raleway';

}



.headingwrap p span {

    display: block;

}

.procedures-video {position: relative; width: 100%;}
.procedures-video::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
}
.procedures-video .image-heading {position: relative; z-index: 1;}
.procedures-video .playbutton {position: relative; z-index: 1;}
.procedures-video a {position: relative; z-index: 1;}

.common-buttonplaystyle button {

    height: 40px;

    width: 40px;

    border-radius: 50%;

    border: 0px;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}




.common-buttonplaystyle button i {

    height: 40px;

    width: 40px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #CEA15B;

    color: #fff;

}

.client-services .servicespage-commonheading, .services-ourvideos .servicespage-commonheading{

    margin-bottom: 50px;

}

.warning-content span {

    display: block;

    font-size: 12px;

    margin-top: 10px;

    color: #000000;

    font-family: 'Noto Serif';

}

.warning-content {

    position: absolute;

    bottom: 10px;

}

/*---------------------end--common heading-----------------------*/

/*---------------------Home appointment----------------------*/

#mainappointmentform {

    background-repeat: no-repeat;

    background-size: cover;

    padding: 70px 0px;

    margin-top: 50px;

    position: relative;

}

.appo-page-gap {margin-top: 0px !important;}

.rowforzindex {

    position: relative;

    z-index: 1;

    margin-top: 30px;



}



.rowforzindex input,

.rowforzindex textarea,

.rowforzindex select {

    margin-bottom: 15px;

    padding: 10px;

    border-radius: 0px;

    color: #6b6b6b;

}



.contect-infowrap {

    background: #fff;

    padding: 20px;

    position: relative;

}

.rowforzindex textarea {

    margin-top: 0px;

}



.appointmentpage:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0px;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    top: 0px;

    opacity: .8;

}



/* .appointmentpage{

    background:transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

} */





.appointmentpage .main-appointmentwrap {

    width: 100%;

    margin: 0 auto;

    position: relative;

    padding: 40px 80px;

}

/*---------------------end--Home appointment-----------------------*/



/*---------------------common pages banner-----------------------*/

.commonbannerimage {

    position: relative;

}



.commonbannerimage:before {

    content: '';

    /* background: transparent linear-gradient(180deg, #161616 0%, #23232300 100%) 0% 0% no-repeat padding-box; */

    background: transparent linear-gradient(180deg, #000 -70%, #000 70%) 0% 0% no-repeat padding-box;

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: .6;



}



/* .common-bredcrumb {

    position: absolute;

    bottom: 30%;

    left: 7%;

} */



.common-bredcrumb {
    position: absolute;
    bottom: 42%;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.common-bredcrumb i {font-size: 10px;}
.common-bredcrumb a {color: #fff;}
.common-bredcrumb a:hover {color:#d6940d;}
.common-bredcrumb:last-child {color:#d6940d; padding-left: 10px;}
.common-bredcrumb a i {font-size: 10px; padding:0 10px;}

.appointmentbredcrumb {

    bottom: 10%;

}



/*----------------mobile cta------------------------*/



#button,

#whatsappicon {

    display: inline-block;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    width: 40px;

    height: 40px;

    text-align: center;

    border-radius: 4px;

    position: fixed;

    bottom: 110px;

    right: 10px;

    opacity: 0;

    visibility: hidden;

    z-index: 1;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}



#button::after,

#whatsappicon::after {

    content: "\f176";

    font-family: FontAwesome;

    font-weight: normal;

    font-style: normal;

    font-size: 20px;

    color: #fff;

}



#button.show {

    opacity: 1;

    visibility: visible;

}



#whatsappicon {

    left: 10px;

    right: auto;

    opacity: 1;

    visibility: visible;

    background: #25d366;

}



#whatsappicon:after {

    content: '\f232';

}







#mobilecta {

    -webkit-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.2);

    box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.2);

    position: fixed;

    bottom: 0px;

    width: 100%;

    padding: 10px 0px;

    background: #fff;

    z-index: 99;

}



.cta-wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.commonmobilecta a img {

    width: 25px;

}



.commonmobilecta a {

    display: block;

    text-align: center;

}



.commonmobilecta a p {

    margin-bottom: 0px;

    margin-top: 10px;

    font-size: 14px;

}



html {

    scroll-behavior: smooth;

}



/*--------------end--mobile cta------------------------*/

/*--------------text animation------------------------*/



/*----------------------blogs-------------------------*/

.featured-posts {

    margin-top: 50px;

}



.listfeaturedtag {

    display: flex;

    align-items: center;

    border: 1px solid #ccc;

}



.wrapthumbnail {

    width: 80%;

}



.wrapthumbnail img {

    width: 100%;

    height: 250px;

    object-fit: cover;

}



.blog-title a {

    font-size: 24px;

    font-family: none;

    font-weight: 600;

}



.blog-block {

    padding: 0px 30px;

}



.wrapfooter {

    display: flex;

    align-items: center;

}



.meta-footer-thumb {

    margin-right: 10px;

}



.meta-footer-thumb a img {

    width: 40px;

}



.metafooter {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.post-date {

    font-size: 12px;

}



.post-name a {

    font-family: 'Noto Serif';

}



.metafooter {

    margin-top: 20px;

}



.readmore a {

    color: #fff;

    padding: 10px 10px;

    display: block;

    border-radius: 6px;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    ;

}



.blogmargin {

    margin-bottom: 25px;

}



.card-text {

    line-height: 26px;

}



#recentpost {

    background: #F2F2F2;

    padding: 40px;

    margin-top: 50px;

}



.recentimage {

    display: block;

}



.recentpostwrap {

    padding: 20px;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);

    margin-top: 40px;

    background-color: #fff;

}



.blogrecentheading {

    font-family: 'Noto Serif';

    margin: 10px 0px 0px;

    font-size: 20px;

    font-weight: bold;

    border-top: 1px solid #ccc;

    padding-top: 10px;

}



/*--------------------ends--blogs-------------------------*/

/*--------------------blogs---details----------------------*/

#blogdetailwrap {

    margin-top: 20px;

}



.detailedwrap-heading {

    font-size: 30px;

    font-family: 'Noto Serif';

    margin-bottom: 10px;

}



.detaildwrap ul {

    display: flex;

    align-items: center;

}



.detaildwrap ul li i {

    margin-right: 10px;

    color: #C98100;

}



.detaildwrap ul li {

    margin-right: 10px;

}



.detaildwrap ul li:last-child {

    margin-right: 0px;

}



.detaildwrap {

    margin-bottom: 20px;

}



.detailedcontentwrap p {

    line-height: 28px;

}



.detailedcontentwrap p {

    line-height: 28px;

}



.detailedcontentwrap ul li {

    margin-bottom: 12px;

    position: relative;

    line-height: 26px;

}



.detailedcontentwrap ul li strong {

    display: flex;

    align-items: baseline;

}



.detailedcontentwrap ul li strong:before {

    content: '';

    /* position: absolute; */

    width: 8px;

    height: 8px;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    margin-right: 10px;

    display: inline-block;

    border-radius: 50%;

}





/*--------------------ends--blogs-details------------------------*/

.fixscroll {

    overflow: hidden;

}

/* .commonheadingonbanner {

    position: absolute;

    left: 7%;

    top: 45%;

    font-family: 'Noto Serif';

    text-transform: uppercase;

    color: #E6AC00;

    display: none;

} */





.commonheadingonbanner {

    position: absolute;

    left: 0;

    top: 34%;

    font-family: 'Noto Serif';

    text-transform: uppercase;

    color: #E6AC00;

    display: none;

    width: 100%;

}

.formcommonheadingonbanner{

    top: 52%;

}

.commonbackgroundcolorform {

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

}

/*------------end--text animation------------------------*/

.modal-backdrop {

    --bs-backdrop-zindex: 1050;

    --bs-backdrop-bg: #000;

    --bs-backdrop-opacity: 0.8;

    background-color: var(--bs-backdrop-bg);

}

/*----------------mobile navigation------------------------*/

/*----------------Services page------------------------*/



.common-list ul li {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 18px;
    /* display: flex; */
    align-items: baseline;
}



.common-list ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.common-list p {

    line-height: 30px;
    font-size:18px;

}
.common-list ol li {line-height: 28px;} 
.faq {

    margin: 40px 0px 0px;

}



.faq-textheadingwrapper {

    padding-bottom: 50px;

}

.accordion-item {

    background: #fff;

    border: 1px solid #ccc;

    margin-bottom: 20px;

    border-radius: 0px !important;

}

.accordion-header {

    background-color: #fff;

}



.accordion-header button{

    background-color: #fff !important;

    color: #000 !important;

    font-size: 22px;

}

.accordion-item:not(:first-of-type){

    border-top: 1px solid #ccc;

}

.accordion-button:focus{

    box-shadow: none;

}
.managewrittenspacing {
    margin-bottom: 60px;
}

.content-wrap p::-webkit-scrollbar {
    width: 5px;
  }
   
  .content-wrap p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .content-wrap p::-webkit-scrollbar-thumb {
    background-color: #f6c52f;
    outline: 1px solid #f6c52f;
  }
  .below-tab {display: none;}

  /*-------------end---Services page------------------------*/

/* Mobile Header Start  */
.hamburger {
    display: block;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #cd8705;
    margin: 5px 0;
}

.nav-is-toggled .hamburger {
    position: relative;
}

.nav-is-toggled .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
}

.nav-is-toggled .hamburger span:nth-child(2) {
    display: none;
}

.nav-is-toggled .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
}


.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.nav-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.nav-is-toggled .nav-overlay {
    display: block;
}

.nav-drill {
    transform: translateX(-100%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #2e2f35;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
}

.nav-logo {
    background-color: white;
    text-align: center;
}

.nav-logo img {
    width: 90px;
    padding: 10px;
}

.nav-items {
    flex: 0 0 100%;
}

.nav-item:not(:last-child) {
    border-bottom: solid 1px rgb(163, 163, 163);
}

.nav-pills .nav-link {
    background-color: #fff7e3;
    color: #000;
}

.nav-link {
    display: block;
    padding: 8px 12px;
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300;
}
.nav-link:hover {color: #FFF;}
.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #2e2f35;
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
    /* border-bottom: solid 1px #2e2f35; */
}

.nav-expand-content .nav-link {
    background-color: #2e2f35;
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #2e2f35 !important;
    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    font-family: "FontAwesome";
    content: "\f053";
    font-size: 12px;
    padding-right: 5px;
}

.nav-expand-link {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #2e2f35;
}
.nav-expand-link:hover {color: #FFF;}


.nav-expand-link::after {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 12px;
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}

.nav-expand .nav-expand-content {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-link {
    background-color: #2e2f35;
    border-bottom: solid 1px rgb(163, 163, 163);
}

.nav-expand .nav-expand-content .nav-expand-content {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #2e2f35;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #59e1cb;
}

.social-icons {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.social-icons a i {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    margin: 0 5px;
}

i.bi-facebook:hover {
    color: #4267B2;
}

i.bi-youtube:hover {
    color: #FF0000;
}

i.bi-twitter:hover {
    color: #1DA1F2;
}

i.bi-instagram:hover {
    color: palevioletred;
}

.nav-request {
    border: 2px solid var(--primary-color);
    padding: 8px 15px;
    transition: 0.3s;
    background-color: white;
    color: var(--primary-color);
    margin: 8px 5px;
    text-align: center;
    font-weight: 500;
}

/* Mobile Header End  */

.foot-social-icons {
    display: flex;
    padding: 10px 0;
    /* justify-content: center; */
}

.foot-social-icons a i {
    width: 34px;
    height: 34px;
    color: #fff;
    background-color: #C98100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 50px;
    margin: 0 5px;
}

.social-linksheading {
    font-size: 20px;
    font-family: 'Noto Serif';
    text-transform: uppercase;
    color: #222222;
    position: relative;
    padding: 10px 0px;
    margin-top: 20px;
}
.social-linksheading:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 30px;
    height: 3px;
    left: 0px;
    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;
}

.dt-requestform .captcha-wrap img {height: 50px;}
.dt-requestform input#captcha3 {margin-top: 0px !important;}
.dt-requestform input {margin-top: 20px;}

#aboutclinicrequestform {margin-right: -20px;}

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

    .pushNav {

        width: 75%;

        right: -75%;

    }

}



@media screen and (min-width: 601px) {

    .pushNav {

        width: 350px;

        right: -350px;

    }

}



ul.pushNav {

    padding: 0;

    margin: 0;

    list-style-type: none;

}



.pushNav {

    height: 700px;

    position: fixed;

    top: 0;

    z-index: 100;

    overflow: scroll;

    background: #2e2f35;

    transition: ease-in-out 0.5s;

}





.pushNav,

.pushNav a {

    font-size: 16px;

    color: #fff;

    text-decoration: none;

}



.pushNavIsOpen {

    overflow: hidden;

    height: 100%;

}



.js-topPushNav.isOpen,

.pushNav_level.isOpen {

    left: 0;

}



.closeLevel,

.openLevel {

    cursor: pointer;

}



.openLevel,

.closeLevel,

.pushNav a {

    padding: 1em 15px;

    display: block;

    /* text-indent: 20px; */

    transition: background 0.4s ease-in-out;

}



.openLevel:hover,

.closeLevel:hover,

.pushNav a:hover {

    background: #494a50;

}



.hdg {

    background-color: #1e1e24;

}



.closeLevel,

closelevel>i {

    font-size: 1em;

    color: #a5a5a4;

}



.burger {

    /* position: absolute;

    top: 24px;

    right: 48px; */

    cursor: pointer;

}



.burger i {

    font-size: 3em;

}



.screen {

    position: fixed;

    background: rgba(0, 0, 0, 0.7);

    width: 100%;

    height: 0;

    top: 0;

    bottom: 0;

    right: 0;

    opacity: 0;

    transition: opacity 0.5s ease-in-out;

}



.wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0px 12px;

}



.pushNavIsOpen .screen {

    height: 100%;

    opacity: 1;

}


.formenuclose {

    text-indent: 10px;

}



.formenuclose i {

    margin-right: 6px;

}



.nav-icon {

    width: 40px;

    height: 2.5px;

    background: #cd8705;

    display: block;

    margin-bottom: 8px;

}



.nav-icon:last-child {

    margin-bottom: 0px;

}



.headernewclass .nav-icon {

    background: #000;

}



.for-mobileflex {

    display: none;

}



.fordisplayflex {

    display: flex;

    justify-content: space-between;

    font-size: 16px;

    padding: 1rem 10px 1rem 15px;

}



.socialheader-icons ul {

    display: flex;

}



/*--------------end--mobile navigation------------------------*/

.commongradientbutton {

    background-color: #C98100;

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    color: #fff;

    display: inline-block;

    padding: 10px 30px;

}



/*-----------------------------*/

#commonmodalvideopopup .modal-body {

    padding: 5px;



}



#commonmodalvideopopup .modal-content {

    border-radius: 0px;

}



#commonmodalvideopopup button.btn-close {

    position: absolute;

    right: -24px;

    top: -70px;

    border-radius: 50%;

    color: #fff;

    opacity: 1;

    font-size: 50px;

    background: transparent;

}



.for-desktop {

    display: block;

}



.for-mobile {

    display: none;

}



/* .fade-in-out {

    opacity: 0;

    transition: opacity 0.5s ease-in-out;

  }



  .fade-in-out.fade-in {

    opacity: 1;

  } */



/*-------------media query start--------------------*/



@media only screen and (min-width: 320px) and (max-width: 768px) {
    .below-tab {display: block;}

    .servicespage-commonheading {

        font-size: 24px;
        padding-top: 20px;

    }

    .servicespage-common-subheading {

        font-size: 16px;

    }



  .services-ourvideos .servicespage-commonheading {

        margin-bottom: 20px;

    }

    .client-services .servicespage-commonheading{

        margin-bottom: 30px;

    }

    .for-desktop {

        display: none;

    }



    .for-mobile {

        display: block;

    }



    .for-mobileflex {

        display: flex;

    }



    .headingwrap .subheading span {

        display: block;

    }



    .homevideos-tabs-nav li a {

        width: 150px;

    }



    /*---------------commonbanner---------------------*/

    .commonbannerimage {

        position: relative;

        height: 240px;

        display: flex;

        align-items: center;

        justify-content: end;

        flex-direction: column;

        background-color: #eee;

    }

    

    .appointmentpage .main-appointmentwrap {

        padding: 40px 20px;

    }



    .commonbanner-heading {

        font-size: 30px;

        font-family: 'Noto Serif';

        text-align: center;

        margin-bottom: 20px;

        line-height: 1;

    }



    .commonbannerimage:before {

        display: none;

    }



    .aboutclinic-desktopbreadcrumb ul li a {

        font-size: 14px;

    }



    .common-bredcrumb {
        position: static;
        margin-bottom: 50px;
        text-align: left;
        line-height: 24px;
    }
    .common-bredcrumb a {
        color: #000;
    }



    /*-------------end--commonbanner---------------------*/

    .footerlinks ul li {font-size: 16px; margin-right: 10px; display: inline-block !important;}
    .footerlinks ul li:before {content: "|"; margin-right: 13px}
    .footerlinks ul li:first-child::before {content: none}  
    .footerlinks ul li a:hover {text-decoration: none}
    .footerborder:after {display: none;}

}



/*-------------------------gallery-----------------------------*/

#clinicgallerywrapper {

    position: relative;

    padding: 50px 0px;

    margin-top: 50px;

}



#pills-tab {

    align-items: center;

    justify-content: center;

    margin-top: 20px;

}



#pills-tab .nav-item button {

    border-radius: 0px;

    border: 1px solid #000;

    margin-right: 20px;

    padding: 10px 30px;

    font-weight: 500;

    letter-spacing: 1px;

}



#pills-tab .nav-item:last-child button {

    margin-right: 0px;

}



#pills-tab .nav-item button.active {

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    border: 1px solid transparent;

    position: relative;

}



#pills-tab .nav-item button.active::before {

    content: '';

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px solid #dea116;

    position: absolute;

    bottom: -9px;

    left: 46%;

}



.gallerypageview {

    text-align: center;

    margin-top: 30px;

}



#pills-tab {

    align-items: center;

    justify-content: center;

    margin-top: 20px;

}



.img-wrapper {

    position: relative;

    margin-top: 15px;

}



.img-wrapper img {

    width: 100%;

}



.img-overlay {

    background: transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 0;

}



.img-overlay i {

    color: #fff;

    font-size: 40px;

    background: #000;

    height: 60px;

    width: 60px;

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}



.overlay {

    background: rgba(0, 0, 0, .95);

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 999;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.overlay img {

    margin: 0;

    width: 80%;

    height: auto;

    -o-object-fit: contain;

    object-fit: contain;

    padding: 5%;

}



.jumbotron h1 {

    font-size: 120px;

    font-family: 'Noto Serif';

    color: #fff;

}



.jumbotron {

    padding: 200px 0px 100px;

    position: relative;

    background: #242424;

}







p.lead {

    color: #fff;

}

.lead a {

    font-size: 14px;

}



@media screen and (min-width: 768px) {

    .overlay img {

        width: 60%;

    }

}



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

    .overlay img {

        width: 50%;

    }

}



#nextButton {

    color: #fff;

    font-size: 2em;

    transition: opacity 0.8s;

}



#nextButton:hover {

    opacity: 0.7;

}



@media screen and (min-width: 768px) {

    #nextButton {

        font-size: 3em;

    }

}



#prevButton {

    color: #fff;

    font-size: 2em;

    transition: opacity 0.8s;

}



#prevButton:hover {

    opacity: 0.7;

}



@media screen and (min-width: 768px) {

    #prevButton {

        font-size: 3em;

    }

}



#exitButton {

    color: #fff;

    font-size: 2em;

    transition: opacity 0.8s;

    position: absolute;

    top: 15px;

    right: 15px;

}



#exitButton:hover {

    opacity: 0.7;

}



.overlayscreen {

    overflow: hidden;

}



@media screen and (min-width: 768px) {

    #exitButton {

        font-size: 3em;

    }

}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .below-tab {display: block;}

    .for-mobileflex {

        display: flex;

    }



    .for-mobile {

        display: block;

    }



    .for-desktop {

        display: none;

    }



    .informanimation {

        font-size: 120px;

    }



    .homemain-heading a {

        width: 30px;

        height: 30px;

        font-size: 12px;

    }



    .top-proceduresheading  {

        font-size: 30px;

        margin: 15px 0px;

    }

    .servicespage-commonheading{

        font-size: 30px;

    }

    .servicespage-common-subheading {

        font-size: 18px;

    }

    .headingwrap p {

        letter-spacing: 0px;

    }



    .commanbackgroundgray:after,

    .aboutcliniccommanbackgroundgray:after,

    .aboutcliniccommanbackgroundpink:after {

        width: 100%;

        height: 100%;

    }



    /*---------------commonbanner---------------------*/

    .commonbannerimage {

        position: relative;

        height: 240px;

        display: flex;

        align-items: center;

        justify-content: end;

        flex-direction: column;

        background-color: #eee;

    }



    .commonbanner-heading {

        font-size: 30px;

        font-family: 'Noto Serif';

        text-align: center;

        margin-bottom: 20px;

        line-height: 1;

    }



    .commonbannerimage:before {

        display: none;

    }



    .aboutclinic-desktopbreadcrumb ul li a {

        font-size: 14px;

    }



    .common-bredcrumb {

        position: static;

        margin-bottom: 50px;

    }



    /*-------------end--commonbanner---------------------*/

    #desktoprequest-form {

        padding: 0px 0px;

        margin-top: -40px;

    }
    .footerlinks ul li {font-size: 16px; margin-right: 10px; display: inline-block !important;}
    .footerlinks ul li:before {content: "|"; margin-right: 13px}
    .footerlinks ul li:first-child::before {content: none}  
    .footerlinks ul li a:hover {text-decoration: none}
    .footerborder:after {display: none;}

}



@media only screen and (min-width: 992px) and (max-width: 1180px) {



    .for-mobile {
        display: block;

    }

    .for-desktop {

        display: none;

    }
   #mobilecta {display: none !important;}
   .below-tab {display: block;}


    .top-proceduresheading  {

        font-size: 40px;

    }

    .servicespage-commonheading{

        font-size: 40px;

    }

    .servicespage-common-subheading {

        font-size: 20px;

    }



    .for-mobileflex {

        display: flex;

    }



    /*---------------commonbanner---------------------*/

    .commonbannerimage {

        position: relative;

        height: 300px;

        display: flex;

        align-items: center;

        justify-content: center;

        flex-direction: column;

        background-color: #eee;

    }



    .commonbanner-heading {

        font-size: 30px;

        font-family: 'Noto Serif';

        text-align: center;

        margin-bottom: 20px;

        line-height: 1;

    }



    .commonbannerimage:before {

        display: none;

    }



    .aboutclinic-desktopbreadcrumb ul li a {

        font-size: 14px;

    }



    .common-bredcrumb {

        position: static;

        margin-bottom: 50px;

    }



    #desktoprequest-form {

        padding: 0px 0px;

        margin-top: -80px;

    }

    .footerlinks ul li {font-size: 16px; margin-right: 10px; display: inline-block !important;}
    .footerlinks ul li:before {content: "|"; margin-right: 13px}
    .footerlinks ul li:first-child::before {content: none}  
    .footerlinks ul li a:hover {text-decoration: none}
    .footerborder:after {display: none;}

    /*-------------end--commonbanner---------------------*/

}



@media only screen and (min-width: 1181px) and (max-width: 1366px) {

    .webnavigationwrap>li {

        margin-right: 10px;

    }



    .webnavigationwrap>li>a {

        color: #fff;

        font-size: 14px;

    }



    .top-proceduresheading  {

        font-size: 40px;

    }

    .servicespage-commonheading{

        font-size: 40px;

    }

    .servicespage-common-subheading {

        font-size: 20px;

    }

    .background-heading {

        font-size: 80px;

    }



    .dt-requestform .submitbutton {

        margin-top: 20px;

    }


}



/* #lightbox {

    display: block !important;

} */



.photo-gallery {

    color: #313437;

    /* background-color: #fff; */

}

.photo-gallery .photos .item a {

    display: block;

    background: #fff;

    padding: 10px;

    position: relative;

}

.photo-gallery .photos .item a:after {

    content: '\f067';

    position: absolute;

    width: 100%;

    height: 100%;

    background:  transparent linear-gradient(90deg, #C98100 0%, #F9C932 100%) 0% 0% no-repeat padding-box;;

    left: 0px;

    right: 0px;

    top: 0px;

    bottom: 0px;

    transition: .5s;

    font-family: fontAwesome;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 36px;

    color: #fff;

    opacity: .9;

    display: none;

}

.photo-gallery .photos .item a:hover::after{

display: flex;

transition: .5s;



}

.photo-gallery p {

    color: #7d8285;

}



.photo-gallery h2 {

    font-weight: bold;

    margin-bottom: 40px;

    padding-top: 40px;

    color: inherit;

}



@media (max-width:767px) {

    .photo-gallery h2 {

        margin-bottom: 25px;

        padding-top: 25px;

        font-size: 24px;

    }

}



.photo-gallery .intro {

    font-size: 16px;

    max-width: 500px;

    margin: 0 auto 40px;

}



.photo-gallery .intro p {

    margin-bottom: 0;

}



.photo-gallery .photos {

    padding-bottom: 20px;

}



.photo-gallery .item {

    padding-bottom: 20px;

}