@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800,800i&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.div_h3.text-center {
    padding: 4rem 0;
    margin: 0
}


/* New css start old and new car */

.used_car_sec {
    padding: 4rem 0 0;
}

.custom-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 75px 10px;
}

.tab-container {
    width: 100%;
    max-width: 100%;

}

.tabs {
    display: flex;
    width: 60%;
    margin: 6rem auto 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 0 0 .1rem;
}

.tabs .tab.active {
    background: #FF5D5D;
    color: #fff !important;
}

.tabs button:focus {
    outline: none;
}

.tabs .tab {
    width: 50%;
    padding: 1rem;
    border: none;
    cursor: pointer;
    background-color: #F1F1F1;
    color: #666666;
    opacity: 0.9;
    text-align: center;
    font: 500 1.125rem/2rem 'Open Sans', sans-serif;
}

.tabs button:hover {
    opacity: 1;
}

.tabs .non-active {
    opacity: 0.6;
}


.hidden {
    display: none;
}

.tab-content .marg_width_inner img {
    margin: 2rem 0;
    width: 100%;
}

.tabs .tab a {
    color: #000;
}

.used_car_head {
    text-align: left;
}

.city-class-1 {
    border-bottom: none;
    border: 1px solid #C4C4C4;
    background: url(../images/down_icon.png) no-repeat 96%;
    padding: .4rem .8rem;
    width: 210px;
    font: 500 1rem/1.6rem 'Open Sans', sans-serif;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-size: 16px;

}

.photo_s img {
    width: 60px;
    border-radius: 6px;
    position: absolute;
    top: 13.6rem;
    cursor: pointer;
    left: 1.2rem;
}

.apply_bttn {
    background: #FF5D5D;
    border: 1px solid #FF5D5D;
    padding: .2rem 3.6rem;
    color: #fff;
    width: 210px;
    cursor: pointer;
    font: 500 1.125rem/2rem 'Open Sans', sans-serif;
}

.d-flex.align-items-baseline>form {
    display: flex;
}

.apply_bttn:hover,
.apply_bttn:focus {
    background: transparent;
    color: #000;
    border: 1px solid #FF5D5D;
    outline: none;
}

.know-more {
    font: 600 1rem/1.6rem 'Open Sans', sans-serif;
    color: #FF5D5D;
    border: 1px solid #FF5D5D;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    padding: 0.6rem;
    cursor: pointer;
    outline: none;
}

.know-more:hover,
.know-more:focus {
    color: rgb(210, 191, 191);
    border: 1px solid #000;
    outline: none;
}

.second_div.d-flex p {
    font: 500 1rem/1.6rem 'Open Sans', sans-serif;
    padding: .6rem 1rem 0 0;
}

.second_div.d-flex p:first-child {
    border-right: 1px solid #1313131f;
}

.second_div.d-flex p:nth-child(2) {
    padding: .6rem 1rem 0 1rem;
}

.second_div.d-flex p>img {
    width: 36px;
}

.input.select {
    margin: 0 .3rem 0 0;
}


.bd-highlight {
    margin: 0 .6rem 0 0;
}

.bd-highlight:last-child {
    margin: 0;
}

/* New css closed */



.logo>a>img {
    width: 182px;
    padding: 13px 0;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.inner_bttn a>button {
    font-size: 12px;
    outline: none;
    background: #FF5D5D;
    border: solid #FF5D5D 1px !important;
    color: #fff;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    border-radius: 30px;
}

.inner_bttn a>button:hover {
    background: transparent;
    border: 1px solid #FF5D5D !important;
    color: #FF5D5D;
}

.small_price {
    text-align: left
}

.small_price p {
    font-size: 11px;
    text-align: left;
    margin: 0
}

.small_price span {
    display: block;
    font-size: 24px;
    font-weight: bold
}

.small_price h5 {
    text-decoration: line-through;
    font-size: 14px
}

.inner_bttn a>p {
    font-size: 10px;
    color: #000;
    margin: 10px 0
}

.inner_bttn a>p:hover {
    color: #FF5D5D
}

.offer_sec {
    background: #00b7638c;
    text-align: left
}

.tranding_offer {
    background: url('../images/menu/new/tranding_band.png') no-repeat 100%;
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}

.tranding_offer p a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 10px 40px 8px 19px
}

.offr_bg {
    background: url('../images/menu/new/free.png') no-repeat;
    background-position: 2%
}

.offr_bg p span {
    color: #23B700;
    font-size: 7px;
    font-weight: bold;
    margin: 3px 0;
    position: absolute;
    left: 8px;
}

.offr_bg p {
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: relative;
    padding: 8px;
    margin: 20px 0 15px;
}


/* form css start  */

.head_clr.p-5.mb-5 h5 {
    color: #000000
}

.selct_feald {
    margin-left: 3rem;
    margin-top: 3rem;
}

.custom_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_main_text {
    position: absolute;
    z-index: 9;
    right: 110px;
}

.banner_main_text h4 {
    font-size: 36px;
    ;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.banner_main_text p {
    font-size: 16px;
    ;
    color: #575757;
    font-family: 'Roboto', sans-serif;
}

.form_head h3 {
    font-family: 'Roboto', sans-serif;
    color: #5C85AC;
    font-size: 25px;
    padding: 0 0 1rem;
}

.owl-top_banner.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.form_padd {
    padding: 4rem 0;
}

.flex_collum {
    border: none;
    outline: none;
    border-bottom: 1px solid #E5E5E5;
    color: #9E9DA2;
    width: 100%;
    font-size: 18px;
    padding: .4rem 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

textarea#textarea,
textarea#address {
    border: 1px solid #E5E5E5;
    padding: .4rem;
    margin: 3rem 0 0;
}

textarea::-webkit-input-placeholder {
    color: #9E9DA2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.text-center>button {
    width: 138px;
    font-weight: 400;
    height: 46px;
    font-size: 18px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    margin: 4rem 20px 0;
}

.form_area {
    padding: 3rem 1.6rem;
}

.align_items {
    padding: 3rem 0 0;
    align-items: center;
    justify-content: center;
}

.align_items>a {
    width: 15%;
}

#cars,
#other_brand {
    background: url(../images/Vector.png) no-repeat right;
    -webkit-appearance: none;
    font-size: 18px;
    color: #9E9DA2;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 400;
}

.select option,
select {
    color: #9E9DA2;
    padding: .4rem 0;
}

.quote-imgs-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.quote-imgs-thumbs--hidden {
    display: none;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid #777;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.file-uploader {
    background-color: #dbefe9;
    border-radius: 3px;
    color: #242424;
}

.file-uploader__message-area {
    font-size: 18px;
    padding: 1em;
    text-align: center;
    color: #377a65;
}

.file-list {
    background-color: #fff;
    font-size: 16px;
    display: flex;
    margin-bottom: 0;
    width: 100%;
}

.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px 0 0 4px;
    padding: 3px;
}

.file-list li {
    display: flex;
    margin-left: 0.5em;
    border: none;
    overflow: hidden;
}

.removal-button {
    width: 20%;
    border: none;
    background-color: #d65d38;
    color: white;
}

.removal-button::before {
    content: "X";
}

.removal-button:focus {
    outline: 0;
}

.file-chooser p {
    font-size: 18px;
    padding-top: 1em;
}

.file-uploader {
    max-width: 400px;
    height: auto;
    margin: 2em auto;
}

.file-uploader * {
    display: block;
}

.file-uploader input[type="submit"] {
    margin-top: 2em;
    float: right;
}

.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
    cursor: pointer;
}

.file-chooser__input {
    margin: 0 auto;
}

.file-uploader__submit-button {
    width: 100%;
    border: none;
    font-size: 1.5em;
    padding: 1em;
    background-color: #72bfa7;
    color: white;
}

.file-uploader__submit-button:hover {
    background-color: #a7d7c8;
}

.file-list li:after,
.file-uploader:after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none;
}

.hidden input {
    display: none;
}

.file-uploader__message-area {
    display: none;
}

.upload p {
    color: #1A1A1A;
    font-size: 20px;
}

.upload p span {
    color: red;
}

.file-chooser__input {
    width: 109px;
}

input[type=file]::file-selector-button {
    border: 1px solid #5C85AC;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #fff;
    transition: 1s;
    color: #5C85AC;
}

.file-list li {
    border: 1px solid #5C85AC;
    color: #5C85AC;
}

.form_area .form-group {
    margin: 0 0 4rem;
}

.form_head h5 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.p-5.mb-5 h5 {
    color: #5C85AC;
}

.form_head p {
    font-size: 22px;
    color: #000000;
    padding: 0 5rem;
}

.custom_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_tabs li {
    list-style: none;
}

.custom_tabs li {
    float: left;
    list-style: none;
    margin: 2rem;
}

.custom_tabs li a img {
    width: 350px;
}

.custom_tabs li.active {
    background: blue;
}

.img_gallery.active {
    border: 1px solid #ccc;
    border-radius: 4px
}

.img_gallery {
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 1rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
}

.img_gallery button.book_now {
    float: none;
}

.img_gallery img {
    border-radius: 4px;
}

.form_area .form-group span {
    font-size: 15px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.feedback_bg {
    background: #5C85AC;
    border-radius: 0 0 10px 10px;
    display: block;
    text-align: center;
}

.feedback_bg h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.feedback_bg p {
    font-size: 16px;
    color: #fff;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.radio_bttn p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #555555;
    padding: 0 0 1rem;
}

.radio_bttn .form-check-inline label.form-check-label {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.custom_tabs .active p {
    color: #fff;
}

.radio_bttn .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-center .form-check-inline {
    width: 40%;
    display: block;
    margin: auto;
}

.m-0-auto {
    margin: 0 auto;
}

.radio_bttn {
    padding: 0 0 3rem;
}


/* form css closed  */

/***** New Add css ******/

.owl-top_banner .owl-dots {
    position: absolute;
    margin: 10px;
    right: 2%;
    margin-top: -70px !important
}

.owl-top_banner .owl-dots .owl-dot.active span,
.owl-top_banner .owl-dots .owl-dot:hover span {
    color: red
}

.owl-top_banner .owl-dots .owl-dot span {
    width: 30px !important;
    height: 6px !important
}

.owl-top_banner .owl-nav.disabled+.owl-dots {
    margin-top: -70px !important
}

.custom_nav .owl-nav.disabled+.owl-dots {
    top: -124px;
    z-index: 9999;
    position: relative;
    right: 34px;
    text-align: right;
}

.carousel_img img {
    object-fit: cover;
    width: 100%;
}

.custom_nav .owl-dots .owl-dot span {
    width: 30px !important;
    height: 5px !important;
}

.custom_nav .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3d82ac !important;
}

.edit_page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.edit_page>div:nth-child(2) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
}

.edit_page>div:nth-child(1) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    padding-right: 15%;
}

.edit_page>div:nth-child(2) h2.select_city_section {
    margin-top: 60px;
}

.edit_page>div:nth-child(2) h2 {
    margin-top: 30px;
}

.edit_page .form_bottom {
    margin-top: 0;
    width: 100%;
}

.edit_page .form_bottom button {
    margin: 0 10px;
}

.model-logo span,
.logo_model {
    font-size: 50px !important;
}

.logo_model {
    margin-top: 0px !important;
}

.vechile_overview {
    margin-top: 44px;
}

.row.wdth.dkenwodfkalsdj>div {
    margin-bottom: 4%;
}

.mobile-slider {
    display: none !important;
}

div#carouselLogo .carousel-item img {
    height: 90vh;
    object-fit: cover;
    width: 100%;
}

div#carouselLogo.space_div .carousel-item img {
    height: auto;
}

div#big button.owl-next {
    border-radius: 5px 0 0 5px;
    outline: none;
    position: absolute;
    top: 43%;
    right: 3%;
    margin: 0px;
    background: #ffffffa6 !important;
    padding: 2px 11px !important;
    font-size: 30px !important;
}

div#big button.owl-prev {
    border-radius: 0 5px 5px 0;
    outline: none;
    position: absolute;
    top: 43%;
    left: 3%;
    margin: 0px;
    background: #ffffffa6 !important;
    padding: 2px 11px !important;
    font-size: 30px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 25px !important;
    margin-top: 5px;
    padding: 6px 0 0 15px !important;
    outline: none;
    margin: 0;
}

.owl-one .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0 15px 0 0 !important
}

#carouselLogo .custom_nav .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0px !important;
}

.contactp {
    padding-top: 0px !important;
}

p.center_sue_dksj {
    font-size: 14px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
    color: #555 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #3d81ac !important;
}

.sortby {
    text-align: right;
}

.variationerror {
    position: relative;
    bottom: 11px;
    background: #FF5722;
    color: #fff;
    font-size: 13px;
    padding: 1px 7px 4px 6px;
    border-radius: 2px;
    display: none;
    width: 70%;
}

.variationerror::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FF5722 transparent;
}

.accordion.desktop_feature {
    display: block;
}

.mobile_feature {
    display: none;
    position: relative;
}

option {
    color: #000;
}

.row.div_btn_use.col_some a {
    width: 80%;
    flex-basis: 80%;
    margin: 0 auto;
}

.navbar {
    display: block;
    padding: 0;
    position: relative;
}

.inner_div {
    position: relative;
    overflow: hidden;
}

.inner_div>p {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 40px;
    margin: 0
}


/* start e-book_part_details */

.p_details {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

.p_details_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p_details_form {
    padding: 6%;
}

.p_details_form form>.form_group {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 6%;
}

.p_details_form form>.form_group input {
    width: 90%;
    border: 0;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    outline: none;
    padding: 0 6px;
}

.p_details_form form>.form_group1 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 6%;
    padding-left: 1.5%;
}

.p_details_form form>.form_group1 label {
    display: block;
    font-size: 14px;
}

.p_details_form form>.form_group1 textarea {
    width: 98%;
    border: 1px solid #999999;
    outline: none;
    padding: 0 6px;
}

.p_details_form form>.form_group2 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    margin-bottom: 6%;
}

.p_details_form form>.form_group2 select {
    background: transparent url(../images/drop_do_in.png) right no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 94%;
    border: 0;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    outline: none;
}

.p_details_form form>.form_group2 input {
    width: 94%;
    border: 0;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    outline: none;
    padding: 0 6px;
}

.p_details_form form>.form_group_bottom {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
}

.form_group.form_bottom.form_group_bottom {
    margin-top: 0;
}

.p_details_form select,
.p_details_form input,
.p_details_form input::-webkit-input-placeholder {
    font-size: 14px;
}

.p_details_form select,
.p_details_form input,
.p_details_form input:-ms-input-placeholder {
    font-size: 14px;
}

.p_details_form select,
.p_details_form input,
.p_details_form input::-ms-input-placeholder {
    font-size: 14px;
}

.p_details_form select,
.p_details_form input,
.p_details_form input::placeholder {
    font-size: 14px;
}

@media screen and (max-width:575px) {
    .p_details_form form>.form_group {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10%;
    }

    .p_details_form form>.form_group1 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10%;
        padding-left: 5.5%;
    }

    .p_details_form form>.form_group1 textarea {
        width: 94%;
    }

    .p_details_form form>.form_group2 {
        width: 94%;
        -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10%;
    }

    .p_details_form form>.form_group_bottom {
        margin-top: 9%;
    }
}

.row.bg_div_decrease.bg_absolutel_di.goyalM_add {
    position: static;
    margin-top: -3em;
    right: 0em;
    margin-bottom: 10%;
}

.goyalM_address {
    position: relative;
    padding: 27px 18px;
}

.m_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 32px;
    justify-content: center;
}

.m_address>div {
    width: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.goyalM_address>span {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

span.goyalM_circle {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 10px;
    margin-right: 2%;
    position: relative;
    top: 2px;
}

span.goyalM_circle>span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -54%);
    -ms-transform: translate(-45%, -54%);
    transform: translate(-45%, -54%);
}

.goyalM_address.active span.goyalM_circle>span {
    background: #1969ff;
}

span.goyalM_name {
    margin-right: 8%;
    margin-left: 12px;
    text-transform: capitalize;
}

span.goyalM_number {
    display: block;
    margin-left: 40px;
}

.goyalM_address p {
    margin: 0;
    margin-top: 7px;
    margin-left: 40px;
}

.goyalM_address p>span {
    cursor: pointer;
}

@media screen and (max-width:991px) {
    .m_address>div {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    span.goyalM_circle>span {
        -webkit-transform: translate(-48%, -47%);
        -ms-transform: translate(-48%, -47%);
        transform: translate(-48%, -47%);
    }
}

@media screen and (max-width:490px) {
    .m_address>div {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    span.goyalM_circle>span {
        -webkit-transform: translate(-52%, -47%);
        -ms-transform: translate(-52%, -47%);
        transform: translate(-52%, -47%);
    }
}

.car_details_slider {
    height: 100vh;
    position: relative;
    width: 100%;
}

.car_details_slider .car_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.all_banner_img img,
.all_banner_img2 img {
    width: 583px;
}

.all_banner_img img[alt="Maruti Suzuki S Presso Shimla Himachal"],
.all_banner_img2 img[alt="Maruti Suzuki S Presso Shimla Himachal"] {
    width: 450px !important;
}

.car_details_slider .car_banner2 {
    z-index: 1;
}

.all_banner_img {
    position: relative;
    width: 589px;
    height: 254px;
}

.all_banner_img2 {
    position: relative;
    width: 589px;
    height: 254px;
}

.all_banner_img2 img.img-responsive.car_circle {
    position: absolute;
    bottom: -100px;
    left: -71px;
    right: 0;
    z-index: -1;
    height: 177px;
    width: 120%;
}

.all_banner_img>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
}

.all_banner_img>div.active {
    z-index: 9;
    right: 0;
    opacity: 1;
    -webkit-transition: 2000ms ease-in-out;
    -o-transition: 2000ms ease-in-out;
    transition: 2000ms ease-in-out;
}

.all_banner_img2>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
    -webkit-transition: 4000ms ease-in-out;
    -o-transition: 4000ms ease-in-out;
    transition: 4000ms ease-in-out;
    overflow: hidden;
    background: transparent;
    opacity: 0;
}

.all_banner_img2>div.active {
    z-index: 9;
    right: 0;
    opacity: 1;
}

.indicater_cerate {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    text-align: center;
}

.indicater_cerate ul li {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    margin: 0 5px;
    width: 56px;
}

span.indicater_area {
    width: 70%;
    height: 25px;
    display: block;
    border-radius: 1px;
    cursor: pointer;
    border-radius: 3px;
}

.indicater_text {
    opacity: 0;
    color: #746454;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0.6rem 0 0;
}

.indicater_cerate ul li.active span.indicater_area {
    border: 2px solid #000;
}

.indicater_cerate ul li.active .indicater_text {
    opacity: 1;
}

.indicater_cerate ul li:nth-child(1) span.indicater_area {
    background: #3e5289;
}

.indicater_cerate ul li:nth-child(2) span.indicater_area {
    background: #746454;
}

.indicater_cerate ul li:nth-child(3) span.indicater_area {
    background: #722f32;
}

.indicater_cerate ul li:nth-child(4) span.indicater_area {
    background: #706f71;
}

.indicater_cerate ul li:nth-child(5) span.indicater_area {
    background: #b2b2b3;
}

section.test_drive {
    background: #e1e1e1;
    margin-top: 4%;
}

section.test_drive ul {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 2% 0;
}

section.test_drive ul li {
    display: inline-block;
    width: 25%;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

section.test_drive ul li:hover {
    color: #d08c21;
}

.feature_area {
    margin-bottom: 10%;
}


}

section.feature_area>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.feature_area>.row>img {
    width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

section.feature_area>.row>h2 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 24px;
    text-align: center;
    padding: 5rem 0 1rem;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    /* margin-right: 0;
    */

    color: #777;
}

.accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 15px 0;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.accordion-content {
    display: none;
}

h3.accordion-toggle span {
    padding: 10px 12px;
    float: right;
    background: #3d81ac;
    display: inline-block;
    color: #fff;
    line-height: 9px;
    width: 34px;
}

h3.accordion-toggle span.accordion- {
    display: none;
}

h3.accordion-toggle.active span.accordion- {
    display: block;
    padding: 6px 14px 10px;
    color: #FF5D5D;
}

h3.accordion-toggle.active span {
    display: none;
}

.accordion_top,
.accordion_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: table;
    width: 100%;
}

.accordion_top div,
.accordion_mid div {
    display: table-cell;
}

.accordion_mid {
    border-top: 1px solid #5555;
}

.accordion-content1 {
    width: 22%;
}

.accordion-content2 {
    width: 7%;
    text-align: center;
    padding: 1% 0;
}

.accordion_mid .accordion-content1,
.accordion_mid .accordion-content2 {
    padding: 1.2% 0;
}

.car_details_check {
    background: #333;
}

.car_details_check .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5% 0%;
    color: #fff;
}

.car_details_check .row>div {
    width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
}

.car_details_check .row>div:first-child {
    width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    text-align: left;
}

.car_details_check .row>div:last-child {
    width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    text-align: center;
}

.car_details_check .row>div:nth-child(3) {
    margin-right: 2%;
}

.car_details_check .row>div:nth-child(2) {
    margin-right: 4%;
}

.car_details_check .row>div:nth-child(1) {
    margin-right: 4%;
}

.car_details_check .row>div h3 {
    font-size: 18px;
}

.car_details_check .row>div select {
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}

.car_details_check .row>div button {
    background: #3d81ac;
    border: 0;
    color: #fff;
    padding: 5px 25px;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

section.car_details_book .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.car_details_book .row {
    padding: 10%;
}

section.car_details_book .row ul li {
    border: 2px solid #777;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 17%;
    text-align: center;
}

section.car_details_book .row ul li a {
    color: #777;
    display: block;
    padding: 6px 19px;
}

.car_details_book {
    position: relative;
    overflow: hidden;
}

.car_details_book_bg {
    width: 100%;
}

.car_details_check .row>div:first-child img {
    width: 78%;
}

@media screen and (max-width:1199px) {
    .car_details_check .row>div button {
        padding: 7px 20px;
    }
}

@media screen and (max-width:991px) {
    .car_details_slider {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    section.car_details_book .row {
        padding: 6%;
    }

    section.car_details_book .row ul li {
        font-size: 13px;
        padding: 6px 19px;
        margin-bottom: 10%;
    }

    .car_details_check .row>div:nth-child(2) h3 {
        font-size: 22px;
    }

    .car_details_check .row>div:last-child {
        text-align: right;
    }

    .car_details_check .row>div button {
        padding: 7px 20px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {

    .indicater_cerate ul {
        display: flex;
    }

    /* new form css start  */
    .div_h3.text-center {
        font-size: 18px;
        padding: 3rem 0 1rem;
    }

    .old_new {
        display: block;
    }

    .p-5.mb-5 {
        padding: 0 !important;
    }

    .feedback_bg {
        padding: 1rem 0 0;
    }

    .d-flex.mb-5 {
        display: block !important;
    }

    .img_gallery {
        margin: 0 0 2rem;
    }

    .upload {
        float: left;
        padding: 0 12px 0 0;
    }

    #cars,
    #other_brand {
        font-size: 14px;
        background-size: 10px;
    }

    .upload p {
        font-size: 13px;
    }

    .form_head h3 {
        font-size: 18px;
    }

    .form_area .form-group {
        margin: 0 0 1rem;
    }

    .radio_bttn p {
        font-size: 14px;
        font-weight: 400;
    }

    .feedback_bg img {
        width: 200px;
    }

    .banner_main_text h4 {
        font-size: 28px;
    }

    .banner_main_text {
        right: inherit;
        top: 5rem;
        text-align: center;
    }

    .align_items>a {
        width: 25%;
        text-align: center;
    }

    .align_items>a>img {
        width: 65px;
        background: #FFFFFF;
        border: 1px solid rgba(61, 129, 172, 0.3);
        box-sizing: border-box;
        box-shadow: 0px 2px 20px rgb(61 129 172 / 50%);
        border-radius: 10px;
        padding: .6rem;
    }

    .col-md-3.offset-md-2>select {
        margin: 2rem 0;
    }

    ..align_items {
        padding: 1.6rem 0 0;
    }

    .radio_bttn .form-check-inline label.form-check-label {
        color: #000000;
        font-size: 14px;
    }

    .feedback_bg h5 {
        font-size: 14px;
    }

    .feedback_bg p {
        font-size: 12px;
    }

    textarea#textarea,
    textarea#address {
        margin: 1rem 0 0;
    }

    .flex_collum {
        margin: 0 0 1rem;
        font-size: 14px;
    }

    .form_head p {
        font-size: 14px;
        padding: 0;
    }

    .text-center>button {
        width: 105px;
        height: auto;
        font-size: 14px;
        margin: 2rem 8px 0;
    }

    .form_head>img {
        width: 180px;
    }

    .form_head h5 {
        font-size: 15px;
    }

    /* new form css closed   */

    .logo>a>img {
        width: 140px;
        padding: 5px 0;
    }

    .owl-two .owl-item img {
        height: auto;
    }

    .para_div_your {
        font-size: 13px !important;
    }

    div#carouselLogo .carousel-item img {
        height: 386px;
    }

    div#big button.owl-next {
        top: 38%;
    }

    .owl-top_banner .owl-nav.disabled+.owl-dots {
        margin-top: -38px !important;
    }

    div#big button.owl-prev,
    div#big button.owl-next {
        top: 38%;
        display: none
    }

    #more_product_quantity_enquiry .modal-dialog {
        width: 100%
    }

    section.car_details_book .row ul li a {
        color: #777;
        display: block;
        padding: 2px 3px;
    }

    .car_details_book_bg {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    section.car_details_book .row ul li:last-child {
        margin: 0 !important;
    }

    section.car_details_book .row ul {
        margin-bottom: 0;
    }

    section.car_details_book .container {
        position: absolute;
        top: 10%;
    }

    /* new car details */

    .accordion.desktop_feature {
        display: none;
    }

    .mobile_feature {
        padding: 0 8%;
        width: 100%;
        display: block;
    }

    .mobile_feature .accordion {
        width: 100%;
        margin-top: 25px;
    }

    .mobile_feature .accordion-content1 {
        width: 55% !important;
    }

    .mobile_feature .accordion-content2 {
        width: 22% !important;
    }

    .car_details_slider {
        height: 82vh;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .d-block.img-fluid.desabled {
        max-width: 100%;
        height: 288px;
        object-fit: cover;
    }

    section.test_drive ul li {
        width: 150px;
        font-size: 14px;
    }

    section.feature_area>.row>h2 {
        font-size: 18px;
    }

    .accordion_top,
    .accordion_mid {
        font-size: 13px;
    }

    section.car_details_book .row {
        padding: 5%;
    }

    section.car_details_book .row ul li {
        border: 1px solid #777;
        font-size: 13px;
        padding: 5px 8px;
        margin-bottom: 8%;
    }

    .car_details_check .row {
        padding: 6% 8px;
    }

    .car_details_check .row>div:nth-child(2) h3 {
        font-size: 19px;
    }

    .car_details_check .row>div:nth-child(2) span {
        font-size: 13px;
    }
}

@media screen and (max-width:575px) {
    .car_details_slider {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .d-block.img-fluid.desabled {
        height: 211px;
    }

    section.feature_area>.row>h2 {
        font-size: 15px;
        padding-left: 0;
    }

    section.car_details_book .row {
        padding: 5%;
    }

    section.car_details_book .row ul li {
        border: 1px solid #777;
        font-size: 9px;
        padding: 5px 8px;
        margin-bottom: 13%;
    }

    .car_details_check .row {
        padding: 11% 5%;
    }

    .car_details_check .row>div:first-child {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: left;
    }

    .car_details_check .row>div:nth-child(2) h3 {
        font-size: 18px;
    }

    .car_details_check .row>div:nth-child(2) {
        text-align: left;
        margin-bottom: 10%;
        margin-top: 12%;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .car_details_check .row>div:nth-child(3) {
        width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-right: 5%;
    }

    .car_details_check .row>div select {
        font-size: 13px;
    }

    .car_details_check .row>div:last-child {
        width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        text-align: center;
    }

    .car_details_check .row>div button {
        font-size: 13px;
    }

    .indicater_cerate {
        bottom: -72px;
    }
}

@media screen and (max-width:480px) {
    /* New css Add */

    .class_right {
        float: none !important;
    }

    .car_details_check .row {
        padding: 11% 5%;
    }

    .car_details_check .row>div:first-child {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .car_details_check .row>div:nth-child(2) {
        margin-bottom: 10%;
        margin-top: 12%;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .car_details_check .row>div:nth-child(3) {
        width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 100%;
        margin-right: 5%;
        margin-bottom: 10%;
    }

    .car_details_check .row>div {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        /* margin-top: 10%; */
    }

    .car_details_check .row>div:nth-child(5) {
        margin-top: 15px;
    }

    .car_details_check .row>div select {
        font-size: 13px;
    }

    .car_details_check .row>div:last-child {
        width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 100%;
        text-align: center;
        margin-top: 10%;
    }

    .car_details_check .row>div button {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    .car_details_slider {
        height: 83vh;
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
    }

    .d-block.img-fluid.desabled {
        height: 165px;
    }

    section.car_details_book .row {
        padding: 5%;
    }

    section.car_details_book .row ul li {
        border: 1px solid #777;
        font-size: 9px;
        padding: 3px 3px;
        margin-bottom: 12%;
    }


    .indicater_cerate ul li {
        width: 53px;
        margin: 0;
    }
}

@media screen and (max-width: 375px) {
    .car_details_slider {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55);
    }

    .indicater_cerate {
        right: -65px;
        left: -65px;
    }

    .indicater_cerate ul li {
        width: 50px;
    }

    .indicater_text {
        font-size: 16px;
    }
}

.bg_dkdkd {
    padding: 45px 28px;
    background: #333333;
}

ul.ul_k li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 6px 0px;
    /* margin-top: 2em;
    */
}

ul.ul_k li a {
    color: #fff;
    font-size: 14px;
    display: block;
    /* margin-top: 2em;
    */
}

.bg_dkdkd img {
    max-width: 371px;
    width: 100%;
}

ul.ul_k {
    list-style: none;
    margin-top: 2em;
}

.main_container_hj.fgsdgsdfgsdfgs {
    display: none;
}

table.width_table {
    width: 86%;
    -webkit-box-shadow: #a7a7a7 -1px 4px 6px 1px;
    box-shadow: #a7a7a7 -1px 4px 6px 1px;
    margin-bottom: 8em;
}

table.width_table tr {
    background: #3d81ac;
}

table.width_table {
    width: 86%;
}

table.width_table tr td {
    font-size: 16px;
    padding: 4px 0px;
    color: #fff;
    text-align: center;
}

table.width_table tr td:nth-of-type(1) {
    width: 22%;
    border-right: solid 2px #bbbbbb;
}

tr.blank_dis_sk {
    background: transparent !important;
}

tr.blank_dis_sk td {
    color: #555555 !important;
    font-weight: 500;
}

tr.blank_dis_sk {
    background: transparent !important;
    border-bottom: solid 2px #bbb;
}

tr.blank_dis_sk td {
    padding: 12px 0px 11px 0px !important;
}

table.width_table tr td {
    width: 20%;
}

.tab-content.margin_use_ke {
    margin-top: 1.5em;
    width: 100%;
}

.main_container_hj h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 4.4em;
    color: #555555;
    font-size: 21px;
    margin-bottom: 1.9em;
}

ul.nav.nav-tabs.click_main_manage.dsafd li {
    width: 100%;
    text-align: center;
}

ul.nav.nav-tabs.click_main_manage.dsafd li a.active {
    background: #3d81ac;
    color: #fff !important;
    border-radius: 0px;
}

ul.nav.nav-tabs.click_main_manage.dsafd li a {
    font-size: 15px;
    font-weight: normal;
    padding: 13px;
    color: #555555;
    /* background: content-box;
    */

    -webkit-box-shadow: #a7a7a7 6px 9px 5px -5px;
    box-shadow: #a7a7a7 6px 9px 5px -5px;
    margin-bottom: 1.3em;
}

ul.nav.nav-tabs.click_main_manage.dsafd {
    width: 88%;
    margin: 0 auto;
}

.dsafd.active {
    background: #3d81ac !important;
    /* font-size: 15px;
    */

    border-radius: 0px;
    color: #fff !important;
}

ul.nav.nav-tabs.click_main_manage {
    border-bottom: transparent;
}

ul.nav.nav-tabs.click_main_manage.one_of_us.one_of_change .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3d81ac !important;
    font-weight: bold;
    border: transparent;
    font-size: 15px;
}

ul.nav.nav-tabs.click_main_manage li a:hover {
    border: transparent;
}

ul.nav.nav-tabs.click_main_manage li a {
    font-size: 18px;
    border: transparent;
    font-weight: bold;
    color: #3f3f3f;
}

.background_cols {
    background: #333333;
}

.inner_inline_use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.inner_inline_use img {
    width: 100%;
    max-width: 273px;
}

button.book_nowsdsd {
    width: 160px;
}

.inner_inline_use p {
    margin-left: 2.2em;
    color: #fff;
    font-size: 16px;
}

.inner_inline_use h1 {
    color: #fff;
    margin-left: 2em;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.row.inner_use_divKls {
    padding: 35px 0px;
}

.new_enter_use {
    background: url(../images/new_cars_bg.html) no-repeat;
    background-size: cover;
    background-size: 100%;
    margin-top: 5em;
}

.custom_div_mine.adfasdf img {
    max-width: 819px !important;
    /* margin-top: 19em;
    */

    margin: inherit;
    padding-top: 2em;
    width: 100%;
    margin-left: 7em;
}

.main_divkals_oou {
    background: #333333;
    color: #fff;
    position: absolute;
    right: 0em;
    left: 0em;
    bottom: 0em;
    border-top: solid 1px #fff;
    padding: 8px 0px 10px 0px;
    width: 100%;
    text-align: center;
}

.main_divkals_oou>.container {
    width: 50%;
    margin: 0 auto;
}

.main_divkals {
    text-align: center;
    position: absolute;
    bottom: 5em;
    vertical-align: middle;
    left: 0em;
    color: #fff;
    width: 46%;
    margin: 0 auto;
    right: 0em;
}

.main_divkals img {
    vertical-align: middle;
    max-width: 35px;
    width: 100%;
}

.main_divkals {
    text-align: center;
    bottom: 5.5em;
    position: absolute;
    bottom: 4em;
    vertical-align: middle;
    color: #fff;
    left: 0em;
    width: 37%;
    /* background: #eee;
    */

    right: 0em;
}

.div_clsi span {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-left: 4px;
}

/* side bar start */
.div_kal {
    cursor: pointer;
}

.row.form_div_use.dkadfhadfahjk label:nth-of-type(2n+1) {
    width: 30%;
    float: left;
}

.bg_div_use.bg_cvhk {
    background: transparent;
    margin-top: 7em;
}

.bg_div_use.bg_cvhk p {
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg_div_use.bg_cvhk h2 {
    text-align: center;
    padding-bottom: 0px !important;
    margin-top: 37px;
}

.row.form_div_use.dkadfhadfahjk label:nth-of-type(2n+0) {
    width: 70%;
    float: left;
}

.row.form_div_use.dkadfhadfahjk label p {
    width: 100%;
}

.row.bg_div_decrease.sess.btm_pdk.dseadw.paddubg_left {
    padding-left: 0em;
}

.inner_side_fologin.logn_forgn {
    background: #d7d7d7;
}

.one_of_us.one_of_change {
    padding-top: 1em;
}

.one_of_us.one_of_change ul.nav.nav-tabs li {
    display: block;
    width: 100%;
}

.one_of_us.one_of_change ul.nav.nav-tabs li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555555;
    border: none !important
}

h3.div_h3.div_kasl {
    border-bottom: solid 1px #373737;
    padding: 1px 0px 7px 3px;
    text-align: left;
    width: 84%;
    margin: 0 auto;
    font-size: 18px;
}

.form_div {
    text-align: left;
}

.form_div_confirm {
    width: 82%;
    margin: 0 auto;
}

img.mx-auto.d-block.ksdk {
    max-width: 254px;
    width: 100%;
    padding: 32px 0px 0px 0px;
}

.form_divdg {
    text-align: left;
    margin-top: 21px;
}

.form_div_confirm_kdlsk {
    width: 61%;
}

.one_of_us.one_of_change {
    padding-bottom: 22em;
}

.form_divdg input {
    width: 100%;
    outline: none;
    border: solid 1px #999;
    padding: 2px 2px;
    margin-top: 2px;
}

.form_divdg h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555555;
    margin-bottom: 0px;
}

.one_of_us.one_of_change .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3d81ac !important;
}

.one_of_us.one_of_change ul.nav.nav-tabs {
    margin-top: 2.8em;
}

.one_of_change.one_of_us h2 {
    color: #555555 !important;
    text-decoration: underline;
    font-size: 26px !important;
    font-weight: 600 !important;
}

/* side bar end */
.container-fluid.bg_fotter .col-lg-4.col-md-4.col-sm-12.col-xs-12 h1 {
    text-align: center;
}

.container-fluid.bg_fotter .col-lg-4.col-md-4.col-sm-12.col-xs-12 ul {
    text-align: center;
}

.dispakfdsd {
    display: none;
}

img.right_icn_owl.rotate_use {
    display: none;
}

.marg_width_inner a:hover>.hover_div_use {
    display: block;
}

.marg_width_inner a:hover>.hover_div_shw {
    display: none;
}

.hover_div_use {
    display: none;
}

.container.bg_div_images.div_size.form_min_dkd.autodk {
    min-height: auto;
    padding-bottom: 6em;
}

.container.bg_div_images.div_size.autp_height_use {
    min-height: auto;
    padding-bottom: 6em;
}

.container.bg_div_images.height_ds.vustOOsd {
    background: url(../images/bg_seprate.png) no-repeat bottom left;
    background-position-y: 11em;
    /* background-size: cover;
    */

    min-height: 28em !important;
    background-position-x: 0px;
    margin-top: 12em;
}

.container.bg_div_images.height_ds.vustOOsd.j_height {
    min-height: 41em !important;
}

.carousel {
    height: auto;
}

p.file_must_asdfa {
    display: block;
    text-align: left !important;
    padding: 0px !important;
    margin: 41px 0px 0px 0px !important;
}

/* .bg_div_decrease h1{
     border-bottom:transparent;
}
*/
span.cursor_none {
    border: solid 2px #555555;
    /* width: 267px;
    */

    padding: 6px 42px 6px 42px;
}

.cursor_none {
    cursor: default !important;
}

.fotter_div_key.asdsdaswe.row.dsfasdfadfaghd {
    padding: 102px 0px;
    background-color: transparent;
}

.dsfasdfadfaghd {
    padding: 30px 0px;
}

.fotter_div_key.asdsdaswe.row {
    background: url(../images/greY_bg.png) repeat-x #eee;
    padding: 75px 0px;
    background-size: cover;
}

.container.bg_div_images.height_div_a.height_div_dsfsad {
    min-height: 114vh;
}

.container.bg_div_images.height_div_a.height_div_bfsdfssafsd {
    /*  min-height:136vh */
}

.container.bg_div_images.height_div_a.margk {
    min-height: 66vh;
}

h5.float-right.divLsdfk {
    margin-right: 6em;
    margin-bottom: 2em;
    font-size: 16px;
}

.row.form_div_use.dareggeadsfebadf label {
    width: 50%;
}

.row.form_div_use.dareggeadsfebadf {
    width: 68%;
    margin: 0 auto;
}

.dispakfdsd {
    display: none;
}

.col-xl-4.col-md-4.col-lg-4.col-sm-12.col-xs-12.no-padding.d-lg-block.d-md-block.d-xl-none.d-sm-block.d-xs-block {
    display: none;
}

img.mx-auto.d-block.div_mine_new.destop_ {
    max-width: 230px;
    display: none !important;
}

.footer_dkei {
    padding: 5px 0px;
}

iframe.border_divsk {
    border: solid 2px #1c1c1c;
    margin-top: 2em;
    /* height: 100%;
    */

    height: 321px;
}

.carousel.slide.asdfaead {
    width: inherit;
    height: inherit;
}

.carousel-inner.div_inner_dkd {
    text-align: center;
    /* padding: 15px 18px;
    */

    background: #eee;
}

ul.carousel-indicators.indicators_divo {
    position: inherit;
    margin: inherit;
    bottom: inherit;
    margin-top: 13px;
    /* overflow: auto;
    */

    background: #eee;
}

ul.carousel-indicators.indicators_divo li img {
    max-width: 100%;
    max-height: 116px;
    padding: 0px 2px !important;
    opacity: 0.4;
}

ul.carousel-indicators.indicators_divo li.active {
    background: transparent;
}

.vechile_overview p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding-top: 18px;
    color: #1c1c1c;
    font-weight: 500;
}

ul.carousel-indicators.indicators_divo li.active img {
    opacity: 1;
}

ul.carousel-indicators.indicators_divo {
    position: inherit;
    margin: inherit;
    bottom: inherit;
    padding: 12px 11px;
    margin-top: 13px;
    overflow-x: scroll;
    background: #eee;
}

ul.carousel-indicators.indicators_divo li {
    text-indent: inherit;
    -webkit-box-flex: 5;
    -ms-flex: 5 auto;
    flex: 5 auto;
    width: inherit;
    display: flex-wrap;
    height: inherit;
    border-radius: inherit;
    margin-right: inherit;
    margin-left: inherit;
}

.carousel.slide.asdfaead img {
    width: inherit;
    padding: 20px 20px;
    height: inherit;
}

.div_parakd {
    width: 90%;
    margin: 0 auto;
}

.carousel.carousel-fade.slide.asdfaead {
    height: inherit;
}

.fdsfgrsf {
    margin-top: 7em;
}

.fomr_div_mine.div_formsp {
    padding-bottom: 0px;
}

.row.fomr_div_mine.div_formsp {
    padding: 0px;
    width: 250px;
}

.container.bg_sides p {
    margin: 0px;
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
}

.container.bg_sides {
    padding: 16px 0px 7px 0px;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.inner_divls {
    margin-top: 96px;
    width: 90%;
    margin: 112px auto;
    display: block;
}

.inner_divls img {
    max-width: 100%;
}

.asdfaeas {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 1.4em;
}

.divajldf {
    background: #585858;
    padding-top: 100px;
    padding-bottom: 112px;
}

.gaekta {
    margin-top: 4.8em;
}

.divajldf h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-left: 4em;
}

.div_baner_ujh.div_chess_use.div_re_as {
    margin-top: 0;
}

.div_baner_ujh.div_chess_use.div_re_as>.container {
    padding: 123px 0px 125px 0px;
}

.all_inaeer img {
    max-width: 22%;
}

.div_baner_ujh.div_chess_use.div_re_as .row>div:nth-child(2) .all_inaeer img {
    max-width: 14%;
}

.div_baner_ujh.div_chess_use.div_re_as .row>div:nth-child(3) .all_inaeer img {
    max-width: 20%;
}

.all_inaeer {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.all_inaeer p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.all_inaeer h5 {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

button.register_div {
    width: 155px !important;
    margin-top: 23px;
    margin-bottom: 25px;
    padding: 5px 0px !important;
}

button.custom_fb {
    width: 259px !important;
    background: transparent !important;
    color: #3d81ac !important;
    padding: 6px !important;
    border: solid 1px !important;
    margin-bottom: 25px;
}

.inner_side_fologin {
    background: url(../images/side_login.jpg);
    max-height: 100%;
    height: 100%;
    -webkit-box-shadow: 3px 12px 17px 3px #717070;
    box-shadow: 3px 12px 17px 3px #717070;
}

.one_of_us {
    padding-top: 58%;
}

.bg_image_use_mine_k {
    position: relative !important;
    /* overflow: hidden;
    */

    padding-top: 12em !important;
    /* padding-bottom: 6em;
    */
}

.dseadw {
    padding-right: 0em !important;
}

.one_of_us button:hover {
    opacity: 0.7;
}

.one_of_us button {
    cursor: pointer;
    font-size: 16px !important;
    background: transparent;
    font-weight: normal !important;
    width: 40% !important;
    outline: none;
    margin-top: 15px;
    padding: 6px;
    border: solid 1px #fff;
    line-height: 21px !important;
    color: #fff;
    border-radius: 12px;
}

.one_of_us p {
    font-size: 16px !important;
    font-weight: normal !important;
    width: 80% !important;
    line-height: 21px !important;
    color: #fff !important;
}

.one_of_us h2 {
    color: #fff !important;
    padding-bottom: 5px !important;
    font-size: 30px !important;
    font-family: 'Source Sans Pro' !important;
    font-weight: 700 !important;
}

.main_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.main_login>div:nth-child(1) {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
}

.main_login>div:nth-child(2) {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.row.login_area.desef {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
    width: 66%;
}

.row.login_area.desef.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.row.sign_area {
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}

.row.sign_area.active {
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}

.row.sign_area .btn2 {
    display: none;
}

.row.sign_area.active .btn1 {
    display: none;
}

.row.sign_area .btn1.active {
    display: block;
    -webkit-animation: log_animation 1200ms ease-in-out;
    animation: log_animation 1200ms ease-in-out;
}

.row.sign_area.active .btn2 {
    display: block;
    -webkit-animation: log_animation 1200ms ease-in-out;
    animation: log_animation 1200ms ease-in-out;
}

.row.sign_area.active .div_div_inner {
    opacity: 0;
}

.row.sign_area.active2 .div_div_inner {
    opacity: 1;
    -webkit-animation: log_animation 1200ms ease-in-out;
    animation: log_animation 1200ms ease-in-out;
}

.row.login_area .div_inner_new {
    opacity: 0;
}

.row.login_area.active .div_inner_new {
    opacity: 1;
    -webkit-animation: log_animation 1200ms ease-in-out;
    animation: log_animation 1200ms ease-in-out;
}

@-webkit-keyframes log_animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes log_animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.row.bg_div_decrease.sess.btm_pdk {
    padding-bottom: 0em;
    position: relative;
    overflow: hidden;
}

.th_btm {
    padding-bottom: 46px;
}

h3.div_h3 {
    margin: 0px 0px;
    padding: 97px 0px 35px 0px;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

button.custom_gogle {
    width: 259px !important;
    background: transparent !important;
    color: #db4639 !important;
    padding: 6px !important;
    border: solid 1px #db4639 !important;
}

.float-left.all_div p span:nth-of-type(1) {
    background: #3d81ac;
    color: #fff;
    border-radius: 7px;
    padding: 7px 15px;
    vertical-align: middle;
    margin-left: 1em;
    cursor: pointer;
}

.float-left.all_div p {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.margin_div_top {
    margin-top: 4em;
}

.row.bg_div_decrease.sess {
    width: 88%;
    padding-bottom: 6em;
}

span.field {
    display: block;
    font-size: 15px;
    color: #d23b40;
    line-height: 21px;
}

.float-left.all_div p {
    width: 100%;
}

.none_div {
    display: none;
}

.row.fomr_div_mine.dkisel {
    padding-bottom: 0px;
}

.div_baner_ujh.div_chess_use {
    background: url(../images/chess_div.jpg) no-repeat;
    margin-top: 0;
    background-size: cover;
}

.div_chess_use.div_re_as {
    background: url('../images/sel_cvcv.png') no-repeat;
    background-size: cover;
}

.div_baner_ujh.div_chess_use>.container {
    padding: 83px 0px 62px 88px;
}

.bg_div_use.div_msd {
    padding-top: 60px;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 2px;
}

.diov_d {
    text-align: center;
}

.asdsdaswe img {
    position: relative;
}

.diov_d {
    text-align: center;
    left: inherit;
    margin: 0 auto;
    right: inherit;
    position: inherit;
}

.cust_i {
    position: relative;
}

.cust_i h2,
.cust_i h1 {
    position: absolute;
    font-size: 36px;
    color: #0187bc;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    top: 50%;
    right: 20%;
}

.d-block.img-fluid.desabled {
    max-width: 100%;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.mg-tt {
    margin-top: 60px;
}

.car_mg {
    margin-left: 16px;
}

.car_mg-r {
    margin-right: 17px;
}

.cust_i>.container {
    width: 80%;
    margin: 0 auto;
}

.diov_d.form_bottom button {
    width: 133px;
    margin-top: 4%;
}

.bg_div_use.div_msd p {
    text-align: justify;
}

.colapse {
    margin-top: 60px;
    margin-bottom: 16px;
}

.colapse h1 {
    text-align: left;
    font-size: 20px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

p.div_rowl {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4em;
    color: #555555;
    margin: 4em auto 4em;
    margin-top: 3em;
    width: 45%;
    font-size: 16px;
    text-align: center;
}

.colapse ul {
    padding-top: 16px;
    padding-bottom: 12px;
    margin-left: 1.7em;
}

.colapse ul li {
    text-align: left;
    padding-bottom: 8px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.bg_div_use.div_msd p {
    text-align: initial;
    width: 100%;
}

.div_baner_ujh.div_chess_use button {
    margin-bottom: 16px;
    width: 108px !important;
    padding: 7px 0px;
}

img.mine_images {
    margin-bottom: 40px;
    margin-top: 40px;
}

.trans_parent {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.container.bg_div_images.height_ds {
    background: url(../images/bg_presonal_details.png) no-repeat;
    min-height: 34em;
    background-size: 47%;
}

button.pad_request {
    width: 253px !important;
    margin-bottom: 50px;
}

.container.bg_div_images.height_ds.vustOOsd {
    background: url(../images/bg_seprate.png) no-repeat bottom left;
    background-position-y: 11em;
    /* background-size: cover;
    */

    min-height: 43em;
    background-position-x: -127px;
    margin-top: 12em;
}

.row.bg_div_decrease.bg_absolutel_di.active_divsk {
    -webkit-box-shadow: -12px 16px 18px -4px #00000045;
    box-shadow: -12px 16px 18px -4px #00000045;
}

.container.bg_div_images.div_size {
    background-size: 80% 100%;
    min-height: 91vh;
}

img.dev_di {
    max-width: 200px !important;
    margin: 0px 14px !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px
}

/* custom css satart */
* {
    margin: 0px;
    padding: 0px;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top a img {
    max-width: 180px;
    width: 100%;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li {
    padding-right: 21px;
    padding: 0px 0px 0px 52px;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li a:hover {
    color: #d08c21 !important;
}

.navbar-nav.ml-auto ul li:last-child {
    padding-right: 0px;
}

.navbar-nav {
    margin-bottom: auto
}

.carousel-indicators .active {
    background-color: #3d82ac;
}

.carousel-indicators li {
    width: 30px;
    height: 5px;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 14px;
    cursor: pointer;
}

.carousel-indicators {
    margin-right: 0%;
    margin-left: 62%;
}

#carouselLogo .carousel-indicators {
    bottom: 108px;
    justify-content: normal;
    left: auto;
    right: 24px;
    margin: 0;
}

.classs_div_d {
    position: relative;
}

.class_right {
    float: right;
    padding: 5px 0
}

.class_right a {
    color: #fff;
    font-size: 14px;
    padding: 0px 0 0 52px;
}

.class_right a:hover {
    color: #d08c21;
}

.class_right ul {
    display: inline;
}

.class_right ul li {
    display: inline;
}

.class_right ul li a {
    padding: 0px 0px;
    color: #fff;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top .container {
    position: relative;
}

.inner_div {
    width: 100%;
    margin: 0 auto;
}

.home_icon_1>.col:hover a {
    color: #20a8aa;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.carousel-indicators {
    bottom: 7em;
}

.home_icon_1 img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.home_icon_1 a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 12px;
    color: #fff;
    letter-spacing: 0.5px;
}

.home_icon_1>.col {
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.inner_div_crousel img {
    max-width: 536px;
    margin: 0 auto;
    display: block !important;
}

.inner_div_crousel {
    text-align: center;
    margin-top: 31px;
    display: block;
    width: 100%;
    z-index: 500;
}

.inner_div_crousel {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.left_icn_owl {
    color: #29abad;
    left: 0.7em;
    font-size: 56px;
    top: 5.4em;
    position: absolute;
}

.right_icn_owl {
    color: #fff;
    right: 1.4em;
    font-size: 56px;
    top: 5.4em;
    position: absolute;
    z-index: 600;
}

.inner_div_crousel h1,
.inner_div_crousel h2,
.inner_div_crousel h3 {
    margin: 0px;
    padding: 33px 0px 11px 0px;
    text-decoration: underline;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.inner_div_crousel p:first-chid {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.inner_div_crousel p {
    padding: 0px;
    color: #555555;
    margin: 0px;
    padding-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.inner_div_crousel a p:hover {
    color: #d08c21;
}

.inner_div_crousel p span {
    color: #555555;
}

.inner_div {
    position: relative;
    overflow: hidden;
}

.bg_div_row {
    position: absolute;
    right: 0em;
    top: 0;
    height: 100%;
    width: 46%;
    background: #20a8aa;
}

.btn_div_all {
    width: 24%;
    bottom: 3em;
    text-align: center;
    right: 0px;
    position: absolute;
    z-index: 200;
}

.btn_div_all h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 46px;
    font-family: 'Open Sans', sans-serif;
}

.btn_div_all a {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.absolute_div {
    content: '';
    position: absolute;
    left: -15.6em;
    top: 1em;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(500deg);
    -ms-transform: skew(500deg);
    transform: skew(500deg);
    top: 0em;
}

p.div_p {
    margin-top: 3px;
}

img.ig_s {
    margin-top: 1px;
}

.bg_color_div .col:hover {
    cursor: pointer;
}

.bg_color_div .col:hover p {
    text-decoration: underline;
}

.car_crousel.container {
    margin: 0 auto;
    width: 93%;
}

.links_div {
    width: 92.5%;
    margin: 47px auto 30px;
}

.links_div a {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #1c1c1c;
}

.links_div a:hover {
    text-decoration: underline;
}

.inner_div_custom .inner_crusel {
    box-shadow: none;
    padding: 0 0 2px
}

.inner_crusel {
    text-align: center;
    display: block;
    margin: 3rem auto 0;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    padding: 0 0 1rem;
    border-radius: 6px;
}

.inner_crusel img {
    width: 100%;
    margin: 0 auto;
    border-radius: 7px 7px 0 0;
}

.top_small {
    background: #000
}

.margin_top_divs {
    margin-top: 5em;
}

button.next_step {
    margin-left: 40px;
}

.div_ul_use.row {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.div_ul_use.row ul li a:hover {
    color: #0072bc;
}

.relative_position h1 {
    font-size: 51px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #b31026;
    font-weight: 900;
}

.class_relative.clasp h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 1.2em;
    color: #fff
}

.class_relative.clasp .row.fomr_div_mine label select {
    background: transparent url(../images/drop_eown.png) right no-repeat;
}

.class_relative.clasp label select {
    color: #fff !important;
}

.bg_sides {
    background: #cccccc;
    padding: 12px 0px 0px 0px;
}

.width_row img {
    max-width: 100%;
    width: 100%;
    min-height: initial;
}

.divadf {
    width: 400px;
    margin-top: 2em;
    text-align: center;
    margin-left: 60%;
}

.class_relative.clasp {
    position: absolute;
    top: 4em;
    left: 4em;
    max-width: 1024px;
}

.class_relative.clasp .form_bottom {
    margin-top: 0;
}

p.opsdk {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 20px;
    padding-left: 3.5em;
    width: 100%;
}

.div_ul_use.row ul li a {
    font-size: 20px;
    color: #3c3c3c;
    padding-right: 13px;
    font-weight: bold;
}

.div_ul_use.row ul li {
    display: inline-block;
}

button.col_some {
    border: inherit;
}

.first_div h2,
.first_div h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

.first_div h2 span,
.first_div h3 span {
    color: #555555;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.first_div span {
    color: #555555;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.first_div {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    min-height: 10px;
}

.row.div_btn_use button:nth-of-type(2) {
    /* border-right: none !important;*/
    /* background: red;
    */
}

.row.div_btn_use.col_some button:nth-of-type(2) {
    border-right: solid 1px #999999 !important;
}

.row.div_btn_use button {
    font-size: 17px;
    outline: none;
    background: #FF5D5D;
    border: solid #FF5D5D 1px !important;
    color: #fff;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    border-radius: 30px;
}

.row.div_btn_use button:hover {
    background: transparent;
    border: 1px solid #FF5D5D !important;
    color: #FF5D5D;
}

.second_div {
    font-size: 14px;
    color: #555555;
    border-bottom: 1px solid #1313131f;
    border-top: 1px solid #1313131f;
    margin: 20px 0;
}

.second_div span {
    display: block;
    font-size: 14px
}

.second_div span span {
    font-size: 14px;
    margin-top: 5px;
    /*margin-right: 3px;*/
    /*float: left;*/

    left: -0.1em;
    border-radius: 5px;
}

i.fas.fa-chevron-left.left_div_car {
    position: absolute;
    top: 0px;
    color: #555555;
    top: 6.8em;
    font-size: 26px;
    left: -15px !important;
}

i.fas.fa-chevron-right.right_div_car {
    position: absolute;
    top: 0px;
    color: #3e3e3e;
    top: 6.8em;
    font-size: 26px;
    right: -15px !important;
}

.bg_color_div_2 {
    background: url(../images/sec_home_bg.png)left center no-repeat #111111;
    background-position-x: 0px;
    padding-top: 120px;
    background-position-y: 0px;
    padding-bottom: 80px;
    background-size: cover;
    margin-top: -3%;
}

.bg_color_div_2 h1,
.bg_color_div_2 h3 {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 46px;
}

.form-group.div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.form-group.div label input {
    width: 91%;
    background: transparent;
    border: transparent;
    border-bottom: solid 1px #fff;
    outline: none;
    padding: 4px 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none
}

.form-group.div label input::-webkit-input-placeholder {
    color: #fff;
}

.form-group.div label input:-ms-input-placeholder {
    color: #fff;
}

.form-group.div label input::-ms-input-placeholder {
    color: #fff;
}

.form-group.div label input::placeholder {
    color: #fff;
}

.width_input {
    width: 100% !important;
}

.select_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2px;
    margin: 32px auto 0px;
}

.select_table label select {
    background: transparent url(../images/drop_eown.png) right no-repeat;
    width: 95%;
    font-size: 17px;
    color: #fff !important;
    font-weight: 300;
    background-position: 98%;
    border: transparent;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    padding: 4px 4px;
    border-bottom: solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.form_bottom {
    text-align: center;
    margin-top: -12px;
}

.form_bottom p {
    margin: 37px 0px 30px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    margin-left: 30px;
    font-weight: 300;
}

.form_bottom p input {
    width: 40px;
}

.action {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.action input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    left: -15em;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

.action:hover input~.checkmark {
    background-color: #ccc;
}

.action input:checked~.checkmark {
    background-color: #3d81ac;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.action input:checked~.checkmark:after {
    display: block;
}

.action .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_bottom button {
    background: #3d81ac;
    color: #fff;
    width: 107px;
    border-radius: 9px;
    outline: none;
    border: transparent;
    font-size: 14px;
    padding: 7px 0px;
    letter-spacing: 1px;
}

.form_bottom button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.row.inner_div.home_icon_1.icon_twhome {
    margin-top: 75px;
    margin-bottom: 59px;
}

.row.inner_div.home_icon_1.icon_twhome a span {
    display: block;
}

.row.inner_div.home_icon_1.icon_twhome a {
    font-size: 20px;
    color: #555555;
    line-height: 27px;
    position: absolute;
    right: 0em;
    bottom: 0em;
    left: 0em;
    font-family: 'Open Sans', sans-serif;
}

.row.inner_div.home_icon_1.icon_twhome a:hover {
    text-decoration: underline;
}

.row.inner_div.home_icon_1.icon_twhome>.col {
    padding-top: 14px;
    padding-bottom: 72px;
    cursor: pointer;
}

.container-fluid.bg_fotter {
    background: #111111;
    font-family: 'Open Sans', sans-serif;
    padding: 60px 0 0;
}

.container-fluid.bg_fotter h1,
.container-fluid.bg_fotter h3 {
    font-size: 16px;
    color: #fefefe;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid.bg_fotter ul {
    padding-top: 10px;
    padding-bottom: 16px;
}

.container-fluid.bg_fotter ul li {
    list-style: none;
    padding-top: 1px;
    line-height: 25px;
}

.container-fluid.bg_fotter ul li a {
    font-size: 14px;
    color: #fefefe;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid.bg_fotter ul li a:hover {
    text-decoration: underline;
}

.social_icons img {
    width: 26px !important;
    margin: 0 !important;
    padding-top: 12px;
}

.social_icons li {
    display: inline;
    margin-left: 25px;
}

.social_icons li:nth-of-type(1) {
    display: inline;
    margin-left: 0px !important;
}

.container-fluid.bg_fotter img {
    max-width: 180px;
    margin-top: 0px;
}

.fotter_div {
    color: #fefefe;
    display: block;
    text-align: center;
    border-bottom: 1px solid #2e2e2e;
    margin-top: 56px;
    font-size: 18px;
    margin: 16px auto 0px;
    width: 40%;
    padding-bottom: 4px;
    font-family: 'Open Sans', sans-serif;
}

.container-fluid.bg_fotter span {
    font-size: 18px;
    color: #fefefe;
    display: block;
    text-align: center;
    margin-top: 1px;
}

.lower_line {
    border-top: 2px solid #fff;
}

.l-seciton p {
    margin: 16px auto !important;
    border-bottom: none !important;
    font-size: 16px !important;
    float: left;
}

.l-seciton {
    width: 50%;
}

.lower-line_term li {
    display: inline-block;
    float: right;
    margin-right: 80px;
    padding-top: 10px !important;
}

p.div_con_fot {
    color: #fff;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* slider use div start */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* slider use div end */
.row.icon_mrg img {
    display: block;
    margin: 0 auto;
    max-width: 45px;
    max-height: 40px;
    text-align: center;
}

.icon_twhome {
    text-align: center;
    padding: 70px 0 0
}

.row.icon_twhome a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    cursor: default;
    padding-top: 10px;
    display: block;
}

.div_class img {
    -webkit-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.div_class_fixed_left {
    z-index: 500;
    display: none;
}

.div_class_fixed_left ul {
    margin: 0px;
    list-style: none;
    display: block;
    padding: 0px;
}

.div_class_fixed_left ul li {
    display: block;
}

.div_class_fixed_left ul li a:hover {
    padding: 0px 60px 0px 0px
}

.div_class_fixed_left ul li a:hover span {
    display: inline-block;
}

.div_class_fixed_left ul li a {
    background: rgba(34, 34, 34, 0.85);
    display: block;
    font-size: 13px;
    border-top: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    position: fixed;
    right: 0%;
    z-index: 500;
}

.div_class_fixed_left ul li a img {
    max-width: 52px;
    width: 100%;
    display: inline-block;
    padding: 6px 4px 6px 0px;
}

.div_class_fixed_left ul li a span {
    padding-left: 8px;
    display: none;
}

.div_class_fixed_left ul li:nth-of-type(1) a {
    z-index: 500;
    top: 19em;
}

.div_class_fixed_left ul li:nth-of-type(1) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.div_class_fixed_left ul li:nth-of-type(2) a {
    top: 22.1em;
}

.div_class_fixed_left ul li:nth-of-type(2) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.div_class_fixed_left ul li:nth-of-type(3) a {
    top: 25.2em;
}

.div_class_fixed_left ul li:nth-of-type(3) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.div_class_fixed_left ul li:nth-of-type(4) a {
    top: 28.4em;
}

.div_class_fixed_left ul li:nth-of-type(4) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.div_class_fixed_left ul li:nth-of-type(5) a {
    z-index: 500;
    top: 31.6em;
}

.div_class_fixed_left ul li:nth-of-type(5) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.div_class_fixed_left ul li:nth-of-type(6) a {
    top: 34.8em;
}

.div_class_fixed_left ul li:nth-of-type(6) a:hover {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

/* .bg_div_use.bg_image_use_mine_k:after {
     content:url(../images/login_first_bg.png);
     position:absolute;
     top:0em;
     bottom:0em;
     left:0em;
}
 .bg_div_use.bg_image_use_mine_k:before {
     content:url(../images/login_second.png);
     position:absolute;
     top:0em;
     bottom:0em;
     right:0em;
}
*/
.info-text {
    font-size: 13px;
    color: #9E9DA2;
}

/* custom css end */
.img_container_about {
    width: 100%;
    position: relative;
}

.img_container_about img {
    width: 100%;
}

.centering {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.info_about_section {
    background: rgba(238, 238, 238, 0.8);
    margin-top: -9em;
    padding: 3% 5%;
}

.info_about_section p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    line-height: 26px;
}

.new_section_top_mg {
    margin-top: 97px;
    margin-bottom: 54px;
}

.new_section_top_mg h2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.about_card {
    width: 100%;
    background: #eeeeee;
    -webkit-box-shadow: 1px 1px 1px 1px #8C8C8C;
    box-shadow: 1px 1px 1px 1px #8C8C8C;
}

.about_card img {
    width: 100%;
    position: relative;
}

.card_text {
    padding: 25px;
}

.card_text h3 {
    font-size: 20px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
}

.card_text p {
    font-size: 15px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
}

.card_text a {
    font-size: 15px;
    color: #555555;
    display: inline-block;
}

.calender_about_card {
    background: #eeeeee;
    display: inline-block;
    text-align: center;
    padding: 0.5em 1em;
    position: absolute;
    top: 45px;
    left: 45px;
    width: 10%;
}

.calender_about_card p {
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #3382a8;
    font-size: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.calender_about_card h5 {
    font-weight: normal;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.adding_padding_in_card {
    padding: 2em;
}

.btn_about_showmore {
    background: #3382a8;
    font-size: 15px;
    border-radius: 5px;
    padding: 0.5em 2em;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    text-align: center;
    margin: 86px auto 90px auto;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.btn_about_showmore:hover {
    background: #286b8b;
}

.div_xek {
    margin: 0 auto;
    width: 73%;
    text-align: center;
    padding: 141px 123px;
}

.padding_div_cars {
    display: none;
}

.padding_div_cars h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #555555;
    margin: 0px;
}

.pd_din {
    position: relative;
}

.pd_din :before {
    content: '';
    position: absolute;
    background: #040707;
    width: 100%;
    z-index: -15;
    height: 100%;
    right: -5em;
    top: 0em;
    -webkit-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
    transform: skewX(-27deg);
    -webkit-box-shadow: 21px -22px 19px 19px #444444;
    box-shadow: 21px -22px 19px 19px #444444;
}

.pd_din:hover {
    cursor: pointer;
}

.pd_din:hover a {
    color: #fff;
}

.pd_din p {
    color: #fff !important;
}

.div_xek p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    color: #555555;
    text-align: left;
    margin-left: 25px;
}

.pd_din a {
    color: #fff !important;
}

.margin_div_toP {
    margin: 79px 0px 0px 0px;
    overflow: hidden;
}

.div_div_inner.div_inner_new {
    width: 60%;
    margin: 0 auto;
}

.no_padding_too {
    padding: 0px !important;
}

.row.fomr_div_mine.no_padding_too label:nth-of-type(2) {
    margin-top: 1.5em;
}

.div_div_inner.div_inner_new>.div_h3 {
    padding: 65px 0px 32px 0px;
}

.desef {
    padding-left: 0px !important
}

.parent_div p:nth-of-type(1) {
    float: left !important;
}

.parent_div p:nth-of-type(2) {
    float: right !important;
}

.parent_div p {
    display: inline;
    width: 44% !important;
    font-size: 14px !important;
    font-family: 'PT Sans' !important;
}

.parent_div {
    padding-bottom: 57px;
    display: block;
}

.mart_use {
    margin-top: 5px;
}

.div_xek img {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.card_text a:hover {
    text-decoration: underline;
}

.div_xek a {
    float: right;
    font-size: 14px;
    color: #555555;
    padding-top: 8px;
}

.div_xek a:hover {
    text-decoration: underline;
}

.pd_din {
    padding-left: 0px;
    padding-right: 0px;
}

.home-buttons-in.ss a {
    color: #Fff;
    border: solid #fff 2px;
}

.home-buttons-in.ss a:hover {
    color: #000;
    background: #fff
}

.width_row {
    width: 90%;
    margin: 76px auto 0px;
}

.width_row img {
    max-width: 100%;
    width: 100%;
    min-height: 239px;
}

button.EXP {
    width: 45%;
    float: left;
    border: solid 1px #333333;
    padding: 4px 0px 4px 0px;
    font-size: 14px;
    color: #555555;
    background: transparent;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    outline: none;
    margin-bottom: 120px;
}

.marg_width_inner {
    width: 78%;
    margin: 0 auto;
    display: block;
}

button.book_now {
    width: 45%;
    float: right;
    border: solid 1px #333333;
    padding: 4px 0px 4px 0px;
    font-size: 14px;
    color: #555555;
    background: transparent;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    outline: none;
}

button.book_now:hover {
    background: #3d81ac;
    color: #fff;
    border: #3d81ac solid 1px;
}

button.EXP:hover {
    background: #3d81ac;
    color: #fff;
    border: #3d81ac solid 1px;
}

.relative_position {
    position: absolute;
    z-index: 200;
    right: 12em;
    top: 14em;
}

.home-buttons-in a {
    display: inline;
    padding: 6px 27px 8px 27px;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    width: 140px;
    margin-left: 9px;
    margin-top: 33em;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    border: solid 2px #231F21;
    text-transform: uppercase;
}

.home-buttons-in.button_white a {
    color: #ffffff;
    border: solid 2px #ffffff;
}

.home-buttons-in {
    text-align: center;
    width: 100%;
    display: block;
    margin: 37px auto;
}

.home-buttons-in a:hover {
    color: #fff;
    background: #000
}

.div_class img {
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    /*padding-top: 10px;*/
}

.div_class:hover img {
    -webkit-animation: mymove 1s alternate;
    -webkit-transition: eaes 0.5s;
    -o-transition: eaes 0.5s;
    transition: eaes 0.5s;
}

.space_div {
    margin-top: 0;
}

.bg_dov {
    background: url('../images/div_na.png') no-repeat;
}

.inner_div_pad_center img {
    max-width: 188px;
    width: 100%;
}

.inner_div_pad_center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.bg_dov {
    background: none;
    padding-top: 10%;
    background-position-y: 3em;
    padding-bottom: 10%;
    background-position-x: 1em;
}

.relative_div_image img {
    max-width: 464px;
    width: 100%;
    margin: 0 auto;
}

.relative_div_image {
    background: #668391;
    width: 98%;
    padding: 50px 0px;
    text-align: center;
    display: block;
}

.relative_div_image p {
    padding: 0 5rem 3rem
}

.relative_div_image_set p {
    padding: 0 5rem 3rem
}

.row.over_div h2 {
    color: #fff;
    padding-bottom: 16px;
    padding-top: 19px;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
}

.relative_div_image img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.relative_div_image:hover {
    background: #668391;
}

.relative_div_image_set {
    background: #668391;
    text-align: center;
    padding: 50px 0px;
}

.relative_div_image_set img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.relative_div_image_set:hover {
    background: #668391;
}

.row.over_div button {
    display: block;
    margin: 0 auto;
    outline: none;
    width: 116px;
    color: #3382a8;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.row.over_div button:hover {
    opacity: 0.8;
}

.row.over_div {
    max-width: 100%;
    width: 100%;
    background: white;
    padding: 6% 0;
}

.row.over_div button {
    margin: 0 auto;
}

.row.over_div h2 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 4rem 0 1rem;
}

.form_div h1 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: #3d81ac;
    padding: 19px 0px;
    color: #fff;
    margin: 0px;
}

.inner_col_div {
    padding-top: 108px;
    padding-bottom: 78px;
    width: 96.5%;
    margin: 0 auto;
}

.inner_div_pad_center h3 {
    margin: 0px;
    color: #555555;
    font-size: 20px;
    padding-top: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.inner_col_div h2 {
    margin: 0px;
    color: #3d81ac;
    font-size: 24px;
    padding-bottom: 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
}

.row.fomr_div_mine label input,
select {
    width: 100%;
    border: transparent;
    border-bottom: solid 1px #999999;
    padding-bottom: 3px;
    color: #555555;
    font-size: 13.6px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

.div_mine_new {
    margin-top: 10px;
    margin-top: 2em;
    margin-bottom: 0em;
    width: 57%;
}

.row.fomr_div_mine span {
    color: #555555;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.row.fomr_div_mine span.cursor_none {
    border: solid 1px #999;
}

.row.fomr_div_mine textarea {
    width: 100%;
}

.spac_div_use {
    margin-top: 45px;
}

.row.fomr_div_mine div select {
    background: transparent url(../images/drop_do_in.png) right no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-size: 14px;
}

.row.fomr_div_mine {
    padding-bottom: 34px;
}

.inner_col_div img {
    max-width: 251px;
    width: 100%;
    margin-top: 3em;
}

img.mx-auto.d-block.img_size {
    max-width: 36% !important;
}

}

.form_group_div {
    background: url('../images/new-car-page-back-2.png') top right #f6f3f2 no-repeat;
    padding-top: 100px;
    padding-bottom: 142px;
    margin: 0 auto;
}

.bg_div_decrease {
    background: #fff;
    border-radius: 4px;
    padding-bottom: 40px;
    width: 80%;
    margin: 0 auto;
    /* padding-left: 2em; */
    /* padding-right: 2em; */
    display: block;
    -webkit-box-shadow: -7px 8px 28px 7px #d0d0d0;
    box-shadow: -7px 8px 28px 7px #d0d0d0;
    padding-top: 80px;
}

.row.fomr_div_mine.div_font_margin {
    margin-top: 67px;
}

.bg_div_images {
    background: url(../images/bg_outlet_image.png) no-repeat right center;
    position: relative;
    min-height: 100vh;
    background-size: 100% 100%;
}

.bg_div_decrease h1 {
    text-align: center;
    font-size: 16px;
    color: #3d81ac;
    display: block;
    padding: 20px 0px;
    border-bottom: solid 1px #999999;
    letter-spacing: 1px;
}

.text_align_font {
    text-align: center;
    font-size: 18px;
    color: #555555;
    display: block;
}

img.mx-auto.d-block.div_mine_new.nsao {
    max-width: 396px;
    margin: 1.2em;
    margin-bottom: 0em;
    width: 100%;
}

.row.bg_div_decrease.bg_absolutel_di {
    position: static;
    left: 0em;
    top: -3em;
    right: 0em;
    transform: translateY(-3em);
}

.container.bg_div_images.height_div_a.baseas {
    min-height: 163vh;
}

.row.form_div_use label {
    margin: 0px;
    padding: 0px;
}

.form_bottom.btn_form {
    padding: 20px 0px;
    border-top: solid 2px #999999;
}

.form_bottom.btn_form button {
    width: 197px;
    margin-top: 0.7em;
}

.div_dke {
    padding-bottom: 0px;
}

p.action_div_mine {
    margin: 0px;
    font-weight: bold;
    margin-left: 5em;
    text-align: left;
    font-family: 'Open Sans',
        sans-serif;
    color: #555555;
}

.div_baner_ujh {
    background: url(../images/banner_div_new.jpg) no-repeat;
    color: #fff;
    font-family: 'Open Sans',
        sans-serif;
    background-size: cover;
}

.bg_div_use {
    background: #eeeeee;
    padding-top: 89px;
    padding-bottom: 89px;
    text-align: center;
}

.div_baner_ujh>.container {
    padding: 176px 150px;
}

.div_baner_ujh>.container p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Open Sans',
        sans-serif;
    letter-spacing: 1px;
}

.div_baner_ujh>.container h2 {
    margin: 0px 0px;
    padding: 0px;
    font-size: 24px;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}

.div_baner_ujh>.container button {
    width: 200px;
}

.div_baner_ujh>.container>.form_bottom {
    text-align: left;
    margin-top: 13px;
}

.container.content_div p {
    font-size: 14px;
    float: none;
    line-height: 20px;
    display: block;
    color: #555555;
    margin: 0 auto;
    width: 48%;
    text-align: center;
}

.container.content_div h1 {
    font-size: 20px;
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: bold;
    color: #555555;
    padding-top: 40px;
    padding-bottom: 20px;
}

.div_ow_space {
    margin-top: 43px;
    margin-bottom: 43px;
}

.container_inner_hiring {
    margin-bottom: 40px;
    cursor: pointer;
    border: solid #999999 1px;
    padding: 0px 0px 24px 20px;
}

.fotter_div_key img {
    max-width: 1900px;
    width: 100%;
}

.container_inner_hiring p {
    margin: 0px;
    color: #999999
}

.container_inner_hiring p span:nth-of-type(1) {
    font-size: 83px;
    font-weight: 300;
    font-family: 'Open Sans',
        sans-serif;
}

.container_inner_hiring p span:nth-of-type(2) {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans',
        sans-serif;
    margin-left: 4px;
}

.graphic_div h3 {
    font-size: 16px;
    color: #555;
    font-family: 'Open Sans',
        sans-serif;
    margin: 0px;
    font-weight: bold;
}

.graphic_div span {
    font-size: 15px;
    color: #555555;
    font-family: 'Open Sans',
        sans-serif;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
}

.bg_div_use h2 {
    font-size: 20px;
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: bold;
    color: #555555;
    padding-bottom: 37px;
}

.bg_div_use p {
    font-size: 14px;
    float: none;
    line-height: 22px;
    display: block;
    color: #555555;
    margin: 0 auto;
    width: 55%;
    text-align: justify;
}

p.action_div_mine>.action .checkmark {
    left: 0em;
    max-width: 100%;
    right: inherit;
    width: 2.7%;
    height: 22px;
    border: solid 1px;
}

span.margin_space {
    margin-left: 34px;
    vertical-align: middle;
}

.form_bottom.btn_form {
    padding: 20px 0px;
    border-top: solid 2px #999999;
}

.row.form_div_use label p {
    margin: 7px 0px;
    color: #555555;
    font-size: 15px;
    font-family: 'Open Sans',
        sans-serif;
}

/* New css Add */
.cust_img img {
    height: 325px;
    border-radius: 15px;
}

.inner_bttn .active {
    background: #000;
    color: #fff;
    outline: none;
    border: 1px solid #000;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 18px 0 18px 50px
}

.container>nav {
    width: 100%
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d08c21 !important
}

.contant_part {
    width: 100%;
    padding: 40px 0
}

.sub_con {
    width: 50%;
    float: left;
    padding: 0 0 50px
}

.icon_mrg>div {
    margin: 0 auto
}

/*.fixed-top{margin: 0 0 60px}*/
.navbar-dark .navbar-nav a.log_bttn {
    background: #000;
    padding: 8px 15px;
    margin: 10px 0 10px 45px;
    color: #fff !important
}

.inner_sellecr {
    text-align: center;
    padding: 60px 0 0
}

.inner_sellecr h2 {
    font-size: 45px;
    font-weight: 600
}

.inner_sellecr p {
    font-size: 24px;
    margin: 0;
    font-weight: 300
}

.inner_sellecr p strong {
    font-weight: 600
}

.inner_bttn button {
    font-size: 14px;
    padding: 6px 18px;
    margin: 0 8px;
}

.div_class p {
    padding: 10px 0 0;
    margin: 0;
    cursor: pointer
}

.inner_bttn {
    margin: 20px 0 0
}

.div_class {
    text-align: center
}

.div_class:hover {
    color: #d08c21
}

.trust_mt h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600
}

.trust_mt p {
    font-size: 20px;
    color: #000;
    font-weight: 300
}

.trust_mt p span {
    display: block
}

.sub_con h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600
}

.sub_con p {
    font-size: 14.6px;
    margin: 10px 35px 0 0;
    font-weight: 500
}

.img_left {
    position: relative
}

.img_left img {
    position: absolute;
    top: -130px;
    width: 560px
}

.bg_clr {
    background: #F8F8F8
}

.col_4 {
    width: 32%;
    float: left;
    border-right: 1px solid #1313131f;
    margin: 8px 0;
    font-size: 11px
}

.box_pd {
    padding: 0 8px
}

.col_some p {
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    color: #000
}

.inner_mein_sec {
    padding: 80px 0 0
}

.right_none {
    border-right: none !important
}

.icon_twhome>div {
    margin: 0 auto
}

.col_some p:hover {
    color: #d08c21
}

.customer_sec {
    margin: 100px 0
}

.col_some {
    margin: 30px 0
}

.buy_bg {
    background: #1F4586;
    padding: 45px 0
}

.buy_bg h4 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.buy_selling {
    background: #211B23;
    padding: 45px 55px
}

.owl-two .owl-nav {
    float: right;
    padding: 0;
    margin: 0
}

.buy_selling h4 {
    font-size: 36px;
    color: #fff;
}

.inner_sub_con p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0;
}

.left_pd_0 {
    padding-left: 0
}

.tst_bttn {
    background: #fff;
    border: none;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: 600;
    margin: 20px 0 0;
    cursor: pointer;
    width: 125px
}

.col_6 {
    width: 50%;
    float: left
}

.cust_tx {
    padding: 102px 55px;
    background: url('../images/menu/new/Path60.png');
    background-repeat: no-repeat;
    background-position: top center
}

.cust_tx h4 {
    font-size: 32px;
    font-weight: 600
}

.cust_tx p {
    font-size: 16.6px;
    font-weight: 300
}

.cust_tx p span {
    display: block
}

.tst_bttn:hover {
    color: #d08c21
}

.buy_selling h4 span {
    display: block
}

.owl-cutomer .owl-nav button.owl-prev img {
    display: none
}

.owl-cutomer .owl-nav button.owl-next img {
    left: 55%;
    position: absolute;
    top: 78%;
    width: 30px;
}

.inner_div_custom {
    background: #F8F8F8;
    margin: 70px 0;
    padding: 70px 0
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu/new/icon.png);
}

.mob_view {
    display: none !important
}

.desk_view {
    display: block !important
}

.acco_main {
    display: none !important
}

.pd_left_right {
    padding: 0
}

.look_tx p {
    position: relative;
    margin: 0;
}

.navbar-white .navbar-nav .nav-link {
    color: #fff !important
}

.banertx {
    color: #fff;
    padding: 100px 0 0
}

.custom_fm h1 {
    border-bottom: none;
    color: #555555;
    font-weight: bold;
    padding: 70px 0 30px
}

.custom_fm h1 ul li {
    border-bottom: 2px solid #555555;
    padding-bottom: 2px;
}

/* Old Car css */
.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
    color: #FF5D5D;
}

/* product zoom css */
.api-controls {
    text-align: center
}

.api-controls button:focus {
    outline: none;
    outline: none
}

.arrow_left {
    border: none;
    font-size: 25px;
    background: #3d81ac;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}

.arrow_right {
    border: none;
    font-size: 25px;
    background: #3d81ac;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 999;
    cursor: pointer;
}

.arrow_right:hover,
.arrow_left:hover {
    opacity: .9
}

.arrow_right i,
.arrow_left i {
    color: #fff
}

.mz-expand a[style] {
    display: none !important;
    opacity: .0 !important
}

.mz-figure a[style] {
    opacity: .0
}

.mz-caption {
    display: none
}

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px;
}

.preview {
    position: relative;
}

.app-figure {
    width: 100% !important;
    position: relative;
    text-align: center;
}

.selectors {
    margin-top: 10px;
}

.mz-figure img[style] {
    width: 100%
}

a[data-zoom-id] img,
.mz-thumb img {
    width: 95px
}

/* product zoom css close */
.custom_sec {
    width: 100%;
    padding: 20px 0
}

.custom_sec select {
    background: url(../images/drop_eown.png) no-repeat 97%;
    font-size: 13px;
    color: #fff !important;
    width: auto;
    margin: 0 10px;
    padding: 10px 75px 12px 18px;
    border: 1px solid #383838;
    background-color: #313131;
    -webkit-padding-before: 12px;
    -webkit-padding-after: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.row.div_btn_use .custom_auto {
    width: auto;
    padding: 6px 116px 8px;
    font-size: 15px;
    margin: 0 0 50px
}

.row.div_btn_use .custom_auto:hover {
    color: #FF5D5D;
    border: 1px solid #FF5D5D !important
}

.custom_sec select option {
    color: #fff;
    border: 1px solid #383838;
}

.banner_left img {
    width: 420px;
    position: absolute;
    top: -200px;
}

.banner_left {
    position: relative
}

.banner_right {
    position: relative
}

.banner_right img {
    right: 0;
    width: 420px;
    position: absolute;
    top: -200px;
}

.top_head_bg {
    background: url(../images/menu/new/bg_group.png) no-repeat;
    background-size: 100%;
}

.used_car_sec {
    padding: 4rem 0 0;
}

.fixed .navbar-nav .nav-link {
    color: #000 !important
}

.used_car_sec .inner_crusel {
    margin: 0 0 60px;
    padding: 0 0 20px;
    position: relative;
    border-radius: 7px
}

.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 .5rem 1rem rgba(0,
            0,
            0,
            .15) !important;
}

.main_heading h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.main_heading p {
    font-size: 17px;
    color: #000;
    margin: 0;
    padding: 0 0 40px;
    font-weight: 300
}

.inner_torms {
    display: block
}

.adfkjasfjl {
    padding: 12px 0 0
}

#more {
    display: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* scss */
.arrow img {
    padding: 12px
}

.arrow p {
    transform: rotate(-90deg) translate3d(90px,
            0,
            0);
    margin: 0;
    color: #000;
    font-size: 14px
}

.arrow {
    right: 30px;
    position: absolute;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

html {
    scroll-behavior: smooth;
}

header {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.main_heading {
    margin: 0 auto;
    display: block;
    text-align: center
}

.main_heading p span {
    display: block
}

.container.bg_div_images.height_div_a {
    /* min-height: 108vh;*/
    background: url(../images/bg_use_none.png) no-repeat bottom right;
    /* background-position-y: -4em;
    */
    /* background-position-x: 54em;
    */
}

ul.span_div p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans',
        sans-serif;
    color: #555555;
}

ul.span_div li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.span_div {
    margin: 20px 0px;
    padding: 0px;
}

ul.span_div li p span {
    cursor: pointer;
    background: #363636;
    border-radius: 50%;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: -1px;
}

.container.bg_div_images.height_div_b {
    min-height: 132vh;
    background-position-y: 7em;
    background-position-x: 52em;
}

.custom_div_mine img {
    max-width: 455px !important;
    width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.custom_div_sad li:nth-of-type(1) {
    margin-left: 0px;
}

.custom_div_sad li:hover:after {
    content: '';
    position: absolute;
    width: 100px;
    font-size: 16px;
    color: #555555;
    bottom: -2em;
    left: 0em;
    right: 0em;
    font-family: 'Open Sans',
        sans-serif;
}

.blank {
    padding: 10 px;
}

.rela_difa {
    position: relative;
}

.custom_div_sad li:nth-of-type(2) {
    background: #fff;
    /*border:solid 1px #000;*/
}

.custom_div_sad li:nth-of-type(3) {
    background: #2e3192;
}

.custom_div_sad li:nth-of-type(4) {
    background: #cccccc;
}

.custom_div_sad li:nth-of-type(5) {
    background: #ed1c24;
}

.custom_div_sad li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    display: inline-block;
    width: 30px;
    background: #000000;
    height: 30px;
    margin-left: 19px;
    margin-top: 0px;
    border-radius: 50%;
    color: #fff;
}

.custom_div_mine {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

/* contact us start */
.nav_mobile_display {
    background: url(../images/contact-us-page-banner.png) no-repeat;
    padding: 209px 0px 209px 0px;
    background-size: 100%;
}

.DIVo_ds {
    -webkit-box-shadow: -4px 0px 11px 4px #0000003d;
    box-shadow: -4px 0px 11px 4px #0000003d;
}

.bg_div_images {
    background: url(../images/bg_outlet_image.png) no-repeat right center;
    position: relative;
    background-position-y: -5em;
    min-height: auto;
    background-size: cover;
    padding-bottom: 55px;
}

.container.bg_div_images.height_div {
    min-height: 55vh;
}

.img_container_about.div_sidn {
    margin-top: 5em;
}

.img_container_about.div_sidn h1 {
    top: 46%;
    font-size: 24px;
}

.dispaly_inline_diva {
    margin: 0px;
    padding: 0px
}

.dispaly_inline_diva li {
    display: inline-block;
    position: relative;
}

.dispaly_inline_diva li a {
    font-size: 16px;
    font-family: 'Open Sans',
        sans-serif;
    color: #555555;
    font-weight: bold;
    padding: 0px 25px;
}

.dispaly_inline_diva li a:hover {
    color: #3d81ac;
}

h3.call_us_ta {
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    margin-left: 2.5em;
    color: #555555;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: bold;
}

span.odse:nth-of-type(1) {
    margin-top: 2em;
}

span.odse {
    margin-left: 2.7em;
    display: block;
    margin-top: 0px;
    padding-bottom: 9px;
}

h3.call_us_ta img {
    margin-top: -9px;
    max-width: 37px;
    width: 100%;
    margin-right: 6px;
}

.nav_mobile_display h1 {
    color: #555555;
    font-size: 20px;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: bold;
    text-align: center;
}

.dispaly_inline_diva li:last-child:after {
    display: none;
}

.dispaly_inline_diva li:after {
    content: '';
    background: #999999;
    position: absolute;
    right: 0px;
    top: -4px;
    height: 153%;
    width: 1px;
}

/* contact us end */
.span_content {
    text-align: center;
    display: block;
    color: #555555;
    width: 100%;
    margin: 49px auto 52px;
}

.span_content span {
    color: #555555;
    font-size: 16px;
    font-family: 'Open Sans',
        sans-serif;
}

.div_divdi img {
    max-width: 47px;
    width: 100%;
}

.row_diva.margin_div_cont {
    margin-top: 50px;
    margin-bottom: 70px;
}

.span_content h3 {
    font-family: 'Open Sans',
        sans-serif;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.div_conteid h3 {
    font-family: 'Open Sans',
        sans-serif;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
    /* margin-left: 42px; */
    color: #555555;
    text-align: center;
    text-transform: capitalize;
}

.container.bg_div_images.div_size.height_use_c {
    height: 140vh;
}

.out_let_div p:hover {
    background: url('../images/back_bg_dk.png') no-repeat left top;
    color: #288f98;
    cursor: pointer;
}

.custom_google_map {
    width: 100%;
    border: solid 2px #999999;
    margin-top: 2em;
}

.out_let_div p {
    font-size: 16px;
    padding-left: -18px;
    font-family: 'Open Sans',
        sans-serif;
    color: #555555;
    background: url(../images/div_image_use_location.png) no-repeat left top;
    padding-left: 2.5em;
    width: 70%;
    margin: 0 auto;
}

.border_div_left {
    border-right: 1px solid #999999;
    padding-bottom: 6em;
}

.margin_top_go {
    padding-top: 3em;
}

.border_div_right {
    padding-bottom: 6em;
    border-right: 1px solid #999999;
}

.div_divdi span {
    vertical-align: bottom;
    font-size: 14.5px;
    color: #555555;
    font-family: 'Open Sans',
        sans-serif;
    text-transform: uppercase;
}

.div_color_use {
    background: #040404;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mob {
    display: none;
}

.align_div_center img {
    cursor: pointer;
}

.align_div_center h2:hover {
    text-decoration: underline;
    cursor: pointer;
}

.inner_div_conte {
    width: 100%;
    margin: 59px auto 0px;
}

.main_scroll {
    width: 80%;
    margin: 0 auto;
    border: solid 1px #999999;
    padding: 25px 34px;
    max-height: 400px;
    overflow: auto;
}

.inner_div_conte {
    width: 100%;
    margin: 59px auto 73px;
}

.inner_div_conte h1 {
    font-size: 20px;
    font-family: 'Open Sans',
        sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 24px 0px;
    color: #1c1c1c;
}

.main_scroll ul li {
    color: #555555;
    margin-left: 1em;
    line-height: 22px;
    font-size: 14px;
    list-style: none;
}

.para_div_your {
    font-size: 16px;
    font-family: 'Open Sans',
        sans-serif;
    color: #555555
}

.bg_color_div_2.div_bg_content label textarea {
    width: 100%;
    background: transparent;
    padding: 6px;
    font-size: 14PX;
    border: solid 1px #555555;
}

.bg_color_div_2.div_bg_content label input::-webkit-input-placeholder {
    color: #555555 !important;
}

.bg_color_div_2.div_bg_content label input:-ms-input-placeholder {
    color: #555555 !important;
}

.bg_color_div_2.div_bg_content label input::-ms-input-placeholder {
    color: #555555 !important;
}

.bg_color_div_2.div_bg_content label input::placeholder {
    color: #555555 !important;
}

.color_rs {
    color: #555555 !important;
}

.color_rs .checkmark {
    border: solid 1px #999999;
    background-color: #eeeeee;
}

.color_rs {
    color: #555555 !important;
}

.bg_color_div_2.div_bg_content h1 {
    color: #555555;
}

.bg_color_div_2.div_bg_content .select_table label select {
    background: transparent url(../images/drop_do_in.png) right no-repeat;
}

.bg_color_div_2.div_bg_content label input,
select {
    color: #555555;
    border-bottom: solid 1px #999999;
}

.bg_color_div_2.div_bg_content {
    background: url(../images/sec_home_bg.png)left center no-repeat #fff;
}

.inner_div_backgro_use {
    background: #151515;
    position: relative;
}

.inner_div_backgro_use button:hover {
    cursor: pointer;
    opacity: 0.9;
}

.inner_div_backgro_use button {
    background: #3d81ac;
    color: #fff;
    top: 0em;
    width: 110px;
    margin: 43% auto 0px;
    right: 0em;
    border: none;
    border-radius: 10px;
    padding: 9px;
    left: 0em;
    font-size: 14px;
    position: absolute;
    font-family: 'Open Sans',
        sans-serif;
}

.bg_color_div_2.div_bg_content .select_table label select {
    color: #868383 !important;
}

.inner_div_backgro_use img {
    max-width: 100%;
}

.main_scroll ul {
    margin: 13px 0px 13px 0px;
}

.main_scroll h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Open Sans',
        sans-serif;
    font-weight: 400;
}

.align_div_center h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Open Sans',
        sans-serif;
}

.div_baner_ujh.div_chess_use.div_suek {
    background: url(../images/maruti-driving-school-page-1-final-version.jpg) no-repeat;
    /* padding-top: 541px; */
    min-height: calc(100vh - 100px);
    max-height: 624px;
    background-size: 100%;
    height: 100%;
    position: relative;
}

.div_divdi:hover span {
    color: #3d81ac;
}

.row_diva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div_conteid {
    width: 98%;
    margin: 0 auto;
}

.div_divdi {
    cursor: pointer;
    width: 20%;
    padding-bottom: 2em;
}

.div_div_inner h2 {
    text-align: left;
    font-size: 16px;
    color: #3d81ac;
    display: block;
    padding-bottom: 11px;
    text-transform: capitalize;
}

/* key frames start */
@-webkit-keyframes mymove {
    0% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }
}

@keyframes mymove {
    0% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
    }

    100% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }
}

@media screen and (max-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 16px 0 18px 30px;
        font-size: 14px
    }

    .inner_sellecr h2 {
        font-size: 28px;
    }

    .banner_left img {
        width: 270px;
        top: -90px;
    }

    .banner_right img {
        width: 270px;
        top: -90px;
    }

    .top_head_bg {
        background: #000
    }

    .row.div_btn_use button {
        padding: 5px 0px 5px 0px;
        font-size: 14px;
    }

    .row.icon_twhome a {
        font-size: 14px
    }

    .div_class p {
        font-size: 11px;
    }

    .buy_bg h4 {
        font-size: 22px;
    }

    .buy_selling h4 {
        font-size: 22px;
    }
}

@media(max-width:1663px) {
    .div_xek {
        margin: initial;
        width: 83%;
        text-align: center;
        padding: 141px 109px;
    }
}

@media(max-width:1518px) {
    .div_xek {
        margin: 0 auto;
        width: 74%;
        padding: 141px 60px;
    }

    .div_padding_use_form {
        margin-top: 11em !important;
    }
}

@media(max-width:1507px) {
    .relative_position {
        position: absolute;
        z-index: 200;
        right: 14em;
        top: 13em;
    }
}

@media(max-width:1313px) {
    .relative_position {
        position: absolute;
        z-index: 200;
        right: 3em;
        top: 13em;
    }
}

@media(max-width:1242px) {
    .bg_div_decrease h1 {
        font-size: 14px !important;
    }

    .div_padding_use_form {
        margin-top: 6em !important;
    }
}

@media(max-width:1227px) {
    .main_scroll {
        max-height: 350px;
    }

    .inner_div_conte {
        margin: 59px auto 45px;
    }
}

@media(max-width:1216px) {
    .row.over_div button {
        bottom: 3em;
    }
}

@media(max-width:1296px) {
    .all_inaeer h5 {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 3px;
    }

    .div_baner_ujh>.container p {
        font-size: 14px;
    }
}

@media(max-width:1196px) {
    .spac_div_use {
        margin-top: 15px !important;
    }
}

@media(max-width:1185px) {
    .div_baner_ujh.div_chess_use.div_suek {
        background: url(../images/maruti-driving-school-page-1-final-version.jpg) no-repeat;
        /* padding-top: 541px;
        */

        min-height: 498px;
        max-height: 503px;
        background-size: 100%;
        height: 100%;
    }
}

@media(max-width:1158px) {
    p.action_div_mine>.action .checkmark {
        width: 3.3%;
    }
}

@media(max-width:1197px) {
    .marg_width_inner {
        width: 80%;
    }
}

@media(max-width:1192px) {
    .container.bg_div_images.height_div_a.margk {
        min-height: 36vh;
    }
}

@media(max-width:1152px) {
    .relative_position {
        right: 3em;
        top: 9em;
    }
}

@media(max-width:1144px) {
    .form_group_div {
        background: url(../images/new-car-page-back-2.png) top right #f6f3f2 no-repeat;
        padding-top: 100px;
        padding-bottom: 142px;
        background-position-x: -7em;
        margin: 0 auto;
    }
}

@media(max-width:1150px) {
    .custom_div_mine.adfasdf img {
        max-width: 500px !important;
    }

    h5.float-right.divLsdfk {
        margin-right: 2em;
    }
}

@media(max-width:1064px) {
    .all_inaeer h5 {
        font-size: 14px;
    }

    .div_baner_ujh>.container p {
        font-size: 11px;
    }
}

@media(max-width:1063px) {
    .main_scroll {
        max-height: 315px;
    }
}

@media(max-width:1097px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 468px;
        max-height: 468px;
    }
}

@media(max-width:1038px) {
    .container.bg_div_images.height_div_a {
        background-image: inherit;
    }

    .form_group_div {
        background-image: inherit;
    }
}

@media(max-width:1031px) {
    .all_inaeer {
        width: 93%;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 423px;
        max-height: 423px;
    }

    .calender_about_card {
        width: 12%;
    }
}

@media(max-width:1036px) {
    .new_enter_use {
        background: url(../images/new_cars_bg.html) no-repeat center;
        background-size: 100%;
    }

    .new_enter_use .carousel {
        margin-top: 0em;
    }
}

@media(max-width:1024px) {
    img.right_icn_owl.rotate_use {
        right: 0.8em;
        display: block;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item.active:nth-of-type(3) .item {
        float: none;
    }

    .bg_div_row {
        display: none;
    }

    .container.bg_div_images.div_size.form_min_dkd.autodk {
        background: transparent;
    }

    .bg_color_div {
        padding-top: 24px;
        padding-bottom: 24px;
        background-size: cover;
    }

    .nav_mobile_display {
        padding: 149px 0px 90px 0px;
    }

    .div_divdi span {
        font-size: 12px;
    }

    .div_divdi img {
        max-width: 33px;
    }

    .inner_div_pad_center img {
        max-width: 120px;
        width: 100%;
    }

    .bg_dov {
        padding-top: 45px;
        padding-bottom: 21px;
    }

    .inner_div_pad_center h3 {
        font-size: 18px;
    }

    .inner_div_pad_center p {
        font-size: 13px;
    }

    .div_xek {
        width: 74%;
        padding: 56px 60px;
    }
}

@media(max-width:1020px) {
    .carousel {
        height: auto;
        margin-top: 4.8em;
    }
}

@media(max-width:1016px) {
    .width_row img {
        min-height: initial;
    }
}

@media(max-width:1010px) {
    table.width_table {
        width: 95%;
    }
}

@media(max-width:996px) {
    .row.over_div button {
        bottom: 1em;
    }
}

@media(max-width:995px) {
    .relative_position img {
        max-width: 264px;
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media(max-width:993px) {
    .div_xek {
        margin: 0 auto;
        width: 80%;
    }
}

@media(max-width:990px) {
    .custom_div_mine.adfasdf img {
        margin: inherit;
        padding-top: 2em;
        margin-left: 3em;
        max-width: 450px !important;
        width: 100% !important;
    }

    .container.bg_div_images.height_div_a {
        background-position-y: -3em;
        background-position-x: 43em;
    }

    .div_mine_new {
        max-width: 330px;
        width: 100%;
    }

    .cust_i h2,
    .cust_i h1 {
        font-size: 40px;
    }
}

@media(max-width:991px) {
    .card_text h3 {
        font-size: 16px;
        color: #333333;
    }

    .d-block.img-fluid.desabled {
        height: 381px;
    }

    .card_text p {
        font-size: 13px;
    }

    .info_about_section {
        margin-top: -6em;
    }
}

@media(max-width:984px) {
    .img_container_about {
        margin-top: 4em;
    }
}

@media(max-width:985px) {
    .row.form_div_use.dareggeadsfebadf {
        width: 100%;
    }

    .row.form_div_use label p {
        margin: 7px 0px;
        color: #555555;
        font-size: 13px;
    }
}

@media(max-width:980px) {
    .new_enter_use {
        margin-top: 0em
    }

    p.div_rowl {
        margin-top: 0em;
        width: 68%;
        font-size: 16px;
        font-weight: bold;
    }

    .class_relative.clasp {
        top: 3em;
    }

    .relative_position {
        right: 4em;
        top: 6em;
    }

    .class_relative.clasp h2 {
        font-size: 15px;
        margin-top: 0.2em;
    }
}

@media(max-width:942px) {
    .row.over_div h2 {
        padding-bottom: 8px;
        padding-top: 12px;
    }
}

@media(max-width:934px) {
    .inner_inline_use h1 {
        font-size: 17px;
    }

    button.adferagdfasdf {
        width: 46% !important;
    }

    p.action_div_mine>.action .checkmark {
        width: 4%;
    }
}

@media(max-width:932px) {
    .relative_div_image {
        padding: 50px 0px;
    }

    .container_inner_hiring {
        margin-bottom: 25px;
        padding: 0px 0px 10px 13px;
    }

    .container_inner_hiring p span:nth-of-type(1) {
        font-size: 50px;
    }
}

@media(max-width:929px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 395px;
        max-height: 395px;
    }
}

@media(max-width:925px) {
    .main_scroll {
        max-height: 255px;
    }
}

@media(max-width:916px) {
    .lower-line_term li {
        margin-right: 30px;
    }

    .row.over_div button {
        bottom: 3em;
    }
}

@media(max-width:894px) {
    button.width_tyel {
        width: 42%;
    }
}

@media(max-width:892px) {
    p.div_con_fot {
        font-size: 13px;
        line-height: 27px;
    }
}

@media(max-width:881px) {
    .inner_inline_use h1 {
        font-size: 14px;
    }
}

@media(max-width:878px) {
    .graphic_div h3 {
        font-size: 17px;
    }
}

@media(max-width:877px) {
    .social_icons img {
        width: 23px !important;
    }
}

@media(max-width:869px) {
    .one_of_us {
        padding-top: 78%;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 363px;
        max-height: 362px;
    }

    .calender_about_card {
        width: 15%;
    }
}

@media(max-width:864px) {
    .custom_div_mine.adfasdf img {
        max-width: 472px !important;
    }
}

@media(max-width:899px) {
    img.right_icn_owl.rotate_use {
        right: 0.8em;
        display: block;
    }

    .skdjglsaf {
        display: none;
    }

    .rotate_use {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180)deg;
        -ms-transform: rotate(180)deg;
        transform: rotate(180)deg;
    }

    .bg_div_row {
        background: inherit;
    }

    .btn_div_all.dsfgjsfdgsrert {
        display: none;
    }
}

@media(max-width:856px) {
    .inner_inline_use p {
        font-size: 13px;
    }
}

@media(max-width:846px) {
    h5.float-right.divLsdfk {
        margin-right: 0em;
    }
}

@media(max-width:844px) {
    .row.over_div button {
        bottom: 1em;
    }
}

@media(max-width:842px) {
    .carousel-indicators {
        bottom: 6em;
    }

    .main_divkals img {
        max-width: 23px;
    }

    .div_clsi span {
        font-size: 11px;
    }
}

@media(max-width:833px) {
    .inner_inline_use h1 {
        font-size: 13px;
    }
}

@media(max-width:830px) {
    .main_scroll {
        max-height: 200px;
    }

    .cust_i h2,
    .cust_i h1 {
        font-size: 35px;
    }
}

@media(max-width:813px) {
    ul.nav.nav-tabs.click_main_manage.dsafd li a {
        font-size: 13px !important;
    }
}

@media(max-width:806px) {
    .row.fomr_div_mine label select {
        background-position: 100%;
        font-size: 14px;
    }
}

@media(max-width:804px) {
    .text_align_font {
        font-size: 16px;
    }

    .row.form_div_use label p {
        font-size: 13px;
    }
}

@media(max-width:800px) {
    .inner_inline_use img {
        max-width: 229px;
    }

    .inner_inline_use h1 {
        font-size: 11px;
        margin-left: 2em;
    }

    i.fas.fa-chevron-right.right_div_car {
        right: -0.5em;
    }

    i.fas.fa-chevron-left.left_div_car {
        left: -0.5em;
    }
}

@media(max-width:798px) {
    .container_inner_hiring p span:nth-of-type(1) {
        font-size: 36px;
    }
}

@media(max-width:797px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 335px;
        max-height: 335px;
    }
}

@media(max-width:790px) {
    .graphic_div h3 {
        font-size: 16px;
    }
}

@media(max-width:779px) {
    .carousel-indicators {
        bottom: 5em;
    }
}

@media(max-width:777px) {
    .social_icons img {
        width: 20px !important;
    }

    button.col-xl-12.col-md-12.col-lg-12.col-sm-12.col-xs-12.divadf {
        margin-top: 0.5em;
    }
}

@media(max-width:767px) {

    /* new css add old car page and new car page */
    .inner_h {
        display: block !important;
    }

    tabs {
        width: 100%;
        margin: 4rem auto 0rem;
    }

    .tabs .tab {
        width: 100%;
        padding: 0.6rem 0;
        font: 500 .9rem/1.6rem 'Open Sans', sans-serif;
    }

    .bd-highlight {
        margin: 0;
    }

    .city-class-1 {
        font: 500 0.875rem/1rem 'Open Sans', sans-serif;
        padding: .7rem .5rem;
        margin-bottom: 0;
        background-size: 13%;
        width: 100%
    }

    .d-flex .justify-content-between .bd-highlight {
        width: 33%;
    }

    .apply_bttn {
        padding: .73rem .5rem;
        width: 100%;
        font: 500 0.875rem/1rem 'Open Sans', sans-serif
    }

    .tabs {
        width: 100%;
    }

    .padding_div_cars {
        display: none;
    }




    a[data-zoom-id] img,
    .mz-thumb img {
        width: 90px;
    }

    .edit_page>div:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .edit_page>div:nth-child(1) {
        -ms-flex: 0 0 60%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .div_div_inner.edit_page p {
        font-size: 13px;
    }

    .div_div_inner.edit_page h2 {
        font-size: 13px;
    }

    .div_div_inner.edit_page .custom_div_sad li {
        width: 20px;
        height: 20px;
    }

    .edit_page>div:nth-child(2) h2.select_city_section {
        margin-top: 20px;
        margin-bottom: 0;
    }

    ul.ul_k li a {
        text-align: center;
    }

    .main_container_hj.fgsdgsdfgsdfgs {
        display: block;
    }

    .margin_k_use_div {
        margin-top: 6em;
    }

    p.div_usel {
        text-align: center;
        color: #3d81ac;
        margin-top: 1em;
        font-size: 18px;
        font-weight: normal;
    }

    table.width_table {
        width: 95%;
        margin: 0 auto 50px;
    }

    ul.nav.nav-tabs.click_main_manage.dsafd li a {
        font-size: 14px !important;
        display: block;
        -webkit-box-shadow: #a7a7a7 0px 0px 6px 2px;
        box-shadow: #a7a7a7 0px 0px 6px 2px;
        font-weight: bold;
    }

    .main_container_hj h1 {
        margin-top: 1.8em;
        font-size: 28px;
        margin-bottom: 0em;
        text-decoration: none;
        font-weight: normal;
    }

    .main_container_hj.col-sm-hidden {
        display: none;
    }

    .custom_div_mine.adfasdf img {
        max-width: 306px !important;
    }

    .inner_inline_use {
        display: block;
        margin-top: 2em;
        margin-left: 4em;
    }

    .inner_inline_use h1 {
        text-align: left;
        font-size: 22px;
        margin-left: 1em;
        margin-top: 0.5em;
    }

    .inner_inline_use p {
        font-size: 16px;
        margin-left: 1.6em;
    }

    .custom_div_mine.adfasdf img {
        margin: 0 auto;
    }

    .bg_div_use.bg_cvhk h2 {
        margin-top: 0px;
        padding-top: 11px !important;
    }

    .bg_div_use.bg_cvhk p {
        padding-bottom: 49px;
    }

    .one_of_us.one_of_change {
        padding-bottom: 0em;
    }

    .dfadf.tab-content {
        margin-top: 2em;
        margin-bottom: 30px;
    }

    .form_div_confirm_kdlsk {
        width: 100%;
    }

    .form_divdg input {
        padding: 5px 0px;
    }

    .div_class_fixed_left {
        display: none !important;
    }

    .dispakfdsd {
        display: block;
    }

    .divajldf h2 {
        padding-left: inherit;
        font-size: 19px;
        text-align: center;
        letter-spacing: 2px;
    }

    p.div_con_fot {
        font-size: 13px;
        line-height: 27px;
        text-align: center;
    }

    .container-fluid.bg_fotter .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
        width: 50%;
        float: left;
    }

    p.div_con_fot {
        color: #fff;
        padding-top: 0px;
    }

    .dispakfdsd {
        display: block;
    }

    ul.lower-line_term.marg_div_bottom.divsladj li {
        float: none;
        margin-right: 0px;
    }

    ul.lower-line_term.marg_div_bottom.divsladj li a {
        padding: 0px 20px;
        font-size: 13px;
    }

    ul.lower-line_term.marg_div_bottom.divsladj {
        text-align: center;
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .row .sign_area .dispakfdsd {
        display: none;
        height: 90px;
    }

    .main_login>div:nth-child(1) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .main_login>div:nth-child(2) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .dispakfd {
        display: none !important;
        /*-webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: flex;
        flex-wrap: wrap;*/
    }

    .dispakfdchnge {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: flex;
        flex-wrap: wrap;
    }

    .dispakfd>div,
    dispakfdchnge>div {
        width: 50%;
    }

    .dispakfd>.float-right .row.fomr_div_mine.div_formsp,
    dispakfdchnge>.float-right {
        padding: 0px;
        width: 100%;
    }

    .row.login_area.desef .div_div_inner.div_inner_new {
        width: 98%;
        margin: 0 auto;
    }

    .row.login_area.desef {
        position: absolute;
        top: 33%;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 700ms ease-in-out;
        -o-transition: 700ms ease-in-out;
        transition: 700ms ease-in-out;
        width: 100%;
    }

    .row.login_area.desef .div_div_inner.div_inner_new>.div_h3 {
        padding: 31px 0px 36px 0px;
        font-size: 17px;
    }

    .row.login_area.desef.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .row.sign_area {
        -webkit-transition: 700ms ease-in-out;
        -o-transition: 700ms ease-in-out;
        transition: 700ms ease-in-out;
    }

    .row.sign_area.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .lower_line {
        margin-top: 32px;
    }

    .fotter_div {
        margin-top: 56px;
        margin: 5px auto 5px;
    }

    .picker_div_upn {
        float: right;
    }

    .container-fluid.bg_fotter img {
        width: 120px;
        margin: inherit;
        margin-top: 0px;
        display: inline !important;
    }

    .bg_color_div_2 {
        background: url(../images/sec_home_bg.png)left center no-repeat #111111;
        background-position-x: 0px;
        padding-top: 15%;
        padding-bottom: 0%;
        background-position-y: 0px;
        background-size: cover;
    }

    .bg_color_div_2 h1,
    .bg_color_div_2 h3 {
        margin-bottom: 2px;
    }

    .form-group.div label input {
        width: 91%;
        margin-bottom: 11px;
    }

    .select_table label select {
        width: 100% !important;
    }

    .relative_position {
        right: 0em;
        left: 0em;
        top: 6em;
    }

    .bg_div_use h2 {
        padding-top: 0px;
        padding-bottom: 13px;
        font-size: 16px;
    }

    .fotter_div_key.asdsdaswe.row {
        opacity: 0.9;
        background: url(../images/greY_bg.png) repeat-x #eee;
        padding: 28px 0px;
        background-size: cover;
    }

    ul.span_div {
        margin: 0px 0px 0px 0px;
        padding: 0px 0em 0px 9em;
    }

    h5.float-right.divLsdfk {
        margin-right: 8em;
    }

    .text_align_font {
        font-size: 20px;
        margin-top: 38px;
        text-align: left;
    }

    .div_mine_new {
        margin-bottom: 0em;
        width: 78%;
    }

    .relative_div_image {
        width: 100%;
        margin-bottom: 1em;
    }

    .home_icon_1 a {
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-align: center;
        font-size: 9px;
        padding-bottom: 14px;
        color: #000000;
    }

    .divadf {
        margin-left: inherit;
    }

    .class_relative.clasp {
        top: inherit;
        background: rgba(0, 0, 0, 0.8);
        bottom: inherit;
        position: static;
        padding: 42px 0px 11px 0px;
        height: auto;
    }

    .center_sue_dksj {
        text-align: center;
    }

    .home_icon_1 {
        text-align: center !important;
        position: fixed !important;
        background: #fff;
        bottom: 0em !important;
        width: 100% !important;
        z-index: 500 !important;
        right: 0px !important;
    }

    .dispakfdsd row col-2 {
        padding: 0 5px
    }

    .home_icon_1 img {
        max-width: 30px;
        height: 30px;
    }

    .home_icon_1 span {
        position: relative;
        top: 5px;
        white-space: nowrap;
    }

    footer {
        margin-bottom: 60px;
    }

    .row.wdth.dkenwodfkalsdj>.col-md-4.col-xs-6.col-sm-6 {
        margin-bottom: 14px;
    }

    .no img {
        max-width: 52px;
        margin-top: 23px;
        margin-right: 0.8em;
    }

    .row.wdth.dkenwodfkalsdj {
        text-align: left !important;
        width: 100% !important;
    }

    .no {
        text-align: inherit !important;
        margin: inherit !important;
    }

    .pd_din :before {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    button.EXP {
        margin-bottom: 46px;
    }

    .cust_i h2,
    .cust_i h1 {
        right: 50% !important;
    }

    .img_container_about {
        margin-top: 46px;
    }

    p.div_rowl {
        margin-bottom: 2em;
    }

    img.mx-auto.d-block.img_size {
        width: 100%;
    }

    .container.bg_div_images.height_ds.vustOOsd {
        background: inherit;
        background-position-y: inherit;
        /* background-size: cover;
        */

        min-height: inherit;
        background-position-x: inherit;
        margin-top: 12em;
    }

    .row.bg_div_decrease.bg_absolutel_di.active_divsk {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .all_inaeer img {
        max-width: 75px;
        width: 100%;
    }

    .all_inaeer {
        text-align: center;
        width: 44%;
        margin: 0 auto 55px;
    }

    .div_baner_ujh.div_chess_use.div_re_as>.container {
        padding: 55px 0px 0px 0px;
    }

    .div_baner_ujh.div_chess_use.div_re_as {
        margin-top: 4.8em;
    }

    .div_chess_use.div_re_as {
        background: url(../images/sel_cvcv.png) repeat top center !important;
        background-size: cover;
    }

    .span_content {
        margin: 31px auto 28px;
    }

    h1.div_sdf {
        padding: 24px 0px 5px 0px !important;
    }

    .nav_mobile_display {
        padding: 116px 0px 73px 0px !important;
        margin-top: 4em;
    }

    .dispaly_inline_diva li:after {
        height: 133%;
    }

    .dispaly_inline_diva li a {
        font-size: 16px;
    }

    .nav_mobile_display {
        padding: 48px 0px 209px 0px
    }

    .div_divdi {
        cursor: pointer;
        width: 50%;
        padding-bottom: 0.8em;
    }

    .container.bg_div_images.div_size {
        height: auto;
        max-height: auto;
        background: inherit;
        min-height: auto;
    }

    .inner_col_div {
        padding-top: 57px;
        padding-bottom: 13px;
    }

    .inner_col_div img {
        max-width: 163px;
        margin-bottom: 13px;
        width: 100%;
        margin-top: 0em;
    }

    .inner_col_div h2 {
        padding-bottom: 0px;
    }

    h1.dispakfdsd.custom_sk {
        font-family: 'Open Sans', sans-serif;
        color: #555555;
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 28px;
        text-align: center;
    }

    .bg_dov {
        background: inherit;
    }

    .bg_div_use.div_msd p {
        padding-top: 40px;
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
    }

    .select_table {
        margin: 0px auto 0px;
    }

    .select_table label select {
        color: #ffffff !important;
    }

    .bg_color_div_2.div_bg_content h1 {
        color: #555555;
        border-bottom: solid 1px;
        font-size: 20px;
        padding: 0px;
        padding-bottom: 19px;
    }

    .width_form {
        width: 100% !important;
    }

    .bg_color_div_2.div_bg_content {
        padding-top: 0px !important;
        margin-top: 0;
        background-image: inherit;
    }

    .inner_div_backgro_use img {
        max-width: 635px;
        width: 100%;
    }

    .div_div_inner.div_inner_new>.div_h3 {
        padding: 121px 0px 32px 0px;
    }

    .row.bg_div_decrease.sess {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 100%;
        padding-bottom: 0em !important;
        padding: 0px;
        padding-top: 0px;
    }

    .inner_side_fologin {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        background: url(../images/side_login.jpg) no-repeat left center;
        max-height: initial;
        margin-top: 0;
        background-size: cover;
    }

    .bg_div_use p {
        width: 80%;
    }

    .bg_div_use {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .one_of_us {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .div_baner_ujh>.container {
        padding: 143px 0px 74px 0px;
        text-align: center;
    }

    .div_baner_ujh>.container button {
        width: 180px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .div_baner_ujh.div_chess_use>.container {
        padding: 83px 0px 62px 0px;
    }

    .div_baner_ujh.div_chess_use {
        background: url(../images/chess_div.jpg) no-repeat;
        margin-top: 4.8em;
        text-align: center;
    }

    .div_baner_ujh.div_chess_use button {
        margin: 0 auto 15px;
        display: block;
    }

    .bg_div_use.div_msd {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 4px;
    }

    .row.fomr_div_mine.dafdev h2 {
        text-align: center;
        padding-bottom: 21px;
    }

    .custom_div_sad li {
        margin: 0em 18px;
    }

    .row.fomr_div_mine.dafdev {
        text-align: center;
    }

    .container.bg_div_images.height_div_a {
        background-position-y: inherit;
        max-height: inherit;
        background: initial;
        min-height: inherit;
        background-position-x: inherit;
    }

    .dareggeadsfebadf labe {
        float: left !important;
        width: 50% !important;
    }

    img.mx-auto.d-block.div_mine_new.destop_ {
        max-width: 230px;
        display: block !important;
    }

    img.mx-auto.d-block.div_mine_new.dispalY_res_s {
        display: none !important;
    }

    h2.dispalY_res {
        display: none;
        visibility: hidden;
    }

    .bg_div_decrease h1 {
        border-bottom: solid 1px #999999 !important;
        padding: 24px 0px 10px 0px;
        margin: 0px 0px 33px 0px;
        padding-bottom: 23px !important;
    }

    .row.bg_div_decrease.bg_absolutel_di {
        position: inherit;
        left: inherit;
        top: inherit;
        right: inherit;
    }

    .form_bottom button {
        margin-bottom: 6em;
    }

    .bg_div_decrease {
        width: 95%;
        padding-left: 0;
        padding-right: 0;
    }

    .div_div_inner h2 {
        margin-top: 13px;
        font-size: 14px;
    }

    .row.fomr_div_mine label input,
    select {
        margin-bottom: 16px;
    }

    .bg_div_decrease h1 {
        border-bottom: #999999 solid 1px;
    }

    .row.fomr_div_mine {
        padding-bottom: 0px;
    }

    .bg_div_decrease {
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .form_group_div {
        background: inherit;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .form_group_div {
        padding-top: 0px;
    }

    .active_ivsa {
        background: url(../images/car-service-banner-1.html) no-repeat #668391 center center !important;
        margin-bottom: 0.5em;
        width: 100%;
        background-size: 100%;
    }

    .info_about_section {
        margin-top: 0px;
        padding: 5%;
    }

    .card_text h3 {
        font-size: 20px;
    }

    h1.centering {
        font-size: 30px;
    }

    .row.over_div button {
        bottom: 2em;
    }

    .relative_div_image p {
        padding: 0px 1rem 1rem;
        font-size: 14px;
    }

    .relative_div_image_set p {
        padding: 0 1rem 1rem;
        font-size: 14px;
    }

    .action .checkmark:after {
        left: 5px;
        top: 2px;
    }
}

@media(max-width:735px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 307px;
        max-height: 307px;
    }
}

@media(max-width:732px) {

    .cust_i h2,
    .cust_i h1 {
        right: 33% !important;
        top: 80%;
    }
}

@media(max-width:720px) {
    ul.span_div {
        padding: 0px 0em 0px 7em;
    }

    h5.float-right.divLsdfk {
        margin-right: 6em;
    }
}

@media(max-width:695px) {
    .inner_div_crousel img {
        max-width: 465px;
    }
}

@media(max-width:677px) {
    .span_content {
        margin: 25px auto 21px;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 280px;
        max-height: 280px;
    }
}

@media(max-width:672px) {
    .row.icon_twhome a {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        color: #555555;
        cursor: default;
        padding-top: 5px;
        display: block;
    }

    /*  New Media css */
    .custom_toggle {
        !important
    }

    .custom_toggle h3 {
        font-size: 11px;
        font-weight: 600;
        color: #000000;
        display: block;
        padding: 15px 0;
        margin: 0;
        border-bottom: none;
        border-bottom: 1px solid #70707040;
    }

    .custom_toggle p {
        font-size: 10px;
        color: #000000;
        border-bottom: 1px solid #70707040;
        padding: 0 0 10px;
        margin: 0
    }

    .custom_toggle h3 span {
        color: #000000;
        background: transparent;
        font-size: 14px;
        padding: 2px 0 0 12px
    }

    .cust_tx p span {
        display: inline
    }

    .accordion .active {
        color: #FF5D5D;
        border-bottom: none
    }

    .logo img {
        width: 142px
    }

    .trust_mt h3 {
        font-size: 18px;
    }

    .trust_mt p {
        font-size: 11px
    }

    .inner_sellecr h2 {
        font-size: 24px;
    }

    .inner_sellecr p {
        font-size: 11px;
    }

    .inner_bttn button {
        font-size: 10px;
    }

    .arrow {
        display: none
    }

    .mob_view {
        display: block !important
    }

    .desk_view {
        display: none !important
    }

    .inner_bttn {
        text-align: center
    }

    .custom_nav {
        padding: 30px 0 0
    }

    .main_heading h3 {
        font-size: 16px;
        padding: 0 0 10px;
        margin: 0;
    }

    .main_heading p {
        font-size: 11px;
    }

    .col_some p {
        font-size: 14px
    }

    .custom_body h3 {
        font-size: 11px;
        font-weight: 600;
        color: #000000
    }

    .custom_toggle i {
        float: right
    }

    .inner_div_custom {
        background: #fff;
        margin: 0;
        padding: 70px 0 0
    }

    .acco_main {
        background: #F8F8F8;
        padding: 60px 15px;
        display: block !important;
        margin: 60px 0 0
    }

    .buy_mob {
        background: url("../images/menu/new/swift_blue.png");
        background-repeat: no-repeat;
        background-color: #1F4586;
        padding: 60px 0 70px;
        background-position: 190px 10px;
        margin: 60px 0 0;
    }

    .selling_mob {
        background: url("../images/menu/new/swift_red.png");
        background-repeat: no-repeat;
        padding: 60px 0 70px;
        background-position: 190px 10px;
        background-color: #221B24
    }

    .con_mob h4 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

    .con_mob p {
        font-size: 13px;
        color: #fff;
        width: 66%
    }

    .tst_bttn {
        font-size: 13px;
        background: #707070;
        width: 108px;
        color: #fff;
    }

    .customer_sec {
        margin: 50px 0 0;
    }

    .col_6 {
        width: 100%;
    }

    .cust_tx {
        padding: 24px 25px;
        background: none;
        text-align: center;
    }

    .cust_tx h4 {
        font-size: 12px;
        font-weight: 100;
        font-style: italic
    }

    .inner_div>p span a {
        font-weight: 600;
        font-size: 14px;
        color: #FF5D5D !important
    }

    .navbar-dark .navbar-nav .log_bttn {
        display: inline-block;
        padding: 6px 16px !important;
        margin: 10px 0 1px 50px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 15px 0 1px 50px;
        font-size: 14px
    }

    .navbar-nav {
        padding: 0 0 10px;
        background: #fff;
    }

    .owl-cutomer {
        padding: 20px 0 0
    }

    .second_div {
        border-bottom: 2px dotted #1313131f;
        border-top: 2px #1313131f dotted;
    }

    .col_4 {
        border-right: 2px dotted #1313131f;
        font-size: 10px;
    }

    .cust_tx p {
        font-size: 13px;
        font-weight: 300;
    }

    .banner_right img {
        width: 172px;
        top: -104px
    }

    .banner_left img {
        width: 172px;
        top: -104px
    }

    .custom_sec select {
        font-size: 13px;
        padding: 10px 40px 10px 10px;
        margin: 0 0 20px;
        width: 76%;
    }

    .row.div_btn_use .custom_auto {
        padding: 4px 50px 6px;
        font-size: 13px;
        margin: 0 0 100px;
    }

    .used_car_head {
        text-align: left
    }

    .row.col_some {
        margin-top: 0 !important;
        padding-right: 0 !important
    }

    .used_car_sec {
        padding: 2rem 0 0;
    }

    .used_car_sec .inner_crusel {
        margin: 0 0 40px;
    }

    .custom_sec {
        padding: 20px 0 0
    }

    .top_head_bg {
        background: #000
    }

    .used_menu {
        background: #313131
    }

    .fixed .used_menu {
        background: #fff
    }

    .custom_nav {
        padding: 0
    }

    .tx_bttn {
        background: #4E6CA0
    }

    .container-fluid.bg_fotter {
        padding: 50px 0 0
    }

    .submenu_main_pos {
        position: absolute !important;
        top: 59px;
        width: 92%;
    }

    .owl-one {
        padding: 100px 0 0
    }

    .inner_torms {
        display: none
    }
}

@media(max-width:648px) {
    ul.span_div {
        padding: 0px 0em 0px 5em;
    }

    h5.float-right.divLsdfk {
        margin-right: 5em;
    }
}

@media(max-width:638px) {
    .relative_position.dmadjj {
        top: 6em;
    }

    .main_divkals {
        width: 63%;
    }

    .main_divkals_oou>.container {
        width: 94%;
    }
}

@media(max-width:635px) {
    .inner_div_crousel {
        margin-top: 19px;
    }

    .inner_div_crousel img {
        max-width: 395px;
    }
}

@media(max-width:630px) {
    button.adferagdfasdf {
        font-size: 15px;
        width: 64% !important;
        padding: 7px 0px;
    }

    p.action_div_mine>.action .checkmark {
        width: 7%;
        height: 26px;
    }
}

@media(max-width:621px) {
    .span_content h3 {
        font-size: 16px;
    }

    .span_content span {
        font-size: 12px;
    }
}

@media(max-width:617px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 261px;
        max-height: 261px;
    }
}

@media(max-width:585px) {
    p.div_rowl {
        margin-top: 0em;
        width: 100%;
    }
}

@media(max-width:575px) {
    .row.icon_twhome .col-xl-3.col-lg-3.col-md-3.col-sm-6.col-xs-6.no-padding {
        float: left;
        width: 50%;
    }

    .row.wdth.dkenwodfkalsdj>.col-md-4.col-xs-6.col-sm-6 {
        width: 50%;
    }

    img.d-sm-none.d-md-block.d-lg-block.d-xl-block {
        display: none;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 245px;
        max-height: 245px;
    }
}

@media(max-width:566px) {
    ul.span_div {
        padding: 0px 0em 0px 3em;
    }

    h5.float-right.divLsdfk {
        margin-right: 3em;
    }
}

@media(max-width:558px) {
    span.margin_space {
        margin-left: 32px;
        vertical-align: middle;
        font-size: 11px;
    }

    p.action_div_mine>.action .checkmark {
        width: 8%;
        margin-top: 3px;
        height: 22px;
    }
}

@media(max-width:556px) {
    .all_inaeer {
        width: 80%;
    }
}

@media(max-width:545px) {
    .float-left.all_div p span:nth-of-type(1) {
        font-size: 16px;
        padding: 6px 8px;
        margin-left: 0.5em;
    }

    .float-left.all_div.dfadsfavauyr {
        text-align: left;
    }
}

@media(max-width:543px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 227px;
        max-height: 227px;
    }
}

@media(max-width:525px) {
    .nav_mobile_display {
        padding: 75px 0px 21px 0px !important;
    }
}

@media(max-width:518px) {
    .custom_div_mine.adfasdf img {
        max-width: 345px !important;
    }
}

@media(max-width:508px) {
    .class_right a {
        font-size: 11px;
        padding: 0px 36px 0 0;
    }

    .class_right>div {
        padding: 0 0 3px
    }

    .class_right a:nth-child(3n+3) {
        padding: 5px 0;
        float: right
    }

    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li a {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media(max-width: 575px) {
    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li {
        padding: 0px;
    }
}

@media(max-width:504px) {
    span.cursor_none {
        border: solid 2px #555555;
        display: inline-block;
        margin-top: 18px;
        text-align: left;
        margin: 23px 0px 0px 0px;
        /* width: 267px;
        */

        width: 64%;
        padding: 4px 42px 4px 10px;
    }

    .bg_div_decrease {
        width: 100%;
    }

    .row.over_div button {
        width: 33%;
    }
}

@media(max-width:541px) {
    .dispaly_inline_diva li a {
        font-size: 13px !important;
        font-family: 'Open Sans', sans-serif;
        color: #555555;
        font-weight: bold;
        padding: 0px 16px;
    }
}

@media(max-width:532px) {
    .row.icon_twhome a {
        font-size: 10px;
        font-family: 'Open Sans', sans-serif;
        color: #555555;
        cursor: default;
        padding-top: 4px;
        line-height: 12px;
        display: block;
    }
}

@media(max-width:521px) {
    .div_xek {
        width: 74%;
        padding: 54px 31px;
    }
}

@media(max-width:501px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 210px;
        max-height: 210px;
    }
}

@media(max-width:486px) {
    .row.icon_twhome a {
        font-size: 8px;
        cursor: default;
        padding-top: 6px;
        line-height: 8px;
    }
}

@media(max-width:482px) {
    .left_icn_owl {
        max-width: 15px;
        font-size: 53px;
    }

    img.right_icn_owl.rotate_use {
        top: 5.1em;
        right: 0.5em;
        width: 14px;
    }

    button.adferagdfasdf {
        font-size: 13px;
    }
}

@media(max-width:483px) {
    .float-left.all_div {
        float: none !important;
    }
}

@media(max-width:481px) {
    .nav_mobile_display {
        padding: 72px 0px 54px 0px !important;
    }

    .dispaly_inline_diva li a {
        padding: 0px 10px;
    }
}

@media(max-width:476px) {
    ul.span_div {
        padding: 0px 0em 0px 1em;
    }

    h5.float-right.divLsdfk {
        margin-right: 2em;
    }
}

@media(max-width:472px) {
    .icon_twhome {
        padding: 12px 0px 21px 0px;
    }

    .all_inaeer {
        margin: 0 auto 38px;
    }
}

@media(max-width:464px) {
    .no img {
        max-width: 38px !important;
        margin-top: 24px;
        margin-right: 0.5em;
    }
}

@media(max-width:461px) {
    .cust_i h2 {
        right: 28% !important;
        top: 60%;
        font-size: 25px;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 195px;
        max-height: 195px;
    }
}

@media(max-width:479px) {
    .card_text h3 {
        font-size: 20px;
    }

    .calender_about_card p {
        font-size: 16px;
    }

    .calender_about_card h5 {
        font-size: 12px;
    }

    .centering h1 {
        font-size: 30px !important;
    }

    .card_text p {
        font-size: 12px;
    }

    .card_text a {
        color: #333333;
        font-size: 12px;
    }

    h1.centering {
        font-size: 24px;
    }
}

@media (max-width: 460px) {
    .card_text h3 {
        font-size: 14px;
    }
}

@media (max-width: 458px) {
    .bg_color_div p {
        font-size: 14px !important;
    }

    .bg_color_div img {
        max-width: 77px;
    }
}

@media (max-width: 447px) {
    .custom_div_sad li {
        margin: 0em 5px;
    }
}

@media (max-width: 444px) {
    .relative_position h1 {
        font-size: 23px;
    }

    p.opsdk {
        font-size: 15px;
    }

    .relative_position {
        right: 0em;
        left: -1em;
        top: 12em;
    }
}

@media (max-width: 429px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (max-width: 418px) {
    p.action_div_mine {
        margin-left: 3em;
    }

    p.action_div_mine>.action .checkmark {
        margin-left: 1em;
    }

    p.action_div_mine {
        /* margin-left: 3em;
        */

        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-left: inherit;
    }
}

@media (max-width: 416px) {
    ul.lower-line_term.marg_div_bottom.divsladj li a {
        padding: 0px 15px;
        font-size: 13px;
    }

    ul.lower-line_term.marg_div_bottom.divsladj {
        margin-top: 9px;
        margin-bottom: 0em;
    }
}

@media (max-width: 413px) {
    span.cursor_none {
        width: 93%;
    }
}

@media (max-width: 395px) {
    .div_xek {
        width: 100%;
        padding: 54px 22px;
    }

    .pd_din :before {
        -webkit-transform: skewX(-28deg);
        -ms-transform: skewX(-28deg);
        transform: skewX(-28deg);
        min-width: 436px;
        max-width: 436px;
        width: 100%;
    }

    .div_xek {
        width: 100%;
        padding: 30px 26px 0px 58px;
    }

    .div_xek a {
        padding-bottom: 19px;
    }

    .cust_i h2,
    .cust_i h1 {
        right: 24% !important;
    }

    .nav_mobile_display h1 {
        font-size: 15px;
    }

    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 164px;
        max-height: 164px;
    }
}

@media (max-width: 400px) {
    .home-buttons-in a {
        display: inline;
        padding: 6px 30px 8px 20px;
        text-align: center;
        font-size: 13px;
    }
}

@media (max-width: 398px) {}

@media (max-width: 388px) {
    .inner_inline_use {
        display: block;
        margin-top: 2em;
        margin-left: 1em;
    }

    .inner_inline_use img {
        margin-left: 1em;
    }

    .home_icon_1 a {
        font-size: 8px;
        color: #000000;
    }
}

@media (max-width: 385px) {
    h5.float-right.divLsdfk {
        font-size: 17px;
        margin-right: 2em;
    }

    ul.span_div p {
        font-size: 15px;
    }

    .text_align_font {
        font-size: 17px;
        margin-top: 38px;
    }

    ul.span_div li p span {
        padding: 0px 23px 3px 1px;
    }
}

@media (max-width: 384px) {
    .dispaly_inline_diva li a {
        font-size: 11px !important
    }
}

@media (max-width: 374px) {
    .main_divkals {
        width: 80%;
    }
}

@media (max-width: 369px) {
    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li a {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    p.action_div_mine>.action .checkmark {
        margin-left: 0em;
    }

    .nav_mobile_display {
        padding: 63px 0px 27px 0px !important;
    }
}

@media (max-width: 359px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 150px;
        max-height: 150px;
    }
}

@media (max-width: 365px) {
    .pd_din :before {
        -webkit-transform: skewX(-32deg);
        -ms-transform: skewX(-32deg);
        transform: skewX(-32deg);
        min-width: 383px;
        max-width: 366px;
        width: 100%;
    }
}

@media (max-width: 353px) {
    ul.lower-line_term.marg_div_bottom.divsladj li a {
        padding: 0px 11px;
        font-size: 11px;
    }
}

@media (max-width: 349px) {
    .home_icon_1 a {
        font-size: 8px;
    }
}

@media (max-width: 344px) {
    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.custom_header.fixed-top ul li {
        padding-right: 3px;
        padding: 6px 7px 0px 0px;
    }
}

@media (max-width: 340px) {
    .card_text h3 {
        font-size: 13px;
    }

    .card_text p {
        font-size: 10px;
    }
}

@media (max-width: 336px) {
    .class_right a {
        font-size: 13px;
        padding: 0px 6px;
    }
}

@media (max-width: 333px) {
    ul.span_div {
        padding: 0px 0em 0px 0em;
    }

    h5.float-right.divLsdfk {
        font-size: 15px;
    }

    .dispaly_inline_diva li a {
        font-size: 10px !important;
    }
}

@media (max-width: 333px) {
    .div_baner_ujh.div_chess_use.div_suek {
        min-height: 141px;
        max-height: 141px;
    }
}

@media (max-width: 324px) {
    .class_right a {
        font-size: 11px;
    }
}

@media (max-width: 327px) {
    .custom_div_sad li {
        margin: 0em 3px;
    }
}

/* media end */
.row.div_parakd {
    width: 89%;
    margin: 0 auto;
}

.new_sale {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-top: 2em;
}

.left_lft p {
    color: #999;
}

.img_cap {
    position: inherit;
    bottom: inherit;
    margin-left: inherit;
    width: initial;
}

.img_cap ul li img {
    width: initial !important;
}

.div_padding_use_form>.bg_div_decrease {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-shadow: 3px 9px 31px 7px #f1f1f1;
    box-shadow: 3px 9px 31px 7px #f1f1f1;
    border: dotted 2px #1c1c1c;
}

.links_div a {
    color: #3d81ac;
    font-size: 18px;
    text-decoration: none !important;
}

.clearfix.dsefecge {
    margin-top: 50px;
}

.row.fomr_div_mine.ddevfg {
    padding-bottom: 16px;
}

.div_padding_use_form {
    margin-top: 4em !important;
}

.h5_uskd {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #555555;
    font-weight: normal;
    padding-bottom: 10px;
}

.links_div a:nth-of-type(2) {
    color: #000;
    padding: 0.2em 0.5em;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
}

.links_div a:nth-of-type(2):hover {
    color: #3d81ac;
}

.links_div {
    width: 97%;
    margin: 90px auto 60px;
}

.no p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #999999;
    font-size: 16px;
}

.no img {
    max-width: 55px;
    margin-top: 15px;
    margin-right: 0.5em;
}

.wdth {
    width: 118%;
}

.btn_mtg {
    background: #3d81ac;
    border: none;
    outline: none;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    width: 100%;
    padding: 0.4em 0.5em 0.4em 0.5em;
    color: #fff;
    border-radius: 5px;
}

.bnt {
    background: #f36681 !important;
}

.form_min {
    min-height: 90vh;
}

.container.bg_div_images.div_size.form_min_dkd {
    min-height: 189vh;
}

.fs-gal-close {
    top: 14px !important;
    right: 28px !important;
    height: auto !important;
    width: 13px !important;
}

.fs-gal-main {
    height: 500px !important;
}

.fs-gal-next {
    right: 28px !important;
}

/* Rohit */
.marg_width_inner img {
    min-height: auto;
    height: auto;
}

div#car_exchange .form_bottom {
    text-align: center;
    margin-top: 0;
}

button.EXP,
button.book_now {
    border: solid 1px #949494;
}

.bg_div_decrease .row.fomr_div_mine textarea {
    background: transparent;
    padding: 6px;
    font-size: 14px;
}

.row.bg_div_decrease.sess.testimonial {
    padding: 8% 0px 5%;
}

.row.bg_div_decrease.sess.testimonial h2 {
    margin: 0;
    padding: 7% 0px 2%;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.row.bg_div_decrease.sess.testimonial p {
    width: 100%;
    padding: 0 14%;
    /* margin: 0; */
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
}

.row.bg_div_decrease.sess.testimonial span {
    display: block;
    margin-top: 3%;
    margin-bottom: 2%;
}

.row.bg_div_decrease.sess.testimonial span img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 1%;
    margin-left: 1%;
    background: white;
    border-radius: 29px;
    box-shadow: 0 0 5px #000;
    padding: 5PX;
}

.car_crousel.container .owl-two.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag {
    margin-bottom: 50px !important;
}

.inner_div_custom .car_crousel.container i.fas.fa-chevron-left.left_div_car {
    left: -15px;
}

.inner_div_custom .car_crousel.container i.fas.fa-chevron-right.right_div_car {
    right: -15px;
}

.dropdown.menu-dropdown {
    border: 0;
    position: static;
    padding: 0
}

.dropdown-content.menu-dropdown-content {
    width: 100%;
    left: 0;
}

.dropdown-content.menu-dropdown-content:after {
    left: 68%;
}

.owl-heder_menu {
    padding: 0px 5%;
}

.owl-heder_menu button.owl-prev {
    position: absolute;
    top: 42%;
    right: 7px;
    outline: none;
}

.owl-heder_menu button.owl-next {
    position: absolute;
    top: 42%;
    left: 7px;
    outline: none;
}

.owl-heder_menu.owl-carousel .owl-nav.disabled {
    display: block;
}

li.nav-item.dropdown.menu-dropdown h2 {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 14px;
}

.submenu_main_pos {
    position: static;
}

@media (max-width: 767px) {

    .owl-two.owl-theme,
    .single_old.owl-theme {
        white-space: nowrap;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .car_details_check .row>div:nth-child(4) {
        margin-right: 0
    }

    div#car_exchange {
        margin-bottom: 10% !important;
    }

    .div_div_inner.div_inner_new .form_bottom {
        margin-top: 0;
        padding-bottom: 0;
    }

    .col-xl-2.col-md-2.col-lg-2.col-sm-0.col-xs-0.no-padding {
        display: none;
    }

    .customer {
        padding-bottom: 16%;
    }

    .main_scroll {
        max-height: initial !important;
        width: 100%;
        padding: 25px 15px;
    }

    .bg_sides {
        background: #cccccc;
        padding: 12px 0px 0px 0px;
        display: none;
    }

    .dropdown-content.menu-dropdown-content {
        display: none !important;
    }

    .margin_div_toP {
        margin: 53px 0px 0px 0px;
        overflow: hidden;
    }

    .div_xek {
        width: 100%;
        padding: 15% 26px 15% 26px !important;
    }

    .bg_color_div {
        background: #111111;
    }

    .bg_div_use.bg_image_use_mine_k {
        margin-top: 47px;
    }

    .row.bg_div_decrease.sess.testimonial h2 {
        font-size: 20px !important;
    }

    .row.bg_div_decrease.sess.testimonial p {
        width: 100%;
        padding: 0 7%;
        font-size: 13px;
        line-height: 21px;
    }

    .row.bg_div_decrease.sess.testimonial span {
        display: block;
        margin-top: 35px;
        margin-bottom: 0%;
    }
}

.owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag .owl-nav {
    margin-top: 10px;
    text-align: center;
    padding-right: 0;
}

.owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #3d81ac;
    text-decoration: none;
    outline: none;
}

.owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag .owl-nav button {
    outline: none;
}

.old_car_slider .carousel-indicators {
    bottom: 34px !important;
}

@media screen and (max-width:991px) {
    .row.bg_div_decrease.bg_absolutel_di.goyalM_add {
        margin-top: -1em;
    }
}

@media screen and (max-width:480px) {
    .row.form_div_use.dareggeadsfebadf label {
        width: 34%;
    }

    .row.form_div_use.dareggeadsfebadf label:nth-child(even) {
        width: 66%;
    }

    .div_xek p {
        text-align: center;
        margin: 0;
    }

    .div_xek {
        text-align: center;
    }

    .div_xek a {
        float: none;
    }

    .div_xek img {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .inner_div .owl-item.active img {
        transition: 500ms ease-in-out;
    }

    #big.owl-theme>div {
        display: inline-block;
        width: 90%;
        margin-right: 4%;
    }

    div#thumbs {
        padding: 0% !important;
        margin-bottom: 0% !important;
    }

    #thumbs.owl-theme>div {
        display: inline-block;
        width: 25%;
        margin-right: 3%;
        display: none;
    }

    #big.owl-theme>div img,
    #thumbs.owl-theme>div img {
        width: 100%;
    }

    .car_crousel.container .row.div_btn_use button {
        margin-left: 0;
        margin-right: 0;
    }

    .custom_header {
        min-height: 40px;
        padding: 7px 15px;
    }

    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top a img {
        max-width: 129px;
    }

    .class_relative.dispakfd.clasp.hidden-xs {
        display: none;
    }

    .carousel {
        margin-top: 46px;
    }

    .form_bottom button {
        width: 98px;
        font-size: 13px;
        padding: 7px 0px;
    }

    .class_relative.clasp h2 {
        font-size: 13px;
    }

    .row.fomr_div_mine label select {
        font-size: 14px;
        opacity: .4;
    }

    .div_ul_use.row ul li a {
        font-size: 13px;
    }

    .container-fluid.bg_fotter ul li {
        list-style: none;
        padding-top: 3px;
    }

    .container-fluid.bg_fotter h1,
    .container-fluid.bg_fotter h3 {
        font-size: 15px;
    }

    .container-fluid.bg_fotter ul li a {
        font-size: 13px;
    }

    footer .dispakfdsd {
        height: 55px;
    }

    .dispakfd {
        display: none;
    }

    footer p.div_con_fot {
        margin: 0 0 25px;
    }

    footer .row>div:nth-child(4) {
        text-align: center;
    }

    .bg_color_div_2 h1,
    .bg_color_div_2 h3 {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .form-group.div label input,
    .select_table label select {
        font-size: 13px;
        margin-bottom: 7px;
        -webkit-border-radius: 0px;
        -webkit-box-shadow: none;
        border-radius: 0;
    }

    .form_bottom button {
        width: 90px;
        font-size: 13px;
        border-radius: 6px;
    }

    .links_div a {
        font-size: 14px;
    }

    .links_div a:nth-of-type(2) {
        padding: 0 8px 0 0;
        font-size: 13px;
    }

    .bg_color_div img {
        max-width: 47px !important;
    }

    .bg_color_div p {
        /* media 458*/

        font-size: 11px !important;
        margin-top: 10px;
    }

    .inner_div_crousel p {
        font-size: 13px;
    }

    .inner_div_crousel h1,
    .inner_div_crousel h2,
    .inner_div_crousel h3 {
        font-size: 16px;
    }

    .carousel-indicators {
        bottom: 10px;
        bottom: 5px !important;
        position: absolute;
        left: 50% !important;
        transform: translate(-50%, 0%);
    }

    .relative_position {
        position: static;
        right: 3%;
        left: 3% !important;
        bottom: 1% !important;
        width: 94%;
        padding: 0;
        top: auto !important;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .relative_position img {
        max-width: 100%;
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
        display: none;
    }

    .home-buttons-in a {
        padding: 5px 12px 5px 12px !important;
        font-size: 14px;
        width: 140px;
        margin-left: 9px;
        margin-top: 33em;
    }

    .inner_div .owl-item.active.center img {
        transform: scale(1.4) !important;
    }

    .inner_div .owl-item.active {
        transform: translateX(0%) !important;
    }

    .owl-two .owl-nav {
        display: none;
    }

    .owl-two .inner_crusel {
        border: 1px solid #1313131f;
        border-radius: 0 0 10px 10px;
    }

    .div_content_power {
        width: 100%;
        margin: 0 auto;
        /*margin-left: 14px;*/
    }

    .row.div_btn_use {
        padding-right: 10px;
        margin-top: 27px;
        margin-bottom: 25px;
    }

    .row.div_btn_use button {
        font-size: 14px;
    }

    .row.div_btn_use button:nth-of-type(2) {
        border-right: 1px solid #636363 !important;
        margin-right: 0;
    }

    .second_div span.float-left {
        display: block;
        float: none !important;
        text-align: left;
    }

    .second_div span.float-right {
        display: block;
        float: none !important;
        width: 100%;
        text-align: left;
    }

    .form_bottom p {
        font-size: 13px;
        margin: 12px 0px 25px 0px;
    }

    .checkmark {
        left: -12.5em;
        top: 2px;
        height: 15px;
        width: 15px;
    }

    .container-fluid.bg_fotter span {
        font-size: 13px;
    }

    .fotter_div {
        font-size: 14px;
    }

    .row.icon_twhome a {
        font-size: 8px;
        font-weight: 600;
    }

    .row.icon_twhome img {
        max-width: 43px;
    }

    .row.icon_twhome>div:nth-child(1) {
        order: 1;
    }

    .row.icon_twhome>div:nth-child(2) {
        order: 4;
    }

    .row.icon_twhome>div:nth-child(3) {
        order: 3;
    }

    .links_div {
        margin: 47px auto 35px;
    }

    .row.icon_twhome>div:nth-child(4) {
        order: 2;
    }

    footer .row>div:nth-child(3) {
        text-align: center;
    }

    ul.social_icons {
        text-align: center;
    }

    .inner_div img.img-responsive.car_logo_active {
        position: absolute;
        top: 15% !important;
        right: 4%;
        width: 91% !important;
    }

    .navbar-dark .navbar-toggler {
        padding: 3px 7px;
        outline: none;
    }

    .navbar-toggler-icon {
        width: 25px;
        height: 22px;
    }

    .info_about_section p {
        padding: 0% 0;
        font-size: 14px;
        line-height: 21px;
    }

    .new_section_top_mg {
        margin-top: 60px;
        margin-bottom: 9px;
    }

    .new_section_top_mg h2 {
        font-size: 20px;
    }

    .btn_about_showmore {
        margin: 20px auto 70px auto;
    }

    .row.over_div h2 {
        padding-bottom: 8px;
        padding-top: 40px;
        font-size: 16px;
        font-weight: 400;
    }

    .row.over_div {
        margin-top: 62px;
    }

    .img_container_about.div_sidn {
        margin-top: 46px;
    }

    .goyalM_address {
        padding: 12px 18px;
    }

    .row.fomr_div_mine span {
        font-size: 14px;
    }

    .goyalM_address p {
        font-size: 13px;
    }

    .row.bg_div_decrease.bg_absolutel_di.goyalM_add {
        margin-top: 10%;
        margin-bottom: 0%;
    }

    .form_bottom {
        margin-top: 0px;
    }

    .p_details_form {
        padding: 0%;
    }

    .row.bg_div_decrease.sess.testimonial h2 {
        font-size: 30px;
    }

    .gaekta {
        margin-top: 46px;
    }

    .div_baner_ujh.div_chess_use {
        margin-top: 46px;
    }

    .div_baner_ujh>.container h2 {
        font-size: 20px;
        margin-top: 10px;
        letter-spacing: 2px;
    }

    .colapse ul li {
        font-size: 14px;
    }

    .diov_d.form_bottom button {
        width: 103px;
        margin-top: 4%;
    }

    .container.content_div p {
        width: 90%;
    }

    .container_inner_hiring {
        padding: 14px 0px 39px 0px;
        width: 275px;
        margin: 0 auto;
        margin-bottom: 26px;
        text-align: center;
    }

    .fotter_div_key.asdsdaswe.row.dsfasdfadfaghd {
        padding: 38px 0px;
    }

    .div_baner_ujh>.container p {
        font-size: 14px;
    }

    .img_container_about.div_sidn h1 {
        font-size: 18px !important;
    }

    ul.span_div {
        padding: 0px 0em 0px 0em !important;
    }

    .container.bg_div_images.height_div_a.baseas {
        min-height: auto;
    }

    .float-left.all_div p span:nth-of-type(1) {
        font-size: 14px !important;
        padding: 6px 8px;
        margin-left: 0.5em;
        display: block;
        width: 91px;
        margin-top: 12px;
    }

    .row.fomr_div_mine span.cursor_none {
        display: block;
        margin-left: 10px;
        position: relative;
        top: -9px;
        width: 138px;
        padding: 4px 10px 4px 10px;
    }

    .float-left.all_div p {
        font-size: 14px;
        text-align: left;
    }

    p.file_must_asdfa {
        margin: 6px 0px 0px 9px !important;
    }

    .bg_div_use .margin_div_top {
        margin-top: 2em;
    }

    .row.fomr_div_mine label input,
    select {
        font-size: 14px;
    }

    .row.fomr_div_mine label input,
    select {
        margin-bottom: 12px;
    }

    section.feature_area>.row>img {
        display: none;
    }

    section.feature_area>.row>h2 {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 20px;
        flex-basis: 100%;
    }

    .bg_div_use .form_div {
        width: 87%;
        margin: 0 auto;
    }

    .bg_div_use.bg_image_use_mine_k {
        padding: 0 !important;
    }

    .inner_side_fologin {
        width: 100% !important;
    }

    .no-padding.dispakfd.login_black {
        display: block !important;
    }

    span.btn1.clearfix h2,
    span.btn2 h2 {
        font-size: 20px !important;
    }

    span.btn1.clearfix p,
    span.btn2 p {
        font-size: 15px !important;
        line-height: 17px !important;
        text-align: center;
    }

    .one_of_us button {
        width: 90px !important;
        margin-top: 35px;
    }

    .main_login h3.div_h3 {
        padding: 32px 0px 32px 0px;
        font-size: 17px;
    }

    .main_login .form_bottom {
        margin-top: 0px;
    }

    button.custom_gogle,
    button.custom_fb {
        width: 156px !important;
    }

    .inner_div_backgro_use {
        text-align: center;
        margin-bottom: 47px;
    }

    .inner_div_backgro_use button {
        width: 110px;
        margin: 43% auto 0px;
        padding: 9px;
        font-size: 14px;
    }

    .inner_div_conte h1 {
        font-size: 16px;
    }

    .bg_color_div_2.div_bg_content label textarea {
        background: transparent;
    }

    .align_div_center h2 {
        font-size: 13px;
    }

    h3.div_h3.div_kasl {
        font-size: 16px;
    }

    .inner_side_fologin.logn_forgn {
        background: #ffffff;
    }

    .one_of_us.one_of_change ul.nav.nav-tabs {
        margin-top: 2.8em;
        padding-bottom: 33px;
    }

    .align_div_center img {
        width: 30px;
    }

    .div_color_use {
        background: #040404;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .mob {
        display: block;
    }

    .desktop {
        display: none;
    }

    .div_color_use {
        position: static;
    }

    .inner_div_backgro_use {
        background: transparent;
        position: relative;
    }

    .inner_div_backgro_use img {
        display: none !important;
    }

    .inner_div_backgro_use button {
        margin: 0% auto 0px;
        position: static;
    }

    .marg_width_inner {
        margin-bottom: 0;
    }

    .row.bg_div_decrease.bg_absolutel_di {
        transform: translateY(-0em);
    }

    .custom_div_sad li {
        width: 30px;
        height: 30px;
    }

    .custom_div_mine {
        height: auto;
        padding-top: 0em;
        padding-bottom: 2em;
        margin-top: 0px;
    }

    .container.bg_div_images.height_div_a.height_div_bfsdfssafsd {
        min-height: auto;
    }

    .desabled.space_div .relative_position {
        position: absolute;
    }

    .car_crousel.container {
        width: 93%;
        margin-bottom: 30px !important;
    }

    .car_crousel.container .owl-two .inner_crusel {
        /*border: 1px solid #ccc;
        padding: 15px;*/
    }

    .links_div a {
        font-size: 17px !important;
        letter-spacing: 1px !important;
        margin-left: 1%;
    }

    .row.div_parakd {
        width: 100% !important;
        margin-bottom: 40px !important;
    }

    .no p {
        font-size: 14px !important;
    }

    .bg_div_decrease {
        padding-bottom: 4px !important;
    }

    .contactp {
        padding-bottom: 30px !important;
        padding-top: 5px
    }

    /*.car_crousel.container .row.div_btn_use.col_some a:nth-child(2) {
        margin-right: 10%;
        margin-left: 0;
    }*/
    img.d-block.img-fluid {
        height: 435px;
    }

    .nav_mobile_display {
        margin-top: 46px;
    }

    .form_div.ENQUIRY_FORM {
        transform: translateY(-23px);
    }

    .container.bg_div_images.div_size.form_min_dkd.autodk {
        min-height: auto;
        padding-bottom: 0;
    }

    .fdsfgrsf {
        margin-top: 60px !important;
        margin-bottom: 21px;
    }

    .row.fomr_div_mine span.odse {
        font-size: 14px;
    }

    span.odse:nth-of-type(1) {
        margin-top: 1em;
    }

    h3.call_us_ta {
        font-size: 14px;
        margin-left: 0em;
    }

    .span_content p {
        font-size: 13px;
    }

    .row.fomr_div_mine textarea {
        font-size: 13px;
        padding-left: 7px;
    }

    p.div_rowl {
        margin-bottom: 2em;
        line-height: 15px;
        margin-top: 22px !important;
        font-size: 14px;
    }

    .cust_i h2,
    .cust_i h1 {
        top: 77% !important;
        font-size: 17px !important;
    }

    .inner_div_pad_center {
        margin-bottom: 70px;
    }

    .form_div h1 {
        font-size: 15px;
    }

    img.mx-auto.d-block.img_size {
        width: 110px;
        margin-bottom: 30px;
    }

    .inner_col_div h2 {
        font-size: 20px;
        margin-bottom: 23px;
    }

    h1.dispakfdsd.custom_sk {
        font-size: 16px;
        font-weight: bold;
    }

    .div_baner_ujh.div_chess_use.div_re_as {
        margin-top: 46px;
    }

    .all_inaeer img {
        max-width: 22%;
    }

    .row.bg_div_decrease.bg_absolutel_di.active_divsk .div_div_inner {
        margin-top: -34px;
    }

    .row.div_btn_use {
        width: 100% !important;
    }

    .inner_div_custom .links_div a,
    .links_div a:nth-of-type(2) {
        background: transparent;
        color: #3d81ac;
        font-size: 13px !important;
    }

    .links_div a:nth-of-type(2) {
        color: black;
    }

    .first_div>span {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 7px;
    }

    .action {
        padding-left: 0px;
    }

    ul.carousel-indicators.indicators_divo {
        display: inline-block !important;
    }

    ul.carousel-indicators.indicators_divo li {
        width: 16.6% !important;
        display: inline-block !important;
    }

    ul.carousel-indicators.indicators_divo li img {
        max-height: unset !important;
        width: 100% !important;
    }

    .border_div_left {
        border-right: 0px solid #999999;
        padding-bottom: 26px;
    }

    .border_div_right {
        padding-bottom: 26px !important;
        border-right: 0px solid #999999;
    }

    .span_content {
        margin: 25px auto 42px !important;
    }

    .div_conteid h3 {
        font-size: 15px;
    }

    .out_let_div p {
        font-size: 14px;
    }

    iframe.border_divsk {
        border: solid 1px #1c1c1c;
        margin-top: 22px;
        margin-bottom: 26px;
    }

    .row_diva {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .bg_div_use p {
        /*text-align: left;*/
    }
}

@media screen and (max-width:575px) {

    /* new add css*/
    .custom_nav .owl-nav.disabled+.owl-dots {
        top: -4px;
        position: relative;
        right: 0;
        text-align: center;
    }

    .asdfaeas {
        margin-bottom: 46px;
    }

    .inner_divls {
        margin: 30px auto;
    }

    span.margin_space {
        margin-left: 43px !important;
        position: relative;
        top: 5px;
    }

    .form_bottom.btn_form button {
        width: 173px !important;
    }

    img.dev_di {
        max-width: 130px !important;
    }

    .all_banner_img2 img.img-responsive.car_circle {
        position: absolute;
        bottom: -100px;
        left: -4px;
        right: 0;
        z-index: -1;
        height: 205px;
        width: 100%;
        display: none;
    }
}

.div_div_inner.div_inner_new .form_bottom {
    margin-top: 0;
}

.inner_div>p span {
    float: right;
    display: inline-block;
}

.inner_div>p span a {
    color: #000;
}

.inner_div>p span a:hover {
    color: #d08c21;
}

.inner_div img.img-responsive.car_logo_active {
    position: absolute;
    top: 14%;
    right: 6%;
    width: 44%;
}

.inner_div .owl-item.active.center {
    -webkit-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
}

.inner_div .owl-item.active {
    -webkit-transform: translateX(0%) scale(0.8);
    -ms-transform: translateX(0%) scale(0.8);
    transform: translateX(0%) scale(0.8);
    opacity: 0.5;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}

.inner_div .owl-item.active img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.inner_div .owl-item.active.center img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.inner_div .owl-item.active .inner_div_crousel p,
.inner_div .owl-item.active .inner_div_crousel h1 {
    opacity: 0;
}

.inner_div .owl-item.active.center .inner_div_crousel p,
.inner_div .owl-item.active.center .inner_div_crousel h1 {
    opacity: 1;
}

.bg_color_div_2 .form_bottom {
    margin-top: 0;
}

.form_div_confirm .form_bottom {
    text-align: left;
    margin-top: 0;
}

.form_div_confirm button.register_div {
    width: 179px !important;
}

.inner_side_fologin.logn_forgn .one_of_change.one_of_us h2 {
    text-decoration: none;
    font-size: 20px !important;
}

@media(max-width:991px) {
    .inner_div .owl-item.active img {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .inner_div .owl-item.active {
        -webkit-transform: translateX(14%);
        -ms-transform: translateX(14%);
        transform: translateX(14%);
    }
}

input::placeholder {
    color: #bbb !important;
}

section.feature_area .row {
    align-items: center;
}

section.car_details_book .row ul li:hover {
    border: 2px solid #0081ff;
    background: #0081ff;
}

section.car_details_book .row ul li a:hover {
    color: #fff;
    background: #0081ff;
}

.inner_div .owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag button.owl-next {
    width: auto;
    height: auto;
    color: #555;
    height: auto;
    font-size: 25px;
}

.inner_div .owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag button.owl-prev {
    width: auto;
    height: auto;
    color: #555;
    font-size: 25px;
}

.inner_div .owl-one.owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag .owl-nav.disabled {
    display: block !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,
            0,
            0,
            0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0,
            0,
            0,
            0.75) 1.5em 0 0 0,
        rgba(0,
            0,
            0,
            0.75) 1.1em 1.1em 0 0,
        rgba(0,
            0,
            0,
            0.75) 0 1.5em 0 0,
        rgba(0,
            0,
            0,
            0.75) -1.1em 1.1em 0 0,
        rgba(0,
            0,
            0,
            0.5) -1.5em 0 0 0,
        rgba(0,
            0,
            0,
            0.5) -1.1em -1.1em 0 0,
        rgba(0,
            0,
            0,
            0.75) 0 -1.5em 0 0,
        rgba(0,
            0,
            0,
            0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0,
            0,
            0,
            0.75) 1.5em 0 0 0,
        rgba(0,
            0,
            0,
            0.75) 1.1em 1.1em 0 0,
        rgba(0,
            0,
            0,
            0.75) 0 1.5em 0 0,
        rgba(0,
            0,
            0,
            0.75) -1.1em 1.1em 0 0,
        rgba(0,
            0,
            0,
            0.75) -1.5em 0 0 0,
        rgba(0,
            0,
            0,
            0.75) -1.1em -1.1em 0 0,
        rgba(0,
            0,
            0,
            0.75) 0 -1.5em 0 0,
        rgba(0,
            0,
            0,
            0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.old_car_images {
    min-height: 250px;
    max-height: 250px;
    object-fit: fill;
}