﻿main {
    background-color: #f3f3f3;
    padding-bottom: 0;
}

/* Hero */
.hero {
    background-color: #0094ff;
    background: -webkit-linear-gradient(#1f4f72, #1774b8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1f4f72, #1774b8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1f4f72, #1774b8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1f4f72, #15639d); /* Standard syntax */
    color: #FFF;
    padding: 50px 0;
}

    .hero .container {
        position: relative;
        max-width: 876px;
    }

    .hero .hero-title {
        font-size: 32px;
        font-weight: 200;
        padding-left: 135px;
    }

    .hero .hero-desc {
        padding-left: 136px;
        font-weight: 300;
        color: #d7e3ec;
        max-width: 830px;
    }

    .hero .hero-icon {
        position: absolute;
        font-size: 75px;
        left: 25px;
        top: 22px;
    }


.plans {
    padding: 40px 0;
    text-align: center;
}
.plans .wrapper {
    display: inline-block;
}
    .plans .plan {
        display: inline-block;
        width: 320px;
        background: #FFF;
        margin: 0 15px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
        .plans .plan .header {
            background-color: #217abd;
            color: #FFF;
            font-family: 'Poppins';
            font-size: 24px;
            font-weight: 200;
            line-height: 120px;
            border-radius: 3px 3px 0 0;
        }
            .plans .plan .header.premium {
                background: linear-gradient( 330deg, #1974b9, #2d9cf1);
            }
            .plans .plan .header span {
                font-weight: 400;
            }
        .plans .plan .price {
            border: 1px solid #dadada;
            border-top: 0;
            border-bottom: 0;
        }
        .plans .plan .price .tag {
            padding-top: 30px;
            font-size: 31px;
        }
            .plans .plan .price .tag span {
                color: #5d6a73;
                font-size: 20px;
            }
        .plans .plan .info {
            padding-bottom: 45px;
            border: 1px solid #dadada;
            border-top: 0;
            border-radius: 0 0 3px 3px;
        }
            .plans .plan .info p {
                padding: 0 12px;
                padding-top: 20px;
                height: 120px;
                color: #525b63;
            }
            .plans .plan .info b {
                color: #2696ea;
            }
            .plans .plan .info button {
                border: 0;
                outline: none;
                background-color: #2271ad;
                background-color: #54a536;
                color: #FFF;
                width: 85%;
                line-height: 42px;
                font-weight: 500;
                font-size: 17px;
                border-radius: 3px;
            }
                .plans .plan .info button:hover {
                    cursor: pointer;
                    background-color: #278bd6;
                    background-color: #28a3ff;
                }


.refundPolicy {
    width: 92%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
}
    .refundPolicy h1 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .refundPolicy h2 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 4px;
    }
    .refundPolicy p {
        font-size: 14px;
        color: #5a5a5a;
    }


@media (max-width: 1199.98px) {
    .plans .plan {
        width: 277px;
        margin: 20px 15px;
    }
}

@media (max-width: 767.98px) {

    .hero {
        padding: 20px 0;
    }


        .hero .hero-title {
            padding-left: 0;
            width: 100%;
            padding-top: 90px;
            text-align: center;
            font-size: 27px;
            font-weight: 300;
        }

        .hero .hero-desc {
            text-align: center;
            font-size: 16px;
            padding: 10px 6px;
        }

        .hero .hero-icon {
            text-align: center;
            left: 0;
            top: 0;
            width: 100%;
            font-size: 60px;
        }
}