@media (max-width: 1300px) {
    .hero-video-bg {
        background-size: 90% 100%;
    }
}

@media (max-width: 1201px) {
    .hero-video-bg {
        background-size: 93% 100%;
    }
    .pricing-box.pb::after,
    .pricing-box.pm::after {
        right: -5%;
    }
}

@media (max-width: 1120px) {
    .hero-section::before {
        opacity: 0;
    }
}

@media (max-width: 1000px) {
    .nav div.main_list ul li a {
        font-size: 16px;
    }
    .nav div.logo a img {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 120px;
        background-position-x: 14%;
    }
    .nav-item>.nav-link::before {
        display: none;
    }
    .nav-item .nav-link.getstarted-btn {
        color: #fff !important;
    }
    .navbar-nav .nav-link {
        color: #fff !important;
    }
    .collapsing .navbar-nav,
    .show .navbar-nav {
        background: #2a2833;
        padding: 25px 0px;
    }
    .navbar-toggler {
        color: #2a2833 !important;
        border: none;
    }
    .contact-section {
        background-size: 200% 58%;
    }
    .contact-image {
        margin: 70px 0px 0px 0px;
    }
    .hero-video-bg {
        background-size: 70% 100%;
    }
    .pricing-box.pb::after,
    .pricing-box.pm::after {
        right: -13%;
    }
    .pricing-box.pm::after {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .hero-section {
        background-position-x: 83%;
    }
    .sec-ttl h2 {
        font-size: 35px;
    }
    .contact-section {
        background-size: 200% 63%;
    }
    .hero-video-bg {
        background-size: 95% 96%;
    }
    .pricing-box.pb::after,
    .pricing-box.pm::after {
        width: 100%;
        height: 2px;
        top: 104%;
        right: 0;
        opacity: 1;
    }
}

@media (max-width: 700px) {
    #testimonial-slider .owl-nav .owl-prev,
    #testimonial-slider .owl-nav .owl-next {
        margin-top: 10px;
        position: relative;
        z-index: 1;
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: #fff;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        color: #2a2833;
    }
    #testimonial-slider .owl-nav .owl-prev {
        left: 0px;
    }
    #testimonial-slider .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        background-position-x: 18%;
    }
    .sec-ttl h2 {
        font-size: 30px;
    }
    .achiv-box-1 {
        margin-top: 20px;
    }
    .achiv-box-1 .achivment-box,
    .achiv-box-2 .achivment-box {
        margin: 20px auto;
    }
}

@media (max-width: 475px) {
    .hero-video-bg {
        width: 100%;
        height: 400px;
        background-size: 105% 105%;
    }
    .hero-video {
        width: 100%;
        height: 270px;
        border: 8px solid transparent;
        -webkit-border-image: linear-gradient(60deg, #ff7c40, #ffec4e);
        -o-border-image: -o-linear-gradient(30deg, #ff7c40, #ffec4e);
        border-image: linear-gradient(60deg, #ff7c40, #ffec4e);
        border-image-slice: 1;
        margin: 20px auto 0px auto;
    }
    .main-ttl {
        font-size: 30px;
    }
    .scnd-ttl {
        font-size: 18px;
    }
    .menu-main-logo img {
        width: 150px;
    }
    .contact-section {
        background-size: 200% 67%;
    }
}

@media (max-width: 390px) {
    .hero-video-bg {
        background-size: 104% 93%;
        background-position-y: 28px;
    }
    .sec-ttl h2 {
        font-size: 25px;
    }
    .Cta-text h2 {
        font-size: 25px;
    }
    .contact-section {
        background-size: 200% 70%;
    }
}

@media (max-width: 348px) {
    .hero-video-bg {
        background-size: 108% 88%;
        background-position-y: 34px;
    }
    .contact-section {
        background-size: 200% 72%;
    }
    .contact-image {
        margin: 80px 0px 0px 0px;
    }
    .pricing-box {
        padding: 40px 10px;
    }
}

@media (max-width: 576px) {
    .module-block-group-video {
        padding: 0 0 44px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .module-block-group-video {
        padding: 0 0 44px;
    }
}