
/* colors
#4b4e50
#F3F3F3
#0076a3
#589d29


*/


html{
    font-size: 24px;
}
body{
    font-family:'Calibri W01 Light';
    font-family:'Calibri W01 Regular_904604';
    color: #4b4e50;
}
h2{
    font-size: 1.25rem; /* 30/24 */

}
p{
    font-size: 0.85rem
}
a{
    color: unset;
}
a:hover{
    opacity: 0.5;
    color: unset;
    text-decoration: none;
}
ul, ol {
    margin: 0 0 1.5em 0.3em!important;
}
button:focus {
    outline: 0;
    outline: 0;
}
:focus {
    outline: 0px;
}
.container{
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#acp-toggle-toolbar{
    background-color: #589d29;
    border: 2px solid white;
    top: 95px;
}

/*********************Header**********************/
.site-header{
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    left: 0;
    right: 0;
    z-index: 500;
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 10px;;
    transition: 0.7s;
}
.site-headerSCROLL{
    background-color: rgba(255,255,255,0.95);
}
.site-headerSCROLL .header-content{
    padding: 15px 0;
    transition: 0.7s;
}
.site-headerSCROLL img{
    width: 50%;
    padding-top: 10px;
    transition: 0.7s;
}
.menu-item{
    padding: 0 15px;
}
.hamburger{
    display: none!important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color: #0076a3!important;
}
.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent!important;
}
.main-navigation {
    text-align: right;
    display: flex!important;
    flex-direction: column;
    align-items: flex-end;
}
.top-pic{
    margin-top: 140px;
}
/*********************top image**********************/
.top-pic{
    height: 562px;
    background-position: center;
}
.text-on-image{
    margin: 0 auto;
    max-width: 500px;
    padding-top: 70px;
}
.text-on-image p{
    font-size: 1.2rem; /* 35/24 */
    color: #fff;
    line-height: 1.9rem;
}
/*********************ABOUT**********************/
.announcement {
    background-color: #F3F3F3;
    padding: 25px 0;
}
.announcement-inner{
    display: flex;
    align-items: center;
}
.announcement-logo{
    max-width: 270px;
    margin-right: 50px;
}
.announcement-text {
    color: #589d29;
    text-transform: uppercase;
    font-family: 'Calibri W01 Regular_904604';
}
.announcement-text p{
    font-size: 1.1rem;
    margin-bottom: 1.1em;
}

/*********************ABOUT**********************/

.about-blue-text p{
    color: #0076a3;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0;
}
.read-more{
    background-color: rgba(0,118,163,1);
    color:#fff;
    text-align: right;
    padding: 3px 10px;
    border-radius: 10px;
    align-self: flex-end;
    max-width: 110px;
    cursor: pointer;
    border: 1px solid #0076a3;
}
.read-more:hover{
    background-color: rgba(0,118,163,0);
    transition: 0.5s;
    color: #0076a3;
    border: 1px solid #0076a3;
}
.read-more p{
    margin: 0;
    font-size: 0.833rem; /* 20/24 */

}
.about-text-inner{
    display: flex;
    flex-direction: column;
}
.about-more-text {
    display: none;
}
.about-buttons{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.close-about{
    display: none;
    background-color: rgba(0,118,163,0);
    color: #0076a3;
}
/*********************ICONS**********************/
.icon-section{
    min-height: 335px;
    margin-top: 30px;
    background-position: center;
    display: flex;
    align-items: center;
}
.icon-repeater{
    display: flex;
    height: 270px;
}
.one-icon{
    padding: 0 35px;
    width: 50%;
    text-align: center;
    border-right: 1px solid #fff;
}
.one-icon:last-child{
    border-right: 0;
}
.iconImage {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}
.iconText{
    color: #fff;
    font-size: 1rem; /* 24/24 */
    line-height: 1.1rem;
}
.twoHolder{
    display: flex;
    width: 50%;
}
.twoHolder:first-child .one-icon:last-child {
    border-right: 1px solid #fff;
}

/*********************TECHNOLOGY**********************/

.tech-850{
    display: none;
}
.visible-area-tech{
    padding: 55px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.two-tech{
    display: flex;
    width: 77%;
}
.a-technology{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.technology-title{
    text-transform: uppercase;
    color: #0076a3;
    width: 23%;
}
.technology-sub-title{
    max-width: 215px;
}
.first-technology{
    padding-right: 55px;

}
.second-technology{
    border-left: 1px solid #acacac;
    padding-left: 30px;
}
.a-technology .read-more{
    align-self: center;
    margin-left: 45px;
}
.technology-hidden-text{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.technology-hidden-text p{
    width: 77%;
    margin-top: 0;
}
.technology-hidden-text-upper{
    display: none;
}
.arrow-tech {
    width: 30px;
    display: none;
}
.arrow-tech .cls-1 {
    fill: #0076a3;
}
.close-tech{
    background-color: rgba(0,118,163,0);
    color:#0076a3;
    text-align: center;
    padding: 3px 10px;
    border-radius: 10px;
    align-self: flex-end;
    max-width: 110px;
    cursor: pointer;
    border: 1px solid #0076a3;
}
.close-tech:hover{
background-color: rgba(0,118,163,0);
transition: 0.5s;
color: #0076a3;
border: 1px solid #0076a3;
}
.close-tech p{
margin: 0;
font-size: 0.833rem; /* 20/24 */
}
.close-tech-upper {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}
/*********************JOIN US**********************/
.join-section{
    background-position: center;
    height: 568PX;
    padding: 30px;

}
.join-sec-inner{
    display: flex;
}
.join-title{
    text-transform: uppercase;
    color: #fff;
    margin-left: 25px;
}
.join-title-small{
    font-size: 1.333rem; /* 32/24 */
}
.join-title-big{
    font-size: 2.417rem; /* 58/24 */
    margin-top: -20px;
}
.join-bullets{
    color: #fff;
}
.a-bullet{
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.3rem;
    margin-left: 25px;
}
.blue-bullet{
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    border-radius: 3px;
    background-color: #0076a3;
    margin-right: 15px;
    margin-top: 5px;
}
.bullet-text p{
    margin: 0;
    padding: 0;
    line-height: 1.1rem;
    padding-bottom: 10px;

}
.join-button{
    background-color: #0076a3;
    color: #fff;
    border: 1px solid #fff;
    text-align: right;
    padding: 3px 10px;
    border-radius: 10px;
    max-width: 115px;
    margin-left: 45px;
    margin-top: 30px;
    cursor: pointer;
}
.join-button p{
    margin: 0;
    font-size: 1.333rem;  /* 32/24 */
}
.join-pics{
    padding-top: 50px;
}
/*********************CONTACT FORM**********************/
.contact-form-pop-up{
    position: fixed;
    background-color: #0076a3;
    background-image: url(../images/pop-up-bg.jpg);
    width: 640px;
    min-height: 480px;
    border-radius: 20px;
    border: 3px solid #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    left: 0;
    right: 0;
    top: -15%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.contact-form-pop-up.open-pop-up{
    z-index: 400;
    top: 11%;
    opacity: 1;
    transition: 0.5s;
}
.close-pop-up {
    align-self: flex-end;
    margin-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    padding: 0 10px;

}
.close-pop-up p{
    font-size: 0.7rem;
    color: #fff;
    margin-top: 0;
    margin-bottom:0;


}
.pop-up-title{
    font-size: 1.75rem; /* 42/24 */
    color: #fff;
}
.pop-up-title p{
    margin-bottom: 0;
    margin-top: 0;
}
div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}
input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control  {
    height: 24px;
    width: 414px!important;
    margin-left: 17px;
    border-radius: 8px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height: 70px;
    max-width: 414px;
    margin-left: 17px;
    border-radius: 8px;
}
.wpcf7 p label{
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #fff;
}

.wpcf7 input[type="button"],.wpcf7 input[type="reset"], .wpcf7 input[type="submit"] {
    text-transform: uppercase;
    background: #589d29!important;
    color: #fff!important;
    border-radius: 8px!important;
    padding: 9px 20px 25px;
    max-height: 30px;
    width: 80px!important;
}
.wpcf7 p{
    text-align: right;
    margin-bottom: 17px;
}
.wpcf7 p:last-of-type{
    display: flex;
    flex-direction: row-reverse;
}
.wpcf7 body, .wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 optgroup, .wpcf7 textarea{
    font-size: 0.7rem;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    margin: 0 0 -22px 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #589d29;
    max-width: 414px;
    font-size: 0.64rem;
    color: #fff;
    float: right;
    margin-right: 0;
    border-radius: 10px;
    margin: 5px 0 40px;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    border-radius: 10px;
    color: #398f14;
    font-size: 0.8rem;
    background-color: #fff;
    WIDTH: 100%;
    MARGIN: 0.2em 0 1em;
    padding: 2px 0;
    text-transform: uppercase;
}
/*********************TECHNOLOGY**********************/
.products-section{
    padding: 55px 0 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.a-products{
    width: 38.5%;
    display: flex;
    justify-content: flex-end;
}
.products-title{
    text-transform: uppercase;
    color: #0076a3;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.products-sub-title{
    max-width: 215px;
    display: flex;
    align-items: center;
}
.first-products{
    padding-right: 55px;
}
.second-products{
    border-left: 1px solid #acacac;
}
.a-products .read-more{
    align-self: center;
    margin-left: 45px;
}
.a-products p{
    margin: 0;
}

/*********************COMPANIES**********************/
.companies-1000{
    display: none;
}
.colorful-line{
    height: 8px;
    background-image: url(../images/SE-CURE_colorful_line.png);
    background-position: center;
    transform: rotate(180deg);
}
.all-logos{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    /* padding: 60px 0 40px 0; */
    position: relative;
}
.a-logo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50%;
    width: 50%;
    padding: 60px 15px 40px;

}
.seperator::after{
    content: "";
    background-color: #acacac;
    height: 70%;
    width: 1px;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 15%;
}
.logo-image{
    min-width: 100%;
    text-align: center;
}
.all-logos .read-more{
    align-self: center;
    margin-top: 40px;
}
.company-description {
    text-align: center;
    font-size: 21px;
    line-height: 1.2rem;
    padding-top: 50px;
}
.company-hidden-text{
    font-size: 0.792rem;    /* 19/24 */
}
.company-hidden-text-upper{
    background-color: #f3f3f3;
    color: #0076a3;
    padding-top: 10px;
    padding-bottom: 20px;
}
.company-hidden-text-upper p{
    font-size: 1.5rem; /* 36/24 */
    margin-bottom: 0;
}
.brizo-hidden{
    display: none;
}
.fermarelle-hidden{
    display: none;
}
.fermarelle-close{
    display: none;
}
.brizo-close{
    display: none;
}
.company-read-more{
    background-color:#fff;
    color:rgba(0,118,163,1);
    text-align: right;
    padding: 3px 10px;
    border-radius: 10px;
    align-self: flex-end;
    max-width: 110px;
    cursor: pointer;
    border: 1px solid #0076a3;
    margin: 0 auto;
    margin-top: 15px;
}
.company-read-more:hover{
    background-color: rgba(0,118,163,0);
    transition: 0.5s;
    color: #0076a3;
    border: 1px solid #0076a3;
}
.company-read-more p{
    margin: 0;
    font-size: 0.833rem; /* 20/24 */

}
.company-close{
    color: #0076a3;
    padding: 3px 10px;
    border-radius: 10px;
    text-align: center;
    align-self: flex-end;
    max-width: 110px;
    cursor: pointer;
    border: 1px solid #0076a3;
    margin: 0 auto;
    margin-top: 15px;
}
.company-close p{
    margin: 0;
    font-size: 0.833rem; /* 20/24 */
}
.fermarelle-opened{
    background-color: #F3F3F3;
}
.brizo-opened{
    background-color: #F3F3F3;
}
.brizo-hidden svg#Layer_1{
    width: 27px;
    margin-left: 74%;
}
.brizo-hidden polygon.cls-1{
    fill: #0076a3;
}
.fermarelle-hidden svg#Layer_1{
    width: 27px;
    margin-left: 24%;
}
.fermarelle-hidden polygon.cls-1{
    fill: #8e1c64;
}

.close-logo-upper {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}
.companies-desk, .companies-1000 {
    position:relative;
}
.stamp-fermarelle{
    position: absolute;
    top: 335px;
    left: 0;
    z-index: 5;
}

/*********************PIPELINE**********************/
.pipeline-section{
    padding: 55px 0px;
    margin: 0 auto;
    max-width: 1200px;
}
.pipeline-1200{
    display: none;
}
.pipeline-title{
    text-transform: uppercase;
    color: #0076a3;
    text-align: center;
    font-size: 1.5rem; /* 36/24 */
    padding-bottom: 20px;
}
.pipeline-bottom{
    display: flex;
    justify-content: space-around;
}
.pipeline-bottom .read-more{
    background-color: rgba(0,118,163,0);
    transition: 0.5s;
    color: #589d29;
    border: 1px solid #589d29;
}
.pipeline-bottom .read-more:hover{
    background-color: #589d29;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #589d29;
}
.close-dental p ,.close-burn p {
    margin: 0;
    font-size: 0.833rem; /* 20/24 */
}
.close-dental,.close-burn{
    background-color: rgba(0,118,163,0);
    transition: 0.5s;
    color: #589d29;
    border: 1px solid #589d29;
    text-align: center;
    padding: 3px 10px;
    border-radius: 10px;
    align-self: flex-end;
    max-width: 110px;
    cursor: pointer;
    display: none;
}
.close-dental:hover,.close-burn:hover{
    background-color: #589d29;
    transition: 0.5s;
    color: #fff;
    border: 1px solid #589d29;
}
.pipeline-top {
    display: flex;
    justify-content: center;
}
.a-pipeline-product{
    display: flex;
    background-image: url(../images/pipeline-icon-background.png);
    width: 600px;
    height: 123px;
    align-items: center;
    margin-bottom: 35PX;
    border-radius: 27px;
}
.pipeline-product-icon{
    padding: 0 25px;
    width: 120px;
}
.pipeline-product-title p{
    margin: 0;
    color: #014d6a;
    font-size: 1.667rem; /* 40/24 */
}
.burn-hidden,.dental-hidden{
    display: none;
    font-size: 0.792rem; /* 19/24 */
}
.burn-hidden h3,.dental-hidden h3{
    color: #589d29;
    font-size: 1rem; /* 24/24 */
    font-family:'Calibri W01 Regular_904604';
}
.hidden-buttons-area{
    padding: 0 30px 30px;

}
/*********************CONTACT**********************/
.contact-upper{
    background-color: #1c5c6d;
    padding-top: 50px;
    padding-bottom: 90px;
}
.contact-upper .container{
    display: flex;
    color: #fff;
    font-size: 0.75rem; /* 18/24 */
}
.contact-logo{
    width: 33%;

}
.contact-area{
    width: 66%;
    display: flex;
    align-items: flex-end;
}
.right-contact,.middle-contact,.left-contact{
    width: 33%;
}
.contact-title{
    font-family:'Calibri W01 Regular_904604';
    font-size: 1rem; /* 24/24 */
    padding-right: 10px;
}
.contact-detail{
    padding-right: 10px;
}
.contact-detail.name{
    font-family:'Calibri W01 Regular_904604';
}
.contact-logo svg {
    max-width: 250px;
}
.contact-logo .cls-1, .contact-logo .cls-2, .contact-logo .cls-3, .contact-logo .cls-4{
    fill: #fff;
}

.site-footer{
    height: 50px;
    background-color: #fff;
}
.site-footer p{
    text-align: right;
    font-size: 0.7rem;
    color: #1c5c6d;
    margin: 0;
    padding-top: 10px;
}


.error-content{
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px
}
.error-content p {
    font-size: 25px;
    text-align: center;
}
.error-content p:first-of-type {
    font-size: 35px;
    margin-bottom: -15px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .main-navigation a{
        font-size: 0.8rem;
    }
    .menu-item {
        padding: 0 7px;
    }
    .container{
        margin: 0 5%;
    }
    .a-technology {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .a-technology .read-more {
        align-self: flex-start;
        margin-left: 0;
        margin-top: 10px;
    }
    .second-technology {
        padding-left: 45px;
    }
    .pipeline-desk{
        display: none;
    }
    .pipeline-1200{
        display: block;
    }
    .pipeline-top {
        flex-direction: column;
        align-items: center;
    }
    .hidden-pipeline {
        max-width: 600px;
    }
    .a-pipeline-product{
        margin-bottom: 15PX;
    }
    .pipeline-gray {
        padding-top: 15px;
    }
}
@media screen and (max-width: 1000px) {
    #acp-toggle-toolbar{
        top: unset;
        bottom: 30px;
    }
    .hamburger{
        display: block!important;
    }
    .menu-menu-1-container{
        display: none;
    }
    .main-navigation li {
        float: unset!important;
        padding-bottom: 10px;
        margin-left: -80px;
    }
    .main-navigation a {
        font-size: 0.65rem;
    }
    .header-content {
        align-items: flex-start;
        padding: 30px 0 10px;;
    }
    .menu-item {
        padding: 0 15px;
    }
    .announcement-inner{
        align-items: flex-start;
        flex-direction: column;
        margin-top:20px;
    }
    .iconText {
        font-size: 0.8rem;
        line-height: 0.9rem;
    }
    .join-sec-inner {
        display: flex;
        flex-direction: column;
        position: relative;
        max-width: 315px;
    }
    .a-bullet {
        margin-bottom: 0rem;
        margin-left: 0;
    }
    .bullet-text p {
        line-height: 0.8rem;
        FONT-SIZE: 0.7rem;
    }
    .blue-bullet {
        width: 6px;
        height: 6px;
        min-width: 6px;
        min-height: 6px;
        border-radius: 2px;
        background-color: #0076a3;
        margin-right: 15px;
        margin-top: 6px;
    }
    .join-text{
        display: flex;
        flex-direction: column-reverse;
    }
    .join-button {
        position: absolute;
        left: 0;
        bottom: 210px;
        margin-left: 0;
    }
    .join-pics{
        display: flex;
        justify-content: center;
        padding-top: 0;
        max-height: 200px;
    }
    .join-pics img{
        max-height: 200px;
    }
    .join-section {
        padding: 30px 0;
    }
    .join-title{
        margin-left: 110px;
    }
    .join-title-small {
        font-size: 0.7rem;
    }
    .join-title-big {
        font-size: 1.5rem;
    }
    .join-button p {
        margin: 0;
        font-size: 1rem;
    }
    /*********************COMPANIES**********************/
    .companies-desk{
        display: none;
    }
    .companies-1000{
        display: block
    }
    .colorful-line{
        height: 5px;
        background-image: url(../images/SE-CURE_colorful_line.png);
        background-position: center;
    }
    .colorful-line.top{
        background-image: url(../images/SE-CURE_colorful_line-orange-pink.png);
    }
    .colorful-line.bottom{
        background-image: url(../images/SE-CURE_colorful_line-blue.png);
    }
    .colorful-line.middle{
        background-image: url(../images/SE-CURE_colorful_line-blue-pink.png);
        margin: 0 -8.1%;
    }
    .all-logos{
        flex-direction: column-reverse;
    }
    .a-logo {
        max-width: 100%;
        width: 100%;
    }
    .a-logo.fermarelle{
        padding-top: 80px;
    }
    .stamp-fermarelle{
        top: -20px;
        bottom: unset;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 150px;
        text-align: center;
    }
    .stamp-fermarelle img{
        width: 60%;
    }
    .contact-upper .container{
        flex-direction: column-reverse;
    }
    .contact-area{
        flex-direction: column;
    }
    .right-contact, .middle-contact, .left-contact {
        width: 100%;
    }
    .contact-logo {
        padding-top: 55px;
        width: 100%;
    }
    .contact-upper {
        padding-bottom: 65px;
    }
    .contact-area {
        width: 100%;
    }
    .brizo-hidden svg#Layer_1{
        width: 27px;
        margin: 0 auto;
    }
    .fermarelle-hidden svg#Layer_1{
        width: 27px;
        margin: 0 auto;
    }
    .company-hidden-text-upper{
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    .site-branding {
        width: 50%;
        min-width: 150px;
    }
    .icon-section{
        margin: 5%;
        border-radius: 5%;
    }
    .icon-repeater {
        flex-direction: column;
        height: auto;
        justify-content: center;
        padding: 20px 0;
    }
    .twoHolder {
        width: 100%;
    }
    .one-icon:last-child .iconText{
        margin-bottom: 0;
      }
    .iconImage {
        max-width: 57px;
    }
    .iconText p{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }
    .twoHolder:first-child .one-icon:last-child {
        border-right: 0px solid #fff;
    }
    .twoHolder:first-child{
        margin-bottom: 20px;
    }
    .iconText {
        font-size: 0.7rem;
        line-height: 0.9rem;
    }
    .one-icon:first-child{
    padding-left: 10px;
    padding-right: 35px;

    }
    .one-icon:last-child {
    padding-right: 10px;
    padding-left: 35px;
    }

    .tech-desk{
        display: none;
    }
    .tech-850{
        display: block;
    }
    .first-technology {
        border-left: 1px solid #acacac;
        padding-left: 15px;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .second-technology {
        padding-left: 15px;
        padding-right: 0;
    }
    .two-tech {
        display: flex;
        width: 77%;
        flex-direction: column;
    }
    .a-technology {
        width: 100%;
    }
    .technology-title {
        width: 50%;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .technology-hidden-text p {
        width: 100%;
    }
    ul, ol {
        margin: 0px 0 1.5em 0em!important;
    }
}
@media screen and (max-width: 650px) {
    .top-pic{
        height: 335px;
        background-position: center;
    }
    .text-on-image{
        margin: 0 auto;
        max-width: unset;
        padding-top: 100px;
        padding-left: 110px;
        display: flex;
        justify-content: center;
    }
    .text-on-image p{
        font-size: 0.625rem;
        color: #fff;
        line-height: 0.9rem;
        text-align: left;
        font-family:'Calibri W01 Regular_904604';
    }
    .announcement-text p{
        font-size:  0.792rem;
    }
    .about-blue-text p {
        font-family:'Calibri W01 Regular_904604';
        font-size:  0.792rem;
        line-height: 0.9rem;
    }
    .about-more-text p{
        font-size:  0.625rem;
    }
    .read-more {
        margin-top: 15px;
    }
    .read-more p {
        margin: 0;
        font-size: 0.7rem;
    }
    .join-sec-inner {
        display: flex;
        flex-direction: column;
    }
    .join-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .join-section{
        height: 485px;
        background-position: center;
    }
    .pipeline-product-title p{
        font-size: 1rem;
        font-family:'Calibri W01 Regular_904604';
    }
    .products-title{
        font-size: 1rem;
        font-family:'Calibri W01 Regular_904604';
    }
    .pipeline-title{
        font-size: 1rem;
        font-family:'Calibri W01 Regular_904604';
    }
    .contact-form-pop-up{
        width: 95%;
    }
    .pop-up-title {
        font-size: 1rem;
        margin-bottom: -10PX;
    }
    .burn-buttons .read-more, .dental-buttons .read-more{
        margin-top: 0;
    }
    .logo-image img{
        max-height: 60px;
    }
    .company-description {
        padding-top: 15px;
    }
}
@media screen and (max-width: 600px) {
    .a-pipeline-product{
        width: 95%;
        border-radius: 27px;
    }

    input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control {
        width: 300px!important;
    }
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        max-width: 300px;
    }
}
@media screen and (max-width: 550px) {
    .visible-area-tech {
        flex-direction: column;
    }
    .two-tech {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .top-pic {
        margin-top: 110px;
    }
    input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control {
        width: 200px!important;
    }
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        max-width: 300px;
    }
    .contact-form-pop-up.open-pop-up{
        top: 1%;
        z-index: 600;
    }
    .pipeline-product-icon {
        width: 90px;
    }
    .site-branding {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .text-on-image{
        justify-content: flex-end;
        padding-right: 5px;
        padding-left: 0;
    }
    .error-content p {
        font-size: 15px;
    }
    .error-content p:first-of-type {
        font-size: 20px;
        margin-bottom: -15px;
    }
}
@media screen and (max-width: 360px) {
    .iconText {
        font-size: 0.792rem;
        line-height: 0.9rem;
    }
    .join-pics {
        display: flex;
        justify-content: center;
        padding-top: 0;
        max-height: 160px;
        width: 244px;
    }
    .join-button {
        bottom: 173px;
    }
    .join-text {
        padding-bottom: 50px;
    }
    .join-title {
        align-self: flex-end;
        display: none;
    }
    input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control {
        width: 150px!important;
    }
    .wpcf7 p label {
        font-size: 13px;
    }
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        max-width: 200px;
    }
    .logo-image img {
        max-height: 40px;
    }
    .join-button {
        left: unset;
        right: 0;
    }
}

@media screen and (max-width: 280px) {
    input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control {
        width: 100px!important;
    }
}
