*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

h1{
    font-size: 1.4rem;
}

h3{
    font-size: 1.2rem;
}

p{
    font-size: 1rem;
}

.list{
    list-style: none;
}

html{
    scroll-behavior: smooth;
}

body{
    max-width:375px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}


/* ====header section begin==== */

header{
    width:100%;
    height: 13vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    animation: fade-in 2s ease-in-out;
    background-color: #fff;
    z-index: 1;
    position: fixed;
    border-bottom:1px solid #333;
    padding:1rem;
}

.mobile-menu{
    width:100%;
    height: 100%;
    display: flex;
    justify-items: space-between;
    align-items: center;
    position: relative;
}

.desktop-menu{
    width:100%;
    height: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin:.5rem 0;
}

.desktop-menu .menu{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop-menu .menu .dlist{
    display: flex;
    width:600px;
    justify-content: space-between;
}

.desktop-menu .menu .dlist li{
    list-style: none;
}

.desktop-menu .menu .dlist li a{
    text-decoration: none;
    font-size:1rem;
    color:#3e5f80;
    font-weight: 400;
    transition:color .4s ease-in-out;
}

.desktop-menu .menu .dlist li a:hover{
  color:hsl(233, 8%, 62%);
}

.mobile-menu .menu{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .menu a , .desktop-menu .menu a{
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    color: #3e5f80;
}

.menu > a{
    display: flex;
    align-items: center;
}

.menu a img{
    width:60px;
}

.mobile-menu .dropdown{
    height:0;
    width:100%;
    position: fixed;
    left:0;
    top:65px;
    z-index:1;
    overflow-y: hidden;
    transition: .8s ease;
    border-radius: 0 0 .4rem .4rem;
}

.mobile-menu .dropdown .dlist{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:100%;
    overflow-y: hidden;
    background-color: #fff;
    border-radius: 0 0 .3rem .3rem;
    padding:1rem;
}

.dropdown .dlist li{
    list-style: none;
    margin-bottom:1rem;
}

.dropdown .dlist li a{
    text-decoration: none;
    color:#3e5f80;
    font-weight: 600;
    font-size: .9rem;
    transition:color .7s ease-in-out;
    text-transform: uppercase;
}

.dropdown .dlist li a:hover{
    color: #e2edf8;
}

/* =====header section end==== */


/* ===loader section begin=== */
#loader{
    width:100%;
    display: flex;
    justify-content:center;
    align-items: center;
    position: fixed;
    top:0;
    height:100%;
    z-index: 400000;
    background-color: #fff;
}

.hide{
    display: none;
    visibility: hidden;
}

.main{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 5rem;
}

.hero{
    width:100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #3e5f80;
}

.hero-span{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #154360;
    padding: 1rem;
}


.hero-span p{
    color:#fff;
}

.hero-span button{
    width: 10rem;
    height: 2.4rem;
    background-color:#2882c0;
    color:#fff;
    border:none;
    margin-top: .5rem;
    border-radius: .3rem;
}

.hero-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
}

.bread-crumbs{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.bread-crumbs a{
    margin-right: 1rem;
    color:#0088cc;
    text-decoration: none;
}

.bread-crumbs p{
    margin-right: 1rem;
    color:#838b94;
}

.cta{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.cta h1{
    color:#fff;
    font-weight: 300;
    font-size: 2.5rem;
    margin-top: 1rem;
}

.cta::after{
    position: absolute;
    content: '';
    width:150px;
    height: 5px;
    background-color: #0088cc;
    left:0;
    bottom: -1.4rem;
}

.about-section,.text-section,.icons-section,.text-section,.people-section{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.about-wrapper,.text-wrapper,.icons-wrapper,.text-wrapper,.quality-wrapper{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:1rem;
    padding:1rem;
}

.about-box,.text-box,.icons-box,.text-box,.quality-box{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.about-box p,.text-box p,.icons-box p,.text-box p,.quality-box p{
    color:#8c8c8b;
    margin-bottom: 1rem;
}

.about-section{
    margin-top: 4rem;
}

.about-section h3{
    color:#0088cc;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.card{
    width:100%;
    background-color:rgb(240, 240, 240);
    margin-bottom: 1rem;
    padding:1rem;
    border-radius: .4rem;
    position: relative;
}

.card a{
    background-color: #005ecc;
    color:#fff;
    text-decoration: none;
    padding:.5rem 1rem;
    border-radius: .3rem;
}

.card::before{
    width:100%;
    position: absolute;
    content: '';
    height: 5px;
    background-color: #0088cc;
    left:0;
    top:0;
    border-radius: .4rem .4rem 0 0;
}

.list{
    padding:.5rem;
}

.card h3{
    font-size: 1rem;
}

.card li{
    margin-bottom: 1rem;
    color:#333;
    list-style:georgian;
}

.text-section{
    background-color: #f0f0ed;
}

.text-section h3{
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
    color:#8c8c8b;
}

.text-section p{
    color:#8c8c8b;
}

.text-section li{
    list-style: georgian;
    margin-bottom: 1rem;
    font-size: .9rem;
    color:#8c8c8b;
}

.text-section a {
    text-decoration: none;
    color:#0088cc;
}

.icons-section > h3{
    color: #8c8c8b;
    font-weight: 400;
    font-size: 1rem;
    padding:1rem;
}

.icons-box h3{
    color:#3e5f80;
    margin-bottom: .5rem;
}

.white{
    background-color: #fff;
}

.white h3{
    color:#0088cc;
    font-size: 1.2rem;
}

.quality-box a{
    text-decoration: none;
    background-color: #0088cc;
    color:#fff;
    padding:.5rem;
    border-radius: .1rem;
}

/* form */
.form-section{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.form-section h1{
    margin:1rem 0;
    color:#3e5f80;
}

.form-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
}

.form-box{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-box h3{
    color:#3e5f80;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.form-box p{
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form label{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
    color: #8996b1;
}

.form label input{
    width:100%;
    height: 2.8rem;
    margin-top: .3rem;
    padding:.4rem;
    border-radius: .3rem;
    border:1px solid #bfcce6;
    color: #333;
    appearance: textfield;
}

.form label textarea{
    width:100%;
    margin-top: .3rem;
    border-radius: .3rem;
    border:1px solid #bfcce6;
}

.check{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.check p{
    margin-bottom: 0;
    font-size: .9rem;
    margin-left: .5rem;
}

.form button{
    width:10rem;
    height: 3rem;
    background-color: #005ecc;
    color:#fff;
    border-radius: .5rem;
    border:none;
    font-size: 1.2rem;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
    cursor: pointer;
}

.form button:hover{
    background-color: #fff;
    color: #005ecc;
}

.form-email{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
}

.form-email > h3{
    color:#0088cc;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.email-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.email-box{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: .5rem;
}

.email-box h3{
    color:#0088cc;
    font-size: 1.2rem;
    font-weight: 400;
}

.email{
    border-bottom: 1px solid #f0f0ed;
    margin-bottom: 1rem;
}

.email-box  p{
   font-weight: 400; 
   margin-bottom: .5rem;
   max-width:400px;
}

.address-box{
    margin-bottom: 1rem;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.address-box span{
    margin-bottom: 1rem;
}

.address-box span p{
    margin-bottom: 0;
}

/*team*/
.people-section{
    padding:1rem;
}

.people-section p{
    color: #a8a8a6;
}

.people-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.people-box{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 1rem 0;
    background-color: #fcfcfc;
    border:1px solid rgb(236, 236, 236);
    border-radius: .2rem;
}

.top-bar{
    width:100%;
    background-color: #393132;
    padding:1rem;
    color:#fff;
}

.title-bar{
    width: 100%;
    background-color: #0088cc;
    padding:.2rem 1rem;
    color:#fff;
}

.title-bar p{
    color:#fff;
}

.description-bar{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
}

.description-bar p{
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: .5rem;
}

.conversion-section{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #f0f0ed;
}

.conversion-wrapper{
    padding:1rem;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conversion-wrapper h3{
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.conversion-wrapper button{
    width:10rem;
    height: 3rem;
    background-color: #005ecc;
    border:none;
    border-radius: .3rem;
    font-size: 1.1rem;
    color:#fff;
    cursor: pointer;
    align-self: center;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.conversion-wrapper button:hover{
    background-color: #fff;
    color:#005ecc;
}

.risk{
    background-color: #fff;
}

.text-box h3{
    color:#0088cc;
}

.complex-wrapper,.two-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.paragraph-wrapper,.goals-list{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.goals-list{
    padding:1rem;
}

.grey{
    background-color: #f0f1ec;
}

.grey p{
    color: #838b94;
}

.sign{
    align-items: flex-start;
}

.sign .form-wrapper{
    padding:0;
}

img{
    width:100%;
    cursor: pointer;
}

.testimonial-section{
    width:100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #e8e8e7;
    padding:1rem;
    position: relative;
}

.testimonial-section h3{
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color:#0088cc;
}

.testimonial-wrapper,.image-slider-wrapper{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:1rem;
    position: relative;
}


.testimonial-section{
    background-color: #fff;
}

.testimonial-box{
    width:100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0088cc;
    padding:1rem;
    border-radius: .3rem;
    position: absolute;
    cursor: pointer;
}

.image-slider-box{
    width:100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-slider-box img{
    position: absolute;
    margin-top: 11rem;
    display: none;
}

.testimonial-box p{
    margin-bottom: 1rem;
    color:#fff;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    font-style: italic;
}

.testimonial-box span{
    color:#eee;
}

.circle-wrapper{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.circle{
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0088cc;
    margin-right: 1rem;
    margin-top: 12rem;
    cursor: pointer;
}

#circleTwos, #circleThrees{
    opacity: .2;
}

#circleTwo, #circleThree{
    opacity: .2;
}

.goals-section,.best-section,.plan-section{
    background-image: url(images/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.affiliate-section, .why-section,.plan-section,.services,.investment-section,.best-section,.widget-section,.goals-section{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
    background-color: #e8e8e7;
}

h3 span{
    font-weight: 700;
}


.affiliate-section h3, .why-box h3,.plan-section h3,.services h3,.investment-section h3,.best-section h3,.goals-section h3,.bottom-hero h3,.hero-boxes h3{
    font-size: 1.8rem;
    font-weight:400;
    color:#0088cc;
    margin-bottom: .5rem;
}

.bottom-hero h3,.hero-boxes h3{
    color:#fff;
}

.bottom-hero span{
    font-style: italic;
    color:#0088cc;
    font-weight: 300;
    font-size: 1.8rem;
}

.affiliate-section p, .why-section p,.plan-section p,.services p,.investment-section p,.best-section p,.goals-section p,.goals-section li,.hero-boxes p{
    font-weight: 400;
    font-size: 1rem;
    color: #8c8c8b;
    margin-bottom: .5rem;
}

.hero-boxes h3{
    max-width: 400px;
}


.affiliate-wrapper, .why-wrapper,.plan-wrapper,.services-wrapper,.investment-wrapper,.advantage-wrapper,.goals-wrapper{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,1r);
    gap:1rem;
}

.affiliate-box, .why-box,.plan-box,.services-box,.investment-box,.best-box,.goals-box,.hero-boxes{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.affiliate-box h3{
    text-transform: uppercase;
    font-weight: 400;
}

.affiliate-section button, .why-section button,.services button,.investment-section button,.best-section button,.bottom-hero button, .hero-boxes button{
    width:8rem;
    height: 2.5rem;
    color:#fff;
    background-color: #0088cc;
    border:none;
    border-radius: .4rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color .4s eas;
}

.affiliate-box button:hover, .why-section button:hover,.services button:hover,.investment-section button:hover,.best-section button:hover,.bottom-hero button:hover,.hero-boxes button:hover{
    background-color: #fff;
    color:#0088cc;
}

.why-section,.services{
    background-color: #154360;
}

.why-section p, .plan-box span,.services p{
    color:#fff;
}

.plan-section,.best-section,.goals-section{
    background-color: #fff;
}

.plan-wrapper{
    place-items: center;
}

.plan-box{
    width:200px;
    height:200px;
    background-color: #154360;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: opacity(.6);
    transition: filter .4s ease-in-out;
    border:2px dotted #ccc;
}

.plan-box:hover{
    filter: opacity(1);
}

.plan-box span,.bottom-hero p{
    font-style: italic;
}

.bottom-hero p{
    color:#fff;
    margin:1rem 0;
}

.bottom-hero h3{
    max-width:500px;
}

.investment-box{
    border:1px solid #0088cc;
    background-color: #fff;
    padding:1rem;
}

.main-hero{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-hero .hero-wrapper{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding:0;
}

.hero-slider{
    width:100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-boxes{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #999;
    background-blend-mode: multiply;
    padding:1rem;
}

.bottom-hero{
    padding:1rem;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.widget-wrapper{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,fr);
    gap:1rem;
    place-items: center;
}

.affiliate-text,.investment-text,.service-text{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.affiliate-inner{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.goals-grid{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:1rem;
}

.footer{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:1rem;
    background-color: #154360;
    padding:2rem 1rem;
}

.footer li{
    list-style: none;
}

.footer li a {
    color:#fff;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 400;
}

.footer h3{
    color:#fff;
    font-weight: 400;
}

.footer-wrapper{
    width:100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:1rem;
}

.copy{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.footer span{
    color:#fff;
    font-weight: 400;
    font-size: 1rem;
}

.footer-box{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
}

.footer .list{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.testimonial-section,.affiliate-section,.why-section,.plan-section,.services,.investment-section{
    padding:2rem 1rem;
}

.plan-section p{
    max-width:600px;
}

.plan-section > h3 span{
    background-color:#0f8fcf;
    color:#fff;
    padding:.5rem;
}

.two-images{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}

.two-image-box{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.two-images img{
    width:80px;
}

.chats{
    width:100px;
    position:fixed;
    bottom:3.5rem;
    left:1rem;
    z-index:100;
}

.chats img{
    width:100%;
}

.chat-area{
    height:60vh;
    align-items:center;
    justify-content:center;
    z-index:1;
}

@media screen and (min-width:376px){
    body{
        max-width:100%;
    }
}

@media screen and (min-width:500px){
    .footer-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width:700px){
    .about-wrapper,.text-wrapper,.icons-section,.text-wrapper,.quality-wrapper,.hero-wrapper,.people-section,.form-section,.form-email,.goals-wrapper,.widget-wrapper,.investment-wrapper,.best-section,.services-wrapper,.plan-wrapper,.affiliate-wrapper,.why-wrapper,.plan-section,.affiliate-text,.investment-text,.service-text,.testimonial-wrapper,.testimonial-text{
        max-width:700px;
        margin:0 auto;
    }

    .sign{
        max-width:400px;
        margin:0 auto;
    }

    .investment-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .services-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .plan-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .advantage-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .main-hero .hero-wrapper{
        max-width:100%;
    }

    .affiliate-wrapper{
        grid-template-columns: repeat(2,1fr);
        margin-top: 1rem;
    }

    .image-slider-box{
        max-width:500px;
        margin:0 auto;
    }

    .goals-grid{
        grid-template-columns: repeat(2,1fr);
        place-items: center;
    }

    .testimonial-wrapper{
        place-items: center;
    }

    .testimonial-box{
        max-width:400px;
        margin-top: 10rem;
    }
}



@media screen and (min-width:800px){
    .icons-wrapper, .quality-wrapper{
        grid-template-columns: repeat(3,1fr);
    }

    .about-wrapper,.text-wrapper,.icons-section,.text-wrapper,.quality-wrapper,.hero-wrapper,.people-section,.form-section,.form-email,.width,.goals-wrapper,.widget-wrapper,.investment-wrapper,.best-section,.services-wrapper,.plan-wrapper,.why-wrapper,.affiliate-wrapper,.plan-section,.affiliate-text,.investment-text,.service-text,.testimonial-wrapper,.testimonial-text{
        max-width:1000px;
        margin:0 auto;
    }

    .people-wrapper{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap:1rem;
    }

    .list{
        width:100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap:1rem;
    }

    .complex-wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .row,.two-wrapper{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap:1rem;
    }

    .p{
        border-top: 1px solid #f0f0ed;
        border-bottom: 1px solid #f0f0ed;
        padding:3rem 0;
        align-self: center;
    }

    .normal{
        align-items: center;
    }

    .normal p{
        max-width:600px;
        text-align: center;
        border-bottom: 1px solid #f0f0ed;
        padding-bottom: 4rem;
    }

    .normal h3{
        max-width:600px;
        text-align: center;
    }

    .width{
        margin-top: 5rem;
    }

    .sign{
        max-width:400px;
    }

    .column{
        grid-template-columns: repeat(1,1fr);
    }

    .h3{
        max-width:500px;
        text-align: center;
        font-size: 2rem;
    }

    .main-hero .hero-wrapper{
        max-width:100%;
    }

    .hero-boxes{
        height: 100%;
        justify-content: center;
    }

    .affiliate-wrapper{
        margin-top: 1rem;
    }

    .goals-wrapper,.widget-wrapper,.investment-wrapper,.best-section,.services-wrapper,.plan-wrapper,.why-wrapper,.affiliate-wrapper,.plan-section,.affiliate-text,.investment-text,.service-text,.testimonial-wrapper,.testimonial-text{
        max-width:100%;
    }

    .footer-wrapper{
        grid-template-columns: repeat(3,1fr);
        max-width:800px;
        margin:0 auto;
    }

    .mobile-menu{
        display: none;
    }

    .desktop-menu{
        display: flex;
    }

    .dropdown{
        display: none;
    }
    
    .plan-section{
        align-items:center;
    }
    
    .plan-section > p{
        text-align:center;
    }
}

@media screen and (min-width:1100px){
    .plan-wrapper{
        grid-template-columns: repeat(4,1fr);
    }

    .services-wrapper{
        grid-template-columns: repeat(3,1fr);
    }

    .investment-wrapper,.advantage-wrapper{
        grid-template-columns: repeat(3,1fr);
    }
}