@font-face {
    font-family: "AvertaExtraBold";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-ExtraBold.ttf");
    /* src: url("../fonts/Averta-ExtraBold.ttf"); */
}

@font-face {
    font-family: "AvertaRegular";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-Regular.ttf");
}

@font-face {
    font-family: "AvertaBlack";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-Black.ttf");
}

@font-face {
    font-family: "AvertaLight";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-Light.ttf");
}

@font-face {
    font-family: "AvertaBold";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-Bold.ttf");
}

@font-face {
    font-family: "AvertaSemiBold";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-Semibold.ttf");
}

@font-face {
    font-family: "AvertaRegularItalic";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Averta-RegularItalic.ttf");
}

@font-face {
    font-family: "komikax";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/KOMIKAX_.ttf");
}

.form-control {
    font-size: 20px!important;
}

img#underline-banner {
    width: 330px;
    position: absolute;
    bottom: -20px;
    left: 0;
}


.col-w-50 {
    width: 50%;
}

button.btn {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

button.btn:hover {
    transform: scale(.9);
}

a.btn {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

a.btn:hover {
    transform: scale(.9);
}

img#underline-banner {
    width: 330px;
    position: absolute;
    bottom:  -11px;
    left: 0;
}


.f-30 {
    font-size: 30px;
}

.f-20 {
    font-size:20px;
}

.f-14 {
    font-size: 14px;
}
.komikax {
    font-family: 'komikax';
}

.AvertaRegularItalic {
    font-family: 'AvertaRegularItalic';
}

.AvertaSemiBold {
    font-family: 'AvertaSemiBold';
}

.AvertaLight {
    font-family: 'AvertaLight';
}

.AvertaBold {
    font-family: 'AvertaBold';
}

.AvertaBlack {
    font-family: 'AvertaBlack';
}

.AvertaExtraBold {
    font-family: 'AvertaExtraBold';
}

.AvertaRegular{
    font-family: 'AvertaRegular';
}

.py-12 {
    padding-bottom: 12px;
    padding-top: 12px;
}
.c-primary {
    color:#bc0000;
}

section.section-abt {
    background-image: url('../../img/frontend/files/section-back-img-123.jpg')!important;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
}

button.btn.btn-learnmore {
    padding: 13px 30px!important;
}

.font-text {
    font-size: 18px;
}

ul#ul-navigation li a {
    font-size:18px
}


.b-yellow {
    background-color: #ffcc00;
}

ul.whychs-us li {
    list-style: none;
    padding: 9px 60px;
    background-image: url('../../img/frontend/files/arrow-right.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}


section.div-getap {
    background-image:url('../../img/frontend/files/img131232.jpg')!important;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
}

ul.services {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.services li {
    list-style: none;
    padding: 1px 30px;
    background-image: url('../../img/frontend/files/icon-check.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

img#red-circle {
    position: absolute;
    top: 0;
    left: 0;
}

img#yellow-circle {
    position: absolute;
    bottom: 0;
    right: 0;
}

img#gaithersburg-car {
    z-index: 999;
    position: inherit;
}

img#man-mechanic {
    margin-top: -135px;
    margin-bottom: -48px;
}

ul.footer-menu {
    list-style-type: none;
    padding-left: 0;
}

ul.footer-menu li {
    padding-top:5px;
    padding-bottom:5px
}

ul.footer-menu li a {
    color:black;
    text-decoration:none;
}


.div-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.div-box{
    cursor: pointer;
}

.hover-div-info {
    display: none;
}


.div-info {
    height: 340px;
}

div#banner-container {
    padding-bottom: 20px;
}

@media only screen and (max-width:1399px) and (min-width:992px){
    .div-box.position-relative .div-info.p-4 p.AvertaSemiBold {
        font-size:14px
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    .div-box.position-relative .div-info.p-4 p.AvertaSemiBold {
        font-size:14px
    }


    .div-info {
        height: 300px!important;
    }
}

@media only screen and (max-width:991px){

    span.px-1.schdl-main {
        font-size: 13px;
    }

    .row.md-reverse {
        flex-direction: column-reverse;
    }

    img#man-mechanic {
        position: absolute;
        bottom: 0;
        z-index: 0;
    }

    img#man-mechanic {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }
}

@media only screen and (max-width:1200px) and (min-width:992px){
    span.hover-btn-text {
        font-size: 12px!important;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){
    div#banner-container {
        padding-bottom: 60px!important;
    }

    div#navbar {
        width: 100%;
        position: absolute;
        background: #ced9f1;
        text-align: center;
        left: 0;
        top: 100px;
    }

    span.px-1.schdl-main {
        font-size: 13px;
    }

    img#banner-main-logo {
        width: 150px!important;
    }

    img#img1233 {
        width: 50%;
    }

    img#img12345 {
        width: 50%;
        margin-left: 0px!important;
        margin-bottom: 0px!important;
    }

    div#div-whychs-us-img {
        display: flex;
    }

    img#gaithersburg-car {
        width: 70%;
    }

    img#man-mechanic {
        right: 0;
        width: 292px;
    }

    h2.AvertaRegularItalic.text-center {
        text-shadow: #fff 1px 0px 4px;
    }

    .div-info {
        height: 210px;
    }

}

@media only screen and (max-width:1199px) and (min-width:992px){
    div#div-haeder-1 {
        width:40%
    }
    div#div-haeder-2 {
         width:20%
    }
    div#div-haeder-3 {
         width:40%
    }
}

@media only screen and (max-width:767px) {

    .div-info {
        height: 100%!important;
    }

    div#banner-container {
        padding-bottom: 60px!important;
    }

    section#section-testimonial {
        overflow: hidden;
    }

    section#sec-why-chose-us {
        background-color: #ffcc04;
    }

    span.text-header-mobile {
        font-size:10px!important
    }

    svg.icon-top-header {
        width: 15px!important;
    }

    div#navbar {
        width: 100%;
        position: absolute;
        background: #ced9f1;
        text-align: center;
        left: 0;
        top: 83px;
    }

    div#div-top-header {
        display: block!important;
    }

    br#mobile-br {
        display: block!important;
    }

    img#img12345 {
        margin-left: 0px!important;
        margin-bottom: 0px!important;
    }

    img#man-mechanic {
        width: 232px;
        right: -50px;
    }

    h2.AvertaRegularItalic.text-center {
        text-shadow: #fff 1px 0px 4px;
    }

    h4.author {
        text-shadow: #fff 1px 0px 4px;
    }

    ul.whychs-us li {
        padding: 2px 24px!important;
        background-size: 15px!important;
    }

    img#banner-main-logo {
        width: 120px!important;
    }

    ul.services {
        padding-left: 0px!important;
    }

}

@media only screen and (max-width: 767px) {

    .title {
        font-size: 35px!important;
    }

    div#banner-div-btn {
        display: block!important;
    }

    button.btn.btn-banner {
        width: 266px;
    }
}


.title {
    font-size: 50px;
}

button.btn-c-primary{
    background-color:#bc0000;
    color:white;
}

button.btn-c-primary:hover{
    background-color:#bc0000;
    border: none;
    color:white;
}


a.btn-c-primary{
    background-color:#bc0000;
    color:white;
}

a.btn-c-primary:hover{
    background-color:#bc0000;
    border: none;
    color:white;
}



section.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

ul#ul-navigation li a:hover{
    color:#bb1101!important;
}

ul.footer-menu li a:hover {
    color:#bb1101!important;
}

@media only screen and (max-width:767px) and (min-width:480px){
    .mstyle {
        width: 100%!important;
        padding-left: 40px!important;
        background:black;
    }
}
