.navbar-brand img {
    max-width: none !important;
}

@media only screen and (min-width: 1400px) {
    .slider-section .single-slider .slider-content .theme-btn {
        margin: 370px 10px 0px 10px;
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider-section .single-slider .slider-content .theme-btn {
        margin: 340px 10px 0px 10px;
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .single-slider .slider-content .theme-btn {
        margin: 310px 10px 0px 10px;
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .single-slider .slider-content .theme-btn {
        margin: 250px 10px 0px 10px;
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .slider-section .single-slider .slider-content .theme-btn {
        margin: 150px 0px 0px 0px;
        padding: 20px 30px;
    }
}

.card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.card-h4 { 
    font-size: 18px !important;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 25px;
    background-color: #606060;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp:hover {
    background-color: #606060;
    color: #FFDF00;
}

.whatsapp-icon {
    margin-top: 15px;
}

.instagram {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 25px;
    background-color: #606060;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.instagram:hover {
    background-color: #606060;
    color: #FFDF00;
}

.instagram-icon {
    margin-top: 15px;
}

.slider-section .tns-nav {
    bottom: 0px;
}

.slider-section .single-slider .slider-content {
    padding: 0 0 40px;
}

.banner1-image { 
    /*width: 100%; 
    height: 100%; 
    background-image: url('../img/banner1.jpg'); 
    background-size: 100% 100%;  
    background-repeat: no-repeat;*/
    background: url('../img/banner1.jpg') no-repeat center center fixed; 

} 

.banner2-image { 
    background: url('../img/banner2.jpg') no-repeat center center fixed; 

} 

.banner3-image { 
    background: url('../img/banner3.jpg') no-repeat center center fixed; 

} 