
@media only screen and (min-width:200px) and (max-width:767px) {
    .register_sec {
        width: 100%;
        height: auto;
        position: relative;
    }
    .banner_area {
        width: 100%;
        max-height: 235px;
        overflow: hidden;
        margin-top: 0;
    }

    .footer {
        padding: 20px 0 20px;
        position: relative;
        text-align: center;
    }
    .footer .footer_menu {
        text-align: center;
        margin-top: 5px;
    }
    .register_sec .card {
        width: 100%;
        margin-top: 30px;
    }
    .logo img {
        max-height: 46px;
    }
    .logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }

}

/*@media only screen and (max-width: 678px) {
}*/

@media screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation : landscape){
    
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .overlay {
        width: 90%;
        height: 145px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .overlay p {
        font-size: 13px;
    }
    .overlay h3 {
        font-size: 18px;
    }
    #banner-carousel .owl-dots {
        display: none;
    }
    #banner-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #banner-carousel .owl-nav .owl-next {
        right: 0;
    }

}

@media screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation : landscape){
   
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .register_sec {
        width: 450px;
        height: auto;
        position: relative;
    }

}



@media only screen and (min-width:768px) and (max-width:991px) {
    .register_sec {
        width: 100%;
        height: auto;
        position: relative;
    }

    .banner_area {
        width: 100%;
        max-height: 273px;
        margin-top: 23%;
    }
    .register_sec .card {
        width: 100%;
    }

    .logo img {
        max-height: 60px;
        margin-right: 0;
        margin-top: 20px;

    }
    .overlay {
        width: 80%;
        height: 165px;
    }

    #banner-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #banner-carousel .owl-nav .owl-next {
        right: 0;
    }
    .overlay h3 {
        font-size: 20px;
    }
    .overlay p {
        font-size: 14px;
    }
    #banner-carousel .owl-dots {
        bottom: 24px;
    }
    footer .logo {
        margin-bottom: 0;
        display: block;
        margin: 0 auto;
        width: 150px;
    }
    .footer .footer_menu {
        text-align: center;
    }



}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation : landscape){
    .banner_area {
        margin-top: 11%;
    }
}

/********************@media only screen and (min-width:1024px) and (max-width:1200px)********************/


@media (min-width:992px) and (max-width:1199px) {
  
    .register_sec {
        width: 90%;
        height: 494px;
    }
    .register_sec .card {
        /* opacity: .9; */
        width: 100%;
    }
    .banner_area {
        width: 100%;
        max-height: 276px;
        margin-top: 15%;
    }
    #banner-carousel .owl-dots {
        bottom: 55px;
    }

    .overlay h3 {
        font-size: 22px;
    }

}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) and (orientation : landscape){
    .banner_area {
        margin-top: 10%;
    }
}
	
/********************@media only screen and (min-width:1201px)********************/

	

/********************@media only screen and (min-width:1201px)********************/
