/*where first is nedded*/


/* .leftrightContent{
	padding-top: 4rem; 
} */

.pattern-square-top {
    position: relative;
}

.pattern-square-top:after {
    background-image: url("../../images/st-icons/pattern-square.svg");
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


.pattern-wave-top {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-image: url("../../images/st-icons/pattern-wave.svg");
  height: 68px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pattern-wave-bottom {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-image: url("../../images/st-icons/pattern-wave.svg");
  height: 68px;
  width: 100%; 
 transform: scaleY(-1);
   transform: rotate(180deg);
}



.leftrightContent .featurette-image.img-fluid svg {
    max-width: 100%;
    height: auto;

}


.leftrightContent .featurette-image.leftpos {
    float: left;
    max-width: 550px;
    padding: 0px 30px 20px 20px;
}

.leftrightContent .row {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.leftrightContent .swiperCont {
    position: relative;
}

.leftrightContent~.leftrightContent {
    padding-top: 0rem;
    /*where first is nedded*/
}

.leftrightContent {
    /* padding-bottom: 4rem; */
    color: #212529;
    font-family: var(--fontfamilysd);
    /* font-size: 1.6rem; */
}

.leftrightContent .lead p {
    /* display:inline; added for support [msg] popups, but breaks content*/
}

.leftrightContent .lead.listplus ol li {
    list-style: none;
    counter-increment: section;
    position: relative;
    margin-bottom: 12px !important;
    display: block;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;

}


.leftrightContent .lead.listplus ol li::before {
    content: counter(section);
    color: #212529;
    background: #eaeaea;
    padding: 5px;
    margin-right: 15px;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    display: block;
    float: left;
}

.leftrightContent .lead.listplus.listRounded ol li::before {
    border-radius: 5px;
}

.leftrightContent .lead.listplus.listCycle ol li::before {
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background: #ccc;
    padding: 2px;
    font-size: 13px;
}


.leftrightContent h1,
.leftrightContent h2,
.leftrightContent div.h3 {
    margin: 0px;
}

.leftrightContent .lead {
    font-size: 16px;
    font-weight: 200;
    color: #212529;
}

/* 
#issue 17/6/2022 #428
.leftrightContent .titleContainter {
    margin-bottom: 10px;
} */


/* .leftrightContent .col-md-5 img{ 
   position: relative;
    top: 50%;
    transform: translateY(-50%);
  margin-top: 40px; 
} */


/* .leftrightContent .featurette-heading {	font-size: 3.5rem;} */

.leftrightContent h1,
.leftrightContent h2 {
    font-weight: 300;
    /*font-size: 2.5rem;*/
    /* line-height: 4.5rem; */
    /*	margin-bottom: 20px;*/
    color: rgb(90, 90, 90);
    font-size: 38px;
    /* margin-bottom: 22px; */
}

.leftrightContent h1 span,
.leftrightContent h2 span {
    font-weight: 300;
    color: rgb(90, 90, 90);
    /* font-size: 2.5rem;
    line-height: 4.5rem;
    margin-bottom: 20px;
    font-size: 28px;
    margin-bottom: 22px; */
}

.leftrightContent div.h3 {
    font-weight: 300;
    color: rgb(90, 90, 90);
    font-size: 30px;
    margin-bottom: 22px !important;
}

.leftrightContent .center {
    text-align: center;
    margin: 0px;
}

.leftrightContent .subtitle {
    font-weight: 300;
    /*	font-size: 2.5rem;*/
    line-height: 1rem;
    margin-top: -15px;
    margin-bottom: 30px;
    color: rgb(145, 145, 145);
    display: inline;
    margin-left: 10px;
}

.leftrightContent summary {
    position: relative !important;
}

.leftrightContent .CShowMore {
    float: right;
    font-style: italic;
    /* border-bottom: 1px dotted #ccc; */
    font-size: 14px;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    font-weight: 400;
    text-align: right;
}

.leftrightContent .lead strong {
    font-weight: 700 !important;
}

.leftrightContent .featurette-heading {
    padding-top: 35px;
}


/* @media (min-width: 62em) {
    .leftrightContent .featurette-heading {
        padding-top: 1rem;
    }
}  */

/* @media (min-width: 40em) {
    .leftrightContent .featurette-heading {
        font-size: 50px;
    }
} */


@media screen and (max-width: 768px) {
    .leftrightContent .col-md-5 img {
        padding-top: 10px;
    }

    .leftrightContent .featurette img {
        max-width: 100% !important;
    }
}

table.comparison tr {
    border-bottom: 1px solid #f1efef;
}

@media screen and (max-width: 500px) {
    table.comparison {
        font-size: 12px;
    }
}