.main-globle-data{
    color : white;
    text-decoration: none;
}

.main-globle-data:hover{
    color : #1c7cdb;
}

.color_1_for_sec{
    background :#145a9e;
}

.color_2_for_sec{
    background :#8ec0f1;
}

.color_3_for_sec{
    background : #348de5;
}

.form-all-color{
    background : #114070;
}

.announcement-bar{text-align: left;justify-content: space-between;flex-direction: row;display: flex;}
.announcement-bar ul{flex-direction: row !important;}
.announcement-bar .social-container{padding-right: 10px;}
footer .py-5.position-relative{overflow: hidden;}
.image-infinite-bg .r-container .main-bammer-text{position: absolute;bottom: 0px;}
.image-infinite-bg{padding: 15em 1em 4em !important;}

.copyright-social-icon{
    display: flex;
    justify-content: space-between;
}

.footer-contact-info{align-content: center;padding-left: 20px !important;}
.footer-contact-btn{padding-right: 20px !important;}
footer .r-container{padding: 0px 10px;}

@media (min-width: 1050px) {
    .footer-contact-info{width: 75% !important;align-content: center;padding-left: 20px !important;}
    .footer-contact-btn{width: 25% !important;padding-right: 20px !important;}
}

@media (min-width: 992px) {
    .product .card.with-border-bottom{
        height: 260px;
    }
}
@media (max-width: 992px) {
    .announcement-bar .main-globle-data span{
        display: none;
    }   
}

@media (max-width: 620px) {
    .copyright-social-icon{display: grid;}
    .social-container {justify-content: center;}
    .copyright-social-icon .copyright{order: 2;}
    .copyright-social-icon .social-container{order: 1;}
}