@media only screen and (max-width:720px)
{
    button.navbar-toggler {
    margin-left: auto;
}
section.about .about-text-wrapper {
    padding: 30px 0px 0px;
}
    span.navbar-toggler-icon {
    color: #fff;
    /* background: #fff; */
}

ul.top-info li {
    display: block;
    width: 100%;
    margin: 15px 0px;
}

.home-slider .text-wrapper h2 {
    font-size: 14px;
    line-height: 20px;
}

.home-slider .text-wrapper .subhead {
    font-size: 12px;
    letter-spacing: 0px;
}

.home-slider .text-wrapper {
    top: 5%;
}

.home-slider .text-wrapper .slider-link:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-right: 10px;
}

.home-slider .text-wrapper .slider-link {
    line-height: 20px;
    font-size: 13px;
}

.heading-side-text {
    max-width: 100%;
    width: 91%;
    display: block;
    word-break: break-word;
    margin: 0px !important;
    margin-left: 0px;
}

.footer-widget {
    margin-bottom: 20px;
}
.navbar-expand-md .navbar-nav .nav-link{padding-left:15px;}

.section-heading h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.testimonial-slider .slider-wrapper {
    font-size: 14px;
}

.form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: unset;
    padding: 16px;
    background-color: white;
   top: 0;
    /* z-index: 99; */
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    border-color: rgb(255, 255, 255);
    border-style: none;
    margin: 0px;
    border-radius: 8px;
    padding: 38px 30px 38px;
    /* margin-bottom: 24px; */
}
}