@charset "utf-8";

/* CSS Document */

aside header h2,
.home-content .header h2,
aside header .head,
.home-content .header .head {
  font-weight: bold;
}

aside header h2 a:hover,
section header h2 a:hover {
  color: #f35928 !important;
}

aside header,
section header {
  height: 39px;
}
.add-homepage-blog {
  color: #fff;
  font-size: 13px;
  padding: 1px 10px 5px;
  background: #ff5a23;
  border-radius: 3px;
  margin: 2px 10px;
}
.add-homepage-blog span {
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-left: 3px;
  font-size: 20px;
  font-weight: 700;
  padding-right: 1px;
  transition: all 0.1s linear;
  vertical-align: bottom;
}

/**home-content-main**/

.home-revamp-sprite {
  background: url(../../images/ar/home-revamp-sprite.png) no-repeat;
}

.home-content {
  clear: both;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 0;
  width: 100%;
}
.home-content .faq {
  margin-top: 0px;
}
.home-content.alert {
  padding: 0;
  margin-bottom: 0;
}

.home-content.no-border {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.home-content.no-border.marg {
  margin-top: 0;
}

.home-content > .row > div header > span,
.home-content > .row > article header > span,
.home-content > .row > aside header > span {
  width: 36px !important;
  height: 3px;
  border-radius: 3px;
  background: #f35928;
  display: block;
}

.home-content > .row > article header > h2 {
  display: inline-block;
}
.home-content > .row > article header > h2 a,
.home-content > .row > aside header > h2 a {
  color: #082c3c;
  text-transform: capitalize;
}
.home-content > .row > aside > header > h2 {
  display: inline-block;
}
.home-content > .row > article header > h2,
.home-content > .row > aside header > h2 {
  padding: 10px 12px;
  display: block;
  background: none;
  margin: 0;
  font-size: 15px;
}
.home-content .row article header,
.home-content .row aside header {
  display: inline-block;
  width: 100%;
  clear: both;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-bottom-width: 0;
}

.home-content > .row > article header > h2 {
  display: inline-block;
}

.aside-box {
  border: 1px solid #ececec;
  padding: 10px 15px 0;
  position: relative;
}

.media-body,
.media-right,
.media-left {
  display: table-cell;
  vertical-align: top;
}

.home-content > .row > aside.col-md-12 > header {
  width: auto;
  min-width: 150px;
  position: relative;
  z-index: 3;
}

.home-content > .row > aside.col-md-12 > .aside-box {
  margin-top: -20px;
  padding-top: 30px;
}

/**hover-styles**/

ul.bloggers-list li.media .media-body > .post-info > span a:hover,
ul.bloggers-list li.media h4.media-heading a:hover,
.aside-more:hover,
.article-more:hover,
.home-news-list li h3 > a:hover,
.col-sm-6.news_main > h3 > a:hover,
.videos-list li.media h4.media-heading > a:hover,
.home-videos .main-video > h3:hover > a,
.course-main h3:hover a,
ul.course-list li:hover > h4 > a,
ul.forex-school li:hover h4 > a,
ul.broker-list li > a.link:hover,
#calendar-home .event:hover > a,
#calender-info-mob .row > div.col-xs-8 > p:hover a,
.moving-average.table.table-bordered td:hover > a,
.pivot.table.table-bordered .pivot:hover a,
.aside-box h5.choose-broker a:hover,
.news-caption a:hover {
  color: #fd5a27;
}

/**END-hover-styles**/

.aside-more {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 7px 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 6px;
}

.aside-more,
.article-more {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 10px;
  text-align: right;
  margin-top: 0;
}

.aside-more > i,
.article-more > i {
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-left: 3px;
  background-position: -146px 0px;
  transform: rotate(180deg);
}

.home-ads .close {
  margin-right: 0;
  line-height: 7px;
}

.home-content.home-ads img {
  max-width: 100%;
}

.home-ads center {
  margin-top: 0;
}

.home-ads .close > small {
  font-size: 0.6em;
  font-weight: normal;
  margin-right: 3px;
  vertical-align: middle;
}

.home-ads .close > span {
  font-size: 16px;
  font-weight: normal;
}

.col-md-4.banner-ads {
  text-align: center;
}

.banner-ads iframe {
  margin-top: 32px;
}

/* Icon Rotate */

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Bounce To Left */

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f45521;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/**End-home-content-main**/

/**slider**/

.home-slider .carousel-inner {
  height: 550px;
}

.home-slider .carousel-inner .item {
  height: 550px;
}

/*  * {
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    transform: none !important;
    -webkit-transfrom: none !important;
}*/

.home-slider .carousel-inner .item .item-1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: rgba(0, 0, 0, 0) url("../../images/ar/ATP_HOME_SLIDER1.jpg")
    no-repeat left top / cover;
  width: 100%;
  min-height: 100%;
}

.home-slider .item > img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.home-slider .carousel-indicators {
  text-align: left;
}

.home-header-content {
  right: 0;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}

.home-header-content h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
  margin: 5px 0;
  padding: 0;
}

.home-header-content .middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**home-whyat-box**/

.why-at {
  background-color: rgba(27, 47, 58, 0.9);
  mix-blend-mode: multiply;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  position: relative;
}

.why-at > h2 {
  color: #fff;
  font-size: 2em;
}

.why-at > h3 {
  color: #fff;
  font-size: 1.1em;
  margin: 25px 0 15px;
}

.why-at-points {
  display: table;
  margin: 5px auto;
  position: relative;
  padding: 0 10px;
}

.why-at-points span {
  position: absolute;
  display: table-cell;
}

.quotation_r {
  left: 0;
  top: -5px;
}

.why-at-points span.quotation_l {
  vertical-align: bottom;
  bottom: -5px;
  right: 0;
}

.why-at-points span.quotation_r i {
  background-position: -255px -159px;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 21px;
}

.why-at-points span.quotation_l i {
  background-position: -243px -159px;
  display: block;
  width: 8px;
  height: 21px;
  vertical-align: bottom;
}

.why-at-points > h5 {
  line-height: 1.7em;
  display: table-cell;
}

.go-why-at {
  background: #fff none repeat scroll 0 0;
  color: #fd5d2a !important;
  display: block;
  font-size: 27px;
  font-weight: bold;
  height: 60px;
  line-height: 2em;
  margin-left: -15px;
  left: 0;
  text-align: center;
  width: 60px;
}

.go-why-at:hover {
  background-color: #fd5d2a;
  color: #fff !important;
}

.at-accounts {
  background: #fff;
}

.at-accounts header > span {
  background: #f35928 none repeat scroll 0 0;
  border-radius: 3px;
  display: block;
  height: 3px;
  width: 36px;
}

.open-account {
  display: block;
  margin: 25px 0;
  padding: 0 5px;
}

.open-account h2 {
  font-size: 1.2em;
  margin-bottom: 6px;
}

.open-account > h5 {
  color: #636c71;
  font-size: 0.9em;
  line-height: 1.7em;
  margin: 16px 0;
}

.at-accounts .ope-acc-btns {
  display: block;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 0;
}

.at-accounts .ope-acc-btns li {
  display: block;
  background: #f7f7f7;
  position: relative;
}

.at-accounts .ope-acc-btns li a {
  padding: 12px 15px;
  display: block;
  height: 53px;
}

.at-accounts .ope-acc-btns li a .border {
  height: 2px;
  position: absolute;
  background: #f2f2f2;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -2;
}

.at-accounts .ope-acc-btns li a h3 {
  color: #1f333c;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.at-accounts .ope-acc-btns li:hover a h3 {
  color: #fff;
}

.at-accounts .ope-acc-btns li:hover a i.go-btns {
  mix-blend-mode: screen;
}

.at-accounts .ope-acc-btns li a i.go-btns {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background-position: -31px -151px;
  position: relative;
  top: -1px;
}

.separator > span {
  border-left: 5px solid #27373f;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  top: -3px;
  position: absolute;
  left: 0;
  width: 10px;
  z-index: 12;
}

/**End-home-whyat-box**/

/**home-demo-acc-form**/

.demo-acc-box {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  padding: 10px;
}

.demo-acc-box .form-group {
  margin-bottom: 5px;
}

.min-pad-left {
  padding-right: 5px;
}

.min-pad-right {
  padding-left: 5px;
}

.demo-acc-box > header {
  display: block;
  margin-bottom: 20px;
}

.home-slider .home-header-content .btn.btn-default {
  width: 100%;
  padding: 10px 5px;
}

.home-slider .home-header-content form .form-control,
.home-slider .home-header-content .select2-chosen {
  font-size: 12px;
  color: #666;
}

.home-slider
  .home-header-content
  .select2-container
  .select2-choice
  > .select2-chosen {
  margin-top: 7px;
}

/**END-home-demo-acc-form**/

/**news-marque**/

.alert.news-marque {
  background: #3b67b9 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0;
}

.alert.news-marque > .latest-news,
.alert.news-marque > .news-title,
.alert.news-marque > a {
  display: table-cell;
  color: #fff;
  margin-bottom: 0;
  vertical-align: middle;
}

.alert.news-marque > .news-title > a {
  color: #fff;
  line-height: 1.6em;
}

.alert.news-marque > .news-title:hover > a {
  mix-blend-mode: soft-light;
}

.news-marque > .latest-news {
  background: #265aba none repeat scroll 0 0;
  border-right: 1px solid #5a86d6;
  height: 44px;
  margin-right: 15px;
  padding: 4px 5px 5px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.latest-news > h3 {
  margin: 0;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
}

.news-marque > .latest-news > i {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  width: 33px;
  height: 34px;
  margin-right: 3px;
}

.news-marque > button.close {
  margin: 10px 10px 8px;
  vertical-align: middle;
}

.alert.news-marque > a.go-news > i {
  width: 14px;
  height: 11px;
  background-position: -39px 0;
  margin-left: 9px;
  display: block;
}

h4.news-title {
  padding: 6px;
}

/**End-news-marque**/

#news-home-scroll {
  height: 410px;
  overflow: hidden;
}

.home-news {
  border: 1px solid #f1f1f1;
  position: relative;
  margin-bottom: 10px;
}

.news-main-img {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 420px;
  position: relative;
}

.home-news img {
  right: 50%;
  margin-right: -50%;
  min-height: 420px;
  min-width: 100%;
  position: absolute;
  width: 100%;
}

.news-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 15px 25px;
}

.news-caption a {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.news-caption p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.news-img {
  display: block;
  height: 248px;
  overflow: hidden;
  width: 100%;
}

.news-img > img {
  min-height: 100%;
  width: 100%;
}

.col-sm-6.news_main > h3 > a {
  color: #082c3c;
  font-size: 1.3em;
  line-height: 1.7em;
}

.news_main > .divider {
  background: #f6f6f6 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-bottom: 12px;
  width: 70%;
}

.col-sm-6.news_main > p {
  height: 88px;
  line-height: 1.8em;
  overflow: hidden;
}

.news_main > .divider {
  background: #f6f6f6 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-bottom: 12px;
  width: 70%;
}

.col-sm-6.news_main > p {
  height: 88px;
  line-height: 1.8em;
  overflow: hidden;
}

.home-news-list .time {
  color: #373737;
  display: table-cell;
  font-size: 0.9em;
  min-width: 50px;
}

/*.home-news-list li h4 {
    margin: 5px 0;
}*/

/*.home-news-list li h4>a {
    max-height: 48px;
    line-height: 1.8em;
    overflow: hidden;
    display: block;
}*/

.news-list-caption > p {
  display: block;
  line-height: 1.5em;
  max-height: 43px;
  overflow: hidden;
}

.home-news-list {
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
}

.home-news-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
}

.home-news-list li .news-list-caption {
  background: #f9f9f9;
  padding: 5px 10px 0 10px;
  margin-top: -1px;
  border: 1px solid #ebebeb;
  border-top-width: 0;
  height: 80px;
}

/*.home-news-list li .news-list-caption h4 a {
    line-height: 22px;
}*/

.home-news-list li a.news-list-img {
  background: #f9f9f9 none repeat scroll 0 0;
  display: block;
  height: 131px;
  overflow: hidden;
  position: relative;
}

.home-news-list li a.news-list-img img {
  min-height: 131px;
  min-width: 100%;
  width: 100%;
}

/******slick******/

.home-news-list {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.home-news-list li a.news-list-img {
  height: 100px;
}
.home-news-list li a.news-list-img img {
  min-height: 100px;
}
.home-news-list .slick-arrow.slick-prev::before {
  content: "";
  width: 6px;
  height: 11px;
  top: -7px !important;
  transform: rotate(180deg);
}
.home-news-list .slick-arrow.slick-next::before {
  content: "";
  width: 6px;
  height: 11px;
}
.home-news-list .slick-arrow.slick-next::before,
.home-news-list .slick-arrow.slick-prev::before {
  speak: none;
  font-size: 21px;
  position: relative;
  color: #000;
  margin: 20px;
  font-family: cursive;
  font-weight: 500;
  left: -19px;
  background-position: -302px -456px;
  top: -5px;
}
.home-news-list .slick-arrow.slick-disabled,
.home-news-list .slick-arrow.slick-disabled {
  opacity: 0.9;
}
.home-news-list .slick-arrow.slick-disabled::before,
.home-news-list .slick-arrow.slick-disabled::before {
  color: #999;
}
.home-news-list .slick-prev,
.home-news-list .slick-next {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  top: 40px;
  border: 1px solid transparent;
}
.home-news-list .slick-prev:hover,
.home-news-list .slick-next:hover {
  background: #f8f8f8;
}
.home-news-list .slick-prev:focus,
.home-news-list .slick-next:focus {
  outline: none;
}
.home-news-list .slick-next {
  right: 14px;
}
.home-news-list .slick-prev {
  left: 14px;
}
/* end slick*/

.home-blogs {
  margin-top: 10px;
}
.myblog-btn.btn {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 10px !important;
  padding: 2px 8px 2px 6px !important;
  margin-top: 2px !important;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}

.myblog-btn i.myblog-ico {
  transform: scale(0.9);
  vertical-align: text-bottom;
  background-position: -206px -162px !important;
  display: inline-block;
  height: 22px;
  margin-right: 3px;
  width: 20px;
  background: url(../../images/ar/sc-sprite.png);
}
i.blogs-comments {
  color: #a2a2a2;
  font-size: 0.85em;
}

/* Sweep To Top */

.hvr-sweep-to-top {
  display: inline-block;
  background: #fff;
  border: 1px solid #ebebeb;
  border-bottom-width: 0;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #082c3c none repeat scroll 0 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  mix-blend-mode: screen;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.go-to-news.home-revamp-sprite {
  display: none;
  height: 27px;
  position: absolute;
  left: calc(50% - 13.5px);
  top: calc(50% - 13.5px);
  width: 27px;
  z-index: 3;
  background-position: -32px -152px;
}

.home-news-list li a.news-list-img:hover .go-to-news.home-revamp-sprite {
  display: block;
}

/**bloggers**/

.col-md-4.height-bloggers {
  max-height: 335px;
  margin-bottom: 20px;
}

ul.bloggers-list li .media-right {
  height: 68px;
  overflow: hidden;
  width: 68px;
  padding: 0;
  margin-right: 10px;
}

ul.bloggers-list li .media-right .media-object {
  min-height: 100%;
  width: 100%;
}

ul.bloggers-list li.media {
  border-bottom: 1px solid #f7f7f7;
  margin-top: 7px;
  padding-bottom: 7px;
}

ul.bloggers-list li.media:last-child {
  border-bottom: 0 none;
}

ul.bloggers-list li.media h4.media-heading {
  margin-bottom: 2px;
}

ul.bloggers-list li.media h4.media-heading a {
  color: #2b667f;
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  max-height: 49px;
  overflow: hidden;
}

ul.bloggers-list li.media .media-body > .post-info > span {
  color: #919191;
  display: inline-block;
  font-size: 0.8em;
}

ul.bloggers-list li.media .media-body > .post-info > span a {
  color: #919191;
  font-size: 1.05em;
}

a.join-bloggers {
  background: #f35928;
  padding: 5px 5px 1px;
  text-align: center;
  margin-top: -3px;
}

a.join-bloggers > i.join-bloggers-ico {
  width: 30px;
  height: 25px;
  background-position: -60px 0px;
  display: inline-block;
}

.media-list.list-unstyled.bloggers-list {
  margin-top: 0;
  margin-bottom: 0;
}

/*End-bloggers*/

a.join-bloggers,
a.join-signals {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a.join-bloggers:before,
a.join-signals:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #bbd0da;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.join-bloggers:hover:before,
a.join-bloggers:focus:before,
a.join-bloggers:active:before,
a.join-signals:hover:before,
a.join-signals:focus:before,
a.join-signals:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*****************************
*
*  Economic Note
*
*******************************/

.eco-note {
  /* min-height: 335px; */
  margin-bottom: 20px;
}

.eco-note .aside-box {
  padding: 0;
}

.eco-note .aside-box ul li {
  border-bottom: 1px solid #ececec;
  padding: 10px 0 10px 15px;
}

.eco-note .aside-box ul li:last-child {
  border: 0;
}

.eco-note .aside-box ul li .note-right {
  display: inline-block;
  width: 78%;
}

.eco-note .aside-box ul li .note-left {
  display: inline-block;
}

.eco-note .aside-box ul li .note-left p {
  display: inline;
}

.eco-note .aside-box ul li .note-right p {
  display: block;
  margin-bottom: 0;
}

.eco-note .aside-box ul li .note-left h3 {
  margin: 5px 0 0 0;
}

.eco-note .aside-box ul li .note-left a {
  font-size: 12px;
}

.eco-note .aside-box ul li .note-left a:hover {
  color: #f35928;
}
.eco-note .aside-box ul li .note-left span:nth-child(2) {
  font-size: 11px;
}

.eco-note .aside-box ul {
  min-height: 461px;
}

.eco-note .aside-box ul li .note-right span {
  color: #868686;
  font-weight: bold;
  margin-right: 5px;
}

.eco-note .aside-box ul li .note-left p span:first-child {
  vertical-align: middle;
}

/*****************************
*
*  Recommendations
*
*******************************/

.recommendations {
  padding: 0;
  border-bottom: 0;
  margin: 0;
  height: 274px;
}
.recommendations .red {
  color: #555555 !important;
}
.recommendations table {
  margin-bottom: 0;
}

.recommendations table tbody td {
  border: 0;
  font-size: 13px;
  vertical-align: middle;
  padding: 14px 8px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.recommendations table tbody td:first-of-type {
  color: #1d5884;
  font-size: 14px;
  padding-left: 12px;
}
.recommendations table tbody .status i {
  margin-top: 2px;
  margin-left: 4px;
}
.recommendations table tbody td .lock {
  background: url(../../images/ar/sprite.png?v=1235545dsdsd) no-repeat;
  display: inline-block;
  width: 23px;
  height: 28px;
  background-position: -142px -532px;
}
.recommendations table thead th {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  color: #252525;
  font-size: 12.5px;
  white-space: nowrap;
  font-weight: 500;
  padding: 10px 12px;
  vertical-align: middle;
  text-transform: capitalize;
}

.recommendations table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.recommendations table tbody tr .overlay {
  opacity: 0.9;
}
.recommendations table tbody tr:nth-of-type(odd),
.recommendations table tbody tr:nth-of-type(odd) .overlay {
  background: #f9f9f9;
}
.recommendations table tbody tr:nth-of-type(even) .overlay {
  background: #ffffff;
}

.recommendations table tbody tr td .red-icon,
.recommendations table tbody tr td .green-icon {
  min-width: 68px;
  text-align: center;
  padding: 2px 0;
}

.recommendations table tbody tr td .red-icon {
  color: #db1a1a;
  font-weight: bold;
}

.recommendations table tbody tr td .green-icon {
  color: #22c54f;
  font-weight: bold;
}

.recommendations table tbody tr td .red-icon span,
.recommendations table tbody tr td .green-icon span {
  color: #ececec;
}

.recommendations table tbody tr td:last-child a {
  background: #fd5d2a;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.recommendations table tbody tr td:last-child a:hover {
  opacity: 0.8;
}

.recommendations .risk-lvl {
  line-height: 0.5;
  margin-top: 2px;
}

.recommendations .risk-lvl span {
  display: inline-block;
  width: 13px;
  height: 4px;
  background: #dddddd;
}

.recommendations .risk-lvl.low span:first-of-type,
.recommendations .risk-lvl.medium span:first-of-type,
.recommendations .risk-lvl.high span:first-of-type {
  background: #fcd54f;
}
.recommendations .risk-lvl.medium span:nth-of-type(2),
.recommendations .risk-lvl.high span:nth-of-type(2) {
  background: #fcad4f;
}
.recommendations .risk-lvl.high span:last-of-type {
  background: #fc7c4f;
}

.recommendations .entry-price {
  padding: 3px 5px;
}
.recommendations .entry-price span {
  display: block;
}
.recommendations .entry-price .price {
  font-size: 14px;
  color: #1b1b1b;
}
.recommendations .entry-price .time {
  font-size: 11.5px;
  color: #777777;
}

.recommendation-aside .aside-more {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.recommendations table tbody tr td span i {
  vertical-align: text-top;
}

ul.forex-school li > h3 {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

.writers ul li div > a {
  background-color: #f8f8f8;
  padding: 0 5px;
  font-size: 13px;
  margin-top: 10px;
  color: #3a3939;
}

.writers ul li div:last-child h3 {
  margin: 0;
}

.writers ul li div:last-child h3 a {
  display: block;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-top: 1px;
}

.home-news-list li h3 {
  margin: 5px 0;
}

.home-news-list li h3 > a {
  max-height: 48px;
  line-height: 1.8em;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.news-caption h2 {
  margin: 20px 0 10px 0;
  padding: 0;
  background: none;
}

.eco-note .aside-box ul li .note-right .red {
  color: #ff1818;
}

.eco-note .aside-box ul li .note-right .green {
  color: #01bc36;
}

.eco-note ul .empty-note {
  padding-top: 50%;
}

.eco-note ul .empty-note p {
  text-align: center;
  font-size: 14px;
  color: #333;
}

/*****************************
sponsors widget
*******************************/

.home-content .sponsor-item {
  margin-bottom: 15px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.home-content .eco-note .companies {
  padding-top: 15px;
}
.sponsor-section {
  margin-top: 0;
}
.sponsor-section .sponsor-item {
  width: calc(100% / 3) !important;
}

/*****************************
*
*  writers
*
*******************************/

.writers {
  position: relative;
  padding: 0;
}

.writers.box-style {
  border-bottom-width: 1px;
  border-top-width: 0;
}

.writers ul {
  margin-bottom: 0;
  max-height: 264px;
}

.writers ul li {
  width: 47%;
  display: inline-block;
  padding: 27px 0 15px 15px;
  vertical-align: top;
  height: 132px;
}

.writers ul li:nth-child(even) {
  margin-left: 20px;
}

.writers ul li:nth-child(-n + 2) {
  border-bottom: 1px solid #e6e6e6;
}

.writers ul li div:first-child {
  display: inline-block;
  width: 75px;
  vertical-align: top;
}

.writers ul li img {
  border: 1px solid #e6e6e6;
  border-radius: 500px;
  height: 77px;
  width: 77px;
}

.writers ul li div:last-child {
  width: calc(100% - 80px);
  display: inline-block;
}

.writers ul li div:last-child a {
  display: inline-block;
  margin-left: 10px;
}

.writers ul li div:last-child a:hover {
  color: #f35928;
}

.writers ul li a:last-of-type:hover {
  color: #f35928;
}

.writers ul li span {
  font-size: 12px;
  margin-top: 10px;
}

.article-footer {
  background-color: #f3f3f3;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid #ececec;
  border-top-width: 0;
  overflow: hidden;
  width: 100%;
}

.writer-footer a:first-child {
  color: #fd5a27;
  font-size: 12px;
  font-weight: bold;
}

.writer-footer a:first-child:hover {
  color: #1d5884;
}
.article-footer > i {
  background: url(../../images/ar/home-revamp-sprite.png) no-repeat;
  background-position: 0 -53px !important;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

/*****************************
*
*  Courses
*
*******************************/

.home-content > .row > .courses header {
  border: 0;
}

.courses .article-footer {
  margin-bottom: 15px;
}

.courses .col-md-4 {
  padding-top: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.courses .col-md-4:first-of-type {
  padding-left: 0;
}

.courses .col-md-4:nth-child(4) {
  padding-right: 0;
}

.courses .col-md-4 .box-style {
  box-shadow: 0 7px 9px 0px rgba(0, 0, 0, 0.07);
  padding: 15px;
  min-height: 269px;
}

.courses .col-md-4 h3 {
  background-color: #f8f8f8;
  margin: -15px -15px 10px -15px;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  text-overflow: ellipsis;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
}

.courses .col-md-4 h3 a {
  font-size: 14px;
}

.courses .col-md-4 p {
  text-align: justify;
  min-height: 88px;
}

.courses .col-md-4 table {
  border: 1px solid #e9e9e9;
  margin: 0;
}

.courses .col-md-4 table tbody th {
  text-align: left;
  color: #1d5884;
  font-size: 11px;
  background-color: #f8f8f8;
  border-bottom-width: 0;
}

.courses .col-md-4 table tbody td {
  font-size: 11px;
  padding-right: 0;
  padding-left: 5px;
}

.courses .col-md-4 table tbody td span {
  color: #fd5d2a;
}

.courses .col-md-4 table tbody td a {
  color: #fd5d2a;
  border: 1px solid #e9e9e9;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: bold;
}

.courses .col-md-4 table tbody td a:hover {
  background-color: #fd5d2a;
  border-color: #fd5d2a;
  color: white;
  transition: all 0.3s ease-in-out;
}

.article-footer span {
  color: #fd5d2a;
  font-weight: bold;
}

.article-footer p {
  display: inline;
  line-height: 17px;
}

/*****************************
*
*  Analysis
*
*******************************/

.analysis .col-md-7 .box-style {
  padding: 15px 0;
}

.analysis .col-md-5 .box-style {
  padding: 15px 0 0 0;
}

.analysis .col-md-7 {
  padding: 15px 0 0 15px;
}

.analysis .col-md-5 {
  padding: 15px 15px 0 0;
}

.analysis .col-md-5 .box-style ul {
  margin-bottom: 13px;
}

.home-content > .row > .analysis header {
  border: 0;
}

.analysis table {
  margin-bottom: 0;
  margin-top: 10px;
}

.table > tbody > tr > th {
  border-top-color: #f1f1f1;
}

.analysis .box-style h3 {
  font-size: 13px;
  margin: 0;
  display: inline-block;
  margin-left: 10px;
}

.analysis .col-md-5 .box-style .tab-pane {
  height: 430px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.analysis .col-md-7 .box-style .tab-pane {
  margin-top: 30px;
  height: 415px;
  width: 100%;
  position: relative;
}

.analysis .col-md-7 .box-style .tab-pane table {
  border-bottom: 1px solid #f1f1f1;
}
.analysis .col-md-7 table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.analysis .col-md-5 table tbody td {
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: middle;
}
.analysis .col-md-5 table tbody td p {
  margin-bottom: 0;
}

.analysis .box-style ul {
  display: inline-block;
  float: right;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.analysis .box-style ul li a {
  font-size: 12px;
  border: 1px solid #cfcfd2;
  font-weight: bold;
  border-radius: 0;
  box-sizing: border-box;
  border-top-width: 0;
  border-bottom-width: 0;
  color: #a2a2aa;
  padding: 0 15px;
}

.analysis .box-style ul li a:hover {
  background-color: #f3f3f3;
  color: #fd5d2a;
}

.analysis .box-style .nav-pills li:first-of-type a {
  border-radius: 0 5px 5px 0;
  border-width: 0;
}

.analysis .box-style .nav-pills li:last-of-type a {
  border-radius: 5px 0 0 5px;
  border-width: 0;
}

.analysis .box-style .nav-pills > li.active > a {
  color: #fd5d2a;
  background-color: transparent;
}

.analysis .box-style table tbody th {
  text-align: left;
  background-color: #f7f7f7;
  height: 37px;
}

.analysis .col-md-7 .table tbody tr:nth-child(even) {
  background-color: #fcfcfc;
  border-color: #f1f1f1;
}

.analysis table tbody td {
  border-color: #f1f1f1;
  text-align: left;
}

.analysis .col-md-7 table tbody tr td:nth-child(2) {
  color: #01bc36;
  font-size: 13px;
}

.analysis .col-md-7 table tbody tr td:nth-child(3) {
  color: #ff3131;
  font-size: 13px;
}

.analysis .col-md-5 table tbody tr td .red {
  color: #ff3131;
}

.analysis .col-md-5 table tbody tr td .num {
  direction: ltr;
}

.analysis .col-md-5 table tbody tr td .green {
  color: #01bc36;
}

.analysis .col-md-5 table tbody tr td p span {
  background-color: #f7f7f7;
  border-radius: 500px;
  padding: 0 7px;
  font-weight: bold;
}

.analysis .table-footer {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.analysis .table-footer a {
  font-size: 12px;
  color: #fd5d2a;
  font-weight: bold;
}

.currency .flags-div {
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: top;
  width: 25px;
  float: left;
  margin-top: -1px;
}

.currency .flags-div .top-currency {
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 3;
}

.currency .flags-div .bottom-currency {
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.currency a {
  font-size: 0.97em;
  margin-left: 5px;
}

.currency .badge {
  background: #f7f7f7;
  border-radius: 100px;
  color: #373737;
  font-size: 0.9em;
  line-height: 16px;
  margin: 0;
  padding: 5px 7px 5px;
  font-weight: normal;
  position: relative;
  top: -3px;
  height: 27px;
}

/*****************************
*
*  FAQ
*
*******************************/

.faq .panel-title a {
  color: #1d5884;
  font-size: 14px;
  max-width: 250px;
}

.faq .panel-title a:hover {
  color: #fd5a27;
}

.faq .panel-title i {
  float: right;
  color: #969595;
}

.faq .panel-title i:hover {
  color: #1d5884;
}

.faq .panel-body {
  font-size: 12px;
  line-height: 24px;
  text-align: justify;
}

.faq .panel-group .panel {
  border-radius: 0;
}

.faq .col-md-4:first-child {
  padding-left: 0;
}

.faq .col-md-4:last-child {
  padding-right: 0;
}

.faq .panel-title {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*****************************
*
*  icons
*
*******************************/

.clock {
  background-position: -130px -210px;
  margin-right: 5px;
}

.clock-icon {
  background-image: url(../../images/ar/ev-sprite.png);
  display: inline-block;
  width: 14px;
  height: 16px;
  position: relative;
  top: 1px;
}

.calc-tabs .nav.nav-tabs a > .currency {
  background-position: 201px 159px;
  width: 31px;
  height: 33px;
}

.currency-icon {
  background-image: url("../../images/ar/home-revamp-sprite.png") !important;
  display: inline-block !important;
  width: 31px;
  height: 33px;
  vertical-align: middle;
  margin-right: 8px;
}

.comment {
  background-position: -129px -159px;
}

.views {
  background-position: -145px -137px;
}

.icon-comment {
  background-image: url(../../images/ar/ev-sprite.png);
  display: inline-block;
  width: 14px;
  height: 13px;
}

.icon-logo {
  background-image: url(../../images/ar/ev-sprite.png);
  display: inline-block;
  width: 14px;
  height: 12px;
  position: relative;
  top: 1px;
}

.logo-blue {
  background-position: -48px -210px;
}

.flag-logo {
  background-image: url(../../images/ar/currency-sprite.png);
  display: inline-block;
  width: 14px;
  height: 10px;
}

.nzd {
  background-position: 0 0px;
}

.us-flag {
  background-position: -14px -11px;
}

.twoflags-logo {
  background-image: url(../../images/ar/currency-sprite.png);
  display: inline-block;
  width: 30px;
  height: 14px;
}

.twoflags {
  background-position: 0 14px;
}

.bull-icon {
  background-image: url(../../images/ar/bear-sprite.png);
  display: inline-block;
  width: 14px;
  height: 16px;
}

.bull {
  background-position: -121px 0px;
}

.bear-icon {
  background-image: url(../../images/ar/bear-sprite.png);
  display: inline-block;
  width: 14px;
  height: 16px;
}

.bear {
  background-position: -139px 0px;
}
.logo-yellow {
  background-position: -31px -210px;
}

.logo-orange {
  background-position: -15px -210px;
}

.logo-red {
  background-position: 0 -210px;
}

.gbp {
  background-position: 0 -11px;
}

.cad {
  background-position: 0 -22px;
}

.swiss {
  background-position: 0 -33px;
}

/*****************************************************/

/**calendar-home**/
.box-more {
  border-top: 1px solid #e9e9e9;
  padding: 8px 15px 10px;
}

.box-more .article-more.pull-right {
  padding-right: 0;
}

/**End-calendar-home**/

/**signals-home**/

.aside-box.signals-side {
  padding: 10px 5px 0;
}

.aside-box.signals-side .aside-more {
  margin-left: -5px;
  width: calc(100% + 10px);
}

a.join-signals {
  background: #f35928 none repeat scroll 0 0;
  display: inline-block;
  padding: 7px 5px 1px;
  margin-top: -3px;
}

a.join-signals > i.join-signals-ico {
  background-position: 0 -142px;
  display: inline-block;
  height: 23px;
  width: 25px;
}

.signals-table-main {
  display: table;
  min-width: 100%;
  width: 100%;
  margin: 10px 0 0;
}

.signals-row {
  color: #252525;
  display: table-row;
  text-align: left;
}

.signals-row .cell {
  border-bottom: 1px solid #efefef;
  display: table-cell;
  padding: 7px 5px;
  vertical-align: top;
}

.signals-table-main .signals-row:last-child .cell {
  border-bottom: 0 none;
}

.signals-row .cell.status {
  text-align: center;
}

.signals-row.table-header > .cell {
  background: #fff none repeat scroll 0 0;
  font-size: 0.95em;
  padding: 10px 5px;
  white-space: nowrap;
}

.signals-row:nth-child(2n + 1) {
  background: #f8f8f8 none repeat scroll 0 0;
}

.cell.signals-deal {
  min-width: 44%;
}

.cell.signals-deal i.bull-xs,
.cell.signals-deal i.bear-xs {
  background: rgba(0, 0, 0, 0) url("../../images/ar/bear-sprite.png") repeat
    scroll 0 0;
  display: inline-block;
  vertical-align: middle;
}

.cell.signals-deal i.bull-xs {
  background-position: -121px 0;
  height: 16px;
  width: 14px;
}

.cell.signals-deal i.bear-xs {
  background-position: -138px 0;
  height: 17px;
  width: 16px;
}

.deal-kind > h5 {
  border-left: 1px solid #f7f7f7;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 3px 5px 3px 0;
  vertical-align: middle;
}

.deal-kind > a {
  display: inline-block;
  font-size: 0.97em;
  letter-spacing: 1px;
}

.user-name {
  color: #b0b0b0;
  display: block;
  font-size: 0.9em;
}

.deal-kind > a:hover,
.user-name:hover {
  color: #fd5c28;
}

.signals-row .cell > p {
  font-size: 1em;
  font-weight: lighter;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

.signals-row .cell > p.slim {
  font-size: 0.95em;
}

.cell.price-intery {
  min-width: 27%;
}

.signals-row .cell.status {
  text-align: left;
}

.signals-row .cell.status > p > img {
  margin-right: 3px;
}

.signals-row .cell.status > p i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.signals-row .cell.status > p i.pending-ico {
  width: 10px;
  height: 14px;
  background-position: -150px -189px;
}

.signals-row .cell.status > p i.closed-ico {
  width: 10px;
  height: 11px;
  background-position: -136px -189px;
}

.signals-row.table-header > .cell p {
}

.signals-details {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
  padding: 10px;
  vertical-align: top;
}

/* i.red-up-status {
    background: rgba(0, 0, 0, 0) url("../../images/ar/signals-sprite.png") repeat scroll -19px -1px;
    display: inline-block;
    height: 6px;
    margin-right: 0;
    vertical-align: middle;
    width: 11px;
}

i.green-up-status {
    background: rgba(0, 0, 0, 0) url("../../images/ar/signals-sprite.png") repeat scroll 0 0;
    display: inline-block;
    height: 6px;
    margin-right: 0;
    vertical-align: middle;
    width: 11px;
} */
.recommendations .status i {
  background: url(../../images/ar/signals-list-sprite.png);
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-top: 2px;
}

.recommendations .status i.red-up-status,
i.gray-up-status {
  background-position: -16px 0px;
}

.recommendations .status i.green-up-status {
  background-position: 0px 0px;
}
.profit-loss p i {
  display: inline-block;
  vertical-align: middle;
}

i.pending-ico {
  width: 10px;
  height: 14px;
  background-position: -150px -189px;
}

i.closed-ico {
  width: 10px;
  height: 11px;
  background-position: -136px -189px;
}

.signals-status p {
  display: inline-block;
  margin: 0;
}

.signals-status > p > span {
  direction: ltr;
  display: inline-block;
}

.signals-currency-details {
  border-right: 1px solid #ebebeb;
  display: table-cell;
  min-width: 50%;
  padding-right: 3px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.signals-price-currency {
  display: table;
  width: 100%;
}

.signal-currency {
  display: table-cell;
  text-align: left;
}

.signal-currency p,
.signal-currency h4 {
  display: inline-block;
}

.signal-currency p {
  font-size: 1.3em;
  padding: 0 5px 0 0;
  margin-bottom: 0;
}

.signal-currency h4 {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 10px;
  color: #373737;
  margin: 0;
  padding: 5px;
  font-size: 0.85em;
}

.signals-currency-details .flags-div {
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: top;
  width: 25px;
  float: left;
}

.signals-currency-details .flags-div .top-currency {
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 3;
}

.signals-currency-details .flags-div .bottom-currency {
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.signals-price-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-width: 45%;
}

.signals-price-details .closed-price {
  color: #201f1f;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
}

.signals-price-details .closed-price p {
  display: inline-block;
  margin: 0;
  font-size: 1em;
}

.profit-loss p {
  display: inline-block;
  font-size: 0.85em;
}

/**END-signals-home**/

/**currency-convertor-home**/

.currency-ammount span {
  color: #333;
  font-size: 0.9em;
  right: 23px;
  position: absolute;
  top: 12px;
}

.currency-ammount span i {
  top: 1px;
}

.currency-ammount input.form-control {
  padding-right: 65px;
  width: 100%;
}

.currency-convert .form-group {
  position: relative;
}

.home-convertor {
  background: #3b67b9 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.home-convertor > header > span {
  background: #4287c1 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 10px auto 0;
  width: 29px;
}

.home-convertor > header > h2 {
  margin: 5px auto;
  color: #fff;
  font-size: 1.1em;
  background: none;
}

.home-convertor .form-inline {
  margin-top: 15px;
}

/*.home-convertor .form-inline {
    text-align: left;
    width: 100%;
}*/

.home-convertor .form-group > span.dash {
  background: #266498 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 10px;
}

.home-convertor .form-group > a.convert {
  display: inline-block;
  width: 42px;
  height: 53px;
  background-position: -221px 0px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotateZ(720deg);
  }
}

.home-convertor .form-group > a.convert:hover {
  animation: spin 3000ms;
}

.home-convertor .form-group:nth-child(1),
.home-convertor .form-group:nth-child(3) {
  min-width: 43%;
  padding: 0;
  text-align: left;
}

.form-group.conv-action {
  padding: 0 15px;
}

.home-convertor .form-group label {
  font-size: 0.9em;
  line-height: 2.8em;
  vertical-align: middle;
  white-space: nowrap;
}

.home-convertor .form-group .form-control {
  color: #404040;
  font-size: 16px;
}

.home-convertor .form-group .form-control::-moz-placeholder {
  color: #666;
  font-size: 13px !important;
}

.home-convertor .form-group .form-control:-moz-placeholder {
  color: #666;
  font-size: 13px !important;
}

.home-convertor .form-group .form-control:-ms-input-placeholder {
  color: #666;
  font-size: 13px !important;
}

.home-convertor .form-group .form-control::-webkit-input-placeholder {
  color: #666;
  font-size: 13px !important;
}

/**END-currency-convertor-home**/

/*****************************
*
*  technical-indecator-home
*
*******************************/

.indicator-header {
  border: 0 !important;
}

/* .col-sm-7.currency-indicators.min-pad-right .loading {
    height: 210px;
} */

.col-sm-7.currency-indicators.min-pad-right .loading img {
  margin-right: -12px;
  top: calc(50% - 12px);
}

.col-sm-5.tc-currency-info.min-pad-left {
  max-width: 34%;
}

.col-sm-7.currency-indicators.min-pad-right {
  min-height: 235px;
  min-width: 66%;
}

.home-tech-indicators {
  border: 1px solid #efefef;
  display: block;
  min-height: 335px;
  margin-top: 15px;
}

.home-tech-indicators .article-more {
  padding-top: 0;
  float: right;
}

.home-tech-indicators > .nav.nav-tabs {
  border-bottom: 1px solid #efefef;
  width: 100%;
}

.home-tech-indicators > .nav.nav-tabs a {
  font-weight: 500;
  color: #153442;
  margin-left: 0;
  padding: 9px 15px 5px;
}

.home-tech-indicators > .nav.nav-tabs li.active a {
  background: #6990ac none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}

.home-tech-indicators > .nav.nav-tabs li.active a:before {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -1px;
  content: "";
  height: 0;
  right: calc(50% - 2.5px);
  position: absolute;
  width: 0;
}

.home-tech-indicators .nav.nav-tabs li.divider {
  background: #f6f6f6 none repeat scroll 0 0;
  height: 20px;
  margin-left: -2px;
  margin-top: 7px;
  vertical-align: middle;
  width: 1px;
}

.home-tech-indicators .tab-content.ind-tabs {
  min-height: 272px;
  padding: 18px 10px 19px;
}

.home-tech-indicators .loading {
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 40%;
  height: auto;
}

.summary {
  margin: 30px 0;
  text-align: center;
}

.summary > h4 {
  color: #494949;
  font-size: 13px;
  margin: 0 0 8px;
  font-weight: 500;
  text-transform: capitalize;
}

.summary > .summary-type i {
  background: url(../../images/ar/bear-sprite.png) #fff;
  height: 28px;
  width: 23px;
  display: none;
}

.summary > h4 > i {
  background: url(../../images/ar/bear-sprite.png);
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 28px;
  width: 23px;
  display: none;
}

.summary > .summary-type i.bull,
.summary > .summary-type i.bull-lg {
  background-position: 0 0;
  display: inline-block;
}

.summary > .summary-type i.bear,
.summary > .summary-type i.bear-lg {
  background-position: -93px 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.summary-type {
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  line-height: 0.7em;
  display: inline-block;
  margin: 0 auto 0 3px;
}

.summary-type.neutral {
  background-color: #dedede;
  color: #000;
}

.summary-type .buy,
.summary-type .strong_buy {
  background-color: #3fcc67;
}

.summary-type .sell,
.summary-type .strong_sell {
  background-color: #e25b5b;
}

.moving-average.table.table-bordered td {
  border-color: #f1f1f1;
  border-right: 0 none;
  border-left: 0 none;
  padding-left: 30px;
}

.moving-average.table.table-bordered td:first-child {
  border-right: 1px solid #f1f1f1;
  color: #3e3e3e;
  font-size: 0.85em;
  min-width: 36%;
  padding-left: 12px;
  text-align: left;
  vertical-align: middle;
}

.pivot.table.table-bordered {
  margin-bottom: 15px;
}

.moving-average.table.table-bordered {
  margin-top: 20px;
  margin-bottom: 15px;
}

.moving-average.table td p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.moving-average.table.table-bordered tr {
  border: 1px solid #f1f1f1;
  vertical-align: middle;
}

.time-frame-ul > li {
  border-bottom: 0 none;
  display: table-cell;
  float: none;
  margin-bottom: 10px;
}

.time-frame-ul > li > a {
  background: #e5eaed none repeat scroll 0 0;
  border: 0 none !important;
  border-radius: 0;
  color: #0e0e0e;
  font-size: 0.8em;
  margin-left: 2px;
  margin-right: 0;
  padding: 3px 1px 5px;
  text-align: center;
  font-weight: 600;
}

.time-frame-ul > li.active:hover > a {
  background: #fe8c69;
  color: #fff;
}

.time-frame-ul > li > a:hover,
.time-frame-ul > li.active > a,
.time-frame-ul > li.active > a:focus {
  background: #6990ac none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.time-frame-ul > li.active:hover > a {
  background: #6990ac none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.time-frame-ul > li.active > a:before {
  border-bottom: 3px solid #6990ac;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  content: "";
  height: 0;
  right: calc(50% - 3px);
  position: absolute;
  top: -3px;
  width: 0;
}

.time-frame-ul.nav.nav-tabs {
  border-bottom: 0 none;
  display: table;
  width: 100%;
}

.tc-bg {
  background-color: #fbfbfb;
  display: block;
  min-height: 260px;
  padding: 10px 20px;
}

.currency-summary .last-value {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
  padding-top: 25px;
}

.last-value > i.no-arrow {
  display: none;
}

.last-value > i {
  height: 13px;
  position: relative;
  top: -3px;
  width: 14px;
}

.last-value > i.up {
  background-position: -123px -127px;
}

.last-value > i.down {
  background-position: -138px -127px;
}

.last-value > p {
  color: #000;
  display: inline-block;
  font-size: 2.35em;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 500;
}

.last-value > span {
  display: block;
  font-size: 1.1em;
  margin-top: 5px;
  font-weight: 500;
}

.last-value > span > span {
  direction: ltr;
  display: inline-block;
}

.last-value {
  margin-top: 20px;
}

.last-time {
  color: #9d9d9d;
  font-size: 12px;
  margin: 10px 0 20px;
  font-weight: 500;
}

.last-time > i {
  background: url(../../images/ar/home-revamp-sprite.png) no-repeat;
  background-position: 0 -53px !important;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.opened,
.closed {
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
  font-size: 13px;
}

.opened > p,
.closed > p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 0;
  font-size: 1.05em;
  font-weight: 500;
}

/**END-technical-indecator-home**/

/*****************************
*
*  calculators-home
*
*******************************/
.calculators .select2-container .select2-choice > .select2-chosen {
  color: #1d5884;
}

.calculators {
  padding: 15px 0 32px 0;
  overflow: hidden;
  min-height: 358px;
}

.calc-footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.calculators .nav-tabs li {
  width: 50px;
  overflow: hidden;
  max-height: 42px;
  text-align: center;
}

.calculators .nav-tabs li a {
  overflow: hidden;
  max-height: 42px;
}

.calculators .nav-tabs li span {
  visibility: hidden;
}

.calculators .nav-tabs li.active {
  width: auto;
}

.calculators .nav-tabs li.active span {
  visibility: visible;
}
/* .tab-main.calc-tabs .tab-content .currency-prices {
    border-left: 3px solid #c6d9e2;
    padding-left: 10px;
} */

.tab-main.calc-tabs .tab-content .currency-prices p {
  display: inline-block;
  /* width: 40%; */
  margin: 0;
}

.tab-main.calc-tabs .tab-content .currency-prices p:nth-child(2) {
  width: 15%;
  text-align: center;
  font-size: 13px;
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #999;
}

.tab-main.calc-tabs .tab-content .currency-prices p:last-child {
  float: right;
}

.tab-main.calc-tabs .tab-content .currency-prices p span {
  color: #999;
  margin-right: 5px;
}

.tab-main.calc-tabs .tab-content .currency-prices p span:first-of-type {
  color: #1d5884;
  font-size: 15px;
}

.tab-main.calc-tabs .tab-content .currency-footer {
  padding: 0;
  margin-top: 10px;
}

.tab-main.calc-tabs .tab-content .currency-footer p {
  color: #999;
  font-size: 11px;
  margin: 0;
  line-height: 18px;
}

.tab-main.calc-tabs {
  min-height: 313px;
}

.tab-main.calc-tabs .tab-content {
  display: block;
  padding: 5px 10px 0 10px;
}

.tab-main.calc-tabs .tab-content .form-group {
  position: relative;
}

.tab-main.calc-tabs .tab-content .form-group .input-addon {
  position: absolute;
  top: 53px;
  right: 11px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 5px;
}

.tab-main.calc-tabs .tab-content .form-group .glyphicon {
  color: #fd5c28;
}

.tab-main.calc-tabs .tab-content .row {
  margin: 0px;
  padding-bottom: 10px;
}

.calc-tabs .nav.nav-tabs a {
  background: #f3f3f3;
  border-color: #efefef;
  border-radius: 0;
  color: #2a4451;
  font-size: 0.83em;
  padding: 10px 5px;
}

.calc-tabs .nav.nav-tabs a > i {
  background: rgba(0, 0, 0, 0) url("../../images/ar/home-revamp-sprite.png");
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.calc-tabs .nav.nav-tabs a > i.m-calc-ico {
  background-position: -81px -189px;
}

.calc-tabs .nav-tabs > li:first-child > a {
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 4px;
}

.calc-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.calc-tabs .nav-tabs > li.active > a,
.calc-tabs .nav-tabs > li.active > a:hover,
.calc-tabs .nav-tabs > li.active > a:focus {
  background-color: #fff;
}

.calc-tabs .nav-tabs > li:hover > a > i.pip-calc-ico,
.calc-tabs .nav-tabs > li.active > a > i.pip-calc-ico,
.calc-tabs .nav-tabs > li.active > a:hover > i.pip-calc-ico,
.calc-tabs .nav-tabs > li.active > a:focus > i.pip-calc-ico {
  background-position: -97px 0px !important;
}

.calc-tabs .nav-tabs > li:hover > a > i.m-calc-ico,
.calc-tabs .nav-tabs > li.active > a > i.m-calc-ico,
.calc-tabs .nav-tabs > li.active > a:hover > i.m-calc-ico,
.calc-tabs .nav-tabs > li.active > a:focus > i.m-calc-ico {
  background-position: -110px -189px;
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}

.tab-main.calc-tabs .tab-content .label {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #999;
  background-color: #f7f7f7;
  padding: 5px 4px 5px 4px;
  border-radius: 5px;
  position: relative;
  left: -5px;
}

.tab-main.calc-tabs .tab-content .col-sm-11,
.tab-main.calc-tabs .tab-content .col-sm-1 {
  padding: 0;
}

.tab-main.calc-tabs .tab-content .col-sm-11 {
  padding-left: 10px;
}

.tab-main.calc-tabs .tab-content .col-sm-11 span {
  color: #1d5884;
}

.tab-main.calc-tabs .tab-content .currency-values {
  border-left: 3px solid #c6d9e2;
  padding-left: 5px;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  text-align: center;
  margin-bottom: 10px;
}

/*.tab-main.calc-tabs .tab-content .currency-values span {
    margin-bottom: 30px;
}*/

.tab-main.calc-tabs .tab-content .currency-values p {
  margin: 0;
  font-size: 11px;
  padding: 0;
  line-height: 17px;
  color: #999;
  letter-spacing: -0.4px;
}

.tab-main.calc-tabs .tab-content .currency-values p:first-child {
  font-size: 12px;
}

.tab-main.calc-tabs .tab-content .currency-values p span {
  color: #1d5884;
  font-size: 15px;
}

.wobble-vertical {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateZ(0px);
}

.calculate-btn i {
  background-position: -266px 0;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 12px;
}

.calculate-btn:hover i {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: wobble-vertical;
  animation-timing-function: ease-in-out;
}

.result {
  border: 1px solid #efefef;
  display: block;
  margin-left: -11px;
  width: calc(100% + 22px);
}

.result > div {
  color: #000;
  display: inline-block;
  padding: 10px;
}

.result .label-name {
  border-right: 1px solid #efefef;
  color: #114f6a;
  font-size: 0.9em;
  line-height: 20px;
}

.result .result-value {
  direction: ltr;
}

.calc-tabs .help-block.note {
  border-left: 2px solid #c6d9e2;
  display: block;
  line-height: 1em;
  margin-bottom: 20px;
  padding-left: 5px;
}

.other-calcs.list-unstyled > li {
  display: inline-block;
}

.other-calcs.list-unstyled > a {
  display: block;
  padding: 10px 0;
}

.other-calcs.list-unstyled a {
  color: #2a4451;
  display: block;
  font-size: 0.83em;
  padding: 10px 0;
}

.other-calcs.list-unstyled a i {
  display: inline-block;
  height: 21px;
  margin-right: 7px;
  vertical-align: middle;
  width: 22px;
}

.other-calcs.list-unstyled a i.risk-calc-ico {
  background-position: 0 -189px;
}

.other-calcs.list-unstyled a i.f-calc-ico {
  background-position: -53px -189px;
}

.other-calcs.list-unstyled a i.go-ico.home-revamp-sprite {
  background-position: -20px -61px;
  display: inline-block;
  height: 7px;
  margin-left: 12px;
  vertical-align: middle;
  width: 5px;
}

.other-calcs.list-unstyled > li:last-child {
  float: right;
}

.other-calcs.list-unstyled {
  display: block;
  margin-top: 5px;
}

.other-calcs.list-unstyled > li:hover a {
  color: #fd5c28;
}

.tab-main.calc-tabs .tab-content .min-pad-left .form-control {
  margin-top: 0;
}

.tab-main.calc-tabs .tab-content .curr-converter {
  margin-top: 10px;
  font-size: 1em;
}
.f16 .flag {
  vertical-align: middle !important;
}

.tab-main.calc-tabs .tab-content .form-group .glyphicon:hover {
  opacity: 0.7;
  transform: rotate(130deg);
  transform: rotate(180deg);
  transition: all 1s ease;
}
.analysis .col-md-5 table tbody tr td .num {
  direction: ltr;
}
.calc-tabs .nav.nav-tabs a > i.m-calc-ico-two {
  background-position: -53px -189px;
}

.calc-tabs .nav-tabs > li:hover > a > i.m-calc-ico-two,
.calc-tabs .nav-tabs > li.active > a > i.m-calc-ico-two,
.calc-tabs .nav-tabs > li.active > a:hover > i.m-calc-ico-two,
.calc-tabs .nav-tabs > li.active > a:focus > i.m-calc-ico-two {
  background-position: -164px -189px;
}

.calc-tabs .nav.nav-tabs a > i.m-calc-ico-three {
  background-position: -187px -189px;
}

.calc-tabs .nav-tabs > li:hover > a > i.m-calc-ico-three,
.calc-tabs .nav-tabs > li.active > a > i.m-calc-ico-three,
.calc-tabs .nav-tabs > li.active > a:hover > i.m-calc-ico-three,
.calc-tabs .nav-tabs > li.active > a:focus > i.m-calc-ico-three {
  background-position: -211px -189px;
}

.calc-tabs .nav.nav-tabs a > i.m-calc-ico-four {
  background-position: 0 -189px;
}

.calc-tabs .nav-tabs > li:hover > a > i.m-calc-ico-four,
.calc-tabs .nav-tabs > li.active > a > i.m-calc-ico-four,
.calc-tabs .nav-tabs > li.active > a:hover > i.m-calc-ico-four,
.calc-tabs .nav-tabs > li.active > a:focus > i.m-calc-ico-four {
  background-position: -23px -189px;
}

/**END-calculators-home**/

/*****************************
*
*  videos-home
*
*******************************/

.home-videos {
  /* border: 1px solid #ececec;
    border-left-width: 0;
    border-top-width: 0; */
  padding-top: 15px;
}

.home-videos .main-video .embed-responsive {
  height: 250px;
}

.home-videos .main-video .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 50.25%;
}

.main-video > h3 {
  margin-bottom: 10px;
  margin-top: 15px;
  max-height: 46px;
  overflow: hidden;
  font-size: 14px;
}

.home-videos .main-video > h3 > a {
  color: #082c3c;
  font-size: 14px;
  line-height: 1.65em;
}

.home-videos .main-video > small {
  display: block;
  margin-bottom: 15px;
  font-size: 10px;
}

.home-videos .main-video > p {
  display: block;
  height: 48px;
  margin-top: 0;
  overflow: hidden;
  font-size: 0.9em;
}

.home-videos .main-video i.time-icon {
  height: 15px;
  width: 15px;
  background-position: 0 -53px !important;
  display: inline-block;
  vertical-align: middle;
}

.videos-list li a.thumbnail {
  border-radius: 0;
  height: 110px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 165px;
  background: #333;
}

.over {
  position: absolute;
  width: 100%;
  height: 100%;
}

.over:hover .play {
  background: #cd201f;
  opacity: 1;
}

.play {
  background: #333;
  opacity: 0.7;
  border-radius: 50% / 10%;
  color: #ffffff;
  font-size: 1em;
  height: 2em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 3em;
  top: 15%;
}

.play:hover {
  background: #cd201f;
}

.play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  right: -5%;
  position: absolute;
  left: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  font-size: 0.55em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 49%;
  position: absolute;
  width: 0;
  left: 50%;
}

.videos-list li a.thumbnail:hover .glyphicon.glyphicon-play {
  display: block;
}

.videos-list li a.thumbnail > img.media-object {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

.videos-list li a.thumbnail:hover {
  border-color: #ddd;
}

.videos-list.media-list {
  /* height: 400px; */
  /* overflow: hidden; */
  margin-bottom: 10px;
}

.videos-list li.media {
  margin-top: 0;
  padding: 10px 18px 10px 0;
  display: flex;
}

.videos-list li.media span {
  font-size: 11px;
  color: rgba(38, 38, 38, 0.8);
}

.home-videos .videos-list .media-right {
  margin-right: 10px;
  padding-left: 0;
}

/*
.videos-list li.media:first-child {
    padding-top: 0;
} */

.videos-list li.media h4.media-heading {
  color: #2b667f;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
  margin-top: 10px;
  height: 85px;
  overflow: hidden;
}

.videos-list li small.date-video {
  color: #9e9e9e;
  font-size: 80%;
}

.videos-list li.media h4.media-heading > a {
  color: #2b667f;
}

.videos-list li.media .media-body {
  padding-left: 10px;
  padding-top: 15px;
}

/**END-videos-home**/

/**book-home**/

.book-ad {
  margin-top: 15px;
  display: block;
  width: 100%;
}

.book-ad img {
  width: 100%;
  height: 100%;
}

.book-ad .forex-book {
  display: block;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.book-ad .small-book {
  background: #3fcc67 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 8px 18px;
  text-align: right;
  width: 100%;
}

.forex-book .media {
  background: rgba(99, 171, 120, 0.7) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  right: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.forex-book .media .media-right {
  background: #fd6f42 none repeat scroll 0 0;
  border: 2px solid #fff;
  display: inline-block;
  float: left;
  height: 65px;
  padding-top: 7px;
  text-align: center;
  vertical-align: middle;
  width: 65px;
}

.forex-book .media .media-right > i {
  background-position: -46px -53px;
  display: inline-block;
  margin: 0 auto;
  width: 43px;
  height: 36px;
  margin-top: 5px;
}

.forex-book .media .media-body {
  padding-left: 10px;
}

.forex-book .media .media-body > strong {
  display: block;
  font-size: 2.2em;
  line-height: 1.1;
}

.forex-book .media:hover .media-right {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.09);
}

.forex-book .media:hover .media-right > i {
  mix-blend-mode: soft-light;
}

/**End-book-home**/

/**course-home**/

.course-list {
  height: 350px;
  margin-bottom: 0;
  margin-left: -7px;
  overflow: hidden;
  padding-left: 7px;
}

.home-courses {
  border: 1px solid #efefef;
  margin-top: -3px;
  padding: 10px;
}

.course-main {
  background: #f9f9f9 none repeat scroll 0 0;
  text-align: center;
  padding: 20px 0;
  min-height: 343px;
}

.course-inst {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  width: 95px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
}

.course-inst > img {
  width: 100%;
  min-height: 100%;
}

.course-main h3 a {
  color: #343434;
  font-size: 1em;
}

.course-main > h3 {
  margin-bottom: 5px;
}

.course-main > small {
  color: #9e9e9e;
  margin: 10px auto;
  display: block;
}

.course-main > small > i.calendar-ico {
  width: 11px;
  height: 12px;
  background-position: -93px -56px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}

.course-main > p {
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 0 10px;
  height: 40px;
  overflow: hidden;
}

.course-place {
  border-right: 1px solid #e4e4e4;
  color: #4f4e4e;
  display: inline-block;
  font-size: 1.3em;
  margin-right: 3px;
  padding-right: 7px;
}

.course-place > i {
  width: 11px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-position: -107px -55px;
}

.course-price {
  color: #4f4e4e;
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  text-shadow: none;
}

.course-price > span {
  font-size: 0.83em;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
}

.course-main .btn.btn-default {
  display: block;
  font-size: 1.3em;
  margin: 17px auto 7px;
  padding: 10px 0;
  width: 55%;
}

ul.course-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 15px;
}

ul.course-list li.active,
ul.course-list li:hover {
  background: #f5f5f5 none repeat scroll 0 0;
  position: relative;
}

ul.course-list li.active::before,
ul.course-list li:hover::before {
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f5f5f5;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: -7px;
  top: calc(50% - 7px);
  width: 0;
  z-index: 6666;
}

ul.course-list li > h4 {
  margin: 5px 0 2px;
  line-height: 1.5em;
}

ul.course-list li small {
  color: #9e9e9e;
}

ul.course-list li > small > i.calendar-ico {
  background-position: -93px -56px;
  display: inline-block;
  height: 12px;
  margin-right: 1px;
  vertical-align: middle;
  width: 11px;
}

ul.course-list li h4 > a {
  color: #2b667f;
}

/**End-course-home**/

/**learn-forex-home**/

/*ul.forex-school li>h4 {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}*/

.list-unstyled.forex-school {
  padding: 1px;
  margin-bottom: 0;
}

ul.forex-school li {
  margin-bottom: 0;
  padding-top: 3.6px;
  padding-bottom: 4px;
}

.forex-school-aside header {
  border: 1px solid #ececec;
  border-bottom-width: 0;
}

.forex-school-aside > div {
  padding: 0;
}

/* Float Shadow */

.hvr-float-shadow span > i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow span > i:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  right: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover span > i,
.hvr-float-shadow:focus span > i,
.hvr-float-shadow:active span > i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover span > i:before,
.hvr-float-shadow:focus span > i:before,
.hvr-float-shadow:active span > i:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

ul.forex-school li h4 > a {
  color: #1d5884;
}

ul.forex-school li span {
  display: inline-flex;
  vertical-align: middle;
  /* margin-right: 5px; */
  text-align: center;
  align-items: center;
  align-self: center;
  height: 32px;
  width: 42px;
}

ul.forex-school li span i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

ul.forex-school li span i.sc-1 {
  height: 23px;
  width: 30px;
  background-position: -1px -107px;
}

ul.forex-school li span i.sc-2 {
  width: 17px;
  height: 23px;
  background-position: -38px -107px;
}

ul.forex-school li span i.sc-3 {
  width: 25px;
  height: 22px;
  background-position: -62px -107px;
}

ul.forex-school li span i.sc-4 {
  width: 25px;
  height: 24px;
  background-position: -94px -107px;
}

ul.forex-school li span i.sc-5 {
  width: 27px;
  height: 27px;
  background-position: -125px -107px;
}

ul.forex-school li span i.sc-6 {
  width: 25px;
  height: 27px;
  background-position: -187px -107px;
}

/********************************************/

/**End-learn-forex-home**/

/********************************************/

.broker-list {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

ul.broker-list li > a:first-child {
  display: block;
  height: 40px;
}

.wobble-vertical:hover {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: wobble-vertical;
  animation-timing-function: ease-in-out;
}

ul.broker-list li > a.link {
  font-size: 0.85em;
  margin-top: 10px;
}

ul.broker-list li {
  border-right: 1px solid #f3f3f3;
  padding-top: 10px;
}

.back-prv {
  text-align: right;
  padding: 10px 0;
  margin-top: -20px;
}

.back-prv a {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  height: 23px;
  line-height: 1.05;
  text-align: center;
  width: 23px;
}

.btn.btn-default.choose-brokre {
  font-size: 0.95em;
  padding: 10px 15px;
}

.back-prv a:hover {
  background: #fd5e2b;
}

.aside-box h5.choose-broker {
  border: 1px solid #f0f0f0;
  background: #f9f9f9;
  border-bottom: 0;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  display: table-cell;
  line-height: 1.7em;
  font-size: 0.9em;
  margin-bottom: -1px;
  padding: 12px 20px;
}

.more-brokers.btn.btn-default {
  display: table-cell;
  font-size: 1.5em;
  margin-bottom: -1px;
  margin-left: -5px;
  padding: 4px 15px 0;
}

/*12/5 Comments*/

.home-news-container {
  background: #f8f8f8;
  padding-top: 15px;
}

/*Open Account DIV*/

.open-account {
  display: block;
  padding: 22px;
  border: 3px solid #feb7a6;
  position: relative;
  height: 102px;
  padding-left: 70px;
  background: #fdfdfd;
  background: -webkit-linear-gradient(#fdfdfd, #fafafa);
  background: -o-linear-gradient(#fdfdfd, #fafafa);
  background: -moz-linear-gradient(#fdfdfd, #fafafa);
  background: linear-gradient(#fdfdfd, #fafafa);
}

.open-account .at-icon {
  display: inline-block;
  width: 50px;
  height: 96px;
  background-position: -58px -211px;
  position: absolute;
  top: 0;
  left: 0;
}

.open-account h3 {
  color: #072533;
  font-size: 1.3em;
  display: inline-block;
  margin-top: -9px;
  max-width: 380px;
  line-height: 35px;
}

.open-account .btn-group {
  float: right;
}

.open-account .btn-group .btn {
  color: #fff;
  font-size: 1.28571em;
  border-radius: 0;
  padding: 10px 20px;
  height: 50px;
  position: relative;
}

.open-account .btn-group .btn i {
  display: inline-block;
  position: absolute;
  left: 20px;
}

.open-account .btn-group .real-account {
  background: #fd6f30;
  background: -webkit-linear-gradient(#fd6f30, #fd4920);
  background: -o-linear-gradient(#fd6f30, #fd4920);
  background: -moz-linear-gradient(#fd6f30, #fd4920);
  background: linear-gradient(#fd6f30, #fd4920);
  padding-left: 55px;
}

.open-account .btn-group .real-account i {
  width: 25px;
  height: 31px;
  background-position: -33px -211px;
  top: 9px;
}

.open-account .btn-group .demo-account {
  margin-left: 10px;
  padding-left: 61px;
  background: #0a3548;
  background: -webkit-linear-gradient(#0a3548, #062330);
  background: -o-linear-gradient(#0a3548, #062330);
  background: -moz-linear-gradient(#0a3548, #062330);
  background: linear-gradient(#0a3548, #062330);
}

.open-account .btn-group .demo-account i {
  width: 31px;
  height: 25px;
  background-position: -1px -211px;
  top: 10px;
}

.banner-empty {
  margin-top: 25px;
  display: block;
}

#account_btn,
#start-trading,
#inner-data > header {
  margin-bottom: 0px;
}

@-moz-document url-prefix() {
  .home-news-list li h3 > a {
    max-height: 42px;
    line-height: 1.55em;
    font-weight: 500;
  }
  .home-news-list li h3 {
    font-size: 1em;
  }
  #calendar-home .calender-data {
    top: 37px;
  }
  .back-prv a {
    line-height: 1.2em;
  }
}

/*****************************
   *
   * Services and agents
   *
   *******************************/

.home-services {
  background-color: #f3f3f3;
  height: 550px;
  margin-bottom: 23px;
  margin-top: 16px;
}

.home-services article {
  text-align: center;
}

.home-services article header span {
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background: #f35928;
  display: block;
}

.home-services article header h2 {
  padding: 29px 0;
  display: block;
  background: none;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1d5884;
}

.home-services article .shadow {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.home-services article .col-md-4 {
  background-color: white;
  border-left: 1px solid #ebebeb;
  height: 180px;
  padding-top: 39px;
}

.home-services article .col-md-4 h3 {
  font-size: 18px;
  color: #082c3c;
}

/*.home-services article .col-md-4:hover h3 {*/
/*color: #f35928;*/
/*}*/

.home-services article .shadow a:first-child .col-md-4 {
  border: 0;
}

.home-services article .col-xs-6 {
  background-color: white;
  border-left: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.comp-logos {
  display: inline-flex;
  width: inherit;
  justify-content: center;
  height: 155px;
}

.comp-logos li {
  display: inline-grid;
  background-color: white;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  width: 164px;
}

.comp-logos li:last-child {
  margin-right: 0;
}

.comp-logos li div {
  height: 79px;
  height: 79px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}

/*.comp-logos li:hover {*/
/*padding-top: 5px;*/
/*}*/

/*.comp-logos li:hover div {*/
/*height: 70px;*/
/*}*/

/*.comp-logos li:hover span,*/
/*.comp-logos li:hover i {*/
/*display: block;*/
/*}*/

.comp-logos li:hover,
.more-details:hover {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
}

.comp-logos li a span {
  display: none;
  font-size: 12px;
}

.comp-logos li a i {
  background: rgba(0, 0, 0, 0) url(../../images/ar/home-revamp-sprite.png);
  vertical-align: middle;
  display: none;
  background-position: 201px 159px;
  width: 31px;
  height: 33px;
  float: none;
  margin: 2px auto;
}

.more-details {
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 5px 145px;
  display: inline-block;
  color: #1d5884;
}

.more-icon {
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-left: 3px;
  background-position: -146px 0px;
}

.icon-services {
  background: rgba(0, 0, 0, 0) url(../../images/ar/services-sprite.png);
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}

.home-services {
  position: relative;
}

.services-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.home-services .container-fluid {
  position: relative;
  pointer-events: none;
  z-index: 1;
}

.comp-logos a {
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-services .shadow,
.home-services .more-details {
  pointer-events: all;
}

.service-trade-strategy {
  background-position: 0px 57px;
  width: 55px;
  height: 55px;
}

.service-dollar {
  background-position: 0px 179px;
  width: 63px;
  height: 56px;
}

.service-book {
  background-position: 0px 117px;
  width: 89px;
  height: 57px;
}

.service-phone {
  background-position: 47px 177px;
  width: 46px;
  height: 55px;
}

.add-banner.visible-xs {
  margin-top: 20px !important;
}

.home-news-pro img {
  position: static;
  width: 99px;
  min-width: 0;
  min-height: 0;
  margin: 10px 0 0 0;
}

.home-news-pro h2 {
  margin-top: 10px;
}

/* Show popup */
/*body.padding-left-0 {*/
/*padding-left: 0 !important;*/
/*}*/

/*.homepage-popup .modal-body {*/
/*padding: 0;*/
/*}*/

/*.homepage-popup .modal-body > a {*/
/*display: block;*/
/*}*/

/*.homepage-popup .modal-body button.close {*/
/*position: absolute;*/
/*top: 10px;*/
/*right: 10px;*/
/*font-size: 26px;*/
/*color: #ffffff;*/
/*}*/
/* popup */

/* courses widget */
.course-wide {
  margin-top: 0 !important;
}
.courses .courses-widget {
  min-height: 300px;
}
.side-course-widget li .right h3,
.side-course-widget li .right .homepage-course-title {
  max-height: unset;
  height: auto !important;
  margin-bottom: 0;
}
/* course square ad in home page */
.home-course-square-ads {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-course-square-ads > div {
  margin: 0 !important;
}
.ad-banner {
  margin-top: 20px !important;
  z-index: 3;
  position: relative;
}
.ad-banner article.col-md-9 {
  width: 100%;
  padding: 0;
}

/*****************home calender***********************/
.home-calender {
  border: 1px solid #e9e9e9;
}
.home-calender .table {
  margin-bottom: 0;
  min-height: 239px;
}

.home-calender tr {
  border-top: 1px solid #ddd;
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
}

.home-calender tr:first-child {
  border-top: 0;
}

.home-calender tr td {
  border: 0 !important;
}
.home-calender tr:has(th) {
  height: 32px;
}
.home-calender tr th {
  height: 32px;
  background: #fafafa;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
}
.home-calender tr th:first-child,
.home-calender tr td:first-child {
  width: 22%;
}

.home-calender tr th:nth-child(2),
.home-calender tr td:nth-child(2) {
  width: 13%;
}

.home-calender tr th:nth-child(3),
.home-calender tr td:nth-child(3) {
  width: 50%;
}

.home-calender tr th:nth-child(4),
.home-calender tr th:nth-child(5),
.home-calender tr td:nth-child(4),
.home-calender tr td:nth-child(5) {
  width: 11%;
  padding-left: 0;
}

.home-calender tr td p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.home-calender tr td span {
  font-size: 12px;
  font-weight: 500;
}
.home-calender tr td a {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
.home-calender tr td p .clock-icon {
  vertical-align: middle;
}

.home-content header {
  height: 40px;
}

.home-content header h2 {
  font-weight: bold;
  font-family: "Open Sans", Tahoma, sans-serif;
}

/* will be red only in google chrome
================================================== */

.pull-left {
  float: right !important;
}
.pull-right {
  float: left !important;
}

/* Show popup */
@media (min-width: 999px) {
  .homepage-popup .modal-dialog {
    width: 995px;
    margin: 150px auto 0;
  }
}
/* popup */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-news-list li h3 > a {
    max-height: 56px;
    line-height: 18px;
  }
  .home-news-list li h3 {
    font-size: 1em;
  }
  #calendar-home .calender-data {
    top: 37px;
  }
  .back-prv a {
    line-height: 1.2em;
  }
}

/* #Media Queries
================================================== */
@media (max-width: 1199px) and (min-width: 991px) {
  .sponsor-section .sponsor-item {
    width: 50% !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 991px) {
  .home-content > div > article,
  .home-content > div > aside {
    margin-bottom: 15px;
  }
  .home-convertor .form-inline .form-group {
    display: block;
    margin-bottom: 15px;
  }
  .calculators {
    height: auto;
  }
  .home-header-content .middle.col-md-7 {
    marign-right: 15px;
  }
  .open-account > h5 {
    margin-bottom: 29px;
    margin-top: 25px;
  }
  .home-news-list li {
    height: auto;
  }
  /***************************/
  .courses .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .analysis .col-md-7,
  .analysis .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .faq .col-md-4 {
    padding: 0;
    margin-bottom: 10px;
  }
  .courses {
    margin-top: 0 !important;
  }
  .home-content .eco-note {
    margin-bottom: 0;
  }
  .ad-banner {
    margin-top: 10px !important;
  }
  .courses .courses-widget {
    min-height: auto;
  }
  .home-course-square-ads {
    height: auto;
  }
  .home-course-square-ads {
    margin-top: 20px;
  }
}

/*******************************/

@media (min-width: 1200px) {
  /* .tab-main.calc-tabs .tab-content .currency-footer {
        margin-top: 0;
    } */
  .tab-main.calc-tabs .tab-content .currency-footer p {
    font-size: 10px;
    display: inline-block;
    line-height: 11px;
  }

  .tab-main.calc-tabs .tab-content .currency-footer p:first-of-type {
    float: left;
    /* padding-left: 10px;
        border-left: 3px solid #c6d9e2 */
  }
  .tab-main.calc-tabs .tab-content .currency-footer p:last-of-type {
    float: right;
  }
}

/******************************/

@media (max-width: 890px) {
  .open-account .btn-group .demo-account i,
  .open-account .btn-group .btn i {
    display: none;
  }
  .open-account .btn-group .demo-account,
  .open-account .btn-group .real-account {
    padding: 10px 15px;
  }
  .open-account {
    padding: 22px 60px 22px 15px;
  }
}

@media (max-width: 767px) {
  .home-header-content .middle.col-md-7 {
    max-width: 80%;
  }
  .at-accounts {
    float: left;
    width: 100%;
  }
  .go-why-at {
    background-color: #fd5d2a;
    color: #fff !important;
  }
  .go-why-at:hover {
    background-color: #fff;
    color: #fd5d2a !important;
  }
  #calendar-home .calender-data {
    position: static;
    width: auto;
    display: block;
    text-align: center;
    border-top-width: 0;
  }
  #calendar-home .calender-data .date {
    height: auto;
    padding-top: 15px;
  }
  #calendar-home .calender-data .date > p,
  #calendar-home .calender-data .date > p > strong,
  #calendar-home .calender-data .date > p > span {
    display: inline-block;
  }
  #calendar-home .calender-data .date > p > strong {
    font-size: 1.2em;
    line-height: 20px;
  }
  #calendar-home .calender-data .date > .next-day,
  #calendar-home .calender-data .date > .prev-day {
    top: 3px;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    width: 9px;
    height: 22px;
    mix-blend-mode: darken;
  }
  #calendar-home .calender-data .date > .prev-day {
    background-position: -145px -69px !important;
    margin-left: 10px;
  }
  #calendar-home .calender-data .date > .next-day {
    background-position: -134px -69px !important;
  }
  #calender-info-mob {
    overflow-x: hidden;
  }
  #calender-info-mob .row > div > p {
    padding: 5px 10px;
    margin-bottom: 0;
  }
  #calender-info-mob .row > div.col-xs-8 > p {
    height: 25px;
    overflow: hidden;
    padding: 5px 30px 5px 10px;
    position: relative;
  }
  #calender-info-mob .row > div > p > i {
    position: absolute;
    top: 11px;
    left: 10px;
  }
  #calender-info-mob .ca-time {
    text-align: right;
  }
  #calender-info-mob .price-title > div {
    background: rgba(0, 0, 0, 0.05);
  }
  #calender-info-mob .price-title > div > p {
    text-align: center;
    font-weight: bold;
    color: #3b3b3b;
  }
  #calender-info-mob .price-details > div > p {
    text-align: center;
  }
  #calender-info-mob .calender-row {
    border-top: 1px solid #e9e9e9;
    padding: 5px 0;
  }
  #calender-info-mob .calender-row.active {
    background: #eff3f6;
  }
  #calender-info-mob .calender-row.active .col-xs-8 p {
    color: #fa7041;
  }
  #calendar-home .calender-data .date > p > span.year {
    display: inline-block;
    font-size: 0.7em;
  }
  .form-group.conv-action {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }
  .opened,
  .closed {
    display: block;
    float: none !important;
  }
  .tc-bg {
    text-align: center;
    height: auto;
    min-height: auto;
  }
  .summary {
    display: block;
    text-align: center;
  }
  .summary > h4 {
    display: inline-block;
  }
  .col-sm-7.currency-indicators.min-pad-right {
    padding-right: 15px;
    min-width: none;
  }
  .col-sm-5.tc-currency-info.min-pad-left {
    padding-left: 15px;
    max-width: none;
  }
  .calc-tabs .tab-pane .form-group.min-pad-right {
    padding-left: 15px;
  }
  .calc-tabs .tab-pane .form-group.min-pad-left {
    padding-right: 15px;
  }
  .home-courses .col-sm-6.min-pad-right {
    padding-left: 15px;
  }
  .home-courses .col-sm-6.min-pad-left {
    padding-right: 15px;
  }
  ul.course-list li small {
    border-right: 1px solid #f1f1f1;
    color: #9e9e9e;
    display: inline-block !important;
    margin-right: 3px;
    padding-right: 14px;
  }
  ul.course-list li small:last-child {
    border: 0 none;
  }
  ul.course-list li > a {
    border-radius: 20px;
    margin-top: -20px;
  }
  .course-list {
    height: auto;
    overflow: visible;
  }
  ul.course-list li.active::before,
  ul.course-list li:hover::before {
    visibility: hidden;
  }
  /**mobile-calendar**/
  .list-unstyled.c-m-list {
    margin-top: 15px !important;
  }
  .tab-pane.visible-xs.calendar-mobile {
    background: #f8f8f8 none repeat scroll 0 0;
  }
  .list-unstyled.c-m-list > li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: block;
    margin: 5px;
    padding: 3px 10px;
    cursor: pointer;
  }
  .list-unstyled.c-m-list > li:hover {
    border-collapse: #b4b4b4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  }
  .list-unstyled.c-m-list > li.c-m-day {
    background: #ebeaea none repeat scroll 0 0;
    border: 0 none;
    display: block;
    margin: 0;
    text-align: center;
    padding: 5px;
    cursor: default;
  }
  .list-unstyled.c-m-list > li.c-m-day:hover {
    border: 0 none;
    box-shadow: none;
  }
  .list-unstyled.c-m-list > li.c-m-day > h5 {
    padding: 4px;
    margin: 0;
    color: #404040;
  }
  .list-unstyled.c-m-list > li > .c-m-caption {
    color: #142735;
    display: table;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 1px;
  }
  .list-unstyled.c-m-list > li > .c-m-caption > a {
    color: #142735;
    display: table-cell;
    line-height: 1.6em;
    padding-left: 5px;
  }
  .list-unstyled.c-m-list > li > .c-m-caption > a:hover {
    color: #fd5d2a;
  }
  .list-unstyled.c-m-list > li ul.c-m-row-group.list-unstyled {
    display: table;
    width: 100%;
  }
  .list-unstyled.c-m-list > li ul.c-m-row-group.list-unstyled li.c-m-cell {
    border-right: 1px solid #e7e7e7;
    color: #2e2e2e;
    display: table-cell;
    font-size: 0.9em;
    text-align: center !important;
    vertical-align: middle;
    width: 24%;
  }
  .list-unstyled.c-m-list
    > li
    ul.c-m-row-group.list-unstyled
    li.c-m-cell:last-child {
    border: 0;
  }
  .c-m-cell.currency-check > p {
    color: #363636;
    margin-top: 6px;
  }
  .c-m-cell > h5 {
    color: #8e8e8e;
    font-size: 1.1em;
    margin-top: 5px;
  }
  .c-m-num {
    font-family: arial;
    font-size: 2em;
    font-weight: 500;
    direction: ltr;
  }
  .c-m-num.na {
    color: #dedede;
  }
  .list-unstyled.c-m-list {
    display: inline-block;
    width: 100%;
  }
  .c-m-cell.currency-check .currency-single {
    margin-left: 5px;
  }
  .currency-s {
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-right: 3px;
    margin-top: 0 !important;
    vertical-align: top;
  }
  /**End-mobile-calendar**/
  /*GALLERY*/
  /***************************/
  .writers ul li {
    width: 100%;
    padding: 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .writers ul li div:last-child a {
    margin-left: 0;
  }
  .writers ul li:nth-child(even) {
    margin-left: 0;
  }
  .writers ul {
    max-height: 100%;
    height: 100%;
  }
  .writers ul li:nth-child(-n + 2) {
    border: 0;
  }

  .analysis .box-style table tbody th {
    font-size: 11px;
  }
  .analysis .box-style div h3 {
    margin-bottom: 10px;
  }
  /***************************/
  .courses .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .analysis .col-md-7,
  .analysis .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .eco-note .aside-box ul {
    min-height: auto;
  }

  .recommendations {
    height: 100%;
  }

  .faq .col-md-4 {
    padding: 0;
    margin-bottom: 10px;
  }
  /******************************/
  .summary > h4 {
    position: relative;
    top: -13px;
  }
  .pivot {
    margin-bottom: 0;
  }
  .point {
    margin: 0 0 10px;
    padding: 5px;
  }
  .point span {
    display: inline-block;
    margin-left: 5px;
  }
  .open-account {
    padding: 5px 60px 5px 15px;
    text-align: center;
  }
  .open-account h3 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 4px;
    margin-top: 0;
    text-align: center;
    max-width: 100%;
  }
  .open-account .btn-group {
    float: none;
    margin: 0 auto;
  }
  .open-account .btn-group .demo-account,
  .open-account .btn-group .real-account {
    padding: 8px 13px 11px;
  }
  .open-account .btn-group .demo-account {
    margin-left: 5px;
  }
  .open-account .btn-group .btn {
    font-size: 1em;
    height: auto;
  }
  .home-content {
    margin-top: 5px;
  }
  .analysis .col-md-7,
  .analysis .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .eco-note .aside-box ul {
    min-height: auto;
  }

  .faq .col-md-4 {
    padding: 0;
    margin-bottom: 10px;
  }
  .home-ads .close {
    margin-right: 0;
    line-height: 15px;
  }

  .writers ul li div:first-child {
    width: 80px;
  }
  .writers ul li img {
    border: 1px solid #e6e6e6;
    height: 68px;
    width: 68px;
  }
  .writers ul li div:last-child a:first-child {
    min-height: auto;
    /*max-height: 100%;*/
  }

  .news-main-img img {
    right: auto;
    margin-right: 0;
    min-height: 0;
    min-width: 100%;
    width: 100%;
    position: static;
  }
  .news-main-img {
    height: auto;
    padding-bottom: 0;
    border: 1px solid #ebebeb;
    border-bottom-width: 0;
  }
  .news-caption {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    right: 0;
    padding: 15px 10px;
    position: static;
    left: 0;
  }
  .news-caption a {
    font-size: 16px;
    color: #1d5884;
  }
  .news-caption p {
    color: #373737;
    line-height: 1.5em;
    max-height: 58px;
    overflow: hidden;
  }

  .news-caption h2 {
    font-size: 1em;
    margin: 5px 0;
  }

  .eco-note {
    min-height: auto;
  }
  .home-services {
    height: auto;
  }
  .home-services article .col-md-4 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .home-services article header h2 {
    line-height: 28px;
  }
  .more-details {
    width: 100%;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
    background-color: transparent;
    border: 0px;
    padding-top: 10px;
  }
  .comp-logos {
    display: inline-block;
    margin-bottom: 0;
    height: auto;
  }
  .comp-logos li {
    width: 48.5%;
    display: inline-block;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-services article .col-xs-6 {
    margin-bottom: 6px;
    min-height: 106px;
    float: none;
    margin: 3px auto;
  }
  .home-news-pro img {
    width: 75px;
  }
  .ad-banner {
    margin-top: 0px !important;
    margin-bottom: 10px;
  }
  .alert.news-marque {
    margin-top: 5px;
  }
  .home-news-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .eco-note .aside-box {
    padding: 0;
  }
  .eco-note .aside-box ul li {
    border-bottom: 1px solid #ececec;
    padding: 10px 5px 10px 15px;
  }
  .eco-note .aside-box ul li:last-child {
    border: 0;
  }
  .eco-note .aside-box ul li .note-right p {
    display: inline;
    font-size: 12px;
    font-weight: 500;
  }
  .eco-note .aside-box ul li .note-left p {
    display: block;
    margin-bottom: 0;
  }
  .eco-note .aside-box ul li .note-right h3 {
    margin: 5px 0 0 0;
  }
  .eco-note .aside-box ul li .note-right a {
    font-size: 13px;
    font-weight: 500;
  }
  .eco-note .aside-box ul li .note-right a:hover {
    color: #f35928;
  }
  .eco-note .aside-box ul li .note-right span:nth-child(2) {
    font-size: 11px;
  }
  .eco-note .aside-box ul li .note-left span {
    color: #868686;
    font-weight: 700;
    margin-left: 5px;
  }
  .eco-note .aside-box ul li .note-right p span:first-child {
    vertical-align: middle;
  }
  .col-sm-7.currency-indicators.min-pad-right {
    min-height: 235px;
    padding-left: 15px;
  }
  .point {
    margin: 3px 0 !important;
  }
  .home-content header > span {
    width: 36px !important;
    height: 3px;
    border-radius: 3px;
    background: #f35928;
    display: block;
  }
}

@media (max-width: 580px) {
  .home-tech-indicators > .nav.nav-tabs a {
    font-size: 12px;
    padding: 9px 8px 5px;
  }
  ul.course-list li > a {
    border-radius: 20px;
    display: block;
    float: none !important;
    font-size: 0.9em;
    margin: 20px auto 0;
    text-align: center;
    width: 30%;
  }
  .open-account > h5 {
    display: none;
  }
}
@media (max-width: 575) {
  .home-news-list li a.news-list-img {
    height: 100px;
  }
}
@media (max-width: 500px) {
  .header-blog-links {
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  /**End-mobile-calendar**/
  .c-m-num {
    font-size: 1.4em;
  }
  /**End-mobile-calendar**/
  .open-account {
    padding: 5px 0;
  }
  .analysis .box-style div {
    padding-bottom: 0;
  }
  .analysis .box-style div h3 {
    display: block;
  }
  /*.analysis .box-style div ul {*/
  /*float: none;*/
  /*}*/
  .courses .col-md-4 table tbody td a {
    padding: 0 4px;
  }
  .courses .col-md-4 table tbody td:last-child {
    padding: 8px 0;
  }

  .analysis .box-style ul {
    margin-top: 10px;
  }
  .analysis .box-style .tab-pane {
    height: 100%;
  }
  .analysis .col-md-7 .box-style .tab-pane {
    height: 100%;
    margin-top: 50px;
  }
  .analysis .table-footer {
    position: relative;
  }
  .analysis .col-md-5 .box-style .tab-pane {
    height: 100%;
    margin-top: 50px;
  }
  .recommendations table tbody td {
    padding: 10px 6px 10px 0;
  }
  .recommendations table tbody tr td:last-child a {
    padding: 2px 6px;
  }
  .recommendations table thead th:first-of-type {
    padding-right: 0;
  }
  .sponsor-section .sponsor-item {
    width: 50% !important;
  }
  ul.forex-school li > h3 {
    font-size: 13px;
  }
}

.home-tech-indicators > .nav.nav-tabs a:hover {
  border-radius: 0;
}

.pivot {
  border: 1px solid #f3f3f3;
  display: flex;
}

.pivot > li {
  border-left: 1px solid #f3f3f3;
  width: 25%;
}

.pivot > li:first-child {
  border-left-width: 0;
}

.pivot > li:first-child span {
  text-align: left;
}

.pivot > li > span {
  display: block;
  border-top: 1px solid #f3f3f3;
  text-align: center;
  font-size: 0.9em;
  padding: 7px 5px;
  color: #494949;
  height: 35px;
  font-weight: 500;
}

.pivot > li > a,
.point {
  margin: 3px;
  padding: 12px 5px;
  background: #f9f9f9;
  font-size: 0.85em;
  color: #909090;
  text-align: center;
  display: block;
  font-weight: 500;
}

.pivot > li > a > span,
.point span {
  display: block;
  font-size: 1.3em;
  color: #494949;
  font-weight: 500;
}

.pivot > li > span:first-child {
  border-top-width: 0;
}
.pivot > li > span > a {
  color: #1d5884;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
}

.pivot > li > span > a:hover {
  color: #fd5c28;
}
.summary-main {
  padding-right: 0;
}
.summary-type > span {
  height: 30px;
  float: left;
}
.summary-type > span:first-child {
  line-height: 23px;
  min-width: 60px;
  padding: 2px 10px 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}

.summary-type .summary-icon {
  border: 1px solid #eaeaea;
  padding: 0 4px;
}

.moving-average {
  margin: 0 0 13px;
  border: 1px solid #f3f3f3;
}

.moving-average li {
  margin: 15px 0;
  padding: 0 10px 0 0;
}

.moving-average li:last-child {
  padding-right: 10px;
}
.moving-average li h6 {
  text-align: center;
  margin: 0 0 8px;
  font-weight: 500;
  text-transform: capitalize;
}
.moving-average li > div {
  display: block;
  background: #f9f9f9;
  padding: 5px 0;
  margin-bottom: 3px;
}

.moving-average li a:hover {
  color: #fd5c28;
}

.moving-average li > div:last-child {
  margin-bottom: 0;
}

.moving-average li > div p {
  display: inline-block;
  float: left;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 10%;
  text-align: center;
  width: 40%;
  font-weight: 600;
}

.moving-average li > div p.red {
  margin-top: -2px;
}

.moving-average li > div span {
  color: #494949;
  display: inline-block;
  font-size: 0.92em;
  position: relative;
  top: -2px;
  width: 50%;
  text-align: center;
}

.tc-bg {
  background-color: #fbfbfb;
  display: block;
  min-height: 235px;
  padding: 10px 20px 10px;
}

.tc-currency-info h3 {
  color: #082c3c;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 4px;
}

.tc-currency-info h3 > span {
  color: #a2a2a2;
  font-size: 0.85em;
  vertical-align: middle;
  margin-left: 5px;
  height: 35px;
}

.more-news {
  border: 1px solid #e9e9e9;
  border-bottom-width: 2px;
  position: relative;
  top: -13px;
  background-color: #f9f9f9;
  margin-top: 10px;
}

.curr-conv-highlight {
  border-color: #fd5d2a;
  outline: 0;
  -webkit-box-shadow: inset 0 0 4px rgba(253, 93, 42, 0.5),
    0 0 8px rgba(255, 174, 148, 1);
  box-shadow: inset 0 0 4px rgba(253, 93, 42, 0.5),
    0 0 8px rgba(255, 174, 148, 1);
}

@media (min-width: 768px) {
  .open-account h3 {
    margin-top: 7px;
  }
  .lg-home-blogs .writers ul {
    max-height: 330px;
  }

  .lg-home-blogs .writers ul li {
    padding: 16px 0 10px 15px;
    height: 110px;
  }

  .lg-home-blogs .writers ul li:nth-child(-n + 4) {
    border-bottom: 1px solid #e6e6e6;
  }

  .lg-home-blogs .home-course-square-ads {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .open-account h3 {
    margin-top: -9px;
  }
  .news-caption h2 {
    font-size: 1.14em;
  }
  .side-course-widget li {
    min-height: 178px;
  }
  .tab-main.calc-tabs .tab-content .currency-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  aside {
    margin-bottom: 0;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .writers ul {
    max-height: 100%;
  }
  .lg-home-blogs .writers ul {
    max-height: 402px;
  }
  .lg-home-blogs .writers ul li {
    padding-top: 26px;
    height: 138px;
  }
  .lg-home-blogs .home-course-square-ads {
    margin-top: 0;
  }
  .recommendations table tbody td {
    padding: 10px 5px;
  }
  .recommendations table tbody td:first-of-type {
    font-size: 13px;
  }
  .recommendations table tbody td:last-child {
    padding: 10px 0;
  }
  .recommendations .entry-price .price {
    font-size: 13px;
  }
  .recommendations table tbody tr td:last-child a {
    font-size: 11px;
    padding: 2px 5px;
  }
  .home-tech-indicators .tab-content.ind-tabs {
    min-height: 299px;
    padding: 33px 10px 30px;
  }
}

@-moz-document url-prefix() {
  .home-news-list li h3 > a {
    max-height: 42px;
    line-height: 1.55em;
    font-weight: 500;
  }
  .home-news-list li h3 {
    font-size: 1em;
  }
  #calendar-home .calender-data {
    top: 37px;
  }
  .back-prv a {
    line-height: 1.2em;
  }
}

/************************ course form ***********************/
/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.course-wide-form form .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  display: inline;
  vertical-align: middle;
}

.course-wide-form form .select2-container,
.course-wide-form form .select2-drop,
.course-wide-form form .select2-search,
.course-wide-form form .select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

.course-wide-form form .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    right top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .course-wide-form form .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.course-wide-form form .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;

  border-radius: 0 0 4px 4px;

  background-image: -webkit-gradient(
    linear,
    right bottom,
    right top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.course-wide-form
  form
  .select2-container.select2-allowclear
  .select2-choice
  .select2-chosen {
  margin-left: 42px;
}

.course-wide-form form .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  display: block;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-container
  .select2-choice
  > .select2-chosen {
  margin-right: 26px;
  margin-left: 0;
}

.course-wide-form form .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 24px;
  top: 8px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  cursor: pointer;
  outline: 0;
}

.course-wide-form
  form
  .select2-container.select2-allowclear
  .select2-choice
  abbr {
  display: inline-block;
}

.course-wide-form form .select2-container .select2-choice abbr:hover {
  background-position: left -11px;
  cursor: pointer;
}

.course-wide-form form .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.course-wide-form form .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.course-wide-form form .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.course-wide-form form .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.course-wide-form form .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.course-wide-form form .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.course-wide-form form .select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.course-wide-form form .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

  border-right: 1px solid #aaa;
  border-radius: 0 4px 4px 0;

  background-clip: padding-box;

  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    right top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-container
  .select2-choice
  .select2-arrow {
  right: 0;
  left: auto;

  border-right: none;
  border-left: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.course-wide-form form .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-container
  .select2-choice
  .select2-arrow
  b {
  background-position: 2px 1px;
}

.course-wide-form form .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-right: 4px;
  padding-left: 4px;

  position: relative;
  z-index: 10000;

  white-space: nowrap;
}

.course-wide-form form .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;

  outline: 0;
  font-family: sans-serif;
  font-size: 1em;

  border: 1px solid #aaa;
  border-radius: 0;

  -webkit-box-shadow: none;
  box-shadow: none;
}

html[dir="rtl"] .course-wide-form form .select2-search input {
  padding: 4px 5px 4px 20px;
}

.course-wide-form form .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.course-wide-form form .select2-container-active .select2-choice,
.course-wide-form form .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.course-wide-form form .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    right top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.course-wide-form
  form
  .select2-dropdown-open.select2-drop-above
  .select2-choice,
.course-wide-form
  form
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;

  background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.course-wide-form form .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-right: none;
  filter: none;
}
html[dir="rtl"]
  .course-wide-form
  form
  .select2-dropdown-open
  .select2-choice
  .select2-arrow {
  border-left: none;
}

.course-wide-form form .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-dropdown-open
  .select2-choice
  .select2-arrow
  b {
  background-position: -16px 1px;
}

.course-wide-form form .select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.course-wide-form form .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .course-wide-form form .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.course-wide-form form .select2-results ul.select2-result-sub {
  margin: 0;
  padding-right: 0;
}

.course-wide-form form .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.course-wide-form
  form
  .select2-results
  li.select2-result-with-children
  > .select2-result-label {
  font-weight: bold;
}

.course-wide-form form .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.course-wide-form form .select2-results-dept-1 .select2-result-label {
  padding-right: 20px;
}
.course-wide-form form .select2-results-dept-2 .select2-result-label {
  padding-right: 40px;
}
.course-wide-form form .select2-results-dept-3 .select2-result-label {
  padding-right: 60px;
}
.course-wide-form form .select2-results-dept-4 .select2-result-label {
  padding-right: 80px;
}
.course-wide-form form .select2-results-dept-5 .select2-result-label {
  padding-right: 100px;
}
.course-wide-form form .select2-results-dept-6 .select2-result-label {
  padding-right: 110px;
}
.course-wide-form form .select2-results-dept-7 .select2-result-label {
  padding-right: 120px;
}

.course-wide-form form .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.course-wide-form form .select2-results li em {
  background: #feffde;
  font-style: normal;
}

.course-wide-form form .select2-results .select2-highlighted em {
  background: transparent;
}

.course-wide-form form .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.course-wide-form form .select2-results .select2-no-results,
.course-wide-form form .select2-results .select2-searching,
.course-wide-form form .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-right: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.course-wide-form form .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.course-wide-form form .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.course-wide-form form .select2-results .select2-selected {
  display: none;
}

.course-wide-form form .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.course-wide-form
  form
  .select2-container.select2-container-disabled
  .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.course-wide-form
  form
  .select2-container.select2-container-disabled
  .select2-choice
  .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-right: 0;
}

.course-wide-form
  form
  .select2-container.select2-container-disabled
  .select2-choice
  abbr {
  display: none;
}

/* multiselect */

.course-wide-form form .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;

  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-container-multi
  .select2-choices {
  padding: 0 0 0 5px;
}

.course-wide-form form .select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.course-wide-form form .select2-container-multi .select2-choices {
  min-height: 26px;
}

.course-wide-form
  form
  .select2-container-multi.select2-container-active
  .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.course-wide-form form .select2-container-multi .select2-choices li {
  float: right;
  list-style: none;
}
html[dir="rtl"]
  .course-wide-form
  form
  .select2-container-multi
  .select2-choices
  li {
  float: left;
}
.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input {
  padding: 5px;
  margin: 1px 0;

  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.course-wide-form form .select2-default {
  color: #999 !important;
}

.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;

  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    to top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
html[dir="rtl"]
  .course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice-focus {
  background: #d4d4d4;
}

.course-wide-form form .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 3px;
  top: 4px;

  font-size: 1px;
  outline: none;
}
html[dir="rtl"] .course-wide-form form .select2-search-choice-close {
  left: auto;
  right: 3px;
}

.course-wide-form form .select2-container-multi .select2-search-choice-close {
  right: 3px;
}

html[dir="rtl"]
  .course-wide-form
  form
  .select2-container-multi
  .select2-search-choice-close {
  right: auto;
  left: 2px;
}

.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: left -11px;
}
.course-wide-form
  form
  .select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: left -11px;
}

/* disabled styles */
.course-wide-form
  form
  .select2-container-multi.select2-container-disabled
  .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.course-wide-form
  form
  .select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.course-wide-form
  form
  .select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */

.course-wide-form form .select2-result-selectable .select2-match,
.course-wide-form form .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.course-wide-form form .select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  right: 0px !important;
  top: 0px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .course-wide-form form .select2-offscreen,
  .course-wide-form form .select2-offscreen:focus {
    left: 0px !important;
  }
}

.course-wide-form form .select2-display-none {
  display: none;
}

.course-wide-form form .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  right: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 2dppx) {
  .course-wide-form form .select2-search input,
  .course-wide-form form .select2-search-choice-close,
  .course-wide-form form .select2-container .select2-choice abbr,
  .course-wide-form form .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .course-wide-form form .select2-search input {
    background-position: 100% -21px !important;
  }
}
/************************************************************************************************************/

/*****************************
courses widget
*******************************/
.courses header {
  display: inline-block;
  width: 100%;
  clear: both;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-bottom-width: 0;
}
.courses header span {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #f35928;
  display: block;
}

.courses header h2 {
  padding: 8px 12px !important;
  display: block !important;
  background: none !important;
  margin: 0 !important;
  font-size: 15px !important;
  display: inline-block !important;
  color: #082c3c !important;
  line-height: 1.1 !important;
}
.article-footer {
  background-color: #f3f3f3;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid #ececec;
  border-top-width: 0;
  overflow: hidden;
  width: 100%;
}
.article-footer .article-more {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  float: right;
  margin-top: 0;
  padding: 0;
}
.article-footer .article-more i {
  background: url(../../images/ar/home-revamp-sprite.png) no-repeat;
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  background-position: -146px 0px;
}
.courses-widget {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  border-bottom: 0;
}
.courses-widget li {
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courses-widget li .right {
  display: flex;
  align-items: center;
}
.courses-widget li .calender {
  margin-right: 15px;
  min-width: 75px;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.courses-widget li .calender span {
  margin-bottom: 0;
  color: #333333;
  line-height: 1;
  display: block;
  text-align: center;
}
.courses-widget li .calender .day {
  font-size: 22px;
  font-weight: 600;
  padding-top: 8px;
}
.courses-widget li .calender .month {
  font-size: 14px;
  padding-bottom: 5px;
}
.courses-widget li .calender .date {
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
  padding: 4px 0;
}
.courses-widget li .mobile-calender {
  display: none;
}
.courses-widget li .avatar {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 65px;
}
.courses-widget li .avatar img {
  width: 100%;
  height: 100%;
}
.courses-widget li .right h3,
.courses-widget li .right .homepage-course-title {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

.courses-widget li .right .instructor {
  width: 15px;
  height: 16px;
  background-position: -37px 0 !important;
}
.courses-widget li .right p {
  color: #333333;
  font-size: 12px;
  max-width: 380px;
}
.courses-widget li .left {
  text-align: center;
  margin-left: 20px;
  margin-right: 10px;
}
.courses-widget li .left p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0;
}
.courses-widget li .left a {
  display: block;
  padding: 7px 20px;
  background: #fd5a27;
  color: #fff;
  border-radius: 3px;
  margin-top: 0;
  width: 110px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", Tahoma, sans-serif;
}
.courses-widget li .left a:hover {
  opacity: 0.8;
}

/**************************************************************/

/*********************aside**************************/

.course-wide {
  border: 1px solid #eaeaea;
  margin-top: 30px;
}
.course-wide .course-time-banner {
  height: 140px;
  position: relative;
}
.course-wide .course-time-banner img.course-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-wide .course-time-banner .instructor-img {
  position: absolute !important;
  top: unset;
  right: 0;
  bottom: 1px;
  height: 90%;
  margin-right: 10px;
}

.course-wide .course-time-banner .sponsor {
  position: absolute;
  top: 10px;
  left: 20px;
}

.course-wide .course-time-banner .sponsor span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: right;
}

.course-wide .course-time-banner .sponsor img {
  height: auto;
  max-height: 24px;
}

.course-wide .webinar-details {
  background-color: #f9f9f9;
}

.course-wide .course-details ul {
  margin-bottom: 0;
  background: #f9f9f9;
  padding: 15px 15px 0;
  min-height: 172px;
  position: relative;
}

.course-wide .course-details .instructor-name {
  color: #1d5884;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

.course-wide .course-details .course-time,
.courses-widget li .mobile-calender .course-time {
  color: #676b6d;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.course-wide .course-details .course-time,
.side-course-widget .mobile-calender .course-time {
  margin-bottom: 0;
}

.course-wide .course-details .courses-clock,
.courses-widget li .mobile-calender .courses-clock,
.courses-widget li .right .instructor {
  background: url(../../images/ar/courses-sprite.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.course-wide .course-details .courses-clock,
.courses-widget li .mobile-calender .courses-clock {
  width: 16px;
  height: 16px;
  background-position: -18px 0 !important;
  margin-right: 2px;
}

.course-wide .course-details .course-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.course-wide .course-details .course-name a {
  color: #082c3c;
  font-size: 16px;
  font-family: "Poppins", Tahoma, sans-serif;
}

.course-wide .course-details li:last-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  bottom: -15px;
  right: 0;
  padding: 15px;
}

.course-wide .course-details .course-price {
  color: #1d5884;
  font-size: 14px;
  font-weight: 700;
}

.course-wide .course-details .course-price span {
  font-size: 18px;
}

.course-wide .course-details .register-button {
  border-radius: 3px;
  background-color: #fd5a27;
  color: #ffffff;
  padding: 7px 0px;
  text-align: center;
  width: 130px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", Tahoma, sans-serif;
  margin-bottom: 15px;
  cursor: pointer;
  border: 0;
}
.course-wide .course-details .register-button:hover {
  opacity: 0.8;
}
/************************.course-wide form**************************/

.course-wide-form {
  background: #f3f3f3;
  padding: 15px;
  display: none;
}
.course-wide-form header h3 {
  color: #082c3c;
  font-size: 14px;
  margin: 0;
}
.course-wide-form form {
  margin-top: 20px;
}

.course-wide-form form .registeration_input,
.course-wide-form form .mobile-code {
  width: 100%;
  margin-bottom: 10px;
}

.course-wide-form form .registeration_input input,
.course-wide-form form .mobile-code input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 10px;
}

.course-wide-form form .registeration_input input:focus,
.course-wide-form form .mobile-code input:focus {
  outline: none;
}

.course-wide-form form .registeration_input input::placeholder,
.course-wide-form form .mobile-code input::placeholder {
  font-size: 12px;
  color: #777777;
}

.course-wide-form form .mobile-code {
  padding-top: 0px;
  margin-left: 0;
  display: flex;
  margin-bottom: 0px !important;
  width: 100%;
}

.course-wide-form form .mobile-code .mobile-col {
  padding: 0;
  width: 62%;
  margin-bottom: 10px;
}

.course-wide-form form .mobile-code .code-col {
  padding-right: 0;
  text-align: center;
  padding-left: 8px;
  width: 38%;
}

.course-wide-form form .checkbox label {
  color: #676b6d;
  font-size: 12px;
}

.course-wide-form form .checkbox {
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 5px;
}

.course-wide-form form .checkbox input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-left: -30px;
}

.course-wide-form form .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.course-wide-form form .checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 3px;
}

.course-wide-form form .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 11px;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.course-wide-form form .checkbox label input[type="checkbox"] {
  display: none;
}

.course-wide-form form .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fd5a27;
}

.course-wide-form
  form
  .checkbox
  label
  input[type="checkbox"]:checked
  + .cr
  > .cr-icon {
  opacity: 1;
}

.course-wide-form form .select2-container .select2-choice,
.course-wide-form form .checkbox .cr,
.course-wide-form form input {
  border-radius: 0;
}

.course-wide-form form .select2-container .select2-choice .select2-arrow {
  border-left: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
}

.course-wide-form form .select2-container .select2-choice .select2-arrow b {
  background: url(../../images/sprite-Recovered.png) no-repeat !important;
  width: 13px;
  height: 12px;
  background-position: -67px -57px !important;
  border: none;
}

.course-wide-form form .select2-container .select2-choice .select2-arrow,
.course-wide-form form .select2-container .select2-choice {
  background-color: #ffffff;
}

.course-wide-form form .select2-container {
  width: 100%;
  margin-bottom: 10px;
}

.course-wide-form form .select2-container .select2-choice {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}

.course-wide-form form .select2-container .select2-choice > .select2-chosen {
  color: #777777;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 10px;
}
.course-wide-form form .select2-container .select2-choice .select2-arrow {
  left: unset;
  background-image: none;
  background: transparent;
  border: none;
}

.course-wide-form form button {
  width: 100%;
  background-color: #fd5a27;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
}

.course-wide-form form .alert-danger {
  font-size: 10px;
  text-align: left;
  display: block;
  padding-left: 6px;
  margin-top: 5px;
}

/**********homepage sidebar***************/
.side-course-widget {
  border-top: none;
}
.side-course-widget li {
  flex-direction: column;
  padding: 15px;
}
.side-course-widget li .calender {
  display: none;
}
.side-course-widget li .mobile-calender {
  display: block;
}
.side-course-widget li .right {
  width: 100%;
  align-items: initial;
}
.side-course-widget li .right .instructor-title {
  display: none;
}
.side-course-widget li .right h3,
.side-course-widget li .right .homepage-course-title {
  font-size: 15px;
  font-family: "Poppins", Tahoma, sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
  height: 48px;
}
.side-course-widget li .right h3 a,
.side-course-widget li .right .homepage-course-title a {
  color: #082c3c;
  display: block;
}
.side-course-widget li .right .instructor-name {
  color: #1d5884;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}
.side-course-widget li .left {
  margin-left: 0px;
  margin-right: 0;
  width: 100%;
  margin-top: 15px;
}
.side-course-widget li .left p {
  float: left;
  line-height: 30px;
  color: #1d5884;
  font-size: 14px;
  font-weight: 700;
}
.side-course-widget li .left a {
  float: right;
  width: 130px;
}

/****************************media queries********************************/

@media (max-width: 991px) {
  .tab-main.calc-tabs .tab-content .currency-prices p:last-child {
    float: none;
    margin-left: 5px;
  }
  .course-wide {
    margin: 0px 0px;
  }
  .course-wide-form {
    margin: 0px 0px;
  }
  .courses {
    margin-top: 30px;
  }
  .course-wide .course-time-banner {
    height: 368px;
  }
  .side-course-widget {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .courses-widget li {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .course-wide .course-time-banner {
    height: 200px;
  }
  .courses-widget li .calender {
    display: none;
  }
  .courses-widget li .mobile-calender {
    display: block;
  }
  .courses-widget li .right {
    width: 100%;
  }
  .courses-widget li .right .instructor-title {
    display: none;
  }
  .courses-widget li .right .instructor-name {
    margin-bottom: 0;
  }
  .courses-widget li .left {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
  }
  .courses-widget li .left p {
    float: left;
    line-height: 30px;
  }
  .courses-widget li .left a {
    float: right;
  }
}

.add-banner {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .news-main-img {
    padding-bottom: 550px;
  }
  .home-news img {
    min-height: 550px;
  }
}
