body {
    font-family: 'Poppins', sans-serif;
}
/*banner main*/
.banner-main{
    background-color: #199cad;
    padding-top: 50px;
}
.banner-left{
    padding-top: 30px;
}
.banner-left h1{
    font-size: 50px;
    letter-spacing: -0.1px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 50px;
}
.banner-left p{
    font-size: 25px;
    letter-spacing: -0.1px;
    color: #ffffff;
    /*font-family: 'Metropolis Regular';*/
    line-height: 30px;
}
.android-apple-icons{
    display: flex;
    align-items: center;
    position: relative;
    top: 25px;
}
.android-apple-icons a{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    border: solid 2px #ffffff;
    transition: 0.5s;
}
.android-apple-icons a:hover{
    background-color: transparent;
    border: solid 2px #ffffff;
    transition: 0.5s;
}
.android-apple-icons a img{
    width: 35px;
    transition: 0.5s;
}
.android-apple-icons a:hover img{
    filter:brightness(100);
    transition: 0.5s;
}
.banner-image{
    padding-left: 0px;
}

/*banner right*/
.banner-right{
    background-color: #fcfcfc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 35px 40px;
}
.banner-right h2{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.1px;
    text-align: center;
}
.banner-right p{
    font-size: 14px;
    text-align: center;
    color: #000000;
    /*font-family: 'Metropolis Regular';*/
    letter-spacing: -0.1px;
    padding: 5px 0px;
}
.banner-right h5{
    font-size: 15px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.1px;
}
.banner-right form{
    margin-top: 20px;
}
.banner-right form .form-control{
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
}
.banner-right form .form-control:focus{
    border-color: #1c9caf;
    box-shadow: 0 0 2px 2px rgb(28 156 175 / 55%);
    -webkit-box-shadow: 0 0 2px 2px rgb(28 156 175 / 55%);
    -moz-box-shadow: 0 0 2px 2px rgb(28 156 175 / 55%);
    -ms-box-shadow: 0 0 2px 2px rgb(28 156 175 / 55%);
    -o-box-shadow: 0 0 2px 2px rgb(28 156 175 / 55%);
}
.banner-right form .form-control::-webkit-input-placeholder { /* Edge */
    color: #a9a9a9;
    font-size: 16px;
    /*font-family: 'Metropolis Regular';*/
  }
  
.banner-right form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
    font-size: 16px;
    /*font-family: 'Metropolis Regular';*/
  }
  
.banner-right form .form-control::placeholder {
    color: #a9a9a9;
    font-size: 16px;
    /*font-family: 'Metropolis Regular';*/
}

.banner-right form select.form-control{
    /*font-family: 'Metropolis Regular';*/
    color: #a9a9a9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff url(../images/form-down-arrow.png) no-repeat scroll 95% center;
    background-size: 20px 15px;
    font-size: 16px;
    line-height: 36px;
}

.banner-right form .btn-primary{
    background-color: #139bab;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 25px;
    letter-spacing: -0.1px;
    font-weight: bold;
    border-color: #139bab;

}
.banner-right form .btn-primary:hover{
    background-color: #e81e21;
    border-color: #e81e21;
}
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #e81e21;
    border-color: #e81e21;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: none;
}
.banner-right form .btn-primary:focus{
    box-shadow: none;
}
/*banner main end*/

/*why choose main*/
.why-choose-main{
    padding: 50px 0px 0px 0px;
    width: 100%;
}
.why-choose-main h2{
    padding-bottom: 50px;
}
.why-choose-main img{
    margin: auto;
    display: block;
    padding-bottom: 30px;
    width: 55%;

}
.why-choose-main h4{
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: #000000;
    display: block;
    /*font-family: 'Metropolis Semi Bold';*/
    letter-spacing: -0.1px;
    line-height: 22px;
    padding-bottom: 50px;
}
/*why choose main end*/

/*upcoming batch start*/
.upcoming-batch-main{
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.upcoming-batch-main h2{
    font-size: 40px;
    text-align: center;
    color: #000000;
    display: block;
    font-weight: bold;
    letter-spacing: -0.1px;
    width: 100%;
    padding-bottom: 40px;
}
.upcoming-batche-videos{
    padding: 0px 150px;
}
.upcoming-batch{
    margin-bottom: 30px;
}
.lightgallery-slider{
    list-style: none;
}
.book-button{
    margin: auto;
    width: 100%;
    padding: 20px 0px 80px 0px;
}
.book-button a{
    background-color: #139bab;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 25px;
    letter-spacing: -0.1px;
    font-weight: bold;
    border-color: #139bab;
    padding: 10px 100px;
    display: block;
    max-width: 450px;
    margin: auto;
    text-align: center;
}
.book-button a:hover{
    background-color: #e81e21;
    text-decoration: none;
}
/*upcoming batch end*/

/*free video start*/
.free-video-main{
    width: 100%;
    padding: 50px 0px;
    background-color: #f0f0f0;
}
.free-video-main h2{
    padding-bottom: 10px;
    text-transform: uppercase;
}
.free-video-main p{
    font-size: 20px;
    text-align: center;
    color: #000000;
    display: block;
    /*font-family: 'Metropolis Regular';*/
    letter-spacing: -0.1px;
    width: 100%;
    padding: 0px 150px 30px 150px;
    line-height: 26px;
}
.row-spacing{
    margin-left: -15px;
    margin-right: -15px;
}
.owl-carousel .item-video {
    height: 300px;
}
.free-video-slider{
    position: relative;
}
.free-video-slider .embed-responsive{
    height: 250px;
}
.free-video-slider .owl-dots{
    display: none;
}
.free-video-slider .owl-nav span{
    display: none;
}
.free-video-slider .owl-nav .owl-prev{
    background-image: url(../images/video-arrow.png) !important;
    width: 16px;
    height: 50px;
    background-size: 100% !important;
    position: absolute;
    top: 40%;
    left: -50px;
    transform: rotate(-180deg);
    transition: 0.5s;
}
.free-video-slider .owl-nav .owl-prev:hover{
    filter: contrast(0.5);
    transition: 0.5s;
}
.free-video-slider .owl-nav .owl-next{
    background-image: url(../images/video-arrow.png) !important;
    width: 16px;
    height: 50px;
    background-size: 100% !important;
    position: absolute;
    top: 40%;
    right: -50px;
    transition: 0.5s;
}
.free-video-slider .owl-nav .owl-next:hover{
    filter: contrast(0.5);
    transition: 0.5s;
}
.modal-open{
    padding-right: 0px !important;
}
.all-modal .modal-content{
    border-radius: 10px;
}
.all-modal .embed-responsive{
    border-radius: 10px;
}
.all-modal .close{
    position: absolute;
    right: -17px;
    top: -17px;
    background-color: #1c9caf;
    opacity: 1;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 99;
}
.all-modal .close:hover{
    opacity: 1 !important;
    background-color: #05899d;
}
.all-modal .close span{
    position: relative;
    top: -2px;
}

/*free video end*/

/*student results start*/
.student-results-main{
    width: 100%;
    padding: 50px 0px 20px 0px;
    background-color: #f0f0f0;
}
.student-results-main h2{
    padding-bottom: 30px;
}
.our-students{
    width: 100%;
    margin-bottom: 30px;
}
.our-students img{
    width: 100%;
    display: block;
    margin: auto;
}
.our-students h4{
    font-size: 14px;
    text-transform: uppercase;
    /*font-family: 'Metropolis Semi Bold';*/
    color: #139bab;
    text-align: center;
    padding-top: 10px;
}
.our-students p{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.our-students h6{
    font-size: 14px;
    text-transform: uppercase;
    /*font-family: 'Metropolis Semi Bold';*/
    color: #000000;
    text-align: center;
}
.our-students h3{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding: 70px 20px;
}
/*student results end*/

/*out achievement start*/
.our-achievement-main{
    width: 100%;
    padding: 50px 0px;
    background-color: #f0f0f0;
}
.our-achievement-main h2{
    padding-bottom: 60px;
}
.achieve-box{
    width: 100%;
    text-align: center;
}
.achieve-box img{
    max-width: 90px;
}
.achieve-box h4{
    font-size: 25px;
    color: #000000;
    line-height: 20px;
    font-weight: bold;
    padding-top: 20px;
}
.achieve-box p{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-family: 'Metropolis Extra Light';
    text-transform: uppercase;
    padding-top: 10px;
}
/*out achievement end*/

/*students review start*/
.student-review-main{
    width: 100%;
    padding: 50px 0px;
}
.student-review-main h2{
    padding-bottom: 30px;
}
.student-review{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    background-color: #f4f4f4;
    padding: 20px;
}
.student-review-top{
    width: 100%;
    position: relative;
}
.student-review-top .embed-responsive{
    border-radius: 5px;
}
.student-review-bottom{
    padding-top: 20px;
}
.student-review-bottom h5{
    font-size: 20px;
    /*font-family: 'Metropolis Semi Bold';*/
    color: #000000;
}
.student-review-bottom h4{
    font-size: 16px;
    /*font-family: 'Metropolis Regular';*/
    color: #000000;
    padding: 5px 0px;
}
.student-review-bottom h3{
    font-size: 16px;
    /*font-family: 'Metropolis Regular';*/
    color: #000000;
    padding-bottom: 5px;
}
.student-review-bottom p{
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}
.play-icon{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    list-style: none;
}
.play-icon img{
    margin-top: -35px;
    margin-left: 15px;
    width: 60px;
    height: 60px;
    transition: 0.5s;
}
.play-icon a:hover img{
    filter: hue-rotate(1000deg);
    transition: 0.5s;
}
.student-review-main .book-button{
    margin-top: 15px;
    padding-bottom: 20px;
}
/*students review end*/


/*footer start*/
.online-footer-main{
    background-color: #f0f4f5;
    padding: 60px 0px 50px 0px;
}
.online-footer-right{
    width: 100%;
}
.online-footer-right h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.1px;
}
.online-footer-right h4{
    font-size: 20px;
    /*font-family: 'Metropolis Regular';*/
    letter-spacing: -0.1px;
    padding: 20px 0px;
}
.online-footer-right p{
    background-color: #139bab;
    padding: 5px 25px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Metropolis Extra Light';
    display: inline-block;
}
.online-footer-right ul{
    padding-top: 30px;
    display: flex;
    align-items: center;
    list-style: none;
}
.online-footer-right ul li{
    margin-right: 40px;
}
.online-footer-right ul li:last-child{
    margin-right: 0px;
}
.online-footer-right ul li a img{
    width: 180px;
}

/*scroll to top*/
#button {
    width: 50px;
    display: inline-block;
    border-radius: 100%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button img{
    width: 100%;
    height: 100%;
}
#button:hover img{
    filter: opacity(0.6);
    cursor: pointer;
}
/*footer end*/


/*responsive start css*/
@media(max-width: 1440px){
    /*.container{
        max-width: 1200px;
    }*/
    .nav-link{
        font-size: 14px;
    }
    .banner-right form .btn-primary{
        font-size: 30px;
    }
    .free-video-slider .owl-nav .owl-prev{
        left: -7px;
    }
    .free-video-slider .owl-nav .owl-next{
        right: -7px;
    }
    .student-review-main{
        padding: 100px 0px 50px 0px;
    }
    .footer-right h2{
        font-size: 49px;
    }
    .nav-item{
        padding: 0px 8px;
    }
}

@media(max-width: 1200px){
    .navbar-brand img{
        width: 165px !important;
    }
    .nav-item{
        padding: 0px 8px;
    }
    .start-header .navbar-nav{
        padding-left: 20px;
    }
    .nav-link{
        font-size: 14px;
    }
    .contact-btn{
        margin-top: 0px;
    }
    .contact-btn a{
        font-size: 14px;
        padding: 5px 15px;
        margin-left: 10px;
    }
    .banner-left h1{
        font-size: 45px;
    }
    .banner-left p{
        font-size: 22px;
        line-height: 26px;
    }
    .android-apple-icons{
        top: 16px;
    }
    .banner-right{
        padding: 25px 40px 30px 40px;
    }
    .banner-right h2{
        font-size: 30px;
    }
    .banner-right form .form-control{
        margin-bottom: 20px;
        line-height: 51px;
        height: 50px;
    }
    .banner-right form .btn-primary {
        font-size: 25px;
    }
    .why-choose-main{
        padding: 60px 0px 0px 0px;
    }
    .why-choose-main h2{
        font-size: 30px;
        padding-bottom: 50px;
    }
    .why-choose-main img{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .why-choose-main h4{
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 40px;
    }
    .upcoming-batch-main h2{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .upcoming-batche-videos{
        padding: 0px 100px;
    }
    .book-button{
        padding: 10px 0px 50px 0px;
    }
    .book-button a{
        font-size: 20px;
        padding: 10px 20px;
        max-width: 300px;
    }
    .free-video-main{
        padding: 50px 0px;
    }
    .free-video-main h2{
        font-size: 30px;
    }
    .free-video-main p{
        font-size: 16px;
        line-height: 26px;
        padding: 0px 150px 30px 150px;
    }
    .free-video-slider .owl-nav .owl-prev{
        left: -10px;
    }
    .free-video-slider .owl-nav .owl-next{
        right: -10px;
    }
    .student-results-main{
        padding: 40px 0px 20px 0px;
    }
    .student-results-main h2{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .our-students img{
        width: 100%;
    }
    .our-students h3{
        padding: 50px 10px;
    }
    .our-students{
        margin-bottom: 25px;
    }  
    .our-achievement-main{
        padding: 40px 0px 50px 0px;
    }
    .our-achievement-main h2{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .student-review-main{
        padding: 60px 0px 40px 0px;
    }
    .student-review-main .book-button{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .achieve-box img{
        width: 80px;
    }
    .achieve-box p{
        padding-top: 7px;
    }
    .student-review-main h2{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .online-footer-main{
        padding: 50px 0px 50px 0px;
    }
    .online-footer-right h2{
        font-size: 30px;
    }
    .online-online-footer-right h4{
        font-size: 18px;
        padding: 10px 0px;
    }
    .online-footer-right p{
        font-size: 18px;
        padding: 3px 20px;
    }
    .online-footer-right ul li a img{
        max-width: 200px;
    }

}

@media(max-width: 1080px){
    .nav-link{
        font-size: 13px;
        padding: 0px 5px;
    }
    .contact-btn a{
        padding: 3px 10px;
        margin-left: 5px;
    }
}

@media(max-width: 992px){
    .navbar-brand img{
        width: 150px !important;
    }
    .nav-item{
        padding: 0px 2px;
    }
    .nav-link{
        font-size: 13px;
    }
    .search__icon{
        margin-top: 4px;
    }
    .contact-btn a{
        display: none;
    }
    .header-search{
        top: -6px;
    }
    .start-header .navbar-nav{
        padding-left: 15px;
    }
    .banner-main{
        padding-top: 40px;
    }
    .banner-left{
        padding-top: 10px;
    }
    .banner-left h1 {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .banner-left p {
        font-size: 20px;
        line-height: 26px;
    }
    .android-apple-icons{
        top: 25px;
    }
    .banner-right h2 {
        font-size: 25px;
    }
    .banner-right {
        padding: 15px 30px 20px 30px;
    }
    .banner-right form .btn-primary {
        font-size: 20px;
    }
    .banner-right p{
        padding: 5px 0px;
    }
    .banner-right form {
        margin-top: 10px;
    }
    .banner-right form .form-control {
        margin-bottom: 15px;
        line-height: 47px;
        height: 45px;
    }
    .banner-right form select.form-control{
        line-height: 30px;
    }
    .why-choose-main{
        padding: 40px 0px 0px 0px;
    }
    .why-choose-main h2{
        font-size: 25px;
    padding-bottom: 30px;
    }  
    .why-choose-main img{
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .why-choose-main h4{
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .upcoming-batch-main h2{
        font-size: 25px;
        padding-bottom: 25px;
    }
    .upcoming-batche-videos{
        padding: 0px 50px;
    }
    .book-button a{
        font-size: 20px;
    }
    .free-video-main h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .free-video-main p{
        font-size: 14px;
        line-height: 22px;
        padding: 0px 40px 20px 40px;
    }
    .free-video-slider .owl-nav .owl-prev{
        left: unset;
        bottom: -40px;
        right: 30px;
        width: 10px;
        height: 32px;
        top: unset;
    }
    .free-video-slider .owl-nav .owl-next{
        right: 0px;
        bottom: -40px;
        width: 10px;
        height: 32px;
        top: unset;
    }
    .our-achievement-main {
        padding: 30px 0px 40px 0px;
    }
    .student-results-main h2{
        font-size: 25px;
        padding-bottom: 20px;
    }
    .our-achievement-main h2{
        font-size: 25px;
        padding-bottom: 20px;
    }
    .student-results-main{
        padding: 30px 0px 20px 0px;
    }
    .student-review-main {
        padding: 40px 0px 30px 0px;
    }
    .student-review-main h2{
        font-size: 25px;
        padding-bottom: 20px;
    }
    .online-footer-main{
        padding: 50px 0px;
    }
    .online-footer-right h2{
        font-size: 25px;
    }
    .online-footer-right h4 {
        font-size: 20px;
        padding: 15px 0px;
    }
    .online-footer-right p {
        font-size: 20px;
        padding: 2px 20px;
    }
    .online-footer-right ul li{
        margin-right: 20px;
    }
    .online-footer-right ul li a img {
        max-width: 150px;
    }
}

@media(max-width: 767.5px){
    .navbar-brand img{
        width: 160px !important;
    }
    .nav-link:hover:after{
        display: none;
    }
    .navbar .navbar-collapse {
        margin-top: 10px;
        background-color: #0a8d9f;
    }
    .search__icon{
        margin-top: -1px;
    }
    .contact-btn {
        position: absolute;
        top: 31px;
        right: 50px;
    }
    .start-header .navbar-nav {
        padding: 10px 0px;
    } 
    .nav-link {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }
    .banner-main {
        padding-top: 20px;
    }
    .banner-image {
        padding-left: 0px;
        margin-top: 30px;
    }
    .banner-right{
        margin:40px 0px;
        padding: 30px;
    }
    .why-choose-main h2{
        font-size: 25px;
    }
    .why-choose-main h4{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 30px;
    }
    .upcoming-batche-videos{
        padding: 0px;
    }
    .book-button{
        padding: 10px 0px 40px 0px;
    }
    .upcoming-batch-main h2{
        font-size: 25px;
    }
    .upcoming-batch{
        margin-bottom: 20px;
    }
    .free-video-main h2{
        font-size: 25px;
    }
    .free-video-main p {
        font-size: 14px;
        line-height: 22px;
        padding: 0px 20px 20px 20px;
    }
    .student-results-main {
        padding: 40px 0px 20px 0px;
    }
    .student-results-main h2{
        font-size: 25px;
        padding-bottom: 20px;
    }
    .our-students {
        margin-bottom: 30px;
    }    
    .our-students h4{
        font-size: 14px;
    }
    .our-students p{
        line-height: 16px;
        padding: 5px 0px;
    }
    .our-students h6{
        font-size: 14px;
    }
    .our-achievement-main{
        padding: 40px 0px 40px 0px;
    }
    .our-achievement-main h2{
        font-size: 25px;
    }
    .achieve-box img {
        max-width: 70px;
    }
    .achieve-box h4 {
        font-size: 25px;
        padding-top: 15px;
    }
    .achieve-box p {
        font-size: 12px;
    }
    .student-review-main h2{
        font-size: 25px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .student-review{
        margin-bottom: 30px;
    }
    .student-review-bottom h5{
        font-size: 18px;
    }
    .student-review-bottom h4{
        font-size: 15px;
    }
    .student-review-bottom h3{
        font-size: 15px;
    }
    .student-review-bottom p{
        font-size: 14px;
    }
    .student-review-main .book-button{
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .online-online-footer-main {
        padding: 40px 0px;
    }
    .online-footer-right h2 {
        font-size: 25px;
    }
    .online-footer-right h4 {
        font-size: 16px;
        padding: 10px 0px;
    }
    .online-footer-right p {
        font-size: 16px;
        padding: 2px 15px;
    }
    .online-footer-right ul li {
        margin-right: 10px;
    }
    .online-footer-right ul li a img {
        max-width: 120px;
    }

}

@media(max-width: 576px){
    .start-header{
        padding: 0px;
    }
    .banner-left h1 {
        font-size: 30px;
        padding-bottom: 15px;
        line-height: 32px;
    }
    .android-apple-icons{
        top: 15px;
    }
    .android-apple-icons a{
        width: 35px;
        height: 35px;
        padding: 5px;
        margin-right: 15px;
    }
    .banner-left p{
        font-size: 18px;
        line-height: 24px;
    }
    .search__toggle:checked ~ .search__field{
        width: 235px;
    }
    .search__button{
        top: 54%;
        width: 30px;
        height: 30px;
    }
    .search__input{
        font-size: 12px;
    }
    .all-modal .modal-body{
        padding: 10px;
    }
    .banner-right{
        margin: 30px 0px 40px 0px;
        padding: 20px;
    }
    .banner-right form .form-control::placeholder {
        font-size: 14px;
    }
    .banner-right form .form-control{
        font-size: 14px;
        font-weight: 400;
    }
    .banner-right form select.form-control{
        font-size: 14px;
        background-size: 14px 9px;
    }
    .banner-right form .btn-primary {
        font-size: 18px;
    }
    .upcoming-batch{
        margin-bottom: 15px;
    }
    .upcoming-batch-main h2{
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .why-choose-main h2 {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    .why-choose-main .row .col-ld-4.col-md-4.col-sm-6{
        width: 50%;
    }
    .why-choose-main h4{
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 20px;
    }
    .book-button{
        padding: 10px 0px 40px 0px;
    }
    .book-button a{
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px 20px;
    }
    .free-video-main {
        padding: 40px 0px;
    }
    .student-results-main{
        padding: 20px 0px 20px 0px;
    }
    .student-results-main .row .col-lg-2.col-md-3.col-sm-4{
        width: 50%;
    }
    .our-students h3{
        font-size: 20px;
    }
    .our-students h4 {
        font-size: 12px;
    }
    .our-students h6 {
        font-size: 11px;
    }
    .our-students p{
        font-size: 11px;
    }
    .our-achievement-main{
        padding: 30px 0px 10px 0px;
    }
    .our-achievement-main h2 {
        font-size: 25px;
        padding-bottom: 25px;
    }
    .achieve-box{
        margin-bottom: 20px;
    }
    .our-achievement-main .row .col-lg-3.col-md-3.col-sm-3{
        width: 50%;
    }
    .achieve-box h4{
        padding-top: 10px;
    }
    .achieve-box p{
        padding-top: 5px;
    }
    .student-review-main{
        padding: 40px 0px 30px 0px;
    }
    .student-review {
        margin-bottom: 20px;
        padding: 15px;
    }
    .student-review-main h2{
        font-size: 25px;
    }
    .student-review-bottom h5{
        font-size: 20px;
    }
    .student-review-bottom h4{
        font-size: 16px;
        padding: 5px 0px;
    }
    .student-review-bottom h3{
        font-size: 16px;
        padding-bottom: 5px;
    }
    .student-review-bottom p{
        font-size: 14px;
    }
    .student-review-main .book-button {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .book-button a {
        font-size: 18px;
        margin: auto;
    }
    .online-footer-main{
        padding: 40px 0px;
    }
    .online-footer-right{
        padding-top: 20px;
        text-align: center;
    }
    .online-footer-right h2{
        font-size: 25px;
    }
    .online-footer-right ul{
        padding-top: 20px;
        justify-content: center;
    }
    .online-footer-right h4{
        font-size: 14px;
    }
    .online-footer-right p{
        font-size: 14px;
    }
    #button{
        width: 30px;
        bottom: 15px;
        right: 15px;    
    }
        
}
