/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) { 
  #hero-area .contents .head-title {
    font-size: 40px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
  } 
}

/* tablets */
@media (max-width: 991px) { 
  .page-title-section {
    padding: 40px 0;
  }
  .section-titile-bg {
    display: none;
  }
  .section-title {
    position: relative;
    margin-bottom: 10px;
  }
  .about-item {
    margin-bottom: 30px;
  }
  .accordion .header-title {
    font-size: 12px;
  } 
  .padding-none:nth-child(1) {
    border-left: none;
  }
  .padding-none:nth-child(3) {
    border-left: none;
  }
  .padding-none:nth-child(4) {
    border-bottom: none;
    border-left: 1px solid #ddd;
  }
  .padding-none:nth-child(5) {
    border-bottom: none;
    border-left: none;
  }
  .padding-none:nth-child(6) {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .footer-area h3 {
    margin-top: 30px;
  }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) { 
  
   .container {
    max-width: 100% !important;
  }
  .accordion .header-title {
    font-size: 12px;
  } 
  .padding-none:nth-child(3) {
    border-left: none;
  }
  .padding-none:nth-child(4) {
    border-bottom: none;
    border-left: 1px solid #ddd;
  }
  .padding-none:nth-child(5) {
    border-bottom: none;
    border-left: none;
  }
  .padding-none:nth-child(6) {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .footer-area h3 {
    margin-top: 30px;
  }
   
}

/* mobile or only mobile */
@media (max-width: 767px) {
   .container {
    max-width: 100% !important;
  }
  .section-title {
    font-size: 22px;
  }
  .section-sub {
    font-size: 16px;
    line-height: 35px;
  } 
  #hero-area .contents {
    padding: 100px 0;
  }
  #hero-area .contents .head-title {
    font-size: 15px;
  }
  #hero-area .contents .btn {
    margin: 25px 3px 0 0;
  } 
  .accordion .header-title {
    font-size: 11px;
  } 
  .subscribe-inner .sub-btn {
    margin: 20px auto;
    text-align: center;
    position: inherit;
  }
  .container-form .form-wrapper {
    padding: 20px;
  }
  .contact-item {
    margin-bottom: 40px;
  }
  .thumb-left img {
    width: 60%;
  } 
  .footer-area h3 {
    margin-top: 30px;
  }
  .padding-none:nth-child(1) {
    border-bottom: 1px solid #ddd;
  }
  .padding-none:nth-child(4) {
    border-bottom: 1px solid #ddd;
  }
  .padding-none:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
       
  #section-header .header-brand img { 
    max-width: 85px; 
  } 
  #section-header .header-title h1 {
    font-size: 28px; 
    font-weight: 700;
  }
  #section-header .header-title h2 {
    font-size: 16px;
  } 
  #section-header .header-box-right img { 
    max-width: 240px; 
  }
.form-group .control-label {
		text-align: left !important;
	  font-weight: bold !important;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
 .container {
    max-width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
  } 
  .btn {
    padding: 7px 12px;
    font-size: 13px;
  }
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 26px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    h5 {
        font-size: 20px !important;
    }   
   #section-header {
    padding-top: 18px;
   }

  #section-header .header-brand img { 
    max-width: 85px; 
    padding-right: 5px;
  } 
  #section-header .header-title {
    width: 85%;
    margin-top:5px;
  }
  #section-header .header-title h1 {
    font-size: 24px; 
    font-weight: 700;
    margin-bottom: 1px;
  }
  #section-header .header-title h2 {
    font-size: 12px;
  } 
  #section-header .header-box-right img { 
    display: none;
  }
 
}
 