@media (max-width:900px) {
   
   
   
}

@media (max-width:767px) {
    .container {
        width: 100%!important;
    }
    header a.main-call span {
        display: none;
    }
    header a.main-call i {
        width: 30px;
        height: 30px;
        border: 1px solid #9a2477;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    section.banner-part h1 {
        font-size: 22px;
    }
    section.banner-part h2 {
        font-size: 20px;padding-right: 120px;
    }
    section.banner-part p {
        font-size: 14px;
    }
    section.banner-part p span {
        color: #118c77;
        display: block;
        font-size: 20px;
    }
    section.banner-part .img2 {display: none;}
    section.banner-part .img1 {
        position: absolute;
        left: auto;
        bottom: auto;
        z-index: 1;
        right: 0;
        width: 160px;
        display: block;
    }
    .banner_bottom h2 {
        font-size: 20px;
    }
    .heading h2 {
        font-size: 18px;
    }
    section.body-cont1 .bd {
        min-height: auto;
        margin-bottom: 20px;
    }
    section.body-cont1 {
        padding: 50px 0;
    }
    img.mnone {
        display: none;
    }
    .body-cont4 .whyus {
        min-height: auto;
    }
    .body-cont4 {
        padding: 50px 0;
    }
    footer .f-call {
        text-align: center;
        display: block;
    }
    footer .copyright p {
        text-align: center;
    }
    footer .f-web {
        justify-content: center;
    }
    footer .copyright ul {
        text-align: center;
    }
    footer .social {
        margin: 10px 0;
    }
    div#whatmakes {
        display: block!important;
    }
    #whatmakes .item{
        border-radius: 8px;
        border: 1px solid #f9ebf5;
        
        padding: 10px;
        align-items: center;
        margin-bottom: 10px;
    }
    #whatmakes span{
        border-radius: 5px;
        color: #9a2477;
        font-size: 21px;
        font-weight: 600;
        background: #fbf4f9;
        min-height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #whatmakes p{
        color: #453440;
    font-size: 16px;
    font-weight: 500;
    /* margin-bottom: 0; */
    /* margin-left: 0px; */
    /* width: 84%; */
    display: block;
    margin-top: 10px;
    }
    #whatmakes .owl-dot span{
        width: 20px;
        height: 10px!important;
        border: 1px solid #9A2477;
        min-height: 20px;
        border-radius: 50%;
        background: #fff;
    }
    #whatmakes .owl-dot.active span{background: #9A2477;}
    .body-cont2 ul  {display: none;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    section.banner-part .img2 {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
}