body {
    font-family: 'Open Sans', sans-serif;
    /*margin-bottom:60px !important;*/
}

/*----------- Header-sec-start ----------- */

.tdd-header {
    background-color: #fff;
    padding: 5px 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0px -13px 49px -8px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px -13px 49px -8px rgba(0,0,0,0.69);
    box-shadow: 0px -13px 49px -8px rgba(0,0,0,0.69);
}

    .tdd-header img.tdd-logo {
        max-width: 300px;
        width: 100%;
        padding: 11px 0;
    }

.tdd-header-contact ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .tdd-header-contact ul li {
        vertical-align: middle;
    }


.tdd-header-contact-one {
    background-color: #183865;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .tdd-header-contact-one i {
        font-size: 25px;
        vertical-align: sub;
        padding-right: 11px;
    }

.tdd-header-contact-two {
    text-align: right;
    color: #183865;
    font-size: 14px;
    padding-right: 12px;
    margin-top: 16px;
}

    .tdd-header-contact-two i {
        font-size: 19px;
        vertical-align: middle;
        padding-right: 9px;
    }

/*----------- Header-sec-end ----------- */






/*----------- Nav-sec-start ----------- */
.tdd-nav {
    margin: 0 auto;
    padding: 30px 0;
    background-color: #f1f1f1;
    color: #424242;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

    .tdd-nav span {
        color: #183865;
    }

.tdd-nav-btn {
    margin-top: 25px;
    margin-left: 60px !important;
}

.tdd-num-circle1 {
    background-color: #16ac70;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding-top: 6px;
    font-weight: normal;
    border: 4px solid #fff;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.69);
    box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.69);
}

.tdd-num-circle2 {
    background-color: #b0b0b0;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding-top: 7px;
    font-weight: normal;
}

.tdd-num-circle3 {
    background-color: #b0b0b0;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    padding-top: 7px;
    font-weight: normal;
}

.tdd-nav-btn span {
    color: #183865;
    font-size: 25px;
    font-weight: bold;
}

.tdd-nav-btn-text {
    text-transform: uppercase;
    color: #424242;
    margin-top: 15px;
}


/*----------- Nav-sec-end ----------- */




/*----------- Sub-sec-start ----------- */
.tdd-coupon {
    margin-top: 50px;
}

.tdd-sub-left {
    margin-top: 30px;
    border-right: 0.5px solid #e0e0e0;
    padding-right: 60px !important;
}

.tdd-sub-text1 {
    color: #424242;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tdd-sub-text2 {
    color: #183865;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.tdd-sub-text3 {
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    /*margin-bottom: 18px;*/
}

    .tdd-sub-text3 i {
        color: #183865;
        font-size: 12px;
    }

    .tdd-sub-text3 ul {
        list-style-type: disc;
        margin: 0;
        padding: 0;
        padding-left: 20px;
    }

        .tdd-sub-text3 ul li {
            padding-bottom: 10px;
        }


.tdd-sub-right {
    margin-top: 92px;
    padding-left: 60px !important;
}

.tdd-payment-sec {
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}

    .tdd-payment-sec img {
        width: 100%;
    }

    .tdd-payment-sec ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .tdd-payment-sec ul li {
            display: inline-block;
            padding-right: 6px;
        }



/*----------- Sub-sec-end ----------- */




/*----------- system-sec-start ----------- */
.tdd-system {
    margin-top: 35px;
}

.tdd-system-block {
    margin-top: 30px;
}

    .tdd-system-block ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .tdd-system-block ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .tdd-system-block ul li.tdd-system-icon {
                padding-right: 6px;
            }

/*----------- system-sec-end ----------- */




/*----------- about-sec-start ----------- */

.tdd-about {
    margin-top: 25px;
}

.tdd-about-left {
    border-right: 0.5px solid #e0e0e0;
}

.tdd-about-right {
    padding-left: 60px !important;
}

input[type="text"].tdd-form-about {
    padding: 7px 40px 7px 10px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 13px;
}
/*----------- about-sec-end ----------- */




/*----------- price-sec-start ----------- */

.tdd-price-table {
    margin-top: 20px;
}

table.tdd-price-table-one {
    border-collapse: collapse;
    width: 100%;
    color: #424242;
    margin-top: 40px;
}

    table.tdd-price-table-one td {
        height: 65px;
        width: 20%;
        padding: 15px 20px;
        vertical-align: middle;
    }

    table.tdd-price-table-one th {
        height: 70px;
        width: 20%;
        text-align: center;
        padding: 15px 20px;
        vertical-align: middle;
    }

     table.tdd-price-table-one tr:last-child td{ padding-top : 0px;padding-bottom:0px; }

input[type="text"].tdd-form-price {
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    font-size: 18px;
    text-align: right;
    width: 120px;
}

.table{
    border-color: #c7c7c7;
}


.table tr th {
    border-top: 1px solid #c7c7c7!important;
    vertical-align: middle!important;
}

.table tr td {
    vertical-align: middle!important;
}


table.tdd-price-table-two {
    border-collapse: collapse;
    width: 100%;
    color: #424242;
    margin-bottom: 50px;
    border-top: transparent;
}

    table.tdd-price-table-two td {
        height: 65px;
        padding: 15px 20px;
        vertical-align: middle;
    }


input[type="text"].tdd-form-coupon {
    padding: 7px 40px 7px 10px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    font-size: 13px;
    width: 160px;
}

.tdd-apply-btn {
    background-color: #16ac70;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 40px;
}

/*----------- price-sec-end ----------- */




/*----------- next-step-start ----------- */

.tdd-next-step {
    background-color: #183865;
    margin-top: 35px;
    padding: 25px 0;
    color: #fff;
    font-size: 15px;
}

    .tdd-next-step span {
        vertical-align: text-bottom;
        padding-left: 7px;
    }

input[type="checkbox"].tdd-next-step-checkbox {
    margin-top: 12px;
}

.tdd-next-btn {
    background-color: #16ac70;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 20px;
}

/*----------- next-step-end ----------- */




/*----------- Footer-start ----------- */

.tdd-footer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #777777;
    font-size: 14px;
    padding: 30px 0;
}


/*----------- Footer-end ----------- */





@media screen and (max-width: 1000px) {
    input.tdd-form-price[type="text"] {
        font-size: 13px;
        width: 90px;
    }
}

@media screen and (max-width: 1200px) {
    .tdd-system-block ul li {
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .tdd-nav-btn {
        margin-left: 0 !important;
    }

    .tdd-sub-right {
        margin-top: 30px;
        padding-left: 0px !important;
    }

    .tdd-sub-left {
        margin-top: 40px;
        border-right: none;
    }

    .tdd-system-block ul {
        margin-top: 10px;
    }

    .tdd-about-left {
        border-right: none;
    }

    .tdd-about-right {
        padding-left: 13px !important;
        padding-top: 20px;
    }

    .tdd-nav-btn-text {
        margin-bottom: 40px;
    }
}




@media screen and (max-width: 768px) {
    .tdd-header-contact-two {
        text-align: center;
        margin-bottom: 16px;
    }

    .tdd-payment-sec ul li {
        width: 30%;
    }

    .tdd-payment-sec img {
        max-width: 70px;
        width: 100%;
    }

    .tdd-system-block ul li img {
        width: 100%;
    }

    .tdd-system-block ul li.tdd-system-text {
        width: 70%;
        vertical-align: top;
    }

    .tdd-about-left {
        text-align: center;
    }

    input.tdd-form-about[type="text"] {
        margin-right: 10px;
    }

    .tdd-about-right {
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }

    .tdd-sub-text3 {
        font-size: 13px;
    }

    input.tdd-form-coupon[type="text"] {
        margin-bottom: 15px;
    }

    .tdd-apply-btn {
        margin-bottom: 15px;
        padding: 8px 63px;
    }

    .tdd-next-btn-mobile {
        text-align: center;
    }

    .tdd-next-btn {
        margin-top: 20px;
    }
}


@media screen and (min-width: 681px) {
    .tdd-mobile-price-table {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    table.tdd-price-table-one {
        display: none;
    }

    table.tdd-price-table-two {
        display: none;
    }

    .tdd-mobile-price-table {
        width: 90%;
        margin: 40px auto;
    }

        .tdd-mobile-price-table span {
            font-size: 16px;
            font-weight: 600;
            padding-right: 5px;
            margin-bottom: 10px;
        }

    input.tdd-form-price[type="text"] {
        margin-top: 10px;
        display: block;
    }
}

.yearlyHidden {
    display: none;
}
