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.6rem;
    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: 14px;
    font-weight: 400;
    color: #2b2b2b;
    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;
}

main {
    background: #eaeaea;
}

.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 screen and (min-width: 1200px) and  (max-width: 1920px) {
.sv_mob_call, .float_social{display:none;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.footer-bg{padding-bottom:70px !important;}
}

@media (max-width: 767px) {
    .our_branches ul {
    column-count: 2 !important;
}
    .footer-bg{padding-bottom:70px !important;}
    img.chima_logo {
    width: 100%;
    height: auto;
}

}
.sv_mob_call a, .sv_mob_call a:hover {
    color: #fff;
}
.sv_mob_call {
    background: #257de1;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    bottom: 0;
    width: 100%;
    position: fixed;
}
.sv_mob_call p {
    margin-bottom: 0;
    text-align: center;font-size:16px;
}
.float_social {
    position: fixed !important;
    bottom: 120px;
    right: 10px;
}

.flt-icon a {
    background: #17d900;
    box-shadow: 0px 3px 10px rgba(23,217,0,.45);
    border-radius: 50px;
    color: #fff !important;    width: 65px;
    height: 65px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@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;
    }
}

@media (max-width: 767px) {
    .headerform {
        position: inherit;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 0;
    }
    .headerform form {
        background: #ffffff;
        padding: 0px 30px 0px 30px;
    }
   
}

.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;
}
/* FOOTER */

@media screen and (max-width: 600px) {
    .footer-bg {
        padding-top: 20px;
    }
}
.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;
}
.copy-right {
    font-size: 13px;
    color: #d6d6d6;
    text-align: center;
}

@media (min-width: 1400px) {
    .headerform {
        top: 19%;
    }
}
.headercontent .sv_banner, .headercontent {
    background-color: #2196f3;
}
.text-15
{
    font-size:15px;
}
.font-weight-600
{
    font-weight:600;
}
.our_branches ul li {
    text-align: left;
    margin-bottom: 7px;
}
.our_branches ul {
    column-count: 3;
}
.our_branches ul li a {
    color: #222;
}










