.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback h3 {
    color: #CAD2DA!important;
    margin-top: 0px;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback {
    margin-left: 0;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials {
    margin-top: 5px !important;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a > i {
    background: none !important;
    color: #111111;
    transition: 0.5s;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a:hover > i {
    background-color: #111111 !important;
    border-radius: 5px !important;
    
}

@media screen and (max-width: 991px) {
    .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback p {
        margin-top: 0px !important;
    }
    .c-layout-footer.c-layout-footer-1 .c-postfooter {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .c-layout-footer.c-layout-footer-1 .c-postfooter {
        padding: 20px 0;
    }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials {
        float: left;
    }
}


@media (min-width: 1920px)
{
.desktop__banner{   
width: 1900px; 
height: 620px;
object-fit: cover;
}
} 
@media (min-width: 1200px) and (max-width: 1366px)
{
.labtop{   
width: 1180px;
height: 600px;
}
}
@media (min-width: 992px) and (max-width: 1199px)
{
.ipadl{   
height: 680px;
right: 28px;
}
}
@media (min-width: 768px) and (max-width: 991px)
{
.ipad{   
height: 680px;
right: 28px;
}
}

@media (max-width: 800px)
{
  .desktop__banner{
    display:none !important; 
}
.mobile__banner{   
width: 100%;
display:block !important;
  }
}
