@media (max-width:991px){
    .aboutleft, .information {
    margin-right: 0;
    
}

.toppart ul li {
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.toppart ul li a{
    line-height: 20px !important;
}
.toppart ul {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
}

.slider .carousel-caption h1 {
    font-size: 34px;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 40px;
}

.slider .carousel-inner .carousel-item img {

    height: 300px;
 
}
.information {
    display: none;
}
.aboutleft, .information {
    margin-right: 0 !important;
}
.mobiletestimonial .information {
    display: block !important;
}

.about .heading span {
    position: relative;
    margin-left: 0;
    font-size: 15px;
    color: #ffffff;
    background: #c7191e;
    min-width: 118px;
    text-align: center;
    line-height: 33px;
    border-radius: 3px;
    margin-top: -81px;
    z-index: 1;
}
.about .heading span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 11px solid #842029;
    right: -16px;
}
.about .heading span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 11px solid #842029;
    left: -16px;
}
.formpart{
    margin-top: 37px;
}
.toppart .rigitop li{
  text-align: left;
}
}
@media (max-width:1640px){

.about .boximgfull img{display: none;}

}

