
@media screen and (max-width: 799px) {
    .copy_footer {
        font-size: 13px !important;
        font-family: Myriad Pro;
        color: #000;
        font-weight: 600;
        padding: 6px 0px 50px 15px;
        width: 100%;
        text-align: center;
        background: #e6e5e5;
        line-height: 25px;
        position: relative;
        top: 500px;
    }
}

  @media (min-width: 1199px){
.feature {
    padding: 15px 0 15px 0;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 600 !important;
}
.features_new_design {
    border-bottom: 1px solid #098144;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
 .tab button {
          font-size:15px!important;
        }
.copy_foot {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    padding: 6px 0px 6px 15px;
    background: #ccc;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.image{
  width: 25.5%;
}

}
@media (max-width: 768px){
.view {
    font-family: 'Roboto', sans-serif;
    font-size: large;
    font-weight: 600;
    padding: 30px 0px 10px 10px;
    text-align: center;
}
.header_2 ul.menu {
        padding: 0px 0px 0px 25px!important;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
        width: 70vh !important;
        margin: 0px 0 0px 0px!important;
    }
.new-feature {
    border-bottom: 1px solid #098144;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.feature{
  text-align: center;
    margin: 45px 0px 20px 0px;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
    .tabcontent {
        float: left;
        /* padding: 0px 12px; */
        border: none;
        width: 100%;
        border-left: none;
        height: 40vh;
    }
    .mobile_foot {
        position: absolute;
        top: 1135px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {

    .new-feature {
        margin:0;
        width: 40%;
    }
    .row {
        display: flex;
    }    
    .copy_footer {
        top: -100px;
    }
    .empty_div{
        width:40%;
    }
 

}


