@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800&family=Quicksand:wght@300&display=swap');


.iti__flag {
    background-image: url("/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/intl-tel-input/build/img/flags@2x.png");
    }
}

.country {
    margin-top: 30px;
}

.margin {
    margin-top: 52px;
}



.description {
    min-width: 450px;
    min-height: 50px;
    padding: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    color: #2683de;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container-infographics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: none;
}


.heyo:hover {
    fill: #CC2929;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.enabled {
    fill: #21669E;
    cursor: pointer;
}



.container-item-content {
    margin-top: 1.2rem; 
}


.container-item-content .content-item {
    width: 50%;
    font-family: 'Montserrat';
    margin: .6rem auto;
    font-size: 16px;
    display: flex;
}









.under_button {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    font-family: Montserrat;
}


.press-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px;
}

    .press-row:last-child {
        margin-bottom: 70px;
    }

.pressCaption {
    margin: 60px 0 60px 0;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
}

.pressImg {
    width: 204px;
    height: 204px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background: #DCF0F9;
}

    .pressImg img {
        width: 100%;
    }

.pressLinks-container {
    width: 100%;
    height: 204px;
    display: flex;
    align-items: center;
}

.pressLinks {
    width: 100%;
    list-style: none;
}

.pressLink {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    align-items: center;
}

    .pressLink a {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #53545C;
        position: relative;
        left: 4%;
        width: 80%;
        display: block;
    }

        .pressLink a::before {
            content: url("../image/icon/pressArrow.png");
            position: absolute;
            left: -40px;
        }

    .pressLink span {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #2683DE;
    }



ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding: 0; /* Значение полей */
}

    ul.hr li {
        display: inline; /* Отображать как строчный элемент */
        margin-right: 4px; /*Отступ слева */
        /*padding: 3px;*/ /*Поля вокруг текста*/
    }

.hr2 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

    .hr2 img {
        width: 100px;
        height: 50px;
    }

.caption-item h4 {
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #2683DE;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../css/webfonts/fa-solid-900.woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../css/webfonts/fa-solid-900.woff2');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../css/webfonts/fa-solid-900.ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../css/webfonts/fa-solid-900.eot');
}

a:hover {/*width: 544px !important;*/
    text-decoration: none;
}

.section-navbar {
    width: 100%;
    height: 115px;
    z-index: 20;
}

.section-header-fixed {
    position: fixed;
    width: 100%;
    background: #F5FAFC;
    z-index: 20;
}

.section_header,
.section-navbar {
    background: #F5FAFC;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar-fixed-scrollDown {
    filter: drop-shadow(4px 7px 17px rgba(6, 81, 154, 0.357873))
}



a.logo {
    padding-top: 1em;
}

.mobile-div {
    width: 55%;
}

a.logo img {
    margin: 1em 0 0 -5px;
    width: 110%;
}

.toggle-close-active {
    display: none;
}

.toggle-open-active {
    display: block;
}


.main-nav-active {
    transform: translateY(-2px) !important;
}

.social_network {
    position: absolute;
    left: 3%;
}

.main-nav__list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2em;
    margin-bottom: 0;
}

.main-nav__item {
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 90px;
    margin: 0 1em;
}

    .main-nav__item .main-nav__link {
        color: #2683DE;
        transition: .5s;
        font-size: 1.13em;
    }

        .main-nav__item .main-nav__link:hover {
            color: #045299;
        }

.main-nav__link:hover {
    text-decoration: none;
}
.main-nav-item__tariff {
    background: #E0AA1A;
    position: relative;
    top: -13px;
    height: 66px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .5s;
}
.main-nav-item__wallet {
    background: #2683de;
    position: relative;
    top: -13px;
    height: 66px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .5s;
}

    .main-nav-item__tariff:hover {
        background: #045299;
        color: #fff !important;
    }

    .main-nav-item__tariff .main-nav__link:hover {
        color: #fff !important;
    }

    .main-nav-item__tariff .main-nav__link {
        padding: 15px;
        color: #fff;

    }
.main-nav-item__wallet:hover {
    background: #045299;
    color: #fff !important;
}

.main-nav-item__wallet .main-nav__link:hover {
    color: #fff !important;
}

.main-nav-item__wallet .main-nav__link {
    padding: 15px;
    color: #fff;
}

.main-nav-login__btn {
    padding: 14px 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2683de;
    border-radius: 8px;
}

    .main-nav-login__btn:hover {
        background: #045299;
    }

    .main-nav-login__btn:hover {
        text-decoration: none;
        color: #fff;
    }

.lang {
    line-height: 25px;
}

.lang {
    height: 25px;
}

.lang {
    border: none;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 700;
    color: #2683DE;
    position: relative;
    padding: 0 10px;
    z-index: 2;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 12px;
}

    .lang:hover {
        color: #045299;
    }

ul.select {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1000;
}

    ul.select > li {
        text-transform: uppercase;
        line-height: 12px;
        font-size: 12px;
        /*padding: 0 10px;*/
        /*cursor: pointer;*/
        list-style-type: none;
        margin-left: 10px;
        margin-top: 10px;
    }

    ul.select li:first-child {
        margin-top: 6px;
    }


.mobile-logo {
    display: none;
}

.toggle {
    display: none;
}

.toggle-open {
    display: none;
}

.lang:after {
    content: url('../image/icon/Triangle.png');
    position: absolute;
    right: 0;
    z-index: 1;
    top: -1px;
}

.social-list {
    list-style: none;
    padding-left: 0;
    margin-left: 1em;
    margin-top: 7em;
}

.social-item {
    margin-top: 5px;
}

.main-header-caption {
    margin-top: 5.5em;
}

    .main-header-caption h4 {
        color: #2683DE;
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 34px;
        margin-bottom: -25px;
    }

.main-header-image img {
    width: 100%;
}

.main-header-btn-list {
    list-style: none;
    padding-left: 0;
    padding-bottom: 3em;
}



.main-header-btn-list-new {
    list-style: none;
    padding-left: 0;
    padding-bottom: 1em;
}





.main-header-btn {
    display: inline-block;
    margin-top: 45px;
}

    .main-header-btn a {
        margin-left: 0;
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 8px;
        transition: .5s;
    }

.bg-color-btn {
    background-color: #2683DE;
    color: #e7e7e7;
    padding: 13.5px 30px;
    letter-spacing: 0.4px;
}

    .bg-color-btn:hover {
        background: #045299;
        color: #fff;
    }

.border-outline {
    border: 3px solid #2683DE;
    color: #2683DE !important;
    padding: 10.5px 21px;
    margin-left: 22px;
    transition: .5s;
    letter-spacing: 0.4px;
}

    .border-outline:hover {
        border: 3px solid #045299;
        color: #045299;
    }

.caption {
    margin-bottom: 5em;
    text-align: center;
}

    .caption h4 {
        font-size: 30px;
        font-family: "Montserrat";
        font-weight: 700;
        color: #2683DE;
        margin: 4.5em 0 0.5em 0;
    }

    .caption span {
        font-size: 16px;
        font-family: "Montserrat";
        font-weight: 500;
        color: #464646;
    }

.section-main {
    background-color: #DCF0F9;
    position: relative;
}

    .section-main .wave {
        width: 100%;
    }

.wave {
    width: 100%;
}

.main-container-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 7em;
}

.main-container-link {
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #7F9CB8;
    transition: .5s;
}

    .main-container-link:hover {
        color: #045299 !important;
    }

    .main-container-link:hover {
        color: #7F9CB8;
    }

    .main-container-link.active {
        color: #2683DE !important;
    }

.item-onchange-container {
    margin-top: 60px;
    margin: 4em 0 10em 0;
}

.item-image {
    text-align: left;
}

.item-text h4 {
    font-family: "Montserrat";
    font-size: 37px;
    font-weight: 700;
    color: #2683DE;
}

.item-text p {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    color: #464646;
}

.item-container-1 img,
.item-container-2 img,
.item-container-3 img,
.item-container-4 img,
.item-container-5 img {
    max-width: 395px;
    max-height: 266px;
}

.hide {
    display: none;
}

.section_calculator {
    background: #F5FAFC;
    position: relative;
}

.main-calculator {
    display: flex;
    justify-content: flex-end;
}

.calculator_caption {
    position: absolute;
    top: -25%;
}

.calculator-3 {
    padding-bottom: 27px
}

.calculator_caption h4 {
    color: #2683DE;
    font-size: 37px;
    font-family: "Montserrat";
    font-weight: 700;
}

.calculator_caption span {
    color: #464646;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
}

.calculator {
    width: 67%;
    height: 570px;
    border-radius: 11px;
    filter: drop-shadow(-4.243px 4.243px 4px rgba(0, 0, 0, 0.09));
    background-color: #ffffff;
    position: relative;
    top: -145px;
}

    .calculator:before {
        content: '';
        width: 100%;
        height: 23px;
        display: block;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        background-color: #2683de;
    }

.calculator {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    color: #464646;
    font-size: 15px;
}

.calculator-list {
    list-style: none;
    padding: 30px 70px;
    margin-bottom: 0;
}

.choose-currency {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.exchange {
    color: #464646;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
    opacity: .5;
    margin-bottom: 40px;
    cursor: pointer;
}

.exchange-active {
    opacity: unset;
}

#currentVal,
#current,
#currentVal-3 {
    font-size: 21px;
}

#range,
#ran,
#range-3 {
    width: 100%;
    position: relative;
    margin: 10px 0 26px 0;
    border: 0;
    height: 10px;
    background: #e1e1e1;
    outline: none;
    border-radius: 8px;
}

    #ran .ui-slider-handle,
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    #range .ui-slider-handle,
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    #range-3 .ui-slider-handle,
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        position: absolute;
        -webkit-border-radius: 100%;
        width: 18px;
        height: 18px;
        border: none;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
        background-color: #e1e1e1;
        outline: none;
        cursor: pointer;
    }

        #ran .ui-slider-handle:hover {
            background-color: #045299 !important;
        }

        #range-3 .ui-slider-handle:hover {
            background-color: #045299 !important;
        }

        #range .ui-slider-handle:hover {
            background-color: #045299 !important;
        }

        #range .ui-slider-handle:focus,
        #ran .ui-slider-handle:focus,
        #range-3 .ui-slider-handle:focus {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            background: #2683DE !important;
        }


    #range .ui-slider-range {
        background: #B6D8F8;
    }

.range #currentVal {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #b8b8b8;
    width: 160px;
    text-align: center;
    margin-top: -40px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: unset !important;
    background-color: #e1e1e1 !important;
}

.range .ui-slider-range {
    background-color: #B6D8F8;
}

.ui-widget-content {
    background: unset !important;
    background-color: #e1e1e1 !important;
    border: none !important;
}

#ran .ui-widget-content {
    background: unset !important;
    background-color: #DCF0F9 !important;
    border: none !important;
}

.ui-slider-horizontal .ui-slider-range-min {
    border-radius: 8px;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none !important;
    background: #2683DE;
}



.ui-slider-horizontal .ui-slider-range-min {
    background: #B6D8F8 !important;
}

.add-margin-top {
    margin: 42px 0 6px 0;
}

.infographics {
    text-align: center;
}

.infographic-svg {
    width: 490px;
}

calculator_btn1 {
    text-align: center;
}

.calculator_btn {
    text-align: center;
    margin-top: 2.5em;
}

.start-btn {
    width: 100%;
    text-align: center;
    position: absolute;
    /*top: -40px;*/
    top: 140px;
    z-index: 10;
}

.calculator-2-btn-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.go-back-btn {
    padding: 10px 37.7px;
    color: #e7e7e7;
    background-color: #2683de;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
}

    .go-back-btn:hover {
        color: #e7e7e7;
        background-color: #04529A;
    }

.next_btn,
.done-btn {
    border-radius: 8px;
    background-color: #2683de;
    color: #E7E7E7;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 48px;
    margin-top: 1.5em;
    transition: .5s;
}

    .done-btn:hover {
        background: #045299;
        color: #e7e7e7;
    }

    .next_btn:hover {
        color: #e7e7e7;
        background: #045299;
    }



.start-btn-link {
    border-radius: 8px;
    background: #2683DE;
    transition: .5s;
    font-family: Montserrat;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #E7E7E7;
    padding: 13.5px 30px;
}

    .start-btn-link:hover {
        color: #e7e7e7;
        background: #045299;
    }

.start-btn h4 {
    font-size: 37px;
    color: #2683de;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 35px;
}

.first-slider {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.slide-text {
    background-image: url('../image/group1.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    background-position: 50% 100%;
    background-size: 100% auto;
}

.slide-text-caption {
    font-size: 24px;
    color: #2683de;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: -5px;
}

.slide-text-caption-2 {
    font-size: 16px;
    color: #909090;
    font-weight: 700;
    font-family: "Montserrat";
}

.slide-explain-text {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 1.5em;
}

.slide-image {
    background-image: url("../image/Group 1.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: 55% auto;
}

.arrow_prev {
    position: absolute;
    top: 60%;
    left: 0%;
    cursor: pointer;
}

.arrow_next {
    position: absolute;
    top: 60%;
    right: 0%;
    cursor: pointer;
}



.slider-caption {
    text-align: center;
    margin-top: 10em;
    margin-bottom: 5em;
}

    .slider-caption h4 {
        font-size: 37px;
        letter-spacing: 2px;
        color: #2683de;
        font-weight: 700;
        font-family: "Montserrat";
    }

.order-1 {
    order: 2;
}

.order-2 {
    order: 1;
}

.start-now-caption-and-btn {
    text-align: center;
    width: 100%;
}

    .start-now-caption-and-btn h4,
    .brands-caption h4 {
        font-size: 37px;
        color: #2683de;
        font-weight: 700;
        font-family: "Montserrat";
        margin-bottom: 38px;
    }

    .start-now-caption-and-btn .start {
        border-radius: 8px;
        background-color: #2683de;
        font-size: 12px;
        letter-spacing: 0px;
        color: #e7e7e7;
        font-weight: 700;
        font-family: "Montserrat";
        text-transform: uppercase;
        text-decoration: none;
        padding: 11.5px 22px;
    }

.section-brands {
    background-color: #DCF0F9;
    position: relative;
}

.brands-caption {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 4em;
}

.brands-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands-item {
    width: 16%;
    height: 150px;
    display: flex;
    padding: 2em;
    justify-content: center;
    flex-direction: column;
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .brands-item div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brands-item img {
        max-width: 100%;
    }

.footer-slider {
    margin-bottom: 3em;
}

.footer-slider-item {
    width: 300px;
    height: 250px;
    display: flex;
    padding: 2em 3em;
    justify-content: center;
    align-items: center;
}

    .footer-slider-item img {
        max-width: 100%;
        max-height: 100%;
    }

.footer-slider-caption {
    text-align: center;
    margin-top: 8em;
    margin-bottom: 2em;
}

    .footer-slider-caption h4 {
        font-size: 37px;
        letter-spacing: 2px;
        color: #2683de;
        font-weight: 700;
        font-family: "Montserrat";
    }

.custom-review {
    width: 191px;
    height: 163px;
    border-radius: 56% 46% 50% 51% / 58% 25% 77% 44%;
    position: absolute;
    left: 30%;
    top: 15%;
}

    .custom-review img {
        width: 100%;
        height: 100%;
        border-radius: 56% 46% 50% 51% / 58% 25% 77% 44%;
    }

.section-footer {
    background-color: #F5FAFC;
}

.footer-logo {
    width: 78%;
    margin: 3em 0 7em -12px;
}

.stores-list {
    list-style: none;
    display: flex;
    justify-content: start;
    flex-direction: row;
    padding-left: 0;
}

.stores-logo {
    text-align: center;
}

.stores-item:not(:first-child) {
    margin-left: 15px;
}

.footer-list .underline a {
    text-decoration: underline !important;
    text-decoration-color: #2683DE !important;
}

.footer-list-caption {
    font-size: 16px;
    color: #2683de;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 0;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.list-item a {
    font-size: 16px;
    color: #2683de;
    font-weight: 400;
    font-family: "Montserrat";
    text-decoration: none;
    transition: .2s;
}

    .list-item a:hover {
        color: #045299;
        font-weight: 600;
    }

.first-footer-lists {
    margin-top: 35px;
}

.footer-left-section {
    margin: 1.5em 0 1.6em 0;
}

.footer-right-section {
    margin: 1.5em 0 1.6em 0;
}

.footer-left-section p {
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    font-family: "Montserrat";
}

.inloya-visa-footer-text-1 {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Montserrat";  /*Added*/
}


.right-footer-list {
    list-style: none;
    text-align: end;
    margin-bottom: 0;
    margin-right: 0;
}

.right-footer-item {
    display: inline;
    margin: 0 1em 0 1em;
}

    .right-footer-item a {
        font-size: 16px;
        color: #2683de;
        font-weight: 400;
        font-family: "Montserrat";
    }

.chart {
    text-align: center;
    visibility: visible !important;
    margin-top: 18em;
}

.chart-svg {
    width: 100%;
}

.chart-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
    margin-top: 4em;
}

.calculator-2-caption,
.calculator-3-caption {
    text-align: center;
    margin-top: 3em;
}

    .calculator-2-caption p,
    .calculator-3-caption p {
        font-size: 37px;
        color: #464646;
        font-weight: 700;
        font-family: "Montserrat";
        text-transform: uppercase;
    }

.input-item label {
    width: 100%;
    font-size: 14px;
    color: #464646;
    font-weight: 600;
    font-family: "Montserrat";
}

.input-list {
    padding: 25px 50px;
    list-style: none;
}

.input-item {
    width: 100%;
}

    .input-item input {
        border-radius: 5px;
        background-color: #f8f8f8;
        border: none;
        border-radius: 5px;
        width: 100%;
        padding: 8px 8px 8px 8px;
        margin-top: 5px;
    }

.input-list .input-item:not(:first-child) {
    margin-top: 43px;
}

.list {
    list-style: none;
    padding-left: 0;
}

    .list .list-item {
        text-align: center;
        margin-top: 25px;
    }

.list-name {
    font-size: 15px;
    color: #464646;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 0.3em;
    text-align: center;
}

.list .list-item .plus,
.percent,
.percent-sign {
    font-size: 21px;
    color: #61c071;
    font-weight: 700;
    font-family: "Montserrat";
}

.progress-bar-before {
    width: 60%;
    height: 33px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #e1e1e1;
    font-size: 14px;
    color: #303030;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 5px;
    margin: 5px 0 10px 0;
}

.progress-bar-name {
    font-size: 15px;
    color: #303030;
    font-weight: 600;
    font-family: "Montserrat";
    position: relative;
    left: -32%;
}

.progress-bar-after {
    width: 85%;
    height: 33px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #61c071;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 4em;
}

.item-text {
    text-align: left;
}

.loyalty {
    height: 266px;
}

#section1 {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

#section2 {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}





.slick-initialized .slick-slide:focus {
    outline: none;
}

.contact-us {
    margin-top: 0;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.margin-contact-us {
    margin-top: 6em;
}

.contact-us .contact-us-input {
    margin-bottom: 0;
    width: 21%;
}

.iti {
    margin-right: 0.15em;
}
/* .contact-us-input:not(:first-child){
    margin-left:1em;
} */

.contact-us-input {
    position: relative;
}

    .contact-us-input input, .contact-us-input .input-phone {
        width: 100%;
        padding: 18px 0px 18px 10px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        border: none;
        outline: none;
        margin-right: 0.15em;
    }

.input-phone {
    padding: 0px !important;
}

.contact-us-input input:focus {
    outline: none;
}

.contact-us-submit button {
    padding: 18px;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #2683DD;
    border: none;
    box-sizing: border-box;
    width: 148px;
}



.dropdown-toggle::after {
    display: none;
}

.caret {
    display: none !important;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    padding: 0;
    width: 85px;
    height: 54px;
    border: none;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-color: #fff;
    outline: none
}

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group:focus {
        outline: none;
    }

.flag {
    margin: 5px 0 3px 0px !important;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    height: 53px;
    border: unset !important;
}

.show {
    visibility: visible !important;
}

.contact-us-input input::placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #c2c2a3;
}

.feedback-and-consulting {
    padding-bottom: 3em;
    padding-top: 3em;
}

.feedback, .consulting {
    width: 100%;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #24598E;
}

.consulting {
    background: #2683DD;
}

.feedback-title, .consulting-title {
    margin-bottom: 0px;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.feedback-description, .consulting-description {
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.feedback-phone-section {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

    .feedback-phone-section input {
        padding: 10px 15px;
        background: #fff;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .feedback-phone-section button {
        padding: 10px 20px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        text-align: center;
        background: #2583E1;
        border: none;
        box-sizing: border-box;
    }

    .feedback-phone-section input::placeholder {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #5C5A5A;
        outline: none;
    }

    .feedback-phone-section input:focus {
        outline: none;
    }

.consulting-btn-div {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}

.consulting-btn {
    padding: 14px 35px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #2583E1;
    background: #fff;
}

/* ------------------------------------------------------------------PRICING-HTML---------------------------------------------------------------------- */
.section-tariffs {
    background: #F5FAFC;
    padding: 3em 0 3em 0;
}

.tariff-box {
    width: 255px;
    height: 645px;
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .tariff-box:before {
        content: '';
        width: 100%;
        height: 7px;
        background-color: #2683de;
        display: block;
    }

.enterprise:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #EDB500;
    display: block;
}

.tariff-box-content {
    padding: 18px 18px;
}

.tariff-name {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: right;
}

.tariff-price {
    height: 40px;
    color: #61c071;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: right;
    margin-bottom: 0;
}

.on-off-btn {
    float: left;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    top: -5px;
    left: -12px;
    box-sizing: border-box;
}

.button-cover {
    margin: 10px;
    background-color: #F5FAFC;
    box-shadow: 0 3px 0 #e7efef;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 40px;
    height: 20px;
    border-radius: 8px;
    background-color: #9f9f9f;
    box-sizing: border-box;
    overflow: hidden;
}

    .button.r,
    .button.r .layer {
        border-radius: 100px;
    }

    .button.b2 {
        border-radius: 2px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
    border: 2px solid #9f9f9f;
}

#button-1 .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #9f9f9f;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
    content: '';
    left: 23px;
    border-radius: 8px;
    background-color: #2683de;
    border: 2px solid #2683de;
}

#button-1 .checkbox:checked ~ .layer {
    background-color: #F5FAFC;
    border: 2px solid #2683de;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

.monthly {
    float: right;
    text-align: right;
}

.on-off-btn-text,
.on-off-btn-text-green {
    font-size: 9px;
    color: #9f9f9f;
    font-weight: 500;
    font-family: "Montserrat";
    position: relative;
    top: 5px;
}

.on-off-btn-text-green {
    color: #61C071;
}

.monthly p {
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: right;
    margin-bottom: -5px;
}

.monthly span {
    font-size: 8px;
    color: #9f9f9f;
    font-weight: 500;
    font-family: "Montserrat";
    padding-left: 5px;
}

.buy-now {
    margin-top: 0.8em;
    margin-bottom: 2em;
    text-align: center;
}

    .buy-now a,
    .send-request a,
    .buy-now button {
        background-color: #2683de;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        width: 100%;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Montserrat";
        text-transform: uppercase;
        transition: .5s;
    }

        .buy-now a:hover,
        .buy-now button:hover {
            background-color: #045299;
            color: #fff;
        }

.tariff-list {
    list-style: none;
    padding-left: 0;
}

.send-request-price-box {
    height: 123px;
    padding-bottom: .5em;
}

.send-request a:hover {
    background-color: #045299;
    color: #fff;
}


.tariff-item p {
    font-size: 12px;
    line-height: 18px;
    color: #303030;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 0;
}

    .tariff-item p:before {
        content: "•";
        font-size: 12px;
        line-height: 18px;
        color: #303030;
        font-weight: 500;
        font-family: "Montserrat";
        margin-right: 5px;
    }

.see-all-feature {
    position: absolute;
    bottom: 0;
    color: #2683de;
    width: 100%;
    background-color: #E5E5E5;
    transition: .5s;
    display: flex;
    height: 49px;
    align-items: center;
    justify-content: center;
}

a:focus {
    outline: none !important;
}

.see-all-feature:hover {
    color: #fff !important;
    background-color: #2683de;
}

    .see-all-feature:hover a {
        color: #fff !important;
    }

#see-all-feature .close:focus {
    outline: none;
}

.see-all-feature a {
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat";
    text-decoration: none;
    transition: .5s;
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 1.3em;
    outline: none !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin-left: 5px;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        top: -50px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        background: #A1B1BB;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 9px 28px 10px 12px;
        color: #FFFFFF;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.e-comm-one-time-payment {
    font-size: 8px;
    color: #9f9f9f;
    text-align: right;
    font-weight: 500;
    font-family: "Montserrat";
}

    .e-comm-one-time-payment .e-comm-one-time-payment:before {
        content: url("../image/icon/Path.png");
        padding-right: 3px;
    }

.e-comm-one-time-payment-bold {
    font-size: 8px;
    color: #9f9f9f;
    font-weight: 700;
    font-family: "Montserrat";
}

.mt-05 {
    margin-top: 1.09em !important;
}

.enterprise .tariff-price {
    margin-bottom: -7px !important;
}




.enterprise .tariff-lists p {
    font-size: 15px;
    color: #c4c4c4;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 3em;
}

.arrow_prev-tariff {
    position: absolute;
    top: 41.5%;
    display: none;
}

.arrow_next-tariff {
    position: absolute;
    top: 41.5%;
    right: 5%;
    display: none;
}

.section-accordion-table table {
    width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff !important;
}




.section-accordion-table table p {
    margin-bottom: 0;
    cursor: pointer;
    transition: .5s;
}

    .section-accordion-table table p:hover {
        color: #2683de;
    }

.section-accordion-table table td {
    padding: unset;
}

.section-accordion-table .main-table tr td {
    font-size: 16px;
    color: #464646;
    font-weight: 500;
    font-family: "Montserrat";
    border: none;
}

.section-accordion-table table {
    margin-bottom: 0;
}

.fa-caret-down {
    font-family: "FontAwesome";
}

.fade {
    opacity: 1;
}

.td-active {
    color: #2683DE !important;
}

.fa-caret-active {
    transform: rotateX(180deg);
}

#see-all-feature .modal-header,
#add-onsmodal .modal-header,
.bd-example-modal-lg .modal-header {
    border-bottom: unset;
}

#see-all-feature .modal-body {
    padding: 0;
}

#see-all-feature .modal-dialog {
    max-width: 1134px !important;
    height: 613px;
    margin: -0.25rem auto;
}

#see-all-feature .modal-header,
#buyNowModal .modal-header,
#add-onsmodal .modal-header {
    display: unset;
    position: relative;
}

#see-all-feature .modal-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
}

#see-all-feature .modal-header {
    background: #F5F8FA;
}


#buyNowModal .modal-title,
#add-onsmodal .modal-title {
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #464646;
}

#see-all-feature .close {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    font-size: 48px;
    line-height: 22px;
    outline-color: transparent;
    transform: rotate(45deg);
    color: #CECECE;
}

#buyNowModal .close,
#add-onsmodal .close {
    position: absolute;
    right: 20px;
    top: 1px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    outline-color: transparent;
    transform: rotate(45deg);
    color: #CECECE;
}



#buyNowModal .close {
    font-size: 33px;
    top: 0px;
    transform: rotate(45deg);
}

    #buyNowModal .close:focus {
        outline: none;
    }

#see-all-feature .modal-content {
    top: 7%;
}

#buyNowModal .modal-header {
    border-bottom: unset;
}

.buy-now-modal-box-first-content {
    padding: 0 18px 0 14px;
}

.modal-backdrop {
    background-color: #06519A !important;
    mix-blend-mode: normal;
    opacity: 0.38 !important;
}

.adding-margin-top {
    margin-top: 100px;
}

.plans-box {
    width: 100%;
    background: #fff;
    z-index: -2;
}

.plans-content {
    padding: 45px 51px;
}

.plan-caption {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2683DE;
}

.on-off-btn-txt {
    text-align: right;
}

.pay-annual {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #9F9F9F;
}

.save-percent {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #61C071;
}

.btn-list {
    list-style: none;
    padding-left: 0;
}

.plans-btn-group {
    display: flex;
    margin-bottom: 32px;
}

    .plans-btn-group .btn-link:first-child {
        border-right: 3px solid #2683DE;
    }

    .plans-btn-group .btn-link:not(:first-child) {
        border-left: unset;
    }

.btn-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 22px 48px;
    width: 292px;
    height: 60px;
    display: block;
    color: #AAAAAA;
    border: 3px solid #AAAAAA;
    box-sizing: border-box;
    text-decoration: none !important;
}

.contact-us-input .contact-form {
    width: 560px;
    text-align: center;
}

.btn-link:hover {
    text-decoration: none !important;
    color: #2683DE !important;
    border: 3px solid #2683DE;
}

.text-right {
    text-align: right;
}

    .text-right .button {
        right: -25px;
    }

.btn-link-active {
    border: 3px solid #2683DE;
    color: #2683de;
    text-decoration: none;
}

.container-label {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: ' Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #757575;
    box-sizing: border-box;
    border-radius: 2px;
}

.container-label input:checked ~ .checkmark {
    background-color: #2683de;
    border: 2px solid #2683de;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-label input:checked ~ .checkmark:after {
    display: block;
}

.container-label .checkmark:after {
    background-color: #2683DE;
}

.container-label input:checked ~ span.label {
    color: #2683de;
}

span.label {
    font-size: 14px;
    color: #757575;
    font-weight: 700;
    font-family: "Montserrat";
    padding-right: 20px;
}

span.checkbox-price {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 500;
    font-family: "Montserrat";
}

.checkbox-text {
    font-size: 12px;
    color: #757575;
    font-weight: 400;
    font-family: "Montserrat";
    padding-right: 15em;
    padding-left: 30px;
}

.plans-chekbox {
    margin-top: 21px;
}

.billed-monthly {
    background: linear-gradient(180deg, #2683DE 0%, #06519A 100%);
}

.billed-monthly-content {
    padding: 41px 45px 38px 45px;
    text-align: center;
}

.billed-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 75px;
}

.billed-price {
    width: 100%;
    font-size: 27px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    margin-top: 70px;
    margin-bottom: 20px;
}

.estimated-cost {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    margin-top: 20px;
    margin-bottom: 17px;
}

.insert-promocode-box {
    text-align: left;
    margin-top: 60px;
}

.insert-promocode {
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}

.promocode-section {
    width: 100%;
    display: flex;
    margin-top: .5em;
}

.apply {
    white-space: nowrap;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
    padding: 20px 24px;
    background: #C5C5C5;
}

    .apply:hover {
        color: #fff;
    }

.promocode {
    padding: 19px 24px;
    background-color: #f5fafc;
    border: none;
    outline-color: transparent;
    width: 75%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
}

    .promocode:focus {
        outline: none;
    }

    .promocode::placeholder {
        font-size: 18px;
        color: #b7b7b7;
        font-weight: 500;
        font-family: "Montserrat";
    }

.billed-monthly-box-buy-btn {
    margin-top: 17px;
    margin-bottom: 21px;
}

    .billed-monthly-box-buy-btn a {
        font-size: 18px;
        color: #2683de;
        font-weight: 700;
        font-family: "Montserrat";
        text-align: center;
        text-decoration: none;
        background-color: #f5fafc;
        text-transform: uppercase;
        width: 100%;
        padding: 19px 0;
        display: block;
        transition: .5s;
    }

        .billed-monthly-box-buy-btn a:hover {
            color: #045299;
        }

.price-breakdown {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-decoration: underline;
    text-transform: capitalize;
}

    .price-breakdown:hover {
        font-family: 'Montserrat';
        font-weight: 600;
        color: #fff;
        text-decoration: underline;
    }

button:focus {
    outline: 0;
}

.after-apply-text {
    text-align: left;
    background: #61C071;
    width: 100%;
    padding: 4px 6px 8px 10px;
    margin-top: 60px;
    display: none;
}

    .after-apply-text p {
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        font-family: "Montserrat";
        line-height: 15px;
        margin-bottom: 0;
    }

.recurring-fees {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: left;
    margin-bottom: 32px;
}

.tutorial {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
    font-family: "Montserrat";
}

.price-monthly-billed {
    text-align: right;
    font-size: 12px;
    color: #757575;
    font-weight: 600;
    font-family: "Montserrat";
}

    .price-monthly-billed p {
        font-size: 12px;
        color: #757575;
        font-weight: 500;
        font-family: "Montserrat";
        margin-bottom: 26px;
    }

.add-ons {
    font-size: 12px;
    color: #2683de;
    font-weight: 600;
    font-family: "Montserrat";
    text-decoration: none;
}

.buy-now-list {
    border-top: 1px solid #EFEFEF;
    margin-top: 1em;
}

.buy-now-lists {
    list-style: none;
    padding-left: 0;
}

.buy-now-item {
    background-color: #efefef;
    padding: 20px 18px 0px 15px;
    margin-top: 1em;
}

#buyNowModal .buy-now {
    text-align: center;
}

.section-second-footer {
    border-bottom: 15px solid #2683DE;
}

/* --------------------------------------------------------------REGISTRATION-HTML---------------------------------------------------------------------------- */
.section-registration {
    background: #F5FAFC;
}

.logo-left-side {
    background-image: url('../image/registration_wave.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

    .logo-left-side img {
        margin: 58px 0 0 150px;
    }

.registration-caption h4 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 42px;
    color: #2683de;
    font-weight: 700;
    font-family: "Montserrat";
}

.padding-right {
    padding-right: 150px;
}

.main-nav-language select {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #2683DE;
    background: transparent;
    border: none;
    text-transform: uppercase;
    outline-color: transparent;
}

.section-registration .main-nav-language {
    text-align: right;
    margin-top: 15px;
}

    .section-registration .main-nav-language:after {
        top: 10px;
        right: 15px;
    }

.registration-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 58px;
}

.registration-item input {
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(-2.121px 2.121px 2px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    border: none;
    padding: 10px 10px;
    margin-top: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.36px;
    color: black;
}

.registration-item p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #464646;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 0;
    letter-spacing: 0.36px;
}

.registration-list li:not(:first-child) {
    margin-top: 28px;
}

.registration-item select {
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(-2.121px 2.121px 2px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
    border: none;
    padding: 10px 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.36px;
    margin-top: 5px;
    color: black;
    -webkit-appearance: none;
}

.select-item-triagle {
    position: relative;
}

    .select-item-triagle:after {
        content: url('../image/icon/registartion-triagle.png');
        position: absolute;
        right: 15px;
        top: 35px;
    }

.submit-registration {
    text-align: right;
}

    .submit-registration button {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        background: #2683DE;
        border-radius: 8px;
        color: #E7E7E7;
        border: none;
        text-transform: uppercase;
        padding: 14px 47px;
        margin-top: 40px;
        margin-bottom: 40px;
        outline-color: transparent;
    }

.layer-disabled {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: auto;
    height: auto;
    z-index: 5;
    opacity: .75;
}

.overlay-text {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 1em;
    color: #303030;
}

.registration-sub-list {
    list-style: none;
    padding-left: 0%;
    width: 100%;
}

    .registration-sub-list .sub-list-item:not(:last-child) {
        width: 30%;
        position: relative;
    }

    .registration-sub-list .sub-list-item:not(:first-child) {
        width: 60%;
        padding-left: 10px;
    }

.sub-list-item {
    display: table-cell;
}

    .sub-list-item select {
        width: 100%;
    }

    .sub-list-item input {
        width: 100%;
    }

.registration-sub-list .select-item-triagle:after {
    left: 80%;
    right: unset;
    top: 11px !important;
}


.main-container-infographics {
    width: 75%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -90px;
}

/*.info-graphic-btns {
    text-align: center;
    position: absolute;
    top: -40%;
    width: 44.2%;
    z-index: 10;
}

    .info-graphic-btns svg {
        width: 100%;
    }

.infographic-info {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .infographic-info img {
        width: inherit;
        height: 260px;
    }

    .infographic-info h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        margin-top: 3em;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #2683DE;
    }
*/

#add-onsmodal .modal-content {
    width: 140%;
}

#add-onsmodal .modal-dialog {
    left: -8%;
}

#add-onsmodal .plans-box {
    margin-top: 0;
}

#add-onsmodal .layer-disabled {
    height: 90%;
    top: 0;
}


.page-image {
    text-align: center;
    margin-top: 1em;
}

.page-text,
.fail-page-text,
.succes-page-text {
    margin-top: 1em;
}

    .page-text p,
    .fail-page-text p,
    .succes-page-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 43px;
        text-align: center;
        letter-spacing: 0.288px;
        color: #BC353E;
    }

    .fail-page-text p,
    .succes-page-text p {
        color: #2683DE;
    }

.page-btn {
    text-align: center;
    margin-top: 2em;
}

    .page-btn a {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        background: #2683DE;
        padding: 14px 62px;
        border-radius: 8px;
        color: #E7E7E7;
        transition: .5s;
    }

        .page-btn a:hover {
            background: #045299;
        }




/* ------------------------------------------------InLoya-ViSa-CSS----------------------------------------- */
.margin-between-row {
    margin-top: 6em;
}

.visa-header-top {
    background-image: url('../image/Path 3.png');
    width: 100%;
    height: 79px;
}

.inloya-visa-logo {
    width: 85.5%;
    margin: 14.5px 0;
}

    .inloya-visa-logo img {
        width: 100%;
    }

.inloya-visa-lang {
    text-align: right;
    margin-top: 20px;
}

    .inloya-visa-lang a {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-left: 15px;
        opacity: .75;
    }

.inloay-visa-lang-active {
    opacity: 1 !important;
}

.inloya-visa-infographic-text .border-outline {
    border-radius: 8px;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.visa-infographics {
    width: 100%;
}

    .visa-infographics img {
        width: 100%;
    }

.inloya-visa-infographic {
    background: #f5fafc;
}

.inloya-visa-infographic-text {
    padding-top: 5em;
}

    .inloya-visa-infographic-text h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 37px;
        line-height: 45px;
        color: #0B73D7;
    }

    .inloya-visa-infographic-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 0;
        color: #303030;
    }

        .inloya-visa-infographic-text p b {
            font-weight: 600;
        }

.inloya-visa-start-btn {
    background: #2683DE;
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 13.5px 34px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .5s;
    color: #E7E7E7;
}

    .inloya-visa-start-btn:hover {
        background: #045299;
        color: #e7e7e7 !important;
    }


.visa-item {
    display: flex;
}


.visa-body {
    background: #4083D7;
    padding: 2rem;
}

.visa-body-dark {
    background: #172C84;
    padding: 2rem;
}

.visa-body img {
    width: 25%; 
}

.what-is-inloya-text {
    text-align: right;
}

    .what-is-inloya-text h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 31px;
        line-height: 37px;
        text-align: right;
        color: #0B73D7;
    }

    .what-is-inloya-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        text-align: right;
        color: #303030;
    }

.what-it-gives h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    color: #0B73D7;
}

.what-it-gives p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #303030;
}

.what-it-gives-infographics-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.what-it-gives-infographics-item {
    display: inline-block;
    text-align: center;
}

    .what-it-gives-infographics-item img {
        height: 250px;
    }


    .what-it-gives-infographics-item p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        color: #303030;
    }



section.how-it-work {
    background: #DCF0F9;
}

.how-it-works-text {
    text-align: right;
    margin-bottom: 3em;
}

    .how-it-works-text h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 31px;
        line-height: 37px;
        color: #0B73D7;
    }

    .how-it-works-text p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        color: #303030;
    }

.how-it-work-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.how-it-work-item {
    position: relative;
    width: 50%;
    text-align: center;
}

    .how-it-work-item img {
        width: 70px;
        margin-bottom: .5em;
    }

    .how-it-work-item p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        color: #303030;
    }

.how-it-work-list .how-it-work-item:nth-child(even) {
    margin-top: 10em;
}

.how-it-work-list .how-it-work-item:nth-child(odd):not(:last-child):after {
    content: url('../image/icon/Vector (1).png');
    position: absolute;
    top: 5%;
    left: 120%;
}

.how-it-work-list .how-it-work-item:nth-child(even):not(:last-child):after {
    content: url('../image/icon/Vector (2).png');
    position: absolute;
    top: 20%;
    left: 120%;
}

.how-it-work-start-btn {
    text-align: center;
    margin: 5em 0;
}

.inloya-visa-14-country-text h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    color: #0B73D7;
}

.inloya-visa-14-country-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #303030;
}

.hover-show-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
    opacity: 0;
    transition: .5s;
}

.flag-item:hover .hover-show-text {
    opacity: 1;
}

.flag-list {
    list-style: none;
    padding-left: 0;
}

.flag-item {
    display: inline-block;
    margin: 0px 0 5px 0px;
    width: 13.5%;
    text-align: center;
}

.flag {
    border-radius: 100%;
    margin: 5px 0 25px 0px;
    transition: .5s;
}

    .flag img {
        border-radius: 100%;
    }

.inloya-advantages {
    background: #f5fafc;
    padding-top: 5rem;
}

.advantage-icon {
    margin-left: 30px;
}

    .advantage-icon img {
        margin-bottom: 1em;
    }

    .advantage-icon p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        color: #303030;
    }

.advantage-text h4 {
    margin-top: -5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    color: #0B73D7;
}

.advantage-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #303030;
}

.add-margin-top-row {
    margin-top: 2em;
}

.handshake-margin-bottom img {
    margin-bottom: 5px;
}

.section-bottom-text {
    background: #f5fafc;
    padding: 2em 0;
}


.visa-pricing {
    text-align: center;
    font-family: 'Montserrat';
}

.visa-items {
    margin: 3rem 0;
}

.visa-item i {
    color: #fff;
    margin: 4px 10px;
    width: 30px;
}

.visa-item p {
    color: #fff;   
    text-align: start;
}

.visa-price span {
    font-size: 1.9rem;
    font-weight: 600;
}

.visa-choose-button {
    margin: 1.1rem 0;
}

    .visa-choose-button a {
        border: 2px solid #fff;
        color: #4083D7;
        border-radius: 5px;
        padding: 10px 100px;
        background: #fff;
        font-weight: 600;
        text-decoration: none;
        transition: .5s;
    }

        .visa-choose-button a:hover {
           
        }


        .visa-price {
            margin: 3rem 0;
        }

.muted {
    color: #a0d4ff;
}

.muted-dark {
    color: #64aef4;
}


.visa-price h4 {
    color: #fff;
}

.visa-header {
    background: #3971B7;
    padding: 2px 3px;
}
.visa-header-dark {
    background: #1D39A2;
    padding: 2px 3px;   
}

.visa-title h4, .visa-title-dark h4 {
    color: #fff;
    margin: .6rem 0;
}



.visa-body-dark img, .visa-body img {
    width: 25%;
    height: 10%;
}


.visa-text {
    border: 4px solid #1D39A2;
    background: #1D39A2;
    display: inline-block;
    border-radius: 8px;
}

.visa-text-ru {
    border: 4px solid #1D39A2;
    background: #1D39A2;    
    border-radius: 3px;
}

    .visa-text-ru p {
        color: #fff;
        margin: 0px 3px;        
        font-weight: 400;
        font-size: 17px;
    }


    .visa-text p {
        color: #fff;
        margin: 0 10px;
        padding: 3px;
        font-weight: 400;
        font-size: 17px;
    }

.visa-text img {
    display: inline-block;
    margin-right: 3px;
}

.bottom-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #303030;
}
/*.margin-top{*/
/* margin-top:-2em!important;*/
/*}*/

/*.margin-bottom{*/
/*    margin-botom:6em;*/
/*}*/
.inloya-advantage-start-btn {
    text-align: center;
    margin: 5em 0;
}

.inloya-visa-footer-text,
.inloya-visa-footer-link {
    /*padding: 15px 0;*/
    text-align: right;
    padding-right: 14px;
}

    .inloya-visa-footer-text span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

        .inloya-visa-footer-text span a {
            color: red;
        }

.inloya-visa-footer:after {
    content: '';
    height: 15px;
    width: 100%;
    background: #2683DE;
    display: block;
}

.inloya-visa-footer-link {
    text-align: right;
    /* line-height: 3;*/
}

    .inloya-visa-footer-link a {
        margin-left: 1em;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        /*line-height: 20px;*/
        /* identical to box height */
        text-align: right;
        color: #2683DE;
    }

.watchframemodal .modal-content {
    background: transparent !important;
    border: none !important;
}

.tableheader th:nth-child(1) {
    width: 30%;
    padding-left: 3em;
    text-align: left;
}

.tableheader th:not(:first-child) {
    width: 20%;
}

.tableheader th {
    width: 20%;
    border-bottom: unset;
    border-top: unset;
    background: #F5F8FA;
    padding: unset;
    text-align: center;
    padding: 41px 0;
}


/*.section-accordion-table table tr td {*/
/*    width: 20%;*/
/*}*/

.section-accordion-table table tr td:not(:first-child) {
    text-align: center;
    padding: 14px 0;
}

.datarow {
    background: #fff !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    display: none;
    color: #464646;
}

.img-width {
    width: 15px;
}

.active-datarow {
    display: block;
}

.datarow td:first-child {
    padding: 14px 0 14px 48px;
}

.breakrow {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}

    .breakrow .caption {
        padding-left: 3em;
        text-align: left;
    }

    .breakrow:hover {
        color: #2683DE;
    }


/* -------------------------------------------------------FAQ-CSS--------------------------------------------------------------------- */

.help-center-container {
    background: #F5FAFC;
    padding-bottom: 5em;
}

    .help-center-container .container {
        padding-top: 4em;
    }

/*.help-center-items {
    position: fixed;
}*/

    .help-center-items h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #2683DE;
    }

.help-center-items-link a {
    width: 100%;
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #464646;
}

.faq-question-container h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 30px;
    color: #2683DE;
}

.faq-question-container-margin {
    margin-bottom: 3em;
}

.faq-question-row-margin {
    margin-top: 9em;
}

.question-table-item {
    margin-top: 8px;
}

.question {
    width: 100%;
    background: #E0E9EC;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 24px;
    cursor: pointer;
}

    .question h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 18px;
        color: #464646;
        margin-bottom: 0;
        padding-right: 8px;
    }

    .question span,
    .answer-caption span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 18px;
        color: #464646;
    }

.wrapper-caption {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
    margin: 3em 0 1.2em 0;
}

.answer-caption {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 24px 12px 24px;
    border-top: 1px solid #E0E9EC;
    margin-top: 8px;
}

    .answer-caption h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #1D1D1D;
    }

    .answer-caption span {
        color: #1D1D1D;
        transform: rotate(-45deg);
    }

.answer-body {
    display: none;
}

    .answer-body p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #1D1D1D;
        padding: 12px 24px;
        margin-bottom: 0;
    }

.answer-body-active {
    -webkit-animation: fadeAnimation 2s;
    transition: .5s;
    height: 180px;
}

.close-answer-div {
    cursor: pointer;
}

/* ----------------------------------------------------------SenD-ReQuest-CSS---------------------------------------------- */
.bd-example-modal-lg .modal-header {
    padding: 22px 0px 22px 0;
    position: relative;
    display: inline-block;
    background-color: #F5F8FA;
}

.bd-example-modal-lg .close {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 0px;
    text-align: center;
    color: #CECECE;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: 0;
    padding-right: 50px;
    margin: 0;
}

.bd-example-modal-lg .modal-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 0px;
    text-align: center;
    color: #464646;
}

.bd-example-modal-lg .modal-body {
    padding: 0 7em;
}

.send-request-input-list {
    padding-top: 1.5em;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.send-request-input-item input {
    background-color: #F2F2F2;
    border-radius: 9px;
    border: none;
    padding: 10px 28px;
    margin-bottom: 1.5em;
    outline-color: transparent;
    outline: transparent;
}

    .send-request-input-item input:focus {
        border: 1px solid #2683DE;
    }

.send-reuqest-textarea:focus {
    border: 1px solid #2683DE;
}

.input-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #979797;
    margin-bottom: .8em;
    padding-left: .8em;
}

.send-reuqest-textarea {
    width: 100%;
    height: 94px;
    border: none;
    background-color: #f2f2f2;
    resize: none;
    border-radius: 9px;
    outline: transparent;
    padding: 10px 28px;
    margin-bottom: 27px;
}

.send-request-button {
    text-align: center;
}

    .send-request-button button {
        padding: 12px 32px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 2px;
        color: #FFFFFF;
        background: #2683DE;
        border: none;
        border-radius: 9px;
        margin-bottom: 29px;
        outline: none;
    }
/* ------------------------------------------------------------What-It-GiVES-CSS----------------------------------- */
.section-what-it-gives {
    background-color: #F5FAFC;
}

    .section-what-it-gives .wave {
        height: 150px;
    }

.what-it-gives-text h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    color: #2683DE;
    margin-top: 1rem;
}

.content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3.9rem 1rem;
}

.what-it-gives-text {
    text-align: center;
    margin-bottom: 2em;
    /*margin-top: 3rem;*/
}

.what-it-gives-txt-caption {
    margin-bottom: 1em !important;
    font-family: 'Montserrat';
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #2683de !important;
}

.what-it-gives-text p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #212121;
    line-height: 2.5rem;
    margin: 0 6rem;
    white-space: nowrap;
}

.how-it-works {
    background-color: #DCF0F9;
}

.section-container {
    background-color: #DCF0F9;
}

.what-it-gives-img {
    width: 100%;
    display: block;
    overflow: hidden;
    /*margin-top: 30px;*/
}

    .what-it-gives-img img {
        width: 100%;
        height: 100%;
    }

.what-it-gives-img-new {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: -60px;
}

    .what-it-gives-img-new img {
        width: 100%;
        height: 100%;
    }

.what-it-gives-img-explain-text {
    padding-bottom: 5em;
    /*margin-top: 90px;*/
    /*margin-bottom: 2em;*/
}



.mobile-app-image {
    padding-bottom: 4em;
}

.what-it-gives-img-explain-text p {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #212121;
}

.what-it-gives-subcaption {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    color: #212121;
}

.what-it-gives-start-btn {
    margin-bottom: 6em;
    text-align: center;
    margin-top: 2rem;
}

    .what-it-gives-start-btn h4 {
        /*margin-top: 2em;*/
        margin-bottom: .9em;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 37px;
        line-height: 45px;
        color: #2683DE;
    }

    .what-it-gives-start-btn a {
        padding: 14px 30px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #E7E7E7;
        background: #2683de;
        border-radius: 8px;
    }

.mobile-navbar-social-icon {
    display: none;
    position: absolute;
    bottom: 22%;
}

.mobile-social-icons {
    padding-left: 22px;
}

    .mobile-social-icons li {
        display: inline-block;
    }

        .mobile-social-icons li img {
            width: 16px;
            height: 16px;
        }

.mobile-navbar-social-icon li:not(:first-child) {
    margin-left: 1em;
}

.icon-skp {
    width: 19px;
    left: -26px;
    top: 1px;
    position: absolute;
}

.icon-em {
    left: -26px;
    top: 1px;
    position: absolute;
    width: 19px;
}

.simple-pages-row {
    padding-bottom: 6.5rem!important;
}

.pricing-currency {
    font-size: 18px;
}

.index-button-hover {
    transition: .5s;
}

    .index-button-hover:hover {
        background: #045299;
    }

.input-warn-tr {
    transform-origin: right;
    transition: 0.5s ease-in-out;
}

.input-warn {
    color: #bc3412 !important;
    border-left: 4px solid currentcolor !important;
}


.successModal {
    width: 395px;
    height: 444px;
}

.successModalHeader {
    border-bottom: none !important;
    height: 200px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.successModalDialog {
    display: flex;
    justify-content: center;
}

.successModalBody {
    padding-left: 4em;
    padding-right: 4em;
    text-align: center;
}

.modal-body-caption {
    margin-bottom: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 142.5%;
    text-align: center;
    color: #000000;
}

.modal-header-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 142.5%;
    text-align: center;
    color: #000000;
}

.closeBtn {
    width: 123px;
    height: 45px;
    background: #2683DE;
    border-radius: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 142.5%;
    text-align: center;
    color: #FFFFFF;
    border: none;
}




/*-----------------------------------------------------------CaReeR---------------------------------------------------*/
.section-carrer {
    background: #e5e5e5;
}

.career-caption {
    padding: 3.688em 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #2683de;
    text-transform: uppercase;
    text-align: center;
}

.career-box {
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.career-image {
    margin-bottom: 6em
}

.career-text h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #2683DE;
}

.career-text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 143.5%;
    color: #5C5B5B;
}

.career-image img {
    width: 100%;
    margin-bottom: -2rem;
}

.career-section-2 {
    background: #DCF0F9;
    padding-bottom: 3em;
}

.join-us-candidate h6 {
    margin-bottom: 1em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2683DE;
}

.join-us-candidate p {
    margin-bottom: 0px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 168.1%;
    color: #5C5B5B;
}

    .join-us-candidate p:before {
        content: '•';
        margin-right: 10px;
        color: #04529A;
        position: relative;
        top: 4px;
        font-size: 31px;
    }

.join-us-candidate h6:not(:first-child) {
    margin-top: 1em;
}

.accordion-caption h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2683DE;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 0em;
        font-size: 1.25em;
        font-weight: normal;
        color: #5C5B5B;
        cursor: pointer;
    }

    .accordion-container .content-entry:not(:last-child) {
        border-bottom: 1px solid #5C5B5B;
    }

    .accordion-container .content-entry i {
        font-family: "Montserrat";
        position: absolute;
        top: -10px;
        right: 0;
        font-weight: 100;
        font-style: normal;
        font-size: 60px;
        color: #2683DE;
    }

        .accordion-container .content-entry i:before {
            content: "+ ";
        }

    .accordion-container .content-entry.open i:before {
        content: "- ";
    }

.accordion-content {
    display: none;
}

    .accordion-content h6 {
        margin-top: 1em 0;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 131%;
        color: #000;
    }

    .accordion-content p {
        padding-left: 20px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 141%;
        color: #5C5B5B;
    }

        .accordion-content p:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            margin-right: 10px;
            background: #04529A;
            position: relative;
            display: block;
            top: 13px;
            left: -4%;
            font-size: 31px;
        }

#content {
    width: 100%;
}

.accordion-container,
#description {
    width: 90%;
    margin: 1.875em 1em;
}

    #description p {
        line-height: 1.5;
    }

    #description h2 {
        text-align: center;
    }




.terms-inloya {
    margin-bottom: 85px;
}

.terms-content-first {
    margin-bottom: 45px;
}

.terms-content-second {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 85px;
}

.terms-content-third {
    font-weight: 500;
    font-size: 1.25rem;
}

.terms-content-desc {
    padding-top: 5px;
}



.upload-cv {
    display: flex;
    justify-content: flex-start;
}

.upload-btn {
    width: 138px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #2683DE;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    transition: .5s;
    margin-right: 2em;
    margin-left: 1.1em;
}

    .upload-btn:hover {
        border: 2px solid #04529A;
    }

::-webkit-file-upload-button {
    cursor: pointer;
}

.upload-cv input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.upload-btn span:after {
    content: url("../image/icon/Group 106.svg");
    padding-left: 10px;
}

.upload-btn span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #2683DE;
}

.send-cv-btn button {
    width: 138px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2E75B9;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    transition: .5s;
}

    .send-cv-btn button:hover {
        background-color: #04529A;
    }

/*.upload-cv {
    display: flex;
    justify-content: flex-start;
}

.upload-btn {
    width: 138px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #2683DE;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    transition: .5s;
    margin-right: 2em;
    margin-left: 1.1em;
}

    .upload-btn:hover {
        border: 2px solid #04529A;
    }

.upload-cv input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

    .upload-cv input:hover{
        cursor: pointer;
    }


    .upload-btn span:after {
        content: url("../image/icon/Group 106.svg");
        padding-left: 10px;
    }

.upload-btn span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #2683DE;
}

.send-cv-btn button {
    width: 138px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2E75B9;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    transition: .5s;
}

    .send-cv-btn button:hover {
        background-color: #04529A;
    }*/
/*-------------------------------------------------Our-Team------------------------------------------------*/
.ourTeam-section {
    position: relative;
}

.ourTeam-caption {
    padding: 3.688em 0;
}

    .ourTeam-caption h4 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
        color: #2683DE;
    }

.caption-subtext p, .exTeam-caption p {
    margin-bottom: 3em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #53545C;
}

.ourTeam-caption-2 h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #2683DE;
}

.ourTeam-caption-2 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #53545C;
}

.ourTeam-section-2 {
    background: #DCF0F9;
}

.card-wrapper {
    width: 100%;
    height: 100%;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px; 
}

.ourTeam-card {
    width: 300px;
    height: 420px;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    background: #fff;
}

.ourTeam-card-img {
    width: 100%;
    height: 295px;
    background: #C4C4C4;
    display: flex;
    justify-content: center;
}

    .ourTeam-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 15%;
    }

.ourTeam-card-footer {
    width: 100%;
    height: 130px;
    padding: 0 31.15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .ourTeam-card-footer h6 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #2683DE;
    }

    .ourTeam-card-footer span {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #5C5B5B;
    }

.exTeam-caption p {
    margin: 2em 0;
}

.exTeam-wrapper {
    width: 100%;
    padding-bottom: 5em;
    display: flex;
    justify-content: center;
}
/*------------------------------------------------BloG-InFo---------------------------------------------------*/
.bannerCard {
    width: 100%;
    /* height: 719px;*/
    margin-top: 7.188em;
    margin-bottom: 3em;
}

.bannerCard-image {
    width: 100%;
    /* height: 551px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4C4C4;
}

    .bannerCard-image img {
        width: 100%;
    }

.bannerCard-footer {
    width: 100%;
    height: 168px;
    padding: 0 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.bannerCard-footer-content span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #5C5B5B;
}

.bannerCard-footer-content h6 {
    margin-top: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #2683DE;
}

.blogInfo-wrapper {
    padding: 0 45px;
}

.blogInfoCaption {
    margin-top: 5em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 135.9%;
    color: #000000;
}

.blogInfoCaption-2 {
    margin-bottom: 2em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 135.9%;
    color: #5C5B5B;
}

.blogInfo {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 142.9%;
    color: #5C5B5B;
}

.blogInfoCaption-3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 135.9%;
    text-align: center;
    color: #2683DE;
}

.blogInfo-btn {
    margin-bottom: 4.188em;
    text-align: center;
}

    .blogInfo-btn button {
        padding: 0.885em 1em;
        border: none;
        background: #2683DE;
        border-radius: 4px;
        outline: none;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        transition: .5s;
    }

        .blogInfo-btn button:hover {
            background: #04529A;
        }

.blogInfo-box {
    margin-top: 5em;
}

    .blogInfo-box .blogInfoCaption-3 {
        text-align: left !important;
        margin-bottom: 1em;
    }

.blogList {
    margin-bottom: 3em;
    padding-left: 0;
    list-style-type: none;
}

.blogitem {
    position: relative;
    padding-left: 1.5em;
}

.blogList .blogitem:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #2683DE;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.blogInfo-socials {
    height: 0px;
    margin-bottom: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .blogInfo-socials span {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        color: #000000;
    }

    .blogInfo-socials img {
        padding-left: 10px;
    }

.blog-info-section-2 {
    background: #DCF0F9;
}

.blog-menu {
    display: flex;
    justify-content: space-between;
}

    .blog-menu h5, .blog-menu a {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        color: #2E75B9;
        text-decoration: none;
        transition: .5s;
    }

        .blog-menu a:hover {
            color: #04529A;
        }

.popular-box {
    margin-bottom: 5em;
    display: flex;
    justify-content: space-between;
}

    .popular-box .ourTeam-card {
        width: 320px;
        margin: 0px !important;
    }

    .popular-box .card-footer-text h6 {
        font-size: 18px !important;
    }

.subscribe-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #53545C;
}

.subscribe-input {
    padding-bottom: 5em;
    display: flex;
    justify-content: center;
}

    .subscribe-input input:not(:last-child) {
        border-right: 0.5px solid #2683de;
    }

    .subscribe-input input {
        width: 70%;
        height: 59px;
        padding: 0.7em 1em;
        border: none;
        background: #fff;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #B8B8B8;
        outline: none;
    }

    .subscribe-input button {
        width: 30%;
        padding: 0 10px;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        background: #2683de;
        transition: .5s;
    }

.popular-blog-wrapper {
    padding: 0 45px;
    position: relative;
    top: 10px;
}
/*----------------------------------------------Write-to-us-----------------------------------------*/
.writeToUs-caption {
    padding: 2.688em 0;
}

    .writeToUs-caption h5 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
        color: #2683DE;
    }

.contact-and-map {
    display: flex;
    justify-content: center;
}
.contact-div {
    width: 550px;
    height: 585px;
    padding: 3.813em;
    background: #DCF0F9;
}

    .contact-div h6 {
        margin-bottom: 2em;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #2E75B9;
    }

    .contact-div P {
        margin-top: 29px;
        margin-bottom: 10px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #2683DE;
    }

    .contact-div span {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #53545C;
    }

.map {
    width: 571px;
    height: 585px;
    display: flex;
}

.write-to-us-caption {
    margin: 5.563em 0 3.125em 0;
    text-align: center;
}

    .write-to-us-caption p {
        margin-bottom: 0;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #53545C;
    }

    .write-to-us-caption span {
        margin-top: 15px;
        font-family: "Montserrat";
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #2683DE;
    }

.contact-us-input {
    margin-bottom: 13.125em;
    display: flex;
    justify-content: center;
}

    .contact-us-input form {
        width: 560px;
        text-align: center;
    }

        .contact-us-input form input {
            width: 100%;
            padding: 16px 17px;
            margin-bottom: 20px;
            border: 2px solid #2196F3;
            box-sizing: border-box;
            border-radius: 4px;
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            color: #B8B8B8;
            outline: none;
        }

            .contact-us-input form input::placeholder, .contact-us-input form textarea::placeholder {
                font-family: "Montserrat";
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                color: #B8B8B8;
            }

        .contact-us-input form textarea {
            width: 100%;
            padding: 20px 15px;
            margin-bottom: 3.125em;
            resize: none;
            border: 2px solid #2196F3;
            box-sizing: border-box;
            border-radius: 4px;
            outline: none;
        }

    .contact-us-input button {
        padding: 11px 55px;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        background: #2683DE;
        border: none;
        border-radius: 4px;
        transition: .5s;
    }

        .contact-us-input button:hover {
            background: #04529A;
        }
/*--------------------------------------------------------------Blog-Page-Css------------------------------------------*/

.blogPageCaption h5 {
    padding: 2.688em 0 3.000em 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
}

.subscribe {
     margin-top: 60px;
}

.blogPageBanner {
    width: 100%;
    height: 560px;
    margin-bottom: 2em;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.blogPageBannerImg {
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    background: #DCDCDC;
}

    .blogPageBannerImg img {
        width: 100%;
    }

.blogPageBannerFooter {
    width: 100%;
    height: 145px;
    padding: 0 2.000em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .blogPageBannerFooter h5 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 37px;
        color: #2683DE;
    }

.blogPageSmallBannerContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

    .blogPageSmallBannerContainer .blogPageSmallBanner:not(:last-child) {
        margin-bottom: 20px;
    }

.blogPageSmallBanner {
    width: 352px;
    height: 310px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.blogPageSmallBannerImg {
    width: 100%;
    height: 228px;
    display: flex;
    justify-content: center;
    background: #DCDCDC;
}

    .blogPageSmallBannerImg img {
        width: 100%;
    }

.blogPageSmallBannerFooter {
    width: 100%;
    height: 102px;
    padding: 0 1.813em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .blogPageSmallBannerFooter h6 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #2683DE;
    }

.blogPage-section-2 {
    background: #DCF0F9;
}

.blogPageSlider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .blogPageSlider .ourTeam-card {
        width: 345px !important;
        height: 450px !important;
        margin-bottom: 2.500em;
    }

.item {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

    .item .ourTeam-card {
        margin-right: 0;
    }

.owl-nav {
    display: flex;
    justify-content: space-between;
}

#counter {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
    position: relative;
    left: 0%;
    top: -70px;
}

.blogSlider {
    position: relative;
    top: -15%;
}
/*-------------------------------------------------------------BuSinesS-FiEld------------------------------------------*/
.carousel-container .owl-carousel .item {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.business-box {
    width: 220px;
    height: 220px;
    background: #DCF0F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-inner-text {
    margin-top: 1.250em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 70.9%;
    text-align: center;
    color: #5C5B5B;
}

.business-box-div {
    display: flex;
}

.business-box-inner-text {
    width: 60%;
    height: 220px;
    padding: .5em 1em;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.showcase-panel-content p {
    margin-bottom: 0.5em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 124.9%;
    color: #5C5B5B;
}







header h1 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

/*.accordion {*/
/*    background: #333;*/
/*    width: 100%;*/
/*    width:100%;*/
/*    display: block;*/
/*    padding-left:0;*/
/*    list-style-type: none;*/
/*    overflow: hidden;*/
/*    height: 200px;*/
/*    font-size: 0;*/
/*}*/

.tab {
    display: flex;
    background-color: #fff;
    border-right: none;
    width: 24%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
    transition: all 0.5s ease-in-out 0.1s;
}

    .tab:hover {
        width: 100%;
    }


    .tab .content {
        background: #fff;
        width: 0%;
        height: 220px;
        position: relative;
    }

        .tab .content h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .tab .content p {
            font-size: 0.85rem;
            line-height: 1.4rem;
            padding-right: 30px;
        }

/*.business-box:after,*/
/*.business-box:before {*/
/*    transition: all 0.4s ease-in-out 0.1s;*/
/*    width: 220px;*/
/*    height: 200px;*/
/*    position: absolute;*/
/*    text-indent: 0;*/
/*    padding-top: 90px;*/
/*    padding-left: 25px;*/
/*    display: block;*/
/*    font: normal 30px Genericons;*/
/*    color: #fff;*/
/*}*/

/*.business-box:after {*/
/*    font-size: 48px;*/
/*    padding-left: 20px;*/
/*    padding-top: 80px;*/
/*    margin-left: 85px;*/
/*}*/

/*@media (max-width: 950px) {*/
/*    .container {*/
/*        width: 70%;*/
/*    }*/

/*    .tab {*/
/*        display: block;*/
/*        width: 100%;*/
/*        border-bottom: 3px #333 solid;*/
/*    }*/

/*    .accordion {*/
/*        display: block;*/
/*        min-width: 450px;*/
/*        height: auto;*/
/*    }*/

/*    .tab .content {*/
/*        width: 85%;*/
/*    }*/

/*    .tab:hover {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 680px) {*/
/*    .container {*/
/*        width: 95%;*/
/*    }*/

/*    .accordion {*/
/*        width: 100%;*/
/*        min-width: 350px;*/
/*    }*/
/*}*/


.business-field-caption {
    padding: 5.688em 0 4.688em 0;
}

.business-field-text p {
    margin-bottom: 6.688em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 165.9%;
    text-align: center;
    color: #5C5B5B;
}

.business-field-caption h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
    text-transform: uppercase;
}

.frame-text {
    margin-bottom: 6.813em;
}

    .frame-text h6 {
        margin-bottom: 2em;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 165.9%;
        color: #000000;
    }

    .frame-text ul {
        list-style-type: none;
        padding-left: 0;
    }

        .frame-text ul li {
            position: relative;
            display: flex;
            align-items: center;
        }

            .frame-text ul li p {
                padding-bottom: 1.875em;
                font-family: "Montserrat";
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 114.9%;
                color: #5C5B5B;
                border-bottom: 0.5px solid #5C5B5B;
            }

    .frame-text div {
        width: 82%;
        position: relative;
        top: -5px;
        right: -10%;
    }

    .frame-text ul li img {
        position: absolute;
        top: 0px;
    }

.after-frame-text p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 165.9%;
    text-align: center;
    color: #5C5B5B;
}

.business-fields-caption {
    margin: 6em 0 3.125em 0;
}

    .business-fields-caption h6 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 165.9%;
        text-align: center;
        color: #000000;
    }

.carousel-container .owl-carousel .item {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.business-box {
    width: 260px;
    height: 220px;
    margin-right: 2em;
    float: left;
    background: #DCF0F9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DCF0F9;
    border-radius: 4px;
}

    .business-box:hover {
        box-shadow: 2px 3px 8px #DCF0F9 !important;
    }

.box-inner-text {
    margin-top: 1.250em;
    padding: 0 1em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #5C5B5B;
}

.business-box-div {
    display: flex;
}

.showcase-panel-content {
    width: 100%;
    height: 250px;
    padding: .5em 1em;
}

    .showcase-panel-content p {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 297.9%;        
        color: #5C5B5B;
    }

        .showcase-panel-content p:not(:last-child) {
            margin: 0.3em 0 1.1em 0;
        }

#phone2 {
    padding-left: 99px;
}


.business-box-slider-image {
    width: 80px !important;
    height: 80px !important;
    margin-left: auto;
    margin-right: auto;
}

.business-fields-section-2 .owl-nav {
    margin-top: 2em;
}

.business-field-bottom-section {
    background: #DCF0F9;
}

.bottom-caption {
    text-align: center;
    padding-bottom: 5em;
}

    .bottom-caption h4 {
        margin-bottom: 1.375em;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 37px;
        line-height: 45px;
        text-align: center;
        color: #2683DE;
    }

    .bottom-caption a {
        padding: 1.1em 2.95em;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.5px;
        color: #E7E7E7;
        background: #2683DE;
        border-radius: 8px;
    }


.about-us-caption {
    margin: 5.688em;
}

    .about-us-caption h4 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        color: #2683DE;
    }

.about-us-frame {
    text-align: center;
}

    .about-us-frame img {
        margin-bottom: 3.125em;
    }

    .about-us-frame p {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #5C5B5B;
    }

.about-us-card-wrapper {
    padding-top: 4.313em;
    padding-bottom: 6.250em;
    display: flex;
    justify-content: space-between;
}

.aboutUsCard {
    width: 32.25%;
    height: 358px;
    padding: 0 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #2683DE;
    box-sizing: border-box;
    border-radius: 4px;
}

.about-us-card-txt {
    width: 85px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #E0AA1A;
    position: absolute;
    top: -9%;
    background: #fff;
    left: 36%;
}

.aboutUsCard .text-1 {
    margin-bottom: 1.250em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #2E75B9;
}

.aboutUsCard .text-2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5C5B5B;
}

.about-us-section-2 {
    background: #DCF0F9;
}

.aboutUs-section-2-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10em;
}

.items-card {
    width: 253px;
    text-align: center;
}

.items-card-inner p {
    margin: 1.250em 0 0.938em 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 84.6%;
    text-align: center;
    color: #000000;
}

.items-card-inner span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 128.6%;
    text-align: center;
    color: #000000;
}

.aboutUs-footer-section {
    text-align: center;
    padding-bottom: 3em;
}

    .aboutUs-footer-section h4 {
        margin-bottom: 1.467em;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: bold;
        font-size: 37px;
        line-height: 45px;
        text-align: center;
        color: #2683DE;
    }

.btnBlog {
    padding: 0.885em 1em;
    border: none;
    background: #2683DE;
    border-radius: 4px;
    outline: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    transition: .5s;
    cursor: pointer;
}


    .btnBlog:hover {
        background: #04529A;
        color: #FFFFFF;
    }

.blogPageBannerFooter .fz-sm {
    font-size: 26px;
}


.subscribe-input button:hover {
    background: #04529A;
}

.box-inner{
    display:flex;
    flex-direction:column;
}



.step-item {
    display: flex;
}

    .step-item span {
        border-left: 12px solid transparent;
        border-image: linear-gradient(to bottom, #2683DE 100%, #379CFF 100%,#2B96FE 100%);
        border-image-slice: 1;
        height: 160px;
    }

    .steps {
        margin-bottom: 2rem;
        margin-top: 0;
    }

.step-content {
    width: 55%;
    position: relative;
    padding: 2rem 2rem;
}

.step-caption {
    font-family: "Montserrat";
    font-weight: 700;
    color: #2683DE;
    font-size: 25px;
}

.step-text {
    color: #9E9C9C;
    font-size: 19px;
}

.step-count h4 {
    color: #E0AA1A;
    text-align: center;
    font-size: 38px;
    border: 4px solid #2683DE;
    border-radius: 50%;
    padding: 18px 30px;
}

.step-count {
    margin: 2.5rem 3rem;
}

.block-item {
    margin: 2rem;    
}


.step-content:before {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 30%;
    border-top: 12px solid transparent;
    border-image: linear-gradient(to left, #2683DE 100%, #379CFF 100%,#2B96FE 100%);
    border-image-slice: 1;
    content: "";
}



.arrow-step-right {
    width: 145px;
    display: block;
    height: 117px;
    margin: 12rem 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate(0px, -120%);   
    transition: all 0.8s ease 0s;
}

.arrow-step-right.active {
    transform: translate(0px,0px);
    opacity: 1;
}

.arrow-step-img {
    width: 145px;
    display: block;
    height: 117px;
    margin: 0 auto;
    opacity: 0;
    transform: translate(0px, -120%);
    transition: all 0.8s ease 0s;
}


.arrow-step-left {
    width: 145px;
    display: block;
    height: 117px;
    margin: 12rem 12rem;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate(0px, -100%);
    transition: all 0.8s ease 0s;
}

.arrow-step-left.active {
    transform: translate(0px,0px);
    opacity: 1;
}






.dictionary {
    margin-bottom: 1.5rem;
}

.dictionary-item {
    margin-bottom: 2.5rem;
}

.dictionary-word {
    font-weight: 700;
    font-size: 18px;
}

./*numbers {*/
    /*margin-top: 5rem;*/
    /*margin-bottom: 2.5rem;
}

.numbers-title {
    padding-top: 2rem;
}

.numbers-caption {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2683DE;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}*/

.fz-sm {
    font-size: 20px;
    color: #838383;
    font-weight: 400;
}

.sum-title {
    text-align: center;
    padding-top: 20px;
}


/*.numbers-content {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

    .numbers-content h2 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        color: #fff;
    }

.numbers-item {
    text-align: center;
    border: 3px solid #2683DE;
    border-radius: 10px;
    padding: 28px 25px;
    margin-right: 10px;   
    background: #2683DE;
    width: 13%;
}*/