body {
    margin: 0;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    font-weight: 500;

    overflow-x: hidden!important;
}

ul
 {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}
textarea {
    max-height: 120px;
}

section {
    margin-top: 50px;
    margin-bottom: 70px;
}

footer {
    background: #7ec9d3;
    color:#fff;
}
.text-decoration-none {
    text-decoration: none!important;
}
.banner-bg {
    background: url('../images/banner.jpeg');
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 40%;
    margin-top: 8rem !important;

    /*position: absolute;*/
    /*width: 110%;*/
    /*height: 110%;*/
    /*transition: all 0.1s ease;*/
}
.banner-bg-1 {
    background: url('../images/banner_1.jpg');
    /*background-position: left 0px center;*/
    background-repeat: no-repeat;
    /*background-size: contain;*/

    background-position: left 10% center;
    background-size: 50%;
}

.fullfilment-bg {
    width: 100%;
    border-radius: 20px;
}

.fullfilment-block {
    background: #7ec9d3;
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 20px;
}

.fullfilment-block .btn-blue {
    margin-top: 20px;
}

.banner-info {
    margin-top: 155px;
}

.section-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 50px;
}
.footer-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #7ec9d3;
    border-color: #7ec9d3;
}
.page-link {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #7ec9d3;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #d63ebb;
}
.font-size-12 {
    font-size: 12px!important;
}
.font-size-14 {
    font-size: 14px!important;
}
.font-size-16 {
    font-size: 16px!important;
}
.font-size-18 {
    font-size: 18px!important;
}
.font-size-20 {
    font-size: 20px!important;
}

.text-blue {
    color: rgb(207 65 182);
}
.text-pink {
    color: #cb11ab;
}
.text-grey {
    color: #BDBDBD;
}
.badge-pink {
    background: #cb11ab;
    color: #fff;
    font-weight: 500;
}
.bg-pink {
    background: #cb11ab;
    color: #fff;
}
.dropdown-catalog {
    font-size: 14px;
}
.dropdown-catalog .dropdown-item:active,
.dropdown-catalog .dropdown-item:hover,
.dropdown-catalog .dropdown-item:focus {
    background: transparent;
    color: #ce40b6;
}

.text-block_1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-block_1 .text-block_1-img {
    position: relative;
    height: 320px;
    width: 100%;
}

.text-block_1 .text-block_1-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.fs-18 {
    font-size: 18px;
}

.me-2 {
    margin-right: 5px;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}

.margin-minus-5 {
    margin: -5px;
}

.form-control {
    border-radius: 0.55rem!important;
    font-size: 18px;
    color: #4F4F4F;
    padding: 10px 20px;
    font-weight: 500;
}
.navbar-toggler {
    border:none!important;
}
.navbar-toggler:focus {
    border:none!important;
    outline: none!important;
}

.accordion-body {
    padding: 0px 20px 20px 20px;
    /*border: 1px solid #ccc;*/
    /*border-radius: 15px;*/
    /*margin-bottom: 3rem;*/
    color: #fff;
}
.accordion-item {
    background: #015AFF;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.btn-accordion {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    padding: 20px 45px 30px 20px;
    position: relative;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-accordion {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.btn-price {
    display: inline-block;
    font-weight:500;
    color: #1D1D1D;
    padding: 10px;
    font-size: 16px;
    margin: 5px;
    background: #fff;
}
.btn-price.active, .btn-price:active {
    color: #015AFF;
    border-bottom: 3px solid #015AFF;
}
.btn-price:hover {
    opacity: 0.75;
}

.text-block_1 {
    position: relative;
    background: #7ec9d3;
    color: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
    height: 100%;
}

.tags {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.tags .tag {
    display: flex;
    align-items: center;
    background: white;
    color: black;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 12px;
}

.unavailable {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    backdrop-filter: blur(3px);
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.unavailable span {
    color: #ffffff;
    font-size: 26px;
    transform: rotate(-45deg);
    z-index: 9;
    margin-top: 16px;
    white-space: nowrap;
}

.unavailable:after {
    content: '';
    height: 33px;
    width: 141.421%;
    background-color: #e40707;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    transform-origin: right;
}

/*.unavailable .diagonal-line {*/
/*    border-bottom: 3px solid rgb(255, 0, 0);*/
/*    width: 45%;*/
/*    transform: rotate(45deg);*/
/*    transform-origin: left;*/

/*}*/

.text-block_1-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.text-block_1-subtitle {
    font-size: 18px;
    font-weight: 600;
}


.btn-blue {
    justify-content: center;
    align-items: center;
    padding: 16px 56px;
    background: rgb(207 65 182);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d63ebb;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-blue:hover {
    background: #cb11ab;
    border: 1px solid #cb11ab;
    color: #fff;
    text-decoration: none;
}


.btn-white {
    justify-content: center;
    align-items: center;
    padding: 16px 56px;
    background: #FFF;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    border: 1px solid #FFF;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-white:hover {
    background: #cb11ab;
    border: 1px solid #cb11ab;
    color: #fff;
    text-decoration: none;
}

.services-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}


.nav-link.active {
    font-weight:600;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size:14px;
}

.rounded-top-1 {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}

.rounded-3 {
    border-radius: 20px!important;
}

.bg-landing {
    background: #7ec9d3!important;
    box-shadow: 0px 4px 10px 2px rgba(0, 13, 81, 0.15);
}

.btn-landing {
    display:block;
    background: rgb(207 65 182);
    border: 1px solid #d63ebb;
    border-radius: 10px;
    padding: 13px 64px;
    color: #fff;
    font-size:14px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-landing:hover {
    background: #cb11ab;
    border: 1px solid #cb11ab;
}

.btn-mobile {
    display:none;
    background: rgb(207 65 182);
    border-radius: 10px;
    padding: 13px 32px!important;
    color: #fff;
    font-size:14px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-mobile:focus,
.btn-mobile:active {
    background: rgb(207 65 182);
}

.btn-mobile:hover {
    background: #cb11ab;
    border: 1px solid #cb11ab;
}

.banner-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 78px;
    color: #1D1D1D;
}
.banner-p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1D;
}

.up-animate {
    transition: transform 500ms;
}

.up-animate:hover {
    transition: transform 500ms;
    transform: translateY(-10px);
    box-shadow: 0px 4px 10px 2px rgb(0 13 81 / 15%);
}


/* BEGIN animation */
.up-animate-rounded {
    /*transition: transform 500ms;*/
    border-radius:50%;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -ms-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
}

.up-animate-rounded:hover {
    /*transition: transform 500ms;*/
    /*transform: translateY(-10px);*/
    box-shadow: 0px 4px 10px 2px rgb(0 13 81 / 15%);
    border-radius:50%;

    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -ms-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.scale-animate {
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.scale-animate:hover {
    -webkit-transform:scale(1.13); /* Safari and Chrome */
    -moz-transform:scale(1.13); /* Firefox */
    -ms-transform:scale(1.13); /* IE 9 */
    -o-transform:scale(1.13); /* Opera */
     transform:scale(1.13);
}
/* END animation */


@media (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size:12px;
    }
    .btn-landing {;
        font-size:12px;
    }
}
@media (max-width: 992px) {
    .btn-mobile {
        display:block;
        width: 100%;
    }
    .btn-landing {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size:14px;
    }

}


.visually-hidden {
    display: none;
}


.card-pricing {
    box-shadow: 0px 4px 10px 2px rgba(0, 13, 81, 0.15);
    border-radius: 20px;
}

.card-pricing p {
    margin-bottom: 1rem;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 140%;
    color: #1D1D1D;
}
.card-pricing-features i {
    font-size:23px;
}
.price-new {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #015AFF;
}
.price-old {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #BDBDBD;
}
.price-new-blue {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}
.price-old-blue {
    font-weight: 500;
    font-size: 18px;
    text-decoration-line: line-through;
    color: #6A9EFF;
}

.card-header {
    border-top-right-radius: 20px!important;
    border-top-left-radius: 20px!important;
}
.card-footer {
    border-bottom-right-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
}

.about-us p {
    font-size: 16px;
}

.bg-l-blue {
    background: linear-gradient(104.2deg, #006EFF 1.72%, #220183 141.79%);
}

.bg-l-blue-3 {
    /* background: url('../images/banner-3.png'); */
    background: #7ec9d3;
    /* background-color: linear-gradient(104.2deg, #006EFF 1.72%, #220183 141.79%); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-l-blue-4 {
    background: url('../images/banner-4.jpg');
    background-color: linear-gradient(104.2deg, #006EFF 1.72%, #220183 141.79%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-img {
    position: absolute;
    bottom: -142px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 350px;
    width: auto;
}
.mobile-icon {
    font-size: 37px;
    width: 48px;
    height: 49px;
    position: absolute;
    border-radius: 50%;
    padding: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 37px;
    width: 48px;
    height: 49px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 2px rgb(0 13 81 / 15%);
    border-radius: 50%;
    padding: 5px;
    left: 0;
    top: 0; */
}

.card-pricing h3 {
    font-size: 16px;
}

.av-img {
    position: absolute;
    bottom: 0;
    right: 15px;
    border-bottom-right-radius: 20px;
}

.social-icons {
    position: absolute;
    bottom: 25px;
    right: 55px;
}

.stars-img {
    width: 75px;
    height: auto;
}

@media (max-width: 1600px) {
    .banner-info {
        margin-top: 100px;
    }
    .banner-title {
        font-size: 48px;
        line-height: 3rem;
    }
    .banner-p {
        font-size: 16px;
    }
    .services-text {
        font-size: 14px;
        line-height: normal;
    }

    .mobile-img {
        bottom: -152px;
        height: 318px;
        width: auto;
    }

    .number-p {
        font-size: 14px;
    }

    .stars-img {
        width: 45px;
        height: auto;
    }
}
@media (max-width: 1432px) {
    .banner-info {
        margin-top: 80px;
    }
    .banner-title {
        font-size: 32px;
        line-height: 2.5rem;
    }
    .banner-p {
        font-size: 16px;
    }
    .services-text {
        font-size: 12px;
        line-height: normal;
    }

    .number-p {
        font-size: 14px;
    }

    .stars-img {
        width: 40px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .btn-landing {
        padding: 13px 32px;
    }

    .banner-info {
        margin-top: 70px;
    }
    .banner-title {
        font-size: 32px;
        line-height: 2.3rem;
    }
    .banner-p {
        font-size: 16px;
    }
    .services-text {
        font-size: 10px;
        line-height: normal;
    }

    .number-p {
        font-size: 12px;
    }

    .about-us p {
        font-size: 14px;
    }

    .card-pricing p {
        font-size: 12px;
    }

    .stars-img {
        width: 35px;
        height: auto;
    }
}
@media (max-width: 992px) {
    .banner-mobile-info {
        margin-top: 8rem !important;
    }
    section {
        margin-bottom: 50px;
    }
    .nav-item-dropdown {
        width: 100%;
    }
    .dropdown.d-inline-block {
        width: 100%;
    }

    .dropdown.d-inline-block .btn-blue {
        width: 100%;
    }

    .dropdown.d-inline-block .dropdown-catalog .dropdown-item {
        color: black;
        white-space: normal;
    }
    .dropdown.d-inline-block .dropdown-catalog {
        background: #ffffff;
    }
    .dropdown-catalog {
        width: 100%;
        min-width: 0;
        font-size: 14px;
        background: transparent;
        border: unset;
    }

    .dropdown-catalog .dropdown-item {
        padding: 0 0 0 10px;
        margin-bottom: 10px;
        color: #ffffff;
    }
    .banner-bg {
        background: #fff;
    }
    .banner-info {
        margin-top: 50px;
    }
    .banner-title {
        font-size: 28px;
        line-height: normal;
    }
    .banner-p {
        font-size: 16px;
    }
    .services-text {
        font-size: 14px;
        line-height: normal;
    }
    .btn-blue {
        display: block!important;
        text-align: center;
        text-align: -webkit-center;
    }

    /* .bg-l-blue-3 {
        background: linear-gradient(104.2deg, #006EFF 1.72%, #220183 141.79%);
    } */



    .card-pricing h3 {
        font-size: 14px;
    }
    .mobile-img {
        display: none;
    }
    .mobile-img-1 {
        display: block;
        position: relative;
        bottom: 0;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
    .section-title {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: normal;
    }

    table td {
        display: block;
    }
    table h5 {
        font-size:16px;
    }
    .card-pricing p {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .img-hide-1 {
        display: none!important;
    }

    .number-p {
        font-size: 14px;
    }

    .about-us {
        min-height: 310px;
    }

    .stars-img {
        width: 30px;
        height: auto;
    }

    .price-new {
        font-size: 28px;
    }
    .price-old {
        font-size: 16px;
    }
    .price-new-blue {
        font-size: 28px;
    }
    .price-old-blue {
        font-size: 16px;
    }

    .banner-bg-1 {
        background: #fff;
    }
}

@media (max-width: 768px) {
    section {
        margin-bottom: 20px;
    }
    .number-p {
        font-size: 16px;
    }
    .about-us {
        min-height: 400px;
    }
    .text-blocks {
        gap: 20px;
    }
    .fullfilment-block {
        margin-bottom: 100px;
    }
    .pagination-container {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {
    section {
        margin-bottom: -55px;
    }
    .about-us {
        min-height: min-content;
    }
    .btn-price {
        font-size: 14px;
    }

}