@media only screen and (max-width:1739px) {
    .home-banner:after {
        width: 800px;
    }
}

@media only screen and (max-width:1640px) {
    .container {
        max-width: 100%;
    }
    .home-left {
        width: 650px;
    }
    .home-left h1 {
        font-size: 56px;
        line-height: 66px;
    }
    .home-banner:after {
        width: 700px;
    }
    .send-money-box .form {
        grid-gap: 30px;
    }
    .how-works .works-list h3 br {
        display: none;
    }
    .how-works:after {
        width: 530px;
        height: 530px;
        border: 40px solid transparent;
    }
    .how-works .works-list {
        grid-gap: 65px 335px;
    }
    .how-works .works-list h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .how-works .works-list h3 strong {
        font-size: 30px;
    }
    .how-works .works-list p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width:1399px) {
    footer h3 {
        font-size: 22px;
    }
    .home-left {
        width: 40%;
    }
    .home-left h1 {
        font-size: 46px;
        line-height: 56px;
    }
    .home-left p {
        font-size: 24px;
        line-height: 34px;
    }
    .box-list {
        grid-gap: 30px;
    }
    .how-works .container:before {
        background-size: 140px;
        width: 140px;
        height: 140px;
        background-repeat: no-repeat;
    }
    .testimonial-slider-main .slick-slide a {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonial-slider-main .slick-slide {
        margin-right: 20px;
        margin-left: 20px;
    }
    .send-money-box .country-select select {
        padding-right: 50px;
        width: calc(100% - 42px);
    }
    .send-money-box .country-select img {
        width: 55px;
        padding: 10px 15px;
    }
    .send-money-box .form {
        padding: 40px 20px;
        grid-gap: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .container {
        max-width: 100%;
    }
    .main-header .header-right a {
        width: 120px;
        padding: 10px 0;
        font-size: 16px;
    }
    .logo img {
        width: 250px;
    }
    .footer-inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    footer .f-part {
        width: 100%;
    }
    footer .f-part.f-middle {
        width: 100%;
    }
    footer {
        background-size: cover;
        height: unset;
    }
    .home-banner:after {
        display: none;
    }
    .home-left {
        width: 100%;
        height: unset;
        padding: 60px 0;
    }
    .home-left h1,
    .home-left p {
        text-align: center;
    }
    .custom-btn {
        display: block;
        margin: 0 auto;
    }
    .home-banner {
        min-height: unset;
    }
    .box-list .single-box {
        padding: 35px 25px 65px;
    }
    .box-list .single-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .box-list .single-box h4 {
        font-size: 22px;
    }
    .box-list .single-box img {
        max-width: 90px;
    }
    .how-works .works-list {
        grid-gap: 65px 150px;
    }
    .how-works:after {
        width: 320px;
        height: 320px;
        border: 20px solid transparent;
        top: 360px;
    }
    .home-banner:before {
        height: 100%;
    }
    .contact-inner {
        grid-template-columns: 1fr;
    }
    .contact-inner .contact-left,
    .contact-inner .contact-right-map {
        padding: 25px;
        border-radius: 10px;
    }
    .contact-inner .contact-right-map iframe {
        height: 300px;
    }
    .send-money-box .form .single-field {
        width: 36%;
    }
    .agent-info .custom-btn {
        display: inline-block;
    }
    .cms-page .how-works {
        padding: 90px 0 110px 0;
        height: 560px;
    }
    /* 23-07-2024 */
    .card-box h2.custom-heading span {
        width: 100%;
    }
    .home-left {
        align-items: center;
    }
    /* End-23-07-2024 */
}

@media only screen and (max-width:1092px) {
    .how-works .container:before {
        top: 185px;
    }
}

@media only screen and (max-width:1024px) {
    .testimonial-slider-main .slick-slider .slick-slide.slick-current,
    .testimonial-slider-main .slick-slider .slick-slide.slick-center,
    .testimonial-slider-main .slick-slide.slick-active {
        transform: unset;
        border-radius: 20px;
    }
    .testimonial-slider-main .slick-list {
        padding: 40px 0 !important;
    }
    .testimonial-slider-main .slick-slide {
        padding: 30px 15px;
    }
    .testimonial-slider-main .slick-slide a {
        font-size: 14px;
        line-height: 22px;
    }
    .testimonial-slider-main .slick-slide h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 18px;
    }
    .joi-form .container {
        grid-gap: 30px;
    }
}

@media only screen and (max-width:991px) {
    footer {
        padding: 180px 0 0 0;
    }
    .footer-inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    footer h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    footer ul li a {
        font-size: 16px;
    }
    footer .f-part ul li {
        margin-bottom: 10px;
    }
    footer p {
        line-height: 24px;
    }
    .box-list .box-one:before {
        top: -40px;
    }
    .box-list .box-one:after {
        bottom: -30px;
    }
    .box-list .box-two:before,
    .box-list .box-third:before,
    .box-list .box-four:before {
        top: -20px;
    }
    .box-list .box-two:after {
        bottom: -40px;
    }
    .box-list .single-box h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .box-list .single-box {
        padding: 25px 25px 45px;
    }
    .custom-heading {
        font-size: 40px;
        line-height: 60px;
    }
    .support-box .middle-support h3 {
        font-size: 50px;
    }
    .how-works:after,
    .how-works .container:before {
        display: none;
    }
    .how-works .works-list {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
    .how-works .works-list .single-work {
        align-items: center;
        grid-gap: 20px;
    }
    .how-works .custom-heading {
        margin-bottom: 20px !important;
    }
    .how-works {
        height: 888px;
        padding: 110px 0 0;
        background-size: cover;
    }
    .how-works:before {
        height: 888px;
    }
    .how-works .works-list .single-work:nth-child(odd) {
        text-align: left;
    }
    .how-works .works-list .single-work:nth-child(odd) .work-left {
        order: 2;
    }
    .testimonial-slider-main .custom-heading,
    .how-works .custom-heading {
        width: auto;
    }
    .how-works .works-list .single-work:nth-child(3) {
        order: 4;
    }
    .send-money-box .form {
        display: block;
        padding: 25px 15px;
    }
    .send-money-box .form .single-field {
        width: 48%;
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
    }
    .send-money-box .form .single-field:nth-child(2) {
        float: right;
    }
    .send-money-box .form .custom-btn {
        display: inline-block;
        margin: 0 auto;
    }
    .send-money-box .form {
        text-align: center;
    }
    .joi-form .container {
        grid-template-columns: 1fr;
    }
    .joi-form img {
        width: 500px;
    }
    .joi-form {
        padding: 40px 0;
        margin: 30px 0 0;
    }
    .cms-page .how-works {
        padding: 110px 0 110px 0;
        height: 730px;
        margin-top: 30px;
    }
}

@media only screen and (max-width:959px) {
    .main-header {
        padding: 25px 0;
        position: relative;
    }
    .nav-button {
        color: #000 !important;
    }
    .nav-button {
        position: unset;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        width: auto;
        height: auto;
        background: transparent;
        color: unset;
        line-height: unset;
    }
    .nav {
        top: 96px;
        background: #fff;
        border-top: 1px solid #ccc;
        position: absolute;
        bottom: unset;
    }
    .nav ul li.tablet-visibile {
        display: block;
    }
    .tablet-hide {
        display: none !important;
    }
    .nav li {
        line-height: unset;
    }
    .nav a,
    .nav a:active,
    .nav a:hover,
    .nav a:visited {
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }
    .nav>ul>li:after {
        display: none;
    }
    .nav .nav-submenu>a:after {
        right: 15px;
        top: 8px;
        transition: 0.3s;
    }
    .nav .nav-submenu.nav-active>a:after {
        transform: rotate(180deg);
        transition: 0.3s;
    }
    .nav .nav-submenu>ul {
        margin-left: 0;
    }
    .nav .nav-submenu li a {
        padding: 10px 30px;
        font-size: 18px;
    }
}

@media only screen and (max-width:869px) {
    .box-list {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }
    .account_form {
        max-width: 100%;
    }
    .account_form .custom-heading {
        font-size: 30px;
        line-height: 46px;
    }
    .account_form.final-page {
        margin-top: 50px;
    }
}

@media only screen and (max-width:767px) {
    .top-left .social-icon {
        grid-gap: 20px;
    }
    .top-header .top-right li {
        margin-left: 10px;
        padding-right: 10px;
    }
    .top-header a,
    .top-header span {
        font-size: 14px;
    }
    .logo img {
        width: 200px;
    }
    .main-header .header-right a {
        width: 100px;
        padding: 7px 0;
        font-size: 14px;
    }
    .nav {
        top: 92px;
    }
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    footer {
        padding: 120px 0 0 0;
    }
    .custom-heading {
        font-size: 30px;
        line-height: 50px;
    }
    .card-box {
        margin: 35px 0 80px 0;
    }
    .support-box {
        margin: 50px 0;
    }
    .support-box .middle-support h3 {
        font-size: 40px;
    }
    .support-box .middle-support a.custom-btn {
        margin: 20px 0 25px;
    }
    .support-box .middle-support {
        padding: 40px 0;
        height: 310px;
    }
    .card-box {
        margin: 45px 0 40px 0;
    }
    .how-works .works-list h3 strong {
        font-size: 18px;
    }
    .how-works .works-list h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .how-works .works-list .work-right {
        width: 85px;
        height: 85px;
    }
    .how-works .works-list .work-right img {
        width: 40px;
    }
    .how-works .works-list .single-work .work-left {
        width: calc(100% - 85px);
    }
    .how-works {
        height: 780px;
    }
    .how-works:before {
        height: 690px;
    }
    .home-left h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .home-left p {
        font-size: 22px;
        line-height: 30px;
    }
    .testimonial-slider-main {
        padding: 40px 0 0px;
    }
    .testimonial-slider-main .slick-list {
        padding: 20px 0 40px !important;
    }
    /* Login */
    .login-box {
        max-width: 100%;
        padding: 20px;
    }
    .login-details {
        border-radius: 10px;
        padding: 25px;
    }
    .login-details h1 {
        font-size: 25px;
        margin: 0 0 10px 0;
    }
    .login-details p {
        font-size: 16px;
    }
    .login-page form {
        margin-top: 20px;
    }
    .login-page .single-field label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .login-page .single-field input,
    .login-page .single-field select {
        height: 40px;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 16px;
    }
    .remember,
    .forgot-pwd,
    .submit-btn input {
        font-size: 16px;
    }
    .submit-btn {
        margin: 30px 0;
    }
    /* End-Login */
    /* Cms-Page */
    .cms-heading h1 {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }
    .cms-page p {
        font-size: 14px;
        line-height: 22px;
    }
    .cms-page h2 {
        font-size: 20px;
    }
    .cms-page ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .cms-page h3 {
        font-size: 18px;
    }
    .cms-page h4 {
        font-size: 16px;
    }
    .cms-page {
        padding: 20px 0;
    }
    .cms-page ul ul {
        margin-top: 10px;
        padding-left: 15px;
    }
    .cms-page .support-box .middle-support h3 {
        max-width: unset;
        font-size: 30px;
        padding: 0 15px;
    }
    .contact-form .single-field input,
    .contact-form .single-field textarea {
        height: 40px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .contact-form .single-field label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .contact-form {
        padding-top: 10px;
        margin-top: 5px;
    }
    /* End-Cms-Page */
    .custom-page {
        margin: 40px 0;
    }
    .custom-page .account_form form#otpVerifyForm .login-fields input {
        width: 100%;
    }
    .send-money-box .form .single-field {
        width: 100%;
    }
    .send-money-box .form label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sm-breadcrumb ul li {
        display: block;
        text-align: left;
    }
    .sm-breadcrumb ul li a:after {
        display: none;
    }
    .sm-breadcrumb ul li a {
        margin: 0;
        padding: 4px 0;
    }
    .payment_info label {
        margin-bottom: 10px;
    }
    /* 23-07-2024 */
    .card-box h2.custom-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .card-box h2.custom-heading span {
        font-size: 18px;
        line-height: 30px;
    }
    /* End-23-07-2024 */
}

@media only screen and (max-width:599px) {
    .top-header {
        display: none;
    }
    .copyright {
        display: block !important;
        text-align: center;
        padding: 15px 0;
        margin-top: 30px;
    }
    .copyright img {
        margin-bottom: 10px;
    }
    .testimonial-slider-main .slick-prev,
    .testimonial-slider-main .slick-next {
        z-index: 9;
        background: #fff;
        width: 30px;
        height: 30px;
        box-shadow: 0px 4px 30px 0px rgba(41, 41, 41, 0.10);
        border-radius: 100px;
    }
    .testimonial-slider-main .slick-slide a p {
        height: 90px;
        overflow: hidden;
    }
    .testimonial-slider-main .slick-slide {
        padding: 30px;
    }
    .testimonial-slider-main .slick-list {
        padding: 20px 0 20px !important;
    }
    .testimonial-slider-main {
        padding: 40px 0 20px;
    }
    .slick-prev:before,
    .slick-next:before {
        opacity: 1;
        border: solid #c83dac;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        content: "";
        transform: rotate(-40deg);
    }
    .slick-prev:before {
        transform: rotate(135deg);
    }
    .testimonial-slider-main .slick-prev {
        left: 5px;
    }
    .testimonial-slider-main .slick-next {
        right: 5px;
    }
    .nav ul li.mobile-visibile-landscap {
        display: block;
    }
    .nav {
        height: calc(100vh - 71px);
        overflow: auto;
    }
    .account_form .custom-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .account_form.final-page img.check-img-final {
        max-width: 80px;
    }
}

@media only screen and (max-width:545px) {
    body {
        font-size: 14px;
    }
    .nav ul li.mobile-visibile {
        display: block;
    }
    .header-right {
        display: none;
    }
    .header-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-left .nav-button {
        order: 2;
        margin-right: 0;
    }
    .main-header {
        padding: 15px 0;
        position: relative;
    }
    .nav {
        top: 71px;
    }
    .nav a,
    .nav a:active,
    .nav a:hover,
    .nav a:visited,
    .nav .nav-submenu li a {
        font-size: 16px;
    }
    .footer-inner {
        grid-template-columns: 1fr;
    }
    footer {
        padding: 30px 0 0 0;
        background: transparent;
        background-color: #d6589f !important;
    }
    footer h3 {
        font-size: 16px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
    footer .f-part ul li {
        margin-bottom: 5px;
    }
    footer ul li a {
        font-size: 14px;
        text-decoration: none;
    }
    footer h3.follow-heading {
        margin-top: 25px;
    }
    .copyright p {
        font-size: 14px;
    }
    .custom-heading {
        font-size: 24px;
        line-height: 38px;
    }
    .support-box .middle-support {
        border-radius: 20px;
        padding: 0;
        height: 230px;
    }
    .support-box .middle-support h3 {
        font-size: 28px;
    }
    .support-box .middle-support a.custom-btn {
        margin: 15px 0 15px;
        padding: 10px 40px;
        font-size: 14px;
    }
    .box-list {
        grid-template-columns: 1fr;
    }
    .box-list .single-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .box-list .single-box h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .how-works .works-list .single-work {
        align-items: flex-start;
    }
    .how-works .works-list p {
        font-size: 14px;
    }
    .how-works .works-list h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .how-works {
        padding: 80px 0 0;
        height: 720px;
    }
    .how-works:before {
        height: 610px;
    }
    .support-box {
        margin: 0px 0px 30px;
    }
    .home-left p {
        font-size: 18px;
        line-height: 26px;
    }
    .home-left h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .custom-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    /* Login */
    .login-page .grid-2 {
        grid-template-columns: 1fr;
    }
    .login-img img {
        max-width: 150px;
    }
    .custom-tab a,
    .custom-tab span {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .custom-tab {
        margin-top: 25px;
    }
    /* End-Login */
    /*Cms-page*/
    .cms-page .support-box .middle-support h3 {
        font-size: 20px;
    }
    .contact-inner .contact-left,
    .contact-inner .contact-right-map {
        padding: 15px;
    }
    .contact-inner .contact-right-map iframe {
        height: 200px;
    }
    .contact-inner .contact-right-map {
        margin-bottom: 35px;
    }
    .accordion .accordion-item h2 button {
        font-size: 15px;
    }
    .accordion {
        padding: 0;
    }
    .cms-page.about-us-page .about-inner h3 {
        font-size: 20px;
        margin-top: 0;
    }
    .cms-page.about-us-page .about-inner h2 {
        font-size: 20px;
    }
    .about-section {
        padding: 30px 0;
        margin-top: 30px;
    }
    .about-main.grid-2 {
        margin-top: 20px;
    }
    .about-main.grid-2 h5 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .about-section h4 {
        font-size: 18px;
    }
    .cms-page.about-us-page .about-inner ul li {
        margin-bottom: 5px;
    }
    .accordion .accordion-item .accordion-button:not(.collapsed):after,
    .accordion .accordion-item .accordion-button:after {
        width: 10px;
        height: 10px;
    }
    /*End-Cms-page*/
    .custom-page .account_form {
        padding: 15px;
        font-size: 14px;
    }
    .modal-header {
        padding: 25px 25px;
    }
    .modal-header h5 {
        font-size: 20px;
    }
    .modal-header .btn-close {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
    .payment_info label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .modal-body {
        padding: 0 25px 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
        padding: 0 35px 0 15px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered span:before {
        left: 55px;
    }
    .payment_info span.select2 .select2-selection {
        height: 45px;
    }
    .payment_info span.select2 .select2-selection img.img-flag {
        margin: 0px 10px 0px -5px;
        padding: 10px;
        height: 40px;
        width: 40px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 45px;
        height: 45px;
        right: 5px;
        background-size: 8px;
    }
    .payment_info .select_services select {
        height: 45px;
        background-position: top 12px right 23px;
        background-size: 8px;
    }
    .summarybox li {
        padding: 10px 0;
    }
    .send-money-box .country-select {
        height: 45px;
    }
    .send-money-box .country-select select {
        height: 45px;
        background-size: 8px;
        background-position: top 14px right 23px;
    }
    footer .newsletter-section form {
        margin-top: 15px;
    }
    footer .newsletter-section .input-group input {
        height: 45px;
        font-size: 14px;
    }
    footer .newsletter-section .input-group button {
        width: 32px;
        height: 32px;
        padding: 0;
    }
    .account_form {
        margin-bottom: 30px;
    }
    .create-bottom h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    .create-bottom {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .login-details p {
        font-size: 14px;
        margin-top: 10px;
    }
    .register-page .submit-btn {
        margin: 15px 0 0;
    }
    .login-page .single-field {
        margin-bottom: 15px;
    }
    .remember,
    .forgot-pwd,
    .submit-btn input {
        font-size: 14px;
    }
    .remember input {
        margin-right: 10px;
        width: 17px;
        height: 17px;
    }
    .joi-form img {
        width: 100%;
    }
    .joi-form .agent-info strong {
        font-size: 20px;
    }
    #beneficiarySelectionForm .single-field select,
    #accountRecipientForm .single-field select {
        height: 50px;
        background-position: top 12px right 20px;
    }
    #accountRecipientForm .single-field input {
        height: 50px;
    }
    .single-field .mmt-selected-country-code {
        top: 15px;
        left: 15px;
        font-size: 14px;
    }
    .single-field .mmt-selected-country-code+input {
        padding-left: 35px !important;
    }
    .recipients-page.amount-send-page h3 {
        font-size: 18px;
    }
    #beneficiarySelectionForm .single-field,
    #accountRecipientForm .single-field {
        margin-bottom: 10px;
    }
    .cms-page .how-it-work-text h4 {
        font-size: 16px;
    }
    .cms-page .how-works {
        padding: 110px 0 50px 0;
        height: 660px;
        margin-top: 0;
    }
    .cms-heading h1 {
        font-size: 22px;
        line-height: 32px;
    }
    /* 23-07-2024 */
    .card-box h2.custom-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .card-box h2.custom-heading span {
        font-size: 15px;
        line-height: 24px;
    }
    /* End-23-07-2024 */
}

@media only screen and (max-width:399px) {
    .support-box .middle-support h3 {
        font-size: 22px;
    }
    .how-works .works-list .work-right {
        width: 55px;
        height: 55px;
    }
    .how-works .works-list .single-work .work-left {
        width: calc(100% - 55px);
    }
    .how-works .works-list .work-right img {
        width: 25px;
    }
    .how-works .works-list .single-work {
        grid-gap: 10px;
    }
    .how-works .works-list {
        grid-gap: 25px;
    }
    .home-left p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .home-left h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .home-left {
        padding: 30px 0;
    }
    .contact-inner .d-flex {
        display: block !important;
    }
}