.feature-mbl-bg-icon {
  font-size: 38px!important;
  margin-bottom: 20px;
}
.feature-block {
  display:  flex;
}
.feature-icon {
  float: left;
  height: 50px;
  width: 50px;
  font-size: 50px;
  margin: 0px 20px 0px 0px;
}
.feature-des {
  float: right;
  text-align: left;
}
/********************fix main stale cbo*************************************/
.b-green {
  margin: 10px;
  /* border: 1px solid #E5F1F1; */
  border: 1px solid #9ed6d7;
  border-radius: 8px;
}
.bs-bg {
  background: url(/storage/template/images/bs/bs-bg.svg) bottom right no-repeat;
}
.nervf-g {
  background: linear-gradient(93.19deg, #045C5E 0%, #004241 100%);
}
.color-w {
  color:#fff!important;
}
.green-block {
  padding: 40px 30px;
}
.author img {
  width: 100px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-title-span {
  margin-top:120px!important;
}
@media screen and (max-width: 480px) {
  .main-title-span {
	margin-top: 20px!important;
  }
}
.nervf-contact-section h2 {
  text-align: center;
  padding-bottom: 120px!important;
}
/**************************speaker************************************/
.speakers {
  position: relative;
}
.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.speakers .speaker-item {
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}
.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .speakers .speaker-item .image img {
	width: 100% !important;
  }
}
.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #045C5E;
  opacity: .85;
  transition: .3s ease;
}
.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}
.speakers .speaker-item .content h5 a:hover {
  color: #045C5E;
}
.speakers .speaker-item .content p {
  font-size: 16px;
  margin-bottom: 5px;
}
/************************modal*************************************/
input.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
textarea.custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal-open {
  display: block;
  -webkit-animation-name: openModal;
  animation-name: openModal;
}
.modal__wrapper h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  padding: 40px 0px 60px;
  color: #2B3541;
}
.modal-close {
  -webkit-animation-name: closeModal;
  animation-name: closeModal;
  display: none!important;
}
.modal__close {
  float: right;
  font-family: 'icomoon'!important;
  font-size: 0;
  background-color: transparent;
  padding-top: 10px;
}
.modal__close:after  {
  font-family: 'icomoon'!important;
  font-size: 18px;
  background-color: transparent;
  content: "\ea0f"!important;
  opacity: 0.7;
}
.modal__close:before {
  font-size: 0;
  content: ""!important;
  background-color: transparent;
}
.modal {
  background-color: rgba(4,71,72,.7);
}
.modal__wrapper {
  margin: 0 auto;
  background: #fff;
  width: 520px;
  margin-top: 2%;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .modal__wrapper {
	width: 350px;
	margin-top: 8%;
	padding: 20px;
	margin-bottom: 60px;
  }
  .modal__wrapper h2 {
	font-size: 32px;
	line-height: 36px;
	padding: 20px 0px 40px;
  }
}
.input .custom {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
/***********discont****************/
.discount__btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px 12px;
  background: #fff!important;
  color: #2B3541 !important;
  border: 2px solid #D0D5DD !important;
}
.discount__btn:hover {
  background: #fff !important;
  border-color: #D0D5DD !important;
  color: #0C999C !important;
}
.discount__descriptor {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px!important;
}
.discount__details {
  margin-top: 30px;
}
/**/
/********************contact__form**************************************/
.contact__form {
  width: 100%;
}
.contact-manager {
  width: 300px!important;
  float: right;
  /*background: #f1f1f1;*/
}
.manager__frame {
  margin: 0 auto;
}
.manager__name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.manager__phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  /* text-colors/text-main-light */
  color: #2B3541;
}
.nervf-contact-flex {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 680px) {
  .nervf-contact-flex {
	flex-direction: column-reverse;
  }
  .contact-manager {
	margin-right: 20%;
  }
}
@media (max-width: 360px ) {
  .contact-manager {
	margin-right: 0%;
  }
}
@media (max-width: 395px ) {
  .contact-manager {
	margin-right: 5%;
  }
}
.callback-message {
  font-size: 18px;
}
.form__input:not(:last-of-type) {
  margin-bottom: 2em;
}
.form__input {
  margin: 0;
  margin-bottom: 0px;
}
.modal__input {
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  padding-left: 15px;
}
.modal__input:active, .modal__input:focus {
  outline: none;
  box-shadow: none;
  border-color: #045C5E;
}
.modal__btn {
  width: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px 12px!important;
  /* background: #045C5E!important;*/
  background: #0C999C!important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  color: #fff;
  /*border: 2px solid #f4be34;*/
}
.form__btn {
  background: #0C999C!important;
  color: #fff;
  border: 2px solid #0C999C;
}
.form__btn:hover, .form__btn:focus, .form__btn:active {
  background: #0FC6CA;
  !important;
  border-color: #0FC6CA;
  !important;
}
/********************contact__form__end**************************************/
/**********************mba-section*********************/
.bg-subscribe {
  background: url(../images/mba/background/newsletter-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-speaker {
  background: url(/storage/template/images/mba/background/spaeker-background.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}
.overlay-white:before {
  content: '';
  width: 100%;
  background-color: rgba(255,255,255,0.90)!important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-dark:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-white-slant:before {
  content: '';
  width: 100%;
  margin-left: -45%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.cta-subscribe {
  position: relative;
}
.cta-subscribe .content {
  padding: 70px 0;
}
.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #fff;
}
.cta-subscribe .content h3 {
  color: #fff;
  font-weight: 500;
}
.cta-subscribe .content p {
  color: #fff;
  font-size: 16px;
}
.cta-subscribe .subscribe-button button {
  cursor: pointer;
}
@media (max-width: 767px) {
  .cta-subscribe .subscribe-button {
	margin-bottom: 30px;
  }
}
.bg-ticket {
  background: url(/storage/template/images/mba/background/cta-ticket-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta-ticket {
  position: relative;
}
.cta-ticket .content-block {
  padding: 100px 0;
}
.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: normal;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 38px!important;
}
.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}
.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta-ticket .image-block, .partner_logo {
	display: none;
  }
}
@media screen and (max-width: 480px) {
  .nervf-cover{
	background: none!important;
  }
}