/* ============================================================
   home.css — home-page-only sections, COMPLETE rule blocks
   (descendant/child selectors, img sizing, card/grid/flex layout,
   position/overflow, and ALL @media variants) copied from the
   original theme + custom sheets. Linked only when $pageCss='home'.
   ============================================================ */

/* --- from theme/css/style.css (home-content rules) --- */

.footer-default .footer-main-content-element .widget-content .uni-footer-newletter .form-control {
height: 44px;
    background: #343c40;
    border: none;
}

#toTop:hover .btn {
color: #e57632;
}

#toTop .btn {
-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-sell-a-car-1-right .form-control {
border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

.uni-contact-us-getintouch .form-control {
border-radius: 0;
}

.uni-contact-us-getintouch .btn {
margin-top: 20px;
    min-width: 140px;
    height: 44px;
    border-radius: 4px;
    background-color: #e57632;
    border: 1px solid #e57632;
    font-family: "Proxima Nova Th";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-contact-us-getintouch .btn:hover {
color: #e57632;
    background: transparent;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .form-control {
border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .vk-btn-send .btn {
font-family: "Proxima Nova Th";
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e57632;
    border: 1px solid #e57632;
    padding: 0;
    text-transform: uppercase;
    width: 140px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .vk-btn-send .btn:hover {
color: #e57632;
    background: transparent;
}

.uni-single-car-right .uni-trade-make .form-control {
border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

.comments-area .form-comment .uni-message-cause-form .form-control {
margin-bottom: 10px;
    background: #f4f4f4;
    border-radius: 4px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments-area .form-comment .uni-message-cause-form .btn {
background: #e57632;
    border: 1px solid #e57632;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    padding: 6px 23px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comments-area .form-comment .uni-message-cause-form .btn:hover {
color: #e57632;
    background: #fff;
    border: 1px solid #e57632;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-product-right .right .quantity .form-control {
margin-bottom: 0;
}

.uni-single-product-add-your-review .btn {
background: #e57632;
    border: 1px solid #e57632;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 19%;
}

@media screen and (max-width: 991px) {
.uni-single-product-add-your-review .btn {
width: 100%;
}
}

.uni-single-product-add-your-review .btn:hover {
background: #fff;
    color: #e57632;
}

.form-control {
display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
/* --- from css/style.css (home-content rules) --- */

ul.tick {
list-style: none;
}

ul.tick li {
position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

ul.tick li:before {
font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    color: #e57632;
}

ul.tick li {
margin-bottom: 10px;
}

.title {
margin-bottom: 50px;
    position: relative;
}

.title h2 {
font-size: 48px;
    color: #000;
    padding-left: 25px;
    margin: 0;
    font-weight: bold;
}

.title:after {
background: #e57632;
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.title h2 span {
color: #e57632;
}

.title h2 strong {
display: block;
    font-weight: bold;
}

.title p {
font-size: 20px;
    letter-spacing: 3px;
    color: #e57632;
    text-transform: uppercase;
    margin-bottom: 0;
}

.digital-wrap {
    position: relative; /* makes overflow-x:hidden the containing block that clips
                           .digitalInfo:after (the 1920px skewed orange diagonal),
                           which otherwise anchors to the viewport and pokes out
                           past the right edge. */
overflow-x: hidden;
    margin-top: -78px;
    margin-bottom: 50px;
}

.digitalInfo .row {
position: relative;
    z-index: 1000;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 15px;
}

.digitalInfo h1 {
font-size: 30px;
    margin: 0;
}

.digitalInfo p {
margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.digitalInfo:after {
content: "";
    width: 1920px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -moz-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    box-shadow: 0 0 12px -5px #000;
    -webkit-box-shadow: 0 0 12px -5px #000;
    background: #e57632;
}

.digitalInfo {
margin-left: 100px;
    padding: 40px 0;
}

.service-wrap {
text-align: center;
    padding: 60px 0 60px 0;
}

.serviceImg {
overflow: hidden;
    box-shadow: 0 9px 19px 0px #dddada;
}

.serviceImg img {
-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 9px 35px 0px #c1c1c1;
}

.service_box:hover .serviceImg img {
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service_box {
margin: 20px 0
}

.service-wrap p {
margin-bottom: 0;
}

.service-wrap h3 {
font-size: 20px;
    color: #e57632;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 0;
    position: relative;
}

.service-wrap a:hover {
color: #414040;
    text-decoration: none;
}

.service-wrap p {
font-size: 14px;
    color: #000;
}

.service_sec {
z-index: 10;
    position: relative;
}

.about-wrap {
position: relative;
    padding: 60px 0;
    overflow: hidden;
    margin-top: 60px;
}

.about-wrap:before {
content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.car_box {
display: table;
    height: 100%;
}

.about-wrap .title {
margin-bottom: 34px;
}

.carImg {
z-index: 99;
    vertical-align: middle;
    display: table-cell;
}

.about-wrap .readmore {
margin-top: 40px;
}

.about-wrap .title h2 {
font-size: 38px;
}

.about_box {
margin-left: 70px;
    padding-right: 100px;
}

.video-wrap {
padding: 80px 0 0px 0;
    margin-bottom: 100px;
    background: url(../images/video-bg.jpg) no-repeat top;
    background-size: cover;
}

.video-wrap .title {
margin-bottom: 32px;
}

.video-wrap .title h2 {
font-size: 52px;
    color: #fff;
    font-weight: bold;
}

.video-wrap .title:after {
background: #fff;
}

.vid_box {
max-width: 594px;
}

.video-wrap p {
color: #fff;
    font-size: 14px;
}

.video-wrap .readmore {
margin-top: 40px;
    margin-bottom: 50px;
}

.video-wrap .readmore a {
background: #e57632;
}

.video-wrap .readmore a:hover {
background: #fff;
    color: #000;
}

.video-wrap .row {
padding: 0 30px;
}

.videoImg {
margin-bottom: -80px;
    position: relative;
}

.videoImg img {
border: 14px solid #fff;
    border-radius: 12px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
}

.sub_title {
font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #000;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.emergency-wrap .title {
margin-bottom: 20px;
}

.emergency-wrap .title h1 sup {
vertical-align: revert;
    background: #f00;
    color: #fff;
    padding: 5px 14px;
    font-size: 15px;
}

.choose_box {
background: #e57632;
    max-width: 800px;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(1, 1, 1, .19);
    -moz-box-shadow: 0 0 20px rgba(1, 1, 1, .19);
    box-shadow: 0 0 20px rgba(1, 1, 1, .19);
    padding: 50px;
    z-index: 1000;
    position: relative;
    margin-right: 30px;
}

.chooseWrap {
padding: 100px 0 98px 0;
    position: relative;
}

.chooseWrap .section-header {
margin-bottom: 15px;
}

.chooseWrap h2 {
font-size: 52px !important;
    color: #fff;
}

.chooseWrap p {
font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.chooseWrap .sub_title {
margin-left: 20px;
    color: #fff;
}

.chooseWrap:before {
content: "";
    background: url("../images/chooseImg.png") no-repeat top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 780px;
}

.chooseWrap ul li {
color: #fff;
}

.chooseWrap ul li:before {
color: #fff;
}

.chooseWrap .readmore a {
background: #fff;
    color: #000;
}

.chooseWrap .readmore a:hover {
background: #000;
    color: #fff;
}

.chooseWrap .title:after {
background: #fff;
}

.doorstep-wrap .sub_title {
margin-left: 22px;
}

.doorstep-wrap .title {
margin-bottom: 30px;
}

.testimonials-wrap .title {
margin-bottom: 50px;
}

.testimonials-wrap .title:after {
left: 50%;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    background: #fff;
    bottom: -20px;
    top: auto;
}

.testimonials-wrap .title h1 {
color: #fff;
    text-align: center;
}

.testimonials-wrap .title p {
color: #b2b2b2;
}

.contact_form .title h2 {
padding-left: 0;
}

.form-group .btn {
background: #e57632;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 40px;
}

.form-group .btn:hover {
background: #541f5c;
    color: #fff;
}

.contact-wrap .form-control {
height: 50px;
    width: 100%;
    padding-left: 15px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #f2f0fa;
    background: none;
    color: #000;
    font-size: 14px;
}

.contact-wrap textarea.form-control {
height: 160px;
}

.contact_info .title:after {
background: #fff;
}

.contact_info .title {
margin-bottom: 60px;
}

.contact-wrap .input-group .form-control {
border-radius: 0;
    background: #fff;
    height: 58px;
    border: none;
    font-size: 14px;
}

.contact-wrap textarea.form-control {
height: 124px !important;
}

.contact_form .title h2 {
font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.contact_form .title:after {
background: #fff;
}

.contact_form .title:after {
height: 1px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: auto;
    bottom: -15px;
}

.contact_form .title {
text-align: center;
}

.contact_form .title h2 {
font-size: 42px;
}

.contact-page .contact-right .form-group .form-control {
border: 1px solid #e2e2e2;
    border-radius: 0;
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
}

@media screen and (max-width:1200px) {
.law-wrap .title h1 {
font-size: 32px;
}

.digitalInfo h1 {
font-size: 24px;
}

.video-wrap .title h1 {
font-size: 41px;
}

.title h1 {
font-size: 42px;
}

.about-wrap .title h2 {
font-size: 30px;
        line-height: 40px;
}

.video-wrap {
margin-bottom: 40px;
}

.contact-wrap .title {
margin-top: 80px;
}

.contact_form .title {
margin-top: 0;
        margin-bottom: 50px !important;
}

.emergency-wrap .title h1 sup {
display: inline-block;
        padding: 12px 14px;
        vertical-align: sub;
}
}

@media screen and (max-width:990px) {
.service-wrap p {
margin-bottom: 20px
}

.chooseWrap .title {
margin-bottom: 30px;
}

.service-wrap {
padding: 30px 0;
}

.digitalInfo p {
margin-top: 10px;
}

.digital-wrap .offset-2 {
margin-left: 0;
}

.digitalInfo {
margin-left: 0;
}

.carImg {
display: block;
}

.car_box {
display: block;
        text-align: center;
}

.digitalInfo:after {
display: none;
}

.digital-wrap {
background: #e57632;
        margin-top: 0;
}

.digitalInfo .row {
border: none;
        padding: 0;
}

.digital-wrap {
text-align: center;
        margin-bottom: 20px;
}

.videoImg {
margin-top: 20px;
        margin-bottom: 0;
}

.video-wrap {
margin-bottom: 30px;
        padding: 80px 0;
}

.chooseWrap {
padding: 0;
}

.contact-wrap .title {
margin-top: 0;
        margin-bottom: 30px;
}

.contact-wrap .title h1 strong {
display: inline-block;
}

.choose_box {
max-width: none;
        margin-right: 0;
}

.chooseWrap:before {
display: none;
}

.about-wrap:before {
display: none;
}

.page_content .service_box {
margin: 0 auto;
        padding: 0;
}

.ser_details .service_box {
margin: auto;
        max-width: inherit;
}

.video-wrap p {
padding: 0;
}

.service_box {
max-width: 350px;
        margin: 0 auto;
}

.about_box p {
margin-bottom: 0;
}

.service-wrap h3 {
min-height: inherit;
}

.service-wrap h3 {
font-size: 24px;
}

.about-wrap h3 {
font-size: 40px;
}

.about_box {
margin-left: 0;
        padding-right: 0;
}

.carImg {
margin-bottom: 30px;
}

.about_box .title {
margin-bottom: 20px;
}

.service-wrap .service_box {
margin: 5px 0;
}

.service_sec .col-lg-4:last-child .service_box {
margin-bottom: 30px;
}

.emergency-wrap .title h1 sup {
vertical-align: revert;
        background: #f00;
        color: #fff;
        padding: 12px 14px;
        font-size: 15px;
}

.vid_box {
max-width: inherit;
}
}

@media screen and (max-width:767px) {
.chooseWrap h2 {
font-size: 28px !important;
}

.sub_title {
font-weight: normal;
}

.choose_box {
margin-right: 0;
}

.sub_title {
font-size: 16px;
}

.service_sec {
margin-top: 0;
}

.advice-wrap .title h1 {
font-size: 32px;
}

.work-wrap .title p {
font-size: 16px;
}

.work-wrap .title p:before,
    .work-wrap .title p:after {
display: none;
}

.title h1 {
font-size: 36px;
}

.newsletter-wrap .form-control {
font-size: 14px;
        padding: 34px 22px 34px 65px;
}

.chooseWrap .title {
margin-bottom: 30px;
}

.service_box {
padding: 0;
}
}

@media screen and (max-width:480px) {
.video-wrap .title h2 {
font-size: 26px;
}

.banner_wrap .title h1 {
font-size: 32px;
}

.choose_box {
padding: 40px;
}

.contact-wrap .title {
margin-bottom: 25px;
}

.emergency-wrap .title h1 sup {
display: inline-block;
        padding: 12px 14px;
        vertical-align: sub;
}

.videoImg img {
border: 10px solid #fff;
}

.newsletter-wrap .form-control {
padding: 32px 20px 32px 56px;
        font-size: 12px;
}

.about-wrap h3 {
font-size: 20px;
}

.about-wrap p {
margin-bottom: 0;
}

.about-wrap .readmore {
margin-top: 20px;
}

.about-wrap .title h2 {
font-size: 22px;
        line-height: 26px;
}

.title p {
letter-spacing: 1px;
}

.title p:before,
    .title p:after {
display: none !important;
}

.law-wrap .title h1 {
font-size: 20px;
}

.newsletter-wrap .title h1 {
font-size: 22px;
}

.newsletter-wrap .title h1 span {
font-size: 18px;
}

.contact-wrap .title h1 {
font-size: 22px;
}

.title h1 {
font-size: 26px;
}

.title p {
font-size: 14px;
}

.digitalInfo p {
font-size: 14px;
}

.contact-wrap .input-group .form-control {
height: 50px;
}
}

/* Home rebuild: the hero photo belongs on the hero container (#forms), NOT on
   .main-content (which wraps the whole page — a single centered image there sat
   behind the page's vertical centre, leaving the hero with no background and the
   white headline invisible on white). Full-bleed via cover. */
#forms {
    background: url(../images/landing-banner.jpg) center center / cover no-repeat;
    padding-top: 130px;
    padding-bottom: 150px;
}

.landing-slider-hadline {
font-size: 70px;
    color: #fff;
    font-weight: 600;
    line-height: 82px;
    font-family: 'Oswald', sans-serif;
}

.landing-stars {
background-color: #000000;
    border-radius: 15px;
}

.search-form {
padding: 25px;
}

.search-form h3 {
color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.search-form input[type=text],
.search-form select,
.search-form input[type=tel],
.search-form input[type=number] {
width: 100%;
    font-size: 15px;
    margin: 0 0 15px;
    border: none;
    padding: 8px;
    color: #091928;
    background: #fff;
    border-radius: 4px;
}

.search-form select {
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff
}

.search-form .btn-serch {
border: 1px solid #e57632;
    background-color: #e57632;
    color: #000;
    width: 100%;
    border-radius: 0;
    padding: 12px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
    font-weight: 600;
    border: none;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.search-form .btn-serch:hover {
color: #FFF;
    background: #e57632;
}

.sub-cats li {
text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 17px;
    position: relative;
    list-style: none
}

.sub-cats li a {
background: transparent;
    color: #000;
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.sub-cats li:last-child {
margin-bottom: 0;
}

.sub-cats li:before {
content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e57632;
    border: 2px solid #e57632;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.make-parts {
position: relative;
    padding: 60px 0 60px 0;
}

.make-parts .sub_title {
margin-left: 25px;
}

.get_quote {
padding: 21px 22px 75px 25px;
    box-shadow: 0 9px 35px 0px #c1c1c1;
    border-radius: 12px;
    margin: 12px;
}

.services-categories .get_quote img {
max-height: 164px;
}

.services-categories .title_landing {
color: #444;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    padding-top: 30px;
}

.get_quote_button {
position: absolute;
    bottom: -2%;
    right: 0;
    left: 0;
    text-align: center;
}

.btn-landing {
text-decoration: none;
    font-size: 15px;
    background: #e57632;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 16px 38px;
    color: #000;
}

@media (max-width: 991px) and (min-width: 768px) {
.landing-slider-hadline {
font-size: 44px;
        color: #fff;
        font-weight: 600;
        line-height: 63px;
        font-family: 'Oswald', sans-serif;
}

#forms {
padding-top: 50px;
        padding-bottom: 50px;
}

.services-categories .title_landing {
font-size: 26px;
}
}

@media (max-width: 991px) {
.about-wrap {
margin-top: 0
}
}

@media (max-width: 767.98px) {
#forms {
padding-top: 20px;
        padding-bottom: 20px;
}

.landing-slider-hadline {
font-size: 30px;
        line-height: 39px;
}

.about-wrap {
padding-bottom: 0
}

.serviceImg img {
border: solid 2px #e57632;
}

.service-wrap h3 a {
font-size: 16px;
}

.service-wrap h3 {
margin-top: 5px;
}

.get_quote {
margin-top: 50px;
}
}

.uni-single-car-right .uni-trade-make .form-control {
border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .form-control {
border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .vk-btn-send .btn {
font-family: "Proxima Nova Th";
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e57632;
    border: 1px solid #e57632;
    padding: 0;
    text-transform: uppercase;
    width: 140px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .vk-btn-send .btn:hover {
color: #e57632;
    background: transparent;
}

.uni-contact-us-getintouch .form-control {
border-radius: 0;
}

.uni-contact-us-getintouch .btn {
margin-top: 20px;
    min-width: 140px;
    height: 44px;
    border-radius: 4px;
    background-color: #e57632;
    border: 1px solid #e57632;
    font-family: "Proxima Nova Th";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-contact-us-getintouch .btn:hover {
color: #e57632;
    background: transparent;
}