.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}


* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    font-size: 16px;
    color: #273B4D;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    padding: 0 !important;
    margin: 0;
    overflow-x: hidden
}

.container {
    max-width: 1220px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

.primary-color{
    color: #273B4D !important;
}

a {
    text-decoration: none;
    color: #4E61FB
}

img {
    vertical-align: middle
}

.row {
    display: flex;
    flex-wrap: wrap
}

.col {
    display: flex;
    flex-wrap: wrap
}

p {
    margin: 0px 0px 15px 0px;
}

.width-half {
    width: 50%
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-row-space-between {
    justify-content: space-between
}

.flex-row-align-center {
    align-content: center
}

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-colum-start {
    align-items: flex-start
}

.flex-colum-center {
    align-items: center
}

.flex-colum-end {
    align-items: flex-end
}

.flex-justify-content-center {
    justify-content: center
}

.flex-justify-content-end {
    justify-content: end
}

.flex-direction-column {
    flex-direction: column;
}

.flex-unwrap {
    flex-wrap: nowrap;
}

.inline-flex {
    display: inline-flex;
}

.text-large {
    font-weight: bold;
    font-size: 55px;
    line-height: 70px
}

.text-regular {
    font-size: 18px;
    line-height: 28px
}

.text-25 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px
}

.text-20 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.text-15 {
    font-size: 15px
}

.text-12 {
    font-size: 12px
}

.text-white {
    color: #fff
}

.text-light-gray {
    color: #9AA2BC
}

.text-dark-gray {
    color: #697A9A
}

.text-black {
    color: #293345
}

.text-600 {
    font-weight: 600
}

.text-center {
    text-align: center
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.dblock{
    display: block;
}

.pt-25 {
    padding-top: 25px
}

.ml-20 {
    margin-left: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.w-100 {
    width: 100% !important;
}

.fw-600{
    font-weight: 600 !important;
}


#top-section {
    background: #273B4D;
    padding: 50px 0px 70px 0px;
    color: #fff;
}

#header {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

img.logo {
    max-width: 198px;
}

ul.header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.header-nav li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 0px 15px;
}

ul.header-nav li a {
    color: #fff;
}

ul.header-nav li a:hover {
    color: #029DDA;
}

.btn {
    background: var(--g1, linear-gradient(180deg, #55E9C9 0%, #029DDA 100%));
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    padding: 15px 30px;
    border: none;
    box-shadow: none;
    color: white;
    transition: .4s all;
    cursor: pointer;
    display: inline-block;
}

.big-btn {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0px;
    padding: 20px 40px;
}

.btn img.arrow {
    width: 12px;
    margin-left: 5px;
    vertical-align: middle;
    height: 17px;
    -webkit-animation: move 1s infinite linear;
    -moz-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
    transition: 0.5s;
}

.big-btn img.arrow {
    width: 14px;
    height: 19px;
}





footer {
    background: #fff;
    padding: 50px 10px 100px 10px;
    width: 85%;
    margin: auto;
}

footer .col1{
    width: 60%;
    margin-left: 20%;
}

footer .col2{
    width: 20%;
    justify-content: center;
    align-items: center;
}

footer p {
    width: 100%;
    color: #1C2E3D;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.footerlinks a {
    color: #1C2E3D;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
    padding: 0px 15px 0px 0px;
}

.footerlinks span {
    margin-right: 15px;
}

.footerlinks a:hover {
    color: #029DDA;
}

footer .label-container{
    width: 100%;
}
footer .label-container .col{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

footer h4{
    margin: 15px 0px;
    font-size: 14px;
}
footer ul{
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

footer .label-container .label_link{
    color: #1C2E3D;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
    padding: 0px 15px 0px 0px;
}
footer .label-container .label_link:hover{
    color: #029DDA;
}

#hero {
    padding: 60px 0px 30px 0px;
    background: url("../images/hero_bg.webp") no-repeat;
    background-position: center right;
    /* background-size: 45%; */
    background-size: 38%;
}

.hero-content {
    width: 75%;
}

p.hero-points {
    width: 100%;
    padding-left: 30px;
    text-indent: -30px;
}

p.hero-points img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

p.rating {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

p.rating img {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

h1 span.bt-border {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #DE8E31;
    text-underline-offset: 5px;
}

h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 0
}

p.subhead{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
}

.single-testimonial {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 20px;
}


.sig-tsm-title {
    margin-bottom: 5px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px;
}

.sig-tsm-content {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    width: 65%;
}

.sig-tsm-customer {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    padding-left: 30px;
}

.single-testimonial .star-rating {
    height: 15px;
    margin-left: 10px;
}

.single-testimonial .star-rating span {
    float: left;
}

.single-testimonial .star-rating img {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-top: -2px;
}

em {
    font-style: normal;
}

.mdlogo {
    display: block;
}

.smlogo {
    display: none;
}

img.cust-img{
    width: 86px;
    height: 86px;
}

#bottom-hero {
    background: #273B4D;
    padding: 30px 0px 30px 0px;
    color: #fff;
}

#bottom-hero .col1,
#bottom-hero .col2 {
    width: 50%;
}

#bottom-hero .col1,
#bottom-hero .col2 {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#bottom-hero h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

#bottom-hero .col1 img {
    max-width: 95%;
}

#bottom-hero .sig-tsm-title,
#bottom-hero .sig-tsm-content {
    width: 100%;
}

#bottom-hero .single-testimonial .customer .cust-col, #results .single-testimonial .customer .cust-col {
    display: inline-flex;
    margin-top: 5px;
}

#faq {
    padding: 60px 0px;
}

#faq h3,
#faq p.subhead {
    width: 100%;
    text-align: center;
}

#faq h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
}

#faq p.subhead {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.faq-container {
    margin: 20px auto;
    max-width: 740px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e6e6e6;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 18px 0px 18px 30px;
    color: #1C2E3D;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 0px 25px 0px;
    color: #1C2E3D;
    padding-left: 30px;
}

#partners {
    padding: 20px 0px;
}

#partners .col1 {
    width: 25%;
}

#partners .col1 p {
    margin: 0;
}

#partners .col2 {
    width: 75%;
}

#partners .col2 .partnerslist {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}


#stats {
    background: #029DDA;
    padding: 50px 0px 50px 0px;
    color: #fff;
}
#stats .col{
    width: 25%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#stats .stat-value{
    font-size: 62px;
    font-weight: 300;
    line-height: 75px;
}
#stats .stat-value span{
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
}

#stats .stat-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

#path-steps{
    padding: 50px 0px;
}
#path-steps h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
#path-steps p.subhead{
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.blue-txt{
    color: #029DDA;
    
}
#path-steps .col{ 
    width: 33%;
}
#path-steps .step-img{ 
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin-top: 20px;
}

#path-steps .step-img img{ 
    max-width: 280px;
    max-height: 200px;
    vertical-align: middle;
}
#path-steps .step-content{ 
    text-align: center;
}
#path-steps .step-content .step-count{ 
    width: 26px;
    height: 26px;
    background: #55E9C9;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 5px;
    margin: auto;
    margin-bottom: 15px;
}
#path-steps .step-content .step-head{ 
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}
#path-steps .step-content .step-desc{ 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 55%;
    margin: auto;
    margin-bottom: 20px;
}

.text18{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}


#results{
    background: #273B4D;
    padding: 150px 0px 150px 0px;
    color: #fff;
    position: relative;
}

#results .col1, #results .col2{
    width: 50%;
    position: relative;
}

#results .result-container{
    border-radius: 5px;
    border: 2px solid #FFF;
    min-height: 600px;
    width: 100%;
    display: flex;
    position: relative;
}

#results .result-container .beforeimg, #results .result-container .afterimg{
    width: 50%;
    min-height: 600px;
}

#results .result-container .afterimg{
    border-left: 2px solid #FFF;    
}
#results .result-container .beforeimg{
    background: url(../images/before.webp) no-repeat;
    background-size: cover;
}
#results .result-container .afterimg{
    background: url(../images/after.webp) no-repeat;
    background-size: cover;
}

#results .result-container .imgtag {
    border-radius: 1000px;
    background: linear-gradient(180deg, #55E9C9 0%, #029DDA 100%), linear-gradient(0deg, #273B4D, #273B4D);
    height: 46px;
    width: 40%;
    position: absolute;
    bottom: -22px;
    left: 30%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

#results .result-container .imgtag span{
    /* width: 48%; */
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    height: 93%;
    padding: 0px 0px;
    display: inline-block;
    background: #273B4D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

#results .result-container .imgtag span:first-child{
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    width: 49%;
}

#results .result-container .imgtag span:last-child{
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    width: 48%;
}
#results h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    text-align: left;
}
#results .col2::before {
    content: '';
    background: url("../images/eclipse.webp") no-repeat;
    background-size: cover;
    background-position: center;
    width: 550px;
    height: 550px;
    position: absolute;
    top: -70px;
    left: -70px;

}

.greentxt{
    color: #55E9C9;
}

#results .col2{
    padding-left: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#results .sig-tsm-content{
    width: 100%;
}

#calculation{
    background: #fff;
    padding: 50px 0px 50px 0px;
    color: #273B4D;
}

#calculation .calc-container{
    width: 75%;
    border-radius: 10px;
    border: 2px solid #E6F5FB;
    margin: 20px auto;
}

.slidecontainer {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #E6F5FB;
    padding: 35px 40px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 9px;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 1000px;
    /* opacity: 0.5; */
    background: linear-gradient(90deg, #55E9C9 0%, #029DDA 99.02%);
    
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 23px;
    border: 0;
    background: url('../images/slider-thumb.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
}

.slider::-moz-range-thumb {
    width: 23px;
    height: 23px;
    border: 0;
    background: url('../images/slider-thumb.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
}

#calculation .calc-results{
    width: 100%;
    display: inline-flex;
    align-items: center;
}
#calculation .calc-results .col1, #calculation .calc-results .col2{
    width: 50%;
    padding: 20px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#calculation .calc-results .col1{
    border-right: 2px solid #E6F5FB;
}

#calculation .calc-results .calc-title{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
#calculation .calc-results .calc-value{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 0px 0px 0px 10px;
    min-width: 75px;
}
#calculation .calc-results .col2 .calc-value{
    min-width: 55px;
}
#calculation .big-btn{
    margin-top: 30px;
}


#content-brief{
    background: #e8f5fb;
    padding: 50px 0px 50px 0px;
    color: #273B4D;
}

/* #content-brief .brief-bg{
    background: url(../images/Group.png) no-repeat;
    background-position: center center;
    background-size: 80%;
} */


#content-brief .col1, #content-brief .col2{
    width: 50%;
    margin: 25px 0px;
}
#content-brief .col img{
    width: 90%;
    vertical-align: middle;
    /* max-height: 540px; */
}

#content-brief .text-block{ 
    width: 80%;
    display: inline-block;
    height: auto;
    margin: auto 0px;
}

#content-brief h4{ 
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px 0px 15px 0px;
}
#content-brief p{ 
    text-align: left;
}
#content-brief .text-block ul{ 
    padding-left: 30px;
}

#content-brief .text-block ul li{ 
    margin-bottom: 15px;
}

#content-brief .text-block .subtxt{ 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#features{
    background: #fff;
    padding: 50px 0px 50px 0px;
}

#features .col1{
    width: 40%;
    flex-direction: column;
    justify-content: center;
    padding-right: 70px;
}
#features .col2{
    width: 60%;
    display: inline-flex;
    justify-content: space-between;
}

#features h2, #features p{
    text-align: left;
}

#features .card{
    background: #E6F5FB;
    border-radius: 5px;
    padding: 12px;
    width: 30%;
    margin: 10px;
    position: relative;
}

#features .card img{
    margin-bottom: 10px;
}

#features .card p{
    font-size: 14px;
    margin-bottom: 0;
}
#features .card p.subhead{
    font-size: 18px;
    margin-bottom: 15px;
}
#features .card p.subhead span{
    display: block;
}

#features .card:first-child{
    padding-right: 200px;
}

#features .card:first-child::after{
    content: '';
    background: url(../images/glp-1.webp) no-repeat;
    background-size: contain;
    /* width: 250px;
    height: 220px;
    position: absolute;
    top: -60px;
    right: -40px; */

    width: 180px;
    height: 170px;
    position: absolute;
    top: -20px;
    right: -15px;
    /* transform: rotate(45deg);*/
}


#testimonials {
    background: #273B4D;
    padding: 80px 0px 80px 0px;
    color: #fff;
}


.green{
    color: #55E9C9;
}
#testimonials .col1 {
    width: 80%;
}
#testimonials .col2 {
    width: 20%;
}
#testimonials .slider-arrows  {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}
#testimonials .slider-arrows .prev-arrow {
    background: url("../images/slider-arrow.png") no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transform: rotate(180deg);
}
#testimonials .slider-arrows .next-arrow {
    background: url("../images/slider-arrow.png") no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
#testimonials h2 {
    text-align: left;
}
#testimonials h2 span{
    display: block;
}

.testimonial-slider {
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; */
    margin:30px auto;
}

.slick-list{
    position: relative;
}
.testimonial-slider .slick-list::after{
    content: '';
    width: 80px;
    height: 110%;
    background: #273B4D;
    filter: blur(30px);
    position: absolute;
    top: 0px;
    right: -30px;
}
.testimonial-slider .slick-list::before{
    content: '';
    width: 60px;
    height: 100%;
    background: #273B4D;
    filter: blur(30px);
    position: absolute;
    top: 0px;
    left: -40px;
    z-index: 2;
}

.testimonial-slider .card{
    /* width: 30%; */
    min-height: 550px;
    background: linear-gradient(0deg, #EEEEEE, #EEEEEE), #D9D9D9;
    border-radius: 10px;
    color: #273B4D;
    max-width: 350px;
    margin-right: 30px;
}


.testimonial-slider .card img.client{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
    
}
.testimonial-slider .card .card-content{
    padding: 15px;
}

.testimonial-slider .card .card-content p.title{
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    margin: 0px 0px 10px 0px;
}
.testimonial-slider .card .card-content p.content{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.testimonial-slider .card .card-content p.clientname{
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
}

.testimonial-slider .card .card-content .star-rating {
    display: inline-block;
}
.testimonial-slider .card .card-content .star-rating span{
    float: left;
}
.testimonial-slider .card .card-content .star-rating img{
width: 16px;
height: 16px;
vertical-align: text-top;
margin-top: -2px;
}


@-webkit-keyframes move {
    50% {
        -webkit-transform: translateX(5px)
    }
}

@keyframes move {
    50% {
        transform: translateX(5px)
    }
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes trin {
    from {
        transform: rotate(0deg)
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate(0deg)
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate(15deg)
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate(0deg)
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate(-15deg)
    }

    80% {
        transform: rotate(0deg)
    }
}

.mobile {
    display: none !important;
}

.tablet {
    display: none ;
}


@media only screen and (min-width:768px) and (max-width:1024px) {

    .tablet {
        display: block;
    }
    .tablet-hide {
        display: none;
    }

    #top-section {
        padding: 30px 0;
    }

    img.logo {
        width: 100px;
        height: auto;
    }

    ul.header-nav li {
        padding: 0px 5px;
        font-size: 13px;
    }

    .btn {
        padding: 15px 20px;
    }

    #hero {
        padding: 40px 0px 10px 0px;
    }

    h1 {
        font-size: 35px;
        line-height: 42px
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 20px
    }

    h3 {
        font-size: 25px;
        line-height: 32px
    }

    #hero {
        background-size: 35%;
    }   

    #partners .col1,
    #partners .col2 {
        width: 100%;
    }

    #partners .col1 p {
        width: 100%;
        text-align: center;
    }

    #partners .col1,
    #partners .partnerslist {
        margin: 15px 0px;
    }

    #partners .col1,
    #partners .col2 img {
        vertical-align: middle;
        margin: 0px 5px;
    }


    #stats .col{
        justify-content: flex-start;
    }

    #stats .stat-value{
        font-size: 52px;
        line-height: 65px;
    }
    #stats .stat-value span{
        font-size: 20px;
        line-height: 24px;
    }
    
    #stats .stat-desc{
        font-size: 13px;
        line-height: 18px;
        padding: 0px 10px;
    }

    #path-steps .step-content .step-desc{
        width: 90%;
    }

    #results .col1, #results .col2{
        width: 100%;
        position: relative;
    }

    #results  {
        padding: 50px 0px 50px 0px;
    }
    #results h2, #results p  {
        text-align: center;
        width: 100%;
    }

    #results .result-container {
        margin: 15px auto 30px;
        min-height: 450px;
        width: 60%;
    }

    #results .result-container .beforeimg, #results .result-container .afterimg {
        min-height: 450px;
    }

    #results .col2 {
        padding: 0;
        width: 60%;
        margin: auto;
    }

    #results .col2::before {
        content: none;
    }
    #results .col1::before {
        content: '';
        background: url("../images/eclipse.webp") no-repeat;        
        background-size: cover;
        background-position: center;
        width: 350px;
        height: 350px;
        position: absolute;
        top: -100px;
        left: -80px;    
    }

    #results .sig-tsm-title,
    #results .sig-tsm-content{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #bottom-hero .sig-tsm-title,
    #bottom-hero .sig-tsm-content{
        width: 100%;
        padding-left: 15px;
    }

    #results .single-testimonial .customer {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    #features .col1 {
        padding-right: 20px;
    }

    #features .card:first-child::after {
        width: 160px;
        height: 220px;
        top: -20px;
        right: -10px;
    }

    #features .card {
        width: 45%;
    }


    #bottom-hero .single-testimonial .customer {
        display: inline-flex;
        justify-content: start;
        align-items: center;
        margin-top: 5px;
    }
    #bottom-hero .single-testimonial .customer .sig-tsm-customer{
        padding-left: 15px;
    }


    #results .single-testimonial .customer img.cust-img {
        width: 47px;
        height: 47px;
    }

    #results .single-testimonial .customer .sig-tsm-customer,
    #results .single-testimonial .customer .star-rating {
        margin-bottom: 5px;
        padding: 0;
        margin-left: 0;
        text-align: left;
    }

    #results .single-testimonial .customer .cust-col {
        margin-left: 10px;
        display: inline-block;
    }

    #calculation .calc-container {
        width: 90%;
    }

    footer {
        width: 100%;
    }

}




@media only screen and (max-width:767px) {

    .btn{
        text-align: center;
    }
    
    #top-section {
        padding: 15px 0;
    }

    .mdlogo {
        display: none;
    }

    .smlogo {
        display: block;
    }

    .mobile {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    img.logo {
        max-width: 120px;
    }


    footer {
        padding: 30px 0px 70px 0px;
        width: 100%;
    }

    footer .col1, footer .col2{
        width: 100%;
        margin-left: 0px;
    }

    footer .logo {
        max-width: 150px
    }

    footer .label-container {
        width: 100%;
    }
    footer .label-container .col{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    footer h4 {
        margin: 10px 0px;
        font-size: 13px;
    }

    footer .label-container .label_link {
        font-size: 9px;
    }

    .pt-m-10 {
        padding-top: 10px !important;
    }


    p.subhead {
        font-size: 16px;
        line-height: 20px;
    }


    #hero {
        padding: 20px 0px 280px 0px;
        background: url(../images/hero_bg.webp) no-repeat;
        background-position: bottom center;
        background-size: 70%;
    }

    .hero-content {
        width: 100%;
    }



    h1 {
        font-size: 21px;
        line-height: 26px;
        text-align: left;
    }

    h1 span.mob-nl {
        display: block;
        font-size: 16px;
        line-height: 27px;
    }


    h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding-bottom: 15px
    }

    h3 {
        font-size: 20px;
        line-height: 24px
    }

    p.rating {
        font-size: 15px;
        text-align: center;
        width: 100%;
        line-height: 18px;
    }

    .big-btn {
        width: 100%;
        max-width: 450px;        
    }

    #bottom-hero .col1 {
        display: none;
    }

    #bottom-hero .col2 {
        width: 100%;
        text-align: left;
    }

    #bottom-hero .col2::after {
        content: '';
        position: absolute;
        background: url(../images/glp-1.webp) no-repeat;
        width: 140px;
        top: -50px;
        right: -20px;
        height: 180px;
        background-size: contain;
        background-position: center;
    }

    #bottom-hero h2 {
        font-size: 24px;
        line-height: 29px;
        width: 75%;
        text-align: left;
    }

    #bottom-hero p.subpara {
        width: 75%;
        text-align: left;
    }

    #bottom-hero p.rating {
        text-align: left;
        width: 75%;
    }

    #bottom-hero .sig-tsm-title,
    #bottom-hero .sig-tsm-content,
    #results .sig-tsm-title,
    #results .sig-tsm-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #bottom-hero .single-testimonial .customer, #results .single-testimonial .customer {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }


    #bottom-hero .single-testimonial .customer img.cust-img, #results .single-testimonial .customer img.cust-img {
        width: 47px;
        height: 47px;
    }

    #bottom-hero .single-testimonial .customer .sig-tsm-customer,
    #bottom-hero .single-testimonial .customer .star-rating,
    #results .single-testimonial .customer .sig-tsm-customer,
    #results .single-testimonial .customer .star-rating {
        margin-bottom: 5px;
        padding: 0;
        margin-left: 0;
    }

    #bottom-hero .single-testimonial .customer .cust-col,
    #results .single-testimonial .customer .cust-col {
        margin-left: 10px;
        display: inline-block;
    }

    #faq {
        padding: 50px 0px 0px;
    }

    #faq h3 {
        font-size: 20px;
        line-height: 24px;
    }

    #faq p.subhead {
        font-size: 16px;
        line-height: 20px;
    }

    .faq-container {
        margin: 0px -15px;
    }

    .accordion .accordion-item {
        padding: 0px 15px;
    }

    #partners .col1,
    #partners .col2 {
        width: 100%;
    }

    #partners .col1 p {
        width: 100%;
        text-align: center;
    }

    #partners .col1,
    #partners .partnerslist {
        margin: 15px 0px;
    }

    #partners .col1,
    #partners .col2 img {
        vertical-align: middle;
        margin: 0px 20px;
    }

    .slick-track {
        display: inline-flex;
        align-items: center;
    }


    #stats {
    padding: 30px 0px 30px 0px;
    }
    #stats .col{
        width: 50%;
        padding: 25px 15px;
    }

    #stats .stat-value{
    font-size: 42px;
    line-height: 51px;
    }
    #stats .stat-value span.inches{
        display: inline-block !important;
        font-size: 42px;
    }

    #stats .stat-desc{
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    }

    #path-steps .col{
        width: 100%;
    }

    #path-steps h2{
        font-size: 20px;
        line-height: 24px;
    }

    #path-steps p.subhead{
        font-size: 16px;
    }

    #path-steps .step-img{
        margin-top: 0px;
    }
    #path-steps .step-content {
        width: 100%;
    }
    #path-steps .step-content .step-desc{
        width: 90%;
    }
    #path-steps .step-content .step-head{
        margin-bottom: 10px;
    }

    
    #results{
        padding: 50px 0px 50px 0px;
    }

    #results .col1, #results .col2{
        width: 100%;
        position: relative;
    }

    #results h2{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    #results .result-container {
        margin: 15px 0px 30px 0px;
        min-height: 450px;
        width: 100%;
    }

    #results .result-container .beforeimg, #results .result-container .afterimg {
        min-height: 450px;
    }

    #results .result-container .imgtag {
        width: 60%;
        left: 20%;
    }


    #results .col2 {
        padding: 0;
    }

    #results .col2::before {
        content: none;
    }
    #results .col1::before {
        content: '';
        background: url("../images/eclipse.webp") no-repeat;        
        background-size: cover;
        background-position: center;
        width: 350px;
        height: 350px;
        position: absolute;
        top: -100px;
        left: -80px;    
    }
    

    #calculation {
        padding: 30px 0px 30px 0px;
    }

    #calculation .calc-container{
        width: 100%;
        
    }
    
    #calculation .slidecontainer{
        padding: 25px 20px;
    }

    #calculation .calc-results .col1, #calculation .calc-results .col2 {
        padding: 15px 10px;
        font-size: 32px;
        line-height: 39px;
        display: inline-block;
        text-align: center;
    }

    #calculation .calc-results .calc-title{
        display: block;
    }

    #calculation .calc-results .calc-value {
        font-size: 32px;
        font-weight: 700;
        line-height: 39px;
         margin: 0px;
        min-width: 70px;
        display: inline-block;
    }
    #calculation .calc-results .col2 .calc-value {
        min-width: 50px;
    }

    #calculation .big-btn{
        margin-top: 20px;
    }

    #content-brief {
        padding: 30px 0px 30px 0px;
    }

    


    #content-brief .col1, #content-brief .col2{
        width: 100%;
        margin: 15px 0px;
    }

    #content-brief .text-block {
        width: 100%;
    }

    #content-brief h4 {
        font-size: 20px;
        line-height: 24px;
    }


    #content-brief .col img{
        width: 100%;
        vertical-align: middle;
        /* max-height: 250px; */
        max-width: 480px;
        margin: auto;
    }

    
    .morder1{
        order:1;
    }
    .morder2{
        order:2;
    }


    #features .col1, #features .col2{
        width: 100%;
    }
    #features .col1{
        padding: 0;
    }

    #features h2, #features p{
        text-align: center;
    }
    #features p.subhead{
        margin-bottom: 25px;
    }

    #features .card{
        width: 48%;
        margin: 10px 0px;
    }
    #features .card p.subhead {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }
    #features .card p {
        font-size: 14px;
        margin-bottom: 0;
        text-align: left;
    }

    #features .card:first-child{
        padding-right: 100px;
    }

    #features .card:first-child::after {
        /* width: 200px;
        height: 180px;
        top: -20px;
        right: -75px;
        transform: rotate(-20.01deg);     */
        top: -20px;
        z-index: 1;
        width: 120px;
        height: 150px;
    }

    #testimonials h2 {
        text-align: center;
    }

    #testimonials .col1 {
        width: 100%;
    }

}

