img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.team.element-six .team-item>.holder .data .btn,
.rt-button.element-one>.rt-button-main,
.rt-fancy-text-box>.holder>.more .btn,
.rt-call-to-action-wraper .rt-call-to-action-item .btn:hover,
.radiant-contact-form .form-row input[type=submit] {
    border-radius: 0 0 0 0;
}

.wp-call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*transform: scale(0.8);*/
    right: 20px;
    bottom: 80px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+ ) center/30px 30px no-repeat #37439e !important;
}

.wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
    font-size: 13px;
}

.header_main .brand-logo img {
    max-width: 300px !important;
}

.header_main .header-data>.header-data-contact p {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #ff081a !important;
}

.header_main .header-data>.header-data-contact p strong a {
    color: #ff081a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.header_main .header-data>[class*='header-data-'] {
    top: 25px;
}

.header_main .header-data>.header-data-social p {
    font-size: 14px;
    color: #ff081a;
}

.p1 {
    text-align: justify !important;
}

p {
    margin-bottom: 15px !important;
}

.form-row input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    padding-left: 15px !important;
}

input[type=submit] {
    background-color: #ff081a !important;
}

.appointment-botton-service-papge {
    background-color: #f9f9f9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
}

.service-box {
    box-shadow: 4px 4px 32px 10px #dbe5ee;
    padding: 30px;
    margin: 10px;
}

@media only screen and (max-width: 600px) {
    .header_main .header-data>[class*='header-data-'] {
        display: none !important;
    }
}

.rt-beforeafter.element-one {
    margin: 5px;
}

.footer_copyright_item p {
    font-size: 16px !important;
    color: #fff !important;
}

.wraper_footer_main>.container {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

.footer_main_item .widget-title {
    text-decoration: underline !important;
}

.footer_main_item p {
    font-size: 100% !important;
}

.wp-call-button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15% !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .header_main .header-data {
        width: 55% !important;
    }

    .header_main .brand-logo {
        width: 40% !important;
    }

    .header_main .header-data>.header-data-contact p {
        font-size: 12px;
    }
}

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal {
    background: #ff081a !important;
}

.wpmm-sub-menu-wrap ul li ul li {
    margin: 3px 0 5px !important;
}

.wpmm-mega-menu-href-title:hover {
    color: #ff081a !important;
}

div#wpcs_content_inner_10893 {
    height: fit-content !important;
    padding: 20px 20px 20px 20px !important;
    margin: 40px 20px 20px 20px !important;
}

.gfield select {
    height: 40px;
}

input[type=submit] {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ff081a !important;
}

div#wpcs_content_main_10893 {
    height: fit-content !important;
}

div#wpcs_tab_10893 {
    top: 330px !important;
}

.apsc-floating-sidebar.apsc-sidebar-left-middle {
    top: 35% !important;
}

#menu-side-menu li {
    width: 49% !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.footer_main_item ul.social li a {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.appointment-btn-header {
    background-color: #373435;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-name: swing;
    animation-iteration-count: infinite;
    padding: 7px 15px;
    border-radius: 10px;
}

.appointment-btn-header a {
    color: #fff !important;
}

.header-data-social p {
    display: none !important;
}

.header-data-social ul {
    display: none !important;
}

.wpmega-enabled-mobile-menu .wpmm-mega-wrapper.hide-menu {
    display: block;
}

@media screen and (min-width: 1400px) {
    body {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .ti-widget.ti-goog .ti-review-content {
        font-size: 18px !important;
    }

    .wraper_footer_main {
        padding: 50px 0px !important;
    }

    .wraper_inner_banner {
        padding: 100px 0px !important;
    }

    .vc_btn3.vc_btn3-size-md {
        font-size: 17px !important;
    }

    .footer_copyright {
        padding: 22px 0px 0px !important;
        font-size: 30px !important;
    }

    .nav>[class*='menu-']>ul.menu>li>ul>li>a,
    .nav>[class*='menu-']>ul.menu>li>ul>li>ul>li>a,
    .nav>[class*='menu-']>ul.menu>li>ul>li>ul>li>ul>li>a,
    .nav>[class*='menu-']>ul.menu>li>ul>li>ul>li>ul>li ul li a {
        font-size: 18px !important;
    }

}

.wraper_inner_banner {
    padding: 100px 0px !important;
}

.wraper_footer_main {
    padding: 50px 0px !important;
}
.aio-icon-header h3.aio-icon-title {
    font-size: 21px !important;
}
body {
    background-color: #FFFFFF;
    font-family: Rubik;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #424141!important;
    font-size: 17px!important;
    font-display: swap;
}

h1 {
    font-family: Poppins;
    line-height: 48px;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    color: #ff081a!important;
    font-size: 36px!important;
    font-display: swap;
}

h2 {
    font-family: Poppins;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    color: #ff081a!important;
    font-size: 32px!important;
    font-display: swap;
}

h3 {
    font-family: Poppins;
    line-height: 36px!important;
    font-weight: 700!important;
    font-style: normal!important;
    color: #ff081a!important;
    font-size: 30px!important;
    font-display: swap!important;
}

h4 {
    font-family: Poppins;
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    color: #ff081a!important;
    font-size: 24px!important;
    font-display: swap;
}

h5 {
    font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #ff081a!important;
    font-size: 18px!important;
    font-display: swap;
}

h6 {
    font-family: Poppins;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    color: #ff081a!important;
    font-size: 16px!important;
    font-display: swap;
}

.wraper_header.style-one .wraper_header_main,
.wraper_header.style-two .wraper_header_main,
.wraper_header.style-three .wraper_header_main,
.wraper_header.style-four,
.wraper_header.style-seven .wraper_header_main,
.wraper_header.style-eight .wraper_header_main,
#hamburger-menu,
.wraper_flyout_menu {
    background-color: rgba(255, 255, 255, 0.1);
}

.wraper_header:not(.style-four):not(.style-five):not(.style-six):not(.style-nine):not(.style-ten) .nav {
    font-family: Poppins;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-display: swap;
}

.wraper_header.style-three .wraper_header_nav {
    background-color: #383435;
}

.wraper_header.style-nine {
    -moz-box-shadow: 0 0 27px 0 rgba(5, 6, 6, 0.22);
    -webkit-box-shadow: 0 0 27px 0 rgba(5, 6, 6, 0.22);
    -ms-box-shadow: 0 0 27px 0 rgba(5, 6, 6, 0.22);
    -o-box-shadow: 0 0 27px 0 rgba(5, 6, 6, 0.22);
    box-shadow: 0 0 27px 0 rgba(5, 6, 6, 0.22);
}

.wraper_header.style-nine .wraper_header_top {
    background-color: #001a57;
}

.wraper_header.style-nine .wraper_header_main {
    background-color: #ffffff;
}

.wraper_header.style-nine .nav {
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #4d4d4d;
    font-size: 13px;
    font-display: swap;
}

.wraper_header.style-nine .nav>[class*="menu-"]>ul.menu>li:hover>a,
.wraper_header.style-nine .nav>[class*="menu-"]>ul.menu>li.current-menu-item>a,
.wraper_header.style-nine .nav>[class*="menu-"]>ul.menu>li.current-menu-parent>a,
.wraper_header.style-nine .nav>[class*="menu-"]>ul.menu>li.current-menu-ancestor>a {
    color: #08276E;
}

.wraper_header.style-ten .wraper_header_top {
    background-color: rgba(14, 13, 13, 0.4);
}

.wraper_header.style-ten .wraper_header_main {
    background-color: rgba(0, 0, 0, 0.01);
}

.wraper_header.style-ten .nav {
    font-family: Lato;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    font-display: swap;
}

.wraper_header.style-ten .nav>[class*="menu-"]>ul.menu>li:hover>a,
.wraper_header.style-ten .nav>[class*="menu-"]>ul.menu>li.current-menu-item>a,
.wraper_header.style-ten .nav>[class*="menu-"]>ul.menu>li.current-menu-parent>a,
.wraper_header.style-ten .nav>[class*="menu-"]>ul.menu>li.current-menu-ancestor>a {
    color: #FFFFFF;
}

.wraper_inner_banner {
    background-color: #000000;
    background-repeat: no-repeat;
    background-image: url('../cssAll/uploads/2020/10/Banner-Doctors.png');
    background-size: cover;
}

.wraper_inner_banner_main {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.wraper_inner_banner_main>.container {
    padding-top: 26px;
    padding-bottom: 30px;
}

.inner_banner_main .title {
    font-family: Montserrat;
    line-height: 48px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 36px;
    font-display: swap;
}

.inner_banner_main .subtitle {
    font-family: Montserrat;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
    font-display: swap;
}

.inner_banner_breadcrumb #crumbs {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.wraper_inner_banner_breadcrumb>.container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraper_footer {
    background-color: #373435;
    background-repeat: no-repeat;
    background-position: center center;
    ;
    background-size: cover;
}

.wraper_footer_main {
    background-color: rgba(0, 23, 77, 0.01);
}

.wraper_footer_main {
    border-bottom-color: rgba(255, 255, 255, 0.01);
}

.wraper_footer_copyright {
    background-color: #ed3237;
}

.rt-button.element-one>.rt-button-main,
.radiant-contact-form .form-row input[type=submit],
.radiant-contact-form .form-row input[type=button],
.radiant-contact-form .form-row button[type=submit],
.post.style-two .post-read-more .btn,
.post.style-three .entry-main .post-read-more .btn,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.widget-area>.widget.widget_price_filter .button,
.rt-fancy-text-box.element-one>.holder>.more>a,
.rt-fancy-text-box.element-two>.holder>.more>a,
.rt-fancy-text-box.element-three>.holder>.more>a,
.rt-fancy-text-box.element-four>.holder>.more>a,
.team.element-six .team-item>.holder .data .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.rt-button.element-one>.rt-button-main,
.radiant-contact-form .form-row input[type=submit],
.radiant-contact-form .form-row input[type=button],
.radiant-contact-form .form-row button[type=submit],
.post.style-two .post-read-more .btn,
.post.style-three .entry-main .post-read-more .btn,
.woocommerce #respond input#submit,
.woocommerce form .form-row input.button,
.woocommerce .return-to-shop .button,
.widget-area>.widget.widget_price_filter .button,
.rt-fancy-text-box.element-one>.holder>.more>a,
.rt-fancy-text-box.element-two>.holder>.more>a,
.rt-fancy-text-box.element-three>.holder>.more>a,
.rt-fancy-text-box.element-four>.holder>.more>a,
.team.element-six .team-item>.holder .data .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn {
    background-color: #fde428;
}

.rt-button.element-one[class*="hover-style-"] .rt-button-main>.overlay,
.radiant-contact-form .form-row input[type=submit]:hover,
.radiant-contact-form .form-row input[type=button]:hover,
.radiant-contact-form .form-row button[type=submit]:hover,
.post.style-two .post-read-more .btn:hover,
.post.style-three .entry-main .post-read-more .btn:hover,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button:hover,
.woocommerce form .form-row input.button:hover,
.widget-area>.widget.widget_price_filter .button:hover,
.rt-fancy-text-box.element-one>.holder>.more>a:hover,
.rt-fancy-text-box.element-two>.holder>.more>a:hover,
.rt-fancy-text-box.element-three>.holder>.more>a:hover,
.rt-fancy-text-box.element-four>.holder>.more>a:hover,
.team.element-six .team-item>.holder .data .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn:hover,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn:hover {
    background-color: #09276f;
}

.rt-button.element-one>.rt-button-main,
.radiant-contact-form .form-row input[type=submit],
.radiant-contact-form .form-row input[type=button],
.radiant-contact-form .form-row button[type=submit],
.post.style-two .post-read-more .btn,
.post.style-three .entry-main .post-read-more .btn,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.widget-area>.widget.widget_price_filter .button,
.rt-fancy-text-box.element-one>.holder>.more>a,
.rt-fancy-text-box.element-two>.holder>.more>a,
.rt-fancy-text-box.element-three>.holder>.more>a,
.rt-fancy-text-box.element-four>.holder>.more>a,
.team.element-six .team-item>.holder .data .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
}

.rt-button.element-one>.rt-button-main:hover,
.radiant-contact-form .form-row input[type=submit]:hover,
.radiant-contact-form .form-row input[type=button]:hover,
.radiant-contact-form .form-row button[type=submit]:hover,
.post.style-two .post-read-more .btn:hover,
.post.style-three .entry-main .post-read-more .btn:hover,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button:hover,
.woocommerce form .form-row input.button:hover,
.widget-area>.widget.widget_price_filter .button:hover,
.rt-fancy-text-box.element-one>.holder>.more>a:hover,
.rt-fancy-text-box.element-two>.holder>.more>a:hover,
.rt-fancy-text-box.element-three>.holder>.more>a:hover,
.rt-fancy-text-box.element-four>.holder>.more>a:hover,
.team.element-six .team-item>.holder .data .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn:hover,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn:hover {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
}

.rt-button.element-one>.rt-button-main,
.radiant-contact-form .form-row input[type=submit],
.radiant-contact-form .form-row input[type=button],
.radiant-contact-form .form-row button[type=submit],
.post.style-two .post-read-more .btn,
.post.style-three .entry-main .post-read-more .btn,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.widget-area>.widget.widget_price_filter .button,
.rt-fancy-text-box.element-one>.holder>.more>a,
.rt-fancy-text-box.element-two>.holder>.more>a,
.rt-fancy-text-box.element-three>.holder>.more>a,
.rt-fancy-text-box.element-four>.holder>.more>a,
.team.element-six .team-item>.holder .data .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn {
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.rt-button.element-one>.rt-button-main,
.radiant-contact-form .form-row input[type=submit],
.radiant-contact-form .form-row input[type=button],
.radiant-contact-form .form-row button[type=submit],
.post.style-two .post-read-more .btn,
.post.style-three .entry-main .post-read-more .btn,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.widget-area>.widget.widget_price_filter .button,
.rt-fancy-text-box.element-one>.holder>.more>a,
.rt-fancy-text-box.element-two>.holder>.more>a,
.rt-fancy-text-box.element-three>.holder>.more>a,
.rt-fancy-text-box.element-four>.holder>.more>a,
.team.element-six .team-item>.holder .data .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn {
    font-family: Poppins;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #09276f;
    font-size: 16px;
    font-display: swap;
}

.rt-button.element-one>.rt-button-main:hover,
.radiant-contact-form .form-row input[type=submit]:hover,
.radiant-contact-form .form-row input[type=button]:hover,
.radiant-contact-form .form-row button[type=submit]:hover,
.post.style-two .post-read-more .btn:hover,
.post.style-three .entry-main .post-read-more .btn:hover,
.woocommerce #respond input#submit,
.woocommerce .return-to-shop .button:hover,
.woocommerce form .form-row input.button:hover,
.widget-area>.widget.widget_price_filter .button:hover,
.rt-fancy-text-box.element-one>.holder>.more>a:hover,
.rt-fancy-text-box.element-two>.holder>.more>a:hover,
.rt-fancy-text-box.element-three>.holder>.more>a:hover,
.rt-fancy-text-box.element-four>.holder>.more>a:hover,
.team.element-six .team-item>.holder .data .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.title .btn:hover,
.rt-portfolio-box.element-one .rt-portfolio-box-item>.holder>.data .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.title .btn:hover,
.rt-portfolio-box.element-two .rt-portfolio-box-item>.holder>.pic>.data .btn:hover,
.rt-portfolio-box.element-four .rt-portfolio-box-item>.holder>.pic>.data .btn:hover {
    color: #ffffff;
}

.rt-button.element-one>.rt-button-main i {
    color: #ffffff;
}

.rt-button.element-one>.rt-button-main:hover i {
    color: #ffffff;
}

.radiant-contact-form .form-row input[type=text],
.radiant-contact-form .form-row input[type=email],
.radiant-contact-form .form-row input[type=url],
.radiant-contact-form .form-row input[type=tel],
.radiant-contact-form .form-row input[type=number],
.radiant-contact-form .form-row input[type=password],
.radiant-contact-form .form-row input[type=date],
.radiant-contact-form .form-row input[type=time],
.radiant-contact-form .form-row select {
    height: 45px;
}

.radiant-contact-form .form-row textarea {
    height: 100px;
}

.radiant-contact-form .form-row input[type=text]:focus,
.radiant-contact-form .form-row input[type=email]:focus,
.radiant-contact-form .form-row input[type=url]:focus,
.radiant-contact-form .form-row input[type=tel]:focus,
.radiant-contact-form .form-row input[type=number]:focus,
.radiant-contact-form .form-row input[type=password]:focus,
.radiant-contact-form .form-row input[type=date]:focus,
.radiant-contact-form .form-row input[type=time]:focus,
.radiant-contact-form .form-row select:focus,
.radiant-contact-form .form-row textarea:focus {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.radiant-contact-form .form-row input[type=text],
.radiant-contact-form .form-row input[type=email],
.radiant-contact-form .form-row input[type=url],
.radiant-contact-form .form-row input[type=tel],
.radiant-contact-form .form-row input[type=number],
.radiant-contact-form .form-row input[type=password],
.radiant-contact-form .form-row input[type=date],
.radiant-contact-form .form-row input[type=time],
.radiant-contact-form .form-row select,
.radiant-contact-form .form-row textarea {
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.rt-accordion.element-one .rt-accordion-item {
    background-color: #ffffff;
}

.rt-pricing-table.element-one>.holder>.data h5 {
    color: #ffffff;
}

.rt-pricing-table.element-one>.holder>.data .btn {
    background-color: #ffffff;
}

.testimonial.element-one .testimonial-item>.holder>.title h5 {
    color: #001a57;
}

.testimonial.element-one .testimonial-item>.holder>.title p {
    color: #0f5c84;
}

.testimonial.element-one .testimonial-item>.holder>.data {
    background-color: #f2f0ee;
}

.testimonial.element-one .testimonial-item>.holder>.data:before {
    border-top-color: #f2f0ee;
}

.testimonial.element-one .testimonial-item>.holder>.data blockquote p {
    color: #222222;
}

.testimonial.element-two .testimonial-item>.holder>.title h5 {
    color: #ffffff;
}

.testimonial.element-two .testimonial-item>.holder>.data blockquote p {
    color: #d8d4d4;
}

.testimonial.element-two .testimonial-item>.holder>.meta ul.social li a i {
    color: #ffffff;
}

.testimonial.element-three .testimonial-item>.holder>.data h5 {
    color: #ffffff;
}

.testimonial.element-three .testimonial-item>.holder>.data blockquote p {
    color: #d8d4d4;
}

.testimonial.element-three .testimonial-item>.holder>.data ul.rating li i {
    color: #ffffff;
}

.testimonial.element-four .testimonial-item>.holder>.data h5 {
    color: #ffffff;
}

.testimonial.element-four .testimonial-item>.holder>.data {
    background-color: rgba(0, 0, 0, 0.01);
}

.testimonial.element-four .testimonial-item>.holder>.data blockquote p {
    color: #d8d4d4;
}

.testimonial.element-four .testimonial-item>.holder>.data ul.rating li i {
    color: #ffffff;
}

.testimonial.element-five .testimonial-item>.holder>.title h5 {
    color: #ffffff;
}

.testimonial.element-five .testimonial-item>.holder>.title p {
    color: #d38932;
}

.testimonial.element-five .testimonial-item>.holder>.data {
    background-color: #584835;
}

.testimonial.element-five .testimonial-item>.holder>.data blockquote p {
    color: #ffffff;
}

.testimonial.element-six .testimonial-item>.holder>.data h5 {
    color: #f19f00;
}

.testimonial.element-six .testimonial-item>.holder>.data blockquote p {
    color: #222222;
}

.testimonial.element-seven .testimonial-item>.holder>.title h5 {
    color: #ffffff;
}

.testimonial.element-seven .testimonial-item>.holder>.title p {
    color: #fc8e0c;
}

.testimonial.element-seven .testimonial-item>.holder>.data blockquote p {
    color: #ffffff;
}

.testimonial.element-seven .testimonial-item>.holder>.title ul.rating li i {
    color: #fc8e0c;
}

.testimonial.element-eight .testimonial-item>.holder>.title h5 {
    color: #001a57;
}

.testimonial.element-eight .testimonial-item>.holder>.title p {
    color: #0f5c84;
}

.testimonial.element-eight .testimonial-item>.holder>.data {
    background-color: rgba(0, 0, 0, 0.04);
}

.testimonial.element-eight .testimonial-item>.holder>.data blockquote p {
    color: #222222;
}

.testimonial.element-nine .testimonial-item>.holder>.title h5 {
    color: #001a57;
}

.testimonial.element-nine .testimonial-item>.holder>.title p {
    color: #0f5c84;
}

.testimonial.element-nine .testimonial-item>.holder {
    background-color: rgba(0, 0, 0, 0.02);
}

.testimonial.element-nine .testimonial-item>.holder>.data blockquote p {
    color: #222222;
}

.testimonial.element-ten .testimonial-item>.holder>.data h5 {
    color: #001a57;
}

.testimonial.element-ten .testimonial-item>.holder>.data .role {
    color: #0f5c84;
}

.testimonial.element-ten .testimonial-item>.holder>.data blockquote:before {
    background-color: #ffffff;
}

.testimonial.element-ten .testimonial-item>.holder>.data blockquote p {
    color: #222222;
}

.rt-loan-calculator.element-one>ul.nav-tabs>li.active>a,
.rt-loan-calculator.element-one .rt-loan-calculator-form .form-row .form-row-slider .slider .slider-track>.slider-selection {
    background-color: #a3abda;
}

.rt-loan-calculator.element-one>ul.nav-tabs>li.active>a {
    border-color: #a3abda;
}

.rt-loan-calculator.element-one .rt-loan-calculator-form .result-row .result-row-amount p {
    color: #a3abda;
}

.wraper_error_main>.container {
    padding-top: 190px;
    padding-bottom: 200px;
}

.vc_do_custom_heading {
    margin-bottom: 0.625rem;
    margin-top: 0;
}

.vc_do_btn {
    margin-bottom: 22px;
}

.vc_custom_1603006713948 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 30px !important;
    background-color: #ffffff !important;
}

.vc_custom_1603038910992 {
    background-color: #f9f9f9 !important;
}

.vc_custom_1603038267325 {
    background-image: url(../cssAll/uploads/2020/10/Banner-Doctors-101e3.jpg?id=10675) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1603447007374 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f9f9f9 !important;
}

.vc_custom_1603039949389 {
    background-color: #f9f9f9 !important;
}

.vc_custom_1603028266919 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.vc_custom_1523598921112 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1529049944014 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vc_custom_1633502007393 {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
    padding-left: 0px !important;
}

.vc_custom_1633502113899 {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1603005701470 {
    margin-bottom: 0px !important;
}

.vc_custom_1603038588101 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1603447023743 {
    margin-bottom: 20px !important;
}

.vc_custom_1603005701470 {
    margin-bottom: 0px !important;
}

.vc_custom_1603005333752 {
    background-image: url(images/wmremove-transformed.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1603517669869 {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    background-color: #ffffff !important;
}

.vc_custom_1603030305225 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.vc_custom_1603517656814 {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #f9f9f9 !important;
}

.vc_custom_1603005701470 {
    margin-bottom: 0px !important;
}

.vc_custom_1603005694754 {
    margin-bottom: 0px !important;
}

.vc_custom_1603043415241 {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

.vc_custom_1603005701470 {
    margin-bottom: 0px !important;
}

.vc_custom_1603030056379 {
    margin-bottom: 0px !important;
}

.vc_custom_1603005701470 {
    margin-bottom: 0px !important;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}
.footer_main_item .widget-title {
     margin-top: 0!important;
    font-family: 'Poppins'!important;
    margin-bottom: 35px!important;
    font-weight: 600 !important;
    font-size: 20px!important;
    color: #fff !important;
    line-height: 30px!important;
    letter-spacing: 1px!important;}
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half{
      width: 100%!important;
      }.col-sm-3.colomn1{
      padding: 30px;
      background: #ed3237;
      color: #fff;
      text-align: center;
      height: 250px;
      }.col-sm-3.colomn2 {
      padding: 30px;
      background: #383435;
      color: #fff;
      text-align: center;
      height: 250px;
      }h2.slider_bottom {
      color: #fff!important;
      font-size: 23px!important;
      font-weight: bold!important;
      }.iconsSlider {
      background: #fff;
      color: #000;
      font-size: 22px;
      padding: 14px 15px;
      border-radius: 48px;
      }