.about-left-img img {
    filter: drop-shadow(6px 20px 0px #707070);
}

.about-right-text h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.about-right-text .text-primary {
    text-decoration: underline;
}

.about-right-text h4 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 22px;
    color: var(--primary);
    text-decoration: underline;
}

.about-right-text p {
    margin: 0px 0 0 0;
    color: #000;
    font-size: 18px;
    line-height: 33px;
}

.why-section-right img {
    filter: drop-shadow(-6px 20px 0px #707070);
}


.why-section-left P {
    font-size: 18px;
    color: #000;
}

.review-star i::before {
    color: #FFC421 !important;
}
.header-clr{
    background: #DFDFDF !important;
}
/* .courses-text h2{
    font-size: 50px;
} */
.courses-text h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
h2 {
     font-size: 30px;
}
.courses-text h2 span{
    text-decoration: underline;
}
.courses-text p{
    font-size: 18px;
    color: #666666;
    /* font-weight: 700; */
}
.check-box-shadow .form-check .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.bx-shadow {
    background: none;
    filter: drop-shadow(0px 6px 6px #0002);
    background: #fff;
}
.bg-color-hide{
    background: #ffffff !important;
}
.bx-shadow .pc-font{
    font-size: 15px !important;
    text-decoration: underline;
}
input[type=checkbox]:focus{
    box-shadow: none;
}
.check-box-shadow label{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
/* .about-right-text .font-18{
    font-size: 18px !important;
    font-weight: 700;
} */
.contact .php-email-form textarea {
    outline: none;
}

.about-right-text .active{
    color: #ffffff;
    background: var(--primary);
    border: var(--primary);
}



.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored {
    background: var(--primary);
    height: 100%;
}

.counter-box.colored p,
.counter-box.colored svg,
.counter-box.colored .counter {
    color: #fff;
}
.counter-box.colored svg{
    font-size: 40px;
    margin-bottom: 10px;
}



.background-opacity{
    position: relative;
}

.background-opacity::after{
    content: "";
    opacity: 0.7;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.contect-opacity{
    z-index: 1;
}

.traning-vision img{
    height: 100px;
}


.hvr-design{
    transition: .3s all ease-in-out;
    border: 2px solid var(--primary);
}
.hvr-design:hover{
    background: none !important;
    border: 2px solid var(--primary);
    color: var(--primary) !important;
}



@media screen and (max-width: 992px) {
    .section-title {
        margin-top: 40px;
    }
    .about-right-text h2 {
        font-size: 28px;
        color: #000;
        font-weight: 700;
    }
    h2
    {
        font-size: 28px;
    }
    .why-section-left h2 {
        display: block;
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
        outline: none;
        text-decoration: underline;
        cursor: pointer;
        color: var(--primary);
    }

    .why-section-left p{
        margin: 0px 0 0 0;
        color: #000;
        font-size: 18px;
        line-height: 33px;
    }
    .about-right-text p {
        margin: 0px 0 0 0;
        color: #000;
        font-size: 18px;
        line-height: 33px;
    }
    .check-box-shadow label {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
    
}
@media screen and (max-width: 575px){
    .why-section-left h2 {
        margin-top: 30px;
    }
    .why-section-left p {
        line-height: 26px;
    }
    .about-right-text p {
        line-height: 26px;
    }
}
span.help-block-error {
    color: red !important;
}