.btn-call{
    background: #ffffff !important; 
    color: #000 !important;
}
.btn-call:hover{
    background: #00018e !important;
    color: #fff !important;    
}

.tab-text{
    text-align:left;
    margin:0 auto;
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-text-t{
    text-align:left;
    margin:0 auto;
    
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-text-t ul li a i {
    color: #7ed321;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
@media (max-width: 600px) {
    .tab-text{
        width: auto;
        padding-top: 0px;
        padding-bottom: 20px;        
    }
    .tab-text ul li a {
        font-size: 16px !important;
    }   
    .slide-banner.slider3 {
        padding: 100px 0px 100px !important;
        height: 100% !important;
    }
    .slide3-text .slider-text h2{
        font-size: 24px !important;
        margin-top: 40px;
    }   
}
.tab-text ul li a i {
    color: #7ed321;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
} 
.tab-text ul li a {
    color: #fff;
    font-size: 20px;
}
@media (max-width:1400px){
    .slide3-text .slider-text {
        padding-top: 440px;
    }    
    .slider3 {
        height: 800px;
    }
}
.screenshots-slider{
        padding-top: 0px;
    } 

    .title-h2{
        font: 600 28px/38px Montserrat, sans-serif !important;
    }
    @media (max-width: 600px) {
        .title-h2{
            font: 600 22px/32px Montserrat, sans-serif !important;
        }
    }  

.arrow_one{
    position: absolute;
    width: 80px;
    height: 80px;
    background: #00018e;
    z-index: 11111;
    opacity: 1;
    left: calc(100% - 40px);
    top: calc(50% - 40px);
    border-radius: 50%;    
}
.arrow_one span{
    position: absolute;
    font-size: 45px;
    color: #fff;
    left: 18px;
    top: 15px;
    font-weight: bold;    
}
@media (max-width: 600px) {
    .arrow_one{
        display: none;
    }
}    

.seo-subcribe .input-group .form-control {
    color: #fff;
    background: transparent;
    box-shadow: none;
    height: 60px;
    border-color: #fff;
    padding-left: 30px;
}  
.seo-subcribe .input-group .input-group-btn .btn-submit {
    padding: 0px 62px;
    text-shadow: none;
    box-shadow: none;
    border: 0px;
    text-transform: uppercase;
    transition: all 400ms linear 0s;
    background: #ffffff !important;
    color: #000 !important;
}
.seo-subcribe .input-group .input-group-btn .btn-submit:hover {
    background: #00018e !important;
    color: #fff !important;
}
    @media (max-width: 600px) {
        .logo_footer{
            display: none;
        }
    }         