@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700,900";

/***********  Recently Join Sidebar Slider Common Css Start *********** */

a {
  font-weight: 600 !important;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 6px;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.testimonial-slider .slick-slide {
  height: auto !important;
}
.recently-slider .slick-slide {
  height: auto !important;
  padding-bottom: 0px;
}
.event-slider .slick-slide {
  height: 470px;
}
.agent-news .slick-slide {
  height: auto !important;
}
img {
  width: 100%;
  height: auto;
}

img.img-responsive {
  max-width: 300px;
}

.navbar-brand > img {
  width: 100%;
  display: block;
  max-width: 200px;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next:before,
[dir="rtl"] .slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/***********  Recently Join Sidebar Slider Common Css END *********** */

/**************Agent News Sidebar Slider Common Css**********************/
.agent-video-news .slick-slide {
  height: auto !important;
}

.agent-news-btn {
  text-align: center;
}
.recent-heading h2 {
  margin-bottom: 1rem;
}
.container.agent-video {
  padding-top: 20px !important;
  border-top: 1px solid #ddd;
  margin-top: 10px !important;
}
.single-contact-area.mb-50.rightbar-recentjoin.agent-news-sidebar {
  margin-bottom: 2rem !important;
}
/*********Agent News Sidebar Slider Common Css END***********/

/***********  Bootstrap COMMON css START  *********** */

.innertext h5 {
  font-size: 17px;
}
#become-expert-bottom body {
  line-height: 0 !important;
}

.section-block {
  padding: 30px 0px 30px 0px !important;
}
.tool-thankyou {
  text-align: center;
  font-size: 22px;
  color: #333;
  line-height: 27px;
  margin: 10px 0;
}

.wid-event-main h2 {
  font-size: 19px;
  margin: 0px 0 15px 0;
}
.wid-event-main .widget-event-icon {
  float: left;
  margin-right: 10px;
  padding-top: 3px;
  width: 13px;
}

.wid-event-main .eve-details-btn.widget {
  margin-bottom: 22px;
}

.single-contact-content.d-flex.align-items-center .text .fa {
  font-size: 23px;
  margin-right: 10px;
  color: #fff;
  margin-top: 7px;
}
.btn.btn-success a {
  color: #fff;
}
.recent-joined .form-group.input-group.col-sm-4.col-md-4.col-xs-4 {
  display: inline !important;
}

#event_data_form .btn.btn-primary a {
  color: #fff;
}

.col-md-6.col-sm-6.col-xs-12.single-event-center {
  margin: 0 auto;
}

#eventData #event_data_form .panel.panel-default {
  margin-left: 0;
}

#eventData #event_data_form .panel.panel-default .panel-body {
  padding-left: 0;
}

#eventData
  #event_data_form
  .panel.panel-default
  .col-xs-12.bottom
  .col-xs-12.col-sm-12.emphasis {
  padding-left: 0;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.even-reg {
  margin-top: 1rem;
}

#eventData #event_data_form .panel.panel-default {
  margin-left: 0;
  margin-bottom: 21px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
}

.single-contact-area.mb-50.rightbar-event .wid-event-main {
  padding: 2px;
}

.single-contact-area.mb-50.rightbar-event .wid-event-main .wid-eve-cont {
  color: #010101;
  float: left;
  font-size: 15px;
}

/*.col-xs-12.col-sm-12.wid-event-sub.emphasis .btn.btn-primary {
	max-width: 280px !important;
	width: 100%;
	margin-top: 33px;
	color: #fff;
}*/

.col-xs-12.col-sm-12.wid-event-sub.emphasis .btn.btn-primary a {
  color: #fff !important;
}
.single-contact-area.mb-50.rightbar-recentjoin .btn.btn-primary {
  padding: 10px 15px !important ;
}

.single-contact-area.mb-50.rightbar-event .wid-event-main li {
  width: 100%;
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 2px;
}
.single-contact-area.mb-50.rightbar-event
  .wid-event-main
  li.eve-details-btn.widget {
  margin: 10px 0 15px 0;
}

.tool-thankyou2 {
  text-align: center;
  color: #1e9ddf;
  margin: 10px 10px 40px 10px;
  font-size: 21px;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading {
  padding: 0 !important;
  margin: 0;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading h3 {
  margin: 15px 0 15px 0;
  font-size: 22px;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading {
  margin-top: 0 !important;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.col-md-12.col-sm-12.col-xs-12.form-group.has-feedback.seven {
  margin-bottom: 12px !important;
}

#assess_business .col-md-4.col-sm-4.col-xs-12.form-group.has-feedback {
  margin-bottom: 0;
}
#assess_business .col-md-3.col-sm-3.col-xs-12.form-group.has-feedback {
  margin-bottom: 0;
}
#ba_form p {
  margin-bottom: 0.9rem;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading.three {
  margin-bottom: 14px !important;
}
.form-group.input-group.col-sm-12.col-md-12.col-xs-12.ba-heading.four {
  margin-bottom: 14px !important;
}

.newsletter-area #training_thanku {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 0;
  float: left;
  margin-bottom: 23px;
}
.newsletter-area #training_thanku .tool-thankyou2 {
  margin-bottom: 17px;
}

.newsletter-area #training_thanku .tool-thankyou2 {
  font-size: 19px;
}
.newsletter-area #training_thanku .tool-thankyou {
  font-size: 21px;
}
/***********  Bootstrap COMMON css END  *********** */

.classynav ul li.megamenu-item > a::after,
.classynav ul li.has-down > a::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.tool-btn.tool-btn-arrw {
  background-color: transparent;
  color: #333;
  font-size: 18px;
  width: auto;
  padding: 5px 17px;
  height: auto;
  border: 1px solid #fff;
}

.tool-btn.tool-btn-arrw:hover {
  border: 1px solid #ccc;
}

.tool-btn.tool-btn-arrw .fa.fa-angle-left {
  font-size: 31px;
  float: left;
  margin-top: -3px;
  margin-right: 13px;
}

.tool-btn.tool-btn-arrw .fa.fa-angle-right {
  font-size: 31px;
  float: right;
  margin-top: -3px;
  margin-left: 13px;
}

/***********  Free Training Tips bottom Widget TOOL css START  *********** */

/*.newsletter-area.bg-img.jarallax {
	padding: 45px 0;
}*/

.newsletter-area.bg-img.jarallax .container {
  padding-bottom: 30px;
  padding-top: 30px;
}

.newsletter-area {
  /*	position: relative;*/
  z-index: 3;
}

#training_thanku h5 {
  color: #fff;
  line-height: 20px;
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1140px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-lg-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.newsletter-area .nl-content {
  position: relative;
  z-index: 1;
  padding: 0px 0;
}

#notify_focus {
  visibility: hidden;
  height: 3px;
}
.text-center {
  text-align: center !important;
}

.newsletter-area .nl-content h2 {
  color: #fff;
  margin-bottom: 25px;
  display: block;
  font-weight: 400;
  font-size: 30px;
}

.newsletter-area.bg-img.jarallax h2 {
  margin-bottom: 4px;
  font-size: 41px;
  font-weight: 500;
}
.newsletter-area.bg-img.jarallax p {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center !important;
}

.newsletter-area .nl-content p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.required-field {
  font-size: 15px;
  color: #fff;
  padding-bottom: 11px;
}
.newsletter-area .nl-content form {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.newsletter-area.bg-img.jarallax .col-md-6.col-xs-12 {
  margin: 9px 0;
}

.newsletter-area .nl-content form input {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-style: italic;
  padding: 0 20px;
  color: #111;
}
.col-md-12.col-xs-12.homesubmit {
  text-align: center;
  margin: 25px 0 25px 0;
}

.tool-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 112px;
  height: 45px;

  border: none;
  border-radius: 8px;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  margin: 5px;
}

.become-expert-bottom {
  height: 480px !important;
}

.contact--area .contact-content .single-contact-content p {
  word-break: normal !important;
}

.single-contact-content.d-flex.align-items-center.cl-name {
  margin-bottom: 0 !important;
}

.single-contact-content.d-flex.align-items-center.cl-name p {
  font-size: 22px !important;
  margin: 0 0 5px 0 !important;
  line-height: normal !important;
}
.single-contact-content.d-flex.align-items-center.cl-desg {
  margin: 0 !important;
}
.single-contact-content.bot.align-items-center img {
  box-shadow: 0 0 8px #333;
  border: 4px solid #fff;
  width: 100%;
  max-width: 150px;
}
.single-contact-content.d-flex.align-items-center.cl-com {
  margin: 0 !important;
}

.single-contact-content.d-flex.align-items-center.cl-desg p {
  font-size: 16px !important;
  font-style: italic !important;
  margin: 0 0 0px 0 !important;
}

.single-contact-content.d-flex.align-items-center.one.cl-addr .con-phone {
  word-break: normal !important;
}
.single-contact-content.d-flex.align-items-center.cl-com p {
  font-size: 18px !important;
  margin: 10px 0 12px 0 !important;
}

/*/////    Broker Vcard List Design CSS START //////*/
.main-broker .main_admin {
  /*	display: inline-block;*/
  margin: 15px auto;
  text-align: center;
}

.main-broker .broker-img {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px 0 !important;
}
.main-broker .broker-img .img-responsive.note-float-left {
  box-shadow: 0 0 2px #ccc;
  border: 1px solid #fff;
}

.main-broker .broker-name {
  display: block;
  margin: 5px 0 0px 0 !important;
}
.broker-add .broker-name {
  width: 100%;
  text-align: center;
  margin: 17px 0 5px 0 !important;
}

.broker-add .broker-jobtitle {
  width: 100%;
}

.broker-add .broker-company {
  /* display: inline-block; */
  width: 100%;
}

.broker-add .broker-company h5 {
  margin-bottom: 11px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.broker-add .broker-jobtitle .recently_joined_cname {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px !important;
}

.broker-add .broker-office {
  padding: 5px 0;
}
.broker-add .broker-company {
  display: inline-block;
}

.broker-add .broker-company h5 {
  margin-bottom: 10px;
  text-align: center;
  color: #444;
}

.broker-jobtitle {
  display: block;
  text-align: center;
}

.main-broker .broker-phone h5 {
  font-size: 14px;
}
.broker-add h5 {
  font-size: 14px;
}

.main-broker .broker-phone {
  display: block;
  text-align: center;
}
.broker-add .broker-office,
.broker-add .broker-phone,
.broker-add .broker-mobile,
.broker-add .broker-email,
.broker-add .broker-socail {
  padding: 3px 0;
  width: 100%;
  text-align: center;
}
.form-group.col-sm-4.col-md-4.col-xs-4.main_admin.broker-add-list {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.main-broker .broker-name h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.broker-email h5 a {
  color: #eb1e30;
}

.broker-office p {
  margin-bottom: 10px;
  text-align: center !important;
  margin-top: 5px;
}
.broker-phone.one {
  padding: 0 5px;
}

.broker-email {
  padding: 5px 0 !important;
}

.broker-add .broker-socail p {
  text-align: center !important;
}

.broker-add .broker-socail p img {
  margin: 4px 2px;
}
.form-group.col-sm-12.col-md-12.col-xs-12.broker-add {
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-top: 0;
}

.broker-socail {
  border-top: 1px solid #eee;
  padding-top: 10px !important;
}

.broker-add-list-inn {
  background-color: #f8f8f8;
  padding: 10px;
  margin: 8px 0;
}

.main_admin.broker-add {
  padding-bottom: 15px;
}

#analyzeloader img {
  width: 50px;
  margin-right: 17px;
  margin-bottom: 10px;
}

#analyzeloader {
  width: 100%;
  text-align: center;
}

.form-group.col-sm-6.col-md-6.col-xs-12.event-btn-col {
  text-align: right;
}
#event_data_form {
  width: 600px;
}

#event_data_form .form-group.col-sm-3.col-md-3.col-xs-12 {
  padding-left: 0;
  margin-bottom: 30px;
}

.form-group.col-sm-6.col-md-6.col-xs-12.event-btn-col
  .btn.btn-success.event-cal-btn {
  margin-left: 12px;
}

.form-group.col-sm-6.col-md-6.col-xs-12.event-btn-col
  .btn.btn-success.event-cal-btn {
  margin-left: 12px;
  background: #007bff !important;
  border-color: #007bff !important;
  box-shadow: none !important;
}

.form-group.input-group.col-md-12.col-xs-12.even-btn-reg {
  padding-left: 0;
}

.fc-toolbar .fc-right {
  padding-top: 9px !important;
}

.form-group.col-sm-6.col-md-6.col-xs-12.event-btn-col
  .btn.btn-success.event-cal-btn:hover,
.form-group.col-sm-6.col-md-6.col-xs-12.event-btn-col
  .btn.btn-success.event-cal-btn:focus {
  margin-left: 12px;
  background: #0069d9 !important;
  border-color: #0069d9 !important;
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .main-broker .broker-name h5 {
    font-size: 15px !important;
  }
  .broker-add .broker-jobtitle .recently_joined_cname {
    font-size: 13px !important;
  }
  .broker-add h5 {
    font-size: 12px !important;
  }

  .broker-add .broker-socail p img {
    margin: 4px 0 !important;
  }
}

/*/////    Broker Vcard List Design CSS END //////*/

.terms {
  display: none !important;
}
.privacy-policy {
  display: none !important;
}
.disclaimer {
  display: none !important;
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  .become-expert-bottom {
    height: 722px !important;
  }

  .newsletter-area.bg-img.jarallax .col-12.col-sm-10.col-lg-8 {
    margin: 0 !important;
    padding: 0;
  }
  .newsletter-area.bg-img.jarallax h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: normal;
  }

  .tool-btn {
    width: 99px;
  }
}
@media only screen and (min-width: 260px) and (max-width: 480px) {
  .newsletter-area.bg-img.jarallax h2 {
    font-size: 25px;
  }
}
/***********  Free Training Tips bottom Widget TOOL css END  *********** */

/***********  Testimonials bottom Widget TOOL css START  *********** */

.testimonials {
  background-color: transparent;
  padding-top: 80px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.mb-100 {
  margin-bottom: 50px !important;
}

#rightbar_content {
  margin-top: 25px;
}
#rightbar_content {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 30px !important;
}

.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.section-heading .line {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #ee1b2c;
  margin-bottom: 20px;
}

.testimonials .section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonials .section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
  display: none;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.testimonials {
  /*  background-color: #f8f8f8; */
  padding-top: 15px;
}

.miscellaneous-area.section-padding-100-0
  .col-md-12.col-sm-12.col-xs-12.text-center {
  margin: 15px 0 15px 0 !important;
}

.testimonials:after {
  /*  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;*/
}

#customers-testimonials .item-details {
  background-color: #efefef !important;
  color: #111 !important;
  padding: 20px 10px;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 8px;
  /*	word-break: break-all;*/
}
.testmonial-arrow {
  border-color: #efefef transparent transparent transparent !important;
}
.testimonials {
  background-color: transparent;
  padding-top: 80px;
  width: 100%;
  display: block;
}

#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
  padding: 0 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 20px;
}

.owl-carousel .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.owl-carousel {
  position: relative;
}

.testmonial-item-name {
  color: #ee1b2c;
  font-weight: 600;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 41px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 25px;
  color: #000;
  border: 3px solid #ddd;
  text-align: center;
  font-weight: bold;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.owl-item.center > div .testmonial-item-bxx {
  background: #90278e;
  border: 1px solid #90278e;
  cursor: auto;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.owl-item.active.center .item .item-details {
  border: 0px solid #90278e !important;
  cursor: auto;
}

.testmonial-item {
  position: relative;
  display: inline-block;
}

.testmonial-item-bxx {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 30px 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  margin: 30px 0px 60px 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.testmonial-arrow {
  position: absolute;
  /*	bottom: -25px;*/
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 20px 0 0;

  display: none;
}

.testmonial-item-bxx-img {
  /*opacity: 0;*/
  opacity: 1;
}

.testmonial-item-bxx-img {
  margin-top: 32px;
  text-align: left;
}

.testmonial-item-img {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}
.testmonial-item-img img {
  border-radius: 100%;
  width: 75px !important;
  height: 75px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.testmonial-item-name {
  display: inline-block;
  transform: translateY(-18px);
  margin-left: 15px;
}

.testmonial-item h4 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 2px 0px;
}

.testmonial-item span {
  color: #90278e;
  font-size: 13px;
  font-weight: 500;
}

.testmonial-item p {
  color: #333;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
}

.owl-item.center > div .item {
  background: #90278e;
  border: 1px solid #90278e;
  cursor: auto;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}
.owl-item.center > div .testmonial-item-bxx-img {
  opacity: 1;
}
.owl-item.center > div .testmonial-arrow {
  display: block;
}
.owl-item.center > div p {
  color: #fff;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 15px 0;
}
.schedule-h3 {
  font-size: 25px;
  margin: 10px 0;
}
.schedule-h4 {
  font-size: 22px;
  font-weight: 600 !important;
}
.text-white {
  color: #fff !important;
}
.text-lg-right {
  text-align: right !important;
}
.btn-light {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 35px;
  font-weight: 600 !important;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn-light:hover {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-size: 16px !important;

  text-transform: uppercase !important;
  padding: 16px 44px !important;
  border-radius: 35px !important;
  font-weight: 600 !important;
  border: 0;
  position: relative;
  z-index: 1;
}
.newsletter-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(https://www.app.therealrecruiter.com/TOOL_ASSET/bootstrap/images/dotted-bg.png);
}
.overlay-primary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e84444;
  opacity: 0.6;
}
.testmonial-item-name h4 {
  color: #222 !important;
  font-weight: 500;
  margin-top: 14px;
  font-size: 19px;
}

.testmonial-item-bxx-img .testmonial-item-name span {
  font-size: 15px;
  color: #777;
}

iframe.success_bottom {
  height: 475px !important;
}
.contact--area.contact-page .contact-content #contact_us_thanku {
  background-color: #fff;
}

.contact--area.contact-page .contact-content #contact_us_thanku .tool-thankyou {
  color: #333 !important;
  font-size: 14px;
  line-height: normal;
  padding-top: 16px;
  font-weight: 600;
}

.contact--area.contact-page
  .contact-content
  #contact_us_thanku
  .tool-thankyou2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.contact--area.contact-page
  .contact-content
  #contact_us_thanku
  .tool-thankyou2 {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 9px;
  padding-bottom: 21px;
}
.contact--area.contact-page .contact-content #contact_us_thanku {
  background-color: #fff;
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  .section-heading.text-center.mb-100 {
    margin-bottom: 30px !important;
  }

  iframe.success_bottom {
    height: 490px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  iframe.success_bottom {
    height: 530px !important;
  }
  #event_data_form {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .testimonials {
    /* background-color: #f8f8f8; */
    padding-top: 20px;
  }

  iframe.success_bottom {
    height: 466px !important;
  }

  .owl-carousel {
    width: 75% !important;
    margin: 0 auto !important;
  }
  #event_data_form {
    width: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .section-heading.text-center.mb-100 {
    margin-bottom: 45px !important;
  }

  .testimonials .container .col-sm-12 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    margin: 0 auto;
  }
  iframe.success_bottom {
    height: 550px !important;
  }

  #event_data_form {
    width: auto;
  }
}

/***********  Testimonials bottom Widget TOOL css END  *********** */

/***********  Training Schedule bottom Widget TOOL css START  *********** */

.events_bottom {
  height: 720px !important;
}

#captchacal {
  height: 45px;
}
.input-group .has-float-label select.form-control {
  opacity: 0.9;
}

#form_valerror_msg {
  margin-bottom: 0;
}
.testmonial-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ececec;
  margin: 15px 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.testmonial-box img {
  border: 2px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}

#back {
  text-align: right;
  display: inherit;
}
.event-title.inner {
  color: #ee1b2c;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.event-inn-sel label {
  font-size: 15px !important;
  color: #ee1b2c;
}

.testmonial-box h5 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.testmonial-box h6 {
  margin: 5px 0 4px 0;
  font-size: 14px;
}

.miscellaneous-area.section-padding-100-0 .testmonial-box h6 {
  color: #000 !important;
}

.testmonial-box h6.fot-tran-address {
  margin: 10px 0 18px 0;
  color: #444 !important;
  font-size: 14px;
}

.events_bottom body {
  background-color: #f9f9f9 !important;
}

/*.form-group .btn {
	min-width: 111px;
	margin: 15px 5px 15px 0px;
	background-color: #ee1b2c;
	border-color: #ee1b2c;
	text-transform: uppercase;
	font-weight: 600;
}

.form-group .btn:hover {
	min-width: 111px;
	margin: 15px 5px 15px 0px;
	background-color: #333;
	border-color: #333;
	text-transform: uppercase;
	font-weight: 600;
}*/

.col-centered .col-sm-10.col-md-6.col-xs-12.form-btn {
  padding-left: 2px;
  margin: 10px 0;
}

.testmonial-box span {
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 500;
}
.testmonial-box span:before {
  content: "●";
  color: #90278e;
  font-size: 15px;
  margin-right: 5px;
}

.testmonial-box .tool-btn {
  width: auto;
}

.testmonial-box .tool-btn a {
  color: #fff;
  font-size: 14px;
  padding: 0 17px;
}

.testmonial-box .tool-btn {
  width: auto;
  /* background-color: #333; */
  height: 36px;
}
.testmonial-box .tool-btn a {
  color: #fff;
  font-size: 14px;
}
.testmonial-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-top: 10px;
}

.button-md {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 25px 13px 25px;
}

.miscellaneous-area.section-padding-100-0 {
  padding: 15px 0;
  background-color: #f7f7f7;
}

.single-contact-content.d-flex.align-items-center .text p {
  /*	word-break: break-all;*/
  line-height: normal;
  /* padding-bottom: 4px; */
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  .events_bottom {
    height: 1328px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .events_bottom {
    height: 1178px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  .events_bottom {
    height: 1134px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .events_bottom {
    height: 769px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .events_bottom {
    height: 697px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
  .newsletter-area.overlay-primary.bg-img.jarallax .col-lg-8 {
    width: 100% !important;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsletter-area.overlay-primary.bg-img.jarallax
    .col-lg-4.text-lg-right.align-self-center {
    text-align: center !important;
    margin-top: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  .events_bottom {
    height: 682px !important;
  }
}

/***********  Training Schedule bottom Widget TOOL css END  *********** */

/***********  Interactive Businessplan  TOOL css START  *********** */

.col-md-8.col-sm-12.col-xs-12 .col-sm-12.col-md-12.col-xs-12 {
  padding: 0;
}

.section-block .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-control {
  border: 1px solid #becdd7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
}

input {
  -webkit-appearance: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ba.buss-plan {
  height: 2250px !important;
}

#contactUsfrm .form-control {
  border-radius: 0.25rem;
  border: 1px solid #333;
}

.toolform-heading {
  margin: 25px 0 10px 0;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12 p {
  font-size: 14px;
}
.toolform-heading {
  margin: 15px 0 15px 0;
  font-size: 22px;
}
/*.col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page .form-group.input-group.col-sm-12.col-md-12.col-xs-12 .form-group {
	margin-bottom: 4px;
}*/

.col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page {
  padding: 0;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12 {
  padding: 0;
}
.form-group.input-group.col-sm-12.col-md-12.col-xs-12 {
  margin-bottom: 1.5rem;
}

#cost_analyzer {
  margin-bottom: 0;
}

.form-group.input-group.col-sm-12.col-md-12.col-xs-12
  .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pl-sm-0 {
  margin-bottom: 0rem;
}
.form-group.input-group.col-sm-12.col-md-12.col-xs-12
  .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pr-0 {
  margin-bottom: 0;
}
.form-group.input-group.col-sm-12.col-md-12.col-xs-12 .form-group .form-group {
  margin-bottom: 0;
}

.has-float-label label,
.has-float-label > span {
  font-weight: 500;
  color: #000;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 15px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #becdd7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  padding: 15px;
}

#contact_us_form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #becdd7;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact_us_form .form-control:focus {
  border: 1px solid red;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
}

.form-control:focus {
  border: 1px solid red;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
}

#form_valerror_msg p {
  font-size: 15px;
  color: red;
  font-weight: 500;
  margin: 0;
}

.newsletter-area.bg-img.jarallax #form_valerror_msg p {
  text-align: center;
  display: block;
  width: 100%;
}
.newsletter-area.bg-img.jarallax #form_valerror_msg {
  text-align: center;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-weight: 500 !important;
  color: #000 !important;
}

@media only screen and (min-width: 260px) and (max-width: 640px) {
  .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pl-sm-0 {
    padding: 0;
  }
}

@media only screen and (min-width: 260px) and (max-width: 680px) {
  .col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page
    .form-group.input-group.col-sm-12.col-md-12.col-xs-12
    .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pl-sm-0 {
    width: 100%;
    padding: 0;
    margin-bottom: 11px;
  }
  .ba.buss-plan {
    height: 3300px !important;
    margin-bottom: 25px;
  }
  .toolform-heading {
    margin: 10px 0 10px 0;
    font-size: 18px;
  }

  .col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page
    .has-float-label
    .form-control:placeholder-shown:not(:focus)
    + * {
    font-size: 81%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .pl-sm-0,
  .px-sm-0 {
  }
  .col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page
    .form-group.input-group.col-sm-12.col-md-12.col-xs-12
    .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pl-sm-0 {
    padding-left: 0 !important;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .ba.buss-plan {
    height: 2500px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 4100px) {
  .ba.buss-plan {
    height: 1971px !important;
  }
}

/***********  Interactive Businessplan  TOOL css END  *********** */

/***********  SOI  TOOL css START  *********** */

iframe.soi {
  height: 550px;
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  iframe.soi {
    height: 850px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  iframe.soi {
    height: 900px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  iframe.soi {
    height: 850px;
  }
}

/***********  SOI css END  *********** */

/***********  TMA css START  *********** */

iframe.tma {
  height: 700px;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  iframe.tma {
    height: 1220px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page
    .form-group.input-group.col-sm-12.col-md-12.col-xs-12
    .form-group.col-sm-6.col-md-6.col-xs-12.pl-0.pl-sm-0 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  iframe.tma {
    height: 870px;
  }
}

/***********  TMA css END  *********** */

/***********  Schedule form Tool css START  *********** */

iframe.schedule-appoint {
  height: 965px;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  iframe.schedule-appoint {
    height: 1200px;
  }
}

/***********  Schedule form Tool css END  *********** */

/***********  Contact FORM css START  *********** */

#contact_us_form .form-control {
  height: 49px;
}

#contact_us_form
  .has-float-label
  .form-control:placeholder-shown:not(:focus)
  + * {
  top: 1.1em;
  font-size: 15px;
}

#contactUsfrm .form-group.col-sm-8.col-md-8.col-xs-12 {
  margin-bottom: 30px;
}
iframe.contact-us {
  height: 523px !important;
  margin-bottom: 6px;
}

#form_valerror_msg {
  margin-bottom: 5px;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  #contactUsfrm .form-group.col-sm-8.col-md-8.col-xs-12 {
    margin-bottom: 10px;
  }
}

/***********  Contact FORM css END  *********** */

/***********  Training ScheduleM css START  *********** */

#schedule_form textarea {
  height: 67px;
}

#ba_form textarea {
  height: 67px;
}

@media screen and (-moz-images-in-menus: 0) {
}

.col-md-12.col-sm-12.col-xs-12.fullwidth_pagetools {
  padding: 0;
}

.form-group.input-group.col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page.trai-schedule
  .col-md-6.col-sm-6.col-xs-12.form-group.input-group {
  padding-left: 0;
  margin-bottom: 15px;
}

.form-group.input-group.col-md-12.col-sm-12.col-xs-12.ba-new-form.biz-plan-page.trai-schedule
  .col-md-6.col-sm-6.col-xs-12.form-group.pull-right.top_search {
  padding-right: 0;
}

.col-md-6.col-sm-6.col-xs-12.form-group.pull-right.top_search
  .form-control.event_search {
  margin-top: 7px;
  height: 43px;
}

.tool-btn.eve-tool-btn {
  width: auto;
  min-width: auto;
  /*color: #fff !important;*/
}

.tool-btn.eve-tool-btn a {
  color: #fff;
}

.tool-btn.eve-tool-btn {
  padding: 4px 24px;
  height: 40px;
  margin-bottom: 19px;
  margin-left: 0;
}

li.eve-details img {
  max-width: 300px;
}

#event_data_form .panel-body {
  padding: 6px;
}
#event_data_form .panel-body li {
  padding: 5px 0;
}

#event_data_form .panel-body li.eve-name {
  padding-left: 5px;
}

#event_data_form .panel-body li.eve-time {
  padding-left: 5px;
}

#event_data_form .panel-body li.eve-location {
  padding-left: 5px;
}

#eventData
  #event_data_form
  .panel.panel-default
  .panel-body
  .col-xs-12.col-sm-12.emphasis.collapse {
  padding: 15px 0;
}

#eventData #event_data_form .panel.panel-default .panel-body #frmEvent {
  margin: 15px 0;
}

#eventData
  #event_data_form
  .panel.panel-default
  .panel-body
  .form-group.input-group.col-md-12.col-xs-12.even-btn-reg {
  padding: 0;
}

/*.tool-btn.eve-tool-btn.two {
	background-color: #444;
}


.tool-btn.eve-tool-btn.two:hover {
	background-color: #222;
}*/

iframe.training-schedule {
  height: 2700px;
}
#ba_form p {
  margin-bottom: 1.2rem;
}

.load-more.load-more-right.form-group.input-group.col-md-12.col-sm-12.col-xs-12 {
  text-align: right;
}

.buss-asses-note.req-ba {
  font-weight: 500;
  margin-top: 27px;
}

#assess_business {
  font-weight: 500;
}

/*#ba_form .six .col-md-4:nth-child(2) {
	padding-left: 0 !important;
}

#assess_business .form-group.input-group.col-md-12.col-sm-12.col-xs-12 {
	padding-left: 0 !important;
}
*/

@media only screen and (min-width: 240px) and (max-width: 767px) {
  .tool-btn.eve-tool-btn {
    padding: 4px 15px;
    height: 40px;
    margin-bottom: 19px;
    margin-left: 0;
    font-size: 15px;
  }

  iframe.training-schedule {
    height: 3933px;
    margin-bottom: 35px;
  }

  .col-md-6.col-sm-6.col-xs-12.form-group.pull-right.top_search
    .form-control.event_search {
    margin-top: 7px;
    height: 43px;
    border-radius: 0.25rem;
  }

  .col-md-6.col-sm-6.col-xs-12.form-group.pull-right.top_search {
    padding: 0;
  }

  #event_data_form h2 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  iframe.training-schedule {
    height: 3650px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
  iframe.training-schedule {
    height: 3350px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  iframe.training-schedule {
    height: 2850px;
  }
}

/***********  Training ScheduleM css END  *********** */

/***********  Business Assess css Start  *********** */

/*.col-md-12.col-sm-12.col-xs-12.form-group.has-feedback.one .col-md-6.col-sm-6.col-xs-12.form-group.has-feedback {
	padding-left: 0 !important;
}

.col-md-12.col-sm-12.col-xs-12.form-group.has-feedback.two .form-group.col-md-6.col-sm-6.col-xs-12.has-feedback {
	padding-left: 0 !important;
}


.col-md-12.col-sm-12.col-xs-12.form-group.has-feedback.three .col-md-6.col-sm-6.col-xs-12.form-group.has-feedback {
	padding-left: 0 !important;
}

#ba_form .form-group.input-group.col-sm-12.col-md-12.col-xs-12.tool_btn_main {
	padding-left: 0 !important;
}*/

.form-group.input-group.col-sm-12.col-md-12.col-xs-12.tool_btn_main {
  padding-left: 0 !important;
  margin-top: 8px !important;
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  iframe.ba {
    height: 3512px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  iframe.ba {
    height: 2500px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  iframe.ba {
    height: 2450px;
  }
}

/*********** Business Assess css END  *********** */

/*********** Previous Next css START  *********** */

@media only screen and (min-width: 260px) and (max-width: 640px) {
  .load-more.load-more-right.form-group.input-group.col-md-12.col-sm-12.col-xs-12 {
    text-align: center;
  }
}

/*********** Previous Next css END  *********** */

/*********** Success Stories css START  *********** */

.succ-main {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.succ-main .success-title {
  margin-bottom: 15px;
}
.succ-text {
  font-weight: 400;
}
.success-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.success-title img {
  width: 100%;
  max-width: 150px;
}

.preloader img {
  width: 100%;
  max-width: 200px;
}
img.mb-30 {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.succ-main ul {
  margin: 15px 0px 15px 15px;
  padding: 0;
}

.succ-main ul li {
  list-style: none;
  margin: 0px 0px 15px 15px;
  display: inline-flex;
}

.succ-main ul li::before {
  content: "\f0da";
  position: relative;
  top: 2px;
  left: -11px;
  margin: 0;
  display: inline-block;
  color: #333;
  font: normal normal normal 17px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  -moz-osx-font-smoothing: grayscale;
}

.succ-main ol {
  margin: 15px 0px 15px 15px;
  padding: 0;
}

.succ-main ol li {
  list-style: decimal !important;
  margin: 0px 0px 15px 15px;
}
.succ-main .success-title span {
  color: #333;
}

.formright.age-news-right .link {
  font-size: 16px;
  color: #000 !important;
}

/*
iframe.success-stories {
	    height: 1000px ;
   
}*/

@media only screen and (min-width: 260px) and (max-width: 767px) {
  iframe.success-stories {
    height: 2000px !important;
  }

  .container-inn {
    margin-top: 26px !important;
  }
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
  iframe.success-stories {
    height: 2000px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  iframe.success-stories {
    height: 1669px !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
  iframe.success-stories {
    height: 1431px !important;
  }
}

/*********** Success Stories css END  *********** */

/*********** FREE REPORT  css START  *********** */

/*.free-report {
	height: 536px;
	overflow-y: scroll;
	padding-bottom: 50px;
}*/

.report-links ul .collapse {
  padding: 15px 0;
}
.report-links ul li a {
  color: #000 !important;
  font-size: 16px !important;
}
/*.col-md-8.col-sm-12.col-xs-12 {
	padding-top: 25px;

}*/
.form-inn.age-news {
  margin: 15px 0;
}
.report-links ul {
  list-style: none;
  padding: 1px 0;
}

#ba_form #form_valerror_msg {
  margin: 0;
  height: auto;
}
#ba_form #form_valerror_msg p {
  margin: 0;
}

/*********** Rightbar-Recently  css START  *********** */
.single-contact-area.mb-50.rightbar-recentjoin .container {
  width: 100%;
  padding: 0;
}

.col-xs-12.col-sm-12.col-md-12.wid-recently-main {
  padding: 0;
}

.col-xs-12.col-sm-12.col-md-12.slick-slide {
  padding-left: 11px;
  padding-right: 10px;
}
.rec-join-tit {
  font-size: 17px !important;
  margin: 0;
  padding-bottom: 5px;
}

.recently_joined_cname {
  font-size: 14px !important;
}

.single-contact-area.mb-50.rightbar-recentjoin {
  margin-bottom: 0 !important;
  background-color: #efefef;
  padding: 10px 10px 5px 10px;
}

.single-contact-area.mb-50.rightbar-recentjoin .recent-heading {
  text-align: left;
  padding-top: 15px;
  padding-left: 12px;
}
.single-contact-area.mb-50.rightbar-recentjoin .btn.btn-primary {
  margin-bottom: 26px;
}

.single-contact-area.mb-50.rightbar-recentjoin .btn.btn-primary:hover {
  opacity: 0.8;
}

.single-contact-area.mb-50.rightbar-recentjoin .btn.btn-primary a {
  color: #fff;
}

/***********  Rightbar-Recently  css START  *********** */

/*********** FREE REPORT  css END  *********** */

.recently-joined {
  height: 1000px;
}

.recently_joined_name {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  margin-bottom: 2px;
}

.recently_joined_cname {
  font-size: 15px;
  font-weight: 500;
}
#recentlyData .row {
  width: 100%;
}

/*********** AGENT NEWS  css START  *********** */

iframe.agent-news {
  height: 500px;
}

.report-links ul li {
  margin: 15px 0;
  background-color: #f5f5f5;
  padding: 15px;
}
.report-links ul li li {
  margin: 0px 0 15px 0;
  padding: 0;
}

.report-links ol li li {
  margin: 0px 0 15px 0;
  padding: 0;
}
.report-links ul li ol {
  margin-bottom: 15px;
}

.report-links ul li ul {
  margin-bottom: 15px;
}

.report-links ul li a {
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.report-links ul li a span {
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  #recentlyData
    .form-group.input-group.col-sm-4.col-md-4.col-xs-4
    .form-group.col-sm-12.col-md-12.col-xs-12 {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  .owl-carousel {
    display: none;
    width: 75%;
    z-index: 1;
    margin: 0 auto;
  }

  @media only screen and (min-width: 1300px) and (max-width: 1500px) {
  }
  @media only screen and (min-width: 280px) and (max-width: 540px) {
    #rightbar_content {
      margin-top: 25px !important;
    }

    #schedule_bottom
      .newsletter-area.overlay-primary.bg-img.jarallax
      .row.justify-content-between
      .col-lg-8 {
      width: 100% !important;
      flex: 100% !important;
      max-width: 100%;
      text-align: center;
      margin: 10px 0 !important;
    }
  }

  /*********** AGENT NEWS  css END  *********** */

  .scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
  }
  .scroll {
    position: absolute;
    right: 20px;
    bottom: 46px;
    background: #222;
    padding: 5px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .scroll:hover {
    background: #555;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .scroll:hover .fa {
    padding-top: -10px;
  }
  .scroll .fa {
    font-size: 23px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
  }

  @media only screen and (min-width: 300px) and (max-width: 767px) {
    #about .btn.btn-main.mt-20 {
      font-size: 12px;
      padding: 11px;
    }
  }

  @media only screen and (min-width: 200px) and (max-width: 767px) {
    .newsletter-area.bg-img.jarallax .container {
      padding-bottom: 30px;
      padding-top: 30px;
    }

    #customers-testimonials.owl-carousel {
      width: 80% !important;
      z-index: 1;
      margin: 0 auto !important;
    }
    .btn-light {
      font-size: 13px;
    }
    .newsletter-area.overlay-primary.bg-img.jarallax .col-lg-8 {
      display: block !important;
      width: 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin: 5px;
      text-align: center !important;
    }

    .owl-carousel {
      position: relative;
      width: 300px;
      margin: 0 auto;
    }

    .testimonials {
      background-color: transparent;
      padding-top: 80px;
      width: 300px !important;
      display: block !important;
      margin: 0 auto !important;
    }
    .form-control {
      height: calc(2.25rem + 15px) !important;
    }
  }
}
