@media (max-width: 768px) {

.pt-md-5.pb-md-5 {
    padding: 30px 0px;
}	
 .header {
    padding: 10px;
}
.nav-link {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
}
div#head .owl-nav {
    position: absolute;
    bottom: 6%;
    right: 10%;
    display: none;
}
.solut-box p {
    color: #777777;
    height: auto;
}
.solut-box {
    text-align: center;
}
.solut-box h4 {
    color: #f97e5e;
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solut-box {
    text-align: center;
    margin-bottom: 20px;
}
.touch {
    padding: 20px 0px;
}
.touch-right {
    padding-top: 20px;
}
.touch-form form {
    width: 100%;
}
.bantext h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bantext {
    color: #d4d4d4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
}
.bantext p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.footer {
    background-color: #1c2a33;
    padding: 30px 0px;
}
.bantext p a {
    background-color: #f97e5e;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
    padding: 6px;
    margin-top: 0px;
}
.tp-ban2{
 display: block !important;
}
.tp-ban1{
 display: none !important;
}
.nav-link.active:before {
    width: 22%;
    margin: initial;
}
li:hover > a:before{
    width: 22%;
    margin: initial;
}
.team-data ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.team-data ul li {
    margin-right: 15px;
}
.tabs_data {
    display: block;
    align-items: center;
    text-align: center;
}
.tabs_data p {
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 20px;
}



}