body {
    font-size: 0.875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Abhishek */

#form label[for] {
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 2px;
    font-size: 0.9em;
}

.main-heading-home {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #004885;
    text-transform: uppercase;
}

.sub-heading-home {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 1rem;
    color: #6d6d6d;
    margin-bottom: 1rem;
}

.text-home-p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #5f5f5f;
    padding: 0 2em;
}

.sidebar-sticky img {
    width: 85px;
}

.bg-sidebar {
    background: #c3c3c3;
}

.simpleform {
    margin-bottom: 4rem;
}

.footer footer {
    padding: 20px 30px;
    background: #4a4a4a;
    color: #d0d0d0;
    font-size: 0.9em;
}

.navbar-brand img {
    width: 70px;
}

.error {
    color: red;
    font-weight: 500;
}

.success {
    color: #ffffff;
    font-weight: 500;
    display: block;
    background: #28a745;
    padding: 4px;
    border-radius: 7px;
}

.nameerror,
.phoneerror,
.successmsg,
.selecterror,
.outleterror,
.cityerror {
    display: none;
}

.headerform {
    background: #fffffff0;
    border-radius: 5px;
    padding: 25px 0 0;
}

.headerform form {
    background: #ffffffc9;
    padding: 15px 25px 0px 25px;
}

.headercontent {
    position: relative;
}

.headerform h3 {
    font-size: 1.1em;
    color: #004885;
    padding-left: 10px;
    text-align: center;
}

.headerform h2 {
    font-size: 1.4em;
    color: #232323;
    padding-left: 10px;
    text-align: center;
}

main {
    background: #eaeaea;
}

::-webkit-input-placeholder {
    color: #ffffff !important;
}

::-moz-placeholder {
    color: #ffffff !important;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

::placeholder {
    color: #ffffff !important;
}

.maincontent {
    background: white;
    padding: 10px 5px;
    border-radius: 5px;
}

.headerform .form-control {
    border-color: #00377c;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 768px) {
    .headerform {
        position: absolute;
        top: 15%;
        right: 4%;
    }
    .headerform .form-control {
        border-color: #585858;
    }
    .allform {
        top: 10%;
    }
}

@media (max-width: 991px) {
    .headerform {
        padding-top: 15px;
    }
    .headerform form {
        background: #ffffffc9;
        padding: 5px 18px 0px 18px;
    }
    .headerformlabel {
        display: none;
    }
    .headerform h2 {
        font-size: 1.1em;
    }
    .headerform h3 {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .headerform {
        position: inherit;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 0;
    }
    .headerform form {
        background: #ffffff;
        padding: 0px 50px 0px 50px;
    }
    /* .headerformlabel {
    display: block;
  } */
    .headerform h2 {
        font-size: 1.2em;
        color: #ff5501;
        font-weight: 500;
    }
    .headerform h3 {
        font-size: 1.2em;
        color: #00377c;
    }
}

.btn-main {
    background-color: #ff5a01;
    border-color: #ff5a01;
    color: white;
    font-weight: 500;
}

.btn-main:hover {
    background-color: #ff4901;
    border-color: #ff4901;
    color: white;
}

@media (max-width: 1199px) {
    .allform .headerformlabel {
        display: none;
    }
    ::-webkit-input-placeholder {
        color: #2666a1 !important;
    }
    ::-moz-placeholder {
        color: #2666a1 !important;
    }
    :-ms-input-placeholder {
        color: #2666a1 !important;
    }
    ::placeholder {
        color: #2666a1 !important;
    }
}

.form-group {
    margin-bottom: 0.7rem;
}

.form-group:last-of-type {
    margin-bottom: 1rem;
}

/* HEADER */

.contactus {
    text-align: right;
}

.contactus a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

@media (max-width: 575px) {
    .contactus {
        text-align: center;
        margin-bottom: 1em;
        margin-top: 1em;
    }
}

/* FOOTER */

@media screen and (max-width: 600px) {
    .footer-bg {
        padding-top: 20px;
    }
}

.social {
    padding-bottom: 50px;
}

.social ul {
    margin-bottom: 0px !important;
}

.social li {
    padding-top: 35px;
}

.social li a {
    color: #fff;
    font-size: 20px;
}

.footer-top li span {
    color: #000;
    padding-left: 15px;
}

.footer-top li {
    padding-bottom: 5px;
}

.footer-top li a {
    font-size: 15px;
    color: #000;
    font-weight: 800;
    line-height: 18px;
}

.footer-top li a:hover {
    color: #ffa64d;
    text-decoration: none;
}

.footer-top ul {
    margin-bottom: 0px;
    margin-left: 6%;
}

.footer-bg {
    background: rgb(44, 44, 44);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-bg h2 {
    font-size: 27px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.foot-menu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 45px;
    padding-top: 15px;
    text-align: center;
}

.foot-menu li {
    font-size: 15px;
    color: #d6d6d6;
    padding-left: 15px;
    padding-bottom: 5px;
}

.copy-right {
    /* padding-top: 35px; */
    font-size: 13px;
    color: #d6d6d6;
    text-align: center;
}

.socialmedia {
    z-index: 999;
    text-align: center;
}

.socialmedia img {
    width: 25px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .sidebar-sticky img {
        width: 60px;
    }
}

@media (min-width: 992px) {
    .sidebar-sticky img {
        width: 70px;
    }
}

@media (min-width: 1200px) {
    .sidebar-sticky img {
        width: 90px;
    }
}

@media (min-width: 1400px) {
    .headerform {
        top: 19%;
    }
}

#otp::-webkit-input-placeholder {
    color: #616161 !important;
}

#otp::-moz-placeholder {
    color: #616161 !important;
}

#otp:-ms-input-placeholder {
    color: #616161 !important;
}

#otp::placeholder {
    color: #616161 !important;
}

/* New Footer */
.footer-bg {
    background: #111111;
}

footer p {
    color: white;
}
footer .underline {
    height: 3px;
    margin: 8px auto 26px auto;
    width: 100px;
    background: #001e50;
}
footer h2 {
    color: white;
    margin-bottom: 1px;
    padding-bottom: 0px !important;
}
footer h3 {
    color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: #cecece;
}

footer .contact .contact-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
}
footer .contact .contact-item i {
    padding: 7px;
    background: #001e50;
    border-radius: 24px;
    margin-right: 5px;
}
.copyright {
    background: #001e50;
    padding: 1em;
}
.copyright p {
    margin-bottom: 0;
    color: white;
}
.copyright .social-media-item {
    text-align: center;
    display: inline-block;
}
.copyright .social-media-item i {
    padding: 9px;
    background: white;
    border-radius: 24px;
    margin-right: 5px;
    height: 32px;
    width: 32px;
    color: #001e50;
    font-size: 14px;
}
.copyright .social-media-item i:hover {
    background: #c0e2ff;
}

/* Dealer */
.dealer-container {
}
.dealer-item {
    -webkit-box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 2em 1em;
    min-height: 300px;
    margin-bottom: 1.5em;
    border: 1px solid #f3f3f3;
    background-color: #f7fcff;
}

.dealer-item h2 {
    color: #0058af;
    font-weight: 500;
    font-size: 1.8em;
}
.dealer-item h4 {
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 0.5em;
    color: black;
    margin-bottom: 2px;
}
.dealer-item .address {
    color: #404040;
}
.dealer-item .call {
    margin-bottom: 4px;
}
.dealer-item .call span {
    font-weight: 600;
    color: #111111;
}
.dealer-item .call a {
    color: #383838;
}
.dealer-item .mail {
    margin-bottom: 4px;
}
.dealer-item .mail span {
    font-weight: 600;
    color: #111111;
}
.dealer-item .mail a {
    color: #383838;
}

/* Testimonial */

.testimonial {
    -webkit-box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 17px -7px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 2em 1em;
    min-height: 300px;
    margin-bottom: 1.5em;
    border: 1px solid #f3f3f3;
    background-color: #f7fcff;
}
.testimonial {
    
}