 /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}


a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 92%;
}
.navbar_logo img {
    height: 50px;
}
  button.navbar-toggler {
    float: right;
    margin-top: 15px;
}
.navbar-header {
    width: 100%;
}
.navbar-expand-lg .navbar-nav {
    align-items: flex-start;
}
.login-button {
    margin-left: 10px;
}
.inner-text, .banner-text{
    padding: 0px;
    width:75%;
}
.inner-text h1{
    font-size: 24px;
    line-height: 30px;
}
.inner-text h4 {
    font-size: 15px;
    line-height: 24px;
}
#home-carousel .owl-nav {
    top: 38%;
}
#home-carousel .owl-nav button.owl-prev {
    left: 5px;
}
#home-carousel .owl-nav button.owl-next {
    right: 5px;
}
.carousel-img {
    height: 365px;
}
.carousel-img img{
    height: 100%;
}
#home-carousel .owl-dots{
    display: none;
}
.about-text {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0%;
}
.about-text h2 {
    width: 100%;
    line-height: 40px;
}
.register-button{
    font-size: 13px;
}
.free-contact-sevices {
    padding: 20px 30px 40px;
    position: relative;
    width: 100%;
    right: 0;
    top: 0px;
    margin-bottom: 35px;
}
.about-section {
    padding: 70px 0px 50px;
    margin-bottom: 0px;
}
.contact-timings {
    margin-bottom: 24px;
}
.free-contact-sevices h2 {
    font-size: 22px;
    line-height: 35px;
}
.contact-section {
    padding: 25px;
}
.single-contact {
    margin-bottom: 35px;
}
.about-section.single-section .container-fluid {
    /*padding: 0px 15px;*/
}
section.registration-from {
    margin: 30px 0px !important;
}
.registration-from h2 {
    font-size: 23px;
}
section.registration-from .about-form{
    width: 100%;
}
.about-form {
    padding: 30px;
}
.banner-img img {
    height: 215px;
}
.from-images {
    display: none;
}
.banner-section {
    margin-bottom: 40px;
}
.form-logo-div.about-text p {
    width: 100%;
}
.login-modal {
    padding: 25px 15px;
}
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
 
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .container {
    max-width: 92%;
}
.navbar_logo img {
    height: 50px;
}
  button.navbar-toggler {
    float: right;
    margin-top: 15px;
}
.navbar-header {
    width: 100%;
}
.navbar-expand-lg .navbar-nav {
    align-items: flex-start;
}
.login-button {
    margin-left: 10px;
}
.inner-text, .banner-text{
    padding: 0px;
    width:75%;
}
.inner-text h1{
    font-size: 24px;
    line-height: 30px;
}
.inner-text h4 {
    font-size: 15px;
    line-height: 24px;
}
#home-carousel .owl-nav {
    top: 38%;
}
#home-carousel .owl-nav button.owl-prev {
    left: 5px;
}
#home-carousel .owl-nav button.owl-next {
    right: 5px;
}
.carousel-img {
    height: 365px;
}
.carousel-img img{
    height: 100%;
}
#home-carousel .owl-dots{
    display: none;
}
.about-text {
    padding-right: 15px;
    padding-left: 15px;
}
.about-text h2 {
    width: 100%;
    line-height: 40px;
}
.register-button{
    font-size: 13px;
}
.free-contact-sevices {
    padding: 20px 30px 40px;
    position: relative;
    width: 100%;
    right: 0;
    top: 0px;
    margin-bottom: 35px;
}
.about-section {
    padding: 70px 0px 50px;
    margin-bottom: 0px;
}
.contact-timings {
    margin-bottom: 24px;
}
.free-contact-sevices h2 {
    font-size: 22px;
    line-height: 35px;
}
.contact-section {
    padding: 25px;
}
.single-contact {
    margin-bottom: 35px;
}
.about-section.single-section .container-fluid {
    padding: 0px 15px;
}
section.registration-from {
    margin: 30px 0px !important;
}
.registration-from h2 {
    font-size: 23px;
}
section.registration-from .about-form{
    width: 100%;
}
.about-form {
    padding: 30px;
}
.banner-img img {
    height: 215px;
}
.from-images {
    display: none;
}
.banner-section {
    margin-bottom: 40px;
}
.form-logo-div.about-text p {
    width: 100%;
}
.login-modal {
    padding: 25px 15px;
}
/** user dashboard **/
section.dashboard_sec {
    padding: 40px 0px !important;
}
.card.menu-list {
    margin-bottom: 30px !important;
}
.header-button.text-right.col-sm-6 {
    margin: 20px 0px;
}
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .container {
    max-width: 92%;
}
.navbar_logo img {
    height: 50px;
}
  button.navbar-toggler {
    float: right;
    margin-top: 15px;
}
.navbar-header {
    width: 100%;
}
.navbar-expand-lg .navbar-nav {
    align-items: flex-start;
}
.login-button {
    margin-left: 10px;
}
.inner-text, .banner-text{
    padding: 0px;
    width:75%;
}
.inner-text h1{
    font-size: 24px;
    line-height: 30px;
}
.inner-text h4 {
    font-size: 15px;
    line-height: 24px;
}
#home-carousel .owl-nav {
    top: 38%;
}
#home-carousel .owl-nav button.owl-prev {
    left: 5px;
}
#home-carousel .owl-nav button.owl-next {
    right: 5px;
}
.carousel-img {
    height: 365px;
}
.carousel-img img{
    height: 100%;
}
#home-carousel .owl-dots{
    display: none;
}
.about-text {
    padding-right: 15px;
    padding-left: 15px;
}
.about-text h2 {
    width: 100%;
    line-height: 40px;
}
.register-button{
    font-size: 13px;
}
.free-contact-sevices {
    padding: 20px 30px 40px;
    position: relative;
    width: 100%;
    right: 0;
    top: 0px;
    margin-bottom: 35px;
}
.about-section {
    padding: 70px 0px 50px;
    margin-bottom: 0px;
}
.contact-timings {
    margin-bottom: 24px;
}
.free-contact-sevices h2 {
    font-size: 22px;
    line-height: 35px;
}
.contact-section {
    padding: 25px;
}
.single-contact {
    margin-bottom: 35px;
}
.about-section.single-section .container-fluid {
    padding: 0px 15px;
}
section.registration-from {
    margin: 30px 0px !important;
}
.registration-from h2 {
    font-size: 23px;
}
section.registration-from .about-form{
    width: 100%;
}
.about-form {
    padding: 30px;
}
.banner-img img {
    height: 215px;
}
.from-images {
    display: none;
}
.banner-section {
    margin-bottom: 40px;
}
.form-logo-div.about-text p {
    width: 100%;
}
.login-modal {
    padding: 25px 15px;
}
/** user dashboard **/
section.dashboard_sec {
    padding: 40px 0px !important;
}
.card.menu-list {
    margin-bottom: 30px !important;
}
.header-button.text-right.col-sm-6 {
    margin: 20px 0px;
}


}