@media (max-width:991px) {
    :root {
        --lh125: 1.25;
        --lh280: 2;
        --f13: 13px;
        --f14: 14px;
        --f15: 15px;
        --f16: 16px;
        --f18: 13px;
        --f20: 1.25em;
        --f23: 1.4375em;
        --f25: 1.5625em;
        --f28: 1.75em;
        --f30: 1.875em;
        --f36: 2.25em;
        --f40: 2.5em;
        --f50: 3.125em;
    }
}

@media (min-width:1601px) and (max-width:1930px) and (-webkit-min-device-pixel-ratio: 1) {
    .new-slider-area h4 {
        font-size: var(--f30) !important;
    }

    .countrySelector {
        width: 19em !important;
    }
}

/* @media (max-width:768px) {

    html,
    body {
        font-size: 12px !important;
    }
}

@media (max-width:420px) {

    html,
    body {
        font-size: 10px !important;
    }
} */

.home-container img {
    width: 100%;
    max-width: 100%;
}

.footer-logo {
    max-width: 168px;
}

.slide-to-bottom {
    display: none !important;
}

.splide__progress {
    position: absolute;
    bottom: 0px;
    width: 100vw;
    left: 0px;
}

.splide__progress .splide__progress__bar {
    background: linear-gradient(90deg, #f79931 12%, #ffd879 65%) !important;
    height: 6px;
}

.new-slider-area {
    background-color: var(--blue);
    min-height: calc(100vh - 115px);
    padding: 0 12.35% 0 12.35%;
    position: relative;
    font-family: 'Inter', sans-serif !important;
    color: #fff;
    display: flex;
    margin-top:130px;
}

.new-slider-area::before {
    content: "";
    position: absolute;
    background-image: url('/templates/template-default/view/img/newHome/bg-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 50vw;
    height: 54vh;
}

.new-slider-area .container,
.subhero-slider .container {
    padding: 0;
    margin: 0 auto;
    flex-flow: row;
}

.new-slider-area .splide,
.subhero-slider .splide {
    width: 100%;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__slide.row {
    justify-content: center;
    align-items: center;
}

.splide__pagination {
    bottom: 1.5rem;
}
.subhero-slider {
    position: relative;
}

.subhero-slider .splide__track {
    height: 100%;
    transition: height 400ms linear;
}

.subhero-slider .splide {
    width: 100%;
}

.subhero-slider li {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* .subhero-slider .splide__track li {
    min-height: 400px;
} */

.new-slider-area .splide__pagination {
    display: none;
}

.custom-li {
    list-style-image: url('/templates/template-default/view/img/newHome/li.svg');
}


.usual-investment .row{
    max-width: 1140px;
    margin: 100px auto;
    background-image: url('/templates/template-default/view/img/usual-invest-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px auto 0 auto;
}
@media screen and (max-width:992px){
    .usual-investment .row{
        background-image: url('/templates/template-default/view/img/usual-invest-mobile-bg.png');

    }
}
.usual-investment .container-fluid{
    padding: 0;
}
.usual-investment .row .col-md-12{
    display: flex;
    margin: 100px 0;
    flex-flow: column;
    align-items: center;
}
img.usual-investment-logo{
    max-width: 413px;
    margin-bottom: 45px;
}
@media screen and (max-width: 460px) {
    img.usual-investment-logo{
        max-width: 300px;
    }
  }
.usual-investment .row .col-md-12 p{
    max-width: 700px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 600px;
}
.usual-investment .row .col-md-12 a{
    border-radius: 50px;
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    margin-top: 40px;
}

@media (min-width:1280px) {
    .pricing-img-fix {
        max-width: 80% !important;
    }
}

@media (min-width:1440px) {
    .custom-li {
        max-width: 90%;
    }
}

.custom-li-white {
    list-style-image: url('/templates/template-default/view/img/newHome/li-white.svg');
}

.custom-li li {
    line-height: var(--lh280);
    font-size: var(--f18);
}

.new-slider-area h3 {
    font-size: var(--f28);
    color: #fff;
    line-height: var(--lh125);
    font-family: 'Inter', sans-serif !important;
    margin: 0 !important;

}

.new-slider-area h4 {
    font-weight: 800 !important;
    font-size: var(--f40);
    line-height: var(--lh125);
}

.text-orange {
    color: var(--orange) !important;
}

.extraInfo {
    font-size: var(--f28);
    line-height: var(--lh125);
    font-weight: 500;
    margin: 20px 0;
}

.new-slider-area div {
    display: flex;
    flex-flow: column;
}

.form-check .form-check-label {
    margin-left: 10px
}

.new-slider-area .form-container {
    width: 40%;
    align-items: flex-end;
    justify-content: center;
}

.new-slider-area .turkey-slide h4:first-of-type {
    margin-bottom: 0px !important;
}

.new-slider-area .turkey-slide h4:nth-of-type(2) {
    margin-top: 0px !important;
}

.new-slider-area .form-container form,
.new-form-area form {
    width: 320px;
    height: auto;
    background: #fff;
    z-index: 2;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 1px solid var(--blue)
}

p.reach {
    font-weight: 700;
    font-size: var(--f18);
    line-height: var(--lh125);
    color: var(--orange);
    text-align: center;
}

p.notify {
    font-size: var(--f18);
    line-height: var(--lh125);
    text-align: center;
    color: var(--blue);
}

.new-slider-area p.notify {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.countrySelector,
.periodSelector {
    width: 100%;
    min-height: var(--f50);
    height: var(--f50);
    background: var(--orange);
    border-radius: var(--borderR50);
    position: relative;
    flex-flow: row !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .select.maps select{
    max-width: 390px;
} */

.periodSelector.hidden {
    display: none;
}

.countrySelector .country,
.periodSelector .period {
    width: 50%;
    height: 100%;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    font-weight: 400;
    font-size: var(--f18);
    line-height: var(--lh125);
    z-index: 2;
    cursor: pointer;
    display: flex;
    color: white;
    text-transform: uppercase;
}
.periodSelector .period.active {
    color: var(--orange) !important;
}
.countrySelector .country.turkey {
    color: var(--blue);
}
.periodSelector .period.annual {
    position: relative;
}
.periodSelector .period.annual::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 36px;
    width: 36px;
    background: url('/templates/template-default/view/img/10percent.svg') no-repeat;
    background-size: cover;
    left: 77.5%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.countrySelector .country.netherlands,
.periodSelector .period.annual.active {
    color: var(--orange) !important;
}

.countrySelector .country.netherlands.active {
    color: var(--orange) !important;
}

.activator {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: var(--f50);
    background-color: #fff;
    border-radius: var(--borderR50);
    transition: all 0.2s linear;
}

.pageText .new-form-area {
    z-index: 999;
}

.activator.left {
    left: 50%;
    transition: all 0.2s linear
}

p.mFix {
    margin: 10px 0;
}

.form-control.package:disabled {
    background-color: var(--veryLightOrange);
    color: var(--blue);
    font-weight: 600;
    transition: var(--basicAnimation);
}

.new-slider-area .form-control,
.new-form-area .form-control {
    padding: 12px 0;
    border-radius: var(--borderR50);
    border: 1px solid var(--blue);
    text-align: center;
}

.iti__selected-flag {
    flex-flow: row !important;
}

.new-slider-area .iti__flag-container,
.new-form-area .iti__flag-container {
    padding: 0 !important;
    width: 70px;
    align-items: center;
    border: 1px solid var(--blue);
    border-radius: 60px;
    z-index: 2;

}

.new-slider-area .iti__country-name {
    color: #000;
}

.new-slider-area .form-group,
.new-form-area .form-group {
    max-height: var(--borderR50);
    width: 100%;
    margin-bottom: 2rem;
}

.new-slider-area label.useragreeform {
    color: #000;
}

.new-slider-area input.useragreeform,
.form-bottom-section input.useragreeform,
.new-form-area input.useragreeform {
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.new-slider-area input.useragreeform,
.new-form-area input.useragreeform {
    border: 1px solid var(--blue);
}

.new-slider-area input.useragreeform:checked,
.new-form-area input.useragreeform:checked {
    background-color: var(--blue);
}

::-webkit-calendar-picker-indicator {
    background-image: url('/templates/template-default/view/img/newHome/calendar-solid.svg');
    filter: invert(1);
    padding: 0 20px;
}

.new-slider-area #btnTalep,
.new-form-area #btnTalep {
    width: 13.375em;
    height: var(--f50);
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
    border-radius: var(--f50);
    border: unset;
    font-size: var(--f18);
    font-weight: 700;
}

.new-slider-area form .package.activated,
.new-form-area form .package.activated {
    color: var(--orange);
    transition: var(--basicAnimation);
}


.subhero-slider.netherlands .splide__arrow svg {
    fill: #00788d;
}

.subhero-slider.turkey .splide__arrow svg {
    fill: var(--orange);
}

.subhero-slider .splide__arrow {
    top: unset;
}

.join-now-area .row {
    flex-flow: column;
}

.subhero-slider .container {
    display: flex;
}

.join-now-area h3 {
    text-align: center;
    font-size: var(--f23);
    color: var(--blue);
}

.package-info {
    background-color: var(--veryLightOrange);
    text-align: center;
    padding: 2.8rem 7.5vw 0 7.5vw;
    margin-top: 4rem;

}

.package-info h3 {
    color: var(--blue);
    font-size: var(--f36);
    font-weight: 600;
}

.package-info-sub {
    border-radius: var(--f50) var(--f50) 0 0;
    background-color: var(--orange);
    position: relative;
}

.package-info-sub h2 {
    font-weight: 700;
    line-height: 1.26;
    font-size: var(--f36);
    margin: 0;
}

h2.package-title {
    color: #fff;
    margin: 30px 0px 15px;
    font-size: 36px;
    font-weight: 500;
}

h2.package-title span {
    font-weight: 700;
}

.input-container.input-bg-white input {
    background-color: #fff !important;
    color: var(--blue) !important;
    font-size: var(--f18) !important;
    border: 1px solid var(--blue);
}

.marked-text {
    color: #fff;
    font-size: var(--f20);
    position: relative;
    width: fit-content;
    margin: 2.8125em auto 0 auto;
}

.marked-text::before,
.marked-text::after {
    content: "";
    width: 55px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;

}

.marked-text::before {
    left: -4.375em;
}

.marked-text::after {
    right: -4.375em;
}

.package-info .countrySelector {
    margin: 20px auto 20px auto;
}

.cont-container {
    display: none;
    grid-template-columns: 33% 33% 33%;
}

.cont-container.active {
    display: grid;
}

.mini-cont p {
    color: #fff;
    font-weight: 500;
    max-width: 75%;
    margin: 0 auto;
    font-size:16px;
}

.mini-cont {
    color: #fff;
}



.m-top-5 {
    margin-top: 5px !important;
}

.mini-cont.alignmentFix {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#advantagesCarousel .owl-item::before {
    content: "";
    display: block;
    width: 80%;
    height: 10px;
    border-radius: 5px;
    background-color: #ECECEC;
    margin: auto auto 0 auto;
}

#advantagesCarousel .owl-item.center::before {
    background-color: var(--orange);
}
#advantagesCarousel .owl-item {
    height: 150px;
}

#advantagesCarousel .owl-item div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra-services {
    width: 23.75em;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.extra-services.show {
    display: block;
}

.extra-services.active {
    height: 100%;
}

.extra-services .extra-services-cont * {
    visibility: hidden;
}

.extra-services.active .extra-services-cont * {
    visibility: visible;
}

.extra-services.active .extra-services-cont {
    padding: 60px 30px 30px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 100%;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-flow: column;
}


.extra-services-head {
    background-color: #fff;
    height: 60px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: flex;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.extra-services.active .extra-services-head {
    background-color: var(--darkOrange);
    top: 0;
}

.extra-services.active .extra-services-head p {
    color: #fff;
}

.extra-services-head p {
    font-size: var(--f18);
    color: var(--darkOrange);
    margin: auto;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
}

.extra-services-price {
    margin-top: 15px;
    display: flex;
    max-width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.extra-services-price div {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.extra-services-price .amount {
    font-size: 32px;
    font-weight: 700;
    width: fit-content;
}

.extra-services-price .exchange {
    font-size: 16px;
    font-weight: 700;
}

.extra-services-head:not(.active) p::after {
    content: "";
    width: 16px;
    height: 13px;
    background: center no-repeat url("../img/newHome/arrow-orange.svg");
    background-size: cover;
    margin-left: 2.4375em;
    transition: 0.25s all linear;
    transform: rotate(0deg);
    animation: arrowExtras 0.85s linear infinite;
}

.extra-services.active .extra-services-head p::after {
    background: center no-repeat url("../img/newHome/arrow-white.svg");
    transform: rotate(180deg);
    transition: 0.25s all linear;
    animation: unset;
}

.extra-services-cont {
    width: 100%;
    height: 0;
    background-color: var(--darkOrange);
    text-align: left;
    color: #fff !important;
}
.extra-services-cont ul{
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    height: inherit;
}
.extra-services-cont p {
    padding: 0 0 0 30px;
    font-size: var(--f14);
    min-width: 100%;
}

.extra-services-cont li p {
    padding: 0;
    font-weight: 700;
    font-size: var(--f16);
    margin-bottom: 5px;
}

.extra-services-cont li {
    font-size: var(--f13);
    line-height: 1.75em;
}

.container-fluid.supports {
    background: #fff;
    display: flex;
}

.pricing-img-fix {
    width: 80%;
}

.supports-cont {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-flow: row;
}

.supports-sub-cont {
    width: 100%;
    min-height: 540px;
    /*background-size: 80%;*/
    background-position: 10% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
}
.supports-sub-cont .row{
    height: 100%;
}
.supports-sub-cont .col-md-6{
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.supports-sub-cont .card-logo {
    min-height: 100px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.supports-sub-cont .card-text p{
    font-size: 16px;
}

.supports-sub-cont .card-text {
    min-height: 150px;
}

.supports-cont .campaignBtn {
    max-width: 250px;
}

.purple-bg {
    background-color: #C795D1;
    background-image: url(../img/newHome/super-hero-women.png);
}

.blue-bg {
    background-color: var(--darkLightBlue);
    background-image: url(../img/newHome/entrepreneur-visa.png);
    background-position: bottom center;

}

.orange-text {
    color: var(--orange)
}

.orange-bg {
    background-color: #FEB86B;
    background-image: url(../img/newHome/self-employed-visa.png);

}

.supports-sub-cont {
    position: relative;
}

.supports-sub-cont h4 {
    font-size: var(--f36);
    font-weight: 700;
    color: #fff;
    /* text-align: center; */
    margin: 45px 0;
}

.supports-sub-cont:hover p {
    z-index: 2;
    
}

.supports-hidden {
    /* height: calc(100% - 150px); */
    display: flex;
    flex-flow: column;
    /* justify-content: flex-end;
    align-items: flex-end; */
}

/* .supports-sub-cont:hover .supports-hidden {
    opacity: 1;
    visibility: visible;
} */

.supports-sub-cont.bg-set::before {
    content: "";
    position: absolute;
    transform: rotate(-180deg);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.25s linear;
    animation-direction: reverse;
    visibility: visible;
    opacity: 1;
}

.marked-text.bold {
    font-weight: 600;
}

.dotted-bordered {
    border: 3px dotted #fff;
    width: fit-content;
    border-radius: var(--borderR50);
    margin: 20px auto 10px auto;
    padding: 10px 20px;
    background-color: #fff;
    font-size: var(--f16);
    color: var(--blue);
}

.dotted-bordered.special {
    margin: 0 auto 10px auto;
}

.supports-sub-cont:hover.bg-set::before {
    transition: all 0.25s linear;
    visibility: visible;
    opacity: 1;
}

.supports-sub-cont.purple-bg::before {
    background: linear-gradient(180deg, #CA50E2 0%, rgba(202, 80, 226, 0) 90.1%);
}

.supports-sub-cont:hover.blue-bg::before {
    background: linear-gradient(180deg, #005763 0%, rgba(0, 87, 99, 0) 89.06%);
}

.supports-sub-cont:hover.orange-bg::before {
    background: linear-gradient(180deg, #F3764B 0%, rgba(243, 118, 75, 0) 91.15%);
}

.supports-hidden,
.supports-hidden a {
    z-index: 2;
}

.supports-hidden p {
    /* text-align: center; */
    color: #fff;
    margin: 0 !important;
    padding: 0 0;
    z-index: 2;
    font-size: 16px;
    width: 100%;
    max-width: 370px;
}

.supports-hidden a.btn {
    background: linear-gradient(90deg, #F79930 3.5%, #FFB25C 63.79%);
    border-radius: var(--borderR50);
    padding: 15px 20px;
    margin: 30px 0;
    color: #fff;
    font-weight: 600;
    max-width: 220px;
}


.useragreeform {
    height: fit-content !important;
}

.period-selector-container {
    grid-column-start: 2;
    grid-column-end: 3;
}
.periodSelector {
    margin: 0 auto 0 auto;

}

.form-top-section .location-container {
    grid-column-start: 2;
    grid-column-end: 3;
}

.form-top-section .countrySelector {
    margin: auto;
    width: 100%;
}

.form-top-section .activator {
    width: 50%;
}

.form-top-section .activator.left {
    left: 50%;
}

input#code.success {
    background: transparent url(../img/success.png) right 20px center no-repeat !important;
}

#package-location:disabled {
    background-color: #b8b8b8;
}

.pricing-info {
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    flex-flow: column;
}

.price-tag {
    display: flex;
    align-items: center;
    justify-content: center;

}

.price-tag .amount,
.price-tag .exchange {
    color: var(--orange);
    margin: 0 !important;
}
.price-tag .tax {
    margin: 0 0 0 0.6em;
}

input.package {
    background-color: var(--veryLightOrange);
    color: var(--blue);
    font-weight: 700;
}

input.package.active {
    color: var(--orange) !important;
}


/* #code.failed,
#code.checked,
#code.checking {
    background-color: transparent !important;
} */
.show-next {
    margin: 30px auto;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    font-weight: 600;
    font-size: var(--f20);
    padding: 7px 25px;
    border-radius: var(--borderR50);
    grid-column-start: 1;
    grid-column-end: 4;
    cursor: pointer;
    transition: 0.25s all linear;
}

.show-next:disabled {
    background-color: gray;
    border: 1px solid gray;
}

.show-next:disabled:hover {
    background-color: gray;
    color: #fff;
}

.show-next:hover {
    background-color: #fff;
    color: var(--orange);
    transition: 0.25s all linear;

}

.price-info {
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.custom-li li {
    margin: 10px 0 !important;
}

.supports-cont .info-text {
    font-size: var(--f18);
    font-weight: 500;
    text-align: center;
}

/* Contact Page Desktop End */

@media (max-width:1370px) {
    .new-slider-area {
        padding: 20px 5%;
    }

    .custom-li li {
        line-height: 2;
    }
}

/** Macbook m1 2020 1280x800 viewport and pixel ratio 2 start **/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:992px) {

    .new-slider-area,
    .subhero-slider {
        padding: var(--f50) 5% !important;
    }

    .custom-li li {
        line-height: 2 !important;
    }

    /* html,
    body {
        font-size: 12px !important;
    } */
}

/** Macbook m1 2020 1280x800 viewport and pixel ratio 2 end **/

@media (max-width:1500px) and (min-width:1370px) {
    .new-slider-area {
        padding: var(--f50) 7%;
    }
}

@media (max-width:768px) {

    #locationForm .form-group label.float-label {
        top: 50% !important
    }


    .countrySelector,
    .periodSelector {
        width: 25rem;
    }

    .new-slider-area .splide__pagination {
        display: flex;
    }

    .navbar-brand {
        max-width: 180px;
    }

    .join-now-area p {
        font-size: 14px !important;
        padding: 10px 24px;
    }
}

/** BOOTSTRAP v4 Floating Label Extension **/
div.form-group {
    position: relative;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none !important;
}

#locationForm .form-group input:focus+label.float-label.white-label {
    top: -5px !important;
}

#locationForm .form-group input:focus+label.float-label {
    top: -15px !important;
}

.mobile-only {
    display: none;
}

#pricingsplide .splide__slide {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0px 7.2vw;
}
#pricingsplide .splide__arrows{
    display: none;
}

.splide__pagination__page.is-active {
    background: var(--orange);
    opacity: 1;
}

.splide__pagination__page {
    background: var(--lightOrange);
    opacity: 1;
}

#pricingsplide .splide__pagination__page.is-active {
    background: var(--blue);
    opacity: 1;
}

#pricingsplide .splide__pagination__page {
    background: var(--darkLightBlue);
    opacity: 1;
}
.testimonial-info-container {
    margin-bottom: 3rem;
}
.testimonial-info {
    /* text-align: center; */
}
.testimonial-message {
    /* margin: 40px auto 53px auto; */
    /* padding: 0px 10%; */
}
.testimonial-message p {
    color: #FFF;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5; /* 150% */
    padding: 0 0.5em;
}
@media screen and (max-width: 420px) {
    .testimonial-message p {
        font-size: 1rem;
    }
}
#testimonialSplide {
    padding: 2.25rem;
    background-color: #02788D;
    border-radius: 24px;
    margin-bottom: 3rem;
}
#testimonialSplide .splide__arrow {
    width: 2em;
    height: 2em;
}
#testimonialSplide .splide__arrow svg {
    /* fill: #00758D !important; */
}
#testimonialSplide .splide__arrow--prev {
    left: unset;
    right: calc(100% + 32px);
}
#testimonialSplide .splide__arrow--next {
    right: unset;
    left: calc(100% + 32px);
}

#testimonialSplide .splide__pagination{
    top: calc(100% + 36px);
}

#testimonialSplide .splide__arrow--next {
    right: 0;
}
#testimonialSplide .splide__pagination {
    gap: 12px;
}
#testimonialSplide .splide__pagination__page {
    background: var(--veryLightOrange);
    margin: 0;
    width: 12px;
    height: 12px;
}
#testimonialSplide .splide__pagination__page.is-active {
    background: var(--orange);
}
#testimonialSplide .splide__list{
    height: auto;
}
@media screen and (max-width: 1199px) {
    #testimonialSplide {
        margin: 0 auto 3rem;
    }
}

/** BOOTSTRAP v4 Floating Label Extension **/

@keyframes arrowExtras {
    from {
        margin-bottom: -10px;
    }

    to {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {

    .supports-sub-cont .card-logo img {
        width: 60%;
        max-height: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .supports-sub-cont {
        flex-flow: column;
        justify-content: center;
    }

    .hideMobile {
        display: none !important;
    }

    nav.navbar {
        position: fixed !important;
        top: 0;
        left: 0;
    }

    .new-slider-area {
        height: auto;
        /* flex-flow: column; */
        padding: 25px 32px 35px !important;
    }

    .container.join-now-area {
        max-width: 100% !important;
    }

    .hiddenMobileText {
        visibility: hidden !important;
        height: 0 !important;
        opacity: 0 !important;
        padding: 0 !important;
    }

    .new-slider-area .splide {
        width: 100%;
    }

    .new-slider-area .form-container {
        display: none;
    }

    .custom-li {
        padding: 0;
    }

    .custom-li li {
        list-style: none;
        text-align: center;
        margin: 15px 0;
    }

    .splide__arrow {
        display: none;
    }

    .cont-container {
        display: none;
        flex-flow: column;
    }

    .cont-container.active {
        display: flex;
    }

    .cont-container.mobile-fix {
        flex-flow: column-reverse;
    }

    .supports-hidden {
        align-items: center;
        justify-content: center;
    }

    .extraInfo {
        margin: auto;
        text-align: center;
    }

    .cont-container img {
        display: none;
    }

    .join-now,
    .join-now-area {
        padding: 0 0 16px 0 !important;
    }

    .head-click h3,
    .head-click h2,
    .ofisHeaderTurquise,
    .ofisHeaderOrange {
        /* font-size: 18px !important; */
        margin: 0 !important;
        text-align: center !important;
    }

    p.header-one,
    p.header-two,
    p.header-three {
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: all 0.25s linear;
        color: #000 !important;
        background-color: #fff !important;
        padding: 10px;
        line-height: 2;
    }

    .head-click {
        padding: 10px 15px;
        position: relative;
    }

    .head-click::before {
        /* content: ""; */
        position: absolute;
        width: 20px;
        height: 10px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: center no-repeat url(../img/newHome/arrow.svg);
        transform: rotate(180deg);
    }

    .join-now-area h3.mt30 {
        margin: 30px 0 0 0;
    }

    .package-info {
        padding: 70px 0 0px 0
    }

    .package-info-sub {
        margin: 0px 10px;
    }

    #pricingsplide .splide__slide {
        justify-content: unset;
    }
    #pricingsplide .splide__pagination {
        bottom: 0;
    } 
    #pricingsplide .splide__slide,
    .package-info-sub.active {
        padding: 30px 10px 40px 10px;
    }

    .cont-container.pricing-container {
        height: 100;
    }

    .container-fluid.supports {
        padding: 0;
    }

    .supports-cont {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-flow: column;

    }

    .supports-hidden {
        padding: 0 32px;
    }

    .testimonialsArea .carousel-indicators {
        left: 50%;
        transform: translateX(-50%);
    }

    .periodSelector {
        width: 100%;
    }

    h2.package-title {
        margin: 24px 0px 12px;
        font-size: 32px;
    }

    #pricingsplide .splide__slide {
        justify-content: unset;
    }

    #pricingsplid .splide__pagination {
        bottom: -1.5rem;
    }

    .extra-services {
        z-index: 3;
        top: 100%;
        width: 100%;
    }

    .extra-services.active {

        height: fit-content;
    }

    .extra-services .extra-services-head {
        top: 0;
        border-radius: 0 0 24px 24px !important;
        border: 1px solid var(--darkOrange)
    }

    .extra-services.active .extra-services-head {
        top: unset;
        bottom: -4%;
        z-index: 5;
    }

    .extra-services-head:not(.active) p::after {
        transform: rotate(180deg);
        animation: arrowExtrasMobile 0.85s linear infinite;
    }

    .extra-services.active .extra-services-head p::after {
        transform: rotate(0deg);
    }

    .extra-services .extra-services-cont {
        border-radius: 0px !important;
        top: 0;
        position: relative !important;
    }

    .extra-services.active .extra-services-cont {
        padding: 26px 30px 30px 0;
        height: min-content;
    }

    .extra-services-cont li {
        margin: 24px 0;
        line-height: 1.75em;
    }

    @keyframes arrowExtrasMobile {
        from {
            margin-top: -10px;
        }

        to {
            margin-top: 10px;
        }
    }


    .splide__slide h1,
    .splide__slide h2,
    .splide__slide h3,
    .splide__slide h4,
    .splide__slide h5 {
        text-align: center;
    }

    .mobile-only {
        display: unset;
    }

    .desktop-only {
        display: none;
    }

    .supports-sub-cont p {
        z-index: 2;
        visibility: visible;
    }

    .supports-sub-cont .supports-hidden {
        opacity: 1;
        visibility: visible;
    }

    .supports-sub-cont.bg-set::before {
        transition: all 0.25s linear;
        visibility: visible;
        opacity: 1;
    }

    .supports-sub-cont.purple-bg::before {
        background: linear-gradient(180deg, #CA50E2 0%, rgba(202, 80, 226, 0) 90.1%);
        visibility: visible;
    }

    .supports-sub-cont.blue-bg::before {
        background: linear-gradient(180deg, #005763 0%, rgba(0, 87, 99, 0) 89.06%);
        visibility: visible;
    }

    .supports-sub-cont.orange-bg::before {
        background: linear-gradient(180deg, #F3764B 0%, rgba(243, 118, 75, 0) 91.15%);
        visibility: visible;
    }

    .supports-hidden {
        /* position: absolute; */
        bottom: 20px;
        height: fit-content;
    }
}
@media screen and (max-width: 767px) {
    .contact-photos {
        display: none;
    }
}
@media screen and (max-width: 670px) {
    .subhero-slider .splide-slide-container {
        margin: 20px 0px;
    }
}

.opportunities {
    display: flex;
    flex-flow: column;
}

.opportunities .supports-sub-cont {
    flex-flow: row wrap;
    justify-content: center;
}
.opportunities p {
    font-size:16px;
}

.responsive{
    width:100%;
}

.hero .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* z-index: 1; */
  background-size: 10%, 10% ;
  background-image: url(../img/v2/hero-circle1.svg), url(../img/v2/hero-circle2.svg);
}
.hero .anim.active {
  animation: circle 1.6s ease 1 forwards;
}

@keyframes circle {
  0% {
    background-size: 10%, 10% ;
  }

  100% {
    background-size: 90%, 150%;

  }
}

.advantages-splide {
    max-width: 100%;
}
.advantages-splide .splide__pagination {
    bottom: unset;
    top: calc(100% + 2rem)
}
.advantages-splide .splide__pagination .splide__pagination__page {
    width: 1.125rem;
    height: 1.125rem;
    margin: .6rem;
}
.advantages-splide .splide__pagination .splide__pagination__page.is-active{
    scale: 1 !important;
}
.advantages-splide .splide__track {
    max-width: 100%;
    /* overflow: visible; */
}
.advantages-splide .splide__slide div {
    height: 100%;
    border-radius: 18px;
    border: 1px solid #00758D;
    background: rgba(245, 245, 245, 0.50);
    padding: 24px;
}
.advantages-splide .splide__slide h4 {
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right:clamp(1em, 2em, 5rem);
    margin: 3.6em 0 .8em;
    text-align: left !important;
}
@media screen and (max-width: 768px) {
    .advantages-splide .splide__slide h4 {
        margin-top: 2.4em;
    }
}
.hero.home {
    min-height: unset;
}

.hero.home .splide__arrow {
    display: flex;
    background: none;
}
.hero.home .splide__arrow--prev svg {
    transform: none !important;
}
.hero.home .splide__arrow svg {
    fill: none !important;
    margin: auto;
    width: 100%;
    height: 100%;
}
.hero.home .heading {
    margin: 0 auto .75em;
}
.hero.home p {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto .6em;
}
@media screen and (max-width: 768px) {
    .hero.home p {
      font-size: 1.125rem;
    }
  }
  @media screen and (max-width: 420px) {
    .hero.home p {
      font-size: 1rem;
    }
  }
.hero.home span.block {
    display: inline-block;
}
.hero.home p.bold {
    font-weight: 700;
}
.hero.home .cta {
    margin-top: 1em;
}

.hero.home p:last-of-type {
    /* margin-bottom: 0; */
}

.hero.home .splide {
    visibility: visible !important;
}
.hero.home .splide .splide__slide {
    position: relative;
    overflow: hidden;
    background-image: var(--bg, linear-gradient(180deg, #00758D 0%, #0D98BA 100%));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: min(calc(100vh - 130px), 800px) !important;
    /* padding: 10vh 0; */
}
.hero.home .splide__pagination {
    bottom: 16%;
}
@media screen  and (max-width: 768px) {
    .hero.home .splide .splide__slide {
        /* min-height: min(calc(100vh - 65px), 800px) !important; */
        min-height: min(calc(100vh - 250px)) !important;
    }
}
.hero.home .splide .splide__slide div.content {
    max-width: min(700px, 90vw);
    margin: auto;
    position: relative;
}
.hero.home .heading-image {
    margin-bottom: 3rem;
    max-width: 60%;
}
.hero.home .splide .splide__slide .mascot {
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1023px) {
    .hero.home .splide .splide__slide .mascot {
        display: none;
    }
}