.breaklines{
    display: flex;
    justify-content:  flex-start;
    align-items:  center;
    gap: 50px;
    max-width: 80%;
     font-family: 'Fira Sans', sans-serif;
     padding: 30px;
     margin:  0 auto;
     font-size: 20px;
}

.bheader{
    font-size: 56px;
    font-weight: 800;
    color: #a864a8;
}

.bstar{
    font-size: 12px;
}

.medical{
    background: #7199b2;
    font-family: 'Fira Sans', sans-serif;
     line-height: 1.5;
     font-size: 36px;
     padding: 20px;
     border-radius: 10px;
     color: white;
     text-align: center;
     font-weight: 800;

}

.bstar-container{
     font-family: 'Fira Sans', sans-serif;
     line-height: 1.5;
     padding: 20px;
     background: #f8f8f8;
     border-radius: 10px;
}

.span{
    color: #3ea9df;
}

.cont-main {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.cont-main  .logo {
    background: #e1dfdf  ;
    padding: 20px 0;

}
.bullets-title{
    text-align: center;
    padding-top:20px;
    color: #90c241;
    font-size: 24px;
    font-weight: 700;
}

.bullets img{
    max-width: 80px;
    float: right;
}


.im{
    padding: 30px 0;
}


.av-footer {
    padding: 20px;
    background: url(../../img/static/aloevera/elipsa.png);
    background-size: 100% 100%;
/*    border-radius: 200px;*/
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 700;
}

.av-footer span{
    font-size: 30px;
}

.footer-aloe{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #51b042;
    font-weight: 700;
    margin-top: 10px;
}
.footer-aloe img{
max-width: 70px;
    margin-left: 10px;
    padding: 5px;

}

.footer-aloe a{
width: 70px;

}

.av-drops{
    padding-left: 50px !important;
    font-size: 20px;
    font-weight: 700;
}

.av-drops span{
    color: #75c043;
    font-size: 30px
}
.av-drops-text{
    padding-left: 10px
}




.title-dot{
    background: #9fcc3b;
    width: 200px;
    border-radius: 200px;
    font-weight: 700;
    padding: 30px;
    margin: 20px;
    color: white;
    text-align: center;
    margin-bottom: 60px

}
.title-dot span {
    font-size: 48px;
}

.logo-text {
    color: white;
    text-align: center;
    font-size: 19px;
    font-family: 'Fira Sans', sans-serif;
    margin: 50px
}

.logo-line {

    width: 80%;
    background: white;
    /*    margin: 0 auto;*/
    height: 2px;
    margin: -40px auto;
}


.strz1{
    width: 140px;
    position: absolute;
    right: -90px;
    top: 70px;
    transform: rotate(25deg);
}

.strz2{
    width: 150px;
    position: absolute;
    left: -90px;
    top: 40px;
}

.step-text{
    font-size: 23px;
    color: #00468c;
/*    text-align: center;*/
    margin-top: 50px;
}
.step-text span {
  color:  #eb7a21;
    font-weight: 700;
}


.tru-oasys {
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    max-width: 100%;
}

.landing-text {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif;
    padding: 30px;
    margin: 0 auto;
    max-width: 1000px !important;
}

.landing-text span {
    color: #3ea9df;
    font-weight: 700;
}

.bullets-text {
    display: flex;
    align-items: center;
/*    padding: 0 50px;*/
/*    margin-left: -20px*/
}

.inside-container {
    max-width: 870px;
    background: #ededed;
    margin: 0 auto;
}


.bullets {
    color: #136232;
    font-size: 19px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    padding: 20px 0 ;
}

.inside-cont{
    max-width: 450px;
    margin: 20px auto;
}

.btn-main{
    border-radius: 50px;
    text-align: center;

    color: white;
 
    font-weight: 600;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    max-width: 300px;
    margin: 30px auto;
    padding: 15px;
    background: #a864a8;
    font-family: 'Fira Sans', sans-serif;
}

.btn-main:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.footnotes{
    max-width: 1070px;
    font-size: 12px;
    font-weight: 200;
    margin: 30px auto;
}
/*
.bullets img {
    display: block;
}
*/


@media only screen and (max-width: 599px) {


    .av-footer {
    padding: 20px;
    background: url(../../img/static/aloevera/elipsa.png) 50%;
    background-size: cover;
    }


    .logo {
        background: #ededed;
    }

    .logo-text {
        margin: 30px;
        color: black;
    }

    .logo-line {
        margin: -20px auto;
        background: black;
    }

    .tru-oasys {
        margin-top: -20px
    }
    .strz1, .strz2 {
        display: none;
    }
}

img {
    max-width: 100%;
}
@media only screen and (max-width: 1000px) {
    .breaklines {flex-direction: column;}
    .medical {font-size: 24px;}
}
