/*@font-face {
    font-family:'Constantia';
    src: url('../fonts/Constantia.woff2') format('woff2'),
        url('../fonts/Constantia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Constantia';
  src: url('../fonts/Constantia.eot?#iefix') format('embedded-opentype'),  url('../fonts/Constantia.woff') format('woff'), url('../fonts/Constantia.ttf')  format('truetype'), url('../fonts/Constantia.svg#Constantia') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    overflow-x: hidden;
    font-family: 'Constantia';
    font-weight: 400;
    color: #272727;
}

body,
html {
    height: 100%;
    width: 100%;
}

body:before,
body:after {
    content: none!important
}

::i-block-chrome,
body {
    -webkit-text-stroke: .1px
}

img {
    max-width: 100%;
    vertical-align: top;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

label {
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #4265a8;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

/*****  Main CSS  *****/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

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

.container .container {
    width: auto;
    padding: 0;
}


/*******************************************************/

/*
        //////////////////////////////  /////////////////////
            ////////////////////////////////////////////    
    ///////////////////////////////////////
    ////////////////////////////////////////////////

*/

/*******************************************************/

/*** header section ***/
.animate{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header {
    background: #fbfcfe;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.animate.sticky{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
     animation: smoothScroll 1s forwards;
}
.navbar-brand>img {
    display: block;
    width: 100%;
}
header .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
}

header .navbar-header {
    width: 10.5%;
}

header .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0 !important;
}

header .menu_bar {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    width: 85%;
}

header .menu_bar .navbar-nav.menu {
    margin-left: 30px;
    margin-top: 42px;
    float: right;
}

header .menu_bar .navbar-nav li:first-child {}

header .menu_bar .navbar-nav li {
    padding: 0 23px;
}

header .menu_bar .navbar-nav li a {
    color: #000000;
    font-size: 20px;
    padding-bottom: 4px !important;
    border-bottom: 3px solid transparent;
    padding: 0;
    font-weight: 400;
}

header .menu_bar .navbar-nav li.active a,
header .menu_bar .navbar-nav li:hover a,
header .menu_bar .navbar-nav li:focus a {
    color: #e72b32;
    border-color: #e72b32;
    background: transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}
header .menu_bar .navbar-nav.navbar-right li {
    padding: 0 !important;
}

header .menu_bar .navbar-nav.navbar-right li a.btn_pess {
    color: #0e85f3;
    font-size: 15px;
   font-family: 'Poppins', sans-serif;
    border: 1px solid #0e85f3;
    border-radius: 9px;
    width: 108px;
    padding: 10px 0 !important;
    text-align: center;
    margin-right: 10px;
}

header .menu_bar .navbar-nav.navbar-right li a.btn_pess:hover {
    background: #0e85f3;
    color: #fff;
    border-color: #0e85f3;
}

header .menu_bar .navbar-nav.navbar-right li a.drive {
    margin-right: 0px !important;
    background: #0e85f3;
    color: #fff;
}

header .menu_bar .navbar-nav.navbar-right li a.drive:hover {
    background: #fff;
    color: #0e85f3;
    border-color: #0e85f3;
}

/*** banner section ***/

.banner_sec {
    position: relative;
    z-index: 0;
}

.carousel-caption h2 {
    font-size: 50px;
    color: #fefefe;
    text-shadow: none;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;

}


#myCarousel1 .carousel-caption p {
    font-size: 44px;
    color: #fefefe;
    text-align: left;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    top: 23px;
    left: -1px;
    text-shadow: none;
}


.playstore-btn {
    margin-top: 70px;
}

section.image-sec img {
    width: 100%;
}

#myCarousel1 .item > img {
    width: 100%;
}

#myCarousel1 .carousel-inner .container  {
    position: relative;
}

#myCarousel1 .carousel-caption { 
    right: inherit;
    left: 0%;
    text-align: left;
    bottom: initial;
    top: 66px;
    position: relative;
}

#myCarousel1 .item {
    padding-bottom: 88px;
    height: 577px;
}

.banner_sec .banner_caption {
    position: relative;
}

.banner_sec .banner_contnt {
    padding: 0px 0 0
}

.banner_sec .img figure {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: -2px;
}

.banner_sec .img figure img {
    display: block;
    margin: auto;
}

.banner_sec .banner_contnt h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 51px;
}

.banner_sec .banner_contnt p {
    font-size: 44px;
    line-height: 60px;
    color: #fff;
    }
.banner_sec .banner_contnt a.app-btn {
    margin-left: 10px;
    display: inline-block;
}
.banner_sec .banner_contnt a.app-btn.apple-btn {
    margin-left: 0px;
    margin-top: 78px;
    display: inline-block;
}

.banner_sec .banner_contnt .btn_app {
    font-size: 20px;
    color: #fff;
    
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 32px;
}

.banner_sec .banner_contnt .btn_app img {
    margin-right: 8px;
}

.banner_sec .banner_contnt .btn_app img,
.banner_sec .banner_contnt .btn_app span {
    display: inline-block;
    vertical-align: middle;
}

.banner_sec .banner_contnt .btn_app:hover {
    background: #0dabcd;
    border-color: #0dabcd;
}

.banner_sec .carousel-control span {
    display: block;
}

.banner_sec .carousel-control .glyphicon:before {
    display: none;
}

.banner_sec .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 28px;
    height: 54px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 1;
}

.banner_sec .carousel-control.left {
    left: 4%;
    background-image: none;
}

.banner_sec .carousel-control.right {
    right: 4%;
    background-image: none;
}

.banner_sec .carousel-control:hover {
    opacity: 0.5
}

/**** work_sec section ***/

.work_sec {
    display: block;
    padding: 90px 0 89px;
    margin: 0;
}

.heading {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.heading h4 {
    font-size: 40px;
    color: #b3121b;
    padding-bottom: 10px;
        font-weight: 600;

}

.heading h4 span {
    color: #01cdfe;
}

.work_sec figure {
    text-align: center;
    position: relative;
}
.work_sec .row .col-sm-4:last-child figure:after{
    display: none
}
.work_sec figure:after {
    position: absolute;
    content: "";
    background: url(../images/figure-img-after.png) no-repeat;
    right: -85px;
    width: 135px;
    display: none;
    height: 21px;
    top: 76px;
}
.work_sec figcaption {
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
    text-align: center;
}
.work_sec figcaption h3 {
    font-size: 18px;
    color: #333333;
    
    display: inline-block;
    margin-bottom: 12px;
}
.work_sec figcaption p {
    font-size: 16px;
     color: #000000;
}

.work_sec .work_contnt {
    display: block;
    padding-left: 35px;
}

.work_sec .work_contnt h4 {
    font-size: 30px;
    line-height: 43px;
    color: #0d2243;
    
    margin-bottom: 5px;
}

.work_sec .work_contnt p {
    font-size: 17px;
    line-height: 35px;
    color: #373737;
   font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.work_sec .work_contnt ul {
    margin: 12px 0 0;
    padding: 0;
    display: block;
}

.work_sec .work_contnt ul li {
    font-size: 17px;
    line-height: normal;
    color: #373737;
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

.work_sec .work_contnt ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin: auto;
    background: url(../images/polygon.png) no-repeat;
    background-position: center;
    background-size: auto;
    width: 12px;
    height: 14px;
}
.download-apps {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.download-apps .btn-group {
    margin-top: 26px;
}
.download-apps h2{
    font-size:26px;
    color:#333333;
    
    padding-bottom: 30px;
  
}
.download-apps h2 span{
    position: relative;
}
.download-apps h2 span:after{
    position: absolute;
    content: "";
    background: url(../images/down-arrow.png) no-repeat;
       width: 100%;
    height: 80px;
}
.download-apps a.app-btn {
    margin-left: 10px;
}
.download-apps {
    padding: 74px 0;
}

/**** featured_sec section ***/
.featured_sec {
    background: #f2f2f2;
    padding: 62px 0;
    text-align: center;
}

.featured_sec h5 {
    font-size: 22px;
    line-height: 43px;
    color: #0d2243;
    
}

.featured_sec h5 img {
    display: block;
    margin: 0px auto 10px;
}
.featured_sec p {
    font-size: 17px;
    line-height: 27px;
    color: #373737;
}

/*** about section ***/

.about_sec {
    padding: 80px 0 0px;
}

.about_sec .about_contnt {
    width: 100%;
    display: block; 
}
.about_sec .about_contnt p:last-child {
    padding-bottom: 0;
}
.about_sec .about_contnt p {
    font-size: 17px;
    line-height: 35px;
    color: #373737;
    padding-bottom: 8px;
}
section#about-us .heading {
    margin-bottom: 50px;
}   

.about_sec .about_contnt h4 {
    font-size: 30px;
    line-height: 43px;
    color: #0d2243;
    
    margin-bottom: 5px;
}

.about_sec .about_contnt p {
    font-size: 17px;
    line-height: 29px;
    color: #373737;
}

.about_sec .about_contnt .about_person {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
    margin-top: 25px;
}

.about_sec .about_contnt .about_person figure {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.about_sec .about_contnt .about_person figure img {
    width: 100%;
}

.about_sec .about_contnt .about_person .contnt {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    padding-left: 15px;
    margin-top: -5px;
}

.about_sec .about_contnt .about_person .contnt p,
.about_sec .about_contnt .about_person .contnt h6 {
    font-size: 17px;
    line-height: 25px;
    color: #7e7e7e;
}

.about_sec .about_contnt .about_person .contnt h5 {
    font-size: 17px;
    line-height: 35px;
    color: #7e7e7e;
}

/*** contact section ***/

.contact_sec {
    padding: 0px 0px 54px 0;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
}
section#contact-us label {
    color: #fff;
    font-size: 15px;
}

.contact_sec .heading h4:before{
    background: #fff;
}
.contact_sec .heading h4 span{
    color: #fff;
    border-color:#fff;
}


#contact-us .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin:0 auto;
}


section#contact-us h4 {
    margin-bottom: 61px;
}


.contact_sec p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.contact_sec form .form-group {
    margin-bottom: 25px;
}

.contact_sec form .form-group.button {
    margin-bottom: 0px;
}

.contact_sec form .form-control {
    color: #fff;
    font-size: 14px;
    
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: 2px solid #4b99e1;
    background: rgba(60, 142, 217, 1);
}

/*.contact_sec form .form-control:focus, .steps .book_form.book_secform .form-control:focus {
    border-color: #faa61d;
}*/

.contact_sec form textarea.form-control {
    height: 125px;
    resize: none;
}

.contact_sec form input[type="text"]::-webkit-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form textarea::-webkit-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form input[type="text"]::-moz-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form textarea::-moz-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form input[type="text"]::-ms-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form textarea::-ms-input-placeholder {
    color: #c7c7c7;
}

.contact_sec form .btn_sub {
    color: #0d7ce3;
    font-size: 15px;
    
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 50px;
    margin: auto;
    display: block;
}

.contact_sec form .btn_sub:hover {
    background: rgba(13, 124, 227, 0.7);
    color: #fff;
}

/*** footer section ***/

footer {
    display: block;
    margin: 0;
    padding: 30px 0 60px;
    text-align: center;
}

footer .footer-logo a.ftr_log {
    width: 100%;
    max-width: 190px;
    display: inline-block;
    vertical-align: middle;
}

footer span, footer .footer_nav {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0px 0;
}

footer .footer_nav li {
    padding: 0 21px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #666666;
    line-height: 0;
}

footer .footer_nav li:last-child{
    padding-right:0;
}
footer .footer_nav li:first-child{
    padding-left:0;
}
footer .footer_nav li a
{
    font-size: 22px;
}

footer .footer_nav
{
    margin-top: 31px;
    margin-bottom: 18px;
}

footer .footer_nav li:last-child {
    border-right: none;
}

footer span,
footer span, footer .footer_nav li a {
    color: #373737;
    font-size: 22px;
    font-weight: 400;
}
footer span{
    width: 100%;
    display: inline-block;
}

footer .social_link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}

footer .social_link li {
    padding-left: 14px;
    display: inline-block;
    vertical-align: middle;
}

footer .social_link li a {
      color: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    font-size: 21px;
    display: inline-block;

}
footer .social_link li a.new{
    background:#3f729b;
}

footer .social_link li a:hover {
    background: #3c8ed9;
    color: #fff;
}

/*******************************************************/

/*
        //////////////////////////////  /////////////////////
            ////////////////////////////////////////////    
    ///////////////////////////////////////
    ////////////////////////////////////////////////

*/

/*******************************************************/

/*** driver page ***/

.banner_sec.inner_banner {
    background: #151515;
    padding: 55px 0;
}

.banner_sec.inner_banner .banner_contnt {
    padding: 0;
    margin-bottom: 0;
}

.banner_sec.inner_banner .banner_contnt h3 {
    margin-bottom: 0;
}

.steps {
    display: block;
    margin: 0;
    padding: 85px 0 0;
}

.steps .steps_move {
    display: block;
    margin: 0;
    padding: 0;
}

.steps .steps_move li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
    padding-bottom: 28px;
    margin-bottom: 40px;
}

.steps .steps_move li .step_cl {
    padding: 0;
    text-align: center;
}

.steps .steps_move li .step_cl span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #cecece;
    border: 1px solid #cecece;
    border-radius: 100px;
    margin-right: 15px;
    font-size: 20px
}

.steps .steps_move li .step_cl p {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    
    color: #cecece;
}

.steps .steps_move li.current,
.steps .steps_move li.complete {
    border-bottom: 3px solid #f1a529;
    padding-bottom: 27px;
}

.steps .steps_move li.current .step_cl span,
.steps .steps_move li.complete .step_cl span {
    background: #f1a529;
    border-color: #f1a529;
    color: #fff;
}
.steps .steps_move li .step_cl span {
    position: relative;
}
.steps .steps_move li .step_cl span i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.steps .steps_move li .step_cl span i.fa.fa-check {
    opacity: 0;
}
.steps .steps_move li.complete .step_cl span i.fa.fa-external-link, .steps .steps_move li.complete .step_cl span i.fa.fa-file-text-o, .steps .steps_move li.complete .step_cl span i.fa.fa-file-text-o{
opacity: 0;
}
.steps .steps_move li.complete .step_cl span i.fa.fa-check {
    opacity: 1;
}
.steps .steps_move li.current p,
.steps .steps_move li.complete p {
    color: #f1a529;
}

.steps .profile-section {
    margin-bottom: 85px;
}
.steps .book_form .form-group {
    margin-bottom: 20px;
}

.steps .book_form label {
    color: #0aaccd;
    font-size: 18px;
    
    display: block;
    margin-bottom: 10px;
}

.steps .book_form .form-control {
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 52px;
    box-shadow: none;
    outline: none;
    border: 2px solid #0aaccd;
    background: transparent;
}

.steps .book_form .form-control:focus {
    border-color: #faa61d;
}

.steps .book_form textarea {
    height: 125px;
    resize: none;
}

.steps .book_form input[type="text"]::-webkit-input-placeholder {
    color: #cecece;
}

.steps .book_form textarea::-webkit-input-placeholder {
    color: #cecece;
}

.steps .book_form input[type="text"]::-moz-input-placeholder {
    color: #cecece;
}

.steps .book_form textarea::-moz-input-placeholder {
    color: #cecece;
}

.steps .book_form input[type="text"]::-ms-input-placeholder {
    color: #cecece;
}

.steps .book_form textarea::-ms-input-placeholder {
    color: #cecece;
}

.steps .book_form .btn_sub {
    color: #fff;
    font-size: 18px;
    background: #faa61d;
    border: 1px solid #faa61d;
    border-radius: 100px;
    padding: 13px 46px;
    margin: 0;
    float: right;
    display: block;
}

.steps .book_form .btn_sub:hover {
    background: #0dabcd;
    border: 1px solid #0dabcd;
}

.steps .book_form h4 {
    color: #dbdbdb;
    font-size: 25px;
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 10px;
}

.steps .book_form .addre {
    background: #f5f5f5;
    padding: 40px 0;
}

.steps .book_form.book_secform figure {
    margin: 0;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 100px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 25px #dbdbdb;
}

.steps .book_form.book_secform #imageUpload {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 34px;
    height: 34px;
    opacity: 0;
    cursor: pointer;
}

.steps .book_form.book_secform #profileImage {
    cursor: pointer;
}

.steps .book_form.book_secform #profile-container {
    width: 130px;
    height: 130px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.steps .book_form.book_secform #profile-container img {
    width: 100%;border: 2px solid #fff
}

.steps .book_form.book_secform figure span {
    background-color: #00b0cf;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}


.steps .book_form .inputfile-box {
    position: relative;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
}

.steps .book_form .inputfile-box label {
    margin-bottom: 0;
    color: #cecece;
    border: none;
    height: 48px;
    padding: 11px 16px;
    cursor: pointer;
}

.steps .book_form .inputfile {
    display: block;
    opacity: 0;
    position: absolute;
    height: 48px;
}

.steps .book_form .file-box {
    display: inline-block;
    width: 100%;
    color: #cecece;
}

.steps .book_form .file-button {
    background: #eeeeee;
    color: #666666;
    font-size: 17px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
}

.steps .book_form.book_secform .form-control {
    border-color: #e2e2e2;
}
.vehicle_proof {
    padding: 90px 0 0;
}
.vehicle_proof  #profile-container {
    margin: auto;
    display: block;
    text-align: center;
    border: 1px dashed #cecece;
    border-bottom: none;
    height: 308px;
    position: relative;
    overflow: hidden;
}
.vehicle_proof  #profile-container figure{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.vehicle_proof span.browse_btn {
    display: block;
    text-align: center;
    background-color: #00b0cf;
    color: #fff;
    font-size: 19px;
    vertical-align: middle;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}
.vehicle_proof span.browse_btn img{
    vertical-align: middle;   
    margin-left: 8px
}
.vehicle_proof span.browse_btn input[type=file] {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.vehcial_img {
    display: block;
    padding: 60px 0;
}
.vehcial_img .vehicle_proof{
    padding: 0;
}
.vehcial_img .vehicle_proof .heading h4 {
    color: #fff;
}
.vehcial_img .vehicle_proof p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.vehcial_img #profile-container {
    height: 277px;background: #fff;
}
.vehcial_img .btn_sub {
    color: #fff;
    font-size: 18px;
    background: #faa61d;
    border: 1px solid #faa61d;
    border-radius: 100px;
    padding: 14px 50px;
    margin: auto;
    display: block;
    margin-top: 40px;
}
.vehcial_img .btn_sub:hover{
    background: #0dabcd;
    border: 1px solid #0dabcd;
}
.up_file{
    position: relative;
}
.up_file input[type=file] {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/************************************/
form.otp {
    text-align: center;
}
form.otp h4 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
form.otp .btn_sub {
    float: none !important;
    margin: auto !important;
    text-align: center;
}
form.otp .form-group .form-control {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-align: center;
    padding: 0;
    line-height: 45px;
}
form.otp .form-group .resend_btn {
    color: #0aaccd;
    font-size: 18px;
     
}
form.otp .form-group .resend_btn:hover{
    color: #ffa300;
}
.contact_sec form .form-group span.error-msg {
    color: #FFFF00;
	font-size:15px;
}

.sitecontent{font-size: 17px; line-height: 28px; color: #373737;font-family: 'Constantia'; max-width: 840px; margin:0 auto 50px; }
.sitecontent p, .sitecontent ul{margin-bottom: 15px;}   
.sitecontent a{color:#0e85f3;}
.sitecontent a:hover{color:#373737; text-decoration: underline;}
.sitecontent h3{font-size: 17px; margin: 30px 0 10px;} 
.sitecontent ul li{list-style: inside;}
.common-banner{background:url(../images/banner_img.jpg) center top no-repeat; padding: 60px 0; text-align: center;}
.common-banner h1{font-size: 42px; color: #fff;font-family: 'Constantia';}
.indent-txt {padding-left: 30px;}
.padding0{padding:0 !important}
section#how-it-works {
    background: #fff;
}

section.privacy-policy-heading {
    background-color: #01CDFE;
    padding: 60px 0px;
    text-align: center;
    font-size: 36px;
   font-family: 'Poppins', sans-serif;
    color: #fff;
}

section.privacy-policy-content {
    padding: 90px 0px 60px;
}
section.privacy-policy-content p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
   font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

section.privacy-policy-content ul li {
    font-size: 16px;
    color: #555;
    display: inline-block;
    padding: 4px 0;
    line-height: 24px;
}


.content_section h2 {
    color: #444444;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.margin-top-60
{
    margin-top: 60px; 
}

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


.margin-top-90
{
    margin-top: 60px; 
}

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


.margin-top-20
{
    margin-top: 20px;
}


.advertisment h1 {
    font-size: 40px;
    color: #101010;
    font-weight: 600;
    text-align: center;
    padding: 52px 0 44px 0;

}

.content_section p {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 400;
    padding: 7px 90px;
        line-height: 23px;
}

.content_section.redeem p
{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
    padding: 7px 120px;
        line-height: 23px;
}

form label {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;

}


form .form-group textarea.form-control
{
    height: 180px;
    resize: none;
}

 form input.form-control, form textarea.form-control {
    height: 60px;
    background-color: transparent;
    border-color: #949494;
    box-shadow: none;
    border-radius: 11px;
}
.btn.btn-primary {
    font-size: 16px;
    background-color: #e72b32;
    border: none;
    padding: 15px 35px;
    border-radius: 12px;
}

section.content_section.advertisment {
    background-color: #f1f1f1;
    padding-bottom: 49px;
}

.contact-us form, .accordion-wrap {
    display: block;
    box-shadow: 0px 2px 16.83px 0.17px rgba(0, 0, 0, 0.18);
    padding: 80px 115px 60px;
    float: left;
    width: 100%;
        border-radius: 18px;

}

.accordion-wrap
{
    padding: 45px 46px;
}

.address p {
 font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 17px;
}

section.address img {
    position: relative;
    top: 0px;
}

footer .footer_nav  a:hover
{
    color: #e72b32;
}

.accordion-wrap .panel-heading .panel-title a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #e72b32;
}

.accordion-wrap .panel-body {
    color: #656565;
    border: none !important;
    font-size: 16px;
    font-weight: 400;
}

h4.panel-title a
{
    position: relative;
}

h4.panel-title a:before
{
content: "";
height: 30px;
width: 30px;
position: absolute;
background-repeat: no-repeat;
background-position: center;
top: 0;
right: 0;
background-image: url('../images/Arrow.png');
}

.accordion-wrap .panel-default>.panel-heading
{
    background-color: transparent;
    border: none;
}
.accordion-wrap .panel-default
{
    border: none;
    box-shadow: none;
}

section.content_section ul.nav li.active a {
    color: #444444;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #e72b32;
}
section.content_section ul.nav li a {
    color: #8e8d8d;
    font-size: 30px;
    font-weight: 400;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

section.content_section .nav-tabs {
    border-bottom: 0px solid #ddd;
    text-align: center;
}

section.content_section .nav-tabs li {
    float: none;
    display: inline-block;
}
.navbar-brand>img {
    max-width: 100%;
}
.logo.home {
    margin-top: 48px;
    text-align: center;
}

.owl-carousel .owl-prev {
    position: absolute;
    left: -74px;
    top: 54px;
    background-image: url(../images/left.png);
    color: transparent;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.owl-carousel .owl-next {
    position: absolute;
    right: -74px;
    top: 54px;
    background-image: url(../images/right.png);
    color: transparent;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}

.owl-carousel .owl-nav.disabled
{
        display: block;
    position: absolute;
    width: 100%;
    top: 0px;
}

.owl-carousel .owl-stage {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

section.content_section h2 {
    padding: 45px 0;
}
ul.footer_nav li.active a{
    color: #e72b32;
}
section.content_section ul.nav li.active a{
     border-bottom:0;

}
.panel-group {
    margin-bottom: 0;
}
p.margin-top-90.home {
    padding: 7px 0px;
}
p.home.right {
    padding: 0;
}
section.content_section.new-spacing {
    margin-top: 29px;
}
header .menu_bar .navbar-nav li:last-child {
    padding-right: 0;
}
.new-faq {
    margin-top: 100px;
}
.john {
    margin-top: 16px;
}
img.new-red {
    top: -7px!important;
}
.col-md-12.col-sm-12.col-xs-12.text-center {
    padding: 0px 14px 0 30px;
}
.navbar-header {
    padding: 5px;
}
.right-image {
    position: relative;
    top: -21px;
}
.footer-logo.new-you {
    margin-top: 28px;
}
.call .form-group{
    margin-bottom: 0;

}
.flip .form-group label{
    margin-bottom: 9px;

}
textarea.form-control.good {
    padding-top: 13px;
}
textarea.form-control.good {
    padding-top: 13px;
    padding-bottom: 13px;
}
.homerd h1 {
    font-size: 40px;
    color: #101010;
    font-weight: 600;
    text-align: center;
    padding: 52px 0 44px 0;
}
.homerd {
    background-color: #f1f1f1;
        padding-bottom: 70px;

}
.footer-logo.new-top {
    margin-top: 33px;
}
.homerd .form-group{
    margin-bottom: 0;
}

.mobile-show
{
    display: none;
}

.privacy_content li {
    display: block;
    position:relative;
    padding: 5px 0px 15px 35px;
}

.privacy_content li img {
    height: 18px;
    margin-right: auto;
    position: absolute;
    left: 9px;
}

.privacy_content strong {
    margin-bottom: 0px;
    display: block;
    font-size: 23px;
    color: #222;
    font-weight: 500;
}

.privacy_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 15px;
}

.privacy_content b {
    font-weight: 500;
    color: #333;
}

.privacy_content p {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.privacy_content h4 {
    font-size: 18px;
    font-weight: 600;
}

section.content_section.new-spacing.my_policy p {
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #444;
}

.privacy_content ul li
{
   font-size: 16px;
    color: #444;
    font-weight: 400;
    }

    .content_section.about p
    {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 7px 0px;
    line-height: 23px;
    }

    .my_policy .tab-content {
    height: 450px;
    overflow: auto;
}
.logo.home img {
    margin-bottom: 14px;
}
ul.new-spacer {
    margin-top: 14px;
}
img.y-icon.new {
    position: relative;
    top: -5px;
}
input.form-control.error + .error {
    font-size: 15px;
}
label#message-error {
    font-size: 15px;
}
section#how-it-works .owl-carousel .owl-item img{
width: unset;
    margin: 0 auto;

}

section.content_section.new-spacing {
    margin-top: 29px;
}

section.content_section.new-spacing.terms h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 8px;
}

section.content_section.new-spacing.terms p
{
    padding-left: 0;
}

/*ul.nav.navbar-nav.menu li:nth-child(5) a {
    display: none;
}*/
/*ul.footer_nav li:nth-child(5) {
    display: none;
}*/
section#how-it-works .owl-carousel .owl-next,section#how-it-works .owl-carousel .owl-prev {
    top: 50%;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}