/*@media (min-width: 992px) and (max-width: 1100px) {

}

@media (min-width: 1200px) and (max-width: 1350px) {

}

@media screen and (max-width: 991.98px) {

}

@media screen and (min-width: 992px) {

}

@media only screen and (max-width: 650px) and (min-width: 400px) {
}

@media (max-width: 480px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    
}*/

@media(max-width:768px) {
    .header .logo {
        height: 100%;
        width: 200px !important
    }
    .footer-brand img {
        height: 100%;
        width: 200px !important;
    }
    .title_text {
        font-size: 24px !important;
    }
    .banner-content {
        padding: 1rem !important;
    }

    .hero_title {
        font-size: 28px !important;
        color: #FFFFFF;
    }
}

/*@media(max-width:767px) {
 
}*/

@media(max-width:424.88px) {
    .header .logo {
        height: 100%;
        width: 155px !important
    }

    .social-icons {
        width: 36px !important;
        height: 36px !important;
    }
}

/*@media only screen and (max-width: 990px) {
   
}*/

@media(max-width:374.88px) {
    .header .logo {
        height: 100%;
        width: 135px !important
    }

    .social-icons{
        width: 30px !important;
        height: 30px !important;
    }
    .card_image {
        height: 220px !important;
    }
    .carousel-caption {
        position: absolute;
        right: 9% !important;
        left: 9% !important;
    }
    .footer-brand img {
        height: 100%;
        width: 57% !important;
    }
}
