@media screen and (max-width: 1199px) {
    .set-p.d-flex {
        width: 83%;
    }
    a.navbar-brand.navbar-logo img {
        width: 140px;
    }
    .single-list img {
        width: 60px;
    }
    .cont-typ2 {
        font-size: 19px;
        font-weight: 500;
    }
    .cont-typ1 {
        line-height: 24px;
    }
}
@media screen and (max-width: 991px) {
    .post-block-single {
        padding: 20px;
        flex: 0 0 45%;
    }
    .cont-img {
        width: 100%;
    }
    nav .set-p.d-flex {
        width: 76%;
        height: 90px;
    }
    /* nav .navbar-logo {
        display: none;
    } */
    nav #navbarSupportedContent ul {
        display: none;
    }
    nav .navbar-menu-btn {
        display: block;
        position: absolute;
        right: 15px;
    }
    .box-menu {
        color: #fff;
        display: none;
        transition: all 1s;
    }
    .box-menu .mob-menu {
        display: block;
        list-style: none;
        position: fixed;
        left: 0;
        height: 455px;
        background-color: #d73231;
        padding: 40px;
        z-index: 2;
        overflow: visible;
        transition: all 1s;
        border-radius: 0 25px 25px 0;
    }
    .banner-img {
        height: 65vh;
    }
    .banner-cont-main {
        max-width: 100%;
        position: relative;
        top: 30px;
        transform: translateY(0);
    }
    .banner-content-img img {
        right: 5%;
    }
    .video-full {
        height: 80vh;
    }
    .video-full video {
        height: 80vh;
    }
    .about-img {
        margin: 40px auto;
    }
    .about-img img {
        width: 50%;
    }
    .about-background {
        height: 100%;
    }
    .about-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .single-list {
        padding-bottom: 25px;
        flex: 0 0 50%;
    }
    .sub-img-cont .img-cont-full {
        bottom: -120px;
    }
    .img-cont-full-back-color {
        bottom: -125px;
    }
    ul.foot-list li a,
    .foot-list.te li,
    ul.foot-list li,
    .te li {
        font-size: 12px;
        line-height: 15px;
    }
    .foot-title.red-cont {
        font-size: 19px;
    }
    .banner-img {
        height: 570px;
    }
}
@media screen and (max-width: 767px) {
    nav .set-p.d-flex {
        width: 75%;
    }
    .banner-img {
        height: 100%;
    }
    .banner-content-img img {
        position: relative;
        right: 0;
    }
    .post-block-single {
        flex: 0 0 100%;
        margin: 20px 0;
    }
    .about-background {
        padding: 0 25px;
        border-radius: 70px;
    }
    .about-img img {
        width: 100%;
    }
    .single-list {
        flex: 0 0 100%;
    }
    .cont-img {
        width: 85%;
    }
    .sub-img-cont .img-cont-full {
        bottom: -110px;
    }
    .video-section.sec-padding {
        padding: 80px 0 60px 0;
    }
    .col-md-6.img-sec {
        padding-top: 20px;
        padding-bottom: 120px;
    }
    .sec-padding {
        padding: 40px 0 40px 0;
    }
    .col-md-6.cont-sec {
        padding-top: 45px;
    }
    .what-we-pro.sec-padding {
        padding-top: 130px;
    }
    .footer-full {
        height: 100%;
        padding-bottom: 80px;
    }
    .b-sub-img-cont .img-cont-full {
        width: 200px;
        right: 20px;
        bottom: -150px;
    }
    .sec-padding-m {
        padding: 70px 0;
    }
    .img-cont-full-back-color {
        width: 270px;
    }
    .cont {
        font-size: 16px;
    }
    .progress-container,
    .progress {
        width: 100%;
    }
    .table.mile th,
    .table.mile td {
        font-size: 12px;
        padding: 5px;
    }
    .img-cont-full-back-color {
        padding: 10px 20px;
    }
    .banner-content-img {
        padding-top: 20px;
    }
    .foot-title.red-cont {
        padding: 20px 0 10px;
    }
}
@media screen and (max-width: 576px) {
    nav .set-p.d-flex {
        width: 57%;
        height: 70px;
        padding-left: 20px;
    }
    a.navbar-brand.navbar-logo img {
        width: 110px;
        height: 47px;
    }
    .b-sub-img-cont .img-cont-full {
        width: 89px;
        right: 165px;
    }
    .what-we-pro.sec-padding.faq {
        padding-top: 40px;
    }
    div#navbarbutton {
        top: 18px;
    }
    .btn-typ1 {
        padding: 8px 15px;
    }
    .box-menu .mob-menu {
        padding: 20px;
    }
    .sub-img-cont .img-cont-full {
        width: 340px;
        bottom: -115px;
    }
    .first-task.sec-padding-m.mb-5 {
        margin-bottom: 0rem !important;
    }
    .set-icon {
        font-size: 11px;
    }
    .cont-typ1 {
        line-height: 19px;
    }
    .front-icon {
        font-size: 12px;
        width: fit-content;
    }
    .botm-cont {
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 100%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}
@media screen and (min-width: 768px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}
.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

/* .carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
} */
