/*
Add new css here
*/
.pdl{
padding-left: 0px;
}
.pdr{
padding-right: 0px;
}
.package-frame{
   width: 70%;
    margin: 30px auto;
}
.pricelist-wrapper{
   text-align: center;
}
.pricelist-wrapper h3{
    margin: 0px;
    font-size: 24px;
    color: #000;
}
.pricelist-wrapper ul{
  float: left;
  list-style: none;
      width: 100%;
}
.pricelist-wrapper ul li{
  width: 25%;
    float: left;
}

@media(max-width:960px){
  .pricelist-wrapper ul li {
    width:50%
  }
}

@media(max-width:567px){
  .pricelist-wrapper ul li {
    width:100%
  }
}
.price-single{
    padding: 5px;
}
.price-single .entry-head h5, .price-single .entry-footer{
   display: block;
   text-align: center;
   background: #60aedb;
   font-style: italic;
   font-weight: bold;
   margin: 0px;
   font-size: 20px;
   line-height: 40px;
}
.price-single .entry-content{
   text-align: center;
  background-color: #f3f3f3; padding: 15px 0px;
      height: 415px;
}
.price-single .entry-content p{
	    font-size: 16px;
	color: #000;
	margin-bottom: 30px;
}
.price-single.silver .entry-head h5, .price-single.silver .entry-footer{
  background:#c2c2c2;
}
.price-single.silver .entry-content{
   background-color: #f3f397;

}
.price-single.gold .entry-head h5, .price-single.gold .entry-footer{
  background:#f3f397;
}
.price-single.diamond .entry-head h5, .price-single.diamond .entry-footer{
  background:#008c46;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
      content: '';
    position: absolute;
    left: -5px;
    top: 2px;
    width: 25px;
    margin-right: 10px;
    height: 20px;
    border: 1px solid #000;
    background: #f8f8f8;
    border-radius: 1px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9epk-form;
}


.epk-form{
border: 1px solid #008c46;
float: left;width: 100%;padding-bottom: 15px;

}
.epk-form form{
  padding:10px;
}

.epk-form .row{
	margin-bottom: 15px;
}
.epk-form .entry-head{
	background: #008c46;
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.epk-form .entry-head h5{
	    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: white;
}
.epk-form p{
	
	color: #008c46;
}
.epk-form label{
	color: #008c46;
	text-align: left;
}
.checkbox{
	padding-left: 10px;
}
.checkbox span{
	width: 24%;
	display: inline-block;
}
.checkbox.quater span{
	width: 24%;
}

@media(max-width:567px){
   .checkbox.quater span{
      width:49%; 
   }
}
.form-control{
	    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1B1B1B;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.epk-form .btn{
    background-color: #60AEDB;
    color: white;
    font-size: 14px;
    line-height: 15px;    margin-right: 15px;
    text-transform: none;
    float: right;} 
  
  .pay-cart{
      float:left;
      width:100%;
   } 
   
 .pay-cart .entry-head{
 	background: #60AEDB;
	display: block;
	text-align: center;
 }   
 .pay-cart .entry-head p{
 	    color: white;
    font-size: 18px;
    font-style: italic;
    padding: 15px;
 }
 .pay-cart form table{
     margin: 15px auto;
     text-align: left;
     }
      .pay-cart form{
      	text-align: center;    padding: 15px;
    margin: 0px;
      }
      .pay-cart form select{
          border-radius: 4px;}

 .faq-wrapper{
    float: left;
    width: 100%;
 }
 .faq-wrapper .faq-list {
 	list-style: none;
 	transition:0.5s ease-in-out;
 	-webkit-transition:0.5s ease-in-out;
 	-moz-transition:0.5s ease-in-out;
 }   
 .faq-wrapper .faq-list h3{
 	font-size: 20px;
 }  
 .faq-trigger{   
     width: 50px;
    height: 50px;
    cursor: pointer;
        margin-top: 30px;
    border: 4px solid #008c46;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;}
    .faq-trigger i{
    	    margin-top: 0px;
    font-size: 40px;
    } 
    .faq-trigger.rotate{
       transform:rotate(-90deg);
    }

    .add-gone{
    	opacity: 0;
    }
.success-sf,
.error-sf { display: none; }

.success-sf p { background: rgba(39, 174, 96, 0.7); }

.error-sf p { background: rgba(234, 80, 80, 0.83); }

.error i { padding-right: .5em; }
.success-sf p,
.error-sf p {
      text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    float: none;
    width: 80%;
    margin: 7px auto;
    display: block;
}

.big-bang{
      font-size: 32px !important;
}
.big-bang span{
       font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1px 0px;
    margin-left: -8px;}
    
    .radio span{
      padding-left:0px
    }
    .radio span label{
      padding-left:5px;
    }
    
   #contact-form [type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}


 #contact-form [type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
 #contact-form [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */
 #contact-form [type="radio"]:checked + span:before {
  background: green;
  box-shadow: 0 0 0 0.25em #000;
}


