@media only screen and (max-width: 1800px) {
    .btn-1,
    .nav-tab-btn .nav-pills .nav-link {
        font-size: 16px;
    }
    .header-banner-1 img {
        width: 150px;
    }
    .header-counter {
        position: absolute;
        bottom: 50px;
        right: 10px;
    }
    .banner-left h1 {
        font-size: 36px;
    }
    p {
        font-size: 18px;
        line-height: 26px;
    }
    .btn-1 {
        padding: 8px;
        line-height: 25px;
    }
    .header-title span {
        font-size: 60px;
        line-height: 10px;
    }
    .list-grp li {
        font-size: 20px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 1650px) {
    .header-para {
        bottom: 80px;
    }
    .header-para p {
        width: 300px;
    }
    .banner-right-counter .counter,
    .header-counter .counter {
        font-size: 30px;
    }
    .banner-right-counter p,
    .header-counter p {
        font-size: 16px;
    }
    .contact-grp {
        padding: 110px 15px 110px 50px;
    }
    .contact-us-element img {
        height: 400px;
    }
    .services-list a p {
        font-size: 15px !important;
        margin-bottom: 8px;
    }
    .contact-social-bg h5 {
        font-size: 19px;
        line-height: 30px;
        color: #d5d1d1;
    }
    .contact-social-bg p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1800px !important;
    }
}
@media only screen and (min-width: 1650px) and (max-width: 1849px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1250px !important;
    }
}
@media only screen and (min-width: 1299px) and (max-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .banner-left h1,
    .faq .accordion-item .accordion-button {
        font-size: 20px;
    }
    .header-banner-1 img {
        width: 100px;
    }
    .contact-list p,
    .header-para p {
        font-size: 16px !important;
        line-height: 32px;
    }
    .header-para {
        bottom: 140px;
    }
    .menu-tab-content li a {
        font-size: 18px;
    }
    .menu-nav-tab .nav-link {
        padding: 10px;
    }
    .left-side-bar-btn img {
        width: 32px;
    }
    .faq .accordion .accordion-item p {
        color: #fff;
        font-size: 16px;
        margin-top: 0;
    }
    marquee img {
        width: 200px !important;
    }
    .contact-us-element img {
        right: 0;
    }
}
@media only screen and (max-width: 1300px) {
    .header-banner-1 img {
        width: 100px;
    }
    .header-para {
        bottom: 20px;
    }
    .header-counter {
        bottom: 15px;
        right: 10px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .list-grp li {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .header-title span {
        font-size: 40px;
        line-height: 49px;
    }
    .header-title h2 {
        font-size: 33px;
        line-height: 43px;
    }
    .btn-1 {
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }
    h4 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 1299px) {
    .services-list a p {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .header-para {
        width: 100%;
    }
    .side-bar-btn {
        right: -140px;
    }
    .btn-1 {
        padding: 11px;
        font-size: 17px;
    }
    .header-title-arrow {
        position: absolute;
        top: -70px;
        right: 20px;
        z-index: -1;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .menu-tab-content li a {
        font-size: 16px;
    }
    .first-half-bg {
        background: unset !important;
    }
    .video-play-button:after,
    .video-play-button:before {
        width: 30px;
        height: 30px;
    }
    .video-play-button {
        margin-top: 22px;
    }
    .heading1 {
        font-size: 27px;
    }
    .list-grp li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .header-title span {
        font-size: 25px;
    }
    .header-title h2 {
        font-size: 27px;
    }
    .img-width {
        width: 50%;
    }
    .banner-left .collapse {
        display: block;
    }
    .mobile-nav .navbar-nav {
        padding: 10px 20px 20px;
    }
    .mobile-nav .dropdown-menu {
        border: 0.1px solid rgba(255, 255, 255, 0.2);
        background: rgba(50, 49, 49, 0.5) !important;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 10px;
        border-radius: 10px;
        height: 250px;
        overflow-y: scroll;
    }
    .mobile-nav .dropdown-item img {
        margin-right: 15px;
    }
    .mobile-nav .nav-link {
        background: linear-gradient(90deg, #f1f1f1 -1.5%, #d7ac5c 123.35%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border: 0;
    }
    .mobile-nav .dropdown-menu a:hover {
        color: #d7ac5c !important;
    }
    .faq-img {
        display: none;
    }
    .contact-us-element img {
        opacity: 0.1 !important;
        z-index: -9;
    }
    .contact-grp {
        padding: 50px 15px 0 50px;
    }
    .grid-container1 {
        grid-template-columns: 50% 50%;
    }
    .cols:nth-child(4),
    .cols:nth-child(5),
    .cols:nth-child(8),
    .grid-container1 .cols:first-child {
        border: 0.1px solid rgba(255, 255, 255, 0.2);
        background: rgba(50, 49, 49, 0.5) !important;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 15px;
        text-align: center;
    }
    .cols:nth-child(3),
    .cols:nth-child(6),
    .cols:nth-child(7),
    .grid-container1 .cols:nth-child(2) {
        padding: 15px;
        text-align: center;
        border: none;
        background: 0 0 !important;
        box-shadow: none;
    }
    .Remitano-features .col-lg-4:first-child .feature-card,
    .col-lg-4:nth-child(4) .feature-card,
    .col-lg-4:nth-child(5) .feature-card {
        border: 0.1px solid rgba(255, 255, 255, 0.2);
        background: rgba(50, 49, 49, 0.5) !important;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
    .Remitano-features .col-lg-4:nth-child(2) .feature-card,
    .col-lg-4:nth-child(3) .feature-card,
    .col-lg-4:nth-child(6) .feature-card {
        border: 0;
        background: 0 0 !important;
        box-shadow: none;
    }
    .ul__features-center {
        display: grid;
        place-content: center;
    }
    .banner-left {
        height: auto;
    }
    .div__content-width {
        width: calc(100% - 160px);
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-left h1 span,
    .text-gradien-gold {
        display: none;
    }
    .banner-left {
        padding: 15px;
        text-align: center;
        height: 100%;
    }
    .left-side-bar-btn {
        left: -6px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header-title h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .bep-benefits .list-grp li {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .heading1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .thanks-banner h1 {
        font-size: 50px;
    }
    .grid-container,
    .grid-container1 {
        grid-template-columns: 100%;
    }
    #j2nsd6ufqd61701673151674 iframe {
        bottom: 100px !important;
    }
    .div__content-width {
        width: 100%;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .mar_nav {
        top: 51px;
    }
    .menu-web-social-icon {
        display: none;
    }
    .logo-grp img {
        width: 150px;
    }
    .popup-box .modal-dialog {
        max-width: 100%;
    }
    .mobile-nav .dropdown-item {
        white-space: normal;
    }
}
