/* Extra extra large Layout*/
/* Extra Large Layout */
@media only screen and (max-width: 1400px) {
  .single-feature-two-screen .float-screen-three {
    right: -50px;
    top: 45%;
  }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
  .section-gap-xl-top {
    padding-top: 110px;
  }
  .section-gap-xl-bottom {
    padding-top: 110px;
  }
  .hero-one-row {
    min-height: 850px;
    margin-bottom: 50px;
  }
  .hero-style-one .hero-content h1{
    font-size: 47px;
  }

}

@media only screen and (max-width: 1199px) {
  header .header-area.header-area-three .main-nav ul li ul.sub-menu > li a::before {
    background: #5bc17f;
  }
  header .header-area.header-area-three .hamburger span {
    background: #5bc17f !important;
  }
  header .header-area.header-area-two .main-nav ul li ul.sub-menu > li a::before {
    background: #5BC17F;
  }
  header .header-area.header-area-two .hamburger span {
    background: #5BC17F !important;
  }
  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: #000 !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: #8976FD;
    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 .fl {
    display: block;
    line-height: 1;
  }

  header .header-area .main-nav ul li ul.sub-menu > li {
    padding-left: 15px;
}
  header .header-area .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    padding: 0;
    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: 5px !important;
    padding-bottom: 5px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .header-area .main-nav ul li ul li.has-child-menu:after {
    display: none;
  }
  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: "";
    opacity: 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  header .header-area .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  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);
  }
  .mobile-menu {
    padding: 0 7px;
    margin: 16px 0;
  }
  .hero-one-row {
      min-height: 770px;
  }
  .single-feature-style-two .float-screen-two {
    left: 0;
    top: 10%;
  }
}


/* Tablet Layout*/
/* Wide Mobile Layout*/
@media only screen and (max-width: 991px) {
  /* spacing */
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }

  .section-gap-xl-top {
    padding-top: 60px;
  }
  .section-gap-xl-bottom {
    padding-bottom: 60px;
  }
  .section-gap-top-y-1 {
    padding-top: 80px;
  }
  .section-gap-top-y-2 {
    padding-top: 80px;
  }
  .section-gap-bottom-y-1 {
    padding-bottom: 80px;
  }
  /*typography*/
  .text-xxl {
    font-size: 48px;
    line-height: 66px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 22px;
  }

  .max-width-unset{
    max-width: 100% !important;
  }

  /*typography*/
  .single-country img {
    width: 50%;
  }
  .hero-style-one .hero-florting-col {
    position: static !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .feature-screen-three img, .feature-screen-one img {
    max-width: 100%;
  }
  .register-style-one {
    background: #5BC17F;
    padding: 60px 0;
  }
  .feature-card-style-three.feature-futured-card {
    margin-left: 0;
  }
  .testimonial-slider-two {
    margin-top: 30px;
  }
  .hero-style-three .hero-mobil-screen .animated-kit {
    right: 0;
  }
  .hero-style-three .hero-mobil-screen img {
    max-width: 100%;
  }
  .single-feature-style-two .feature-analytics-contents {
  max-width: 700px;
  }
  .work-feature-card{
    max-width: 100%;
  }
  .single-feature-content-one,
  .single-feature-content {
    margin: 0 auto;
    text-align: center;
  }
  .blog_loop_item{
    margin-top: 30px;
    padding: 30px;

  }
  .blog-details-wrapper .blog-det-featured {
    margin-top: 40px;
    padding: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .about-experience-screens {
    gap: 20px;
  }
  .about-experience-screens .experience-screen {
    position: static !important;
  }
  .about-experience-screens .experience-screen img {
    max-width: 100%;
  }
  .about-wrapper .about-highlighted-screens img {
    max-width: 100%;
  }
  .about-wrapper .about-highlighted-screens .about-screen-two {
    left: 0;
  }
  .feature-style-four .feature-four-content {
    margin-left: 0;
    text-align: center;
  }
  .feature-style-four .feature-four-content h2{
    font-size: 35px;
  }
  .feature-style-five .feature-four-content h2{
    font-size: 35px;
  }
  .feature-style-five .feature-four-content{
    text-align: center;
  }
  .feature-five-screen .screen-five {
    max-width: 100%;
  }
  .single-fact-style-three.has-border-right {
    border: none;
  }
  .line-height-70 {
    line-height: 50px;
  }
  .hero-style-two .hero-contents h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 75px;
  }
  .single-feature-screens .feat-one-screen.feat-one-screen-sm {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .partner-style-one .partner-one-content {
    padding-left: 70px;
  }
  .footer-style-one .footer-quick-links li {
    margin-right: 24px;
  }
  .footer-style-one .footer-social-links li {
    margin-right: 24px;
  }
  .login-style-one .pt-xxl {
    padding-top: 130px;
  }
  .breadcrumb-area {
    padding: 80px 0 80px;
  }
  .breadcrumb-area.breadcrumb-transparent {
    padding: 115px 0 80px;
  }
  .blog-list-box h1 {
    font-size: 23px;
  }
  .sidebar-wrap {
    margin-top: 60px;
    padding-left: 0;
  }

  .tab-wrap {
    justify-content: start;
    background-color: unset;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  

  .tab-wrap .nav-link.active, .tab-wrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8976FD;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  }

  .tab-wrap .nav-link {
    font-size: 12px;
    padding: 10px 18px;
    margin-right: 10px;
    color: #8875FB;
    border: 1px solid #8875FB;
    white-space: nowrap;
  }

  .tab-content-img {
      max-width: 100%;
      width: 100%;
  }


  .timeline-wrap .timeline-info::before {
    display: none;
  }

  .timeline-wrap .timeline-info {
    max-width: unset;
  }

  .small-gap{
    margin-top: 60px;
  }
  .single-fact .fact-icon {
    width: 100px;
  height: 100px;
  border-radius: 20px;
  }
  .single-fact .fact-icon img{
    max-width: 38px;
  }
  .cursor{
    display: none;
  }
  .blog__meta li {
    margin-bottom: 5px;
  }
  .content-400-error h3.error__title {
    font-size: 31px;
    margin-bottom: 5px;
  }
  .content-400-error .error__content p {
    margin-bottom: 25px;
  }
  .error__thumb {
    margin-bottom: 35px;
  }
  .content-400-error {
    padding: 0 30px;
  }
  .img-100{
    max-width: 100%;
  }
  .toggle-btn span {
    font-size: 17px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
  }
  .toggle-btn input:checked + .slider:before{
    left: 47%;
  }
  .slider:before {
    height: 23px;
    width: 23px;
  }
  .feature-card-style-one {
    text-align: center;
  }
  .section-title-2.pb-60 {
    padding-bottom: 25px;
  }
  .testimonial-card-style-two p {
    font-size: 17px;
  }
}

/* Large Mobile Layout*/
@media only screen and (max-width: 768px) {

  .sidebar-wrap {
    padding-left: 0;
  }
  .breadcrumb-area {
    padding: 80px 0 80px;
  }
  .tab-info {
    margin-bottom: 30px;
  }
  .saasto-blog-loops,
  .saasto-blog-area,
  .saasto-page-area{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-end-gap-bottom{
    margin-bottom: 60px;
  }
  .postbox__wrapper.postbox__details,
  .sidebar-wrap .widget{
    padding: 25px;
  }
}

/* Mobile Layout*/
@media only screen and (max-width: 575.98px) {
  /* spacing */
  .mt-100{
    margin-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }

  /*typography*/
  .body-disply-2 {
    line-height: 150%;
    font-size: 16px;
  }
  .body-disply-1 {
    font-size: 16px;
    line-height: 150%;
  }
  .line-height-70 {
    line-height: 35px;
  }
  .text-xxl {
    font-size: 38px;
    line-height: 50px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  /*typography*/
  /*spacing*/
  .btn-fill-pill-v2{
    font-size: 16px;
    padding: 16px 32px;
  }
  .hero-style-two .hero-contents .hero-btn {
    padding-top: 30px;
  }
  .hero-style-two .hero-contents p{
    font-size: 18px;
    line-height: 170%;
  }
  .work-feature-card .feature-info p{
    font-size: 16px;
  }
  .fun-fact-style-two .fun-fact-bg-wrap {
    padding: 60px 0 0;
  }
  .fun-fact-style-three.pt-60 {
    padding-top: 0;
  }
  .footer-style-two .footer-widget .footer-links li a {
    font-size: 18px;
  }
  .payment-style-one .payment-method-single .method-body .single-method-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .payment-style-one .payment-method-single .method-body{
    flex-direction: column;
  }
  .payment-style-one .payment-method-single .method-body .single-method-card{
    margin-right: 0;
  }
  .payment-method-single-two .single-method-card {
    margin-bottom: 20px;
  }
  .feature-single-three-screens img {
    max-width: 100%;
  }
  .feature-card-style-three .feature-icon {
    min-width: 90px;
    height: 90px;
    margin-right: 20px;
  }
  .feature-card-style-one .feature-disc p{
    font-size: 16px;
    line-height: 150%;
  }
  .feature-action-single {
    max-width: 100%;
    width: 100%;
  }
  .feature-style-four .feature-four-content h2,
  .feature-style-five .feature-four-content h2{
    font-size: 22px;
  }
  .feature-style-two{
    padding-top: 60px;
  }
  .single-feature-style-two .float-screen-four, .single-feature-style-two .float-screen-three {
    right: 0;
  }
  .single-feature-style-two .float-screen-four img, .single-feature-style-two .float-screen-three img {
    width: 70%;
  }
  .single-fact-style-two span{
    font-size: 14px;
  }
  .testimonial-card-style-three {
    padding: 0;
  }
  .newslatter-form-style-one .submit-btn-one {
    font-size: 16px;
    padding: 18px 25px;
  }
  .newslatter-form-style-one .form-icon {
    left: 16px;
  }
  .newslatter-form-style-one input {
    padding-left: 62px;
    height: 60px;
  }
  .newslatter-form-style-one input{
    border-radius: 15px;
  }
  .newslatter-style-one .newslatter-wrap {
    padding-bottom: 80px;
    padding-top: 60px;
    border-radius: 15px;
  }
  .hero-style-two .hero-contents h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
  }
  .pricing-card-style {
    border-radius: 44px;
    padding: 40px;
  }
  .pricing-wrap .pricing-info{
    padding: 25px 30px 0;
  }
  .pricing-wrap .pricing-info ul {
    margin: 0 0 30px;
  }
  .pricing-wrap .pricing-info span{
    margin: 0 0 5px;
  }
  .pricing-wrap .pricing-btn-wrap .pricing-btn {
    font-size: 17px;
    padding: 13px 10px;
  }
  .pricing-wrap .pricing-info h2 {
    margin-bottom: 15px;
  }
  .hero-style-three .hero-content p {
    font-size: 18px;
  }
  .disply-feature-card {
    gap: 20px;
    padding: 20px 27px;
    padding-top: 24px;
  }
  .disply-feature-card .feature-icon {
    min-width: 80px;
    height: 81px;
  }
  .pricing-card-style-two .pricing-features li {
    font-size: 18px;
  }
  .toggle-btn span {
    font-size: 15px;
  }
  .toggle-btn {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }
  .toggle-btn input:checked + .slider:before{
    left: 47%;
  }
  .slider:before {
    height: 20px;
    width: 20px;
  }
  .testimonial-card-style-one p {
    font-size: 18px;
  }
  .testimonial-card-style-one .testimonial-bottom {
    padding-top: 30px;
  }
  .contact-wrapper .contact-info .contact-info-box h5 {
    font-size: 20px;
    margin-top: 7px;
  }
  .company-clients {
    padding: 40px 22px;
    margin-top: 24px;
  }
  .feature-card-style-two .feature-disc h5 {
    font-size: 22px;
  }

  .newslatter-form-style-one .submit-btn-one {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }

  .newslatter-form-style-one .form-icon {
    top: 13%;
    transform: unset;
  }

  .main-screen img{
    max-width: 50%;
  }

  .circle-shadow-two{
    display: none;
  }

  .btn-fill-outlined {
    padding: 10px 40px;
  }

  .app-download-style .app-download-content-wrap .download-options {
    flex-direction: column;
  }

  .app-download-style .app-download-content-wrap .download-options a {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .download-btn-fill, .download-btn-outlined{
    justify-content: center;
  }

  .payment-style-one .payment-method-single .method-body .single-method-card.single-payment-logo{
    width: 100%;
  }
  .app-download-style.section-gap-top-y-1{
    padding-top: 60px;
  }
  .app-download-style .app-download-content-wrap{
    padding-bottom: 60px;
  }

  .flex-sm-nowrap{
    flex-wrap: nowrap !important;
  }
  /* Blog */
  .blog_loop_item{
    margin-top: 25px;
    padding: 25px 25px 30px;
  }
  .pagination-wrap ul li a, .pagination-wrap ul li .current, .page-links a, .page-links .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .pagination-wrap ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .pagination-wrap ul {
    flex-wrap: wrap;
  }
  .breadcrumb-area {
    padding: 60px 0 60px;
  }
  .breadcrumb-area.breadcrumb-transparent {
    padding: 85px 0 60px;
  }
  .breadcrumb-info h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .breadcrumb-info span {
    font-size: 14px;
  }
  .blog-comment button {
    border-radius: 15px;
    font-size: 16px;
    padding: 10px 25px;
  }
  .blog_loop_item .blog_standard__disc .bs__title {
    font-size: 18px;
  }
  .blog_loop_item .blog_standard__disc p{
    font-size: 14px;
    line-height:180%;
  }

  /* contact */
  .contact-form-wrap{
    padding: 40px 30px;
  }
  .contact-form-wrap input, .contact-form-wrap textarea {
    padding: 20px 15px;
  }
  .contact-form-wrap button {
    padding: 11px 0;
  }
  .st-timeline-wrapper .st-timeline-item:not(:last-child) {
    padding-bottom: 40px;
  }
  .st-timeline-wrapper .st-timeline-item .st-timeline-item-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .st-timeline-wrapper .st-timeline-item .st-timeline-item-info h2 {
    font-size: 20px;
  }
  .st-timeline-wrapper .st-timeline-item .st-timeline-item-info p{
    margin-top: 0;
  }

  /* faq */
  .faq-wrap .accordion-button {
    padding: 9px 24px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 396px) {
  /* Typography */
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 17px;
  }
  /* spacing */
  .section-gap-top-y-1 {
    padding-top: 40px;
  }
  .pb-80{
    padding-bottom: 60px;
  }
  .pt-80{
    padding-top: 60px;
  }
  /* page */
  .feature-card-style-two .feature-disc h5 {
    font-size: 17px;
  }
  .feature-card-style-two .feature-disc p {
    font-size: 16px;
    line-height: 24px;
  }
  .feature-card-style-two .feature-icon {
    min-width: 80px;
    height: 80px;
    margin-top: 0;
    margin-right: 15px;
  }
  .feature-card-style-three .feature-disc h5 {
    font-size: 17px;
    padding-bottom: 0;
  }
  .feature-card-style-three .feature-icon {
    min-width: 80px;
    height: 80px;
    margin-right: 15px;
    padding: 15px;
  }

}