@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

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

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

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

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
    .header-top{
        padding-left:0px;
        padding-right:0px;
    }
    .header-contact>ul>li:first-child{
        display: none;
    }
    .header-offer {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .header-offer>span {
        display: none;
    }
    .countdown-container {
        flex-direction: row;
        gap: 3px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    
    .time-box {
        width: 40px;
    }
    .header-contact {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slide-top-btn {
        display: flex;
        width: 70%;
        max-width: 100%;
        height: 40px;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 0px;
        border: 1px solid black;
        border-radius: 10px;
        text-decoration: none;
        color: black;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        transition: all .4s;
    }
    .slider {
        padding-top: 17px;
        padding-bottom: 60px;
    }
    .caption>h1 {
        font-size: 32px;
        font-weight: 300;
        text-align: center;
        color: black;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .caption>p {
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 400;
        color: black;
    }
    .caption>span.notification {
        display: inline-block;
        width: 80%;
        font-size: 13px;
        font-weight: 400;
        color: black;
        margin-top: 20px;
        text-align: center;
        line-height: 15px;
    }
    .referances {
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-slide-area {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .home-slide-title>h2 {
        font-size: 22px;
        font-weight: 300;
        color: black;
        line-height: 32px;
        margin-bottom: 80px;
    }
    .specs-area {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .specs-button {
        display: flex;
        justify-content: center;
    }
    .specs-area h4 {
        font-size: 30px;
        font-weight: 300;
        color: black;
        margin-bottom: 20px;
        text-align: center;
    }
    .specs-text>p {
        font-size: 14px;
        font-weight: 400;
        color: black;
        line-height: 24px;
        text-align: center;
    }
    .faq-area {
        padding: 100px 15px;
    }
    .customer-area {
        background-color: rgba(33, 82, 216, .1);
        padding: 300px 0px 50px;
        background-image: url(../../images/customer-img.webp);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 100% auto;
    }
    .footer-logo {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }
    ul.footer-social {
        display: flex;
        list-style: none;
        margin: 0px 0px 40px;
        padding: 0px;
        justify-content: center;
    }
    .footer-menu>.footer-menu-title {
        display: flex;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: black;
        margin-bottom: 10px;
        justify-content: center;
    }
    .footer-menu>ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0px;
        margin: 0px 0px 30px;
        align-items: center;
    }
    .footer-menu>ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0px;
        margin: 0px 0px 30px;
        align-items: center;
    }
    .service-text>h2 {
        font-size: 30px;
        font-weight: 300;
        color: black;
        margin-bottom: 20px;
        text-align: center;
    }
    .service-text>p {
        font-size: 14px;
        line-height: 24px;
        color: black;
        text-align: center;
    }
    .service-str-reverse>.row {
        display: flex;
        width: auto;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
    }
    .packages {
        padding: 30px 15px 100px;
    }
}