* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* user-select: none; */
}
a{
    text-decoration: none;
}
@font-face {
    font-family: satoshi-medium;
    src: url(fonts/Satoshi-Medium.ttf);
}
@font-face {
    font-family: satoshi-bold;
    src: url(fonts/Satoshi-Bold.ttf);
}
@font-face {
    font-family: satoshi-regular;
    src: url(fonts/Satoshi-Regular.ttf);
}

/* keyframes opacity animation */

@keyframes openopacityanim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes closeopacityanim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*   reveal animation  */

.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.6s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.ajika {
    position: relative;
    opacity: 0;
    box-sizing: border-box;
    display: flex;
    position: relative;
    transform: translate(0, -100%);
    rotate: x 180deg;
    opacity: 0;
    transition: 0.2s;
}

.ajika.ajactive {
    transform: translate(0);
    rotate: x 0deg;
    opacity: 1;
}
.testimonialtitle {
    display: flex;
    align-items: center;
    text-align: center;
}
.ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}
#t1 {
    transition-delay: 0.2s;
}
#t2 {
    transition-delay: 0.4s;
}
#t3 {
    transition-delay: 0.6s;
}
#t4 {
    transition-delay: 0.8;
}
.rtt {
    display: flex;
}

section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-menu {
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    background: white;
    z-index: 999;
    position: absolute;
    top: 0;
    padding-bottom: 20px;
}
.navmenu-button {
    display: none;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
    outline: none;
    position: relative;
    z-index: 99999;
}
.navmenu-button img {
    width: 100%;
    height: 100%;
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
@keyframes openopacityanim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes closeopacityanim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes linkhoveranim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes linknothoveranim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

header {
    width: 100%;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
    background:transparent;
    position: relative;
    z-index: 99999;
}
.navigation-menu ul button {
    border-radius: 200px;
    background: #009fa8;
    display: inline-flex;
    padding: 21px 63px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    border: none;
    outline: none;
    margin-top: 48px;
}
.servicesdropdown {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: none;
}
.navigation-menu ul {
    position: inherit;
    background: transparent;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    height: 450px;
    flex-direction: column;
    margin-top: 150px;
    overflow-y: scroll;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.navdropdownmainlink {
    margin: 18px 0;
    color: #2a3342 !important;
}
.navigation-menu ul li {
    list-style-type: none;
    margin: 12px 0;
}
.navigation-menu ul li a {
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
}
.servicesdropdown li a{
    font-size:18px !important;
}
.navdropdownmainlink img{
    filter: brightness(0.5);
}
.dropdownlinknav {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.navmenu .linkdropdown li {
    margin-left: 15px;
    padding: 8px 0;
}
header .linkdropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    width: 230px;
    display: none;
    background: white;
    top: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 20px;
    border: 1px solid rgba(42, 51, 66, 0.1);
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(12, 15, 48, 0.05);
}
#joineventlink .headerlinks li {
    width: 100%;
    box-sizing: border-box;
    color: #2a3342 !important;
}
header ul #joineventlink:hover .linkdropdown {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    text-align: left;
    padding-top: 20px;
    animation: linkhoveranim 0.3s;
    box-sizing: border-box;
    cursor: pointer;
}
#joineventlink .headerlinks li a {
    color: #2a3342 !important;
    font-family: Plus Jakarta Sans;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: -0.8px;
}
header ul #joineventlink:not(:hover) .linkdropdown {
    animation: linknothoveranim 0.3s;
    visibility: hidden;
    opacity: 0;
    display: none;
}
#joineventlink {
    position: relative;
}
.gr {
    color: #7a8597 !important;
}
.dropdownlinknav a {
    color: #7a8597;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
}
.linkdropdown li {
    margin-left: 20px;
    text-decoration: none;
    padding: 7px 0;
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
}
.headerlinks li a:hover{
    color: #009FA8 !important;
    transition: 0.1s all ease-in;
}
#dropdlink li a {
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
}
#dropdlink li a:hover{
     color:#009FA8;
    transition: 0.2s all ease-in;
}
.headerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
}
.headerlogotitle {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.headerlogotitle h3 {
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
}
.headerlogotitle p {
    color: #7a8597;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.7px;
    margin-top: 4px;
}
.headerlinks {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
}
.headerlinks li {
    margin: 0 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headerlinks li a {
    padding: 6px;
    text-decoration: none;
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.7px;
}
.talktousbtn {
    display: inline-flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    border: 1px solid rgba(42, 51, 66, 0.2);
    outline: none;
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.7px;
    background: transparent;
    position:relative;
    overflow:hidden;
    transition:all .3s;
}
.buttonhoveranim:before,
.buttonhoveranim:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
 /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.buttonhoveranim:before{
  background: transparent; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
  background: white;

}

.buttonhoveranim:hover{
	color: white;
}
.buttonhoveranim:before,
.buttonhoveranim:after{
  background: transparent;
  transform: translate3D(0,-100%,0);
}
  .buttonhoveranim:after{
    transform: translate3D(0,100%,0) !important;
    
  }
  
  .buttonhoveranim:hover:before,
  .buttonhoveranim:hover:after{
    background: #009fa8 !important;
    transform: translate3D(0,-50%,0) !important;
    transition: all .5s;
  }
  
  .buttonhoveranim:hover:after{
    transform: translate3D(0,50%,0) !important;
    transition: .5s;
  }
.s1section {
    flex-direction: column;
}
button:hover {
  
    transition: 0.3s all ease-in;
    cursor: pointer;
}
button:not(:hover) {
    
    transition: 0.3s all ease-in;
    cursor: pointer;
}
/* test test test test */
.texts-images {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.texts-images .tleft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 454px;
    position: relative;
    margin-top: 100px;
}
.texts-images .tleft h1 {
    color: #191b1d;
    font-family: satoshi-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: -1.8px;
    text-align: start;
}
.texts-images .tleft span {
    width: 100%;
    max-width: 400px;
    display: flex;
    height: 1px;
    background: #ced2d9;
    margin-top: 36px;
}
.button-reviews {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}
.button-reviews button {
    display: flex;
    display: inline-flex;
    padding: 8px 8px 8px 32px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 60px;
    background: #11a5ae;
    border: none;
    outline: none;
    width:190px;
}
.button-reviews button .btnarrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
}
.button-reviews button p {
    margin-right: 24px;
    color: #fff;
    font-family: satoshi-bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: -0.54px;
}
.button-reviews button:hover {
    transform: none !important;
}
.texts-images .tleft .stext {
    color: #757575;
    font-family: satoshi-regular;
    margin-top: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.54px;
}
.greenspan {
    position: absolute;
    top: 52px;
    right: 26px;
}
.tright {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 40px;
    width: 100%;
    height: 855px;
    background: url("images/Component\ 1.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.tright img {
    position: absolute;
    top: -155px;
    right: 0;
}
#mmc1 {
    top: 60px;
    left: 211px;
}
#mmc2 {
    bottom: 52px;
    left: 120px;
}
#mmc3 {
    right: 140px;
    margin-top: 24px;
}
.mmcard1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 171px;
    position: absolute;
}
.mminfo {
    position: absolute;
    bottom: 12px;
    padding: 12px 15px;
    box-sizing: border-box;
    width: 85%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 31px 59px 0px rgba(12, 15, 48, 0.3);
    margin-bottom: 0 !important;
}
.mmname {
    color: #191b1d;
    font-family: satoshi-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mmpos {
    color: #757575;
    font-family: satoshi-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mmcard1 img {
    position: initial;
    width: 100%;
    top: 0;
}
.grcheckmark {
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    width: 20px !important;
    height: 20px !important;
}
/* sdasdsadasdasdasdsadasdasdasdsadasdasd */
.clientslider {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 80px;
}
.slick-prev {
    display: none !important;
}
.slick-next {
    display: none !important;
}

/* step by step */
/*
.stepbystep {
    padding: 132px 0;
    flex-direction: column;
    background: #f6f8fa;
}
.stepbystepcontainer {
    width: 100%;
    max-width: 1300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 96px;
}

.howitworks-boxes {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.howitworksbox1 {
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    margin-top: 40px;
    border-radius: 16px;
    border-bottom: 4px solid rgba(182, 194, 219, 0.3);
    background: #fff;
    padding: 75px 70px;
    box-sizing: border-box;
    opacity: 0.5;
    transition: 0.4s all ease-in;
}
.howitworks-boxes .active {
    opacity: 1;
    border-bottom: 4px solid #11a5ae;
    box-shadow: 0px 10px 80px 0px rgba(12, 15, 48, 0.1);
    width: 100%;
    padding: 80px;
}
.howitworksbox1 .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.howitworksbox1 .left span {
    width: 100%;
    max-width: 485px;
    height: 1px;
    display: flex;
    background: #e6e8ec;
    margin-top: 24px;
}
.stepctext {
    padding: 6px 12px;
    border-radius: 56px;
    background: rgba(17, 165, 174, 0.15);
    color: #11a5ae;
    font-family: satoshi-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;  
    letter-spacing: 0.7px;
}
.hwboxtitle {
    color: #232323;
    font-family: satoshi-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: -0.72px;
    margin-top: 20px;
}
.hwboxinfotext {
    width: 100%;
    max-width: 540px;
    margin-top: 24px;
    color: #757575;
    font-family: satoshi-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; 
    letter-spacing: -0.48px;
}
.howitworksutext {
    margin-top: 90px;
    color: #757575;
    text-align: center;
    font-family: satoshi-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; 
    letter-spacing: -0.48px;
    width: 550px;
}
.howitworksubutton {
    margin-top: 32px;
    border-radius: 49px;
    background: #11a5ae;
    border: none;
    outline: none;
    color: #fff;
    font-family: satoshi-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    letter-spacing: -0.48px;
    padding: 14px 20px;
}
*/
.step-by-stepguide {
    display: flex;
    flex-direction: column;
}
.sgreentext {
    color: #11a5ae;
    font-size: 14px;
    font-family: satoshi-medium;
    line-height: 170%;
    letter-spacing: 0.7px;
}
.blackbtext {
    margin-top: 16px;
    color: #232323;
    text-align: center;
    font-size: 40px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.2px;
}
.stepbystepguide-inner {
    width: 90%;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}
.step-by-stepguide .sgrsmalltext {
    max-width: 553px;
    margin-top: 64px;
    text-align: center;
}
.step-by-stepguide button {
    margin-top: 32px;
    border-radius: 49px;
    background: #11a5ae;
}
#stbox1 {
    width: 100%;
    max-width: 530px;
}
#stbox2 {
    width: 100%;
    max-width: 660px;
}
.stbox1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(42, 51, 66, 0.1);
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(12, 15, 48, 0.05);
    margin: 12px auto;
}
.stbox1 img {
    width: 100%;
}
.stbox1 .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.stbox1 .info h1 {
    color: #2a3342;
    font-family: satoshi-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
}
.stbox1 .info p {
    color: #7a8597;
    font-family: satoshi-medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.9px;
    margin-top: 10px;
}
.stbox1 .info h4 {
    position: absolute;
    top: 20px;
    right: 12px;
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background: rgba(17, 165, 174, 0.15);
    color: #11a5ae;
    font-family: satoshi-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: 0.7px;
}
/* whatwedoo */
.whatweoffer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1220px;
    align-items: flex-start;
    padding-top: 132px;
}
.sgrsmalltext {
    color: #757575;
    font-size: 16px;
    font-family: satoshi-regular;
    line-height: 170%;
    letter-spacing: -0.48px;
    margin-top: 24px;
}
.benefitshd {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.benefitshd .left {
    max-width: 555px;
}
.bright .wwbox1 {
    width: 462px;
    min-height: auto;
    max-height: max-content;
    margin-bottom: 0 !important;
    margin-left: 30px;
}
.row1 {
    margin-top: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wwbox1 {
    border-radius: 16px;
    background: #f6f8fa;
    width: 100%;
    max-width: 384px;
    min-height: 270px;
    max-height: 270px;
    padding: 28px;
    box-sizing: border-box;
    margin: 12px 6px;
}
.wwbox1 h2 {
    color: #232323;
    font-size: 20px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
    margin-top: 32px;
}
.wwbox1 p {
    color: #757575;
    font-size: 16px;
    font-family: satoshi-regular;
    line-height: 170%;
    letter-spacing: -0.48px;
    margin-top: 16px;
}
#wwbox1 {
    width: 452px;
    max-width: max-content;
}
#wwbox2 {
    width: 375px;
    max-width: max-content;
}
#wwbox3 {
    width: 325px;
    max-width: max-content;
}
#wwbox4 {
    width: 390px;
    max-width: max-content;
}
#wwbox5 {
    width: 510px;
    max-width: max-content;
}
#wwbox6 {
    width: 245px;
    min-height: 270px;
    max-height: 270px;
}
.talktouswbox span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: max-content;
}
.talktouswbox span img {
    margin-left: 8px;
}
.talktouswbox {
    background: #11a5ae;
    border-radius: 16px;
    width: 100%;
    max-width: 384px;
    min-height: 305px;
    max-height: 305px;
    padding: 32px;
    box-sizing: border-box;
    margin: 12px 6px;
}
.talktouswbox h2 {
    font-size: 20px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
    margin-top: 32px;
    color: white;
}
.talktouswbox p {
    color: #93f9ff;
    font-size: 16px;
    font-family: satoshi-regular;
    line-height: 170%;
    letter-spacing: -0.48px;
    margin-top: 16px;
}
.wwbox1:hover {
    background: #e6ebf0;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    transform: translateY(-20px);
}
.wwbox1:not(:hover) {
    background: #f6f8fa;
    transition: 0.3s all ease-in-out;
}
.talktouswbox:hover {
    background: #10979f;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    transform: translateY(-20px);
}
.talktouswbox:not(:hover) {
    background: #11a5ae;
    transition: 0.3s all ease-in-out;
}
/* pricing */
.leaveyourinfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4vw;
}
.leaveyourinfo p {
    color: #11a5ae;
    font-family: satoshi-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.7px;
}
.leaveyourinfo h1 {
    color: #fff;
    font-family: satoshi-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin-top: 8px !important;
}
.leaveyourinfo-inputs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.leaveyourinfo-inputs input {
    padding: 21px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: white;
    font-family: satoshi-medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.54px;
    background: transparent;
    outline: none;
    box-sizing: border-box;
}
.leaveyourinfo-inputs input::placeholder {
    color: #9cb7c9;
}
.LeaveInfo {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 21px 16px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    margin-top: 24px;
    color: white;
    font-family: satoshi-medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.54px;
    resize: none;
}
.LeaveInfo::placeholder {
    color: #9cb7c9;
}
.prbox-submit {
    margin-top: 32px;
    margin-left: auto;
    display: flex;
    padding: 14px 28px;
    align-items: center;
    box-sizing: border-box;
    border-radius: 40px;
    background: #11a5ae;
    color: #fff;
    text-align: center;
    font-family: satoshi-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.48px;
    border: none;
    outline: none;
    gap: 10px;
}

#Calculator {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
}
.pricingtitle {
    width: 100%;
    max-width: 1220px;
    align-items: center;
    justify-content: center;
}

.pricingtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricingtitle .sgrsmalltext {
    width: 330px;
}
.pricing {
    width: 100%;
    max-width: 1220px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #0a2540;
    padding: 48px;
    box-sizing: border-box;
    margin-top: 48px;
}
.pricingbox-header {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.pricingbox-header ul {
    display: flex;
    align-items: center;
}
.pricingbox-header ul li {
    padding-bottom: 20px;
    margin-right: 24px;
    list-style-type: none;
    border-bottom: 1px solid transparent;
}
.pricingbox-header ul li a {
    color: #fff;
    font-size: 20px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
    text-decoration: none;
}
.pricingbox-header ul li:hover {
    border-bottom: 1px solid #11a5ae;
    cursor: pointer;
    transition: 0.3s all ease-in;
}
.pricingbox-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricingbox-inner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 620px;
    width: 100%;
}
.priceboxinput {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    width: 100%;
}
.pboxinput-inner {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 12px 16px;
    box-sizing: border-box;
    position: relative;
}
.pboxinput-inner p {
    color: #9cb7c9;
    font-size: 16px;
    font-family: satoshi-medium;
    letter-spacing: -0.48px;
    margin-bottom: 4px;
}
.pboxinput-inner input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #9cb7c9;
    font-size: 24px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.72px;
    z-index: 3;
    -webkit-appearance: none;
}
/* Thumb: webkit */

/*  */
.pboxinput-inner input::placeholder {
    color: #9cb7c9;
    font-size: 24px;
    font-family: satoshi-bold;
}
.from-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.from-inner p {
    color: #9cb7c9;
    font-size: 14px;
    font-family: satoshi-regular;
    letter-spacing: -0.42px;
}

/*=============
Aesthetics 
=========================*/

body {
    font-family: system-ui;
}

h1 {
    color: #4b4949;
    text-align: center;
}

.wrapper {
    color: #4b4949;
    background: #f50;
    max-width: 400px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.range {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
    height: 4rem;
    width: 80%;
    background: #fff;
    padding: 0px 10px;
}

.value {
    font-size: 26px;
    width: 50px;
    text-align: center;
}

/* The slider itself */
.valuebtn {
    width: 100%; /* Full-width */
    height: 2px; /* Specified height */
    outline: none; /* Remove outline */
    -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Mouse-over effects */
.valuebtn:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.valuebtn::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 11px solid #11a5ae;
}
progress {
    -webkit-appearance: none;
}
.valuebtn::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 5px solid #11a5ae;
}
.rangesliderspan {
    width: 97%;
    height: 2px;
    display: flex;
    background-color: #11a5ae;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    z-index: 1;
}
.right {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #11304f;
    height: 100%;
    min-height: 592px;
    margin-top: 32px;
    box-shadow: 0px 10px 80px 0px rgba(12, 15, 48, 0.1);
}
.right span {
    width: 260px;
    height: 1px;
    opacity: 0.1599999964237213;
    background: #fff;
    margin-top: 24px;
}
.savedmoneyt {
    color: #fff;
    font-size: 20px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.6px;
}
.savedmoneyvalue {
    color: #11a5ae;
    font-size: 64px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    margin-top: 12px;
    letter-spacing: -1.92px;
}
.rate {
    color: #9cb7c9;
    font-size: 14px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.96px;
    margin-top: 24px;
}
.ratepercent {
    color: #fff;
    font-size: 16px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin-top: 8px;
}
.tupeofproject {
    width: 100%;
    padding-left: 16px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 14px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    margin-top: 24px;
}
.tupeofproject p {
    color: #9cb7c9;
    font-family: satoshi-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.48px;
}
.tupeofproject select {
    padding: 4px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 0;
    color: #fff;
    font-family: satoshi-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}
.tupeofproject select option {
    color: white;
    background: #173c60;
    padding: 0 5px;
}
.pricingoptions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.proptrow1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 345px;
}
.proptiontitle {
    color: #9cb7c9;
    font-family: satoshi-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.48px;
}
.propt1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 24px;
}
.propt1 p {
    color: #fff;
    font-family: satoshi-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: -0.6px;
}
.toggle {
    position: relative;
    display: block;
    width: 70px;
    height: 40px;
    padding: 3px;
    border-radius: 47px;
    cursor: pointer;
}
.toggle-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 3px;
}
.toggle-label {
    position: relative;
    display: block;
    height: inherit;
    background: #173c60;
    border-radius: inherit;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.12),
        inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.toggle-label:before,
.toggle-label:after {
    position: absolute;
    top: 50%;
    color: transparent;
    margin-top: -0.5em;
    line-height: 1;
}

.toggle-input:checked ~ .toggle-label {
    background: #11a5ae;
}
.toggle-input:checked ~ .toggle-label:before {
    opacity: 0;
}
.toggle-input:checked ~ .toggle-label:after {
    opacity: 1;
}
.toggle-handle {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
    border-radius: 50%;
    top: 9px;
}
.toggle-handle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 16px;
    height: 16px;
}
.toggle-input:checked ~ .toggle-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition*/
.toggle-label,
.toggle-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.pricecost-container {
    padding: 48px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #11304f;
    box-shadow: 0px 10px 80px 0px rgba(12, 15, 48, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
}
.pricecost-container .prcleft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 430px;
}
#prbox1 {
    display: flex;
}
#prbox2 {
    display: none;
    align-items: flex-start;
}
.pricingbox-inner .right button {
    margin-top: 64px;
    display: flex;
    width: 191px;
    height: 60px;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    color: #0a2540;
    font-size: 18px;
    font-family: satoshi-bold;
    line-height: 170%;
    letter-spacing: -0.54px;
    border: none;
    outline: none;
}
.prcleft p {
    color: #fff;
    font-family: satoshi-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.48px;
}
.pricevalue {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricevalue h1 {
    color: #11a5ae;
    font-family: satoshi-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.44px;
}
.pricevalue span {
    margin: 0 20px;
    color: #fff;
    font-family: satoshi-bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.54px;
}
.prcleft .proptiontitle {
    font-size: 14px;
    margin-top: 20px;
    color: #9cb7c9;
}
.pricecost-container .bookacall {
    padding: 24px;
    padding-right: 34px;
    border-radius: 8px;
    background: #11a5ae;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: flex-start;
}
.pricecost-container .bookacall span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 14px;
}
.pricecost-container .bookacall span h2 {
    color: #fff;
    font-family: satoshi-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.48px;
    margin-right: 8px;
}
.pricecost-container .bookacall p {
    margin-top: 6px;
    color: #93f9ff;
    font-family: satoshi-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
    letter-spacing: -0.36px;
}
/* testimonials */
.testimonialtitle {
    flex-direction: column;
}
.testimonials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}
.testimonial1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 470px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #f6f8fa;
    margin: 0 12px;
}
.image-author {
    display: flex;
    align-items: center;
    justify-content: start;
}
.authorimage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.authorinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
.authorinfo .t1 {
    color: #1d1e25;
    font-size: 20px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1px;
}
.authorinfo .t2 {
    color: #7e8492;
    font-size: 20px;
    font-family: satoshi-regular;
    line-height: 26px;
    letter-spacing: -1px;
}
.testimonialinfo {
    color: #1d1e25;
    font-size: 18px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px;
    margin-top: 25px;
}
.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-top: 24px;
}
.rating i {
    color: #ff3d2e;
}
.testimonial-slider {
    margin-top: 48px;
    width: 100%;
}
/* faq questions */
.questions-answers {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    margin-top: 200px;
    justify-content: space-between;
}
.questions-answers .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 330px;
}
.questions-answers .left h1 {
    text-align: start;
}
.qanswers {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
}

.q1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.qtitle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    box-sizing: border-box;
    background: #f6f8fa;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.qtitle p {
    color: #1d1e25;
    font-size: 18px;
    font-family: satoshi-bold;
    font-weight: 700;
    letter-spacing: -0.54px;
}
.faqbutton {
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #e5e7ec;
}
.qright {
    width: 100%;
    max-width: 700px;
}
:root {
    --accent-color: #a876aa;
}

.faq-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.faq {
    box-sizing: border-box;
    background: transparent;
    margin: 12px 0;
    position: relative;
    overflow: hidden;
}

.faq-title {
    padding: 24px 32px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background: #f6f8fa;
    color: #1d1e25;
    font-size: 18px;
    font-family: satoshi-bold;
    font-weight: 700;
    letter-spacing: -0.54px;
    word-break: break-word;
}

.faq-text {
    display: none;
    word-break: break-all;
    line-height: 1.5rem;
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid #e5e7ec;
    border-bottom: 1px solid #e5e7ec;
    border-left: 2px solid #11a5ae;
    background: #fff;
    color: #757575;
    font-size: 18px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.54px;
}
@keyframes openfaqanim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes closefaqanim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.faq.active .faq-text {
    display: block;
    padding: 22px;
    box-sizing: border-box;
    animation: openfaqanim 1.5s;
}

.faq-toggle {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: inherit;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 30px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    transform: rotate(180deg);
}

/* talk to us container */

.talktous-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #0a2540;
    box-sizing: border-box;
    margin-top: 200px;
    padding: 48px;
}
.talktous-container .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
}
.talktous-container .left h1 {
    color: #fff;
    font-size: 36px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.08px;
    width: 100%;
    max-width: 366px;
}
.talktous-container .left p {
    margin-top: 16px;
    color: #9cb7c9;
    font-size: 16px;
    font-family: satoshi-regular;
    line-height: 170%;
    letter-spacing: -0.48px;
    width: 100%;
    max-width: 366px;
}
.ttusgreen {
    border-radius: 8px;
    background: #11a5ae;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    border: none;
    outline: none;
    margin-top: 26px;
}
.talktous-container .right {
    min-height: max-content;
    border-radius: 8px;
    border-bottom: 4px solid #11a5ae;
    background: #fff;
    box-shadow: 0px 10px 80px 0px rgba(12, 15, 48, 0.1);
    padding: 24px;
    padding-bottom: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    max-width: max-content;
}
.talktous-container .right h1 {
    color: #2a3342;
    font-size: 24px;
    font-family: satoshi-bold;
    font-weight: 700;
    text-align: start;
    margin-bottom: 10px;
}
.talktous-container .informationtexts {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.ttuscontact1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}
.ttuscontact1 img {
    margin-right: 8px;
}
.ttuscontact1 p {
    color: #232323;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    flex-direction: column;
    border-bottom: 4px solid #11a5ae;
    background: #f6f8fa;
}
.soclinks {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.scl1 {
    width: 252px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ced2d9;
    align-items: center;
}
.scl1 svg {
    margin-right: 20px;
}
.scl1 p {
    color: #191b1d;
    font-family: satoshi-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.48px;
}
.scl1 i {
    margin-left: auto;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.f-left {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
}
.f-left .fp1 {
    color: #232323;
    font-size: 18px;
    font-family: satoshi-bold;
    font-weight: 700;
}
.f-left .fp2 {
    color: #757575;
    font-size: 14px;
    font-family: satoshi-regular;
}
.f-left .fp3 {
    margin-top: 20px;
    color: #757575;
    font-size: 18px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.54px;
}
.f-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.f-right .flinks1 {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.f-right .flinks1 h1 {
    color: #232323;
    font-size: 18px;
    font-family: satoshi-bold;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
    margin-bottom: 8px;
    text-align: start;
}
.f-right .flinks1 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.f-right .flinks1 ul li {
    list-style-type: none;
    padding: 8px;
    padding-left: 0;
}
.f-right .flinks1 ul li a {
    color: #757575;
    font-size: 16px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.48px;
    text-decoration: none;
}
.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin-top: 80px;
}
.copyright p {
    color: #757575;
    font-size: 18px;
    font-family: satoshi-medium;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.54px;
}
.button-reviews button:hover p {
    transform: translateX(70%);
    transition: 0.2s;
}
.button-reviews button:hover .btnarrow {
    transform: translateX(-265%);
    transition: 0.2s;
}
.button-reviews button:not(:hover) p {
    transform: translateX(0px);
    transition: 0.2s;
}
.button-reviews button:not(:hover) .btnarrow {
    transform: translateX(0px);
    transition: 0.2s;
}
.resmm {
    display: none;
}
/* ngagement-models */
.engagement-models {
    width: 100%;
    display: flex;
    padding-top: 200px;
    background-color: white;
}
.engagementmodels-main {
    width: 100%;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.engagementmodels-main .header {
    padding: 4px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #e6ebef;
    display: flex;
    width: 100%;
}
.engagementmodels-main .header li {
    padding: 14px 32px;
    box-sizing: border-box;
    text-decoration: none;
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    list-style-type: none;
    cursor: pointer;
    border-radius: 36px;
}
.engagementmodels-main .header .active {
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    background: var(--system-background-light-primary, #fff);
    box-shadow:
        0px 3px 1px 0px rgba(0, 0, 0, 0.04),
        0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.engagement-models .title {
    max-width: 390px;
}
.engagementmodels-main .title p:first-child {
    color: #11a5ae;
    font-family: satoshi-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.7px;
}
.engagementmodels-main .title h1 {
    color: #191b1d;
    font-family: satoshi-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1.2px;
    margin-top: 16px;
    text-align: start;
}

.engagementmodels-main .title h4 {
    color: #757575;
    font-family: satoshi-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.48px;
    margin-top: 24px;
}
.engagementmodels-main .right {
    display: flex;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    height: 100%;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.engagementmodels-main .right::-webkit-scrollbar {
    width: 0px;
}

.engagementmodels-main .right::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: transparent;
}

.engagementmodels-main .right::-webkit-scrollbar-track {
    border-radius: 3px;
    background: transparent;
}
#engbox2 {
    display: none;
}
#engbox3 {
    display: none;
}
.engagementbox1 {
    width: 100%;
    display: flex;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid rgba(42, 51, 66, 0.1);
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(12, 15, 48, 0.05);
    height: max-content;
    margin-top: 32px;
    flex-direction: column;
}
.staffaugmentation {
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    letter-spacing: -1.2px;
    border-radius: 31px;
    background: rgba(42, 51, 66, 0.1);
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    width: max-content;
}
.staffaugmentationinfo {
    margin-top: 16px;
    color: #7a8597;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.9px;
}
.st2 {
    margin-top: 32px;
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
}
.engaginfo2 {
    margin-top: 24px;
    padding-top: 32px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-top: 1px dashed rgba(42, 51, 66, 0.2);
}
.engaginfo2 div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 32px;
}
.engaginfo2 div:first-child {
    margin-left: 0;
}
.engaginfo2 div p {
    color: #2a3342;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}
.engaginfo2 div h1 {
    margin-top: 8px;
    color: #009fa8;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
}

/* --------------------------------------------------responsivee------------------------------ */

@media screen and (max-width: 1600px) {
    .propt1 p {
        font-size: 18px;
    }
    .tupeofproject select {
        font-size: 20px;
    }
    .pricevalue h1 {
        font-size: 42px;
    }
    .tright {
        height: 725px;
    }
    .mmname {
        font-size: 14px;
    }
    .mmpos {
        font-size: 12px;
    }
    .texts-images .tleft h1 {
        font-size: 56px;
    }
    .button-reviews button p {
        font-size: 16px;
    }
    nav ul li a {
        font-size: 14px;
    }
    .websitelogo .webslogotexts .p1 {
        font-size: 17px;
    }
    .websitelogo .webslogotexts .p2 {
        font-size: 13px;
    }
    .s1section #t1 {
        font-size: 54px;
    }
    .s1section #t2 {
        font-size: 54px;
    }
    .s1section #t3 {
        font-size: 54px;
    }
    .s1stext {
        font-size: 16px;
    }
    .s1getfreEbookbtn {
        font-size: 16px;
    }
    .s1talktousbtn {
        font-size: 16px;
    }
    .sgreentext {
        font-size: 13px;
    }
    .blackbtext {
        font-size: 34px;
    }
    .ag-title {
        margin-top: 18px;
        font-size: 19px;
    }
    .ag-infotext {
        margin-top: 13px;
        font-size: 15px;
    }
    .sgrsmalltext {
        margin-top: 7px;
    }
    .wwbox1 h2 {
        font-size: 18px;
        margin-top: 28px;
    }
    .wwbox1 p {
        font-size: 15px;
    }
    .talktouswbox h2 {
        font-size: 18px;
        margin-top: 28px;
    }
    .talktouswbox p {
        font-size: 15px;
    }

    .pboxinput-inner input {
        font-size: 20px;
    }
    .savedmoneyt {
        font-size: 18px;
    }
    .savedmoneyvalue {
        font-size: 54px;
        line-height: 110%;
    }
    .authorinfo .t1 {
        font-size: 18px;
    }
    .testimonialinfo {
        font-size: 16px;
        line-height: 22px;
    }
    .authorinfo .t2 {
        font-size: 17px;
    }
    .faq-title {
        font-size: 17px;
    }
    .faq-text {
        font-size: 15px;
    }
    .talktous-container .left h1 {
        line-height: 100%;
    }
    .talktous-container .right h1 {
        font-size: 22px;
    }
    .ttuscontact1 {
        margin-top: 15px;
    }

    .f-left .fp3 {
        font-size: 16px;
    }
    .f-right .flinks1 h1 {
        font-size: 16px;
    }
    .f-left .fp1 {
        font-size: 16px;
    }
    .f-right .flinks1 ul li a {
        line-height: 120%;
        font-size: 14px;
    }
    .copyright p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1366px) {
    header{
        width: 90%;
    }
    .texts-images,
    .header,
    .howitworks-boxes,
    .whatweoffer,
    .pricingtitle,
    .pricing,
    .questions-answers {
        width: 90%;
    }
    #wwbox1,
    #wwbox2,
    #wwbox3,
    #wwbox4,
    #wwbox5,
    #wwbox6 {
        width: 350px;
    }
    .tright {
        background-size: cover;
    }
    .toggle-handle {
        top: 7px;
    }
    .toggle-input:checked ~ .toggle-handle {
        left: 35px;
    }
    .mmcard1 {
        width: 140px;
    }
    .whatweoffer .row1 {
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    #mmc3 {
        right: 120px;
        margin-top: 42px;
    }
    .pricing .right {
        margin-left: 45px;
        min-height: 555px;
    }
    #mmc2 {
        bottom: 118px;
        left: 109px;
    }
    #mmc1 {
        top: 118px;
        left: 167px;
    }

    .toggle {
        width: 65px;
        height: 35px;
    }
    nav ul li {
        margin: 0 7px;
    }
    .s1 {
        padding-top: 80px;
    }
    .s1section #t1 {
        font-size: 46px;
    }
    .s1section #t2 {
        font-size: 46px;
    }
    .s1section #t3 {
        font-size: 46px;
    }
    .s1getfreEbookbtn {
        width: 165px;
        height: 50px;
        font-size: 14px;
    }
    .s1talktousbtn {
        padding: 0;
        width: 165px;
        height: 50px;
        font-size: 14px;
    }
    .blackbtext {
        font-size: 28px;
    }
    .sgreentext {
        font-size: 12px;
    }
    .pboxinput-inner input {
        font-size: 16px;
        padding: 2px 0;
    }
    .pboxinput-inner input ::placeholder {
        font-size: 16px;
    }
    .savedmoneyvalue {
        font-size: 42px;
    }
    .howitworksbox1 .left img {
        zoom: 85%;
    }
}
@media screen and (max-width: 1152px) {
    #mmc1 {
        left: 106px;
    }
    #mmc2 {
        left: 53px;
    }
    #ptrow2 {
        margin: 0 25px;
    }
    #mmc3 {
        right: 65px;
    }
    .scl1 {
        width: 215px;
    }
    .whatweoffer {
        width: 90%;
    }
    .faq-container {
        width: 90%;
    }
    .questions-answers {
        width: 90%;
    }
    .talktous-container {
        width: 90%;
    }
    .talktous-container .right {
        margin-left: 20px;
    }
    .faq-title {
        font-size: 17px;
        padding-right: 120px;
    }

    nav {
        margin-right: 0;
    }
    .howitworksbox1 img {
        zoom: 80% !important;
    }
    #wwbox1,
    #wwbox2,
    #wwbox3,
    #wwbox4,
    #wwbox5,
    #wwbox6 {
        width: 300px;
        min-height: 315px;
        max-height: 315px;
    }
}
@media screen and (max-width: 1024px) {
    .texts-images .tleft {
        max-width: 400px;
    }
    .texts-images .tleft h1 {
        font-size: 50px;
    }
    #mmc1 {
        left: 80px;
    }
    #mmc2 {
        left: 23px;
    }
    .howitworksbox1 img {
        zoom: 70% !important;
        margin-left: 20px;
    }
    .whatweoffer .row1 {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 979px) {
    .engagementmodels-main .title h1 br{
        display: none;
    }
    .engagementmodels-main{
        flex-wrap: wrap;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: center;
    }
    .engagement-models .title{
        max-width: 600px;
    }
    .engmod-header {
        width: 100%;
        display: flex;
        align-items: flex-start;
        overflow-x: scroll;
    }
    .Expertise-main .header {
        width: 100%;
        min-width: 600px;
        margin-top: 24px;
    }
    .engmod-header .header {
        width: 100%;
        min-width: 600px;
    }
    .engmod-header::-webkit-scrollbar {
        width: 0px;
    }
    
    .engmod-header::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: transparent;
    }
    
    .engmod-header::-webkit-scrollbar-track {
        border-radius: 3px;
        background: transparent;
    }

    .resmm {
        width: 100%;
    }
    .tright {
        display: none;
    }
    .texts-images .tleft {
        max-width: 100%;
        align-items: center;
    }
    .resmm {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .howitworksbox1 .left {
        max-width: 100%;
    }
    .hwboxinfotext {
        max-width: 100%;
    }
    .howitworksbox1 .left span {
        max-width: 100%;
    }
    .button-reviews {
        width: 396px;
    }
    .texts-images .tleft .stext {
        text-align: center;
    }
    .greenspan {
        position: absolute;
        top: 35px;
        right: 28%;
    }
    .howitworksbox1 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .howitworksbox1 img {
        margin-top: 48px;
        zoom: 100% !important;
    }
    .pricing {
        padding: 24px;
    }
    .pricecost-container {
        padding: 26px;
    }
    .pricevalue h1 {
        font-size: 37px;
    }
    .pricingtitle .sgrsmalltext {
        width: max-content;
        margin-left: 30px;
    }
    .bright {
        width: max-content;
        height: max-content;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 32px;
    }
    .bright .wwbox1 {
        margin-left: 0;
    }
    .benefitshd .left {
        text-align: center;
        align-items: center;
        margin: 0 auto;
    }
    .benefitshd {
        flex-direction: column;
    }
    #mmimg {
        width: 100%;
    }
    .texts-images .tleft h1 {
        font-size: 41px;
        max-width: 400px;
    }
    .s1section .video {
        height: 440px;
        margin-top: 40px;
    }
    /* new */
    .navmenu-button {
        display: flex;
    }
    .talktousbtn{
        display: none;
    }
    .headerlinks {
        display: none;
    }
    .dropdownlinknav{
        align-items:flex-start !important;
    }
    .navigation-menu ul{
        height:500px !important;
        align-items:flex-start !important;
        box-sizing:border-box !important;
        padding-left:40px;
        padding-right:40px;
    }
    .navigation-menu .headerlinks {
        display: flex;
        flex-direction: column;
        margin-top: 150px;
    }
    .navmenubutton:hover {
        transform: none;
    }
    .header {
        width: 90%;
    }
    .header nav {
        display: none;
    }
    /* 222222 */
    .talktous-container {
        flex-direction: column;
    }

    .blackbtext {
        font-size: 24px;
        line-height: initial;
        margin-top: 5px;
    }
    .rtt {
        align-items: center;
    }
    .wwbox1 {
        width: 45%;
        max-width: 100%;
    }
    .talktouswbox {
        width: 45%;
        max-width: 100%;
    }

    .stepbystep {
        padding: 90px 0;
        padding-bottom: 20px;
    }
    .ag-timeline-block {
        margin-top: 36px;
    }
    .whatweoffer {
        padding-top: 90px;
    }

    .testimonials {
        margin-top: 90px;
    }
    .testimonialtitle {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .questions-answers {
        margin-top: 90px;
        flex-direction: column;
    }
    .qright {
        max-width: 100%;
    }
    .faq-container {
        width: 100%;
        margin-top: 24px;
    }
    .testimonial1 {
        padding: 24px;
        box-sizing: content-box;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    footer {
        padding-left: 24px;
        padding-right: 24px;
    }
    .f-right {
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ttusgreen {
        margin: 0 auto;
        margin-top: 26px;
    }
    .f-right .flinks1 {
        margin-top: 20px;
    }
    .sgreentext {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .talktous-container {
        margin-top: 90px;
    }
}
@media screen and (max-width: 825px) {
    .howitworksbox1 img {
        margin-top: 48px;
        zoom: 100% !important;
        margin-left: 0;
    }
    #stimg1 {
        width: 100%;
    }
    .resmm {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #mmc1 {
        top: 158px;
        left: 197px;
    }
    #mmc3 {
        right: 100px;
        margin-top: -148px;
    }
    #mmc2 {
        left: 132px;
        bottom: 227px;
    }
    .soclinks {
        flex-wrap: wrap;
    }
    .scl1 {
        margin-top: 16px;
    }
    .scl1 {
        width: 260px;
    }
    .soclinks {
        justify-content: space-around;
    }
}
@media screen and (max-width: 770px) {
    .resmm {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #mmc1 {
        top: 158px;
        left: 197px;
    }
    #mmc3 {
        right: 100px;
        margin-top: -148px;
    }
    #mmc2 {
        right: 132px;
        bottom: 259px;
    }
}

@media only screen and (max-width: 670px) {
    .pricingoptions {
        flex-direction: column;
    }
    #ptrow2 {
        margin: 0;
        margin-top: 24px;
    }
    .propt1 {
        margin-top: 16px;
        padding-bottom: 16px;
    }
    .pricingtitle {
        flex-direction: column;
    }
    .pricingtitle {
        align-items: flex-start;
    }
    .pricingtitle .sgrsmalltext {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
    }
    .pricecost-container {
        flex-direction: column;
    }
    .pricecost-container .bookacall {
        width: 100%;
        max-width: 430px;
        margin-top: 24px;
    }
    .bright .wwbox1 {
        width: 100%;
        max-width: 462px;
    }
    .wwbox1 {
        width: 100%;
        max-width: 462px;
    }
    #wwbox1,
    #wwbox2,
    #wwbox3,
    #wwbox4,
    #wwbox5,
    #wwbox6 {
        width: 100%;
        max-width: 462px;
        min-height: auto;
        max-height: max-content;
    }
    .howitworksutext {
        margin-top: 32px;
        width: 100%;
    }
    .soclinks {
        flex-wrap: wrap;
    }
    .resmm {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .pricingbox-inner {
        flex-direction: column;
    }
    .pricingbox-inner .right {
        margin-left: 0;
        max-width: 100%;
        padding: 22px;
        min-height: max-content;
        box-sizing: border-box;
    }
    .savedmoneyt {
        margin-top: 60px;
    }
    #mmc1 {
        left: 10%;
        top: 10%;
    }
    #mmc3 {
        margin-top: -17%;
        right: 10%;
    }
    #mmc2 {
        left: 11%;
        bottom: 25%;
    }

    .pricingbox-inner .right span {
        margin-top: 32px;
    }
    .pricingbox-inner .right button {
        margin-top: 32px;
    }
    .scl1 {
        margin-top: 16px;
    }
    .proptrow1 {
        max-width: 100%;
        margin-top: 24px;
    }

    .s1section .video {
        height: 339px;
    }
    .ajika {
        transform: translate(0);
        rotate: x 0deg;
        opacity: 1;
    }
    .talktous-container .right {
        margin-left: 0;
    }
    .talktous-container {
        align-items: flex-start;
    }
    .ttusgreen {
        margin: 0;
        margin-top: 26px;
    }
    .pboxinput-inner input {
        font-size: 20px;
    }
    .wwbox1 {
        min-height: max-content;
        max-height: max-content;
    }
    .wwbox1 img {
        width: 35px;
    }
    .clientslider {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .s1 {
        width: 90%;
    }
    .talktous-container .right {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
    .talktousimg {
        margin: 0 auto;
        margin-top: 27px;
    }
    .talktous-container .left h1 {
        font-size: 32px;
    }
    .blackbtext {
        font-size: 28px;
    }
    .leaveyourinfo-inputs {
        grid-template-columns: 1fr;
    }
    .leaveyourinfo-inputs input {
        font-size: 14px;
        padding: 16px;
    }
    .LeaveInfo {
        font-size: 14px;
        padding: 16px;
    }
}
@media screen and (max-width: 500px) {
    .engagementbox1{
        padding: 24px;
    }
    .staffaugmentation {
        font-size: 20px;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }
    .engaginfo2{
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .stbox1 .info h1{
        margin-top: 40px;
        text-align: start;
    }
    .engaginfo2 div{
        margin: 16px 10px;
    }
    .engaginfo2 div h1{
        font-size: 17px;
    }
    .stbox1 .info h4{
        right: auto;
    }
    .bright {
        width: 100%;
    }
    #Calculator .rtt {
        justify-content: flex-start;
    }
    .pricecost-container {
        padding: 20px;
    }
    .pricing {
        padding: 16px;
    }
    .pricingbox-header ul li a {
        font-size: 17px;
    }
    .mmcard1 {
        width: 115px;
    }
    .benefitshd .left {
        align-items: flex-start;
        text-align: start;
    }
    .pricevalue h1 {
        font-size: 30px;
    }
    .pricecost-container .prcleft {
        width: 100%;
    }
    .scl1 {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }
    .button-reviews {
        width: 100%;
    }
    .texts-images .tleft span {
        max-width: 100%;
    }
    #Calculator {
        display: flex;
        flex-direction: column;
        margin-top: 80px;
    }
    .texts-images .tleft {
        margin-top: 50px;
    }
    .bright .wwbox1 {
        width: 100%;
        max-width: 438px;
    }
    .howitworksbox1 {
        padding: 32px;
    }
    .howitworks-boxes .active {
        padding: 32px;
    }

    .s1section #t1 {
        font-size: 30px;
        margin-top: 20px;
    }
    .s1section #t2 {
        font-size: 30px;
        margin-top: 20px;
    }
    .s1section #t3 {
        font-size: 30px;
        margin-top: 20px;
    }
    .talktous-container .informationtexts {
        margin-left: 0;
    }
    .copyright {
        flex-wrap: wrap;
    }
    .f-right .flinks1 {
        padding: 0 10px;
    }
    .talktous-container .left h1 {
        font-size: 28px;
    }
    .s1img {
        margin-top: 40px;
    }
    .s1talktousbtn {
        width: 335px;
        margin: 0 15px;
        margin-top: 16px;
    }
    .s1getfreEbookbtn {
        width: 335px;
        margin: 0 15px;
    }
    .wwbox1 {
        padding: 26px 20px;
        width: 100%;
    }
    .talktouswbox {
        width: 100%;
        min-height: max-content;
        max-height: max-content;
    }

    .pboxinput-inner input {
        font-size: 14px;
    }
    .pboxinput-inner p {
        font-size: 10px;
    }
    .pboxinput-inner input::placeholder {
        font-size: 14px;
    }

    .faq-title {
        font-size: 17px;
        padding-right: 100px;
    }
    .copyright p:last-child {
        margin-top: 24px;
    }
    .talktous-container {
        padding: 24px;
    }
    .rtt {
        /* width: 85%; */
        flex-wrap: wrap;
        justify-content: center;
    }
    .rtt h1 {
        width: max-content !important;
        display: flex;
    }
    .talktous-container .left p {
        width: 90%;
    }
    .faq-title {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 60px;
    }
    .faq-toggle {
        right: 10px;
    }

    .s1getfreEbookbtn {
        width: 90%;
    }
    .s1talktousbtn {
        width: 90%;
    }
    .whatweoffer .rtt {
        justify-content: flex-start;
    }
    .testimonialtitle {
        text-align: center;
        align-items: center;
    }
    .questions-answers .rtt {
        justify-content: flex-start;
    }
    .talktous-container .rtt {
        justify-content: flex-start;
    }
    .button-reviews button {
        width: 100%;
    }
    .button-reviews img {
        margin-top: 35px;
    }
    .button-reviews {
        flex-direction: column;
    }
    .button-reviews button {
        justify-content: center;
    }
    .button-reviews button:hover p {
        transform: translateX(0px);
        transition: 0.2s;
    }
    .button-reviews button:hover .btnarrow {
        transform: translateX(0px);
        transition: 0.2s;
    }
    .button-reviews button {
        padding: 16px 8px 16px 8px;
        position: relative;
    }
    .button-reviews button .btnarrow {
        position: absolute;
        right: 10px;
    }
    .header .talktousbtn {
        display: none;
    }
    .mmpos {
        font-size: 10px;
    }
    .mmname {
        font-size: 12px;
    }
    .grcheckmark {
        width: 16px !important;
        height: 16px !important;
        top: 8px !important;
        right: 8px !important;
    }
    .prbox-submit {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }
}

@media screen and (max-width: 420px) {
    .s1section .video {
        height: 213px;
    }
    .talktous-container .left {
        width: 100%;
    }
    #mmc1 {
        left: auto;
        right: 0;
    }
    #mmc3 {
        right: 3%;
        left: 0;
    }
    #mmc2 {
        left: auto;
        right: 17%;
        bottom: 12%;
    }
    .mmpos {
        font-size: 10px;
    }
    .mmname {
        font-size: 12px;
    }
    .grcheckmark {
        width: 16px !important;
        height: 16px !important;
        top: 8px !important;
        right: 8px !important;
    }
    .mminfo {
        padding: 6px 8px;
    }
    .texts-images .tleft {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    #stimg3 {
        width: 100%;
    }
    .pricevalue h1 {
        font-size: 22px;
    }
    .pricingoptions {
        margin-top: 10px;
    }
    .hwboxtitle {
        font-size: 22px;
        text-align: start;
    }
    .greenspan {
        width: 200px;
        right: 0px;
    }
}
@media screen and (max-width: 350px) {
    #mmc2 {
        left: auto;
        right: 13%;
        bottom: 2%;
    }
}


/* //////////// */
/* contact */
.Contact {
    width: 100%;
  }
  .talktous-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid rgba(42, 51, 66, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(12, 15, 48, 0.05);
    box-sizing: border-box;
    margin-top: 200px;
    padding: 48px;
  }
  .talktous-container .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
  }
  .talktous-container .top {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  @media screen and (max-width: 955px) {
    .talktous-container .top {
      flex-direction: column;
      row-gap: 30px
    }
    /* .Contact .bottom {
      align-self: center !important;
    } */
  }
  @media screen and (max-width: 500px) {
    .Contact .bottom {
      flex-direction: column;
      align-self: center;
      text-align: center;
      justify-content: center;
      align-items: center;
      margin-top: 25px;
      row-gap: 10px;
    }
    .Contact .bottom * {
      margin-top: 0px !important;
      font-size: 12px;
      width: 140%;
    }
    .Contact .bottom .ttusgreen {
      padding: 12px 0px;
    }
    .Contact .bottom #openPopupBtn {
      padding: 12px 54px
    }
    .Contact .talktous-container .right {
      margin-left: 0 !important
    }
    .Contact .talktous-container .left {
      width:  auto !important
    }
    .Contact .bottom {
      align-self: center !important;
    }
  }

/* popup */
/* //////// */
.popup {
    display: none;
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 500px;
    min-width: 300px;
    width: 80%;
    height: 530px;
    flex-direction: column;
    border-radius: 20px;
    row-gap: 15px;
  }
  .X {
    width: 40px;
    align-self: flex-end;
    cursor: pointer;
  }
  .X:hover {
    opacity: 0.8
  }
  .popup-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
  }
  .popup-header img {
    width: 70px;
  }
  .popup-header p {
    font-size: 26px;
    font-weight: 700;
    color: #2A3342;
    letter-spacing: -0.34px;
    font-family: Plus Jakarta Sans;
  }
  .popup form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    align-items: center;
    align-self: center;
  }
  .popup form label{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    align-self: flex-start;
  }
  .popup form input {
    width: 93%;
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    border: 1px solid #2A334233;
    height: 20px;
  }
  .popup form button:hover {
    opacity: 0.8
  }
  @media screen and (min-height: 600px){
    .popup {
      top: 8%;
    }
  }
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }


  #loading-spinner {
    width: 50px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 30px);
    z-index: 20000;
    display: none;
  }