/* Utilities classes */
.hidden {
    display: none;
}

.mobShow {
    display: none !important;
}

.tabHide {
    display: none;
}

/* ___________________________________________________ */

/* Header css start from here  */

header.desktop-header {
    padding: 20px 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.navbar nav {
    display: flex;
    align-items: center;
}

.navbar .logo img {
    width: 90px;
}

.navbar nav .nav-links {
    display: flex;
    align-items: center;
}

.nav-links .nav-link {
    color: #fff;
    font-weight: 500;
    /* padding: 0 12px; */
    padding: 0 7px;
}

.nav-links>.nav-item {
    position: relative;
}

.nav-links>.nav-item>.dropdown {
    width: 230px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px;
    display: none;
    transition: all 0.3s ease;
}

.nav-links>.nav-item:hover>.dropdown {
    display: block;
}

.nav-links>.nav-item>.dropdown>.nav-item {
    display: block;
}

.nav-links>.nav-item>.dropdown>.nav-item>.nav-link {
    display: block;
    padding: 5px 20px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
}

.nav-links>.nav-item>.dropdown>.nav-item>.nav-link:hover {
    background-color: #1b8626;
    color: #fff;
}

header.desktop-header .deskHeadBtn {
    margin-left: 30px;
}

/* header css end here  */

/* _____________________________________________________________________________________ */

/* Hero section css start here  */

section.hero-section {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner/hero-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}


.hero-section .banner-txt {
    width: 90%;
    text-align: center;
    margin: 100px auto 100px auto;
    margin-top: 200px;
    margin-bottom: 0;
}

.banner-txt h2 {
    color: white;
    font-size: 60px;
    font-weight: 400;
}

.banner-txt h3 {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.banner-txt .discover-btn {
    border: none;
    padding: 25px 30px;
    font-size: 22px;
    background-color: transparent;
    border-top: 2px solid white;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    color: white;
    margin-top: 80px;
    margin-bottom: 70px;
}

.doc_banner {
    position: relative;
}

.about_doctor .doc_banner::before {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6));
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


/* Hero section css end   */


/* __________________________________________________ */

/* Our Service css start  */
section.desk.our-service {
    padding: 50px;
}

.our-service-content {
    padding-bottom: 50px;
}

.our-service-content h2 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.our-service-content h2 span {
    font-weight: 600;
}

.our-service-content p {
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin: auto;
    font-size: 18px;
}

section.desk.our-service .img-cont {

    background-image: linear-gradient(to right bottom, #0c4f26, #196832, #28833f, #399e4b, #4cba56);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: c
}

section.desk.our-service .tab-contents .tab-image {
    width: 100%;
}


.desk.our-service .tab-links .tab-link {
    padding: 10px 20px;
    font-size: 20px;
    margin: 5px 0;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    padding-right: 0px;
}

.desk.our-service .tab-links .tab-link.active {
    padding-left: 50px;
}

.desk.our-service .tab-links .tab-link::before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #3A3A3A;
}

.desk.our-service .tab-links .tab-link.active::before {
    width: 40px;
    height: 2px;
    background-color: green;
}

.desk.our-service .serviceTitle {
    color: #004D25;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.desk.our-service .serivePara {
    font-size: 18px;
    margin-bottom: 20px;
}

.desk.our-service .sub-service {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
    margin-bottom: 20px;
}

.desk.our-service .sub-service .sub-item {
    flex: 1 1 50%;
    width: 50%;
    font-weight: 500;
}

.desk.our-service .moreInfo-btn {
    display: block;
    margin-top: 50px;
    font-weight: 600;
    position: relative;

}

.desk.our-service .moreInfo-btn:hover {
    color: #11823b;
}

.desk.our-service .moreInfo-btn::after {
    content: '\2192';
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    width: 34px;
    height: 1px;
    background-color: #3A3A3A;

}

.desk.our-service .sub-service .sub-item i {
    color: #004D25;
    margin: 4px;
}

/* Our Service css end  */

/* Makes unique css start  */
section.makes-unique {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/makesuniqueBack.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 50px;
}

.makes-unique .main-content {}

.makes-unique .main-content .mainHd {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0;
}

.makes-unique .main-content h3 span {
    font-weight: 600;
}

.makes-unique .main-content .mainSubHd {
    color: white;
    font-size: 22px;
    font-weight: 500;
}

.makes-unique .main-content .mainConPara {
    color: white;
    font-size: 18px;
    margin: 30px 70px;
}

.makes-unique .circle-box {
    margin-top: 50px;
}

.makes-unique .circle1, .makes-unique .circle2, .makes-unique .circle3 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.makes-unique .circle1 {
    width: 200px;
    height: 200px;
    background-color: white;
    margin: auto;
}

.makes-unique .circle2 {
    width: 170px;
    height: 170px;
    background-color: #E8E8E8;
}

.makes-unique .circle1:hover .circle2 {
    background-color: #1b8626;
}

.makes-unique .circle3 {
    width: 140px;
    height: 140px;
    background-color: white;
}

.makes-unique .circle3 img {
    width: 90px;
}

.makes-unique .circle-content .circleHd {
    color: white;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 500;
}

.makes-unique .circle-content .circlePara {
    font-size: 13px;
    color: white;
    margin: 0 25px;
}

/* Makes unique css end */

/* ________________________________________________________ */

section.about-section {
    padding: 70px 50px !important;
}

section.about-section .about-content {}

section.about-section .aboutContentSection {
    padding-right: 70px;
}

section.about-section .about-content .aboutHd {
    font-size: 40px;
    font-weight: 400;
}

section.about-section .about-content .aboutHd span {
    font-weight: 700;
}

section.about-section .about-content .aboutSpan {
    font-size: 20px;
    color: #11823B;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 6px;
}

section.about-section .about-content .aboutSmHd {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

section.about-section .about-content .aboutSmPara {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

section.about-section .about-content .about-readMore {
    font-size: 18px;
    color: #11823B;
}

section.about-section .aboutImageSection {
    padding-top: 12px;
    padding-bottom: 12px;
}

section.about-section .about-img {
    width: 100%;
}

/* About section end  here  */

/* Testimonials section start here  */
section.testimonial-section {
    padding: 30px 50px;
    position: relative;
    background-color: #FAFFFB;
}

section.testimonial-section .testiMainContent {
    text-align: center;
    margin-bottom: 30px;
}

section.testimonial-section .happy-famTxt {
    font-size: 40px;
    font-weight: 400;
}

section.testimonial-section .happy-famTxt span {
    font-weight: 600;
}

section.testimonial-section .testiSmTxt {
    font-size: 20px;
    color: #11823B;
    font-weight: 500;
}

section.testimonial-section .testimonial-content {
    padding: 20px;
    background-color: #EDF0ED;
}

section.testimonial-section .testi-card {
    padding: 20px;
    background-color: white;
}

section.testimonial-section .testi-card img {
    width: 100%;
}

section.testimonial-section .testimonial-content .user-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.testimonial-section .testimonial-content .user-name img {
    width: 40px;
    margin-right: 15px;
    display: inline-block;
}

section.testimonial-section .testimonial-content .testi-desc {
    font-size: 18px;
    margin-bottom: 10px;
}

section.testimonial-section .testimonial-content .watch-story {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
}

section.testimonial-section .testimonial-content .watch-story i {
    color: #e71d1d;
    font-size: 25px;
    padding-left: 10px;
    position: relative;
    top: 5px;
}

section.testimonial-section .testimonial-content .watch-story a {
    color: #3a3a3a;
    font-size: 18px;
    position: relative;
}

section.testimonial-section .owl-nav button span {
    padding: 0px 20px;
    font-size: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
}


section.testimonial-section .owl-nav button:first-child span {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

section.testimonial-section .owl-nav button:last-child span {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

section.testimonial-section .owl-nav button:first-child:hover, section.testimonial-section .owl-nav button:last-child:hover {}

section.testimonial-section .testi-viewAll button {
    font-size: 18px;
    border: none;
    background-color: transparent;
    padding: 15px 18px;
    border-top: 1px solid #3a3a3a;
    font-weight: 600;
    border-bottom: 1px solid #3a3a3a;
    display: block;
    margin: auto;
}

/* Testimonials section end here  */

/* _______________________________________________________________ */

/* Doctor section start here  */
section.doctor-section {
    background: url('../images/docBanner.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px;
}

section.doctor-section .doctor-content {
    margin: 30px 0;
    padding-right: 50px;
}

section.doctor-section .doctor-content .doc-name {
    font-size: 40px;
    font-weight: 700;
    color: #11823B;
}

section.doctor-section .doctor-content .doc-desg {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

section.doctor-section .doctor-content .docHd {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

section.doctor-section .doctor-content .docPara {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

section.doctor-section .doctor-content .doc-readMore {
    font-size: 18px;
    color: #11823b;
}

.doctor-content .d_hide {
    display: none;
}

/* Doctor section end here  */

/* ____________________________________________________________ */

/* Blog section start here  */

section.blog-section {
    padding: 50px;
}

section.blog-section .blogSmBox {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.blog-section .blog-head {
    text-align: center;
}

section.blog-section .blog-head .blogHd {
    font-size: 40px;
    font-weight: 400;
}

section.blog-section .blog-head .blogHd span {
    font-weight: 600;
}

section.blog-section .blog-head .blogSmHd {
    font-size: 20px;
    color: #11823b;
    font-weight: 500;
    margin-bottom: 50px;
    display: block;
}

section.blog-section .blog-boxes .lgBox {
    padding: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    height: 100%;
}

section.blog-section .blog-boxes .lgBox img {
    width: 100%;
}

section.blog-section .blog-boxes .blogTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 20px 0;
    display: block;
}

section.blog-section .blog-boxes .blogLink {
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

section.blog-section .blog-boxes .blogLink:hover {
    color: #1b8626;
}

section.blog-section .blog-boxes .smBox {
    box-shadow: 0px 3px 10px #00000029;
    border: 1px solid #D1CECE;
    padding: 15px;
    height: 100%;
}

section.blog-section .blog-boxes .smBox .blogPara {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.blog-section .boxRow {
    margin-top: -5px;
    margin-bottom: -5px;
}

section.blog-section .blog-boxes .boxCol {
    padding: 5px;
}

section.blog-section .blog-viewAll button {
    font-size: 18px;
    border: none;
    background-color: transparent;
    padding: 15px 18px;
    border-top: 1px solid #3a3a3a;
    font-weight: 600;
    border-bottom: 1px solid #3a3a3a;
    display: block;
    margin: 30px auto 0px auto;
}

/* blog section end here  */

/* _____________________________________________________________________ */

/* Form section start here  */
section.form-section {
    padding: 80px 50px;
    background-color: #3A3A3A;
}

section.form-section .appt-details {
    padding-top: 70px;
    padding-right: 70px;
}

section.form-section .appHd {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

section.form-section .appAddress {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}

section.form-section .appTimings {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}

section.form-section .appEmail, section.form-section .appPhone {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}

section.form-section .appTimings span, section.form-section .appEmail span, section.form-section .appPhone span {
    font-weight: 600;
}

section.form-section .appointmentHd {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

section.form-section .appointmentHd span {
    font-weight: 700;
    color: #48BF53;
}

section.form-section .form-container input, .form-container textarea {
    width: 100%;
    padding: 12px 8px;
    margin-top: 10px;
}

section.form-section .form-container input::placeholder, .form-container textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
}

section.form-section .form-container textarea {
    height: 130px;
}

section.form-section .form-container .DateBox {
    position: relative;
}

section.form-section .form-container .DateBox .calIcon {
    position: absolute;
    top: 51%;
    color: green;
    right: 7%;
    transform: translateY(-50%);
}

section.form-section .form-container .capImage {
    width: 100%;
    height: 70px;
    margin-top: 10px;
}

section.form-section .form-container .appFormBtn {
    background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: white;
    padding: 10px 0px;
    font-size: 22px;
    height: 70px;
}

/* Form section end here  */


/* ________________________________________________ */


/* Location Section Start  */
section.location-section {
    padding: 50px;
}

section.location-section .locationHd {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

section.location-section .locationHd span {
    font-weight: 600;
}

section.location-section .mapBox {
    padding: 15px 0px;
    height: 400px;
}

/* Location Section end  */


/* _____________________________________________ */

/* Footer Section start  */

footer.footer-section {
    padding: 50px;
    background-color: #FAFFFB;
}

footer.footer-section .footBox1 img {
    width: 90px;
    margin-bottom: 30px;
}

footer.footer-section .footBox1 p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

footer.footer-section .footBox2 {
    padding-left: 40px;
}

footer.footer-section .footHd {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 600;
    display: block;
}

footer.footer-section .foot-link {
    display: block;
    font-weight: 500;
    color: #171717;
    font-size: 18px;
    padding: 5px 0;
}

footer.footer-section .footBox4 .footAddress, footer.footer-section .footBox4 .footPhone, footer.footer-section .footBox4 .footEmail {
    font-size: 18px;
    font-weight: 500;
}

footer.footer-section .footBox4 .foot-socialIcons {
    margin: 20px 0;
}

footer.footer-section .footBox4 .foot-socialIcons .footIcons {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    float: left;
    margin: 0 2px;
    border-radius: 50%;
}

footer.footer-section .footBox4 .foot-socialIcons .footIcons i {
    transition: all 0.5s ease;
    color: white;
    font-size: 18px;
}

footer.footer-section .footBox4 .foot-socialIcons .facebook:hover {
    background-color: #3b5998;
}

footer.footer-section .footBox4 .foot-socialIcons .twitter:hover {
    background-color: #1DA1F2;
}

footer.footer-section .footBox4 .foot-socialIcons .youtube:hover {
    background-color: #FF0000;
}

footer.footer-section .footBox4 .foot-socialIcons .instagram:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    ;
}

footer.footer-section .footBox4 .foot-socialIcons .footIcons:hover i {
    transform: rotate(360deg);
}

footer.footer-section .footDisclaimer {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #171717;
    font-weight: 400;
}

footer.footer-bottom {
    padding: 20px 0;
    background-color: #3A3A3A;
}

footer.footer-bottom .footerBottom-link {
    color: white;
    font-weight: 300;
    padding-right: 10px;
    font-size: 16px;
}

footer.footer-bottom .footerBottom-link::after {
    content: '|';
    margin-left: 10px;
    font-weight: 300;
}

footer.footer-bottom .copyrightTxt, footer.footer-bottom .digiLink {
    margin-bottom: 0px;
    color: white;
    font-size: 16px;
    text-align: right;
}

footer.footer-bottom .digiLink {
    color: #11823B;
}

/* Footer Section end */

/* ______________________________________________________ */

/* Request A Callback Section Start */

.desk.request-callback .form-container {
    position: relative;
}

.desk.request-callback .form {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: -20px -15px 15px #00000033;
}

.desk.request-callback {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 2;
}

.desk.request-callback .form {
    z-index: 1;
    background-color: white;
    padding: 25px 30px;
    padding-top: 20px;
    width: 300px;
    text-align: center;
    border: 1px solid #ccc;
}

.desk.request-callback .form-title {
    color: #004d25;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Oxygen", sans-serif;
}

.desk.request-callback .form input,
.desk.request-callback .form select {
    width: 100%;
    border-radius: 0;
    border: none;
    border: 1px solid grey;
    font-size: 15px;
    padding: 8px 10px;
    margin-bottom: 5px;
}

.desk.request-callback .form select {
    position: relative;
    font-size: 15px;
    color: grey;
}

.desk.request-callback .req-btn {
    width: 212px;
    margin-left: auto;
}

.desk.request-callback .formHideBtn {
    border: none;
    width: 50px;
    font-size: 18px;
    height: 40px;
    background-color: green;
    color: white;
    position: absolute;
    right: -1px;
    top: -41px;
}

/* Request A Callback Section end */

/* ______________________________________________________ */

/* Scroll To top Button  */
.scrollBtn {
    position: fixed;
    bottom: 50px;
    right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
    color: white;
    border: none;
}

/* ___________________________________________________________ */


/* Modal Section Start  */
.modal-body {
    padding: 0px;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 9px;
    opacity: 1;
    right: 5px;
    border-radius: 0px;
    font-size: 16px;
    z-index: 100;
}

.modal-header {
    border-bottom: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
}

.modBtn {
    background: none;
}

.modBtn i {
    color: white;
    font-size: 25px;
    padding-bottom: 15px;
}

/* Modal Section end */

/* __________________________________________________________ */

/* Whatsapp Button css start  */
.sticky-bot {
    position: fixed;
    bottom: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.whatsapp {
    background-color: #25d366 !important;
    left: 18px;
    right: auto;
    color: transparent;
}

.whatsapp i {
    color: #ffffff !important;
    font-size: 29px;
}

/* Whatsapp Button css end  */

/* about doctor education  */
.about_education_experience {
    padding: 50px;
    background-color: #F2F2F2;
}

.doc_edu_heading {
    color: #3A3A3A;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.doc_edu_heading span {
    color: #11823B;
}

.education_btn {
    text-align: center;
}

.education_btn button {
    margin: 0 15px;
    position: relative;
}

.education_btn button::before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    transform: rotate(50deg);
    top: 10px;
}

.education_btn button::after {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    transform: rotate(50deg);
    bottom: 10px;
}

.education_btn button.active {
    padding: 10px 40px;
    background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
}

.education_btn button {
    padding: 10px 40px;
    background: transparent;
    border: unset;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    background: #fff;
    color: #11823B;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.education_content {
    padding: 15px;
    background-color: #fff;
    margin: 13px 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.duration {
    font-weight: 700;
    color: #11823B;
    margin-bottom: 10px;
}

.education_card {
    padding: 40px;
}

.education_card {
    display: none;
}

.education_card.active {
    display: inline-flex;
}

/* about doctor education  */

/* about nalanda */
.about_nalanda p {
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin: auto;
    font-size: 18px;
    width: 100%;
    line-height: 1.8;
}

/* about nalanda */
/* misssion_vision */
.Visson_mission h2 {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.Visson_mission h2 span {
    color: #11823b;
}

.Visson_mission {
    padding: 50px;
    background-color: #F0FFF3;
}

.Visson_mission p {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.vission_img {
    text-align: center;
    margin-bottom: 20px;
}

.vision_Sec {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vision_right {
    display: none;
}

/* misssion_vision */
/* Why We Choose  */
.Why_we_choose {
    padding: 50px;
}

.Why_we_choose p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.Why_we_choose h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.Why_we_choose h2 span {
    color: #11823b;
}

.why_choose_pointers li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
}

.why_choose_pointers li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f560";
    font-family: FontAwesome;
    color: #25d366;
}

/* Why We Choose  */

/* Contact us page */
.field .form-control::placeholder {
    color: #ccc;
}

.Contact_us {
    padding: 50px;
    background-image: url(../images/contact_bg.webp);
    background-position: center;
    background-size: cover;


}

.Contact_us h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.Contact_us h2 span {
    color: #24c426;
}

.nalanda_ivf {
    padding: 30px 0 0;
}

.form_design {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
}

.field {
    margin-bottom: 20px;
}

.field .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    padding: 6px 4px;
    color: #fff;
    font-size: 17px;
}

.captch_field {
    display: flex;
    align-items: center;
}

.captch_field .captcha_img {
    height: 40px;
}

.captch_field .captcha_img img {
    height: 100%;
}

.refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #11823B;
    border-radius: 0 0.25rem 0.25rem 0;
    font-weight: bold;
}

.refresh i {
    color: #fff;
}

.form_btn .submit_btn {
    background-color: #11823B;
    color: #fff;
    font-weight: 600;
    border: none;
}

.field .form-control:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #24c426;
    background-color: transparent;
}

.map {
    box-shadow: rgba(99, 99, 99, 0.2) -1px 1px 15px 0px;
    height: 100%;
}

.address_details {
    padding: 30px 15px;
}

.address {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 7px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.address i {
    font-size: 35px;
    margin-bottom: 10px;
}

.address a {
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.address:hover a {
    color: #1b8626;
}

/* Contact us page */
/* Service category */
.services-page {
    padding: 50px;
}


.service-dv .img-service {
    position: relative;
}

.service-dv .img-service:before {
    width: 90%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    top: 5%;
    left: 5%;
    position: absolute;
    transition: all ease-in 0.7s;
}

.mission-vision-dv img {
    display: block;
}

.mission-vision-dv h5 {
    color: #333;
    margin: 15px 0 10px 0;
}

.service-dv h5 a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.service-dv p {
    margin-bottom: 16px;
}

.service-dv .btnblue {
    padding: 8px 22px;
    border-color: #195028;
    color: #195028;
}

.btnblue {
    background-color: transparent;
    color: #dc9c32;
    display: inline-flex;
    border-radius: 50px;
    padding: 12px 30px;
    text-decoration: none;
    transition: ease-in 0.2s;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.services-page a:hover {
    --bs-link-color-rgb: 10, 88, 202;
}

.service-dv {
    padding: 10px 10px 20px;
    box-shadow: 0 0 10px #cccc;
    height: 100%;
}

.service-dv .img-service {
    position: relative;
}

.service-dv .img-service:before {
    width: 90%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    top: 5%;
    left: 5%;
    position: absolute;
    transition: all ease-in 0.7s;
}

.service-dv .img-service:hover::before {
    opacity: 0;
}

.service-dv h5 a:hover {
    color: #28833f;
}

.service-dv .btnblue {
    padding: 8px 22px;
    border-color: #195028;
    color: #195028;
}

.service-dv .btnblue:hover {
    background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
    color: #fff;

}

.spacebottom30 {
    padding-bottom: 30px;
}

/* Service category */

/* Written Testimonials Section start */
.Testimonials {
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    background-attachment: fixed;
}

.Testimonials .sub_tag {
    color: #fff;
}

.Testimonials .common_heading {
    color: #11823b;
}

.testimonials_card {
    border-radius: 10px;
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
}

.testimonials_card::before {
    content: '';
    position: absolute;
    background-color: #ebffed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #014E25;



}

.testimonials_card::after {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    border-radius: 0 0 10px 10px;
}

.testimonials_card .sub_para::before {

    content: '\f10d';
    font-family: "FontAwesome";
    position: absolute;
    font-size: 50px;
    color: #014E25;
    top: 10px;
    left: 50%;
    transform: translate(-50%);

}

.patient_img {
    width: 85px;
    padding: 10px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px #cccccc;
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: center;

}

.patient_img img {
    border-radius: 50%;
}

.testmonials_name .common_heading {
    font-size: 25px;
    color: #000;
    padding-top: 15px;
    margin-bottom: 10px;
}

.testmonials_name .sub_tag {
    color: #11823B;
}

.Testimonials_headings .common_heading {
    margin-bottom: 30px;
}

.Testimonials .owl-carousel .owl-nav button.owl-next, .Testimonials .owl-carousel .owl-nav button.owl-prev {

    padding: 0 !important;
    font: inherit;
    background: #fff !important;
    margin: 0 10px !important;
    font-size: 30px !important;
    width: 40px !important;
    height: 36px !important;
    border-radius: 50% !important;
    line-height: 30px !important;
    border: none;
    padding-bottom: 15px !important;
    transition: 0.3s ease-in-out;
}

.Testimonials .owl-carousel button.owl-dot {
    display: none;
}

.Testimonials .owl-carousel .owl-nav button:hover {
    background-color: #11823b !important;
}

section.written_testimonial .happy-famTxt span {
    font-weight: 600;
    color: #11823b;
}

section.written_testimonial .testiMainContent {
    text-align: center;
    margin-bottom: 30px;
}

section.written_testimonial .happy-famTxt {
    font-size: 40px;
    font-weight: 400;
    color: #fff !important;
    font-weight: 600;
}

section.written_testimonial .testiSmTxt {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.written_testimonial .owl-theme .owl-nav {
    margin-top: 30px;
}

/* Written Testimonials */
/* video Sections */
.Video_section {
    padding: 50px;
}

.video_image {
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    position: relative;
}



.video_image img {
    width: 100%;
}

.play {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ffffff99;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #004D25;
}

.video_content {
    text-align: center;
    padding-top: 10px;
}

.video-modal-overlay.active {
    display: block;
}

.video-modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.445);
    z-index: 9;
    display: none;
}

.video-modal.active {
    display: block;
}

.video-modal {
    max-width: 800px;
    width: 75%;
    background: white;
    position: fixed;
    z-index: 111;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    text-align: left;
    display: none;
}

.video-box {
    position: relative;
}

.video-box .modal-btn {
    position: absolute;
    right: 0px;
    top: -1px;
    width: 50px;
    border: none;
    line-height: 0;
    height: 35px;
    padding: 0px;
    background: white;
}

.testimonial_video .video-box iframe {
    height: 480px;
    width: 100%;
}

.testimonial_video iframe {
    border: 0;
}

.testimonial_video iframe {
    display: block;
}

.stop_scroll {
    overflow: hidden;
}

/* video Sections End*/
/* Gallery Section */
.gallery_section {
    padding: 50px;
}

.galley_img {
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    position: relative;
    cursor: pointer;
}

.galley_img::before {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 100%;
    height: 100%;
    transform: translate(-5%, -5%);
    background-color: rgba(255, 255, 255, 0.35);
    content: "";
    transition: 0.3s;
}

.galley_img img {
    width: 100%;
}

.galley_img:hover::before {
    opacity: 0;
}

/* Gallery Section */
/* real_results */
.real_results .galley_img img {

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/* real_results */
/* Blog Section */
.blog_cards {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.blog_cards::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.blog_image img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.blog_cards:hover img {
    width: 100%;
    transform: scale(1.1);
}

.Blog_category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.Blog_category button {
    border: none;
    padding: 5px 20px;
    background: #11823b;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    z-index: 2;
    position: relative;
    transition: 0.3s ease-in-out;
}

.Blog_category button:hover {
    letter-spacing: 2px;
}

.Blog_category a {
    text-decoration: none;
    color: #fff;
}

.blog_content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.blog_description a {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    transition: 0.3s ease-in-out;
    line-height: 1.4;
}

.blog_schedule span {
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    position: relative;

}

.blog_schedule {
    text-align: right;
}

.blog_schedule span:nth-child(1)::before {
    content: '\f017';
    position: absolute;
    font-family: "FontAwesome";
    left: 10px;
    color: #47BE53;
    top: 0;
}

.blog_schedule span:nth-child(2)::before {
    content: '\f06e';
    position: absolute;
    font-family: "FontAwesome";
    left: 10px;
    color: #47BE53;
    top: 0;
}

.blog_schedule span:nth-child(3)::before {
    content: '\f4ad';
    position: absolute;
    font-family: "FontAwesome";
    left: 10px;
    color: #47BE53;
    top: 0;
}

.Blog_section {
    padding: 50px;
}

/* blogs inner section start */
section.blog-details {
    padding: 50px 0;
}

.con_cus {
    max-width: 1425px;
    position: relative;
}

section.blog-details .blog-details_Hd {
    font-size: 60px;
    font-family: canelaTextMedium;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

section.blog-details .blog-details_box {
    padding: 20px;
    border: 1px solid #ccc;
}

section.blog-details .blog-details_img {
    width: 100%;

}

section.blog-details .blog-details_date {
    font-size: 14px;
    display: block;
    margin: 5px 0;
    color: #272727;
}

section.blog-details .blog-details_content .blog-details_mainHd {
    color: #11823B;
}

section.blog-details .blog-details_content h2,
section.blog-details .blog-details_content h3,
section.blog-details .blog-details_content h4,
section.blog-details .blog-details_content h1 {
    font-family: canelaTextMedium;
    margin: 10px 0;
    color: #272727;
}

section.blog-details section.form-section {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #eeeeee;
}

section.blog-details section.form-section .container-fluid, section.blog-details section.form-section .container {
    padding: 0px;
    text-align: center;
}

section.blog-details section.form-section .appointmentHd {
    font-size: 28px;
}

section.form-section .appointmentHd {
    margin-bottom: 20px;
    text-align: center;
}

.appointmentHd {
    font-family: canelaTextMedium;
    line-height: 1;
    margin: 10px 0;
}

section.blog-details section.form-section .appDetailsBox, section.blog-details section.form-section .appFormBox {
    width: 100%;
}

section.blog-details section.form-section .appt-details {
    padding: 0px;
    color: #000;
}

section.blog-details section.form-section .appAddress {
    margin-bottom: 10px;
    font-size: 16px;
}

section.blog-details section.form-section .appEmail,
section.blog-details section.form-section .appPhone {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    color: #000;
}

section.form-section .form-container input, .form-container textarea, .form-container select {
    width: 100%;
    padding: 12px 8px;
    margin-top: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 24px #0000001C;
    border: 1px solid #E2E2E2;
}

section.form-section .form-container .DateBox .calIcon {
    position: absolute;
    top: 51%;
    color: #004d25;
    right: 7%;
    transform: translateY(-50%);
}

section.blog-details section.form-section .form-container .DateBox .calIcon {
    right: 10%;
}

section.form-section .form-container textarea {
    height: 130px;
}

.btn-group.book {
    margin-top: 10px;
}

.btn-group, .btn-group button {
    height: 50px !important;
}

.btn-group img {
    height: 100%;
    width: 100%;
}

section.form-section .form-container .appFormBtn {
    background: #004d25 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 24px #0000001C;
    border: none;
    padding: 10px 0px;
    color: #fff;
    font-size: 22px;
    height: 70px;
}

.BtnRfresh {
    width: 35px !important;
    border-radius: 0px !important;
}

section.blog-details section.form-section .form-container .appFormBtn {
    height: 50px;
}

.b_details_section section.form-section .appAddress,
.b_details_section section.form-section .appTimings,
.b_details_section section.form-section .appEmail,
.b_details_section section.form-section .appPhone,
.b_details_section section.form-section .appointmentHd {
    color: #000;
}

div.latest-blog .latest-blog-Hd {
    font-size: 25px;
    font-family: canelaTextMedium;
    margin: 15px 0;
}

div.latest-blog .latest-blog-item {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

div.latest-blog .latest-blog-item .latest-blog_img {
    width: 35%;
}

div.latest-blog .latest-blog-item .latest-blog_img img {
    width: 100%;
}

div.latest-blog .latest-blog-item .latest-blog_content {
    width: 65%;
    font-size: 14px;
    padding: 0 10px;
}

div.latest-blog .latest-blog-item .latest-blog_content {
    width: 65%;
    font-size: 14px;
    padding: 0 10px;
}

div.latest-blog .latest-blog-item .latest-blog-title {
    color: #196832;
    font-weight: bold;
}

div.latest-blog .latest-blog-item .latest-blog-readmore {
    color: #11823bab;
    font-size: 13px;
    font-weight: bold;
}

/* blogs inner section  end */

/* Blog Section */

/* Service sections */
/* Start of serviceinnerbanner */
section.serviceinnerbanner {
    position: relative;
    height: 500px;
}

.serviceinnerbanner img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}

.service_heading {
    display: inline-block;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    border-bottom: #5177c0 1px solid;
    padding-bottom: 14px;
}

.mainoverlay2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .3);
}

section.serviceinnerpage {
    padding: 50px 5%;
    background: transparent linear-gradient(180deg, #ebffed 0%, #f9fffe 100%) 0% 0% no-repeat padding-box;
}

.serviceinnerpage .breadcrum {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-bottom: unset;
    padding: 5px 15px;
}

.serviceinnerpage .breadcrum li::before {
    display: none;
}

.serviceinnerpage .breadcrum li {
    padding: unset;
    line-height: unset;
    vertical-align: unset;
}

.serviceinnerfirst {
    background-color: white;
    margin-top: unset;
    position: relative;
    padding: 30px 30px;
    box-shadow: 0px 3px 26px #0000000F;
}

.firstrightimage {
    width: 100%;
}

.firstpic {
    padding: 0px;
    margin: 0px;
}

.firstpic img {
    padding: 5px;
    border: #ddd 1px solid;
}


.headingsss,
.sm-headings {
    color: #242424;
    font-size: 35px;
    font-weight: 500;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.sm-headings {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
}

.bordersdiv {
    text-align: left;
}

.bordersdiv span {
    display: inline-block;
    height: 8px;
    background: #11823B;
    width: 70px;
    margin-right: 5px;
    border-radius: 5px;
}

.bordersdiv span:last-child {
    width: 20px;
}

.serviceinnerfirst p {
    padding: 10px 0 0 0px;
}

.serviceinnerfirst ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.serviceinnerfirst ul li {
    padding: 6px 10px 6px 28px;
    margin: 0;
    line-height: 26px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.serviceinnerfirst ul li:before {
    border-radius: 50%;
    content: "\f560";
    font-family: FontAwesome;
    color: #11823B;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    font-size: 18px;
    margin-left: -30px;
    margin-top: 0px;
}

.noted {
    border-top: #ddd 1px solid;
    padding-top: 1.5rem;
    margin-top: 1rem;
    text-align: center;
}

.noted p {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    padding: 12px 10% 0px 10%;
}

/* Start of serviceinnersecond */
.serviceinnersecond {
    padding: 3rem 5%;
    background-color: #fff;
}

.serviceinnersecondinner {
    text-align: center;
}

.serviceinnersecondinner div.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.serviceinnersecondinner h2.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.serviceinnersecondinner h3.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.serviceinnersecondinner p {
    padding: 11px 15%;
}

.serviceinnersecondleft {
    border-right: #ddd 1px solid;
    padding: 0px 10px 0px 0px;
}

.serviceinnersecondleft ul {
    padding: 0;
    margin: 20px 0 20px 0px;
    list-style: none;
}

.serviceinnersecondleft ul li {
    padding: 6px 10px 6px 28px;
    margin: 0;
    line-height: 26px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.serviceinnersecondleft ul li:before {
    content: "\f560";
    font-family: FontAwesome;
    color: #11823B;
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    font-size: 18px;
    margin-left: -30px;
    margin-top: 0px;
}

.border-right-0 {
    border-right: 0px;
}

.viewall {
    border: 2px solid #004D25;
    border-radius: 20px;
    color: #333;
    padding: 6px 15px;
    transition: 0.3s;
    margin-top: 20px;
    display: inline-block;
    font-weight: 400;
}

.viewall:hover {
    background: #004D25;
    color: white;
}

/* Start of servicethirdsection */
.servicethirdsection {
    background: #004D25;
    padding: 2rem 5% 4rem 5%;
}

.servicethirdsection p {
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.commoncenter {
    padding: 0px;
    margin: 0px
}

.servicethirdsection div.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 0rem;
    color: #fff;
    text-transform: uppercase;
}

.servicethirdsection h2.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.servicethirdsection h3.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.servicethirdsection h4.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.bordercenterdiv {
    text-align: center;
}

.bordercenterdiv span {
    display: inline-block;
    height: 8px;
    background: var(--primary-color);
    width: 70px;
    margin-right: 5px;
    border-radius: 5px;
}

.bordercenterdiv span:last-child {
    width: 20px;
}

.servicethirdsectioncenter {
    background: #d9ffea33;
    padding: 1.5rem 2rem;
    box-shadow: 0px 2px 15px #00000014;
    padding-top: 12px;
    margin-top: 1rem;
}

.servicethirdsectioncenter ul {
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
}

.servicethirdsectioncenter ul li {
    padding: 5px 10px 5px 28px;
    margin: 0;
    width: 33%;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #fff;
    vertical-align: top
}

.servicethirdsectioncenter ul li::before {
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px;
    content: "\f560";
    font-family: FontAwesome;
    color: #fff;
}

.servicethirdsectioncenter ul li strong {
    font-weight: bold
}

.servicethirdsectioncenter ul li:last-child {
    border-bottom: 0px
}

.servicethirdsectioncenter p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 26px;
}

.seventops {
    padding-top: 1rem;
}


/* Start of fourthservicesection */
.fourthservicesection {
    padding: 3rem 5% 3rem 5%;
    background-color: #fff;
}

.fourthservicesection h2.elevenheading {
    font-size: 27px;
    padding-bottom: 0px;
    text-align: center;
}

.fourthservicesection div.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 0rem;
    text-transform: uppercase;
}

.fourthservicesection h2.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.fourthservicesection h3.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fourthservicesection h4.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.serviceleftpic {
    padding: 0px;
    margin: 0px;
}

.fourthservicesection p {
    font-size: 17px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 22px;
}

.fourthservicesection ul {
    margin: 10px 0px;
}

.fourthservicesection ul li {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    font-size: 17px;
    color: #000;
}

.fourthservicesection ul li::before {
    border-radius: 50%;
    content: "\f560";
    font-family: FontAwesome;
    color: #11823B;
    display: block;
    width: 27px;
    height: 27px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px
}

/* Start of fivethservicesection */
.fivethservicesection {
    background-color: #F2F6FC;
    padding: 3rem 5% 3rem 5%;
}

.fivethservicesection h2.elevenheading {
    font-size: 27px;
    padding-bottom: 0px;
    text-align: center;
}

.fivethservicesection div.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 0rem;
    text-transform: uppercase;
}

.fivethservicesection h2.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fivethservicesection h3.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fivethservicesection h4.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fivethsectioncenter {
    background: #004D25;
    padding: 2rem;
    box-shadow: 0px 2px 15px #00000014;
    margin-top: 1.5rem;
}

.fivethsectioncenter:hover {
    background: #3c7f5a
}

.fivethsectioncenter ul {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    list-style: none;
}

.fivethsectioncenter ul li {
    padding: 5px 0px 5px 28px;
    margin: 0;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #fff;
    vertical-align: top
}

.fivethsectioncenter ul li::before {
    content: "\f560";
    font-family: FontAwesome;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px
}

.fivethsectioncenter ul li strong {
    font-weight: bold
}

.fivethsectioncenter ul li:last-child {
    border-bottom: 0px
}

.fivethsectioncenter p {
    margin-bottom: 0px;
    padding-top: 11px;
    color: #fff;
    line-height: 26px;
}

.fivethsectioncenter div.elevenheading {
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 0rem;
    text-transform: uppercase;
}

.fivetops {
    padding-top: 2rem;
}


/* Start of sixthsection */
.sixthsection {
    padding: 3rem 5%;
}

.sixthsection div.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    padding-top: 5rem;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.sixthsection h2.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.sixthsection h3.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sixthsection h4.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sixthsection p {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 24px;
    padding-top: 1rem;
}

.sixthsection div.elevenheading {
    font-size: 27px;
    padding-bottom: 5px;
    line-height: 35px;
}

.sixthsection ul li {
    padding: 5px 10px 5px 20px;
    margin: 0;
    line-height: 24px;
    font-size: 17px;
}

.sixthsection ul li::before {
    content: "\f560";
    font-family: FontAwesome;
    color: #11823B;
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px
}

.sixtops {
    padding-top: 2rem;
}

.seventhservicesection {
    background-color: #F2F6FC;
    padding: 4rem 5% 4rem 5%;
}

.seventhservicecenter {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 6px 40px #D3E5FF80;
}

.seventhservicecenter div.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.seventhservicecenter h2.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.seventhservicecenter h3.elevenheading {
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.seventhservicecenter h4.elevenheading {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.seventhservicecenter p {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 24px;
    padding-top: 1rem;
}


/* Start of servicerealresultssection */
.servicerealresultssection {
    padding: 3rem 5%;
    background-color: #F2F6FC;
}

.servicerealresultssection div.elevenheading {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 3px;
    padding-top: 0rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.smalltext {
    font-size: 12.5px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.innserresultscolumn {
    padding: 5px;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

/* Start of faqsection */
.faqsection {
    padding: 3rem 5%;
    background-color: #fff;
}

.faqsectionheading {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 3px;
    padding-top: 0rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.faqboxheading {
    padding: 5px 0px 0px 0px;
    font-size: 18px;
    font-weight: 600;
}

.faqanswer p {
    line-height: 26px;
    padding-top: 5px;
}

.faqbox {
    padding: 1.5rem 0rem;
    border-bottom: #ddd 1px solid;
}

.faqanswer ul li {
    padding: 5px 0px 5px 20px;
    line-height: 26px;
}

.faqanswer ul li::before {
    content: "\f560";
    font-family: FontAwesome;
    color: #11823B;
    border-radius: 50%;
    display: block;
    width: 27px;
    height: 27px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    margin-top: 0px
}

.faqbox:last-child {
    border-bottom: 0px !important;
}

/* Start of servicevideossection */
.servicevideossection {
    padding: 3rem 5%;
    background-color: #fff;
}

.servicevideossection div.elevenheading {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 3px;
    padding-top: 0rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.smalltext {
    font-size: 12.5px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.innservideoscolumn {
    padding: 5px;
    margin: 15px 0px 15px 0px;
    text-align: center;
    position: relative;
}

.serviceplay {
    line-height: 1;
    font-size: 60px;
    display: block;
    position: absolute;
    color: red;
    cursor: pointer;
    z-index: 1;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 9;
    box-shadow: unset !important;
    transform: translate(-50%, -50%);
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {

    /* banner section */
    section.serviceinnerbanner {
        height: 400px;
    }

    .service_heading {
        font-size: 36px;
        padding-bottom: 12px;
    }

    /* end of banner section*/

    /* service page css */

    /* service inner first section */

    section.serviceinnerpage {
        padding: 38px 3%;
    }

    .serviceinnerfirst {
        margin-top: -90px;
        padding: 25px;
    }

    .headingsss {
        font-size: 30px;
    }

    .sm-headings {
        font-size: 23px;
    }

    .serviceinnerfirst p {
        padding: 8px 0 0 0px;
    }

    .serviceinnerfirst ul {
        margin: 8px 0;
    }

    .serviceinnerfirst ul li {
        padding: 4px 8px 4px 28px;
        line-height: 25px;
    }

    .serviceinnerfirst ul li:before {
        width: 25px;
        height: 25px;
        margin-left: -28px;
    }

    .noted {
        padding-top: 1rem;
        margin-top: 0.5rem;
    }

    .noted p {
        font-size: 19px;
        padding: 10px 9% 0px 9%;
    }

    /* service inner second section */

    .serviceinnersecond {
        padding: 2rem 3%;
    }

    .serviceinnersecondinner h2.elevenheading {
        font-size: 30px;
    }

    .serviceinnersecondinner p {
        padding: 9px 12%;
    }

    .serviceinnersecondleft ul {
        margin: 16px 0 16px 0px;
    }

    .serviceinnersecondleft ul li {
        padding: 4px 6px 4px 26px;
    }

    .serviceinnersecondleft ul li:before {
        width: 26px;
        height: 26px;
        font-size: 17px;
        margin-left: -29px;
    }

    /* service inner third section */

    .servicethirdsection {
        padding: 1.5rem 3% 2rem 3%;
    }

    .servicethirdsection div.elevenheading {
        font-size: 30px;
    }

    .servicethirdsection p {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .servicethirdsectioncenter {
        padding: 1rem 1.5rem;
        margin-top: 14px;
    }

    .servicethirdsectioncenter ul {
        margin: 8px 0px
    }

    .servicethirdsectioncenter ul li {
        width: 32%;
        line-height: 25px;
    }

    .seventops {
        padding-top: 12px;
    }

    /* service inner fourth section */

    .fourthservicesection {
        padding: 2rem 3% 2rem 3%;
    }

    .fourthservicesection h2.elevenheading {
        font-size: 30px;
    }

    .fourthservicesection p {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .fourthservicesection ul {
        margin: 8px 0px;
    }

    .fourthservicesection ul li {
        line-height: 23px;
        font-size: 16px;
    }

    /* service inner fiveth section */

    .fivethservicesection {
        padding: 2rem 3% 2rem 3%;
    }

    .fivethservicesection h2.elevenheading {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .fivethsectioncenter {
        background: #0B2E5D;
        padding: 1.5rem;
        box-shadow: 0px 2px 15px #00000014;
        margin-top: 1rem;
    }

    .fivethsectioncenter div.elevenheading {
        font-size: 23px;
        line-height: 24px;
    }

    .fivethsectioncenter p {
        padding-top: 10px;
        line-height: 24px;
    }

    .fivethsectioncenter ul {
        margin: 8px 0px 0px 0px;
    }

    .fivethsectioncenter ul li {
        line-height: 24px;
    }

    .fivetops {
        padding-top: 1.5rem;
    }

    /* service inner sixth section */

    .sixthsection {
        padding: 2rem 3%;
    }

    .sixthsection div.elevenheading {
        font-size: 25px;
        padding-bottom: 0px;
        line-height: 32px;
    }

    .sixthsection ul li {
        line-height: 23px;
        font-size: 16px;
    }

    .sixtops {
        padding-top: 1rem;
    }

    .sixthsection p {
        font-size: 16px;
        padding-top: 10px;
    }

    /* service inner seventh section */

    .seventhservicesection {
        padding: 3rem 3% 3rem 3%;
    }

    .seventhservicecenter {
        padding: 1.5rem;
    }

    .seventhservicecenter div.elevenheading {
        font-size: 30px;
    }

    /* faq section */

    .faqsection {
        padding: 2rem 3%;
    }

    .faqsectionheading {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .faqbox {
        padding: 1rem 0rem;
    }

    /* real result section */

    .servicerealresultssection {
        padding: 2rem 3%;
    }

    .servicerealresultssection div.elevenheading {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .innserresultscolumn {
        margin: 12px 0px 12px 0px;
    }

    .smalltext {
        font-size: 11px;
        margin-bottom: 8px;
        padding-top: 8px;
    }

    /* video section */

    .servicevideossection {
        padding: 2rem 3%;
    }

    .servicevideossection div.elevenheading {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .innservideoscolumn {
        margin: 12px 0px 12px 0px;
    }

    .serviceplay {
        font-size: 55px;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {

    /* banner section */

    section.serviceinnerbanner {
        height: 300px;
    }

    .service_heading {
        font-size: 35px;
        line-height: 35px;
        padding-bottom: 10px;
    }

    /* service page */
    /* Start of serviceinnerpage Section */

    .serviceinnerpage .breadcrum {
        margin-top: -44px;
    }

    section.serviceinnerpage {
        padding: 30px 3%;
    }

    .serviceinnerfirst {
        margin-top: -70px;
        padding: 20px;
    }

    .headingsss, .sm-headings {
        font-size: 28px;
    }

    .sm-headings {
        font-size: 22px;
    }

    .bordersdiv span {
        height: 6px;
        width: 65px;
    }

    .serviceinnerfirst p {
        padding: 6px 0 0 0px;
    }

    .serviceinnerfirst ul {
        margin: 8px 0;
    }

    .serviceinnerfirst ul li {
        padding: 5px 0px 5px 27px;
    }

    .serviceinnerfirst ul li:before {
        font-size: 17px;
        margin-left: -28px;
    }

    .firstrightimage {
        text-align: center;
    }

    .noted {
        padding-top: 20px;
        margin-top: 1rem;
    }

    .noted p {
        font-size: 17px;
        padding: 8px 7% 0px 7%;
    }

    /* Start of serviceinnersecond Section */

    .serviceinnersecond {
        padding: 1.5rem 2.5%;
    }

    .serviceinnersecondinner h2.elevenheading {
        font-size: 28px;
    }

    .borders span {
        height: 6px;
        width: 65px;
    }

    .serviceinnersecondinner p {
        padding: 8px 10%;
    }

    .serviceinnersecondleft {
        border-right: unset;
        padding: 0;
    }

    .serviceinnersecondleft ul {
        margin: 0px 0 0px 0px;
    }

    .serviceinnersecondleft ul li {
        padding: 3px 6px 3px 28px;
    }

    .serviceinnersecondleft ul li:before {
        line-height: 25px;
        font-size: 17px;
        margin-left: -27px;
    }

    /* Start of servicethirdsection */

    .servicethirdsection {
        padding: 1rem 2.5% 2rem 2.5%;
    }

    .servicethirdsection div.elevenheading {
        font-size: 28px;
        line-height: 35px;
    }

    .servicethirdsection p {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .servicethirdsectioncenter {
        padding: 12px 1rem;
        padding-top: 12px;
        margin-top: 12px;
    }

    .servicethirdsectioncenter ul {
        margin: 8px 0px;
    }

    .servicethirdsectioncenter ul li {
        width: 48%;
        line-height: 25px;
    }

    .servicethirdsectioncenter ul li::before {
        font-size: 17px;
        line-height: 25px;
        margin-left: -27px;
    }

    .seventops {
        padding-top: 10px;
    }

    /* Start of fourthservicesection  */

    .fourthservicesection {
        padding: 1.5rem 2.5% 1.5rem 2.5%;
    }

    .fourthservicesection h2.elevenheading {
        font-size: 28px;
        line-height: 35px;
    }

    .fourthservicesection p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .fourthservicesection ul {
        margin: 6px 0;
    }

    .fourthservicesection ul li {
        font-size: 16px;
    }

    .fourthservicesection ul li::before {
        font-size: 16px;
        line-height: 25px;
        margin-left: -27px;
    }

    /* Start of fivethservicesection  */

    .fivethservicesection {
        padding: 1.5rem 2.5% 1.5rem 2.5%;
    }

    .fivethservicesection h2.elevenheading {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 0;
    }

    .fivethsectioncenter {
        padding: 1rem;
        margin-top: 14px;
    }

    .fivethsectioncenter div.elevenheading {
        font-size: 22px;
        line-height: 24px;
    }

    .fivethsectioncenter p {
        padding-top: 10px;
        line-height: 25px;
    }

    .fivethsectioncenter ul li::before {
        font-size: 16px;
        line-height: 25px;
        margin-left: -27px;
    }

    .fivetops {
        padding-top: 1rem;
    }

    /* Start of sixthsection  */

    .sixthsection {
        padding: 1.5rem 2.5%;
    }

    .sixthsection div.elevenheading {
        font-size: 28px;
        padding-bottom: 0;
        line-height: 34px;
        padding-top: 0;
    }

    .sixthsection p {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 23px;
        padding-top: 12px;
    }

    .sixthsection ul li {
        font-size: 16px;
    }

    .sixthsection ul li::before {
        font-size: 17px;
        margin-left: -27px;
    }

    .sixtops {
        padding-top: 0;
    }

    /* Start of seventhservicesection  */

    .seventhservicesection {
        padding: 2rem 2.5% 2rem 2.5%;
    }

    .seventhservicecenter {
        padding: 1rem;
    }

    .seventhservicecenter div.elevenheading {
        font-size: 28px;
        line-height: 34px;
    }

    .seventhservicecenter p {
        font-size: 16px;
        padding-top: 12px;
    }

    /*  Start of faqsection  */

    .faqsection {
        padding: 1.5rem 2.5%;
    }

    .faqsectionheading {
        font-size: 28px;
        line-height: 32px;
    }

    .faqbox {
        padding: 1rem 0rem;
    }

    .faqboxheading {
        padding: 5px 0px 0px 0px;
        font-size: 17.5px;
    }

    .faqanswer ul li::before {
        font-size: 17px;
        margin-left: -27px;
    }

    /*  Start of servicerealresultssection  */

    .servicerealresultssection {
        padding: 1.5rem 2.5%;
    }

    .servicerealresultssection div.elevenheading {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .innserresultscolumn {
        padding: 3px;
        margin: 12px 0px 12px 0px;
    }

    .smalltext {
        font-size: 12px;
        margin-bottom: 8px;
        padding-top: 8px;
    }

    /*  Start of servicevideossection  */

    .servicevideossection {
        padding: 1.5rem 2.5%;
    }

    .servicevideossection div.elevenheading {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .bordercenterdiv span {
        height: 6px;
        width: 65px;
    }

    .innservideoscolumn {
        margin: 12px 0px 12px 0px;
    }


}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    /* start of banner section */

    section.serviceinnerbanner {
        background: url(../images/rhinoplastybanner.jpg) no-repeat center;
        padding: 4rem 10px;
        height: auto;
        background-size: cover;
    }

    section.serviceinnerbanner img {
        display: none;
    }

    .serviceinnerbanner .service_heading {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 4px;
        margin-top: 15px;
    }

    .serviceinnerbanner .breadcrum_mobile {
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        font-size: 11px;
        text-align: center;
        padding: 5px 2px;
    }

    /* end of mobile banner */

    /*  Start of serviceinnerpage Section  */

    section.serviceinnerpage {
        padding: 2rem 5px 1.5rem 5px;
        background: none;
        box-shadow: 0px 3px 26px #0000000F;
    }

    .serviceinnerpage .serviceinnerfirst {
        margin-top: 10px;
        padding: unset;
        box-shadow: unset;
    }

    .headingsss, .sm-headings {
        font-size: 24px;
    }

    .sm-headings {
        font-size: 20px;
    }

    .bordersdiv span {
        height: 5px;
        width: 65px;
    }

    .serviceinnerfirst p {
        padding: 6px 0 0 0px;
    }

    .serviceinnerfirst ul {
        margin: 6px 0;
    }

    .serviceinnerfirst ul li {
        padding: 4px 6px 4px 26px;
        line-height: 26px;
    }

    .serviceinnerfirst ul li:before {
        line-height: 24px;
        font-size: 16px;
        margin-left: -28px;
    }

    .noted {
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .noted p {
        font-size: 18px;
        padding: 8px 5% 0px 5%;
    }

    /* Start of serviceinnersecond Section  */

    .serviceinnersecond {
        padding: 1rem 2%;
    }

    .serviceinnersecondinner h2.elevenheading {
        font-size: 24px;
    }

    .borders span {
        height: 5px;
        width: 65px;
    }

    .serviceinnersecondinner p {
        padding: 6px 8%;
    }

    .serviceinnersecondleft {
        border-right: unset;
        padding: 0;
    }

    .serviceinnersecondleft ul {
        margin: 0;
    }

    .serviceinnersecondleft ul li {
        padding: 4px 8px 4px 26px;
        line-height: 25px;
    }

    .serviceinnersecondleft ul li:before {
        line-height: 25px;
        font-size: 16px;
        margin-left: -27px;
    }

    /*  Start of servicethirdsection  */

    .servicethirdsection {
        padding: 1rem 2%;
    }

    .servicethirdsection div.elevenheading {
        font-size: 24px;
        line-height: 32px;
    }

    .bordercenterdiv span {
        height: 5px;
        width: 65px;
    }

    .servicethirdsection p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .servicethirdsectioncenter {
        padding: 10px;
        padding-top: 12px;
        margin-top: 10px;
    }

    .servicethirdsectioncenter ul {
        margin: 6px 0px;
    }

    .servicethirdsectioncenter ul li {
        padding: 4px 0px 4px 26px;
        width: 100%;
        line-height: 25px;
    }

    .servicethirdsectioncenter ul li::before {
        font-size: 16px;
        line-height: 25px;
        margin-left: -28px;
    }

    .seventops {
        padding-top: 8px;
    }

    /*  Start of fourthservicesection  */

    .fourthservicesection {
        padding: 1rem 1%;
    }

    .fourthservicesection h2.elevenheading {
        font-size: 24px;
        line-height: 32px;
    }

    .fourthservicesection p {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 14px;
    }

    .fourthservicesection ul {
        margin: 5px 0px;
    }

    .fourthservicesection ul li {
        padding: 5px 0px 5px 22px;
        font-size: 16px;
    }

    .fourthservicesection ul li::before {
        font-size: 16px;
        line-height: 24px;
        margin-left: -27px;
    }

    /*  Start of fivethservicesection  */

    .fivethservicesection {
        padding: 1rem 1%;
    }

    .fivethservicesection h2.elevenheading {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 0;
    }

    .fivethsectioncenter {
        padding: 16px;
        margin-top: 12px;
    }

    .fivethsectioncenter div.elevenheading {
        font-size: 20px;
        line-height: 22px;
    }

    .fivethsectioncenter p {
        padding-top: 8px;
        line-height: 24px;
    }

    .fivethsectioncenter ul {
        margin: 6px 0px 0px 0px;
    }

    .fivethsectioncenter ul li {
        padding: 4px 0px 4px 28px;
        line-height: 24px;
    }

    .fivethsectioncenter ul li::before {
        font-size: 16px;
        line-height: 24px;
        margin-left: -27px;
    }

    .fivetops {
        padding-top: 14px;
    }

    /*  Start of sixthsection  */

    .sixthsection {
        padding: 1rem 1%;
    }

    .sixthsection div.elevenheading {
        font-size: 24px;
        padding-bottom: 0;
        line-height: 32px;
        padding-top: 0;
    }

    .sixthsection p {
        font-size: 16px;
        padding-top: 10px;
    }

    .sixthsection ul {
        margin: 6px 0px 0px 0px;
    }

    .sixthsection ul li {
        padding: 4px 6px 4px 20px;
        font-size: 16px;
    }

    .sixthsection ul li::before {
        font-size: 16px;
        line-height: 24px;
        margin-left: -27px;
    }

    .sixtops {
        padding-top: 0;
    }

    /* Start of seventhservicesection  */

    .seventhservicesection {
        padding: 1rem 1%;
    }

    .seventhservicecenter {
        padding: 1rem;
    }

    .seventhservicecenter div.elevenheading {
        font-size: 24px;
        line-height: 32px;
    }

    .seventhservicecenter p {
        font-size: 16px;
        padding-top: 12px;
    }

    /*  Start of faqsection  */

    .faqsection {
        padding: 1rem 1%;
    }

    .faqsectionheading {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 0;
    }

    .faqbox {
        padding: 12px 0;
    }

    .faqboxheading {
        padding: 3px 0px 0px 0px;
        font-size: 17px;
    }

    .faqanswer ul li {
        padding: 4px 0px 4px 20px;
        line-height: 25px;
    }

    .faqanswer ul li::before {
        font-size: 16px;
        line-height: 24px;
        margin-left: -27px;
    }

    /*  Start of servicerealresultssection  */

    .servicerealresultssection {
        padding: 1rem 1%;
    }

    .servicerealresultssection div.elevenheading {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .innserresultscolumn {
        margin: 10px 0px 10px 0px;
    }

    .smalltext {
        font-size: 11px;
        margin-bottom: 8px;
        padding-top: 8px;
    }

    /*  Start of servicevideossection  */

    .servicevideossection {
        padding: 1rem 1%;
    }

    .servicevideossection div.elevenheading {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0;
    }

    .innservideoscolumn {
        margin: 12px 0px 12px 0px;
    }

    .serviceplay {
        font-size: 50px;
    }

}

/* clinic gallory */
.clinic_gallery_sec {
    padding: 50px;
}

.gallery_pic {
    column-gap: 20px;
    columns: 3;

}

.image_gallery .box {
    width: 100%;
    margin-bottom: 20px;
}

.image_gallery img {
    max-width: 100%;
    border-radius: 15px;
}


/* clinic gallory */
/* __________________________________________________________ */