body.no-scroll {
    overflow: hidden;
}

.iti {
    --iti-path-flags-1x: url('/assets/img/phone/flags.webp');
    --iti-path-flags-2x: url('/assets/img/phone/flags@2x.webp');
    --iti-path-globe-1x: url('/assets/img/phone/globe.webp');
    --iti-path-globe-2x: url('/assets/img/phone/globe@2x.webp');
}

.form-check a {
    color: inherit;
    font-weight: 500;
}

.form-check a:hover {
    color: var(--bs-primary);
}

.contact-form-style-one button[disabled] {
    background: var(--bs-gray-400);
    cursor: auto;
}

.contact-form-style-one button[disabled]:hover::after {
    content: none;
}

.success.breadcrumb-area {
    padding: 150px 0 0 0;
}

#services {
    scroll-margin-top: 150px;
}

.banner-area {
    height: 90vh;
}

.banner-btn {
    text-transform: none;
}

.pricing-style-two .price .price-before {
    font-size: 22px;
    color: var(--color-heading);
    align-self: end;
}

.pricing-style-two .price .price-after {
    font-size: 22px;
    color: var(--color-heading);
    align-self: start;
    margin-top: -7px;
}

.pricing-header .card-name {
    margin-top: 25px;
}

.custdev {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.custdev .pricing-content {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custdev .card-name {
    margin: 0;
}

.card-main {
    width: 100%;
    max-width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 30px;
    border-right: solid 1px #b1b1b1;
}

.card-main .pricing-header {
    margin: 0;
}

.card-main > ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    font-size: 16px;
    font-weight: 200;
}

.card-main li {
    background: grey;
    color: #fff;
    padding: 3px 10px 3px 10px;
    border-radius: 15px;
}

.card-main p {
    margin-top: 20px;
}

.pricing-content.show-mobile {
    display: none;
}

.process-style-three-items div:nth-of-type(1),
.process-style-three-items div:nth-of-type(5) {
    left: -100px;
}

.process-style-three-items div:nth-of-type(4) {
    left: 100px;
}

.process-style-three-items div:nth-of-type(2),
.process-style-three-items div:nth-of-type(6) {
    left: -17px;
}

.process-style-three-items div:nth-of-type(3) {
    left: 20px;
}

.process-style-two h4 {
    font-size: 21px;
    font-weight: 500;
    color: var(--color-paragraph);
    line-height: 1.3;
    margin: 0;
}

.process-arrow .arrow-mob {
    display: none;
}

.center-align li {
    align-items: center;
}

.first-cap {
    text-transform: none;
}

.contact-form .form-select {
    margin-bottom: 15px;
    padding: 15px 0;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    border-radius: 0;
    font-size: 18px;
    color: #6C757D;
    transition: color 0.3s;
}

.form-check .form-check-input {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: 0;
    min-height: unset;
}

.contact-form-style-one textarea {
    min-height: 130px;
}

.form-group .iti {
    display: block;
}

.form-group .iti__selected-country::after {
    content: none;
}

.form-group .iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

.form-group .iti input.iti__tel-input {
    margin-bottom: 15px;
}

.form-group .iti__search-clear::after {
    content: none;
}

.form-group .iti__search-clear {
    position: absolute;
    right: 4px;
    background: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease;
    width: 24px;
    height: 24px;
}

.form-group .iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding-right: 28px;
    margin-bottom: 0;
    padding: 0 0 0 30px;
}

/* ==================================================================== */
/* Start - Success Page Styles */
/* ==================================================================== */
.thankyou-box h1 {
    font-size: 7rem;
}


/* ==================================================================== */
/* Start - Success Page Styles */
/* ==================================================================== */

@media screen and (max-width: 1400px) {
    .process-style-two span {
        height: 75px;
        width: 50px;
    }

    .process-style-two h4 {
        font-size: 19px;
    }

    .process-style-two {
        padding: 25px;
        padding-top: 70px;
    }

    .process-style-three-items div:nth-of-type(1),
    .process-style-three-items div:nth-of-type(5) {
        left: -90px;
    }

    .process-style-three-items div:nth-of-type(4) {
        left: 90px;
    }
}

@media only screen and (max-width: 1200px) {
    .card-main {
        max-width: 60%;
    }

    .process-style-three-items div:nth-of-type(1),
    .process-style-three-items div:nth-of-type(5) {
        left: -80px;
    }

    .process-style-three-items div:nth-of-type(4) {
        left: 80px;
    }

    .process-style-three-items div:nth-of-type(2),
    .process-style-three-items div:nth-of-type(6) {
        left: -25px;
    }

    .process-style-three-items div:nth-of-type(3) {
        left: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .success.breadcrumb-area {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .pricing-content.show-lg {
        display: none;
    }
    .card-main {
        max-width: 100%;
        border: none;
        padding-right: 0;
    }
    .pricing-content.show-mobile {
        display: flex;
        margin: 40px 0 0 0;
    }
    .pricing-content.show-mobile .price {
        margin-left: 75px;
    }
    .card-main > ul {
        margin-top: 40px;
    }

    .process-arrow .arrow-lg {
        display: none;
    }

    .process-arrow .arrow-mob {
        display: inline;
    }

    .card-main {
        max-width: 100%;
    }

    .process-style-three-items div:nth-of-type(1),
    .process-style-three-items div:nth-of-type(5) {
        left: -40px;
    }

    .process-style-three-items div:nth-of-type(4) {
        left: 40px;
    }

    .process-style-three-items div:nth-of-type(2),
    .process-style-three-items div:nth-of-type(6) {
        left: -30px;
    }

    .process-style-three-items div:nth-of-type(3) {
        left: 30px;
    }

    .success.breadcrumb-area {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .process-style-three-items div.process-style-two {
        left: 0;
        right: 0;
    }

    .thankyou-box h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 540px) {
    .pricing-content.show-mobile .price {
        margin-left: 0;
    }

    .pricing-style-two .pricing-header .icon {
        min-width: 55px;
    }

    .partner-map h2 {
        font-size: 130px;
    }
}