* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

.main-subheader {
    font-size: 26px
}

.background-image {
    background-image: url(../images/BG_1.svg) !important;
    background-position-y: -366px;
    overflow: hidden
}

.background-image2 {
    background-image: url(../images/bg_2.svg) !important;
    background-position: left;
    background-size: 136% 357%;
    background-repeat: no-repeat
}

.background-image3 {
    position: relative;
    overflow: hidden
}

.background-image3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -254px;
    width: 100%;
    height: 100%;
    background-image: url(../images/BG_1.svg) !important;
    transform: rotate(116deg);
    z-index: -1
}

.background-image3 {
    background-image: url(../images/BG_1.svg) !important
}

.sticky-button {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    background: #00a4f4;
    border-radius: 13px 13px 0 0
}

.sticky-button.visible {
    opacity: 1;
    pointer-events: auto
}

.iStock-background {
    background-image: url(../images/hero_section.png) !important;
    background-size: 100vw 90vh;
    background-repeat: no-repeat
}

.card:hover a {
    color: white;
}

#section-1 span {
    font-weight: 500;
    font-size: 40px;
    font-family: sans-serif
}

#section-1 .header {
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    font-family: sans-serif
}

#section-1 .sub-header {
    font-size: 26px;
    font-family: sans-serif;
    color: #383838
}

#section-1 .cards {
    box-shadow: rgb(0 0 0 / .19) 0 10px 20px, rgb(0 0 0 / .23) 0 6px 6px;
    border-radius: 10px;
    height: 14rem
}

#section-1 .fs-2 {
    font-size: 24px !important;
    color: #084d87;
    font-weight: 600
}

#section-1 .fs-6 {
    font-size: 13px !important;
    color: #094d87;
    font-weight: 400
}

#section-1 .demo-button {
    font-size: 22px;
    font-weight: 700;
    border-radius: 15px;
    background-color: #f96831;
    font-family: sans-serif
}

#section-2 .fs-1 {
    font-size: 28px !important;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

.gradient-background {
    background-image: linear-gradient(to right, #ffffff, #00a4f4);
    height: 19rem
}

#section-3 .gradient-background {
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%
}

#section-3 .sub-header {
    font-size: 24px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-3 .sub-content {
    font-size: 20px
}

#section-3 .card-headers {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-3 .card-sub-headers {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: 400;
    font-family: sans-serif
}

#section-3 .hcp-icon {
    position: absolute;
    bottom: -24%;
    right: 11%
}

#section-3 .card {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border-radius: 15px;
    background: #fff0;
    height: 17rem
}

#section-3 .card-headers,
#section-3 .card-sub-headers {
    transition: color 0.1s ease
}

#section-3 .card:hover {
    background: #00a4f4;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease
}

#section-3 .card:hover .card-headers,
#section-3 .card:hover .card-sub-headers {
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease
}

#section-3 .card:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

.products-download:hover img {
    content: url(/assets/images/Sixth_Section/download_hover.svg) !important
}

#section-4 .gradient-background {
    background-image: linear-gradient(to left, #ffffff, #d26e48);
    height: 19rem;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%
}

#section-4 .sub-header {
    font-size: 24px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-4 .sub-content {
    font-size: 20px
}

#section-4 .card-headers {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-4 .card-sub-headers {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: 400;
    font-family: sans-serif
}

#section-4 .hcp-icon {
    position: absolute;
    bottom: -22%;
    right: 62%
}

#section-4 .card {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border-radius: 15px;
    background: #fff0;
    height: 17rem
}

#section-4 .card-headers,
#section-4 .card-sub-headers {
    transition: color 0.1s ease
}

#section-4 .card:hover {
    background: #fa7a4a;
    color: #fff !important;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease
}

#section-4 .card:hover .card-headers,
#section-4 .card:hover .card-sub-headers {
    color: #fff !important
}

#section-4 .card:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

#section-4 .gradient-background .row {
    --bs-gutter-x: 0rem
}

#section-5 .gradient-background {
    background-image: linear-gradient(to right, #ffffff, #00a4f4);
    height: 19rem;
    border-top-right-radius: 12%;
    border-bottom-right-radius: 12%
}

#section-5 .sub-header {
    font-size: 24px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-5 .sub-content {
    font-size: 20px
}

#section-5 .card-headers {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-5 .card-sub-headers {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: 400;
    font-family: sans-serif
}

#section-5 .hcp-icon {
    position: absolute;
    bottom: -23%;
    right: 11%
}

#section-5 .card {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border-radius: 15px;
    background: #fff0;
    height: 17rem
}

#section-5 .card-headers,
#section-5 .card-sub-headers {
    transition: color 0.1s ease
}

#section-5 .card:hover {
    background: #00a4f4;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease
}

#section-5 .card:hover .card-headers,
#section-5 .card:hover .card-sub-headers {
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease
}

#section-5 .card:hover img.network-img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

#section-5 .card:hover img.default-img {
    content: url("/assets/images/Fifth Section/network-maps-hover.svg")
}

#section-6 .gradient-background {
    background-image: linear-gradient(to left, #ffffff, #d26e48);
    height: 19rem
}

#section-6 .sub-header {
    font-size: 24px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-6 .sub-content {
    font-size: 20px
}

#section-6 .card-headers {
    font-size: 20px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    font-family: sans-serif
}

#section-6 .card-sub-headers {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: 400;
    font-family: sans-serif
}

#section-6 .hcp-icon {
    position: absolute;
    bottom: -23%;
    right: 63%
}

#section-6 .fs-2 {
    font-size: 24px;
    font-weight: 600
}

#section-6 .download-btn {
    border: none;
    background: #f96831;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.social-txt {
    font-family: sans-serif
}

#section-6 .image-div {
    position: absolute;
    top: 77%;
    right: 8%;
    font-family: sans-serif
}

#section-6 .card {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    height: 19rem;
    background: #fff0;
    border-radius: 15px
}

#section-6 .products-download {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 4px 15px;
    font-family: sans-serif
}

#section-6 .brochure-section {
    margin-top: 3rem;
    border-radius: 20px
}

#section-6 .card-body,
#section-5 .card-body {
    height: 17vw
}

#section-6 .card-headers,
#section-6 .card-sub-headers {
    transition: color 0.1s ease
}

#section-6 .card:hover {
    background: #fa7a4a;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease
}

#section-6 .card:hover .card-headers,
#section-6 .card:hover .card-sub-headers {
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease
}

#section-6 .card:hover img.default-img {
    content: url(/assets/images/Sixth_Section/Track_hover.svg)
}

#section-6 .card:hover img.track-img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease
}

#section-6 .card:hover img.social-media-img {
    content: url(/assets/images/Sixth_Section/SocialMediaHover.svg)
}

#section-6 .image-div img:hover {
    cursor: pointer
}

.background-image7 {
    background-image: url(../images/Seventh_Section/bg1.svg) !important;
    background-position-y: -112px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e8f0f2
}

.background-image4 {
    background-image: url(../images/Seventh_Section/bg.svg) !important;
    background-size: contain;
    background-position-x: right
}

#section-8 .header {
    font-weight: 600;
    font-size: 28px
}

#section-8 .image-header {
    font-weight: 700;
    font-size: 18px
}

#section-8 .image-info {
    font-weight: 400;
    font-size: 14px;
    color: #535353
}

#section-8 .istock-header {
    font-weight: 700;
    font-size: 30px
}

#section-8 .istock-info {
    font-weight: 400;
    font-size: 20px;
    color: #535353
}

#section-8 .demo-button {
    background-color: #f96831;
    font-weight: 700;
    font-family: 22px;
    border-radius: 15px
}

.shadow {
    position: relative;
    width: 200px;
    height: 12px;
    background: rgb(57 54 54 / 25%);
    border-radius: 50%;
    top: 67px;
    left: 88px;
    transform: translateX(-50%);
    animation: shadow-bounce 2s infinite
}

.bouncing-image {
    width: 28em;
    animation: bounce 2s infinite;
    position: relative;
    top: 90px;
    right: -17px;
}

.frame-img {
    margin-top: -188px;
}

.demo-button:hover {
    background-color: #fff !important;
    color: #f96831 !important;
    border: 1px solid #f96731 !important
}

#section-6 .gradient-background {
    background-image: linear-gradient(to left, #ffffff, #d26e48);
    height: 19rem;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%
}

@media (min-width:768px) {
    .card-headers {
        margin-top: 1rem
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    #section-1 span {
        font-size: 25px
    }
    .main-subheader {
        font-size: 21px
    }
    #section-1 .fs-2 {
        font-size: 20px !important
    }
    #section-1 .fs-6 {
        font-size: 10.5px !important
    }
    .iStock-background {
        background-size: 100vw 73vh
    }
    #section-1 .demo-button {
        font-size: 18px;
        padding: 10px 6px !important
    }
    #section-3 .sub-header {
        font-size: 20px
    }
    #section-3 .sub-content {
        font-size: 19px
    }
    #section-4 .sub-header {
        font-size: 23px
    }
    #section-4 .sub-content {
        font-size: 20px
    }
    #section-4 .hcp-icon {
        right: 53%
    }
    #section-5 .hcp-icon {
        right: 7%
    }
    #section-5 .sub-header {
        font-size: 19px
    }
    #section-5 .sub-content {
        font-size: 19px
    }
    #section-6 .sub-header {
        font-size: 22px
    }
    #section-6 .sub-content {
        font-size: 20px
    }
    #section-6 .hcp-icon {
        right: 52%
    }
    #section-3 .card {
        height: 22rem
    }
    #section-4 .card {
        height: 22rem
    }
    #section-5 .card {
        height: 21rem
    }
    #section-6 .card {
        height: 22rem
    }
    .kon-social h4 {
        font-size: 1.2rem !important
    }
    #section-6 .products-download {
        font-size: .65rem
    }
    #section-6 .image-div {
        right: 2%
    }
    .background-image7 {
        background-position-y: 289px;
        background-color: #e8f0f2
    }
    #section-8 .frame-img {
        margin-bottom: 9rem
    }
    #section-8 .istock-header {
        font-size: 23px
    }
    #section-8 .istock-info {
        font-size: 16px
    }
}

@media (max-width:1023px) and (min-width:768px) and (orientation:portrait) {
    .modal-dialog {
        max-width: 80%
    }
    .iStock-background {
        background-size: 100vw 41vh
    }
    #section-1 span {
        font-size: 22px;
        font-family: sans-serif
    }
    #section-1 .main-subheader {
        font-size: 18px
    }
    #section-1 .fs-2 {
        font-size: 16px !important
    }
    #section-1 .demo-button {
        font-size: 18px;
        padding: 10px 6px !important
    }
    #section-1 .fs-6 {
        font-size: 10px !important
    }
    #section-1 .cards {
        height: 11rem
    }
    #section-1 .konectar-logo-img {
        width: 8rem
    }
    #section-2 .fs-1 {
        font-size: 21px !important
    }
    .gradient-background {
        height: 14rem !important
    }
    #section-3 .sub-header {
        font-size: 18px
    }
    #section-3 .sub-content {
        font-size: 16px
    }
    #section-3 .hcp-icon {
        bottom: -14%;
        right: 10%;
        width: 19rem
    }
    #section-3 .card {
        height: 19rem
    }
    #section-3 .card-headers,
    #section-4 .card-headers,
    #section-5 .card-headers,
    #section-6 .card-headers {
        font-size: 15px
    }
    #section-3 .card-sub-headers,
    #section-4 .card-sub-headers,
    #section-5 .card-sub-headers,
    #section-6 .card-sub-headers {
        font-size: 13px
    }
    #section-4 .hcp-icon {
        width: 19rem;
        bottom: -18%;
        right: 58%
    }
    #section-4 .sub-header {
        font-size: 16px
    }
    #section-4 .sub-content {
        font-size: 14px
    }
    #section-4 .card {
        height: 19rem
    }
    #section-5 .hcp-icon {
        bottom: -12%;
        right: 12%;
        width: 18rem
    }
    #section-5 .sub-content {
        font-size: 16px
    }
    #section-5 .sub-header {
        font-size: 17px
    }
    #section-5 .card {
        height: 19rem
    }
    #section-6 .sub-header {
        font-size: 17px
    }
    #section-6 .sub-content {
        font-size: 16px
    }
    #section-6 .hcp-icon {
        bottom: -20%;
        right: 59%;
        width: 20rem
    }
    #section-6 .card {
        height: 19rem
    }
    .kon-social h4 {
        font-size: .79rem
    }
    #section-6 .image-div {
        position: absolute;
        top: 80%;
        right: 4%;
        font-family: sans-serif
    }
    .image-div img {
        width: 60%
    }
    #section-6 .products-download {
        font-size: .87rem
    }
    #section-8 .header {
        font-weight: 600;
        font-size: 17px
    }
    #section-8 .background-image7 {
        background-image: url(../images/Seventh_Section/bg1.svg) !important;
        background-position-y: 422px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #e8f0f2
    }
    #section-8 .image-header {
        font-weight: 700;
        font-size: 13px
    }
    #section-8 .istock-header {
        font-weight: 700;
        font-size: 21px
    }
    #section-8 .istock-info {
        font-weight: 400;
        font-size: 14px;
        color: #535353
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .bouncing-image {
        width: 50%
    }
}

@media (min-width:767px) and (max-width:900px) and (orientation:landscape) {
    
    #section-1 span {
        font-size: 21px;
        font-family: "asap";
        font-weight: 500
    }
    #section-1 .sub-header {
        font-size: 22px
    }
    #section-6 .image-div img {
        width: 55%
    }
    .iStock-background .kon_logo_img img {
        width: 28%
    }
    .main-subheader {
        font-size: 15px
    }
    .iStock-background {
        background-size: 96vw 110vh
    }
    #section-1 .cards {
        height: 11rem
    }
    #section-1 .fs-2 {
        font-size: 15px !important
    }
    #section-2 .fs-1 {
        font-size: 17px !important
    }
    #section-3 .sub-header {
        font-size: 10px
    }
    #section-3 .sub-content {
        font-size: 10px
    }
    #section-3 .hcp-icon {
        width: 33%
    }
    .gradient-background {
        height: 12rem
    }
    #section-3 .hcp-icon {
        position: absolute;
        bottom: -15%;
        right: 15%
    }
    #section-3 .sub-header {
        font-size: 18px
    }
    #section-3 .sub-content {
        font-size: 15px
    }
    #section-3 .card-headers {
        font-size: 18px
    }
    #section-3 .card-sub-headers {
        font-size: 14px
    }
    #section-4 .sub-header {
        font-size: 12px
    }
    #section-4 .gradient-background {
        height: 14rem !important
    }
    #section-4 .hcp-icon {
        width: 36%
    }
    #section-4 .sub-header {
        font-size: 18px
    }
    #section-4 .sub-content {
        font-size: 16px
    }
    #section-4 .hcp-icon {
        position: absolute;
        bottom: -14%;
        right: 57%
    }
    #section-4 .card-headers {
        font-size: 18px
    }
    #section-4 .card-sub-headers {
        font-size: 14px
    }
    #section-5 .sub-header {
        font-size: 10px
    }
    #section-5 .sub-content {
        font-size: 10px
    }
    #section-5 .hcp-icon {
        width: 33%
    }
    #section-5 .sub-header {
        font-size: 18px
    }
    #section-5 .sub-content {
        font-size: 16px
    }
    #section-5 .gradient-background {
        height: 14rem !important
    }
    #section-5 .hcp-icon {
        position: absolute;
        bottom: -7%;
        right: 11%
    }
    #section-5 .card-headers {
        font-size: 18px
    }
    #section-5 .card-sub-headers {
        font-size: 14px
    }
    #section-6 .sub-header {
        font-size: 12px
    }
    #section-6 .gradient-background {
        height: 14rem !important
    }
    #section-6 .hcp-icon {
        width: 36%
    }
    #section-6 .sub-header {
        font-size: 18px
    }
    #section-6 .sub-content {
        font-size: 16px
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -14%;
        right: 59%
    }
    #section-6 .card-headers {
        font-size: 18px
    }
    #section-6 .card-sub-headers {
        font-size: 14px
    }
    .kon-social h4 {
        font-size: 0.85rem !important
    }
    #section-6 .products-download {
        font-size: .95rem;
        font-weight: 700;
        padding: 4px 15px;
        font-family: sans-serif
    }
    #section-8 .istock-header {
        font-size: 18px
    }
    #section-6 .image-div {
        position: absolute;
        top: 81%;
        right: 8%;
        font-family: sans-serif
    }
}

@media (max-width:950px) and (max-height: 450px) and (orientation: landscape) {
    .shadow {
    position: relative;
    width: 137px;
    height: 12px;
    background: rgb(57 54 54 / 25%);
    border-radius: 50%;
    top: 23px;
    left: 38px;
    transform: translateX(-50%);
    animation: shadow-bounce 2s infinite;
}
.bouncing-image {
    width: 16em;
    animation: bounce 2s infinite;
    position: relative;
    top: 31px;
    right: -17px;
}
}

@media (max-width:767px) and (orientation:portrait) {
    .iStock-background {
        background-image: url(../images/products/hero-section_mobile.png) !important
    }
    #section-1 span {
        font-size: 21px;
        font-family: "asap";
        font-weight: 500
    }
    #section-1 .main-subheader {
        font-size: 13px;
        font-family: "asap"
    }
    .iStock-background {
        background-size: contain
    }
    .mobile-mt {
        margin-top: 12rem
    }
    .iStock-background .kon_logo_img img {
        width: 28%
    }
    #section-1 .fs-6 {
        font-size: 13px !important;
        line-height: 13px;
        color: #094d87;
        letter-spacing: .2px
    }
    #section-1 .fs-2 {
        font-size: 15px !important;
        color: #084d87
    }
    #section-1 .demo-button {
        font-size: 20px
    }
    .bg-discover {
        background: #fff4f3
    }
    .bg-profile {
        background-color: #fffaf3
    }
    .bg-engage {
        background-color: #f3fdff
    }
    .hero-section-text {
        margin-top: 4rem
    }
    #section-2 .fs-1 {
        font-size: 15px !important
    }
    #section-1 .cards {
        border-radius: 10px;
        height: 8rem;
        box-shadow: 0 4px 4px 1px #00000040;
        margin-top: 11rem
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -2rem;
        margin-left: 15%;
        margin-top: 1rem;
        list-style: disc
    }
    .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 2px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c9ced1;
        border: 0;
        opacity: .5;
        transition: opacity 0.6s ease;
        border-radius: 68px;
        margin-top: -33px
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        margin-top: -15px
    }
    .carousel-indicators .active {
        opacity: 1 !important
    }
    .carousel-inner {
        max-width: none;
        max-height: none !important
    }
    .carousel-inner {
        position: unset;
        width: auto;
        overflow: visible
    }
    #carouselExampleIndicators .carousel-inner {
        overflow: hidden
    }
    #carouselExampleIndicators .carousel-item {
        padding: 10px 10px 10px 10px
    }
    #section-1 .request-demo-button {
        margin-top: 3rem
    }
    #section-3 .hcp-icon {
        width: 64%
    }
    #section-3 .gradient-background {
        background-size: contain;
        background-image: url(../images/products/gradient1.png) !important;
        height: 17rem !important;
        background-repeat: no-repeat;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .gradient-background {
        height: 10rem
    }
    #section-3 .hcp-icon {
        position: absolute;
        bottom: 3%;
        right: 12%
    }
    #section-3 .sub-header {
        font-size: 15px
    }
    #section-3 .sub-content {
        font-size: 15px
    }
    #section-3 .card-headers {
        font-size: 18px
    }
    #section-3 .card-sub-headers {
        font-size: 14px
    }
    #section-3 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-4 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        background-image: url(../images/products/gradient2.png) !important;
        background-repeat: no-repeat;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        margin-bottom: -16px
    }
    #section-4 .sub-header {
        font-size: 15px;
        margin-top: 2rem
    }
    #section-4 .sub-content {
        font-size: 15px
    }
    #section-4 .hcp-icon {
        width: 43%
    }
    #section-4 .hcp-icon {
        position: absolute;
        bottom: -11%;
        right: 54%
    }
    #section-4 .card-headers {
        font-size: 18px
    }
    #section-4 .card-sub-headers {
        font-size: 14px
    }
    #section-4 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-5 .hcp-icon {
        width: 46%
    }
    #section-5 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
        background-image: url(../images/products/gradient3.png);
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }
    #section-5 .hcp-icon {
        position: absolute;
        bottom: -11%;
        right: 3%
    }
    #section-5 .sub-header {
        font-size: 15px
    }
    #section-5 .sub-content {
        font-size: 15px
    }
    #section-5 .card-headers {
        font-size: 18px
    }
    #section-5 .card-sub-headers {
        font-size: 14px
    }
    #section-5 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-6 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        background-image: url(../images/products/gradient4.png);
        background-repeat: no-repeat;
        margin-bottom: 17px
    }
    #section-6 .sub-header {
        font-size: 15px
    }
    #section-6 .sub-content {
        font-size: 15px
    }
    #section-6 .hcp-icon {
        width: 43%
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -8%;
        right: 57%
    }
    #section-6 .card-headers {
        font-size: 18px
    }
    #section-6 .card-sub-headers {
        font-size: 14px
    }
    #section-6 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    .kon-social h4 {
        font-size: .9rem;
        text-align: center
    }
    #section-6 .products-download {
        font-size: .85rem;
        font-weight: 700;
        padding: 4px 15px;
        font-family: sans-serif
    }
    #section-6 .brochure-section {
        margin-top: 3rem;
        border-radius: 20px;
        margin-bottom: 9rem;
        height: 21rem
    }
    #section-6 .image-div {
        top: 0;
        right: 0;
        position: relative;
        margin-top: 2rem
    }
    #section-6 .image-div img {
        width: 90%
    }
    #section-8 .header {
        font-weight: 600;
        font-size: 16px
    }
    #section-8 .image-header {
        font-weight: 700;
        font-size: 15px
    }
    #section-8 .image-info {
        font-weight: 400;
        font-size: 14px;
        color: #535353
    }
    #featuresCarousel .carousel-item {
        width: 80% !important;
        margin-left: 2rem !important
    }
    #section-8 .frame-img {
        margin-bottom: 10px;
        margin-top: -40px
    }
    .bouncing-img {
        width: 55%
    }
    #section-8 .istock-header {
        font-size: 20px
    }
    #section-8 .istock-info {
        font-size: 15px
    }
    .mobile-demo-button {
        margin-bottom: 10px
    }
    #featuresCarousel .carousel-indicators [data-bs-target] {
        margin-top: -15px
    }
    .brochure-image {
        margin-top: 20px
    }
}

@media (max-width:575.98px) and (orientation:portrait) {
    .iStock-background {
        background-image: url(../images/products/hero-section_mobile.png) !important
    }
    #section-1 span {
        font-size: 19px;
        font-family: "asap";
        font-weight: 500
    }
    #section-1 .main-subheader {
        font-size: 13px;
        font-family: "asap"
    }
    .iStock-background {
        background-size: contain
    }
    .mobile-mt {
        margin-top: 12rem
    }
    .iStock-background .kon_logo_img img {
        width: 28%
    }
    #section-1 .fs-6 {
        font-size: 13px !important;
        line-height: 13px;
        color: #094d87;
        letter-spacing: .2px
    }
    #section-1 .fs-2 {
        font-size: 15px !important;
        color: #084d87
    }
    #section-1 .demo-button {
        font-size: 20px
    }
    .bg-discover {
        background: #fff4f3
    }
    .bg-profile {
        background-color: #fffaf3
    }
    .bg-engage {
        background-color: #f3fdff
    }
    .hero-section-text {
        margin-top: 3.5rem
    }
    #section-2 .fs-1 {
        font-size: 15px !important
    }
    #section-1 .cards {
        border-radius: 10px;
        height: 8rem;
        box-shadow: 0 4px 4px 1px #00000040;
        margin-top: 11rem
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -2rem;
        margin-left: 15%;
        margin-top: 1rem;
        list-style: disc
    }
    .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 2px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c9ced1;
        border: 0;
        opacity: .5;
        transition: opacity 0.6s ease;
        border-radius: 68px
    }
    .carousel-indicators .active {
        opacity: 1 !important
    }
    .carousel-inner {
        max-width: none;
        max-height: none !important
    }
    .carousel-inner {
        position: unset;
        width: auto;
        overflow: visible
    }
    #carouselExampleIndicators .carousel-inner {
        overflow: hidden
    }
    #carouselExampleIndicators .carousel-item {
        padding: 10px 10px 10px 10px
    }
    #section-1 .request-demo-button {
        margin-top: 3rem
    }
    #section-3 .hcp-icon {
        width: 64%
    }
    #section-3 .gradient-background {
        background-size: contain;
        background-image: url(../images/products/gradient1.png) !important;
        height: 17rem !important;
        background-repeat: no-repeat;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .gradient-background {
        height: 10rem
    }
    #section-3 .hcp-icon {
        position: absolute;
        bottom: 3%;
        right: 12%
    }
    #section-3 .sub-header {
        font-size: 15px
    }
    #section-3 .sub-content {
        font-size: 15px
    }
    #section-3 .card-headers {
        font-size: 18px
    }
    #section-3 .card-sub-headers {
        font-size: 14px
    }
    #section-3 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-4 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        background-image: url(../images/products/gradient2.png) !important;
        background-repeat: no-repeat;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        margin-bottom: -16px
    }
    #section-4 .sub-header {
        font-size: 15px;
        margin-top: 2rem
    }
    #section-4 .sub-content {
        font-size: 15px
    }
    #section-4 .hcp-icon {
        width: 43%
    }
    #section-4 .hcp-icon {
        position: absolute;
        bottom: -11%;
        right: 54%
    }
    #section-4 .card-headers {
        font-size: 18px
    }
    #section-4 .card-sub-headers {
        font-size: 14px
    }
    #section-4 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-5 .hcp-icon {
        width: 46%
    }
    #section-5 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
        background-image: url(../images/products/gradient3.png);
        background-repeat: no-repeat;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #section-5 .hcp-icon {
        position: absolute;
        bottom: -11%;
        right: 3%
    }
    #section-5 .sub-header {
        font-size: 15px
    }
    #section-5 .sub-content {
        font-size: 15px
    }
    #section-5 .card-headers {
        font-size: 18px
    }
    #section-5 .card-sub-headers {
        font-size: 14px
    }
    #section-5 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    #section-6 .gradient-background {
        background-size: contain;
        height: 17rem !important;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
        background-image: url(../images/products/gradient4.png);
        background-repeat: no-repeat;
        margin-top: -37px;
        margin-bottom: 17px
    }
    #section-6 .sub-header {
        font-size: 15px
    }
    #section-6 .sub-content {
        font-size: 15px
    }
    #section-6 .hcp-icon {
        width: 43%
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -8%;
        right: 57%
    }
    #section-6 .card-headers {
        font-size: 18px
    }
    #section-6 .card-sub-headers {
        font-size: 14px
    }
    #section-6 .card {
        margin-bottom: 13px;
        height: 16rem
    }
    .kon-social h4 {
        font-size: .9rem;
        text-align: center
    }
    #section-6 .products-download {
        font-size: .85rem;
        font-weight: 700;
        padding: 4px 15px;
        font-family: sans-serif
    }
    #section-6 .brochure-section {
        margin-top: 3rem;
        border-radius: 20px;
        margin-bottom: 9rem;
        height: 21rem
    }
    #section-6 .image-div {
        top: 0;
        right: 0;
        position: relative;
        margin-top: 2rem
    }
    #section-6 .image-div img {
        width: 90%
    }
    #section-8 .header {
        font-weight: 600;
        font-size: 16px
    }
    #section-8 .image-header {
        font-weight: 700;
        font-size: 15px
    }
    #section-8 .image-info {
        font-weight: 400;
        font-size: 14px;
        color: #535353
    }
    #featuresCarousel .carousel-item {
        width: 80% !important;
        margin-left: 2rem !important
    }
    #section-8 .frame-img {
        margin-bottom: 10px;
        margin-top: -40px
    }
    .bouncing-img {
        width: 55%
    }
    #section-8 .istock-header {
        font-size: 19px
    }
    #section-8 .istock-info {
        font-size: 15px
    }
    .background-image3 {
        overflow: visible
    }
    #featuresCarousel .bg-white {
        border-radius: 25px;
        margin-left: 1.5rem
    }
    .customer-success-section {
        margin-top: 10px
    }
    #carouselExampleIndicators .carousel-control-next,
    #carouselExampleIndicators .carousel-control-prev {
        top: 165px
    }
}

@media (min-width:320) and (max-width:574px) and (orientation:portrait) {
    #section-1 span {
        font-size: 19px;
        font-family: "asap";
        font-weight: 500;
        text-align: center
    }
}

@media (max-width:575.98px) and (orientation:landscape) {
    #section-6 .image-div img {
        width: 45%
    }
}

@media (min-width:576px) and (max-width:767.98px) and (orientation:landscape) {
    #section-6 .image-div img {
        width: 45%
    }
}

@media (min-width:768px) and (max-width:991.98px) and (orientation:portrait) {
    #section-6 .image-div img {
        width: 45%
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-50px)
    }
}

@keyframes shadow-bounce {
    0%,
    100% {
        transform: scale(1);
        opacity: .5
    }
    50% {
        transform: scale(.7);
        opacity: .3
    }
}

@media (min-width:820px) and (max-width:1200x) and (orientation:portrait) {
    #section-3 .sub-content {
        font-size: 18px
    }
    #section-4 .sub-content {
        font-size: 18px
    }
    #section-5 .sub-content {
        font-size: 18px
    }
    #section-5 .hcp-icon {
        position: absolute;
        bottom: -20%;
        right: 5%
    }
    #section-3 .hcp-icon {
        position: absolute;
        bottom: -24%;
        right: 6%
    }
    .iStock-background {
        background-size: 100vw 44vh !important
    }
}

.brochure-download-section {
    width: 90%
}

.brochure-section {
    border-radius: 20px;
    padding: 20px 30px 20px 30px
}

.brochure-image {
    max-width: 90% !important
}

#featuresCarousel .carousel-item>div {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (max-width:1200x) and (min-width:800px) and (orientation:portrait) {
    #section-4 .hcp-icon {
        width: 19rem;
        bottom: -15% !important;
        right: 66% !important
    }
}

@media (min-width:1024px) and (max-width:1200px) and (orientation:portrait) {
    .modal-dialog {
        max-width: 80%
    }
    .iStock-background {
        background-size: 100vw 34vh
    }
    #section-1 span {
        font-size: 22px;
        font-family: sans-serif
    }
    #section-1 .main-subheader {
        font-size: 18px
    }
    #section-1 .fs-2 {
        font-size: 16px !important
    }
    #section-1 .demo-button {
        font-size: 18px;
        padding: 10px 6px !important
    }
    #section-1 .fs-6 {
        font-size: 10px !important
    }
    #section-1 .cards {
        height: 11rem
    }
    #section-1 .konectar-logo-img {
        width: 8rem
    }
    #section-2 .fs-1 {
        font-size: 21px !important
    }
    .gradient-background {
        height: 14rem !important
    }
    #section-3 .sub-header {
        font-size: 23px
    }
    #section-3 .sub-content {
        font-size: 17px
    }
    #section-3 .hcp-icon {
        bottom: -14%;
        right: 10%;
        width: 19rem
    }
    #section-3 .card {
        height: 19rem
    }
    #section-3 .card-headers,
    #section-4 .card-headers,
    #section-5 .card-headers,
    #section-6 .card-headers {
        font-size: 15px
    }
    #section-3 .card-sub-headers,
    #section-4 .card-sub-headers,
    #section-5 .card-sub-headers,
    #section-6 .card-sub-headers {
        font-size: 13px
    }
    #section-4 .hcp-icon {
        width: 19rem;
        bottom: -18%;
        right: 67%
    }
    #section-4 .sub-header {
        font-size: 23px
    }
    #section-4 .sub-content {
        font-size: 17px
    }
    #section-4 .card {
        height: 19rem
    }
    #section-5 .hcp-icon {
        bottom: -12%;
        right: 9%;
        width: 18rem
    }
    #section-5 .sub-content {
        font-size: 17px
    }
    #section-5 .sub-header {
        font-size: 23px
    }
    #section-5 .card {
        height: 19rem
    }
    #section-6 .sub-header {
        font-size: 23px
    }
    #section-6 .sub-content {
        font-size: 17px
    }
    #section-6 .hcp-icon {
        bottom: -20%;
        right: 64%;
        width: 20rem
    }
    #section-6 .card {
        height: 19rem
    }
    .kon-social h4 {
        font-size: 1rem
    }
    #section-6 .image-div {
        position: absolute;
        top: 80%;
        right: 4%;
        font-family: sans-serif
    }
    .image-div img {
        width: 60%
    }
    #section-6 .products-download {
        font-size: .87rem
    }
    #section-8 .header {
        font-weight: 600;
        font-size: 17px
    }
    #section-8 .background-image7 {
        background-image: url(../images/Seventh_Section/bg1.svg) !important;
        background-position-y: 422px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #e8f0f2
    }
    #section-8 .image-header {
        font-weight: 700;
        font-size: 13px
    }
    #section-8 .istock-header {
        font-weight: 700;
        font-size: 21px
    }
    #section-8 .istock-info {
        font-weight: 400;
        font-size: 14px;
        color: #535353
    }
}

@media (min-width:900px) and (orientation:portrait) {
    .iStock-background {
        background-size: 100vw 33vh
    }
}

@media (min-width:1350px) {
    .iStock-background {
        background-size: 100vw 57vh
    }
}

@media (min-width:1400px) {
    .iStock-background {
        background-size: 100vw 64vh
    }
}

@media (min-width:1400px) {
    .iStock-background {
        background-size: 100vw 83vh
    }
}

@media (min-width:1450px) {
    .iStock-background {
        background-size: 100vw 76vh
    }
}

@media (min-width:1600px) {
    .iStock-background {
        background-size: 100vw 70vh
    }
}

@media (min-width:1700px) {
    .iStock-background {
        background-size: 100vw 68vh
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -23%;
        right: 66%
    }
}

@media (min-width:1800px) {
    .iStock-background {
        background-size: 100vw 54vh
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -23%;
        right: 67%
    }
}

@media (min-width:1850px) {
    .iStock-background {
        background-size: 100vw 70vh
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -23%;
        right: 67%
    }
}

@media (min-width:1900px) {
    .iStock-background {
        background-size: 100vw 67vh
    }
    #section-6 .hcp-icon {
        position: absolute;
        bottom: -23%;
        right: 67%
    }
}

@media (min-width:2500px) {
    .iStock-background {
        background-size: 100vw 46vh
    }
}

@media (max-width:1100px) and (orientation:portrait) {
    .animation-description {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
    .cards-desc-section {
        padding-top: 1.5rem !important
    }
    .bouncing-image {
        width: 50%;
        top: 30px;
        right: 28px
    }
    .shadow {
        top: 22px;
        left: 0%
    }
}

@media (min-width:1100px) and (max-width:1250px) and (orientation:landscape) {
    #section-3 .card {
        height: 20rem;
    }
        #section-4 .card {
        height: 20rem;
    }

        #section-5 .card {
        height: 20rem;
    }
        #section-6 .card {
        height: 20rem;
    }
    .bouncing-image {
    width: 29em;
    animation: bounce 2s infinite;
    position: relative;
    top: 90px;
    right: 35px;
}
.shadow {
    position: relative;
    width: 200px;
    height: 12px;
    background: rgb(57 54 54 / 25%);
    border-radius: 50%;
    top: 67px;
    left: 30px;
    transform: translateX(-50%);
    animation: shadow-bounce 2s infinite;
}

}