/*menu css*/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */


/*320px-480px: Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .menu-area {
        flex-direction: column;
    }
    .main-navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none !important;
    }
    .main-navbar-nav .dropdown-menu {
        padding: 10px 0 10px 0;
    }

    .banner-area-content {
        padding-top: 50px;
    }
    .slogan-hint {
        line-height: 24px;
    }
    .banner-area-content h1 {
        font-size: 32px;
    }
    .reasons-to-invest-section .reasons-title {
        max-width: 100%;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .reasons-content:first-child {
        margin-top: 25px;
    }
    .reasons-to-invest-section .theme-btn {
        width: 180px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .title_sections .title {
        font-size: 32px;
        line-height: 1.2;
    }
    .title_sections .sub-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .news_box_card {
        margin-bottom: 30px;
    }
    .app-banner_section .title_sections .title {
        font-size: 32px;
    }
    .app-banner_section .app_btn li a img {
        height: 30px;
    }
    .banner_slider {
        margin-top: 40px;
    }
    .app-banner_section .banner_slider::before {
        width: 300px;
        height: 300px;
    }
    .title_sections .title {
        font-size: 22px;
    }
    .footer-bottom ul.menu {
        display: none;
    }
    .footer-bottom {
        padding: 10px 0;
    }
    .feature-block .inner-box:before {
        left: -15px;
        top: -40px;
        right: -15px;
        bottom: -40px;
    }
    .get-start-form-box {
        padding: 30px 0;
    }
    .btn-style-two {
        padding: 10px 30px;
        font-size: 16px;
    }

}
/*320px-480px: Mobile devices*/
@media (min-width: 361px) and (max-width: 480px) {
    .slogan-hint .slogan-hint-highlight {
        display: inline-block;
    }
    .reasons-content .count-box {
        text-align: center;
    }
    .get-start-form-box {
        padding: 30px 0;
    }

}
/*481px-768px: iPads, Tablets*/
@media (min-width: 481px) and (max-width: 767px) {
    .slogan-hint .slogan-hint-highlight {
        display: inline-block;
    }
    .banner-area-content {
        padding-top: 50px;
    }
    .reasons-content:first-child {
        margin-top: 25px;
    }
    .reasons-content .count-box {
        text-align: center;
    }
    .app-banner_section .app_btn {
        margin-bottom: 50px !important;
    }
    .features-section .title_sections {
        max-width: 80%;
    }

}
@media (min-width: 768px) and (max-width: 991px) {

    .app-banner_section .banner_slider::before {
        width: 320px;
        height: 320px;
    }
    .reasons-content:first-child {
        margin-top: 25px;
    }
    .title_sections .title {
        font-size: 32px;
    }
    .get-start-form-box {
        padding: 50px 0;
    }
    .get-start-section .wrapper-box .sec-title h4 {
        font-size: 32px;
    }

}

@media (max-width: 576px) {

    .analyze_section .analyze_text .section_title h2,
    .analyze_section .collaborate_text .section_title h2 {
        font-size: 32px;
    }
    .analyze_section .collaborate_text .analyze_list-icon {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .analyze_section .collaborate_text .analyze_list-icon i {
        line-height: 60px;
        font-size: 40px;
        width: 60px;
    }
    .features-section .title_sections {
        max-width: 100%;
    }
    .features-section .title_sections .title {
        font-size: 22px;
    }
    .get-start-section .wrapper-box .sec-title h4 {
        font-size: 32px;
    }
    .pricing-block .top-content .justify-content-between.d-flex{
        flex-direction: column;
    }
    .pricing-block .inner-box {
        margin-bottom: 10px;
    }
    .pricing-block .lower-content::before {
        display: none;
    }
    .pricing-section .pricing-content .wrapper-box {
         box-shadow: none;
    }
    .sec-title h2 {
        font-size: 32px;
    }
    .pricing-block .lower-content .btn-style-two {
        padding: 10px 30px;
    }
    .single-Module_section .single-Module-title_text {
        width: 100%;
    }

}

