
/*******************************************
start new designs #7710  555555555555555555555555
***************************************/

.mainBGN {
    width: 100%;
    height: 100%;
    background-image: url(/css/img/newDesigns/mesh-bg-blue.jpg);
    margin-top: -4px;
/*    padding-top: 29px;*/
    padding-top: 66px;
    background-size: cover;
    background-attachment: fixed;
}

.mainBGN .headN {
    display: flex;
    align-items: center;
}

.mainBGN .headN .clearPaddLeft {
    padding-left: 0;
    padding-right: 5px;
}

.mainBGN .headN .clearPaddRight {
    padding-left: 5px;
    padding-right: 0px;
}

.mainBGN .headN .select-style {
    background: #000;
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 1;
    color: #fff !important;
}

.mainBGN .headN .select-style:hover,
.mainBGN .headN .select-style select:hover {
    transition: 0.3s;
    background-color: #333;
    box-shadow: unset;
}

.mainBGN .headN .select-style select:focus {
    outline: none;
}

.mainBGN .headN .select-style select {
    padding: 9px 14px 8px 14px;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    width: 113.2%;
    background: black;
}

.mainBGN .headN .select-style:before {
    content: "\f0dc";
    z-index: 99;
    margin-top: -4px;
    font: 11px/1 FontAwesome;
}

.mainBGN .logoN {
    text-align: center;
    margin-bottom: 29px;
}

.mainBGN .boxesN {
    padding-bottom: 84px;
    display: inline-block;
}

.mainBGN .boxesN .boxN {
    margin-bottom: -23px;
    text-align: center;
}

.mainBGN .boxesN .boxN .img-con {
    max-width: 370px;
    height: 486px;
    overflow: hidden;
    cursor: pointer;
}

.mainBGN .boxesN .boxN img {
    object-fit: cover;
    transition: 0.5s ease;
}

.mainBGN .boxesN .boxN img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.mainBGN .boxesN .boxN>a {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
/*    font-family: "Montserrat-SemiBold";*/
    font-size: 14px;
    padding: 10px 16px;
    transform: translateY(-75px);
    display: inline-block;
    transition: 0.5s ease;
}

.mainBGN .boxesN .boxN:hover>a {
    background-color: #000000;
    color: white;
    transition: 0.3s;
}

.filterCustoms {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
    width: 50px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: "Montserrat-SemiBold";
    margin-left: 8px;
}

.filterCustoms:hover {
    background: #fff;
    color: #000;
    transition: 0.3s;
}


/* start view page 2 */

.mainBGN2 .headN .btnBack {
    margin-top: -35px;
}

.mainBGN2 .headN .btnBack a {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
    width: 237px;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Montserrat-SemiBold";
}

.mainBGN2 .headN .btnBack a:hover {
    Background-color: #333333;
    transition: 0.3s;
}

.mainBGN2 .headN .btnBack a>i {
    padding-left: 14px;
    font-size: 12px;
    padding-right: 13px;
}

.mainBGN2 .carImgView {
    position: relative;
}

.mainBGN2 .carImgView .imgV img {
    width: 100%
}

.mainBGN2 .carImgView .imgV img:hover {
    opacity: 1
}

.mainBGN2 .carImgView .points ul {
    list-style: none;
}

.mainBGN2 .carImgView .points ul li {
    width: 26px;
    height: 26px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    box-shadow: 1px 1px 6px 2px #00000070;
    border-radius: 50px;
    position: absolute;
}

.mainBGN2 .carImgView .points ul li p {
    position: absolute;
    color: #fff;
    width: 231px;
    height: 70px;
    padding: 14px 13.5px 14px 17.5px;
    z-index: 1;
    bottom: 37px;
    left: -111px;
    border-radius: 5px;
    font-family: "HelveticaNeueLight";
    font-weight: 500;
    display: none;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mainBGN2 .carImgView .points ul li p.tleft {
    left: -30px;
}

.mainBGN2 .carImgView .points ul li p.tright {
    left: auto;
    right: -30px;
}

.mainBGN2 .carImgView .points ul li p span:first-of-type {
    position: absolute;
    background-color: #000;
    opacity: 0.75;
    border: 1px solid #95989A;
    width: 100%;
    min-height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
    padding: 14px 13.5px 14px 17.5px;
}

.mainBGN2 .carImgView .points ul li p.tleft span:last-of-type {
    left: 7%;
}

.mainBGN2 .carImgView .points ul li p.tright span:last-of-type {
    right: 7%;
    left: auto;
}

.mainBGN2 .carImgView .points ul li p span:last-of-type {
    position: absolute;
    left: 43%;
    bottom: -19.3px;
    z-index: -1;
    opacity: 0.75;
    display: inline-block!important;
    width: 0;
    height: 0;
    border-top: 20px solid #000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.mainBGN2 .carImgView .points ul li p span:last-of-type::before {
    content: "";
    position: absolute;
    width: 28px;
    background: #707475;
    height: 1px;
    transform: rotate(-45deg);
    top: -11px;
    left: -4px;
}

.mainBGN2 .carImgView .points ul li p span:last-of-type::after {
    content: '';
    position: absolute;
    width: 29px;
    background: #707475;
    height: 1px;
    transform: rotate(-135deg);
    top: -11px;
    right: -4px;
}


/*

.mainBGN2 .carImgView .points ul li p::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    left: 45%;
    bottom: -17px;
    background-color: #000;
    border: 1px solid #95989A;
    border-width: 0px 1px 1px 0px;
    z-index: -1;
}
.mainBGN2 .carImgView .points ul li p::before{  
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0.75;
    border: 1px solid #95989A;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
}

*/

.mainBGN2 .carImgView .points ul li:hover p {
    display: block;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.mainBGN2 .carImgView .Btn {
    position: absolute;
    right: 0;
    bottom: 64px;
}

.mainBGN2 .carImgView .Btn a {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 30px;
    font-family: "Montserrat-SemiBold";
    padding: 10px 14px;
    font-size: 14px;
}

.mainBGN2 .carImgView .Btn a:hover {
    opacity: 1;
    background-color: #000;
    color: #fff;
    transition: 0.3s;
}

.mainBGN2 .forRanger,
.mainBGN2 .priceRa {
    padding-top: 80px;
}

.mainBGN2 .forRanger {}

.mainBGN2 .forRanger .headRang>h3 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    margin-bottom: 34px;
}

.mainBGN2 .call {
    width: 370px;
    min-height: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 4px;
}

.mainBGN2 .call .boxRan {}

.mainBGN2 .call .boxRan img {
    padding: 10px 20px;
    float: left;
    border-right: 1px solid #707070;
}

.mainBGN2 .call .boxRan p {
    display: -ms-grid;
    display: grid;
    padding: 14px 40px 10px 40px;
    text-align: center;
    height: 70px;
    align-items: center;
}

.mainBGN2 .call .boxRan p span:first-of-type {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    color: #707070;
    font-family: "Montserrat-SemiBold";
    text-align: center;
    line-height: 16px;
}

.mainBGN2 .call .boxRan p span:last-of-type {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
    font-family: "Montserrat-SemiBold";
    line-height: 20px;
}

.mainBGN2 .priceRa {}

.mainBGN2 .priceRa ul {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #fff;
    list-style: none;
    width: 467px;
    float: right;
}

.mainBGN2 .priceRa ul li {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    
}

.mainBGN2 .priceRa ul li:last-of-type {
    border: none
}

.mainBGN2 .priceRa ul li p {
    padding-bottom: 0;
    padding-left: 20px;
    /*
    padding-top: 15px;
    padding-bottom: 15px;
*/
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    position: relative
}
.mainBGN2 .priceRa ul li p span {
    color: #fff
}

.mainBGN2 .priceRa ul li p span:first-of-type {
    font-family: "Montserrat-Regular";
    font-size: 19px;
    width: 77.8%;
    display: inline-block;
    border-right: 1px solid #fff;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
}

.mainBGN2 .priceRa ul li p span:last-of-type {
    display: inline-block;
    float: right;
    /*    padding-right: 26px;*/
    padding: 0 13px 0 0;
    /*    border-left: 1px solid #DDDDDD;*/
    font-family: "Montserrat-Regular";
    font-size: 16px;
    width: 20%;
    text-align: center;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
}


/*
.mainBGN2 .priceRa ul li p::after{
    content: '';
    position: absolute;
    right: 99px;
    height: 36px;
    background: #fff;
    width: 1px;
    top: 8.8px;
}
*/

.mainBGN2 .priceRa .col-me-12 p {
    clear: both;
    padding-top: 20px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding-right: 31px;
    padding-left: 110px;
    /*--*/
    font-family: "Montserrat-Regular";
}


/* starting popup */

.newSliderDE {
    width: 758px;
    margin-left: -380px;
    /*
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
*/
    border-radius: 4px;
}

@media(max-width:992px) {
    .newSliderDE {
        width: 96% !important;
        margin-left: -48% !important;
    }
}

.newSliderDE .modal-heading {
    background-color: #000 !important;
    padding: 0;
}

.newSliderDE .modal-heading h2 {
    font-size: 20px;
    font-weight: unset;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    padding: 16px 0px 16px 30px;
}

.newSliderDE .modal-heading .close-modal.blue-close {
    font-size: 20px;
    color: #fff;
    right: 28px;
    top: 16px;
    position: absolute;
    z-index: 55;
}

.newSliderDE .modal-content {
    padding: 10px;
}

.newSliderDE .car-thumbs {
    margin-top: 0;
    padding: 10px 0 0 0;
}

.newSliderDE #synctwoN .owl-wrapper-outer .owl-item {
    margin-right: 20px;
}

.newSliderDE #synctwoN .owl-wrapper-outer .owl-item:last-of-type {
    margin-right: 0px;
}

.newSliderDE .owl-buttons .owl-prev,
.newSliderDE .owl-buttons .owl-next {
    width: 46px;
    height: 46px;
    border: 1px solid #707070;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.newSliderDE .owl-buttons .owl-prev::after,
.newSliderDE .owl-buttons .owl-next::after {
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}

.newSliderDE .owl-buttons .owl-prev:hover,
.newSliderDE .owl-buttons .owl-next:hover {
    Background-color: #333333;
    transition: 0.3s;
}

.newSliderDE .cars-slider {
    padding: 0;
}

.newSliderDE .owl-buttons .owl-prev {
    padding-right: 3px;
    left: 10px;
}

.newSliderDE .owl-buttons .owl-next {
    padding-left: 4px;
    right: 10px;
}

.newSliderDE .cars-slider .synced {
    border: 1px solid transparent;
}

.newSliderDE .cars-slider img:hover {
    opacity: 1;
}


/* end popup */


/* start popup from */

.newSliderDEFrom {}

.newSliderDEFrom .modal-content {
    padding: 40px 97.5px;
}

.newStyleXDFrom {}

.newStyleXDFrom .input {
    padding-bottom: 20px;
}

.newStyleXDFrom .input input {
    border: 1px solid #DDDDDD !important;
    border-radius: 4px;
    padding: 16px 14px;
    font-size: 16px;
    height: 54px !important;
    line-height: 45px;
}

.newStyleXDFrom select {}

.newStyleXDFrom select,
.newStyleXDFrom input,
.newStyleXDFrom textarea {
    font-size: 16px !important;
}

.newStyleXDFrom .input input:focus,
.newStyleXDFrom .select-style:focus,
.newStyleXDFrom .textarea textarea:focus {
    box-shadow: 0px 0px 6px #ED1C2499;
}

.newStyleXDFrom .input input:hover,
.newStyleXDFrom .select-style:hover,
.newStyleXDFrom .textarea textarea:hover {
    box-shadow: 0px 0px 6px #00000065 !important;
}

.newStyleXDFrom .textarea textarea {
    resize: none;
    height: 139px !important;
    line-height: normal;
    padding: 16px 14px;
    border: 1px solid #e6e6e6 !important;
}

.newStyleXDFrom .select-style:before {
    background-size: 32%;
}

.newStyleXDFrom .input input::placeholder,
.newStyleXDFrom textarea::-webkit-input-placeholder,
.newStyleXDFrom textarea:-moz-placeholder,
.newStyleXDFrom textarea::placeholder {
    color: #444444;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px
}

.newStyleXDFrom .checkbox>label {
    letter-spacing: 0;
    color: #444444;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.newStyleXDFrom .GetQu {
    padding-top: 25px;
    padding-bottom: 20px;
}

.newStyleXDFrom .GetQu button {
    width: 300px;
    padding: 10px 79px;
}

.newStyleXDFrom .select-style {
    border: 1px solid #DDDDDD !important;
}

.newStyleXDFrom .check-box {
    width: 28px;
    height: 28px;
    border: 1px solid #DDDDDD;
    margin: -4px 20px 0 0;
}

.newStyleXDFrom .check-box i {
    bottom: 28px;
}

.newStyleXDFrom .checkedBox i {
    font-size: 16px;
    bottom: 5px;
    left: 5px;
}


/* end popup from */


/* start thank you from */

.thankU .textThak h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat-SemiBold";
    line-height: 30px;
}

.thankU .textThak p {
    font-size: 16px;
    color: #000;
    font-family: "Montserrat-Regular";
    padding-bottom: 0;
    padding-top: 39px;
    line-height: 26px;
}


/* end thank you from 258*/

.GetQu {
    text-align: center;
    padding-top: 74px;
    padding-bottom: 78px;
}

.GetQu button {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    line-height: 24px;
    padding: 11px 79px;
    background-color: #000;
    border-radius: 40px;
    border: 1px solid #707070;
}

.GetQu button:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #000000
}


/*  start scrolling top */

#button {
    display: inline-block;
    background-color: #000;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    cursor: pointer;
}

#button::after {
    content: "\f0de";
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    font-weight: 900 !important;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

#button:hover {
    Background-color: #333333;
    transition: 0.3s;
}

#button:active {
    Background-color: #333333;
    transition: 0.3s;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }
    #button {
        /*    margin: 30px;*/
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}


/*  end scrolling top */

.displayNoneDesk {
    display: none
}

@media(max-width:768px) {
    .mainBGN2 .headN .btnBack {
        margin-top: -23px !important;
    }
    .displayNoneMob {
        display: none
    }
    .displayNoneDesk {
        display: block
    }
/*
    .mainBGN {
        padding-top: 20px;
        background-position: 50% -6%;
        background-repeat: repeat;
        background-size: unset;
        background-attachment: unset;
    }
*/
    .mainBGN .logoN {
        margin-bottom: 20px;
    }
    .mainBGN .boxesN>.col-xs-6:nth-child(odd) {
        padding-right: 5px;
    }
    .mainBGN .boxesN>.col-xs-6:nth-child(even) {
        padding-left: 5px;
    }
    .mainBGN .boxesN .boxN img {
        /*height: 258px;*/
        width: 370px;
        object-fit: cover;
    }
    .mainBGN .boxesN .boxN .img-con {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .mainBGN .boxesN .boxN>a {
        padding: 2px 21px;
        margin: auto 10px;
        transform: translateY(-57px);
        line-height: 14px;
    }
    .mainBGN2 .headN .btnBack a {
        width: 88px;
    }
    .mainBGN2 .headN .btnBack a>i {
        padding-left: 13px;
        font-size: 12px;
        padding-right: 13px;
    }
    .mainBGN2 .carImgView .Btn {
        bottom: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mainBGN2 .call {
        width: 100%;
    }
    .mainBGN2 .call .boxRan p {
        padding: 14px 10px 10px 10px;
    }
    .mainBGN2 .forRanger {
        padding-top: 34px;
    }
    .mainBGN2 .forRanger .headRang>h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .mainBGN2 .priceRa ul {
        width: 100%;
    }
    .mainBGN2 .priceRa ul li p {
        display: flex;
        align-items: center;
    }
    .mainBGN2 .priceRa ul li p span:first-of-type {
        width: 69%;
        display: inline-block;
        padding-left: 0;
        font-size: 16px;
    }
    .mainBGN2 .priceRa ul li p span:last-of-type {
        font-size: 14px;
        width: 26%;
        padding: 0 0px 0px 20px;
    }
    .mainBGN2 .priceRa .col-me-12 p {
        padding-right: 0;
        text-align: left;
    }
    .GetQu {
        padding-top: 54px;
    }
    .GetQu button {
        font-size: 16px;
    }
    .mainBGN2 .priceRa ul li p::after {
        height: 30px;
    }
    .mainBGN2 .priceRa {
        padding-top: 40px
    }
    .mainBGN2 .carImgView .points ul li p {
        font-size: 14px
    }
    .mainBGN2 .Pagescontainer {
        clear: both;
        background: #fff;
    }
    .newSliderDE {
        width: 93%;
/*            margin-left: 0% !important;    */
    }
    .newSliderDE .modal-heading h2 {
        padding: 0px 0px 0px 20px;
        width: 91%;
        font-size: 18px;
        height: 79px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .newSliderDE .modal-heading .close-modal.blue-close {
        top: 26px;
    }
    .newSliderDE #synctwoN .owl-wrapper-outer .owl-item {
        margin-right: 10px;
    }
    .newSliderDE .cars-slider {
        margin-bottom: 0;
    }
    .newSliderDEFrom .modal-content {
        /*        padding: 30px 23px 40px 10px;*/
        padding: 24px 9px 16px 10px;
    }
    .newSliderDE .owl-buttons .owl-prev::after,
    .newSliderDE .owl-buttons .owl-next::after {
        font-size: 16px;
    }
    .newStyleXDFrom .GetQu button {
        width: 87%;
        padding: 10px;
        margin: 0 auto;
    }
    .newStyleXDFrom .select-style {
        height: 54px !important;
    }
    .newStyleXDFrom .textarea textarea {
        padding: 10px 14px;
        line-height: 22px !important;
    }
    .thankU .textThak h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .thankU .textThak p {
        padding-top: 12px;
    }
    .filterCustoms {
        width: 93%;
    }

}


/*******************************************
end new designs #7710
***************************************/


/* starting popup */

.newSliderDE {
    width: 758px;
    /*
    margin-left: -380px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
*/
        margin: 0 auto;    
    border-radius: 4px;
        padding: 0;    
}

@media(max-width:992px) {
    .newSliderDE {
        width: 96% !important;
        margin-left: -48% !important;
    }
}

.newSliderDE .modal-heading {
    background-color: #000 !important;
    padding: 0;
}

.newSliderDE .modal-heading h2 {
    font-size: 20px;
    font-weight: unset;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    padding: 16px 0px 16px 30px;
        color: #fff;
    text-align: left;
}

.newSliderDE .modal-heading .close-modal.blue-close {
    font-size: 20px;
    color: #fff;
    right: 28px;
    top: 16px;
}

.newSliderDE .modal-content {
    padding: 10px;
}

.newSliderDE .car-thumbs {
    margin-top: 0;
    padding: 10px 0 0 0;
}

.newSliderDE #synctwoN .owl-wrapper-outer .owl-item {
    margin-right: 20px;
}

.newSliderDE #synctwoN .owl-wrapper-outer .owl-item:last-of-type {
    margin-right: 0px;
}

.newSliderDE .owl-buttons .owl-prev,
.newSliderDE .owl-buttons .owl-next {
    width: 46px;
    height: 46px;
    border: 1px solid #707070;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.newSliderDE .owl-buttons .owl-prev::after,
.newSliderDE .owl-buttons .owl-next::after {
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}

.newSliderDE .owl-buttons .owl-prev:hover,
.newSliderDE .owl-buttons .owl-next:hover {
    Background-color: #333333;
    transition: 0.3s;
}

.newSliderDE .cars-slider {
    padding: 0;
}

.newSliderDE .owl-buttons .owl-prev {
    padding-right: 3px;
    left: 10px;
}

.newSliderDE .owl-buttons .owl-next {
    padding-left: 4px;
    right: 10px;
}

.newSliderDE .cars-slider .synced {
    border: 1px solid transparent;
}

.newSliderDE .cars-slider img:hover {
    opacity: 1;
}


/* end popup */


/* start popup from */

.newSliderDEFrom {}

.newSliderDEFrom .modal-content {
    padding: 40px 97.5px;
}

.newStyleXDFrom {}

.newStyleXDFrom .input {
    padding-bottom: 20px;
}

.newStyleXDFrom .input input {
    border: 1px solid #DDDDDD !important;
    border-radius: 4px;
    padding: 16px 14px;
    font-size: 16px;
    height: 54px !important;
    line-height: 45px;
}

.newStyleXDFrom .select select {
    width: 100%;
    background: none;
    border: none;
    display: block;
    width: 110%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
     z-index: 20; 
    width: 100%;
    outline: none;
    border: 1px solid #DDDDDD !important;
}
/*
.newStyleXDFrom .select::after {
        content: "";
    font: 12px/1 FontAwesome;
    left: auto;
    right: 10px;
    margin-top: 0;
    position: absolute;
    top: 0;
    background: #e6e6e6;
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373a3c;
    border-left: 1px solid #d3d3d3;
    background-image: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
        background-position: 50% 50%;
    background-size: 36%;
}
*/
.newStyleXD .select-style:before {
    content: "";
    font: 12px/1 FontAwesome;
    left: auto;
    right: 10px;
    margin-top: 0;
    position: absolute;
    top: 1px;
    background: #e6e6e6;
    width: 30px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373a3c;
    border-left: 1px solid #d3d3d3;
    background-image: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32%;
}
/* start ceckbox  */
.reStyleCheckBox {
display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    padding-left: 50px;
}

/* Hide the browser's default checkbox */
.reStyleCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
reStyleCheckBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.reStyleCheckBox:hover input ~ .checkmark {
/*  background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.reStyleCheckBox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.reStyleCheckBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.reStyleCheckBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.reStyleCheckBox .checkmark:after {
    left: 11px;
    top: 8px;
  width: 5px;
  height: 10px;
  border: solid #005baa;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* end ceckbox  */
.newStyleXDFrom select,
.newStyleXDFrom input,
.newStyleXDFrom textarea {
    font-size: 16px !important;
}

.newStyleXDFrom .input input:focus,
.newStyleXDFrom .select-style:focus,
.newStyleXDFrom .textarea textarea:focus {
    box-shadow: 0px 0px 6px #ED1C2499;
}

.newStyleXDFrom .input input:hover,
.newStyleXDFrom .select-style:hover,
.newStyleXDFrom .textarea textarea:hover {
    box-shadow: 0px 0px 6px #00000065 !important;
}

.newStyleXDFrom .textarea textarea {
    resize: none;
    height: 139px !important;
    line-height: normal;
    padding: 16px 14px;
    border: 1px solid #e6e6e6 !important;
}

.newStyleXDFrom .select-style:before {
    background-size: 32%;
}

.newStyleXDFrom .input input::placeholder,
.newStyleXDFrom textarea::-webkit-input-placeholder,
.newStyleXDFrom textarea:-moz-placeholder,
.newStyleXDFrom textarea::placeholder {
    color: #444444;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px
}

.newStyleXDFrom .checkbox>label {
    letter-spacing: 0;
    color: #444444;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.newStyleXDFrom .GetQu {
    padding-top: 25px;
    padding-bottom: 20px;
}

.newStyleXDFrom .GetQu button {
    width: 300px;
    padding: 10px 79px;
}

.newStyleXDFrom .select-style {
    border: 0px solid #DDDDDD !important;
        height: 50px;
    margin-bottom: 20px;
}

.newStyleXDFrom .check-box {
    width: 28px;
    height: 28px;
    border: 1px solid #DDDDDD;
    margin: -4px 20px 0 0;
}

.newStyleXDFrom .check-box i {
    bottom: 28px;
}

.newStyleXDFrom .checkedBox i {
    font-size: 16px;
    bottom: 5px;
    left: 5px;
}


/* end popup from */


/* start thank you from */

.thankU .textThak h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat-SemiBold";
    line-height: 30px;
}

.thankU .textThak p {
    font-size: 16px;
    color: #000;
    font-family: "Montserrat-Regular";
    padding-bottom: 0;
    padding-top: 39px;
    line-height: 26px;
}


/* end thank you from 258*/

.GetQu {
    text-align: center;
    padding-top: 74px;
    padding-bottom: 78px;
}

.GetQu button {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat-SemiBold";
    line-height: 24px;
    padding: 11px 79px;
    background-color: #000;
    border-radius: 40px;
    border: 1px solid #707070;
}

.GetQu button:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #000000
}


/*  start scrolling top */

#button {
    display: inline-block;
    background-color: #000;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    cursor: pointer;
}

#button::after {
    content: "\f0de";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

#button:hover {
    Background-color: #333333;
    transition: 0.3s;
}

#button:active {
    Background-color: #333333;
    transition: 0.3s;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }
    #button {
        /*    margin: 30px;*/
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}


/*  end scrolling top */

.displayNoneDesk {
    display: none
}

@media(max-width:768px) {
    .mainBGN2 .headN .btnBack {
        margin-top: -23px !important;
    }
    .displayNoneMob {
        display: none
    }
    .displayNoneDesk {
        display: block
    }
    .mainBGN {
        padding-top: 60px;
        background-position: 50% -6%;
        background-repeat: repeat;
        background-size: unset;
        background-attachment: unset;
    }
    .mainBGN .logoN {
        margin-bottom: 20px;
    }
    .mainBGN .boxesN>.col-xs-6:nth-child(odd) {
        padding-right: 5px;
    }
    .mainBGN .boxesN>.col-xs-6:nth-child(even) {
        padding-left: 5px;
    }
    .mainBGN .boxesN .boxN img {
        /*height: 258px;*/
        width: 370px;
        object-fit: cover;
    }
    .mainBGN .boxesN .boxN .img-con {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .mainBGN .boxesN .boxN>a {
        padding: 2px 21px;
        margin: auto 10px;
        transform: translateY(-57px);
        line-height: 14px;
    }
    .mainBGN2 .headN .btnBack a {
        width: 88px;
    }
    .mainBGN2 .headN .btnBack a>i {
        padding-left: 13px;
        font-size: 12px;
        padding-right: 13px;
    }
    .mainBGN2 .carImgView .Btn {
        bottom: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mainBGN2 .call {
        width: 100%;
    }
    .mainBGN2 .call .boxRan p {
        padding: 14px 10px 10px 10px;
    }
    .mainBGN2 .forRanger {
        padding-top: 34px;
    }
    .mainBGN2 .forRanger .headRang>h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .mainBGN2 .priceRa ul {
        width: 100%;
    }
    .mainBGN2 .priceRa ul li p {
        display: flex;
        align-items: center;
    }
    .mainBGN2 .priceRa ul li p span:first-of-type {
        width: 69%;
        display: inline-block;
        padding-left: 0;
        font-size: 16px;
    }
    .mainBGN2 .priceRa ul li p span:last-of-type {
        font-size: 14px;
        width: 26%;
        padding: 0 0px 0px 20px;
    }
    .mainBGN2 .priceRa .col-me-12 p {
        padding-right: 0;
        text-align: left;
    }
    .GetQu {
        padding-top: 54px;
    }
    .GetQu button {
        font-size: 16px;
    }
    .mainBGN2 .priceRa ul li p::after {
        height: 30px;
    }
    .mainBGN2 .priceRa {
        padding-top: 40px
    }
    .mainBGN2 .carImgView .points ul li p {
        font-size: 14px
    }
    .mainBGN2 .Pagescontainer {
        clear: both;
        background: #fff;
    }
    .newSliderDE {
        width: 93%;
            margin-left: 0% !important;
    }
    .newSliderDE .modal-heading h2 {
        padding: 0px 0px 0px 20px;
        width: 91%;
        font-size: 18px;
        height: 79px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .newSliderDE .modal-heading .close-modal.blue-close {
        top: 26px;
    }
    .newSliderDE #synctwoN .owl-wrapper-outer .owl-item {
        margin-right: 10px;
    }
    .newSliderDE .cars-slider {
        margin-bottom: 0;
    }
    .newSliderDEFrom .modal-content {
        /*        padding: 30px 23px 40px 10px;*/
        padding: 24px 9px 16px 10px;
    }
    .newSliderDE .owl-buttons .owl-prev::after,
    .newSliderDE .owl-buttons .owl-next::after {
        font-size: 16px;
    }
    .newStyleXDFrom .GetQu button {
        width: 87%;
        padding: 10px;
        margin: 0 auto;
    }
    .newStyleXDFrom .select-style {
        height: 54px !important;
    }
    .newStyleXDFrom .textarea textarea {
        padding: 10px 14px;
        line-height: 22px !important;
    }
    .thankU .textThak h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .thankU .textThak p {
        padding-top: 12px;
    }
    .filterCustoms {
        width: 93%;
    }

}


.cars-slider {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.modal .ask-box {
    margin-left: 40px
}

.car-thumbs {
    margin-top: 40px;
}

.cars-slider .owl-prev,
.cars-slider .owl-next {
    font-size: 0;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}

.cars-slider .owl-prev::after,
.cars-slider .owl-next::after {
    color: #444;
    display: block;
    font-family: fontawesome;
    font-size: 25px;
    overflow: hidden;
    text-indent: 0;
}

.cars-slider .owl-prev::after {
    content: "\f053"
}

.cars-slider .owl-next::after {
    content: "\f054"
}

.cars-slider .owl-pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center
}

.cars-slider .owl-next {
    background-position: right 0;
    right: -30px;
    left: auto
}

.cars-slider .owl-prev {
    left: -30px;
}

.cars-slider .item {
    border: 1px solid #fff;
    text-align: center
}

.cars-slider .item img,
.cars-slider .item a {
    display: block;
    margin: 0 auto
}

.cars-slider .synced {
    border: 1px solid #005baa;
    position: relative;
    z-index: 20
}


/*******************************************
end new designs #7710
***************************************/