@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,
details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,
label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,
span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-smooth: always
}
ul, li {
    list-style: none;
}
button:focus,
input:focus {
    outline: none;
}
img {
    max-width: 100%;
}

/****/
body {
    background: #fff;
}
.main-wrap .container {
    width: 100%;
    max-width: 1280px;
}
.text-center {
    text-align: center  !important;
}
.banner-wrap {
    padding: 65px 0;
}
.banner-title {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    text-align: center;
}
.banner-content {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
.mt-35 {
    margin-top: 35px !important;
}
.sell-trade-wrap {
    background-color: #fff;
    padding: 70px 0;
}
.st-box{
    background-color: #f2f2f2;
}
.process-work-box {
    padding-top: 66px;
    padding-bottom: 66px;
}
.call-text {
    color: #0C2340;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
.call-no {
    color: #666666;
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
    text-align: center;
    margin-top: 7px;
}
.process-title {
    color: #666666;
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
    margin-top: 44px;
}
.process-list {
    max-width: 450px;
    margin: 60px auto 0;
}
.process-list li {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.count-circle {
    height: 54px;
    width: 54px;
    line-height: 54px;
    background-color: #0C2340;
    color: #fff;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
}
.pl-content {
    color: #666666;
    font-family: Helvetica;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding-left: 22px;
    text-transform: uppercase;
}
.sell-trade-box {
    padding-top: 70px;
    padding-bottom:50px;
}
.st-title {
    color: #222222;
    font-family: Roboto;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 65px;
    text-align: center;
}
.mxw-450 {
    max-width: 450px;
    margin: 0 auto;
}
.custom-form label {
    color: #000;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
}
.custom-form .vi-mid label {
    color: #fff;
}
.custom-form .form-control {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #333;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    height: 60px;
    border-radius: 0;
}
.custom-form .form-control::-webkit-input-placeholder { /* Edge */
    color: #B5B1B1;
}

.custom-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B1B1;
}

.custom-form .form-control::placeholder {
    color: #B5B1B1;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.red-btn {
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
}
.w-100 {
    width: 100% !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.iv-block {
    color: #000000;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.67px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    padding: 25px 40px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.39);
}
.tg-logo {
    display: inline-block;
    padding: 25px 0;
}
.sub-heading {
    color: #7B7B7B;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.main-heading {
    color: #222222;
    font-family: "Helvetica Neue";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
}
.mt-10 {
    margin-top: 10px !important;
}
.demand-vehicle-wrap {
    background-color: #fff;
    padding: 75px 0 70px;
}
.black-box {
    background-color: #F2F2F2;
    width: 100%;
    min-height: 330px;
    padding: 75px 25px 15px;
    position: relative;
}
.black-box p {
    color: #8f8f8f;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.dv-title {
    color: #333333;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 12px;
}
.pt-140 {
    padding-top: 140px !important;
}
.dv-img {
    position: absolute;
    top: -55px;
    left: 0;
    transform: translate(0, 0);
    height: 120px;
    line-height: 120px;
    padding: 0 15px;
    width: 100%;
}
.dv-img img {
    min-width: 200px;
    display: block !important;
    width: auto !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.vehicle-info-wrap {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #161515;
    padding: 50px 0 60px;
}
.vehicle-info-wrap .custom-form {
    margin: 0;
}
.vi-title {
    color: #fff;
    font-family: Roboto;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 55px;
}
.d-flex {
    display: flex !important;
}
.mnw-480 {
    min-width: 480px;
}
.align-items-end {
    align-items: flex-end;
}
.vi-right {
    margin-left: 25px;
}
.vi-right .red-btn {
    height: 60px;
    font-weight: 500;
}
.vi-mid {
    margin-left: auto;
    padding-left: 20px;
}
.google-review-wrap {
    padding: 130px 0 190px;
    background-color: #fff;
}
.review-box {
    border: 1px solid #B9B9B9;
    background-color: #FFFFFF;
    padding: 30px 60px 30px 30px;
    position: relative;
}
.review-contant {
    min-height: 190px;
}
.review-box p {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}
.review-slider {
    margin-top: 60px;
}
.review-slider .item {
    padding: 60px 20px 20px;
}
.review-slider.owl-carousel .owl-nav button span {
    display: none !important;
}
.review-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/prev.svg) no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top:50%;
    margin-top:-21px;
}
.review-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/next.svg) no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: 100%;
    position: absolute;
    right: -40px;
    top:50%;
    margin-top:-21px;
}
.rating img {
    margin-right: 8px;
    max-width: 23px;
    max-height: 22px;
    display: inline-block !important;
}
.rating-block {
    margin-top: 30px;
}
.quote-icon {
    background: url(../img/quote-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 64px;
    height: 54px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.rater-name {
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 15px;
}
.review-user-logo {
    position: absolute;
    right: -20px;
    top: -35px;
}
.review-user-logo img {
    max-width: 74px;
    max-height: 74px;
}
.review-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.review-slider .owl-dot {
    height: 12px;
    width: 12px;
    opacity: 0.2;
    background-color: #7B7B7B !important;
    border-radius:50%;
    margin: 0 10px;
}
.review-slider .owl-dot.active {
    background-color: #0C2340 !important;
    opacity: 1;
}
.tips-vehicle-wrap {
    padding: 100px 0 70px;
    background: #fff;
}
.tips-vehicle-wrap p {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 30px;
}
.yellow-text {
    color: #fff !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.demand-vehicle-slider .item {
    padding-top: 100px;
}
.demand-vehicle-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.demand-vehicle-slider .owl-dot {
    height: 12px;
    width: 12px;
    background-color: #E5E5E5 !important;
    border-radius: 50%;
    margin: 0 10px;
}
.demand-vehicle-slider .owl-dot.active {
    background-color: #0C2340 !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.order-2 {
    order:  2 !important;
}
.trade-up-wrap {
    padding: 100px 0 100px;
    background-color: #fff;
}
.tu-sub-heading {
    color: #7B7B7B;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.tu-title {
    color: #222222;
    font-family: "Helvetica Neue";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
    margin-bottom: 45px;
}

.car-slider.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/gradient-left.png) no-repeat left top;
    background-size: 100% 100%;
    height: 100%;
    width: 190px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
} 
.car-slider.owl-carousel .owl-nav button.owl-prev span {
    text-indent: -9999px;
    background: url(../img/slider-arrow-left.png) no-repeat center center !important;
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.car-slider.owl-carousel .owl-nav button.owl-next {
    background: url(../img/gradient-right.png) no-repeat right top !important;
    background-size: 100% 100%;
    height: 100%;
    width: 190px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.car-slider.owl-carousel .owl-nav button.owl-next span {
    text-indent: -9999px;
    background: url(../img/slider-arrow-right.png) no-repeat center center !important;
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.car-slider .item {
    text-align: center;
    padding: 10px;
}
.car-slider-box {
    background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    display: inline-block;
}
.csb-img img {
    width: 100%;
}
.csb-dtl {
    padding: 30px 35px;
}
.csb-dtl .red-btn {
    line-height: 46px;
}
.csb-dtl .d-flex {
    margin-bottom: 25px;
    margin-top: 11px;
}
.csb-title {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    overflow-y: auto;
    text-align: left;
}
.csb-price {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}
.csb-mi {
    opacity: 0.4;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
}
.ml-auto {
    margin-left: auto !important;
}

@media(max-width:1367px){
    .main-wrap .container {
        width: 100%;
        max-width: 1140px;
    }
}
@media(max-width:1280px){
    .main-wrap .container {
        width: 100%;
        max-width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mnw-480 {
        min-width: 400px;
    }
}
@media(max-width:992px){
    .vehicle-info-wrap .d-flex {
        flex-wrap: wrap;
    }
    .vi-left {
        width: 100%;
        text-align: center;
        padding-bottom: 25px;
    }
    .vi-mid {
        margin-left: 0;
        padding-left: 0;
        width: 65%;
    }
    .vi-right {
        width: calc(35% - 25px);
    }
    .vi-right .red-btn {
        width: 100%;
    }
    .process-list li {
        padding: 10px 0;
    }
    .process-work-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sell-trade-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width:768px){
    .banner-wrap {
  padding: 18px 0;
}
	
    .main-wrap .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-title {
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 18px;
       
        margin: 0 auto;
    }
    .banner-content {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 8px;
        margin-top: 10px !important;
       
        margin-left: auto;
        margin-right: auto;
    }
    .st-title {
        font-size: 36px;
        font-weight: bold;
        letter-spacing: -0.3px;
        line-height: 50px;
    }
    .sell-trade-wrap {
        padding: 0;
    }
    .sell-trade-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .st-box .row {
        margin-left: 0;
        margin-right: 0;
    }
    .custom-form.mtb-50 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .sell-trade-box {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .process-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 39px;
    }
    .process-list {
        max-width: 340px;
        margin: 30px auto 0;
    }
    .count-circle {
        min-width: 54px;
    }
    .process-list li {
        padding: 15px 0;
    }
    .demand-vehicle-wrap .main-heading {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .vi-title {
        font-size: 29px;
        font-weight: bold;
        letter-spacing: -0.24px;
        line-height: 50px;
    }
    .demand-vehicle-wrap {
        padding: 50px 0;
    }
    .vi-mid {
        width: 100%;
        margin-top: 30px;
    }
    .vi-right {
        width: 100%;
        margin-left: 0;
    }
    .vehicle-info-wrap {
        padding: 50px 0 80px;
    }
    .google-review-wrap {
        padding: 50px 0 40px;
    }
    .review-slider {
        margin-top: 40px;
    }
    .review-user-logo {
        position: absolute;
        right: inherit;
        top: -35px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .review-box {
        padding: 60px 20px 20px 20px;
    }
    .review-box p {
        font-family: Helvetica;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
    .review-contant {
        min-height: 120px;
    }
    .review-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .review-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .rating-block {
        margin-top: 20px;
        text-align: center;
    }
    .rating img {
        margin-right: 5px;
    }
    .review-slider .owl-dots {
        margin-top: 10px;
    }
    .main-heading {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 39px;
        text-align: center;
    }
    .tips-vehicle-wrap {
        padding: 50px 0 100px;
    }
    .tips-vehicle-wrap p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }
    .tips-vehicle-wrap .main-heading {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .mnw-480 {
        min-width: 100%;
    }
    .st-box .d-flex {
        display: block !important;
    }
    .dv-img img {
        min-width: 270px;
    }
    .dv-img {
        height: 160px;
        line-height: 160px;
        top: -90px;
    }
    .black-box {
        padding: 125px 25px 15px;
    }
    .tu-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: 40px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .trade-up-wrap {
        padding: 50px 0 70px;
    }
    .car-slider.owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        background: inherit;
    }
    .car-slider.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        background: inherit;
    }
    .car-slider.owl-carousel .owl-nav button.owl-prev span,
    .car-slider.owl-carousel .owl-nav button.owl-next span {
        width: 30px;
        height: 30px;
    }
    .custom-form label {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 23px;
    }
    .quote-icon {
        width: 34px;
        height: 34px;
        position: absolute;
        right: 20px;
        bottom: 30px;
    }
    .review-slider .item {
        padding: 50px 5px 20px;
    }
}

/* Hero Slider CSS */

/*
.hero-banner-wrap {
    padding: 70px 0 150px;
    overflow: hidden;
    background: linear-gradient(180deg, #474747 0%, #222222 100%);
}
.ms--images {
    position: relative;
    overflow: hidden;
  }
  .ms--images.ms-container--horizontal {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: calc(50% - 350px);
  }
  .ms--images.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--images .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--images .ms-slide {
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 450px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--images {
    left: calc(50% - 370px);
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: -70px;
  }
  .ms--images .ms-slide:nth-child(1) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(5) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(2) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(6) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  
  .ms--images .ms-slide:nth-child(3) .ms-slide__image {
    background: url("../img/car-1.png") no-repeat center center;
    background-size: cover;
  }
  .ms--images .ms-slide:nth-child(4) .ms-slide__image {
    background: url("../img/car-2.png") no-repeat center center;
    background-size: cover;
  }
  .ms--images .ms-slide__image-container {
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ms--images .ms-slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  
  .ms--numbers {
    position: relative;
    overflow: hidden;
  }
  .ms--numbers.ms-container--horizontal {
    width: 240px;
    height: 240px;
    max-width: 100%;
  }
  .ms--numbers.ms-container--horizontal .ms-track {
    left: calc(50% - 120px);
  }
  .ms--numbers.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--numbers .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--numbers .ms-slide {
    align-items: center;
    width: 240px;
    height: 240px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--numbers {
    position: absolute;
    left: 0;
    top: calc(50% - 260px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--numbers .ms-slide {
    opacity: 0.2 !important;
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 100px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 123px;
  }
  
  .ms--titles {
    position: relative;
    overflow: hidden;
  }
  .ms--titles.ms-container--vertical {
    width: 650px;
    height: 170px;
    max-height: 100%;
  }
   .ms--titles.ms-container--vertical .ms-track {
    flex-direction: column;
    
  }
  .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
    flex-direction: column-reverse;
    top: auto;
    bottom: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--titles .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--titles .ms-slide {
    align-items: center;
    width: 250px;
    height: 170px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--titles {
    position: absolute;
    left: 0;
    top: calc(50% - 65px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--titles .ms-track {
    white-space: normal;
  }
  .ms-track .ms-slide h3 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.33px;
    line-height: 50px;
  }
  
  .ms--links {
    position: relative;
    overflow: hidden;
  }
  .ms--links.ms-container--vertical {
    width: 200px;
    height: 60px;
    max-height: 100%;
  }
  .ms--links.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 30px);
  }
  .ms--links.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--links .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--links .ms-slide {
    align-items: center;
    width: 200px;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--links {
    position: absolute;
    left: 0;
    top: calc(50% + 105px);
    z-index: 1;
  }
  .ms--links .ms-track {
    white-space: normal;
  }
  .ms--links .ms-slide__link {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .pagination {
    display: flex;
    position: absolute;
    left: 50%;
    top: calc(100% + 70px);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    transform: translate(-50%, 0);
    ;border-radius: 0;
  }
  .pagination>li {
      margin: 0 4px;
  }
  .pagination__button {
    display: inline-block;
    position: relative;
    height: 6px;
    width: 62px;
    opacity: 1;
    background-color: #585555 !important;
    border-color: #585555 !important;
    margin: 0 5px;
    cursor: pointer;
  }
  .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
  }
  .pagination li.pagination__item--active a {
    background-color: #fff !important;
    opacity: 1;
    border: none;
  }
  .pagination>li>a, .pagination>li>span {
    padding: 2px 10px;
  }
  .pagination__item--active .pagination__button:after {
    opacity: 1;
  }
@media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination {
      left: 50%;
      top: calc(100% - 50px);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      transform: scale(0.8);
    }
  }
  
  .sliders-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  
  @media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination {
      left: 50%;
      top: calc(100% - 50px);
      transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      transform: scale(0.8);
    }
  }
  */
@media(max-width:767px) {
	
	.demand-vehicle-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .dv-img {
        text-align: center;
    }
	
	
	/*
    .ms--titles.ms-container--vertical {
        width: 450px;
       
    }
    .ms--titles.ms-container--vertical .ms-slide {
        width: 450px;
        justify-content: center;
    }
    .ms--links.ms-container--vertical .ms-track {
        top: calc(50% - 40px);
    }
    .ms--images .ms-slide__image-container {
        width: 80%;
        height: 80%;
    }
    .ms--images.ms-container--horizontal .ms-track {
        left: calc(50% - 353px);
    }
  .custom-form .col-md-4 {
        float: none;
    }
    .ms--titles.ms-container--vertical {
        top: -70px;
        left: calc(50% - 229px);
    }
    .ms-track .ms-slide h3 {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -0.81px;
        line-height: 70px;
    }
    .hero-banner-wrap {
        padding: 35px 0 160px;
    }
    .ms--numbers.ms-container--horizontal .ms-track {
        left: calc(50% - 70px);
    }
    .ms--links .ms-slide__link {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
    }
    .ms--links {
        left: calc(50% - 100px);
        top: calc(100% + 40px);
    }
    .pagination {
        top: calc(100% - -100px);
    }
    .ms--images {
        z-index: 1;
        left: calc(50% - 50%);
    }
    .ms--numbers {
        left: calc(50% - 150px);
    }
    .ms--numbers.ms-container--horizontal {
       
		height:0px;
    }
    
    .ms--links .ms-slide {
        justify-content: center;
    }*/
}
@media (max-width: 420px){
    .dv-img {
        top: -65px;
    }
    .black-box {
        padding: 95px 25px 15px;
    }
}




/*extra css*/


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #161515; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
z-index: 99999;
height: 100%;
}

#status {


z-index: 999999;
height: 100%;
position: absolute;
left: 50%;
top: 20%;
border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #161515; /* Red */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
margin: -60px 0 0 -60px;
}





.glow {
   color: #E6E6E6;
  font-family: Eurostile !important;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #F887DD, 0 0 20px #F887DD, 0 0 30px #F887DD, 0 0 40px #F887DD, 0 0 50px #F887DD, 0 0 60px #F887DD, 0 0 70px #F887DD;
  }
  to {
    text-shadow: 0 0 20px #EB57C8, 0 0 30px #EB57C8, 0 0 40px #EB57C8, 0 0 50px #EB57C8, 0 0 60px #EB57C8, 0 0 70px #EB57C8, 0 0 80px #EB57C8;
  }
}

.reveal{
 
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}


		 
.fade-in {
	
  animation: fadeIn 5s;
  
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
    
    animation-delay: 3s;
  
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*
.hero-banner-wrap .mom-nav{
	position:relative;
}

.hero-banner-wrap .mom-nav .mom-next {
    background: url(../img/gradient-side.png) no-repeat left top;
   
}

.hero-banner-wrap .mom-nav button.mom-prev {
    transform: rotate(180deg);
    left: 0;
}
.hero-banner-wrap .mom-nav button.mom-next {
    right: 0px !important;
}
.hero-banner-wrap .mom-nav button.mom-prev span {
    background: url(../img/arrow-left.svg) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 60px;
    display:inline-block;
    text-indent:-9999px;
    transform: rotate(180deg);
}
.hero-banner-wrap .mom-nav button.mom-next span {
    background: url(../img/arrow-right.svg) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 60px;
    display:inline-block;
    text-indent:-9999px;
	 z-index: 99;
}
.hero-banner-wrap .mom-nav button.disabled {
    opacity: 0.5;
}

.hero-banner-wrap .mom-nav button {
  background-size: 100%;
  width: 151px;
  position: absolute;
  z-index: 99;
  bottom: 0px;
  background:none;
  border:0px;
  height:380px;
}

*/








.review-contant a{color: #161515; !important;text-decoration:none !important;}
.review-contant a:hover{color: #161515; !important;text-decoration:none !important;}



/*
@media (max-width: 980px) {
	
.hero-banner-wrap .mom-nav button {

  width: 51px;
   height:350px;

}




.hero-banner-wrap .mom-nav button span {

  
    width: 26px !important;
    height: 43px !important;
    

}

.ms--titles .ms-slide {
  align-items: center;
  width: 300px;
  height: 150px;

}



	
}*/




.car-slider-box {
   
	height:100%;
}

.car-slider .item {
 
  height: 100%;
}

.car-slider .owl-carousel .owl-stage {
 
  display: flex;
}

@media (min-width: 768px) {
	
	.car-slider-box img{
		/*height:250px;*/
	}
	
}
.mt-15 {
    margin-top: 15px !important;
}
.get-touch-wrap {
    background-color: #EBEDF0;
    padding: 100px 0;
}
.fw-600 {
    font-weight: 600 !important;
}
.gettouch-sub-heading {
    color: #7F7F7F;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.59px;
    line-height: 25px;
    text-align: center;
}
.get-touch-heading {
    color: #222222;
    font-family: "Helvetica Neue";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
}
.custom-form {
    padding: 0;
    margin: 45px 0 0;
}
.custom-form label {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 5px;
}
.custom-form .form-group {
    text-align: left;
    margin-bottom: 17px;
}
.custom-form .form-control {
    height: 49px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 0;
    font-family: Tahoma;
}
.custom-form textarea.form-control {
    height: 234px;
    resize: none;
}
.custom-form .red-btn {
    line-height: 46px;
    height: 46px;
}
.get-touch-wrap .custom-form .red-btn {
    border-radius: 3px;
    background-color: #000000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    border-color: #eeeeee;
}
.w-100 {
    width: 100% !important;
}
.custom-form .row {
    margin-left: -50px;
    margin-right: -50px;
}
.custom-form .col-md-6,
.custom-form .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
}
.custom-form .col-md-4 {
    float: right;
}
.mt-40 {
    margin-top: 40px !important;
}
.text-right {
    text-align: right !important;
}
.sm-d-show {
    display: none !important;
}
.mnw-350 {
    min-width: 250px;
}

.service-wrap {
    background-color: #161515;
    padding: 0;
    overflow: hidden;
}
.sl-left {
    height: 700px;
    position: relative;
}
.sl-left .main-heading {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
	padding: 0 15px;
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 61px;
    text-align: center;
}
.sl-left .main-heading .tu-sub-heading {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.service-list {
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.service-list li {
    padding: 20px 0;
}
.sl-content {
    padding-left: 10px;
	text-align: left;
}
.sl-icon {
    min-width: 30px;
    margin-top: 7px;
}
.sl-title {
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 37px;
}
.sl-subtitle {
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    line-height: 19px;
}
.sl-right {
    padding-left: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.down-arrow {
    text-align: center;
}
.down-arrow a {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 7px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.down-arrow a div {
    margin-top: 10px;
    opacity: 0.5;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

@media(max-width:992px) {
    .service-wrap .row.d-flex {
        display: block !important;
    }
    .sl-left {
        width: 100%;
        height: 440px;
    }
    .sl-right {
        order: inherit !important;
    }
    .service-list {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .sl-right {
        padding-left: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width:600px) {
    .get-touch-heading {
        font-size: 30px;
        line-height: 39px;
    }
    .gettouch-sub-heading {
        font-size: 16px;
    }
    .service-wrap {
        padding: 0 15px;
    }
    .sl-left .main-heading {
        font-size: 40px;
        line-height: 51px;
    }
    .custom-form .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .custom-form .col-md-6, .custom-form .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sl-right {
        padding-left: 20px;
    }
    .sl-title {
        font-size: 22px;
        line-height: 27px;
    }
    .sl-subtitle {
        font-size: 14px;
        line-height: 17px;
    }
    .sl-icon {
        min-width: 25px;
        margin-top: 2px;
    }
    .pagination__button {
        width:52px;
    }
    .banner-wrap {
        padding: 18px 0;
    }
}





.service-wrap .main-heading a{
text-decoration:none !important;
color:#ffffff ;}
.get-touch-wrap a{text-decoration:none !important;
color:#7F7F7F !important;}


@media(max-width:767px) {

	.service-wrap .main-heading a{
	  font-size: 36px;
	  
	  line-height: 50px;
	  
	  text-decoration:none !important;
	 
	}
	
	.gettouch-sub-heading a{
	display:block;
	 text-decoration:none !important;
}

}

.text-uppercase{
	text-transform: uppercase;
}


/*Modal*/
/*
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  margin-bottom:10px;
  
}
.modal-header .close {
  margin-top: 2px;
  color: #000; 
    opacity: 1;
}
*/
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
/*
.modal-body {
  position: relative;
  overflow-y: auto;
  
  padding: 15px;
}*/
.modal-form {
  margin-bottom: 0;
}



.modal-header h4{
	  color: #272324;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}

.modal-header{
border-bottom:0px !important;
}
/*
.modal-dialog{
	margin:0 auto !important;
	width:100%;
	background-color:#ffffff;
}
*/
.modal-img-div{
	text-align:center;
}

.modal-img-div h4{
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  margin-top:10px;
  margin-bottom:20px;
  font-weight:400;
  text-align:left;
}
.modal .red-btn{
	background-color: #000000;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  border-radius: 3px;
  color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight:500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  width:100%;
  border:1px solid #000000;
  padding:13px 0px;
}

.modal-body{
	max-width:365px;
	margin: 0 auto;
}
/*
.modal-content {
	padding:20px;
	background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
 

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}*/

.modal label{
	  color: #000000;
  font-family: "Helvetica Neue";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  font-weight:400;
  margin-bottom:5px;
}

.grey-text h5{
	color: #747578;
  font-family: "Helvetica Neue";
  font-size: 14px;
   font-weight:400;
  letter-spacing: 0;
  line-height: 24px;
  margin:10px 0px;
   font-weight:400;
}

.checkbox-inline input[type="checkbox"]{
	transform: scale(1.5);
	margin-top:0px;
}

.checkbox-inline{
	width:28%;
}

.modal .form-control:focus {
	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);
}
/*
.modal-open .modal {
  background-color:transparent !important;
  
}


@media (max-width: 767px) {
  .modal {
    position: fixed;
    top: 0px !important;
  left: 0px;
  right: 0px;
  width: auto;
  margin: 0;
  border: 10px solid #2F2E2E;

  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  
  .modal-content {
  padding: 0px;
}

  
}*/




/*New*/



.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  
  opacity: 1;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
	padding:20px;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}


@media (max-width: 767px) {
	
.modal-dialog {
 
  margin: 0px;
  border: 10px solid #2F2E2E;
}

}



.desk-hide{
	display:none;
}

.mob-hide{
	
	display:inline-block;
}

@media only screen and (max-width: 767px) {

.desk-hide{
	display:inline-block;
}

.mob-hide{
	display:none;
}

}






	
.popover-content ul li a {
    background: #EBEDF0;
    border: solid 1px #CECECE;
    font-size: 16px !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    
    color: #000 !important;
}



/*popover*/



.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  min-width:180px;
}


.get-touch-wrap .popover.in {
	transform: translate(-65px, 0);
}


/*popover*/




.call-opts-dropdown ul{padding-left:0px;}

.call-opts-dropdown ul li {
    padding: 5px 0;
	list-style-type: none;
}
.call-opts-dropdown ul li a {
    background: #EBEDF0;
    border: solid 1px #CECECE;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    color: #000 !important;
}

.hidden{display:none;}

.text-right .g-recaptcha{
display: flex;
justify-content: end;
}

