@media (max-width: 991px){
.get_quote_outer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    background: #00000040;
}
 
.get_quote_outer a.btn {
    background: #05a59d;
    color: #fff !important;
    border: 1px solid #05a59d;
    padding: 4px 12px;
    font-size: 14px;
}
/* .Insurance_content {
    display: none;
}
.footer_upper, .footer_lower{
    display: none!important;
} */

.mobile-view{
    display: block;
}

.logo-mobile{
    display: block!important;
}

.only-desktop{
    display: none!important;
}
.desk-view{
    display: block!important;
  }
  .desk-view > img {
    width: 155px;
    padding: 10px 0;
}
.about_dsktp{
    display: none!important;
}

.about_mob{
    display: block;
}

.carousel-caption { 
    bottom: 5rem!important; 
    left: 5rem!important;
    width: 38%;
}
.carousel-caption h5 { 
    font-size: 24px;
}
.footer_upper { 
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 17px; 
}
 
}

@media (min-width: 992px){
.desk-view {
    display: none!important;
}
}
@media (max-width: 767px){
.irda{
    display: none;
}
.carousel-indicators li { 
    width: 0px!important;
    height:  0px!important; 
}
.carousel-indicators { 
    bottom: -90px!important;
}
.header-form .carousel-indicators { 
    bottom: -10px!important;
}
.partner ul.companies_logos li {
    width: 33.33%;
    float: left;
    padding: 6px;
}
.carousel-caption { 
    bottom: -1vw!important;
    left: 3rem!important;
    width: 38%;
}
.carousel-caption h5 { 
    font-size: 14px;
}
.footer_lower{
    display: grid!important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0px;
    
  
  }
  .d-grid{
    border-bottom: 1px dashed #b3b3b3;
    padding: 10px 0;
  }
  .testimonials .carousel .star-rating li {
    padding: 0px 0px!important;
}
.mr-3{
    margin-right: 0rem!important;
}
.testimonials .carousel .media img {
    width: 50px;
    height: 50px; 
}
.testimonials .carousel .overview b { 
    font-size: 12px;
}
.testimonials .carousel .overview {
    padding: 3px 0 0 0px;
}
.testimonials .carousel .media {
    position: relative;
    padding: 0 0 0 0px;
}
#Banner .carousel-indicators li,
.testimonials .carousel-indicators li {
   width: 5px !important;
   height: 5px !important; 
}

}
 
@media only screen and (max-width: 480px){
 .Insurance_heading h1 {
    margin: 25px 0px 25px 0!important;
}
}
