:root {
    --hk-primary: #0301ef;
    --hk-hover: #0e0bb5;
}

@font-face {
    font-family: spcfonts;
    src: url(fonts/RedHatDisplay-Regular.woff);
}

.mb-25 {
    margin-bottom: 25px;
}

.hk-navcontainer {
    width: 100%;
    justify-content: end;
}

.btn-qut {
    width: 181px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-qut:hover {
    border: 1px solid var(--hk-primary);
    background: #fff;
    color: var(--hk-hover)
}

.hk-navcontainer ul li a.nav_active {
    background: transparent;
}

.header-container {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-content {
    padding: 0px;
}

.banner_textcontent {
    margin-bottom: 35px;
}

.banner_textcontent h3 {
    line-height: 70px;
}

.banner-content::before {
    content: none;
}

.home-slider .owl-nav button.owl-prev {
    border-radius: 10px;
}

.home-slider .owl-nav button.owl-next {
    border-radius: 10px;
}

.btn-readmore {
    border-radius: 10px;
}

.home-sliders {
    height: 90vh;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding-top: 35vh;
}

.sub-title {
    font-family: spcfonts;
}

.sub-titlecenter {
    text-align: center;
}

.sub-titlecenter label {
    padding-left: 0px;
    font-size: 13px;
    margin-bottom: 0px;
}

.sub-titlecenter label::before {
    left: -47px;
    top: 11px;
}

.sub-titlecenter label::after {
    top: 10px;
}

.service-imgs {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background: #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
}

.service-content {
    text-align: center;
    margin-bottom: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.service-content:hover .service_title {
    font-weight: bolder;
    color: var(--hk-hover)
}

.service-info .service_title {
    font-size: 18px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    color: #000;
}

.service-info p {
    margin-bottom: 20px;
    font-size: 15px;
}

.btn-readmore-round {
    display: flex;
    width: 100%;
    justify-content: center;
}

.btn-readmore-round label {
    width: 140px;
    background: #fff;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hk-primary);
    color: var(--hk-primary);
    height: 40px;
    border-radius: 30px;
}


.btn-readmore-round:hover label {
    background: var(--hk-primary);
    color: #fff;
}

.contact-bl {
    display: flex;
    padding: 0px;
}

.cicon {
    width: 65px;
    height: 65px;
    background: #f5f5f5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cdetails {
    padding-left: 15px;
}

.cdetails h4 {
    font-size: 20px;
    text-transform: capitalize;
}

.cdetails a {
    display: block;
    color: #000;
    font-size: 16px;
}

.cdetails p {
    font-size: 16px
}

.mb-45 {
    margin-bottom: 45px;
}

.outer-container img {
    width: 75%;
}

.service-heading {
    margin-bottom: 25px;
}

.service-description p {
    line-height: 28px;
    font-size: 16px;
}

.disble-readmore label {
    border: 1px solid #ccc;
    color: #ccc;
}

.disble-readmore:hover label {
    background: #ccc;
    color: #000;
}

.frm-container {
    padding: 5px;
}

.frm-container .input-text {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 15px;
    color: #000;
}

.frm-container .input-text:focus {
    border-color: var(--hk-primary);
}

.frm-container label {
    width: 100%;
    display: block;
}

.frm-container label sup {
    color: red;
}

.frm-container .textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
    padding: 15px;
    color: #000;
    border: 1px solid #ccc;
    padding-left: 15px;
}


.why_choosecntent {
    padding-top: 50px;
}

.why_choose::before {
    position: absolute;
    width: 47%;
    height: 450px;
    background: url(../images/e-lab/about.png);
    background-position: center center !important;
    background-size: cover !important;
    content: '';
}


.inner-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 416px;
    background: rgb(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-banner {
    padding-top: 100px;
}

@media (min-width:300px) and (max-width:800px) {

    .home-sliders {
        height: 55vh;
        padding-top: 21vh;
    }

    .banner_textcontent h3 {
        line-height: 33px;
        font-size: 19px;
    }

    .banner_textcontent {
        margin-bottom: 25px;
    }

    .outer-container img {
        width: 83%;
    }

    .about-img img {
        width: 100%
    }

    .sub-titlecenter label::before {
        left: 82px;
        top: 11px;
    }


    .cdetails h4 {
        font-size: 16px;
        text-transform: capitalize;
    }

    .contact-bl {
        display: flex;
        padding: 0px;
        margin-bottom: 30px;
    }

    .why_choose::before {
        content: none;
    }

}