/*take-this-challenge-modal*/

.take-this-challenge-modal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0px auto;
    background-color: #f8f8f8;
    border-radius: 25px;
    padding-bottom: 15px;
}

.take-this-challenge-modal-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;

    justify-content: space-between;

}

.take-this-ch-main-padding {
    padding: 0px 15px;
    width: 16.75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.take-this-ch-sm-block {
    width: 100%;
    background-image: linear-gradient(to bottom, #307593, #2a6b8a, #256182, #205879, #1b4e70);
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -15px;
    position: relative;
    flex-direction: column;
}

.take-this-ch-main-padding.take-this-ch-fr-sm-block {

    width: 45%;

    padding: 0px 50px;
}

.take-this-ch-sm-block::before {
    position: absolute;
    content: '';
    top: 0px;
    left: -8px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #355973;
    border-right: 10px solid transparent;
    border-left: 8px solid transparent;
    z-index: -9;
}

.take-this-ch-sm-block::after {
    position: absolute;
    content: '';
    top: 0px;
    right: -8px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #355973;
    border-right: 8px solid transparent;
    border-left: 10px solid transparent;
    z-index: -9;
}

.take-this-ch-fr-sm-block .take-this-ch-sm-block {
    background-image: linear-gradient(to bottom, #307593, #2a6b8a, #256182, #205879, #1b4e70);
}

.take-this-ch-sm-block h2 {
    font-size: 33px;
    color: #fff;
    font-weight: bold;
}

.take-this-ch-sm-block h3 {
    font-size: 30px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.take-this-ch-sm-block h1 {
    font-size: 54px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    line-height: 54px;
    padding-bottom: 5px;
    font-weight: bold;
}

.take-this-sky-box {
    background-image: linear-gradient(to bottom, #17a3b4, #1298a7, #0c8d9a, #07828d, #027781);
}

.take-this-green-box {
    background-image: linear-gradient(to bottom, #b3ce86, #a7c674, #9cbe62, #90b750, #84af3c);
}

.take-this-yellow-box {
    background-image: linear-gradient(to bottom, #feaf2c, #fda322, #fb9618, #f9890f, #f77c08);
}

.take-this-red-box {
    background-image: linear-gradient(to bottom, #f16b5b, #eb5d4b, #e44e3b, #dd3e2b, #d52c19);
}

.take-this-ch-sm-block.take-this-sky-box::before,
.take-this-ch-sm-block.take-this-sky-box::after {
    border-bottom-color: #027882;
}

.take-this-ch-sm-block.take-this-green-box::before,
.take-this-ch-sm-block.take-this-green-box::after {
    border-bottom-color: #84af3d;
}

.take-this-ch-sm-block.take-this-yellow-box::before,
.take-this-ch-sm-block.take-this-yellow-box::after {
    border-bottom-color: #f77c09;
}

.take-this-ch-sm-block.take-this-red-box::before,
.take-this-ch-sm-block.take-this-red-box::after {
    border-bottom-color: #bb1e0c;
}

.take-this-ch-fr-sm-block .take-this-ch-sm-block {
    justify-content: center;
}

.popular-bg-line {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../images/popular-line.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 62px;
    height: 65px;
}

.popular-bg-line h6 {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins-Bold';
    transform: rotate(45deg);
    position: relative;
    margin-top: 16px;
    margin-right: -15px;
}

.popular-bg-line.vip-line {
    background-image: url('../images/vip-line.png');
    width: 41px;
    height: 43px;
}

.popular-bg-line.vip-line h6 {
    margin-top: 6px;
    margin-right: -10px;
}

.take-this-ch-modal-table {
    width: 100%;
    float: left;
}

.take-this-ch-modal-table table,
.take-this-ch-modal-table table thead,
.take-this-ch-modal-table table tbody {
    width: 100%;
}

.take-this-ch-modal-table table {
    font-size: 16px;
    color: #000000;
    /*padding-left: 20px;*/
    border-collapse: separate;
}

.take-this-ch-modal-table table tr th {
    padding: 20px;
    color: #3722d3;
    font-weight: normal;
    border-right: 1px solid #cecece;
    width: 16.75%;
    text-align: center;
    border-bottom: 1px solid #cecece;
}

.take-this-ch-modal-table table tr th:first-child {
    color: #000;
    padding-left: 15px;
    width: 33%;
    text-align: left;
}

.take-this-ch-modal-table table tr td:first-child {
    padding-left: 15px;
    text-align: left;
}

.take-this-ch-modal-table table tr th:last-child,
.take-this-ch-modal-table table tr td:last-child {
    border-right: 0px;
}

.take-this-ch-modal-table table tr td {
    padding: 13px 20px;
    font-weight: normal;
    border-bottom: 1px solid #cecece;
    text-align: center;
    border-right: 1px solid #cecece;
}


.take-this-ch-modal-table table tr:nth-child(even) {

    background-color: #f0eeee;
}

.take-this-ch-modal-table table thead tr:nth-child(odd) {

    background-color: #f0eeee;

}

.take-this-ch-modal-table table tbody tr td img {
    padding: 0px 4px;
    width: 20px;
}

.take-this-ch-modal-table table tbody tr td img:first-child {
    padding-left: 0px;
}

.take-this-ch-modal-table table tbody tr td img:last-child {
    padding-right: 0px;
}

.take-this-ch-modal-table table tfoot {
    width: 100%;
}

.take-this-ch-modal-table table tfoot tr td {
    padding: 15px 20px 20px;
}

.take-this-ch-modal-table table tfoot tr td .take-ch-tab-btn {
    text-decoration-line: none;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    min-width: 136px;
    min-height: 56px;
    margin: 0px auto;
    font-weight: bold;
}

.take-this-ch-modal-table table tfoot tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.take-this-ch-modal-table table tfoot tr:last-child td {
    border-bottom: 0px;
}

.take-this-challenge-modal-btm-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 35px 0px 35px;
}

.take-this-challenge-modal-btm-part p {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #afafaf;
    margin-bottom: 10px;
}

.take-this-challenge-modal-btm-part p:last-child {
    margin-bottom: 0px;
}

.take-this-ch-new-modal .modal-dialog {
    max-width: 1320px;
    margin: 274px auto;
}

.take-this-ch-new-modal .modal-content {
    width: 100% !important;
    max-width: 100%;
    border: 0;
    left: 0;
    height: auto !important;
    transform: unset !important;
}

.take-this-ch-new-modal {
    padding-right: 0px !important;
}

.take-this-ch-modal-table table {
    font-size: 13px;
}

.take-this-ch-modal-table table tfoot tr td .take-ch-tab-btn {
    font-size: 16px;
    min-height: 50px;
    max-width: 130px;
}

.take-this-ch-new-modal .modal-dialog {
    margin: 100px auto 50px;
}
#pricingModal .modal-dialog {
    margin: 50px auto;
}

.take-this-ch-sm-block {
    min-height: 90px;
}

.take-this-ch-sm-block h1 {
    font-size: 48px;
    line-height: 48px;
}

.take-this-ch-sm-block h3 {
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 5px;
}

.take-this-ch-modal-table table tr td {
    padding: 6px 10px;
}

.take-this-ch-modal-table table tr th {
    padding: 8px 10px;
}

.take-this-ch-modal-table table tfoot tr td {
    padding: 10px;
}

.take-this-ch-sm-block h2 {
    font-size: 28px;
}

.take-this-ch-modal-table table {
    table-layout: fixed;
}

.take-this-ch-modal-table table tr th:first-child {
    width: 30%;
}

.take-this-ch-modal-table table tr th:last-child,
.take-this-ch-modal-table table tr td:last-child {
    width: 17.70%;
}

.take-this-ch-modal-table table tr th:nth-child(2),
.take-this-ch-modal-table table tr td:nth-child(2) {
    width: 17%;
}

.check-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sm-check-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sm-check-actions .sm-check {
    padding: 0px 2px;
}

.take-this-challenge-modal-btm-part p {
    font-size: 15px;
    font-family: 'Poppins-regular';
    color: #afafaf;
    margin-bottom: 10px;
    font-style: italic;
}

.take-this-ch-main-padding.take-this-ch-fr-sm-block {

    width: 45%;
    padding: 0;

}

.take-this-ch-modal-table table tr th:first-child {
    width: 30%;
}

.take-this-ch-modal-table table tr td:first-child{
    width: 30%;
}

.take-this-ch-main-padding {

    width: 25%;
    padding: 0;
}

.take-this-ch-new-modal .modal-dialog {
    max-width: 660px;

}

.freee-sky-box {
    opacity: 0.35;
    cursor: default;
}


/* 19-5-2021 */

#pricingModal .modal-content {
    width: 993px !important;
    left: 50%;
    transform: translate(-50%, 00%) !important;
}

#pricingModal .take-this-ch-modal-table table tfoot tr td .take-ch-tab-btn {
    width: 128px
}

@media only screen and (max-width:991px) {
    #pricingModal .modal-content {
        max-width: 98%
    }
    #pricingModal .take-this-ch-sm-block h2 {
        font-size: 20px;
        line-height: 28px;
    }
    #pricingModal .take-this-ch-sm-block h3 {
        line-height: 24px;
        font-size: 24px;
    }
    #pricingModal .take-this-ch-sm-block h1 {
        font-size: 36px;
        line-height: 39px;
    }
    #pricingModal .take-this-ch-modal-table table tfoot tr td .take-ch-tab-btn {
        min-height: 40px;
        min-width: 108px;
        width: 108px
    }
}

@media only screen and (max-width:767px) {
    #pricingModal .take-this-ch-main-padding {
        padding: 0px 6px;
    }
    #pricingModal .take-this-ch-sm-block h1 {
        font-size: 32px;
    }
    #pricingModal .take-this-ch-modal-table table tbody tr td img {
        width: 18px !important
    }
    #pricingModal .take-this-ch-modal-table table tfoot tr td {
        padding: 10px 2px;
    }
    #pricingModal .take-this-ch-modal-table table tfoot tr td .take-ch-tab-btn {
        min-height: 34px;
        min-width: 86px;
        width: 86px
    }
    #pricingModal .take-this-ch-sm-block h3 {
    line-height: 20px;
    font-size: 20px;
}
}

@media only screen and (max-width:575px) {
    .overfow-div {
        overflow-x: auto;
    }
    .width575 {
        width: 575px;
    }
    #pricingModal .take-this-ch-main-padding.take-this-ch-fr-sm-block {
        padding-top: 10px;
    }

}

#freelimit .mfbtn{
    padding-top: 20px;
}

.modelwishlist{
    border: 1px solid #009ae0;
    color: #fff;
    background-color: #009ae0;
    transition: all 0.3s;
}
.modelwishlist:hover{
    background: #fff;
     border: 1px solid #009ae0;
    color: #009ae0;
}

#freelimit .modal-content{
    padding-bottom: 30px;

}