@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {  
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
}
a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wrapper{
    overflow: hidden; 
}

/***** HEADER SEC CSS ******/
header{
    padding: 22px 15px
}
.navigation .navbar{
    padding: 0;
}
.navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right{
    display: flex;
    align-items: center;
}
.header-app{
    display: flex;
    margin-right: 35px;
    align-items: center;
}
.header-app a.download-app{
    color: #1B1A33;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    margin-right: 17px;
}
.header-app ul{
    display: flex;
    align-items: center;
}
.header-app ul li{
    padding: 0 6px;
}
/*.header-app ul li a{
    color: #DCE0E6;
    font-size: 22px;
}
.header-app ul li a:hover{
    color: #2DD0AF;
}*/

ul li a.download {
    color: #DCE0E6;
    font-size: 28px;
}

ul li a.download:hover {
    color: #2DD0AF;
}

.menu-icon a{
    background-color: #24CEAB;
    border-radius: 9px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.menu-icon a img{
    position: relative;
    z-index: 1;
}
.menu-icon a:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #00BA94;
    border-radius: 0 9px 9px 0; 
    transition: all 0.5s ease-in-out;
}
.menu-icon a:hover:after{
    width: 33px;
    transition: all 0.5s ease-in-out;
}

.factor-background {
    background-color: #efefef!important;
}
.home-price-background {
    background-color: #ffffff!important;
}

/******* BANNER SEC *********/
.banner-sec{
    padding: 30px 0 30px;
}
.banner-sec .text-box {
    padding: 45px 0 0 0;
}
.banner-sec .text-box h4{
    display: flex;
    align-items: flex-end;
    color: #1B1A33;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}
.banner-sec .text-box h4 img{
    margin-left: 15px;
}
.banner-sec .text-box h1{
    color: #1B1A33;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    margin:50px 0 20px;
}
.banner-sec .text-box h1 span{
    color: #2DD0AF
}
.banner-sec .text-box p{
    color: #1B1A33;
    font-size: 15px;
    margin-bottom: 50px;
    font-weight: 300;
}
.get-qout-btn{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.get-qout-btn strong{
    border: 1px solid #3F4A5B;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 26px; 
}
.get-qout-btn strong:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #2DD0AF;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    transition: all 0.5s ease-in-out;
}
.get-qout-btn:hover{
    color: #1B1A33;
}
.get-qout-btn:hover strong:after{
    width: 89%;
    transition: all 0.5s ease-in-out;
    height: 89%;
}
.banner-sec .text-box h5{
    color: #1B1A33;
    font-size: 13px;
    font-weight: 300;
    margin-top: 140px;
    font-style: italic;
}
.banner-sec .image-holder{
    text-align: right;
    padding-right: 32px;
}
/********* NOVOVILLE SHARED SEC ***********/
.novoville-shared-sec{}
.novoville-shared-sec .text-box{
    background-color: #F4F4F7;
    padding-left: 100px; 
    padding-top: 160px;
    padding-bottom: 102px;
    border-radius: 0 180px 0 0; 
    position: relative;
}
.novoville-shared-sec .text-box .home-price-background{
    background-color: #white!important;
}
.novoville-shared-sec .text-box .home-price-background:after{
    background-color: #white!important;
}
.novoville-shared-sec .text-box:after{
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
/*    background: #F4F4F7;*/
    width: 100%;
    height: 100%;
}
.novoville-shared-sec .text-box h3{
    color: #1B1A33;
    font-size: 36px;
    font-weight: 600;
}
.novoville-shared-sec .text-box h3 span{
    color: #2DD0AF;
}
.novoville-shared-sec .text-box p{
    color: #1B1A33;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    max-width: 548px;
    width: 100%;
    margin: 30px 0 55px;
}
.novoville-shared-sec .text-box .image-holder{
    position: absolute;
    bottom:  0;
    right: 0;
}
/********** FEATURE SEC *********/
.feature-sec{
    padding:  60px 0;
}
.title{
    text-align: right;
}
.title h2{
    color: #EFEEF3;
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0;
}
.feature-title {
    margin: 87px 0 0 0;
}
.feature-title p{
    color: #1B1A33;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.feature-inner{
    margin: 50px 0 0 0;
}
.feature-inner .text-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-inner .text-box h3{
    color: #1B1A33;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.feature-inner .text-box p{
    color: #1B1A33;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.feature-inner .image-holder{
    position: relative;
    z-index: 100;
}
.slide-pagination{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 40px;
}
.carousel-inner{
    z-index: 1000;
}
.carousel-indicators{
    position: static;
    margin: 0;
    width: 100%;
    max-width: 281px;
    flex-direction: column;
}
.carousel-indicators li{
    text-indent: initial;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    border: none;
    position: relative; 
    text-transform: uppercase;
    padding: 23px 57px;
    transition: all 0.5s ease-in-out;
    border-radius: 0 44px 44px 0; 
    color: #A3A3B4;
    font-size: 14px;
    font-weight: 400;
}
.carousel-indicators li.active{
    background-color: #F6F6F8;
    transition: all 0.5s ease-in-out;
    color: #1B1A33;
}
.carousel-indicators li.active:after{
    background-color: #2DD0AF;
    transition: all 0.5s ease-in-out;
}
.carousel-indicators li.active:before{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.carousel-indicators li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    background-color: #1B1A33;
    transition: all 0.5s ease-in-out;
    border-radius: 50%; 
}
.carousel-indicators li:before{
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
/******** HOW IT WORK ***********/
.how-work-sec {
    padding: 60px 0 160px;
    position: relative;
}
.how-work-sec:after{
    position: absolute;
    content: "";
    top: 100px;
    left: -185px;
    width: 365px;
    height: 365px;
    border-radius: 50%;
    background-color: #2DD0AF;
}
.how-work-sec:before{
    position: absolute;
    content: "";
    bottom: -158px;
    right: -185px;
    width: 365px;
    height: 365px;
    border-radius: 50%;
    background-color: #FF806F;
}
.how-work-sec h3{
    color: #EFEEF3;
    text-transform: uppercase;
    font-size: 150px;
    font-weight: 600;
    letter-spacing: 0.48px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-60%);
    top: 60%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
 
.how-work-sec .feature-title{
    margin: 0;
}
.how-work-inner{
    position: relative;
    z-index: 1;
    margin-top: 125px;
}
.how-work-inner .image-holder{
    position: relative;
    text-align: center;
}
.how-work-inner .image-holder a{
    background-color: rgba(21, 191, 157, 0.69);
    width: 214px;
    height: 214px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.how-work-inner .image-holder a:hover{
    background-color: rgba(21, 191, 157, 1);
}


/******* TESTIMONIAL SEC ******/
.testimonial-sec{
    padding: 60px 0 77px;
}
.testimonial-title h2{
    color: #1B1A33;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    text-align: left; 
    font-weight: 400;
    width: 100%;
}
.testimonial-inner {
    background-color: rgba(244, 244, 247, 0.80);
    margin: 75px 0 0 0;
}
.testimonial-inner .text-box{
    width: 100%;
    padding: 50px 0;
    border-top: 5.5px solid #2DD0AF; 
}
.testimonial-inner .text-box p{
    color: #1B1A33;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
}
.testimonial-inner .text-inner{
    padding: 30px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.testimonial-inner .text-inner h3{
    color: #1B1A33;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
}
.testimonial-inner .text-inner p{
    color: #1B1A33;
    font-size: 15px;
    font-weight: 300;
    max-width: 260px;
    width: 100%;
    line-height: 20px;
}
.testimonial-inner .swiper-slide-thumb-active .text-inner{
    background-color: rgba(226, 231, 239, 0.60);
    transition: all 0.5s ease-in-out;
}
.swiper-button-prev:after, .swiper-button-next:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 51%;
    transform: translate(-50%,-50%);
    background-color: #2DD0AF;
    width: 89%;
    height: 89%;
    border-radius: 50%;  
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s  ease-in-out;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s  ease-in-out;
}
.swiper-button-next:focus, .swiper-button-prev:focus{
    outline: none;
}
.swiper-button-next, .swiper-button-prev{
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    margin: 0;
    color: #1B1A33;
    font-size: 20px;
    top: auto;
    bottom: 32px; 
}
.swiper-button-next i, .swiper-button-prev i{
    position: relative;
    z-index: 1;
    color: #1B1A33;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 45px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 45px;
}
/******* BLOG SEC *******/
.blog-sec{
    padding: 35px 0 87px;
}
.blog-sec .title h2{
    margin: 0 0 85px 0;
}
.blog-inner{
    margin: 37px 0 0 0;
}
.blog-sec .title p{
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
}
.blog-box{
    padding: 38px 0; 
}
.blog-box .image-holder{
    padding-top: 22px;
    background-color: #F6F6F8;
}
.blog-box .text-box{
    background-color: #2DD0AF;
    height: 100%;
    padding: 15px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.blog-box .text-box span{
    color: #1B1A33;
    letter-spacing: 3.04px;
    font-size: 14px;
    font-weight: 300;
}
.blog-box .text-box h3{
    color: #1B1A33;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    max-width: 400px;
    width: 100%;
    margin: 26px 0 47px;
}
.blog-box .text-box a{
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #1B1A33;
    font-size: 20px;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.blog-box .text-box a i{
    position: relative;
    z-index: 1;
}
.blog-box .text-box a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #1B1A33;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.blog-box .text-box a:hover{
    color: #2DD0AF;
    transition: all 0.5s ease-in-out;
}
.blog-box .text-box a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

/* BANNER START */
.blog-box-alone .text-box {
    padding: 15px 38px;
    background: url('../img/person_wondering.png') no-repeat;
}

blog-box-alone .text-box span{
    color: #FFF;
}
.blog-box-alone .text-box h3{
    color: #fff;
    margin: 26px 0 37px;
}
.blog-box-alone .text-box a{
    border-color: #FFFFFF; 
    color: #2DD0AF;
}
.blog-box-alone .text-box a:hover:after{
    background-color: #2DD0AF;
}
.blog-box-alone .text-box a:hover{
    color: #fff;
}
.blog-box-alone .image-holder{
    padding: 0;
    height: 394px;
    text-align: right;
}
.blog-box-alone .image-holder img{
    height: 335px;
}
/* BANNER END */

.blog-box-second .text-box {
    padding: 15px 38px;
    background: url('../img/blog-text-bg.png') no-repeat;
}

.blog-box-second .text-box span{
    color: #FFF;
}
.blog-box-second .text-box h3{
    color: #fff;
    margin: 26px 0 37px;
}
.blog-box-second .text-box a{
    border-color: #FFFFFF; 
    color: #2DD0AF;
}
.blog-box-second .text-box a:hover:after{
    background-color: #2DD0AF;
}
.blog-box-second .text-box a:hover{
    color: #fff;
}
.blog-box-second .image-holder{
    padding: 0;
    height: 394px;
    text-align: right;
}
.blog-box-second .image-holder img{
    height: 335px;
}
.blog-btn{
    margin: 40px 0 0 0;
}
/**************** NEWSLETTER SEC ************/
.newsletter-sec{
    padding: 82px 0 73px;
}
.newsletter-inner{
    background-color: #2DD0AF;
    padding: 90px 0 73px;
}
.newsletter-inner .text-box h3{
    color: #1B1A33;
    font-size: 36px;
    font-weight: 600;
    max-width: 776px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 44px;
}
.newsletter-inner .text-box p{
    color: #1B1A33;
    font-size: 15px;
    letter-spacing: 0.64px;
    font-weight: 300;
}
.newsletter-inner .text-box form{
    padding: 30px 0 0;
}
.newsletter-inner .text-box form .form-control{
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: rgba(27, 26, 52, 0.20);
    font-size: 62px;
    box-shadow: none;
    font-weight: 600;
}
.newsletter-inner .text-box form .form-control::placeholder{
    color: rgba(27, 26, 52, 0.20);
}
.newsletter-inner .text-box form .get-qout-btn{
    border-color: #3F4A5B;
    margin: 37px 0 0 0;
}
.newsletter-inner .text-box form .get-qout-btn strong:after{
    background-color: #1B1A33;
}
/******* APP STORE SEC *******/
.app-store-sec{
    padding: 40px 0;
} 
.app-store-sec .text-box h4{
    color: #1B1A33;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    font-weight: 400;
    max-width: 474px;
    width: 100%;
}
.app-store-sec .text-box h3{
    color: #1B1A33;
    font-size: 36px;
    font-weight: 600;
    margin: 74px 0 26px;
    line-height: 44px;
}
.app-store-sec .text-box p{
    color: #1B1A33;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    max-width: 538px;
    margin: 0 0 60px 0;
    width: 100%;
}
.app-store-sec .text-box span.date{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
}
.app-store-sec .text-box ul{
    display: flex;
    align-items: center;
    margin: 30px -8px 0;
    max-width: 578px;
    width: 100%;
}

table.with_borders, table.with_borders th, table.with_borders td {
  border: 1px solid black;
}

.app-store-sec .text-box ul li {
    padding: 0 8px;
}
.app-store-sec .text-box ul li a{
    border: 1px solid #E2E7EF;
    background-color: #fff;
    height: 102px;
    width: 281px;
    color: #1B1A33;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px; 
    transition: all 0.5s ease-in-out;
    position: relative;
}
.app-store-sec .text-box ul li a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #2DD0AF;
    border-radius: 55px;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .text-box ul li a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .text-box ul li a:hover{
    color: #1B1A33;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .text-box ul li a:hover i{
    color: #1B1A33;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .text-box ul li a span{
    position: relative;
    z-index: 1;
}
.app-store-sec .text-box ul li a i{
    color: #C8CCD1;
    font-size: 30px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .image-holder {
    text-align: right;
    margin: 30px 0 0 0;
}
/***********FOOTER***********/
footer{
    padding: 100px 0 0;
    overflow: hidden;
}
.footer-inner{
    background-color: #F6F6F8;
    padding: 67px 0 0;
}
.footer-left .text-box h3{
    color: #1B1A33;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: 0.64px;
}
.footer-left .text-box p{
    color: #1B1A33;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.64px;
    max-width: 479px;
    width: 100%;
}
.clint-logo{
    max-width: 380px;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 60px;
}
.clint-logo ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.clint-logo ul li{
    width: 50%;
    margin: 18px 0;
}

.footer-left .text-inner h4{
    color: #1B1A33;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.64px;
    margin-bottom: 20px;
}
.footer-left .text-inner ul li{
    color: #1B1A33;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    max-width: 440px;
    width: 100%;
    padding-left: 23px;
    margin-bottom: 5px;
}
.footer-left .text-inner ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-color: #1B1A33;
    width: 5px;
    height: 5px;
    border-radius: 50%;  
}
.footer-left .text-inner ul li a{
    color: #0CB492;
    word-break: break-word;
    text-decoration: underline;
}
.footer-links{
    margin-bottom: 55px;
}
.footer-links h3{
    color: #1B1A33;
    font-size: 22px;
    letter-spacing: 0.64px;
    font-weight: 500;
    margin-bottom: 18px;
}
.footer-links ul li a{
    color: #1B1A33;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 2px;
    padding-left: 23px;
    position: relative;
    display: block;
}
.footer-links ul li a:hover{ 
    color: #2DD0AF;
}
.footer-links ul li a:after{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-color: #1B1A33;
    width: 5px;
    height: 5px;
    border-radius: 50%;  
}
.footer-app p{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3.04px;
    font-style: italic;
    text-transform: uppercase;
}
.footer-app-inner{
    display: flex;
    align-items: center;
    margin-top: 12px;
} 
.footer-app-inner span{
    color: #1B1A33;
    font-size: 13px;
    font-weight: 600;
    margin-right: 16px;
    text-transform: uppercase;
}
.footer-app-inner ul{
    display: flex;
    align-items: center;
}
.footer-app-inner ul li{
    padding: 0 6px;
}
.footer-app-inner ul li a{
    color: #C8CCD1;
    font-size: 20px;
}
.footer-app-inner ul li a:hover{
    color: #2DD0AF;
}
.social-media ul li{
    margin-bottom: 20px;
}
.social-media ul li a{
    border: 1px solid #1B1A33;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1B1A33;
}
.social-media ul li a:hover{
    background-color: #2DD0AF;
    border-color: #2DD0AF;
    color: #fff;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright p{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.96px;
}
.copyright a{
    background-color: #24CEAB;
    border-radius: 42px;
    width: 67px;
    color: #FFFFFF;
    font-size: 8px;
    height: 143px;
    display: flex;
    padding-top: 35px;
    justify-content: center;
    position: relative;
    margin-bottom: -41px;
}
.copyright a:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 100%;
    height:  0;
    border-radius: 42px;
    transition: all 0.5s ease-in-out;
    background-color: #00BA94;
}
.copyright a:hover:after{
    height: 75px;
    transition: all 0.5s ease-in-out;
}
.app-store-sec .text-box .mobile-img{
    display: none;    
}
/**************/
.carousel-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.carousel-control-next, .carousel-control-prev{
    position: static;
    width: 64px;
    height: 64px;
    opacity: 1;
    color: #1B1A33;
    font-size: 20px;
    border: 1px solid #E2E7EF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control-prev-icon{
    background-image: none;
    width: auto;
    height: auto;

}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #1B1A33;
}

/*******FAQ********/
                                                                                                        /*Faqs*/
.faq{
    margin-top: 91.5px
}
.faq .card{
    border:none;
}
.faq h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    color: #1B1A33;
    padding-bottom: 21px;
}
.faq .card-header{
    background-color: #fff;
}
.faq .card-body{
background-color: #F6F6F8;
}
.faq p a{
    color: #2DD0AF;
}
.faq p{

    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 25px;
    color: #1b1a33;
    max-width: 677px;
    width: 100%;
}
.faq .card a h5{
   
    padding-left: 0px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #1b1a33;
    padding-top: 10px;
}
.faq .card-header {
    padding-left: 0px;
}
.faq .card .card-header a.collapsed {
   
background-image: url(../img/down.svg);
   
    background-repeat: no-repeat;
    background-position: right 22%;
}
.faq .card .card-header a {
    
    background-image: url(../img/up-arrow.svg);
    background-position: right 22%;
    background-repeat: no-repeat;
}
.faq .card-header {
    border-bottom: 0;
    padding-bottom: 26.5px; 
}
.faq .card-header a{
    padding-bottom: 26.5px;
    border-bottom: 1px solid #E7E7EF ;
        display: block;
}
 .faq .card-header a[aria-expanded="true"] {                
    border-bottom: 4px solid #2DD0AF;
     display: block;
}
.faq #accordion{
    margin-top: 56.6px;
}

/*****CONTACT US*****/
.home-return {
    margin-top: 37px;
    padding-bottom: 20px;
}
.home-return h1{
    font-size: 46px;
    font-weight: bold;
    line-height: 56px;
   color: #1B1A33;
   text-transform: uppercase;
   
}
.home-return img {
    padding-left: 24.8px;
    padding-right: 16.2px;
}

.home-return p  {
    font-size: 13px;
    font-weight: 600px;
    color: #1B1A33;
    padding-bottom: 30px;
}
.home-return a{
    color: #707070;
}
.home-return a:hover{
    color: #2DD0AF;
}
.contact-us .text-box{
    padding-top: 74px ;
    padding-bottom: 62px; 
    border-bottom: 1px solid #E7E7EF;
}
.contact-us .text-box h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    color: #1B1A33;
}
.contact-us .text-box h3 span{
    color: #2DD0AF;
}
.contact-us .text-box p{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #1B1A33;
    padding-top: 27px;
    max-width: 875px;
    width: 100%;
    letter-spacing: 0.04em;
}
.contact-us .info {
    margin-top: 62.5px;
}
.contact-us .info p{
font-weight: 600;
font-size: 28px;
letter-spacing: 0.04em;
line-height: 44px;
   color: #1B1A33;

}
.contact-us .get-green-bar-btn {
    margin-top: 27px;
}
.contact-us .info a {
       color: #2DD0AF;
}
.contact-us .info a span {
    color: #1B1A33;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.green-form{
       background-color: #2DD0AF;
       padding: 77px 99px;
       background-image: url(../img/green-arrow.svg);
       background-repeat: no-repeat;
       background-position: right bottom; 
       background-size: 60%
}
.green-form .form-group{
    margin-bottom: 54px;
}
.green-form .form-group:nth-child(4) {
    margin-bottom: 50.7px;
}
.green-form .form-group label{

font-weight: normal;
font-size: 15px;
letter-spacing: 0.45em;
line-height: 28px;
color: #1b1a33;
}

.green-form .form-control {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #1B1A33;
    font-size: 42px;
    box-shadow: none;
    font-weight: 600;
}
.error{
font-weight: normal;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 56px;
text-align: left;
color: #ef2f2f;

}

.green-form .form-check p{
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 21px;
    color: #1b1a33;
    max-width: 633px;
        padding-bottom: 0px !important;
    width: 100%;
     margin-left: 10px;

}
.green-form .form-check a{
color: #1b1a33;
}
.green-form .get-green-bar-btn{
margin-top: 50.7px;
}
/* The radio */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*slider*/
.swiper-award {
      width: 100%;
      height: 100%;
      margin-top: 58px;
    }
    .green-arrow{
        background-color: #2DD0AF;
    }
    .newsletter-inner .text-box .get-green-bar-btn {
    border-color: #3F4A5B;
    margin: 37px 0 0 0;
}
 .get-green-bar-btn strong:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #1B1A33  ;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.get-green-bar-btn{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.get-green-bar-btn strong{
    border: 1px solid #3F4A5B;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 26px; 
}
.get-green-bar-btn strong:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #1B1A33;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    transition: all 0.5s ease-in-out;
}
.get-green-bar-btn:hover{
    color: #1B1A33;
}
.get-green-bar-btn:hover strong:after{
    width: 89%;
    transition: all 0.5s ease-in-out;
    height: 89%;
}
.green-bar-inner{
    background-color: #2DD0AF;
    padding: 74px 0 ;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right bottom;

}
.green-bar-inner .text-box h3{
font-weight: 600;
font-size: 28px;
letter-spacing: 0.04em;
line-height: 38px;
color: #1b1a33;
max-width: 698px;
 width: 100%;

}
.green-bar-inner .text-box p{
font-weight: normal;
font-size: 16px;
letter-spacing: 0.04em;
line-height: 23px;
max-width: 598px;
 width: 100%;
color: #1b1a33;
margin-top: 26px;
margin-bottom: 80px;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
        position: absolute;
    top: 1px;
    left: 0;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background-color: transparent;
    border-color: #1b1a33;
    border-style: solid;
    border-width: 1px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: transparent;  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
   left: 11px;
    top: 11px;
    width: 2px;
    height: 2px;
    border: solid;
    border-color: #1b1a33;
    background-color: transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

/*****MENU*****/
.menu-icon a{
    background-color: #24CEAB;
    border-radius: 9px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.menu-icon a img{
    position: relative;
    z-index: 1;
}
.menu-icon a:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #00BA94;
    border-radius: 0 9px 9px 0; 
    transition: all 0.5s ease-in-out;
}
.menu-icon a:hover:after{
    width: 33px;
    transition: all 0.5s ease-in-out;
}
.menu-body{
    background-color: #2DD0AF;
    background-image: url(../images/menu-bg.svg);
    background-repeat: no-repeat;
    background-position: 120% bottom;
    background-size: 60%;
    max-width: 675px;
    width: 100%;
    position: fixed;
        overflow-y: auto;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 1122;
    transition: all 0.5s ease-in-out;
}
.menu-body.active{
    right: 0;
    transition: all 0.5s ease-in-out;
}
.close-icon{
    display: block;
    float: right;

}
.close-icon a{
       
    display: block;
     background-color: #000;
    width: 65px;
    height: 65px;
    text-align: center;
    margin-top: 29px;
    margin-right: 20px;
    border-radius: 20px;
}
.close-icon a:hover{
    background-color: #009A8A;
}
.close-icon img{
     margin-top: 24px;
}
.menu-body-inside{
        padding: 100px 99px 55px;
}
.menu-body-list li .active{
color: #1b1a33;
}
.menu-icons p{
font-weight: 300;
font-style: italic;
font-size: 14px;
letter-spacing: 0.19em;
color: #1b1a33;

margin-bottom: 22px;

}
.menu-body-list li a{
font-weight: bold;
font-size: 40px;
letter-spacing: 0.02em;
line-height: 56px;
color: #009A8A;
 margin-top: 27px;
    display: block;
}
.menu-body-list li a:hover{
    color: #1b1a33;
}
.download-app ul {
    display: flex;
}
.download-app li{
    margin-right: 18px;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.07em;
color: #1b1a33;
}
.download-app li a{
    color: #236C6B;
    font-size: 13px;
}
.download-app li a i{
    font-size: 23px;
}
.menu-icons{
    margin-top: 124px;
}
.download-app li a:hover{
    color: #1B1A33;
}
.menu-social-media ul {
    display: flex;
}
.menu-social-media ul li{
    margin-left: 19px;
}
.menu-social-media ul li a{
    border: 1px solid #1B1A33;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1B1A33;
}
.menu-social-media ul li a:hover{
    background-color: #1B1A33;
    border-color: #1B1A33;
    color: #2DD0AF;
}
.menu-icons{
    display: flex;
    justify-content: space-between;
}

/****BLOG*****/

.latest-measure .text-box{
    position: absolute;
    bottom: 0;
    background-color: #2DD0AF;
    width: 64%;
    border-top-right-radius: 100px;
    padding-left: 99px;
}
.latest-measure .text-box span {
    color: #1B1A33;
    letter-spacing: 3.04px;
    font-size: 14px;
    font-weight: 300;
        margin-top: 41.9px;
    display: block;
}
.latest-measure  .text-box h3 {
    color: #1B1A33;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
   max-width: 478px;
    width: 100%;
    margin: 26px 0 47px;
}
.latest-measure  .text-box a {
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #1B1A33;
    font-size: 20px;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
        margin-top: 90px;
}
.latest-measure .text-box a:hover{
    background-color: #F6F6F8;
    transition: all 0.5s ease-in-out;
}
.latest-measure .text-box a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.latest-measure .text-box a i{
    position: relative;
    z-index: 1;
}
.latest-measure   .text-box a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #1B1A33 ;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

}
.latest-measure {
    position: relative;
}
.new-feature{ margin-top: 65px;
    background-color: #fff; 
    position: relative;
    margin-bottom: 71px;
        overflow: hidden;
 }
.new-feature .text-box {
       height: 100%;
    padding: 15px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-feature .text-box a {
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #1B1A33;
    font-size: 20px;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.storiesNews .text-box span {
    color: #1B1A33;
    letter-spacing: 3.04px;
    font-size: 14px;
    font-weight: 300;
}
.storiesNews .text-box h3 {
    color: #1B1A33;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    
    width: 100%;
    margin: 26px 0 47px;
}
.new-feature .text-box a:hover{
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}
.new-feature .text-box a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.new-feature .text-box a i{
    position: relative;
    z-index: 1;
}
.new-feature .text-box a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #2DD0AF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.new-feature:after{
        position: absolute;
    content: "";
    bottom: -86px;
    left: 371px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #2DD0AF;
}
.img-revrse{
    display: none;
}
/*work-together*/
.work-together{
    margin-top: 71px;
    background-color: #2DD0AF;
    position: relative;
    overflow: hidden;
}
.work-together .text-box {
       height: 100%;
    padding: 15px 69px;
    display: flex;
    flex-direction: column;
    justify-content: center;;
}
.work-together .text-box a{
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #1B1A33;
    font-size: 20px;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.work-together .text-box a:hover{
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.work-together  .text-box a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.work-together  .text-box a i{
    position: relative;
    z-index: 1;
}
.work-together .text-box a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #1B1A33;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.work-together:after{
          position: absolute;
    content: "";
    bottom: -92px;
    right: 90px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #0DB495;
}
/*latest-measure-prrotection*/
.latest-measure-prrotection{
margin-top: 71px;
background-color: #EBEDF3;
position: relative;
overflow: hidden;
margin-bottom: 71px;
}
.latest-measure-prrotection .text-box {
       height: 100%;
    padding: 15px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.latest-measure-prrotection .text-box a {
    border: 1px solid #1B1A33;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #1B1A33;
    font-size: 20px;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.latest-measure-prrotection .text-box a:hover{
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}
.latest-measure-prrotection .text-box a:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.latest-measure-prrotection .text-box a i{
    position: relative;
    z-index: 1;
}
.latest-measure-prrotection .text-box a:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 89%;
    height: 89%;
    border-radius: 50%;
    background-color: #2DD0AF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.latest-measure-prrotection:after{
        position: absolute;
    content: "";
    bottom: -92px;
    left: 371px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #FF806F;
}
/*paginatoion*/
.pagination{
    justify-content: center;
}
.pagination .page-link{
    border:none;
    color: #1B1A33;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.pagination .page-link:hover{
    color: #2DD0AF;
    background-color: #fff;
}
.pagination .next-page img{
    width: 6px;
}

/****BLOG POST*****/
.blog-center a{
color: #1B1A33;
font-size: 14px;
font-weight: 600;
line-height: 19px;
display: inline-block;
margin-left: 155px;
}
.blog-center a:hover{
    color: #2DD0AF;
}
.blog-center span{
    padding-right: 16px;
}
.blog-left{
    display: none;
}
.covid-head {
padding-top: 64px;
}
.covid-head-sec {
    text-align: center;
    
}
.covid-head-sec .text-box h1{
font-weight: bold;
font-size: 46px;
line-height: 56px;
color: #1B1A33;
}
.covid-head-sec .reading{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #1B1A33;
   padding-bottom: 20px;
}
.covid-head-sec .date{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #1B1A33;
    line-height: 19px;
    padding-bottom: 20px;
    padding-top: 20px;

}
.covid-head-sec .linda-kristanova{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #1B1A33;
}
.covid-head-sec img{
    margin-top: 82px;
    margin-bottom: 61px;
}
.wrap-covid-instrection{
    max-width: 776px;
    margin: auto;
     width: 100%;
     padding: 0 5px;
}
.wrap-covid-instrection a{
    color: #2DD0AF;
    font-weight: 500;
}
.wrap-covid-instrection h3{
    font-size: 25px;
    line-height: 46px;
    font-weight: 600;
    color: #1B1A33;
    margin-bottom: 34px;
    margin-top: 44px;
    letter-spacing: 0.04em;

}
.wrap-covid-instrection  p{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #1B1A33;
}
.wrap-covid-instrection ul {
        padding-top: 9px;
}
.wrap-covid-instrection ul li{
    position: relative; 
    padding-top: 19px; 
    max-width: 728px;
    width: 100%;
}
.wrap-covid-instrection ul li p{
    padding-left: 12px;
}
.wrap-covid-instrection ul li:before{
    content: "";
height: 6px;
width: 6px;
border-radius: 50%;
background-color: #1B1A33;
opacity: 1;
 visibility: visible;
 position: absolute;
 top: 28px;
 margin-right: 12px;
}
.wrap-covid-instrection img{
    margin-bottom:54px;
    margin-top:54px;
}
.covid-sec{
    position: relative;
    margin-top: 35.5px;

}
.covid-sec:after{
    position: absolute;
    content: "";
    top: 1820px;
    right: -185px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background-color: #2DD0AF;

}
.covid-sec:before{
     position: absolute;
    content: "";
    top: 1167px;
    left: -93px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background-color: #FF806F;

}
.wrap-covid-instrection  span {
    font-weight: 600;
}
.feel-unwell{
    padding-bottom: 93px;
    padding-top: 143px;
}
.green-line {
    width: 100%;
    border-top: 5px solid #2DD0AF;
    margin-top: 44px;

}
.safe-your-self{
    padding-top: 68px;
    padding-bottom: 54px;
}

/****PRESS LOGOS*****/ 
.press-logos {
    max-width: 200px;
    max-height: 80px!important;
    padding: 20px 20px 0 0;
}

.press-box {
    text-align: center;
}

/* full background color */
.full-background {
    background-color: #2DD0AF;
}

/****PRICE PLAN LOGOS*****/ 
.lite-plan{
    background-color: #EDF0F5;
    padding: 46px;
    position: relative;
    overflow: hidden;
    max-width: 974px;
    width: 100%;
        margin: 12px auto 0;
}
.lite-plan-p{

font-weight: normal;
font-size: 14px;
letter-spacing: 0.3em;
line-height: 28px;
color: #1b1a33;
margin-bottom: 16px;
}
.lite-plan h3{
position: relative;
font-weight: bold;
font-size: 36px;
letter-spacing: 0.04em;
color: #1b1a33;
display: flex;
align-items: center;

}
.lite-plan h3:after{
       content: "";
    position: absolute;
    height: 5px;
    max-width: 37px;
    width: 100%;
    background-color: #2DD0AF;
    z-index: 1111111;
    left: 0;
        bottom: -28px;
}

.lite-plan span{
   
font-weight: normal;
font-size: 12px;
letter-spacing: 0.04em;
color: #1b1a33;
margin-left: 10px;
margin-top: 10px;

}
.plan-include{
font-weight: 600;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 25px;
color: #1b1a33;
margin-bottom: 23px;
    margin-top: 62px;
position:relative;
overflow:hidden;
}
.lite-plan ul li{
    position: relative;
    padding-bottom: 19px;

}
.lite-plan ul li p{
    padding-left: 30.7px;
font-weight: 300;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 25px;
color: #1b1a33;

}
.lite-plan ul li:before{
         content: "";
    height: 14px;
    width: 15px;
    background-image: url(../images/correct.svg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
    z-index: 11112;
}
.lite-plan .get-white-bar-btn {
    border-color: #3F4A5B;
    margin: 3px 0 0 0;
}

 .get-white-bar-btn strong:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #2DD0AF  ;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.get-white-bar-btn{
    color: #1B1A33;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.get-white-bar-btn strong{
    border: 1px solid #3F4A5B;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 26px; 
}
.get-white-bar-btn strong:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
   background-color: #2DD0AF;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    transition: all 0.5s ease-in-out;
}
.get-white-bar-btn:hover{
    color: #1B1A33;
}
.get-white-bar-btn:hover strong:after{
    width: 89%;
    transition: all 0.5s ease-in-out;
    height: 89%;
}
.lite-plan:before{
        position: absolute;
    content: "";
    right: 92px;
    width: 185px;
    top: -92px;
    height: 185px;
    border-radius: 50%;
    background-color: #2DD0AF;
}
.premium-plan{
   
    background-color: #2DD0AF;
    padding: 46px;
    position: relative;
    overflow: hidden;
    max-width: 974px;
    width: 100%;
    margin: 0px auto 0;
}
.premium-plan h3{
position: relative;
font-weight: bold;
font-size: 36px;
letter-spacing: 0.04em;
color: #1b1a33;
display: flex;
align-items: center;

}
.premium-plan h3:after{
       content: "";
    position: absolute;
    height: 5px;
    max-width: 37px;
    width: 100%;
    background-color: #1B1A33;
    z-index: 1111111;
    left: 0;
        bottom: -19px;
}
.premium-plan span{
font-weight: normal;
font-size: 12px;
letter-spacing: 0.04em;
color: #1b1a33;
margin-left: 10px;
margin-top: 10px;
}
.premium-plan ul li{
    position: relative;
    padding-bottom: 20px;

}
.premium-plan ul li p{
    padding-left: 30.7px;
font-weight: 300;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 25px;
color: #1b1a33;

}
.premium-plan ul li:before{
    content: "";
    height: 14px;
    width: 15px;
    background-image: url(../images/black-arrow.svg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
    z-index: 11112;
}
.premium-plan:before{
        position: absolute;
    content: "";
    
    right: 92px;
    width: 185px;
    top: -92px;
    height: 185px;
    border-radius: 50%;
    background-color: #FD806F;
}

.pricing { 
    padding: 30px;
    max-width: 400px;
}

.text-giant {
    font-size: 40px;
}