body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Segoe UI Semibold';
}

.minspace {
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: #eaedf0;
}

.space {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #eaedf0;
}

.pricing {
    background-color: #eaedf0;
    width: 100%;
    height: auto;
    overflow: hidden;
}


/**/

.pricing .pricecenter {
    width: 77%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    background-color: #eaedf0;
}

.pricing .pricecenter .head {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.pricing .pricecenter .head h1 {
    color: #242627;
    text-transform: capitalize;
    font-family: 'Segoe UI Semibold';
}

.pricing .pricecenter .note {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.pricing .pricecenter .note p {
    width: 90%;
    font-size: 15px;
    margin-left: 4%;
    color: #0D0D0D;
    text-transform: capitalize;
}

.pricing .pricecenter .head .line {
    width: 100px;
    height: 3px;
    margin: 0px auto;
    background-color: #606161;
}

.pricing .pricecenter .minspacing {
    width: 100%;
    height: 25px;
    overflow: hidden;
}

.pricing .pricecenter .spacing {
    width: 100%;
    height: 50px;
    overflow: hidden;
}


/**/

.pricing .priceplane {
    float: left;
    width: 30%;
    /*width: 30%; */
    height: auto;
    overflow: hidden;
    margin-left: 2%;
    border-radius: 10px;
    padding-top: 8px;
    position: relative;
    border: 1px solid #707070;
    background-color: #F1F1F1;
}

.pricing .basic {
    background-color: #160C17;
    color: white;
    margin-top: -30px;
}

.pricing .priceplane .saved {
    width: 50%;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-top: 7px;
    background-color: #DBC9C5;
    border: 1px solid #707070;
    border-radius: 7px;
    color: #060606;
    position: absolute;
    top: 10px;
    right: 5%;
    z-index: +2;
}

.pricing .priceplane .wbasic {
    width: 20%;
    background-color: #E5E3FB;
    border: 1px solid #707070;
}

.pricing .priceplane .btnplane_basic {
    background-color: #FFD878;
    width: 67%;
    height: 30px;
    color: #040404;
    text-align: center;
    padding-top: 5px;
    margin: 0px auto;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 15px;
}

.priceplane .pricehead {
    width: 100%;
    height: 160px;
    overflow: hidden;
    /*  background-color: white; */
    border-radius: 10px;
    margin-bottom: 5px;
}

.priceplane .pricehead .line {
    width: 90%;
    margin: 0px auto;
    height: 2px;
    background-color: #160C17;
}

.priceplane .pricehead .linebasic {
    background-color: #707070;
}

.priceplane .pricehead h1 {
    margin-left: 5%;
    color: #160C17;
    text-transform: capitalize;
}

.priceplane .pricehead h1 span {
    font-size: 17px;
    color: #160C17;
}

.priceplane .pricehead .basicspan_color {
    color: #BBBABA;
}

.priceplane .pricehead .basic_color {
    color: white;
}


/**/

.priceplane .tplane {
    width: 100%;
    height: auto;
    /* background-color: white; */
    border-radius: 5px;
    padding: 5px;
    margin-left: 10%;
}

.priceplane .tplane p {
    width: 90%;
    font-size: 18px;
    margin-left: 5px;
    text-transform: capitalize;
}

.priceplane .tplane img {
    width: 17px;
    height: 17px;
}

.priceplane .tbtn {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.priceplane a {
    text-decoration: none;
}

.priceplane .btnplane {
    background-color: #160C17;
    width: 67%;
    height: 30px;
    color: white;
    text-align: center;
    padding-top: 5px;
    margin: 0px auto;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 15px;
}

.priceplane .btnplane:hover {
    cursor: pointer;
}

@media only screen and (min-width:280px) and (max-width:480px) {
    .pricing .pricecenter {
        width: 98%;
    }
    .pricing .pricecenter .note p {
        text-align: justify;
    }
    .pricing .priceplane {
        width: 99%;
        margin-left: 0%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width:481px) and (max-width:780px) {
    .pricing .priceplane {
        width: 90%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width:781px) and (max-width:900px) {
    .pricing .priceplane {
        width: 90%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width:901px) and (max-width:1100px) {
    .pricing .pricecenter .note {
        width: 80%;
        margin: 0px auto;
    }
    .pricing .pricecenter .note q {
        width: 60%;
        margin-left: 1px;
    }
    .pricing .pricecenter {
        width: 100%;
    }
    .pricing .priceplane {
        width: 30%;
        margin-bottom: 20px;
    }
    .priceplane .pricehead h2 {
        margin-left: 5%;
        font-size: 20px;
    }
}