/* ---------- HEADER ---------- */
@media (max-width: 1310px) {
    header {
        width: 95vw;
        margin: 0;
        padding-right: 0;
        padding-left: 70px;
    }
}

header #nav-toggle-button {
    color: #282828;
    z-index:0;
}

header nav ul li {
    color: #282828;
    font-weight: 400;
    font-size: 1.3em;
    /*letter-spacing: 0.6em;*/
}

header nav ul li:nth-child(6) {
    color: #7850e4;
}

/* ---------- FOOTER ---------- */
footer .improving {
    background-color: #7850e4;
}

footer .improving .improving-content h2 {
    color: #fff;
}

footer .improving .improving-content .button {
    background-color: #fff;
    color: #7850e4;
}

footer .improving .improving-content .button:hover{
      background-color:#39dfb4;
      color:#fff;
}

/* ---------- MAIN ---------- */
#main {
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #f0ebff;
}

#main #main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

#main #main-content h1 {
    margin-bottom: 30px;
}

#main #main-content .desc {
    width: 430px;
    text-align: center;
}

@media (max-width: 450px) {
    #main #main-content .desc {
        width: 80%;
    }
}

#main #main-content #signup {
    margin-top: 30px;
    background-color: #7850e4;
    color: #fff;
}

#main #main-content #signup:hover {
    background-color:#9979ee;
}

/* ---------- PAYMENTS ---------- */
#payments {
    margin-bottom: 150px;
}

#payments #payments-content #titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    /*background-color: #f0ebff;*/
    padding-bottom: 5px 5px 30px 5px;
}

#payments #payments-content #titles #payment,
#payments #payments-content #titles #market,
#payments #payments-content #titles #cost {
    width: 33%;
}

#payments #payments-content #titles #market {
    text-align: center;
}

#payments #payments-content #titles #cost {
    text-align: center;
}

#payments #payments-content #titles h4 {
    font-weight: 200;
}

#payments #payments-content .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#payments #payments-content .row .product,
#payments #payments-content .row .market,
#payments #payments-content .row .cost {
    width: 33%;
}

#payments #payments-content .row .product {
    display: flex;
    align-items: center;
}

#payments #payments-content .row .product:hover {
    transform: translateY(-2px);
}

#payments #payments-content .row .product img {
    width: 36px;
}

#payments #payments-content .row .product p {
    margin-left: 30px;
    font-size: 1.4rem;
}

#payments #payments-content .row .market {
    display: flex;
    justify-content: center;
    align-self: center;
}

#payments #payments-content .row .market p {
    font-size: 1.4rem;
}

#payments #payments-content .row .cost {
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 1.4rem;
}

#payments #payments-content .row .cost div {
    margin-left: 10px;
}

#payments #payments-content #note {
    text-align: right;
    text-transform: uppercase;
    margin-top: 30px;
}

/* ---------- ENTERPRISE ---------- */
#enterprise {
    background-color: #fafafa;
    padding: 75px 0;
}

#enterprise #enterprise-content {
    display: flex;
}

#enterprise #enterprise-content #enterprise-pricing {
    width: 50%;
    padding-right: 100px;
}

@media (max-width: 880px) {
    #enterprise #enterprise-content #enterprise-pricing {
        padding-right: 0;
        width: 80%;
    }
}

#enterprise #enterprise-content #enterprise-pricing h3,
#enterprise #enterprise-content #enterprise-pricing p {
    margin-bottom: 30px;
}

#enterprise #enterprise-content #enterprise-form {
    width: 50%;
    /*padding-left: 150px;*/
}

@media (max-width: 1200px) {
    #enterprise #enterprise-content #enterprise-form {
        padding-left: 60px;
        width: 80%;
    }
    #enterprise #enterprise-content #enterprise-pricing {
        width: 50%;
        padding-right: 0px;
    }
}

@media (max-width: 850px) {
    #enterprise #enterprise-content #enterprise-form {
        padding-left: 0;
        width: 100%;
    }
    #enterprise #enterprise-content #enterprise-pricing {
        width: 100%;
        padding-right: 0px;
    }
}

#enterprise #enterprise-content #enterprise-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}

@media (max-width: 400px) {
    #enterprise #enterprise-content #enterprise-form form {
        display: flex;
        flex-direction: column;
    }
}

#enterprise #enterprise-content #enterprise-form .input {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

@media (max-width: 400px) {
    #enterprise #enterprise-content #enterprise-form .input {
        margin-bottom: 10px;
    }
}

#enterprise #enterprise-content #enterprise-form .input input {
    height: 3.3rem !important;
    font-size: 1.5rem;
    text-indent: 10px;
    border:none;
}

#enterprise #enterprise-content #enterprise-form #company {
    grid-column: 1 / -1;
}

#enterprise #enterprise-content #enterprise-form button {
    grid-column: 1 / -1;
    background-color: #7850e4;
    color: #fff;
    width: 100%;
    border: none;
}

#enterprise #enterprise-content #enterprise-form button:hover {
    background-color:#9979ee;
}

/* ---------- FAQ ---------- */
#FAQ {
    margin-top: 150px;
    margin-bottom: 150px;
}

#FAQ .livicon-evo {
    position: absolute;
    left: 42%;
    top: 1920px;
}

@media (min-width: 2500px) {
    #FAQ .livicon-evo {
        left:45%;
    }
}

@media (max-width: 880px) {
    #FAQ {
        margin-top: 100px;
    }
    #FAQ .livicon-evo {
        display: none;
    }
}

#FAQ #FAQ-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#FAQ #FAQ-content h1 {
    margin-bottom: 15px;
}

#FAQ #FAQ-content .desc {
    width: 430px;
    text-align: center;
}

@media (max-width: 430px) {
    #FAQ #FAQ-content .desc {
        width: 80%;
    }
}

/* ---------- QUESTIONS ---------- */
#questions {
    margin-bottom: 200px;
}

@media (max-width: 650px) {
    #questions {
        margin-bottom: 100px;
    }
}

#questions #question-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 50px;
}

@media (max-width: 650px) {
    #questions #question-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 650px) {
    #questions #question-content .question {
        width: 80%;
        margin-bottom: 30px;
    }
}

#questions #question-content .question .bold {
    font-weight: 600;
}



/***** New Responsive CSS *****/
@media (max-width: 767px){
	#main {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-left:15px;
		padding-right:15px;
	}
	#payments {
		margin-bottom: 50px;
	}
	#enterprise {
		padding: 35px 0;
			padding-left:15px;
		padding-right:15px;
	}
	#FAQ {
		margin: 50px 0;
		padding-left:15px;
		padding-right:15px;
	}
	#questions {
		margin-bottom: 50px;
		padding-left:15px;
		padding-right:15px;
	}



}
@media (max-width: 880px) {
    #enterprise #enterprise-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 550px) {
    #enterprise #enterprise-content #enterprise-form form {
        display: grid;
        grid-template-columns: 1fr;        
        grid-row-gap: 15px;
    }
}
/***** New Responsive CSS *****/
