@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .thumbs-wrap
    {
      display: none;   
    }
    .meanmenu-reveal
    {
        position: relative;
        top: 10px;
    }
    .dropdown-content
    {
        min-width: 100% !important;
        top: 48px;
    }
    .mean-container .mean-nav ul li a
    {
        border-top: 1px solid #171569 !important; 
        color: #000000 !important;
    }
    .mean-container .mean-nav
    {
        margin-top: 85px !important;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title {
        margin: -6px auto 30px;
    }
    .section-title span {
        font-size: 15px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .single-future-box {
        background-color: #f1fbfc;
        margin-bottom: 30px;
    }
    .single-future-box h3 {
        font-size: 18px;
    }
    .faq-area .col-lg-6.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .faq-content {
        margin-left: 0;
    }
    .faq-content .top-title {
        font-size: 15px;
    }
    .faq-content h2 {
        font-size: 25px;
    }
    .faq-img {
        height: 400px;
    }
    .faq-img .faq-video {
        padding: 30px;
        max-width: 320px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    .hero-slider-area ul {
        display: none;
    }
    .hero-slider-area .thumbs-wrap {
        display: none;
    }
    .hero-slider-area .owl-nav {
        margin-top: 0 !important;
    }
    .hero-slider-area .owl-nav .owl-prev {
        position: absolute;
        left: 20px;
        bottom: 20px;
        margin: 0;
    }
    .hero-slider-area .owl-nav .owl-prev i {
        font-size: 20px;
        color: #12bec8;
        border: 1px solid #12bec8;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .hero-slider-area .owl-nav .owl-prev:hover i {
        background-color: #12bec8;
        color: #fff;
    }
    .hero-slider-area .owl-nav .owl-next {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0;
    }
    .hero-slider-area .owl-nav .owl-next i {
        font-size: 20px;
        color: #12bec8;
        border: 1px solid #12bec8;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .hero-slider-area .owl-nav .owl-next:hover i {
        background-color: #12bec8;
        color: #fff;
    }
    .hero-slider-area .owl-nav [class*="owl-"]:hover {
        background-color: transparent;
    }
    .slider-item {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
        z-index: 1;
    }
    .slider-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.7;
        z-index: -1;
    }
    .slider-item .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider-content {
        text-align: center;
        margin: auto;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .mt-minus-100 {
        margin-top: 0;
    }
    .welcome-bg {
        position: relative;
        z-index: 1;
    }
    .welcome-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.7;
        z-index: -1;
    }
    .welcome-content {
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .welcome-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .welcome-content .some-bold {
        margin-bottom: 10px;
    }
    .welcome-content .default-btn {
        margin-top: 15px;
    }
    .faq-area.faq-area-three .faq-img-three {
        text-align: center;
    }
    
    .footer::before {
        display: none;
    }
    .single-footer-widget.single-bg::before {
        display: none;
    }
    .copyright p {
        margin-left: 0;
    }
    .error-area .error-content p {
        margin: 15px 0 20px;
        font-size: 15px;
    }
    .error-area .error-content h1 {
        font-size: 100px;
        margin-top: -7px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header .container-fluid {
        max-width: 540px;
    }
    .faq-area .container-fluid {
        max-width: 540px;
    }
    .hero-slider-area .container-fluid {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }
   
    .section-title {
        margin: -6px auto 30px;
    }
    .section-title span {
        font-size: 15px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .single-future-box {
        background-color: #f1fbfc;
        margin-bottom: 30px;
    }
    .single-future-box h3 {
        font-size: 18px;
    }
   
    .faq-area .container-fluid {
        max-width: 720px;
    }
    .faq-area .col-lg-6.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .faq-content {
        margin-left: 0;
    }
    .faq-content .top-title {
        font-size: 15px;
    }
    .faq-content h2 {
        font-size: 25px;
    }
    .faq-img {
        height: 400px;
    }
    .faq-img .faq-video {
        padding: 30px;
        max-width: 320px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
   
    .hero-slider-area ul {
        display: none;
    }
    .hero-slider-area .thumbs-wrap {
        display: none;
    }
    .hero-slider-area .owl-nav {
        margin-top: 0 !important;
    }
    .hero-slider-area .owl-nav .owl-prev {
        position: absolute;
        left: 20px;
        bottom: 20px;
        margin: 0;
    }
    .hero-slider-area .owl-nav .owl-prev i {
        font-size: 20px;
        color: #12bec8;
        border: 1px solid #12bec8;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .hero-slider-area .owl-nav .owl-prev:hover i {
        background-color: #12bec8;
        color: #fff;
    }
    .hero-slider-area .owl-nav .owl-next {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0;
    }
    .hero-slider-area .owl-nav .owl-next i {
        font-size: 20px;
        color: #12bec8;
        border: 1px solid #12bec8;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .hero-slider-area .owl-nav .owl-next:hover i {
        background-color: #12bec8;
        color: #fff;
    }
    .hero-slider-area .owl-nav [class*="owl-"]:hover {
        background-color: transparent;
    }
    .slider-item {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
        z-index: 1;
    }
    .slider-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.7;
        z-index: -1;
    }
    .slider-item .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }
    .slider-content {
        text-align: center;
        margin: auto;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .mt-minus-100 {
        margin-top: 0;
    }
   
    .welcome-bg {
        position: relative;
        z-index: 1;
    }
    .welcome-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.9;
        z-index: -1;
    }
    .welcome-content {
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .welcome-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .welcome-content .some-bold {
        margin-bottom: 10px;
    }
    .welcome-content .default-btn {
        margin-top: 15px;
    }
     .faq-area.faq-area-three .faq-img-three {
        text-align: center;
    }
    .footer::before {
        display: none;
    }
    .single-footer-widget.single-bg::before {
        display: none;
    }
    .copyright p {
        margin-left: 0;
    }
 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
/*    .navbar-area .desktop-nav .navbar ul {
        margin-right: 155px !important;
    }*/
    .single-future-box {
        padding: 20px;
    }
    .why-choose-us-img {
        height: 719px;
    }
    .faq-img .faq-video {
        right: 30px;
    }
    .faq-content {
        margin-left: 0;
    }
    .section-title h2 {
        font-size: 40px;
    }
    .single-footer-widget h3 {
        font-size: 22px;
    }
    .header .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .container-fluid .col-lg-6.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
   
    .faq-area .container-fluid {
        max-width: 960px;
    }
    .faq-area .container-fluid .col-lg-6.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hero-slider-area ul {
        top: 18%;
    }
    .hero-slider-area .thumbs-wrap {
        -webkit-transform: translateY(-172px);
        transform: translateY(-172px);
        right: 75px;
    }
    .slider-item {
        position: relative;
        z-index: 1;
    }
    .slider-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.7;
        z-index: -1;
    }
    .welcome-content h2 {
        font-size: 35px;
    }
    
    .footer::before {
        display: none;
    }
    .single-footer-widget.single-bg::before {
        display: none;
    }
    .copyright p {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1700px) {
    .slider-item {
        height: 801px;
    }
    .hero-slider-area ul {
        top: 22%;
        left: 114px;
    }
    .footer::before {
        width: 637px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-area.is-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav .logo {
        position: relative;
        width: 60%;
        z-index: 999;
    }
    .mobile-nav .logo a img
    {
        width: 70px;
        height: 70px;
    }
    .mobile-nav .mobile-menu {
        position: relative;
    }
   
    .desktop-nav {
        display: none;
    }
   
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
    .container-fluid {
        max-width: 1470px;
    }
    .navbar-area .others-option {
        margin-left: 0;
    }
}
