﻿/*From Aditi*/
.prising-page {
    width: 100%;
    font-family: 'poppins';
}

    .prising-page .footer-section {
        border-top: 3px solid #008EA3;
    }
/* custom-price styling start */
.main-content .custom-price {
    background-image: url('../img/pricing-page/banner-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .main-content .custom-price .bg-color {
        background-image: url('../img/pricing-page/bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 7rem 0;
    }

    .main-content .custom-price .left-part p {
        font-size: 20px;
        font-weight: 600;
        color: #E3913A;
        margin: 0;
    }

    .main-content .custom-price .left-part h2 {
        color: #FFFFFF;
        font-size: 38px;
        font-weight: 500;
        line-height: 46px;
    }

        .main-content .custom-price .left-part h2 span {
            font-weight: 700;
        }

    .main-content .custom-price .left-part ul {
        list-style-type: none;
        padding: 0;
        margin-top: 30px;
    }

        .main-content .custom-price .left-part ul li {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }

            .main-content .custom-price .left-part ul li h3 {
                color: #FFFFFF;
                font-size: 22px;
                font-weight: 600;
                line-height: 26px;
                margin-left: 20px;
                margin-bottom: 0;
            }

            .main-content .custom-price .left-part ul li::before {
                content: "";
                background-image: url('../img/pricing-page/bullet.svg');
                background-repeat: no-repeat;
                background-size: cover;
                display: inline-block;
                height: 50px;
                width: 50px;
            }

    .main-content .custom-price .right-part .box {
        background-color: #FFFFFF;
        padding: 40px 50px;
        border-radius: 10px;
    }

        .main-content .custom-price .right-part .box h2 {
            color: #292929;
            font-size: 27px;
            font-weight: 600;
            line-height: 32px;
            position: relative;
        }

        .main-content .custom-price .right-part .box .line {
            width: 60px;
            height: 5px;
            background-color: #E3913A;
            border-radius: 50px;
            margin-top: 16px;
        }

        .main-content .custom-price .right-part .box p {
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            color: #555555;
            margin-top: 28px;
            margin-bottom: 0;
        }

        .main-content .custom-price .right-part .box input {
            border: 1px solid #DDDDDD;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            padding: 16px 20px;
            border-radius: 5px;
            color: #555555;
            width: 100%;
            margin-top: 30px;
        }

        .main-content .custom-price .right-part .box .btn {
            background-color: #E3913A;
            padding: 18px 0;
            border-radius: 5px;
            color: #FFFFFF;
            width: 100%;
            margin-top: 42px;
            margin-bottom: 16px;
        }
/* custom price styling end */

/* free-month section styling start */
.main-content .free-month {
    width: 100%;
    padding: 5rem 0;
}

    .main-content .free-month .left-part {
        margin-top: 10px;
    }

        .main-content .free-month .left-part .top {
            color: #008EA3;
            font-size: 20px;
            font-weight: 600;
            line-height: 26px;
            margin: 0;
        }

        .main-content .free-month .left-part h2 {
            font-size: 55px;
            font-weight: 600;
            line-height: 65px;
            color: #292929;
            margin-bottom: 0;
        }

            .main-content .free-month .left-part h2 span {
                font-weight: 800;
            }

        .main-content .free-month .left-part .line {
            width: 60px;
            height: 5px;
            border-radius: 50px;
            background-color: #E3913A;
            margin-top: 19px;
        }

        .main-content .free-month .left-part .try {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #000000;
            margin-top: 26px;
        }

        .main-content .free-month .left-part h3 {
            font-size: 40px;
            line-height: 46px;
            font-weight: 500;
            color: #000000;
        }

        .main-content .free-month .left-part p {
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            color: #000000;
        }

            .main-content .free-month .left-part p span {
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
            }

    .main-content .free-month .right-part .img-part img {
        width: 100%;
        margin-top: 20px;
    }

    .main-content .free-month .right-part .btn-part {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .main-content .free-month .right-part button {
        padding: 15px 0;
        background-color: #E3913A;
        border-radius: 5px;
        font-size: 22px;
        font-weight: 600;
        line-height: 22px;
        color: #FFFFFF;
        border: none;
        width: 75%;
    }
/* free-month section styling end */

/* responsive styling start */
@media screen and (max-width:1024px) {
    .main-content .custom-price .left-part p {
        font-size: 18px;
    }

    .main-content .custom-price .left-part h2 {
        font-size: 28px;
    }

    .main-content .free-month .left-part .top {
        font-size: 18px;
    }

    .main-content .free-month .left-part h2 {
        font-size: 45px;
    }

    .main-content .free-month .left-part h3 {
        font-size: 35px;
    }
}

@media screen and (max-width:991px) {
    .main-content .custom-price .left-part h2 {
        font-size: 38px;
    }

    .main-content .custom-price .left-part ul {
        margin-top: 40px;
    }

        .main-content .custom-price .left-part ul li h3 {
            font-size: 30px;
        }

    .main-content .free-month .left-part h2 {
        font-size: 55px;
    }

    .main-content .free-month .left-part h3 {
        font-size: 40px;
    }

    .main-content .custom-price .right-part {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .main-content .custom-price .left-part h2 {
        font-size: 30px;
    }

    .main-content .custom-price .left-part ul li h3 {
        font-size: 22px;
    }

    .main-content .free-month .left-part h2 {
        font-size: 45px;
    }
}

@media screen and (max-width:425px) {
    .main-content .custom-price .left-part h2 {
        font-size: 24px;
    }

    .main-content .custom-price .left-part ul li h3 {
        font-size: 18px;
    }

    .main-content .custom-price .right-part .box h2 {
        font-size: 24px;
    }

    .main-content .free-month .left-part h2 {
        font-size: 40px;
    }

    .main-content .free-month .left-part h3 {
        font-size: 30px;
    }

    .main-content .free-month .left-part .try,
    .main-content .free-month .left-part p {
        font-size: 16px;
    }

    .main-content .free-month .right-part button {
        width: 100%;
    }
}

@media screen and (max-width:395px) {
    .main-content .free-month .left-part .top,
    .main-content .custom-price .left-part p {
        font-size: 16px;
    }

    .main-content .free-month .left-part h2 {
        font-size: 35px;
    }

    .main-content .custom-price .right-part .box h2,
    .main-content .custom-price .left-part h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:375px) {
    .main-content .custom-price .right-part .box h2,
    .main-content .custom-price .left-part h2 {
        font-size: 20px;
    }

    .main-content .custom-price .left-part p,
    .main-content .custom-price .left-part ul li h3,
    .main-content .free-month .left-part .top {
        font-size: 16px;
    }

    .main-content .free-month .left-part h2 {
        font-size: 38px;
    }
}

@media screen and (max-width:320px) {
    .main-content .free-month .left-part h3 {
        font-size: 25px;
    }

    .main-content .custom-price .left-part ul li h3 {
        font-size: 14px;
        margin-left: 15px;
    }

    .main-content .free-month .left-part .try,
    .main-content .free-month .left-part p,
    .main-content .free-month .left-part .top,
    .main-content .custom-price .left-part p {
        font-size: 14px;
    }

    .main-content .custom-price .left-part h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .main-content .custom-price .right-part .box h2 {
        font-size: 16px;
    }

    .main-content .free-month .left-part h2 {
        line-height: 40px;
        font-size: 30px;
    }
}
/* responsive styling end */
