.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback h3 {
    color: #B62D25!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: 0px !important;
}

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

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a:hover > i {
    background-color: #E4E8EB !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 (min-width: 481px) and (max-width: 767px) {
    .c-layout-footer.c-layout-footer-1 .c-postfooter {
        padding: 0px 0;
    }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials {
        text-align: center !important;
    }
    #copyrights {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .c-layout-footer.c-layout-footer-1 .c-postfooter {
        padding: 0px 0;
    }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials {
        text-align: center !important;
        padding-inline-start: 0px;
        margin-bottom: 0 !important;
    }
    #copyrights {
        text-align: center;
    }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li {
        display: inline-block;
        padding: 5px 0px !important;
    }
}


@media (min-width: 1920px)
{
.desktop__banner{   
width: 1900px; 
height: 1080px;
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;
}
}

