.my_box{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    padding: 15px 15px !important;
    border-radius: 10px !important;
}
.txt{
    padding-left: 28px !important;
}
.txt h3{
    font-weight: bold !important;
}
.my_box:hover{
    background-color: #fff;
    /* box-shadow: 5px 5px 5px 2px rgba(145,145,145,0.1); */
}

.reviews_app_random{
    margin-top: -280px !important;
}

.nav_active > a{
    font-weight: bold !important;
    color: rgb(236,111,1) !important;
}
.download_section_app{
    height: 50px !important;
    /* background-color: red !important; */
}
.sh_footer_email{
    background-color: #06121E !important;
    padding: 20px;
}
.cnt_btn{
    background-color: rgb(236,111,1) !important;
    padding: 13px 25px !important;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s ease;
    width: 120px;
}
.cnt_btn:hover{
    letter-spacing: 1px;
}
.services_section{
    height: 100% !important;
}
.about_banner{
    height: 1100px !important;
}

.bg-orange{
    /* background-color: rgb(236,111,1) !important; */
    background-color: rgb(253,112,40) !important;    
}

.logo{
    width:100% !important;
}

.navbar-brand img{                      
    height: 50px;
}

/* media  */
@media only screen and (max-width:1000px){
    .reviews_app_random{
        margin-top: 5px !important;
    }
    .about_banner{
        height: auto !important;
    }
    
    .navbar-brand img{                      
        height: 21px;
    }
    iframe{
        max-width: 100% !important;        
    }
    .img_top {
        opacity: 0.1 !important;
    }
    .img_bottom {
        opacity: 0.1 !important;
    }
    
}
