/*--- new start plan page ----*/
.startuppack_new { 

}
.price_box_wrap {

    /* overflow: hidden; */
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
    /* justify-content: flex-start; */
}
.plan_columns {
    background: #474747;
    /* float: left; */
    /* overflow: hidden; */
    width: 38%;
    position: relative;
    border-radius: 10px;
    margin: 0 20px 0 0;
    /* max-width: 280px; */
    padding: 0 0 70px 0;
    text-align: left;
    border-bottom: 3px solid #f05526;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.plan_hrd{width: 60%;}
.plan_type{
    width: 20%;
  
}
ul.price li:first-child  .plan_type{
    padding: 10px 0;
}
.plan_type .header {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.plan_gold{}
.plan_Silver {}

.plan_type img {
    width: 16px;
    margin: 0 auto;
}

.plan_type .price {
    display: none;
    font-size: 33px;
    color:#444444;
    font-weight: 700;
    padding: 20px 15px 10px;
    background-color: #efefef;
    position: relative;
    margin-bottom: 18px;
    background: -moz-linear-gradient(270deg, #dfdfdf 0%, #eeeeee 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #dfdfdf), color-stop(100%, #eeeeee));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #dfdfdf 0%, #eeeeee 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #dfdfdf 0%, #eeeeee 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #dfdfdf 0%, #eeeeee 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#eeeeee', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #dfdfdf 0%, #eeeeee 100%);/* W3C */
    transition: all 0.3s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}
.plan_type .price:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8.7vw solid transparent;
    border-right: 8.7vw solid transparent;
    border-top: 35px solid #efefef;
    /*    transition: all 0.3s ease-in-out;
           -webkit-transition: all 0.3s ease-in-out;
           -o-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
           -ms-transition: all 0.3s ease-in-out;*/
}
.plan_type .price sup {
    color: #b1b1b1;
    font-weight: 600;
}
ul.price {
    /* overflow: hidden; */
}
ul.price li {
    cursor:pointer;
    /* font-size: 14px; */
    /* line-height: 40px; */
    color: #ffffff;
    border-bottom: 1px solid #1b1a1a;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    /* background-image: url(../images/tick_o.png); */
    /* background-repeat:  no-repeat; */
    /* background-size: 17px; */
    /* background-position: 20px 14px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
ul.price li:hover, ul.price li.activedetails {
    background-color: #eeeeee;
    margin: 0;
    /* border-bottom: none;*/
    color: #2b2b2b;
    position: relative;
}
ul.price li.activedetails:before {
    position: absolute;
    content: " ";
    background: #eeeeee;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 15px;
    height: 30px;
    z-index: 2;
    right: -14px;
    margin: auto;
    bottom: 0;
    top: 0;
}
ul.price li:last-child{
    border-bottom: none;
}
.plan_ftr{   
text-align: center;  
position: absolute;   
bottom: -28px;   
left: 0;   
right: 0;
}

ul.price li:first-child {
    background: #8f8f8f;
    color: #ddd;
    border-bottom: 1px solid #ffffff;
    border-radius: 10px 10px 0 0;

}

.plan_details_box {
    width: 60%;
    /* float: right; */
    /* border: 1px solid #ddd; */
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.plan_details_box .plan_header{
    text-transform: capitalize;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    padding: 20px 40px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    background: #f05526;
}
.plan_details_box .plan_header b{
    font-size: 24px;
    text-transform: uppercase;
}
.pack_details {
    overflow: hidden;
    padding: 40px;
}
.pack_details h3{
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #2b2b2b;
     border-bottom: 4px double #ccc;
    padding-bottom: 10px;
}
.pack_details p{
    color: #2b2b2b;
    line-height: 24px;
}
.pack_details img{
    margin-top: 50px;
    margin-bottom: 30px;
}
.pack_details ul{}
.pack_details ul li{
    background-image: url(../images/tick.png);
    color: #2b2b2b;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.plan_details_box .post_display{display:none;}
.plan_details_box .post_display.active{display:block;}

.main_btn.plan_ftr a {
    background: #f05526;
    color: #ffffff;
}
.main_btn.plan_ftr a:hover, .main_btn.plan_ftr a:focus, .main_btn.plan_ftr a:active{
    background: #2b2b2b;
}
/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1366px) {      }
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {      }
@media screen and (max-width: 1199px) {  
.plan_details_box {
    width: 59%;
}



}
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) {  
.plan_type {
    font-size: 12px;
    line-height: 1.5;
}
    .plan_columns {
    width: 46%;
    }
    .plan_details_box {
    width: 51%;
}
}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {      }
@media screen and (max-width: 767px) { 
.plan_columns {
    width: 100%;
    margin: 0;
}
ul.price li.activedetails:before{
    display: none;
}
.plan_details_box {
    width: 100%;
    margin-top: 40px;
}
.plan_details_box .plan_header, .pack_details {
    padding: 15px 20px;
}
.pack_details h3 {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 25px;
}
.price_box_wrap {
    margin-top: 20px;
}


}
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {      }
@media screen and (max-width: 320px) {      }