.header-title .pricing {
  font-family: 'Poppins', sans-serif;!important
  font-size: 28px; 
  font-weight: 600;
  color: #06315B; 
  display: block;
  margin-bottom: 0.5em;
}

.pricing-table {
  background-position: center;
  background-size: cover;
  height:auto;
}
.pricing-table .section-content {padding:10% 4%;}

.pricing-table .main-container-dpt {
  display: flex;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */   

}
.pricing-table .single-container {
  background: #FCFCFC;
  border: 1px solid #ddd;
  border-bottom:5px solid #01295C;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0px 30px 30px 30px;
  padding:20px 0px;
  position: relative;
  flex-basis: 33%;
}
.pricing-table .price__name h3 {
    text-align: center;
    font-size: 28px !important;
    font-weight: 600 !important;
    color:#06315B;
    margin-top:20px;
    margin-bottom: 30px;  
  
}

.pricing-table .package-container {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #01295C;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px;
  margin-left: 40px;
  color: #fff;
}
.pricing-table .price__price {
    font-size: 4em;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    flex-wrap: wrap;
    display:flex;
    justify-content:center;
    
  
}
.pricing-table .currency {
  flex-wrap: wrap;
  font-size:30px;
  font-weight:600;
  vertical-align: super;
  font-style: italic;
}

.pricing-table .text1 {
  flex-wrap: wrap;
  font-family: 'objective', open sans-serif;
  font-style: italic;
}

.pricing-table .text2 {
  flex-wrap: wrap;
  font-family: 'objective', open sans-serif;
  font-style: italic;
}

.pricing-table .decimal {
  flex-wrap: wrap;
  font-size:30px;
  font-weight:600;
  vertical-align: super;
  font-family: objective,open sans-serif;
  font-style: italic;
}


.pricing-table .price__desc {
  padding:20px 40px;
}

.pricing-table .price__desc2 p {
  padding:20px 40px;
  font-size:15px !important;
}

.pricing-table .price__date { 
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pricing-table .price__feat ul {
	padding: 0px 20px;
  margin: 20px 0 30px;
  list-style: none;
  font-size: 1.3em;
  text-align:left;
}

.pricing-table .price__feat ul li {
    font-size:18px;
    margin: 0 20px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;  
}

.pricing-table .price__addons ul {
	padding: 0px 20px;
  margin: 20px 0 30px;
  list-style: none;
  font-size: 1.3em;  
}

.pricing-table .price__addons ul li {
    font-size:18px;
    margin: 0 20px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;  
}

.pricing-table .price__feat ul li:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(https://www.clockon.com.au/hubfs/Bullets/bullet-check.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 20px;
}
.pricing-table .price__feat ul li:last-child {border-bottom: none;}
.pricing-table .price__btn {
    padding: 10px;
    margin: 0 auto;	
  	text-align: center;
}

.price__btn {
  background-color:#62BE56;
  width:200px;  
}

.price__btn a{
  color:#fff;
  font-weight:700;
}

.price__btn a:hover{
  color:#01295C;
}

.pricing-table .price__ribbon__container {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.pricing-table .price__ribbon__container span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.pricing-table .price__ribbon__container span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.pricing-table .price__ribbon__container span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}

.header-title {
  text-align: center;
}
.header-title span.pricing{
  color:#62BE56;
  font-size: 22px !important;
  font-weight: 700; 
  text-transform: uppercase;
  
}

.pricing-table .header-title h2 {
  margin-bottom:0px;
  padding-bottom: 0px;
    
}

.pricing-table .header-title p {
   margin-bottom:40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 27px;
  vertical-align: bottom;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #62be56;
}
 
input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}
 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 13px;
}
 
.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  margin-bottom:40px;
  text-align:center;
}

.pricing-table .add-ons h3 { 
  padding:20px 40px;
  font-size:20px !important;
  color:#06315B;
}

.pricing-table .accordion {
  background: #fcfcfc;
  color: #252525;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.pricing-table .active, .accordion:hover {
}

.pricing-table .accordion:after {
  content: '\002B';
  background-color:#2F669F;
  border-radius:30px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin: 0px 10px 0px 23px;
  padding: 0px 5px;
}

.pricing-table .active:after {
  content: "\2212";
}

.pricing-table .panel {
  
  background: #eef4fa;
  border-radius:10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.pricing-table .panel p {
  font-size:14px;
  padding: 10px 0px;
}
.pricing-table button.accordion.active+.panel {
  margin-bottom: 10px;
  padding: 13px 40px;
  
}
@media screen and (max-width: 991px) {
  .pricing-table .main-container-dpt {display: block !important;}
  .pricing-table {height:auto; padding: 0px; margin-top: 30%;}

  .pricing-table .single-container {margin:0px 0px 30px 0px;}
  

  
}
