@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    overflow-x: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*************side area**********/
.fixed-social-icons{
	position: fixed;
	right: 60px;
	bottom: 40px;
	z-index: 9;
}
.fixed-social-icons img{
	width: 50px;
}
.fixed-social-icons a{
	display: block;
	margin-top: 20px;
}
.whatsapp-btn{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:rgba(230,230,230,0.5);
	border-radius: 100%;
	position: fixed;
	bottom: 20px;
	right: 140px;
	z-index: 99;
}
.whatsapp-btn img{
	width: 40px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1e1e1e;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
/*************header**********/
.header-area{
	padding:20px 50px 15px 30px;
	border-bottom: 5px solid #092f57;
}
.desktop-nav{
	padding: 0;
}
.desktop-nav .navbar-nav{
	margin-left: 30px;
}
.desktop-nav .nav-item{
	padding-right: 5px;
}
.desktop-nav .nav-item:last-child{
	padding-right: 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding:0 20px;
	position: relative;
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'NunitoSansBold';
	letter-spacing: 1px;
}
.desktop-nav .nav-link:after{
	position: absolute;
	bottom: -57px;
	left: 0;
	width:0;
	content: '';
	height: 5px;
	background:#092f57;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desktop-nav .nav-link:hover:after, .desktop-nav .nav-item.active .nav-link:hover{
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bovag-logo{
	margin-left: 50px;
}
/**************banner***********/
.banner-area{
	position: relative;
}
.banner-content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content-wrap{
	width: 100%;
	max-width: 690px;
	background:rgba(9,47,87,0.90);
	padding: 75px 75px 65px;
}
.banner-content-wrap p{
	margin: 25px 30px 45px 0;
	color: #fff;
}
/**************product*************/
.product-sec{
	padding:90px 0;
	background:#f4f4f4;
}
.sec-heading{
	margin-bottom: 60px;
}
.product-slider{
	position: relative;
}
.product-dtl{
	background:#fff;
	padding:30px 20px;
}
.product-dtl h6{
	height: 50px;
}
.product-dtl p{
	font-size: 14px;
	color: #7c7c7c;
	font-family: 'nunito_sanslight';
	margin-bottom: 25px;
}
.product-dtl p span{
	color: #102b38;
}
.product-sec .swiper-button-prev{
	left:0;
}
.product-sec .swiper-button-next{
	right:0;
}
.product-sec .common-arrow{
	top: 45%;
}
/*****************middle sec***************/
.middle-sec .container{
	position: relative;
}
.left-content{
	max-width: 650px;
	width: 100%;
	padding: 9% 30px;
}
.left-content h4{
	margin-top: 90px;
}
.left-content p{
	margin: 25px 0 60px;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-slide, .each-slide img{
	height: 100%;
}
.each-slide img{
	object-fit: cover;
}
.swiper-arrows{
	position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.arrows-wrap{
	background: #f4f4f4;
	max-width: 258px;
	height: 64px;
	width: 100%;
	position: relative;
}
.swiper-arrows .common-arrow{
	width: auto;
    height:auto;
    background: transparent;
}
.swiper-arrows .swiper-button-prev{
	left: 35px;
}
.swiper-arrows .swiper-button-next{
	right: 35px;
}
.swiper-arrows .swiper-pagination{
	width: auto;
    top: 48%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-family: 'NunitoSansBold';
    color: #f4f4f4;
}
.swiper-arrows .swiper-pagination-current{
	color: #1e1e1e;
}
.swiper-arrows .swiper-pagination-total{
	display: none;
}
.swiper-arrows .swiper-pagination-clickable .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background:transparent;
}
/*====group===*/
.group-block{
	background:#f4f4f4;
}
.group-block .left-content{
	padding-top: 18%;
	padding-bottom: 15%;
	margin-left: auto;
}
.group-block .left-content .common-btn{
	margin-top: 20px;
}
.group-block .left-content p{
	display: block;
}
/*****************counter**************/
.counter-sec{
	padding: 150px 0 130px;
}
.counter-wrap{
	max-width: 1320px;
	width: 100%;
	margin: auto;
}
.counter-box {
	width: 168px;
	height: 168px;
	margin: 0 auto 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid #eaeaea;
}
.counter-box h3{
	color: #1e1e1e;
	font-size: 41px;
	font-family: 'NunitoSansBold';
}
/***************footer*************/
.footer-sec{
	background:#1e1e1e;
	padding: 80px 0 20px;
}
.footer-wrap{
	padding: 0 30px;
}
.footer-info h6{
	font-size: 15px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1.2px;
}
.footer-info p{
	font-size: 15px;
	margin-bottom: 70px;
}
.footer-info p, .footer-info p a{
	color: #969696;
}
.footer-info p a:hover{
 	color: #fff;
}
.footer-info table{
	margin-top: 50px;
}
.footer-info td:first-child{
	padding-right: 50px;
}
.footer-info td p{
	margin-bottom: 0;
}
.footer-info-wrap{
	padding-left: 15%;
}
.brand{
	margin-top: 100px;
}
.brand img{
	display: block;
	margin-bottom: 30px;
}
.divider{
	border-top:2px solid #303030;
	margin: 60px 0;
}
.social-icon a{
	margin-right: 15px;
}
.social-icon img{
	width: 22px;
}
.footer-menu li{
	color: #fff;
	font-size: 15px;
	font-family: 'NunitoSansBold';
	letter-spacing: 1.5px;
	display: inline-block;
	padding-left: 65px;
	text-transform: uppercase;
}
.footer-menu li:first-child{
	padding-left: 0;
}
.footer-menu li a:hover{
	color: #969696;
}
.social-icon>h5 {
    min-width: 215px;
    font-size: 11px;
    text-transform: uppercase;
}
.social-div{
    margin-top: 10px;
}
/***************aanbod*************/
.inner-pg-banner .banner-content-wrap p{
	margin-bottom: 0;
}
.inner-pg-banner .each-banner{
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.inner-pg-banner .banner-content{
	position: static;
    padding-top: 7%;
}
.filter-sec{
	padding-top: 40px;
	background: #f4f4f4;
}
.filter-wrap{
	max-width: 1320px;
	width: 100%;
	margin: auto;
}
.filter-wrap .common-btn{
	max-width: 100%;
}
.filter-wrap .col-lg-3{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.filter-wrap a, .filter-wrap a:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.filter-wrap a.select-styl:hover{
	border-color:#0a2f57;
	background: #0a2f57;
	color:#fff;
}
.select-box{
	margin-bottom: 10px;
}
.select-styl {
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 0;
    height: 67px;
    line-height: 65px;
    letter-spacing: 0.2px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: #212121;
    padding: 0 15px;
   	display: inline-block;
	text-align: center;
}
.reset-btn{
	/*opacity: 0.85;*/
	color: #0a2f57;
    background: transparent;
}
.reset-btn:hover{
	border: 2px solid #0a2f57;
  background: #0a2f57;
  color:#fff;
}
.aanbod-product{
	padding:40px 0 100px;
}
.aanbod-product .each-product, .aanbod-product .col-xl-8{
	margin-bottom: 20px;
}
.aanbod-middle-content h4, .aanbod-middle-content p{
	color: #fff;
}
.aanbod-middle-content p{
	margin: 20px 0;
	font-family: 'MontserratRegular';
}
.aanbod-middle-content{
	max-width: 470px;
	width: 100%;
	margin: auto;
	padding-bottom: 110px;
}
.aanbod-middle-content h4{
	font-size: 24px;
	font-family: 'MontserratBold';
}
.aanbod-btn {
    display: flex;
}

.aanbod-btn>a {
    margin-right: 10px;
}
.aanbod-second-btn-p{
    margin-left: 95px !important;
} 
/*************verkocht************/
.verkocht-product p{
	margin-top: 25px;
}
/****************contact*************/
.address-block{
	padding: 120px 10% 120px 0;
}
.contact-pg-address h2{
	margin-bottom: 30px;
}
.contact-pg-address .footer-info p{
	margin:30px 0 0;
}
.contact-pg-address .footer-info p, .contact-pg-address .footer-info p a, .contact-pg-address .footer-info h6{
	color: #212121;
	font-size: 16px;
	letter-spacing: normal;
}
.contact-pg-address .footer-info p a:hover{
	color: #092f57;
}
.contact-pg-address .footer-info h6{
	text-transform: capitalize;
}
.map-sec{
	background: #f4f4f4;
}
.form-area{
	padding: 100px 80px 50px;
	max-width: 780px;
    width: 100%;
}
.form-styl {
	resize: none;
	background-color: #fff;
	border-radius: 0;
   	font-family: 'NunitoSansRegular';
	color: #212121;
	font-size:16px;
	height: auto;
	padding:20px 40px;
	border:0;
}
.form-area .form-group {
	margin-bottom: 10px;
}
.form-styl:focus {
	box-shadow: none;
    color: #212121;
    border: 0;
}
.form-styl:placeholder {
	color: #212121;
	opacity: 0.5;
}
.form-styl:-ms-input-placeholder {
	color: #212121;
	opacity: 0.5;
}
.form-styl::placeholder {
	color: #212121;
	opacity: 0.5;
}
/*************overons***********/
.overons-content-sec .left-content{
	margin-left: 0;
	padding-left: 0;
}
.overons-content-sec{
	background:#fff;
}
.overons-content-sec .left-content h2{
	border-bottom: 1px solid #efefef;
	padding-bottom: 50px;
}
.overons-content-sec .left-content p{
	margin-bottom: 0;
}
.team-member-sec{
	background: #f4f4f4;
}
.team-member-sec .left-content{
	padding-right: 0;
	margin-left: auto;
}
.team-member-sec .left-content p{
	display: block;
}
.member-slider-wrap{
	position: relative;
}
.team-member-sec .swiper-arrows{
	top: auto;
	bottom: 0;
}
.team-member-sec .arrows-wrap{
	background: #fff;
    margin: auto;
}
.gallery-sec{
	background:#f4f4f4;
	padding-bottom: 65px;
	overflow: hidden;
}
.gal-item{
	padding:0 6px;
	overflow: hidden;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.gallery-sec .col-md-6.gal-item {
	padding-top: 12px;
}
/**************aanbod dtl*************/
.dtl-top-sec{
	padding: 40px 0;
}
.dtl-top-sec h6 a{
	color: #1e1e1e;
}
.gallery-top-wrap{
	padding-right: 3px;
}
.side-thumb-img{
	padding-left: 11px;
  	padding-bottom: 15px;
}
.gallery-thumbs{
	padding-left: 15px;
}
.price-sec h2{
	letter-spacing: 0.2px;
	color: #212121;
}
.price-sec h2 span{
	font-family: 'nunito_sanslight';
}
.dtl-car-info{
	padding: 25px 0;
}
.price-btn .common-btn{
	max-width: 100%;
}
.price-btn{
	max-width: 530px;
	width: 100%;
	margin-left: auto;
}
.price-btn p{
	color: #212121;
	line-height: normal;
	margin-top: 25px;
}
.price-btn img{
	width: 20px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.price-btn a{
	margin-left: 20px;
}
.price-block{
	border-top:3px solid #f4f4f4;
	border-bottom:3px solid #f4f4f4;
	padding: 60px 0;
}
.price-block .col-lg-3{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.price-block h6 span{
	margin-left: 0;
	font-family: 'NunitoSansRegular';
	color: #1e1e1e;
}
.price-block h2{
	margin: 10px 0 5px;
}
.kilometer-block{
	padding-left: 80px;
}
.bouwjaar-block{
	padding-left: 120px;
}
/*====tab=====*/
.dtl-tab-sec{
	padding: 60px 0 100px;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
    color: #1c1c1c;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.each-tab-part h2{
	letter-spacing: normal;
	color: #1e1e1e;
}
.dtl-tab-sec .tab-content {
    padding: 0;
    height: 0;
    overflow: hidden;
}
.dtl-tab-sec .each-tab-part{
    padding: 40px 0 20px;
    border-bottom: 2px solid #f4f4f4;
}
.tab-btn {
    font-size: 16px;
    color: #212121;
    font-family: 'NunitoSansRegular';
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 40px;
    opacity: 0.5;
}
.tab-btn:after{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    background-color: transparent;
    content: '';
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 100%;
    transform: rotate(90deg);
}
.less-info .tab-btn:after{
    transform: rotate(-90deg);
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p, .bullet-panel, .dtl-tab-sec .tab-content.kenmerken-tab-content ul,
#tab_1_height .row{
    margin-top: 60px;
    margin-bottom: 60px;
}
.dtl-tab-sec .tab-heading h4{
    border-bottom: 1px solid #1c1c1c;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.form-content h2, .form-content p{
	color: #fff;
}
.form-content p{
	margin-top: 30px;
}
.form-content{
	max-width: 630px;
	width: 100%;
	margin: auto;
	padding: 0 30px;
}
.related-car{
	padding-top: 60px;
}
.related-car h2{
	text-align: center;
	margin-bottom: 20px;
}
/***********werkplts list*************/
.listview-sec .row:nth-child(odd) .left-content{
	padding-left: 0;
	padding-right: 60px;
}
.listview-sec .row:nth-child(even) .left-content{
	margin-left: auto;
	padding-right: 0;
	padding-left: 60px;
}
.listview-sec .left-content h4, .werkplt-content-block .left-content h4{
	margin-top: 0;
}
/*************werkplts dtl**********/
.back-btn{
	padding: 40px 0;
}
.werkplt-content-block .left-content p{
	display: block;
	margin-bottom: 0;
}
.werkplt-content-block .left-content{
	padding: 16% 60px 9% 0;
}
.werkplt-content-block.content-block .right-content p{
	display: block;
	margin-bottom: 0;
}
.werkplt-content-block.content-block .right-content{
	padding: 16% 0px 9% 60px;
}
.werkplt-content-block.content-block .right-content .custom-row{
	max-width: 550px;
}
.werkplt-content-block .custom-row .common-btn{
	max-width: 100%;
}
.werkplts-gallery-slider{
	padding: 60px 0 100px;
	background: #f4f4f4;
}
.werkplts-gallery-slider h2{
	margin-bottom: 25px;
}
.gallery-heading{
	background:#fff;
	padding: 20px 0;
}
.werkplts-gallery-slider .swiper-button-prev{
	left: 0;
}
.werkplts-gallery-slider .swiper-button-next{
	right: 0;
}
.werkplts-gallery-slider .common-arrow{
	top: 42%;
}
/*************thank u***********/
.thanku-banner .common-btn{
	margin-top: 50px;
}
/************pop up*********/
#myModal{
	padding-left: 0;
	background: rgba(255,255,255,0.71);
}
.modal-area .modal-dialog{
	max-width: 1520px;
	margin-top: 12%;
}
.modal-area .modal-content{
	border:0;
	border-radius: 0;
}
.popup-content p{
	margin: 20px 0 60px;
	text-align: justify;
}
.close-img{
	position: absolute;
    top: 30px;
    left: 30px;
    font-size: 32px;
    color: #1e1e1e;
    opacity: 0.7;
    font-family: 'NunitoSansRegular';
}
.popup-content{
	padding: 25% 12% 5%;
}
.pop-up-image img{
	height: 100%;
	object-fit: cover;
}

#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  font-size: 14px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  font-family: 'NunitoSansRegular';
  margin: 0px !important;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
	background: #f4f4f4;
}
.foto_upload{
	color: rgba(33,33,33,0.5);
}
.calculator{
	margin-top: 60px;
}
.werkplt-content-block .left-content p a{
    color: #1e1e1e;
}
.werkplt-content-block .left-content p a:hover{
    color: #0a2f57;
}
.right-content p {
  margin: 25px 0 60px;
    margin-bottom: 60px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-privacy h6{
    font-size: 15px;
    color: #fff;
    font-family: 'NunitoSansRegular';
    margin-top: 3rem;
    margin-bottom: -2rem;
}
.footer-privacy h6 a:hover{
	color: #969696;
}    
.dtl-car-slide, .side-thumb-img {
	cursor: pointer;
}
.green-btn{
	background: #269500;
	border: 2px solid #269500;
}
/*==========blog===========*/
.blog-content h1, .blog-content h2{
	color: #000;
	margin-bottom: 25px;
}
.blog-content{
	padding-top: 4%;
	padding-bottom: 4%;
  	max-width: 650px;
  	width: 100%;
}
.blog-sec .row .blog-content{
	padding-left: 10%;
}
.blog-sec .row.flex-row-reverse .blog-content{
	padding-right: 10%;
	padding-left: 0;
}
.blog-content p{
	text-align: justify;
}
.blog-content ul{
	padding-top: 5px;
	padding-left: 15px;
	list-style-type: disc;
}
.blog-content li{
	font-family: 'NunitoSansRegular';
  	font-size: 16px;
  	line-height: 28px;
  	color: #1e1e1e;
}
.blog-content li a{
	color: #000;
}
.werkplts-gallery-slider.bg-white .gallery-heading{
	background: #f4f4f4;
}
.blog-slider .gallery-heading{
	position: absolute;
	width: 100%;
	left: 0;
  	bottom: 0;
  	background: rgba(255, 255, 255, 0.80);
  	padding: 42px;
}
.blog-slider .gallery-heading p{
	margin-top: 15px;
	line-height: normal;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 62px;
}
.blog-slider .common-arrow{
	top: 50% !important;
}
@media(max-width:1599.98px){
	.blog-slider .gallery-heading{
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media(max-width:1399.98px){
	.blog-slider .gallery-heading p{
		margin-top: 6px;
	}
	.blog-slider .gallery-heading{
		padding-top: 26px;
		padding-bottom: 26px;
	}
}
@media(max-width:991.98px){
	.blog-content{
		padding: 8% 0 !important;
	}
	.blog-content h1, .blog-content h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
}