.sc-inner{

    height: 440px;
}
.sc-inner2{
    display: flex;
    flex-direction: column;
    height: 333px;
}
.ifc{
    height:650px;
}

@media (max-width: 1280px) {
    .header-style-3 .header-nav .nav > li > a {
      padding: 15px 10px;
    }
}
@media (max-width: 1024px) {
    .extra-cell {
      display: none !important;
    }
    .twm-slider3-wrap {
        background-color: #1e8fd0;
        height: 75vh;
      }
      .service-content-inner{
        display: flex;
        flex-direction: column;
        height: 390px;
    }
    .sc-inner2{
        display: flex;
        flex-direction: column;
        height: 290px;
    }
    .ftr-nw-ltr .ftr-nw-ltr-inner .ftr-nw-content {
        margin-left: 10px;
        display: flex;
        justify-content: space-between;
    }
    .ftr-nw-ltr .ftr-nw-ltr-inner .ftr-nw-content .ftr-nw-title{
        margin-top: 5px;
    }
}
@media (max-width: 991px){
    .ftr-nw-ltr {
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .order-1{
        order: 1;
    }
    .ifc{
        height:450px;
    }

}
@media (max-width: 480px) {
    .service-media{
        min-height: 500px;
    }
    .service-media img{
        width: 100%;
        height: 100%;
        min-height: 500px;
        object-fit: cover;
    }
    .ftr-nw-ltr .ftr-nw-ltr-inner .ftr-nw-content {
        margin-left: 2px;
        display: block;
        justify-content: space-between;
    }
    .footer-copy-right{text-align: center; margin: 0 auto !important; display: table !important; float: none;}
    .mdnon{display: none;}
    .contact-form-outer {
        padding: 40px 3px 50px 10px;
    }
    .twm-slider3-wrap .h-banner-wrap{
        margin-top:40px;
    }
}
@media (max-width: 424px) {
    .twm-slider3-wrap {
        background-color: #1e8fd0;
        height: 65vh;
    }
}
@media (max-width: 400px) {
.service-media{
    min-height: 540px;
}
.service-media img{
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}
}