@font-face {
    font-family: 'FilsonSoftW03';
    src: url('../../fonts/landingPage/FilsonSoftW03-Light.woff2') format('woff2'),
        url('../../fonts/landingPage/FilsonSoftW03-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoftW03';
    src: url('../../fonts/landingPage/FilsonSoftW03-Medium.woff2') format('woff2'),
        url('../../fonts/landingPage/FilsonSoftW03-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoftW03';
    src: url('../../fonts/landingPage/FilsonSoftW03-Bold.woff2') format('woff2'),
        url('../../fonts/landingPage/FilsonSoftW03-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoftW03';
    src: url('../../fonts/landingPage/FilsonSoftW03-Regular.woff2') format('woff2'),
        url('../../fonts/landingPage/FilsonSoftW03-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    background: #f7f7f7;
    /*font-family: 'nexa-lightuploaded_file';*/
    font-family: 'FilsonSoftW03';
}

    .header {
    padding: 15px;
    box-shadow: inset 0 -1px 0 0 #f6f6f6;
    background-color: #ffffff;
    }
    
    .logo_old {
        width: 150px;
    }
    
    .logo_old img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .logo {
        display: block;
        width: 150px;
        height: 80px;
    }
    
    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .flex-style {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    }


/*
@media (min-width: 1200px){
.main-content {
    width: 900px;
}
} */

.set-pointer{
    cursor: pointer;
}

.dynamic-gradient {
    /* background-image:linear-gradient(90deg,rgba(255,255,255,0.00),rgba(255,255,255,0.50)) !important; */
}

.main-content {
    padding: 20px 0 20px;
    margin: 0 auto;
}

.centered-block-holder{
    text-align: center;
    position: relative;
    z-index: 2;
}

.centered-block{
    float: none;
    display: inline-block;
    text-align: center;
}

.item-holder {
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e2dede;
    margin-bottom: 20px;
    min-height: 200px;
}


.image-holder {
    padding: 25px;
}


.item-holder:hover .black-img,
.item-holder.active .black-img {
    display: block;
    margin: 0 auto;
}
.black-img,
.item-holder:hover .white-img,
.item-holder.active .white-img {
    display: none;
}


.item-holder:hover,
.item-holder.active {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #fff;
}

.item-holder:hover .item-title ,
.item-holder.active .item-title  {
    color: #000;
}

.item-title {
    padding: 15px;
    color: #fff;
}

.item-title h2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.member-list {
    padding-top: 130px;
    /* padding-bottom: 60px; */
    padding-bottom: 110px;
    /* padding-top: 90px;
    padding-bottom: 70px; */
    position: relative;
}

.member-list:after {
    content: '';
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    bottom: 0;
    top: 0;
}

.content-title,
.bundle-description {
    padding: 15px 15px 5px;
}

/*content loader */
.box-placeholder .text  {
    display: block;
    background-color: #444;
    height: 12px;
    border-radius: 12px;
    margin: 5px 0;
    min-width: 100px;
    opacity: .1;
    animation: fading 1.5s infinite;
}

.box-placeholder .text:nth-child(1) {
    width: 200px;
    height: 30px;

}

.box-placeholder .text:nth-child(2) {
    margin-top: 0;
}

@keyframes fading {
  0% {
    opacity: .1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .1;
  }
}

.widget-content-holder {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.widget-content-holder .widget-content-img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 8px;
}

.widget-content-holder .widget-content-img img {
    max-width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.widget-content-holder .widget-content-info {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-content-holder .widget-content-info .widget-content-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis;
    width: 125px; */
}

.grey-small {
    color: #777777;
    font-size: 12px;
    line-height: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}


.content-holder {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.side-holder {
    position: relative;
    width: 250px;
    height: 250px;
    background: #fff;
    /* border-radius: 10px; */
    margin: 0 auto 30px;
}

.side-holder .side-img-holder img {
    /* border-radius: 0 0px 10px 10px; */
    height: 250px;
    object-fit: cover;
}

.side-text-title {
    background: #000;
    opacity: 0.5;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0px 10px 10px;
}

.side-text-title .grey-small {
    color: #fff;
}

.price-tag {
    color: #000;
    background: #f8b827;
    padding: 10px;
    font-size: 25px;
    letter-spacing: 2px;
    border-radius: 0 0px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.error-msg {
	font-size: 12px;
	color: red;
	margin-left: 5px;
}

.block-holder {
    max-height: 335px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.btn-holder {
    margin-bottom: 15px;
}

.btn-holder a {
    color: #000;
    display: block;
    background: #f8b827;
    padding: 11px;
    text-align: center;
    /* border-radius: 8px; */
    font-size: 20px;
}

.btn-holder a.remove-btn {
    background: #f79949;
}

.btn-holder a i {
    margin-right: 5px;
}

.enroll-and-pay{
    padding: 0 40px;
}

.start-btn {
    max-width: 300px;
    margin: 0 auto 20px ;
}
.main-block, .purchase-form-holder{
    position: relative;
}
.main-block {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 50px;
}

.main-block-title {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.overlay {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}

.main-content-holder {
    margin-bottom: 25px;
}

.order-summary{
    margin: 0 auto;
    float: none;
}

.purchase-summary {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.purchase-form form{
    border: 1px solid #ccc;
    padding: 35px;
}

.already_member a {
    margin-left: 5px;
    color: #f9c122;
}

.purchase-form .form-control,
.addtional-info .form-control {
    border-radius: 0;
    height: 38px;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}
.addtional-info .form-group span {
    margin-bottom: 5px;
    display: block;
}
.common-btn.enroll-btn {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;

    background: #f9c122;
    /* color: #fff; */
    font-weight: bold;
    text-align: center;
    webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    transition: ease 0.7s;
}

.common-btn.enroll-btn:hover {
    text-decoration: none;
    webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.purchase-form h2,
.purchase-summary h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
}

.purchase-summary h2 {
    padding: 13px 8px 0;
    margin-bottom: 0;
}

.purchase-form  p,
.purchase-summary {
    font-size: 15px;
}

.purchase-summary {
    padding-bottom: 50px;
}

.info {
    text-align: right;
    margin: 0 30px 10px 0;
}

.info .info-title {
    margin-right: 5px;
}

.purchase-summary  tbody {
    border-bottom: 2px solid #ccc;
}

.addtional-info {
    padding: 15px;
}

.addtional-info .checkbox {
    margin-left: 10px;
}

.purchase-summary i {
    color: red;
}

.value-form{
    text-align: center;
    margin-bottom: 15px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  /* height: 20px; */
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

 #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

 #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

 #input-wrap {
  margin: 0px;
  padding: 0px;
}

 input.bundle-qty {
  text-align: center;
  border: none;
  /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd; */
  margin: 0px;
  width: 40px;
  height: 35px;
}

 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*error modal*/
.error_notification .modal-width {
    max-width: 360px;
    top: 105px;
}

.error_notification .modal-content {
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}


.error_notification.modal .modal-header {
    background-color: transparent !important;
    padding: 2px 1rem;
    border-bottom: 0;
}

.error_notification .modal-header .close {
    /*padding: 1rem 0.4rem 0;*/
}

.error_notification .modal-header .close .white-text {
    color: #777 !important;
}

.error_notification.modal .modal-body {
    padding: 2px 20px 1.8rem;
    display: table;
}

.error_notification .error-img {
    width: 52px;
    /* display: table-cell; */
    margin-right: 15px;
    /* margin-top: 6px; */
    float: left;
}

.error_notification .error-title {
    width: calc(100% - 67px);
    display: table-cell;
    vertical-align: middle;
}

.error_notification .error-title h2 {
    /* font-family: Lato;*/
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #4a4a4a;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}

.error_notification .contact-error {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #4a4a4a;
    display: block;
    margin-bottom: 5px;
}

.error_notification .error-title a {
    color: #a32e3c;
}
/*end error modal*/

.main-block-title-futureprooftraining {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 20px;
}

.pull-right {
    float: left;
    text-align: right;
}

.purchase_bundle_banner_text {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    position: relative;
}

.purchase-form {
    margin-top: 16px;
}

.purchase-summary .purchase-summary-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.purchase-summary-column i.fa.fa-credit-card {
    color: #000;
    font-size: 20px;
    margin-top: 19px;
}

.purchase-form .purchase-form-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.purchase-form-column i.fa.fa-credit-card {
    color: #000;
    font-size: 20px;
    margin-top: -5px;
}

