@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

}

@media (max-width: 768px) {

  .slider_section .detail-box,
  .about_section .img-box,
  .about_section2 .detail-box,
  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .about_section2 .img-box {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .client_section .owl-carousel .item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }


}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media screen and (min-width:200px) and (max-width:991px) {
    .slider_section .detail_box h1 {
        font-size: 22px !important;
        color: #ffffff !important;
    }

    header.header_section {
        background: #fff !important;
    }

    .slider_section {
        margin-top: 20px !important;
    }

        .slider_section .detail_box h2 span {
            margin-right: 10px !important;
            color: #ffffff !important;
        }

        .slider_section .detail_box h2 hr {
            display: none !important;
        }

    .detail_box p {
        color: #FFF !important;
    }

    .need_card {
        padding: 15px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .section-heading-wrap {
        display: block !important;
    }
    section.Footer:before {
        display: none !important;
    }
    .col-md-3.col-sm-12.mb-4.f-1 img {
        background: #fff !important;
        margin: auto 0 !important;
        padding: 7px !important;
    }
    .custom_nav-container .navbar-nav .nav-item.active .nav-link {
        color: #fff !important;
        background: #8e107c !important;
        text-align: left !important;
        padding: 5px 10px !important;
    }
    ul.navbar-nav {
        width: 100% !important;
    }
        ul.navbar-nav li.nav-item {
            width: 100% !important;
        }
    .login_page{
        display:none !important;
    }
    .fxt-template-layout5 .fxt-bg-color {
        width: 100% !important;
        padding: 20px !important;
    }
    .fxt-template-layout5 .fxt-logo {
        max-width:100% !important;
    }
        .fxt-template-layout5 .fxt-logo img {
            width: 75%;
        }
    .form_container.fform {
        padding: 15px;
    }
    .fxt-template-layout5 .fxt-logo {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .fxt-template-layout5 .fxt-page-switcher {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        border-radius:0 !important;
    }
        .fxt-template-layout5 .fxt-page-switcher .switcher-text {
            background-color: #dd0289 !important;
            color:#fff !important; 
            margin-bottom:10px;
        }
        .fxt-template-layout5 .fxt-page-switcher .switcher-text {
            border-radius:0 !important;
        }
    }

@media screen and (min-width:768px) and (max-width:991px) {

    .hero_area {
        background: linear-gradient(45deg, #cf0787, #002662) !important;
    }
    .need_card {
        padding: 0px !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .heading_container h2::before{
    display:none !important;
    }
}