.cronus-cont{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }
  .cronus-fluid{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
  }
  @media (min-width:576px) {
    .cronus-cont{
        max-width: 540px
    }
  }
  
  @media (min-width:768px) {
    .cronus-cont{
        max-width: 720px
    }
  }
  
  @media (min-width:992px) {
    .cronus-cont{
        max-width: 960px
    }
  }
  
  @media (min-width:1200px) {
    .cronus-cont{
        max-width: 1140px
    }
  }
  
  @media (min-width:1400px) {
    .cronus-cont{
        max-width: 1320px
    }
  }
@media (max-width: 1024px) {
    .consultationform {
        min-height: 2465px;
    }
    .banner .cronus-cont img {
        margin-bottom: -120px;
    }
    .custom-shape-divider-bottom-1664177689 svg {
        height: 60px;
    }
}
    /* ------------- Mobile ----------------- */
    @media (max-width: 768px) {
        .consultationform {
            min-height: 2465px;
        }
        .footer-column p {
            padding: 20px 20px 0px;
        }
        .headerSection h1.noPhoto {
            margin: 25px auto 0;
            font-size: 19px;
        }

        .banner .cronus-cont {
            padding: 20px 40px 120px;
        }

        .tab {
            width: 100%;
        }

        .gbox ul {
            padding-left: 0px;
        }

        .tabcontent {
            width: 100%;
        }

        .activity {
            display: flex;
            flex-direction: column;
        }

        nav .menu-btn i {
            display: block;
        }

        .logo {
            text-align: left;
        }

        #click:checked ~ .menu-btn i:before {
            content: "\f00d";
        }

        nav ul {
            position: fixed;
            top: 45px;
            left: 0;
            background: #034276eb;
            height: 100vh;
            width: 100%;
            display: block;
            left: -100%;
            transition: all 0.3s ease;
        }

        #click:checked ~ ul {
            left: 0%;
        }

        nav ul {
            margin-top: -6px;
            padding-top: 10px;
        }

            nav ul li {
                margin: 0px 0;
                padding: 0px 10px;
                text-align: center;
            }

                nav ul li a {
                    font-size: 16px;
                    display: block;
                    padding: 15px 10px;
                    text-align: left;
                }

        nav li a:hover {
            color: #35c9f5;
            font-weight: bold;
        }

        .banner {
            background-attachment: inherit;
        }

        h1, h2, h3, h4 {
            font-size: 26px !important;
        }

        .section-p {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .subcontact, .chooseCronus, .gbox ul, .mobile-flex-cen, .boxnoti {
            flex-direction: column;
            text-align: center;
        }

        .boxnoti {
            margin: 50px 10px;
        }

        .b-block, .subcontact {
            margin: 0px 10px;
        }

        ._features {
            flex-direction: column;
            text-align: center;
            justify-content: center;
            align-items: center;
        }

        .sub-p {
            padding-bottom: 40px;
        }

        ._features div:nth-of-type(1) h3 {
            text-align: center;
        }

        ._features div:nth-of-type(1) p {
            text-align: center;
            padding-bottom: 40px;
        }

        .gbox ul li {
            padding: 30px;
        }

        .text-box {
            padding: 0px 40px 40px;
            text-align: center;
        }

        .title, .title span, .subtitle, .cronus-fluid {
            text-align: center;
        }

        img {
            max-width: 100% !important;
            height: auto !important;
            display: inline-block;
        }

        .section-p9 {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .pt-7 {
            padding-top: 40px;
        }

        ._pricing, .grid-wrapper, .grid-c2-r1 {
            grid-template-columns: repeat(auto-fit, minmax(100%, auto));
            grid-gap: 2em;
        }

        .box a {
            padding: 18px;
            font-size: 16px;
            line-height: 21px;
        }

        .field {
            width: 82vw;
        }

        .right-map {
            height: 50vh;
        }

        .plans-text h4 {
            padding-top: 25px;
        }
    }
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .consultationform {
        min-height: 1895px;
    }
}