﻿/* Custom Css */
/* Added by Ramiz Khan */
/* Custom CSS to meet the custom requirments */

/*html body {
    background-color: #073E3E !important;
}*/
.page-content-wrapper {
    background-color: #073E3E !important;
}
@media (min-width: 992px) {
    .nav-function-top .page-header {
        background-image: none !important;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0px 0px 14px 0px rgb(37 74 135 / 13%);
        box-shadow: 0px 0px 14px 0px rgb(37 74 135 / 13%);
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
        content: '\f413';
        font-family: nextgen-icons;
        position: absolute;
        top: calc(50% + 15px);
        right: calc(50% - 5px);
        font-size: 7px;
        height: 10px;
        width: auto;
        color: #24b3a4;
    }
    .badge-success {
        color: #fff;
        background-color: #a4cf3e;
    }
    .badge-danger {
        color: #fff;
        background-color: #9c3101;
    }
    .nav-function-top .page-header .badge.badge-icon {
        -webkit-box-shadow: 0 0 0 1px #fc1349;
        box-shadow: 0 0 0 1px #fc1349;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
        background: #ffffff;
    }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
            color: #ffffff;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
            background: rgba(0, 0, 0, 0.1);
            color: #000;
        }
}

.table th, .table td {
    vertical-align: middle !important;
}

.bg-grey-50 {
    background-color: #e6e6e6;
    color: black;
}

.form-group:last-child, .form-group:only-child {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.header-btn {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
}

.SupportIcon {
    height: 2rem;
    width: 2rem;
    background-color: #6e96d7;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #2958a4;
    color: #fff !important;
    font-size: 16px !important;
}

.SupportIcon2 {
    height: 2rem;
    width: 2rem;
    background-color: green;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #2958a4;
    color: #fff !important;
    font-size: 16px !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

a[target] {
    font-weight: 500;
    border-bottom: 0px !important;
}
/*.page-content-wrapper {
    background-color: #f7f7f7 !important;
}*/
.min-w-5{
    min-width: 5rem;
}
/* Start Modal-FullScreen */
.modal-fullscreen .modal-dialog .modal-content {
    height: 100%;
}

.modal-fullscreen {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
}

.modal-dialog-fullscreen {
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    max-width: unset !important;
    max-height: unset !important;
}

.modal-content-fullscreen {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    box-shadow: none !important;
    height: 100% !important;
}

.modal-header-fullscreen {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 99;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-title-fullscreen {
    color: #fff !important;
}

.modal-body-fullscreen {
    position: absolute !important;
    top: 40px !important;
    bottom: 60px !important;
    width: 100% !important;
    overflow: auto !important;
}

.modal-footer-fullscreen {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 50px !important;
    padding: 5px 20px !important;
    background: #f1f3f5 !important;
}
/* End Modal-FullScreen */

/* Full Screen OverLay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.33);
}

.overlaytextholder {
    top: 50% !important;
    width: 100% !important;
    position: relative !important;
    text-align: center !important;
}

#overlaybgimg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlaytext {
    margin-top: 30px;
}
/* Full Screen OverLay ENDs */

.cursor-copy {
    cursor: copy !important;
}

.z-index-10000 {
    z-index: 10000 !important;
}

.patient_list_table_toolbar {
    float: right;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.swal2-container {
    z-index: 9999 !important;
}
.min-w8 {
    min-width: 8rem;
   
}
.fa-rotate-50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.was-validated .form-control:invalid,.form-control:valid,.form-control.is-valid, .form-control.is-invalid {
    background-position: right calc(0.3675em + 1.25rem) center !important;
}
panel-tag {
    border-left: 3px solid #254a87 !important;
}

.evenboxstyle {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #254a87;
    background: #f7f6f9;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
}
.oddboxstyle {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: 3px solid #1dc9b7;
    background: #fbfafd;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 0px 8px 8px 0px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
    .oddboxstyle:hover,
    .evenboxstyle:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }
.itemHeadingEvenN {
    background: #244a87;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    height:48px;
}
    .itemHeadingEvenN h1 {
        margin: 0;
        font-size: 1.2rem;
    }
.itemHeadingOddN {
    background: #49d4c5;
    padding: 8px 12px;
    border-radius: 6px;
    color: #000;
    height: 48px;
}
.itemHeadingOddN h1 {
    margin: 0;
    font-size:1.2rem;
}
.validation-summary-errors ul{
    margin-bottom:0 !important;
}
/*style by naveed*/
.summaryItemsContainer {
    min-height: 24rem;
}

.summaryItemsContainer {
    min-height: 24rem;
}
@media screen and (max-width: 767px) {
    .summaryItemsContainer {
        min-height: 8rem;
    }
}
.img_spec {
    text-align: left;
    margin-bottom: 1rem;
}   


/*new style*/
.main-menu-wrapper {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
    z-index: 1111;
    position: relative;
}
.navbar-brand-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height, or 248% */

    text-align: center;
    color: #073E3E !important;
}.navbar-brand-text span{
    font-weight: 400;
}
.main-banner-step {
    /*min-height: 100vh;*/
    background: grey;
    /*height: 100%;*/
    background: #FFFFFF;
    border-radius: 0px 0px 250px 250px;
    margin-bottom: 4rem;
}
.main-banner-title {
    font-weight: 500;
    font-size: 96px;
    line-height: 99px;
    text-align: center;
    color: #073E3E;
}
.main-banner-title-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
    max-width: 824px;
    margin: auto;
}
.banner-car-section{
    margin-top:0rem
}
.banner-short-desc {
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #073E3E;
}
.cars-solds {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    /* identical to box height */
    color: #073E3E;
    display:flex;
    flex-direction:column;
    /*align-items:center;*/
    width:fit-content
      
}
    .cars-solds span {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        text-align: left;
        color: #688884;
    }
.car-box-wrapper {
    position: relative;
    background: url('/img/car-box-yellow.png');
    background-repeat: no-repeat;
    /*padding:2rem 3rem;*/
    background-size:contain;
    background-position: bottom;

}
/*.yellow-box {
position:absolute
}*/
.car-box {
    position: relative;
    width: 100%;
    top: -12px;
    padding: 2rem 3rem;
}
.star-wrapper {
justify-content:end;
    margin-left: 5px; 
    margin-bottom:10px
}.star-wrapper img{
    margin-left: 6px; 
}
.ratting-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #073E3E;
    margin-bottom: 10px;
}
.ratting-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #688884;
    margin-bottom: 10px
}
.rating-user-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #073E3E;
    margin-bottom:0
}
.rating-status {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    color: rgba(104, 136, 132, 0.58);
}
.ratting-wrapper {
text-align:right;
max-width:240px;
width:100%;
}
.car-sold-wrapper {
text-align:left;
max-width:240px;
width:100%;
}
.how-to-sell-your-car {
    font-weight: 500;
    font-size: 48px;
    line-height: 79px;
    /* identical to box height, or 165% */

    text-align: center;
    color: #EFEEE5;
    margin-bottom:2rem
}
.how-to-sell-you-car-white {
    background: #FFFFFF;
    border-radius: 100px;
    margin-bottom:4rem;
    
}
.how-to-sell-count {
    font-weight: 500;
    font-size: 64px;
    line-height: 79px;
    /* identical to box height, or 123% */

    text-align: left;
    color: #DEEDED;
    margin-bottom:10px
}
.how-to-sell-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    text-align: left;
    color: #073E3E;
    margin-bottom:4px
}
.how-to-sell-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #688884;
}
.footer-logo{
    margin-bottom:1.5rem
}
.footer-logo p {
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    color: #FFFFFF;
}.footer-logo p span{
    font-weight: 400 !important;
}
.footer-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #EAEAEA;
}
.btn-warning-cs {
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    color: #073E3E;
}
.mailto-footer {
    font-weight: 400;
    font-size: 24px;
    line-height: 79px;
    /* identical to box height, or 329% */

    text-align: center;
    color: #FFFFFF;
}
.social-media-footer {
display:flex;
align-items:center;
justify-content:center
}
.social-media-footer span{
    margin: auto 6px;
    width: 30px;
    height:30px;
    padding:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid var(--theme-light);
    border-radius: 50%;
    cursor:pointer;
    transition: 0.2s ease-in-out

}
    .social-media-footer span:hover, .social-media-footer span:hover img{
        transform: scale(1.1)
    }
.footer-address {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #EAEAEA;
}
.footer-gen-info {
    border-top: 1px solid #174A46;
    padding: 4rem 0
}
.footer-menu-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}
.footer-menu {
display:flex;
align-items:center;
justify-content:center;
padding: 0.5rem 1rem;
}
.footer-menu-items {
    list-style: none;
    margin: auto 6px;
    padding: 2px 8px;
    border-bottom: 2px solid transparent;
}
    .footer-menu-items:hover{
        border-bottom: 2px solid var(--theme-warning);
    }.footer-menu-items:hover .footer-menu-link {
        color:var(--theme-warning);
    }
.cart-wrapper {
    background: #FFFFFF;
    border-radius: 100px;
    padding:50px
}
.vehicle-info-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #073E3E;
}
.vehicle-summary-titles {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 55px;*/
    color: #073E3E;
    margin-right: 1rem;
}
.priceQuantityContainer p {
    font-weight: 500;
    font-size: 14px;
    color: #688884;
}
.thank-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #073E3E;
}
.thankyou-logo {
    font-weight: 700;
    font-size: 64px;
    line-height: 99px;
    text-align: center;
    color: #073E3E;
}
.thankyou-logo span{
    font-weight: 400;
  
}
.priceQuantityContainer:last-child{
    border-bottom: unset !important;
    margin-bottom: 0;
}
.vehicalPrice {
    background-color: #DD623D;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    min-width: 100px;
    color: var(--theme-light) !important;
    text-align:center;
}
@media (max-width: 1192px) {
    .main-banner-step {
        border-radius: 0px 0px 180px 180px;
    }
    .car-sold-wrapper {
        max-width: 200px;
    }
    .ratting-wrapper {
        max-width: 200px;
    }
    .banner-short-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .cars-solds {
        font-size: 30px;
        line-height: 46px;
    }
    .ratting-title {
        font-size: 16px;
        line-height: 24px; 
    }
    .ratting-desc {
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
       
    }
}
@media (max-width: 992.5px) {
    .main-banner-title {
        font-weight: 600;
        font-size: 60px;
        line-height: 70px;
       
    }
}
@media (max-width: 900px) {
    .banner-car-section {
    flex-wrap:wrap
    }
    .ratting-wrapper {
    display:none;
    }
    .car-sold-wrapper {
        text-align:center;
        display: flex;
        align-content: center;
        justify-content: center;
        max-width: 100%;
        flex-direction:column
    } 
    .car-sold-wrapper img{
        display: none
    }
    .cars-solds {
        width: auto;
    }
    .cars-solds span {
         text-align: center; 
    }
    .main-banner-title-wrapper {
        padding-bottom: 0px;
    }
    .main-banner-title {
    margin-bottom:0
    }
    .main-banner-step {
        border-radius: 0px 0px 124px 124px;
    }
}
@media (max-width: 767.5px) {
    .how-to-sell-your-car {
        font-size: 40px;
        line-height: 50px;
        
    }
    .how-to-sell-desc {
    text-align:left
    }
    .main-banner-step {
        border-radius: 0px 0px 80px 80px;
    }
    .how-to-sell-you-car-white {
        background: #FFFFFF;
        border-radius: 60px;
        margin-bottom: 4rem;
    }
    .footer-gen-info .col-md-4 {
        margin-bottom:1rem
    }
    .footer-gen-info {
        padding: 1rem 0;
    }
    .cart-wrapper {
        border-radius: 60px;
        padding: 24px 18px;
    }
}
@media (max-width: 567.5px) {
    .main-banner-step {
        border-radius: 0px 0px 18px 18px;
    }
    .main-banner-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
    }
    #msform fieldset {
        padding: 20px 4px;
      
    }
}

@media (min-width: 1399px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
}
}
.customSTyle {

cursor:pointer;
}
.text-shadow {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
 
    color: var(--theme-primary);
}
.footer-gen-info a:hover {
text-decoration:underline !important;
color:#ffffff
}