﻿
.realSite {
    background-color: #354154;
    width: 260px;
    height: 54px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 54px;
}

.realSite a {
    color: #ffffff;
}

.realSite a:hover, .realSite a:focus {
    color: #ffffff;
}

.ProductsTop {
    background-size: cover;
    height: 670px;
}


.rlatedTopLogo {
    width: 240px;
    height: 200px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding-top: 25px;
    margin-left: 6%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 10px;
}

.relatedProductTop .container {
    position: relative;
    top: -22px;
    text-align: -webkit-left;
}

.circleLogo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    line-height: 120px;
    background-color: #19323f;
    margin: 0 auto;
}

.reletedLogoName {
    color: #19323f;
    font-size: 30px;
    font-family: 'Assistant-Bold';
}

.ProductsTopText > div {
    display: block;
    color: #ffffff;
}

.prodName {
    font-size: 33px;
    font-family: 'Assistant-Bold';
    margin-top: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.prodLine {
    width: 260px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.prodTitle {
    font-size: 40px;
    padding-bottom: 10px;
    color: #ffffff;
}

.prodDesc {
    font-size: 22px;
    color: #ffffff;
}

.MoreProducts {
    background: linear-gradient(to right, #127f94, #19b6c3);
}

.MoreProductsHead {
    font-size: 18px;
    font-family: 'Assistant-Bold';
    text-align: right;
    line-height: 0.1em;
    margin-bottom: 30px;
}

.MoreProductsHead span {
    color: #ffffff;
    margin-right: 100px;
}

.moreProdLogo {
    /*padding-top: 30px;*/
}

.moreProdLogoName {
    color: #ffffff;
    font-size: 22px;
    margin-top: 10px !important;
}

.moreProdList ul {
    list-style-type: none;
    display: flex;
    width: 50%;
}

.moreProdList ul li {
    margin-right: 40px;
}

.moreProdList ul li:hover {
    color: #19323f;
}

.MoreProductsBody {
    color: #ffffff;
}

.moreProdList a {
    color: #ffffff;
}

.moreProdList em {
    font-size: 40px;
}

.moreProdList .name {
    font-size: 22px;
    margin-top: 10px;
}

.moreProdList .desc {
    font-size: 16px;
}

.ProductsInfo {
    background-color: #d2d6d8;
    padding-bottom: 50px;
}

.goToCalcs {
    color: #354154;
    text-decoration: underline !important;
    font-size: 20px;
}

.ProductsInfo .title {
    font-size: 40px;
    font-family: 'Assistant-Bold';
    color: #354154;
    margin-bottom: 10px;
}

.ProductsInfo .brief {
    font-size: 20px;
    color: #19323f;
}

.ProductsInfo .menu {
    margin-top: 60px;
    display: flex;
}

.ProductsInfo .menu .main {
    color: #18313e;
    font-size: 20px;
    font-family: 'Assistant-Bold';
}

.ProductsInfo .menu .main {
    border-right: 1px solid #8e8e8e;
    padding: 0;
}

.ProductsInfo .menu .main a {
    color: inherit;
}

.ProductsInfo .menu .main li {
    margin-bottom: 20px;
}

.ProductsInfo .menu .main li div {
    position: relative;
    top: 10px;
    padding-right: 30px;
}

.ProductsInfo .menu .main li em {
    display: none;
}

.activeItem {
    margin-right: -2px;
    color: #07bac8;
}

.activeItem div {
    border-right: 4px solid #07bac8;
}

.activeItem em {
    display: block !important;
    position: absolute;
    left: -2px;
    /*top: 34px;*/
    font-size: 50px;
    color: #ffffff;
}

.contactProductContainer {
    background-color: #cedbe1;
    padding-bottom: 10px;
}

.contactProduct .text {
    font-size: 18px;
    color: #354154;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contactProductForm {
    display: inline-flex;
    margin-bottom: 10px;
}

.contactProductForm input {
    margin: 10px;
}

.contactProductForm input[type="text"] {
    padding: 10px;
    width: 226px;
    height: 54px;
    border: 1px solid #cfcfcf;
    border-radius: 27px;
    color: #19323f;
    font-size: 18px;
}

.contactProductForm input:focus {
    outline: none;
}

#contactProductSubmit {
    font-size: 18px;
    height: 54px;
    width: 150px;
    color: #ffffff;
    background-color: #07bac8;
    border: none;
    border-radius: 27px;
}

#contactProductSubmit:hover {
    color: #07bac8;
    background-color: #ffffff;
    border: 2px solid;
}

.menu .tab-content {
    width: 916px;
    height: 329px;
    box-shadow: 0.763px 3.927px 10px rgba(16,102,109,0.2);
}

.menu .tab-content .tab-pane {
    height: 100%;
}

.tab-pane .logo {
    color: #313745;
    font-size: 20px;
    font-family: 'Assistant-Bold';
    height: 100%;
    display: inline-block;
    width: 25%;
    background: #ffffff;
    padding-top: 80px;
}

.tab-pane .prodfeatures {
    background-color: #07b9c7;
    color: #ffffff;
    font-size: 18px;
    width: 75%;
    float: left;
    height: 100%;
    padding-top: 20px;
}

/*.tab-pane .prodfeatures ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }*/

.tab-pane .prodfeatures li {
    padding: 10px;
    border-bottom: 1px solid #1fd1df;
    height: 55px;
    width: 299px;
    line-height: normal;
    display: inline-flex;
}

.tab-pane .prodfeatures li div {
    margin-right: 30px;
}

.tab-pane .prodfeatures li em {
    position: absolute;
}

.noborder {
    border-bottom: none !important;
}

.logoCircle {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: #ed972e;
    border: 2px solid #ffffff;
    margin: 0 auto;
    color: #ffffff;
}

.logoCircle em {
    transform: rotate(135deg);
    font-size: 37px;
    line-height: 98px;
}

.logoCircleName {
    margin-top: 10px;
}

.clientCheck {
    padding-top: 24px;
    font-size: 18px;
    color: #354154;
    font-family: 'Assistant-Bold';
}

.clientCheck span {
    position: relative;
    top: 25px;
    left: 60px;
    font-size: 14px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    visibility: hidden;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    bottom: 15px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #07b9c7;
    position: absolute;
    top: 8px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ProductsTools .head {
    font-size: 40px;
    color: #354154;
    font-family: 'Assistant-Bold';
    margin-top: 85px;
}

.ProductsTools img {
    height: 100px;
    margin-bottom: 10px;
}

.toolsDesc {
    font-size: 20px;
    color: #354154;
    display: block;
    margin: 0 auto;
}

.ProductsVideo {
    background-image: url(../../img/webp/prodVid.webp);
    background-size: cover;
    height: 1080px;
    background-position: center;
    margin-top: 40px;
    cursor: pointer;
}

.ProductsVideo .head {
    font-size: 40px;
    color: #354154;
    font-family: 'Assistant-Bold';
    padding-top: 70px;
}

.playButton {
    font-size: 20px;
    color: #f6f7fa;
    font-family: 'Assistant-Bold';
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    position: relative;
    top: 160px;
}

.playButton em {
    display: block;
    font-size: 130px;
}

.videoContainer {
    display: none;
    position: fixed;
    right: 27%;
    top: 30%;
    z-index: 10000;
}

.closeVideo {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    margin-right: -50px;
    margin-top: -50px;
    cursor: pointer;
}

.closeVideo:hover {
    color: #ffffff;
}

.courtProdElements {
    background-color: #07b9c7;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    padding-top: 20px;
    margin-top: 60px;
}

.courtProdElements li {
    padding: 10px;
    /*border-bottom: 1px solid #1fd1df;*/
    width: 48%;
    line-height: normal;
    display: inline-flex;
    cursor: pointer;
}

.courtProdElements li em {
    cursor: pointer;
    position: relative;
    right: -8px;
    top: 8px;
}

.courtProdElements .elemtitle {
    font-size: 22px;
}

.courtProdElements .elemdesc {
    display: none;
}


.toggleAll {
    text-align: left;
}

.toggleAll input {
    font-size: 18px;
    height: 54px;
    width: 150px;
    color: #ffffff;
    background-color: #07bac8;
    border: none;
    border-radius: 27px;
    text-align: center;
}

.toggleAll input:hover {
    color: #07bac8;
    background-color: #ffffff;
    border: 2px solid;
}

.demoLink {
    color: #354154;
    text-decoration: underline;
}

.demoLink:hover {
    color: #07bac8;
    text-decoration: underline !important;
}


/*related products*/
.relatedProductTop {
    background-size: cover;
    height: 375px;
}

.relatedProductData {
    width: 820px;
    padding-left: 30px;
}

.relatedProductForm {
    height: 500px;
    width: 325px;
    background-color: #ededeb;
    text-align: center;
    padding-top: 25px;
}

.relatedProductData .ptitle {
    font-size: 40px;
    color: #19323f;
    border-bottom: 1px solid #07b9c7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    line-height: normal;
}

.relatedProductData .subHead {
    font-size: 24px;
    color: #19323f;
}

.relatedProductBody {
    display: flex;
}

.relatedProductData .includes {
    font-size: 20px;
    color: #19323f;
}

.relatedProductData .includes ul {
    padding-inline-start: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.relatedProductData .includes ul li {
    display: flex;
}

.relatedProductData .includes ul li em {
    color: #07b9c7;
    font-size: 10px;
}

.textDiv {
    display: inline-block;
    padding-top: 3px;
    padding-right: 10px;
}

.emDiv {
    display: inline-block;
}

.relatedProductData .includes ul li span {
    padding-right: 25px;
}

.relatedProductForm .contactProductForm {
    display: block;
}

.relatedProductForm .headers {
    font-size: 20px;
    color: #19323f;
    display: block;
}

.relatedProductForm .clientCheck {
    margin-bottom: 25px;
    padding-top: 10px;
}

.relatedProductForm .addisok {
    width: 73%;
}

.relatedProductForm #contactProductSubmit {
    width: 226px;
    margin-top: 5px;
}

@media only screen and (min-width : 100px) and (max-width : 768px) {

    .prodDesc {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactProductForm input {
        margin: 5px;
    }

    .contactProduct .text {
        margin: 5px;
    }

    .MoreProductsBody a {
        width: 49%;
        display: inline-block;
    }

    .ProductsTop {
        height: auto !important;
    }

    .ProductsVideo .head {
        padding-top: 0 !important;
    }

    .videoContainer {
        display: none;
        right: 8%;
        top: 30%;
    }

    .courtProdElements li {
        width: 100%;
    }

    #ProVideo {
        width: 100% !important;
        height: 100% !important;
    }

    .closeVideo {
        margin-right: -20px;
    }

    .moreProdList ul {
        list-style-type: none;
        display: block;
        width: 100%;
        padding: 0;
    }

    .moreProdList ul li {
        margin-right: 0;
    }

    .moreProdList {
        border-left: none;
        border-top: 1px solid;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .moreProdLogo {
        margin-bottom: 60px;
    }

    .MoreProductsHead span {
        margin-right: 0;
    }

    .MoreProductsHead {
        border-bottom: none;
        text-align: center;
        line-height: normal;
    }

    .prodName {
        margin-left: 10%;
        margin-right: 10%;
    }

    .ProductsInfo .menu {
        display: inline-block;
    }

    .contactProductForm {
        display: block;
    }

    #contactProductSubmit {
        margin-top: 40px;
    }

    .menu .tab-content {
        width: 100%;
    }

    .ProductsInfo .menu .main li em {
        display: none !important;
    }

    .tab-pane .logo {
        display: block;
        width: 100%;
        padding-top: 10px;
        height: auto;
    }

    .tab-pane .prodfeatures {
        display: block;
        width: 100%;
        height: auto;
    }

    /*.tab-pane .prodfeatures ul {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }*/

    .ProductsInfo .menu {
        display: block;
    }

    .tab-pane .prodfeatures li {
        border: none !important;
        height: auto;
    }

    .ProductsVideo {
        height: 300px;
        margin-top: 0 !important;
    }

    /*related products*/
    .relatedProductBody {
        display: block;
    }

    .relatedProductTop {
        height: 185px !important;
    }

    .rlatedTopLogo {
        width: 40%;
        height: 155px;
    }

    .circleLogo {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

    .circleLogo img {
        width: 35px;
        height: 56px;
    }

    .reletedLogoName {
        font-size: 22px !important;
    }

    .relatedProductData .ptitle {
        font-size: 30px !important;
    }

    .relatedProductData .subHead {
        font-size: 20px !important;
    }

    .relatedProductData .includes {
        font-size: 17px !important;
    }

    .relatedProductForm {
        width: 100%;
        margin-right: 0;
    }

    .relatedProductData {
        width: 100%;
        padding-left: 0;
    }

    .netoImgFix {
        width: 60px !important;
    }
}

/* Loading bar replacement styles */
#loadingBarReplace {
    text-align: center;
    padding: 15px;
}

.loading-text {
    color: #007bff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Assistant-Bold', Arial, sans-serif;
}

.progress-container {
    width: 250px;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 4px;
    width: 0%;
    animation: loading-progress 3s ease-in-out infinite;
}

@keyframes loading-progress {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}