/* ******************************** */


/* Related Services */

.azlf-second-section-header-text-services,
.azlf-second-section-text-class-services {
    text-align: justify !important;
    font-size: 1rem !important;
}

#service-details-section {
    display: flex;
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 2rem;
}

#service-image-container,
#service-title-and-blurb {
    position: relative;
    width: 100%;
    /* padding: 0 15px; */
}

ul.new-azlf-gallery-images-list iframe {
    width: 64px;
    height: 64px;
    pointer-events: none;
}

.new-azlf-gallery-thumbnail iframe {
    pointer-events: none;
}

#service-image-container {
    text-align: right !important;
    flex: 0 0 40%;
    max-width: 50%;
}

#service-image {
    max-width: 450px;
    max-height: 500px;
}

.i-products-slider__item .i-products-slider__media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.i-products-slider__item picture {
    margin-bottom: 2rem;
}

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


/* #service-title-and-blurb {
    flex: 0 0 60%;
    max-width: 55%;
} */

#service-title-and-blurb .new-azlf-title-header {
    width: 100%;
}

#service-short-blurb h4 {
    max-width: 80%;
    margin-top: 1em;
}

#service-long-blurb p {
    max-width: 90%;
}

@media (max-width: 968px) {
    #service-long-blurb p,
    #service-short-blurb h4 {
        max-width: 100% !important;
    }
    #service-details-section {
        align-items: center;
        padding-bottom: 120px;
    }
    #service-image {
        max-width: 100%;
        max-height: 280px;
    }
    #service-image-container {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 576px) {
    #service-details-section {
        flex-direction: column;
        padding: 0 1em;
    }
    #service-image-container {
        text-align: center !important;
    }
    #service-image-container,
    #service-title-and-blurb {
        max-width: 100%;
        padding: 0;
    }
    #service-title-and-blurb .new-azlf-title-header {
        font-size: 40px;
    }
}


/* ******************************** */


/* Related Products */

.i-products-slider-pages__media {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.square-image {
    width: 300px;
    height: 300px !important;
    object-fit: cover;
}

@media (max-width: 576px) {
    #related .related-posts-container,
    .related-posts-header {
        display: none !important;
    }
    .related-service-slide {
        height: 150px !important;
    }
    #related .related-posts-container-mobile {
        display: block !important;
    }
    #related,
    #resources {
        max-width: 100% !important;
        margin: 0 1em;
    }
    .related-posts-title {
        text-align: right;
        padding: 0 !important;
        margin-bottom: 2rem;
    }
    #related .related-posts-num {
        text-align: left !important;
    }
    #related .img-div {
        padding: 1em;
        min-height: 300px;
        max-height: 250px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #related .img-div img {
        max-height: 216px;
    }
    #related .related-posts-container-mobile .related-services-title,
    .related-products-title,
    .related-accessories-title,
    .related-plans-title,
    .related-apps-title,
    .related-developer-title {
        width: auto;
        font-size: 1.5em;
        font-weight: 500;
        line-height: 1;
    }
    #related .related-posts-container-mobile .related-services-title,
    .related-accessories-title,
    .related-plans-title,
    .related-apps-title,
    .related-developer-title {
        font-size: 1.5em;
    }
    .related-posts-container-mobile .swiper-container-services,
    .swiper-container-plans,
    .swiper-container-accessories,
    .swiper-container-apps,
    .swiper-container-plans,
    .swiper-container-developer {
        height: 100% !important;
    }
    .related-posts-container-mobile .swiper-post-services,
    .swiper-post-apps,
    .swiper-post-plans,
    .swiper-post-accessories,
    .swiper-post-developer {
        height: 350px !important;
    }
    #related {
        padding-top: 0px;
    }
}


/* // Related Products and Services */

.show-all-svg-rotated {
    transform: rotate(180deg);
}

#related .related-posts-container-mobile,
.related-posts-header-mobile {
    display: none;
}

#related .show-all-toggler p {
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 1em;
    text-align: center;
}

#related .related-posts-container .related-products-title,
.related-post-title {
    font-weight: 500;
    text-align: center !important;
    margin-top: 10px;
}

#related .related-posts-container .related-services-title,
.related-accessories-title,
.related-plans-title,
.related-apps-title,
.related-developer-title {
    font-weight: 500;
}

#related .related-services-title {
    text-align: center !important;
}

#related .related-posts-container {
    padding-bottom: 2em;
}

#related .related-post-container .img-div {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    padding: 1rem !important;
}

#related .related-post-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#related .related-posts-hidden-container {
    display: none;
}

#related .related-posts-num {
    text-align: right;
}

#related,
#resources {
    max-width: 80%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

#resources {
    margin-bottom: 5rem;
    padding-top: 20px;
}

#related .container {
    max-width: auto !important;
}

#related .related-posts-title {
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 2.4rem !important;
}

.case-study-title {
    color: #015f9b;
    font-size: 22px;
    font-weight: 500;
    min-height: 4em;
    line-height: 28px;
    padding-bottom: 24px;
    height: 25%;
    display: flex;
    align-items: flex-end;
}


/* // Related Products and Services */


/* Swiper styles */

.swiper-container {
    width: 600px;
    height: 300px;
}

.main-img-wrapper-mobile {
    width: 100%;
    text-align: center;
}

.main-img-wrapper-mobile img,
.video {
    max-width: 250px;
    max-height: 250px;
    margin: auto;
}

.swiper-button-prev:after {
    content: "" !important;
}

.swiper-button-next:after {
    content: "" !important;
}

.swiper-button-next {
    background-image: none;
}

#product-case-study-section .swiper-container {
    width: 100% !important;
    height: auto !important;
    margin-top: 30px;
}

#product-case-study-section .swiper-slide {
    height: auto !important;
    border-right: solid 1px #DDE2EB;
}

#product-case-study-section-mobile .swiper-container {
    width: 100% !important;
}

#rcs-nav-slider .swiper-button-prev,
#rcs-nav-slider .swiper-button-next {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    left: auto !important;
    margin-top: 2px;
    margin-right: 50px;
}

#rcs-nav-slider .swiper-button-next {
    margin-right: auto !important;
    margin-left: 50px !important;
}


/* // swiper styles */

.rcs-wrapper,
.first-section-wrapper-mobile {
    display: flex;
    overflow-x: scroll;
}

.rcs-border {
    border-right: 1px solid rgb(221, 226, 235);
}

.rcs-border:last-child {
    border: none;
}

.rcs-col {
    flex: 0 0 33.33%;
    min-width: 33.33%;
    border-right: 1px solid #dde2eb;
}

.rcs-col-one {
    flex: 0 0 100%;
    max-width: 700px;
}

.rcs-col-two {
    flex: 0 0 50%;
    min-width: 50%;
    border-right: 1px solid #dde2eb;
}

.rcs-col-mobile {
    flex: 0 0 101%;
    min-width: 101%;
}

.first-section-col-mobile {
    flex: 0 0 90%;
    min-width: 90%;
}

.azlf-rcs-box:not(:first-child) {
    padding: 0 2em;
}

.azlf-rcs-box:nth-child(1) {
    padding-right: 2em;
}

.prd-thumbnail {
    max-height: 80px;
}

.azlf-fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.new-azlf-title-header {
    border-bottom: 1px solid #c5cbd5;
    display: inline-block;
    font-size: 32px;
}

#products-nav,
#products-nav-mobile {
    position: sticky;
    height: 50px;
    width: 100%;
    z-index: 998;
    top: 105px;
}

@media (min-width: 1600px) {
    .new-azlf-title-header {
        font-size: 42px;
    }
}

#products-breadcrumbs {
    padding-top: 0 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: min(90vw, 1440px);
}

@media (min-width: 1200px) {
    #products-breadcrumbs {
        padding-left: 15px;
    }
    #services-page .container,
    #products-page .container,
    #service-details-section {
        max-width: 1200px !important;
    }
    #products-nav,
    #products-nav-mobile {
        top: 119px;
    }
    .logged-out-top {
        top: 88px !important;
    }
}

@media (min-width: 1600px) {
    #products-breadcrumbs {
        
    }
    #services-page .container,
    #products-page .container,
    #service-details-section {
        max-width: 1440px !important;
    }
}

#products-nav-mobile {
    top: 0;
    width: auto;
}

#products-nav {
    height: auto;
    min-height: 50px;
}

#products-nav ul {
    padding: 0 !important;
}

#products-nav ul:first-child {
    margin-left: 15px !important;
}

#products-nav ul:last-child {
    margin-right: 15px !important;
}

@media (max-width: 980px) {
    #products-nav {
        top: 0;
    }
    .logged-out-top {
        top: 0
    }
}

#services-page,
#products-page {
    font-family: "aktiv-grotesk" !important;
    font-weight: normal;
    /* overflow:auto; */
}

.new-azlf-gallery-main-wrapper {
    width: 450px;
    /* height: 500px; */
    display: flex;
    /* aligns images/videos that do not fill up the main container to the middle of the container */
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.new-azlf-gallery-main-wrapper img {
    max-height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    /* top: 0;
    left: 0; */
}

.new-azlf-gallery-main-wrapper .fluid-width-video-wrapper {
    margin-top: 3rem;
}

.new-azlf-gallery-main-wrapper iframe {
    width: 100%;
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
}

#buy-now-btn-coming-soon button {
    color: white;
    background-color: #95a1aa;
    border-radius: 0px !important;
    padding: 10px 15px;
    cursor: default;
}

#buy-now-btn,
.buy-now-btn,
#buy-now-btn-coming-soon {
    margin-top: 10px;
    margin-bottom: 10px;
}

.buy-now-btn-app {
    margin-top: 10px;
    margin-bottom: 10px;
}

#buy-now-btn button,
.buy-now-btn button,
.buy-now-btn-app .custom-btn {
    color: white;
    background-color: #005f9b;
    border-radius: 0px !important;
    padding: 10px 15px;
    margin-left: 10px;
}

.buy-now-btn-app:hover .custom-btn {
    color: #212529;
}

.buy-now-btn-app .buy-now-badge {
    display: inline-block;
    padding: 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buy-now-btn-app .buy-now-badge .badge-image {
    height: 40px;
}

#buy-now-btn span,
.buy-now-btn span {
    margin-top: 11px;
}

.buy-now-btn-app .icon,
#buy-now-btn .icon,
.buy-now-btn .icon {
    margin-left: 16px;
}

.buy-now-btn-header {
    background-color: #005f9b;
    margin: 5px 0;
    border-radius: 0px !important;
    min-width: 150px;
    padding: 10px;
}

.buy-now-btn-coming-soon-header {
    background-color: #95a1aa;
    margin: 5px 0;
    border-radius: 0px !important;
}

#buy-now-btn-coming-soon {
    margin-left: 10px;
}

#products-nav header {
    margin: 0 auto;
}

@media (max-width: 576px) {
    .buy-now-btn {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .services-btn {
        padding-left: 10px;
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    #products-nav header {
        /* max-width: 1200px; */
        width: min(90vw, 1440px);
        padding: 5px 0;
    }
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.new-azlf-gallery-images-list {
    padding: 0 !important;
    list-style-type: none !important;
}

.product-overview .d-flex img {
    image-rendering: -webkit-optimize-contrast;
}

.new-azlf-gallery-column-image {
    width: 64px;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    text-align: center;
}

.new-azlf-images-thumbnails,
.new-azlf-video-thumbnail {
    margin: 0 auto 32px;
}

.new-azlf-images-thumbnails .new-azlf-gallery-column-image {
    margin: 0 auto 32px;
}

/* .new-azlf-gallery-column-image:first-child {
    margin: 25px auto;
} */

.new-azlf-gallery-column-image .new-azlf-gallery-thumbnail {
    max-width: 100%;
    max-height: 64px;
    height: 100%;
    object-fit: contain;
}

.new-azlf-gallery-thumbnail-active {
    outline: 1px solid #015f9b;
    /* padding: 2px;
    min-height: 64px; */
}

#product-case-study-section-mobile .w-60 {
    width: 60% !important;
}

.fluid-width-video-wrapper {
    height: 64px;
}

#new-azlf-thumbnail-nav-arrow-bottom {
    width: 100%;
}

@media (min-width: 981px) {
    #main-content .container:before {
        content: none !important;
    }
}

@media (max-width: 413px) {
    .ov-bottom-div {
        width: 88.5%;
    }
    #related .related-posts-title {
        font-size: 2.4rem !important;
    }
}

@media (min-width: 414px) {
    .ov-bottom-div {
        width: 90%;
    }
    .ov-thumb-swiper .swiper-button-next {
        right: 0px !important;
    }
}

@media (max-width: 415px) {
    .rcs-mobile-title {
        bottom: 1em;
    }
}

@media (min-width: 416px) {
    .rcs-mobile-title {
        bottom: 0;
    }
}

@media (max-width: 768px) {
    #services-section {
        margin-bottom: 100px;
    }
}


/* show up to 576px */

@media (max-width: 576px) {
    #product-photos-and-bullets-section,
    #services-section {
        display: none;
    }
    .rcs-header-text {
        font-size: 2.3em;
        padding-left: 1em;
    }
    .rcs-challenge-div {
        min-height: 130px;
    }
    .fluid-width-video-wrapper {
        padding-top: 0%;
        height: 100%;
    }
}


/* up to 768px */

@media (max-width: 767px) {
    #product-case-study-section {
        display: none !important;
    }
    .rcs-product-title {
        font-size: 1.3em !important;
    }
    #product-case-study-section-mobile {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #product-case-study-section-mobile {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .rcs-title-box {
        width: 50% !important;
    }
    .rcs-product-title {
        min-height: 150px !important;
    }
    #ov-menu-items-mobile p {
        font-size: 13px !important;
    }
    .ov-thumb-swiper .swiper-button-next {
        right: 0px !important;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .rcs-title-box {
        width: 50% !important;
    }
    .rcs-product-title {
        min-height: 120px;
        bottom: 0 !important;
    }
}


/* screens >  576px */

@media (min-width: 576px) {
    #product-photos-and-bullets-section-mobile,
    #services-section-mobile {
        display: none;
    }
    .rcs-header-text {
        font-size: 3.5em;
    }
    #related {
        padding-top: 70px;
    }
}

@media (max-width: 1200px) {
    #products-nav {
        display: none !important;
    }
    #ov-menu-items-mobile a {
        text-decoration: none !important;
        color: #fff !important;
    }
    #ov-menu-items-mobile a:hover {
        text-decoration: none !important;
    }
    #ov-menu-items-mobile .mobile-menu-item-active {
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    #products-nav-mobile {
        display: none !important;
    }
}


/* ******************************** */


/* alzf-second-section */

.azlf-second-section-summary-class {
    overflow: hidden;
    overflow-x: hidden;
    align-self: center;
    height: 100%;
    margin: auto;
}

.azlf-second-section-summary-background-blue {
    background-color: #154e78;
}

.azlf-second-section-summary-background-gray {
    background-color: #33383d;
}

.azlf-second-section-summary-background-green {
    background-color: #446b1e;
}

.azlf-second-section-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.azlf-second-section-background-image-class {
    background-image: url("../images/product-summary-background.svg");
}

.azlf-second-section-text-div {
    text-align: left;
    color: #ffffff;
    position: relative;
}

.azlf-second-section-text-class,
.azlf-second-section-text-class-services {
    font-family: aktiv-grotesk, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-size: 20px;
}

.azlf-second-section-app-class {
    font-family: aktiv-grotesk, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.02em;
    color: black;
    font-size: 20px;
}

.azlf-second-section-text-class p > a {
    color: #FAA83F
}

.azlf-second-section-text-class p > a:hover {
    opacity: 0.75;
}

.azlf-second-section-header-text,
.font {
    font-size: 66px;
    line-height: 70px;
    text-align: center;
}

.azlf-second-section-text {
    padding: 8rem 4rem;
    max-width: 900px;
    margin: auto;
}

.azlf-second-section-text-2 {
    padding: 4.5rem 30%;
}

.azlf-second-section-app-text {
    padding: 8rem 30% 0rem 30%;
}

.alzf-second-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#azlf-second-section-product-summary-section {
    margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
    #azlf-second-section-product-summary-section {
        overflow: hidden;
        background: none;
    }
    .azlf-second-section-header-text,
    .font {
        font-size: 40px;
        line-height: 40px;
    }
    .azlf-second-section-text-2 {
        padding: 4rem 20%;
    }
    .azlf-second-section-app-text {
        padding: 4rem 20% 0rem 20%;
    }
}

@media only screen and (max-width: 768px) {
    .alzf-second-section-img {
        width: 90%;
        text-align: center;
        max-width: 450px;
        margin: auto;
        margin-bottom: -2rem;
        z-index: 4;
    }
    .azlf-second-section-summary-class {
        min-height: 470px;
    }
}

@media only screen and (max-width: 576px) {
    .et_header_style_left .logo_container {
        width: 95% !important;
    }
    #azlf-second-section-product-summary-section {
        overflow: hidden;
    }
    .azlf-second-section-text {
        padding: 4rem 5%;
    }
    .azlf-second-section-header-text,
    .font {
        font-size: 40px;
        line-height: 40px;
    }
    .azlf-second-section-summary-class {
        min-height: 0px;
    }
    .azlf-second-section-text-2 {
        padding: 4rem 5%;
    }
    .azlf-second-section-app-text {
        padding: 4rem 5%;
    }
    .alzf-second-section-img {
        margin: 0 auto;
        width: 90%;
        margin-bottom: -30%;
    }
    .azlf-second-section-summary-class-mobile {
        padding-bottom: 60%;
        padding-top: 40%;
    }
    .azlf-second-section-summary-class-user-tips {
        padding-top: 40%;
    }
    .azlf-second-section-summary-class-user-tips-pb {
        padding-bottom: 60%;
    }
    .azlf-second-section-summary-class-mobile-withImg {
        padding-top: 40%;
    }
    .azlf-second-section-header-text,
    .font {
        font-family: aktiv-grotesk;
        font-style: normal;
        font-weight: normal;
        font-size: 47.8581px;
        line-height: 51px;
        text-align: right;
        letter-spacing: -0.02em;
        padding-left: 20px;
    }
    .azlf-background-image {
        background-image: url("../images/product-summary-background.svg");
    }
    .azlf-second-section-background-image-class {
        padding-bottom: 210px;
    }
}


/* alzf-second-section */


/* alzf-third-section */

.azlf-third-section-bottom-li {
    padding-bottom: 2%;
}

.azlf-third-section-ul ul.main-bullets li {
    list-style: none;
}

.azlf-third-section-features-bullet {
    padding-right: 0.5rem;
}

.azlf-third-section-row {
    width: 70% !important;
}

.azlf-third-section-row-2 {
    width: 100% !important;
}

.azlf-third-main-section {
    padding: 10% 5% 5% 5%;
    position: relative;
    max-width: 1450px !important;
}

.azlf-third-section-features-header {
    font-family: aktiv-grotesk, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 55px;
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    color: #000000;
}

.azlf-third-section-features-span {
    visibility: hidden;
}

.azlf-third-section-ul ul {
    margin-bottom: 0 !important;
}

.azlf-third-section-ul ul a {
    color: #f2b307;
    font-weight: bold;
}

.entry-content ul {
    padding: 0 0 0.5% 0 !important;
    font-family: "aktiv-grotesk", "Open Sans", "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.65;
}

.azlf-third-section-bullet-container {
    background: #0085ba;
    padding: 2rem 4rem;
    font-family: aktiv-grotesk, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.azlf-third-section-ul {
    min-height: 75px;
    padding-bottom: 20px;
}

.azlf-third-section-features-img {
    position: absolute;
    top: 180px;
    right: 2.5%;
    height: auto;
    width: auto;
    max-width: 453px;
    max-height: 503px;
}

.azlf-third-services-section-features-img {
    position: absolute;
    top: 120px;
    right: 0.5%;
    height: auto;
    width: auto;
    max-width: 453px;
    max-height: 503px;
}

.azlf-third-section-text-section {
    width: 45%;
    padding-left: 2%;
    padding-bottom: 2%;
}

.azlf-third-section-text-section-2 {
    width: 60%;
    padding-left: 2%;
    padding-bottom: 2%;
}

.azlf-third-section-features-bullet-white-svg {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .azlf-third-section-row {
        width: 60% !important;
    }
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        right: 7%;
    }
}

@media only screen and (max-width: 1230px) {
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        right: 2%;
    }
}

@media only screen and (max-width: 1060px) {
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        right: 1%;
    }
}

@media only screen and (max-width: 992px) {
    .azlf-third-section-row {
        width: 70% !important;
    }
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        right: 2%;
        width: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        z-index: 4;
        top: -80px;
        right: 0;
        max-width: 90%;
        margin-right: 28%;
        max-height: 380px;
        width: auto;
    }
    .azlf-third-section-header-padding {
        padding: 290px 0 0;
    }
    .azlf-third-main-section {
        width: 100%;
        background-color: #0085ba;
        background-image: url("../images/product-summary-background.svg");
        background-repeat: repeat;
        color: #fff;
        padding: 10% 0 5% 0;
        margin-bottom: 7%;
    }
    .azlf-third-section-features-header {
        color: #fff;
        text-align: right;
        font-size: 47.8581px;
        line-height: 51px;
    }
    .azlf-third-section-row {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .azlf-third-section-text-section,
    .azlf-third-section-text-section-2 {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .azlf-third-section-bullet-container {
        padding: 2rem 5.5%;
    }
    .azlf-third-section-features-bullet-white-svg {
        display: inline;
    }
    .azlf-third-section-features-bullet-blue-svg {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .azlf-third-section-bullet-container .col-lg-6,
    .azlf-third-section-bullet-container .col-md-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .azlf-third-section-features-img {
        top: -250px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .azlf-third-services-section-features-img {
        top: -200px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .azlf-third-section-header-padding {
        padding: 180px 0 0;
    }
    .azlf-third-section-features-header {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 440px) {
    .azlf-third-section-features-header {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 340px) {
    .azlf-third-services-section-features-img,
    .azlf-third-section-features-img {
        top: -180px;
        margin-right: 5%;
        margin-left: 5%;
    }
}


/* alzf-third-section */


/* alzf-fifth-section */

.alzf-fifth-section {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1450px;
}

.alzf-fifth-section-button {
    width: 100%;
    height: 80px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.alzf-fifth-section-button h3 {
    font-family: aktiv-grotesk, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.alzf-fifth-section p {
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem !important;
}

.azlf-fifth-section-p-div {
    display: none;
    padding: 2rem 3rem;
    border-bottom: 1px solid #c5cbd5;
}

.ip-screen-reader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.alzf-fifth-section-techspecs {
    display: none;
    margin-bottom: 2rem;
}

.alzf-fifth-section-td {
    padding-left: 20px;
    text-align: left;
    width: 40%;
}

.alzf-fifth-section-tr.spec-key {
    background-color: #CCCCCC;
}

.alzf-fifth-section-tr th {
    color: black !important;
    min-width: 200px;
    white-space: nowrap;
}

.entry-content table:not(.variations),
body.et-pb-preview #main-content .container table {
    border: none;
}

.alzf-fifth-section-padding {
    padding-left: 2rem;
}

.alzf-tech-specs-title {
    font-family: aktiv-grotesk;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.02em;
    padding-left: 1.7em;
    color: #000000;
}

.alzf-fifth-section-td {
    font-family: aktiv-grotesk;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #000000;
}

@media only screen and (max-width: 576px) {
    .alzf-fifth-section-button h3 {
        font-size: 20px;
    }
    .alzf-fifth-section {
        width: 90%;
    }
    .alzf-fifth-section-button {
        height: 70px;
    }
    .alzf-tech-specs-title {
        font-size: 18px;
        padding-left: 1em;
    }
    .alzf-fifth-section-padding {
        padding-left: 1rem;
    }
}


/* alzf-fifth-section */


/* alzf-sixth-section */

.azlf-sixth-section-img-div img {
    max-height: 135px;
    min-height: 90px;
    width: auto;
    height: auto;
}

.azlf-sixth-section {
    padding-top: 5%;
    padding-bottom: 0;
}

.azlf-sixth-section-header {
    font-family: aktiv-grotesk;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #000000;
}

.azlf-sixth-section-img-div img {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .azlf-sixth-section-img-div img {
        max-height: 135px !important;
        max-width: 135px !important;
    }
}

@media (max-width: 576px) {
    .azlf-sixth-section-header {
        text-align: right;
    }
    .azlf-sixth-section-img-div {
        padding-right: 0 !important;
    }
    .azlf-sixth-section-img-div {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 340px) {
    .azlf-sixth-section-img-div {
        text-align: center;
        width: 100%;
    }
}


/* alzf-sixth-section */


/* alzf-seventh-section */

#product-image-bottom-section {
    max-width: 1080px;
    margin: auto;
}

#product-image-bottom-section .product-circle {
    position: relative;
}

#product-image-bottom-section .satellite-circle {
    background-image: url("../images/lower-circle-globe.png");
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-image-bottom-section .satellite-circle img {
    width: 60%;
}

#product-image-bottom-section .product-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 400px;
    height: 400px;
}

#product-image-bottom-section .product-photo {
    max-width: 500px;
    height: auto;
    max-width: 75%;
    max-height: 75%;
}

#product-image-bottom-section h1 {
    font-family: aktiv-grotesk;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
}

@media (max-width: 768px) {
    #product-image-bottom-section .product-circle {
        width: 300px;
        height: 300px;
    }
    #product-image-bottom-section #buy-now-btn .btn,
    #product-image-bottom-section .buy-now-btn .btn {
        width: 100%;
    }
}


/* alzf-seventh-section */


/* Arrow to the top */

#back-to-top-p {
    bottom: 50px;
    width: 60px;
    margin-right: 16.5px;
}


/* ******************************** */

.form-padding {
    padding-top: 6rem !important;
}

.resource-info-content p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: normal;
    color: #333;
    font-size: 12px !important;
}