* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Raleway;
}

:root {
    --green: #00af9a;
    --white: #ffffff;
    --wheat: #87878733;
    --yellow: #f3a437;
    --pink: #ff6278;
    --black: #2A2A2A;
    --gray: #e0e0e0;
    --drkyellow: #f38d00;
    --white-shd: #ffffffbf;
    --str-ylw: #fb0;
    --bdr-top: #cccccc;
    --btn-green: #74b144;
    --btn-blue: #43c3ff;
}

/* body {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e1e8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e8ed', GradientType=0);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;

} */


.l-section.height_medium {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.l-section {
    position: relative;
    margin: 0 auto;
}

.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-content-width, 1200px);
}


h1 {
    font-family: var(--h1-font-family, inherit);
    font-weight: var(--h1-font-weight, inherit);
    /* font-size: var(--h1-font-size, inherit); */
    font-style: var(--h1-font-style, inherit);
    line-height: var(--h1-line-height, 1.4);
    letter-spacing: var(--h1-letter-spacing, inherit);
    text-transform: var(--h1-text-transform, inherit);
    margin-bottom: var(--h1-margin-bottom, 1.5rem);
}

h1 {
    font-size: 2.4em;
}

a.w-btn {
    background-color: white;
    border: 2px solid#ff6278;
    padding: 1.1em 2.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2em;
    letter-spacing: 0.06em;
    color: #ff4d66 !important;
    font-weight: 700;
    position: relative;
}

a.w-btn:hover {
    background-color: #ff6278;
    color: white !important;
}

.footer-like {
    background: var(--bg-grn);
    padding: 6px;
    text-align: center;
}

.footer-like p {
    margin: 0;
    padding: 4px;
    color: var(--white);
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.footer-like p a {
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
}

/*terms and coindition css*/
.tc-green {
    display: flex;
    padding: 0px 25px;
}

#term-condition h1 {
    font-family: Raleway;
    font-size: 50px;
    font-weight: 500;
    color: var(--green);
    font-style: italic;
    text-align: center;
}

.tc-green .col-md-4 {
    flex: 0 auto;
    width: 33.333%;
}

#term-condition hr {
    color: #0000004a !important;
}

.tc-green .col-md-4 a {
    text-decoration: none;
    font-size: 16px;
}

#term-condition section h4 {
    font-size: 22px;
    color: var(--green);
    font-weight: 500;
    font-family: 'Raleway';
    margin-bottom: 10px;
}

#term-condition section li,
#term-condition section p {
    font-size: 14px;
    font-family: 'Raleway';
}

#term-condition {
    padding: 10px;
}

.go-btn {
    position: fixed;
    text-align: right;
    padding: 0;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.go-btn button .fa-chevron-up {
    color: #fff;
}

.go-btn button {
    height: 50px;
    width: 50px;
    background: var(--green);
    border: none;
    border-radius: 50px;
}

@media (max-width:430px) {
    .tc-green .col-md-4 {
        width: 100%;
    }

    .tc-green {
        display: block;
    }

    #term-condition h1 {
        font-size: 40px;
    }

    #term-condition {
        padding: 10px;
    }
}

@media (min-width:360px) {
    h1 {
        font-size: 2.5em;
    }

    .go-home {
        margin: 20px 0px;
    }
}

@media (min-width:600px) {
    .content {
        max-width: 1000px;
        margin: 40px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 2px 2px 10px 0px rgba(88, 146, 255, 0.2);
    }

}