/* BUTTON */
a.button {
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
a.button.btn_fill_gray,a.button.btn_border_gray:hover {
    background: #828282;
    color: #fff;
    border:1px solid #828282;
}
a.button.btn_border_gray, a.button.btn_fill_gray:hover {
    border:1px solid #828282;
    color: #828282;
    background-color: transparent;
}
.button.yellow {
    padding: 8px 30px;
}

/* END BUTTON */





/* SPACEING CSS */
.pb-7 {
    padding-bottom: 6rem!important;
}

/* SPACEING CSS */



h1.pro_nm span.pro_nm_wel {
    margin-right: 15px;
}



.box_with_bg {
    background: #e5e5e5;
    padding: 20px;
    padding-bottom: 101px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    position: relative;
}

.box_with_bg h3 {
    margin-bottom: 0px;
    min-height: 66px;
}


.box_with_bg p {
    margin-bottom: 40px;
    margin-top: 35px;
}
.box_with_bg_btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
}
.box_with_bg_btn .button {
    margin: 2px;
    width: 100%;
}



.desktop_view.profile_banner {
	background-position:center !important;
}
.notification .dropdown-toggle::after {
	content: none;
}

.dropdown.profile .dropdown-menu {
	overflow: initial;
}
.dropdown .dropdown-menu:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: 14px;
    transform: rotate(45deg);
    z-index: -1;
}




.notification_box_head {
    display: flex;
    justify-content: space-between;
    padding: 3px 7px;
    color: #000;
    box-shadow: 0px 1px 2px #ccc;
}


.profile.notification.dropdown.profile .dropdown-menu {
	width: 230px
}


.notification_box_body {
    max-height: 201px;
    overflow-y: scroll;
}



.notification_box_body_item {
    font-size: 14px;
    line-height: 16px;
    padding: 9px;
    border-bottom: 1px solid #dcdcdc;
}
.not_time_con {
    text-align: right;
    font-size: 12px;
}




.notification_box_body::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #fff;
}

.notification_box_body::-webkit-scrollbar
{
	width: 3px;
	background-color: #fff;
}

.notification_box_body::-webkit-scrollbar-thumb
{
	background-color: #e5e5e5;
}




.notification_box_footer {
    text-align: center;
    padding: 3px 7px;
    box-shadow: 0px -1px 2px #ccc;
}
.notification_box_footer a {
	font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    color: #000 !important;
    padding: 0 !important;
}
.notification_box_footer a:hover {
	color: #fed42c !important;
}


.dropdown.profile .dropdown-menu li:first-child a.dropdown-item {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.dropdown.profile .dropdown-menu li:last-child a.dropdown-item {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}



span.not_point {
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 9px;
}



.menu_right_for_notification {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.notif_ist {
    margin-left: 30px;
}



.secound_nav {
	background: #ccc;
	padding: 0 25px;
}
.secound_nav ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0;
}
.secound_nav ul li {

}
.secound_nav ul li a {
    color: #000;
    padding: 15px 0;
    padding-left: 1rem;
}






a.button.btn_black_border_rounded {
    padding: 8px 45px;
}
.addtional_info {
    display: none !important;
}

.addtional_info.active {
    display: block !important;
}


.card.modal_card_2 {
    background: none;
    border: 0;
    padding: 0 15px;
}

.card.modal_card_2 .card-header {
    background: no-repeat;
}

.card.modal_card_2 .card-header {
    border-bottom: 1px solid #3d3e3b;
    padding-bottom: 13px !important;
}


.card.modal_card_2 .card-header .modal_card_2_heading {

}  

.card.modal_card_2 .card-header .modal_card_2_heading p {
    color: #fece2b;
    font-family: "RenaultLife-Light",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0;
}



.card.modal_card_2 .card-header .modal_card_2_heading[aria-expanded="false"] p.hide_plan {
    display: none;
}
.card.modal_card_2 .card-header .modal_card_2_heading[aria-expanded="true"] p.show_plan  {
    display: none;
}
.card.modal_card_2 .card-header .modal_card_2_heading[aria-expanded="true"] p.hide_plan {
    display: block;
}

.card.modal_card_2 .card-header .modal_card_2_heading p.show_plan {

}


.total_moth_fee.pro_yellow_box {
    margin: 0 0;
    padding: 7px;
    margin-bottom: 15px;
}












.car_img_box {
    height: 382px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Card-tbl {
    margin-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #fff;
    padding: 0;
}
.Card-tbl table thead tr.card-table-heading th {
    background-color: #fecd2f;
    font-size: 16px;
    padding: 9px !important;
    color: #000;
    font-weight: 600;
    font-family: "RenaultLife-Bold","RenaultLife-Regular",Helvetica,Arial,sans-serif;
    border-bottom: none;
    border: 1px solid #fecd2f;
}


.Card-tbl table tbody tr td:nth-last-of-type(3) {
    background-color: initial;
    font-weight: 600;
    max-width: 162px;
}

.Card-tbl table tbody tr td {
    font-weight: 600;
    color: #000;
    font-size: 13px;
    border: none;
}
.Card-tbl table tbody tr td:nth-last-of-type(1), .Card-tbl table tbody tr:nth-last-of-type(1) td {
    background-color: initial; 
}
.Card-tbl table tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.btn-table {
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 17px;
    border: 1px solid #fecd2f;
    letter-spacing: 1px;
}










@media (max-width:3000px) and (min-width: 500px) {
    .car_info_table_main {
        padding: 30px;
    }
}







.car_info_table_dtls_top_head {
    padding: 0;
}
.row.spec_text_left_right_row {
    color: #dcdcdc;
    border-bottom: 1px solid #464646;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "RenaultLife-Regular",Helvetica,Arial,sans-serif;
}

@media (max-width:3000px) and (min-width: 500px) {
    .row.spec_text_left_right_row [class*="col-"]
    {
        padding: 0;
    }
}

.row.spec_text_left_right_row ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.bg-yellow {
    background: #fece2b;
}
.text-black {
    color: #000;
}
.radius-2px {
    border-radius: 2px;
}
ul.li_before_line li:before {
    content: "-";
    margin-right: 5px;
}




.pro_welcome {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}



.car_preview_box {
    text-align: center;
    padding: 15px;
    position: relative;
    min-height: 305px;
    margin-bottom: 30px;
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.delete_pre_box {
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    background: #ffd400;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.car_preview_box img {
    max-width: 100%;
    margin: 10px 0;
}
.car_preview_box h4 {
    color: #3d3935;
    text-align: center;
    margin-bottom: 0;
}
.sub_bg {
    background: #d7d7d7;
}

.buy_bg {
    background: #f7f7f7;
}


.car_preview_box.sub_bg h6 {
    margin-bottom: 5px;
}
p.plan_year {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
p.preview_box_price {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
p.preview_box_price del {
    color: #868686;
    font-size: 14px;
}

.brown_box {
    background: #3d3935;
    padding: 7px;
}
.in_form_tab_style_two {
    display: flex;
    border: 1px solid #ffd400;
    border-radius: 4px;
}
a.in_form_tab.in_form_tab_two.active {
    background: #ffd400;
}
a.in_form_tab.in_form_tab_two {
    border-radius: 4px;
    border: 0;
    padding: 10px 25px;
    margin: -1px;
}
a.in_form_tab.in_form_tab_two:hover {
    border-radius: 4px !important;
    background: #ffd400;
    color: #000;
}




.page_bottom_banner {
    padding: 50px;
    background-size: cover !important;
    background-position: center !important;
}

@media (max-width: 425px) {
    .page_bottom_banner {
        padding: 15px
    }
}
.mb_for_banner {
    margin-bottom: 117px;
}



.label_white label {
    color: #fff;
}



.custom-file.custom_file_style_two .custom-file-input, .custom-file.custom_file_style_two {
    height: 42px;
}
.custom-file.custom_file_style_two .custom-file-label {
    height: 42px;
    border: 0;
    color: #000;
    line-height: 30px;
}

.custom-file.custom_file_style_two .custom-file-label::after {
    height: 100%;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 16px;
    background: #ffd400;
    color: #000;

}

.custom-file.custom_file_style_two .custom-file-input:disabled~.custom-file-label {
    background-color: #dadada;
}
.custom-file.custom_file_style_two .custom-file-input:disabled~.custom-file-label::after {
    background: #c1c1c1 !important;
}















.table_consider_bg {
    background: #3d3935;
    color: #fff;
}
.table_consider th {
    font-weight: 400;
    padding:15px 12px;
}
.table_consider td {
    vertical-align: top;
    padding: 12px;
    font-size: 14px;
    color: #fff;
}


.con_table_in_table {
    width: 100%;
}
.con_table_in_table td {
    padding: 5px;
    border-bottom: 0 !important;
}

.con_table_in_table tr:nth-child(odd) {
    background:#3d3935 ;
    color: #fff;
}
.con_table_in_table td:last-child {
    text-align: right;
}
.green_text {
    color: green;
}
.red_text {
    color: red;
}
.yellow_text {
    color: #ffd400;
}





.table_consider td {
    border-bottom: 1px solid #ffffff78;
}







.card_accodion_One {

}

.bg_metal {
    background: #1f1f1f;
    color: #cecece;
}


.card_accodion_One.bg_metal .card_accodion_One_header p {
    color: #cecece;
}

.card_accodion_One.bg_metal .card_accodion_One_header b {
    color: #fff;
}

.card_accodion_One.bg_metal .card-header {
    border-bottom: 0;
}
.card_accodion_One .collapse_arrow_icon.card-header {
    padding-right: 2rem !important;
}
.card_accodion_One.bg_metal .card-body {
    border-top: 1px solid #cecece;
}



.yellow_collapse_arrow  {
    position: relative;  
}


.yellow_collapse_arrow[aria-expanded="false"]:after {
    transform: translateY(-50%) rotate(180deg);
}
.yellow_collapse_arrow[aria-expanded="true"]:after {
    
}
.yellow_collapse_arrow:after {
    content: "\f106";
    font-family: FontAwesome;
    color: #fecf01;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
}



.minius_mb_15 {
    margin-bottom: -15px;
}

.card_accodion_One {
    margin-bottom: 15px;
}






.yellow_slider_nav .slick-prev:before, .yellow_slider_nav .slick-next:before{
    color: #ffd400;
    opacity: 1;
}
.slider_nav_inside .slick-prev{
    left: 0;
    z-index: 1;
}

.slider_nav_inside .slick-next {
    right: 0;
    z-index: 1;
}











.btn_red_border {
    border: 1px solid #cc2d2d;
    color: #cc2d2d;
    border-radius: 4px;
}

.btn_red_border:hover {
    color: #000;
    background: #cc2d2d;
}



.table_head_title .btn_yellow_border {
    float: left;
}







.range_slide_sec {
    padding: 15px;
    box-shadow: 0px 0px 6px 0px #ccccccd4;
    background: #fff;
}
.range_left_img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_range_slider {
    flex: 1;
}
.custom_range_slider .irs--big .irs-handle {
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(255 255 255);
    background-color: #ffd400;
    background: #ffd400;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 58%), inset 0 0 3px 1px #c1c1c1;
    border-radius: 30px;
}
.custom_range_slider .irs--big .irs-grid-text {
    display: none;
}
.custom_range_slider .irs-grid {
    top: 20px;
}
.custom_range_slider .irs--big.irs-with-grid {
    height: 39px;
}
.custom_range_slider .irs--big .irs-line {
    top: 6px;
    height: 2px;
    background-color: black;
    background: linear-gradient(to bottom, #000 -50%, black 150%);
    border: 1px solid #000;
    border-radius: 12px;
}
.custom_range_slider .irs--big .irs-bar {
    top: 6px;
    height: 3px;
    background-color: #ffd400;
    border: 1px solid #ffd400;
    background: linear-gradient(to bottom, #ffd400 0%, #ffd400 30%, #ffd400 100%);
    box-shadow: inset 0 0 1px 1px rgb(255 212 0);
}

.custom_range_slider .irs--big .irs-grid-pol {
    background-color: #000000;
}
.custom_range_slider .irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.range_left_img img {
    max-width: 100%;
}





.range_input input {
    width: 100%;
    background: #f1f1f1;
    border: 0;
    height: 39px;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}






.consider_car_card {
    border-radius: 0;
    border: 0;
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    background: #f1f1f1;
}
.consider_card_img {
    margin: 10px 0;
}
.consider_card_img img {
    max-width: 78%;
    max-height: 168px;
}
h5.consider_price del {
    font-size: 1rem;
}
.bg_consider_car_card {
    background: #d7d7d7;
}
.consider_car_card_info {
    background: #c2c2c2;
}

.consider_car_card_info ul {
    font-size: 14px;
}

.pb_for_button {
    padding-bottom: 74px !important;
    position: relative;
}
.consider_fix_button_footer {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}


.checkbox_check_border {
    position: relative;
}



.checkbox_check_border .custom-control-label {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 1;
}


.checkbox_check_border input[type=checkbox]:checked ~ .checkbox_check_border {
    border: 3px solid #ffd400;
}

.checkbox_check_border .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffd400;
    border: 0;
}
.checkbox_check_border .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.checkbox_check_border .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox_check_border .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #969696;
    box-shadow: none;
    border-radius: 50%;
}

.checkbox_check_border .custom-control-label::before, .checkbox_check_border .custom-control-label::after {
    width: 20px;
    height: 20px;
}
a.button.yellow.consider_fix_button_footer {
    background: #929292;
}
.checkbox_check_border input[type=checkbox]:checked ~ .checkbox_check_border a.button.yellow.consider_fix_button_footer {
    background: #ffd400;
}





.pegination_style2 ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
}
.pegination_style2 ul li a.pegi_angle {
    background-color: #000;
    color: #fff;
}
.pegination_style2 ul li a:hover, .pegination_style2 ul li a.active {
    background: #ffd400;
    color: #000;
    border-color: #ffd400;
    transition: all ease-in-out .3s;
}






.form-group label {
    font-size: 15px;
    font-weight: 600;
}

.bg_brown {
    background: #3e3935;
}




.right_target {
    height: 70%;
    position: absolute;
    width: 2px;
    border-right: 2px dashed #fff;
    margin: 0 auto;
    top: 37px;
}

img.tagert_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-46%);
    width: 25px;
}
img.tagert_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-46%);
    width: 25px;
}



.map_dtls_table {
    color: #fff;
}

.map_dtls_table b {
    display: block;
}
.map_dtls_table tr td:first-child {
    width: 40%
}








.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #fff;
}





.test_drive_icon_box {
    padding: 35px;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out .1s;
    display: block;
    margin-bottom: 0;
    position: relative;
    border: 4px solid transparent;
    margin-bottom: 15px;
}
.test_drive_icon_box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e4e4e4;
    z-index: -1;
}
.test_drive_icon_box:hover {
    border: 4px solid #fece2b;
}
.test_drive_icon_box:hover .check {
    opacity: 1;
}
.icon_box {
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.icon_box:after {
    height: 85px;
    width: 85px;
    border: 1px solid #ffd400;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.bg_yellow {
    background: #ffd400;
}

.icon_box img {
    max-height: 36px;
    max-width: 36px;
    transition: all ease-in-out .3s;
}

.test_drive_check_with_box input[type=radio] {
    display: none;
}
.test_drive_check_with_box input[type=radio]:checked + .test_drive_icon_box {
    border: 4px solid #fece2b;
}
.test_drive_check_with_box input[type=radio]:checked + .test_drive_icon_box .check {
    opacity: 1;
}



.form-group.black_input input.form-control {
    border-color: #3b3b3b;
    color: #000;
    border: 1px solid;
}
.form-group.black_input input.form-control::placeholder {
    color: #000;
}
.form-group.black_input label {
    color: #3b3b3b;
}


.input_with_icon {
    position: relative;
}

.input_with_icon i {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #000;
}








.datepicker td, .datepicker th {
    text-align: center;
    width: 38px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd400), to(#ffd400));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #ffd400, #ffd400);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #ffd400 #ffd400 #ffd400;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td, .datepicker th {
    font-weight: 600;   
}











h5.shape {
    position: relative;
    display: inline-block;
    background: #ffd400;
    color: #000;
    padding: 5px;
    padding-left: 22px;
}

h5.shape:after {
    content: "";
    height: 24px;
    width: 24px;
    top: 5px;
    right: -12px;
    background: #ffd400;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -5px;
    z-index: -1;
}
a.btn.small_btn {
    background: #ffd400;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 30px;
    line-height: 10px;
}
.small_dot_icon {
    background: #fff;
    border-radius: 30px;
    font-size: 10px;
    height: 12px;
    width: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin: 0 3px;
    cursor: pointer;
}
.form_box_with_border {
    border: 1px solid #ffd400;
    padding: 15px 25px;
}
.form_box_with_border table td {
    vertical-align: top;
}




.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fece2b;
}







.card_accodion_One.accodion_status_dot .card-header {
    padding-left: 2rem !important;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot {
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot.pending_bg {
    background: #ffd400;
}

.card_accodion_One.accodion_status_dot .card-header .status_dot.red_bg {
    background: red;
}
.card_accodion_One.accodion_status_dot .card-header .status_dot.green_bg {
    background: green;
}



.card_accodion_One .line-container {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}
.card_accodion_One .line-container .progress-line {
    z-index: 1;
}   

.t_dri_mnag_img_box {
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.card_accodion_One .progress-circle {
    background: #fff;
}
.card_accodion_One .progress-circle:after {
    background-color: #1f1f1f;
}
.card_accodion_One .progress-circle span {
    color:  #fff;
}
.card_accodion_One .circle_prog h6 a {
    color: #ffffff;
}






li.btn_car_card_list a.button.btn_black_border_rounded {
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 35px;
}



.trial_sub_heading {
    padding: 15px;
    text-align: left;
    height: 56px;
    padding-left: 40px;
}

.sub_card_slide_single {
	text-align: left;
}









.img_nav {
    text-align: center;
}
.img_nav img {
    max-width: 200px;
    display: inline-block !important;
}

button.disabled {
	display: none;
}