/* header styles */

#site-header {
    position: fixed;
    z-index: 200;
    width: 100%;
    background-color: var(--c-white);
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(38, 45, 51, 0.08);
    box-shadow: 0px 5px 15px 0px rgba(38, 45, 51, 0.08);
    padding: 11px 20px;
}

body.admin-bar #site-header {
    top: 32px;
}

#site-header .logo-container img {
    max-width: 154px;
    height: auto;
}

#site-header .global-btn.mobile-btn,
#site-header .mobile-menu-button {
    display: none;
}

.divider-vertical {
    margin: 0 24px;
    width: 1px;
    height: 33px;
    background-color: #DEDEE3;
}

.header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-phone a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-phone a .icon,
.header-phone a img {
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.header-phone .txt {
    color: var(--c-dark-sub);
    font-family: "FS Elliot Pro", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 7px;
}

.header-phone a:hover .txt {
    color: var(--c-red);
}

#site-header .global-btn {
    width: auto;
    display: inline-block;
    padding-left: 32px;
}

#site-header .global-btn a {
    padding-left: 16px;
    padding-right: 16px;
}

#site-header .site-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    #site-header {
        padding: 4px 39px;
    }
}

@media (max-width: 992px) {
    #site-header .global-btn a {
        padding-left: 16px;
        padding-right: 16px;
    }

    #site-header .global-btn {
        padding-left: 16px;
    }

    .header-phone .txt {
        font-size: 16px;
        line-height: 20.8px;
    }

    .header-phone a .icon,
    .header-phone a img {
        max-width: 18px;
        height: 18px;
    }

    .divider-vertical {
        margin: 0 12px;
    }
}

@media (max-width: 782px) {
    body.admin-bar #site-header {
        top: 46px;
    }
}

@media (max-width: 767px) {
    #site-header {
        padding: 4px 12px;
    }

    .header-social-container,
    .divider-vertical,
    .header-phone,
    #site-header .global-btn {
        display: none;
    }

    #site-header .mobile-menu-button,
    #site-header .global-btn.mobile-btn {
        display: block;
    }

    #site-header .w-25 {
        width: 35%
    }

    #site-header .w-75 {
        width: 65%
    }

    #site-header .logo-container img {
        max-width: 113px;
    }

    #site-header .global-btn a {
        min-width: 108px;
    }

    #site-header .global-btn {
        padding-left: 0;
        padding-right: 16px;
    }

    #site-header .mobile-menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #site-header .mobile-menu-button svg {
        width: 20px;
        height: 20px;
        padding: 2px;
    }
}

/* header styles end */

/* footer styles */

#site-footer {
    background-color: #DEDEE3;
    padding: 62px 20px 24px 20px;
}

#site-footer .logo-container {
    padding-right: 30px;
}

#site-footer .logo-container img {
    max-width: 200px;
    height: auto;
}

.foot-logo-desc {
    margin-top: 13px;
    margin-bottom: 24px;
}

.footer-social-container .soc-icons-container-global .icon {
    display: none;
}

.footer-social-container .soc-icons-container-global .icon.mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.inner-container.footer-mobile {
    display: none;
}

.footer .style-menu {
    padding-right: 10px;
}

.footer .style-menu .foot-title {
    padding-bottom: 8px;
}

.footer .style-menu .foot-menu-main ul li a {
    padding: 8px 0;
    color: var(--c-dark-title);
    font-family: "FS Elliot Pro", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .style-menu .foot-menu-main ul li a:hover {
    color: var(--c-red-hover);
}

.footer .style-default .foot-title h2 {
    color: var(--c-gray-2);
    font-family: "FS Elliot Pro", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    padding-bottom: 8px;
}

.footer .w-25.logo-container {
    max-width: 326px;
    width: 100%;
    padding-right: 30px;
}

.footer .w-75.footer-columns {
    max-width: calc(100% - 326px);
    width: 100%;
}

.footer .w-75.footer-columns > .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .w-75 .w-25:nth-child(1) {
    max-width: 158px;
    width: 100%;
}

.footer .w-75 .w-25:nth-child(2) {
    max-width: 158px;
    width: 100%;
}

.footer .w-75 .w-25:nth-child(3) {
    max-width: 387px;
    width: 100%;
    padding-left: 60px;
    padding-right: 10px;
}

.footer .w-75 .w-25:nth-child(4) {
    max-width: 187px;
    width: 100%;
}

.footer .ic-box-main a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--c-dark-title);
    font-family: "FS Elliot Pro", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    padding-bottom: 8px;
}

.footer .ic-box-main a.phone {
    font-weight: var(--fw-700);
    line-height: 19.2px;
}

.footer .ic-box-main a.phone .txt,
.footer .ic-box-main a.mail .txt {
    padding-left: 8px;
}

.footer .ic-box-main a .icon svg,
.footer .ic-box-main a .icon {
    width: 20px;
    height: 20px;
}

.footer .ic-box-main a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .ic-box-main a .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .ic-box-main a:hover .icon svg path {
    fill: var(--c-red-hover);
}

.footer .ic-box-main a:hover {
    color: var(--c-red-hover);
}

.footer .footer-social-container .soc-icons-container-global > .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer .soc-icons-container-global a:last-child,
.footer .soc-icons-container-global a {
    margin-right: 16px;
}

.footer .soc-icons-container-global a:first-child {
    margin-right: 0px;
}

.inner-container.subscribe-main {
    padding-top: 20px;
    padding-bottom: 40px;
}

.inner-container.subscribe-main .w-50 {
    width: auto;
}

.inner-container.subscribe-main .w-75 > .d-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.inner-container.subscribe-main .w-50.sbs-main {
    max-width: 533px;
    width: 100%;
}

.sbs-main .sbs-title {
    padding-bottom: 9px;
}

.foot-bot {
    margin-right: -20px;
    margin-left: -20px;
    padding: 24px 20px 0 20px;
    border-top: 2px solid #B6B6B6;
}

.foot-subscribe-cont {
    /*margin-top: 16px;*/
}

.foot-bot .abs-item-footer > div {
    line-height: 24px;
    padding-right: 15px;
}

.foot-bot .policy-text {
    z-index: 2;
}

.foot-bot .policy-text .c-gray-2 {
    color: var(--c-gray-2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.foot-bot .policy-text .c-gray-2:not(:last-child) {
    margin-right: 15px;
}

.foot-bot .policy-text .c-gray-2:hover {
    color: var(--c-red-hover);
}

.footer .cf-form-style {
    max-width: 335px;
    width: 100%;
}

.form-scr {
    display: none;
}

form .error {
    position: absolute;
    color: red;
    font-size: 14px;
}

.footer .cf-form-style input.wpcf7-submit {
    width: 100%;
    font-size: 0;
}

.footer .cf-form-style .sbm-main {
    position: relative;
    margin-top: 20.8px;
    width: 48px;
}

.footer .cf-form-style .sbm-main:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background-image: url('../img/Arr-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.footer .cf-form-style label {
    height: 68.8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .cf-form-style .flex-items > p {
    max-width: calc(100% - 48px);
    width: 100%;
    padding-right: 8px;
}

@media (max-width: 1260px) {
    .footer .w-25.logo-container,
    .footer .w-75.footer-columns {
        max-width: 100%;
        padding: 0;
    }

    .footer .w-75 .w-25:nth-child(1) {
        max-width: 20%;
        padding: 0;
    }

    .footer .w-75 .w-25:nth-child(2) {
        max-width: 20%;
        padding: 0;
    }

    .footer .w-75 .w-25:nth-child(3) {
        max-width: 30%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .w-75 .w-25:nth-child(4) {
        max-width: 30%;
        padding-left: 10px;
        padding-right: 0px;
    }

    #site-footer .logo-container {
        padding-right: 0;
        padding-bottom: 24px;
    }

    .inner-container.subscribe-main .w-25 {
        display: none;
    }

    .inner-container.subscribe-main .w-75 {
        width: 100%;
    }

    .inner-container.subscribe-main .w-75 > .d-flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .footer .w-25.logo-container,
    .footer .w-75.footer-columns {
        max-width: 100%;
        padding: 0;
    }

    .foot-bot .pos-rel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .foot-bot .abs-item-footer {
        position: unset;
        width: 1000%;
    }

    .foot-bot .policy-text {
        width: 100%;
        padding-top: 8px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: start;
    }

    .foot-bot .policy-text .c-gray-2 {
        text-align: left;
    }

    #site-footer {
        padding-left: 39px;
        padding-right: 39px;
    }

    .foot-bot {
        margin-left: -39px;
        margin-right: -39px;
        padding: 24px 39px 0 39px;
    }

    header .progress-bar-container {
        margin: 0 -39px;
    }
}

@media (max-width: 767px) {
    .foot-bot .pos-rel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .foot-bot .abs-item-footer {
        width: 100%;
    }

    .foot-bot .policy-text {
        width: 100%;
        padding-top: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot-bot .policy-text .c-gray-2 {
        margin-bottom: 5px;
    }

    #site-footer {
        background-color: #F2F4F9;
        padding: 32px 12px 24px 12px;
    }

    .inner-container.footer-main {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .inner-container.footer-mobile.footer-main {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .inner-container.footer-main .logo-container {
        display: none;
    }

    .inner-container.footer-mobile {
        display: block;
        padding-top: 32px;
        margin-top: 24px;
        border-top: 1px solid #B6B6B6;
    }

    .inner-container.footer-mobile.footer-main .logo-container {
        display: block;
        max-width: 300px;
        text-align: center;
        margin: auto;
        width: 100%;
        padding-bottom: 0;
    }

    .sbs-main .sbs-title + div br {
        display: none;
    }

    .footer-main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inner-container.subscribe-main {
        padding-top: 0;
        padding-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .footer .cf-form-style {
        max-width: 351px;
    }

    .foot-bot {
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0px 0 0px;
        border: none;
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .footer .w-75 .w-25:nth-child(1) {
        max-width: 50%;
    }

    .footer .w-75 .w-25:nth-child(2) {
        max-width: 50%;
        padding-left: 20px;
    }

    .footer .w-75 .w-25:nth-child(3) {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 5px;
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #B6B6B6;
    }

    .footer .w-75 .w-25:nth-child(4) {
        max-width: 100%;
        padding-left: 0px;
        padding-top: 8px;
    }

    .footer .footer-social-container .soc-icons-container-global > .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .soc-icons-container-global a {
        width: 40px;
        height: 40px;
    }

    .footer .soc-icons-container-global .icon.mobile {
        padding: 9px;
        width: 40px;
        height: 40px;
    }

    header .progress-bar-container {
        margin: 0 -12px;
    }
}

/* footer styles end */

/* soc icons styles */

.soc-icons-container-global .icon.mobile {
    display: none;
}

.soc-icons-container-global a {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.soc-icons-container-global a svg {
    width: 40px;
    height: 40px;
}

.soc-icons-container-global a:last-child {
    margin-right: 0;
}

.soc-icons-container-global a svg path,
.soc-icons-container-global a svg circle {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.soc-icons-container-global a:hover svg path:nth-child(2) {
    fill: var(--c-red-hover);
}

.soc-icons-container-global a:hover svg path {
    stroke: var(--c-red-hover);
}

.soc-icons-container-global a:hover svg circle {
    stroke: var(--c-red-hover);
}

.soc-icons-container-global .icon.mobile {
    padding: 9px;
    background-color: var(--c-white);
    border-radius: 50%;
    border: 1px solid var(--c-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.soc-icons-container-global a .icon.mobile svg {
    width: 20px;
    height: 20px;
}

.soc-icons-container-global a:hover .icon.mobile {
    background-color: transparent;
    border-color: var(--c-red-hover);
}

.soc-icons-container-global a:hover .icon.mobile path {
    fill: red;
    stroke: transparent;
}

@media (max-width: 1024px) {
    .soc-icons-container-global a,
    .soc-icons-container-global a svg {
        width: 30px;
        height: 30px;
    }

    .soc-icons-container-global .icon.mobile {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}

/* soc icons styles end */

/* form styles */

.cf-form-style p {
    margin-bottom: 0;
}

.flex-items.inp-style p:nth-of-type(2) {
    display: none;
}

.cf-form-style br,
.cf-form-style .wpcf7-spinner {
    display: none !important;
}

.cf-form-style p label {
    position: relative;
    width: 100%;
}

.cf-form-style .inp-style:not(.phone) .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf-form-style .flex-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cf-form-style .wpcf7-form-control-wrap {
    position: relative;
}

.cf-form-style .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -41px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--ff-fs);
    color: var(--c-red);
    font-weight: var(--fw-400);
}

.cf-form-style .placeholder {
    font-family: var(--ff-fs);
    color: #878D96;
    font-size: 16px;
    line-height: 20.8px;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: text;
    left: 18px;
    bottom: -35px;
}

.cf-form-style .placeholder.up {
    font-size: 12px;
    line-height: 14.4px;
    bottom: -21px;
    z-index: 1;
    position: relative;
    cursor: unset;
}

.cf-form-style input {
    border: 1px solid #DDE1E6 !important;
    border-radius: 8px;
    background-color: var(--c-white);
    min-height: 48px;
    padding: 18px 18px 4px 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    color: #121619;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: var(--fw-400);
    width: 100%;
    margin: 0;
}

.cf-form-style input.wpcf7-submit {
    border-radius: 8px;
    border: none !important;
    background-color: var(--c-red);
    padding: 8px 18px;
    min-height: 47px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    outline: none;
    font-weight: var(--fw-700) !important;
    color: var(--c-white);
    font-family: var(--ff-fs);
}

.cf-form-style input.wpcf7-submit:hover {
    background-color: var(--c-red-hover);
}

.cf-form-style .wpcf7-response-output {
    margin: 50px 0 0 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--ff-fs);
    color: var(--c-red);
    font-weight: var(--fw-400);
}

.report-main .cf-form-style form.sent .wpcf7-response-output {
    display: none !important;
}

.cf-form-style form.sent .wpcf7-response-output {
    color: var(--c-dark-title);
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item label input {
    width: 13px;
    height: 13px;
    min-height: auto;
    padding: 0;

}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item-label {
    max-width: calc(100% - 50px);
    width: 100%;
    padding-left: 8px;
    color: #697077;
    font-family: "FS Elliot Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #697077;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}

.policy-style {
    margin-bottom: 4px;
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--c-red-hover);
}

.policy-style .wpcf7-form-control-wrap,
.policy-style .wpcf7-form-control,
.policy-style .wpcf7-list-item {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .cf-form-style .wpcf7-acceptance .wpcf7-list-item-label {
        max-width: calc(100% - 13px);
    }

    .cf-form-style .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 14.4px;
    }

    .cf-form-style .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
        max-width: calc(100% - 25px);
    }
}

/* form styles end */

/* popup styles */

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 22, 25, 0.7);
    z-index: 205;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.popup-style {
    position: fixed;
    z-index: 206;
    left: 50%;
    top: 50%;
    max-width: 400px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-style.active {
    visibility: visible;
    opacity: 1;
}

.popup-style .container {
    background-color: var(--c-white);
    border-radius: 16px;
    padding: 40px 24px 32px 24px;
    position: relative;
}

.popup-style .container .popup-close {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
}

.popup-style .container .popup-close a svg {
    width: 30px;
    height: 30px;
}

.popup-style .pop-container .pop-desc {
    margin-top: 8px;
    margin-bottom: 24px;
}

.pop-thank-you {
    display: none;
}

.pop-thank-you .icon svg,
.pop-thank-you .icon {
    width: 48px;
    height: 48px;
}

.pop-thank-you .pop-title {
    margin-top: 24px;
    margin-bottom: 8px;
}

.popup-style form {
    margin-top: 24px;
}

.popup-style .cf-form-style p label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-style .cf-form-style .placeholder {
    position: absolute;
    top: 15px;
    bottom: unset;
}

.popup-style .cf-form-style .placeholder.up {
    top: 5px;
    position: absolute;
    bottom: unset;
}

.popup-style .cf-form-style .placeholder + span input {
    padding-top: 16px;
    padding-bottom: 8px;
}

.popup-style .cf-form-style input {
    padding: 12px 16px;
    cursor: pointer;
}

.popup-style .inp-style {
    margin-bottom: 12px;
}

.popup-style .radio-style {
    margin-top: 12px;
    margin-bottom: 12px;
}

.popup-style .wpcf7-list-item {
    margin-left: 0;
}

.popup-style .policy-style {
    margin-bottom: 8px;
}

.popup-style .policy-style + p,
.popup-style .btn-main + p {
    margin-top: 24px;
}

.popup-style .policy-style + p input,
.popup-style .btn-main + p input {
    width: 100%;
}

.popup-style .cf-form-style .wpcf7-not-valid-tip {
    position: unset;
}

.popup-style .label-title {
    color: #121619;
    font-family: "FS Elliot Pro", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.step-7 .radio-style .wpcf7-form-control-wrap .wpcf7-radio,
.popup-style .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-7 .radio-style .wpcf7-form-control-wrap .wpcf7-list-item,
.popup-style .wpcf7-radio .wpcf7-list-item {
    width: 50%;
    display: inline-block;
    padding-top: 8px;
    margin: 0;
}

.step-7 .radio-style .wpcf7-form-control-wrap .wpcf7-list-item label,
.popup-style .wpcf7-list-item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-7 .radio-style .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label,
.popup-style .wpcf7-list-item label .wpcf7-list-item-label {
    max-width: calc(100% - 18px);
    padding-left: 8px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #121619;
    font-family: "FS Elliot Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.step-7 .radio-style .wpcf7-form-control-wrap label input,
.popup-style .wpcf7-list-item label input {
    width: 18px;
    height: 18px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-height: auto;
    padding: 0;
}

.step-7 .radio-style .wpcf7-form-control-wrap .wpcf7-list-item-label,
.popup-style .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 14.4px;
}

.wpcf7-list-item-label {
    display: block;
}

.cf-form-style .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    max-width: calc(100% - 40px);
}

.popup-style .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: 20.8px !important;
}

.popup-style .cf-form-style .wpcf7-acceptance .wpcf7-list-item label:after,
.popup-style .cf-form-style .wpcf7-acceptance .wpcf7-list-item label:before {
    width: 16px;
    height: 16px;
}

.popup-style .cf-form-style .wpcf7-acceptance .wpcf7-list-item label input {
    width: 16px;
    height: 16px;
}

span.wpcf7-not-valid-tip-tel {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--ff-fs);
    color: var(--c-red);
}

.step-7 .radio-style .wpcf7-form-control-wrap {
    position: relative;
    max-width: 290px;
    display: block;
    width: 100%;
}

.popup-style .wpcf7-radio label {
    position: relative;
}

.step-7 .radio-style .wpcf7-radio label:after,
.popup-style .wpcf7-radio label:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #121619;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.step-7 .radio-style .wpcf7-radio label:before,
.popup-style .wpcf7-radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #121619;
}

.step-7 .radio-style .wpcf7-radio .first label.active:after,
.popup-style .wpcf7-radio .first label.active:after {
    opacity: 1;
    visibility: visible;
}

.step-7 .radio-style .wpcf7-radio label input,
.popup-style .wpcf7-radio label input {
    opacity: 0;
    z-index: 3;
    position: relative;
}

.radio-style .wpcf7-radio label.active:after,
.popup-style .wpcf7-radio label.active:after {
    visibility: visible;
    opacity: 1;
}

.popup-style .pop-container .pop-thank-you .pop-desc {
    margin-bottom: 0;
}

.country-search__input {
    display: none;
}

.cf-form-style form.active .intl-tel-input .country-search__input {
    display: block;
    z-index: 9;
    position: relative;
    margin-left: 0 !important;
}

form .country-search__input:before {
    content: url('/wp-content/themes/astons/assets/images/search.svg');
    position: absolute;
    left: 15px;
    top: 14px;
    z-index: 9;
}

.cf-form-style .intl-tel-input input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.report-main.popup-style .cf-form-style input.wpcf7-submit {
    padding-right: 37%;
    text-align: right;
    width: 100%;
}

body .form-col-form-container.cf-form-style input.wpcf7-submit {
    padding-right: 41%;
    text-align: right;
}

.report-main .policy-style + p,
.report-main .btn-main + p {
    position: relative;
}

.report-main .policy-style + p:after,
.report-main .btn-main + p:after {
    content: "";
    display: block;
    position: absolute;
    right: 27%;
    top: 13px;
    width: 17px;
    height: 20px;
    background-image: url('../img/download.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

body .form-col-form-container.cf-form-style .policy-style + p:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 27%;
}

.inp-style.phone .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.inp-style.phone .wpcf7-form-control-wrap .intl-tel-input {
    width: 100%;
}

body .form-col-form-container.cf-form-style input.wpcf7-submit {
    padding-right: 44%;
}

body .form-col-form-container.cf-form-style .policy-style + p:after {
    right: 34%;
}

body .intl-tel-input .flag-dropdown {
    width: 100%;
}

body .intl-tel-input .selected-flag .arrow {
    margin-left: 0px !important;
    margin-top: -3px !important;
    width: 12px !important;
    height: 6px !important;
    border: none !important;
    background-image: url('../../../../themes/astons/assets/images/down.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

body .intl-tel-input .selected-flag .arrow.up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

body .intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}

.cf-form-style .phone input {
    padding-left: 60px !important;
}

body .intl-tel-input .selected-flag {
    padding-left: 20px;
    width: 60px;
    z-index: 9;
}

@media (max-width: 480px) {
    body .form-col-form-container.cf-form-style input.wpcf7-submit {
        padding-right: 43%;
    }

    body .form-col-form-container.cf-form-style .policy-style + p:after {
        right: 30%;
    }
}

@media (max-width: 767px) {
    .popup-style {
        max-width: 336px;
    }

    .popup-style .container {
        padding: 40px 24px 17px 24px;
    }

    .pop-cont > .title {
        max-width: 250px;
        width: 100%;
    }

    .report-main .policy-style + p:after,
    .report-main .btn-main + p:after {
        right: 25%;
    }
}

/* popup styles end */

/* header main styles */

.main-pages #site-header {
    padding-top: 0;
    padding-bottom: 0;
}

.header_main-style .header-top {
    border-bottom: 1px solid #DEDEE3;
}

.header_main-style .header-left-menu-container .head-menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .header-left-menu-container .head-menu-ul li a {
    padding: 12px 8px;
    color: #858585;
    font-family: 'FS Elliot Pro', Sans-Serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.header_main-style .header-left-menu-container .head-menu-ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--c-red-hover);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_main-style .header-left-menu-container .head-menu-ul li a.active:after,
.header_main-style .header-left-menu-container .head-menu-ul li a:hover:after {
    width: 100%;
}

.header_main-style .header-right .header-lang-menu ul,
.header_main-style .header-right .phone-dropdown ul {
    display: none;
}

.header_main-style .header-right .search-form-pop {
    width: 20px;
    height: 20px;
}

.header_main-style .header-right .search-form-pop a svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_main-style .header-right .search-form-pop a:hover svg path {
    fill: var(--c-red-hover);
}

.header_main-style .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .header-lang-menu {
    margin: 0 24px;
}

.header_main-style .selected {
    cursor: pointer;
}

.header_main-style .header-lang-menu .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .divider {
    width: 1px;
    height: 21px;
    display: inline-block;
    margin-left: 14px;
    background-color: #DEDEE3;
}

.header_main-style .header-lang-menu .lang-item {
    border-radius: 4px;
    display: inline-block;
    background-color: #B6B6B6;
    color: var(--c-white);
    font-family: 'FS Elliot Pro', Sans-Serif;
    font-weight: var(--fw-700);
    font-size: 14px;
    padding: 2px 4px;
    display: none;
}

.header_main-style .header-lang-menu .lang-icon,
.header_main-style .header-lang-menu .lang-icon svg {
    width: 24px;
    height: 24px;
}

.header_main-style .phone-dropdown .selected .arr-main,
.header_main-style .header-lang-menu .arr-main {
    margin-left: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.header_main-style .header-lang-menu .arr-main svg {
    width: 16px;
    height: 16px;
}

.header_main-style .phone-dropdown .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .phone-dropdown .selected .phone-num {
    color: var(--c-dark-title);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: var(--ff-fs);
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 23.4px
}

.header_main-style .phone-dropdown .selected .phone-num a {
    color: var(--c-dark-title);
}

.header_main-style .phone-dropdown .selected:hover .phone-num a,
.header_main-style .phone-dropdown .selected:hover .phone-num {
    color: var(--c-red-hover);
}

.header_main-style .header-lang-menu .arr-main svg path,
.header_main-style .phone-dropdown .selected .arr-main svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_main-style .header-lang-menu .selected:hover .arr-main svg path,
.header_main-style .phone-dropdown .selected:hover .arr-main svg path {
    fill: var(--c-red-hover);
}

.header_main-style .header-lang-menu .arr-main svg,
.header_main-style .phone-dropdown .selected .arr-main svg {
    width: 16px;
    height: 16px;
}

.main-pages #site-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #DEDEE3;
}

.header_main-style .header-middle {
    padding: 16px 0;
}

.header_main-style .middle-left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .middle-right {
    width: 40%;
}

.header_main-style .logo-container {
    max-width: 154px;
    width: 100%;
}

.header_main-style .header-middle .header-left-menu-container {
    max-width: calc(100% - 154px);
    width: 100%;
    padding-left: 46px;
}

.header_main-style .header-left-menu-container .foot-menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_main-style .header-left-menu-container .foot-menu-ul li {
    margin-right: 8px;
}

.header_main-style .header-left-menu-container .foot-menu-ul li a {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    color: var(--c-dark-title);
    font-family: var(--ff-fs);
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 23.4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_main-style .header-left-menu-container .foot-menu-ul li.current-menu-item a,
.header_main-style .header-left-menu-container .foot-menu-ul li a:hover {
    border-color: var(--c-dark-title);
}

.header_main-style .soc-icons-container-global a svg path circle {
    stroke: #858585;
}

.header_main-style .soc-icons-container-global a:hover svg path circle {
    stroke: var(--c-red-hover);
}

.header_main-style .soc-icons-container-global a svg path:nth-child(2) {
    fill: #858585;
}

.header_main-style .soc-icons-container-global a svg path {
    stroke: #858585;
}

.header_main-style .soc-icons-container-global a svg circle {
    stroke: #858585;
}

.header_main-style .soc-icons-container-global a:hover svg path:nth-child(2) {
    fill: var(--c-red-hover);
}

.header_main-style .soc-icons-container-global a:hover svg path {
    stroke: var(--c-red-hover);
}

.header_main-style .soc-icons-container-global a:hover svg circle {
    stroke: var(--c-red-hover);
}

.header_main-style .soc-icons-container-global a {
    margin-right: 12px;
}

.header_main-style .soc-icons-container-global a:last-child {
    margin-right: 0;
}

.main-pages .mob-menu-main {
    display: none;
}

.main-pages body {
    padding-top: 126px;
}

@media (max-width: 1280px) {
    .header_main-style .header-middle .header-left-menu-container {
        padding-left: 20px;
    }

    .header_main-style .header-left-menu-container .foot-menu-ul li a {
        padding: 8px;
        font-size: 12px;
        line-height: 20.8px;
    }

    .main-pages #site-header .global-btn {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    .header_main-style .header-top {
        display: none;
    }

    .header_main-style .header-middle {
        padding: 18px 0;
    }

    .header_main-style .soc-icons-container-global a,
    .header_main-style .soc-icons-container-global a svg {
        width: 36px;
        height: 36px;
    }

    .header_main-style .header-middle .header-left-menu-container {
        display: none;
    }

    .header_main-style .middle-left {
        width: 30%;
    }

    .header_main-style .middle-right {
        width: 70%;
    }

    .main-pages #site-header .global-btn {
        display: none;
    }

    .main-pages #site-header .global-btn.mobile-btn {
        display: none;
    }

    .main-pages #site-header .mobile-menu-button {
        display: block;
    }

    .main-pages .mobile-menu-button a {
        display: none;
    }

    .main-pages .mobile-menu-button a.mob-menu-main {
        display: block;
        height: 34px;
        width: 34px;
        position: relative;
    }

    .main-pages .mobile-menu-button {
        margin-left: 24px;
    }

    .main-pages body {
        padding-top: 67px;
    }

    .main-pages .mobile-menu-button a.mob-menu-main svg {
        width: 34px;
        height: 34px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }

    .main-pages .mobile-menu-button a.mob-menu-main svg.open {
        visibility: visible;
        opacity: 1;
    }

    .main-pages .mobile-menu-button a.mob-menu-main svg.close {

    }

    .header_main-style .header-middle {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .header_main-style .header-middle {
        padding: 16px 0;
    }

    .header_main-style #site-header .logo-container img {
        max-width: 133px;
    }

    .main-pages .mobile-menu-button a.mob-menu-main {
        width: 30px;
        height: 30px;
    }

    .main-pages .mobile-menu-button {
        margin-left: 16px;
    }

    .main-pages #site-header .mobile-menu-button svg {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .main-pages .header-social-container {
        display: block;
    }

    .header_main-style .soc-icons-container-global a {
        margin-right: 8px;
    }

    .header_main-style .soc-icons-container-global a,
    .header_main-style .soc-icons-container-global a svg {
        width: 30px;
        height: 30px;
    }

    .main-pages body {
        padding-top: 56px;
    }

    .header_main-style .middle-left {
        width: 50% !important;
    }

    .header_main-style .middle-right {
        width: 50% !important;
    }
}

/* header main styles end */

/* footer main styles */

.main-pages #site-footer {
    padding-top: 88px;
    padding-bottom: 56px;
    background-color: #F5F5F7;
}

.footer_main-style .footer-middle {
    padding: 8px 0;
}

.footer_main-style .footer-middle .soc-items-foot {
    width: 60%;
}

.footer_main-style .footer-middle .soc-items-foot .follow {
    margin-right: 16px;
}

.footer_main-style .footer-middle .soc-items-foot .soc-items-foot-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_main-style .footer-middle .soc-items-foot .soc-items-foot-main a {
    padding: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main-style .footer-middle .soc-items-foot .soc-items-foot-main a img {
    max-width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer_main-style .copyright {
    background: #F2F2F7;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(60, 60, 67, 0.18);
    box-shadow: 0px -1px 0px 0px rgba(60, 60, 67, 0.18);
    padding: 16px 0 8px 0;
    font-size: 12px;
    line-height: 16px;
}

.footer_main-style .footer-middle .privacy-menu-footer {
    width: 40%;
    padding-left: 16px;
}

.footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_main-style .footer-middle .soc-items-foot .soc-items-foot-main a:hover {
    opacity: 0.7;
}

.footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li {
    margin-left: 24px;
}

.footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li:first-child {
    margin-left: 0px;
}

.footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li a {
    color: var(--c-gray-3);
    font-family: var(--ff-fs);
    font-size: 15px;
    font-weight: var(--fw-400);
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li a:hover {
    color: var(--c-red-hover);
}

.footer_main-style .foot-tit {
    margin-bottom: 16px;
}

.footer_main-style .foot-tit h3 {
    min-height: 16px;
}

.footer_main-style .foot-tit h3 {
    color: var(--c-gray-3);
    font-family: var(--ff-fs);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 16px;
    text-transform: uppercase;
}

.footer_main-style .foot-menu-ul li > a {
    color: var(--c-gray-3);
    font-family: var(--ff-fs);
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main-style .foot-menu-ul li:has(ul) > a {
    font-style: italic;
    font-weight: var(--fw-700);
}

.footer_main-style .foot-menu-ul li > a:hover {
    color: var(--c-red-hover);
}

.footer_main-style .foot-menu-ul li > ul li {
    padding-top: 8px;
    line-height: 16px;
}

.footer_main-style .foot-menu-ul li > ul li a {
    color: var(--c-gray-3);
    font-family: var(--ff-fs);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main-style .foot-menu-ul li > ul li a:hover {
    color: var(--c-red-hover);
}

.footer_main-style .col-16 {
    width: 16.666%;
    padding-right: 16px;
}

.footer_main-style .col-16:last-child {
    padding-right: 0;
}

.footer_main-style .footer-top {
    padding-bottom: 88px;
}

.footer_main-style .ic-box-main-foot .ic-box-foot {
    padding-bottom: 8px;
}

.footer_main-style .ic-box-main-foot .ic-box-foot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_main-style .ic-box-main-foot .ic-box-foot a span.title {
    display: block;
    padding-bottom: 8px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}

.footer_main-style .ic-box-main-foot .ic-box-foot a span svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}

.footer_main-style .ic-box-main-foot .ic-box-foot a span.icon-box {
    color: var(--c-gray);
    font-family: var(--ff-fs);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main-style .ic-box-main-foot .ic-box-foot a:hover span.icon-box {
    color: var(--c-red-hover);
}

@media (max-width: 1024px) {
    .footer_main-style .col-16 {
        padding: 0;
        width: 33.333%;
        margin-bottom: 32px;
    }

    .main-pages #site-footer {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .footer_main-style .footer-middle .soc-items-foot {
        width: 40%;
    }

    .footer_main-style .footer-middle .privacy-menu-footer {
        width: 60%;
    }

    .footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li a {
        font-size: 14px;
    }

    .footer_main-style .footer-middle .privacy-menu-footer .foot-menu-ul li {
        margin-left: 18px;
    }

    .footer_main-style .footer-top {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .main-pages #site-footer {
        /*display: none;*/
    }
}

/* footer main styles end */

/* header styles v2 */

.header_main-style .header-lang-menu .lang-item {
    font-size: 12px;
    height: 23px;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    width: 23px;
    justify-content: center;
}

.header_main-style .header-left-menu-container .foot-menu-ul li {
    margin-right: 0;
}

.header_main-style .middle-right {
    width: 30%;
}

.header_main-style .middle-left {
    width: 70%;
}

.header_main-style .header-middle .header-left-menu-container {
    padding-left: 24px;
}

.header_main-style .header-lang-menu {
    margin-right: 0px;
}

.header_main-style .header-right .search-form-pop {
    display: none;
}

@media (max-width: 1220px) and (min-width: 1025px) {
    .header_main-style .middle-right {
        width: 35%;
    }

    .header_main-style .middle-left {
        width: 65%;
    }

    .soc-icons-container-global a svg,
    .soc-icons-container-global a {
        width: 30px;
        height: 30px;
    }

    #site-header .global-btn a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .header_main-style .header-middle {
        padding-top: 8px;
        padding-bottom: 7px;
    }

    #site-header .logo-container img {
        max-width: 154px;
        height: 42px;
    }
}

/* header styles v2 end */

/* footer styles */

.main-pages #site-footer.footer.v2 {
    background-color: #F2F4F9;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer.v2 .footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #B6B6B6;
}

.footer.v2 .footer-bottom>.d-flex {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer.v2 .footer-bottom>.d-flex .left-col {
    white-space: nowrap;
}

.footer.v2 .center-col {
    padding: 0 10px;
    text-align: center;
}

.footer.v2 .center-col .col-container a{
    margin: 0 5px;
}

.footer.v2 .center-col a:hover {
    color: var(--c-red-hover);
}

.footer.v2 .soc-items-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer.v2 .soc-items-footer .item-container {
    width: 28px;
    height: 28px;
    margin-right: 24px;
}

.footer.v2 .soc-items-footer .item-container:last-child {
    margin-right: 0;
}

.footer.v2 .soc-items-footer .item-container a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer.v2 .soc-items-footer .item-container a svg {
    width: 28px;
    height: 28px;
}

.footer.v2 .soc-items-footer .item-container a svg {
    width: 28px;
    height: 28px;
}

.footer.v2 .soc-items-footer .item-container a svg path {
    transition: all 0.3s;
}

.footer.v2 .soc-items-footer .item-container a:hover svg path {
    fill: var(--c-red-hover);
}

.footer.v2 .soc-items-footer .item-container a:hover svg.you-item path + path {
    fill: #F2F4F9;
}

.footer.v2 .site-logo-container a {
    display: flex;
}

.footer.v2 .site-logo-container a img {
    max-width: 199px;
    height: auto;
    object-fit: contain;
}

.footer.v2 .footer-logo-main {
    padding-right: 12px;
}

.footer.v2 .footer-logo-main .logo-desc {
    margin-top: 13px;
}

.footer.v2 .w-25.style-menu {
    width: 17%;
}

.footer.v2 .w-25.style-map {
    width: 33%;
}

.footer.v2 .menu-main-col-foot li {
    margin-top: 16px;
}

.footer.v2 .menu-main-col-foot li a {
    color: var(--c-dark-title);
    font-family: var(--ff-fs);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 23.4px;
}

.footer.v2 .w-25.style-default {
    padding-right: 22px;
}

.footer.v2 .w-25.style-default .sub-title {
    padding-bottom: 13px;
}

.footer.v2 .ic-box .icon {
    width: 20px;
    height: 20px;
}

.footer.v2 .ic-box .icon svg {
    width: 20px;
    height: 20px;
}

.footer.v2 .ic-box .url {
    padding-left: 8px;
    max-width: calc(100% - 20px);
    width: 100%;
}

.footer.v2 .ic-box a .url .tit {
    transition: all 0.3s;
}

.footer.v2 .ic-box a:hover .url .tit {
    color: var(--c-red-hover)
}

.footer.v2 .bottom-txt {
    padding-right: 10px;
}

.footer.v2 .w-25.style-map .sub-title h3 {
    font-size: 18px;
    line-height: 21.6px;
}

.footer.v2 .w-25.style-map .map-img img {
    margin-top: 8px;
    height: 251px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center center;
}

.footer.v2 .inner-container-main {
    padding-bottom: 80px;
}

.footer.v2 .inner-tablet-main {
    display: none;
    padding-bottom: 32px;
}

@media (max-width: 1024px) {
    .main-pages #site-footer.footer.v2 {
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .footer.v2 .footer-logo-main {
        padding-right: 0;
        width: 100%;
    }

    .footer.v2 .w-25.style-menu {
        width: 33.333%;
        padding-right: 20px;
    }

    .footer.v2 .w-25.style-default {
        padding-right: 0;
        width: 66.666%;
    }

    .footer.v2 .w-25.style-map {
        width: 100%;
        padding-top: 72px;
    }

    .footer.v2 .w-25.style-map .map-img img {
        height: 428px;
    }

    .footer.v2 .footer-bottom {
        padding-top: 24px;
    }

    .footer.v2 .footer-bottom .left-col {
        width: 50%;
    }

    .footer.v2 .footer-bottom .center-col {
        width: 50%;
        text-align: right;
        padding: 0;
    }

    .footer.v2 .footer-bottom .soc-items-footer {
        display: none;
    }

    .footer.v2 .inner-container-main {
        padding-bottom: 32px;
    }

    .footer.v2 .center-col .col-container a {
        margin: 0px 10px 0 0;
    }

    .footer.v2 .inner-tablet-main {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer.v2 .inner-tablet-main .w-33.soc-items-footer {
        display: block;
        width: 100%;
    }

    .footer.v2 .footer-logo-main .logo-desc {
        max-width: 300px;
        margin-bottom: 27px;
        width: 100%;
    }

    .footer.v2 .bottom-txt {
        max-width: 320px;
        width: 100%;
        padding-top: 8px;
        padding-right: 0;
    }

    .footer.v2 .soc-items-container {
        justify-content: center;
    }

    .footer.v2 .inner-tablet-main {
        padding-bottom: 32px;
    }

    .footer.v2 .footer-bottom>.d-flex {
        flex-wrap: wrap;
     }

    .footer.v2 .footer-bottom .center-col,
    .footer.v2 .footer-bottom .left-col {
        width: 100%;
    }

    .footer.v2 .footer-bottom .center-col {
        text-align: left;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .footer.v2 .w-25.style-menu {
        width: 100%;
        padding-right: 0;
    }

    .footer.v2 .menu-main-col-foot {
        max-width: 313px;
        width: 100%;
    }

    .footer.v2 .menu-main-col-foot ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer.v2 .menu-main-col-foot ul li {
        width: 50%;
    }

    .footer.v2 .menu-main-col-foot ul li:nth-child(1) {
        order: 1;
    }

    .footer.v2 .menu-main-col-foot ul li:nth-child(2) {
        order: 3;
    }

    .footer.v2 .menu-main-col-foot ul li:nth-child(3) {
        order: 5;
    }

    .footer.v2 .menu-main-col-foot ul li:nth-child(4) {
        order: 2;
    }

    .footer.v2 .menu-main-col-foot ul li:nth-child(5) {
        order: 4;
    }

    .footer.v2 .w-25.style-default {
        width: 100%;
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #DEDEE3;
    }

    .footer.v2 .w-25.style-default .sub-title {
        padding-bottom: 8px;
    }

    .footer.v2 .w-25.style-map {
        padding-top: 24px;
        margin-top: 32px;
        border-top: 1px solid #DEDEE3;
    }

    .footer.v2 .w-25.style-map .map-img img {
        height: 207px;
    }

    .footer.v2 .inner-container-main {
        padding-bottom: 42px;
    }
}

/* footer styles end */

/* mobile menu styles */

@media (min-width: 1025px) {
    .m-popup {
        display: none !important;
    }
}

.m-popup2,
.m-popup {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 67px;
    width: 100%;
    z-index: 105;
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(38, 45, 51, 0.08);
    box-shadow: 0px 5px 15px 0px rgba(38, 45, 51, 0.08);
}

.m-popup2 {
    top: 86px;
}

.m-popup2 .mob-menu-pop-container,
.m-popup .mob-menu-pop-container {
    padding: 26px 39px 40px 39px;
}

.m-popup2 .bottom-items,
.m-popup2 .m-menu-main {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.m-popup2 .top-items,
.m-popup .top-items {
    margin-bottom: 44px;
}

.m-popup2 .top-items a:first-child {
    margin-left: 0;
    background-color: #B6B6B6;
}

.m-popup .top-items a.first-child {
    margin-left: 0;
}

.m-popup .top-items a.current-lang {
    background-color: #B6B6B6;
}

.m-popup2 .top-items a,
.m-popup .top-items a {
    margin-left: 12px;
    border-radius: 3px;
    background-color: var(--c-dark-sub);
    /*padding: 10px 7px;*/
    color: var(--c-white);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 14px;
    font-family: var(--ff-fs);
    font-weight: var(--fw-400);
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.m-popup .top-items a.lang-item {
    text-transform: uppercase;
}

.m-popup2 .top-items a:hover,
.m-popup .top-items a:hover {
    background-color: var(--c-red-hover);
}

.m-menu-main li:first-child a {
    padding-top: 0;
}

.m-menu-main li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--c-dark-title);
    font-family: var(--ff-fs);
    font-size: 24px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DEDEE3;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 28.8px;
}

.m-menu-main li a:hover {
    color: var(--c-red-hover);
    border-color: var(--c-red-hover);
}

.m-popup2 .bottom-items .global-btn,
.m-popup .bottom-items .global-btn {
    max-width: 335px;
    width: 100%;
}

.m-popup2 .bottom-items,
.m-popup .bottom-items {
    margin-top: 40px;
}

.m-popup2 .bottom-items .global-btn a,
.m-popup .bottom-items .global-btn a {
    width: 100%;
    text-align: center;
    min-width: auto;
}

.m-popup2 .bottom-items .soc-items-mob-popup,
.m-popup .bottom-items .soc-items-mob-popup {
    max-width: calc(100% - 335px);
    width: 100%;
    padding-right: 20px;
}

.m-popup2 .bottom-items .ic-item-container,
.m-popup .bottom-items .ic-item-container {
    margin-right: 24px;
    width: 28px;
    height: 28px;
}

.m-popup2 .bottom-items .ic-item-container:last-child,
.m-popup .bottom-items .ic-item-container:last-child {
    margin-right: 0;
}

.m-popup2 .bottom-items .ic-item-container a,
.m-popup .bottom-items .ic-item-container a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-popup2 .bottom-items .ic-item-container a img,
.m-popup .bottom-items .ic-item-container a img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.m-popup2 .bottom-items .ic-item-container a:hover,
.m-popup .bottom-items .ic-item-container a:hover {
    opacity: 0.7;
}

.m-popup2,
.m-popup {
    display: none;
}

.main-pages body.active-menu .mobile-menu-button a.mob-menu-main svg.open {
    visibility: hidden;
    opacity: 0;
}

.main-pages body.active-menu .mobile-menu-button a.mob-menu-main svg.close {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .m-popup {
        top: 54px;
    }

    .m-popup .mob-menu-pop-container {
        padding: 24px 12px 37px 12px;
    }

    .m-popup .top-items {
        margin-bottom: 24px;
    }

    .m-menu-main li a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 22px;
        line-height: 26.4px;
    }

    .m-popup .bottom-items .global-btn {
        max-width: 100%;
        margin-top: 24px;
    }

    .m-popup .bottom-items {
        margin-top: 32px;
    }

    .m-popup .bottom-items .soc-items-mob-popup {
        max-width: 100%;
        padding-right: 0px;
    }

    .m-popup .bottom-items .soc-items-mob-popup > div {
        justify-content: center;
    }
}

/* mobile menu styles end*/

/* phone dropdown styles */

.header-top .phone-drop-cont {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*min-width: 300px;*/
}

.header-top .header-lang-menu {
    position: relative;
}

.header-lang-menu ul,
.header-top .phone-drop-cont ul {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    left: 0;
    z-index: 50;
    border-radius: 8px;
    display: block;
    width: 100%;
    background: var(--c-white);
    box-shadow: 0px 6px 18px 1px rgba(141, 153, 174, 0.14), 0px -1px 22px 1px rgba(141, 153, 174, 0.20);
    margin-top: 11px;
}

.header-top .phone-drop-cont ul li {
    text-align: center;
}

.header-lang-menu ul li a,
.header-top .phone-drop-cont ul li a {
    width: 100%;
    padding: 8px 12px;
    transition: all 0.3s;
    color: var(--c-dark-title);
    font-family: var(--ff-fs);
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--fw-400);
    display: block;
    text-transform: uppercase;
}

.header-lang-menu ul li a.current-lang {
    color: var(--c-gray-input)!important;
}

.header-lang-menu ul li a:hover,
.header-top .phone-drop-cont ul li a:hover {
    color: var(--c-red-hover);
}


.header_main-style .header-right .header-lang-menu.active ul,
.header_main-style .header-right .phone-dropdown.active ul {
    display: block;
}

#site-header.out .header_main-style .header-right .phone-dropdown.active ul {
    display: none;
}

/* phone dropdown styles end */

/* other styles */

#error-msg.hide {
    display: none;
}

#a11y-speak-polite + div {
    display: none !important;
}

.mobile-menu-main-popup {
    display: none;
}

.header_main-style .header-top {
    min-height: 45.8px;
}

br.mob {
    display: none !important;
}

@media (max-width: 767px) {
    #site-header .logo-container img {
        max-width: 132px;
        height: 40px;
    }

    br.mob {
        display: block !important;
    }

    .hero_v2 .cols-main-hero-container .col-left .section-title + .desc br {
        display: none;
    }
}

/* other styles end */

.header_single-style {
    background-color: var(--c-white);
}

.header_single-style.header_main-style .middle-left {
    width: 95%;
    padding-right: 10px;
}

.header_single-style .logo-container a {
    display: block;
}

.progress-bar-container {
    height: 4px;
    background-color: #DEDEE3;
}

.progress-bar-container .progress-bar {
    height: 100%;
    background-color: var(--c-red);
    transition: all 0.3s;
}

.header_single-style .logo-container a img {
    max-width: 154px;
    width: 100%;
    height: auto;
}

.header_single-style .post-meta-info-container {
    padding-left: 32px;
    max-width: calc(100% - 154px);
    width: 100%;
}

.header_single-style .post-meta-info-container .p-read {
    padding-right: 8px;
}

.header_single-style .post-meta-info-container .p-tit {
    padding-right: 16px;
}

.header_single-style .post-meta-info-container .time-reading {
    align-items: center;
    flex-wrap: nowrap;
}

.header_single-style .post-meta-info-container .time-reading img {
    max-width: 20px;
    height: 20px;
    width: 100%;
    padding: 0;
    flex-basis: 0;
}

.header_single-style .post-meta-info-container .time-reading span {
    color: var(--c-gray-2);
    font-family: var(--ff-fs);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 20.8px;
}

.header_single-style .post-meta-info-container .time-reading span.symbol {
    white-space: nowrap;
}

.header_single-style .post-meta-info-container .time-reading span.count {
    padding-left: 4px;
    padding-right: 4px;
}

.header_single-style.header_main-style .middle-right {
    width: 5%;
}

.header_single-style.header_main-style .middle-right .header-social-container {
    display: none;
}

.header_single-style.header_main-style .middle-right .mobile-menu-button > a {
    display: block;
    height: 34px;
}

.header_single-style.header_main-style .middle-right .mobile-menu-button a svg {
    width: 34px;
    height: 34px;
}

.header_single-style.header_main-style .middle-right .mobile-menu-button a svg.close {
    display: none;
}

#site-header .header_single-style .global-btn.mobile-btn, a#site-header .header_single-style .mobile-menu-button {
    display: block;
}

.progress-bar-container {
    margin: 0 -20px;
}

.header_single-style.header_main-style .middle-right .mobile-menu-button_v2 > a {
    display: block;
    height: 34px;
    width: 34px;
    position: relative;
}

.mobile-menu-button_v2 a svg {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.mobile-menu-button_v2 a svg.open {
    visibility: visible;
    opacity: 1;
}

body.active-single-menu .mobile-menu-button_v2 a svg.close {
    visibility: visible;
    opacity: 1;
}

body.active-single-menu .mobile-menu-button_v2 a svg.open {
    visibility: hidden;
    opacity: 0;
}

.progress-bar-container,
.header_single-style {
    transform: translateY(-212px);
    display: none;
    transition: all 0.3s linear;
}

.header.out .progress-bar-container,
.header.out .header_single-style {
    transform: translateY(0);
    display: block;
}

.active-single-menu .header_single-style .post-meta-info-container>.d-flex,
.header_single-style .post-meta-info-container .header_single-menu {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.active-single-menu .header_single-style .post-meta-info-container .header_single-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    height: auto;
    position: relative;
}

.header_single-style .post-meta-info-container .header_single-menu .header-left-menu-container {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 0;
}

body.out-body .m-popup2 {
    display: none !important;
}

@media (min-width: 1025px) {
    body.single-post .header.out {
        transform: translateY(-126px);
    }
}

@media (max-width: 1024px) {
    .m-popup2,
    .header_single-style {
        display: none !important;
    }
}

/*.header.out {*/
/*    transform: translateY(-126px);*/
/*}*/

/*.header_single-style {*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*}*/