/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
                    only screen and (min--moz-device-pixel-ratio: 3),
                    only screen and (-o-min-device-pixel-ratio: 3/1),
                    only screen and (min-device-pixel-ratio: 3) {  
    .container {
        max-width: 1380px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    input[type=text], select, input[type=submit] {
        width: 95%;
    }
    input[type=submit]#edit-submit {
        width: auto;
    }
    div#edit-actions--2 {
        display: inline-block;
    }
    .home-top-container .row, .home-mid-container .row {
        display: block;
    }
    .col-md-3, .col-md-5, .col-md-6, .col-md-7 {
        width: calc(100% - 30px);
    }
    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
        margin-left: 0;
    }
    .tb-megamenu .mega-nav > li li a, .tb-megamenu .dropdown-menu .mega-nav > li li a, .tb-megamenu .mega-nav > li li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li li span.tb-megamenu-no-link {
        color: #000;
    }
    .hero-section {
        background: #545487;
        color: #fff;
        font-size: 48px;
        height: 198px;
        overflow: hidden;
        position: relative;
    }
    .hero-content {
        z-index: 4;
        position: absolute;
        left: 240px;
        width: 40%;
        top: 30%;
    }
    .left-bubble {
        height: 400px;
        border-radius: 50%;
        width: 626px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -98px;
        left: -34px;
        z-index: 1;
    }
    .hero-image img {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 25px;
    }
    .right-bubble {
        height: 400px;
        border-radius: 50%;
        width: 400px;
        position: absolute;
        background: rgba(43,37,75,42%);
        top: -110px;
        left: 208px;
        z-index: 3;
    }
    .about-maximus {
        width: 100%;
    }
    .slick-prev:before, .slick-next:before {
        color: #545487 !important;
        opacity: 1 !important;
    }
    .slick-slide img {
        display: inline-block !important;
        text-align: center;
    }
    .footer-container .row {
        display: block;
    }
    .quick-links-container {
        border-left: initial;
        text-align: center;
        padding-left: 0;
    }
    .site-footer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }
    .footer-contact {
        text-align: center;
        padding-top: 25px;
    }
}