@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Yrsa", serif; */
}

a {

    text-decoration: none;
}

.mb-30 {

    margin-bottom: 30px;
}


.mt-30 {

    margin-top: 30px;
}

.mt-60 {

    margin-top: 60px !important;
}

.mt-90 {

    margin-top: 90px;
}


.mt-120 {

    margin-top: 120px;
}

.mt-150 {

    margin-top: 150px;
}

/*-----------headertop----------*/

.headertop {

    margin: 0px;
    padding: 6px 0px;
    background-color: #fff
}

.headernumber {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.headernumber1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.headernumber1 h5 {

    color: rgb(36, 36, 36);
    font-size: 20px;
    font-family: "Yrsa", serif;
    font-weight: 500;
    line-height: 35px;
}

.headernumber1 h4 a {

    color: #FF966B;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Yrsa", serif;
}

.headerlogo {

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 15px;
}

.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright1 {

    margin: 0px;
    padding: 0px;
}

.headertopright1 ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 25px;
}

.headertopright1 ul li {

    margin: 0px 3px;
    padding: 0px;
    list-style: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #C0D05B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headertopright1 ul li a {

    margin: 0px 14px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}

/*----------navigation-----------*/

.navigationbody {

    margin: 0px;
    padding: 16px 0px;
    background-color: #C0D05B;
    /* margin-top: 20px; */
}

.navigationbody-main {

    margin: 0px;
    padding: 0px;

}

.navigationbody-main ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.navigationbody-main ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.navigationbody-main ul li ul.submenu {

    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 150%;
    left: 0px;
    background-color: white;
    z-index: 10;
    display: none;
    width: 180%;
}

.navigationbody-main ul li:hover ul.submenu {


    display: block;
}

.navigationbody-main ul li ul.submenu li {

    margin: 0px;
    padding: 10px 10px;
    display: block;
    border-bottom: dotted 1px #383838;
}

.navigationbody-main ul li ul.submenu li:last-child {

    border-bottom: none;
}

.navigationbody-main ul li ul.submenu li a {

    font-size: 16px;
    color: #383838;
    font-family: "Yrsa", serif;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.navigationbody-main ul li ul.submenu li a:hover {

    color: #FF966B;
}

.navigationbody-main ul li i {

    font-size: 16px;
}

.navigationbody-main ul li a {

    margin: 0px;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-family: "Yrsa", serif;
    color: #383838;
    transition: all 0.5s ease-in-out;
    padding-bottom: 40px;
}

.navigationbody-main ul li a:hover,
.navigationbody-main ul li a.active {

    color: #FF966B;
}

/*-----------banner-----------*/


.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerbodymain {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner2.jpg);
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.bannerbodymain::before {


    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.205);
    z-index: -1;
}

.bannerbodymain h2 {

    font-size: 48px;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 70px;
}

.bannerbodymain p {

    color: white;
    font-size: 20px;
    font-family: "Yrsa", serif;
    margin-top: 25px;
}

.bannerbtn{

    display: flex;
    gap: 15px;
}

.bannerbtn button {

    background-color: #FF966B !important;
    color: white !important;
    border-radius: 20px;
    margin-top: 25px;
}

.btnpad{

    padding: 10px 65px !important;
}


/*-----------welcome----------*/

.welcomeleft {

    margin: 0px;
    padding: 20px;
    border: solid 1px #c0d05b;
    margin-top: -17px;

}

.welcomeleft1 {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    border-right: dotted 2px #C0D05B;
    margin-top: 20px;
}


.welcomeleft1 h2 {

    font-size: 32px;
    color: #6e7c0f;
    font-family: "Montserrat", sans-serif;
    line-height: 64px;
}

.welcomeleft2 {

    margin: 0px;
    padding: 0;
    display: flex;
    gap: 10px;
    f
}

.welcomeleft2icon {

    margin: 0px;
    padding: 0px;
}

.welcomeleft2icon i {

    color: #6e7c0f;
    font-size: 24px;
    line-height: 65px;
}

.welcomeleft2text {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.welcomeleft2text h2 {

    color: #6e7c0f;
    font-size: 32px;
    font-family: "Yrsa", serif;
    margin: 0px;
    padding: 0px;
}

.welcomeleft2text p  {

    color: #6e7c0f;
    font-size:24px;
    font-family: "Yrsa", serif;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.welcomeright {

    margin: 0px;
    padding: 20px;
    background-color: #C0D05B;
    width: 100%;
    display: block;
    padding-bottom: 34px;
}

.welcomeright1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    margin-top: 13px;
}

.welcomeright1icon {

    margin: 0px;
    padding: 0px;
}

.welcomeright1icon i {

    color: white;
    font-size: 24px;
}

.welcomerighttext {

    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

.welcomerighttext h4 {

    color: #fff;
    font-size: 24px;
    font-family: "Yrsa", serif;
    margin: 0px;
    padding: 0px;
}

.welcomerighttext p {

    color: #383838;
    font-size: 24px;
    font-family: "Yrsa", serif;
    margin: 0px;
    padding: 0px;
}

/*-----------aboutus-----------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusleftimg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/DrSayaniDoluiImg.jpg);
    height: 290px;
    background-position-y: 0;
}

.aboutuslefttext {

    margin: 0px;
    padding: 20px;
    background-color: #C0D05B;
    width: 100%;
    display: block;
}

.aboutuslefttext p {

    color: #383838;
    font-size: 18px;
    font-family: "Yrsa", serif;
    text-transform: capitalize;

}

.aboutuslefttext h5 {

    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}

.aboutusright {

    margin: 0px;
    padding: 20px;
    padding-left: 30px;
}

.aboutusright h2 {

    color: #383838;
    font-size: 52px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.aboutusright h6 {

    color: #FF966B;
    font-size: 22px;
    font-family: "Yrsa", serif;
}

.aboutusright p {

    color: #383838;
    font-size: 18px;
    font-family: "Yrsa", serif;
    text-align: justify;
}

.aboutusrightassisted {

    margin: 20px 0px;
    padding: 0px;
}

.aboutusrightassisted1 {

    margin: 0px;
    padding: 0px;
}

.aboutusrightassisted1 ul {

    display: block;
    margin: 0px;
    padding: 0px;
}

.aboutusrightassisted1 ul li {

    margin: 5px 0px;
    padding: 0px;
    list-style: none;
}

.aboutusrightassisted1 ul li .aboutusrightassisted1icon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.aboutusrightassisted1 ul li .aboutusrightassisted1icon1 {

    width: 30px;
    height: 30px;
    background-color: #FF966B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutusrightassisted1 ul li .aboutusrightassisted1icon1 i {

    color: white;
    font-size: 18px;
    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutusrightassisted1 ul li .aboutusrightassisted1icontext {

    margin: 0px;
    padding: 0px;
}

.aboutusrightassisted1 ul li .aboutusrightassisted1icontext p {

    color: #383838;
    font-size: 20px;
    font-family: "Yrsa", serif;
}

.aboutusright button {

    background-color: #FF966B !important;
    color: white !important;
    border-radius: 20px;
}

/*-------treatment---------*/

.treatmentbg {

    margin: 0px;
    padding: 80px 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../img/treatment-1.jpg); */
    background-attachment: fixed;
}

.treatmentbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.treatmentboximg {

    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    height: 250px;
}

.treatmentboxtext {

    margin: 0px auto;
    padding: 2dvh;
    background-color: white;
    width: 95%;
    margin-top: -20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.treatmentboxtext h5 {

    color: #6e7c0f;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;

}

.treatmentboxtext p {

    color: #383838;
    font-size: 16px;
    font-family: "Yrsa", serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.treatmentboxtext1 {

    margin: 0px;
    padding: 0px;
    text-align: right;
}

.treatmentboxtext1 h6 {

    color: #FF966B;
    font-size: 20px;
    text-decoration: none;
    font-family: "Yrsa", serif;

}


.treatmentbtn {

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 25px;
}

.treatmentbtn button {

    background-color: #FF966B !important;
    color: white !important;
    border-radius: 20px !important;
}

/*---------callbox----------*/

.callboxmain {

    margin: 0px;
    padding: 100px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/call.jpg);

}

.callboxmain1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.callboxmain1 h2 {

    color: white;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
}

.callboxmain1 h6 {

    color: white;
    font-size: 20px;
    font-family: "Yrsa", serif;
    text-transform: capitalize;
    margin-top: 25px;
}

.callboxmain1 button {

    margin-top: 15px;
    background-color: #FF966B !important;
    color: #fff;
    border-radius: 20px;
}

/*----------feq-------------*/

.feqbox {

    margin: 0px;
    padding: 50px 0px;
    width: 100%;
    display: block;
    background-color: rgba(192, 208, 91, 0.192);
    position: relative;
    z-index: 1;
}

/* .feqbox::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/feq.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}  */


.feqboxmain {

    padding: 0px;
    margin: 0 auto;
    width: 60%;
}

.accordion .accordion-item {
    border-bottom: 1px solid #6e7c0f;
}

.accordion-item {

    background-color: rgba(255, 255, 255, 0);
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #6e7c0f;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 2em;
    color: #161616;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #6e7c0f;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #6e7c0f;
    border: 1px solid #FF966B;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #383838;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    min-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
    padding: 0px 2em;
}

.feqtext {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.feqtext h2 {

    color: #2b2b2b;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}


/*--------testimonial--------*/

.testimonialbox {

    margin: 0px;
    padding: 80px 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/testimonial-3.jpg);
}

.testimonialboxtext {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.testimonialboxtext h2 {

    font-size: 36px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.testimonialboxtext p {

    color: #6e7c0f;
    font-family: "Yrsa", serif;
    font-size: 28px;
    font-weight: 600;
}


.testimonialbox1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
}

.testimonialboxmain {

    margin: 0px;
    padding: 0px;
}

.testimonialboxmain1 {

    margin: 0px;
    padding: 0px;
}

.testimonialboxmain1 i {

    color: white;
    font-size: 36px;
}

.testimonialboxmain1 p {

    color: white;
    font-size: 24px;
    font-family: "Yrsa", serif;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;

}

.testimonialboxmain h6 {

    color: #383838;
    font-size: 24px;
    font-family: "Yrsa", serif;
}

.testimonialboxmainimg {

    margin: 0px;
    padding: 0px;
}

.testimonialboxmainimg1 {

    margin: 20px auto;
    padding: 0px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonialboxmainimg1 img {

    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}


/*--------footer-----------*/

.footerbg {

    margin: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    background: #F5F5F5;
}

.footerleft {

    margin: 0px;
    padding: 0px;
}

.footerleft p {

    color: #383838;
    font-size: 16px;
    font-family: "Yrsa", serif;
    margin-top: 25px;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    color: #6e7c0f;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
}

.footermiddlenav {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.footermiddlenav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddlenav ul li {

    margin: 0px;
    padding: 5px 0px;
    list-style: none;
}

.footermiddlenav ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #383838;
    font-family: "Yrsa", serif;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}

.footermiddlenav ul li a:hover {

    color: #FF966B;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: #6e7c0f;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
}

.footerright1 {

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.footerright1icon {

    margin: 6px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerright1icon i {

    color: #FF966B;
    font-size: 24px;
}

.footerright1icon p,
.footerright1icon p a {

    color: #383838;
    font-size: 20px;
    font-family: "Yrsa", serif;
    text-decoration: none;
}

.fotercopyright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: #C0D05B;
}

.fotercopyrighttext1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.fotercopyrighttext1 p,
.fotercopyrighttext1 p a {

    color: #383838;
    font-size: 20px;
    font-family: "Yrsa", serif;
    text-decoration: none;
    margin-top: 15px;
}

.sticky {

    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99999;
    border-bottom: solid 1px #FF966B;
}

.res-btn {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    cursor: pointer;
    margin-top: 24px;
}

.res-btn i {

    font-size: 20px;
}

.res-navigation {

    display: none;
}


/*-------------aboutuspagebanner-----------*/

.aboutuspagebanner {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/aboutusbed_bg.jpg);
    height: 350px;
    flex-direction: column;

}


.aboutuspagebanner h2 {

    color: white;
    font-size: 42px;
    font-family: "Yrsa", serif;
}

.aboutuspagebanner h4,
.aboutuspagebanner h4 a {

    color: white;
    font-size: 18px;
    font-family: "Yrsa", serif;
    text-decoration: none;
}



/*------------qualification-------------*/

.qualificationbg {

    margin: 0px;
    padding: 40px 0px;
    background-color: #F5F5F5;
}

.qualificationleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/DrSayabiDolui01.jpg);
    height: 600px;
}


.qualificationlefttext {

    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #C0D05B;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 20px;
}


.qualificationlefttext h4 {

    color: white;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 600;
}

.qualificationlefttext p {

    color: white;
    font-size: 18px;
    font-family: "Yrsa", serif;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.qualificationright {

    margin: 0px;
    padding: 20px;
}

.qualificationright1 {

    margin: 0px;
    padding: 0px;
}


.qualificationright1 h2 {

    color: #6e7c0f;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize;

}

.qualificationright1text {

    margin-top: 20px;
    padding: 0px;
}

.qualificationright1text ul {

    margin: 0px;
    padding: 0px;
    display: block;
}


.qualificationright1text ul li {

    margin: 0px;
    padding: 6px 0px;
}

.qualificationright1text ul li p {

    margin: 0px;
    padding: 0;
    font-size: 18px;
    font-family: "Yrsa", serif;
    font-weight: 500;
    color: #383838;
}


/*===================servicepage========================*/




.serviceboxservice {

    margin: 0px;
    padding: 20px;
    background-color: white;
    width: 100%;
    margin-top: -20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}


.service-treatmentboximg {

    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 362px;
}

.serviceboxservice {

    margin: 0px;
    padding: 20px 15px;
    padding-bottom: 20px;

}


.serviceboxservice h5 {

    color: #6e7c0f;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 10px;
}



.serviceboxservice p {

    color: #383838;
    font-size: 16px;
    font-family: "Yrsa", serif;
    font-weight: 500;
    padding: 0px 10px;
    width: 100%;
    max-height: 120px !important;

}



/*=================contactuspage======================*/

.contactusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.contactusleft1 {

    margin: 0px auto;
    padding: 0px;
    width: 80%;
}

.contactusleft1 h2 {

    color: #383838;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
}

.contactusleft1 h6 {

    color: #FF966B;
    font-family: "Yrsa", serif;
    font-size: 24px;
}


.contactusleft1form {

    margin-top: 20px;
    padding: 0px;
}

.contactusleft1form input {

    width: 100%;
    display: block;
    border: solid 1px #6e7c0f;
    
    padding: 15px;
    font-size: 16px;
    font-family: "Yrsa", serif;
	margin-top: 10px;
}

.contactusleft1form input:focus {

    outline: none;
    border: solid 1px #FF966B;
}

.contactusleft1form textarea {

    width: 100%;
    display: block;
    border: solid 1px #6e7c0f;
    margin: 20px 0px;
    padding: 15px;
    font-size: 16px;
    font-family: "Yrsa", serif;
    height: 120px;
}


.contactusleft1form button {

    background-color: #FF966B !important;
    color: white !important;
    margin-top: 10px;
    border-radius: 20px;
}


.contactusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.contactusright1 {

    margin: 0px;
    padding: 20px;
    background-color: #C0D05B;
}

.contactusright1_icon {

    margin: 0px;
    padding: 0px;
}

.contactusright1_icon1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.contactusright1_icon1 i {

    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.contactusright1_icon1 p {

    color: #ffffff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.contactusright1_text {

    margin: 0px;
    padding: 0px;
}

.contactusright1_text p,
.contactusright1_text p a {

    color: #383838;
    font-size: 18px;
    font-family: "Yrsa", serif;
    margin: 0px;
    padding: 0px;
}


.contactusmap {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*-----------------makeanappointment---------------*/


.makeanappointment {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../img/appointment.jpg);
    height: 550px;
    background-position-x: -190px;
}

.makeanappointmentbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 50px;
}

.makeanappointmentbox h2 {

    color: #383838;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;

}

.makeanappointmentbox h5 {

    color: #FF966B;
    font-size: 24px;
    font-family: "Yrsa", serif;
    font-weight: 600;
}


/*whatsappfloat*/


.whatsappfloat {

    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.whatsappfloat i {

    font-size: 30px;
}


/*--------------callfloat------------*/


.callfloat {

    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.callfloat i {

    color: #FF966B;
    font-size: 25px;
}

.bold-span {
      font-weight: bold;
    }

/*------------responsive-------------*/

@media (max-width:991px) {

    .dis-none {

        display: none;
    }

    .headerlogo {

        text-align: left;
    }

    .res-btn {

        display: block;
    }

    .res-navigation {

        margin: 0px;
        padding: 10px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        display: block;
        background-color: white;
        height: 100%;
        z-index: 99999;
        transition: all 0.5s ease-in-out;
    }

    .res-logo {

        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 50%;

    }

    .res-logomain {

        margin: 0px;
        padding: 0px;
    }

    .responsive-cross {

        margin: 0px;
        padding: 0px;
        cursor: pointer;

    }

    .responsive-cross i {

        font-size: 24px;
        color: #383838;
        margin-top: 15px;
    }

    .res-main-navigation {

        margin-top: 30px;
        padding: 0px;
        height: 100%;
    }

    .res-main-navigation ul {

        margin: 0px;
        padding: 0px;
        display: block;
        text-align: center;

    }

    .res-main-navigation ul li {

        margin: 0px;
        padding: 8px;
        list-style: none;
        position: relative;
        border-bottom: dotted 2px #2b2b2b;
    }

     .res-main-navigation ul li:last-child{

        border-bottom: none;
     }


    .res-main-navigation ul li ul.res-submenu {

        width: 100%;
        position: relative;
        top: 100%;
        left: 0;
        background-color: white;
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .res-main-navigation ul li:hover ul.res-submenu {

        display: block;
    }

    .res-main-navigation ul li ul.res-submenu li {

        margin: 0px;
        padding: 10px;
        display: block;
        list-style: none;
        border-bottom: dotted 1px #6e7c0f;
    }

    .res-main-navigation ul li ul.res-submenu li:last-child {

        border-bottom: none;
    }

    .res-main-navigation ul li ul.res-submenu li a {

        margin: 0px;
        padding: 0px;
        font-size: 18px;
        color: #383838;
        font-family: "Yrsa", serif;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .res-main-navigation ul li ul.res-submenu li a:hover {

        color: #FF966B;
    }

    .res-main-navigation ul li a {

        margin: 0px;
        padding: 0px;
        font-size: 32px;
        color: #6e7c0f;
        font-family: "Yrsa", serif;
        text-decoration: none;
        cursor: pointer;
        font-weight: 500;
    }

    .res-navigation.main {

        left: 0;
    }

    .bannerbodymain h2 {

      font-size: 20px;
    line-height: 24px;
    }

    .welcomeleft1 {

        border-bottom: dotted 2px #C0D05B;
        border-right: none;
    }

    .feqboxmain {
        width: 100%;
    }

    .testimonialboxmain1 p {
        width: 100%;
    }

    .aboutuspagebanner {

        height: 220px;
    }

    .aboutuspagebanner h2 {

        font-size: 32px;
    }

    .aboutusright {

        padding-left: 20px;
    }

    .qualificationright1text ul li {

        padding-left: 10px;

    }

    .qualificationright1 {

        padding: 15px;
    }

    .whatsappfloat {


        width: 40px;
        height: 40px;
        right: 20px;
    }


    .whatsappfloat i {

        font-size: 20px;
    }


    /*--------------callfloat------------*/


    .callfloat {


        width: 40px;
        height: 40px;
        right: 20px;

    }

    .callfloat i {


        font-size: 20px;
    }

    .mb-30 {

        margin-bottom: 20px;
    }

    .mb-res-20 {

        margin-bottom: 96px;
    }

    .bannerbodymain{

        height: 270px;
        background-position-x: 0;
    }

    .bannerbodymain p{

        margin-top: -5px;
    }

    .bannerbodymain button{

        background-color: transparent !important;
        border: solid 1px #FF966B !important ;
    }

    .headertop{

        padding: 0px;
    }

    .serviceboxservice {

    margin: 0px;
    padding: 20px 15px;
    padding-bottom: 60px;
}

 .serviceboxservice{

    padding-bottom: 92px;
 }

 .bannerbtn{

    flex-direction: column;

    gap: 0;
 }
.welcomeleft1 h2 {
    font-size: 20px;
    color: #6e7c0f;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
}
.aboutusright h2 {
    color: #383838;
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
}