/*
Theme Name: GPA4 Dentist Child
Theme URI: https://github.com/elementor/hello-theme/
Description: GPA4 Dentist Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: GPA4Dentist-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*================ Var ====================*/
:root {
    --black_color: #000000;
    --cameo_color: #D8B795;
    --bermuda_color: #FF7801;
    --white_color: #FFFFFF;
    --bg-color: #FFF8F1;
    --body_text_color: #404040;
    --montserrat_font: 'Montserrat', sans-serif;
    --desktop_pd_100: 100px;
    --mobile_pd_50: 50px;
    --large_device_pd_80: 80px;
}

/*============================================
= Body CSS
=============================================]*/
* {
    outline: none !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    z-index: 1;
    background-color: var(--white_color);
    color: var(--body_text_color);
}

p {
    /*    color: var(--body_text_color);*/
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

span {
    display: inline-block;
    vertical-align: top;
}

a {
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease 0s;
    color: var(--body_text_color);
}

a:hover {
    color: var(--cameo_color);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body,
a,
p,
li {
    font-family: var(--montserrat_font);
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--montserrat_font);
    color: var(--body_text_color);
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

body p:not(:last-of-type) {
    margin-bottom: 12px;
}

p a,
li a {
    word-break: break-word;
    white-space: normal;
    display: inline;
}

.slick-dots li.slick-active button:before {
    color: #6b9640 !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
}

.slick-dots li button {
    background: transparent !important;
}

@media only screen and (max-width: 991px) {
    body p {
        font-size: 16px;
    }
}

body .plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-box-left {
    padding-right: 25px;
}

.padding-box-right {
    padding-left: 25px;
}

.default-cta {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 40px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: var(--bermuda_color);
    color: var(--white_color);
    border: 1px solid var(--bermuda_color);
}

.default-cta:hover {
    background: transparent;
    color: var(--bermuda_color);
}

@media only screen and (max-width: 991px) {
    .default-cta {
        font-size: 14px !important;
        padding: 13px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .default-cta span {
        display: none;
    }

    .default-cta {
        width: 100%;
        padding: 13px;
        font-size: 13px !important;
    }
}

a:not([href]):not([tabindex]) {
    color: var(--bermuda_color);
}

a.default-cta:not([href]):not([tabindex]):focus,
a.default-cta:not([href]):not([tabindex]):hover {
    color: var(--white_color);
}

.default-heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.28;
    text-transform: capitalize;
}

.default-heading h3 {
    font-size: 26px;
    line-height: 1.39;
}

@media only screen and (max-width: 1199px) {
    .default-heading h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    .default-heading h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .default-heading h2 {
        font-size: 25px;
    }

    .default-heading h3 {
        font-size: 20px;
    }

    .padding-box-left {
        padding-right: 0px;
    }

    .padding-box-right {
        padding-left: 0px;
    }
}

.section_padding_more {
    padding: 120px 0;
}

.section_padding {
    padding: 100px 0;
}

@media only screen and (max-width: 1366px) {
    .section_padding_more {
        padding: 100px 0;
    }
}

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

    .section_padding,
    .section_padding_more {
        padding: 80px 0;
    }
}

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

    .section_padding,
    .section_padding_more {
        padding: 70px 0;
    }
}

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

    .section_padding,
    .section_padding_more {
        padding: 50px 0;
    }
}

.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/*============================================
= Start Header CSS
===============================================*/
.same_mar_top {
    margin-top: -98px;
}

/* top-bar */
.top-bar {
    text-align: center;
    background-color: #222222;
    padding: 8px 0;
}

.header-bottom .container-fluid {
    max-width: 1714px !important;
    padding: 0 !important;
    margin-right: 0;
    width: 100% !important;
}

.top-bar-conetnt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: var(--white_color);
    text-transform: uppercase;
}

.top-bar p a {
    color: var(--white_color);
    font-weight: 700;
    text-decoration: underline !important;
}

.site-header-sec .site-header-module {
    display: flex;
}

.site-header-sec .site-header-module .site-navigation-main .site-header-navbar-navigation {
    justify-content: space-between;
    margin: 0;
}

.site-header-sec .cta_book_appointment a.btn.cta_anchor_appointment {
    background-color: #76323F;
    padding: 17px 42px;
    border-radius: 30px;
    color: #fff;
    line-height: 1 !important;
    margin-left: 32px;
}

.site-header-sec .cta_book_appointment a.btn.cta_anchor_appointment:hover {
    border-color: #76323F;
    background: transparent;
    color: #76323F;
}

.site-header-sec .cta_book_appointment a.header_cta_call_btn {
    color: #222;
    font-weight: 700;
    line-height: 1;
}

.site-header-sec .cta_book_appointment a.header_cta_call_btn:hover {
    color: #76323F;
}

.site-header-sec .site-header-img-blk a,
.site-header-sec .site-header-img-blk img.custom-logo {
    height: 100%;
    width: 100%;
}

.header-bottom .site-navigation-main .header-btn {
    align-items: center;
}

.header-bottom .site-navigation-main .header-btn a.default-cta.header-btn-info {
    margin-left: 32px;
}

@media only screen and (min-width: 768px) {
    .top-bar p {
        padding-left: 24px;
        margin-left: 24px;
        border-left: 1px solid #FFFFFF;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar-conetnt {
        flex-direction: column;
    }

    .site-header-navbar-navigation .cta_book_appointment {
        display: none;
    }
}

/* top-bar */
header.site-main-header {
    background-color: var(--white_color);
}

.header-bottom .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.header-bg {
    background-color: var(--white_color);
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}

.site-branding {
    max-width: fit-content;
    width: 100%;
}

.site-navigation-main .menu {
    margin-bottom: 0;
}

.site-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom {
    width: 100%;
    z-index: 999;
    padding: 22px 0;
    position: relative;
}

.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
}

.header-bottom.sticky {
    box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}

.sticky .header-top.sticky-top-header {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.sticky .header-bottom {
    background-color: transparent;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

.site-navigation-main {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}

body .site-navigation {
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: 32px;
}

body .header-bottom .site-navigation ul.menu li.current-menu-item a,
body .header-bottom .site-navigation ul.menu li a:hover {
    color: #ff7801 !important;
}

body .site-navigation ul.menu li a {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 600;
    letter-spacing: 0.1px;
    transition: all 0.3s;
    padding: 12px 25.5px;
    font-family: var(--montserrat_font);
    color: var(--body_text_color);
}

body .site-navigation .custom-menu-class ul.menu li a {
    color: #3E3E40;
}

body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}

body .site-navigation ul.menu li.menu-item-has-children::after {
    display: none;
}

/* submenu design */
body .site-navigation ul.menu li ul.sub-menu {
    background: var(--white_color);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    min-width: 250px;
}

body .site-navigation ul.menu li ul.sub-menu li {
    margin: 0;
}

body .site-navigation ul.menu li ul.sub-menu li a {
    font-size: 16px;
    line-height: 1.17;
    color: #6E717C;
    font-weight: 500;
    transition: all 0.3s;
    padding: 12px 12px;
    width: 100%;
}

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

.custom-menu-class {
    margin-right: 14px;
}

.header_right_inner a.header-call-button {
    padding-right: 32px;
    font-size: 14px;
    line-height: 1.17;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: all 0.3s;
}

.header_right_inner a.header-call-button:hover {
    color: var(--bermuda_color);
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-btn .default-cta:not(:last-child) {
    margin-right: 24px;
}

.header-top {
    background: #4E8CC7;
    padding: 16px 0;
}

.header-top p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    text-transform: uppercase;
}

.header-top p a {
    color: var(--white_color);
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: underline !important;
}

.header-top p a:hover {
    color: #204265;
}

body .site-navigation ul.menu li.menu-item-has-children i::before {
    content: "\f107" !important;
}

body .site-navigation ul.menu li.menu-item-has-children i {
    color: #6E717C;
}

body .site-navigation ul.menu>li.current-menu-item>a,
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item>a {
    color: var(--black_color) !important;
}

body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover+i {
    color: var(--black_color);
}

body .site-navigation ul.menu>li.current-menu-item>i,
body .site-navigation ul.menu li ul.sub-menu>li.current-menu-item>i {
    color: var(--black_color) !important;
}

.site-branding img.custom-logo {
    width: 123px;
    height: 50px;
    object-fit: contain;
}

@media only screen and (min-width: 1441px) and (max-width: 1590px) {
    .header_right_inner a.header-call-button {
        font-size: 14px;
        padding-right: 15px;
    }

    .header-btn .default-cta {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1440px) {
    .site-branding {
        max-width: 150px;
    }

    .header-bottom .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .site-navigation ul.menu li a,
    .default-cta {
        font-size: 16px;
    }

    .header_right_inner a.header-call-button {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
    .header-btn .default-cta {
        padding: 10px 24px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1340px) {
    .header-btn .default-cta {
        padding: 10px 13px;
    }
}

@media only screen and (min-width: 1300px) {
    body .site-navigation ul.menu li ul.sub-menu li i {
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1299px) {
    .top-bar {
        padding: 10px 0;
    }

    .top-bar p {
        font-size: 14px;
    }

    .site-navigation-main {
        flex: inherit;
    }

    .site-main-header .col-12,
    body .site-navigation {
        position: unset;
        flex-grow: inherit;
    }

    #navbarSupportedContent {
        position: fixed;
        top: 0;
        top: 42px;
        left: 0;
        width: 100%;
        height: 0;
        display: inline-block;
        transition: height 0.3s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }

    #navbarSupportedContent.menu-active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .site-header-sec .site-header-module {
        display: flex;
        justify-content: space-between;
    }

    .site-navigation .menu-main-header-container>ul.menu>li>a {
        color: #6E717C;
    }

    body .site-navigation ul.menu li.menu-item-has-children>i {
        color: #6E717C !important;
    }

    #navbarSupportedContent .menu-main-header-container {
        background: var(--white_color);
        border-top: 1px solid #76323f;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }

    .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-main-header-container {
        height: calc(100% - 80px) !important;
    }

    body .site-navigation ul.menu li {
        width: 100%;
    }

    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--bermuda_color);
        margin: 0 0 0 15px;
    }

    .bar-icon {
        display: inline-block;
        background: var(--bermuda_color);
        height: 2px;
        width: 100%;
        line-height: 0;
        vertical-align: top;
        margin: 2px 0;
        transition: all 0.3s;
    }

    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon1,
    .site-navigation .menu-active+.header_right_inner+.navbar-toggler span.icon1 {
        transform: translate(0, 6px) rotate(225deg);
    }

    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2,
    .site-navigation .menu-active+.header_right_inner+.navbar-toggler span.icon2 {
        opacity: 0;
    }

    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3,
    .site-navigation .menu-active+.header_right_inner+.navbar-toggler span.icon3 {
        transform: translate(0, -6px) rotate(-225deg);
    }

    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3 {
        transform: translate(0, 0) rotate(0);
    }

    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2 {
        opacity: 1;
    }

    .toggle-menu-open a.navbar-toggler span.icon1.bar-icon {
        transform: translate(0, 6px) rotate(225deg);
    }

    .toggle-menu-open a.navbar-toggler span.icon2.bar-icon {
        opacity: 0;
    }

    .toggle-menu-open a.navbar-toggler span.icon3.bar-icon {
        transform: translate(0, -6px) rotate(-225deg);
    }

    body .site-navigation ul.menu {
        margin: 0;
    }

    body .site-navigation ul.menu li {
        margin: 0;
        display: inline-block;
    }

    body .site-navigation ul.menu li.current-menu-item {
        background: #F0F1F4;
        color: #515153;
    }

    body .site-navigation ul.menu li ul.sub-menu {
        position: unset;
        width: 100%;
        box-shadow: none;
        display: none;
    }

    body .site-navigation ul.menu li.menu-item-has-children>i {
        content: '';
        position: absolute;
        right: 13px;
        top: 11px;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    body .site-navigation ul.menu li.menu-item-has-children>i.sub-menu-active {
        transform: rotate(180deg);
        right: 17px;
    }

    body .site-navigation ul.menu li ul.sub-menu li {
        padding: 0;
    }

    body .site-navigation ul.menu li ul.sub-menu li a {
        padding: 12px 30px;
        width: auto;
    }

    body .site-navigation ul.menu li {
        color: #6E717C;
        width: 100%;
    }

    body .site-navigation ul.menu li>a {
        width: auto;
        padding: 10px 15px;
        display: inline-block;
    }

    body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
        color: #6E717C;
        width: auto;
        display: inline-block;
        background: transparent;
    }

    .toggle-menu-open {
        overflow: hidden;
    }

    .header-bottom {
        position: relative;
    }

    .header-bottom {
        padding: 15px 0;
    }

    .site-header-wrap .site-navigation .header-mrg {
        margin: 0 25px;
    }

    .custom-menu-class {
        display: none;
    }

    body .site-navigation ul.menu li a,
    body .site-navigation ul.menu li ul.sub-menu li a {
        font-size: 14px;
    }

    body .site-navigation ul.menu li ul.sub-menu ul.sub-menu {
        background: #f0f1f4;
    }
}

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

    .header-btn .header-btn-info,
    .header_right_inner a.header-call-button {
        display: none;
    }

    .header-bottom .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    .top-bar p {
        font-size: 12px;
    }

    /* .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-main-header-container{
        height: calc(100% - 150px) !important;
    } */
}

@media only screen and (max-width: 401px) {
    /* .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-main-header-container{
        height: calc(100% - 165px) !important;
    } */
}

@media only screen and (min-width: 1300px) {
    body .site-navigation ul.menu li.menu-item-has-children i {
        font-weight: 900;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .header_hide_menu {
        display: none !important;
    }

    body .site-navigation ul.menu li:not(:last-child) {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 1299px) {
    .navbar-collapse {
        flex-basis: 100% !important;
    }

    .navbar-expand-xl .navbar-toggler {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar p {
        font-size: 12px;
        padding-top: 8px;
    }

    #navbarSupportedContent .menu-main-header-container {
        top: 80px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1299px) {
    #navbarSupportedContent .menu-main-header-container {
        top: 80px !important;
    }
}

@media (max-width: 991px) {
    .header-bottom .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
    .header-bottom .container-fluid {
        padding-right: 40px !important;
    }
}

/*============================================
= End Header CSS
===============================================*/
/*============================================
= Start Footer CSS
===============================================*/

footer#site-footer {
    padding: 40px 0 40px !important;
}

.site-main-footer .container {
    max-width: 1174px !important;
}

.site-footer-content-module {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    width: 100%;
}

.site-main-footer {
    background: #404040;
    position: relative;
}

.site-footer-content-module {
    margin-bottom: 16px;
}

.footer-bottom-info p a span {
    color: #57A9E4;
}

/* .main-footer-bottom::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, rgba(171, 212, 210, 1) 0%, rgba(171, 212, 210, 1) 20%, rgb(38 78 94) 20%, rgb(38 78 94) 40%, rgb(38 78 94) 40%, rgba(181, 153, 124, 1) 40%, rgba(181, 153, 124, 1) 60%, rgb(38 78 94) 60%, rgb(38 78 94) 60%, rgb(38 78 94) 80%, rgba(239, 199, 175, 1) 80%, rgba(239, 199, 175, 1) 100%);
} */
.footer-content img.image {
    margin-bottom: 25px;
    width: 200px;
}

.footer-content .textwidget p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    font-family: var(--montserrat_font);
    padding-top: 16px;
    width: 100%;
    max-width: 425px;
    /* text-transform: capitalize; */
    margin-bottom: 0;
}

.footer-bottom-info p {
    font-size: 16px;
}

.footer-content .textwidget p:first-child {
    padding-top: 0;
}

.footer-menu h3.widget-title {
    padding-bottom: 24px;
}

.footer-menu h3.widget-title,
.footer-content .textwidget ul li,
.footer-menu ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    font-family: var(--montserrat_font);
}

.footer-content .textwidget ul li:not(:last-child),
.footer-content ul.menu li:not(:last-child) {
    padding-bottom: 16px;
}

.footer-menu ul li a:hover {
    color: var(--cameo_color);
}

.footer-content ul.menu li {
    line-height: 0;
}

.main-footer-bottom {
    background-color: #404040;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.footer-bottom-info p {
    color: var(--white_color);
}

.footer-bottom-info p a {
    color: var(--white_color);
}

.footer-bottom-info p a:hover {
    color: var(--cameo_color);
}

@media only screen and (max-width: 1199px) {
    .footer-content.footer-col-1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-content .textwidget p {
        margin: 0 auto;
    }

    .main-footer-bottom::before {
        height: 8px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .footer-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

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

    .footer-col-2,
    .footer-col-3 {
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-content {
        text-align: center;
    }

    .main-footer-bottom::before {
        height: 6px;
    }

    .main-footer-bottom {
        padding: 22px 0;
    }

    .footer-bottom-info p {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    footer#site-footer {
        padding: 40px 0 20px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .site-main-footer .container {
        max-width: 100% !important;
        padding: 0 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1274px) {
    .site-main-footer .container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }
}


/*============================================
= End Footer CSS
===============================================*/
/*============================================
= Start Banner CSS
===============================================*/
.hero-banner {
    background: #F6F4F7;
}

.hero-banner-container {
    max-width: 1714px !important;
    margin-right: 0;
}

.banner-content h1 {
    color: #404040;
    font-family: var(--montserrat_font);
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 14px;
    letter-spacing: 0.46px;
}

.banner-content h1 span {
    color: #6B9640;
}

.hero-banner-container .row {
    justify-content: space-between;
}

.hero-banner-details-col {
    width: 45.56%;
}
.hero-banner-img-col {
    width: 54.44% !important;
}

.banner-content {
    width: 752px;
}

.banner-content .default-btn {
    margin-top: 32px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .banner-content h1 {
        font-size: 28px;
    }

    .hero-banner-inner img {
        width: 100%;
        height: 310px;
        object-fit: cover;
        object-position: 100% 100%;
        transition: 1s;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .hero-banner-inner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 100% 100%;
        transition: 1s;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .hero-banner-inner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: 100% 80%;
        transition: 1s;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .banner-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner-inner img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 100% 80%;
    }

    .banner-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .hero-banner-container .row {
        display: block;
    }

    .hero-banner-img-col,
    .hero-banner-details-col {
        width: 100% !important;
    }

    .banner-content {
        width: auto;
    }

    .hero-banner-details-col {
        padding: 50px 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .banner-content {
        width: auto;
        padding-right: 40px;
    }

    .banner-content h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .banner-content {
        width: auto;
        padding-right: 40px;
    }

    .banner-content h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .banner-content {
        width: auto;
        /* width: 580px; */
    }

    .banner-content h1 {
        font-size: 35px;
    }
}

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

    .hero-banner-details-col,
    .header-bottom .container-fluid {
        padding-left: 40px !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .banner-content {
        width: 620px;
    }

    .banner-content h1 {
        font-size: 37px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {

    .hero-banner-details-col,
    .header-bottom .container-fluid {
        padding-left: 50px !important;
    }

    .banner-content {
        width: 700px;
    }

    .banner-content h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1830px) {

    .hero-banner-details-col,
    .header-bottom .container-fluid {
        padding-left: 100px !important;
    }
}



/*============================================
= Start Yout GPA Section
===============================================*/

.gpa_den_main_section.section {
    padding: 80px 0;
}

.gpa_den_main_container {
    max-width: 1533px !important;
}

.gpa_den_main_row.row {
    align-items: center;
    margin: 0;
}

.gpa_den_main_img_blk.hidden {
    display: none;
}

.gpa_den_main_img_blk {
    display: block;
}

.gpa_den_right_tab_change.hidden {
    display: none;
}

.gpa_den_main_img_blk img {
    width: 585px;
    height: auto;
    object-fit: cover;
}

.gpa_den_right_tab_view {
    width: 627px;
}

.odd_sec .gpa_den_right_tab_view {
    margin-left: auto;
}

.gpa_den_conatct_btn a.defult-cta-button {
    background: transparent;
    color: #8bc7ff;
    border: none;
    box-shadow: none;
    padding: 0;
}

.gpa_den_right_tab_change .gpa_den_conatct_btn {
    margin-top: 25px;
}

.green_tap_roll {
    position: relative;
}

.even_sec .green_tap_roll:after,
.odd_sec .green_tap_roll:after {
    content: "";
    background: linear-gradient(0deg, #C7DDB0 -6.25%, rgba(199, 221, 176, 0.00) 87.13%);
    width: 101px;
    height: 100%;
    position: absolute;
    right: -64px;
    top: 0;
}

.odd_sec .green_tap_roll:after {
    right: 0;
    left: -64px;
}

.even_sec .gpa_den_main_col {
    width: auto;
    padding-right: 120px !important;
}

.odd_sec .gpa_den_main_col {
    width: auto;
    padding-left: 120px !important;
}

.htag_txt h2 {
    font-size: 36px;
    color: #404040;
    font-family: var(--montserrat_font);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
}

.htag_txt h2 span {
    color: #6B9640;
}

.para_txt p {
    color: #404040;
    font-family: var(--montserrat_font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.18px;
}

.dental-leader-cta {
    margin-top: 32px;
}

.odd_sec .gpa_den_main_row {
    justify-content: flex-end;
}

.same_1533_container {
    max-width: 1533px !important;
    margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .htag_txt h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .htag_txt h2 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .gpa_den_main_img_blk {
        margin-bottom: 40px;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col,
    .gpa_den_right_tab_col {
        width: 100%;
        margin: auto;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .para_txt p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gpa_den_main_img_blk {
        margin-bottom: 40px;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col,
    .gpa_den_right_tab_col {
        width: 90%;
        margin: auto;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .htag_txt h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .gpa_den_main_section {
        padding: 50px 0 !important;
    }

    .gpa_leader_main_section {
        padding-top: 0 !important;
    }

    .same_1533_container {
        max-width: 100% !important;
        padding: 0 30px !important;
    }

    .even_sec .green_tap_roll:after,
    .odd_sec .green_tap_roll:after {
        content: unset !important;
    }

    .even_sec .gpa_den_main_col {
        padding-right: 0 !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 0 !important;
    }

    .gpa_den_right_tab_view {
        width: auto;
    }

    .gpa_den_main_row {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .htag_txt h2 {
        font-size: 32px;
    }

    .even_sec .gpa_den_main_col {
        padding-right: 50px !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 50px !important;
    }

    /* .gpa_den_right_tab_col {
        padding-left: 50px !important;
    } */

    .gpa_den_right_tab_view {
        width: auto;
    }

    .even_sec .green_tap_roll:after,
    .odd_sec .green_tap_roll:after {
        content: unset !important;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .htag_txt h2 {
        font-size: 32px;
    }

    .even_sec .gpa_den_main_col {
        padding-right: 50px !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 50px !important;
    }

    /* .gpa_den_right_tab_col {
        padding-left: 50px !important;
    } */

    .gpa_den_right_tab_view {
        width: auto;
    }

    .even_sec .green_tap_roll:after,
    .odd_sec .green_tap_roll:after {
        content: unset !important;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .para_txt p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .htag_txt h2 {
        font-size: 32px;
    }

    .even_sec .gpa_den_main_col {
        padding-right: 50px !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 50px !important;
    }

    /* .gpa_den_right_tab_col {
        padding-left: 50px !important;
    } */

    .gpa_den_right_tab_view {
        width: auto;
    }

    .even_sec .green_tap_roll:after,
    .odd_sec .green_tap_roll:after {
        content: unset !important;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {

    .even_sec .gpa_den_main_col {
        padding-right: 50px !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 50px !important;
    }

    /* .gpa_den_right_tab_col {
        padding-left: 50px !important;
    } */

    .gpa_den_right_tab_view {
        width: auto;
    }

    .even_sec .green_tap_roll:after,
    .odd_sec .green_tap_roll:after {
        content: unset !important;
    }

    .gpa_den_main_img_blk img {
        width: auto;
    }

    .even_sec .gpa_den_main_col,
    .odd_sec .gpa_den_main_col {
        width: 50%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {

    .even_sec .gpa_den_main_col {
        padding-right: 50px !important;
    }

    .odd_sec .gpa_den_main_col {
        padding-left: 50px !important;
    }

    .gpa_den_right_tab_view {
        width: 610px;
    }

    .even_sec .green_tap_roll:after {
        right: -70px;
    }

    .odd_sec .green_tap_roll:after {
        right: 0;
        left: -70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .same_1533_container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1633px) {
    .same_1533_container {
        max-width: 100% !important;
        padding: 0 50px !important;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}


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

.green_tap_roll_rotate:after {
    content: "";
    background: linear-gradient(90deg, #C7DDB0 0%, rgba(199, 221, 176, 0.00) 100%) !important;
    width: 189px !important;
    height: 100px !important;
    top: 50% !important;
    bottom: 50% !important;
    position: absolute;
    right: 0 !important;
    left: auto !important;
}


@media only screen and (max-width: 1440px) {
    .green_tap_roll_rotate:after {
        content: unset !important;
    }
}

/*------Members Include Section--------*/
.member_inc_main_section {
    padding: 80px 0 0;
}

.member_inc_main_heading_txt {
    text-align: center;
}

.member_inc_main_heading_txt h2 {
    color: #404040;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.96px;
    margin-bottom: 18px;
}

.member_inc_main_heading_txt p {
    width: 660px;
    margin: auto;
}

.member_inc_main_multiple_logo {
    text-align: center;
    margin-top: 32px;
}

.member_inc_main_multiple_logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .member_inc_main_heading_txt h2 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .member_inc_main_heading_txt h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .member_inc_main_multiple_logo img {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .member_inc_main_heading_txt p {
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .member_inc_main_heading_txt h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .member_inc_main_section {
        padding: 50px 0 0;
    }
}

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

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 320px) and (max-width: 1340px) {
    .member_inc_main_multiple_logo img {
        height: 56px !important;
    }

    .member_inc_main_multiple_logo img {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}


/*---------Supporting Business Section-------------*/

.supporting_business_main_section {
    background: #ECF5FA;
    padding: 100px 0;
}

.supporting_business_grow_blk,
.comprehensive_process_grow_blk {
    display: flex;
}

.supporting_business_heading_txt {
    text-align: center;
    margin-bottom: 60px;
}

.supporting_business_total_grow,
.comprehensive_process_grow_shape {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(191, 191, 191, 0.10);
    margin: 0 12px;
    padding: 32px 24px;
}

.supporting_business_img_icon {
    margin-bottom: 12px;
}

.supporting_business_title_txt {
    margin-bottom: 10px;
}

.supporting_business_title_txt h3 {
    color: #1B2124;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.supporting_business_sub_para_txt p {
    color: #585858;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.4px;
}

.supporting_business_grow_blk .slick-dots,
.comprehensive_process_grow_blk .slick-dots {
    bottom: -45px !important;
}

.supporting_business_grow_blk button.slick-next:before,
.supporting_business_grow_blk button.slick-prev:before,
.comprehensive_process_grow_blk button.slick-prev:before,
.comprehensive_process_grow_blk button.slick-next:before {
    content: "" !important;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
}

.supporting_business_grow_blk button.slick-next:before,
.comprehensive_process_grow_blk button.slick-next:before {
    background-image: url(/wp-content/uploads/2023/09/right-arrow.png);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

.supporting_business_grow_blk button.slick-prev:before,
.comprehensive_process_grow_blk button.slick-prev:before {
    background-image: url(/wp-content/uploads/2023/09/left-arrow.png);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

/*--Remove after Original Content add ----*/

.supporting_business_grow_blk,
.comprehensive_process_grow_blk {
    justify-content: center;
}

.supporting_business_grow_blk {
    justify-content: space-evenly;
}

.supporting_business_total_grows .supporting_business_title_txt {
    text-align: center;
}


/*--Remove after Original Content add ----*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .supporting_business_total_grows .supporting_business_img_icon img {
        margin: auto;
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .slick-next {
        right: -20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .supporting_business_sub_para_txt p {
        font-size: 17px;
    }

    .supporting_business_title_txt h3,
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 21px !important;
    }

    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        height: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .supporting_business_main_section {
        padding: 50px 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 24px !important;
    }

    .supporting_business_title_txt h3 {
        font-size: 22px !important;
    }
}

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

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (max-width: 1440px) {
    .supporting_business_total_grows .supporting_business_img_icon img {
        margin: auto;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 992px) and (max-width: 1880px) {
    .supporting_business_main_section {
        padding: 80px 0 !important;
    }
}

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

    .supporting_business_grow_blk ul.slick-dots,
    .comprehensive_process_grow_blk ul.slick-dots {
        display: none;
    }

    .supporting_business_grow_blk,
    .comprehensive_process_grow_blk {
        margin-bottom: 0 !important;
    }
}

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

.company_logo_main_section {
    padding: 50px 0;
}

.company_logo_heading_txt {
    text-align: center;
    margin-bottom: 18px;
}

.company_logo_blk {
    text-align: center;
}

.company_logo_blk img {
    margin-right: 25px;
    margin-left: 25px;
}

.slick-dots {
    bottom: -45px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .company_logo_blk img {
        height: 50px !important;
        object-fit: contain;
    }
}

@media only screen and (max-width: 991px) {
    .company_logo_blk img {
        height: 40px;
        object-fit: contain;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .company_logo_blk img {
        height: 50px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

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


/*------Comprehensive Onboarding Process Section-----*/
.comprehensive_process_main_section .supporting_business_heading_txt.htag_txt {
    margin-bottom: 30px;
}

.comprehensive_process_grow_shape {
    text-align: center;
    margin: 10px 20px !important;
    width: auto;
    border-radius: 12px;
    background: linear-gradient(55deg, #FFF 11.79%, #FFF 96.16%);
    box-shadow: 0px 2px 24px 0px #E9E9E9;
    position: relative;
    z-index: 20;
    height: 100%;
}

.comprehensive_process_total_grow {
    position: relative;
    width: 100%;
    margin: 0 20px !important;
}

.comprehensive_process_total_grow:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -25px;
    position: absolute;
    left: auto;
    z-index: 10;
    right: 0;
    background-position: bottom;
}

.comprehensive_process_main_section {
    background-color: #fff;
}

.comprehensive_process_grow_shape .supporting_business_img_icon img {
    margin: auto;
}

.comprehensive_process_grow_shape .supporting_business_title_txt h3 {
    font-size: 28px;
    height: 58px;
}

.green_color h3 {
    color: #6b9640;
}

.blue_color h3 {
    color: #4a81ce;
}

.orage_color h3 {
    color: #f68f1e;
}

.comprehensive_process_grow_blk .slick-track {
    height: 100% !important;
    padding-bottom: 27px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .supporting_business_sub_para_txt p {
        font-size: 14px;
    }

    .comprehensive_process_grow_shape {
        padding: 25px 15px !important;
        margin: 10px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .supporting_business_sub_para_txt p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .supporting_business_sub_para_txt p {
        font-size: 17px;
    }

    .comprehensive_process_grow_shape .supporting_business_img_icon img {
        margin: auto;
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 767px) {
    .comprehensive_process_total_grow {
        margin: 10px 5px !important;
        border-radius: 12px;
        background: #fff;
        height: calc(100% - 20px);
    }

    .comprehensive_process_grow_shape {
        height: 100%;
    }

    .comprehensive_process_total_grow:after {
        background-size: cover;
        content: unset !important;
    }

    .comprehensive_process_grow_shape .supporting_business_img_icon img {
        margin: auto;
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 24px;
    }

    .supporting_business_sub_para_txt p {
        font-size: 19px;
    }

    .comprehensive_process_grow_shape .supporting_business_img_icon img {
        margin: auto;
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 24px;
    }

    .supporting_business_sub_para_txt p {
        font-size: 19px;
    }

    .comprehensive_process_grow_shape .supporting_business_img_icon img {
        margin: auto;
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 24px;
    }

    .supporting_business_sub_para_txt p {
        font-size: 19px;
    }

    .comprehensive_process_grow_shape .supporting_business_img_icon img {
        margin: auto;
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .comprehensive_process_grow_shape .supporting_business_title_txt h3 {
        font-size: 24px;
    }

    .supporting_business_sub_para_txt p {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

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




/*----Member Meetings Section----*/

.meetings_main_section {
    padding-bottom: 100px;
}

.meetings_curriculum_blk {
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.20);
    padding: 30px;
}

.curriculum_heading_title h3 {
    color: #6B9640;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.36px;
    margin-bottom: 16px;
}

.curriculum_inner_sub_para {
    border-radius: 8px;
    background: #ECF5FA;
    margin-bottom: 16px;
    padding: 20px;
}

.curriculum_inner_sub_para h5 {
    color: #404040;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.24px;
    margin-bottom: 6px;
}

.curriculum_inner_sub_para p {
    color: #6F7287;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.4px;
}

.meetings_heading_txt {
    margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
    .meetings_curriculum_blk {
        padding: 30px 20px !important;
    }

    .curriculum_inner_sub_para p {
        font-size: 16px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 18px;
    }

    .curriculum_heading_title h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .curriculum_inner_sub_para p {
        font-size: 17px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 19px;
    }

    .curriculum_heading_title h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .meetings_main_section {
        padding-bottom: 50px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .curriculum_inner_sub_para p {
        font-size: 18px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 21px;
    }

    .curriculum_heading_title h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .curriculum_inner_sub_para p {
        font-size: 18px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 21px;
    }

    .curriculum_heading_title h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .curriculum_inner_sub_para p {
        font-size: 18px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 21px;
    }

    .curriculum_heading_title h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .curriculum_inner_sub_para p {
        font-size: 19px;
    }

    .curriculum_inner_sub_para h5 {
        font-size: 22px;
    }

    .curriculum_heading_title h3 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 992px) and (max-width: 1880px) {
    .meetings_main_section {
        padding-bottom: 80px;
    }
}

/*--------Events Page-----------*/
.same_banner_img_blk img {
    height: 350px;
    object-fit: cover;
}


.same_banner_heading_txt {
    position: absolute;
    top: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.same_banner_heading_txt h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

.same_banner_img_blk:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.same_banner_img_blk {
    position: relative;
}

.same_banner_heading_details {
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
}

.same_banner_heading_details p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.event_group_dentistry {
/*     display: flex; */
    margin-bottom: 70px;
}

.event_group_dentistry:last-child {
    margin-bottom: 0 !important;
}

.green_color_tag h2 {
    color: #6b9640;
}

.padd_top {
    padding-top: 100px;
}

.padd_botm {
    padding-bottom: 100px;
}

.event_group_dentistry_left_img img {
    border-radius: 12px;
    width: 570px;
    height: 380px;
    object-fit: cover;
}

.event_group_dentistry_left_img {
	display: inline-block;
	float: left;
	padding-right: 50px;
	margin-bottom: 30px;
}

.event_group_dentistry_inner_details ul li {
    list-style: disc;
}

.event_group_dentistry_inner_details ul {
    padding-left: 20px;
}
/*
.event_group_dentistry_right_desc {
    padding-left: 70px;
    width: 50%;
}
 */
.event_group_dentistry_innr_txt span {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff7801;
    font-weight: 600;
    text-transform: uppercase;
}

.event_group_dentistry_innr_txt p {
    font-size: 22px;
    color: #6b9640;
    font-weight: 600;
}

.event_group_dentistry_innr_txt {
    margin-bottom: 15px;
}

.event_group_dentistry_inner_details {
    margin-bottom: 25px;
}

.event_group_dentistry_inner_details span {
    font-size: 18px;
    display: block;
    color: #5c5c5c;
    font-weight: 500;
    margin-bottom: 8px;
}

.group_dentistry_heading_txt {
    margin-bottom: 30px !important;
}

.event_group_dentistry_cta a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 40px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background: var(--bermuda_color);
    color: var(--white_color);
    border: 1px solid var(--bermuda_color);
}

.event_group_dentistry_cta a:hover {
    background-color: transparent !important;
    border-color: var(--bermuda_color) !important;
    color: var(--bermuda_color) !important;
}

.doctor_bio_pro span {
    text-transform: capitalize !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .event_group_dentistry_innr_txt span {
        font-size: 18px;
    }

    .event_group_dentistry_innr_txt p {
        font-size: 19px;
    }

    .event_group_dentistry_inner_details span {
        font-size: 15px !important;
    }

    .same_banner_heading_txt h1 {
        font-size: 34px;
        line-height: 1;
    }

    .same_banner_heading_details {
        padding: 0 20px;
    }

    .event_group_dentistry_left_img img {
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .event_group_dentistry_cta a {
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .event_group_dentistry_innr_txt span {
        font-size: 18px;
    }

    .event_group_dentistry_innr_txt p {
        font-size: 20px;
    }

    .same_banner_heading_txt h1 {
        font-size: 36px;
        line-height: 1;
    }

    .same_banner_heading_details {
        padding: 0 20px;
    }

    .event_group_dentistry_left_img img {
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .same_banner_heading_details p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .same_banner_heading_txt h1 {
        font-size: 41px;
        line-height: 1;
    }

/*     .event_group_dentistry_left_img img {
        width: 630px;
        height: 380px;
    } */

    .event_group_dentistry .event_group_dentistry_right_desc {
        text-align: left;
/*         width: 630px !important; */
        margin: auto;
    }

    .event_group_dentistry_left_img {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .same_container_1140 {
        max-width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .padd_top {
        padding-top: 50px;
    }

    .padd_botm {
        padding-bottom: 50px;
    }

    .event_group_dentistry {
        display: block;
    }

    .event_group_dentistry_left_img {
/*         width: 100% !important; */
		float: none;
        margin-bottom: 30px;
		padding-right: 0 !important;
    }

    .event_group_dentistry_right_desc {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .event_group_dentistry_inner_details span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .same_banner_heading_txt h1 {
        font-size: 49px;
    }

    .doctor_bio_pro h2 {
        font-size: 32px;
    }
	.event_group_dentistry_left_img {
		width: 60%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .same_banner_heading_txt h1 {
        font-size: 49px;
    }

    .doctor_bio_pro h2 {
        font-size: 32px;
    }
	.event_group_dentistry_left_img {
		width: 60%;
	}

}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .same_banner_heading_txt h1 {
        font-size: 52px;
    }

    .doctor_bio_pro h2 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .same_banner_heading_txt h1 {
        font-size: 52px;
    }

    .doctor_bio_pro h2 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .same_banner_heading_txt h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 992px) and (max-width: 1880px) {
    .padd_top {
        padding-top: 80px;
    }

    .padd_botm {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .same_container_1140 {
        max-width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media only screen and (min-width: 992px) {
    .doctor_bio_img img {
        height: 400px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1141px) {
	.same_session_event .event_group_dentistry_right_desc span {
    	display: flex !important;
	}
	.same_session_event .event_group_dentistry_right_desc {
    display: grid;
}
}

.more-text {
    display: none !important;
}
.supporting_business_sub_para_txt .read-more {
    color: #6b9640;
    margin: 10px 0 0;
    font-weight: 600;
}
.orage_color + .supporting_business_sub_para_txt .read-more {
    color: #f68f1e;
}
.blue_color + .supporting_business_sub_para_txt .read-more {
    color: #4a81ce;
}
.supporting_business_sub_para_txt .read-more-span {
    max-height: fit-content !important;
    display: inline-block;
    vertical-align: top;
}
.supporting_business_sub_para_txt .scrollbar-active {
    max-height: 160px !important;
    /* overflow-y: scroll; */
}
.supporting_business_sub_para_txt .scrollbar-active .read-more-span {
    padding: 0 15px 0 0!important;
}
@media only screen and (max-width: 767px) {
    .comprehensive_process_total_grow, .comprehensive_process_grow_shape, .comprehensive_process_grow_blk .slick-track {
        height: auto !important;
    }
    /* .comprehensive_process_grow_shape .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    } */
}