﻿.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.top-txt{display: flex;}
.top-txt img {display: none;}
.topbar .sale-txt .discount {background: #fff;color: #000;margin-left: 10px;padding: 0 5px 0 5px;background: #fff;color: #000;}
    .topbar .sale-txt {display: flex;margin: 0 auto;} 


.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-white {
    color: #fff !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.it-d-none {
    display: none !important;
}
.btn-second {
    background-color: var(--text-color);
}

.bg-second {
    background-color: var(--secondary-color);
}

.bg-grey {
    background-color: var(--grey-color);
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.g-4, .gy-4 {
    row-gap: 30px;
}

.red-secion {
    background-color: #fff2f2;
}

.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.position-relative {
    position: relative;
}

#additional-content .row {
    display: block;
    width: 100%;
    margin: 0;
}

#additional-content .additional-box {
    border-radius: 20px;
    background-color: var(--secondary-color);
    padding: 20px;
}

.left-content,
.right-content {
    display: flow-root;
}

    .left-content img {
        float: left;
        margin-right: 20px;
        width: 30%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .right-content img {
        float: right;
        margin-left: 20px;
        width: 30%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.bg-primary.sac {
    color: #fff;
}

.bg-primary.sac * {
    color: #fff;
}

#additional-content h3 {
    margin-top: 16px;
    margin-bottom: 22px;
}

#additional-content p {
    margin-bottom: 10px;
    text-align: justify;
}

#additional-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.bg-primary.sac a {
    color: #000;
}

    .bg-primary.sac a span {
        color: #fff;
    }

a.services-link {
    color: #0a58ca;
    text-decoration: underline;
}

.it-section-wrapper {
    padding: 40px 0px;
}

section#additional-content {
    padding: 0;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .left-content img,
    .right-content img {
        float: initial;
        margin: auto;
        width: 100%;
    }
}

.form-input {
    border-radius: 10px;
    min-height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    outline: none;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 24px;
        padding-left: 24px;
    }

    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        /*width: 83.33333333%;*/
    }
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 365px) {
    .main-it-header .navbar-brand img {
        max-width: 130px;
    }

    .main-it-header .heading-star {
        max-width: 120px;
    }
}

@media (max-width: 320px) {
    /* header */
    .main-it-header .navbar-brand img {
        max-width: 122px;
    }

    .main-it-header .heading-star {
        max-width: 110px;
    }

    .main-it-header .navbar-toggler {
        width: 35px;
        height: 35px;
    }
}

/* -------------------------------------------------------------------------------------------- */
/*main header*/
.main-it-header {
    padding: 16px 0;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    /*margin-top: 52px;*/
}

.main-it-header .navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .main-it-header .heading-star {
        max-width: 135px;
        
    }
}

@media (max-width: 992px) {
    .main-it-header .heading-star {
        display: block !important;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.main-it-header .navbar-toggler {
    display: none;
}

.main-it-header .heading-star {
    display: none;
}

.main-it-header .navbar-nav {
    display: flex;
    list-style: none;
}

.main-it-header .navbar-brand {
    display: flex;
}

.main-it-header .navbar-brand img {
    max-width: 200px;
    height: auto;
}

.checkout-header .navbar-brand img {
    max-width: 266px !important;
    height: auto;
    display: flex;
}

.main-it-header .navbar-collapse {
    display: flex;
    flex-grow: 1;
}

.main-it-header .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.main-it-header .nav-link:hover,
.main-it-header .nav-link.active {
    color: var(--primary-color);
    transition: 0.3s;
}

.main-it-header .nav-link:hover:after,
.main-it-header .nav-link.active:after {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 4px;
    background: var(--primary-color);
    bottom: -12px;
    border-radius: 50px;
    transition: 0.3s;
}

.nav-item.active .nav-link,
.pri_price:focus,
.tab_section a:hover,
a.nav-link:hover {
    color: #e74e51;
}

.main-it-header .btn {
    padding: 13px 40px;
}

.heading-star {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
    max-width: 215px;
}

/*.main-it-header {
    margin-top: 52px !important;
}*/

.main-it-header li.nav-item.sub-menu {
    position: relative;
}

.main-it-header li.nav-item.sub-menu a, .main-it-header li.nav-item.sub-menu button {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    background: transparent;
    border: none;
}

.dropdown {
    flex-flow: row wrap;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 6px 0 hsla(195, 3%, 55%, .31);
    width: 310px;
    border-radius: 11px;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    position: absolute;
    z-index: 9;
    list-style: none;
    display: none;
}

.main-it-header li.nav-item.sub-menu a img, .main-it-header li.nav-item.sub-menu a, .main-it-header li.nav-item.sub-menu button img {
    transition: 0.5s all;
}

.main-it-header li.nav-item.sub-menu.active a img.arrow1 {
    transform: rotate(-180deg);
}

.main-it-header li.nav-item.sub-menu.active ul.menu-dropdown,
.main-it-header li.nav-item.sub-menu.menu-third.active {
    display: block;
}

.main-it-header ul.dropdown.sub-menu-second,
.main-it-header ul.dropdown.sub-menu-third {
    left: 266px;
    top: 0;
    width: 350px;
}

.main-it-header li.nav-item.menu-second.sub-menu.active ul.dropdown.sub-menu-second,
.main-it-header li.nav-item.sub-menu.menu-third.active ul.dropdown.sub-menu-third {
    display: block;
    margin: 0;
}

.main-it-header button {
    padding-left: 0;
    cursor: pointer;
    text-align: left;
}

.sub-menu .sub-menu img {
    transform: rotate(-90deg);
}

.main-it-header ul.dropdown a, .main-it-header ul.dropdown button {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.main-it-header ul.dropdown a:hover,
.main-it-header li.nav-item.menu-second.sub-menu.active .sub-nav-item,
.main-it-header li.nav-item.sub-menu.menu-third.active .sub-nav-item {
    color: #e74e51;
}

@media(min-width:1400px) {

    .main-it-header li.nav-item.menu-second.sub-menu.active img.arrow2,
    .main-it-header li.nav-item.sub-menu.menu-third.active img.arrow2 {
        transform: rotate(-90deg);
    }

    .main-it-header ul#site_gift {
        width: calc(305px + 30px) !important;
        left: -107px;
    }
}

@media (min-width: 567px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
/* footer  */
#footer .lang-dropdown .flag-img {
    max-width: 40px;
    margin: 0;
}

#footer .lang-dropdown .dropdown-menu {
    font-size: 14px;
    width: 190px;
    left: 6px !important;
}

    #footer .lang-dropdown .dropdown-menu img {
        margin-right: 20px;
    }

#footer .lang-dropdown .dropdown-item.active,
#footer .lang-dropdown .dropdown-item:active {
    background-color: var(--primary-color) !important;
}

.footer-main-col ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    gap: 20px;
    margin-top: 15px;
}

.footer-main-col ul li {
    margin-bottom: 20px;
}

.footer-main-col li i,
.footer-main-col li img {
    margin-right: 18px;
    color: var(--primary-color);
    width: 20px;
}

.footer-main-col li svg {
    margin-right: 18px;
    fill: var(--primary-color);
    width: 18px;
}

.footer-main-col a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.footer-main-col a:hover {
    color: var(--primary-color);
    transition: 0.3s;
}

#footer .subscribe-form {
    margin-top: 20px;
}

#footer .subscribe-form .form-input {
    min-height: 50px;
    border: none;
}

    #footer .subscribe-form .form-input::placeholder {
        color: #928f8f;
    }

#footer .subscribe-form .btn {
    cursor: pointer;
    color: #fff;
    min-height: 50px;
    display: flex;
    margin-top: 10px;
    width: 100%;
    background-color: var(--primary-color);
    font-family: comfortaa, serif;
    align-items: center;
    justify-content: center;
}

    #footer .subscribe-form .btn img {
        filter: brightness(100);
        margin-left: 15px;
        width: 10px;
        top: 0px;
    }

    .copyright {
        background-color: var(--primary-color);
        color: #fff;
        text-align: center;
        padding: 12px 0;
    }

.footer-bottom {
    background-color: var(--text-color);
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom p {
    font-size: 12px;
    font-weight: 300;
}

footer {
    background-color: var(--text-color);
    border-radius: 40px 40px 0 0;
}

        footer strong {
            font-size: 22px;
            font-weight: 700;
            line-height: 32px;
        }

    #footer {
        padding: 50px 0;
    }

        #footer .footer-logo-col {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            padding: 0 40px;
            padding-bottom: 25px;
            width: 100%;
        }

        #footer .footer-logo {
            max-width: 280px;
            height: auto;
        }

        #footer .payment-logo {
            max-width: 176px;
            margin-left: auto;
        }

    .footer-payment {
        justify-content: space-between;
    }

    #footer .payment-logo-col {
        display: flex;
        gap: 10px;
        margin-right: 10px;
    }

        #footer .payment-logo-col .payment-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 3px;
            width: 38px;
            height: 21px;
        }

            #footer .payment-logo-col .payment-logo img {
                width: 30px;
                height: 16px;
                object-fit: contain;
            }

    /* new footer */

    footer .col-md-2 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
    }

    #footer .footer-logo {
        max-width: 205px;
        height: auto;
        margin-top: -12px;
    }

    .buy-page footer {
        padding-bottom: 200px;
    }

    #footer .footer-logo-col {
        padding: 5px;
        padding-bottom: 30px;
    }

    #footer .col-md-3 {
        padding-left: 20px;
    }

    .payment-logo-col {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    footer .newsletter {
        max-width: 400px;
        margin-left: auto;
    }

    footer .payment-logo-col .payment-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 3px;
        width: 38px;
        height: 21px;
    }

    .subscribe-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 100px 40px;
        z-index: 999;
    }

    #copyright .payment-logo img {
        width: 30px;
        height: 16px;
        object-fit: contain;
    }

    .dmca-protect p {
        margin-top: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .dmca-protect span:nth-child(1) {
        background: #727272;
        border: 1px solid #727272;
        padding: 5px;
    }

    .dmca-protect span:nth-child(2) {
        background: #000;
        border: 1px solid #000;
        padding: 5px;
    }

    .irrelevant-pages a {
        border-right: 1px solid #fff;
        padding: 0 20px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
    }

        .irrelevant-pages a:last-child {
            border-right: none;
        }

    /* blog crousel */
    .blog-col .blog-img {
        border-radius: 20px;
        overflow: hidden;
        margin: auto;
        max-width: 100%;
    }

    .blog-crousels {
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
        justify-content: center;
        text-align: center;
        font-size: 20px;
    }

    .blog-col {
        margin: 0;
    }


    .blog-crousel .splide__arrow {
        position: absolute;
        content: "";
        background-image: url(../images/slide-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25%;
        background-color: var(--primary-color);
        width: 35px;
        height: 35px;
        border-radius: 100%;
        transition: 0.3s;
        top: -90px;
        right: 0;
        border: none;
        cursor: pointer;
        left: unset;
        transform: scale(1);
    }

        .blog-crousel .splide__arrow svg {
            display: none;
        }

    .blog-crousel .splide__arrow--prev {
        right: 60px;
    }

    .blog-crousel .splide__arrow--next {
        transform: scaleX(-1);
    }

    .blog-crousel .splide__arrow:hover {
        background-color: #000;
        transition: 0.3s;
        background-image: url(../images/slide-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25%;
    }

    .blog-crousel .splide__arrow :focus {
        background-color: #000;
        background-image: url(../images/slide-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25%;
    }

    .blog-crousel .splide__arrow:before {
        display: none;
    }

    .blog-col .blog-img {
        border-radius: 20px;
        overflow: hidden;
    }

    .blog-col .blog-info {
        display: flex;
        gap: 60px;
        padding: 14px 0;
    }

        .blog-col .blog-info img {
            margin-right: 10px;
        }

        .blog-col .blog-info p {
            color: #212529;
            font-size: 10px;
            line-height: initial;
            font-weight: 700;
        }

    .blog-col .blog-content strong {
        color: #212529;
        font-weight: 700;
        line-height: 24px;
    }

    .blog-content .h6 {
        color: #000;
    }

    .blog-col .read-more-btn {
        display: flex;
        justify-content: space-between;
        background-color: var(--secondary-color);
        color: var(--primary-color);
        padding: 12px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 10px;
        margin-top: 15px;
    }

        .blog-col .read-more-btn i {
            font-size: 25px;
        }

    @media (min-width: 992px) {
        .blog-col {
            width: 30%;
        }
    }

    @media (max-width: 992px) {
        /* --- topbar new header --*/

        .topbar {
            position: relative;
        }

            .topbar .sale-txt {
                font-size: 13px;
            }

                .topbar .sale-txt .discount {
                    padding: 3px 7px;
                    margin: 0px 3px 0px 8px;
                }

            .topbar .top-txt img {
                width: 20px;
            }

            .topbar .top-txt .couponcode {
                font-size: 15px;
            }

            .topbar .saletext::after {
                top: -2px;
                height: 17px;
            }

            .topbar::before {
                left: 15px;
                width: 11%;
            }

            .topbar::after {
                right: 4px;
                width: 11%;
            }

        /* header  */

        header {
            position: fixed;
            z-index: 99;
            width: 100%;
            box-shadow: -5px 14px 10px -15px #11111138;
        }

        .main-it-header {
            padding: 15px 0;
            margin-top: 0px;
        }

            .main-it-header .navbar-toggler {
                width: 45px;
                height: 45px;
                background-color: #000 !important;
                border-radius: 100%;
                border: none;
                background-image: url(https://thunderclap.it/assets/images/hamburger.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 45%;
            }

                .main-it-header .navbar-toggler:focus {
                    box-shadow: none;
                }

            .main-it-header .navbar-nav {
                width: 100%;
                display: flex;
                list-style: none;
                flex-direction: column;
                padding-left: 0;
                margin-bottom: 0;
            }

            .main-it-header .nav-link {
                align-items: flex-start;
                padding: 10px 0 !important;
                border-bottom: 1px solid var(--primary-color);
            }

            .main-it-header .btn {
                margin-top: 10px;
                max-width: 195px;
            }

            .main-it-header .nav-link:hover:after {
                display: none;
            }

            .main-it-header .nav-link.active:after {
                display: none;
            }

            .main-it-header .heading-star {
                display: block !important;
            }

            .main-it-header .navbar-toggler {
                display: block;
            }

            .main-it-header .navbar-collapse {
                /* display: flex; */
                display: none;
                flex-grow: 1;
                flex-direction: column;
                flex-basis: 100%;
            }

        .main-it-header {
            margin-top: 0px !important;
        }

            .main-it-header ul.dropdown {
                position: relative;
                box-shadow: unset !important;
                width: 100% !important;
                border: 0px !important;
                padding: 0 !important;
                left: 0px !important;
                margin-top: 0;
            }

        .sub-menu .sub-menu img {
            transform: rotate(0deg);
        }

        .main-it-header ul#nav-menu {
            max-height: 560px;
            overflow-y: scroll;
        }

        button.navbar-toggler.Navtoggle {
            background-image: unset !important;
            position: relative;
            z-index: 15;
            transition: background .4s;
        }

            button.navbar-toggler.Navtoggle span {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block;
                height: 2px;
                width: 12px;
                background: #fff;
                border-radius: 1px;
                transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, background .2s;
            }

                button.navbar-toggler.Navtoggle span:first-child {
                    top: 37%;
                }

                button.navbar-toggler.Navtoggle span:nth-child(3) {
                    top: 63%;
                }

            button.navbar-toggler.Navtoggle.is-opened span:first-child {
                transform: translate(-50%, -50%) rotate(45deg);
            }

            button.navbar-toggler.Navtoggle.is-opened span:nth-child(3) {
                transform: translate(-50%, -50%) rotate(-45deg);
            }

            button.navbar-toggler.Navtoggle.is-opened span:nth-child(2) {
                opacity: 0;
            }

            button.navbar-toggler.Navtoggle.is-opened span:first-child,
            button.navbar-toggler.Navtoggle.is-opened span:nth-child(3) {
                top: 50%;
            }

            button.navbar-toggler.Navtoggle.is-opened span {
                transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
            }

        .main-it-header ul.dropdown a {
            line-height: 40px;
            color: #000;
            font-weight: 600;
        }

        /* footer  */

        footer {
            border-radius: 20px 20px 0 0;
        }

        #footer .footer-logo {
            max-width: 48%;
        }

        #footer .row {
            row-gap: 0px;
        }

        .irrelevant-pages a:last-child {
            padding-left: 10px;
        }

        footer .col-md-2 {
            width: 100%;
        }

        footer .copyright .col-md-4 {
            width: 100%;
            display: flex;
            justify-content: center !important;
            gap: 20px;
        }

        footer .copyright p {
            margin: 5px 0 !important;
        }

        .dmca-protect span:nth-child(1) {
            padding: 4px;
        }

        .dmca-protect span:nth-child(2) {
            padding: 4px;
        }
    }

    @media (max-width: 767px) {
        .main-it-header {
            padding: 8px 0;
        }

            .main-it-header .navbar-brand img {
                max-width: 140px;
            }
            .get-started .dropdown-menu .dropdown-item {
                padding: 12px 5px!important;
                font-size: 10px!important;
            }
           

           .main-it-header .heading-star {
                max-width: 110px;
            }
                .top-txt{display: flex;}
                .top-txt img {display: none;}
                .topbar .sale-txt .discount {
                    background: #fff;
                    color: #000;}
                    .topbar .sale-txt {font-size: 12px;display: flex;margin: 0 auto;} 

            .main-it-header .navbar-toggler {
                width: 38px;
                height: 38px;
                background-size: 45%;
            }

            .main-it-header .btn {
                width: 250px;
                margin: 19px auto 0;
                display: block;
            }

        /* blog crousel  */

        .blog-crousel .splide__arrow {
            width: 22px;
            height: 22px;
        }

        .blog-col {
            margin: 0 10px;
        }

            .blog-col .blog-img {
                border-radius: 10px;
            }

        .blog-crousel .splide__arrow {
            top: -48px;
        }

        .blog-crousel .splide__arrow--prev {
            right: 35px;
        }

        .blog-col .read-more-btn {
            padding: 8px 10px;
            font-size: 10px;
            border-radius: 5px;
        }

            .blog-col .read-more-btn i {
                font-size: 16px;
            }

        .blog-col .blog-info img {
            width: 10px;
            margin-right: 6px;
        }

        .blog-col .blog-info {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 14px 0;
        }

        /* footer  */

        #footer .lang-dropdown .btn {
            margin-top: 16px;
        }

        #footer .payment-logo {
            max-width: 138px;
        }

        footer .newsletter {
            margin-top: 15px;
        }

        .payment-logo-col {
            justify-content: center;
            margin: 0 auto;
        }

        footer .copyright .col-md-4 {
            padding: 0px;
        }

        footer .copyright p {
            margin-top: 12px !important;
            margin-bottom: 8px !important;
        }

        .footer .copyright p {
            font-size: 13px;
        }

        .footer-bottom .dmca-protect {
            margin: 12px 0px;
        }
    }

/* trending services  */

#trending-services {
    background-color: var(--grey-color);
}

.trending-services .row {
    row-gap: 0px;
}

.trending-services .service {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 20px;
    padding: 25px 50px;
    margin: 12px 0;
    display: flex;
    flex-direction: column;
}

.trending-services .service-logo {
    max-width: 150px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

.trending-services .btn {
    width: 100%;
    font-family: comfortaa, sans-serif;
    display: flex;
    margin: 10px 0;
    max-width: 48%;
    padding: 18px 20px;
    background: #fff2f2;
    color: #000;
    border: 1px solid #e74e5117;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    height: 55px;
    text-align: start;
    align-items: center;
    line-height: 18px;
    letter-spacing: 0.6px;
}

    .trending-services .btn svg {
        width: 20px;
        fill: var(--primary-color);
        transition: 0.3s;
        margin-right: 10px;
    }

    .trending-services .btn:hover {
        background-color: var(--primary-color);
        color: #fff;
        border-color: var(--primary-color);
        transition: 0.3s;
    }

        .trending-services .btn:hover svg {
            fill: #fff;
            transition: 0.3s;
        }

    .trending-services .btn img {
        width: 20px;
        margin-left: 0px;
        margin-right: 10px;
        height: 20px;
        top: 0;
        transition: 0.3s all;
    }

    .trending-services .btn:hover img {
        filter: brightness(1000);
    }

@media(max-width: 767px) {
    /* trending service */
    .trending-services .service {
        border-radius: 10px;
        padding: 20px 25px;
    }

    .trending-services .service-logo {
        max-width: 130px;
        height: 34px;
        margin-bottom: 20px;
    }

    .trending-services .btn {
        border-radius: 10px !important;
        margin: 5px 0 !important;
        max-width: 100% !important;
        padding: 14px 14px !important;
        height: auto !important;
    }
}

/* trusted by  */

#trusted {
    background-color: var(--primary-color);
}

.trusted-vid-wrapper .trusted-vid {
    border: 6px solid #fff;
    border-radius: 28px;
    cursor: pointer;
}

.trusted-vid-wrapper .lazyframe {
    border: 6px solid #fff;
    border-radius: 28px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.trusted-col {
    padding-right: 40px;
}

.trusted-vid-wrapper .play-vid {
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 100%;
    border: 4px solid var(--primary-color);
    width: 65px;
    height: 65px;
    position: absolute;
    top: 38%;
    left: 45%;
}

    .trusted-vid-wrapper .play-vid .fa-solid {
        font-size: 25px;
    }

    .trusted-vid-wrapper .play-vid.pause {
        display: none;
    }

.trusted-col ul {
    gap: 80px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

    .trusted-col ul img {
        width: auto;
        height: auto;
    }

.trusted-col .trusted-logos {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 25px;
}

.trusted-col .trusted-logos li {
    display: flex;
    align-self: center;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
}
@media(max-width: 992px) {
    /* trusted by  */

    .trusted-col ul {
        gap: 30px;
    }

        .trusted-col ul img {
            max-width: 100%;
        }

    .trusted-vid-wrapper iframe {
        min-height: 194px;
    }

    .trusted-vid-wrapper .play-vid {
        width: 50px;
        height: 50px;
        top: 32%;
        left: 43%;
    }

        .trusted-vid-wrapper .play-vid .fa-solid {
            font-size: 18px;
        }

    .trusted-col .trusted-logos {
        display: flex;
        gap: 10px;
    }

        .trusted-col .trusted-logos li {
            padding: 5px;
        }

    .trusted-col {
        padding-right: inherit;
        max-width: 100%;
        margin: auto;
    }
}
@media(max-width: 767px) {
    #trusted {
        text-align: center;
    }

    .trusted-vid-wrapper {
        margin-top: -150px;
        margin-bottom: 10px;
    }

        .trusted-vid-wrapper .trusted-vid {
            border-radius: 10px;
        }

        .trusted-vid-wrapper iframe {
            border-radius: 10px;
            min-height: 220px;
            max-width: 100%;
        }

    .trusted-col .trusted-logos li {
        padding: 5px;
        max-width: 33%;
    }
}

/* subscribe POPUP  */

.subscribe-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 100px 40px;
    z-index: 999;
}

    .subscribe-popup .popup-wrapper {
        height: 100%;
        display: flex;
    }

    .subscribe-popup .popup-content {
        position: relative;
        margin: auto;
        background-color: #fff2f2;
        max-width: 48%;
        padding: 50px;
        /* top: -4%; */
        height: 462px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

        .subscribe-popup .popup-content .popup-cross {
            position: absolute;
            top: 18px;
            right: 18px;
        }

    .subscribe-popup .close {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        font-size: 50px;
        line-height: 23px;
        font-weight: 200;
    }

    .subscribe-popup .check-img {
        width: 130px;
    }

    .subscribe-popup .h2 {
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    /* popup  */

    .subscribe-popup {
        padding: 74px 20px;
        top: 119px;
    }

        .subscribe-popup .close {
            top: 20px;
            right: 20px;
            font-size: 30px;
        }

        .subscribe-popup .popup-content {
            max-width: 100%;
            padding: 30px 20px;
        }

        .subscribe-popup .check-img {
            width: 100px;
        }
}

@media (max-width: 992px) {
    /* subscribe popup  */

    .subscribe-popup {
        top: 168px;
        padding: 61px 40px;
    }

        .subscribe-popup .popup-content {
            max-width: 80%;
            height: 362px;
            /* top: 15%; */
        }
}

#hiring-process p {
    color: var(--text-color2);
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
}

#hiring-process ol, #hiring-process ul {
    padding-left: 2rem;
}

#hiring-process dl, #hiring-process ol, #hiring-process ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

#hiring-process ol li p {
    margin-top: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.how-we-help-bg {
    background-color: var(--grey-color);
    max-width: 95%;
    margin: 0 auto;
    border-radius: 20px;
}

#how-we-help .help-img {
    max-width: 100%;
    height: auto;
}

.help-col {
    padding: 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.help-col:hover {
    background-color: var(--secondary-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.help-col-img {
    max-width: 44px;
    width: 100%;
    background-color: #fff;
    padding: 8px;
    border-radius: 100%;
    height: 44px;
    margin-right: 20px;
    border: 1px solid var(--primary-color);
    position: relative;
    z-index: 9;
}

    .help-col-img:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../images/help-line.svg);
        height: 135px;
        width: 12px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        top: 98%;
        left: 37%;
    }

.help-col:last-child .help-col-img:after {
    display: none;
}

/* how we work  */

.how-we-work .step-col {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    transition: 0.6s;
    height: 100%;
}

.how-we-work .row {
    row-gap: 24px;
}

/*.how-we-work .step-col svg path {
    fill: #e74e51;
}

.how-we-work .step-col:hover svg path {
    fill: #fff;
}*/

.how-we-work .step-col:hover {
    background-color: var(--third-color);
    transition: 0.6s;
    /*color: #fff;*/
}

/*    .how-we-work .step-col:hover p, .how-we-work .step-col:hover .h5 {
        background-color: var(--primary-color);
        transition: 0.6s;
        color: #fff;
    }*/

.how-we-work .step-col-img {
    background-color: #fff;
    border-radius: 100%;
    max-width: 80px;
    width: 100%;
    height: 80px;
    display: flex;
    margin-right: 20px;
    padding: 20px;
    margin-right: 15px;
}

    .how-we-work .step-col-img img {
        width: auto;
        height: auto;
    }

.how-we-work .step-col .step-col-head strong {
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 23px;
    gap: 15px;
}

/* how we help  */

.why-choose-col img {
    max-width: 40px;
    margin-right: 15px;
}

#core-values ol, #core-values ul, #hiring-process ol, hiring-process ul {
    padding-left: 2rem;
    line-height: 2;
}

#sitemap .row > * {
    width: 100%;
}

.buy-steps .step-col {
    background-color: #fff;
    background-image: none;
    position: relative;
    transition: 0.3s;
}

    .buy-steps .step-col:hover {
        background-image: none;
        transition: 0.3s;
    }

    .buy-steps .step-col .step-col-head div {
        font-weight: 700;
        font-size: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 23px;
    }

    .buy-steps .step-col .step-col-head > div span {
        font-size: 22px;
        margin-right: 12px;
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 100%;
        max-width: 42px;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .buy-steps .step-col .step-col-text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .buy-steps .step-col .step-img {
        display: flex;
        background-color: #fff;
        padding: 7px;
        border-radius: 100%;
    }