* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.mainHeader {
    padding: 30px 0;
}
.headerinfo img {

}
.headerlogo img {
    max-width: 80px;
}
.headertel p {
    vertical-align: center;
}
.headertel a {
    display: flex;
    text-decoration: none;
    color: #0f6fff;
    font-weight: bold;
    justify-content: right;
}
.headertel a:hover {
    text-decoration: none;
    color: #6fa2ee;
}
.headertel img {
    max-width: 25px;
    margin-right: 10px;
}
.mainText {
    display: flex;
    flex-direction: column;
}
.mainTextImg {
    display: flex;
    justify-content: center;
    border-radius: 50px;
}
.mainTextImg img {
    border-radius: 50px;
    max-width: 100%;
}
.mainText h2 {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 48px;
}
.mainText p {
    line-height: 1.4em;
    font-size: 24px;
}
.mainTextBtn {
    padding-top: 1em;
}
.mainTextBtn a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0f6fff;
    color: #FFF;
    border-radius: 15px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid transparent;
}
.mainTextBtn a:hover {
    background-color: #ffffff;
    color: #0f6fff;
    border: 1px solid #0f6fff;
}
.mainTextBtn2 {
    padding-top: 1em;
}
.mainTextBtn2 a {
    display: inline-block;
    padding: 10px 15px;
    background-color: 	#1eaa51;
    color: #FFF;
    border-radius: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid transparent;
}
.mainTextBtn2 a:hover {
    background-color: #ffffff;
    color: #0f6fff;
    border: 1px solid #0f6fff;
}
.mainMobileBG {
    background-image: url("img/mainbg2.jpg");
    height: 250px;
    background-position: left;
    background-size: cover;
    border-radius: 15px;
    display: none;
}
.descriptionWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #CDDFF9; */
    padding: 40px 40px;
    border-radius: 40px;
    font-size: 18px;
}
.descriptionWrap h5 {
    text-align: center;
    font-weight: bold;
    padding: 0 10px 20px 10px;
    font-size: 24px;
}
.descriptionRow {
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.roundBg {
    background-color: #e7f0ff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.descriptionRow .col-md-6 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.owl-carousel {
    flex-grow: 1;
    display: flex !important;
    flex-direction: column;
}
.owl-stage-outer {
    flex-grow: 1;
    display: flex !important;
    flex-direction: column;
}
.owl-stage {
    flex-grow: 1;
    display: flex !important;
}
.owl-item {
    flex-grow: 1;
    display: flex !important;
    flex-direction: column;
}
.sliderimage {
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.image1 {
    background-image: url("img/sliders/1.jpg");
}
.image2 {
    background-image: url("img/sliders/2.jpg");
}
.image3 {
    background-image: url("img/sliders/3.jpg");
}
.image4 {
    background-image: url("img/sliders/4.jpg");
}
.image5 {
    background-image: url("img/sliders/5.jpg");
}
.footerWrap {
    background-color: #f3f3f3;
    color: #939393;
    font-size: 14px;
    text-align: center;
}
.brands {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}
.brands img {
    width: 100%;
    max-width: 150px;
}
.carousel-item {
    text-align: center;
}
.carousel-item img {
    width: 100%;
    max-width: 250px;
}
#carouselExampleControls {
    display: none;
}
.pTitle {
    padding-bottom: 20px;
    font-weight: 500;
}
.reminder {
    padding: 20px 0;
    color: #424242;
}
.CallNow {
    font-size: 1.2em !important;
}

@media (max-width: 990px) {
    .headerlogo img {
        max-width: 60px;
    }
    .mainText h2 {
        font-size: 32px;
    }
    .mainText p {
        font-size: 18px;
    }
    .mainTextBtn a {
        font-size: 18px;
    }
    .mainHeader {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .headerlogo img {
        max-width: 60px;
    }
    .mainText {
        padding: 40px 0 0 0;
        text-align: center;
    }
    .mainText h2 {
        font-size: 32px;
    }
    .mainText p {
        font-size: 18px;
    }
    .mainMobileBG {
        display: block;
        margin: 20px 0;
    }
    .mainTextImg {
        display: none;
    }
    .mainTextBtn {
        padding-top: 20px;
    }
    .sliderimage {
        background-size: cover;
        height: 390px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 40px;
    }
    .roundBg {
        background-color: #CDDFF9;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0px;
    }
    .owl-stage {
        flex-grow: 1;
        display: block !important;
    }
    .brands {
        display: none;
    }
    #carouselExampleControls {
        display: block;
        margin-bottom: 40px;
    }
    .descriptionWrap {
        padding: 40px 60px;
    }
}

@media (max-width: 576px) {
    .descriptionWrap {
        padding: 40px 40px;
    }
}