@media only screen and (max-width: 768px) {
    .left_list{
        display: none;
    }
    .right_list{
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }
    .hero_section{
        padding: 60px 5px;
    }
    .hero_section .carousel-item h3{
        font-size: 26px;
        line-height: 34px;
    }
    .textareaslider{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
        padding:0px 20px;
    }
    .carousel-indicators{
        bottom:-40px !important;
    }
    .navbar-nav{
        margin:20px 0px;
    }

    .innerlovediv{
        display: block;
    }
    .innerlovediv div{
        margin-top:25px;
    }

    .main_header ul li:nth-child(odd){
        background-color: #0e013982;
        text-align: center;
    }
    .main_header ul li:nth-child(even){
        text-align: center;
        background-color: #6d639463;
    }

}