.language_translator a {
    color: #505456 !important;
}

.language_translator a:hover {
    color: var(--bermuda_color) !important;
}

.top-bar a:hover {
    color: var(--black_color) !important;
}

html[lang="auto"] .language_translator a.nturl.notranslate.en.united-states.single-language.flag,
html[lang="en-GB"] .language_translator a.nturl.notranslate.en.united-states.single-language.flag {
    display: none;
}

html[lang="es"] .language_translator a.nturl.notranslate.es.Spanish.single-language.flag {
    display: none;
}

.scrollon_active .top-bar.top-bar-align-right {
    margin-top: 0;
    transition: 1s;
}

.top-bar .container {
    padding: 0 !important;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0 !important;
}

.top-bar {
    background-color: var(--bermuda_color) !important;
    color: #ffffff !important;
    transition: 1s;
}

/* .site-header .header-image {
	width: 140px;
} */
.top-bar .inside-top-bar {
    justify-content: center;
    width: 100%;
    display: block;
    padding: 20px 0;
}

.top-bar .inside-top-bar aside#custom_html-4 {
    width: 100%;
}

.menu-toggle .gp-icon+.mobile-menu {
    font-family: var(--inter-sans-font);
}

.top-bar p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--inter-sans-font);
    margin-bottom: 0;
}

.header-widget .defult-cta-button {
    margin-left: 0 !important;
}

.defult-cta-button {
    background: var(--bermuda_color);
    border: 2px solid var(--bermuda_color);
    padding: 18px 38px;
    display: block;
    text-decoration: none;
    color: var(--white_color);
    font-size: 14px;
    font-family: var(--inter-sans-font);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px;
}

header#masthead .inside-header .header-widget .site_same_btn_all a {
    display: flex;
    align-items: center;
    gap: 13px;
}

header#masthead .inside-header .header-widget .site_same_btn_all a:hover img {
    filter: invert(36%) sepia(8%) saturate(612%) hue-rotate(166deg) brightness(46%) contrast(97%);
}

.slideout-widget img {
    /* width: 200px; */
    padding-top: 40px;
}

.blue_btn_bkg {
    background: var(--bermuda_color);
    color: var(--white_color);
}

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

.defult-cta-button-bg {
    background: transparent;
    border: 2px solid var(--bermuda_color);
    border-radius: 4px;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    color: var(--para-text);
    font-size: 16px;
    margin-left: 32px;
    font-family: var(--inter-sans-font);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 140%;
    border-radius: 100px;
}

.defult-cta-button-bg:hover {
    background-color: var(--bermuda_color);
    color: var(--white_color);
}

.defult-cta-button:hover {
    background-color: transparent;
    color: var(--black_color);
    border-color: var(--black_color);
}

.site_same_btn_all {
    display: flex;
    justify-content: flex-end;
}

.main-navigation .main-nav ul li a {
    padding-left: 18px;
    padding-right: 18px;
    font-family: var(--inter-sans-font);
    font-size: 16px;
    /*     letter-spacing: 1px; */
    line-height: 20px;
}

.site-logo {
    display: inline-block;
    max-width: fit-content;
}

.inside-footer-widgets a:hover,
.footer-copy-info a:hover {
    color: var(--bermuda_color);
}

.contact_infor_blk a:hover p {
    color: var(--bermuda_color) !important;
}

.nav-float-right #site-navigation {
    margin-left: 0;
    width: auto;
}

.site-header .header-widget {
    margin-top: 0px !important;
    width: 100%;
    justify-content: right;
}

.main-navigation ul li ul li {
    border-bottom: 1px solid #c5c5c5;
}

.main-navigation ul li ul li:last-child {
    border-bottom: none !important;
}

nav#mobile-menu-control-wrapper {
    order: 3;
}

.has-inline-mobile-toggle .header-widget,
.has-inline-mobile-toggle #site-navigation {
    flex-basis: unset !important;
}

.header-widget {
    display: flex;
    order: 2;
}

.site-header .header-widget {
    margin-top: 0px !important;
    width: auto;
    justify-content: right;
    align-items: center;
    column-gap: 20px;
}

.main-nav {
    display: flex;
    order: 2;
    justify-content: center;
}

.main-nav ul#menu-main-menu-1 {
    width: 100%;
}

.slideout-navigation.do-overlay .inside-navigation {
    max-width: 100% !important;
}

header#masthead {
    /* box-shadow: #2A51D357 0 -4px 10px; */
    transition: 1s;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.scrollon_active header#masthead {
    position: sticky;
    top: 0;
    transition: 1s;
    width: 100%;
    z-index: 20;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header#masthead .inside-header {
    justify-content: space-between;
    /* max-width: 1305px; */
    margin: auto;
    width: 100%;
    padding: 28px 0;
}

.cust-mar {
    margin-top: 100px;
}

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

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* .top-bar .inside-top-bar {
        height: 62px;
    } */

    .top-bar p {
        font-size: 15px !important;
        text-align: center;
    }

    /*
    .scrollon_active header#masthead {
        margin-top: -62px;
    } */
}

@media (max-width: 991px) {
    nav#mobile-menu-control-wrapper {
        width: auto !important;
    }

    .site-header .header-widget,
    .nav-float-right #site-navigation,
    .site-logo {
        width: auto;
    }
}

/* @media (max-width: 885px) {
} */
@media only screen and (min-width: 1301px) and (max-width: 1404px) {
    header#masthead.site-header .header-widget aside#custom_html-3 {
        display: none;
    }
}

@media (max-width: 767px) {
    header#masthead.site-header .header-widget aside#custom_html-3 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    /* .defult-cta-button {
        margin-left: 10px;
    } */

    ul.sticky_head_ul_items {
        row-gap: 13px;
    }
}

@media (max-width: 1300px) {
    aside#custom_html-3 {
        margin-right: 20px;
    }

    .language_translator {
        margin-right: 15px;
    }

    span.call_mobile {
        display: none;
    }

    .remove_btn_bkg span.call_mobile {
        display: none;
    }

    .nav-float-right #site-navigation {
        margin: auto;
        width: auto;
    }

    nav#mobile-menu-control-wrapper {
        margin: 0;
        width: auto;
        padding-left: 0px;
        background: var(--bermuda_color);
    }

    span.gp-icon.icon-menu-bars {
        color: #fff;
    }

    .defult-cta-button-bg {
        margin-left: 22px;
    }

    .site-logo img {
        width: auto;
    }

    .main-navigation ul ul {
        background-color: #ffffff00 !important;
    }

    .slideout-navigation.do-overlay .inside-navigation {
        padding: 30px !important;
        max-width: 100% !important;
    }

    .slideout-navigation.do-overlay .inside-navigation .main-nav,
    .slideout-navigation.do-overlay .inside-navigation .slideout-widget {
        margin-left: 0px !important;
        width: 100% !important;
        display: block;
    }

    #generate-slideout-menu.do-overlay li {
        text-align: left !important;
    }

    .main-navigation .main-nav ul li.menu-item-has-children>a {
        width: 100% !important;
    }

    .main-navigation .inside-navigation {
        margin-left: 0px !important;
        padding-top: 0 !important;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus,
    .has-inline-mobile-toggle #site-navigation.toggled {
        color: var(--bermuda_color) !important;
    }

    .site-header .header-widget {
        /* padding-right: 20px; */
        /* margin-right: 20px !important; */
        margin-right: 0 !important;
    }

    .site-header .header-widget .defult-cta-button {
        margin-left: 0 !important;
    }

    .menu-toggle {
        padding: 0 15px !important;
        font-size: 22px;
        line-height: 51px;
    }

    .widget_media_image a {
        text-align: left;
    }

    button.slideout-exit.has-svg-icon {
        position: absolute !important;
        top: 0;
        right: 0;
        width: auto !important;
    }

    #generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on {
        padding-left: 20px;
    }

    #generate-slideout-menu.do-overlay li ul.sub-menu.toggled-on li {
        border-bottom: none;
    }

    button.menu-toggle {
        color: #fff !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1530px) {

    /* .main-navigation .inside-navigation {
        margin-left: 0px !important;
    } */
    .nav-float-right #site-navigation {
        margin: auto;
        width: auto;
    }

    .header-widget .defult-cta-button {
        padding: 14px 20px;
    }
}

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

    .inside-top-bar {
        padding: 20px 30px !important;
    }
}

@media (max-width: 1300px) {
    .main-navigation .main-nav ul li a {
        padding: 10px 18px;
        font-weight: 600;
    }

    .main-navigation ul li ul li a {
        padding-left: 30px !important;
    }

    #generate-slideout-menu.main-navigation .main-nav ul ul ul {
        margin-left: 20px;
    }

    .inside-navigation.grid-container.grid-parent {
        padding: 0 !important;
    }

    .main-navigation ul li ul li {
        border-bottom: none !important;
    }

    .main-navigation ul ul {
        box-shadow: none !important;
    }

    .main-navigation .main-nav ul li[class*="current-menu-"]>a,
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
    .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
    .main-navigation .menu-bar-item:hover>a,
    .main-navigation .menu-bar-item.sfHover>a {
        color: var(--bermuda_color) !important;
    }
}

@media (min-width: 1301px) {
    .main-navigation ul li ul {
        width: 250px;
    }

    .main-navigation .main-nav ul li a {
        line-height: 40px;
    }

    .main-navigation .main-nav ul li a {
        color: #50585F;
        font-weight: 500 !important;
    }

    .main-navigation .main-nav ul li a:hover {
        color: var(--bermuda_color) !important;
    }

    .nav-align-center .inside-navigation {
        height: 60px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px !important;
    }

    .main-navigation .main-nav ul ul li a:hover {
        color: var(--bermuda_color) !important;
    }

    .main-navigation ul li ul li {
        background: transparent;
    }

    .main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
        color: var(--bermuda_color) !important;
    }

    .main-navigation .main-nav ul ul li a {
        line-height: 30px;
        padding: 10px 20px !important;
        color: #505456 !important;
        font-weight: 400 !important;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
    .service_menunav_items ul.sub-menu {
        width: 250px !important;
    }
}

@media only screen and (min-width: 1441px) {
    .service_menunav_items ul.sub-menu {
        width: 290px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .site-logo {
        width: 500px;
    }
}

.main-navigation .main-nav ul a {
    cursor: pointer;
}

/*-----------footer------------*/
.widget-title {
    color: var(--bermuda_color);
    font-family: var(--inter-sans-font) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 54px;
}

.footer-widgets {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
}

.site-info {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
}

.footer-widgets a,
.opeing_hour_timming_blk p,
.textwidget.custom-html-widget p {
/*    text-transform: capitalize;*/
    color: var(--para-text);
    font-family: var(--inter-sans-font) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

/* .footer-widget-1 img {
    width: 200px;
    filter: brightness(50);
} */

/* .textwidget p {
    color: #F9F9F6;
    font-family: var(--inter-sans-font) !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
} */

.footer-widget-4 .textwidget.custom-html-widget p {
    margin-bottom: 10px;
}

.footer-widget-4 .textwidget.custom-html-widget p:last-child {
    margin-bottom: 0;
}

.copyright-bar {
    font-family: var(--inter-sans-font) !important;
    font-size: 18px;
    font-weight: 700;
}

/* .footer-widgets-container {
    max-width: 1600px;
    margin: auto;
    padding: 0 !important;
    width: 90%;
} */

.inside-footer-widgets ul {
    padding-left: 0;
}

.footer-widgets .widget {
    padding: 0 !important;
}

.footer-widget-1 aside#media_image-2 {
    margin-bottom: 20px;
}

.first_addr {
    width: 189px;
}

.first_addr:first-child {
    padding-bottom: 16px;
}

.first_addr:first-child:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 78px;
    height: 1px;
    margin-top: 16px;
}

.first_addr:last-child {
    padding-top: 16px;
}

/* .footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    display: flex;
    justify-content: center;
    column-gap: 70px;
} */

.footer-widgets {
    padding: 95px 0px 39px;
}

.soc-icon a {
    margin-right: 16px;
}

.soc-icon a:last-child {
    margin-right: 0;
}

.soc-icon img {
    width: 25px;
    height: 25px;
}

@media (max-width: 991px) {
    /* .footer-widgets-container {
        width: 90% !important;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    /* .footer-widgets-container {
        padding: 0 40px !important;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .site-footer .footer-widgets-container .inner-padding {
        padding: 0px 20px;
    }

    aside#text-3 {
        width: 100%;
    }

    .footer-widgets {
        padding: 65px 0px 39px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .opeing_hour_timming_blk p {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .opeing_hour_timming_blk p {
        width: 100%;
        float: left;
    }
}

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

}

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


    .site-footer .inside-footer-widgets .footer-widget-1 {
        max-width: 100% !important;
        position: relative;
        margin-bottom: 20px !important;
    }
    .inside-footer-widgets {
        margin: 0 !important;
        flex-wrap: wrap;
    }
    .contact_infor_blk {
        position: absolute;
        right: 0;
        width: fit-content;
        display: inline-block !important;
        top: 0;
    }

    .footer-widgets {
        padding: 50px 0px 30px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 30px !important;
    }

    .last_widget_blk {
        width: fit-content;
    }

    .footer-widgets a,
    .opeing_hour_timming_blk p,
    .textwidget.custom-html-widget p {
        font-size: 15px;
    }

    .footer-widget-2 {
        max-width: 260px;
    }

    .inside-footer-widgets {
        flex-direction: unset !important;
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0 !important;
    }
}

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

    .site-footer div#footer-widgets .inside-footer-widgets .footer-widget-1 {
        max-width: 100% !important;
        position: relative;
        margin-bottom: 20px !important;
    }

    .contact_infor_blk {
        position: absolute;
        right: 0;
        width: fit-content;
        display: inline-block !important;
        top: 0;
    }

    .inside-footer-widgets {
        margin: 0 !important;
        flex-wrap: wrap;
    }

    .footer-widgets {
        padding: 50px 0px 30px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 30px !important;
    }

    .last_widget_blk {
        width: fit-content;
    }

    .footer-widgets a,
    .opeing_hour_timming_blk p,
    .textwidget.custom-html-widget p {
        font-size: 15px;
    }

    .footer-widget-2 {
        max-width: 248px !important;
    }

    .footer-widget-3 {
        max-width: 100px !important;
    }

    .inside-footer-widgets {
        flex-direction: unset !important;
    }

    footer.site-info .inside-site-info.grid-container {
        padding: 30px 0 30px !important;
    }
}

@media (max-width: 767px) {
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0 !important;
    }


    .inside-footer-widgets {
        flex-direction: unset !important;
    }
}

@media (max-width: 991px) {
    .footer-bottom-info {
        display: flex;
        justify-content: center;
    }

    .footer-bottom-info {
        display: flex;
        justify-content: center;
    }
}

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

    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        display: block;
    }

    .site-footer-bottom {
        display: block !important;
        /*justify-content: space-around;*/
    }

    .footer-copy-info {
        padding-top: 10px;
    }

    .defult-cta-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1530px) {
    span.call_mobile {
        display: none;
    }
}

.site-footer {
    position: relative;
    background-color: #F5F5F5 !important;
    width: 100%;
    height: 100%;
    display: block;
}

ul.menu-privacy-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

ul.menu-privacy-menu li:not(:last-child) {
    margin-right: 20px;
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.site-footer-bottom p {
    font-family: var(--inter-sans-font) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: #fff;
}

.copyright-bar {
    width: 100%;
}

/* .inside-site-info {
    max-width: 1600px;
    margin: auto;
    width: 90%;
    padding: 25px 0px !important;
     border-top: 1px solid #EEF4FC;
} */

.footer-bottom-info span:hover,
.footer-bottom-info a:hover {
    color: var(--bermuda_color) !important;
}

.footer-widget-1 {
    max-width: 340px;
    width: 100%;
    /* margin-right: 106px; */
}

.footer-widget-2 {
    max-width: 400px;
    width: 100%;
    /* margin-right: 184px; */
}

.footer-widget-3 {
    max-width: 170px;
    width: 100%;
    /* margin-right: 130px; */
}

.footer-widget-4 {
    max-width: 140px;
    width: 100%;
}


/* .footer-widget-2, .footer-widget-3, .footer-widget-4 {
    width: 233px;
} */
/* .inside-footer-widgets {
    justify-content: space-between;
} */

.inside-footer-widgets>div {
    flex: unset !important;
}

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

    /* .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        column-gap: 40px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1181px) {
    /* .footer-widget-1 {
        max-width: 100%;
        padding-right: 0px;
    }

    .inside-footer-widgets {
        display: block !important;
    }

    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        column-gap: 40px;
    }

    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    /* .inside-site-info {
        margin: auto;
        padding: 20px 40px !important;
    } */
}

@media (max-width: 768px) {
    .site-footer-bottom {
        /*display: block;*/
        /*justify-content: space-around;*/
    }

    .soc-icon {
        justify-content: center;
    }

    /*     .inside-site-info {
        padding: 32px 0px 26px !important;
    } */
}

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

    /* .inside-site-info,
    .footer-widgets-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    } */
}

/*back-to-top*/
.back_to_top_btn {
    background: var(--bermuda_color) !important;
    border-color: var(--bermuda_color) !important;
    color: var(--white_color) !important;
    z-index: 111 !important;
}

.back_to_top_btn:hover {
    background: var(--white_color) !important;
    border-color: var(--bermuda_color);
    color: var(--black_color) !important;
}

.back_to_top_btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(212 175 55 / 69%) !important;
}

.header-widget a.default-cta.without_bkg_clr {
    margin-left: 16px;
}

.header-widget .default-btn {
    display: flex;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0 !important;
    justify-content: space-between;
    gap: 132px;
}

/* aside#nav_menu-2 {
    width: -webkit-fill-available;
}

aside#nav_menu-3 {
    width: auto;
} */

/* ul#menu-quick-links {
    column-count: 2;
} */

@media only screen and (min-width: 320px) and (max-width: 480px) {

    aside#nav_menu-2 {
        width: auto !important;
    }

    .contacts_icons_wrapper_items a {
        align-items: baseline !important;
    }
}

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

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

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

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

@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: 992px) and (max-width: 1181px) {}

@media only screen and (min-width: 1200px) and (max-width: 1404px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 65px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1640px) {
    /* .main-navigation .main-nav ul li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    } */
}

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


/*-----------------------------------------------------------------------*/
.connect_top_bar_module {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contacts_icons_wrapper_items {
    display: flex;
    gap: 23px;
    align-items: center;
}

.contacts_icons_wrapper_items a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.contacts_icons_wrapper_items span.contacts_icons-list-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: middle;
}

span.break_line_contact_info {
    display: inline-block;
    object-fit: cover;
    line-height: 20px;
    height: 20px;
    background-color: #fff;
    width: 2px;
}

.social_icons_wrapper_items {
    width: fit-content;
    display: flex;
    gap: 19px;
}

.social_icons_wrapper_items span.social_icons-grid-item a {
    display: flex;
}

header#masthead .inside-header .site-logo a {
    display: flex;
    width: 100%;
}

header#masthead .inside-header .site-logo a img {
    width: 100% !important;
    min-width: 200px !important;
    aspect-ratio: unset !important;
    max-width: 200px !important;
}

.hero-banner .banner-content .btn-wrap {
    display: flex;
    gap: 21px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    header#masthead .inside-header .site-logo a img {
        min-width: 180px !important;
        max-width: 180px !important;
    }
}

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
    /* .top-bar.top-bar-align-right {
        display: none;
    } */
}

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

    header#masthead .inside-header,
    .top-bar .inside-top-bar {}
}



@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 (min-width: 1441px) and (max-width: 1680px) {}

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

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


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

.footer-widgets-container.grid-container {
    padding: 0;
}

.site-footer .footer-widget-1 aside#media_image-2 {
    margin-bottom: 54px;
}

.site-footer .footer-widget-1 aside#media_image-2 a {
    display: flex;
}

.site-footer .footer-widget-1 aside#media_image-2 a img {
    width: 220px;
}

.site-footer .footer-widget-1 aside#custom_html-5 .last_widget_blk .contact_infor_blk {
    margin-bottom: 54px;
    display: flex;
    flex-wrap: wrap;
}

.contact_infor_blk a {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
}

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

.contact_infor_blk a img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    object-position: center;
    margin-right: 17px;
    margin-top: 3px;
}

.social_icon_blk {
    width: fit-content;
    display: flex;
    gap: 17px;
}

.social_icon_blk a {
    display: flex;
}

.office_hours_blk.footer_htag_txt p {
    margin-bottom: 26px;
}

.office_hours_blk.footer_htag_txt p:last-child {
    margin-bottom: 0;
}

.office_hours_blk.footer_htag_txt p {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.office_hours_blk.footer_htag_txt p span {
    width: 50%;
    float: left;
}

.office_hours_blk.footer_htag_txt p span {
    width: 50%;
    float: left;
}

.footer-widget-3 ul.menu li,
.footer-widget-4 ul.menu li {
    margin-bottom: 16px;
}

.footer-widget-3 ul.menu li:last-child,
.footer-widget-4 ul.menu li:last-child {
    margin-bottom: 0 !important;
}

footer.site-info .inside-site-info.grid-container {
    padding: 33px 0 55px;
    border-top: 1px solid #000;
}

footer.site-info .copyright-bar {
    position: relative;
}

.back_to_top_icon_box_wrapper {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: left;
    position: absolute;
    left: 0;
    top: 0;
}

.back_to_top_icon_box_wrapper .back_to_top_icon_box_content p {
    color: var(--para-text);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 12px;
    text-transform: uppercase;
}

.site-footer .menu-main-footer-container ul.menu li.current-menu-item a {
    color: var(--bermuda_color) !important;
}

.privacy_policy_blk {
    font-size: 14px;
    color: var(--para-text);
    font-weight: 400;
}

.privacy_policy_blk a {
    color: var(--para-text);
}

.privacy_policy_blk a:hover {
    color: var(--bermuda_color);
}

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

    /* .site-footer div#footer-widgets,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    } */
}

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

    /* .site-footer div#footer-widgets,
    .site-footer footer.site-info {
        --container-max-width: 100%;
    } */
}

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

    /* .site-footer div#footer-widgets,
    .site-footer footer.site-info {
        --container-max-width: 660px;
    } */
}

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

    /* .site-footer div#footer-widgets,
    .site-footer footer.site-info {
        --container-max-width: 884px;
    } */
}

@media only screen and (max-width: 1199px) {
    .back_to_top_icon_box_wrapper {
        left: auto;
        top: -80px;
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 45px;
    }

    .footer-widgets a,
    .opeing_hour_timming_blk p,
    .textwidget.custom-html-widget p {
        font-size: 15px;
    }
}

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

    /* .site-footer div#footer-widgets,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 26px !important;
        padding-right: 26px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        margin: auto;
    } */
}


@media only screen and (max-width: 1024px){
    .back_to_top_icon_box_wrapper{
        top: 48px;
    }
    .widget-title{
        margin-bottom: 24px;
    }
} 


@media only screen and (min-width: 0px) and (max-width: 600px) {

    .footer-widget-1,
    .footer-widget-3,
    .footer-widget-4 {
        max-width: 100% !important;
        position: relative;
    }

    .footer-widget-2 {
        width: auto;
        position: relative;
    }

    .inside-footer-widgets {
        margin: 0 !important;
        flex-wrap: wrap;
    }

    .footer-widgets {
        padding: 50px 0px 30px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 28px !important;
    }

    .last_widget_blk {
        width: fit-content;
    }

    .footer-widgets a,
    .opeing_hour_timming_blk p,
    .textwidget.custom-html-widget p {
        font-size: 15px;
    }

    .inside-footer-widgets {
        flex-direction: unset !important;
    }

    .widget-title {
        margin-bottom: 16px !important;
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .site-footer .footer-widget-1 aside#media_image-2,
    .site-footer .footer-widget-1 aside#custom_html-5 .last_widget_blk .contact_infor_blk {
        margin-bottom: 40px;
    }

    .back_to_top_icon_box_wrapper .back_to_top_icon_box_content p {
        font-size: 14px;
        display: none   ;
    }

    footer.site-info .inside-site-info.grid-container {
        padding: 20px 0 20px !important;
    }

    .office_hours_blk.footer_htag_txt p {
        margin-bottom: 15px;
    }

    .footer-widget-3 ul.menu li,
    .footer-widget-4 ul.menu li {
        margin-bottom: 10px;
    }

    .office_hours_blk.footer_htag_txt p span:last-child {
        width: 105px;
    }

    .office_hours_blk.footer_htag_txt p span:first-child {
        width: 163px;
    }
    .back_to_top_icon_box_wrapper {
        left: 0;
/*        top: -80px;*/
        right: auto;
    }
}

@media only screen and (max-width: 375px){
    .back_to_top_icon_box_wrapper{
        top: -71px;
    }
}


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

header#masthead .inside-header,
.top-bar .inside-top-bar,
.site-footer div#footer-widgets .footer-widgets-container.grid-container,
.site-footer footer.site-info {
    margin: auto;
}

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

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 26px !important;
        padding-right: 26px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 100%;
    }

    .defult-cta-button {
        padding: 18px 24px !important;
    }

    .site-header .header-widget {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 884px) {

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 26px !important;
        padding-right: 26px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 660px;
    }

    .site-header .header-widget {
        display: none;
    }
}

@media only screen and (min-width: 885px) and (max-width: 1126px) {

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 884px;
    }
}

@media only screen and (min-width: 1127px) and (max-width: 1404px) {

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 40px !important;
        padding-right: 40px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1126px;
    }

    .office_hours_blk.footer_htag_txt p span:last-child {
        width: 120px;
    }
}

@media only screen and (min-width: 1405px) and (max-width: 1744px) {

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1404px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets {
        gap: 92px;
    }
}

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


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

    header#masthead .inside-header,
    .top-bar .inside-top-bar,
    .site-footer div#footer-widgets .footer-widgets-container.grid-container,
    .site-footer footer.site-info {
        max-width: 100%;
        padding-left: 100px !important;
        padding-right: 100px !important;
        --content-width: min(100%, var(--container-max-width, 1140px));
        max-width: var(--content-width);
        --container-max-width: 1744px;
        margin: auto;
    }
}


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

.mobile_menu_dropdown_arrow {
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .connect_top_bar_module {
        display: block;
    }

    .social_icons_wrapper_items {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 884px) {
    .contacts_icons_wrapper_items {
        display: block;
    }

    .contacts_icons_wrapper_items span.break_line_contact_info {
        display: none;
    }

    .contacts_icons_wrapper_items a {
        margin-bottom: 16px;
    }

    .contacts_icons_wrapper_items a:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1126px) {
    .connect_top_bar_module {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1127px) {
    .mobile_menu_dropdown_arrow {
        display: none;
    }

    .connect_top_bar_module {
        display: flex !important;
    }
}
@media only screen and (min-width: 1300px) and (max-width:1600px){
    ul#menu-item-1103-sub-menu {
        column-count: 2;
        width: 600px;
    }
}