﻿
.desing {
    margin-top: 10%;
}

#supportclk {
    cursor: pointer;
}

.pricing-block .pricing-header .price-box {
    height: 120px;
    width: 120px;
    bottom: -60px;
}

.loader-wrapper {
    height: 0; /* Hidden state */
}

.setwidth {
}

.columns {
    float: left;
    width: 40%;
    padding: 2px;
    border-radius: 5px;
}

.columns1 {
    float: left;
    width: 11%;
    padding: 2px;
    border-radius: 5px;
}

.columns2 {
    float: left;
    width: 12%;
    padding: 2px;
    border-radius: 5px;
}

.columns3 {
    float: left;
    width: 13%;
    padding: 2px;
    border-radius: 5px;
}


.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.pricemain {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
/* .pricemain:hover {
      box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }
     */
.price .header {
    background-color: #87715cab;
    color: white;
    font-size: 19px;
    min-height: 4pc;
}

.pricemain .header {
    background-color: #87715cab;
    color: white;
    font-size: 19px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px 0 20px;
    text-align: center;
    min-height: 4pc;
}

.pricemain li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px 0 20px;
    min-height: 4pc;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.pricemain .grey {
    background-color: #eee;
    font-size: 19px;
}

.setpadding {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.setpadding2 {
    text-align: center;
}

.setpadding3 {
}

.setpadding4 {
}

.setpadding5 {
}

.setvisible {
    display: block;
}

#base {
    /*         background: red; */
    display: inline-block;
    height: 55px;
    margin-left: 20px;
    margin-top: 55px;
    position: relative;
    width: 100px;
}

    #base:before {
        /*             border-top: 35px solid red; */
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 56px;
        width: 0;
    }

.button {
    background-color: white;
    color: black;
    padding: 10px 15px;
    text-align: center;
    font-size: 19px;
    border-radius: 10px;
}

@media only screen and (min-width:701px) and (max-width: 768px) {
    .columns {
        width: 100%;
    }

    .columns1 {
        width: 100%;
    }

    .columns2 {
        width: 100%;
    }

    .columns3 {
        width: 100%;
    }

    .setpadding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .setpadding2 {
        text-align: center;
    }

    .setpadding3 {
        text-align: center;
    }

    .setpadding4 {
        text-align: center;
    }

    .setwidth {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .columns {
        width: 100%;
    }

    .columns1 {
        width: 100%;
    }

    .columns2 {
        width: 100%;
    }

    .columns3 {
        width: 100%;
    }

    .setwidth {
        width: 50%;
    }

    .setpadding {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .setvisible {
        display: none;
    }

    .setpadding2 {
        text-align: center;
    }

    .setpadding3 {
        text-align: center;
    }

    .setpadding4 {
        text-align: center;
    }

    .setpadding5 {
        padding-top: 3% !important;
    }


    .pricemain li {
        border-bottom: 1px solid #eee;
        padding: 20px 20px 0 20px;
        min-height: 5pc;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px 20px 0 20px;
        min-height: 5pc !important;
    }
}

.custombox {
    padding: 10px;
}

.pr_box {
    width: 98.7%;
    margin: 10px;
    padding: 0px;
}

@media (min-width: 1601px) {
    .pr_box {
        width: 99% !important;
    }
}
@media only screen and (max-width: 1470px) {
    .pricing-block .pricing-header h2 {
        font-size: 20px !important;
        margin-top:20px !important;
    }
}