/* Extra extra large Layout*/
/* Extra Large Layout */
@media (max-width: 1199px) {
  /*header style one responsive*/
  header .header-area .mobile-menu {
    padding: 0 7px;
    margin: 16px 0;
  }
  header .header-area .mobile-menu {
    background: #fff;
    padding: 0 5px;
    margin: 16px 0;
    border-radius: 50%;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
            box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  }
  header .header-area .hamburger {
    display: block !important;
    position: relative;
    width: 28px !important;
    height: 22px !important;
    margin: 8px 0;
    cursor: pointer;
    border: 3px solid transparent !important;
    float: right;
  }
  header .header-area .hamburger:focus {
    border: 3px solid transparent !important;
  }
  header .header-area .hamburger span {
    width: 100%;
    height: 2px;
    background: #000915 !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-area .hamburger span.h-top {
    top: 0;
  }
  header .header-area .hamburger span.h-bottom {
    bottom: 0;
    width: 100%;
  }
  header .header-area .hamburger span.h-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  header .header-area .hamburger.h-active span {
    width: 80%;
  }
  header .header-area .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header .header-area .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  header .header-area .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  header .header-area .main-nav ul li ul.sub-menu > li a::before {
    position: absolute;
    width: 7px !important;
    height: 7px;
    content: "";
    background-color: #000915;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header-area .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    padding: 10px 15px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  header .header-area .main-nav > ul > li > a {
    font-size: 16px !important;
    color: #2d373c !important;
    line-height: 35px;
    margin: 10px 0;
  }
  header .header-area .main-nav ul li a {
    padding: 0 !important;
  }
  header .header-area .main-nav ul li a::before {
    bottom: 0rem !important;
  }
  header .header-area .main-nav ul > li a.active::before {
    opacity: 1 !important;
  }
  header .header-area .main-nav ul > li a:hover {
    background: transparent;
  }
  header .header-area .main-nav > ul > li.has-child-menu:after {
    display: none !important;
  }
  header .header-area .main-nav.slidenav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .header-area .main-nav > ul {
    float: none;
    padding: 25px 10px 25px 0;
    margin-top: 40px !important;
  }
  header .header-area .main-nav > ul > li {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header .header-area .main-nav > ul > li.has-child-menu:after,
  header .header-area .main-nav > ul > li > a:after {
    content: none;
  }
  header .header-area .main-nav > ul > li a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
  }
  header .header-area .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  header .header-area .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }
  header .header-area .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  header .header-area .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    padding-left: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-area li a.active {
    color: #ddd;
    font-weight: 600;
    font-size: 1.5rem;
  }
  header .header-area li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #fff;
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  /*header style two responsive*/
  /*header style three responsive*/
  /*header style four responsive*/
  .blog-card-alpha .blog-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  .buyer-card-alpha {
    padding: 17px 20px;
    padding-left: 20px;
  }
  .hero-style-two .hero-content-wrap .hero-content .hero-title {
    font-size: 40px;
    line-height: 70px;
  }
  .land-category-tabs .nav-link {
    min-width: 130px;
  }
  .explore-pills ul li .nav-link {
    min-width: 150px;
  }
}

/* Tablet Layout*/
/* Wide Mobile Layout*/
@media only screen and (max-width: 991px) {
  .hero-style-two .hero-content-wrap {
    padding: 120px 0;
  }
  .hero-style-three .hero-item {
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .newslatter-style-three .newslatter-wrapper {
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 65px;
  }
}

/* Mobile Layout*/
@media only screen and (max-width: 767px) {
  .product-alpha-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-alpha-x .product-info {
    padding-left: 0;
    padding-top: 25px;
  }
  .product-alpha-x .product-image {
    border-right: none;
  }
  .product-gamma-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-gamma-x .product-info {
    padding-left: 0;
    padding-top: 25px;
  }
  .learning-process-area .process-pills .nav-item .nav-link {
    font-size: 20px;
  }
  .hero-style-one .slide-content-wrap .slide-content .main-title {
    line-height: 58px;
    font-size: 44px;
  }
  .hero-style-one .slide-content-wrap {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .land-single-banner .banner-content h3 {
    font-size: 25px;
    line-height: 39px;
  }
  .land-single-banner .banner-content .land-location {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.98px) {
  .alpha-btn-xl {
    font-size: 16px;
    font-weight: 600;
  }
  .aprt-btn-alpha {
    font-size: 14px;
    padding: 8px 32px;
  }
  .nav-logo img {
    max-width: 80%;
  }
  .product-gamma-x {
    padding: 20px;
  }
  .product-gamma-x .product-info .product-auction {
    padding: 10px;
  }
  .product-gamma-x .product-info .product-auction .cv .bid-value span,
  .product-gamma-x .product-info .product-auction .countdown span {
    font-size: 12px;
  }
  .product-gamma-x .product-info .product-auction .cv .bid-value h6,
  .product-gamma-x .product-info .product-auction .countdown h6 {
    font-size: 14px;
  }
  .learning-process-area .process-pills .nav-item .nav-link {
    font-size: 16px;
  }
  .hero-style-one .slide-content-wrap .slide-content .main-title {
    line-height: 52px;
    font-size: 36px;
  }
  .topbar-style-one .topbar-actions li {
    margin-right: 18px;
  }
  .hero-style-two .hero-content-wrap {
    padding: 100px 0;
  }
  .hero-style-two .hero-content-wrap .hero-content .hero-title {
    font-size: 35px;
    line-height: 60px;
  }
  .newslatter-style-one .newslatter-content h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .hero-style-three .hero-item .hero-content-wrap h2 {
    font-size: 44px;
    line-height: 58px;
  }
  .hero-style-three .hero-item {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .newslatter-style-three .newslatter-wrapper {
    padding: 40px 30px;
  }
  .newslatter-style-three .newslatter-wrapper .newslatter-content h5 {
    font-size: 20px;
  }
  .newslatter-style-three .newslatter-wrapper .newslatter-content h2 {
    font-weight: 800;
    font-size: 25px;
    line-height: 40px;
  }
  .newslatter-style-three .newslatter-wrapper .newslatter-form button {
    font-size: 16px;
    padding: 10px 18px;
  }
  .footer-style-four .footer-main .footer-widget .footer-newslatter-wrap h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .hero-style-four .hero-single-slide .hero-content-layer .hero-content .hero-title {
    font-size: 44px;
  }
  .hero-style-four .hero-single-slide .hero-content-layer .hero-content .featured-apartment .featured-bottom h3 {
    font-size: 32px;
  }
  .land-single-banner .banner-content h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .land-single-banner .banner-content .land-location {
    font-size: 14px;
  }
  .land-single-banner::before,
  .land-single-banner::after {
    inset: 20px;
  }
  .land-single-banner:hover::before {
    inset: 20px 30px;
  }
  .land-single-banner:hover::after {
    inset: 30px 20px;
  }
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .price span,
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown span {
    font-size: 14px;
  }
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .price h5,
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown h5 {
    font-size: 24px;
  }
  .best-land-auction-area .best-auction-display .acution-disc {
    bottom: 0;
  }
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .price h6,
  .best-land-auction-area .best-auction-display .acution-disc .acution-info .countdown h6 {
    font-size: 16px;
  }
  .best-land-auction-area .best-auction-disc .auction-title {
    font-size: 23px;
    line-height: 40px;
  }
  .best-land-auction-area .best-auction-disc .auction-features {
    padding-left: 0;
    border-left: none;
  }
  .testimonial-style-four .testimonial-land-alpha .testi-body {
    padding: 22px;
  }
  .testimonial-style-four .testimonial-land-alpha .testi-body .testi-footer .testi-rating li i {
    font-size: 16px;
  }
  .explore-pills ul li .nav-link {
    min-width: 130px;
  }
  .blog-standard-alpha .blog-body .author-info {
    margin-left: 0;
  }
  .blog-standard-alpha .thumb .share-options {
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .blog-standard-alpha .thumb .share-options li {
    margin: 0;
  }
  .blog-standard-alpha .blog-body .author-info .author .author-thumb {
    margin-right: 15px;
  }
  .blog-standard-alpha .blog-body .author-info .author .author-thumb img {
    max-width: 40px;
  }
  .blog-standard-alpha .blog-body .author-info .author .author-disc h5 {
    font-size: 14px;
  }
  .blog-standard-alpha .blog-body .author-info .author .author-disc span {
    font-size: 12px;
  }
  .blog-standard-alpha .blog-body .author-info .date {
    font-size: 10px;
  }
  .blog-standard-alpha .blog-body .blog-title {
    font-size: 22px;
    line-height: 34px;
  }
  .blog-standard-alpha .blog-body .readme-btn {
    font-size: 14px;
    padding: 10px 32px;
  }
  .privacy-policy-wrapper .pp-tab-contents .tab-inner-contentbox {
    background: #ffffff;
    padding: 18px 20px;
    padding-bottom: 16px;
  }
  .contact-box-wrap {
    padding: 25px 20px;
  }
  .contact-form {
    padding: 25px 20px;
    padding-top: 20px;
  }
  .error-wrapper-start .error-content .error-texts h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
/*# sourceMappingURL=responsive.css.map */