/*
Theme Name: Roboticoncology Custom Theme
Theme URI: https://jrmdlive.com/
Author: Robotic
Description: Custom lightweight theme for client
Version: 1.0
Text Domain: client-theme
*/


@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
body{
    font-family: "Google Sans Flex", sans-serif !important;
}

/*****header-start***/
header {
    position: relative;
    z-index: 99;
}
.top-bar {
    background: #C6D9E8;
    color: #20394D;
    font-size: 16px;
}
.newClass {
    position: fixed !important;
    width: 100%  !important;
    top: 0px  !important;
}
.home .main-header {
    background: #022b4c7a !important;
}
.main-header {
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #2979C4;
}
nav.navbar.navbar-expand-lg.main-header {
    background: #032a4a;
}
.nav-link {
    color: #ffffff;
    font-weight: 600;
    padding: 10px 18px;
}
.nav-link:hover {
    color: #d9e8ff;
}
.call-btn {
    background-color: #d0e3f4;
    border: 1px solid #bfd4e9;
    color: #002046 !important;
    font-weight: 600;
}
.btn {
    border-radius: 10px;
}
.navbar-brand small {
    margin-top: -6px;
}
header nav.navbar .container-fluid {
    padding: 0 100px;
}

header nav.navbar ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    padding: 14px 16px !important;
    text-transform: uppercase;
    text-decoration: none;
}

header nav.navbar ul.navbar-nav li > ul.sub-menu {
    display: none;
}
header nav.navbar ul.navbar-nav li:hover > ul.sub-menu li {
    list-style: none;
}
header nav.navbar ul.navbar-nav li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    background: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding-right: 30px;
    margin-top: 10px;
    padding: 3px 20px;
}
header nav.navbar ul.navbar-nav li:nth-child(3):hover > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 600px;
}
header nav.navbar ul.navbar-nav li:hover > ul.sub-menu li a {
    color: #000;
    padding: 10px 0 !important;
    display: flex;
    border-bottom: 1px solid #adadad;
    color: #032a4a;
    font-weight: 500;
}
header nav.navbar ul.navbar-nav li > ul.sub-menu li:last-child a {
    border: 0px;
}
header nav.navbar ul.navbar-nav li:nth-child(3):hover > ul.sub-menu li#menu-item-891 a {
    border: 0px;
}
header nav.navbar ul.navbar-nav span.menu-toggle {
    display: none;
}
.call-to-action-btn ul {
    display: none;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }
}
a.btn.btn-light {
    font-size: 18px;
    color: #022B4C;
    font-weight: 500;
    padding: 10px 18px;
}
a.btn.btn-light.callbook-btn {
    background: #C6D9E8;
    border: 1px solid #C6D9E8;
    padding: 10px 22px;
}
a.btn.btn-light.callbook-btn img {
    margin-right: 10px;
}

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


/****hero banner-start *******/
.hero-banner {
    background: url('/wp-content/uploads/2025/12/hero-bg.png') no-repeat center center/cover;
    padding: 8% 0 0px;
    position: relative;
    margin-top: -98px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-banner .container-fluid {
    padding: 0 100px;
}

.banner-content {
    background: #022b4cdb;
    padding: 28px;
    border-radius: 15px;
    border: 1px solid #d7b453;
    margin-top: -80px;
}
.banner-content h1 {
    color: #f7d564;
    font-size: 56px;
    font-weight: bold;
    line-height: 110%;
    font-family: "Figtree", sans-serif;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgba(221, 188, 98, 1) 0%, 
                                      rgba(255, 230, 163, 1) 21%, 
                                      rgba(213, 177, 79, 1) 54%, 
                                      rgba(255, 236, 185, 1) 84%, 
                                      rgba(217, 192, 81, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.doctor-box h3 {
    font-size: 36px;
    line-height: 120%;
    color: #fff;
    font-weight: bold;
    font-family: "Figtree", sans-serif;
}
.doctor-box p {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0px;
    font-family: "Figtree", sans-serif;
}
.doctor-box {
    background: #E22323;
    padding: 14px 20px;
    border-radius: 10px;
    margin-top: 15px;
    color: #fff;
}
.rating-box .stars {
    font-size: 26px;
    color: #FFD700;
    line-height: 1;
}
.rating-text {
    font-size: 18px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    font-family: "Figtree", sans-serif;
}

.rating-box img {
    padding: 5px;
    border-radius: 6px;
}

.rating-box .stars img {
    width: 45px;
    padding: 0 2px;
}
.doctor-img {
    position: relative;
    z-index: 2;
}

/****hero banner-end *******/

/*****about-section-start******/
.about-section {
    background: #d8e6f3;
}
.about-title {
    font-size: 58px;
    font-weight: bold;
    color: #022B4C;
    margin-bottom: 20px;
    text-align: center;
}
.about-subtitle {
    font-size: 26px;
    font-weight: bold;
    color: #295594;
    line-height: 120%;
    text-align: center;
    padding: 0 24px;
    margin-bottom: 20px;
}
.about-text {
    font-size: 18px;
    color: #295594;
    text-transform: uppercase;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    padding: 0 34px;
}

.about-btn {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
    color: #295594;
    text-decoration: none;
    border: 1px solid #dfe8f3;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 20px;
}
.row.mt-4.stats-row {
    margin: 0 auto;
    width: 100%;
}
.row.mt-4.stats-row .col-md-4 {
    border-right: 1px solid #022B4C;
    padding: 0 22px;
}
.row.mt-4.stats-row .col-md-4:last-child {
    border: 0px;
}
.about-btn i {
    margin-left: 8px;
}
.stats-row h2 {
    font-size: 56px;
    font-weight: bold;
    color: #022B4C;
    font-family: "Figtree", sans-serif;
    margin-bottom: 0px;
}
.stats-row p {
    font-size: 20px;
    color: #022B4C;
    line-height: normal;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
}
.about-video-box iframe {
    border-radius: 10px;
}
.about-video-box img {
    width:100%;
}
.py-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
/*****about-section-end******/

/*****testimonial-start*******/

.video-testimonial-section {
    background: #05345a;
}

.video-box iframe {
    width: 100%;
    height: 230px;
    border-radius: 6px;
}
.video-box img {
    width: 100%;
}
.outside-prev,
.outside-next {
    width: 50px;
    height: 50px;
    background: #ffffff33;
    border-radius: 50%;
    top: 55%;
    transform: translateY(-50%);
}

.outside-prev::after,
.outside-next::after {
    font-size: 20px;
    color: #fff;
}

.outside-prev {
    position: absolute;
    left: -60px;    
    z-index: 10;
}

.outside-next {
    position: absolute;
    right: -60px;   
    z-index: 10;
}
.video-testimonial-section .outside-prev.swiper-button-prev {
    background: url(/wp-content/uploads/2025/12/testi-2Vector.svg);
    background-size: cover;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
    left: -70px !important;
    top: 66%;
}
.video-testimonial-section .outside-next.swiper-button-next {
    background: url(/wp-content/uploads/2025/12/testi-Vector.svg);
    background-size: cover;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
    right: -70px !important;
    top: 66%;
}
.section.video-testimonial-section .outside-prev.swiper-button-prev::after, .video-testimonial-section .outside-next.swiper-button-next::after {
    display:none;
}
section.video-testimonial-section .outside-prev.swiper-button-prev::after {
   display:none;
}

/*****testimonial-end*******/

/*****specialities-start*******/
.specialities-section {
    background: #dcebf7;
}
.common-title {
    color: #022B4C;
    font-size: 40px;
    font-weight: bold;
}

.common-btn {
    font-size: 20px !important;
    color: #fff !important;
    background: #022B4C !important;
    padding: 12px 30px !important;
    border: 0px !important;
}
.common-btn:hover {
    background: #022B4C !important;
    color: #fff !important;
}

.speciality-card img {
    width: 100%;
    object-fit: cover;
    transition: 2s all ease;
}
a.speciality-card:hover img {
    transform: scale(1.1);
}
a.btn.btn-primary.common-btn i {
    margin-left: 12px;
}
a.speciality-card {
    border-radius: 10px !important;
    margin-bottom: 24px;
}
.row.spaciality-list-second a.speciality-card {
    border-radius: 10px !important;
    margin-bottom: 0px;
}
.speciality-overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 32px 30px 28px;
    color: #fff;
    background: linear-gradient(transparent, rgba(8, 59, 102, 0.85));
}
.speciality-overlay h3 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}
.arrow {
    font-size: 34px;
    line-height: 0;
}
/*****specialities-end*******/

/*****doctor-intro start*******/
.doctor-intro-section {
    background: url(/wp-content/uploads/2025/12/Best-doctor.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.doctor-intro-section h2.common-title {
    color: #fff;
}
.video-box-metting iframe {
    width: 100%;
    height: 530px;
    border-radius: 5px;
}
.video-box-metting {
    border-radius: 6px;
}
.content-box {
    background: #022B4C;
    color: #ffffff;
    border-radius: 10px;
}
.doctor-title {
    font-size: 33px;
    font-weight: 700;
}
.doctor-text {
    font-size: 17px;
    line-height: 170%;
}
.video-box-metting img {
    border-radius: 10px !important;
    width: 100%;
    height: 525px;
    object-fit: cover;
}
/*****doctor-intro end*******/

/*****book section start*******/
.book-section {
    background: url(/wp-content/uploads/2025/12/e-book-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.book-img {
    max-width: 80%;
}
.book-section h2.common-title {
    margin-bottom: 20px;
}
.book-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b2e4f;
}
.book-text {
    font-size: 18px;
    line-height: 170%;
    color: #295594;
    margin-bottom: 42px;
}
.purchase-btn {
    background: #083b66;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}
.purchase-btn:hover {
    background: #062d4f;
    color: #fff;
}
/*****book section end*******/

/*****expert discu start*******/
section.expert-discussions {
    background: #DDEAF4;
    padding-bottom: 0px !important;
}
section.expert-discussions img {
    width: 100%;
}
.Expert-Discussions-content a.btn.btn-primary.common-btn i.fa.fa-youtube-play {
    margin-left: 0px;
    margin-right: 6px;
}
.Expert-Discussions-content a.btn.btn-primary.common-btn {
    background: #FF0C2C !important;
}
.Expert-Discussions-content p {
    font-size: 18px;
    color: #022B4C;
    font-weight: 500;
}
.Expert-Discussions-content h2.common-title {
    margin-bottom: 20px;
}
.Expert-Discussions-content {
    margin-top: -52px;
}
/*****expert discu end*******/


/*****testiminial start*******/
.testimonial-section {
    background: #042c4b;
    padding: 90px 0;
}
.testimonial-section h2.common-title {
    color: #fff;
}
.testimonial-section .ti-widget.ti-goog .ti-controls .ti-next:before, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-prev:before {
    border-color: #042c4b !important;
}
.testimonial-section .ti-widget.ti-goog .ti-controls .ti-next:hover:before, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-next:focus:before, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-prev:hover:before, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-prev:focus:before {
    border-color: #042c4b !important;
}
.testimonial-section .ti-widget.ti-goog .ti-controls .ti-next:hover, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-next:focus, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-prev:hover, .testimonial-section .ti-widget.ti-goog .ti-controls .ti-prev:focus {
    cursor: pointer;
    background-color: #ffffff !important;
    outline-color: #042c4b !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}
.book-now-content h5 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
/*****testiminial end*******/
/*****our-blog-start*******/
section.our-blog-section .blog-item h3 a {
    font-size: 24px;
    color: #022B4C;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
}
section.our-blog-section .blog-item {
    background: #DDEAF4;
    padding: 24px;
    min-height: 300px;
    border-radius: 5px;
}
section.our-blog-section .blog-item p {
    font-size: 16px;
    color: #022B4C;
    font-weight: 500;
}
section.our-blog-section .blog-item a.read-more {
    font-size: 16px;
    color: #022B4C;
    font-weight: 600;
    text-decoration: none;
}
section.our-blog-section .blog-item a.read-more i {
    margin-left: 8px;
}
/*****our-blog-end*******/
/*****book-now-start*******/
section.book-now-section {
    background: url(/wp-content/uploads/2025/12/coin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.book-now-content h5 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Figtree", sans-serif;
    margin-bottom: 4px;
}
.book-now-content h2.common-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin-bottom: 24px;
}
section.book-now-section a.btn.btn-primary.common-btn {
    background: #DDEAF4 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #022B4C !important;
    font-weight: 500;
}
/*****book-now-end*******/


/*****footer-start*******/
.site-footer {
    background: #032a4a; 
    padding: 60px 0 0 0;
    color: #d9e7f2;
    font-size: 15px;
}
.footer-container {
    max-width: 1400px; 
}

.footer-text {
    line-height: 170%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 42px;
}
.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    font-family: "Figtree", sans-serif;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Figtree", sans-serif;
}
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
.social-icons a {
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #032a4a;
    font-size: 16px;
    text-decoration: none !important;
}

.contact-address {
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
    line-height: 24px;
}
.help-text {
    font-size: 13px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 400;
}
.contact-phone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.contact-phone:hover {
    text-decoration: underline;
}
.footer-bottom {
    border-top: 1px solid #2979C4;
    margin-top: 30px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

/*****footer-end*******/


/*****Services page-start*******/
.services-section {
    background: #fff;
}

.services-card img {
    width: 100%;
    object-fit: cover;
    transition: 2s all ease;
}
a.btn.btn-primary.common-btn i {
    margin-left: 12px;
}
a.services-card {
    border-radius: 10px !important;
    margin-bottom: 24px;
}
.row.services-list-second a.services-card {
    border-radius: 10px !important;
    margin-bottom: 0px;
}
.speciality-card img {
    width: 100%;
    object-fit: cover;
    transition: 2s all ease;
}
.services-card:hover img {
    transform: scale(1.1);
}
.services-overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 32px 30px 28px;
    color: #fff;
    background: linear-gradient(transparent, rgba(8, 59, 102, 0.85));
}
.services-overlay h3 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}
.arrow {
    font-size: 34px;
    line-height: 0;
}
/*****Services page-end*******/


/*****single-Services-page-start*******/

section.single-services-outer {
    background-color: #e3eef5;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: visible;
}
.single-services-inner {
    z-index: 10;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
    padding-left: 8vw;
    display: flex;
    position: relative;
}
.singleservices-list-outer {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 20em;
    min-height: 100vh;
    padding-top: 15em;
    padding-bottom: 15em;
    padding-right: 2em;
    display: flex;
    position: sticky;
    top: 0;
}

.singleservices-content-outer {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
}
.singleservices-list-outer .singleservices-list {
    display: flex;
    flex-direction: column;
}

.singleservices-list-outer .singleservices-list a {
    padding: 24px 0;
    color: #295594;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
 .singleservices-container {
    margin: 0 auto;
    width: 70%;
}
div#singleservices-content {
    background: #C6D9E8;
    border: 1px solid #2979C4;
}

div#singleservices-content h3, div#singleservices-content h2, div#singleservices-content h1, div#singleservices-content h4, div#singleservices-content h5, div#singleservices-content h6 {
    color: #022B4C;
    font-size: 32px;
    font-weight: 900;
    text-transform: capitalize;
}
div#singleservices-Form {
    width: 100%;
    background: #fff;
}

.singleservices-contact-form .form-control {
    margin-bottom: 20px;
    border: 1px solid #022b4c;
    padding: 10px 20px;
}
.singleservices-contact-form .form-control label {
    margin-bottom: 6px;
    font-size: 16px;
    color: #005599;
    display:none;
}
.singleservices-contact-form .form-control  input {
    border: 0px;
    border-bottom: 1px solid #2b2b4c;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight:bold;
}
.singleservices-contact-form .form-control select {
    border: 0px;
    border-bottom: 1px solid #2b2b4c;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #022b4c;
}
.singleservices-contact-form .form-control input::placeholder {
    color: #022b4c;
}
div#singleservices-Form {
    width: 100%;
    background: #fff;
    border: 1px solid #2979C4;
    border-top: 0px;
}
div#singleservices-Form h2.common-title {
    margin-bottom: 32px;
}
.singleservices-contact-form input.Query-btn {
    font-size: 20px !important;
    color: #fff !important;
    background: #022B4C !important;
    padding: 12px 30px !important;
    border: 0px !important;
    border-radius: 6px;
}
.singleservices-contact-address h2.common-title {
    margin-bottom: 24px;
}
div#singleservices-contact {
    width: 100%;
    border: 1px solid #2979C4;
    border-top: 0px;
    background: url(/wp-content/uploads/2025/12/coin-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
div#singleservices-contact:before {
    position: absolute;
    content: "";
    background: #c6d9e8;
    z-index: 9;
    top: 0px;
    width: 100%;
    height: 100%;
}
.singleservices-contact-address {
    position: relative;
    z-index: 9;
}
.singleservices-contact-address-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.singleservices-address-box {
    background: #ffffff57;
    padding: 32px;
    border: 1px solid #99bbcd;
    border-radius: 6px;
}

.singleservices-address-box h6 {
    font-size: 16px;
    color: #022B4C;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.singleservices-address-box p {
    font-size: 20px;
    color: #022B4C;
    font-weight: bold;
}
.singleservices-call-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px 12px 26px;
    background: #e0ebf1;
    border-radius: 6px !important;
    border: 1px solid #99bbcd;
}
.singleservices-call-box h2 {
    color: #022B4C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.singleservices-call-box-icons {
    padding: 12px 20px;
    border: 1px solid #99bbcd;
    border-radius: 5px;
}

.singleservices-list a.current {
    color: #022b4c;
}
.intro-img img {
    width: 100%;
    border-radius: 6px;
}
.intro-content .common-title {
    color: #fff;
    margin-bottom: 20px;
}
.intro-content h4 {
    color: #fff;
}
.intro-content p {
    color: #fff;
}
.intro-sec {
    background: #032a4a;
}
.intro-sec .nav.rank-math-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
.intro-sec nav.rank-math-breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.intro-sec nav.rank-math-breadcrumb span {
    color: #fff;
}
/*****single-Services-page-end*******/

/*****media page-start*******/
.media-box {
    text-align: center;
    border-radius: 5px;
    transition: all 1s ease;
    margin-bottom: 24px;
}
.media-box img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.media-box:hover {
    transform: translate(0px, -10px);
}
.media-box-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background: #DDEAF4;
    border-radius: 0px 0px 5px 5px;
}
.media-box-btn h4 {
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #022B4C;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}
.media-box.adding-box a {
    padding: 62px 30px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.media-box.adding-box h4 {
    font-size: 20px;
}
.media-box.adding-box span.arrow {
    font-size: 38px;
    margin-top: -8px;
}
section.media-sec a {
    text-decoration: none;
}
.media-box-btn .arrow {
    font-size: 34px;
    line-height: 0;
    font-weight: bold;
    color: #022B4C;
}

/*****media page-end*******/


.common-amg-box {
    border: 1px solid #ddeaf4;
    border-radius: 5px;
    background: #ddeaf4;
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 24px; 
}
.common-amg-box .common-amg-box-img img {
    width: 100%;
}
.common-amg-box .common-amg-box-img iframe {
    width: 100%;
    height: 256px;
    border-radius: 5px 5px 0 0;
}

.common-amg-box-content {
    padding: 24px;
    background: #DDEAF4;
    border-radius: 0px 0px 5px 5px;
    flex-grow: 1; 
}

.common-amg-box-content h4 {
    font-size: 24px;
    color: #022B4C;
    font-weight: bold;
}

.common-amg-box-content a.common-btn {
    border-radius: 100px;
    margin-top: 20px;
}

/*****audio page-end*******/

/*****video page-start*******/

.common-video-box {
    border: 1px solid #ddeaf4;
    margin-bottom: 24px;
    border-radius: 5px;
    transition: all 1s ease;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 24px;
}
.common-video-box .common-video-box-img {
    flex: 1;
}
.common-video-box-content {
    padding: 0px 20px;
    border-radius: 0px 0px 5px 5px;
    flex: 2;
}
.common-video-box-content a.common-btn {
    border-radius: 100px;
    margin-top: 0px;
    background: transparent !important;
    color: #032a4a !important;
    padding: 0 0!important;
    font-weight: 600;
    font-size: 16px !important;
}
.common-video-box img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.common-video-box-content h4 {
    font-size: 22px;
    color: #022B4C;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}



/*****video page-end*******/

/*****listing blog & content listing start*******/
.commonblog-card, .blog-card {
    background: #DDEAF4 !important;
    padding: 24px;
    min-height: 300px;
    border-radius: 5px !important;
    border: 0px !important;
}
.commonblog-card .card-body h5.card-title, .blog-card .blog-content h3.blog-title {
    font-size: 24px;
    color: #022B4C;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
    margin-top: 0px;
}
.commonblog-card .card-body p, .blog-card .blog-content p{
    font-size: 16px;
    color: #022B4C !important;
    font-weight: 500;
}
.commonblog-card .card-body a, .blog-card .blog-content a  {
    font-size: 16px;
    color: #022B4C !important;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border: 0px;
    padding: 0px;
}
.commonblog-card .card-body, .blog-card .blog-content {
    padding: 0px;
}
.blog-card .blog-content h3.blog-title a {
    font-size: 24px !important;
}
.commonblog-card .card-body a:active {
    background: transparent;
    color: #022B4C;
}
.load-more-wrapper button.load-more-btn {
    background: #032a4a;
    border: 0px;
}
/*****listing blog & content listing end*******/

/*****contact page-start*******/
.location-section {
    background: #fff;
}
section.location-section h5 {
    font-size: 24px;
    color: #022b4c;
    margin-bottom: 20px;
}
.location-inner {
    border: 1px solid #ddeaf4;
    padding: 20px;
    border-radius: 5px;
}
.location-map iframe {
    min-height: 400px;
    width: 100%;
    border-radius:5px;
}
.location-content {
    background: #ddeaf4;
    border-radius: 5px;
}

.location-inner .location-content h5 {
    color: #022B4C;
}
.loc-address a {
    font-size: 16px;
    text-decoration: underline;
    color: #022B4C;
}
.hours-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.hours-list li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 3px 0;
    color: #022b4c;
}
section.contactpage-form {
    background: #ddeaf4;
}
.contactpage_field {
    background: #fff;
    padding: 24px;
    border-radius: 5px;
}
.contactpage_field .form-control {
    margin-bottom: 20px;
    border: 1px solid #022b4c;
    padding: 10px 20px;
}
.contactpage_field .form-control label {
    margin-bottom: 6px;
    font-size: 16px;
    color: #005599;
    display:none;
}
.contactpage_field .form-control  input, .contactpage_field .form-control  textarea {
    border: 0px;
    border-bottom: 1px solid #2b2b4c;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight:bold;
}
.contactpage_field .form-control select {
    border: 0px;
    border-bottom: 1px solid #2b2b4c;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #022b4c;
}
.contactpage_field .form-control input::placeholder, .contactpage_field .form-control textarea::placeholder {
    color: #022b4c;
}
.contactpage_field input.Query-btn {
    font-size: 20px !important;
    color: #fff !important;
    background: #022B4C !important;
    padding: 12px 30px !important;
    border: 0px !important;
    border-radius: 6px;
}
.contactpage_field h2.common-title {
    text-align: center;
}
.contactpage_field h4 {
    text-align: center;
    color: #022b4c;
}
.contactpage_field h6 {
    color: #022b4c;
    text-align: center;
    margin-bottom: 32px;
}
.contactpage_field .form-label-field {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
    grid-gap: 20px;
}

/*****contact page-end*******/

/*****contact new york page start*******/
.contact-newyorkpage .location-map {
    border: 1px solid #ddeaf4;
    padding: 20px;
    border-radius: 5px;
}
.contact-newyorkpage .location-map iframe {
    height: 525px;
}
.contact-newyorkpage .location-content p.loc-address {
    font-size: 16px;
    text-decoration: none;
    color: #022B4C;
}
/*****contact new york page end*******/
/*****contact new york page start*******/
.contact-longisland .location-map {
    border: 1px solid #ddeaf4;
    padding: 20px;
    border-radius: 5px;
}
.contact-longisland .location-map iframe {
    height: 525px;
}
.contact-longisland .location-content p.loc-address {
    font-size: 16px;
    text-decoration: none;
    color: #022B4C;
}
/*****contact new york page end*******/

/*****all-privacy end*******/
.Privacy-content h2.common-title {
    font-size: 24px;
}
.Privacy-content a {
    color: #022B4C !important;
}
.Privacy-content h4 {
    font-size: 18px;
    color: #022b4c;
    font-weight: 600;
}
.book-contact-btn {
    display: none !important;
}

/*****all-privacy end*******/

#_dvsigvvvk {
    width: 100%;
    height: 500px;
    border: none;
}

section.testimonial-page-section a.btn.btn-primary.common-btn {
    display: none;
}
section.contactpage-form.mobileform-revese.py-5 {
    display: none;
}





/*****responsive-start*******/
@media (min-width: 1501px) and (max-width: 1800px) {
    header nav.navbar .container-fluid {
        padding: 0 16px;
    }

}

@media (min-width: 1367px) and (max-width: 1500px) {
    header nav.navbar .container-fluid {
        padding: 0 16px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 14px 10px !important;
    }
    .speciality-overlay h3 {
        font-size: 18px;
    }

}
@media (min-width: 1200px) and (max-width: 1366px) {
    header nav.navbar .container-fluid {
        padding: 0 12px;
        font-size: 12px;
    }
    .hero-banner .container-fluid {
        padding: 0 12px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 0 8px !important;
        font-size: 12px;
    }
    a.btn.btn-light {
        font-size: 14px;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .doctor-box h3 {
        font-size: 28px;
    }
    .doctor-box p {
        font-size: 18px;
    }
    .about-title {
        font-size: 42px;
    }
    .about-subtitle {
        font-size: 20px;
    }
    .about-text {
        font-size: 16px;
    }
    .about-btn {
        font-size: 18px;
    }
    .stats-row h2 {
        font-size: 44px;
    }
    .stats-row p {
        font-size: 15px;
    }
    .video-testimonial-section .outside-prev.swiper-button-prev {
        left: -56px !important;
        top: 70%;
    }
    .video-testimonial-section .outside-next.swiper-button-next {
        right: -56px !important;
        top: 70%;
    }
    .doctor-intro-section h2.common-title {
        font-size: 28px;
    }
    .common-title {
        font-size: 34px;
    }
    .book-now-content h2.common-title {
        font-size: 32px;
    }
    .banner-content {
        margin-top: 0px;
    }
    .video-box-metting img {
        height: 568px;
    }
    .Expert-Discussions-content {
        margin-top: -84px;
    }
    img.herobanner-img {
        width: 100%;
    }
    div#singleservices-content h3, div#singleservices-content h2, div#singleservices-content h1, div#singleservices-content h4, div#singleservices-content h5, div#singleservices-content h6 {
        font-size: 28px;
    }
    section.our-blog-section .blog-item {
        min-height: 250px;
    }
    .speciality-overlay h3 {
        font-size: 18px;
    }
    img.herobanner-img {
        width: 78%;
    }
    header nav.navbar ul.navbar-nav li:hover > ul.sub-menu {
        margin-top: 0px;
    }
    .media-box.adding-box h4 {
        font-size: 16px;
    }
    .media-box-btn {
        padding: 20px 8px;
    }
    .singleservices-container {
        margin: 0 auto;
        width: 74%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
   header nav.navbar .container-fluid {
        padding: 0 12px;
        font-size: 12px;
    }
    .hero-banner .container-fluid {
        padding: 0 12px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 0 6px !important;
        font-size: 12px;
    }
    a.btn.btn-light {
        padding: 10px 10px;
    }
    a.btn.btn-light.callbook-btn {
        padding: 10px 16px;
    }
    a.navbar-brand.d-flex.flex-column img {
        width: 100px;
    }
    a.btn.btn-light {
        font-size: 12px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .doctor-box h3 {
        font-size: 22px;
    }
    .rating-text {
        font-size: 16px;
    }
    .rating-box .stars img {
        width: 32px;
    }
    .doctor-box p {
        font-size: 18px;
    }
    .about-title {
        font-size: 28px;
    }
    .about-subtitle {
        font-size: 20px;
        padding: 0px;
    }
    .about-text {
        font-size: 13px;
        padding: 0 0;
    }
    .about-btn {
        font-size: 16px;
    }
   .stats-row h2 {
        font-size: 28px;
    }
    .row.mt-4.stats-row  {
        border-right: 1px solid #022B4C;
        padding: 0 12px;
    }
    section.about-section .logos .col-auto img {
        width: 70px;
    }
    .stats-row p {
        font-size: 15px;
    }
    .video-testimonial-section .outside-prev.swiper-button-prev {
        left: -12px !important;
        top: 70%;
    }
    .video-testimonial-section .outside-next.swiper-button-next {
        right: -12px !important;
        top: 70%;
    }
    .doctor-intro-section h2.common-title {
        font-size: 28px;
    }
    .common-title {
        font-size: 34px;
    }
    .book-now-content h2.common-title {
        font-size: 32px;
    }
    .banner-content {
        margin-top: 0px;
    }
    .video-box-metting img {
        height: 654px;
    }
    .Expert-Discussions-content {
        margin-top: -84px;
    }
    button.navbar-toggler.text-white {
        background: #ffffff !important;
    }
    img.herobanner-img {
        width: 100%;
    }
    .hero-banner {
        padding: 13% 0 0px;
    }
    .row.spaciality-list-second a.speciality-card {
        margin-bottom: 24px;
    }
    .singleservices-contact-address-inner {
        flex-direction: column;
    }
    div#singleservices-content h3, div#singleservices-content h2, div#singleservices-content h1, div#singleservices-content h4, div#singleservices-content h5, div#singleservices-content h6 {
        font-size: 28px;
    }
    section.our-blog-section .blog-item {
        min-height: 275px;;
    }
    .common-video-box {
        flex-direction: column;
    }
    .common-video-box-content {
       padding: 24px 0px 0px 0px;
    }
    .location-content-btn {
        flex-direction: column;
    }
    .location-content-btn a.btn.btn-primary.common-btn {
        margin-bottom: 10px;
        margin-right: 0px !important;
    }
    .media-box.adding-box a {
        padding: 30px 0px;
        border-radius: 5px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contactpage_field .form-label-field {
        grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
    }
    
}



/* Hide dropdowns by default on mobile */
@media(max-width: 991px){
	
    header nav.navbar ul.navbar-nav .sub-menu {
        display: none;
        padding-left: 15px;
    }
    header nav.navbar ul.navbar-nav .menu-toggle {
        font-size: 20px;
        padding-left: 10px;
        cursor: pointer;
        display: inline-block;
        color:#fff;
    }
    header nav.navbar ul.navbar-nav .menu-item-has-children > a {
        display: inline-block;
        width: calc(100% - 30px);
    }
    header nav.navbar ul.navbar-nav .menu-item-has-children {
        position: relative;
    }
    header nav.navbar ul.navbar-nav .menu-item-has-children .menu-toggle {
        position: absolute;
        right: 7px;
        top: 12px;
    }
    header nav.navbar ul.navbar-nav .menu-toggle.active {
        transform: rotate(
    180deg);
        right: 0px !important;
}
    header nav.navbar ul.navbar-nav span.menu-toggle {
        display: block;
    }
    header nav.navbar ul.navbar-nav li:nth-child(3) > ul.sub-menu {
        height: 438px;
    }
    
    header nav.navbar ul.navbar-nav li > ul.sub-menu {
        position: inherit !important;
        overflow: scroll;
        max-width: inherit !important;
        width: 100%;
        margin-top: 0px !important;
    }
    header nav.navbar ul.navbar-nav li > ul.sub-menu li a {
        color: #fff !important;
        background: transparent;
        color: #032a4a !important;
    }
}



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

    header nav.navbar .container-fluid {
        padding: 0 12px;
        font-size: 12px;
    }
    .hero-banner .container-fluid {
        padding: 0 12px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 0 8px !important;
        font-size: 12px;
    }
    a.btn.btn-light {
        font-size: 14px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .doctor-box h3 {
        font-size: 22px;
    }
    .rating-text {
        font-size: 16px;
    }
    .rating-box .stars img {
        width: 32px;
    }
    .doctor-box p {
        font-size: 18px;
    }
    .about-title {
        font-size: 28px;
    }
    .about-subtitle {
        font-size: 20px;
        padding: 0px;
    }
    .about-text {
        font-size: 13px;
        padding: 0 0;
    }
    .about-btn {
        font-size: 16px;
    }
   .stats-row h2 {
        font-size: 28px;
    }
    .row.mt-4.stats-row  {
        border-right: 1px solid #022B4C;
        padding: 0 12px;
    }
    section.about-section .logos .col-auto img {
        width: 70px;
    }
    .stats-row p {
        font-size: 15px;
    }
    .video-testimonial-section .outside-prev.swiper-button-prev {
        left: 20px !important;
        top: 70%;
        width: 34px !important;
        height: 34px !important;
    }
    .video-testimonial-section .outside-next.swiper-button-next {
        right: 20px !important;
        top: 70%;
        width: 34px !important;
        height: 34px !important;
    }
    .doctor-intro-section h2.common-title {
        font-size: 28px;
    }
    .common-title {
        font-size: 34px;
    }
    .book-now-content h2.common-title {
        font-size: 32px;
    }
    .banner-content {
        margin-top: 0px;
    }
    .video-box-metting img {
        height: 568px;
    }
    .Expert-Discussions-content {
        margin-top: 0px;
    }
    button.navbar-toggler.text-white {
        background: #ffffff !important;
        padding: 2px 10px;
    }
    img.herobanner-img {
        width: 100%;
    }
    .hero-banner {
        padding: 13% 0 0px;
    }
     .row.spaciality-list-second a.speciality-card {
        margin-bottom: 24px;
    }
    section.our-blog-section .blog-item {
        min-height: 330px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 10px 16px !important;
        font-size: 18px;
        display: flex;
        background: #0a3254e6;
    }
    a.btn.btn-light {
        font-size: 18px;
    }
    .singleservices-contact-address-inner {
        flex-direction: column;
    }
    .singleservices-list-outer {
        width: 10em;
    }
    div#singleservices-content h3, div#singleservices-content h2, div#singleservices-content h1, div#singleservices-content h4, div#singleservices-content h5, div#singleservices-content h6 {
        font-size: 28px;
    }
     .common-amg-box-content h4 {
        font-size: 20px;
    }
    .common-amg-box-content a.common-btn {
        font-size: 16px !important;
        padding: 10px 18px !important;
    }
    .common-video-box {
        flex-direction: column;
    }
    .common-video-box-content {
       padding: 24px 0px 0px 0px;
    }
    .media-box-btn {
        padding: 4px 0px;
    }
    section.video-sub-single .container-fluid.px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    section.video-sub-single .container-fluid.px-5 .col-lg-4.col-md-4.col-12.mb-3 {
        width: 50%;
    }
    .awards-timeline::before {
        display:none;
    }
}

@media (max-width: 767px) {
	iframe {
    width: 100%;
}
	.media-sec .container-fluid.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
    button.navbar-toggler.text-white {
        background: #ffffff !important;
        padding: 2px 10px;
    }
    
    .top-bar {
        display: none;
    }
    header nav.navbar .container-fluid {
        padding: 0 12px;
    }
    .hero-banner .container-fluid {
        padding: 0 12px;
    }
    .banner-content {
        margin-top: 100px;
    }
    header nav.navbar ul.navbar-nav li a {
        padding: 10px 16px !important;
        font-size: 14px;
        display: flex;
        background: #0a3254e6;
        border-bottom: 1px solid #c6d9e821;
    }
    a.btn.btn-light {
        font-size: 14px;
    }
    a.btn.btn-light.callbook-btn {
        padding: 10px 18px;
    }
    .banner-content h1 {
        font-size: 27px;
    }
    .doctor-box h3 {
        font-size: 20px;
    }
    .doctor-box p {
        font-size: 16px;
    }
    .rating-box .stars img {
        width: 32px;
    }
    .rating-text {
        font-size: 16px;
    }
    .rating-box .stars img {
        width: 32px;
        padding: 0 2px;
    }
    img.herobanner-img {
        width: 100%;
    }
    .rating-box img {
        width: 64px;
    }
    a.navbar-brand.d-flex.flex-column img {
        max-width: 170px;
    }
    .about-title {
        font-size: 26px;
    }
    .about-subtitle {
        font-size: 16px;
    }
    .about-text {
        font-size: 12px;
    }
    .about-btn {
        font-size: 15px;
    }
    .stats-row h2 {
        font-size: 34px;
    }
    .stats-row p {
        font-size: 16px;
    }
   .row.mt-4.stats-row .col-md-4 {
        border-right: 0px;
        border-bottom: 1px solid #022B4C;
        margin-bottom: 16px;
    }
    section.about-section .logos .col-auto img {
        width: 70px;
    }
    .common-title {
        color: #022B4C;
        font-size: 28px;
    }
    .row.spaciality-list-second a.speciality-card {
        margin-bottom: 24px;
    }
    .video-box-metting img {
        height: auto;
    }
    .doctor-intro-section h2.common-title {
        font-size: 24px;
    }
    .common-btn {
        font-size: 18px !important;
    }
    .Expert-Discussions-content {
        margin-top: 0px;
    }
    .testimonial-section .ti-widget.ti-goog .ti-controls-line {
        display: none !important;
    }
    .book-now-content h2.common-title {
        font-size: 28px;
        text-align: center;
    }
    section.book-now-section a.btn.btn-primary.common-btn {
        font-size: 16px !important;
    }
    .book-now-content h5 {
        font-size: 18px;
        text-align: center;
    }
    .video-testimonial-section .outside-prev.swiper-button-prev {
        left: 20px !important;
        top: 70%;
        width: 34px !important;
        height: 34px !important;
    }
    .video-testimonial-section .outside-next.swiper-button-next {
        right: 20px !important;
        top: 70%;
        width: 34px !important;
        height: 34px !important;
    }
    .py-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .specialities-section a.btn.btn-primary.common-btn {
        font-size: 14px !important;
        padding: 12px 12px !important;
    }
    .Expert-Discussions-content a.btn.btn-primary.common-btn {
        background: #FF0C2C !important;
        padding: 12px 22px !important;
    }
    .specialities-section.specialities-section h2.common-title {
        font-size: 21px;
        margin-bottom: 0px;
    }
    .singleservices-contact-address-inner {
        flex-direction: column;
    }
    .single-services-inner {
        flex-flow: wrap;
        min-height: auto;
        padding-left: 0vw;
    }
    .singleservices-list-outer {
        position: inherit;
        grid-row-gap: 1em;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 0vh;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-right: 0em;
        width: 100%;
    }
    .singleservices-container {
        margin: 0 auto;
        width: 90%;
    }
    .singleservices-list-outer .singleservices-list {
        flex-direction: row;
    }
    .singleservices-list a.current {
        border-bottom: 2px solid #022b4c;
    }
    .singleservices-list-outer .singleservices-list a {
        padding: 24px 14px 10px;
    }
    div#singleservices-content h3, div#singleservices-content h2, div#singleservices-content h1, div#singleservices-content h4, div#singleservices-content h5, div#singleservices-content h6 {
        font-size: 24px;
    }
    .video-box-metting iframe {
        width: 100%;
        height: 220px;
    }
    header nav.navbar ul.navbar-nav li:nth-child(3) > ul.sub-menu {
        height: 294px;
    }
    section.our-blog-section .blog-item {
        background: #DDEAF4;
        padding: 24px;
        min-height: auto;
        border-radius: 5px;
    }
    .common-amg-box-content h4 {
        font-size: 20px;
    }
    .media-box.adding-box a {
        padding: 40px 0px;
    }
   
    
    
/********call to action-start******/
    
    .call-to-action-btn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
    }
    .call-to-action-btn ul {
        display: flex;
        align-items: center;
        background: #022b4c;
        padding: 0px;
        margin-bottom: 0px;
    }
    .call-to-action-btn ul li {
        list-style: none;
        flex: 1;
        text-align: center;
        border: 1px solid #fff;
        padding: 8px 4px;
    }
    .call-to-action-btn ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .call-to-action-btn ul li:first-child {
        border-right: 0px;
    }
    .footer-bottom.text-center.py-3 {
        padding-bottom: 70px !important;
    }
    .common-amg-box-content h4 {
        font-size: 20px;
    }
    .common-amg-box-content a.common-btn {
        font-size: 16px !important;
    }
    .common-video-box {
        flex-direction: column;
    }
    .common-video-box-content {
       padding: 24px 0px 0px 0px;
    }
    .location-content-btn {
        flex-direction: column;
    }
    .location-content-btn a.btn.btn-primary.common-btn {
        margin-bottom: 10px;
        margin-right: 0px !important;
    }
    section.video-sub-single .container-fluid.px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    section.location-section .location-inner .location-content {
        padding: 24px !important;
    }
    .contactpage_field .form-label-field {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }
    section.location-section h5 {
        font-size: 18px;
        padding: 0 20px;
    }
    section.location-section .location-inner .location-content h5 {
        padding: 0px;
    }
    section.contactpage-form.mobileform-revese.py-5 {
        display: block;
    }
    section.contactpage-form {
        display: none;
    }
    .speciality-overlay h3 {
        font-size: 20px;
    }
    
}

@media (max-width: 575px) {
    /* Small mobile CSS */
}

/*****responsive-end*******/


















