@charset "UTF-8";
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1470px;
    }
    .container-custom {
        max-width: 1060px;
    }
}

@media (max-width: 1400px) {

/*    .hero-caption {
        padding: 50px 60px;
    }*/
/*
        .hero-caption span {
            font-size: 52px;
        }*/

    .four-step-wrap > div :after {
        right: -85px;
        top: 25%;
    }

    .four-step-box {
        max-width: 180px;
    }

 
    .testimonial-wrap-left {
        width: 45%;
        padding: 80px 50px;
    }

    .testimonial-wrap-right {
        width: 55%;
        padding: 80px 50px;
    }

    .object-section .object-box {
        max-width: 520px;
    }

    .main-nav {
        margin-left: 0px;
    }

  

    .headerlink {
        margin: 0 5px;
    }

/*    .box-one {
        margin: 0 15px 40px;
    }*/

        .box-one img {
            max-width: 100%;
        }

    .step-box {
        padding: 25px 6px;
        max-width: 80px;
    }

    .db-icon-box {
        min-height: 157px;
    }

    .hero-caption span {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1399px) {
    .hero-caption {
        
    }
    .hero-img {     
        aspect-ratio: 16/7.5;
  
    }
}
    

    @media (max-width: 1350px) {
        .main-nav > ul > li {
        padding: 16px 10px;
       
    }
        .hero-img {
            aspect-ratio: 16/9.9;
        }
}
@media (max-width:1279px) {
    body{
        padding-top:110px;
    }
    .header-section {
        display: block;      
        background:var(--White);
        position:fixed;
        left:0;
        top:0;
        width:100%;
        
    }
        .header-section::after {
            content:none;
            display:none;
        }
        .header-wrap {
            padding: 15px 0;
        }
    .header-left::before,
    .header-left::after,
    .header-right::before,
    .header-right::after {
        content: none;
        display: none;
    }
    .header-left,
    .header-right {
        padding: 0;
        height:auto;
        width:auto;
        align-self:center
    }
    .top-nav {
        display: none;
    }

    .mobile-nav {
        background-color: var(--PrimaryColor);
        display: block;
       
    }

    .mobile-nav-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 46px;
    }

    .mobile-nav-left {
        display: flex;
        align-items: center;
    }

    .page-title-mobile {      
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        color: var(--White);
        margin: 0;
    }

    .mobile-menu {
        margin-right: 20px;
    }

    .mobile-nav-right img {
        margin-left: 10px;
    }

    .mobile-nav-right img {
        margin-left: 10px;
    }

    .profile-mobile {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        overflow: hidden;
    }

    .mobile-slide {
        width: 100%;
        max-width: 350px;
        position: fixed;
        left: -350px;
        top: 0;
        height: 100%;
        background-color: var(--White);           
        z-index: 9999;
        transition: all 0.25s ease-in-out 0s;
    }

    .mobile-slide-head {
        /*        background-color: var(--light-yellow);*/
        background: var(--PrimaryColor);
        min-height: 120px;
        padding: 40px 36px 30px;
        height:200px;
    }

    .profile-pic {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        overflow: hidden;
        border:2px solid rgba(255,255,255,0.8)
    }

    .nav-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .profile-title {
        font-family: var(--Lucida-Sans);
        font-weight: 600;
        font-size: 18px;
        color: var(--White);
        margin: 15px 0 5px;
    }

    .profile-details {
        font-family: var(--Default-font);
        font-weight: 400;
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        display: block;
    }

    .mobile-slide-bottom {
        padding: 27px 40px;
        overflow:auto;
        height:calc(100vh - 200px)
    }

        .mobile-slide-bottom ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .mobile-slide-bottom ul li {
                padding: 10px 0;
            }

                .mobile-slide-bottom ul li a {
                    font-family: var(--Default-font);
                    font-size: 14px;
                    color: var(--black);
                    font-weight: 400;
                }

                .mobile-slide-bottom ul li:hover a,
                .mobile-slide-bottom ul li.active a {
                    color: var(--PrimaryColor);
                }

    .mobile-slide.open {
        left: 0;
    }
        .mobile-slide.open::after{
            content:'';
            display:block;
            height:100%;
            width:1200px;
            background:rgba(0,0,0,0.4);
            position:absolute;
            left:100%;
            top:0;
        }

        .mobile-nav-before-login-header {
            height: 50px;
            background: var( --PrimaryColor);
            position: relative;
        }
    .mobile-nav-body {
        overflow:auto;
        max-height: calc(100vh - 60px);
    }
    .mobile-nav-before-login ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-nav-before-login  ul {
        padding:0 15px;
    }
    .mobile-nav-before-login  ul > li {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        position:relative;
    }
            .mobile-nav-before-login  ul > li > a {
                display:block;
                padding:8px 10px;
            }
                .mobile-nav-before-login  ul > li > ul {
                    display:none;
                }
                .object-wrap {
                    padding: 50px;
                }
    .mobile-nav-before-login  ul > li .sub-nav-control {
        height:32px;
        width:32px;
        position:absolute;
        right:0;
        top:0;
        border:none;
        background:transparent;     
        align-content:center;
    }
        .mobile-nav-before-login  ul > li .sub-nav-control:after {
            content: "";
            border: solid var(--DarkGreyfour);
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }
        .mobile-nav-before-login  ul > li .sub-nav-control.active::after {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }
    .mobile-nav-before-login  ul > li > ul > li {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        position: relative;
    }
        .mobile-nav-before-login  ul > li > ul > li:last-child{
            border-bottom:none;
        }

        .mobile-nav-before-login  ul > li > ul > li > a {
            display: block;
            padding: 8px 10px;
            font-size:14px;
        }

    .nav-close {
        position: absolute;
        right: 32px;
        top: 12px;
/*        width: 32px;
        height: 32px;*/
        opacity: 0.3;
        background:transparent;
        border:none;
    }

        .nav-close:hover {
            opacity: 1;
        }

        .nav-close:before, .nav-close:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 24px;
            width: 2px;
            background-color:var(--White);
        }

        .nav-close:before {
            transform: rotate(45deg);
        }

        .nav-close:after {
            transform: rotate(-45deg);
        }
    .hamburger-btn {
        background-color: var(--PrimaryColor);
        border: none;
        padding: 10px;
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 40px;
    }

        .hamburger-btn span {
            display: block;
            height: 2px;
            width: 100%;
            background-color: white;
            border-radius: 2px;
        }
            .hamburger-btn span:nth-child(2){
                margin-left:2px;
            }
            .object-wrap img {
                max-width: 100%;
            }

    body.nav-open{
        overflow:hidden;
    }
    .flex-column-reverse-cu {
        flex-direction: column-reverse !important;
    }

    .two-col-section .object-wrap {
        min-height: 100%;
    }

    .two-col-section .container-fluid > .row div.yellow-bg,
    .two-col-section .container-fluid > .row div.yellow-bg {
        display: none;
    }

    .step-box {
        max-width: 175px;
    }

        .step-box::after {
            min-width: 102px;
            right: -103px;
            top: 50%;
        }

    .yellow-btn {
        margin-bottom: 10px;
    }

    .hero-section-left {
        margin-bottom: 10px;
    }

    .btn-grp-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .card-box {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .card-box span {
            display: block;
            width: 100%;
            text-align: center;
        }

    .four-step-wrap > div::after {      
        top: 25%;
        width: 88px;
    }

 

    .sec-pad {
        padding: 40px 0px;
    }

    .main-nav {
        display: none;
    }

    .header-right a {
        display: none;
    }

        .header-right a:last-child {
            display: inline-block;
        }

    .contact-box {
        font-size: 16px;
    }

    .footer-cta-link img {
        width: 30px;
    }

    ul.scroll-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    .three-col-slider .slick-dots {
        margin: 0 auto;
    }

}

    @media (max-width: 1200px) {
        .hero-img {
            aspect-ratio: 16/8.6;
        }
/*        .hero-caption {
            padding: 50px 0px 50px 38px;
        }*/

/*            .hero-caption h2 {
                font-size: 23px;
            }*/

            .hero-caption span {
/*                font-size: 45px;*/
                margin-bottom: 10px;
            }

        .hero-slide .slick-dots,
        .three-col-slider .slick-dots,
         {
            padding: 0 0 0 40px;
        }

        .container {
            max-width: calc(100% - 30px);
        }

        .top-cta-section ul .slick-next {
            right: 0px;
        }

        .profile-box {
            max-width: 516px;
        }

        /*    .profile-box-content {
        max-width: 270px;
    }*/

        .btn-grp-box {
            padding: 0 10px;
        }

        .button-solid {
            font-size: 12px;
            padding: 8px 20px;
        }



  

            .small-card-box-slide h2 {
                font-size: 16px;               
            }

        .top-nav ul li:first-child {
            padding: 0 0px 0 0;
        }

        .object-box {
            padding-right: 20px;
        }
    }

    @media (max-width: 1140px) {
        .hero-img {
            aspect-ratio: 16/9.8;
        }
        .btn-icon-borderd {
            font-size: 0px;
        }

        .top-cta-section ul li {
            padding: 0 5px;
        }

        .card-box {
            padding: 30px;
        }

        .four-step-wrap > div :after {
            right: -62px;
            top: 25%;
            width: 55px;
            background-size: cover;
            background-position: right center;
        }

        /*    .profile-box-content {
        max-width: 241px;
        right: 135px;
    }*/

        .testimonial-wrap-left,
        .testimonial-wrap-right {
            padding: 50px 30px;
        }

        .object-section .object-box {
            max-width: 456px;
        }

        .tag-group-box-color {
            margin: 38px auto 0;
            width: 100%;
        }

        .card-box {
            margin: 0;
            max-width: 100%;
            width: 100%;
        }
    }
@media (max-width: 991px) {
    .hero-img {
        aspect-ratio: 16/9.8;
    }
    .four-step-wrap > div::after {
        content:none;
    }
    .profile-box img {
        max-width: 100%;
    }
    .profile-box {
        flex-direction: column;
    }

    .profile-box-content {
        margin: -30px 0 0 0;
    }
}
    @media (max-width: 860px) {
        .four-step-box {
            max-width: 250px;
        }

        .object-section .object-box {
            max-width: 100%;
        }

        .testimonial-wrap {
            flex-wrap: wrap;
        }

         
        .card-wrap {
            display: block;
        }

        .testimonial-wrap-inner {
            margin: 0 auto;
        }

        /*    .profile-box-content {
        max-width: 322px;
        right: 39px;
    }
*/
        .profile-box {
            max-width: 594px;
        }

        .card-box {
            width: 100%;
        }

        .hero-section-left {
            margin-bottom: 25px;
        }

        .btn-grp-box {
            justify-content: center;
        }

        .card-box {
            text-align: center;
        }

        .header-section {
            background-color: var(--White);
            min-height: 45px;
            align-items: center;
        }

  
    }

    @media (max-width: 767px) {
        .login-box h2, .selection-wrap-box h2 {
        font-size:20px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
        }
            .footer-section {
                padding: 50px 0;
            }

            .footer-med {
                padding: 0
            }

            .testimonial-wrap .testimonial-wrap-left,
            .testimonial-wrap .testimonial-wrap-right {
                width: 100%;
            }

            .tag-group-box {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                align-items: initial;
            }


            .support-info.info-box .box-col,
            .support-info.info-box .box-col:last-child {
                width: 50%;
                max-width: 50%;
            }

            .support-info {
                flex-wrap: wrap;
            }

            .footer-bottom {
                display: block;
            }

            .copyright {
                width: 100%;
                max-width: 100%;
                text-align: center;
                display: block;
                margin-top: 0px;
            }

            .social-link {
                max-width: 200px;
                margin: 0 auto;
            }

            .profile-box-content {
                position: relative;
                left: auto;
                right: auto;
            }

            .support-info.info-box .box-col,
            .support-info.info-box .box-col:last-child {
                max-width: 100%;
                width: 100%;
                text-align: center;
            }

            .support-info .box-col {
                padding: 0px 30px;
            }
            /*        .footer-cta-link {
            justify-content: center;
        }*/

            .footer-top-nav ul li {
                width: 100%;
                border-left: 0;
                padding: 0;
            }

            .card-box {
                margin: 0 0 10px 0;
            }

            .four-step-wrap > div :after {
                display: none;
            }

            .button-section-box {
                gap: 10px;
                max-width: 100%;
                margin: 0;
                flex-wrap: wrap;
                display: grid;
                grid-template-columns: repeat(2, 1fr)
            }

                .button-section-box button {
                    /*                min-width: none;
                width:48%;*/
                    margin: 0;
                }

            .big-btn-border {
                margin: 0 0 10px;
            }

            .object-section .object-box {
                height: auto;
                margin: 0 0 50px 0;
            }

            .three-col-gray-block {
                padding-left: 15px;
                padding-right: 15px;
            }

            .sec-pad {
                padding: 30px 0;
            }

            .cta-section-box h2 {
                font-size: 22px;
            }

            .cta-search-box {
                margin-top: 15px;
            }

            .popup-block {
                width: 100%;
                position: fixed;
                left: 0;
                bottom: 0;
                border-radius: 20px 20px 0 0;
            }

            .object-wrap {
                padding: 40px 0px;
            }

            .payment-gateway-section {
                max-width: 100%;
            }

            .login-box {
                max-width: 100%;
                padding: 0 15px;
            }

            .login-wrap {
                width: 100%;
            }

            .step-box {
                max-width: 152px;
            }







            .db-icon-box {
                margin: 20px 0 0 0;
            }

            .step-box-wrapper {
                flex-wrap: wrap;
            }

            .step-box {
                width: 48%;
                max-width: 100%;
                margin: 5px 0;
            }

                .step-box:nth-child(2):after {
                    display: none;
                }

            .data-table-filter-box h4 {
                font-size: 18px;
            }

            .object-section .object-box {
                width: 100%;
            }

            .support-info.info-box .box-col {
                margin-bottom: 40px;
            }

            .support-info span {
                font-size: 40px;
                line-height: 34px;
            }

            .basic-page-banner .banner-content {
                left: 30px;
            }

                .basic-page-banner .banner-content h1 {
                    font-size: 24px;
                }

            .send-money-box {
                padding: 30px;
            }

            .get-in-form-box {
                width: 100%;
                max-width: none;
            }

            .order-summary-wrapper, {
                padding: 30px;
            }

            .login-outer {
                padding: 15px 0;
            }

            .profile-box {
                max-width: 100%;
                width: 100%;
                overflow: hidden;
            }



            .profile-box-content {
                border-radius: 0 0 10px 10px;
            }

            .transaction-history-filter {
                flex-direction: column;
                align-items: start;
            }

                .transaction-history-filter .form-control {
                    max-width: 100% !important;
                }

            .img-preview-wrapper {
                width: 90%;
            }

            .step-head {
                font-size: 16px;
                padding: 15px 8px
            }
        }

    @media (max-width: 668px) {
        .hero-caption h2 {
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 0px;
        }

        /*        .hero-caption span {
            font-size: 30px;
        }*/

        .hero-caption small {
            font-size: 12px;
        }

        .slick-slide img {
            max-width: 100%;
        }

 

  

        .hero-section {
            padding: 15px 0;
        }

        .container {
            max-width: 100%;
        }

        .hero-slide .slick-dots {
            padding: 0 0 0 25px;
            bottom: 32px;
        }


        .hero-section-left {
            margin-bottom: 15px;
        }

        /*        h2 {
            font-size: 24px;
        }*/

        h3 {
            font-size: 18px;
        }

        .testimonial-row img {
            width: 60px;
            height: 60px;
        }

/*        .testimonial-wrap h3,
        .tag-group-box-color-intro h2 {
            font-size: 24px;
        }
*/
        .testimonial-wrap-right {
            font-size: 20px;
        }

        .testimonial-wrap-left {
            padding: 40px;
        }

        .testimonial-wrap-right {
            padding: 40px 15px 60px;
        }

        .object-box {
            padding: 0px;
        }

        .support-info span {
            font-size: 30px;
        }

        .support-info.info-box .box-col {
            margin-bottom: 20px;
        }

        .hero-slide .slick-dots {
            padding: 0 0 0 4px;
            bottom: -25px;
        }


       

        .object-wrap form {
            width: 100%;
            padding: 0 0;
        }

        .submit-btn, .btn-group-right .submit-btn {
            padding: 7px 15px;
            min-width: 110px;
        }

        .currencyContainer ul li {
            width: 100%;
        }

        .radio-group-wrap {
            gap: 20px;
        }
    }

    @media (max-width: 576px) {
        .header-left, .header-right{
            max-width:50%;
        }
            .header-left img, .header-right img{
                max-width:100%;
            }
            .small-card-box-slide img, .small-card-box img {
                aspect-ratio: 4/3;
                object-position: bottom right;
            }

        .small-card-box-slide .slide-content {
            top: 20px;
        }

        .small-card-box-slide h2 {
            font-size: 18px;
        }
    }


    /* For Print */
