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

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

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

@media (min-width: 1520px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
    
}
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    
}
  
@media (max-width: 1921px) {

}
  
@media (max-width: 1680px) {

}

@media (max-width: 1600px) {

}
  
@media (max-width: 1440px) {

}
  
@media (max-width: 1366px) {

}

@media (max-width: 1281px) {

}
@media (max-width: 1260px) {
   
}
@media (max-width: 1240px) {
   
}
@media (max-width: 1220px) {
   
}
@media (max-width: 1200px) {
 
}
  
@media (max-width: 1199px) {
	.header-btn {
		color: #fff!important;
		padding: 12px 20px;
		font-size: 18px;
	}
	.header-btns li {
		margin-bottom: 0;
		display: flex;
	}
    .header-area {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    
    .mobile-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        background: #31ACF3;
        padding: 15px 12px;
        border-radius: 5px;
        margin-left: 15px;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0;
    }
    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler.active span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler.active span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    .offcanvas-wraper {
        display: block;
    }

    .mobile-header .custom-logo {
        max-width: 120px;
    }

    .type-animation h1 {
        font-size: 42px;
        line-height: 1.1;
    }
    .type-animation .typed, .type-animation .typed-cursor {
        font-size: 42px;
        line-height: 1.1;
    }
}
  
@media (max-width: 991px) {
    .single-features-slider h3 {
        font-size: 24px;
    }
    .single-features-slider p {
        font-size: 16px;
    }
}
  
@media (max-width: 767px) {
    .banner-logo {
        max-width: 70vw!important;
    }
    .banner-section {
        padding: 160px 0 80px;
    }
    .banner-content .line {
        margin: 20px auto;
    }
    .gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-container .col-sm-4 {
        width: 50%;
    }
}
  
@media (max-width: 575px) {
    .section-title h2 {
        font-size: 36px;
    }
    .client-review-area {
        padding: 30px;
    }
    .single-client-slider .rating {
        margin-bottom: 15px;
    }
    .single-client-slider .client-message {
        font-size: 16px;
    }
}
  
@media (max-width: 485px) {
    .newsletter input[type="submit"] {
        font-size: 16px;
    }
    .newsletter {
        height: 70px;
        padding: 10px;
    }
    .newsletter input {
        font-size: 16px;
    }
    
    .newsletter input::placeholder {
        font-size: 16px;
    }
}

@media (max-width: 425px) {

}
  
 
@media (max-width: 360px) {

}
  