@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/client/fonts/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/client/fonts/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/client/fonts/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/client/fonts/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/client/fonts/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}

body {
    font-family: 'Montserrat', sans-serif;
}

.tel {
    display: block;
    font-size: 20px;
    color: #fb7b51;
    font-family: 'GothamProBold';
}

.logo-name {
    color: #5c68c0;
}

.medium-500 {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.btn {
    padding: 13.5px 36px;
    font-weight: 700;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.field {
    width: 295px;
    margin-top: 15px;
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
    border: 1px solid #d8d8d8;
}

.field::-webkit-input-placeholder {
    color: #2f2f2f;
}

.field:-moz-placeholder {
    color: #2f2f2f;
    opacity: 1;
}

.field::-moz-placeholder {
    color: #2f2f2f;
    opacity: 1;
}

.field:-ms-input-placeholder {
    color: #2f2f2f;
}

.field:placeholder-shown {
    color: #2f2f2f;
}

input:focus,
.check:focus {
    outline: none;
    outline: 2px solid #3275C1;
    border-radius: 5px;
}

.btn-warning {
    color: #fff;
}

.flags a img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.box-feature {
    background: url(/client/img/overlay2.webp) no-repeat bottom center;
    background-size: cover;
    background-color: #5c68c0;
}

.inline-text {
    transform: translate(0px, 50%);
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.is_visible {
    transform: translate(0px, 0px);
    opacity: 1;
}

.img-100 {
    width: 100%;
    height: auto;
}

.card {
    border: 0;
    outline: none;
    cursor: pointer;
}

.tt img {
    width: 80px;
    height: 80px;
}

.slick-prev:before,
.slick-next:before {
    color: #fba94b;
}

.bb li {
    margin-bottom: 5px;
}

.bb li a {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bb li a:hover {
    color: #fba94b;
}

.social-icons a {
    margin-right: 15px;
    color: #999;
    font-size: 17px;
}

.social-icons a:hover {
    color: #333;
}

.email {
    font-size: 12px;
}

@media(max-width:1200px) {
    .flag {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .btn-call {
        line-height: normal!important;
    }
}

.navbar-collapse {
    flex-grow: unset;
}

@media(max-width:668px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .justify-content-end {
        justify-content: flex-start!important;
    }
    .flag {
        display: block!important;
    }
    .dropdown-menu {
        min-width: auto;
    }
    .chose-lang {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tel {
        margin: 0!important;
    }
    .email {
        font-size: 10px;
    }
    .flags a img {
        margin-right: 10px;
    }
    .btn {
        letter-spacing: normal;
    }
    .btn-call {
        padding: 8.5px 10px;
        font-size: 7px;
        margin-top: 3px;
    }
    .tel-title {
        font-size: 9px;
    }
    .tel-contacts {
        align-items: center;
        flex-direction: column !important;
    }

    .navbar-expand-lg .container{
        text-align: center;
    }

    .navbar-brand {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .navbar-toggler {
        padding: 0.25rem 1rem;
    }

    #navbarSupportedContent {
        margin-top: 20px;
        font-size: 20px;
    }

    .pt-5, .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}

@media(max-width:400px) {
    .navbar-brand {
        padding: 0;
    }

    .chose-lang .nav-link {
        padding: 0;
    }
}

form#PupilForm .col-form-label {
    font-weight: bold;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.circle-flag-ctn {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 31px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    background-color: antiquewhite;
}

.modal {
    z-index: 999999999998;
}

.modal-content {
    border-radius: unset;
    border: none;
}

.modal-title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.21em;
}

.form-control {
    border-radius: 0;
    font-size: 16px;
    padding: 10px 15px;
    height: 42px;
}

.form-group {
    margin-bottom: 0;
}

.col-form-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.flag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flag-name {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
}

.faqs-content {
    padding: 15px 0 37px;
}

.faqs-block {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: -1px;
    padding: 26px 0;
}

.faqs-question {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #0d2a54;
    font-weight: 500;
    line-height: 1.12;
    padding-right: 65px;
}

.faqs-answer {
    margin-top: 19px;
    font-weight: 300;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 1.36;
    padding-right: 65px;
    display: none;
}

.faqs-question:after {
    content: "+";
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 30px;
    color: #0d2a54;
    font-size: 30px;
    font-weight: 400;
    transition: color .3s ease-out;
}

.faqs-question.opened:after {
    content: "-";
    margin-right: 3px;
}

#testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.testimonial-box {
    width: 500px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

@media(max-width:1060px) {
    .testimonial-box {
        width: 45%;
        padding: 10px;
    }
}

@media(max-width:790px) {
    .testimonial-box {
        width: 100%;
    }
    .testimonial-heading h1 {
        font-size: 1.4rem;
    }
}

@media(max-width:340px) {
    .box-top {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews {
        margin-top: 10px;
    }
}

::selection {
    color: #ffffff;
    background-color: #252525;
}

.pricing .card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    position: relative;
    will-change: transform;
}

.pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #5c68c0;
    transition: 0.5s;
}

.pricing .card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
}

.pricing .card:hover:after {
    width: 100%;
}

.pricing .card .card-header {
    background-color: white;
    padding-left: 2rem;
    border-bottom: 0px;
}

.pricing .card .card-title {
    margin: 0;
    padding: 20px;
}

.pricing .card .card-block {
    padding-top: 0;
}

.pricing .list-group {
    padding: 20px;
}

.pricing .card .list-group-item {
    border: 0px;
    padding: 0.25rem;
    color: #808080;
    font-weight: 300;
}

.pricing .display-2 {
    font-size: 7rem;
    letter-spacing: -0.5rem;
}

.pricing .display-2 .currency {
    font-size: 2.75rem;
    position: relative;
    font-weight: 400;
    top: -45px;
    letter-spacing: 0px;
}

.pricing .display-2 .period {
    font-size: 1rem;
    color: #b3b3b3;
    letter-spacing: 0px;
}

.slick-slide img {
    height: 250px!important;
}

.iti--allow-dropdown {
    width: 100%!important;
}

.iti--container {
    z-index: 999999999998;
}