@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #2f2f2f;
    background-color: #fafafa;
    overflow-x: hidden
}

img {
    height: auto;
}

#menu-header-menu .menu-item a {
    padding: 1rem;
    text-decoration: none;
    color: rgba(0, 0, 0, .55);
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition-property: color, background-color, border-color;
    transition-duration: 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s;
}

.top_head-menu {
    opacity: 1;
    transition: .5s;
}

.hide-top {
    opacity: 0;
}

#menu-header-menu .menu-item a:hover {
    color: rgba(0, 0, 0, .7);
}

.pos-relative {
    position: relative;
}

.padding-none {
    padding: 0 !important;;
}

.padding-vertical-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-horizontal-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-m {
    padding: 0.6rem !important;
}

.padding-vertical-m {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.padding-horizontal-m {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
}

.padding-top-m {
    padding-top: 0.6rem !important;
}

.padding-right-m {
    padding-right: 0.6rem !important;
}

.padding-bottom-m {
    padding-bottom: 0.6rem !important;
}

.padding-left-m {
    padding-left: 0.6rem !important;
}

.padding-l {
    padding: 1.375rem !important;
}

.padding-vertical-l {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
}

.padding-horizontal-l {
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
}

.padding-top-l {
    padding-top: 1.375rem !important;
}

.padding-right-l {
    padding-right: 1.375rem !important;
}

.padding-bottom-l {
    padding-bottom: 1.375rem !important;
}

.padding-left-l {
    padding-left: 1.375rem !important;
}

.padding-xl {
    padding: 2.5rem !important;
}

.padding-vertical-xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.padding-horizontal-xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.padding-top-xl {
    padding-top: 2.5rem !important;
}

.padding-right-xl {
    padding-right: 2.5rem !important;
}

.padding-bottom-xl {
    padding-bottom: 2.5rem !important;
}

.padding-left-xl {
    padding-left: 2.5rem !important;
}

.no-padding {
    padding: 0;
}

.md-padding {
    padding: 0.6em;
}

.padding-on-collapse {
    padding-top: 2em;
}

.no-margin {
    margin: 0;
}

.md-margin {
    margin: 0.6em;
}

.margin-top-m {
    margin-top: 0.6em !important;
}

.auto-margin-left {
    margin-left: auto;
}

.align-center {
    text-align: center;
}

.align-center-md {
    text-align: center;
}

.align-left {
    text-align: left;;
}

.uppercase {
    text-transform: uppercase;
}

html {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
}

nav.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(140, 140, 140, 0.15);
    border-radius: 0px 0px 15px 15px;
    /* max-width: 1400px; */
    margin: 0 auto;
}

nav.navbar button, nav.navbar button.navbar-toggler {
    padding: 2px;
    margin: 0;
    border: 0 none;
    background-color: transparent;
}

nav.navbar button img {
    width: 45px;
    height: 45px;
}

nav.navbar a.phone, nav.navbar a.phone:visited {
    text-align: left;
    min-height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('img/phone-blue.svg');
    padding-left: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
    text-decoration: none;
}

nav.navbar a.phone:hover {
    color: #367FEC;
}

nav.navbar a.phone:active {
    color: #4FB1EE;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem;
}

#logo-header {
    width: 147px;
}

#logo-upwork {
    margin-top: -34px;
}

#logo-upwork > img {
    width: 190px;
}

#devices-main {
    max-width: 295px;
    margin: -2rem auto 2rem;
}

#devices-side {
    /*margin-top: 100px;*/
    max-width: 500px;
}

h1 {
    font-size: 2.625rem;
    font-weight: bold;
    margin-bottom: 1.625rem;
    text-align: center;
}

p {
    padding: 0;
}

.fs-s {
    font-size: 0.875em;
}

.fs-m {
    font-size: 1.0rem;
}

.fs-l {
    font-size: 1.125rem;
}

.fs-xl {
    font-size: 1.375rem;
}

.fw-700 {
    font-weight: 700;
}

.fw-400 {
    font-weight: 400;
}

.bg-review-left {
    position: absolute;
    top: -80px;
    left: -50px;
    width: 443px;
    height: 323px;
    background-image: url('img/reviews_img.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.bg-review-middle {
    width: 100%;
    aspect-ratio: 390/260;
    background-image: url('img/review.svg');
    background-size: 100% 100%;
}

.bg-patch {
    position: relative;
}

.bg-patch div {
    position: absolute;
    z-index: -1;
    background-image: url('img/mesh_gradient.svg');
    background-size: cover;
    opacity: 0.7;
}

.bg-grad {
    background-image: url('img/mesh-gradient_cases.svg');
    background-size: 100% 100%;
    opacity: 1.0;
}

#button_30min {
    margin: 2.25em 0 2.625em 0;
}

#rank_higher .form-group {
    margin: 1.5rem 0;
}

.bubble-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0.6em;
}

.bubble-row2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#balance {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0.5rem 1.375rem;
    margin-top: 0.7rem;
}

#balance span:first-child::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-image: url('img/bank.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1rem;
}

#carouselControls > .carousel-inner {
    max-width: 700px;
    margin: 0 auto;
}

#carouselControls .carousel-control-next,
#carouselControls .carousel-control-prev {
    width: 5%;
}

#carouselControls .carousel-control-prev {
    left: 12%;
}

#carouselControls .carousel-control-next {
    right: 12%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -35px;
}

.carousel ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D1EEFF;
    margin: 0 10px;
}

.carousel ol.carousel-indicators li.active {
    background: linear-gradient(91.55deg, #367FEC -2.36%, #4FB1EE 100%);
}

.case {
    position: static;
}

.case img {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.case > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1rem;
}

.case > div > div {
    display: flex;
    flex-direction: row;
}

.case > div > div > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 102%;
    height: 3em;
}

.case-row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 102%;
}

.case-row div:nth-child(1) {
    flex: 2;
}

.case-row div:nth-child(2) {
    flex: 3;
}

.bubble-row > div.bubble-box {
    flex: 1;
    text-align: center;
    padding: 0.6rem;
}

.bubble-row2.metrics > div {
    flex: 50%;
    padding: 0.75rem 0;
}

.elastic-indent {
    margin-left: 0px;
}


section {
    padding-top: 6rem;
}

section#reviews {
    padding-top: 10rem;
}

h2 {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 2.625rem;
}


.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.full-height {
    height: 100%;
}

.bubble-box {
    background: white;
    box-shadow: 0px 4px 15px rgba(140, 140, 140, 0.15);
    border-radius: 15px;
}

.carousel .bubble-box {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.carousel .bubble-box img {
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(140, 140, 140, .15);
}

.bubble-box.bottom-left-radius-adaptive, .bubble-box.bottom-right-radius-adaptive {
    border-radius: 60px;
}

.bubble-box input[type=text], .bubble-box input[type=email] {
    border-radius: 15px;
}

.font-highlight {
    background: linear-gradient(91.55deg, #367FEC -2.36%, #4FB1EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}

/*Safari styles*/
.safari .case .font-highlight {
	display: block;
}

button.action input {
    border: none;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Poppins;
}

button.action,
button.action-scroll {
    padding: 0.5rem 2.5rem;
    background: linear-gradient(90.59deg, #367FEC -0.2%, #4FB1EE 100%);
    box-shadow: 0 4px 15px rgba(140, 140, 140, 0.15);
    border-radius: 10px;
    border-style: none;
    color: white;
    min-height: 44px;
}

button.action-scroll {
    padding: 10px 42px !important;
    position: relative;
}

button.action:hover,
button.action-scroll:hover {
    filter: drop-shadow(5px 5px 5px rgba(0, 66, 162, .25));
    background: linear-gradient(91.55deg, #67A4FF -2.36%, #74CAFF 100%);
}

button.action:active,
button.action-scroll:active {
    filter: none;
    background: linear-gradient(91.55deg, #2877E8 -2.36%, #3E9EE9 100%);
}

nav.navbar button.action {
    padding: 0.5rem 2.5rem;
    background: none;
    border: 2px solid #367FEC;
    filter: drop-shadow(0px 4px 15px rgba(140, 140, 140, 0.15));
    border-radius: 10px;
    color: #367FEC;
}

nav.navbar button.action:hover {
    background: none;
    filter: drop-shadow(5px 5px 5px rgba(0, 66, 162, .25));
}

nav.navbar button.action:active {
    filter: none;
    background: none;
}

.footer {
    margin-left: auto;
    margin-right: auto;
}

.footer button.action {
    background: none;
    border: 2px solid white;
    margin-top: 2rem;
}

.footer button.action input {
    border: none;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.footer .whatsapp-button {
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: .5s;
}

.footer .whatsapp-button:hover {
    /*transform: scale(1.2);*/
}

.footer .whatsapp-button a {
    display: block;
}

.footer .whatsapp-button svg {
    width: 100%;
    height: 100%;
}

.wpcf7-form .wpcf7-spinner {
    width: 0;
    height: 0;
    margin: 0;
}

.footer button.action:hover {
    border-color: white;
}

.footer .form .form-control:focus,
.wpcf7-form .form-control:focus {
    border-color: #86b7fe;
    box-shadow: none;
}

#wpcf7-f123-o1 .form-control {
    background: #fafafa;
    box-shadow: inset 0 0 8px rgba(140, 140, 140, .15);
    border: 1px solid #ced4da;
}

#wpcf7-f123-o1 .form-control:focus {
    border-color: #86b7fe;
}

#rank_higher {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#rank_higher form .form-group input,
.footer form .wpcf7-form-control-wrap input {
    margin-bottom: 1rem;
}

#rank_higher form .form-group input.wpcf7-not-valid,
.footer form .wpcf7-form-control-wrap input.wpcf7-not-valid {
    margin-bottom: 10px;
    border: 1px solid #FF0000 !important;
}

#rank_higher form .form-group input.wpcf7-not-valid + .wpcf7-not-valid-tip,
.footer form .wpcf7-form-control-wrap input.wpcf7-not-valid + .wpcf7-not-valid-tip {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 10px;
    text-align: center;
}

#rank_higher form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    border: none;
    margin: 10px;
}

#rank_higher > form > div > input {
    background: #FAFAFA;
    box-shadow: inset 0px 0px 8px rgba(140, 140, 140, 0.15);
    border-radius: 15px;
}

#speedbar {
    width: 100%;
    max-width: 475px;
    margin-right: auto;
}

h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h3.icon-caption {
    height: 3em;
    text-align: left;
    background-size: 44px 44px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.icon-caption.icon-customer-base {
    background-image: url('img/customer_base.svg');
}

h3.icon-caption.icon-competitive-edge {
    background-image: url('img/competitive_edge.svg');
}

h3.icon-caption.icon-export-google-friendly {
    background-image: url('img/export_google_friendly.svg');
}

h3.icon-caption.icon-increase-sales {
    background-image: url('img/increase_sales.svg');
}

h3.icon-caption.icon-keyword-research {
    background-image: url('img/keyword_research.svg');
}

h3.icon-caption.icon-link-building {
    background-image: url('img/link_building.svg');
}

h3.icon-caption.icon-website-audit {
    background-image: url('img/website_audit.svg');
}

h3.icon-caption.icon-troubleshooting {
    background-image: url('img/troubleshooting.svg');
}

h3.icon-caption.icon-content-writing {
    background-image: url('img/content_writing.svg');
}

h3.icon-caption.icon-comprehensive-seo-support {
    background-image: url('img/comprehensive_seo_support.svg');
}


h3.fixedheight {
    height: 42pt;
}

.photo {
    width: 100%;
    max-width: 255px;
}

.bluebox {
    background: linear-gradient(86.64deg, #A1FFFF 2.26%, #76B5FF 94.45%);
    box-shadow: 0px 4px 15px rgba(140, 140, 140, 0.15);
    padding-top: 2em;
    padding-bottom: 2em;
}

.bluebox h2 {
    color: white;
}

.footer {
    margin-top: 3rem;
    background: linear-gradient(177.26deg, #A1FFFF -44.58%, #76B5FF 97.62%);
    border-radius: 50px 50px 0 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: auto;
    padding-right: auto;
    color: white;
}

.footer a:link, .footer a:visited {
    color: #E1F0FB;;
    text-decoration: none;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer a:active {
    color: rgba(255, 255, 255, 0.70);
}


.footer .form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wpcf7-form br {
    display: none;
}

.footer .form .form-control {
    border-radius: 0;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
}


.footer .form .wpcf7-form-control-wrap:first-child .form-control {
    border-radius: 15px 15px 0 0;
}

.footer .form .wpcf7-form-control-wrap:nth-of-type(2) .form-control {
    border-radius: 0;
    box-shadow: inset 0 4px 15px rgba(140, 140, 140, 0.15);
}

.footer .form .wpcf7-form-control-wrap:last-child .form-control {
    border-radius: 0 0 15px 15px;
    box-shadow: inset 0 4px 15px rgba(140, 140, 140, 0.15);
}

.footer nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 2rem;
}

.footer nav > div:first-of-type {
    flex: 25%;
    text-align: center;
}

.footer nav > div:last-child {
    flex: 15%;
    text-align: center;
}

.footer nav .sitelinks {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.footer nav .sitelinks > li {
    /*flex: 50%;*/
    text-align: center;
    padding: 0.75rem 0;
}

.footer nav .fs-xl {
    margin-bottom: 1rem;
}

.contactbox, .socialbox {
    display: inline-flex;
    flex-direction: column;
    row-gap: 1rem;
}

.socialbox p {
    margin: 0;
    padding: 0;
}

.contactbox > div,
.socialbox > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    text-align: left;
    min-height: 30px;
}

#contact-mail {
    background-image: url('img/mail.svg');
}

#contact-phone {
    background-image: url('img/phone.svg');
}

#contact-location {
    background-image: url('img/location.svg');
}

#contact-fb {
    background-image: url('img/facebook.svg');
}

#contact-inst {
    background-image: url('img/instagram.svg');
}

#contact-yt {
    background-image: url('img/youtube.svg');
}

.logo-jettseo {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.logo-jettseo img {
    width: 150px;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: 32px;
    height: 32px;
}

@media (min-height: 0) {
    .protector_box .protector_item:not(:first-child) {
        margin-top: 60px;
    }
}


@media (min-width: 576px) {
    #logo-header {
        width: 200px;
    }

    h1 {
        font-size: 4.375rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    .fs-xl {
        font-size: 1.5rem;
    }

    #speedbar {
        margin-left: auto;
        margin-right: auto;
    }

    .bluebox {
        border-radius: 0 50px 50px 0;
        margin-right: 1rem;
        margin-top: 6rem;
    }

    .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7 {
        text-align: center;
    }

    .col-md-4 > div, .col-md-5 > div, .col-md-7 > div, .col-md-8 > div, .col-lg-4 > div, .col-lg-5 > div, .col-lg-6 > div, .col-lg-7 > div {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .col-lg-5 > div.narrow, .col-lg-6 > div.narrow, .col-lg-7 > div.narrow {
        max-width: 576px;
    }

    .bubble-row2.metrics > div {
        flex: 25%;
    }


    .case {
        position: relative;
    }

    .case img {
        position: absolute;
        top: -2rem;
        right: -1rem;
        width: 40%;
    }

    .case > div:first-of-type {
        width: 60%;
    }

    .case > div:nth-of-type(2) {
        flex-direction: row;
        margin-top: 1rem;
    }

    .case > div:nth-of-type(2) > div {
        flex: 1;
        flex-direction: column;
    }


    .footer .form {
        flex-direction: row;
    }

    .footer .form .form-control,
    .wpcf7-form .form-control {
        /*border-width: 1px 0;*/
        border-width: 2px;
        border-color: #fff;
    }

    .footer .form .wpcf7-form-control-wrap:first-child .form-control {
        border-radius: 15px 0 0 15px;
        border-left-width: 1px;
    }

    .footer .form .wpcf7-form-control-wrap:nth-child(2) .form-control {
        border-radius: 0;
        border-right-width: 1px;
    }

    .footer .form .wpcf7-form-control-wrap:last-child .form-control {
        border-radius: 0 15px 15px 0;
        border-right-width: 1px;
    }

    .footer .form .wpcf7-form-control-wrap {
        width: 100%;
    }

    .footer .form .wpcf7-form-control-wrap input {
        border-width: 2px !important;
    }

    .footer .form .wpcf7-form-control-wrap.your-name input {
        border-radius: 15px 0 0 15px;
    }

    .footer .form .wpcf7-form-control-wrap.your-email input {
        border-radius: 0;
    }

    .footer .form .wpcf7-form-control-wrap.your-website input {
        border-radius: 0 15px 15px 0;
    }

    .logo-jettseo {
        text-align: left;
    }

    .footer nav {
        flex-direction: row;
    }

    .footer nav .fs-xl {
        text-align: left;
    }

    .footer nav .sitelinks {
        flex: 50%;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer nav .sitelinks > div {
        flex: 1;
        padding: 0.75rem 0;
    }


    .contactbox,
    .socialbox {
        display: flex;
        align-items: flex-start;
    }

    /*
    .contactbox > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 40px;
        text-align: left;
        min-height: 30px;
    } */
}

@media (min-width: 767px) {
    .case img {
        /*width: 255px;*/
        height: 195px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    #rank_higher {
        margin-top: 60px;
        margin-left: auto;
        margin-right: 0;
    }

    .elastic-indent {
        margin-left: 60px;
    }

    .protector_box .protector_item:nth-child(even) div:first-child {
        order: 1;
    }

    .protector_box .protector_item:nth-child(even) div:nth-child(2) {
        order: 3;
    }

    .protector_box .protector_item:nth-child(even) div:last-of-type {
        order: 2;
    }

    .protector_box .protector_item:nth-child(odd) .bubble-box {
        border-radius: 60px;
        border-bottom-left-radius: 0px;
    }

    .protector_box .protector_item:nth-child(even) .bubble-box {
        border-radius: 60px;
        border-bottom-right-radius: 0px;
    }

    /*.bubble-box.bottom-left-radius-adaptive {*/
    /*    border-radius: 60px;*/
    /*    border-bottom-left-radius: 0px;*/
    /*}*/
    /*.bubble-box.bottom-right-radius-adaptive {*/
    /*    border-radius: 60px;*/
    /*    border-bottom-right-radius: 0px;*/
    /*}*/
    h1 {
        text-align: left;
    }

    .align-center-md {
        text-align: left;
    }
}


@media (min-width: 768px) {
    .case > div {
        padding-left: 40px;
    }
}


@media (min-width: 992px) {
    .case > div {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1199px) {
    .carousel ol.carousel-indicators li {
        /*display: none;*/
    }
}

@media (min-width: 1200px) {
    .case > div {
        padding-left: 40px;
    }

    #logo-header {
        margin-left: 40px;
    }

    nav.navbar button.action {
        margin-right: 40px;
    }

    button.action-scroll {
        margin-right: 40px !important;
    }
}

@media (min-width: 1450px ) and (max-width: 1799px) {
    nav.navbar, .footer {
        width: 1450px;
    }
}

@media (min-width: 1800px) {
    nav.navbar, .footer {
        width: 80%;
    }
}

@media screen and (max-width: 1399px) {
    .bg-review-left {
        top: 0;
        left: 0px;
        width: 343px;
        height: 223px;
    }
}

@media screen and (max-width: 1199px) {
    .bg-review-left {
        top: 0;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 2%;
    }
}

@media screen and (max-width: 991px) {
    .bg-review-left {
        top: 0;
        left: -20px;
        width: 260px;
        height: 173px;
    }

    .footer nav {
        flex-wrap: wrap;
    }

    .footer nav .sitelinks {
        flex: 50%;
    }

    .footer nav > div:first-of-type,
    .footer nav > div:last-of-type {
        flex: 50%;
    }

    #carouselControls > .carousel-inner {
        max-width: 550px;
    }


    #carouselControls .carousel-control-prev {
        left: 0;
    }

    #carouselControls .carousel-control-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .footer .whatsapp-button {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 15px;
    }
}

@media screen and (max-width: 576px) {
    .socialbox {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .socialbox p {
        display: none;
    }

    .socialbox div {
        margin: 0 20px;
        padding: 0;
    }

    .socialbox div a {
        width: 30px;
        height: 30px;
    }
}