/*-------------------------------------------------------------
                    responsive start
-------------------------------------------------------------*/
.for-mobile {
    display: none;
}
.for-desktop {
    display: block;
}
.menu-wrapper {
    display: none;
}
@media only screen and (max-width:991px) {
    .for-mobile {
        display: block;
    }
    .for-desktop {
        display: none !important;
    }
    .menu-wrapper {
        display: inline-block;
    }
    .contact-form .row {
        padding-right: 0;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sidebar-section {
        display: flex;
        gap: 5px;
        align-items: center;
        margin-top: 5px;
    }
    .sidebar-video.video-container {
        height: 80px;
    }
    .sidebar-video img, .sidebar-video iframe {
        height: 80px;
    }
    .right-menu {
        align-items: flex-start;
        flex-direction: column;
    }
    .right-menu .menu-section {
        flex-direction: column;
        width: 100%;
    }
    .main-footer {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        padding: 50px 0;
    }
    .footer-bottom {
        text-align: center;
        row-gap: 0;
        flex-direction: column-reverse;
    }
    .main_menu ul li .active, .main_menu ul li:hover > a {
        color: var(--black-color);
        background: transparent;
    }
    .main_menu ul li .active .arrow-icon, .main_menu ul li:hover .arrow-icon {
        color: var(--black-color);
    }
    .inline-menu {
        width: 100%;
        height: 100%;
    }
    .center-heading {
        text-align: center;
    }
    .main-head {
        font-size: 34px;
    }
    .header-top-bar {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .header-top-section {
        padding: 10px 0;
    }
    .fa-xl {
        font-size: 1.3em;
    }
    .tab {
        padding: 0 !important;
    }
    .footer-item {
        height: auto;
        margin-top: 20px;
    }
    .top-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .top-info .main-btn.btn-1 span {
        padding: 10px 10px;
    }
#myHeader {
    display: none;
}
.logo-for-mobile {
    display: flex;align-items: center;justify-content: center;
    background: #dbefdf;
    height: 60px;
}
.logo-for-mobile img {
    height: 60px;
}
.sub-head {
    font-size: 12px;
    margin-bottom: 0;
}
.scroll-icon {
    display: none;
}
header {
    position: relative;
}
.section-padding {
    padding: 50px 0 50px 0;
}
.section-heading {
    margin-bottom: 20px;
}
.tab-nav-bar {
    margin: 0 0 15px 0 !important;
}
.contact-info i {
    line-height: 22px;
}
.footer-widget a {
    margin-bottom: 5px;
    align-items: flex-start;
}
.footer-widget p {
    margin-top: 5px;
}
.footer-title {
    margin-bottom: 15px;
}
.footer-bottom {
    padding: 10px 0 10px 0;
    margin-top: 10px;
}
.pad-top {
    padding-top: 30px;
}
.pad-bottom {
    padding-bottom: 30px;
}
    .latest-main-video iframe {
        height: 400px;
    }
    .sidebar-video iframe {
        height: 80px;
    }
    .ytp-large-play-button {
        width: 40px !important;
        margin-left: -20px !important;
    }
    .footer-logo {
        height: 115px;
    }
    .footer-logo-box {
        padding: 15px;
    }
    .row-space-2 {
        padding-left: 0;
    }
    .contact-form .form-control {
        margin-bottom: 20px;
    }
    .contact-form .main-btn {
        position: relative;
        right: 0;
        top: 0;
        height: 45px;
    }
    .latest-main-video img, .latest-main-video iframe {
        width: 100%;
        height: 245px;
    }

}



@media only screen and (max-width:768px) {
    .contact-form .main-btn {
        width: 100%;
    }
    .center-heading .main-head {
        padding: 0 15px;
    }
    .main-head {
        font-size: 20px;
        line-height: 30px;
    }
    .section-padding {
        padding: 30px 0 30px 0;
    }
    .pad-top {
        padding-top: 30px;
    }
    .pad-bottom {
        padding-bottom: 30px;
    }
    .section-heading {
        margin-bottom: 15px;
    }
    .latest-main-video iframe {
        height: 200px;
    }




}



@media only screen and (max-width:480px) {


}

/*-------------------------------------------------------------
                    responsive end
-------------------------------------------------------------*/