
/*----------------------------------------------------------
               desktop min-width: 992px start
-----------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .for-mobile {
        display: none !important;
    }
    .for-desktop {
        display: block !important;
    }
    .mobile-flex {
        display: none;
    }
    .arrow-dropdown {
        display: none !important;
    }
}

/*----------------------------------------------------------
               desktop min-width: 992px start
-----------------------------------------------------------*/


/*----------------------------------------------------------
               mobile max-width: 991px start
-----------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block !important;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-text {
        top: 0;
        position: relative;
        padding: 30px 15px;
        left: 0;
        width: 100%;
    }
    .banner-text h1, .banner-text h2 {
        font-size: 60px;
    }
    .banner-text h6 {
        font-size: 30px;
    }
    .banner-text .link img {
        height: 50px;
    }
    .banner-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .banner .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .middle-banner-area .main-heading h1 {
        font-size: 60px;
    }
    .link img {
        height: 60px !important;
    }
    .middle-banner-area .main-heading {
        top: 20px;
    }
    .middle-banner-area-2 .main-heading h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .content-area h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .content-area h4 {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .main-btn-2 a {
        font-size: 20px;
        min-width: 210px;
    }
    .middle-banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .logo-mobile img {
        height: 30px;
    }
    .main_menu ul li.hover-link a:before {
        display: none !important;
    }
    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .mega_menu {
        background: transparent;
        margin-left: 0;
    }
    .main_menu ul li .mega_menu_item a {
        padding-bottom: 10px;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
        color: #000000 !important;
    }
    .mega_menu_item h4 {
        margin-bottom: 10px;
    }
    .mega_menu_item h3 {
        display: none;
    }
    .center-menu {
        text-align: left;
    }
    .main_menu ul li ul, .mega_menu {
        transition: .5s;
    }
    .sub_menu li {
        padding: 0px 0px!important;
        border: 0 !important;
    }
    .sub_menu {
        padding-left: 0 !important;
    }
    .main_menu .sub_menu li a {
        padding: 0;
        padding-bottom: 5px;
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }
    .header-padding {
        padding-top: 0;
    }
    .main_menu .main-width {
        flex-direction: column;
        width: 100%;
    }
    .main-heading h1, .main-heading h2, .main-heading h3, .main-heading h4 {
        max-width: 100vw;
    }
    .middle-banner-area-2 .main-heading {
        bottom: 10%;
        top: auto;
        width: 100%;
    }
    .box-item {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .main-box-section {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .horizontal-img {
        height: 2000px !important;
    }
    .horizontal-img-2 {
        height: 925px !important;
    }
    .play-btn img {
        width: 70px !important;
        height: 70px !important;
    }
    .content-area p {
        font-size: 18px;
        line-height: 24px;
    }
    .main-box-section.pad-bottom {
        padding-bottom: 60px;
    }
    .img-text h4, .img-text h5 {
        font-size: 20px;
        line-height: 35px;
    }
    .img-text {
        margin-top: 30px;
        text-align: center;
    }
    .main-top {
        top: 50px;
    }
    .form-inline {
        width: 100%;
        flex-direction: column;
        padding: 0 15px;
    }
    .email-section .form-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .email-text {
        text-align: center;
        margin: 15px 0;
        width: 100%;
        padding: 0 15px;
    }
    .email-section .middle-banner img {
        height: 700px;
    }
    .copy-right-area {
        flex-direction: column;
    }
    .center-dots .owl-nav .owl-prev {
        left: 0 !important;
    }
    .center-dots .owl-nav .owl-next {
        right: 0 !important;
    }
    .box-box-area .content-area h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .box-box-area .content-area h5 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .box-box-area .content-area p {
        font-size: 20px;
        line-height: 24px;
    }
    .has_dropdown a {
        background: transparent;
        padding: 10px 0 !important;
        color: #000000 !important;
    }
    .mega_menu .mega_menu_item {
        margin-bottom: 0;
    }
    .desk-arrow:after {
        display: none;
    }
    .logo-desk img {
        display: none;
    }
    .main_menu .main-width:last-child {
        justify-content: center;
        flex-direction: row;
    }
    .social-link i {
        padding: 0 !important;
        float: none !important;
    }
    .social-link {
        width: auto !important;
        border-bottom: 0 solid #c3c8c9 !important;
    }
    .social-link a {
        width: 32px !important;
        margin-left: 5px;
    }
    .email-section .main-heading h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-logo img {
        height: 50px;
        width: 50px;
    }
    .banner-logo {
        left: 15px;
        top: 20px;
    }
    .inline-songs {
        flex-direction: column;
    }
    .music-img, .music-list {
        width: 100%;
    }
    .music-img a {
        padding: 20px 30px;
        width: 70%;
    }
    .mob-pad-top-none {
        padding-top: 15px;
    }


}
/*----------------------------------------------------------
               mobile max-width: 991px end
-----------------------------------------------------------*/




/*----------------------------------------------------------
               mobile max-width: 768px start
-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {







}
/*----------------------------------------------------------
               mobile max-width: 768px end
-----------------------------------------------------------*/
