.content-section {
    min-height: 30vh;
}
.d-display {
    display: block;
}
.m-display {
    display: none;
}
.position-stop {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px;
}
.zoomimg {
    position: relative;
    overflow: hidden;
}
.zoomimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zoomimg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
p,
ul li,
label {
    font-size: 18px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.heading {
    font-size: 22px;
    margin-bottom: 15px;
    color: #086c9a;
    font-weight: 500;
}
.heading span {
    display: inline-block;
    text-transform: uppercase;
}
.border-btn {
    width: 50%;
    height: 2px;
    background-color: #ccc;
    transition: 1s;
}
section:hover .border-btn {
    width: 100%;
    height: 2px;
    background-color: #02418a;
}
.clear {
    clear: both;
}
.bg-white {
    background-color: #fff;
}
section {
    overflow: hidden;
}
.btn-hover {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-hover:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-hover.view-profile {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
}
.btn-hover.get-qt {
    background-image: linear-gradient(to right, #6ba9e4, #3982cb, #2b4b6d, #163350);
}
.btn-hover.read-more {
    background-image: linear-gradient(to right, #2c63a7, #2d5b96, #315c93, #4e4d46);
}
.btn-hover.view-all {
    background: linear-gradient(#d26547, #f09341);
}
.btn-hover.view-all:hover {
    box-shadow: 1px 3px 4px #000;
}
.btn-hover.buy-ld {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
}
.get-qt i,
.view-profile i {
    font-size: 16px;
    float: left;
    margin-right: 5px;
}
.breadcrumb {
    background: #f7f3f0;
    padding: 15px 0;
}
.slider {
    position: relative;
    width: 100%;
    display: table;
}
.slider .carousel-inner .carousel-item img {
    width: 100%;
    height: 520px;
}
.slider-small {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/images/bg-banner2.png), linear-gradient(to right, #d5e3ec17, rgb(142 145 150));
}
.slider-small .banner-btn {
    padding: 10px 20px;
    margin-top: 22px;
    background-color: red;
    border: 0;
    color: #fff;
    box-shadow: 0 7px 10px #495057;
}
.slider-small .banner-btn:hover {
    box-shadow: 0 7px 10px #000;
}
.slider-small .carousel-inner .carousel-item img {
    width: 100%;
    height: 350px;
}
.slider-captions {
    position: absolute;
    bottom: 140px;
}
.slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
}
.slider .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
}
.slider .owl-prev,
.slider .owl-next {
    background-color: #f12a02;
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 18px;
}
.slider .owl-prev:hover,
.slider .owl-next:hover {
    background-color: #8e517d;
    color: #fff;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 3px;
    margin: 2px 2px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}
.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 50px;
    position: relative;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f12a02;
}
.form-section {
    padding: 0 0 0;
    min-height: auto;
    position: relative;
    background-image: linear-gradient(to right, #d5e3ec17, rgb(142 145 150));
    border-top: 0 solid #ccc;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 370px;
    position: relative;
    z-index: 997;
}
.banner-form {
    position: absolute;
    height: auto;
    width: auto;
    left: 0%;
    right: 0%;
    top: 0;
}
.banner-form h1 {
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    text-shadow: 1px 1px 0 #fff;
}
.banner-form h2 { 
    padding: 0 0 10px;
    text-align: center;
    font-size: 36px; 
    color: #d71778;
    -webkit-text-stroke: 2px #ffffff;
    font-size: 3rem;
	text-shadow: 2px 4px 3px #000;
}
}
.banner-form form {
    padding: 15px;
    background-color: rgba(33, 37, 41, 0.5215686274509804);
    box-shadow: 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    -o-box-shadow: 0 0 1px #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.banner-form .row {
    padding: 5px 15px;
}
.banner-form label {
    color: #fff;
    justify-content: left;
    font-size: 14px;
}
.banner-form .btn {
    margin-top: 5px;
    width: 100%;
    border-radius: 0;
}
.padding-lr {
    padding-right: 2px;
    padding-left: 2px;
}
.padding-r {
    padding-right: 0;
}
.padding-l {
    padding-left: 0;
}
.textstyl {
    height: 40px;
    width: 100%;
    padding: 7px 14px;
    border: 1px solid #ababab;
    font-size: 14px;
    background-color: #fff;
    color: #000;
}
.textarea1 {
    min-height: 45px;
    max-height: 100px;
    width: 100%;
    padding: 7px 14px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
}
.form-position {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 60px;
    z-index: 9;
}
.form-position .heading {
    text-transform: capitalize;
    color: #fff;
    margin: 10px 5px 10px;
    font-size: 16px;
}
.form-section h4 {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-family: auto;
    font-weight: 500;
}
.form-section h6 {
    font-weight: 500;
    color: #2968a2;
    font-size: 16px;
}
.msform {
    position: absolute;
    background-color: #044c6d;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    padding: 5px 1%;
    box-sizing: border-box;
    width: 98%;
    transition: 0.5s;
    top: 183px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 7px 7px 9px #2b2727;
}
.fix-banner-form {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: -193px;
}
.msform .text-grp {
    width: 100%;
    float: left;
}
#step-one {
    width: 100%;
}
#step-two {
    width: 100%;
    display: none;
}
.msform label {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding-top: 3px;
}
.msform .form-group {
    margin-bottom: 5px;
}
.rdo-div {
    padding: 5px 5px 5px 15px;
}
.msform:not(:first-of-type) {
    display: none;
}
.captcha-box {
    float: left;
    width: 60%;
}
.captcha-code {
    float: left;
    width: 40%;
    height: 42px;
    text-align: right;
}
.captcha-code img {
    width: 99%;
    height: 42px;
    margin-left: 1%;
    margin-top: -1px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #2f5a91c9;
    width: 25px;
    height: 25px;
    border: 5px solid #ddd;
    border-radius: 50%;
    margin: -5px;
}
.submit {
    background: linear-gradient(#076f9f, #121011) !important;
    margin-top: 0;
    border-radius: 3px;
    padding: 10px 12px;
    color: #fff;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.submit:hover {
    color: #000;
    background-color: #0a7baf;
    border-color: #3d8bd6;
}
.previous {
    cursor: pointer;
    color: #d26547;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
}
.verifyed-car {
    padding: 0 0 0;
}
.verifyed-car .heading {
    color: #fff;
}
.common-box {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    display: inline-block;
    min-height: 240px;
}
.common-box.odd-child-bg-color {
    background-color: rgb(130 135 140);
}
.common-box.even-child-bg-color {
    background-color: rgb(83 93 103);
}
.common-box .count-box {
    width: 100%;
    float: left;
    padding: 15px 25px;
}
.common-box .count-box span {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    padding: 30px 0;
}
.common-box .count-box p {
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    text-transform: uppercase;
}
.common-box .count-img {
    width: 100%;
    position: relative;
}
.common-box .count-img i {
    color: #fff;
    font-size: 30px;
}
.about-company {
    padding: 60px 0 30px;
    overflow: visible;
}
.about-company-img {
    width: 100%;
    position: relative;
}
.about-company-img img {
    width: 90%;
}
.about-company-box {
    max-width: 100%;
    font-size: 14px;
}
.about-company-box h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.about-company-box h3 {
    font-weight: 800;
    font-size: 36px;
    color: #1d66ad;
}
.about-company-box ul {
    padding-left: 20px;
    list-style: none;
}
.about-company-box ul li {
    font-size: 16px;
    font-weight: 600;
    padding: 3px 10px;
    position: relative;
}
.about-company-box p {
    font-size: 14px;
}
.about-company-box ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f101";
    left: -23px;
    top: 0%;
    font-size: 24px;
    position: absolute;
    color: #3c7dce;
}
.our-services {
    background-color: #2c63a7;
    background-size: 100%;
    padding: 40px 0;
}
.our-services h4 {
    color: #fff;
}
.service-box {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 352px;
}
.service-box figure img {
    width: 100%;
    height: 200px;
}
.service-box h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.service-box h3 a {
    text-decoration: none;
    color: #000;
}
.service-box h3 a:hover {
    text-decoration: none;
    color: red;
}
.get-qt-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d14c15;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.our-services2 {
    background-color: #fff;
    background-size: 100%;
    padding: 40px 0;
}
.our-services2 h4 {
    font-size: 30px;
    color: #086c9a;
}
.service-box2 {
    background-color: #fff;
    position: relative;
    padding: 15px;
    width: 100%;
    transition: 0.5s;
}
.service-box2 figure {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    background-color: #d3e7ff;
    border-radius: 50%;
    border: 3px solid #3d8bd6;
    text-align: center;
}
.service-box2 figure img {
    width: 40px;
    margin-top: 17px;
}
.service-box2 h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
}
.service-box2 h3 a {
    text-decoration: none;
    color: #3d8bd6;
}
.service-box2 h3 a:hover {
    text-decoration: none;
    color: #000;
}
.service-right-img {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.service-right-img img {
    width: 100%;
    height: 380px;
}
.service-right-img .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.service-right-img .txt h3 {
    color: #fff;
    padding: 150px 40px 30px;
    font-size: 48px;
    line-height: 45px;
}
.service-book {
    position: absolute;
    position: absolute;
    bottom: 36px;
    left: 30%;
    width: 37%;
    background-color: #348cea;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.service-right-img {
    position: relative;
}
.service-right-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.service-right-img:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.how-it-work {
    padding: 20px 0;
    position: relative;
    background-color: #d3e7ff;
}
.how-it-work .heading span {
    font-size: 22px;
    margin-bottom: 10px;
}
.how-it-work .htw-box {
    height: auto;
    position: relative;
    padding: 8px;
}
.how-it-work figure {
    text-align: center;
    min-width: 50px;
    max-width: 18%;
    float: left;
}
.how-it-work figure img {
    width: 80%;
}
.how-it-work h3 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.how-it-work p {
    font-size: 14px;
    min-height: 23px;
    display: flex;
}
.errow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    left: -23px;
    top: 28%;
    font-size: 18px;
    position: absolute;
    color: #6f9dd6;
}
.testimonial-section {
    padding: 40px 0;
    background-color: #fff;
    background-image: url(https://www.movemycar.in/scripts/newassets/images/testimonial-background1.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}
.testimonial-section h4 {
    padding-left: 5px;
    color: #fff;
}
.testimonial-section .slide-box {
    position: relative;
    font-style: italic;
    text-align: justify;
    height: 265px;
    border-radius: 0;
    padding: 20px 15px;
    margin: 5px;
    margin-bottom: 50px;
    box-shadow: 0 0 0 #c5d0de;
}
.testimonial-section .slide-box p {
    font-size: 16px;
    color: #fff;
}
.testimonial-section .slide-box p a {
    float: right;
    font-size: 14px;
    background-color: #4881fd;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
}
.testimonial-section .slide-box p a:hover {
    color: #000;
    text-decoration: none;
}
.testimonial-section .slide-box span {
    color: #fff;
    min-width: 200px;
    position: relative;
    bottom: -30px;
    left: 0;
    padding: 6px 6px;
    z-index: 99;
}
.testimonial-section .slide-box span img {
    width: 40px;
    height: 43px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
}
.testimonial-section .slide-box span a {
    color: #fff;
    text-decoration: none;
}
.testimonial-section .slide-box span small {
    display: block;
    margin: 0;
    color: #ccc;
}
.testimonial-section .slick-prev {
    left: -3%;
    border-radius: 15px 0 0 15px;
}
.testimonial-section .slick-next {
    right: -3%;
    border-radius: 0 15px 15px 0;
}
.testimonial-section .slick-next,
.testimonial-section .slick-prev {
    top: 35%;
    width: 22px;
    height: 22px;
    transform: skew(0deg);
}
.comma {
    padding: 0 20px;
    margin-bottom: 50px;
}
.comma:before,
.comma:after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    position: absolute;
}
.comma:before {
    content: "\f10d";
    padding-right: 10px;
    left: 9px;
    top: 15px;
}
.comma:after {
    content: "\f10e";
    padding-left: 10px;
    right: 15px;
}
.moving-tips {
    background-color: #fff;
    background-size: 100%;
    padding: 40px 0;
}
.moving-tips h4 {
    font-size: 30px;
    color: #086c9a;
    margin-bottom: 30px;
}
.moving-tips-box {
    position: relative;
    width: 100%;
    transition: 0.5s;
}
.moving-tips-box figure {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 15px 0 0;
    background-color: #fff;
    border: 1px solid #3d8bd6;
    text-align: center;
}
.moving-tips-box figure img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
}
.moving-tips-box h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}
.moving-tips-img {
    width: 200px;
    height: auto;
    float: left;
}
.moving-tips-img img {
    width: 100%;
    max-height: 150px;
    padding: 0 10px 0 0;
}
.tabcontent .txt {
    width: auto;
    height: auto;
}
.tabcontent a {
    border-radius: 20px;
    text-decoration: none;
}
.tab-group {
    float: left;
    width: 100%;
    height: auto;
}
.tab-group .tabs {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 10px 10px;
    width: 100%;
    background-color: #ecebeb;
    margin-bottom: 2px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
.tab-group .tabs i {
    float: right;
    font-size: 21px;
    margin-top: -2px;
    color: #ecebeb;
}
.tab-group .tabs:hover {
    background-color: #5595da;
    color: #fff;
}
.tab-group .tabs.active {
    background-color: #5595da;
    color: #fff;
}
.tabcontent {
    float: left;
    padding: 0 0;
    width: 100%;
    border-left: none;
    height: auto;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.vehical-moving-enquiries {
    background-color: #2c63a7;
    background-size: 100%;
    padding: 20px 0;
}
.vehical-moving-enquiries h4 {
    color: #fff;
}
.vehical-moving-enquiries .all-lead-box {
    margin: 5px;
}
.vehical-moving-enquiries .all-lead-box .common-icon {
    font-size: 13px;
    margin-bottom: 5px;
}
.vehical-moving-enquiries .view-all-lead {
    float: right;
    background-color: #d96a46;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s;
}
.vehical-moving-enquiries .view-all-lead:hover {
    color: #ccc;
    box-shadow: -1px 1px 3px #000;
}
.vehical-moving-enquiries2 {
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.vehical-moving-enquiries2 h4 {
    margin-bottom: 0;
}
.vehical-moving-enquiries2 p {
    font-size: 12px;
    color: #ca0a0a;
    font-weight: 600;
    text-align: right;
    margin-bottom: 5px;
}
.vehical-moving-enquiries2 .all-lead-box {
    width: 100%;
    height: 230px;
}
.vehical-moving-enquiries2 .all-lead-box .re-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 252 252 / 81%);
    left: 0;
    top: 0;
}
.vehical-moving-enquiries2 .all-lead-box .all-lead-inner-box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    z-index: 9;
}
.vehical-moving-enquiries2 .all-lead-box {
    position: relative;
    margin: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.vehical-moving-enquiries2 .all-lead-box:nth-child(odd) {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/enq1.webp);
}
.vehical-moving-enquiries2 .all-lead-box:nth-child(even) {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/enq2.webp);
}
.vehical-moving-enquiries2 .all-lead-box .common-location {
    margin-bottom: 10px;
}
.vehical-moving-enquiries2 .all-lead-box .common-location span {
    font-size: 14px;
    color: #000;
}
.vehical-moving-enquiries2 .all-lead-box .common-location span:first-child {
    float: left;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding-right: 5px;
}
.vehical-moving-enquiries2 .all-lead-box .common-location img {
    width: 30px;
}
.vehical-moving-enquiries2 .view-all-lead {
    float: right;
    background-color: #367bc4;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s;
}
.vehical-moving-enquiries2 .view-all-lead:hover {
    color: #ccc;
    box-shadow: -1px 1px 3px #000;
}
.expert-suggestion-section {
    padding: 30px 0 40px;
    overflow: hidden;
    background-color: #d8dee4;
}
.expert-suggestion-section .card-header {
    position: relative;
    padding: 0rem 0rem;
}
.expert-suggestion-section .card-header a {
    text-decoration: none;
    color: #fff;
    background-color: #507aa7;
    padding: 0.75rem 1.25rem;
    display: block;
}
.expert-suggestion-section .card-header a span {
    float: left;
    background-color: #3476bd;
    color: #fff;
    position: absolute;
    padding: 8px 20px 8px;
    left: 0;
    top: 0;
}
.expert-suggestion-section .card-header a span:before {
    z-index: 0;
    position: absolute;
    top: 0%;
    right: -35px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 35px;
    border-color: transparent transparent transparent #3476bd;
}
.expert-suggestion-section .card-header .collapsed {
    color: #000;
    background-color: #f1f1f1;
}
.expert-suggestion-section .card a h5 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 90px;
}
.expert-suggestion-section .card .card-body {
    padding: 1rem;
    background-color: #fbf7f7;
}
.content {
    background-color: #f1f1f1;
}
.content p img {
    padding: 10px;
    margin-right: 20px;
}
.app {
    padding: 50px 0 50px 0;
}
.app .img-app {
    width: 100%;
}
.app p.h1 {
    color: #367ac2;
    font-size: 40px;
}
.app p.h6 {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 10px;
}
.app form.form-inline {
    position: relative;
    padding-left: 5px;
}
.app .form-group {
    width: 50%;
}
.App_link img {
    width: 150px;
}
.app .input-group {
    width: 100%;
    display: contents;
}
.app .form-inline span.MobilePlus {
    position: absolute;
    z-index: 4;
    left: 20px;
    color: #0c0c0c;
    top: 10px;
    font-size: 1rem;
}
.app .form-inline input#mobile2 {
    padding: 0 20px 0 55px;
    height: 46px;
}
.app button#submit_link {
    padding: 0 20px;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #3272b8 !important;
    letter-spacing: 1px;
    margin-left: -2px;
}
.app button#submit_link:hover {
    background-color: #2d66ab !important;
}
.premium-menber-section {
    padding: 20px 0;
}
.premium-menber-section .btn-danger {
    color: #fff;
    background-color: red;
    border-color: red;
}
.premium-menber-section h4 {
    padding-left: 5px;
}
.premium-menber-section .slide-box {
    background-color: #f2f8ff;
    min-height: 250px;
    border: 1px solid #c5d0de;
    border-radius: 30px 0 30px 0;
    padding: 20px 10px;
    margin: 5px;
    position: relative;
}
.premium-menber-section .slide-box .verify {
    background-color: #fff;
    padding: 20px 10px;
    margin: 5px;
    position: relative;
}
.premium-menber-section .slide-box h5 {
    padding: 0 17% 0 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.premium-menber-section .slide-box p {
    padding: 0 2%;
    margin-bottom: 5px;
}
.premium-menber-section .slide-box p span {
    padding-right: 10px;
}
.premium-menber-section .slide-box p i {
    padding-right: 3px;
    color: #ca0a0a;
}
.premium-menber-section .slide-box .service-btn a {
    padding: 2px 10px 3px;
    color: #000;
    font-size: 12px;
    background-color: #c3cde6;
    border-radius: 10px;
    text-decoration: none;
}
.premium-menber-section .slide-box p a {
    float: right;
    font-size: 12px;
    color: red;
}
.premium-menber-section:hover .slick-prev:before,
.premium-menber-section:hover .slick-next:before {
    color: #91999c;
}
.premium-member {
    position: absolute;
    right: 0;
    top: 0;
}
.top-city {
    padding: 40px 0;
    background-color: #dfe2e6cf;
    background-size: 100%;
    background-image: linear-gradient(to right, rgb(134 180 228 / 56%), rgb(183 207 231));
}
.top-city h4 {
    padding-left: 5px;
    color: #1a1b1d;
}
.top-city .btn-citypage a {
    padding-left: 5px;
    font-size: 14px;
    color: #0047ff;
    transform: 0.5s;
}
.top-city .btn-citypage a:hover {
    color: #046ad0;
}
.btn-citypage .view-all-city {
    float: right;
    text-decoration: none;
    font-weight: 600;
    padding: 9px 30px 0 0;
}
.why-my-company {
    padding: 40px 0;
}
.why-my-company .why-dhoose-box {
    min-height: 210px;
    padding: 10px;
    box-shadow: 0 1px 4px #b5b3b3;
}
.why-my-company figure {
    text-align: center;
}
.why-my-company figure img {
    width: 60px;
    height: 53px;
}
.why-my-company h3 {
    color: #d87929;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.why-my-company p {
    text-align: center;
    font-size: 13px;
}
#Reloadpage {
    cursor: pointer;
}
footer .footerplus {
    display: none;
}
footer .container-fluid {
    width: 87%;
}
footer {
    position: relative;
    width: 100%;
    letter-spacing: 0.3px;
    min-height: 100px;
    padding: 30px 0 0;
    background-color: #1f1f1f;
    clear: both;
    color: #ddd;
}
footer .footer-contant {
    padding: 10px 5px;
    color: #ddd;
    font-size: 12px;
}
footer .footer-contant h3 {
    padding: 0 0 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .footer-contant ul {
    padding: 0;
    list-style: none;
}
footer .footer-contant .serv li {
    float: left;
    width: 50%;
}
footer .footer-contant ul li a {
    color: #ddd;
    transition: 0.2s;
    font-size: 13px;
    text-decoration: none;
    padding: 0 0 2px;
    display: block;
}
footer .footer-contant ul li a:hover {
    color: #cca2a2;
}
footer .condition {
    margin: 20px 0;
}
footer .condition a {
    margin: 0 10px;
    color: #ddd;
    text-decoration: none;
    font-size: 12px;
}
footer .condition a img {
    height: 30px;
    width: 30px;
}
footer .footer-contact {
    font-style: italic;
}
footer .footer-contact a {
    font-size: 18px;
    font-weight: 500;
    color: #0f82ff;
}
footer .footer-contact a span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
footer .social {
    margin: 0 0;
    width: auto;
    float: left;
}
footer .social h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
}
footer .social a {
    background-color: inherit;
    height: 30px;
    width: 30px;
    border-radius: 51%;
    display: inline-block;
    margin: 3px;
}
footer .social a i {
    color: #fff;
    font-size: 30px;
    transition: 0.5s;
}
footer .social a img {
    transition: 0.5s;
    width: 30px;
    height: 30px;
}
footer .social a img:hover,
footer .social a i:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
footer .all-right {
    width: 84%;
    margin: 10px auto 0;
    padding: 20px 0;
    min-height: 50px;
    border-top: 1px solid #b1b1bb;
    text-align: center;
    font-size: 12px;
}
footer .all-right p {
    color: #fff;
    font-size: 13px;
}
footer .all-right p a {
    color: #74b4f9;
    text-decoration: none;
}
.get-qt-side {
    position: fixed;
    z-index: 998;
    bottom: 50%;
    width: auto;
    right: 0;
    display: none;
}
.get-qt-side-all {
    position: fixed;
    z-index: 998;
    bottom: 50%;
    width: auto;
    right: 0;
}
.scroll-top {
    position: fixed;
    z-index: 998;
    bottom: 5px;
    width: 60px;
    text-align: right;
    right: 10px;
    display: none;
}
.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 10px;
}
.whatsapp img {
    width: 50px;
    height: 50px;
}
@-webkit-keyframes whatsapp-img {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes whatsapp-img {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.hvr-whatsapp {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-whatsapp:hover,
.hvr-whatsapp:focus,
.hvr-whatsapp:active {
    -webkit-animation-name: whatsapp-img;
    animation-name: whatsapp-img;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.subservice-section {
    background-color: #fff;
    padding-bottom: 40px;
}
.subservice-box {
    background-color: #f1f1f1;
    position: relative;
    text-align: center;
    padding: 5px 5px 15px 5px;
    width: auto;
    transition: 0.5s;
    margin: 5px;
    box-shadow: 0 1px 3px #ccc;
}
.subservice-box figure img {
    width: 100%;
    height: 150px;
}
.subservice-box h3 {
    text-transform: uppercase;
    font-size: 16px;
}
.subservice-box h3 a {
    text-decoration: none;
    color: #000;
}
.subservice-box h3 a:hover {
    text-decoration: none;
    color: red;
}
.get-btn {
    margin-top: 15px;
}
.get-btn a {
    background-color: #5ca3fb;
    border: 1px solid #2a67b3;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 15px;
}
.get-btn a:hover {
    background-color: red;
    border: 1px solid red;
}
.blog-section {
    background-color: #fff;
    padding: 40px 0;
}
.blog-box {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 5px;
    width: auto;
    transition: 0.5s;
    margin: 5px;
}
.blog-box figure img {
    width: 100%;
    height: 200px;
}
.blog-box h3 {
    text-transform: uppercase;
    font-size: 16px;
}
.blog-box h3 a {
    text-decoration: none;
    color: #000;
}
.blog-box h3 a:hover {
    text-decoration: none;
    color: red;
}
.get-qt-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d14c15;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.service-padding {
    padding: 0 5px 0 5px;
}
.all-service {
    background-color: #0a4884;
    padding: 10px 0;
    margin-top: 0;
    background-image: none;
    min-height: auto;
    z-index: 9;
}
.all-service-inner {
    width: 80%;
    margin: 0 auto;
}
.inner-service-box {
    width: 100%;
    height: 140px;
    background-color: #3d8bd6;
    padding: 15px 0;
    border-radius: 5px;
    transition: 0.5s;
    text-align: center;
    overflow: hidden;
}
.all-service .inner-service-box a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.all-service .inner-service-box figure {
    transition: 0.5s;
    margin: 0;
}
.all-service .inner-service-box figure i {
    font-size: 35px;
    color: #fff;
    transition: 0.5s;
}
.all-service .inner-service-box p {
    padding: 0 0;
    font-size: 16px;
    margin: 0;
    color: #fff;
    transition: 0.5s;
}
.all-service .inner-service-box span {
    font-size: 14px;
    color: #fff;
    margin-top: 80px;
    background-color: #0a4884;
    border-radius: 0;
    padding: 2px 10px 5px;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #fff;
}
.inner-service-box:hover {
    margin-top: 0;
}
.inner-service-box:hover figure i,
.inner-service-box:hover p a {
    color: #000;
}
.inner-service-box:hover span {
    margin-top: 5px;
}
.city-page {
    padding: 10px 0 40px;
    overflow: visible;
}
.city-page h3 {
    font-size: 20px;
    margin: 18px 0;
}
.company-list-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.premium-member {
    position: absolute;
    right: 0;
    top: 0;
}
.company-list-box .img-circle {
    width: 13%;
    float: left;
    margin-right: 2%;
}
.company-list-box .img-circle img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.company-list-box .show-company-details {
    width: 85%;
    float: left;
    font-size: 14px;
}
.company-list-box .show-company-details h4 {
    font-weight: 400;
    font-size: 20px;
}
.company-list-box .show-company-details p {
    margin-bottom: 5px;
}
.company-list-box .show-company-details .contact-details span:first-child {
    min-width: 30%;
    display: inline-block;
    margin-right: 20px;
    padding: 2px 0;
}
.company-list-box .show-company-details p i {
    color: #d2511d;
    font-size: 18px;
}
.company-list-box .show-company-details .service-btn {
    width: 100%;
    min-height: 46px;
    margin-top: 20px;
}
.company-list-box .show-company-details .service-btn span a {
    color: #000;
    font-size: 12px;
    border: 1px solid #8fade5;
    background-color: #c3d0e8;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 3px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}
.company-list-box .show-company-details .service-btn span a:hover {
    background-color: #f1f1f1;
}
.company-list-box .btn {
    padding: 0.5rem 1.6rem;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase;
}
.city-form {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    float: right;
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    z-index: 998;
}
.city-form form {
    padding: 5px 15px 15px;
}
.city-form .form-heading {
    background-color: #377cc5;
    color: #fff;
    padding: 10px 10px 0;
}
.city-form h4 {
    font-size: 18px;
    text-align: center;
}
.city-form h5 {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}
.city-form label {
    font-size: 14px;
    text-transform: capitalize;
}
.city-form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ccc !important;
    background-color: #f3f3f3;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.city-form input::placeholder {
    font-size: 14px;
}
.city-form-common {
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    border: 0 solid #ccc;
    box-shadow: 0 2px 5px #b5b3b3;
    padding: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
}
.city-form-common form {
    padding: 5px 15px 15px;
}
.city-form-common .form-heading {
    background-color: #377cc5;
    color: #fff;
    padding: 10px 10px 0;
    text-align: center;
}
.city-form-common h4 {
    font-size: 18px;
}
.city-form-common h5 {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 400;
}
.captimg {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/captcha-code-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    padding: 2px 10px !important;
    color: #000;
    text-align: center;
    letter-spacing: 9px;
}
.aside-top-city {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 0;
    display: block;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}
.aside-top-city h4 {
    font-size: 16px;
    color: #086e9c;
    padding: 6px 10px;
}
.aside-top-city ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.aside-top-city li a {
    display: block;
    padding: 5px 10px;
    background-color: #f1f1f1;
    text-decoration: none;
    margin-top: 2px;
    color: #000;
    transition: 0.5s;
}
.aside-top-city li a:last-child {
    border-radius: 0 0 5px 5px;
}
.aside-top-city li a:hover {
    padding-left: 15px;
}
.Register-link {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px;
    display: block;
    display: inline-block;
    border-radius: 5px;
}
.Register-link h4 {
    font-size: 16px !important;
    color: #086e9c;
}
.Register-link ul {
    padding-left: 18px;
}
.Register-link a {
    display: block;
    border-radius: 0;
}
.cost-calculator-section {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/service1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
.cost-calculator-section h2 {
    padding-bottom: 40px;
    font-size: 28px;
}
.cost-calculator-section .cost-calculator-table {
    background-color: #2c597b;
    border: 1px solid #2c597b;
    padding: 15px 15px 5px;
}
.cost-calculator-section .cost-calculator-table h3 {
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.cost-calculator-section .cost-calculator-table .table-btn2 {
    margin-top: 0;
    border-top: 1px solid #fff;
    padding: 9px 0;
    display: flex;
}
.cost-calculator-section .cost-calculator-table .table {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
}
.cost-calculator-section .cost-calculator-table .table thead th {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 0;
}
.cost-calculator-section .cost-calculator-form {
    background-color: #2c597b;
    border: 1px solid #2c597b;
    padding: 15px 15px 5px;
}
.cost-calculator-section .cost-calculator-form h3 {
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-cost-calculate {
    margin-top: 0;
    background-color: #115fad;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
}
.btn-cost-calculate:hover {
    background-color: #2c63a7;
    color: #fff;
}
.table-btn2 .tc {
    float: right;
    color: #ccc;
    font-size: 10px;
    padding: 10px 0 0;
}
.car-and-bike-tips {
    padding: 30px 0 40px;
    overflow: hidden;
    background-color: #d8dee4;
}
.car-and-bike-tips h4 {
    font-size: 20px;
}
.car-and-bike-tips h4 a {
    text-decoration: none;
    color: #000;
}
.car-and-bike-tips h4 a:hover {
    color: #3d8bd6 !important;
}
.car-and-bike-tips .card-header {
    position: relative;
    padding: 0rem 0rem;
}
.car-and-bike-tips .card-header a {
    text-decoration: none;
    color: #fff;
    background-color: #52565a;
    padding: 12px 5px;
    display: block;
}
.car-and-bike-tips .card-header a span {
    float: left;
    background-color: #d96a46;
    color: #fff;
    position: absolute;
    padding: 8px 10px;
    left: 0;
    top: 0;
}
.car-and-bike-tips .card-header a span:before {
    z-index: 0;
    position: absolute;
    top: 0%;
    right: -40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #d96a46;
}
.car-and-bike-tips .card-header .collapsed {
    color: #000;
    background-color: #f1f1f1;
}
.car-and-bike-tips .card a h5 {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    padding-left: 12%;
}
.car-and-bike-tips .card .card-body {
    padding: 1rem;
    background-color: #fbf7f7;
}
#news {
    padding: 2%;
    min-height: 100px;
}
#news .carousel-item p {
    font-size: 14px;
    font-style: italic;
    text-align: justify;
}
#news .carousel-item img {
    width: 100%;
}
.all-city-list ul {
    list-style: none;
    padding: 0;
}
.all-city-list ul li {
    padding-right: 1px;
    float: left;
    margin-bottom: 1px;
}
.all-city-list ul li a {
    background-color: #ccc;
    display: block;
    padding: 6px 16.4px;
    text-decoration: none;
    transition: 0.5s;
    color: #000;
    font-weight: 600;
}
.all-city-list ul li a:hover {
    background-color: #000;
    color: #fff;
}
.city-list-box table tr {
    font-size: 14px;
}
.city-list-box table tr td:first-child {
    color: #0656b9;
}
.aboutus {
    padding: 40px 0 10px;
    overflow: visible;
}
.about-img {
    width: 100%;
    position: relative;
}
.about-img img {
    width: 100%;
}
.about-img .img-two {
    width: 300px;
    position: absolute;
    bottom: -125px;
    left: -112px;
    border: 4px solid #fff;
    box-shadow: 0 5px 13px #a0a0a0;
}
.about-img .about-exp {
    min-width: 200px;
    max-width: 250px;
    min-height: 130px;
    position: absolute;
    background-color: #fff;
    bottom: -20px;
    right: 0;
    padding: 15px;
    border-right: 3px solid red;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.about-img .about-exp h4 {
    font-weight: 800;
    font-size: 46px;
    color: #03324d;
}
.about-img .about-exp p {
    font-size: 16px;
}
.aboutus-box {
    max-width: 100%;
    font-size: 14px;
}
.aboutus-box h6 {
    font-weight: 600;
    font-size: 16px;
    color: #ff4800;
}
.aboutus-box h3 {
    font-weight: 800;
    font-size: 42px;
    color: #03324d;
}
.aboutus-box ul {
    padding-left: 15px;
}
.aboutus-box ul li {
    font-size: 16px;
    padding: 3px 0;
}
.aboutus-box p {
    font-size: 16px;
}
.blog {
    padding: 20px 0;
    overflow: visible;
}
.blog h3 {
    font-size: 22px;
    margin: 18px 0;
}
.blog-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.blog-box .img-circle {
    width: 25%;
    float: left;
    margin-right: 2%;
}
.blog-box .img-circle img {
    width: 250px;
    max-height: 160px;
}
.blog-box-list {
    width: 73%;
    float: left;
    font-size: 14px;
    text-align: left;
}
.blog-box-list h4 {
    font-weight: 400;
    font-size: 17px;
}
.blog-box-list {
    margin-bottom: 5px;
    font-size: 14px;
}
.blog-box-list button {
    font-size: 13px;
}
.blog-details {
    padding: 20px 0;
    overflow: visible;
}
.blog-details h3 {
    font-size: 24px;
    margin: 18px 0;
}
.blog-details-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.blog-details-box .blog-img {
    width: 100%;
    float: left;
    margin-right: 2%;
}
.blog-details-box .blog-img img {
    width: 100%;
    max-height: 400px;
}
.blog-details-box h4 {
    font-weight: 500;
    font-size: 20px;
}
.blog-details-box h5 {
    font-weight: 400;
    font-size: 18px;
}
.blog-details-box h6 {
    font-weight: 600;
    color: red;
    font-size: 14px;
}
.blog-details-box a {
    text-decoration: none;
    font-weight: 700;
}
.blog-details-box .blog-text {
    width: 100%;
    padding: 10px 0;
    float: left;
    font-size: 14px;
}
.comment-icon {
    float: right;
    cursor: pointer;
}
.comment-form {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    display: none;
}
.recent-update {
    border: 0 solid #ccc;
    padding: 15px 15px 5px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: -3px 4px 6px #b5b3b3;
}
.recent-update h4 {
    padding: 5px;
    color: #117dd2;
    text-transform: capitalize;
    font-size: 20px;
}
.recent-update ul {
    list-style: none;
    padding: 0;
}
.recent-update ul li {
    padding: 0 10px;
    box-shadow: 1px 1px 3px #ccc;
    display: flex;
    margin-bottom: 5px;
}
.recent-update ul li span {
    float: left;
    width: 85%;
    padding: 5px 10px;
    font-size: 13px;
}
.recent-update ul li span:first-child {
    font-size: 22px;
    font-family: unset;
    border-right: 3px solid #335e95;
    color: red;
    font-weight: 600;
    width: 15%;
    text-align: center;
}
.aside-section {
    border: 0 solid #ccc;
    padding: 15px 15px 5px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 6px #b5b3b3;
}
.aside-section h4 {
    padding: 5px;
    color: #117dd2;
    text-transform: capitalize;
    font-size: 20px;
}
.aside-section ul {
    list-style: none;
    padding: 0;
}
.aside-section ul li {
    padding: 0 10px;
    box-shadow: 1px 1px 3px #ccc;
    display: flex;
    margin-bottom: 5px;
}
.aside-section ul li span {
    float: left;
    width: 85%;
    padding: 5px 10px;
    font-size: 14px;
}
.aside-section ul li span:first-child {
    font-size: 22px;
    font-family: unset;
    border-right: 3px solid #335e95;
    color: red;
    font-weight: 600;
    width: 15%;
    text-align: center;
}
.arrow-icon li {
    padding: 5px 10px !important;
    font-size: 13px;
}
.arrow-icon li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 900;
}
.arrow-icon li:hover {
    color: #3f99ff;
}
.forums {
    padding: 40px 0 10px;
    overflow: visible;
}
.forums h3 {
    font-size: 22px;
    margin: 0 0 20px;
}
.forums-box {
    width: 100%;
    border: 1px solid #cec9c9;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f7f7f7;
}
.forums-box .search .text-search {
    width: 200px;
    padding: 2px 10px;
}
.forums-box .search .find {
    background: linear-gradient(#d03f03, #d68364) !important;
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}
.forums-box .search .find {
    background: linear-gradient(#d68364, #d03f03) !important;
}
.forums-box .table tr {
    cursor: pointer;
}
.forums-box .table tr th,
.forums-box .table tr td {
    border-color: #bebfbf;
}
.forums-box .table tr td a {
    text-decoration: none;
}
.forums-box .img-circle {
    max-width: 30%;
    float: left;
    margin-right: 2%;
}
.forums-box .img-circle img {
    width: 350px;
    height: auto;
}
.forums-details {
    padding: 40px 0 10px;
    overflow: visible;
}
.forums-details h3 {
    font-size: 22px;
    margin: 0 0 20px;
}
.forums-details h4 {
    font-size: 16px;
    border-bottom: 1px solid #cec9c9;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    padding: 10px 15px;
}
.forums-details-box {
    width: 100%;
    margin-bottom: 10px;
}
.forums-details-box .rev-details {
    display: flex;
    border: 1px solid #cec9c9;
}
.forums-details-box .img-box {
    width: 30%;
    float: left;
    padding: 15px;
    text-align: center;
}
.forums-details-box .img-box img {
    width: 350px;
    max-width: 100%;
    height: auto;
}
.forums-details-box .img-text {
    width: 70%;
    height: auto;
    padding: 15px;
}
.forums-details-box .img-text h5 {
    height: auto;
    padding: 0;
    margin-top: 0;
}
.global-details-box {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cec9c9;
}
.global-details-box .global-rating {
    width: 100%;
    display: block;
    text-align: center;
}
.global-details-box .global-rating h2 {
    width: 100%;
    font-size: 70px;
    margin: 0;
    padding: 10px 10px 0 10px;
}
.global-details-box .global-rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.global-details-box .global-rating ul li {
    display: inline-block;
}
.global-details-box .global-rating ul li .fa-star {
    color: #ff5e00;
    font-size: 18px;
}
.global-details-box .global-rating ul li .fa-star-half-alt {
    color: #ff5e00;
    font-size: 18px;
}
.global-details-box .global-rating ul li i {
    color: #000;
    font-size: 18px;
}
.global-details-box .global-rating p {
    font-size: 16px;
}
.recent-review-box {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cec9c9;
}
.recent-review-box .recent-review-img {
    text-align: center;
    padding: 15px 10px;
}
.recent-review-box .recent-review-img img {
    width: 100px;
    max-width: 100%;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #77564a;
}
.recent-review-box .recent-review-name {
    padding: 15px 0;
    height: 100%;
}
.recent-review-box .recent-review-name h3 {
    padding: 0;
    margin: 0;
}
.recent-review-box .recent-review-name p {
    margin: 0;
    color: #acafb3;
    font-weight: 600;
}
.recent-review-box .recent-review-rating ul {
    padding: 0;
    margin: 15px 0 5px;
    list-style: none;
}
.recent-review-box .recent-review-rating ul li {
    display: inline-block;
}
.recent-review-box .recent-review-rating ul li i {
    color: #ff5e00;
    font-size: 18px;
}
.recent-review-box .recent-review-rating p {
    margin-bottom: 0;
}
.t-and-c {
    padding: 30px 0;
}
.t-and-c h3 {
    font-size: 24px;
    margin: 0 0 20px;
}
.t-and-c-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 25px;
}
.t-and-c-box {
    max-width: 100%;
    float: left;
    font-size: 14px;
}
.t-and-c-box h3 {
    font-weight: 600;
    font-size: 22px;
}
.t-and-c-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #da6240;
}
.t-and-c-box ul {
    list-style: none;
    padding-left: 10px;
}
.t-and-c-box ul li {
    padding-bottom: 5px;
}
.advertising {
    padding: 20px 0;
    overflow: visible;
}
.advertising h3 {
    font-size: 24px;
    margin: 18px 0;
}
.advertising-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.advertising-box .img-circle {
    max-width: 30%;
    float: left;
    margin-right: 2%;
}
.advertising-box .img-circle img {
    width: 300px;
    height: auto;
}
.advertising-box {
    max-width: 100%;
    float: left;
    font-size: 14px;
}
.advertising-list-box h4 {
    font-weight: 400;
    font-size: 22px;
}
.advertising-list-box {
    margin-bottom: 5px;
    font-size: 14px;
}
.Statistics-box {
    width: 100%;
}
.Statistics-box ul {
    padding: 0;
    list-style: none;
}
.Statistics-box ul li {
    width: 100%;
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 5px;
    padding: 6px 15px;
    float: left;
    font-size: 14px;
}
.Statistics-list-box h4 {
    font-weight: 400;
    font-size: 22px;
}
.Statistics-list-box {
    margin-bottom: 5px;
    font-size: 14px;
}
.Salient-box {
    width: 100%;
    box-shadow: 0 0 3px #948e8f;
    padding: 15px;
    overflow: hidden;
}
.Salient-box ul {
    padding-left: 0;
    list-style: none;
}
.Salient-box ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 5px 0;
}
.Salient-list-box h4 {
    font-weight: 400;
    font-size: 22px;
}
.Salient-list-box {
    margin-bottom: 5px;
    font-size: 14px;
}
.Salient-list-box .arrow-icon li {
    padding: 5px 0px !important;
    font-size: 13px;
    cursor: pointer;
}
.help-section {
    padding: 20px 0;
    background-image: url(https://www.movemycar.in/scripts/newassets/images/customer-support-banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 350px;
    border-top: 5px solid #fff;
    border-bottom: 0 solid #ccc;
}
.help-section h4 {
    font-size: 24px;
}
.help-section .comma {
    text-align: justify;
    font-style: italic;
    background-color: #f1f1f1;
    padding: 10px 30px;
    margin-top: 20px;
}
.help-section .comma:before,
.help-section .comma:after {
    color: #254784;
}
.help-section .comma:before {
    content: "\f10d";
    padding-right: 10px;
    left: 23px;
    top: 30px;
    font-size: 14px;
}
.help-section .comma:after {
    font-size: 14px;
    right: 23px;
}
.test-name {
    color: #254784;
    font-weight: 600;
    text-align: right;
}
#client-speak {
    padding: 2%;
    min-height: 100px;
}
#client-speak .carousel-item p {
    font-size: 14px;
    font-style: italic;
    text-align: justify;
}
#client-speak .carousel-item img {
    width: 100%;
}
.process-section {
    padding: 20px 0 0;
    overflow: visible;
}
.process-section h3 {
    font-size: 20px;
    margin: 18px 0;
}
.process-steps {
    height: 217px;
    background-image: url(https://www.movemycar.in/scripts/newassets/images/steps-bg.webp);
    background-size: 100% 200px;
    background-repeat: no-repeat;
}
.common-step {
    height: 113px;
    margin: 45px 2% 0 5%;
}
.step1 {
    height: 113px;
    margin: 45px 2% 0 5%;
}
.step2 {
    height: 113px;
    margin: 45px 5% 0 2%;
}
.step3 {
    margin: 45px 9% 0 0%;
}
.common-step .text-l {
    color: #fff;
    font-size: 28px;
    padding-top: 34px;
    width: 18%;
    text-align: center;
    display: inline-block;
    float: left;
}
.common-step .text-R {
    padding: 5px 5px 5px 25px;
    width: 82%;
    display: inline-block;
    float: right;
}
.common-step .text-R h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0;
    color: #117dd5;
}
.common-step .text-R p {
    font-size: 12px;
}
.get-quotes {
    padding: 20px 0;
    overflow: visible;
}
.get-quotes h3 {
    font-size: 20px;
    margin: 18px 0;
}
.get-quotes-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.get-quotes-box .img-circle {
    max-width: 30%;
    float: left;
    margin-right: 2%;
}
.get-quotes-box .img-circle img {
    width: 300px;
    height: auto;
}
.get-quotes-box {
    max-width: 100%;
    float: left;
    font-size: 14px;
}
.tick {
    padding: 5px 0;
    list-style: none;
}
.tick li {
    padding: 5px 10px !important;
    font-size: 13px;
    cursor: pointer;
    list-style: none;
}
.tick li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    float: left;
    color: #117dd2;
    vertical-align: middle;
    font-weight: 900;
}
.free-listing-banner img {
    width: 100%;
    height: 350px;
}
.margin-t {
    margin-top: -236px;
}
.registered-movers-section {
    padding: 20px 0 0;
    overflow: visible;
}
.registered-movers-section h3 {
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
.benefits {
    width: 100%;
    background-color: #315c93;
    min-height: 130px;
    padding: 15px 15px 10px;
    box-shadow: 0 2px 4px #404346;
}
.benefit-box {
    background-color: #fff;
    display: flex;
    padding: 10px;
    min-height: 100px;
}
.benefit-box span {
    float: left;
}
.benefit-box span h6 {
    font-weight: 500;
    color: red;
    font-size: 14px;
}
.benefit-box span p {
    font-size: 13px;
    margin-bottom: 0;
}
.benefit-box span:first-child {
    width: 55px;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.benefit-box span:first-child .fas {
    font-size: 22px;
    margin-top: 10px;
}
.benefit-box span:first-child .fa {
    font-size: 22px;
    margin-top: 11px;
}
.benefit-box span:first-child .fab {
    font-size: 24px;
    margin-top: 10px;
}
.benefit-box span:first-child .far {
    font-size: 22px;
    margin-top: 11px;
}
.benefit-box span:last-child {
    width: 250px;
    padding-left: 5px;
}
.add-your-business-section {
    padding: 20px 0 0;
    margin-bottom: 20px;
    overflow: visible;
}
.add-your-business-section h3 {
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
.business-form {
    width: 100%;
    background-color: rgb(49 92 147 / 35%);
    min-height: 280px;
    padding: 15px 15px 10px;
    box-shadow: 0 0 1px #404346;
}
.business-form h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 12px;
}
.business-form .form-group {
    margin-bottom: 15px;
}
.business-form .form-group input {
    height: 36px;
    font-size: 13px;
}
.free-listing-bg {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/free-listing.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.contact-section {
    padding: 40px 0 10px;
}
.contactus-banner {
    position: relative;
}
.contact-banner-text {
    position: absolute;
    top: 141px;
    width: 100%;
}
.contact-banner-text h1 {
    text-align: center;
    font-size: 36px;
    text-shadow: 1px 1px 0 #fff;
}
.contact-form {
    width: 100%;
    padding: 15px 15px 10px;
    box-shadow: 0 0 2px #404346;
}
.contact-form h4 {
    color: #fff;
    font-size: 20px;
}
.contact-form .textstyl {
    height: 46px;
    box-shadow: 0 0 1px #345f95;
}
.contact-box {
    width: 100%;
    background-color: #dde9f9;
    min-height: 130px;
    padding: 10px;
    box-shadow: 0 1px 2px #dde9f9;
}
.contact-box-inner {
    background-color: #fff;
    padding: 10px;
}
.contact-box-inner h5 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: red;
}
.contact-box-inner p {
    padding: 0;
    margin-bottom: 3px;
    font-size: 13px;
}
.profile-section {
    padding: 40px 0 10px;
}
.profile-section h4 {
    padding: 5px 0 0;
    font-size: 20px;
}
.prof-page {
    border: 1px solid #ccc;
    padding: 15px 10px;
    margin: 0 0;
    transition: 0.5s;
}
.prof-page .common-img {
    width: 100%;
}
.prof-page .common-img figure {
    margin-bottom: 5px;
}
.prof-page .common-img figure img {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.prof-page .common-img .btn {
    border-radius: 0;
    width: 100%;
    padding: 5px 5px;
    font-size: 12px;
}
.prof-page .profile-box {
    padding-left: 0;
    margin-bottom: 10px;
    min-height: 144px;
    position: relative;
}
.premium-member-profile {
    position: absolute;
    right: -10px;
    top: -15px;
}
.prof-page .profile-box h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #1372ea;
}
.prof-page .profile-box h6 {
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: 600;
}
.prof-page .profile-box p {
    margin: 0 0 3px 0;
    font-size: 13px;
}
.prof-page .profile-box p strong {
    margin: 0 0 3px 0;
    font-size: 12px;
}
.prof-page .profile-box .fa {
    font-weight: 900;
    color: #ff6508;
    font-size: 13px;
    margin-right: 5px;
}
.prof-page .profile-box h5 .star {
    font-weight: 900;
    color: #ff6508;
    font-size: 13px;
    margin-right: 5px;
}
.profile-details-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.profile-details-box .profile-text {
    width: 100%;
    padding: 0 0;
    float: left;
    font-size: 14px;
}
.profile-details-box .profile-text h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.profile-details-box .profile-text .fa {
    font-weight: 900;
    color: #abb8ae;
    font-size: 13px;
    margin-right: 5px;
}
.profile-details-box .profile-text h5 .star {
    font-weight: 900;
    color: #ff6508;
    font-size: 13px;
    margin-right: 5px;
}
.profile-details-box .profile-text p {
    margin: 0 0 3px 0;
}
.profile-details-box .profile-text #comment {
    cursor: pointer;
}
.profile-details-box .profile-text img {
    width: 50px;
    height: 50px;
}
.Recommended-Profiles {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
}
.Recommended-Profiles h4 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #3374bb;
    color: #fff;
}
.Recommended-Profiles ul {
    padding: 0;
}
.Recommended-Profiles ul li {
    overflow: hidden;
    padding: 5px 0;
    font-size: 14px;
}
.Recommended-Profiles ul li:last-child {
    padding-bottom: 0;
}
.Recommended-Profiles span:first-child {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.Recommended-Profiles span img {
    width: 100%;
    border-radius: 5px;
}
.Recommended-Profiles span a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.Recommended-Profiles span a:hover {
    color: #2c63a7;
}
.Recommended-Profiles p {
    font-size: 12px;
}
.Recommended-Profiles p i {
    color: #2c63a7;
}
.buy-lead-section {
    padding: 20px 0 0;
    overflow: visible;
}
.buy-lead-section h3 {
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
.lead-search {
    background-color: #dfe4ea;
    padding: 5px 10px 0;
    margin-bottom: 10px;
    box-shadow: 0 0 2px #404346;
}
.lead-search label {
    margin: 3px;
    font-size: 14px;
    font-weight: 600;
}
.buy-lead {
    width: 100%;
    min-height: 130px;
    padding: 15px 23px 10px;
    box-shadow: 0 2px 4px #404346;
}
.buy-lead-box {
    padding: 15px;
    min-height: 100px;
    text-align: center;
}
.buy-lead-box h4 {
    color: #fff;
    font-size: 22px;
}
.buy-lead-box div {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 32px;
    background-color: #fff;
    color: #0b66bb;
    font-weight: 500;
}
.buy-lead-box div > span {
    display: inline-block;
    padding: 2px 0;
    font-size: 20px;
    height: 35px;
    width: 37px;
    border-radius: 50%;
    background-color: #507194;
    color: #fff;
}
.buy-lead-box > span {
    display: inline-block;
    font-size: 16px;
    padding: 8px 30px;
    margin-top: 10px;
    border-radius: 32px;
    background-color: #fff;
}
.buy-lead-box:hover > span {
    background-color: #fff;
    box-shadow: 0 7px 10px #495057;
    cursor: pointer;
}
.bg1-lead-box {
    background-color: #3d7ec3;
}
.bg2-lead-box {
    background-color: #e88408;
}
.bg3-lead-box {
    background-color: #239fb3;
}
.bg4-lead-box {
    background-color: #ec5c6a;
}
.all-lead-section {
    padding: 20px 0 0;
}
.all-lead-section h3 {
    font-size: 20px;
    margin: 18px 0;
    text-align: center;
}
.all-lead {
    width: 100%;
    padding: 0 0 10px;
}
.all-lead-box {
    background-color: #fff;
    padding: 15px;
    min-height: 142px;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: 0 1px 3px #404346;
}
.all-lead-box h4 {
    color: #0857ad;
    font-size: 18px;
    font-weight: 600;
}
.common-icon {
    display: block;
    font-size: 12px;
    padding-left: 22px;
    float: left;
    color: #d96a46;
    font-weight: 600;
    width: 100%;
    position: relative;
}
.common-icon:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    left: 0;
}
.cont-icon:before {
    content: "\f3cd";
}
.serv-icon:before {
    content: "\f5e4";
}
.date:before {
    content: "\f073";
}
.from:before {
    content: "\f3c5";
}
.to:before {
    content: "\f3c5";
}
.all-lead-box .common-icon span:first-child {
    color: #ff3e00;
    font-weight: 600;
    font-size: 14px;
}
.all-lead-box .common-icon span {
    padding: 2px 0;
    color: #000;
}
.all-lead-box .msg {
    font-size: 14px;
    color: #000;
}
.reating {
    list-style: none;
    padding: 0;
    display: block;
}
.reating li {
    float: left;
    font-size: 14px;
}
.reating .str-color {
    color: #ce6940;
}
.review-page {
    padding: 40px 0;
    overflow: visible;
}
.review-page h2 {
    margin: 0;
}
.review-page h3 {
    font-size: 20px;
    margin: 5px 0 18px;
}
.review-box {
    box-shadow: 0 0 3px #948e8f;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
}
.review-box .review-details {
    width: 100%;
    float: left;
    font-size: 14px;
}
.review-box .review-details h4 {
    font-weight: 600;
    font-size: 18px;
    color: #ce6940;
}
.review-box .review-details h4 a {
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    color: #377cc5;
}
.review-box .review-details h4 a:hover {
    color: #063363;
}
.review-box .review-details p {
    margin-bottom: 5px;
}
.review-box .review-details .name {
    color: #1271d6;
    padding: 10px 0 0;
    font-weight: 600;
}
.review-box .review-details .name i {
    color: #ce6940;
}
.review-box .btn {
    padding: 0.5rem 1.6rem;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase;
}
.comment-on-review-box {
    padding: 10px 10px;
    margin: 20px 0 0 5%;
    display: inline-block;
    border-left: 3px solid #ccc;
    background-color: #efeae8;
}
.comment-on-review-box .img-circle {
    width: 50px;
    float: left;
    margin-right: 2%;
}
.comment-on-review-box .img-circle img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.comment-on-review-box .review-details {
    width: 90%;
    float: left;
    font-size: 14px;
}
.comment-on-review-box .review-details h4 {
    font-weight: 600;
    font-size: 16px;
    color: #007bff;
}
.comment-on-review-box .review-details p {
    margin-bottom: 5px;
}
.share-box {
    float: left;
    position: relative;
}
.share {
    color: #666;
    padding: 5px 15px 5px 0;
    font-weight: 600;
    cursor: pointer;
}
#share-tooltip {
    position: absolute;
    display: none;
    bottom: 20px;
    z-index: 99;
    background-color: #f1f1f1;
    padding: 2px;
    width: 67px;
    border: 1px solid #ccc;
}
.like {
    color: #666;
    padding: 5px 15px 5px 0;
    font-weight: 600;
}
.write-review,
.add-comment {
    color: #2c63a7;
    padding: 5px 15px 5px 0;
    font-weight: 600;
}
.r-readmore {
    min-height: 1px;
    overflow: hidden;
    text-align: justify;
}
.r-readmore_btn {
    color: red;
    cursor: pointer;
}
.cmp-review-box {
    border: 1px solid #ccc5c5;
    padding: 10px;
    background-color: #f7f7f7;
}
.cmp-review-box h4 {
    margin-top: 0;
    font-size: 18px;
}
.cmp-review-box p {
    margin-top: 0;
    font-size: 14px;
}
.cmp-review-box .btn {
    padding: 0.3rem 1rem;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase;
}
.testimonial-details {
    padding: 20px 0;
    overflow: visible;
}
.testimonial-details h3 {
    font-size: 22px;
    margin: 18px 0;
}
.testimonial-details-box {
    box-shadow: 0 0 3px #948e8f;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.testimonial-details-box h4 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}
.testimonial-details-box h4 span {
    color: #086c9a;
    margin-left: 20px;
}
.testimonial-details-box .img-circle {
    width: auto;
    float: left;
    margin-right: 2%;
}
.testimonial-details-box .img-circle img {
    width: 150px;
    height: 150px;
}
.flt-right {
    float: right !important;
}
.testimonial-details-box-list {
    width: 76%;
    float: left;
    font-size: 14px;
}
.testimonial-details-box-list {
    margin-bottom: 5px;
    font-size: 14px;
}
.all-steps {
    background-color: #fff;
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    height: 550px;
    box-shadow: 0 0 6px #cac7c7;
}
.all-steps h3 {
    width: 100%;
    color: #02418a;
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
    text-decoration-style: double;
    text-decoration: underline;
}
.all-steps h3 span {
    color: #f3751b;
    text-decoration-color: #f3751b;
}
.all-steps h4 {
    font-size: 18px;
    padding-left: 6%;
}
.all-steps h4 span {
    color: #02418a;
}
.all-steps h4 span:last-child {
    background-color: #02418a;
    font-size: 17px;
    color: #fff;
    padding: 4px 5px;
    cursor: pointer;
}
.steps {
    width: 78%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}
.steps .common-circle {
    position: absolute;
    top: 40px;
    width: 50px;
    height: 50px;
    background-color: #cedff5;
    color: #000;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    z-index: 99;
    border: 4px solid #88a9d4;
}
.steps .circle1 {
    left: 0%;
}
.steps .circle2 {
    left: 46%;
}
.steps .circle3 {
    right: 0%;
}
.line-1 {
    position: absolute;
    top: 61px;
    left: 1%;
    height: 3px;
    width: 45%;
    background-color: #88a9d4;
}
.line-2 {
    position: absolute;
    top: 61px;
    right: 1%;
    height: 3px;
    width: 45%;
    background-color: #88a9d4;
}
.active-color {
    background-color: #02418a !important;
    color: #fff !important;
    border-color: #4178b9 !important;
}
.common-text {
    position: relative;
    margin-top: 80px;
    background-color: #ccc;
    color: #000;
    text-align: center;
}
.common-text .text {
    width: 33%;
    float: left;
}
.common-text .text1 {
    padding-left: 0%;
}
.common-text .text2 {
    padding-left: 2%;
}
.common-text .text3 {
    padding-left: 4%;
}
.clear {
    clear: both;
    width: 100%;
    height: 1px;
}
.otp-form {
    margin-top: 50px;
}
.otp-form .form-control {
    border-color: #08364c;
}
.verify {
    background-color: #08364c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 25px;
}
.verify:hover {
    background-color: #125b7d;
    color: #fff;
}
.verify:focus {
    border-color: #fff;
}
.re-send {
    text-align: center;
}
.re-send p {
    margin-top: 15px;
}
.re-send p small {
    font-size: 14px;
}
.re-send p span {
    padding: 5px;
    background-color: red;
    color: #fff;
}
.re-send p strong {
    color: #02418a;
}
.right-box {
    min-height: 390px;
    background-color: #afc8e6;
    padding: 20px;
    box-shadow: 0 1px 2px #9e9696;
    -webkit-box-shadow: 0 1px 2px #9e9696;
    -o-box-shadow: 0 1px 2px #9e9696;
    -moz-box-shadow: 0 1px 2px #9e9696;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}
.right-box h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
.right-box p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.thanks {
    margin-top: 50px;
}
.thanks h3 {
    font-weight: 600;
    text-align: center;
}
.thanks h4 {
    color: #e64315;
    font-size: 18px;
}
.thanks h5 {
    font-weight: 600;
    text-align: center;
    color: #1372ce;
}
.enquire-details {
    width: 60%;
    margin: 0 auto;
}
.enquire-details h4 {
    text-align: left;
    font-size: 18px;
    color: #636465;
    padding-bottom: 5px;
}
.enquire-details table tr td {
    text-align: left;
    padding-left: 5%;
    font-size: 14px;
}
.enquire-details table tr td:first-child {
    color: #337ab7;
    font-weight: 600;
}
.thanks-service {
    padding: 0;
}
.thanks-service h4 {
    margin: 0;
    color: #1372ce;
    font-size: 20px;
}
.thanks-service h5 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 16px;
}
.thanks-service-box {
    padding: 0;
    border: 1px solid #d8dee4;
    min-height: 82px;
    transition: 0.5s;
    background-color: #fff;
}
.thanks-service .thanks-service-count {
    width: 70%;
    float: left;
    text-align: left;
    padding: 5px 0% 15px 3%;
}
.thanks-service .thanks-service-count span {
    font-size: 24px;
}
.thanks-service .thanks-service-count h6 {
    font-size: 16px;
    color: #114683;
}
.thanks-service .thanks-service-count p {
    font-size: 14px;
}
.thanks-service .thanks-service-img {
    width: 25%;
    float: left;
    height: 80px;
    background-color: #908585;
    transition: 0.5s;
    position: relative;
    text-align: center;
}
.thanks-service .thanks-service-img img {
    height: 50px !important;
    width: 60px;
    margin: 15px 0 0 0;
}
#our-service i {
    color: #f26522;
    font-size: 22px;
}
.carousel-control-prev {
    left: -10%;
}
.carousel-control-next {
    right: -10%;
}
.btn-color {
    background-color: #f26522;
    color: #fff;
    font-weight: 500;
}
.pagenotfound-section {
    background-image: url(https://www.movemycar.in/scripts/newassets/images/404page.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 545px;
    position: relative;
}
.error-text {
    text-align: center;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
    bottom: 72px;
}
.error-text h3 {
    font-style: italic;
    font-size: 28px;
    color: #041b35;
}
.error-text a {
    background-color: #ef503a;
    text-decoration: none;
    padding: 13px 33px;
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}
.error-text a:hover {
    box-shadow: 0 11px 20px #000;
}
.h-grp-font h1 strong {
    font-size: 26px !important;
}
.h-grp-font h2 strong {
    font-size: 24px !important;
}
.h-grp-font h3 strong {
    font-size: 22px !important;
}
.h-grp-font h4 strong {
    font-size: 20px !important;
}
.h-grp-font h5 strong {
    font-size: 18px !important;
}
.h-grp-font h6 strong {
    font-size: 16px !important;
}
