:root {
    --mainColor:  #007953;
    --secondColor: #d54545;
    --backColor : #f6fffd;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    font-size: 20px;
}

h1, h2, h3 {
    margin: 0px;
}

.header {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    padding: 4px 0;
}

.checkout-box {
    /*background: url(../images/bg-1.jpg) fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.box-cont {
    padding: 20px 50px;
    background: #fff;
    box-shadow: 0 0 6px 0 #b3b1b1;
}

.img-logo {
    width: 170px;
}

.inner-box {
    margin: 20px 0 0;
}

.packages {
    margin-top: 10px;
}

.finish-progress {
    border: 1px solid var(--mainColor);
    border-radius: 50px;
    margin: 0 0 38px;
}

    .finish-progress li {
        width: 48%;
        text-align: center;
        font-size: 23px;
    }

        .finish-progress li:first-child {
            background-color: var(--mainColor);
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            color: #fff;
            position: relative;
            padding: 5px 0px;
        }

            .finish-progress li:first-child::after {
                content: "";
                width: 0;
                height: 0;
                border-top: 23px solid transparent;
                border-bottom: 23px solid transparent;
                border-left: 20px solid var(--mainColor);
                position: absolute;
                right: -20px;
                top: -1px;
                z-index: 2;
            }

        .finish-progress li:last-child {
            color: #777 !important;
        }

.timer-cont {
    border: 1px solid var(--mainColor);
    border-radius: 50px;
    margin-bottom: 25px;
}

    .timer-cont p {
        color: #3b3636;
        font-size: 22px;
        font-weight: 400;
        vertical-align: middle;
        margin: 0px;
    }

        .timer-cont p span {
            color: #f00;
            font-size: 40px;
            vertical-align: middle;
        }

.great-text {
    color: #2b2b34;
    font-size: 20px;
    font-weight: 400;
}

    .great-text span {
        color: red;
        font-weight: 700;
        font-size: 42px;
        float: left;
        vertical-align: middle;
        padding: 0 10px 0 0;
    }

.low-sec {
    padding: 14px 10px;
    background: #fff;
    border: 1px solid var(--mainColor);
    margin-top: 18px;
}

.low-list {
    margin-bottom: 0px;
}

    .low-list li:nth-child(2) {
        vertical-align: middle;
        width: 98px;
        height: 24px;
        padding: 0 2px;
        border: 2px solid #6b6967;
        position: relative;
    }

        .low-list li:nth-child(2) .low {
            width: 16%;
            height: 16px;
            margin: 2px 0;
            background: red;
        }

.vol-text {
    vertical-align: middle;
    margin: 0 0 0 6px;
    color: red;
    font-size: 20px;
    font-weight: 600;
}

.low-sec p {
    margin-bottom: 0px;
    font-size: 16px;
}

.select-text {
    margin: 18px 0 0 0;
    color: #3b3636;
    font-size: 24px;
    font-weight: 500;
}

    .select-text p.active {
        background: var(--mainColor);
    }

    .select-text p {
        cursor: pointer;
    }

    .select-text p {
        color: #fff;
        float: left;
        margin-left: 8px;
        padding: 9px 2px;
        border-radius: 1px;
        width: 124px;
        background: #3b3b3b;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

.inner-cont {
    background: var(--backFormColor);
    padding: 35px 0;
    border-bottom: solid 4px var(--mainColor);
}

.price {
    text-align: center;
    margin-top: 10px;
}

    .price h1 {
        font-size: 38px;
        color: var(--mainColor);
        font-weight: 600;
    }

.g-text {
    color: #4e4e4d;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}

.price .sale {
    font-size: 26px;
    color: #696969;
    margin-top: 7px;
    margin-bottom: 2px;
}

.price .regular {
    font-size: 26px;
    margin: 0 0 5px;
    color: #000;
}

.price .free {
    font-size: 22px;
    margin: 5px 0 10px;
    color: #000;
}

.custom-tab a {
    padding: 7px 5px;
    background-color: var(--mainColor) !important;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    border-radius: 0px !important;
}

    .custom-tab a.active {
        background-color: var(--secondColor) !important;
        color: #fff !important;
    }

.custom-tab {
    margin-top: 10px;
    border: none;
    float: right;
}

.order-box {
    margin-top: 46px;
    padding: 35px 15px;
    background: var(--mainColor);
    text-align: center;
    color: #fff;
}

    .order-box h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 5px;
        font-family: Roboto, sans-serif;
    }

    .order-box h2 {
        font-weight: 500;
        font-size: 31px;
        font-family: Roboto, sans-serif;
        margin-top: 20px;
        margin-bottom: 0px;
    }

.grey-box {
    margin-top: 40px;
    background: #fff;
    padding: 42px 25px;
    border-bottom: solid 4px var(--mainColor);
    margin-bottom: 6px;
}

    .grey-box h2 {
        font-size: 29px;
        font-family: Roboto, sans-serif;
        color: #272323;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .grey-box h2 span {
            color: var(--mainColor);
        }

.purple-box {
    background-color: var(--mainColor);
    padding: 10px 5px;
    border-radius: 6px 6px 0 0;
    color: #fff;
}

    .purple-box h1 {
        text-align: center;
        font-weight: 700;
        font-size: 26px;
    }

    .purple-box h3 {
        font-size: 23px;
        text-align: center;
        margin: 4px;
    }

.user-cont {
    background-color: #FFF;
    border: 1px solid var(--mainColor);
    padding: 30px 15px;
    margin-bottom: 40px;
}

    .user-cont .form-control {
        background: #fff;
        color: #222;
        outline: 0;
        padding: 9px 10px;
        font-size: 14px;
        border-radius: 1px;
        border: 1px solid var(--mainColor);
        outline: 0 !important;
        box-shadow: none !important;
    }

        .user-cont .form-control:focus {
            outline: 0 !important;
            box-shadow: none !important;
        }

        .user-cont .form-control:active {
            outline: 0 !important;
            box-shadow: none !important;
        }



.payer-btn-1:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.payer-btn-2:hover {
    color: #000;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.payer-btn-1 {
    background: #41C13F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 4px solid #9BF09A;
    border-radius: 10px;
    opacity: 1;
    display: block;
    text-align: center;
    padding: 17px 0px 16px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.payer-btn-2 {
    letter-spacing: 0.2px;
    background: #FFC43C 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 4px solid #FFE2A0;
    color: #000;
    border-radius: 10px;
    opacity: 1;
    display: block;
    text-align: center;
    padding: 18px 0px 16px 0px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.footer {
    background: #fff;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 0 6px 0 #b3b1b1;
}

.footer-bold {
    font-weight: 600;
}

.footer-section li a {
    font-size: 16px !important;
    color: #292b2c;
    padding: 7px 20px;
    display: inline-block;
}

.footer-logo {
    width: 250px;
}

/*.m-footer p {
    font-family: 'Montserrat', sans-serif;
}

.m-footer li a {
    font-family: 'Montserrat', sans-serif !important;
}*/

.footer-section li a:hover {
    color: var(--secondColor);
    text-decoration: none;
}

.footer-section ul {
    padding-top: 20px;
    padding-bottom: 0
}

.footer-section p {
    font-size: 14.7px;
    /*text-align: left;*/
    line-height: 23px;
    color: #292b2c;
    margin-bottom: 25px;
}

.link-footer {
    color: #292b2c !important;
}

    .link-footer:hover {
        text-decoration: none;
    }

.payer-btn-1 {
    margin-bottom: 15px;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 767px) {
    .great-text span {
        font-size: 18px;
        float: none;
        padding: 0;
    }


    .contact-link span:first-child {
        font-size: 0.9em !important;
    }

    .contact-link span:last-child {
        font-size: 1.16316em !important;
    }


    .img-logo {
        width: 140px !important;
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .footer-section li {
        display: block !important;
    }

        .footer-section li a {
            padding: 4px 5px;
        }

    .box-cont {
        padding: 20px 15px;
    }

    .finish-progress li {
        font-size: 14px;
        width: 47%;
    }

        .finish-progress li:first-child::after {
            border-top: 32px solid transparent;
            right: -20px;
            top: -2px;
        }

    .timer-cont {
        border-radius: 0;
        padding: 15px 5px 11px 5px;
    }

    .inner-box {
        margin-top: 5px;
    }

    .finish-progress {
        margin-bottom: 25px;
    }

    .checkout-box {
        padding: 25px 0px;
    }

    .timer-cont p {
        font-size: 20px;
    }

    .vol-text {
        font-size: 17px;
    }

    .low-list {
        margin-bottom: 10px;
    }

    .custom-tab a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .finish-progress li:last-child {
        position: relative;
        top: -9px;
    }

    .gurantee-img {
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
    }

    .order-box h1 {
        font-size: 30px;
    }

    .order-box h2 {
        font-size: 20px;
    }

    .grey-box h2 {
        font-size: 25px;
        text-align: center;
    }

    .grey-box p {
        text-align: center;
    }

    .grey-box {
        margin-bottom: 30px;
    }

    .timer-cont p span {
        font-size: 25px;
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .select-text {
        font-size: 20px;
    }

    .timer-cont p span {
        font-size: 30px;
    }

    .great-text span {
        font-size: 37px;
    }

    .great-text {
        font-size: 17px;
    }

    .custom-tab a {
        font-size: 13px;
    }

    .timer-cont p {
        font-size: 20px;
    }
}


@media(min-width:992px) {
    .fl-text {
        width: 85%;
        margin: 0 auto;
        display: block;
        margin-bottom: 27px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .select-text {
        font-size: 20px;
    }



    .custom-tab a {
        font-size: 14px;
    }

    .user-form {
        margin-top: 40px;
    }

    .timer-cont p span {
        font-size: 30px;
    }

    .timer-cont p {
        font-size: 20px;
    }

    .finish-progress li:first-child {
        padding: 9px 0px;
    }

    .finish-progress li {
        font-size: 17px;
    }

    .great-text {
        font-size: 19px;
    }

    .low-sec {
        text-align: center;
    }
}


@media(min-width:537px) and (max-width:767px) {
    .finish-progress li:first-child {
        padding: 15px 0px;
    }

    .finish-progress li:last-child {
        position: relative;
        top: 0px;
    }
}


@media (max-width:343px) {
    .finish-progress li {
        font-size: 12px;
    }

        .finish-progress li:first-child {
            padding: 8px 0px;
        }
}

@media(min-width:1370px) {
    .timer-cont p {
        font-size: 23px;
    }

    .custom-tab a {
        padding: 7px 7px;
    }
}

.bordered-box-cont {
    /*border: 10px solid #ddba89;*/
    margin: 40px 0;
}

.cl-color {
    color: var(--secondColor);
}

.pr-color {
    color: var(--secondColor);
}

.b-small-text p {
    font-size: 16px;
}

.smr-heading {
    font-size: 23px;
    color: var(--secondColor);
    margin-bottom: 20px;
}

.pr-list {
    list-style: none;
    padding-left: 0px;
}

    .pr-list li {
        margin-bottom: 9px;
        font-size: 18px;
    }

.t-ico {
    width: 23px;
    margin-right: 3px;
}


.m-mail:hover {
    text-decoration: none !important;
}

@media(min-width:991px) {
    .bordered-box-cont-width {
        width: 74%;
        margin: 0 auto;
    }
}

@media(min-width:768px) {
    .bordered-box-cont-width {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .bordered-box-cont {
        padding-bottom: 35px;
        padding-left: 60px !important;
        padding-right: 60px !important;
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }

    .cl-color {
        font-size: 2.2rem;
    }
}

@media(max-width:767px) {
    .cl-color {
        font-size: 30px;
    }

    .mblcenter {
        text-align: center;
    }
}
/**/
.contact-link span:first-child {
    font-size: 1.15em;
    color: #998f83;
    margin-bottom: 2px;
}

.contact-link span {
    display: block;
    font-weight: 600;
    line-height: 1;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

    .contact-link span:last-child {
        font-size: 1.46316em;
        color: #000;
        font-weight: bold;
    }

.main-logo-block {
    background: #fff;
    box-shadow: 0 0 6px 0 #b3b1b1;
}
