.nav-login .nav-link.active {
    background: #eee;
}
a#pills-login-tab , a#pills-register-tab {
    color: #454545 !important;
    font-size: 16px;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
span.input-group-text i {
    font-size: 17px;
}
span.input-group-text i.fa.fa-mobile {
    font-size: 25px;
}
.wizard-body {
    background: #fff;
    padding: 15px 23px;
    border-radius: 11px;
    border: 2px solid #eee;
}
div#more {
    margin: 0 auto 18px;
    text-align: center;
    display: block;
    width: 150px;
    background-color: #c00c1a;
    clear: both;
}
button.close.btn-close-modal-custom {
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 28px;
    background: #8b8b8b;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    z-index: 9;
}
.nav-login .nav-link.active {
    background: #eee;
}
a#pills-login-tab , a#pills-register-tab {
    color: #454545 !important;
    font-size: 16px;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-content {
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
    border-radius: 25px;
}
#box-code-accept , #box-mobile-disposable , #btn_code_accept_disposable{
    display: none;
}
div#success_code {
    display: none;
    color: #fff;
    text-align: center;
    background: green;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 7px;
}

div.success_msg {
    color: green;
    text-align: center;
    font-weight: bold;
}
#msg_login_error {
    color: #de0121;
}
.wizard-body {
    background: #fff;
    padding: 15px 23px;
    border-radius: 11px;
    border: 2px solid #eee;
}
.form_set_order_modal .modal-content {
    border-radius: 25px;
}
button.close.btn-close-modal-custom {
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 28px;
    background: #b4b2b2 !important;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    z-index: 9;
}
button.close.btn-close-modal-custom i {
    font-size: 19px;
    color: #eee;
}
.primary-btn2 {
    background: #b3040b;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    display: block;
    width: 150px;
    border-radius: 40px;
}
div.ajax_error {
    text-align: left;
    width: 100%;
    margin-top: -17px;
    color: red;
    font-size: 13px;
}
.input-group.form-group .form-control {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="url"], input[type="tel"], textarea.form-control, textarea {
    padding: 1.2rem !important;
}
.sidebar-dashbaord {
    background-color: #fff;
    box-shadow: 0 4px 8px 10px #eee;
    border-radius: 2pc;
}
.author-card {
    position: relative;
    margin-bottom: 0.0625rem;
    background-color: #fff;
    box-shadow: 0 5px 20px 7px #eee;
    margin-bottom: 6px;
}

.author-card .author-card-cover {
    position: relative;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.author-card .author-card-cover::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .5
}

.author-card .author-card-cover>.btn {
    position: absolute;
    top: .75rem;
    right: .75rem;
    padding: 0 .625rem
}

.author-card .author-card-profile {
    position: relative;
    margin-top: -1.375rem;
    padding-right: .9375rem;
    padding-top: 1rem;
    padding-left: 1.25rem;
    z-index: 5;
    text-align: center;
}

.author-card .author-card-profile .author-card-avatar,
.author-card .author-card-profile .author-card-details {
    display: table-cell;
    vertical-align: middle
}

.author-card .author-card-profile .author-card-avatar {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.author-card .author-card-profile .author-card-avatar>img {
    display: block;
    width: 100%;
    height: 100%;

}

.author-card .author-card-profile .author-card-details {
    padding-top: 1.25rem;
}

.author-card .author-card-profile .author-card-name {
    margin-bottom: .125rem;
    font-size: .875rem;
    font-weight: bold
}

.author-card .author-card-profile .author-card-position {
    display: block;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600
}

.author-card .author-card-info {
    margin-bottom: 0;
    padding: 0 1.5625rem;
    font-size: .8125rem
}

.author-card .author-card-social-bar-wrap {
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    width: 100%
}

.author-card .author-card-social-bar-wrap .author-card-social-bar {
    display: table;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
}

.author-card+.wizard {
    position: relative;
    z-index: 5
}
a.list-group-item,
.list-group-item-action {
    transition: all .5s;
}
a.list-group-item:hover,
.list-group-item-action:hover {
    transition: all .5s;
}
.ecommerce.nav-fix {
    box-shadow: 0 0 4px 0 #8d8d8d;
}
.font-weight-medium {
    font-weight: 600;
}
.box_info_dashbard.box_info_one {
    border-bottom: 2px solid #5695fe;
}
.box_30 {
    width: 29.6%;
    display: inline-block;
    margin: 0 10px;
}

.box_info_dashbard.box_info_two i {
    color: #da2626  !important;
    border-color: #da2626;
}
.box_info_dashbard.box_info_two .media-body h2 {
    color: #da2626;
}
.box_info_dashbard.box_info_two {
    border-bottom: 2px solid #da2626;
}


.box_info_dashbard.box_info_three i {
    color: #50d3af  !important;
    border-color: #50d3af;
}
.box_info_dashbard.box_info_three .media-body h2 {
    color: #50d3af;
}
.box_info_dashbard.box_info_three {
    border-bottom: 2px solid #50d3af;
}

.box_info_dashbard {
    margin-bottom: 3rem;
    box-shadow: 0px 4px 18px 0px rgb(218 218 218 / 87%);
    transition: all .5s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 118px;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 3px;
    padding: 12px;
}
.media i {
    position: absolute;
    top: 20px;
    left: 19px;
    font-size: 36px;
    border: 3px solid #5695fe;
    padding: 14px 0px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    text-align: center;
    color: #5695fe !important;
    opacity: .9;
}
.media-body {
    margin-top: 7px;
    margin-right: 12px;
}
.header_page_indoor {
    clear: both;
    min-height: 59px;
}
.title_page_indoor {
    font-size: 14px;
    font-weight: bold;
    line-height: 58px;
}
.list-group-item {
    padding: 1.2rem 1.25rem !important;
}
.wizard.sidebar-dashbaord .list-group-item:hover:after {
    display: none !important;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #b3040b;
    border-color: #b3040b;
}
a.list-group-item.active i {
    color: #fff !important;
}
.btn {
    padding: 0.7rem 1rem !important;
    border-radius: 7px;
}

.box-indoor-dashboard{
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 0 8px 4px #e5e5e5;
    margin-bottom: 59px;
}

.box-main-dashboard .form-group {
     margin-bottom: 2.5rem;
 }
div#ok-alert {
    margin-bottom: 21px;
}
div.ajax_error2 {
    float: left;
    color: red;
    font-size: 13px;
}
.bootstrap-select .btn.dropdown-toggle {
    padding: 12px !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
    color: #363636 !important;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    width:60px;
}
 .count:focus{
     outline: none;
 }
.row_pet_furnished{
    display: none;
}
.box_reg_ads2{
    border: 1px solid #eee;
}
.box_reg_ads{
    border: transparent;
    background: #fff;
}
.clear_selected i {
    color: #ffffff;
    margin-left: 4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 50%;
}
.box_reg_ads {
    margin: 0 auto;
    width: 70%;
    border: 1px solid #eee;
}

.box_reg_ads h3 {
    background: #eee;
    padding: 18px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.select_categorys ul {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px;
}
.select_categorys ul li {
    border-bottom: 1px solid #e2e2e2;
    color: #3e3e3e;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    margin: 0 20px;
    padding: 19px;
    position: relative;
}

.select_categorys ul li:hover  .fa{
    display: block;
    position: absolute;
    font-size: 33px;
    left: 10px;
    top: 10px;
}

.select_categorys ul li .fa {
    position: absolute;
    font-size: 33px;
    left: 10px;
    display: none;
    transition: .5s all;
}
.header_select_categorys {
    -ms-flex-direction: row;
    border-bottom: 2px solid #d1d1d1;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: -15px;
    padding: 15px 0 10px;
    align-items: center;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    margin-right: 20px;
}

.header_select_categorys.back_cats .fa {
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 42px;
    justify-content: center;
    transition: all .1s ease-in;
    width: 65px;
    font-size: 26px;
    margin-left: 29px;
}

.select_categorys ul li i.fa.fa-check-circle {
    font-size: 20px;
    top: 20px;
}

.name_cat_final {
    border-bottom: 1px solid #eee;
    padding: 16px 12px;
}
a.change_cat {
    float: left;
    color: orangered;
    font-weight: bold;
}
.change_cat {
    float: left;
    color: orangered;
    font-weight: bold;
}
span#name_cat_final {
    font-weight: bold;
}
span.btn.btn-info.continue_alert_cat_curent {
    position: absolute;
    padding: 5px 27px;
    top: 9px;
    left: 82px;
    background: #2185d0;
}
.alert.alert-info.alert-dismissible.alert_cat_curent {
    position: relative;
    margin: 11px;
    color: #2185d0;
}
.box_alert_cat_curent a.close {
    color: #2185d0;
    opacity: 1;
}
sup.req {
    color: red;
}
.box_type{
    display: none;
}
.label_box_price{
    display: none;
}
.box_image {
    display: none;
}

.box_image_main {
    width: 21%;
    padding: 0;
    margin: 0 16px;
    float: right;
}
.dropzone .dz-preview .dz-image {
    width: 146px !important;

}
select#year_construction option:not(first-child ){
    font-family: arial;
}
.bootstrap-select .btn.dropdown-toggle {
    padding: 12px !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
    color: #363636 !important;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    width: 60px;
}
.count:focus{
    outline: none;
}
.row_pet_furnished{
    display: none;
}
.box_reg_ads2{
    border: 1px solid #eee;
}
.box_reg_ads{
    border: transparent;
}
.clear_selected i {
    color: #ffffff;
    margin-left: 4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 50%;
}
.box_reg_ads {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #eee;
}
div#header-locations {
    margin-bottom: 121px;
}

.box_reg_ads h3 {
    background: #b3040b;
    padding: 18px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.select_categorys ul {
    border: 1px solid #e1e1e1;
    /* border-radius: 9px; */
    padding: 15px;
    margin-bottom: 0;
}
.select_categorys ul li {
    border-bottom: 1px solid #e2e2e2;
    color: #3e3e3e;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    margin: 0 20px;
    padding: 19px;
    position: relative;
    list-style: none;
}

.select_categorys ul li:hover  .fa{
    display: block;
    position: absolute;
    font-size: 33px;
    left: 10px;
    top: 10px;
}

.select_categorys ul li .fa {
    position: absolute;
    font-size: 33px;
    left: 10px;
    display: none;
    transition: .5s all;
}
.header_select_categorys {
    -ms-flex-direction: row;
    border-bottom: 2px solid #d1d1d1;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: -15px;
    padding: 15px 0 10px;
    align-items: center;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    margin-right: 20px;
}

.header_select_categorys.back_cats .fa {
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    float: right;
    height: 42px;
    justify-content: center;
    transition: all .1s ease-in;
    width: 65px;
    font-size: 26px;
    margin-left: 29px;
}

.select_categorys ul li i.fa.fa-check-circle {
    font-size: 20px;
    top: 20px;
}

.name_cat_final {
    border-bottom: 1px solid #eee;
    padding: 16px 12px;
}
a.change_cat {
    float: left;
    color: orangered;
    font-weight: bold;
}
.change_cat {
    float: left;
    color: orangered;
    font-weight: bold;
}
span#name_cat_final {
    font-weight: bold;
}
span.btn.btn-info.continue_alert_cat_curent {
    position: absolute;
    padding: 5px 27px;
    top: 9px;
    left: 82px;
    background: #2185d0;
}
.alert.alert-info.alert-dismissible.alert_cat_curent {
    position: relative;
    margin: 11px;
    color: #2185d0;
}
.box_alert_cat_curent a.close {
    color: #2185d0;
    opacity: 1;
}
sup.req {
    color: red;
}
.box_type{
    display: none;
}
.label_box_price{
    display: none;
}
.box_image {
    display: none;
}

.box_image_main {
    width: 21%;
    padding: 0;
    margin: 0 16px;
    float: right;
}

select#year_construction option:not(first-child ){
    font-family: arial;
}
span.breadcube_cats ul li {
    display: inline-block;
}
span.breadcube_cats ul li:after {
    content: "/";
    margin: 0 4px;
}
span.breadcube_cats ul li:last-child:after {
    content: "";
}
span.breadcube_cats ul li:last-child
{
    font-weight: bold;
}
span.breadcube_cats ul li:first-child {
    font-weight: 200;
}
.change_cat_ads {
    float: left;
}
.change_cat_ads a {
    color: var(--charsoogh-main);
}

span.breadcube_cats ul {
    padding: 0;
}
.hero .page-title h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
@media (min-width: 970px){
    .btn-outline-danger {
        color: #dc3545;
        background-color: transparent;
        background-image: none;
        border-color: #dc3545;
        padding: 10px 0;
        width: 100%;
    }
}

    .btn-outline-danger {
        color: #dc3545;
        background-color: transparent;
        background-image: none;
        border-color: #dc3545;
        padding: 10px 0;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 700!important;
    }
    .btn-outline-danger {
        color: #E00414 !important;
        background-color: #FFFFFF !important;
        border-color: #E00414 !important;
    }
.useradscitychoicename {
    display: inline-block;
    float: right;
    width: auto;
    margin: 0 8px;
}

.btn-outline-danger:hover {
    color: #FFFFFF !important;
    background-color: #E00414 !important;
    border-color: #E00414 !important;
}
.hero .secondary-navigation ul li {
    float: none;
}
.hero .secondary-navigation a, .hero .secondary-navigation span {
    /*color: #242424;*/
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.bootstrap-select .dropdown-menu li a {
    padding: 6px 7px;
}
.form-control {
    height: 36px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.form-control:not([size]):not([multiple]) {
    height: initial;
}
.box_image_main.box_image1 {
    margin-top: -10px;
}
.box_image_main {
    margin-top: 13px;
    height: 173px;
}
.box_image_main {
    width: 21%;
    padding: 0;
    margin: 0 16px;
    float: right;
}
div#pic1, div#pic2, div#pic3, div#pic4, div#pic5, div#pic6, div#pic7 {
    width: 100%;
    margin: 10px auto;
}

.select_dropdown{
    outline: none !important;
    padding: 17px;
    background: #fff;
    box-shadow: inset 0 0 1rem 0 rgba(0, 0, 0, .1);
    border: 0.1rem solid rgba(0, 0, 0, .15);
    border-radius: 5px !important;
}
.select_dropdown_custom{
    padding: 17px 32px;
}
div#pic1 {
    margin-top: 21px !important;
}
span.fa.fa-trash.text-danger {
    cursor: pointer;
}.dropzone .dz-preview .dz-remove {
     font-size: 14px;
     text-align: center;
     display: block;
     cursor: pointer;
     border: none;
     position: absolute;
     bottom: -16px;
     z-index: 10;
     right: 0;
     left: 0;
 }
.dropzone {
    min-height: 139px;
    background: white;
    border: 0.2rem dashed #cbd4d6;
    padding: 2px !important;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}
.dz-image img {
    height: 130px;
}
div#pic1,div#pic2,div#pic3,div#pic4,div#pic5,div#pic6,div#pic7 {
    width: 100%;
    margin: 10px auto;
}
.show_zoom_image{
    display: none;
}
.dropzone.dz-clickable {
    cursor: pointer;
    position: relative;
}
.dz-details {
    display: none;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}
.show_zoom_image {
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    text-align: center;
    top: 41px;
    cursor: pointer;
}

.show_zoom_image i {
    color: #ffffff;
    font-size: 33px;
    cursor: pointer;
}
.show_zoom_image i:hover {
    color: #5f67b7;
    cursor: pointer;
}

.dropzone .dz-preview {
    margin: 0 !important;
}
.btn_center {
    margin: 0 auto;
    display: block;
    width: 150px;
}

#exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

#exTab2 h3 {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}
.title-box {
    margin-bottom: 2rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
    border-radius: 0;
    unicode-bidi: plaintext;
    text-align: center;
}
.box_payment_btn {
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}
.bold{
    font-weight: bold;
}
.mt-3{
    margin-top: 3px;
}
.mb-3{
    margin-bottom: 3px;
}
.price_final {
    font-size: 17px;
    font-weight: bold;
    color: #b30404;
}
.description_payment {
    font-size: 11px;
}
.w150{
    width: 150px;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
    margin-top: 10px;
}
.box_type_payment {
    border: 1px solid #d3d0d0;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 16px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}
.box_type_payment:hover {
    border: 1px solid #b30404;
}
p.sub_title_payment {
    font-size: 12px;
    font-weight: 100;
}

.box_payment_right {
    text-align: center;
    display: inline-block;
}
.box_payment_right .checkbox {
    width: 18px;
}
.box_payment_left {
    font-weight: bold;
    padding: 11px;
    width: 87%;
    display: inline-block;
    border-right: 1px solid #d3d0d0;
}

.price_payment_ads {
    font-size: 16px;
    color: #b2040b;
    text-align: center;

}
.box_payment_right .checkbox {
    transform: scale(1.5);
    position: absolute;
    top: 41px;
    right: 19px;
}
.opacity,.disabled {
    opacity: 0.5;
    pointer-events: none;
}
span#show_tel_txt , span#show_tel_txt{
    font-size: 16px;
    font-weight: bold;
}
.page-title.d-flex.bg-dark {
    border-radius: 8px 8px 0 0;
}
.border-radius {
    border-radius: 0 0 8px;
}
.card-body.about-text {
    line-height: 39px;
    text-align: justify;
    font-size: 14px;
}
.box_ads img {
    width: 100%;
    border-radius: 5px;
}
h5.price_ads_h5 {
    font-size: 13px;
}
@media (min-width: 768px){
    .select_sity_model {
        width: 97%;
        max-width: initial;
    }


}
@media (max-width: 490px){
    .box_payment_left {
        width: 80% !important;
    }
    .box_payment_right {
        width: 15% !important;
    }
}
@media (max-width: 991px){
    .box_30 {
        width: 100%;
    }
    .container {
        max-width: 100% !important;
    }
    
        .box_image_main {
    width: 100%;
    text-align: center;
}

.box_image_main.box_image1,.box_image_main.box_image2,.box_image_main.box_image3,.box_image_main.box_image4,.box_image_main.box_image5,.box_image_main.box_image6,.box_image_main.box_image7,.box_image_main.box_image8,.box_image_main.box_image9,.box_image_main.box_image10{
        text-align: center;
    margin: 0 auto;
}
}
