    .d_none{
        display:none !important;
    }
    .d_block{
        display:block !important;
    }
    .custom-control-input{
          
    }
    .pricing-table-header {
 
   background-image: url('images/pricig_img.jpg');
   background-repeat: no-repeat;
   background-size: cover;
    color: #fff ;
    padding-top: 129px;
    padding-bottom: 110px;
}

.pricing-card .card-header {
        background-color: #4ec091;
    color: #fff;
   padding-top: 10px;
    padding-bottom: 10px;
}


    .custom-control-label{
         color: white;
    font-size: 15px;
    font-weight: 500;
    }
     .pricing-table-title{
         color: white;
    
    }
    .navbar {
    margin-bottom: 0px;
    
    }
    h2{
           color: #4e4e4ec7 !important;
    }
    
.custom-radios{
     margin-bottom: 10px;
}
.custom-radios div{
    display: inline-flex;
}

.radio {
     color: #5a5a5a;
    font-weight: 500;
     display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
      font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   text-align: left !important;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkround {

    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
        border-color: #bdbdbd;
   
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}

.radio input:checked ~ .checkround {
        background-color: #ffffff;
    border-color: #4ec091;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
    border-color:#f8204f;
    
}

.radio input:checked ~ .checkround:after {
    display: block;
}

.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#4ec091;
    
 
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
}

.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;

}





    
    .r_l{
           font-size: 12px;
    color: #6f6f6f;
    }
    
    .sp_li{
        padding: 20px 0px !important;
    }
    
    .pricing-plan-features li{
        line-height: 1.5;
        padding: 10px 0px;
    }
    .pricing-plan-purchase-btn {
        padding: 6px 20px;
    height: auto;
    }
    .rx_scroll{
        overflow-y: scroll;
    height: 300px; 
    padding: 5px 30px;
    
    }
  .pricing-card .card-body{
        padding:0px;
             padding: 12px 0px;
    }
    .comm_p{
        padding: 10px 40px;
    
    }
 .rx_scroll::-webkit-scrollbar {
    width: 5px;
}
 
.rx_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.rx_scroll::-webkit-scrollbar-thumb {
  background-color: #4ec091;
    outline: 1px solid #4ec091;
}  
    
 .pricing-tab-content {
    margin-top: -163px;
}   
.pricing-plans-tab{
        position: absolute;
    z-index: 99;
}
.x_over{
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 20%;
    width: 100%;
}
/*.carousel{*/
/*    margin-top: -170px;*/
/*}*/
.carousel-control-prev{
        background: #4ec091;
    height: 50px;
    top: 30%;
        width: auto;
        opacity: .8;
}
.carousel-control-next{
         background: #4ec091;
    height: 50px;
    top: 30%;
      width: auto;  
      opacity: .8;
}    