/*Common CSS*/
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web:600,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Karma:400,600&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap'); */
/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-SemiBold.woff2') format('woff2'),*/
/*        url('TitilliumWeb-SemiBold.woff') format('woff');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-ThinItalic.woff2') format('woff2'),*/
/*        url('TitilliumWeb-ThinItalic.woff') format('woff');*/
/*    font-weight: 100;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-Thin.woff2') format('woff2'),*/
/*        url('TitilliumWeb-Thin.woff') format('woff');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-BoldItalic.woff2') format('woff2'),*/
/*        url('TitilliumWeb-BoldItalic.woff') format('woff');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-Bold.woff2') format('woff2'),*/
/*        url('TitilliumWeb-Bold.woff') format('woff');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-Black.woff2') format('woff2'),*/
/*        url('TitilliumWeb-Black.woff') format('woff');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-Light.woff2') format('woff2'),*/
/*        url('TitilliumWeb-Light.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),*/
/*        url('TitilliumWeb-SemiBoldItalic.woff') format('woff');*/
/*    font-weight: 600;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-LightItalic.woff2') format('woff2'),*/
/*        url('TitilliumWeb-LightItalic.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Titillium Web';*/
/*    src: url('TitilliumWeb-Regular.woff2') format('woff2'),*/
/*        url('TitilliumWeb-Regular.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Freight-sans-pro';
    src: url('FreightSansProBook-Regular.woff2') format('woff2'),
       url('FreightSansProBook-Regular.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'Termina Test';
    src: url('TerminaTest-Regular.woff') format('woff');
    font-weight: normal;
}
body{
    font-family: 'Karma', serif;
    /*font-family: 'Freight-sans-pro', sans-serif;*/
    background: #fff;
}
ul{
    padding: 0;
    margin: 0;
}
input:focus, textarea:focus, select:focus {
    outline-offset:0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover{
    text-decoration: none;
}
.clearfix{
    clear: both;
}
.w100{
    width: 100%;
}
.full{
    width: 100%;
}
.height10{
    height:10px;
}
.height20{
    height:20px;
}
.height30{
    height:30px;
}
.height40{
    height: 40px;
}
.height50{
    height: 50px;
}
.height60{
    height: 60px;
}
.height70{
    height: 70px;
}
.height80{
    height: 80px;
}
.height90{
    height: 90px;
}
.height100{
    height:100px;
}
.height150{
    height:150px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image: none !important;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 10;
}
.padding0{
    padding: 0px;
}
.padding50{
    padding-top:80px;
    padding-bottom:80px;
}
.pb-40{
    padding-bottom:40px;
}
.bggrey{
    background: #f5f5f5;
}

/*Header CSS Start*/
.search-form .form-group input.form-control::-webkit-input-placeholder{
    display:none;
  }
  .search-form .form-group input.form-control::-moz-placeholder{
    display:none;
  }
  .navbar-right{
    float: none;
    padding: 10px 0px;
    position: relative;
    display: flex;
    gap: 20px;
  }
  .navbar-right form{
    width:100%;
	      position: relative;
  }
.navbar-right .form-group{
    position: relative;
    width: 0%;
    min-width: 20px;
    overflow: hidden;
    transition: width 1s;
    backface-visibility: hidden;
    float: right;
    margin-bottom: 0;
    height: 38px;
}
  .navbar-right .form-group input.form-control{
    position: absolute;
    top: 0;
    right: 20px;
    outline: none;
    width: 70%;
    margin: 0;
    z-index: 10;
    background-color: black;
    border: 1px solid #5a5a5a;
    color: #fff;
  }
  input[type="text"].form-control{
    -webkit-appearence:none;
    -webkit-border-radius:0;
  }
  .search-label i{
    color: #fff;
  }
  .navbar-right .form-control-submit{
    position:absolute;
    right:0;
    top:0;
    padding:0;
    margin:0;
    text-align:center;
    cursor:pointer;
  }
  .search-label{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    height: 38px;
    line-height: 43px;
  }
  .navbar-right .form-control-submit{
    background:#fff; /*stupid IE*/
      opacity: 0;
    color:transparent;
    border:none;
    outline:none;
    z-index:-1;
  }
  .search-label{
    z-index:90;
  }
  .form-group.sb-search-open,
  .no-js .sb-search-open{
    width:100%;
  }
  .navbar-right .form-group.sb-search-open .search-label,
  .no-js .sb-search .search-label {
      background-color:transparent;
      color: #fff;
      z-index: 11;
  }
  .form-group.sb-search-open .form-control-submit,
  .no-js .form-control .form-control-submit {
      z-index: 90;
  }
header{
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.get-quote {
    float: none;
    margin: 10px 0px;
    display: inline-block;
}
.get-quote a{
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
    width: 176px;
    display: block;
    text-align: center;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 18px;
    height: 38px;
    line-height: 46px;
    border: 1px solid #fff;
}
.get-quote a:hover{
    color:#fff;
    text-decoration: underline;
}
.mobile-menu i{
    font-size: 30px;
}
.mobile-menu {
    position: absolute;
    left: -100px;
    padding: 13px;
    width: 100px;
    text-align: center;
    background: #000;
}
.postlist-img{
    float: left;
    width: 122px;
    background-size: cover !important;
}
.left-postcontent{
    width: 100%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    float: right;
}
.left-postlist {
    float: left;
    padding: 8px;
    border: 1px solid #e7e6e6;
    margin-bottom: 27px;
	    width: 100%;
}
.left-postcontent h3{
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}
.left-postcontent h3 a{
    font-size: 17px;
    color: #000;
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
}
.leftpost-date{
    font-size: 14px;
    margin: 5px 0px;
}
.left-postcontent p{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
.explore-more{
    background: #000;
    border:1px solid #000;
    font-size: 14px;
    width: 120px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 28px;
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
}
.explore-more:hover{
    background: #fff;
    color: #000;
    border:1px solid #000;
}

.special-reports{
    background: url(../images/special-reportbg.jpg) no-repeat top center;
    background-size:cover;
    padding: 57px 0px;
}

.subscription{
    /*background: url(https://www.autobei.com/autoreports/wp-content/uploads/2019/12/AutomotiveSubscription.jpg) no-repeat top center;
    background-size:cover; 
    padding: 57px 0px;*/
    padding: 0;
}
.subscription img { width: 100%; }
.automotive-assembly {
    background: #155AC1;
    padding: 33px 0px;
}
.report-categorymain{
    background-size: cover;
    padding: 60px 0px;
    background: #ececec;
}

.footer-main{
    /*background: url(https://www.autobei.com/autoreports/wp-content/uploads/2017/10/footerbg-min.png) no-repeat top center;*/
    background: #adceff;
    background-size:cover;
    color: #000;
}
.footer-copyrightbar{
    font-size: 14px;
    font-weight: 300;
    padding: 12px 0px;
    border-top: 1px solid #fff;
}
.firstpost-content {
    
}
.latest-firstpost{

}
.firstpost-content h3{
    margin: 0;
	line-height: 48px;
}
.firstpost-content h3 a{
    font-size: 40px;
    display: block;
    color: #000;
    font-weight: 600;
    /*font-family: 'Karma', serif;*/
    margin-bottom: 15px;
}
.firstpost-content .firstpost-date{
    color: #000;
    font-size: 14px;
    margin: 10px 0px;
}
.firstpost-content p{
    text-align: justify;
    color: #474a4b;
    font-size: 18px;
    margin: 0;
}
.firstpost-readmorebtn{
    font-size: 16px;
    background: #adceff;
    width: 100px;
    display: inline-block;
    height: 37px;
    text-align: center;
    color: #000 !important;
    line-height: 38px;
    font-weight: 500;
    border: 1px solid #adceff;
   /* font-family: 'Karma', serif;*/
}
.firstpost-readmorebtn:hover{
    background: #fff;
    color: #041f4a !important;
    border: 1px solid #155AC1;
    text-decoration: none;
}

.firstpost-viewmorebtn {
    font-size: 16px;
    background: transparent;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000 !important;
    line-height: 21px;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #000;
    text-transform: uppercase;
	height: 38px;
}

.firstpost-viewmorebtn:hover{
    background: #adceff;
    color: #000 !important;
    border: 1px solid #adceff;
    text-decoration: none;
}

.download-report {
    width: 250px;
}

.pum-container .popmake-title { margin-bottom: 20px; }
.pum-container .wpcf7-form-control { width: 100%; }
.pum-container .wpcf7-email { border: 1px solid #d4d0ba; }
.pum-container .wpcf7-email:focus { border: 1px solid #000; }

.firstpost-image {
    position: relative;
}
.firstpost-image h3{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin: 0;
    background: rgba(50, 50, 50, 0.7);
    padding: 20px 0px;
    transform: translateY(-50%);
    font-size: 50px;
}
.firstpost-image h3 a{
    color: #fff;
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
}
.firstpost-image .commercial-viewmore{
    background: #000;
    border: 1px solid #000;
    font-size: 14px;
    width: 160px;
    height: 35px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 33px;
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
}
.firstpost-image .commercial-viewmore:hover{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.special-reportcontent {
    text-align: center;
    color: #FFF;
}
.special-reportcontent h3{
    font-size: 60px;
    margin-bottom: 30px;
    /*font-family: 'Karma', serif;*/
    margin-bottom: 0;
    font-weight: 600;
}
.special-reportcontent h4{
    font-size: 36px;
    margin-bottom: 15px;
	margin-top: 0;
}
.special-reportcontent span{
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 18px;
}
.special-reportcontent .check-now{
    font-size: 32px;
    border: 3px solid #fff;
    display: block;
    width: 270px;
    margin: 20px auto 0px auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.special-reportcontent .check-now:hover{
    border: 3px solid #fff;   
    color: #000;
    background: #fff;
}
.automotive-assembly h3{
    margin: 0;
    font-size: 27px;
    color: #fff;
}
.automotive-assembly .learn-moreassembly{
       font-size: 32px;
    font-weight: 600;
    color: #fff;
    float: right;
    width: 276px;
    height: 60px;
    text-align: center;
    border: 3px solid #fff;
    line-height: 63px;
    margin-top: 8px;
    /*font-family: 'Karma', serif;*/
}
.automotive-assembly .learn-moreassembly:hover{
    border: 3px solid #000;
    color: #fff;
    background: #000;
    text-decoration: none;
}
.report-categorymain h2{
    /*font-family: 'Karma', serif;*/
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.report-categorymain span{
    color:#696969;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
}
.report-categorymain .row{
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.cate-info{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.cate-info h4{
   float: left;
   margin: 15px 0px;
}
.cate-info h4 a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}
.cate-info img {
    float: none;
    margin: auto;
    clear: both;
}
.footer-contact{

}
.footer-contact h3, .subscribe-footer h3{
    font-size: 26px;
    font-weight: bold;
    /*font-family: 'Karma', serif;*/
    margin-bottom: 30px;
}
.footer-contact strong{
    display: block;
}
.footer-contact a{
    color:#000;
}
.footer-aboutcontent, .footer-contact, .subscribe-footer{
    padding: 48px 15px;
    font-size: 18px;
}
.subscribe-footer .form-control{
    background: transparent;
    border: 2px solid #fff;
    height: 48px;
    color: #000;
}
.subscribe-footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  .subscribe-footer .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  .subscribe-footer .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  .subscribe-footer .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }
.subscribe-now {
    font-size: 18px;
    display: block;
    width: 150px;
    height: 50px;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 30px;
    /*font-family: 'Karma', serif;*/
    background-color: transparent;
    font-weight: 600;
}
.subscribe-now:hover{
    border: 3px solid #fff;
    color: #2e5797;
    background: #fff;
}
.footer-aboutcontent {
    font-size: 18px;
    line-height: 28px;
}
.footer-aboutcontent img{
        margin-bottom: 15px;
    width: 100%;
    max-width: 228px;
}
.search-category h1{
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin: 0;
}
.search-boxes .col-12{
    padding: 0px !important;
}
.search-boxes .form-group.row {
    margin: 0;
}
.navbar-right .search-boxes .searchbtn{
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    background: #000;
    color: #fff;
    padding: 7px 12px;
}
.search-category ul{
    border: 1px solid #e8e8e8;
    list-style: none;
}
.search-category ul li a:hover{
    background: #696969;
    color: #fff;
}
.search-category ul li.current-menu-item>a{
    background: #696969;
    color: #fff;
}
.search-category ul li a{
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    color: #000;   
}
.listing-image {
    padding: 5px;
    border: 1px solid #ccc;
    background-size: cover !important;
}
.listing-content {
    padding:0px 0px;
}
.listing-content h6 a{
    color: #000;
    float: left;
    text-transform: uppercase;
}
.listing-content .innerp-products{
    color: #949494;
    float: right;
    font-size: 14px;
    line-height: 18px;
}
.listing-content h3{
    clear: both;
    margin: 10px 0px !important;
    display: block;
    float: left;
}
.listing-content h3 a{
    display: block;
   /* font-family: 'Karma', serif;*/
    font-weight: 600;
    color: #5a5a5a;
    font-size: 23px;
    line-height: 36px;
}
.listing-content h3 a:hover{
    color: #000; 
}
.listing-content p{
    clear: both;
    font-size: 18px;
}
.listing-content h6{
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.border-right{
    border-right:1px solid #D8D8D8;
}
.listing-pagination {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.listing-pagination li{
    display: inline-block;
}
.listing-pagination li a{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.listing-pagination li a.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}
.product-detailinfo h1{
    /*font-family: 'Poppins', sans-serif;*/
    display: block;
    color: #ffffff;
    font-size: 2.165em;
    font-weight: 600;
    margin-bottom: 15px;
    max-width: 90%;
}
.productdetail-date {
    float: left;
    font-size: 16px;
}
.productsocial-share{
    float: right;
}
.productsocial-share ul{
    list-style: none;
    margin: 0;
}
.productsocial-share ul li{
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
	    background: none;
}
.productsocial-share ul li a{
    color: #fff;
    font-size: 15px;
}
.productsocial-share ul li a:hover{
        color: #ffffff;
}

.product-detailinfo ul{
    padding-left: 20px;
    margin:0px 0px 35px 0px;
    list-style-position: inside;
}
.product-detailinfo li{
    /*background: url(../images/arrow.png) no-repeat left center;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    background-size: 12px; */
}
.product-detailinfo p{
    margin-bottom: 10px;
    font-weight: 400;
    visibility: visible;
    font-size: 21px;
    font-style: normal;
    line-height: 1.51379;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    text-align: start;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.product-detailinfo {
    margin-bottom: 40px;
}
.recommended-post {
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px !important;
    padding: 10px 0px;
    color: #000;
    position: relative;
	    margin-top: 0;
}
.recommended-post:after{
    content: '';
    background: #000;
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.extra-dtlinfo {
    float: left;
    width: 100%;
    color: #efefef;
    /*font-family: 'Poppins', sans-serif;*/
}
.report-cat{

}
#rmp_menu_trigger-3744{
	left: 0 !important;
	top: 0 !important;
}
.report-cat a{
    background: #adceff;
    color: #000 !important;
    text-transform: uppercase;
    /*font-family: 'Poppins', sans-serif;*/
    letter-spacing: 2px;
    padding:7px 15px;
    border: 1px solid #adceff;
}
.report-cat a:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000 !important;
}
.related-postlist{
    border: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    padding: 0 0px 10px;
    border-bottom: 4px solid #000;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}
.related-postlist:hover{
    -webkit-box-shadow:0px 10px 13px #e2e2e2;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:0px 10px 13px #e2e2e2;  /* Firefox 3.5 - 3.6 */
     box-shadow:0px 10px 13px #e2e2e2;
}
.related-postlist h3{
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
    margin: 10px !important;
    padding: 0;
    line-height: normal;
}
.related-postlist h3 a{
    color: #616161;
    font-size: 18px;
    line-height: 27px;
}
.related-postlist .listing-content{
    padding: 0px;
}
.related-postlist .listing-content p{
    padding: 0px 10px;
    font-size: 15px;
}
.related-postlist .listing-content .innerp-products{
    float: left;
    padding: 0px 10px;
}
.related-postlist h6{
    margin: 0px 10px 10px 10px;
}
.related-postlist h6 a{
    /*font-family: 'Karma', serif;*/
    font-weight: 600;
    display: block;
    color: #000;
}
.top-banner {
    padding: 0;
    position: relative;
}
.top-banner .no-back-image{
	background:none !important;
}
.top-banner .product-detailinfo{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.43461134453781514) 41%, rgba(0,212,255,0) 100%);
    margin-bottom: 0;
    padding: 50px 0px;
}
.top-banner .product-detailinfo a{
    
}
.height500{
    height: 500px;
}
.more-link {
    display: none !important;
}  
.custom-menu-class>ul{
    padding:0px;
    margin: 0;
}
.search-category ul.sub-menu{
    border: none;
    padding: 0 0 0 00px;
}
.search-category ul.sub-menu li a{
    padding-left:30px;
}
.postdetail-img{
    height: 320px;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #6c757d !important;
}
div#comments {
    display: none;
}
.contact-left {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.contact-right {
    float: left;
    width: 50%;
}
.contact-left input, .contact-right input, .contact-right select {
    height: 50px !important;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 10px 10px !important;
    border: 1px solid #e6e6e6;
}
.contact-left.con30 {
    width: 20%;
}
.contact-right.con70 {
    width: 79%;
}
.con100 {
    margin-bottom: 10px;
}
.con100 textarea {
    padding: 10px 10px !important;
    border: 1px solid #e6e6e6;
    width: 100%;
}
.contact-formmain input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    background-color: #1a4781;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 11px;
    text-decoration: none;
    border: 1px solid #1a4781;
}
.contact-formmain input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #000;
    color: #fff;   
    border: 1px solid #000;
}
div#fancybox-overlay {
    background-color: rgba(239, 239, 239, 0.96) !important;
    opacity: 1 !important;
}
.related-postlist .post-categories{
	    list-style: none;
    margin: 0;
}
nav.navigation.post-navigation {
    display: none;
}

.search-label .fa-search:before {
    content: "\f002";
    background: #000;
}
.site-content .search-boxes .searchbtn {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    background: #000;
    color: #fff;
    padding: 11px 12px;
    vertical-align: middle;
    display: grid;
}
.site-content form#searchform {
    margin-bottom: 15px;
}
#annual-subscription p{
    margin: 0;
}
#annual-subscription .textwidget {
    margin-top: 10px;
}
.firstpost-date {
    margin-bottom: 5px;
}
ul.btm-social {
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.btm-social li{
    display: inline-block;	
    margin-right: 5px;
}
.btm-social li i{
    font-size: 25px;
}
.btm-social li a:hover{
color: #2e5797;
}
.container .row .col-lg-4.col-md-4.col-sm-6.col-12.border-right.mb-5:first-child{
	    display: none;
}

div#fancybox-wrap {
    width: 80% !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
}
div#fancybox-content {
	    text-align: center;
    width: 100% !important;
}
div#Purchasereport {
    width: 100% !important;
}
#fancybox-close {
    background: url(https://www.autobei.com/autoreports/wp-content/uploads/2019/08/cancel.png) no-repeat right top !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2e5797;
    color: white;
    cursor: pointer;
    border-radius: 100px;
    font-size: 25px;
    line-height: 29px;
    width: 50px;
    height: 50px;
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

div.wpcf7-mail-sent-ok {
    border: 2px solid #194781 !important;
    background: #194781;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0px 10px 0px;
    text-align: center;
    font-weight: 800;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #e4d338 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px 8px 0px !important;
    text-align: center;
    font-weight: 800;
    background: #e4d338;
	margin:0px !important;
}

.post_header_sticky{ position: fixed; top:0px; z-index: 999; width: 100%; }
.post_header_sticky .detail-pagetitle{ font-size: 30px; line-height: 45px; }
@media only screen and (max-width: 767px){ div#sticky_post_header { display: none; }}
.secondfont{ font-size: 1.3rem; color: #000000; /* line-height: 40px; */ line-height: 1.6; font-weight: 300; }
.post_header_sticky {
    background: #eaeaea;
    padding: 10px 0px 10px 0px;
}
div#sticky_post_header h2{
    margin: 0px;
    font-size: 1.7em;
}
.conversation {
    float: left;
    width: 100%;
    background: #adceff;
    padding: 20px;
    margin-bottom: 30px;
    color: #000;
    margin-left: 0;
    margin-right: 0;
}
.conversation-left{
    float: left;
}
.conversation-left h3{
    margin: 0px;
    font-weight: 600;
    font-size: 26px;
}
.conversation-left span{
    font-size: 18px;
    padding-top: 6px;
    display: block;
    text-align: center;
}
.conversation-right {
    float: right;
    margin-top: 22px;
}
.conversation-right a:hover{
    text-decoration: none;
}
.conversation-right .report-cat a{
    background: #fff;
    color: rgb(45, 85, 151) !important;
    border:none !important;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;
}
.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background-color: #000;
}
.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
}
.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top i{
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.firstpost-image img{
    width: 100%;
}

#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
    top: 9px !important;
}
.firstpost-image{
	
}
.firstpost-image:before {
    /*content: '';
    background: rgba(50, 50, 50, 0.7);
    height: 20%;
    width: 100%;
    bottom: 0;
    display: block;
    position: absolute;*/
}
.firstpost-images img{
	width:100% !important;
}

.grecaptcha-badge { visibility: hidden; }
@media print {
header, .footer-main, .lbar, .conversation, .extra-dtlinfo, .report-cat { display: none !important; }
.postdel-information .col-12 {
    width: 100% !important;
    max-width: inherit !important;
    flex: 100% !important;
}
}
.first-btninfo{
	margin-top:12px;
}
.ourclient-logos{
    list-style: none;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.ourclient-logos li{
	    float: left;
    width: 24%;
    padding: 0;
    height: 223px;
    border: 1px solid #ccc;
    margin: 5px;
    position: relative;
}
.ourclient-logos li img{
	        display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}
header #responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow-active{
    top: 5px !important;
}
div#responsive-menu-container {
    border-right: 1px solid #e6e6e6;
}
#fancybox-title{
display:none !important;
}
#fancybox-img {
    width: auto !important;
}
.navbar-right input.search-submit{
    background: url(../images/searchicon.png) no-repeat center center #000;
    width: 18px;
    height: 19px;
    -webkit-appearance: inherit;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 1px;
    border: none;
    font-size: 0;
    padding: 16px 17px;
    border-right: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
}
.cd-top {
	    color: #fff;
    text-align: center;
    line-height: 40px;
}
.width-100{width: 100% !important}
.report-cat .btn-com {
    background: #eee !important;
    color: #000 !important;
	text-transform: unset !important;
}
.btn-font-size {
    text-transform: unset !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    padding: 7px 10px !important;
}
.report-cat .btn-no-bg {
    background: #fff !important;
    color: #000 !important;
}
.btn-enq {   
	padding: 5px 10px !important;
}
.price-static {   
    font-weight: bold;
}
.static-message {
    background: rgba(47, 85, 151, 1);
    padding: 8px;
    display: block;
    color: #fff;
    text-align: center;
}
.custom-data{
	padding: 12px;
}
.cmn {
    display: block !important;
    text-align: center;
    margin: 10px 0 !important;
}

.navbar-right input[type="search"]{
	background-color: #fff;
  border: 1px solid #000;
  color: #03001C;
	max-width:230px;
}
input.wpcf7-form-control.wpcf7-text{
    border: 1px solid #000 !important;
}