* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #e57632;
}

.unorderList {
    list-style: none;
}

ul li {
    list-style-type: none !important;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #52575e;
}

.mb20 {
    margin-bottom: 20px !important;
}

.style_none {
    list-style: none;
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.style_none {
    list-style: none;
}

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;
}

.body_section {
    overflow: hidden;
}

.readmore {
    margin-top: 20px;
}

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

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


/********************************************
         == Header Css Start ==
  ********************************************/

.header-wrap {
    background: #222;
    position: relative;
}

.header-wrap:before {
    content: "";
    background: #e57632;
    position: absolute;
    top: 0;
    right: 1000px;
    width: 1000px;
    height: 169px;
}

.header-wrap .logo {
    background: #e57632;
    padding: 20px 0;
}

.header_info {
    display: flex;
    float: right;
    margin-top: 34px;
}

.header_info ul {
    margin-bottom: 0;
}

.header_info .phonewrp {
    margin-right: 30px;
}

.header-wrap .conInfo {
    padding-left: 52px;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.header-wrap .conInfo span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.header-wrap .conInfo a {
    text-decoration: none;
    font-size: 22px;
    color: #e57632;
    font-weight: 600;
    line-height: 24px;
}

.header-wrap .conInfo a:hover {
    color: #e57632;
}

.header-wrap .addressWrp:before {
    content: "";
    background: url(../images/map_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0;
}

.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/call_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-wrap .phonewrp a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.header-wrap .phonewrp a:hover {
    color: #fff;
}

.header-wrap .phonewrp {
    padding-left: 56px;
}

.social-icons ul li {
    display: inline-block;
    margin-right: 3px;
}

.social-icons ul li a {
    border: 1px solid #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
}

.social-icons ul li:nth-child(1) a:hover {
    background: #3c599b;
    border-color: #3c599b;
}

.social-icons ul li:nth-child(2) a:hover {
    background: #1ea1f3;
    border-color: #1ea1f3;
}

.social-icons ul li:nth-child(3) a:hover {
    background: #cd2e80;
    border-color: #cd2e80;
}

.social-icons ul li:nth-child(4) a:hover {
    background: #fb000f;
    border-color: #fb000f;
}


/*********************************************
          Navigation css
  *********************************************/

.navbar-brand {
    display: none;
}

.navigation-wrap {
    z-index: 1000;
    background: #414040;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px !important;
    padding: 17px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.navigation-wrap .caret:after {
    content: "\f0d7";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #fff;
}

.navbar {
    padding: 0;
    min-height: inherit;
    border: none;
    margin-bottom: -3px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.appointment_btn .smoothscroll {
    background: #e57632;
    display: none;
    padding: 18px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.sticky {
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000;
    background: #e57632;
    height: 65px;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    -moz-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
}

.custom-navbar .navbar-nav li.active>a {
    background-color: #1d2435;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e57632;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav>li>ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 200%;
    width: 200px;
    padding: 0px;
    z-index: 100;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.submenu li:last-child {
    border: none;
}

.navbar-nav>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav>li>ul>li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding: 0;
}

.submenu>li:hover>a {
    background: #e57632;
    color: #fff !important;
}

.navbar-nav>li>ul>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #000 !important;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.navbar-nav li>.submenu>li a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.navbar-nav>li>a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.submenu li .submenu_right {
    display: none;
}

.submenu_right {
    background: #328bc3;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
}

.submenu_right li {
    padding-bottom: 0;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.submenu_right li a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
}

.submenu_right li a:hover {
    background: #c79935;
    color: #fff !important;
}

.submenu li:hover .submenu_right {
    display: block;
}


/*****************************************
      Digital Service css
  *****************************************/

.digital-wrap {
    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;
}

.btnclick {
    text-align: center;
    margin-top: 20px;
}

.btnclick a {
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background: #fff;
    text-transform: uppercase;
    padding: 18px 42px !important;
    display: inline-block;
    color: #000 !important;
}

.btnclick a:after {
    border-color: transparent transparent transparent #fff !important;
}

.btnclick a:hover {
    color: #fff !important;
}

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


/*---------------------------------------
    Service Css              
  -----------------------------------------*/

.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 Css              
  -----------------------------------------*/

.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;
}

.aboutImg {
    margin-bottom: 15px;
}

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

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

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

.subText {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.client_info {
    list-style: none;
}

.client_info li {
    display: inline-block;
    color: #000;
    text-align: center;
    margin-right: 60px;
    font-weight: 600;
    font-size: 42px;
}

.client_info li span {
    font-size: 16px;
    display: block;
    font-weight: normal;
}


/********************************
          Video Css
  ********************************/

.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;
}

.callText {
    font-size: 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.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);
}


/*---------------------------------------
     Emergency section              
  -----------------------------------------*/

.emergency-wrap {
    padding: 50px 0 80px 0;
}

.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;
}

.emer_phone {
    font-size: 30px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 20px;
    margin-top: 20px;
}

.emer_phone span {
    font-size: 32px;
    color: #e57632;
    font-weight: bold;
    margin-left: 20px;
}

.emer_phone img {
    margin-right: 15px;
}

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

.emer_info {
    margin-left: 20px;
    max-width: 680px;
}

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

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

.emergency_sec {
    display: table-cell;
    vertical-align: middle;
}


/*********************************************
      Why Choose css
  *********************************************/

.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;
}

.welImg span {
    display: inline-block;
    position: relative;
}

.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;
}


/*---------------------------------------
     Door Step section              
  -----------------------------------------*/

.doorstep-wrap {
    padding: 80px 0;
}

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

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

.door_service {
    margin-top: 20px;
    display: inline-block;
}

.door_service .door_icons {
    width: 106px;
    height: 106px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transition: all ease 0.6s;
    transform: rotate(0);
    border: 2px solid#e57632;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
}

.door_service h3 {
    font-size: 18px;
    margin-top: 15px;
}

.door_service:hover .door_icons {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*---------------------------------------
     Testimonials section              
  -----------------------------------------*/

.testimonials-wrap {
    padding: 60px 0;
    background: url(../images/testimonials-bg.jpg) no-repeat top;
    background-size: cover;
}

.testimonials_sec p {
    font-size: 14px;
    line-height: 22px;
    color: #d2d2d2;
    font-style: italic;
    padding-right: 100px;
    border-left: 5px solid #fff;
    padding-left: 20px;
}

.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;
}

.testimonials_sec h3 {
    font-size: 18px;
    color: #e57632;
    font-weight: bold;
}

.testimonials_sec h3 span {
    display: block;
    font-size: 14px;
    color: #282e32;
    font-weight: normal;
}

.clientImg {
    margin-bottom: 25px;
    margin-left: 25px;
}

.clientImg img {
    border-radius: 100px;
    width: 50px;
}

.client_name {
    font-size: 24px;
    color: #2a9ee2;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.client_name span {
    font-size: 14px;
    color: #282e32;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.right_info {
    float: right;
}

.testimonials-wrap ul li {
    padding: 50px 0 0 0;
}

.testimonials-wrap .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.testimonials-wrap .owl-dots button {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #fff;
    margin: 5px;
}

.testimonials-wrap button.active {
    background: #e57632;
}

.client_comment {
    font-size: 18px;
    color: #2a9ee2;
    font-family: 'Roboto', sans-serif;
}

.client_rating li {
    display: inline-block;
    padding: 0 2px;
    color: #ffa800;
    padding: 0 !important;
}

.quote_icon {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 76px;
    color: rgba(255, 255, 255, 0.72);
}

button:focus {
    outline: none;
}

.testimonials-wrap .owl-nav {
    display: none;
}

.client_sec {
    display: flex;
}

.client_sec h3 {
    margin-left: 16px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
}

.tagline-wrap {
    text-align: center;
    background: #e66814;
    padding: 40px 0;
}

.tagline-wrap h3 {
    font-size: 30px;
    color: #fff;
}

.testimonials-wrap ul {
    margin-bottom: 0;
}

.starWrp {
    position: absolute;
    top: 70px;
    right: 38px;
}

.starWrp li {
    display: inline-block;
    font-size: 18px;
    color: #ff9600;
    padding: 0 !important;
}

.page_content .testimonials_sec {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 15px 0;
}

.page_content .testimonials_sec p {
    border: none;
    color: #808080;
}

.page_content .quote_icon {
    right: 36px;
    color: #414040;
}

.page_content .clientImg {
    margin-bottom: 0;
}

.page_content .client_sec h3 {
    color: #000;
}


/*********************************************
          Contact css
  *********************************************/

.contact-wrap {
    background: url(../images/contact-bg.jpg) no-repeat top;
    background-size: cover;
    position: relative;
    padding: 100px 0 60px 0;
}

.cont_foot {
    padding: 60px 0 30px 0 !important;
}

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

.contact-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

.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 .header-wrap .conInfo a {
    font-size: 32px;
}

.contact-wrap .header-wrap .conInfo a:hover {
    color: #414040 !important;
}

.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_form {
    padding: 0px 50px 30px 0px;
}

.contact_info {
    background: none;
}

.contact_info .conInfo {
    margin-bottom: 30px;
}

.contact_info .conInfo span {
    color: #000;
    font-size: 20px;
}

.contact_info .phonewrp:before {
    background: url(../images/phoneicon.png);
    width: 56px;
    height: 56px;
}

.contact-wrap ::placeholder {
    color: #71567e;
    opacity: 1;
}

.contact-wrap :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #71567e;
}

.contact-wrap ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #71567e;
}

.contact-wrap .header-wrap:before {
    display: none;
}

.contact_info {
    position: relative;
}

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

.contact_box {
    display: flex;
    margin-bottom: 25px;
}

.contact_box p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
}

.contact_box p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
}

.contact_box p span a {
    text-decoration: none;
    color: #fff;
}

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

.contact_form {
    background: #414040;
    padding: 55px;
    margin-bottom: -140px;
}

.contact-wrap .input-group {
    margin-top: 12px;
    width: 100%;
}

.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-wrap .sub {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #e57632;
    font-weight: bold;
    padding: 16px 38px;
    width: 100%;
    border: none;
    display: inline-block;
}

.contact-wrap .sub:hover {
    color: #fff;
}

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

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

.contact_footer {
    padding: 60px 0 30px 0 !important;
}

.emailWrp a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.emailWrp:before {
    background: url(../images/email_icon.html) no-repeat;
    width: 49px;
    height: 37px;
}

.phonewrp a:hover {
    color: #e57632;
}

.mapwrp {
    margin-top: 20px;
}

.mapwrp iframe {
    width: 100%;
    height: 300px;
}

.contact-wrap .emailWrp {
    font-size: 18px;
}

.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_info .conInfo {
    padding-left: 80px;
    top: 5px;
}

.contact_info .emailWrp:before {
    background: url(../images/map_icon.png);
    width: 50px;
    height: 72px;
}

.contact-page .contact-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-page .contact-left p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.contact-page .contact-left ul li {
    list-style-type: none;
    display: block;
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd69;
    padding-bottom: 20px;
}

.contact-page .contact-left ul li i {
    font-size: 21px;
    color: #e57632;
    margin-right: 5px;
    position: relative;
    bottom: -5px;
    width: 30px;
    text-align: center;
}

.contact-page .contact-left ul li a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
}

.contact-page .contact-left ul li a:hover {
    color: #e57632;
}

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

.contact-page .contact-right .form-group textarea {
    height: auto !important;
    padding-top: 15px;
}

.contact-page .contact-right .contact-btn {
    background-color: #e57632;
    color: #ffffff;
    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;
}

.contact-page .contact-right .contact-btn:hover {
    background: #414040;
}


/*********************************************
          Footer css
  *********************************************/

.footer-wrap {
    background: url(../images/footer-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 120px 0 30px 0;
    text-align: center;
}

.footer-wrap .logo {
    margin-bottom: 30px;
}

.footer-wrap p {
    font-size: 14px;
    color: #bcc5d0;
    margin-top: 15px;
}

.footer_info {
    max-width: 800px;
    margin: 0 auto;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    padding: 0 17px;
    display: inline-block;
}

.footer-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-links li a:hover {
    color: #e47b9b;
}

.social_media {
    border-top: 1px solid #4d4848;
    border-bottom: 1px solid #4d4848;
    padding: 30px 0;
    margin-top: 22px;
}

.social_media ul {
    margin-bottom: 0;
}

.follow {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.social_media ul li:nth-child(1) a {
    background: #3c599b;
    border-color: #3c599b;
}

.social_media ul li:nth-child(2) a {
    background: #1ea1f3;
    border-color: #1ea1f3;
}

.social_media ul li:nth-child(3) a {
    background: #cd2e80;
    border-color: #cd2e80;
}

.social_media ul li:nth-child(4) a {
    background: #fb000f;
    border-color: #fb000f;
}


/*********************************************
          Copyright css
  *********************************************/

.copyright {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    text-transform: capitalize;
}

.credits {
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.credits a {
    color: #fff;
    text-decoration: none;
}

.credits a:hover {
    color: #f2b31a;
}

.close-toggler {
    display: none;
}

.navbar-toggler {
    display: none;
}


/***********************************
    page css
  ***********************************/

.scrollToTop {
    display: none;
}

.page-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}


/*****:Media Quries :*****/

@media screen and (max-width:1200px) {
    #counter {
        margin-top: 40px;
    }
    .header_phone a {
        font-size: 22px;
    }
    .header_phone {
        padding-left: 35px;
        margin-right: 25px;
    }
    .law-wrap .title h1 {
        font-size: 32px;
    }
    .blog-detail h3 a {
        font-size: 20px;
    }
    .contact_form {
        padding: 20px;
    }
    .contact_info {
        padding: 20px;
    }
    .flightImg img {
        width: 100%;
    }
    .contact_info:after {
        bottom: -100px;
        right: -220px;
    }
    .flight-wrap .owl-nav {
        display: none;
    }
    .slider_info .sliderText {
        font-size: 50px;
    }
    .navbar li {
        padding: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 12px;
    }
    .digitalInfo h1 {
        font-size: 24px;
    }
    .client_info li {
        font-size: 34px;
        margin-right: 26px;
    }
    .client_info li span {
        font-size: 14px;
    }
    .video-wrap .title h1 {
        font-size: 41px;
    }
    .title h1 {
        font-size: 42px;
    }
    .header-wrap:before {
        display: none;
    }
    .emer_phone {
        font-size: 22px;
    }
    .emer_phone span {
        font-size: 24px;
    }
    .contact_form {
        margin-bottom: 0;
    }
    .footer-wrap {
        padding: 60px 0;
    }
    .header-wrap .logo {
        background: none;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .view_map {
        right: 50px;
    }
    .slider-wrap {
        padding: 220px 0 180px 0;
    }
    .slidertext1,
    .slidertext2,
    .slidertext3,
    .slidertext4 {
        margin-left: 60px !important;
    }
    .about-wrap .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact_form {
        padding: 40px;
    }
    .single-blog .blog-content a h3 {
        font-size: 18px;
    }
    .emer_info {
        margin-top: 0;
    }
    .video-wrap {
        margin-bottom: 40px;
    }
    .emer_phone img {
        width: 38px;
    }
    .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;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 17px 13px;
    }
    .header-wrap:before {
        display: none;
    }
    .header-wrap .logo {
        background: none;
    }
}

@media screen and (max-width:990px) {
    .service-wrap p {
        margin-bottom: 20px
    }
    .sidebar {
        margin-top: 30px;
    }
    .doorstep-wrap {
        padding: 60px 0 50px 0;
    }
    .chooseWrap .title {
        margin-bottom: 30px;
    }
    .service-wrap {
        padding: 30px 0;
    }
    .team-wrap {
        padding: 60px 0 65px 0;
    }
    .digitalInfo p {
        margin-top: 10px;
    }
    .digital-wrap .offset-2 {
        margin-left: 0;
    }
    .digitalInfo {
        margin-left: 0;
    }
    .blog_list {
        max-width: 475px;
        margin: 30px auto;
    }
    .blog_list .blog_sec {
        padding: 20px;
    }
    .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;
    }
    .emergencyImg {
        margin-bottom: 30px;
    }
    .chooseWrap {
        padding: 0;
    }
    .testimonials-wrap .owl-dots {
        margin-top: 0;
    }
    .contact-wrap {
        padding: 60px 0 80px 0;
    }
    .clientImg {
        margin-bottom: 0;
    }
    .testimonials-wrap ul li {
        padding: 20px 0 0 0;
    }
    .contact-wrap .title {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .quote_icon {
        top: 0;
    }
    .header-wrap {
        display: flex;
        justify-content: space-between;
    }
    .team-image img {
        width: 100%;
    }
    .team_box {
        margin-bottom: 30px;
    }
    .contact-wrap .title h1 strong {
        display: inline-block;
    }
    .emergencyImg {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .choose_box {
        max-width: none;
        margin-right: 0;
    }
    .chooseWrap:before {
        display: none;
    }
    .about-wrap:before {
        display: none;
    }
    .navbar-toggler {
        padding: 4px 10px;
    }
    .sticky {
        display: none;
    }
    .navigation-wrap {
        margin-top: 0;
    }
    .inner_heading {
        padding: 30px 0;
    }
    .page_content .service_box {
        margin: 0 auto;
        padding: 0;
    }
    .ser_details .service_box {
        margin: auto;
        max-width: inherit;
    }
    .staticbanner_wrap {
        margin-top: 0;
        padding: 60px 0;
    }
    .banner_col {
        margin-top: 0;
        max-width: inherit;
    }
    .video {
        margin-top: 0;
    }
    .videoslider {
        top: auto;
    }
    .videoslider h1 {
        font-size: 50px;
    }
    .gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
        margin-top: 0;
    }
    .video-wrap p {
        padding: 0;
    }
    .appointment-wrap {
        text-align: center;
    }
    .blogImg img {
        width: 100%;
    }
    .blog_list .blogImg img {
        width: auto;
    }
    .blog_list li {
        max-width: 356px;
        margin: 0 auto;
    }
    .videoWrp,
    .hero-wrapper {
        height: 450px;
    }
    .staticbanner_wrap .contact_form {
        padding: 20px;
    }
    .staticbanner_wrap .contact_form {
        margin-top: 40px;
    }
    .service_box {
        max-width: 350px;
        margin: 0 auto;
    }
    #counter {
        margin-top: 10px;
    }
    .about_box p {
        margin-bottom: 0;
    }
    .service-wrap h3 {
        min-height: inherit;
    }
    .service-wrap h3 {
        font-size: 24px;
    }
    .innerHeading-wrap {
        margin-top: 0;
        padding: 40px 0;
    }
    .quote-btn a {
        display: inline-block;
        font-size: 14px;
        padding: 14px 24px;
    }
    .header-wrap .atlanta_logo {
        text-align: center;
    }
    .tp-banner {
        margin-top: 0;
    }
    .header_info {
        float: none;
    }
    .law-wrap:before {
        display: none;
    }
    .offset-1 {
        margin-left: 0;
    }
    .contact_info:after {
        display: none;
    }
    .copyright-wrap,
    .credits {
        text-align: center;
    }
    .contact-wrap:after {
        display: none;
    }
    .contact-wrap:after,
    .contact-wrap:before {
        width: 100%;
    }
    .contact-wrap:before {
        height: 50%;
    }
    .law-wrap .offset-6 {
        margin-left: 0;
    }
    .aboutImg {
        text-align: center;
        margin-top: 40px;
    }
    .header-wrap .navbar {
        float: none;
    }
    .advice-wrap p {
        padding: 0;
    }
    .counterbox {
        margin: 15px 0;
    }
    .navbar-toggler {
        background: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 16px;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        background: #000;
        color: #fff !important;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        background: #000;
        color: #fff;
    }
    .footer-wrap .credits {
        margin-top: 10px;
        text-align: center;
    }
    .header_logo {
        text-align: center;
    }
    .header-wrap {
        position: static;
        padding: 15px 0;
    }
    .slider-wrap {
        padding: 120px 0 80px 0;
        height: 450px;
    }
    .slider_info .sliderText {
        line-height: 55px;
    }
    .sinceWrp {
        text-align: center;
    }
    .followus {
        display: none;
    }
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        border: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        background: #bd935c;
    }
    .navigationWrp {
        padding: 0;
    }
    .header_info {
        text-align: center;
        border-top: 1px solid #ddd;
        margin-top: 14px;
        padding-top: 15px;
        justify-content: space-between;
    }
    .services-wrap .laptopImg {
        width: auto;
    }
    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .newsletter-wrap {
        text-align: center;
    }
    .copyright-wrap {
        text-align: center;
    }
    .about-wrap h3 {
        font-size: 40px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 80%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
    }
    .navbar-nav {
        clear: both;
    }
    .navigationWrp .collapse:not(.show) {
        display: inline-block;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px;
        z-index: 1000;
        font-weight: 400;
    }
    .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #fff;
        display: block;
    }
    .header_phone {
        margin-top: 0;
    }
    .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        float: right;
        display: block;
    }
    .navbar-nav>li {
        display: block;
    }
    .navbar {
        text-align: left;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        background: #e57632;
        color: #fff;
    }
    .navbar {
        margin: 0;
    }
    .header-wrap .conInfo span {
        text-align: left;
    }
    .about_box {
        margin-left: 0;
        padding-right: 0;
    }
    .carImg {
        margin-bottom: 30px;
    }
    .about_box .title {
        margin-bottom: 20px;
    }
    .navbar-nav li a+i {
        display: block;
    }
    .navbar-nav>li>ul {
        width: 100%;
        position: static;
        display: none;
        margin-left: 0;
        opacity: 1;
        visibility: visible;
    }
    .blog-section .col-lg-4:nth-child(4) .single-blog .blog-content {
        margin-bottom: 25px;
        padding-bottom: 30px;
    }
    .flight_wrap .col-lg-4:nth-child(3) .flight {
        margin-top: 25px;
    }
    .flight_wrap .col-lg-4:nth-child(2) .flight {
        margin-top: 25px;
    }
    .flight_wrap .col-lg-6:nth-child(2) {
        margin-top: 30px;
    }
    .service-wrap .service_box {
        margin: 5px 0;
    }
    .service_sec .col-lg-4:last-child .service_box {
        margin-bottom: 30px;
    }
    .emer_info {
        margin-left: 0;
        max-width: none;
    }
    .emergency-wrap {
        padding: 20px 0 50px 0;
    }
    .emergency-wrap .title h1 sup {
        vertical-align: revert;
        background: #f00;
        color: #fff;
        padding: 12px 14px;
        font-size: 15px;
    }
    .vid_box {
        max-width: inherit;
    }
    .navigation-wrap .caret:after {
        display: none;
    }
    .galleryImg {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    #style-switcher {
        display: none;
    }
    .header-wrap {
        display: block;
    }
    .videoslider h1 {
        font-size: 34px;
    }
    .videoslider p {
        font-size: 24px;
    }
    .top_right {
        float: none;
    }
    .logo {
        margin-right: 70px;
    }
    .emer_phone span {
        display: block;
        margin-left: 0;
    }
    .chooseWrap h2 {
        font-size: 28px !important;
    }
    .sub_title {
        font-weight: normal;
    }
    .door_service {
        text-align: center;
    }
    .door_service .door_icons {
        display: inline-block;
    }
    .contact_info {
        text-align: left !important;
    }
    .footer-links li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #565656;
        padding-bottom: 8px;
        padding-top: 9px;
    }
    .footer-links li:last-child {
        border: none;
    }
    .choose_box {
        margin-right: 0;
    }
    .sub_title {
        font-size: 16px;
    }
    .service_sec {
        margin-top: 0;
    }
    .topbar-wrap .phone {
        margin-left: 0;
        margin-top: 10px;
    }
    .videoWrp,
    .hero-wrapper {
        height: 300px;
    }
    .footer_icon {
        text-align: center;
    }
    .blog_list .blog-detail {
        padding: 20px;
    }
    .navbar li {
        padding: 0;
    }
    .social-media,
    .topbar-wrap {
        text-align: center;
    }
    .header_info {
        display: inline-block;
        text-align: left;
    }
    .header_info li {
        display: block;
        margin: 20px 0;
        padding: 0;
        border: none;
    }
    .header_info {
        border: none;
    }
    .atlanta_logo {
        text-align: left !important;
        margin-right: 76px;
    }
    .advice-wrap .title h1 {
        font-size: 32px;
    }
    .advice-wrap .phonewrp a {
        font-size: 36px;
    }
    .advice-wrap .phonewrp:before {
        top: 0;
    }
    .header-wrap {
        text-align: center;
    }
    .contact-list {
        position: static;
        margin: 0 auto 50px auto;
    }
    .work-wrap .title p {
        font-size: 16px;
    }
    .work-wrap .title p:before,
    .work-wrap .title p:after {
        display: none;
    }
    .title h1 {
        font-size: 36px;
    }
    .media_logo {
        margin-top: 30px;
    }
    .medialinker_img img {
        width: 100%;
    }
    .work-wrap .readmore a {
        font-size: 18px;
        padding: 12px 30px;
    }
    .slider_info .sliderText {
        font-size: 22px;
        line-height: 30px;
    }
    .sinceWrp {
        font-size: 18px;
        color: #000;
    }
    .copyright-content p {
        text-align: center;
    }
    .credit {
        text-align: center;
    }
    .readmore a {
        font-size: 14px;
        padding: 14px 24px;
    }
    .newsletter-wrap .form-control {
        font-size: 14px;
        padding: 34px 22px 34px 65px;
    }
    .newsletter-wrap .form_icon {
        font-size: 28px;
        margin-top: -13px;
    }
    .newsletter-wrap {
        padding: 35px 15px;
    }
    .gallery_style1 .col-lg-4:nth-child(2) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-4:nth-child(3) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(2) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(3) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(4) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-6:nth-child(2) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
        margin-top: 30px;
    }
    .gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
        margin-top: 30px;
    }
    .single-blog a img {
        width: 100%;
    }
    .blog-section .col-lg-4:nth-child(1) .single-blog .blog-content {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .blog-section .col-lg-4:nth-child(2) .single-blog .blog-content {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .blog-section .col-lg-4:nth-child(3) .single-blog .blog-content {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .blog-section .col-lg-4:nth-child(4) .single-blog .blog-content {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .blog-section .col-lg-4:nth-child(5) .single-blog .blog-content {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .header_info .phonewrp {
        margin-right: 0;
    }
    .chooseWrap .title {
        margin-bottom: 30px;
    }
    .service_box {
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .videoslider h1 {
        font-size: 24px;
    }
    .doorstep-wrap {
        padding: 50px 0 40px 0;
    }
    .doorstep-wrap .row .row {
        text-align: center;
    }
    .video-wrap .title h2 {
        font-size: 26px;
    }
    .banner_wrap .title h1 {
        font-size: 32px;
    }
    .choose_box {
        padding: 40px;
    }
    .playbtn a span {
        border-left: 25px solid #e57632;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin-top: 4px;
    }
    .playbtn a {
        width: 25px;
        height: 38px;
    }
    .contact-wrap .header-wrap .conInfo a {
        font-size: 22px;
    }
    .contact-wrap {
        padding: 60px 0;
    }
    .contact_info {
        padding: 0;
    }
    .emer_phone img {
        width: 32px;
    }
    .contact-wrap .title {
        margin-bottom: 25px;
    }
    .testimonials_sec p {
        padding-right: 0;
    }
    .quote_icon {
        color: rgb(255 255 255 / 26%);
    }
    .page_content .quote_icon {
        color: rgb(46 55 95 / 8%);
    }
    .contact_info .conInfo span {
        font-size: 14px;
    }
    .contact-wrap .emailWrp {
        font-size: 14px;
    }
    .emergency-wrap .title h1 sup {
        display: inline-block;
        padding: 12px 14px;
        vertical-align: sub;
    }
    .videoImg img {
        border: 10px solid #fff;
    }
    .videoslider p {
        font-size: 16px;
    }
    .videoWrp,
    .hero-wrapper {
        height: 200px;
    }
    .client_box {
        display: block;
    }
    .advice-wrap .phonewrp:before {
        left: 50%;
        margin-left: -31px;
    }
    .advice-wrap .phonewrp {
        padding-left: 0;
        padding-top: 80px;
    }
    .page-navigation .page-go-link,
    .page-navigation .page-go {
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-wrap form input[type="submit"] {
        padding: 0 16px;
        font-size: 14px;
    }
    .newsletter-wrap .form_icon {
        font-size: 22px;
        margin-top: -10px;
    }
    .newsletter-wrap .form-control {
        padding: 32px 20px 32px 56px;
        font-size: 12px;
    }
    .maprwp iframe {
        height: 200px;
    }
    .contact-info-icon {
        margin: 30px auto;
    }
    .single-contact-info {
        display: block;
        text-align: center;
    }
    .contact-info-text {
        margin: 30px 0;
    }
    .about-wrap h3 {
        font-size: 20px;
    }
    .footer_links {
        border: none;
    }
    .footer_links li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #3d5565;
        padding: 5px 0;
    }
    .footer_links li a {
        font-weight: normal;
    }
    .footer_links li:first-child {
        border-top: 1px solid #3d5565;
    }
    .footer_links {
        margin-top: 20px;
    }
    .testimonial-wrap .owl-nav {
        position: static;
        margin-top: 20px;
        text-align: center;
    }
    .header_logo {
        padding-right: 80px;
    }
    .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;
    }
    .contact-list li .icon img {
        width: 30px;
    }
    .contact-list p {
        font-size: 14px;
    }
    .law-wrap .title h1 {
        font-size: 20px;
    }
    .contact-wrap:before {
        height: 56%;
    }
    .newsletter-wrap .title h1 {
        font-size: 22px;
    }
    .newsletter-wrap .title h1 span {
        font-size: 18px;
    }
    .contact-wrap .title h1 {
        font-size: 22px;
    }
    .blog-detail p {
        font-size: 14px;
    }
    .lawflex .law_box {
        font-size: 20px;
    }
    .contact_box {
        margin-bottom: 8px;
    }
    .emailtext {
        font-size: 15px !important;
        font-weight: normal;
    }
    .header_info {
        margin-top: 0;
    }
    .slidertext5 a {
        border-width: thin !important;
    }
    .title h1 {
        font-size: 26px;
    }
    .title p {
        font-size: 14px;
    }
    .digitalInfo p {
        font-size: 14px;
    }
    .blog_info {
        padding: 20px;
    }
    .blog_List span {
        padding-right: 12px;
    }
    .contact_form {
        padding: 25px;
    }
    #counter .counter-number {
        font-size: 30px;
    }
    .door_service h3 {
        font-size: 14px;
    }
    .door_service .door_icons {
        width: 80px;
        height: 80px;
        line-height: 74px;
    }
    .door_service .door_icons img {
        width: 50px;
    }
    #counter span {
        font-size: 14px;
    }
    .contact-wrap .input-group .form-control {
        height: 50px;
    }
    .blog-wrap h3 {
        line-height: 28px;
        font-size: 20px;
    }
    .slider-wrap {
        padding: 80px 0;
    }
    .slider_info .sliderText {
        font-size: 16px;
        line-height: 20px;
    }
    .copyright-wrap .footer_links li {
        border-bottom: 1px solid #d0d0d0;
    }
    .copyright-wrap .footer_links li:first-child {
        border-top: none;
    }
    .copyright-wrap .footer_links li:last-child {
        border-bottom: none;
    }
    .gallery_style1 .col-lg-4:nth-child(2) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-4:nth-child(3) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(2) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(3) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(4) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-6:nth-child(2) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
        margin-top: 15px;
    }
    .gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
        margin-top: 15px;
    }
}

.main-content {
    background: url(../images/landing-banner.jpg) center 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-footer 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;
}

button.close {
    padding: 14px;
    color: white;
    opacity: 1
}

.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;
}

.modal-content {
    background-color: transparent;
    border: none
}

.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;
}

.appointment_btn .social-icons,
.bottom-links {
    display: none
}

@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;
    }
    .main-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services-categories .title_landing {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .appointment_btn .smoothscroll {
        display: block
    }
    .appointment_btn .social-icons {
        display: block;
        margin-top: 30px
    }
    .header_info {
        display: none
    }
    .header-wrap .logo {
        padding: 10px 0;
    }
    .about-wrap {
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .main-content {
        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;
    }
    .contact_info .phonewrp:before {
        width: 46px;
        height: 46px;
        background-size: cover;
    }
    .contact_info .emailWrp:before {
        width: 37px;
        height: 53px;
        background-size: cover;
    }
    .get_quote {
        margin-top: 50px;
    }
    .bottom-links {
        position: fixed;
        background: #e57632;
        border: 5px solid #e57632;
        width: 100%;
        bottom: 0;
        z-index: 9999;
        display: block;
    }
    .bottom-links ul {
        margin-bottom: 0
    }
    .bottom-links li {
        width: 49%;
        display: inline-block;
        text-align: center;
        border-right: solid 1px #cf7b47;
    }
    .bottom-links li a {
        color: #fdfdfd !important;
        padding: 2px 0;
        display: block;
        font-size: 25px;
        font-weight: 900;
        font-family: Barlow Condensed;
    }
    .bottom-links li:last-child {
        border-right: none
    }
    .bottom-links li a:hover {
        text-decoration: none
    }
    .footer-wrap {
        padding: 15px 0 60px 0;
    }
    .page-scroll {
        bottom: 60px;
    }
}

.breadcrumb-bottom-area {
    position: relative;
    overflow: hidden;
    padding: 18px 0 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.breadcrumb-bottom-area .left ul {
    margin-bottom: 0;
}

.breadcrumb-bottom-area .left ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-bottom-area .left ul li:last-child {
    margin-right: 0;
}

.breadcrumb-bottom-area .left ul li a {
    color: #404040;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}

.breadcrumb-bottom-area .left ul li a.active {
    color: #e57632;
}

.breadcrumb-bottom-area .left ul li i {
    font-size: 16px;
}

.breadcrumb-bottom-area .left ul li a:hover {
    color: #e57632;
}

.breadcrumb-bottom-area .right span {
    color: #e57632;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.breadcrumb-bottom-area .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom-area .right a {
    display: inline-block;
}

.breadcrumb-bottom-area .right span:hover {
    color: #000;
}


/*single car 1*/

.uni-single-car-body {
    padding: 80px 0;
}

.uni-single-car-right .uni-single-car-right-price-ma h4 {
    font-family: 'proxima_nova_altbold';
    font-size: 44px;
    line-height: 82px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #e57632;
    margin: 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-single-car-right-price-ma h4 {
        font-size: 36px;
    }
}

.uni-single-car-right .uni-single-car-right-price-ma p {
    font-size: 24px;
    line-height: 41px;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    background-color: #f4f4f4;
}

.uni-single-car-right .uni-single-car-right-price-ma p span {
    font-size: 14px;
}

.uni-single-car-right .uni-trade-make {
    padding: 30px 0;
}

.uni-single-car-right .uni-trade-make button {
    display: block;
    width: 100%;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    border-radius: 4px;
    border: solid 1px #e57632;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 20px;
}

.uni-single-car-right .uni-trade-make button.trade {
    margin-bottom: 10px;
}

.uni-single-car-right .uni-trade-make button:hover {
    color: #fff;
    background: #e57632;
}

.uni-single-car-right .uni-trade-make button:hover i {
    color: #fff;
}

.uni-single-car-right .uni-trade-make button i {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #e57632;
    padding-right: 10px;
}

.uni-single-car-right .uni-trade-make label {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}

.uni-single-car-right .uni-trade-make label sup {
    color: #e57632;
    font-weight: bold;
}

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

.uni-single-car-right .uni-trade-make input {
    height: 44px;
}

.uni-single-car-right .uni-trade-make textarea {
    height: 140px;
}

@media screen and (min-width: 768px) {
    .uni-single-car-right .uni-trade-make .modal-dialog {
        width: 770px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 130px auto;
        position: relative;
    }
}

.uni-single-car-right .uni-trade-make .modal-dialog h2 {
    position: absolute;
    top: -50px;
    font-family: "Proxima Nova Th";
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    /*text-transform: uppercase; */
}

.uni-single-car-right .uni-trade-make .modal-dialog h2 span {
    color: #e57632;
}

.uni-single-car-right .uni-trade-make .modal-dialog .modal-content {
    background-color: #f4f4f4;
    border-radius: 0;
}

.uni-single-car-right .uni-trade-make .modal-dialog .modal-content .uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.active>a {
    background: transparent;
}

.uni-single-car-right .uni-trade-make .modal-dialog .modal-content .uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li {
    margin-left: 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .nav-tabs li a {
    font-style: italic;
    padding-top: 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content {
    background: transparent;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .contact-detail {
    padding: 0 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .contact-detail button {
    margin-left: 0;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img {
    padding: 0 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img h4 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li {
    display: inline-block;
    margin-right: 5px;
    width: 115px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li:last-child {
    border-radius: 4px;
    background-color: #e0e0e0;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: normal;
    text-align: center;
    color: #aeaeae;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li:last-child:hover {
    cursor: pointer;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li .uni-upload-de-fix {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li .uni-upload-de-fix span {
    display: block;
    float: left;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li .uni-upload-de-fix span:hover {
    color: #e57632;
    cursor: pointer;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li .uni-upload-de-fix .fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-upload-img ul li .uni-upload-de-fix .delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content .uni-paste-a-link {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content button {
    display: block;
    width: auto;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #e57632;
    background: #e57632;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 20px;
    margin: 0 20px;
}

.uni-single-car-right .uni-trade-make .modal-dialog .tab-content button:hover {
    background: #fff;
    color: #e57632;
}

.uni-single-car-right .uni-make-an-offer-price .modal-title {
    font-family: "Proxima Nova Th";
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}

.uni-single-car-right .uni-make-an-offer-price .modal-body img {
    width: 100%;
    height: auto;
}

.uni-single-car-right .uni-make-an-offer-price .modal-footer {
    text-align: left;
}

.uni-single-car-right .uni-make-an-offer-price .modal-footer .vk-btn-send {
    margin-top: 20px;
}

.uni-single-car-right .uni-make-an-offer-price .modal-footer button {
    width: auto;
    line-height: 42px;
    background: #e57632;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-right .uni-make-an-offer-price .modal-footer button:hover {
    color: #e57632;
    background: transparent;
}

.uni-single-car-right .uni-vehicles-features h4 {
    font-family: 'Proxima Nova Th';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    background-color: #22292d;
    padding: 0 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0;
    box-shadow: 0 0 10px 1px rgba(119, 119, 119, .75);
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-vehicles-features h4 {
        font-size: 14px;
    }
    .uni-single-car-right .uni-vehicles-features h4 span {
        color: #e57632;
    }
}

.uni-single-car-right .uni-vehicles-features .uni-vehicles-features-info {
    background-color: #e57632;
    padding: 0;
    border-radius: 5px;
}

.uni-single-car-right .uni-vehicles-features table tr {
    padding: 0 20px;
}

.uni-single-car-right .uni-vehicles-features table tr td {
    padding-left: 0;
    padding-right: 0;
}

.uni-single-car-right .uni-vehicles-features table tr td:first-child {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.57;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-vehicles-features table tr td:first-child {
        font-size: 12px;
    }
}

.uni-single-car-right .uni-vehicles-features table tr td:last-child {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.57;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-vehicles-features table tr td:last-child {
        font-size: 12px;
    }
}

.uni-single-car-right .uni-payment-calculator {
    background-color: #f4f4f4;
    padding-bottom: 20px;
}

.uni-single-car-right .uni-payment-calculator h4 {
    font-family: 'Proxima Nova Th';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    background-color: #22292d;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-payment-calculator h4 {
        font-size: 14px;
    }
}

.uni-single-car-right .uni-payment-calculator h4 span {
    color: #e57632;
}

.uni-single-car-right .uni-payment-calculator form {
    padding: 20px;
}

.uni-single-car-right .uni-payment-calculator form label {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-car-right .uni-payment-calculator form label span {
    color: #e57632;
}

.uni-single-car-right .uni-payment-calculator form input {
    height: 44px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator form input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator form input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator form input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator form .controls button {
    display: block;
    width: 100%;
    font-family: 'Proxima Nova Th';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    padding: 0;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e57632;
    border: 1px solid #e57632;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
}

.uni-single-car-right .uni-payment-calculator form .controls button:hover {
    background: transparent;
    color: #e57632;
}

.uni-single-car-right .uni-payment-calculator ul {
    background-color: #e0e0e0;
    padding: 5px 20px 20px 20px;
    margin: 0 20px;
}

.uni-single-car-right .uni-payment-calculator ul li {
    padding-top: 10px;
}

.uni-single-car-right .uni-payment-calculator ul li span {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
}

.uni-single-car-right .uni-payment-calculator ul li p {
    font-weight: bold;
    font-size: 16px;
    color: #e57632;
}

.uni-single-car-right .uni-vehicles-features ul {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(119, 119, 119, .75);
}

.uni-single-car-right .uni-vehicles-features li {
    background: #22292d;
    margin: 5px;
    padding: 0 20px;
    border-radius: 5px;
}

.uni-single-car-right .uni-vehicles-features a {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-right .uni-vehicles-features li a {
        font-size: 12px;
    }
}

.uni-single-car-right .uni-vehicles-features li:hover {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: #222;
}

.uni-single-car-left h2 {
    font-family: 'Proxima Nova Th' !important;
    font-size: 36px !important;
    font-weight: normal !important;
    font-style: italic !important;
    font-stretch: normal !important;
    line-height: 0.72 !important;
    letter-spacing: normal !important;
    /*text-transform: uppercase;*/
    text-align: left !important;
    color: #22292d !important;
}

.uni-single-car-left .uni-single-car-left-top {
    padding: 30px 0;
}

.uni-single-car-left .uni-single-car-left-top ul li {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 1199px) {
    .uni-single-car-left .uni-single-car-left-top ul li {
        margin-bottom: 15px;
    }
}

.uni-single-car-left .uni-single-car-left-top ul li:last-child {
    margin-right: 0;
}

.uni-single-car-left .uni-single-car-left-top ul li a {
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #343c40;
    border-radius: 4px;
    border: solid 1px #e57632;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-left .uni-single-car-left-top ul li a:hover {
    color: #fff;
    background: #e57632;
}

.uni-single-car-left .uni-single-car-left-top ul li a:hover i {
    color: #fff;
}

.uni-single-car-left .uni-single-car-left-top ul li a i {
    color: #e57632;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-single-car-left .uni-single-car-left-top ul li p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
    border-radius: 4px;
    background-color: #f0f0f0;
    padding: 0 30px;
    text-transform: uppercase;
}

.uni-single-car-left .uni-single-car-left-top ul li p span {
    color: #666666;
}

.uni-single-car-left .uni-single-car-gallery-images {
    position: relative;
}

.uni-single-car-left .uni-single-car-gallery-images .slick-dots {
    display: none !important;
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-left .uni-single-car-gallery-images .slick-list {
        margin-top: 20px;
    }
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item-nav {
    padding: 0 5px;
    margin-top: 10px;
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item-nav.slick-active {
    position: relative;
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item-nav.slick-active:after {
    content: '';
    position: absolute;
    width: 94%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item-nav.slick-current:after {
    content: '';
    background: transparent;
}

.uni-single-car-left .uni-single-car-gallery-images .slide-item-nav.slick-current img {
    border: solid 3px #e57632;
}

.uni-single-car-left .uni-single-car-gallery-images .slick-next,
.uni-single-car-left .uni-single-car-gallery-images .slick-prev {
    width: 40px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    top: -300px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-car-left .uni-single-car-gallery-images .slick-next,
    .uni-single-car-left .uni-single-car-gallery-images .slick-prev {
        top: -200px;
    }
}

@media screen and (max-width: 991px) {
    .uni-single-car-left .uni-single-car-gallery-images .slick-next,
    .uni-single-car-left .uni-single-car-gallery-images .slick-prev {
        display: none !important;
    }
}

.uni-single-car-left .uni-single-car-gallery-images .slick-prev {
    left: 0;
}

.uni-single-car-left .uni-single-car-gallery-images .slick-prev:before {
    content: '\f053';
    font-family: FontAwesome;
    color: #fff;
}

.uni-single-car-left .uni-single-car-gallery-images .slick-next {
    right: 0;
}

.uni-single-car-left .uni-single-car-gallery-images .slick-next:before {
    content: '\f054';
    font-family: FontAwesome;
    color: #fff;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .uni-shortcode-tab-1 ul li {
    width: 25%;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .uni-shortcode-tab-1 ul li a {
    padding: 10px 0;
    text-align: center;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content {
    padding-top: 40px !important;
    /*feature option*/
    /*contact info*/
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content h4 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}

@media screen and (max-width: 991px) {
    .uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content h4 {
        margin-top: 20px;
    }
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content h4 span {
    color: #e57632;
    padding-right: 10px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content ul li {
    width: 100%;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content ul li i {
    color: #e57632;
    padding-right: 5px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology table {
    width: 100%;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology table tr td {
    border-bottom: 1px solid #E0E0E0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology table tr td:first-child {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.57;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #666666;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology table tr td:last-child {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.57;
    letter-spacing: normal;
    text-align: right;
    color: #22292d;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology .performance {
    margin-top: 40px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .techology .transmission {
    margin-top: 40px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .feature-option p {
    margin-bottom: 40px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .feature-option ul li {
    border-bottom: 1px solid #E0E0E0;
    line-height: 49px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li:last-child {
    border-bottom: none;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li .contact-info-icons {
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #e57632;
    float: left;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li .contact-info-text {
    padding-left: 50px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li .contact-info-text h4 {
    font-family: "Proxima Nova Th";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #e57632;
    margin-bottom: 0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info ul li .contact-info-text p {
    margin-bottom: 0;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info iframe {
    width: 100%;
    height: 330px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form {
    background-color: #f4f4f4;
    padding: 20px 0 30px 0;
    margin-top: 40px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form h3 {
    font-family: "Proxima Nova Th";
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #22292d;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form h3 span {
    color: #e57632;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form .form-group {
    margin-bottom: 30px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form label {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    text-transform: uppercase;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form label sup {
    font-weight: bold;
    color: #e57632;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form form {
    padding: 30px 30px 30px;
}

.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 input {
    height: 44px;
}

.uni-single-car-left-tabs .uni-shortcode-tabs-default .tab-content .contact-info .contact-info-form textarea {
    height: 140px;
}

.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-shortcode-tabs-default .tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li>a {
    font-family: 'Proxima Nova Th';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
    text-transform: uppercase;
    border: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li>a {
        font-size: 10px;
    }
}

.uni-shortcode-tabs-default .nav-tabs>li {
    margin-bottom: 0;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.open,
.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 2px solid #e57632;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.open>a,
.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #e57632;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.open>a>i,
.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.open .dropdown-menu,
.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.active {
    border-bottom: 2px solid #e57632;
    position: relative;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #e57632;
}

.uni-shortcode-tabs-default .tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.uni-shortcode-tabs-default .tabbable-line>.tab-content {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.uni-shortcode-tabs-default .portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

.uni-shortcode-tabs-default .tab-content p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-shortcode-tab-1 {
    padding-bottom: 40px;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs {
    background-color: #22292d;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li>a {
    line-height: 3;
}

.uni-shortcode-tab-1 .nav-tabs>li.active>a {
    background: transparent;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li.active {
    border-bottom: none;
    position: relative;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li.open,
.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li:hover {
    border-bottom: none;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #fff;
    background: #e57632;
    border-radius: 0;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li.open>a,
.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: #e57632 !important;
    color: #fff;
    border-radius: 0;
}

.uni-shortcode-tab-1 .nav>li>a {
    padding: 10px 34px;
}

.uni-shortcode-tab-1 .nav-tabs>li {
    margin-bottom: 0;
    padding-left: 5px;
}

.uni-shortcode-tab-1 .tabbable-line>.nav-tabs>li {
    margin-right: 0px;
}

.compare p i {
    color: #e57632;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.floatleft {
    float: left;
}


/*ABOUT US*/

.uni-about-us {
    overflow: hidden;
}

.uni-about-us-body {
    padding-top: 80px;
}

.uni-about-us-welcome-text {
    padding-top: 60px;
}

.uni-about-us-welcome-text p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.uni-about-us-welcome-text h4 {
    font-family: "Proxima Nova Th";
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
    text-transform: uppercase;
    margin-top: 60px;
}

.uni-about-us-welcome-text h4 span {
    color: #e57632;
}

.uni-about-us-welcome-img {
    margin-top: 60px;
}

.uni-about-us-welcome-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .title-default {
        font-size: 30px;
    }
}

.title-default span {
    color: #e57632;
}

.uni-underline {
    background: url("../images/about/underline.png") no-repeat;
    background-position: center center;
    height: 16px;
}

.uni-about-us-welcome-text {
    padding-top: 60px;
}

.uni-about-us-welcome-text p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.uni-about-us-welcome-text h4 {
    font-family: "Proxima Nova Th";
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
    text-transform: uppercase;
    margin-top: 60px;
}

.uni-about-us-welcome-text h4 span {
    color: #e57632;
}

.uni-about-us-welcome-img {
    margin-top: 60px;
}

.uni-about-us-welcome-img img {
    width: 100%;
    height: auto;
}


/*WHY CHOOSE SMARTCAR*/

.uni-about-why-choose-smartcar {
    padding-top: 80px;
}

.uni-about-why-choose-smartcar .title-default {
    color: #fff !important;
}

.uni-about-why-choose-smartcar .title-default span {
    color: #e57632 !important;
}


/*ICONS BOXES*/

.uni-shortcode-icon-boxes-default {
    padding-top: 80px;
}

.uni-shortcode-icon-boxes-default .item {
    padding-bottom: 80px;
}

.uni-shortcode-icon-boxes-default .item .item-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: solid 1px #e57632;
}

.uni-shortcode-icon-boxes-default .item .item-caption {
    padding-left: 80px;
}

.uni-shortcode-icon-boxes-default .item .item-caption h4 {
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #e57632;
    text-transform: uppercase;
}

.uni-shortcode-icon-boxes-default .item .item-caption h4 span {
    color: #22292d;
}

.uni-shortcode-icon-boxes-default .item .item-caption p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-shortcode-icon-boxes-background {
    background-position: center center;
    background-size: cover;
}

.uni-shortcode-icon-boxes-background .item .item-caption h4 span {
    color: #fff;
}

.uni-shortcode-icon-boxes-background .item .item-caption p {
    color: #fff;
}

.uni-testimonial-default {
    padding-bottom: 30px;
}

.uni-testimonial-default .item-testimonial {
    border-radius: 4px;
    border: solid 1px #e57632;
    padding: 20px 30px;
}

.uni-testimonial-default .item-testimonial .testimonial_para {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

@media screen and (max-width: 575px) {
    .uni-testimonial-default .item-testimonial .col-sm-10.clear-padding {
        padding-left: 15px;
    }
}

.uni-testimonial-default .item-testimonial h4 {
    font-family: 'Proxima Nova Th';
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
    margin-bottom: 0;
}

.uni-testimonial-default .item-testimonial .item-img {
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.uni-testimonial-default .item-testimonial .item-info {
    padding-top: 7px;
}

.uni-testimonial-default .item-testimonial .testimonial_subtitle span {
    font-family: 'Proxima Nova Th';
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #e57632;
}


/*CUSTOMERS SAY*/

.uni-about-customer-say {
    padding: 95px 0 80px 0;
}

.uni-about-customer-say .title-default {
    text-align: left;
    color: #e57632;
}

.uni-about-customer-say .title-default span {
    color: #22292d;
}

.uni-about-customer-say .uni-underline-left {
    background: url("../images/about/underline1.png") no-repeat;
    height: 16px;
}

.uni-about-customer-say .uni-about-customer-say-left {
    position: relative;
}

.uni-about-customer-say .uni-about-customer-say-left .uni-about-customer-say-left-body {
    padding-top: 60px;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav {
    position: absolute;
    top: -145px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav {
        display: none;
    }
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-dots {
    position: absolute;
    top: -50px;
    right: 0;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 0;
    margin: 5px 3px;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-dots .owl-dot.active span,
.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-dots .owl-dot:hover span {
    background: #e57632;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav [class*=owl-] {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: solid 1px #e57632;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav [class*=owl-]:hover {
    background: #e57632;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav [class*=owl-]:hover:before {
    color: #fff;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav .owl-prev:before {
    content: '\f053';
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: normal;
    color: #aeaeae;
}

.uni-about-customer-say .uni-about-customer-say-left .owl-theme .owl-nav .owl-next:before {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
}

.uni-about-customer-say .uni-about-customer-say-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    background-color: #e0e0e0;
    float: left;
    width: calc(100% / 3);
    border: 5px solid #fff;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .uni-about-customer-say .uni-about-customer-say-right ul li {
        width: calc(100%/2);
    }
}

.title-default {
    font-family: "Proxima Nova Th";
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
}


/*CONTACT*/

.uni-contact-us-body {
    padding: 60px 0;
}

.uni-contact-us-body h2 {
    font-family: "Proxima Nova Th";
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    /*text-transform: uppercase;*/
    padding: 0 30px;
}

.uni-contact-us-body h2 span {
    color: #e57632;
}

.uni-contact-us-getintouch {
    background: #f4f4f4;
    padding: 30px 0;
}

.uni-contact-us-getintouch form {
    padding: 30px 30px 0 30px;
}

.uni-contact-us-getintouch label {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    text-transform: uppercase;
}

.uni-contact-us-getintouch label sup {
    color: #e57632;
}

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

.uni-contact-us-getintouch input {
    height: 44px;
}

.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-contact-us-contact-info {
    background: #f4f4f4;
    padding: 30px 0;
}

.uni-contact-us-contact-info ul {
    padding: 40px 30px;
    padding-bottom: 0;
}

.uni-contact-us-contact-info ul li {
    margin-bottom: 18px;
}

.uni-contact-us-contact-info ul li .icons {
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e57632;
    float: left;
    margin-right: 10px;
}

.uni-contact-us-contact-info ul li .text {
    padding-left: 45px;
}

.uni-contact-us-contact-info ul li .text span {
    font-family: "Proxima Nova Th";
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    color: #e57632;
}

.uni-contact-us-contact-info ul li .text p {
    line-height: 1.71;
    text-transform: uppercase;
    margin-bottom: 0;
}

.uni-contact-us-map {
    margin-top: 60px;
}

.uni-contact-us-map iframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.uni-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #E0E0E0;
    overflow: hidden;
}

.uni-divider-double {
    height: 3px;
    border-bottom-width: 1px;
}

.uni-dot {
    border-style: dashed;
}

.uni-divider-2px-double {
    height: 3px;
    border-bottom-width: 3px;
}

.btn-orange {
    background-color: #e57632;
}

.widget-content {
    text-align: left !important;
}

.padding-footer {
    padding: 10px 0 30px 0 !important;
}
.uni-main-menu .uni-menu-text {
    padding-top: 15px !important;
}