@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

/*banner main*/
.defe-banner-main{
    background-color: #199cad;
    padding-top: 50px;
}
.defe-banner-left{
    padding-top: 90px;
}
.defe-banner-left h1{
    font-size: 50px;
    letter-spacing: -0.1px;
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 700;
}
.defe-banner-left p{
    font-size: 20px;
    letter-spacing: -0.1px;
    color: #ffffff;
 	font-weight: 300;   
    line-height: 30px;
}
.defe-banner-left .banner-image{
    max-width: 550px;
}
.defe-android-apple-icons{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    top: 25px;
}
.defe-android-apple-icons a{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 25px;
    display: flex;
    display: -moz-flex;
    align-items: center;
    text-align: center;
    border: solid 2px #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.defe-android-apple-icons a:hover{
    background-color: transparent;
    border: solid 2px #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.defe-android-apple-icons a img{
    width: 35px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.defe-android-apple-icons a:hover img{
    filter:brightness(100);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.defe-banner-image{
    padding-left: 50px;
}

/*banner right*/
#defe-book-free-demo{
	display: flex;
    display: -ms-flex;
	align-items: center;
}
.defe-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;
    width: 100%;
}
.defe-banner-right h2{
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.1px;
    text-align: center;
}
.defe-banner-right p{
    font-size: 14px;
    text-align: center;
    color: #000000;
    letter-spacing: -0.1px;
    padding: 5px 0px;
    font-weight: 300;
}
.defe-banner-right h5{
    font-size: 15px;
    text-align: center;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.defe-banner-right form{
    margin-top: 20px;
}
.defe-banner-right form .form-control{
    margin-bottom: 30px;
    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;
    font-weight: 500;
}
.defe-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%);
}
.defe-banner-right form .form-control::-webkit-input-placeholder { /* Edge */
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
  }
  
.defe-banner-right form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
  }
  
.defe-banner-right form .form-control::placeholder {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
}
.defe-banner-right form select.form-control{
    color: #a9a9a9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-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;
    font-weight: 500;
}

.defe-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;
    border-color: #139bab;
    font-weight: 700;
}
.defe-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;
}
.defe-banner-right form .btn-primary:focus{
    box-shadow: none;
}
/*banner main end*/


/*careere choose start*/
.why-choose-main{
    padding: 50px 0px 40px 0px;
} 
.why-choose-main .all-title{
    padding-bottom: 5px;
}
.why-choose-main .para{
    font-size: 15px;
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.why-chose{
    padding-top: 80px;
}
.choose-one{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.choose-one-left{}
.choose-one-left img{
    width: 80px;
    margin-right: 20px;
}
.choose-one-right h2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}
.choose-one-right p{
    font-size: 15px;
    font-weight: 400;
    padding-right: 60px;
}
/*careere choose end*/


/*all defence*/
.all-defence-main{
    padding: 60px 0px 30px 0px;
    position: relative;
    background-color: #f0f4f5;
}
.all-defence-main .courses-box{
    flex-wrap: wrap;
}
.all-defence-main .all-exams i{
    width: 175px;
    height: 175px;
    padding: 15px;
}
.teaching .all-defence-main .all-exams i{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.banking .all-defence-main .all-exams i{
    width: 100%;
    height: 100%;
    padding: 15px;
}
.all-defence-main .all-exams h2{
    font-size: 20px;
    padding-top: 20px;
}
@media(max-width: 768px){
    .all-teaching-exams .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*all defence end*/


/* team slide */
.teams .item p{
    font-size:12px;
}
.teams .item h2{
    font-size:25px !important;
    text-align: center;
}
.teams .item .title{
    font-size:14px;
}
.teams .item h5{
    font-size:18px !important;
    font-weight:600 !important;
    text-align: center;
}
.ias-team .shadow-effect {
    display: flex;
    align-content: center;
    border: 2px solid #3f9bab;
    border-radius: 4rem 2rem 2rem 4rem;
}
.ias-team .team-details {
    align-self: center;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: white;
}
.teams .ias-team.owl-carousel .owl-item .img-circle {
    max-width: 110px;
    max-height: 110px;
    margin: 0 10px 0 0;
    z-index: 2;
    background-color: white;
}
.team-section-bg {
    position: absolute;
    width: 94%;
    height: 3.5rem;
    background-color: #3f9bab;
    border-radius: 3.4rem 1.5rem 0 0;
    z-index: 1;
}
.ias-team .team-subject {
    margin-top: 1rem;
    color: #3f9bab;
}
.ias-team .team-name {
    margin-top: -5px;
}
/*.defence-body .ftr{
	display: none;
}*/
/*.defence-team .owl-nav .owl-next{
	display: none !important;
}*/
/*.defence-team .owl-nav .owl-prev{
	display: none !important;
}*/

/*.defence-team .owl-item.active .item img{
	transform: scale(1);
}
.defence-team .owl-item.active .item h2{
	transform: scale(1);
}*/


/*airforce video start*/
.airforce-video{
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0px;
}
.airforce-video .embed-responsive{
    border-radius: 20px;
}
.airforce-video .book-button{
    margin: auto;
    width: 100%;
    padding: 30px 0px 20px 0px;
}
.airforce-video .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: 700;
    border-color: #139bab;
    padding: 17px 20px;
    display: block;
    max-width: 350px;
    margin: auto;
    text-align: center;
}
.airforce-video .book-button a:hover{
    background-color: #e81e21;
    text-decoration: none;
}

.all-modal .modal-content{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.all-modal .embed-responsive{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-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%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    z-index: 99;
}
.all-modal .close:hover{
    opacity: 1 !important;
    background-color: #05899d;
}
.all-modal .close span{
    position: relative;
    top: -2px;
}
/*airforce video end*/


/*upcoming batches start*/
.upcoming-batches-main{
    padding: 50px 0px;
}
.upcoming-batche{
    width: 100%;
}
.upcoming-batche .nav-tabs{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    border: none;
}
.upcoming-batche .nav-tabs .nav-item{
    flex: 1 1 auto;
    margin-right: 10px;
}
.upcoming-batche .nav-tabs .nav-item:last-child{
    margin-right: 0px;
}
.upcoming-batche .nav-tabs .nav-item .nav-link{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 25px 20px;
    background-color: #f5f5f5;
    color: #000000;
    border: none;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.upcoming-batche .nav-tabs .nav-item .nav-link.active{
    background-color: #ffffff;
    box-shadow: 0px -8px 8px 0px #cccccc;
    -webkit-box-shadow: 0px -8px 8px 0px #cccccc;
    -moz-box-shadow: 0px -8px 8px 0px #cccccc;
    -ms-box-shadow: 0px -8px 8px 0px #cccccc;
    -o-box-shadow: 0px -8px 8px 0px #cccccc;
    position: relative;
    z-index: 9;
}
.upcoming-batche .tab-content{
    box-shadow: 0px -2px 6px 0px #cccccc;
    -webkit-box-shadow: 0px -2px 6px 0px #cccccc;
    -moz-box-shadow: 0px -2px 6px 0px #cccccc;
    -ms-box-shadow: 0px -2px 6px 0px #cccccc;
    -o-box-shadow: 0px -2px 6px 0px #cccccc;
    margin-top: 1px;
    z-index: 8;
    position: relative;
}
.upcoming-batche .tab-content .tab-pane{
    padding: 30px;
}
.upcoming-batches-main .book-button{
    margin: auto;
    width: 100%;
    padding: 30px 0px 20px 0px;
}
.upcoming-batches-main .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: 700;
    border-color: #139bab;
    padding: 17px 20px;
    display: block;
    max-width: 350px;
    margin: auto;
    text-align: center;
}
.upcoming-batches-main .book-button a:hover{
    background-color: #e81e21;
    text-decoration: none;
}
/*upcoming batches end*/

/*free video start*/
.free-video-main{
    width: 100%;
    padding: 50px 0px;
    background-color: #f0f0f0;
}
.free-video-main h2{
    font-size: 40px;
    text-align: center;
    color: #000000;
    display: block;
    font-weight: 700;
    letter-spacing: -0.1px;
    width: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.sub-text {
    font-size: 20px;
    text-align: center;
    color: #000000;
    display: block;
    font-weight: 400;
    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 .videos{
    position: relative;
}
.free-video-slider .videos a{
    position: absolute;
    display: flex;
    align-items: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #00000075;
    justify-content: center;
}
.free-video-slider .videos a img{
    /*filter: drop-shadow(1px 1px);*/
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #ffffff6b;
    border-radius: 50%;
}
.free-video-slider .embed-responsive{
    height: 250px;
    border: solid 5px #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.free-video-slider .owl-dots{
    display: none;
}
.free-video-slider .owl-nav span{
    display: none;
}
.free-video-slider .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    left: -1.5%;
    background-color: #129bac !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 300;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.free-video-slider .owl-nav .owl-prev:hover{
    filter: contrast(0.5);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    background: transparent;
}
.free-video-slider .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    right: -1.5%;
    background-color: #129bac;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 300;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.free-video-slider .owl-nav .owl-next:hover{
    filter: contrast(0.5);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    background: transparent;
}
.modal-open{
    padding-right: 0px !important;
}
.all-modal .modal-content{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.all-modal .embed-responsive{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-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%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    z-index: 99;
    line-height: 46px;
    font-weight: 300;
    font-size: 30px;
}
.all-modal .close:hover{
    opacity: 1 !important;
    background-color: #05899d;
}
.all-modal .close span{
    position: relative;
    top: -2px;
}

/*free video end*/

/* careerwill champions starts here */
.careerwill-champions {
    width: 100%;
    padding: 50px 0px;
    background-color: #f0f0f0;
}
/* careerwill champions ends here */

/*footer start*/
.defe-footer-main{
    background-color: #f0f4f5;
    padding: 60px 0px 50px 0px;
}
.defe-footer-right{
    width: 100%;
}
.defe-footer-right h2{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.1px;
    color: #000000;
}
.defe-footer-right h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.1px;
    padding: 20px 0px;
    color: #000000;
}
.defe-footer-right p{
    background-color: #139bab;
    padding: 5px 25px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
}
.defe-footer-right ul{
    padding-top: 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    list-style: none;
}
.defe-footer-right ul li{
    margin-right: 40px;
}
.defe-footer-right ul li:last-child{
    margin-right: 0px;
}
.defe-footer-right ul li a img{
    width: 180px;
}
/*footer end*/



/*RESPONSIVE CSS*/
@media(max-width: 1440px){
	.defe-banner-right form .btn-primary{
        font-size: 30px;
    }
    .free-video-slider .owl-nav .owl-prev{
        left: -55px;
    }
    .free-video-slider .owl-nav .owl-next{
        right: -55px;
    }
    .upcoming-batches-main{
        padding: 50px 15px;
    }
}

@media(max-width: 1200px){
	.defe-defe-banner-left h1{
        font-size: 45px;
    }
    .defe-banner-left p{
        font-size: 20px;
        line-height: 26px;
    }
    .defe-android-apple-icons{
        top: 16px;
    }
    .defe-banner-right{
        padding: 25px 40px 30px 40px;
    }
    .defe-banner-right h2{
        font-size: 30px;
    }
    .defe-banner-right form .form-control{
        margin-bottom: 30px;
        line-height: 51px;
        height: 50px;
    }
    .defe-banner-right form .btn-primary {
        font-size: 25px;
    }

    .free-video-main{
        padding: 50px 0px;
    }
    .free-video-main h2{
        font-size: 30px;
    }
    .sub-text {
        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;
    }

    .defe-footer-main{
        padding: 50px 0px 50px 0px;
    }
    .defe-footer-right h2{
        font-size: 30px;
    }
    .defe-footer-right h4{
        font-size: 18px;
        padding: 10px 0px;
    }
    .defe-footer-right p{
        font-size: 18px;
        padding: 3px 20px;
    }
    .defe-footer-right ul li a img{
        max-width: 200px;
    }
}

@media(max-width: 992px){
	.defe-banner-main{
        padding-top: 40px;
    }
    .defe-defe-banner-left{
        padding-top: 10px;
    }
    .defe-banner-left h1 {
        font-size: 40px;
        padding-bottom: 5px;
        line-height: 40px;
    }
    .defe-banner-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .defe-android-apple-icons{
        top: 25px;
    }
    .defe-banner-right h2 {
        font-size: 25px;
    }
    .defe-banner-right {
        padding: 15px 30px 20px 30px;
    }
    .defe-banner-right form .btn-primary {
        font-size: 20px;
    }
    .defe-banner-right p{
        padding: 5px 0px;
    }
    .defe-banner-right form {
        margin-top: 10px;
    }
    .defe-banner-right form .form-control {
        margin-bottom: 15px;
        line-height: 47px;
        height: 45px;
    }
    .defe-banner-right form select.form-control{
        line-height: 30px;
    }

    .free-video-main h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .sub-text {
        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;
    }
    .defe-footer-main{
        padding: 50px 0px;
    }
    .defe-footer-right h2{
        font-size: 25px;
    }
    .defe-footer-right h4 {
        font-size: 20px;
        padding: 15px 0px;
    }
    .defe-footer-right p {
        font-size: 20px;
        padding: 2px 20px;
    }
    .defe-footer-right ul li{
        margin-right: 20px;
    }
    .defe-footer-right ul li a img {
        max-width: 150px;
    }
    .why-chose{
        padding-top: 50px;
    }
    .upcoming-batche .nav-tabs .nav-item .nav-link{
        font-size: 20px;
        padding: 25px 15px;
    }

}

@media(max-width: 767.5px){
	.defe-banner-main {
        padding-top: 20px;
    }
    .defe-banner-image {
        padding-left: 0px;
        margin-top: 30px;
    }
    .defe-banner-right{
        margin:0px 0px 40px 0px;
        padding: 30px;
    }
    .defe-banner-left .banner-image{
        max-width: 96%;
        margin: auto;
        display: block;
    }
    .all-defence-main{
        padding: 50px 0px 30px 0px;
    }
    .free-video-main h2{
        font-size: 25px;
    }
    .sub-text  {
        font-size: 14px;
        line-height: 22px;
        padding: 0px 20px 20px 20px;
    }

    .defe-footer-main {
        padding: 40px 0px;
    }
    .defe-footer-right h2 {
        font-size: 25px;
    }
    .defe-footer-right h4 {
        font-size: 16px;
        padding: 10px 0px;
    }
    .defe-footer-right p {
        font-size: 16px;
        padding: 2px 15px;
    }
    .defe-footer-right ul li {
        margin-right: 10px;
    }
    .defe-footer-right ul li a img {
        max-width: 120px;
    }
    .why-choose-main{
        padding: 40px 0px 30px 0px;
    }
    .why-chose{
        padding-top: 30px;
    }
    .choose-one-right h2{
        font-size: 22px;
    }
    .choose-one-right p{
        font-size: 14px;
        padding-right: 0px;
    }
    .upcoming-batches-main{
        padding: 40px 15px;
    }
    .upcoming-batche .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 20px 10px;
    }
    .airforce-video{
        padding: 40px 15px;
    }

}

@media(max-width: 576px){
	.defe-banner-left h1 {
        font-size: 40px;
        padding-bottom: 5px;
        line-height: 45px;
    }
    .defe-android-apple-icons{
        top: 15px;
    }
    .defe-android-apple-icons a{
        width: 35px;
        height: 35px;
        padding: 5px;
        margin-right: 15px;
    }
    .defe-banner-left{
        padding-top: 40px;
    }
    .defe-banner-left p{
        font-size: 16px;
        line-height: 24px;
    }
    .defe-banner-left .banner-image {
        max-width: 95%;
        margin: auto;
        display: block;
    }
    .defe-banner-right{
        margin: 0px 0px 40px 0px;
        padding: 20px;
    }
    .defe-banner-right form .form-control::placeholder {
        font-size: 14px;
    }
    .defe-banner-right form .form-control{
        font-size: 14px;
        font-weight: 400;
    }
    .defe-banner-right form select.form-control{
        font-size: 14px;
        background-size: 14px 9px;
    }
    .defe-banner-right form .btn-primary {
        font-size: 18px;
    }

    .free-video-main {
        padding: 40px 0px;
    }

    .defe-footer-main{
        padding: 40px 0px;
    }
    .defe-footer-right{
        padding-top: 20px;
        text-align: center;
    }
    .defe-footer-right h2{
        font-size: 25px;
    }
    .defe-footer-right ul{
        padding-top: 20px;
        justify-content: center;
    }
    .defe-footer-right h4{
        font-size: 14px;
    }
    .defe-footer-right p{
        font-size: 14px;
    }
    .all-defence-main .courses-box .col-lg-3.col-md-3.col-sm-6.col-xs-6{
        width: 50%;
    }
    .all-defence-main .all-exams{
        padding: 5px;
    }
    .all-defence-main .all-exams i {
        width: 120px;
        height: 120px;
        padding: 25px;
    }
    .all-defence-main .all-exams h2 {
        font-size: 16px;
        padding-top: 10px;
    }
    .choose-one-right h2{
        font-size: 20px;
    }
    .choose-one-left img {
        width: 60px;
        margin-right: 10px;
    }
    .upcoming-batche .tab-content .tab-pane{
        padding: 15px;
    }
    .upcoming-batche .nav-tabs .nav-item{
        margin-right: 5px;
    }
    .upcoming-batche .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 10px 5px;
    }
    .upcoming-batches-main .book-button a{
        font-size: 18px;
    }
    .airforce-video .book-button a{
        font-size: 18px;
    }
}


@media(max-width: 380px){
    .upcoming-batche .nav-tabs .nav-item{
        margin-right: 2px;
    }
    .upcoming-batche .nav-tabs .nav-item .nav-link{
        font-size: 10px;
        padding: 10px 3px;
    }
    .airforce-video .book-button a{
        max-width: 280px;
    }
    .defe-banner-left h1{
        font-size: 35px;
        line-height: 40px;
    }
    .defe-banner-left p {
        font-size: 14px;
        line-height: 20px;
    }
}