/*inventory list page css start here*/
 .inner_page{
        background-color:#30335e ;
    }
.inventory_list{
margin-top:40px;
}

@media (min-width:821px){
    .inner_page{
        padding-top:30px;
        margin-top: 20px;
        background-color:#30335e ;
    }
}

.inventory_list{
	color: #fff;
}
.inventory_list .makes {
    text-transform:uppercase;
    margin-top:20px;
    margin-bottom:10px;
}
.inventory_list .makes h4 {
    font-family: 'Raleway', sans-serif;
    font-weight:700;
	margin-bottom:15px;
}
.inventory_list .makes ul {
    margin:0px;
    padding:0px;
}
.inventory_list .makes ul li {
    float:left;
    list-style:none;
    margin:0 15px 10px 0;
}
.inventory_list .makes ul li a {
    color:#1a2252;
	background-color:#ddd;
    display:inline-block;
    padding:5px 11px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    border:solid 1px #ffffff;
}
.inventory_list .makes ul li a:hover {
    background:#FFD54C;
}
.inventory_list .car_list {
    margin-bottom:25px;
	border:#ccc solid 1px;
}
.inventory_list .car_list figure {
  
}
.inventory_list .car_list figure img {
    width: 100%;
    margin: -1px 0 -1px -1px;
}
@media (max-width:480px) {
    .inventory_list .car_list figure {
        padding:0;
    }
    .inventory_list .car_list figure img {
        margin: 0;
    }
}
.inventory_list .car_list .info{
    /* border-top: #e8e8e8 solid 1px; */
    /* margin-top: 10px; */
    padding-top: 10px;
    margin-right: 15px;
}
.inventory_list .car_list h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Arimo", sans-serif;
    margin: 15px 0;
}
.inventory_list .car_list p {
    line-height:22px;
    margin-bottom:10px;
	font-size: 18px;
}
.inventory_list .car_list article {
    line-height:26px;
}
.inventory_list .car_list .money {
    font-size:23px;
    text-align:center;
    margin:7px 30px;
	font-weight:600;
}
.inventory_list .car_list .price_detail {
    text-align:center;
}
.inventory_list .car_list article strong {
    color:#edb601;
    font-weight:normal;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 30px 0px;
}
ul.pagination li {
    display: inline;
}
ul.pagination li a {
    color: #000000;
    float: left;
    padding: 3px 12px;
    text-decoration: none;
    border: 1px solid #ffffff;
    margin: 0 3px;
    font-weight: 700;
    font-size: 14px;
    background-color: #ffffff;
}
ul.pagination li.active a {
    background-color: #000000;
    color: #fff;
    border: 1px solid #ffffff;
}
ul.pagination li a:hover:not(.active) {
    background-color: #000;
    color:#fff;
}
@media (max-width: 767px) {
    .inventory_list {
        margin-top:15px;
    }
    .inventory_list .makes ul li a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .inventory_list .car_list .car_detail {
        padding:0px 15px;
		
    }
    .inventory_list .car_list h1 {
        font-size: 22px;
    }
    .inventory_list .car_list p {
        font-size: 15px;
        line-height: 20px;
    }
    .inventory_list .car_list span {
        font-size: 16px;
    }
    .inventory_list .car_list article {
        font-size: 15px;
        line-height: 24px;
    }
    .inventory_list .car_list .money {
        font-size: 23px;
        text-align: left;
        margin-top: 6px;
        margin-left:0px;
		text-align:center;
		margin-right:0;
    }
    .inventory_list .car_list .price_detail {
        text-align:center;
    }
    .inventory_list .car_list .price_detail .button {
        margin-bottom: 20px;
    }
    ul.pagination li a {
        padding: 2px 8px;
    }
}
@media only screen and (min-width:768px) and (max-width: 820px) {
    .inventory_list {
        margin-top:0px;
    }
}
/*inventory list page css start here*/

@media screen and (min-width:2000px) {
    .inventory_list .dropdown-toggle {
        display:none;
    }
    .inventory_list .dropdown-menu {
        display:block;
        background:none;
        border-radius:0;
        box-shadow:none;
        border:none;
        float:none;
        position:static;
    }
}
@media screen and (max-width:2000px) {
    .inventory_list .makes {
        margin:10px 0;
    }
    .inventory_list h4 {
        display:none;
    }
    .inventory_list .btn {
        float:right;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        background:#edb601;
        color:#fff;
		font-size:21px;
        border-radius:0;
        border:0;
        text-transform:uppercase;
    }
    .inventory_list .btn:focus {
       /* background:none;*/
        outline:none;
        box-shadow:none;
    }
    .inventory_list .dropdown-menu {
        background:#30335e;
        border-radius:0;
        box-shadow:none;
        border:none;
        width:100%;
        top:40px;
    }
    .inventory_list .makes ul li a {
        color:#000;
        border:0;
        display:block;
        padding:15px 15px;
    }
    .inventory_list .makes ul li a:hover {
        background:#edb601;
        color:#fff;
    }
    .inventory_list .makes ul li {
        float:none;
        display:block;
        border:0;
        border-bottom:solid 1px #222446;
        margin:0;
    }
}
@media screen and (max-width:400px) {
    .inventory_list .btn {
        font-size:15px;
		margin-top:2px;
    }
}
.heading1{
    color: #fffff;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    text-transform: uppercase;
}
.heading3{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    text-transform: uppercase;
}
.inventory_list h1 a {
    text-decoration: none;
    color: #edb601;
}
.car_pics{
    margin:30px 0 20px;
}
.car_pics .picture{
    border: solid 1px #999;
    padding: 2px;
    margin: 0 0 20px 0;
    
    
    
}
.video_box object{
    width:100% !important;
    height:auto !important;
}
.yello_color{
	color:#FFD54C;
}
.heading_sale{
	width:100%;
	font-size:30px;
	font-weight:500;
	border-bottom:#fff solid 1px;
	margin: 0 0 30px 0;
	height:50px;
}
.heading_sale h1{
	float: left;
	font-size: 24px;
	margin: 7px 0 0 0;
}
@media(max-width:400px){
	.heading_sale h1{
	font-size: 15px;
	margin: 12px 0 0 0;
}

}
@media(min-width:650px){
.store_button{
	float:right;
}
}
.car_type{
	width:300px;
	float:right;
	position:absolute;
	right:0;
	top:0;
}


/* inner-css code for new design */

.inner_banner {
    background-color: #e4f1ff;
    min-height: 185px;
    position: relative;
    overflow: hidden;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.inner_banner .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 4;
}

.inner_banner h1:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #f9d84c;
}

.inner_banner h1 {
    margin: 0 0 10px;
    font-size: 22px;
}

@media (min-width:897px) {
	.inner_banner h1 {
		font-size: 30px;
	}
    .inner_banner {
        height: 300px;
    }
    .inner_banner img {
        min-height: 100%;
        max-width: none;
    }
}

@media (max-width:896px) {
    .inner_banner {
        height: 130px;
        min-height: 230px;
    }
    .inner_banner img {
        height: 100%;
        max-width: none;
        min-width: 100%;
    }
}

.inner_banner h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 0 0 8px;
}

.inner_banner h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #f33;
}

.quick_contact {
    position: relative;
}

.quick_contact:before {
    content: "";
    position: absolute;
}

.heading2 {
    font-size: 26px;
    color: #805642;
    font-weight: 600;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 6px;
}

.heading3 {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    margin: 0 0 10px 0;
}

@media(max-width:767px) {
    .heading3 {
        font-size: 25px;
    }
    .heading2 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
}

@media(max-width:767px) {
    .heading4 {
        font-size: 25px;
    }
}

.heading4 span {
    position: relative;
    color: #eabb00;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.heading4 span:before {
    content: '';
    height: 3px;
    width: 60px;
    display: inline-block;
    background-color: #eabb00;
    margin: 0 10px 0 0;
}


/*blog page*/

@media(min-width:768px) {
    .row.opposite>div {
        float: right;
    }
}

.left_block {
    padding: 45px 0 0 0;
}

.left_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left_block ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.left_list li {
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: none;
}

.left_list li a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 98;
    padding: 7px 0;
    color: #000;
}

.left_list li.current_cat a {
    color: #ff3333;
}

.left_list li a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #dadada;
    z-index: 98;
}

.left_list li span {
    position: absolute;
    right: 0;
    top: 10px;
    height: 22px;
    min-width: 30px;
    background-color: #ffffff;
    z-index: 99;
    display: block;
    text-align: right;
    color: #696969;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.left_items {
    margin: 20px 0 0 0;
}

.left_items dl {
    display: table;
    width: 100%;
    border-bottom: solid 1px #dadada;
    margin: 10px 0;
}

.left_items dl a {
    color: #000;
}

.left_items dl a:hover {
    color: #ff3333;
}

.left_items dl dt {
    display: table-cell;
    width: 65%;
    vertical-align: top;
}

.left_items dl dd {
    padding-right: 10px;
    display: table-cell;
    width: 35%;
    vertical-align: top;
}

.left_items figure {
    padding: 5px;
    background: #fff;
    margin: 0 0 10px 0;
}

.left_items h4 {
    font-weight: 500;
    font-size: 15px;
    margin: 15px 0 5px 0;
    display: inline-block;
}

.left_items h5 {
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 5px 0;
    display: block;
    color: #9a0073;
}

.blog_listing article {
    margin: 0 0 40px 0;
}

@media(min-width:768px) {
    .blog_listing article {
        max-width: 410px;
    }
}

.blog_listing figure {
    position: relative;
    background: #fff;
    border: solid 6px #fff;
    height: 250px;
    overflow: hidden;
}

.blog_listing figure img {
    width: 100%;
}

@media(max-width:767px) {
    .blog_listing figure {
        height: auto;
        max-width: 460px;
        margin: 0 auto;
    }
}

.blog_listing figure dl {
    position: absolute;
    display: table;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 15px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0;
}

.blog_listing figure dl dd {
    display: table-cell;
    padding: 10px;
}

.blog_listing figure dl dd .fa {
    margin: 0 5px 0 0;
}

.blog_listing h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0;
}

.blog_listing p {
    line-height: 1.6;
    font-size: 0.9em;
}

.blog_listing article a {
    font-size: 0.9em;
}

.left_items.popular h4 {
    font-weight: 500;
    font-size: 14px;
    margin: 6px 0 5px 0;
    display: inline-block;
    line-height: 1.5;
}

.left_items.popular h5 {
    font-weight: 500;
    font-size: 12px;
    padding: 0 0 5px 0;
    display: block;
    color: #777;
}

.left_items.popular h5 .fa {
    font-size: 14px;
}

.left_items.popular figure {
    padding: 2px;
}

.blog_detail figure {
    position: relative;
    background: #fff;
    border: solid 6px #fff;
    height: 400px;
    overflow: hidden;
}

@media(max-width:767px) {
    .blog_detail figure {
        height: auto;
    }
}

.blog_detail dl {
    display: table;
    font-size: 15px;
    margin: 10px 0;
}

.blog_detail dl dd {
    display: table-cell;
    padding: 10px;
}

.blog_detail dl dd .fa {
    margin: 0 5px 0 0;
}

.blog_detail p {
    font-weight: 500;
    margin: 6px 0 5px 0;
    line-height: 1.8;
}


/*blog css ends*/


/*contact page css starts*/

.contact_form {
    border: solid 1px #ccc;
    padding: 10px 15px 20px;
}

@media (min-width:768px) {
    .contact_form {
        padding: 20px 30px 30px;
    }
}

@media (min-width:768px) {
    .address_block {
        padding: 0 0 0 40px;
    }
}

.contact_line {
    border-right: #e4e4e4 solid 1px;
    padding-right: 65px;
    position: relative;
    z-index: 0;
}

.contact_line:after {
    content: '';
    width: 3px;
    height: 50%;
    top: 50%;
    position: absolute;
    right: -2px;
    background-color: #eabb00;
    display: inline-block;
    z-index: 1;
    transform: translate(0, -50%);
}

@media (max-width:767px) {
    .contact_line {
        border-right: 0px;
        border-bottom: #e4e4e4 solid 1px;
        padding-right: 0px;
        padding-bottom: 25px;
        position: relative;
        z-index: 0;
    }
    .contact_line:after {
        height: 3px;
        width: 50%;
        top: inherit;
        bottom: -2px;
        right: 0;
        z-index: 1;
        transform: translate(-50%, 0);
    }
}

.adr_icons {
    margin: 0 0 18px;
    padding: 0 0 17px 25px;
    position: relative;
    border-bottom: solid 1px #d4d4d4;
}

.adr_icons h5 {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 600;
}

.adr_icons a {
    color: #333;
}

.adr_icons::before {
    font-family: "FontAwesome";
    content: "\f10b";
    left: 0;
    position: absolute;
    top: 2px;
    color: #af9456;
    font-size: 15px;
    line-height: 15px;
}

.phone_link::before {
    content: "\f10b";
    font-size: 25px;
}

.mail_link::before {
    content: "\f0e0";
}

.skype_link::before {
    content: "\f17e";
}

.addr_link::before {
    content: "\f1d8";
}

.media_body a {
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding: 0px 0 0px;
    transition: 0.3s;
    border: 1px solid #af9456;
    color: #af9456;
    margin: 0 5px 0 0;
}

.media_body a:hover {
    background: #115aab;
    color: #fff;
}

.user_input {
    background: #fff url(../../images/user.png) no-repeat;
    background-size: 32px;
    background-position: right center;
    padding-right: 38px !important;
}

.email_input {
    background: #fff url(../../images/email.png) no-repeat;
    background-size: 32px;
    background-position: right center;
    padding-right: 38px !important;
}

.phone_input {
    background: #fff url(../../images/phone.png) no-repeat;
    background-size: 32px;
    background-position: right center;
    padding-right: 38px !important;
}

.location_input {
    background: #fff url(../../images/location.png) no-repeat;
    background-size: 32px;
    background-position: right center;
    padding-right: 38px !important;
}

.message_input {
    background: #fff url(../../images/message.png) no-repeat;
    background-size: 32px;
    background-position: right 14px;
    padding-right: 38px !important;
}


/*contact page css ends*/

.news_inner {
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0;
    margin-top: 18px;
}

.news_inner span {
    color: #fff;
}

.news_inner h4 {
    margin-top: 0;
    color: #edb601;
}

.quick_contact .btn11 {
    display: inline-block;
    margin: 18px 0 0;
    padding: 6px 15px;
    transition: 0.3s;
    background-color: #edb601;
    color: #fff;
}

.quick_contact .btn11:hover {
    background-color: #d09f01;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

@media(max-width:991px) {
    .news_inner .align_r {
        text-align: left;
    }
    .news_inner p {
        margin: 0;
    }
    .news_inner .align_r p i {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .news_card {
        max-width: none;
    }
    .news_inner h4 {
        font-size: 17px;
    }
    .news_inner p {
        font-size: 16px;
    }
    .res_padding {
        padding-top: 0;
    }
}

.inner_content {
    color: #fff;
}

.block {
    padding: 40px 0;
}

@media(max-width:767px) {
    .block {
        padding: 20px 0;
    }
    .res_padding {
        padding-top: 0;
    }
}

.news_inner figure img {
    width: 100%;
}

.news_inner a {
    color: #fff;
}

.news_inner a:hover {
    color: #fff;
}

.news_inner a i {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}
.right_product{
    margin-bottom:25px;
}
.right_product h4{
    margin:0 0 5px 0;
}
.right_product figure{
    margin-bottom:15px;
}
.right_product figure img{
    width:100%;
    vertical-align:top;
}











.item img {
	width: 100%;
}
.yello_color{
	color: #edb601;
}
.details_info h3{
	font-size: 30px;
	margin: 0 0 15px 0;
}
.details_info h3 span{
	color: #edb601;
	margin-right: 10px;
}
.details_info ul{
	list-style: none;
	padding: 0;
}
.details_info ul li{
	margin-bottom: 8px;
	font-weight: 600;
}
.details_info ul li span{
	font-weight: normal;
	min-width: 121px;
	display: inline-block;
}
.inner_banner.center_heading h1{
	text-align:center;
}
.inner_banner.center_heading h1:before{
	left: 50%;
	margin-left: -27px;
	width: 54px;
}
.inner_banner.center_heading .container{
	bottom:45px;
}
@media(max-width:767px) {
	.inner_banner.center_heading .container{
		bottom:15px;
	}
}
.btn_group{
	overflow:auto;
}
.button1{
	text-transform:uppercase;
}
.button2{
	background-color:#5f5e5d;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1.1;
	margin: 7px 0;
	padding: 9px 12px 8px;
	text-decoration: none;
	border: 0;
	font-weight:600;
	text-transform:uppercase;
}
.button2:hover{
	background-color:#000;
	color: #fff;
	text-decoration: none;
}
.button3{
	color: #edb601;
	display: inline-block;
	font-size: 15px;
	line-height: 1.1;
	margin: 7px 0;
	text-decoration: underline;
	border: 0;
	font-weight: 600;
}
.block_end{
	padding-bottom:0;
}
.button, a.button{
	text-transform:uppercase;
}
.list_1eft {
    min-height: 375px;
}
.list_1eft.two_list, .list_right.two_list {
    min-height: 248px;
}
@media(max-width:767px) {
	.list_1eft {
		min-height: auto;
	}
}
.showroom_list{
	text-align:center;
	font-size:18px;
	padding-top: 25px;
}
.showroom_list a{
	color:#000;
	font-size:22px;
}
.notice{
	background-color: #262722;
    padding: 35px 25px 25px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.notice h2{
	margin:0 0 20px
}
.notice p{
	margin:0 auto 10px;
	max-width: 950px;
}
.list_1eft>img{
	width:100%;
}
.modal .modal-dialog {
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(0,-50%) !important;
}
.textbox{
    border: 3px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px;
}
.textbox h2{
    margin: 5px 0;
    font-size: 21px;
    color: #fff;
}

.blog_list article{
    border:#fff solid 1px;
    padding:3px;
    margin-bottom: 30px;
}
@media(max-width:767px){
    .blog_list article{
        margin-bottom: 15px;
    }
}
.blog_list figure{
    padding-top: 65%;
    overflow: hidden;
    position: relative;
}
.blog_list figure img{
    min-width: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
}
.blog_list article a{
    display:block;
    text-decoration:none;
}
.blog_list article h2{
    color: #edb601;
    font-size: 18px;
    text-align: center;
    text-transform:uppercase;
    margin: 18px 10px 15px;
    height: 35px;
    font-weight: bold;
}
.blog_list article a:hover h2{
    text-decoration:underline;
}
.blog_list article p{
    text-align: center;
    margin: 15px 10px 18px;
    height: 60px;
    line-height: 1.2;
}
@media(max-width:767px){
    .blog_list article h2{
        height: auto;
    }
    .blog_list article p{
        height: auto;
    }
}
.blog_banner{
    margin: 20px 0;
}
.blog_banner img{
    width:100%;
    vertical-align:top;
}
@media(max-width:767px){
.block_dtitle{text-align: center;}
}


/*2022 feb. changes goes here */
.inner_banner.center_heading h1{
border:none;
padding:0;  
}

.bring_trailer > article{
text-align: center;
padding:20px 0; 
}

.bring_trailer > article a{
background-color: transparent;
border: 1px solid #edb601;
padding: 15px 20px;
min-width: 220px;
font-weight: 600;
margin:10px;
transition:0.4s;
}

.bring_trailer > article a:hover{
transition:0.4s;
}

.process_card{
margin:25px 0;  
text-align: center;
min-height:300px;
}

.process_card figure{
border: 2px solid #fff;
margin: 0 auto;
padding: 10px;
border-radius: 100%;
max-width: 150px;
height: 150px;
text-align: center;
position: relative;
}

.process_card figure img{
max-width: 70px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}

.process_card figure > span{
position: absolute;
right: -4px;
top: 2px;
width: 35px;
text-align: center;
font-weight:600;
color: #000;
background-color: #fff;
border-radius: 100px;
height: 35px;
line-height: 2;
}

.content_design .process_card h3{
margin: 18px 0 12px;    
}

.bring_trailer h2.main_heading{
margin: 30px 0 40px;
font-size: 30px;    
position: relative;
padding-bottom:10px; 
}

.bring_trailer h2.main_heading:before{
content:"";
position: absolute;
left: 0;
right:0;
width:70px;
height:2px;
background-color:#fff;
bottom:0;
margin:0 auto;
}

.review_trailer article{
border: 2px solid #edb601;
text-align: center;
padding: 50px 30px 15px;
position: relative;
margin-top: 90px;
}

.review_trailer article:before{
content: "";
background-color: #edb601;
width: 80px;
height: 80px;
text-align: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -48px;
background-image: url(../images/quote-t.png);
background-repeat: no-repeat;
background-position: center;
background-size: 40px;
border-radius: 100%;
}

.review_trailer article h4{
color:#edb601;  
font-size:24px;
font-weight:600;
margin-top:20px;
}

.review_trailer article h4 i{
font-size: 16px;
color: #fff;
display: block;
margin: 5px 0 0;
text-transform: capitalize;
    }

.review_trailer{
margin:50px 0;  
}   

@media(max-width:991px){
.process_card{
min-height:350px;   
}
}

@media(max-width:767px){
.process_card{
min-height:initial;
margin:25px 0 40px; 
}
    }

@media(max-width:500px){

.review_trailer article{
padding:50px 15px 15px; 
}

.bring_trailer h2.main_heading {
  margin: 20px 0 30px;
  }

  .review_trailer {
  margin: 50px 0 0;
}

}   