.dropdown-toggle::after {
    display:none;
}

#menu-responsive {
    font-size: 35px;
}

#menu-responsive .fa-caret-down {
    display: none;
}

#drop-menu {
    display: none;
    margin-top: 33px;
}

#mid-menu {
    display: none;
    margin-top: 33px;
}

.dropdown-item {
    font-size: 18px !important;
    margin: 10px 0px !important;
}

@media only screen and (max-width: 1335px) {
    .homepagevideo {
        width: 100%;
    }
}

@media only screen and (max-width: 1274px) {
    .myheader-line {
        top: -242px !important;
    }
    .comprehensive-research {
        margin-top: 33px;
    }
}

@media only screen and (max-width: 1148px) {

}

@media only screen and (max-width: 992px) {
    #full-menu {
        display: none !important;
    }
    #mid-menu {
        display: block !important;
    }
    #drop-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .buddy-page-title {
        line-height: 30px;
        margin-left: 44px;
    }
    .res-fp-123 {
        padding-bottom: 79px;
    }
}

@media only screen and (max-width: 500px) {
    #full-menu {
            display: none !important;
    }
    
    #mid-menu {
        display: none !important;
    }

    #drop-menu {
        display: block !important;
    }
}