/*For bigger screen then normal 1500px desktop*/
@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
.container {
    max-width: 1000px;
}
.slide-text h1 {
    font-size: 48px;
    line-height: 75px;
}
.slider-area .owl-nav div {
    left: 3%;
}
.slider-area .owl-nav .owl-next {
    left: auto;
    right: 3%;
}

.footer-top {
    padding: 60px 30px 20px;
}

.wedget h3 {
    font-size: 24px;
}

/*home 2*/
.hero-content h1 {
    font-size: 30px;
}

}


/*For bigger screen then normal 960px desktop*/
@media only screen and (max-width: 1199px) {
.single-slide-item {
    min-height: 650px;
}
.slide-text h1 {
    font-size: 50px;
    line-height: 65px;
}

.slider-area .owl-nav div {
    left: 3%;
}
.slider-area .owl-nav .owl-next {
    left: auto;
    right: 3%;
}

h2 {
    font-size: 40px;
}
h4 {
    font-size: 20px;
}

.contact-info2 {
    text-align: left;
    margin-bottom: 10px;
}

.footer-top-section {
    padding-top: 50px;
}

/*home 2*/
.hero-content h1 {
    font-size: 40px;
}
.hero-content p {
    font-size: 22px;
}
.salat-title h2 {
    font-size: 30px;
}

}

@media (min-width: 992px) and (max-width: 1024px) {

}

/*For Tablet Layout*/
@media (max-width: 991px) {
.slide-text h1 {
    font-size: 36px;
    line-height: 50px;
}
.single-slide-item {
    min-height: 550px;
}
.slider-area .owl-nav div {
    width: 60px;
    height: 60px;
    font-size: 20px;
}
.footer-top {
    padding: 50px 35px 20px;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.hero-content h1 {
    font-size: 30px;
}
.hero-content p {
    font-size: 20px;
}
.hero-content h3 {
    font-size: 20px;
    padding: 0 200px;
}
.hero-content h3:before, 
.hero-content h3:after {
    width: 180px;
}
.herpo-logo {
    margin-bottom: 50px;
}
.salat-content h3 {
    font-size: 20px;
}
 
.salat-content-box {
    margin-bottom: 170px;
}
.table-title h2 {
    font-size: 30px;
}
.table-wrap table th {
    padding: 15px;
}
.table-wrap table tr td {
    padding: 15px;
}

.table-title h2 {
    font-size: 22px;
}
.plillars-content {
    padding: 12px 46px 14px;
    width: 365px;
}
.plillars-content:before {
    top: -162px;
    left: -143px;
    right: -155px;
}

.bottom_left, .bottom_right {
    left: -28px;
}
.bottom_right {
    left: auto;
    right: -22px;
}
.left_center, .right_center {
    left: 44px;
}
.right_center {
    right: 44px;
    left: auto;
}
.contant-section {
    padding-bottom: 55px;
}

.menu .navbar {
    padding: 10px 0;
    position: fixed;
    top: 0;
    background-color: #FFF;
    left: -1000px;
    z-index: 99;
    height: 100%;
    align-items: start;
    transition: .4s;
}

.menu .navbar::before {
    position: absolute;
    content: "";
    background-image: url("../img/close.svg");

}

.open-menu, .close-menu {
    display: block;
}

.open-menu {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    text-align: right;
}

.close-menu {
    position: absolute;
    right: 10px;
}

.menu .nav-link {
    padding: 15px 0px !important;
}

.menu .navbar-nav {
    margin-top: 3rem;
}

.overlay.active {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    opacity: .5;
}


}

/*For Wide Mobile Layout*/
@media (max-width: 767px) {
h2 {
    font-size: 36px;
}
th, td {font-size:12px;padding: 4px 4px!important;}

.wedget {
    margin-bottom: 30px;
}
.wedget h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.hero-content h3 {
    font-size: 20px;
    padding: 0 120px;
}
.hero-content h3:before, 
.hero-content h3:after {
    width: 110px;
}
.hero-content h1 {
    font-size: 25px;
}
.salat-title h2 {
    font-size: 25px;
}
.table-title h2 {
    font-size: 25px;
}
 
.table-wrap {
    overflow-x: scroll;
}
.content-wrap h2 {
    font-size: 24px;
}
.plillars-content {
    padding: 12px 15px 13px;
    width: 235px;
}
.plillars-content::before {
    left: -88px;
    right: -85px;
    top: -122px;
}
.pillars-item li a {
    width: 90px;
    height: 90px;
    padding: 15px 0;
}
.plillars-content p {
    display: none;
}

.pillars-item li a h6 {
    font-size: 13px;
}

.bottom_left, .bottom_right {
    left: 0;
}
.bottom_right {
    left: auto;
    right: 4px;
}
.left_center, .right_center {
    bottom: 165px;
    left: 60px;
}
.right_center {
    right: 62px;
    left: auto;
}

.center_center {
    top: -170px;
}

.bottom_left:after, .bottom_right:after {
    bottom: 14px;
    right: -40px;
}
.bottom_right:after {
    left: -35px;
    right: auto;
}
.center_center:after {
    bottom: -92px;
    left: -70px;
    right: 47px;
    top: 89px;
}
.left_center:after, 
.right_center:after {
    right: -58px;
    top: 6px;
}
.right_center:after {
    right: 140px;
    top: 8px;
}
.pillars-header {
    text-align: center;
    padding: 80px 0 210px;
}

}

@media (max-width: 575px)  {
.pillars-section {
    display: none;
}
.content-wrap h2 {
    font-size: 20px;
}

.w_50{
	width: 50%;
}

}

/*For 320-384px up Mobile Layout*/

@media (max-width: 479px) {

.slide-text h1 {
    font-size: 28px;
    line-height: 40px;
}
.single-slide-item {
    min-height: 450px;
}
.slider-area .owl-nav div {
    display: none;
}
.subscribe-title h3 {
    font-size: 24px;
}
button#subscription-btn {
    width: 100%;
    margin-top: 15px;
}
.hero-content h3 {
    font-size: 20px;
    padding: 0;
}
.hero-content h3:before, 
.hero-content h3:after {
    content: none;
}
.hero-content p {
    font-size: 18px;
    line-height: 1.5;
}
.salat-title h2 {
    font-size: 22px;
}
.table-title h2 {
    font-size: 22px;
}
.herpo-logo{
	    width: 280px;
}
}


