@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/lossiq/assets/fonts/Futura-Medium-01.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/lossiq/assets/fonts/Futura-MediumItalic-02.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/lossiq/assets/fonts/Futura-Bold-03.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura bold';
    src: url('/wp-content/themes/lossiq/assets/fonts/Futura-CondensedExtraBold-05.ttf') format('truetype');
    font-weight: bold;

    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/lossiq/assets/fonts/Futura-CondensedMedium-04.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.popup-overlay.showpop {
    display: flex;
}
/* Homepage first animation */
@keyframes fadeInFromTop {
  from {
    transform: translateY(-20px); 
    opacity: 0;
  }
  to {
    transform: translateY(0); 
    opacity: 1;
  }
}

svg g {
  transition: opacity 1s ease-in-out;
}

svg g.show g.group2, g.group3, g.group4 {
  display: block; 
  animation: fadeInFromTop 0.5s ease-in-out forwards; 
}

g.group2, g.group3, g.group4 {
  display: none; 
}

svg g.hide {
  opacity: 0;
}
g.group1.visible path {
    fill: #fff;
}

g.group1.visible path,g.group4.show path {
    fill: #fff;
}

g.group1.visible rect, g.group4.show rect {
    fill: #27AE60;
}

g.group2.visible path,
g.group3.visible path,
g.group4.visible path {
    fill: #fff; 
}

g.group2.visible rect,
g.group3.visible rect,
g.group4.visible rect {
    fill: #27AE60; 
}

/* homepage second animation */
@keyframes fadeInFromTop {
    from {
        transform: translateY(-20px); 
        opacity: 0;
    }
    to {
        transform: translateY(0); 
        opacity: 1;
    }
}

svg g {
    transition: opacity 0.5s ease-in-out;
}

svg g.show {
    display: block; 
    animation: fadeInFromTop 0.5s ease-in-out forwards; 
}

g.grp_two, g.grp_three, g.grp_two1, g.grp_three1 {
    display: none; 
}

svg g.hide {
    opacity: 0;
}

g.grp_one.visible path,
g.grp_one1.visible path {
    fill: #fff;
}

g.grp_one.visible rect {
    fill: #27AE60; 
}

g.grp_two.visible path,
g.grp_three.visible path,
g.grp_two1.visible path,
g.grp_three1.visible path {
    fill: #fff; 
}

g.grp_two.visible rect,
g.grp_three.visible rect,
g.grp_two1.visible rect,
g.grp_three1.visible rect {
    fill: #27AE60; 
}

g.grp_one.visible.show rect, 
g.grp_two.visible.show rect {
    fill: #fff;
}
g.grp_one.visible.show path, 
g.grp_two.visible.show path {
    fill: #27AE60;
}

.how_image img + br {
    display: none;
}

.slider_col.item.newclass .slide_content h3 {
    font-family: Futura;
    font-size: 48px;
    font-weight: 700;
    line-height: 63.79px;
    text-align: left;
    color: #fff;
}
.slider_col.item.newclass .slide_content p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #fff;
}
.differentiation_section .differentiation_topinner {
    pointer-events: none;
}
.differentiation_bottominner {
    position: relative;
    z-index: 50;
}
.howitworks-section .howitworks-col:nth-child(odd):before {
    display: none;
}
.howit_works.odd {
    position: absolute;
    right: -26%;
    top: auto;
    bottom: -70%;
    height: 137%;
    z-index: -1;
}.howit_works.odd svg {
    height: 100%;
}



@keyframes moveHalfCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200px, -110px);
    }
}
@keyframes moveHalfCircle2 {
    0% {
        transform: translate(-200px, -110px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.image_content.right_2 {
    text-align: right;
}
.howitworks-section .howitworks-col:nth-child(even)::before {
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/2024/09/paper-plane-1.png');
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -5%;
    left: -3%;
    margin-left: 0;
    transform: translateX(0);
    animation: moveDownward 7s ease-in-out infinite;
}
@keyframes smallerHalfCircleMove {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(100px, -50px) rotate(90deg); /* Midway on smaller arc */
    }
    100% {
        transform: translate(200px, 0px) rotate(180deg); /* End of smaller arc */
    }
}
@keyframes moveDownward { 
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200px, 110px); 
    }
}

.howitworks-section .howitworks-col:nth-child(odd):before {
    content: "";
    display: block;
 max-width: 48%;
    width: 100%;
    position: absolute;
    right: -20%;
    height: 69%;
    left: auto;
    bottom: -19%;
    top: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

@keyframes curveDown {
    from {
        transform: translateY(0) translateX(0);
        opacity:1;
    }
    to {
        transform: translateY(550px) translateX(370px);
        opacity:0;
    }
}
.howitworks-section .howitworks-col:nth-child(even)::after {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/09/Ellipse-29-1.png);
    max-width: 32%;
    width: 100%;
    position: absolute;
    right: auto;
    height: 69%;
    left: -22%;
    bottom: -25%;
    top: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
.howitworks-section .howitworks-col:nth-child(even)::before {
    z-index: -1;
    top: auto;
    bottom: 45%;
    left: 2%;
}
@keyframes moveDownward { 
    0% {
        transform: translate(0, 0);
        opacity:1;
    }
    99% {
        transform: translate(-500px, 500px);
    }
    100%{
        opacity:0;
    }
}

section.howitworks-section {
    overflow: hidden;
}


.slider_col.item.newclass {
    padding-bottom: 0 !important;
}
.bottom_img svg {
    width: 85%;
}

.team_card.first {
    margin-left: 0;
}
.checkbox_1 input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 2px;
    top: 0;
    position: absolute;
    width: 7px;
    height: 10px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}
.social_listing {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 5%;
}
section.bottom_footer {
    background-image: url('/wp-content/uploads/2024/09/s.png');
    background-repeat: no-repeat;
    background-position: top right;
}
.social_listing li {
    margin: 0;                
}
.social_listing img {
    display: block;           
    width: 30px;              
    height: 30px;             
}

.owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.owl-item {
    box-sizing: border-box;
    width: calc(25% - 20px); 
    margin-right: 20px; 
}


.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline-offset: -6px;
    outline: none !important;
}
.terms_content p {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}
.terms_content h1 {
    font-family: Futura;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #27AE60;
    padding: 50px 0;
}
.terms_content {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
header {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99999999; 
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
.page_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px; 
}

.logo img {
    height: auto; 
}
nav {
    display: flex;
    align-items: center;
    position: relative; 
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -15px;
}

.nav-links li {
    margin: 0 15px; 
}

.nav-links a {
    text-decoration: none;
    color: #2E3330;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.hamburger {
    display: none; 
    font-size: 24px;
    cursor: pointer;
    position: relative;
}

.icon {
    display: block; 
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.icon[data-icon="close"] {
    display: none; 
}

.nav-links {
    max-height: 0;
      transition: max-height 0.5s ease, opacity 0.5s ease;
}
label.checkbox_1 input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    font-weight: 100;
    border: 1.6px solid #2E3330;
}
.nav-links.show {
    max-height: 500px;
    opacity: 1;
    z-index: 9999;
}
.bottomCTA a:hover, .bannerCTA a:hover {
    background: #E6F2EB;
    color: #27AE60 !important;
    box-shadow: 1px 1px 0px 0px #555957;
    text-decoration: none;
     transition: all 0.3s ease-in-out;
}
.bannerCTA {
    text-align: center;
    padding-top: 40px;
}
.page-template-template-productreview .bannerCTA {
    padding-top: 20px;
}
.bannerCTA a {
    border: 1px solid #555957;
    background: #27AE60;
    box-shadow: 4px 4px 0px 0px #555957;
    color: #FFF !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none !important;
    line-height: normal;
    padding: 12px 50px;
    text-decoration: none;
}
.homebanner_inner p {
    color: #2E3330;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 85%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.homebanner_inner h1 {
    color: #27AE60;
    text-align: center;
    font-family: Futura;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.homebanner_inner {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0;
}
.top_left img, 
.choosetop_image img {
    transition: transform 0.5s ease;
}
.choosetop_image,
.top_left{
    cursor: pointer;
}
.top_left img, .choosetop_image img {
    display: inline-block; 
    will-change: transform; 
}

.top_left img:hover, .choosetop_image img:hover {
    transform: scale(1.1) translateX(30px);  
    transition: transform 0.4s ease; 
}

section.differentiation_section {
    background: #F7FAF8;
    position: relative;
    padding-bottom: 80px; 
}
.top_left {
    position: absolute;
    left: 0;
    top: -15%; z-index: 10; 
}

.differentiation_inner {
    position: relative;
        z-index: 1;
    text-align: center;
    z-index: 9999;
    overflow: hidden;
}
.slider_col.item {
    width: 95%;
    border: 1px solid #2E3330;
}
.slider_col.item:hover .slide_image img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.differentiation_section .page_container {
    pointer-events: none;
}
.slide_image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.slide_image img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
}
.slide_image {
    background: #fff;
}
.top_left img {
    width: 100%;
}
.differentiation_topinner h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;
}
button.owl-prev {
    margin-right: 150px;
}
.owl-nav {
    margin-top: 30px;
}
button.owl-prev, button.owl-next{
    background: transparent !important;
}
div#fourcolslider .owl-dots {
    margin-top: -30px;
}
.differentiation_section .owl-theme .owl-dots button.owl-dot.active span {
    background: #27AE60;
    width: 16px;
    height: 16px;
}
.differentiation_section .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #E6F2EB;
}
.differentiation_bottominner {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
    pointer-events: all;
}
.differentiation_topinner {
    padding: 10px 0;
    padding-bottom: 70px;
    padding-top: 75px;
}
.differentiation_topinner h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 86px;
    text-align: center;
    color: #333333;
    width: 50%;
    margin: 0 auto;
}
.slider_col.item .slide_image img {
    width: auto;
}
.slide_content {
    background: #E6F2EB;
    padding: 20px;
/*    height: 200px;*/
}
.slide_content h3 {
    font-family: "Poppins", sans-serif;
    color: #2E3330;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
}
.slide_content p {
     font-family: "Poppins", sans-serif;
    color: #555957;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
}
section.twocolig_first .image_content.left_1 {
    padding-top: 30px;
}
section.twocolig_second .content_desp.left_2 {
    padding-top: 70px;
}
section.twocolig_third .content_desp.right_3 {
    padding-top: 120px;
}
section.twocolig_first  .content_desp.right_1 {
    padding-top: 135px;
}

.slider_col.item:hover .slide_content {
    background: #27AE60; 
}
.slider_col.item {
    transition: box-shadow 0.3s ease; 
}

.slider_col.item:hover {
    box-shadow: 4px 4px 0px 0px #555957;
    border-radius: 0;
    background: #27AE60 !IMPORTANT; 
}

.slider_col.item:hover .slide_content h3,.slider_col.item:hover .slide_content p{
    color:#fff;
}
/* Line annimation */
/*rect, path {
    transition: fill 0.3s ease, stroke 0.3s ease;
}*/
rect.firstcol {
    fill: #27AE60;
}
path.firstpath {
    fill: #fff;
    stroke: #fff;
}



rect.twocol, path.twopath,
rect.threecol, path.threepath,
rect.fourcol1, rect.fourcol2, path.fourpath {
    visibility: hidden;
    display: none;
}
rect.firstcolone {
    fill: #27AE60;
}
path.firstpathone {
    fill: #fff;
    stroke: #fff;
}
.footerlinkedin a img {
    vertical-align: middle;
    width: 4%;
}
rect.firstcolone:hover, path.firstpathone:hover {
    fill: #fff;
    stroke: #27AE60; transition: all 0.3s ease-in-out;
}

rect.twocoltwo, path.twopathtwo,
rect.threecol_one, rect.threecol_two, path.threepaththree {
    visibility: hidden;
    display: none;
}
path.twopathtwo.show, path.threepaththree.show {
    visibility: visible;
    display: block;
    fill: #fff;
}
rect.twocoltwo.show, rect.threecol_one.show, rect.threecol_two.show {
    visibility: visible;
    display: block;
     fill: #27AE60;
}
rect.firstcolone.simple, rect.twocoltwo.show.simple,rect.threecol.show.simple {
    fill: #fff;
}
path.firstpathone.simple , path.twopathtwo.show.simple,path.threepath.show.simple{
    fill: #27AE60;
}

/* SVG animation Two */
@keyframes fadeInFromTop {
    from {
        transform: translateY(-20px); 
        opacity: 0; 
    }
    to {
        transform: translateY(0); 
        opacity: 1; 
    }
}
g.grp_one,g.grp_two,g.grp_three{
   transition: opacity 0.5s ease-in-out;
    animation: fadeInFromTop 0.5s ease-in-out forwards; 
  }
g.grp_one rect, g.grp_one.show path.gp_1 {
    fill: #27AE60; 
}

g.grp_one path.gp_1, g.grp_one.show rect,g.grp_two.hide.show rect,g.grp_two.hide.show.visible path,
g.grp_three.hide.show.visible path {
    fill: #fff; 
}

g.grp_two, g.grp_three {
    display: none;
}

g.grp_two.show rect, g.grp_two.show path,
g.grp_three.show rect, g.grp_three.show path,g.grp_two.hide.show.visible rect {
    fill: #27AE60; 
}
g.grp_one.show,g.grp_two.hide.show {
    display: block !important;
}
/* SVG animation three */
g.grp_one_1,g.grp_two_1,g.grp_three_1{
   transition: opacity 0.5s ease-in-out;
    animation: fadeInFromTop 0.5s ease-in-out forwards; 
  }
g.grp_one_1 rect, g.grp_one_1.show path.gp_1 {
    fill: #27AE60; 
}

g.grp_one_1 path.gp_1, g.grp_one_1.show rect,g.grp_two_1.hide.show rect,g.grp_two_1.hide.show.visible path,
g.grp_three_1.hide.show.visible path {
    fill: #fff; 
}

g.grp_two_1, g.grp_three_1 {
    display: none;
}

g.grp_two_1 rect, g.grp_two_1.show path,
g.grp_three_1.show rect, g.grp_three_1.show path,g.grp_two_1.hide.show.visible rect,g.grp_one_1.show path, g.grp_two_1.show.visible rect {
    fill: #27AE60; 
}
g.grp_one_1 path {
    fill: #fff;
}
g.grp_two_1.show rect,g.grp_two_1.show.visible path, g.grp_two_1 path {
    fill: #fff;
}
g.grp_three_1.show.visible path {
    fill: #fff;
}
g.grp_one_1.show,g.grp_two_1.show {
    display: block !important;
}
g.grp_three_1.show path {
    fill: #fff;
}
 section.com_sec {
    height: auto; 
    display: block;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.5s ease-out;
  }

  section.com_sec img {
    max-width: 100%;
    height: auto;
  }

/* Define animation for visibility */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.show.animate {
    animation: fadeIn 0.1s forwards;
}

/* Initial state for elements to be hidden */
rect.two_col, path.two_path,
rect.three_colone, rect.three_coltwo, path.three_path,
rect.twocol, path.twopath,
rect.threecol, path.threepath,
rect.fourcol1, rect.fourcol2, path.fourpath,
rect.twocoltwo, path.twopathtwo,
rect.threecol_one, rect.threecol_two, path.threepaththree {
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Adds movement effect */
}

/* Hover effects */
rect.firstcol:hover, path.firstpath:hover {
    fill: #fff;
    stroke: #27AE60;
}

rect.firstcolone:hover, path.firstpathone:hover {
    fill: #fff;
    stroke: #27AE60;
}

rect.one_col:hover, path.one_path:hover {
    fill: #fff;
    stroke: #27AE60;
}

/* Simple class styling */
rect.firstcolone.simple, rect.twocoltwo.show.simple, rect.threecol.show.simple,
rect.one_col.simple, rect.two_col.show.simple, rect.three_colone.show.simple {
    fill: #fff;
}

path.firstpathone.simple, path.twopathtwo.show.simple, path.threepath.show.simple,
path.one_path.simple, path.two_path.show.simple, path.three_path.show.simple {
    fill: #27AE60;
}












.owl-carousel.owl-drag .owl-item,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .slider_col{
    height: auto;
}
.owl-carousel.owl-drag .slider_col {
    height: 100%;
    background:#E6F2EB;
    padding-bottom:15px;
}
.owl-carousel.owl-drag .owl-item {
    float: none !important;
}
.whychoose-section .choose_col:hover,.howitworks-section .howitworks-col:hover{
    background: #27AE60;
    box-shadow: 5px 5px 0px 0px #555957;
    color: #fff; transition: all 0.3s ease-in-out;
    border: 1px solid #27AE60;
}
.choose_col.clickhoverclass h4 {
    transform: scale(1.2);
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
}

.choose_col.clickhoverclass {
    background: linear-gradient(to right, white 15px, #27AE60 10px);
 
  border: 2px solid #27AE60;
    position: relative;    
    box-shadow: 5px 5px 0px 0px #555957;

}
.choose_col.clickhoverclass:hover{
   transition: all 0.3s ease-in-out; background: linear-gradient(to right, white 15px, #27AE60 10px); 
}
.choose_col.clickhoverclass p {
    transform: scale(1.2);
    position: absolute;
    bottom: 5%;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding-left: 52px;
    width: 90%;
}
/*.choose_col.clickhoverclass h4, .choose_col.clickhoverclass p {
    transform: scale(1.4);
    color:#fff;
}*/
.whychoose-section .choose_col:hover h4,
.whychoose-section .choose_col:hover p,
.howitworks-section .howitworks-col:hover .how_description h6,.howitworks-section .howitworks-col:hover .how_description h3, .howitworks-section .howitworks-col:hover .how_description p   {
    color: #fff; transition: all 0.3s ease-in-out;
}
.howitworks-section .howitworks-col:hover img.simpleimg {
    display: none;
}
.howitworks-section .howitworks-col:hover img.hoverimg {
    display: block !important; transition: all 0.3s ease-in-out;
}








path.twopath.show, path.threepath.show, path.fourpath.show {
    visibility: visible;
    display: block;
    fill: #fff;
}
rect.twocol.show,rect.threecol.show, rect.fourcol1.show, rect.fourcol2.show {
    visibility: visible;
    display: block;
     fill: #27AE60;
}
rect.firstcol.simple, rect.twocol.show.simple,rect.threecol.show.simple {
    fill: #fff;
}
path.firstpath.simple , path.twopath.show.simple,path.threepath.show.simple{
    fill: #27AE60;
}


















.whatforyou_headertop h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
    color: #2E3330;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 40px;
}
.bottomCTA a {
    border: 1px solid var(--Neutral_dark, #555957);
    background: var(--Primary_Green, #27AE60);
    box-shadow: 4px 4px 0px 0px #555957;
    color: #FFF !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 40px;
    text-decoration: none;
}
.twocolig_first_inner,
.twocolig_second_inner,
.twocolig_third_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    padding: 40px 20px;
    position: relative; 
}

.image_content,
.content_desp {
    width: 48%;
    box-sizing: border-box; 
}

.image_content img {
    max-width: 100%;
    height: auto;
}
.bottom_img img {
    width: 100%;
}
.content_desp h6 {
    color: #2E3330;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    display: none;
}
.bottom_img {
    padding-top: 50px;
}
.content_desp p {
    color: #555957;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 15px 0;
}
.content_desp h3 {
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    line-height: 53.16px;
    text-align: left;
    color: #2E3330;
}
.content_desp h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #555957;
}
.right_1, .right_2, .right_3 {
    text-align: left; 
}
.whatforyou_inner {
    width: 90%;
    margin: 0 auto;
}
.image_content {
    transition: position 0.3s ease, top 0.3s ease, right 0.3s ease; 
}
img.testimonialbg {
    position: absolute;
    top: -20%;
    left: -54px;
    width: 25%;
}
.home_testimonial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    background-color: #f8f8f8;
    position:relative;
}

.whatforyou-section {
    position: relative; 
    padding-top: 20px; 
}

.image_content {
    position: -webkit-sticky; 
    position: sticky;
    top: 0; 
    z-index: 10; 
}
.team_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    padding: 30px 0px;
}
    .team_card.first {
    margin-left: 0;
}
    .team_card {
    background-color: #E6F2EB;
    border: 1px solid #27AE60;
    padding: 40px;
    margin: 20px;
    margin-right: 40px;
    outline:none !important;
    width: 28%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    cursor: pointer;
    position:relative;
    padding-bottom: 80px;
}
.team_card:hover{
    background-color: #27AE60;outline:none !important; transition: all 0.3s ease-in-out;
}

.team_card h3 {
    font-family: "Poppins", sans-serif;
    color: #27AE60;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-align: left;outline:none !important;
    width: 70%;
    padding-bottom:25px;
}
.team_card:hover p, .team_card:hover h3{
    color:#fff;outline:none !important; transition: all 0.3s ease-in-out;
}



#thankyou-popup {
    position: fixed;
    top: 0;
    left: -8px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 11100000;
}
#thankyou-popup .popup-content {
    text-align: center;
    background-color: white;
    padding: 30px;
    left: 0;
    width: 49%;
    margin-top: 5%;
}
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 500px;
  width: 80%;
}

.popup-content h2 {
  margin-top: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

#thankyou-popup .popup-content {
    text-align: center;
    background-color: white;
    padding: 30px;
    left: 0;
    width: 49%;
    margin-top: 5%;
}

#thankyou-popup .popup-content img {
  width: 45%;
}

.slider_col.item.newclass .slide_image {
    width: 40%;
    padding-right: 0;
}
.slider_col.item.newclass .slide_content {
    width: auto;
}
.slider_col.item .slide_image img {
    width: auto;
}
.owl-item.active.parentofnewclass {
    width: 800px !important;
}



.slider_col.item.newclass {
    display: flex !important;
/*    width: 500px;*/
    background:#27AE60;
    margin: 0 auto; 
     box-shadow: 4px 4px 0px 0 #555957;
}

.slider_col.item.newclass .slide_image {
    width: 50%;
    padding-top: 100px;
    padding-right:30px;
}

.slider_col.item.newclass .slide_content {
    width: auto;
    height: auto;
    background: #27AE60;
    padding-top: 100px;
}

.slider_col.item.newclass .slide_image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    width: auto;
}

.slider_col.item.newclass .slide_content h3,
.slider_col.item.newclass .slide_content p {
    color: #fff;
}

#popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000; 
  justify-content: center;
  align-items: center;
}


div#terms-popup h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #27AE60;
    padding: 10px 0;
}
label.termpopup_checkbox a{
    text-decoration: underline;
}
.termpopup_checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.termpopup_checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #2E3330;
}
div#terms-popup p, label.termpopup_checkbox, label.termpopup_checkbox a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #555957;
    padding: 5px 0;
}
#terms-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 11000000; 
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 500px;
  width: 80%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
div#terms-popup .popup-content {
    left: 0;
    padding: 40px 40px;
}

















.team_card p {
    width: 100% !important;
}

.image_content img {
    width: 70%; 
    height: auto; 
}
label.checkbox_1 span span.wpcf7-not-valid-tip {
    width: 100%;
}
.hometestimonial_inner {
    display: flex;
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    padding: 0 15px;
    align-items: center;
}

.testimonial_left {
    flex: 1;
    padding-right: 20px;
    width: 50%;
    margin-right: 40px;
}

.testimonial_left h2 {
    margin-bottom: 10px;
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: left;
    color: #2E3330;
}

.testimonial_left p {
    color: #2E3330;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.testimonial_right {
    flex: 2;
    position: relative;
    width: 50%;
}
section.home_testimonial {
    margin-left: auto;
    background: #F7FAF8;
    padding-top: 120px;
    padding-bottom: 200px;
}
.slider_items .testimonial_col.item {
    width: auto;
    width: 100%;
    text-align: center;
    height: auto;
    background: #E6F2EB;
    box-shadow: 4px 4px 0px 0 #555957;
    border: 2px solid #555957;
    margin-bottom: 20px;
    padding:20px;
}

.user_image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.userdesignation .username {
        font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
    color:#2E3330;
}

.userdesignation .userdesign {
    color: #2E3330;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.star_image img {
    width: 120px;
    margin-bottom: 15px;
}

.user_description p {
    margin: 0 auto;
    color: #555957;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
}
.testimonialCTA a {
    color: #27AE60;
    text-decoration: none;
    padding-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
}
.testimonialCTA {
    text-align: right;
}

.bottomfooter_inner {
    padding: 50px 0;
    padding-bottom: 80px;
}
body .footertop_left h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #2E3330;
}
ul#menu-copyright-menu li a {

font-family:"Poppins", sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 15px;
text-align: left;
color:#F7FAF8;

}
.copyleft {
    font-family: "Poppins", sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 15px;
text-align: left;
color:#F7FAF8;

}
ul#menu-footer-top-menu li a {
    font-family:  "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color:#F7FAF8;
}
.footertop_left p {
    color: #2E3330;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
body .footertop_left h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: left;
    color: #2E3330;
    padding: 20px 0;
}
.footerbottom_left .logo div#media_image-3 img {
    width: auto !important;
}
nav.footer-top-menu-container ul li {
    margin-right: 120px;
}
.footerlinkedin {
    text-align: left;
    padding-top: 10px;
}
.arrowtop img {
    width: 15%;
    margin-bottom: 25px;
}
.arrowtop p a {
    font-family: Futura;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.53px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}




.user_image img,
.star_image img {
    width: auto !important;
}
div#testimonialSLider .owl-nav {
    position: absolute;
    left: 30%;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 38%;
    bottom: -18%;
}
.testimonial_right .owl-carousel .owl-dots .owl-dot span {
   width: 16px;
    height: 16px;
    background: #E6F2EB;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}
.testimonial_right button.owl-dot {
    background: transparent !important;
}
.testimonial_right .owl-carousel .owl-dots .owl-dot.active span {
    background: #2E3330;
    width: 16px;
    height: 16px;
}
.footer_top, .bottom_footer {
    padding: 20px;
    color: white;
}
.footertop_inner {
    width: 88%;
    margin: 0 auto;
}
section.footer_top {
    background: #27AE60;
    padding: 80px 0;
    clear: both;
    width: 100%;
}
.howitworks-section .howitworks-col:nth-child(odd){
    position:relative;
}
/*.howitworks-section .howitworks-col:nth-child(even)::before {
    content: "";
    display: block;
    background-image: url('https://lossiq.com/lossiqstaging/wp-content/uploads/2024/09/paper-plane-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: -25%;
    margin-left: 0;
}*/
.howitworks-section .howitworks-col:last-child::before,
.howitworks-section .howitworks-col:last-child::after {
    content: none; 
    background: none; 
    width: 0; 
    height: 0; 
    display: none; 
}
.bannerCTA.productpage {
    clear: both;
    margin-bottom: 100px;
    position: relative;
    padding-left: 0;
    text-align: center;
}
.product_banner {
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.productbg_img {
    position: relative;
}
.productbanner_inner {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

.productbg_img img {
    width: auto;
    height: auto;
}
.productbanner-content {
    position: absolute;
    top: 0;
    width: 80%;
    margin: 0 auto;
    left: 10%;
}

.productbanner-content h1 {
    color: #2E3330;
    margin-bottom: 20px;
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
}

.productbanner-content p {
    color: #2E3330;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-bottom: 10px;
}

.keyfeature-inner h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
    color: #2E3330;
}
.keyfeature-section {
    background-color: #fff;
    padding-bottom: 50px;
}

.keyfeature-inner {
    max-width: 95%;
    margin: 0 auto;
}

.keyfeaturerow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.keyfeat-left,
.keyfeat-right {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}
.keyfeature-section ul li:before {
    content: '•';
    color: #27AE60;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
}
.keyfeat-left img,
.keyfeat-right img {
    max-width: 100%;
    width:85%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.keyfeat-right h3 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 15px;
}

.keyfeat-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.keyfeat-right ul li {
    color: #555957;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 10px;
}

.keyfeat-right ul li span {
    color: #27AE60;
    font-weight: bold;
}




.keyfeature-section h3 {
    color: #2E3330;
    margin-bottom: 20px;
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    line-height: 53.16px;
    text-align: left;
    padding-top: 100px;
}





.keyfeature-section ul {
    list-style-type: none;
    padding: 0;
}

.keyfeature-section li {
    color: #555957;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.keyfeature-section li span {
    font-weight: bold;
    color: #27AE60;
}

.whychoose-section {
    background-color: #F7FAF8;
    padding: 80px 0;
    position: relative;
}
.whychoose-inner h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
    color: #2E3330;
}
.whychoose-section .choose-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:60px;
    justify-content: center;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 20px;
}
.choosetop_image {
    position: absolute;
    top: -20%;
    z-index: 4;
    overflow: none;
}
.whychoose-section .choose_col {
    background-color: #E6F2EB;
    padding: 40px;
    text-align: left;
    padding-bottom: 45px;
    border: 1px solid #2E3330;
    overflow: hidden;
    z-index: 99999;
}

.whychoose-section h4 {
    color: #2E3330;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}


.whychoose-section p {
    color: #555957;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.howitworks-section {
    padding-top: 50px;
}
.howitworks-inner h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
    color: #2E3330;
    padding-bottom: 35px;
}
.howitworks-section .howitworks-inner {
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}



.howitworks-section .howitworks-col {
    background-color: #E6F2EB;
    padding: 10px;
    max-width: 60%;
    width: 100%;
    border: 2px solid #27AE60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 20px;
        cursor: pointer;
}

.how_image {
    width: 40%;
    margin-right: 20px;
}

.how_image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.how_description {
    flex: 1;
    text-align: left;
    width: 50%;
}
.howitworks-section .howitworks-col:nth-child(even) {
    float: right;
    clear: both;
    width: 100%;
    position: relative;
}
.how_description h6 {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #555957;
}

.how_description h3 {
    color: #2E3330;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.how_description p {
    color: #555957;
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
ul#menu-new-primary-menu li:last-child a {
    border: 1px solid #98B2A3;
    padding: 10px 50px;
    padding-bottom: 15px;
    color: #27AE60;
    font-weight: 700;
    padding-top: 15px;
}
ul#menu-new-primary-menu li.current-menu-item a, ul#menu-new-primary-menu li a:hover {
    color: #27AE60;
    font-weight: 700;
}
/*
.howitworks-section .howitworks-col:nth-child(odd)::after {
    content: "";
    display: block;
    background-image: url('https://lossiq.com/lossiqstaging/wp-content/uploads/2024/09/paper-plane.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 100px;
}*/
.site-main > * {
    margin-top: 0 !important;
    margin-bottom: 0!important;
}
.bottom_footer {
    background-color: #333;
}

.footertop_inner, .bottomfooter_inner, .fcopyright_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
section.homenew_banner {
    padding-top: 120px;
    padding-bottom: 150px;
}
section.whatforyou-section {
    padding: 60px 0;
}
.site-main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footercopyright {
    border-top: 1px solid #F7FAF8;
    padding-top: 20px;
    padding-bottom: 50px;
}
.bottomfooter_inner, .footercopyright {
    width: 95%;
    margin: 0 auto;
}
.footertop_left, .footertop_right, .footerbottom_left, .footerbottom_right {
    flex: 1;
    padding: 10px;
}



.footerbottom_left, .footerbottom_right {
    flex: 1; 
    padding: 10px;
}

.footerbottom_right {
    text-align: right;
}

.aboutbanner-content h1 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: center;
    color: #2E3330;
}
.about2col-left h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #30332E;
}
.about2col-left h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: left;
    color: #30332E;
}
.about2col-right p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #30332E;
    padding-bottom: 20px;
}
.aboutbanner-content p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #2E3330;
    padding: 5px 50px;
    padding-top: 20px;
}
.ourteam_inner h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #30332E;
}
.ourteam_inner p {
    color: #30332E;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 80%;
    padding-bottom: 10px;
}
.ourteam_inner h2 {
    font-family: Futura;
    font-size: 64px;
    font-weight: 700;
    line-height: 85.06px;
    text-align: left;
    color: #30332E;
    padding: 10px 0;
}

.videopopup {
    padding: 50px 20px;
    padding-bottom: 100px;
    text-align: center;
}

.videopopup_inner {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}

.videopopup_inner img {
    max-width: 100%;
    cursor: pointer;
}

.videopopup_inner iframe {
    width: 100%;
    height: 600px;
    display: none;
}

.about_banner {
    text-align: center;
    padding: 150px 20px;
    background-color: #FFFFFF;
}
.bannerbg_img img {
    max-width: 100%;
    height: auto;
}
.bannerbg_img {
    position: relative;w
}
.aboutbanner-content {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 10%;
}



.abouttwo-col {
    padding: 50px 20px;
    background-color: #fff;
}

.abouttwocol-inner {
    max-width: 95%;
    margin: 0 auto;
}

.about2col_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about2col-left {
    flex: 1;
    min-width: 49%;
}

.about2col-right {
    flex: 2;
    min-width: 48%;
}





.ourteam_section {
    padding: 50px 20px;
    background-color: #fff;
}

.ourteam_inner {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.ourteam_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    text-align: center;
    padding: 30px 0;
    padding-top: 60px;
}
.ourteam_col p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.ourteam_col {
    flex: 1;
    background: #98B2A3;
    text-align: center;
    align-items: center;
    padding: 20px 0;
    padding-top: 50px;
}

.ourteam_col img {
    max-width: 75%;
    height: auto;
    
}
p.teamname {
    font-family: Futura;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.53px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}


section.ourteam_section {
  padding-top: 60px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
}



/* popup css */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    margin-top: 18%;
    border-radius: 4px;
    width: 100%;
    max-width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}



.popup-overlay.homepage-position .popup-content {
   left: 0;
    transform: translateX(0);
}


.popup-overlay.navigation-position .popup-content {
    left: 50%;
    transform: translateX(-50%);
}

div#popup {
    z-index: 9999999;
}
.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.contact-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    z-index: 100;
    position: relative;
}
 .contact-form textarea {
    height: 100px !important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: inline-block !important;
    clear: both;
}


.contact-form label, span.checkbox a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #2E3330;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #555957;
    background:#27AE60 !important;
    box-shadow: 4px 4px 0px 0px #555957;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 40px;
    text-decoration: none;
}
.popup-content h2 {
    font-family: Futura;
    font-size: 48px;
    font-weight: 700;
    line-height: 63.79px;
    text-align: left;
    padding-left: 30px;
    color: #2E3330;
}


.contact-form input[type="text"]:focus::placeholder,
.contact-form input[type="email"]:focus::placeholder,
.contact-form input[type="tel"]:focus::placeholder,
.contact-form textarea:focus::placeholder {
    color: #2E3330; 
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    transition: all 0.3s ease-in-out; 
    border: 1px solid #2E3330;
    background: #fff;
    color: #2E3330;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #E6F2EB !IMPORTANT;
    color: #27AE60 !important;
    box-shadow: 1px 1px 0px 0px #555957;
    text-decoration: none; transition: all 0.3s ease-in-out;
    
}
.contact-form input[type="text"]:valid,
.contact-form input[type="email"]:valid,
.contact-form input[type="tel"]:valid,
.contact-form textarea:valid {
    border: 1px solid #2E3330;
    box-shadow: none;
    background: #fff;
    color: #2E3330;
    box-shadow: 2px 2px 0px 0px #555957;
    border-radius: 0;

}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border: 1px solid var(--Sleepy_dark, #2E3330);
    box-shadow: 4px 4px 0px 0px #555957;
    background: #E6F2EB;
    color: #2E3330;
    outline: none !important; 
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    box-sizing: border-box; 
    height:48px;
    border: 1px solid #2E3330;
    box-shadow: none;
    background: #fff;box-shadow: 2px 2px 0px 0px #555957;
    border-radius: 0;
}

.contact-form input[type="checkbox"] {
    margin-right: 10px;
    margin-left: -11px;
}
label.checkbox_1 span.wpcf7-list-item-label {
    position: relative;
    top: -6px;
}
.contact-form [submit] {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.contact-form [submit]:hover {
    background-color: #218838; transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
    .contact-form {
        padding: 15px;
    }

    .contact-form label {
        font-size: 0.9rem;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea {
        font-size: 0.9rem;
    }

    .contact-form [submit] {
        width: 100%;
        padding: 15px;
        font-size: 1rem;
    }
}




/* Media Queries */
@media (min-width: 2120px) and (max-width: 3840px) {
.popup-content h2 {
width: 90%;
margin: 0 auto;
padding: 20px 0;
padding-bottom: 40px;
}
.contact-form {
max-width: 95%;
margin: 0 auto;
}
   .choosetop_image {
    position: absolute;
    top: -26%;
    z-index: 4;
    overflow: none;
}
    section.homenew_banner {
    padding-top: 200px;
    padding-bottom: 250px;
}
.differentiation_topinner h2 {
    padding: 20px 0;
}
.owl-nav {
    margin-top: 90px;
}
section.whatforyou-section {
    padding: 160px 0;
}
section.footer_top{
    padding: 120px 0;
}
.about_banner {
    padding: 250px 20px;
}
.keyfeaturerow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    box-sizing: border-box;
}
.keyfeature-section h3 {
    font-size: 60px !IMPORTANT;
    line-height: 70px !important;
}
.choosetop_image {
    position: absolute;
    top: -25%;
    z-index: 4;
    overflow: none;
}
.keyfeaturerow.first .keyfeat-right,.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 150px;
}
.keyfeaturerow.second .keyfeat-left {
    padding-top: 200px;
}
.productbanner-content p {
    padding: 20px 0;
}
.product_banner {
    padding: 200px 0;
    position: relative;
    text-align: center;
}
.aboutbanner-content {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 15%;
}
.abouttwo-col,section.ourteam_section {
    padding: 150px 20px;
}
.about2col-left h2 {
    padding-top:15px;
    width: 85%;
}
.aboutbanner-content h1 {
    padding-bottom: 30px;
}
.videopopup_inner img {
    max-width: 100%;
    cursor: pointer;
    width: 100%;
}
.ourteam_inner h2 {
    padding: 30px 0;
}
section.differentiation_section {
    padding-top: 100px;
    padding-bottom: 150px;
}
button.owl-prev {
    margin-right: 150px;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 35%;
    bottom: -17%;
}
.testimonial_right .owl-carousel .owl-dots .owl-dot span, .differentiation_section .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
} 
.testimonial_right .owl-carousel .owl-dots .owl-dot.active span,.differentiation_section .owl-theme .owl-dots button.owl-dot.active span {
    width: 30px;
    height: 30px;
}
p, a, li, .copyleft {
    font-size: 30px !important;
    line-height: 40px !important;
}
.bannerCTA a, .bottomCTA a {
 padding: 20px 80px;
}
.image_content img {
    width: 100%;
    height: auto;
}
img.testimonialbg {
    position: absolute;
    top: -60%;
    left: -54px;
    width: 25%;
}
h5 {
    font-size: 25px !important;
    line-height: 35px !important;
    padding-bottom: 10px;
}
.bannerCTA {
    text-align: center;
    padding-top: 60px;
}
.logo img, .tagline img {
    max-width: 100%;
    height: auto;
    width: 230px;
}
.slide_content {
    height: 320px;    padding: 40px;
}
.content_desp h3 {
    font-size: 55px !important;
    line-height: 70px !important;
}
ul#menu-footer-top-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footerlinkedin a {
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 4px;
}
h3 {
    font-size: 35px !important;
    line-height: 45px !important;
}
h1 {
    font-size: 94px !important;
}
h6 {
    font-size: 30px !important;
}
h2 {
    font-size: 84px !important;
    padding: 30px 0;
}
}
@media (min-width: 1536px) and (max-width: 2048px)  {
.choosetop_image {
    position: absolute;
    top: -26%;
    z-index: 4;
    overflow: none;
}
.popup-content h2 {
width: 90%;
margin: 0 auto;
padding: 20px 0;
padding-bottom: 40px;
}
.contact-form {
max-width: 95%;
margin: 0 auto;
}
}  

@media (min-width: 1920px) and (max-width: 2560px)  {
.popup-content h2 {
width: 90%;
margin: 0 auto;
padding: 20px 0;
padding-bottom: 40px;
}
.contact-form {
max-width: 95%;
margin: 0 auto;
}
.top_left {
    position: absolute;
    left: 2%;
    top: 0;
}
img.testimonialbg {
    position: absolute;
    top: -20%;
    left: -54px;
    width: 18%;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 37%;
    bottom: -26%;
}

}
@media (max-width:1920px){ 
img.testimonialbg {
    position: absolute;
    top: -20%;
    left: -54px;
    width: 22%;
}

}

/* Media Query for medium desktop */
@media (max-width:1920px){ 
/*.owl-item.parentofnewclass {
    margin-right: 180px !important;
}*/
}
@media  screen and (max-width: 1680px) {
.product_banner {
    padding: 170px 0;
    position: relative;
    text-align: center;
}
.keyfeaturerow.first .keyfeat-right {
    padding-top: 80px;
    padding-right: 50px;
}
.keyfeaturerow.second .keyfeat-left {
    margin-left: 50px;
}
.keyfeaturerow.third .keyfeat-right {
    padding-top: 70px;
}
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 100px;
}
.productbanner-content p {
    width: 85%;
    margin: 0 auto;
}
.homebanner_inner p {
    width: 91%;
    margin: 0 auto;
}
.footerlinkedin {
    text-align: left;
    padding-top: 70px;
}
.slider_col.item.newclass .slide_content {
    padding-top: 100px;
}

}

@media  screen and (max-width: 1440px){
.keyfeaturerow.first .keyfeat-right {
    padding-top: 40px;
    padding-right: 50px;
}
.homebanner_inner p {
    width: 95%;
    margin: 0 auto;
}

.footertop_left {
    width: 100%;
    padding-left: 0;
    position: relative;
    left: 100px;
}
.footertop_inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 50px;
}
.howitworks-section .howitworks-col:nth-child(odd):before {
    height: 86%;
    bottom: -35%;
    right: -23%;
}
section.product_banner {
    overflow: hidden;
}




}
@media (min-width: 1200px) and (max-width: 1399px) {
.popup-content {
    background-color: #fff;
    padding: 20px;
    margin-top: 24%;
    border-radius: 4px;
    width: 100%;
    max-width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.top_left img {
    width: 100%;
}
.differentiation_inner {
    padding-top: 40px;
}
.differentiation_topinner {
    padding: 10px 0;
    padding-bottom: 70px;
    padding-top: 35px;
}
.homebanner_inner {
    width: 75%;
    margin: 0 auto;
}
.homebanner_inner p {
    width: 97%;
    margin: 0 auto;
}
.choosetop_image {
    position: absolute;
    top: -75px;
    z-index: 4;
    overflow: none;
}
.choosetop_image img {
    width: 80%;
}
nav.footer-top-menu-container ul li {
    margin-right: 110px;
}
}
@media (max-width: 1300px) {
.homebanner_inner p {
    width: 100%;
    margin: 0 auto;
}
.footertop_left {
    width: 100%;
    padding-left: 0;
    position: relative;
    left: 80px;
}
.footertop_right {
    text-align: right;
    position: relative;
    right: 50px;
}
nav.footer-top-menu-container ul li {
    margin-right: 100px;
}
nav.footer-top-menu-container ul li:last-child {
    margin-right: 0;
}

.slider_col.item.newclass .slide_content {
    padding-top: 120px;
}
}

@media (max-width: 768px) {
.homebanner_inner h1 {
    font-size: 40px;
}
 .team_container {
                flex-direction: column;
                align-items: center;
            }
header {
    z-index: 100;
}
section.differentiation_section {
    z-index: 0;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.popup-content {
    position: relative;
    margin: auto;
    padding: 20px;
    background: #fff;
    width: 80%;
    max-width: 600px;
}

.popup-content span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

      .modal-dialog {
        width: 90%;
        height: auto;
    }
 .about2col_row {
        flex-direction: column;
    }
    .ourteam_row {
        flex-direction: column;
    }
.image_content,
    .content_desp {
        width: 100%;
        text-align: center;
    }

    .twocolig_first_inner,
    .twocolig_second_inner,
    .twocolig_third_inner {
        flex-direction: column;
    }

    .bottom_img img {
        margin: 0 auto;
    }
    .nav-links {
    position: absolute;
    top: 23px;
    right: -15px;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
}
    .nav-links.show {
    display: block;
    padding: 20px 30px;
}
    .nav-links li {
        margin: 10px 0; 
    }
    .hamburger {
        display: block; 
    }
    .icon[data-icon="hamburger"] {
        display: block; 
    }
    .icon[data-icon="close"] {
        display: none; 
    }
    .nav-links.show + .hamburger .icon[data-icon="hamburger"] {
        display: none; 
    }
    .nav-links.show + .hamburger .icon[data-icon="close"] {
        display: block; 
    }
    .footerbottom_left, .footerbottom_right {
        flex-basis: 100%; 
        text-align: center;
    }

    .footerbottom_right {
        margin-top: 20px; 
    }

    .footermenu ul, .copyright ul {
        flex-direction: column;
        align-items: center;
    }

    .footermenu ul li, .copyright ul li {
        margin-bottom: 10px;
    }

    .footerlinkedin a {
        display: block;
        margin-top: 10px;
    }
}

.footertop_right {
    text-align: right;
}

.copyright ul, .footermenu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright ul li, .footermenu ul li {
    margin-right: 15px;
}

.copyright ul li a, .footermenu ul li a, .footerlinkedin a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.copyright ul li a:hover, .footermenu ul li a:hover, .footerlinkedin a:hover {
    color: #27AE60; transition: all 0.3s ease-in-out;
}

.footerlinkedin a img {
    vertical-align: middle;
}

.logo img, .tagline img {
    max-width: 100%;
    height: auto;
}
@media  (max-width: 1150px){
@keyframes curveDown {
    from {
        transform: translateY(0) translateX(0);
        opacity:1;
    }
    to {
        transform: translateY(260px) translateX(180px);
    }
}
}
@media (min-width: 1025px) and (max-width: 1280px){
.slider_col.item.newclass .slide_content h3 {
    font-size: 44px;
    line-height: 58px;
} .slider_col.item.newclass .slide_content h3 {
    padding-bottom: 15px;
}
.keyfeaturerow.first .keyfeat-right {
    padding-top: 30px;
    padding-right: 50px;
}
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 50px;
} 
.homebanner_inner {
    width: 85%;
    margin: 0 auto;
}
.footertop_left {
    width: 100%;
    padding-left: 0;
    position: relative;
    left: 50px;
}
.footertop_right {
    text-align: right;
    position: relative;
    right: 0;
}
.footertop_inner, body .homebanner_inner p {
    width: 92%;
    margin: 0 auto;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.homebanner_inner h1 {
    font-size: 58px;
}
.productbanner-content p {
    width: 100%;
    margin: 0 auto;
}
.keyfeaturerow.first .keyfeat-right {
    padding-top: 0;
    padding-right: 30px;
}
.keyfeaturerow.third .keyfeat-right {
    padding-top: 35px;
}
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 25px;
}
.productbanner-content {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
}
.keyfeaturerow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    box-sizing: border-box;
}
.footertop_inner, body .homebanner_inner p {
    width: 90%;
    margin: 0 auto;
}
.differentiation_topinner h2 {
    font-size: 45px;
    line-height: 55px;
}
.slide_content h3 {
    font-size: 19px;
    line-height: 28px;
}
.slide_content p {
    font-size: 14px;
    line-height: 20px;
}
.choosetop_image img {
    width: 45%;
}
.choosetop_image {
    position: absolute;
    top: 0;
    z-index: 4;
    overflow: none;
}
    .testimonial_left h2,
    body .footertop_left h2 {
        font-size: 55px;
        line-height: 65px;
    }
    nav.footer-top-menu-container ul li {
        margin-right: 70px;
    }

.slider_col.item.newclass .slide_content h3 {
    font-size: 40px;
    line-height: 50px;
}
.slider_col.item.newclass .slide_content p {
    font-size: 22px;
    line-height: 32px;
}

}
@media screen and (min-width: 800px) and (max-width: 1280px) {
.owl-item.parentofnewclass.active {
/*    margin-right: 260px !IMPORTANT;*/
}
.slider_col.item.newclass {
   
}
.team_card {
    margin: 15px;
    margin-right: 50px;
}
.team_card:last-child {
    margin-right: 0;
}
    .popup-content {
    margin-top: 20%;
}
.ourteam_inner p {
    font-size: 14px;
    line-height: 20px;
}
.aboutbanner-content h1,.productbanner-content h1 {
    font-size: 50px;
    line-height: 60px;
}
.aboutbanner-content p,.productbanner-content p {
    padding: 15px 50px;
}
.about2col-left h2, .ourteam_inner h2,.keyfeature-inner h2,
.whychoose-inner h2 {
    font-size: 45px;
    line-height: 55px;
}
.keyfeature-section h3, .team_card h3{
    font-size: 27px;
    line-height: 40px;
}





.differentiation_topinner h2 {
    width: 60%;
    margin: 0 auto;
}
.footertop_inner,.homebanner_inner p {
    width: 95%;
    margin: 0 auto;
}
nav.footer-top-menu-container ul li {
    margin-right: 80px;
}
body .footertop_left h2 {
  
    font-size: 54px;
    line-height: 64px;
}
.slide_content {
/*    height: 280px;*/
}
}


/* Ipad */
@media only screen and (max-width : 1080px) {
    .slider_col.item.newclass .slide_content {
    padding-top: 100px;
}
.keyfeat-left img, .keyfeat-right img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.keyfeaturerow.third {
    padding-top: 50px;
}
    .top_left {
    position: absolute;
    left: 1%;
    top: -8%;
    z-index: 10;
}
.owl-item.parentofnewclass.active {
/*    margin-right: 290px !IMPORTANT;*/
}
.footertop_left {
    width: 100%;
    padding-left: 0;
    position: relative;
    left: 0;
}
.footertop_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    padding-left: 70px;
}
.homebanner_inner h1 {
    font-size: 48px;
}
body .homebanner_inner p {
    width: 80%;
    margin: 0 auto;
}
section.homenew_banner {
    padding-top: 90px;
    padding-bottom: 100px;
}
}
/* Ipad PRO */
@media (min-width: 992px) and (max-width: 1199px) {
.keyfeaturerow {
    padding-left: 30px;
    padding-right: 30px;
}
.productbanner-content p {
    width: 100%;
    margin: 0 auto;
}
.owl-item.parentofnewclass.active {
/*    margin-right: 0 !IMPORTANT;*/
}
nav.footer-top-menu-container ul li {
    margin-right: 70px;
}
.footerbottom_left .logo div#media_image-3 img {
    width: 50% !important;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 43%;
    bottom: -16%;
}
img.testimonialbg {
    position: absolute;
    top: -20%;
    left: -54px;
    width: 35%;
}
.top_left img {
    width: 80%;
}
.top_left {
    position: absolute;
    left: 1%;
    top: -11%;
    z-index: 10;
}
.ourteam_col img {
    max-width: 100%;
    height: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .howit_works.odd {
    height: 150%;
}
.slider_col.item.newclass .slide_content h3 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 15px;
}
.slider_col.item.newclass .slide_content p {
    font-size: 20px;
    line-height: 30px;
}
.productbanner-content p {
    width: 100%;
    margin: 0 auto;
}
.slider_col.item.newclass {
    display: flex !important;
/*    width: 700px;*/
    background: #27AE60;
    margin: 0 auto;
    box-shadow: 4px 4px 0px 0 #555957;
}
.slider_col.item.newclass .slide_content {
    padding-top: 100px;
}
.owl-item.parentofnewclass.active {
/*    margin-right: 15px !IMPORTANT;*/
}
.image_content img {
    width: 90%;
    height: auto;
}
.team_card {
    margin: 10px;
    margin-right: 50px;
}
.team_card:last-child {
    margin-right: 0;
}
.homebanner_inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.footertop_inner, body .homebanner_inner p {
    width: 95%;
    margin: 0 auto;
}
section.homenew_banner {
    padding-top: 150px;
    padding-bottom: 150px;
}
.popup-content {
    margin-top: 22%;
    max-width: 60%;
}
.productbanner-content h1 {
    font-size: 40px;
    line-height: 50px;
}
.keyfeaturerow.first .keyfeat-right {
    padding-top: 0;
    padding-right: 35px;
}
.keyfeaturerow.first .keyfeat-left {
    padding-top: 35px;
}
.keyfeaturerow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    box-sizing: border-box;
}
.keyfeaturerow.second .keyfeat-right {
    padding-top: 65px;
}
.keyfeaturerow.fourth .keyfeat-right {
    padding-top: 40px;
}
.choosetop_image img {
    width: 80%;
}
.choosetop_image {
    position: absolute;
    top: -14%;
    left: -5%;
    z-index: 4;
    overflow: none;
}
.keyfeaturerow.third .keyfeat-right,
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 0;
}
 .aboutbanner-content h1{ 
    font-size: 45px;
    line-height: 55px;
}
.about2col-left h2, .ourteam_inner h2, .keyfeature-inner h2, .whychoose-inner h2 {
    font-size: 40px;
    line-height: 50px;
}
    div#testimonialSLider .owl-nav {
    position: absolute;
    left: 30%;
}

p.teamname {
    font-size: 25px;
    line-height: 35px;
}

.aboutbanner-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutbanner_inner {
    width: 95%;
    margin: 0 auto;
}
.about2col-left h2, .ourteam_inner h2 {
    font-size: 42px;
    line-height: 55px;
}
.footerbottom_left .logo div#media_image-3 img {
    width: 50% !important;
}
nav.footer-top-menu-container ul li {
    margin-right: 60px;
}
.footerlinkedin a img {
    vertical-align: middle;
    width: 30px;
    position: relative;
    top: -4px;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 41%;
    bottom: -15%;
}
ul#menu-footer-top-menu li a,
.footerlinkedin a {
    font-size: 19px;
    line-height: 28px;
}
body .footertop_left h2 {
    font-size: 42px;
    line-height: 55px;
}
.footertop_left p, body .footertop_left h6,
.keyfeat-right ul li,.aboutbanner-content p, .productbanner-content p  {
    font-size: 14px;
    line-height: 20px;
}
.keyfeature-section h3, .team_card h3 {
    font-size: 25px;
    line-height: 36px;
}
}


/* Mobile Devices... */
@media screen and (max-width: 767px) {
.productbg_img {
    justify-content: start !important;
}
.productbg_img img {
    width: 100% !important;
    justify-content: start !important;
}
.slider_col.item {
    pointer-events: none;
}
.bottom_img svg {
    display: none;
}
.image_content.right_2 {
    text-align: center;
}
img.showonmobile {
    display: block !important;
}
 .howitworks-section .howitworks-col {
        max-width: 100%; margin: 0  auto 60px;
    }

.howit_works.odd {
    height: 150%;
    right: 0;
}
.howitworks-section .howitworks-col:nth-child(even)::after {
    left: 107px;
    bottom: -60%;
}
.howitworks-section .howitworks-col:nth-child(even)::before {
    left: 39%;
    bottom: 0;
}
.howitworks-section .howitworks-col:nth-child(even) {
    margin-bottom: 100px;
}
.howitworks-section .howitworks-col:nth-child(even):last-child {
    margin-bottom: 50px;
}
@keyframes moveDownward {
    0% {
        transform: translate(0, 0);
        opacity:1;
    }
    99% {
        transform: translate(-300px, 300px);
    }
    100%{
        opacity:0;
    }
}
    #fourcolslider button.owl-prev img, #fourcolslider button.owl-next img {
    width: 50%;
}
    .slider_col.item.newclass .slide_content {
    padding-top: 80px;
}

.slider_col.item.newclass .slide_content h3 {
    font-size: 25px;
    line-height: 35px;
}
.slider_col.item.newclass .slide_content p {
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
}
.owl-carousel.owl-drag .slider_col {
    height: 100%;
    width: auto;
    background: #E6F2EB;
    padding-bottom: 15px;
}
section.ourteam_section {
    background-size: auto;
    background-position: left top !important;
}

 .product_banner {
    padding: 120px 0;
    position: relative;
    text-align: center;
}
.productbanner-content p {
    width: 100%;
    margin: 0 auto;
}
.keyfeaturerow {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 0;
    box-sizing: border-box;
}
.keyfeaturerow.first .keyfeat-right {
    padding-top: 0;
    padding-right: 50px;
}
.keyfeaturerow.second,.keyfeaturerow.fourth {
    display: flex;
    flex-direction: column-reverse;
}
.keyfeaturerow.second .keyfeat-left {
    margin-left: 50px;
    padding-top: 60px;
}
.keyfeaturerow.third .keyfeat-right {
    padding-top: 0;
    margin-left: 50px;
}
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 50px;
    padding-left: 50px;
}
.footertop_right {
    text-align: right;
    position: relative;
    right: 18px;
    top: 50px;
}
.slider_col.item.newclass .slide_image {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
}
    .slider_col.item.newclass {
    display: block !important;

    background: #27AE60;
    margin: 0 auto;
    box-shadow: 4px 4px 0px 0 #555957;
}

section.homenew_banner {
    padding-top: 80px;
    padding-bottom: 100px;
}
.homebanner_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.whatforyou-section {
    padding: 30px 0;
}
.twocolig_first_inner, .twocolig_second_inner, .twocolig_third_inner {
    padding: 0 20px;
}
.differentiation_section .owl-theme .owl-dots .owl-dot span{
    width:16px !important;
    height:16px !important;
}
section.twocolig_first .image_content.left_1,
.bottom_img,
section.twocolig_second .content_desp.left_2,
section.twocolig_third .content_desp.right_3 {
    padding-top: 0 !important;
}
.bottom_img svg {
    width: 100%;
}
section.twocolig_third {
    padding-bottom: 30px;
}
section.twocolig_first  .content_desp.right_1 {
    padding-top: 20px;
}
    .team_card {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
}
.team_card h3 {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    padding-bottom: 15px;
}
.team_card.third {
    margin-bottom: 0 !important;
}
header {
    z-index: 100;
}
section.differentiation_section {
    z-index: 0;
}
#popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
}

.popup-content {
    position: relative;
    margin: auto;
    padding: 20px;
    background: #fff;
    width: 80%;
    max-width: 600px;
    z-index: 1001; 
}

.popup-content span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

   #popup {
    z-index: 9999; 
}

.hamburger {
    z-index: 999;
}
.image_content {
    position: initial;
    position: initial;
    top: 0;
    z-index: 10;
}
.twocolig_second_inner {
    flex-direction: column-reverse;
}
.ourteam_row {
    display: block;
}
.ourteam_col {
    margin-bottom: 40px;
}
.ourteam_col {
   padding-bottom: 0;
}

 ul#menu-new-primary-menu li:last-child a {
    padding: 10px 20px;
    font-weight: 400;
}
.popup-content {
    margin-top: 35%;
    width: 100%;
    max-width: 80%;
}
.aboutbanner-content h1,.productbanner-content h1 {
    font-size: 40px;
    line-height: 50px;
}
.aboutbanner-content p, .productbanner-content p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}
.about_banner {
    padding: 120px 20px;
}
.aboutbanner-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.about2col-left h2,
.ourteam_inner h2,
.keyfeature-inner h2,
.howitworks-inner h2,
.whychoose-inner h2 {
    font-size: 36px;
    line-height: 46px;
}
.about2col-right p,
.ourteam_inner p,
.keyfeat-right ul li,
.whychoose-section p,
.how_description h6,
.how_description p{
    font-size: 14px;
    line-height: 20px;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
    margin-left: 50px;
}*/

.keyfeature-section h3 {
    padding-top: 30px;
}
.keyfeature-section h3,.how_description h3 {
    font-size: 22px;
    line-height: 35px;
}
.howitworks-section .howitworks-col {
    max-width: 80%;
}
.choosetop_image {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 4;
    overflow: none;
}
.choosetop_image img {
    width: 40%;
}
.whychoose-section h4 {
    font-size: 20px;
    line-height: 30px;
}
.ourteam_row {
    display: block;
}
.ourteam_col {
    margin-bottom: 60px;
}
p.teamname {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 30px;
}

.homebanner_inner h1 {
    font-size: 40px;
    line-height:50px;
}
.homebanner_inner p {
    font-size: 14px;
    line-height: 21px;
}
.differentiation_topinner h2 {
    font-size: 45px;
    line-height: 55px;
    width: 60%;
    margin: 0 auto;
}
.whatforyou_headertop h2,.testimonial_left h2,body .footertop_left h2 {
    font-size: 45px;
    line-height: 55px;;
}
.content_desp h3 {
    font-size: 35px;
    line-height: 45px;
}
.homebanner_inner p{
    width:100%;
}
.content_desp h5,
.content_desp p,
.user_description p,
body .footertop_left h6,
.footertop_left p,
ul#menu-footer-top-menu li a {
    font-size: 14px;
    line-height: 20px;
}
.footermenu ul, .copyright ul {
    flex-direction: column;
    align-items: baseline;
}
.footerbottom_left, .footerbottom_right {
    flex-basis: 100%;
    text-align: left;
}
.arrowtop p a {
    font-size: 20px;
    line-height: 30px;
}
.footertop_right {
    text-align: left;
}
.hometestimonial_inner {
    display: block;
    width: 95%;
}
.testimonial_left {
    flex: 0;
    padding-right: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.testimonial_right {
    flex: 0;
    position: relative;
    width: 100%;
}
.footertop_inner, .bottomfooter_inner, .fcopyright_inner {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.footerbottom_left .logo div#media_image-3 img {
    width: 45%!important;
}
#thankyou-popup .popup-content {
    text-align: center;
    background-color: white;
    padding: 30px;
    left: 0;
    width: 90%;
}
.howitworks-section .howitworks-col:nth-child(odd):before {
    right: 0;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
    margin-left: 0;
    right: 19%;
}*/
}    

@media screen and (max-width: 640px){
.howitworks-section .howitworks-col:nth-child(even)::before {
    top: auto;
    left: 40%;
    bottom: 0;
}
@keyframes moveDownward {
    0% {
        transform: translate(0, 0);
        opacity:1;
    }
    100% {
        transform: translate(-200px, 200px);
    }
}

.slider_col.item.newclass .slide_content {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}
#thankyou-popup .popup-content {
    text-align: center;
    background-color: white;
    padding: 30px;
    left: 0;
    width: 90%;
}
.bottom_img svg {
    width: auto;
} 
.choose_col.clickhoverclass {
    background: #27AE60;
    margin-left: 0;
    height: 150px; transition: all 0.3s ease-in-out;
}
.footertop_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-left: 40px;
}
.keyfeaturerow.fourth .keyfeat-left {
    padding-top: 0;
    padding-left: 30px;
}
.keyfeaturerow.second .keyfeat-left,
.keyfeaturerow.third .keyfeat-right {
    margin-left: 20px;
    padding-top: 0;
}
   .social_listing {
        gap: 15px;           
    }
    .owl-item.parentofnewclass.active {
/*    margin-right: 110px !IMPORTANT;*/
}
.slider_col.item.newclass {
    display: block; !important;
/*    width: 500px;*/
    background: #27AE60;
    margin: 0 auto;
    box-shadow: 4px 4px 0px 0 #555957;
}
    .differentiation_topinner h2 {
    font-size: 45px;
    line-height: 55px;
    width: 80%;
    margin: 0 auto;
}
.homebanner_inner h1 {
    font-size: 33px;
    line-height: 43px;
}
    .social_listing img {
        width: 20px;          
        height: 20px;         
    }
#popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1000;
}

.popup-content {
    position: relative;
    margin: auto;
    padding: 20px;
    background: #fff;
    width: 80%;
    max-width: 600px;
    z-index: 1001; 

}

.popup-content span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px; 
}


section.product_banner {
    padding-bottom: 280px;
}
.top_left {
    position: absolute;
    left: -104px;
    top: 10%;
}
.popup-content h2 {
    font-size: 45px;
    line-height: 55px;
}
    .popup-content {
    margin-top:25%;
    width: 100%;
    max-width: 80%;
}
    .productbg_img img {
    width: 100%;
    height: auto;
}
.aboutbanner-content h1, .productbanner-content h1 {
    font-size: 35px;
    line-height: 42px;
}
.keyfeaturerow {
    display: block;
}
.keyfeaturerow.second,
.keyfeaturerow.fourth {
    display: flex;
    flex-direction: column-reverse;
}
.whychoose-section .choose-row {
    grid-template-columns: repeat(1, 1fr);
}
.howitworks-section .howitworks-col {
    max-width: 100%;
}
.howitworks-section .howitworks-col:nth-child(even)::before {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30%;
    left: 0;
    margin-left: 0;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
 width: 60px;
    height: 60px;
    position: absolute;
    left: 70%;
    top: -30%;
    margin-left: 100px;
}*/
.bannerCTA.productpage {
    clear: both;
    margin-bottom: 100px;
    position: relative;
    padding-left: 0;
}
.keyfeature-section h3 {
    padding-top: 0;
}
.about_banner {
    padding-bottom: 180px;
}
  img.testimonialbg {
    position: absolute;
    top: -19%;
    left: -54px;
    width: 60%;
}
.top_left img {
    width: 70%;
}  
.howitworks-section .howitworks-col:nth-child(odd):before {
    right: auto;
    left: 0;
    width: 100%;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
    left: 29%;
    bottom: 0;
    top: auto;
    margin: 0;
}*/
}


/* Small devices Mobile */
@media screen and (max-width: 480px){
.howit_works.odd {
    height: 76%;
    bottom: -49%;
    right: 64%;
    width: 63%;
}
.choose_col.clickhoverclass p {

    padding-left: 30px;
   
}
.choosetop_image img {
    width: 70%;
}
.top_left {
    position: absolute;
    left: 0;
    top: 14%;
}
.choosetop_image {
    position: absolute;
    top: 15px;
    left: -28px;
    z-index: 4;
    overflow: none;
}
.footertop_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    padding-left: 10px;
}
.owl-item.parentofnewclass {
/*    margin-right: 200px !important;*/
}
    section.keyfeature-section {
    padding-top: 100px;
}
.ourteam_section {
    padding-bottom: 0;
}
    .videopopup {
    padding: 0 20px;
    padding-bottom: 0;
    text-align: center;
}
    .popup-content h2 {
    font-size: 35px;
    line-height: 55px;
}
    .aboutbanner-content h1,.productbanner-content h1 {
    font-size: 30px;
    line-height: 40px;
}
.howitworks-section .howitworks-col:nth-child(even)::before {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -11%;
    left: 0;
    margin-left: 0;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 60%;
    top: -11%;
    margin-left: 100px;
}*/
.howitworks-section .howitworks-col {
    display: block;
}
.how_image {
    width: 100%;
    margin-right: 0;
}
.how_description {
    flex: 1;
    text-align: center;
    width: 100%;
}
.how_description h6,.how_description h3,
.how_description p{
    text-align: center;
}
.howitworks-section .howitworks-col:nth-child(even) {
    float: none;;
}
section.product_banner {
    padding-bottom: 300px;
}
.abouttwo-col {
    padding: 100px 20px;
    padding-bottom: 50px;
}
.about2col-left h2, .ourteam_inner h2,
.about2col-left h2, .ourteam_inner h2, .keyfeature-inner h2, .howitworks-inner h2, .whychoose-inner h2 {
    font-size: 27px;
    line-height: 40px;
}
.homebanner_inner h1 {
    font-size: 40px;
    line-height: 50px;
}
.bannerCTA a,.bottomCTA a,
.about2col-left h6 {
    font-size: 14px;
    line-height: 20px;
}
.ourteam_inner p {
    width: 100%;
}
.homebanner_inner {
    width: 100%;
    margin: 0 auto;
}
.differentiation_topinner h2 {
    font-size: 35px;
    line-height: 45px;
    width: 90%;
    margin: 0 auto;
}
.slide_content h3 {
    font-size: 20px;
    line-height: 30px;
}
.slide_content p {
    font-size: 14px;
    line-height: 20px;
}
.whatforyou_headertop h2, .testimonial_left h2, body .footertop_left h2 {
    font-size: 40px;
    line-height: 50px;
}
.content_desp h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0;
    padding-bottom: 0;
}

.testimonial_right .owl-dots {
    position: absolute;
    left: 43%;
    bottom: -16%;
}


}
#fourcolslider button.owl-prev img,
#fourcolslider button.owl-next img {
    width: 70%;
}
@media  screen and (max-width: 420px) {
    .owl-item.active.parentofnewclass {
    width: auto !important;
}

}
@media  screen and (max-width: 390px) {
.slider_col.item.newclass .slide_content h3 {
    font-size: 20px;
    line-height: 30px;
}
  .slider_col.item.newclass .slide_content {
    padding-top: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
   
}
.abouttwo-col {
    padding: 200px 20px;
    padding-bottom: 50px;
}
    .popup-content {
    margin-top: 25%;
    width: 100%;
    max-width: 92%;
}
div#terms-popup .popup-content {
    left: 0;
    padding: 40px 30px;
    margin-top: 10%;
    width: 90%;
}
div#terms-popup p, label.termpopup_checkbox, 
label.termpopup_checkbox a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
#thankyou-popup .popup-content {
    text-align: center;
    background-color: white;
    padding: 30px;
    left: 0;
    width: 85%;
}
.bottom_img {
    padding-top: 30px !important;
}
.top_left img {
    width: 55%;
}
.top_left {
    position: absolute;
    left: 4%;
    top: 16%;
}
section.whatforyou-section {
    padding: 30px 0;
}
.about_banner {
    padding: 80px 20px;
}
.twocolig_first_inner, .twocolig_second_inner, 
.twocolig_third_inner {
    padding: 0 15px;
}
section.twocolig_first .image_content.left_1 {
    padding-top: 0 !important;
}
section.twocolig_first  .content_desp.right_1 {
    padding-top: 40px;
}
.bottom_img,section.twocolig_second .content_desp.left_2 {
    padding-top: 0;
}
section.twocolig_third .content_desp.right_3 {
    padding-top: 0;
}
.bottom_img svg {
    width:auto !IMPORTANT;
}
section.twocolig_second {
    padding-top: 30px;
}
.homebanner_inner h1 {
    font-size: 37px;
    line-height: 48px;
}
section.homenew_banner {
    padding-top: 60px;
    padding-bottom: 80px;
}
.differentiation_section .owl-theme .owl-dots .owl-dot span{
    width:16px !important;
    height:16px !important;
}

.choosetop_image img {
    width: 80%;
}
.choosetop_image {
    position: absolute;
    left: -31px;
    z-index: 4;
    overflow: none;
    top: 0;
}
.choose_col.clickhoverclass p {

    padding-left: 10px;
   
}
}
@media  screen and (max-width: 360px) {
.owl-item.parentofnewclass {
/*    margin-right: 310px !important;*/
}
.popup-content h2 {
    font-size: 30px;
    line-height: 40px;
}
  .choosetop_image img {
    width: 70%;
}
.choosetop_image {
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 4;
    overflow: none;
}
.aboutbanner-content h1, .productbanner-content h1 {
    font-size: 22px;
    line-height: 33px;
}
section.product_banner {
    padding-bottom: 400px;
}
/*.howitworks-section .howitworks-col:nth-child(odd)::after {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -13%;
    margin-left: 100px;
}*/
.howitworks-section .howitworks-col:nth-child(even)::before {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -12%;
    left: -11px;
    margin-left: 0;
}
.aboutbanner-content p {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
}
.bannerCTA a, .bottomCTA a, .about2col-left h6 {
    font-size: 13px;
    line-height: 18px;
}
.about2col-left h2, .ourteam_inner h2 {
    font-size: 22px;
    line-height: 33px;
}
.about2col-right p, .ourteam_inner p {
    font-size: 13px;
    line-height: 19px;
}
.videopopup {
    padding: 50px 20px;
    padding-bottom: 0;
    text-align: center;
}
p.teamname {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 020px;
}
.abouttwo-col {
    padding: 100px 20px;
    padding-bottom: 20px;
    padding-top: 200px;
}
.content_desp h3 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    padding-bottom: 0;
}
.differentiation_topinner h2 {
    font-size: 30px;
    line-height: 40px;
}
.whatforyou_headertop h2, .testimonial_left h2, body .footertop_left h2 {
    font-size: 35px;
    line-height: 40px;
}
.footertop_inner {
    width: 90%;
    margin: 0 auto;
}
.testimonial_right .owl-dots {
    position: absolute;
    left: 47%;
    bottom: -15%;
}




}
@media  screen and (max-width: 320px) {
    .slider_col.item.newclass .slide_content {
    padding-top: 20px;
    text-align: center;
    width: 88%;
    margin: 0 auto;
    padding: 20px;
    padding-left: 30px;
}
    .abouttwo-col {
    padding: 250px 20px;
    padding-bottom: 20px;
    padding-top: 280px;
}
.homebanner_inner h1 {
    font-size: 30px;
    line-height: 40px;
}
.footertop_inner, body .homebanner_inner p {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
}