*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.medium{
    font-weight: 500;
}
.bold{
    font-weight: 600;
}
.extrabold{
    font-weight: 800;
}
.blue{
    color: #00a2e3;
}
.black{
    color: #000;
}
.white{
    color: #fff;
}
.dark-grey{
    color: #414141;
}

header{
    padding: 20px 0px;
    box-shadow: -1px 1px 3px #00000033;
}
.container{
    padding: 0px 40px;
}
.logo{
    
}
.banner-sec{
    padding: 30px 0px;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
}
.banner-sec h3{
    position: relative;
}
.cua-p{
    line-height: 26px;
}
.cua-p img{
    float: left;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.line{
    position: relative;
}
.line::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #00a2e3;
    top: -5px;
    left: 5px;
}
.small-p{
    font-size: 15px;
}
.form-div{
    width: 80%;
    margin: 0 auto;
    background: #000;
    padding: 20px 15px;
}
.form-div2{
    width: 65%;
}
.form-div .form-control{
    height: auto;
    border-radius: 0px;
    border: none;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #6c6c6d;
}
.form-div p{
    font-size: 13px;
    padding: 0px 30px;
}
.form-div h5{
    font-size: 19px;
}
.form-submit{
    background-color: #00a2e2;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    margin: 30px auto 20px auto;
    display: table;
    border: none;
    width: 210px;
}

.why-section{
    padding: 30px 0px;
    /* background: url(../images/bg-2.png) no-repeat; */
    background: #fff;
    background-size: cover;
}
.why-slick img{
    margin: 0 auto;
}
.why-slick .slick-prev:before, .why-slick .slick-next:before{
    color: #000;
}
.why-cnt h3{
    display: table;
}
.why-inner{
    width: 20%;
    float: left;
    padding: 10px 15px;
}
.why-inner img{
    margin-bottom: 10px;
}
.why-inner p{
    font-size: 14px;
}

.endorse-sec{
    background-color: #f4f4f4;
    padding: 30px 0px;
}
.endorse-sec h3{
    display: table;
}
.endorse img{
    margin: 0 auto;
    display: table;
}
.endorse ul li{
    font-size: 13px;
    margin: 8px 0px;
}
.course-section{
    padding: 30px 0px;
    background-color: #fff;
}
.course-section h3{
    display: table;
}
.course-section p span img {
    margin-right: 5px;
}
.course-section p span {
    margin: 0px 5px;
}
.test-slick img{
    margin: 0 auto;
}
.test-slick img{
    margin: 0 auto;
}
.test-slick li button{
    border: 1px solid #cfcfcf;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.test-slick li.slick-active button{
    background-color: #cfcfcf;
}
.test-slick .slick-dots{
    bottom: -45px;
}
.test-slick .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 3px;
}
.crs-p p img{
    margin-right: 10px;
    float: left;
    height: 23px;
}
.crs-p p span{
    display: inline-block;
}
.crs-p p span:first-child{
    width: 65%;
    display: inline-flex;
}
.crs-p p span:last-child{
    width: 26%;
    position: relative;
    top: -10px;
}
.crs-p p span:last-child {
    width: 26%;
    position: relative;
    top: -5px;
}
footer p{
    font-size: 11px;
    padding: 10px 0px;
    margin: 0;
}
footer{
    background: #000;
}
.ls-form{
    width: 90%;
    height: 360px;
}
.ls-form2{
    width: 80%;
}

@media screen and (max-width: 1600px){

}

@media  screen and (max-width: 1366px) {
    
}

@media  screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 992px){
   
}

@media  screen and (max-width: 767px) {
    .why-section{
        background: url(../images/bg-2.png) no-repeat;
        background-size: 100%;
        background-position: 100% 100%;
    }
    .logo img{
        margin: 0 auto;
        display: table;
    }
    .why-inner {
        width: 50%;
        float: left;
        padding: 10px 5px;
    }
    .endorse ul {
     padding-left: 20px;
    }
    .container{
        padding: 0px 15px;
    }
    .cua-p {
        line-height: 20px;
        font-size: 13px;
    }
    .banner-sec h3 {
      font-size: 24px;
      display: table;
    margin: 0 auto;
    }
    .banner-sec h3.line::before{
        left: 0;
    }
    .line::before {
        left: 55px;
    }
    .small-p {
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
        padding: 0px 20px;
    }
    .form-div {
        width: 95%;
    }
    .form-div2{
        width: 95%;
    }
    .form-div h4{
        font-size: 20px;
    }
    .form-div p {
        font-size: 12px;
        padding: 0px 10px;
    }
    .form-div h5{
        font-size: 16px;
    }
    .why-cnt h3.line::before {
        left: 2px;
    }
    .why-inner:last-child{
        margin-left: 25%;
        margin-bottom: 50px;
    }
    .why-cnt h3 {
        font-size: 20px;
    }
    .endorse-sec h3.line::before{
        left: 2px;
    }
    .endorse-sec h3 {
        font-size: 20px;
    }
    .endorse-sec p {
        font-size: 13px;
    }
    .course-section h3{
        display: table;
    }
    .course-section h3.line::before{
        left: 2px;
    }
    .course-section p{
        font-size: 12px;
    }
    .course-section p span{
        margin: 0px 5px;
    }
    .crs-p{
        margin-left: 6%;
    }
    .crs-p p span:last-child {
        top: -11px;
    }
    .course-section p span img{
        margin-right: 5px;
    }
    .course-section h5{
       font-size: 16px;
    }
    .course-section h3 {
       font-size: 20px;
    }
    .ls-form{
        width: 100%;
        height: 330px;
    }
    .ls-form2{
        height: 310px;
        width: 100%;
    }
}
@media  screen and (max-width: 480px) {
   
}
