@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }

    .banner-img img {
        height: 115vh;
    }

    section.main_slider:before {
        width: 80px;
    }

    .menuSec ul li a:before {
        bottom: -13px;
    }

    .banner_text {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-img img {
        height: 110vh;
    }

    .container {
        max-width: 1000px;
    }

    .header-btn {
        width: 120%;
    }

    .banner_text {
        width: 115%;
    }

    section.main_slider:before {
        width: 80px;
    }

    .carousel-caption {
        height: 110%;
    }

    .pricing-sec .price-head span {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.main_slider:before {
        display: none;
    }

    .social-icon-ul {
        right: 0;
        bottom: 0;
        left: auto;
        display: flex;
        width: 100%;
        position: relative;
        padding: 10px 20px;
        top: 0;
        margin: auto;
        align-items: center;
        border-bottom: 1px solid #000;
    }

    .social-icon-heading {
        transform: rotate(0deg);
        bottom: 0;
        top: 0;
        margin-left: 30px;
        width: auto;
        height: auto;
        display: block;
        align-content: center;
    }

    .social-icon-ul ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0;
        gap: 10px;
    }

    .social-icon-ul li a i {
        margin-bottom: 0;
    }

    .social-icon-heading:before {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .carousel-caption {
        height: 100%;
    }

    .header-btn {
        margin-left: -30px;
    }

    .banner-img img {
        height: 700px;
    }

    .banner_text {
        width: 120%;
    }

    .banner-text-slider p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}