@media only screen and (max-width:767px){
    .btn-primary {
        padding: 5px 15px !important;
    }
    .btn-secondary {
        padding: 5px 15px !important;
    }
    .btn-gray {
        padding: 5px 15px !important;
    }
    .btn-gray-line {
        padding: 5px 15px !important;
    }
    p {
        text-align: justify;
    }
    .service_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer_main::after {
        width: 100%;
        height: 40%;
        top: auto;
        bottom: 0;
    }
    .right_footer {
        margin-top: 60px;
    }
    #testimonialCar .owl-nav {
        top: 100%;
    }
    #testimonialCar .owl-nav .owl-prev {
        position: static;
    }
    #testimonialCar .owl-nav .owl-next {
        position: static;
    }
    .banner_img {
        margin: 40px 0 20px 0;
    }
    .main_section {
        padding: 50px 0;
    }
    .service_items .item .text h1 {
        font-size: 22px;
        min-height: auto;
    }
    .investor_corner_area .corner_img {
        display: none;
    }
    .investment_area .investor_img {
        display: none;
    }
    .investment_area {
        position: relative;
        padding-bottom: 50px;
    }
    .testimonial_area {
        padding-bottom: 80px;
    }
    .main_heading h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .contactus_area .contact_info {
        padding: 20px;
    }
    .contact_form .cont_form {
        padding: 40px 20px;
    }
    .inner_img.text-center {
        margin: 30px;
    }
    .download_tabs .nav-item {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .download_tabs .nav-item .nav-link {
        display: block;
        width: 100%;
    }
}