img.grayClass {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ;  
    }
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    margin-bottom: -30px !important;
}
    /*img.grayClass1:hover {*/
    /*filter: none;*/
    /*  -webkit-filter: grayscale(0);*/
    /*  -webkit-transform: scale(1.01);*/
    /*}*/

  .banner-hover:hover + .banner-img  {
  filter: none;
    -webkit-filter: grayscale(0);
    /*-webkit-transform: scale(1.01);*/
  }

section.grayClass {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ;  
    }
	
	 section.grayClass1:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
    .ins-post-boxed-content {
      padding: 0px 0px;
      height: 17rem;
      text-align: left;
      font-family: 'Montserrat';
  }

.list-meta > li {
  color: #fff !important;
}


.ins-post-boxed, .ins-post-boxed img {
  /*filter: gray;*/
  /*-webkit-filter: grayscale(1);*/
  /*-webkit-transition: all .3s;*/
  cursor: context-menu;
  background: #ebebeb;
  border-left: 3px solid grey;
}

.ins-post-boxed:hover, .ins-post-boxed:hover img {
  filter: none;
  /*-webkit-filter: grayscale(0);*/
  -webkit-transform: scale(1.01);
  cursor: context-menu;
  background: #f9e0e5;
  border-left: 2px solid #b62a5d;
}
  .ins-post-boxed-title {
    font-size: 17px;
    line-height: 21px;
    height: 7rem;
    color: #B92355;
    font-family: 'Montserrat';
    text-align: left;
    font-weight: bold;
}

.custom_h4 {
  font-size: 34.66px !important;
  margin-top: 55px !important;
  margin-bottom: 20px !important;
}

.custom_h3 {
  font-size: 27px !important;
  padding-bottom: 25px;
}

.panel-title .custom_h4 {
  font-size: 21.3px !important;
}

.panel-title .custom_h4_notes {
  font-size: 29.33px !important;
}

.panel-body * {
  font-size: 14.66px !important;
}

.eng_com_page .inner_ .range .panel {
    margin-bottom: 0px !important;
}

.inner_ .cf a:not(.subbutton) {
  font-size: 20.3px !important;
  line-height: 25px !important;
}

			.page-title-center h2 {
    font-size: 40px !important;
    letter-spacing: inherit;
    height: 50px !important;
    position: relative;
    bottom: -70px;
}

.insurance-align h2 {
    font-size: 40px !important;
    letter-spacing: inherit;
 
    position: relative;
    bottom: 25px !important;
}
.page-title-center:hover {
   filter: none;
    -webkit-filter: grayscale(0);
    /*-webkit-transform: scale(1.01);*/
}
.eng_com_page .inner_ .range .panel-light .panel-body {
    padding: 0;
    padding-top: 0px;
    padding-top: 25px !important;
}

.eng_com_page .inner_ .range p, .eng_com_page .inner_ .range .list-numbered > li {
    line-height: 20px !important;
    text-align: justify;

}

.eng_com_page .inner_ .range .panel-light .panel-arrow {display: contents !important;}

.inner_ .cf a .subbutton {
  font-size: 11.3px !important;
  line-height: 25px !important;
}

/*.panel-light .panel-collapse {
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid #dedede;
    color: #2a2b2b;
    will-change: transform;
}*/

.eng_com_page .inner_ .panel-light:first-child .panel-title{
	     border-top: 1px solid #dedede !important;
}

.panel-light .panel-title {
    border-bottom: 1px solid #dedede !important;
}

.eng_page .wrapper {
    max-width: 879px;
    margin: 0 auto;
    width: 100%;
    /* padding: 42.5px 0; */
    padding-bottom: 0.0px !important;
    text-align: right;
    padding-top: 85px !important;
}


.panel-body ul {
  padding-left: 40px !important;
}
.panel-body li {
  margin-bottom: 16px;
}
.panel-body strong {
  font-weight: bold !important;
}

.panel-body ul.disc {
  list-style-type: disc;
}
.panel-body ul.disc li span {
  color: black;
}
.panel-body ul ul {
  margin-top: 20px;
}
.page .text-dark {
  color: #2a2b2b !important;
}
@media (max-width: 768px) {
.motor-insu-rjt {
    margin-top: 100px !important;
}
}
/*For banners*/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
   

  .banner-img{
    height: 358px !important; 
  }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .banner-img{
    height: 358px !important; 
  }
  .motor-insu-rjt {
    margin-top: 70px !important;
}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .banner-img{
    height: 335px !important; 
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .banner-img{
    height: 307px !important;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .banner-img{
    height: 298px !important;
  }
  .motor-insu-rjt {
    margin-top: 120px !important;
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .banner-img {
    height: 276px !important;
  }
  
}
#bner  .slider_ .item img {
    filter: none !important;
}

.garage-list-rjt li:after {
    display: none !important;
}




