@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.eot");
  src: url("../fonts/PoppinsBold.eot") format("embedded-opentype"), url("../fonts/PoppinsBold.woff2") format("woff2"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url("../fonts/PoppinsBold.svg#PoppinsBold") format("svg");
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/PoppinsLight.eot");
  src: url("../fonts/PoppinsLight.eot") format("embedded-opentype"), url("../fonts/PoppinsLight.woff2") format("woff2"), url("../fonts/PoppinsLight.woff") format("woff"), url("../fonts/PoppinsLight.ttf") format("truetype"), url("../fonts/PoppinsLight.svg#PoppinsLight") format("svg");
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/PoppinsSemiBold.eot");
  src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"), url("../fonts/PoppinsSemiBold.woff2") format("woff2"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular.eot");
  src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff2") format("woff2"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
}
.head_base {
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
}
.head_base .navbar-brand {
  margin: 0;
  height: auto;
  padding: 0;
}
.head_base .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  min-height: auto;
}
.head_base .navbar-default .navbar-nav > .open > a, .head_base .navbar-default .navbar-nav > .open > a:focus, .head_base .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.head_base .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0;
}
.head_base .collapse.navbar-collapse {
  padding: 0;
}
.head_base .menu_links {
  float: right;
}
.head_base .menu_links li {
  padding: 0 7px;
}
.head_base .menu_links li a {
  font: 14px PoppinsSemiBold;
  color: #666;
  margin: 11px 0;
  display: inline-block;
}
.head_base .menu_links li .dropdown-menu li a {
  padding: 0;
  margin: 0;
}
.head_base .menu_links .language_drop_down {
  padding: 0 25px;
}
.head_base .menu_links .become_guru {
  float: right;
}
.head_base .menu_links .become_guru a {
  background-position: center;
  -webkit-transition: background 0.8s;
  -moz-transition: background 0.8s;
  -o-transition: background 0.8s;
  transition: background 0.8s;
}
.head_base .menu_links .become_guru a:hover {
  color: #fff !important;
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.head_base .menu_links .become_guru a:active {
  background-color: #3B5998;
  background-size: 100%;
  -webkit-transition: background 0s;
  -moz-transition: background 0s;
  -o-transition: background 0s;
  transition: background 0s;
}
.head_base .menu_links .become_guru a:focus {
  color: #fff !important;
  background-color: #3B5998;
  background-size: 100%;
  -webkit-transition: background 0s;
  -moz-transition: background 0s;
  -o-transition: background 0s;
  transition: background 0s;
}
.head_base .search_category .search_bar {
  width: 430px;
}
.head_base .search_category .search_bar input {
  background: #f2f3f5;
  border: none;
  font: 14px PoppinsLight;
  color: #000000;
  padding: 11px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
}
.head_base .search_category .search_bar input:focus {
  outline: none;
}
.head_base .theme_btn {
  margin: 0 !important;
}
.head_base .after_login .menu_links {
  float: left;
  width: 100%;
}
.head_base .after_login .collapse.navbar-collapse {
  float: right;
  width: 82%;
}
.head_base .after_login .account_details_header {
  cursor: pointer;
  float: right;
  font: 14px PoppinsRegular;
}
.head_base .after_login .account_details_header .caret {
  border-top: 8px dashed #bababa;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 21px;
}
.head_base .after_login .account_details_header .account_name {
  font: 16px PoppinsSemiBold;
  color: #666;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.head_base .after_login .account_details_header .account_pic {
  width: 43px;
  height: 43px;
}
.head_base .after_login .account_details_header .account_pic img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 43px;
  height: 43px;
}
.head_base .after_login .account_details_header .dropdown-menu {
  border-radius: 0;
}
.head_base .after_login .account_details_header .dropdown-menu li {
  padding: 0;
}
.head_base .after_login .account_details_header .dropdown-menu li a {
  font: 14px PoppinsRegular;
  color: #000;
  width: 100%;
  padding: 5px 8px !important;
}
.head_base .after_login .account_details_header .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 83%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.head_base .after_login .account_details_header .dropdown-menu:after {
  position: absolute;
  top: -8px;
  left: 84%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.head_base .notification_base {
  position: relative;
  float: right;
}
.head_base .notification_base .dropdown-toggle a {
  margin: 12px 0 0;
}
.head_base .notification_base .notify_indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 23px;
  background: #2b962d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.head_base .notification_base .dropdown-menu {
  min-width: 260px;
  max-width: 260px;
  left: inherit;
  right: 0;
  border-radius: 0;
}
.head_base .notification_base .dropdown-menu li {
  padding: 0;
}
.head_base .notification_base .dropdown-menu li a {
  font: 14px PoppinsRegular;
  color: #000;
  width: 100%;
  padding: 5px 8px !important;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head_base .notification_base .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 91%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.head_base .notification_base .dropdown-menu:after {
  position: absolute;
  top: -8px;
  left: 92%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.custom_check {
  margin-bottom: 15px;
  /*.control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #0e647d;
  }*/
}
.custom_check .control {
  display: block;
  position: relative;
  padding-left: 30px;
  font: 16px PoppinsRegular;
  color: #383838;
  cursor: pointer;
}
.custom_check .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom_check .control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.custom_check .control:hover input ~ .control__indicator,
.custom_check .control input:focus ~ .control__indicator {
  background: #fff;
}
.custom_check .control input:checked ~ .control__indicator {
  background: #0094fc;
  border-color: transparent;
}
.custom_check .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.custom_check .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_check .control input:checked ~ .control__indicator:after {
  display: block;
}
.custom_check .control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom_check .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.custom_check .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.custom_check .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.custom_check .control--radio .control__indicator {
  border-radius: 50%;
}

.custom_radio {
  margin: 20px 0 0;
  /*.control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #0e647d;
  }*/
}
.custom_radio .control {
  display: block;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  font: 16px PoppinsRegular;
  color: #383838;
}
.custom_radio .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom_radio .control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  background: #fff;
}
.custom_radio .control:hover input ~ .control__indicator,
.custom_radio .control input:focus ~ .control__indicator {
  background: #fff;
}
.custom_radio .control input:checked ~ .control__indicator {
  background: #fff;
}
.custom_radio .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.custom_radio .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_radio .control input:checked ~ .control__indicator:after {
  display: block;
}
.custom_radio .control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom_radio .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.custom_radio .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #0094fc;
}
.custom_radio .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.custom_radio .control--radio .control__indicator {
  border-radius: 50%;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 55px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #0094fc;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 22px;
}

.switch_control .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.switch_control .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch_control input.cmn-toggle-round + label {
  padding: 2px;
  width: 67px;
  height: 34px;
  background-color: #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.switch_control input.cmn-toggle-round + label:before, .switch_control input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch_control input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.switch_control input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
.switch_control input.cmn-toggle-round:checked + label:before {
  background-color: #383938;
}
.switch_control input.cmn-toggle-round:checked + label:after {
  margin-left: 35px;
}

.login_btn {
  background: #0094fc;
  font: 18px PoppinsSemiBold;
  color: #fff !important;
  border: none;
  width: 100%;
  text-decoration: none !important;
  padding: 10px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.done_btn {
  font: 18px PoppinsSemiBold;
  color: #383838 !important;
  border: 2px solid #dddddd;
  text-decoration: none !important;
  padding: 7px 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*.theme_btn{
  background-color: $themebg;
  font: 16px $font-semibold;
  color: #fff !important;
  padding: 12px 25px !important;
  @include border-radius(4px);
  @include box-shadow(2px,2px,9px,#ccc);
  background-position: center;
  -webkit-transition:  background 0.8s;
  -moz-transition: background 0.8s;
  -o-transition: background 0.8s;
  transition: background 0.8s;

  &:hover{
    color:#fff !important;
    background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
  }
  &:active{
    background-color: #3B5998;
    background-size: 100%;
    -webkit-transition:  background 0s;
  -moz-transition: background 0s;
  -o-transition: background 0s;
  transition: background 0s;
  }
}*/
.theme_btn {
  background: #0094fc;
  position: relative;
  overflow: hidden;
  font: 16px PoppinsSemiBold;
  color: #fff !important;
  padding: 12px 25px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 9px #ccc;
  -moz-box-shadow: 2px 2px 9px #ccc;
  box-shadow: 2px 2px 9px #ccc;
}
.theme_btn:focus {
  color: #fff !important;
  background: #0094fc !important;
}
.theme_btn:hover {
  color: #fff !important;
  background: #0094fc !important;
}

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.letter_space {
  letter-spacing: 1px;
}

.home_section_base {
  padding: 0;
}
.home_section_base .banner_home_base {
  padding: 0;
}
.home_section_base .banner_home_base .banner_search {
  position: absolute;
  top: 25%;
  z-index: 1;
  width: 100%;
  left: 0;
}
.home_section_base .banner_home_base .banner_search h2 {
  font: 27px PoppinsRegular;
  color: #fff;
}
.home_section_base .banner_home_base .banner_search .search_box_banner {
  display: inline-block;
  width: 40%;
}
.home_section_base .banner_home_base .banner_search .search_box_banner input {
  background: #fff;
  padding: 13px;
  font: 14px PoppinsRegular;
  color: #000;
  width: 89%;
  float: left;
  border: none;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.home_section_base .banner_home_base .banner_search .search_box_banner button {
  width: 10%;
  float: left;
  border: none;
  height: 49px;
  background: #0094fc;
  border-radius: 0 5px 5px 0px;
  -moz-border-radius: 0 5px 5px 0px;
  -webkit-border-radius: 0 5px 5px 0px;
}

.category_top_base {
  background: #f2f2f2;
}
.category_top_base .container .category_top_inner {
  padding: 25px 0;
}
.category_top_base .container .category_top_inner h3 {
  font: 32px PoppinsSemiBold;
  color: #000;
  text-align: center;
}
.category_top_base .container .category_top_inner .category_tab_base {
  margin-top: 20px;
}
.category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs {
  border-bottom: none;
  text-align: center;
}
.category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs li {
  float: none;
  display: inline-block;
  padding: 0 20px;
}
.category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs li a {
  font: 18px PoppinsRegular;
  color: #000;
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
.category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs li.active a {
  font: 18px PoppinsSemiBold;
  color: #000;
  border-bottom: 3px solid #0094fc;
}

.home_tabcont_base .home_tabcont_inner {
  padding: 25px 0;
}
.home_tabcont_base .home_tabcont_inner .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
}
.home_tabcont_base .home_tabcont_inner .owl-nav button:hover {
  background: transparent;
}
.home_tabcont_base .home_tabcont_inner .owl-nav button:focus {
  outline: none;
}
.home_tabcont_base .see_more_base {
  margin-top: 80px;
}
.home_tabcont_base .see_more_base .theme_btn {
  padding: 16px 38px !important;
  font-size: 16px !important;
  display: inline-block;
}

.our_guru_base {
  text-align: center;
  padding-top: 20px;
}
.our_guru_base h3 {
  font: 32px PoppinsSemiBold;
  color: #000;
  text-align: center;
}
.our_guru_base h4 {
  font: 18px PoppinsRegular;
  color: #666;
}
.our_guru_base .our_guru_inner .gure_top_base {
  position: relative;
  margin: 100px 36px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 71px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 71px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 71px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.our_guru_base .our_guru_inner .gure_top_base .guru_image_base {
  text-align: center;
  width: 100%;
  top: -30px;
}
.our_guru_base .our_guru_inner .gure_top_base .guru_image_base .profile_pic_guru {
  width: 98px;
  height: 98px;
  display: inline-block;
}
.our_guru_base .our_guru_inner .gure_top_base .guru_image_base .profile_pic_guru img {
  width: 98px;
  height: 98px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #fff;
}
.our_guru_base .our_guru_inner .gure_top_base .guru_review_desc_base p {
  font: 14px PoppinsRegular;
  color: #666666;
}
.our_guru_base .our_guru_inner .guru_review_base {
  text-align: center;
}
.our_guru_base .our_guru_inner .guru_review_base .reviews {
  display: inline-block;
}
.our_guru_base .our_guru_inner .top_guru .active.center .gure_top_base {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.our_guru_base .our_guru_inner .top_guru .owl-dots.disabled {
  display: inline-block;
}
.our_guru_base .our_guru_inner .top_guru .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.our_guru_base .our_guru_inner .top_guru .owl-dots button span {
  background: transparent;
  border: 5px solid #c2c2c2;
  width: 20px;
  height: 20px;
}
.our_guru_base .our_guru_inner .top_guru .owl-dots button:focus {
  outline: none;
}
.our_guru_base .our_guru_inner .top_guru .owl-dots button.active span {
  border-color: #0094fc;
}

.news_letter_base {
  padding: 0;
}
.news_letter_base .news_letter_inner {
  background: url(../images/news_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news_letter_base .news_letter_inner .news_letter_content {
  padding: 60px 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft {
  padding-left: 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft h3 {
  font: 32px PoppinsSemiBold;
  color: #ffffff;
  letter-spacing: 1.6px;
  margin: 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft p {
  font: 16px PoppinsRegular;
  color: #fff;
  margin: 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt {
  padding-right: 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt input {
  width: 74%;
  display: inline-block;
  background: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font: 14px PoppinsRegular;
  color: #000;
  border: none;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt .theme_btn {
  float: right;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt .news_letter_email {
  margin-top: 16px;
}

.why_hobby_base {
  padding: 0;
}
.why_hobby_base .why_hobby_inner {
  padding: 0;
}
.why_hobby_base .why_hobby_inner .why_hobby_content {
  padding: 25px 0;
}
.why_hobby_base .why_hobby_inner .why_hobby_content h2 {
  font: 32px PoppinsSemiBold;
  color: #000;
}
.why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections {
  margin-top: 38px;
  padding: 0;
}
.why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner {
  padding: 0 31px;
}
.why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner h4 {
  font: 32px PoppinsSemiBold;
  color: #000;
}
.why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner p {
  font: 18px PoppinsRegular;
  color: #666;
}
.why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner .why_guru_image {
  min-height: 175px;
}

.search_base {
  padding-top: 0px;
}
.search_base .search_page_inner {
  padding: 0;
}
.search_base .search_page_inner h3 {
  font: 16px PoppinsRegular;
  color: #000;
}
.search_base .search_page_inner h3 .search_result_count {
  font: 16px PoppinsSemiBold;
  color: #000;
}
.search_base .search_page_inner .search_filter_base {
  padding: 0;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner {
  padding: 0;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_lft {
  padding: 0;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_lft ul li .dropdown button {
  border: 1px solid #666666;
  font: 14px PoppinsRegular;
  color: #000;
  background: #fff;
  padding: 8px 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_lft ul li .dropdown .dropdown-menu li a {
  font: 14px PoppinsLight;
  color: #000;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_lft .select_control {
  background: none;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_rgt {
  text-align: right;
}
.search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_rgt .dropdown button {
  border: 1px solid #666666;
  font: 14px PoppinsRegular;
  color: #000;
  background: #fff;
  padding: 8px 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search_base .search_page_inner .search_filter_base .sortby_categories_base {
  padding: 13px 0 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.search_base .search_page_inner .search_filter_base .sortby_categories_base label {
  font: 16px PoppinsLight;
  color: #000;
}
.search_base .search_page_inner .search_filter_base .sortby_categories_base select {
  cursor: pointer;
  font: 16px PoppinsSemiBold;
  color: #000;
  padding: 0 30px 0 15px;
  background: url(../images/drop_arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.search_base .more_filter_base {
  position: absolute;
  min-height: 250px;
  padding: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.search_base .more_filter_base .more_filter_inner {
  padding: 0;
}
.search_base .more_filter_base .more_filter_inner .more_filter_section {
  padding: 0;
}
.search_base .more_filter_base .more_filter_inner .more_filter_section h3 {
  font: 16px PoppinsSemiBold;
  color: #000;
}

.search_result_list_base {
  padding: 0 0 200px 0;
}
.search_result_list_base .search_result_list_inner {
  padding: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_image {
  padding-left: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_image .fav_class {
  top: 10px;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content h4 {
  font: 18px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul {
  margin: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul li {
  position: relative;
  font: 12px PoppinsRegular;
  color: #000;
  padding: 0 14px;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 7px;
  left: -1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul li:first-child {
  padding-left: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul li:first-child:after {
  background: transparent;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_content p {
  font: 15px PoppinsLight;
  color: #000;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_profile_details {
  padding-right: 0;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_profile_details h5 {
  font: 18px PoppinsSemiBold;
  color: #ff5555;
}
.search_result_list_base .search_result_list_inner .search_list_base .search_list_profile_details h6 {
  font: 14px PoppinsRegular;
  color: #000;
  margin: 0;
}

.show_more_base {
  margin-bottom: 50px;
}
.show_more_base .drop_arrow_icon {
  margin-left: 25px;
  display: inline-block;
}

.guru_detail_base {
  padding: 25px 0;
}
.guru_detail_base .guru_detail_inner {
  padding: 0;
}
.guru_detail_base .guru_detail_inner h2 {
  font: 26px PoppinsSemiBold;
  color: #000;
}
.guru_detail_base .guru_detail_inner .guru_details {
  padding: 35px 0;
  border-top: 1px solid #e5e5e5;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft {
  padding: 0;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .guru_profile_pic {
  width: 190px;
  height: 190px;
  display: inline-block;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .guru_profile_pic img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .product_rating {
  margin: 30px 0 0;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft p {
  font: 14px PoppinsLight;
  color: #000;
  margin-top: 10px;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_lft p .rev_count {
  font: 14px PoppinsSemiBold;
  color: #000;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_rgt {
  padding: 0 0 0 40px;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_rgt h3 {
  font: 18px PoppinsSemiBold;
  color: #000;
  margin-bottom: 31px;
}
.guru_detail_base .guru_detail_inner .guru_details .guru_details_rgt p {
  font: 14px/25px PoppinsRegular;
  color: #000;
}

.readmore_base {
  text-align: center;
}
.readmore_base a {
  font: 14px PoppinsRegular;
  color: #0094fc;
}

.course_details_base {
  padding: 0;
}
.course_details_base .course_details_banner_base {
  padding: 60px 0;
  background: #002036;
}
.course_details_base .course_details_banner_base .course_detail_banner {
  padding: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft {
  padding: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft h2 {
  font: 32px/45px PoppinsSemiBold;
  color: #fff;
  margin: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul {
  margin: 15px 0 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li {
  font: 18px PoppinsRegular;
  color: #fff;
  padding: 0 10px;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li .age_count {
  display: inline-block;
  vertical-align: middle;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li span {
  margin-right: 8px;
  vertical-align: middle;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li:first-child {
  padding-left: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location {
  padding: 0;
  margin-top: 35px;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h3 {
  font: 18px PoppinsRegular;
  color: #999999;
  margin: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h4 {
  font: 18px PoppinsRegular;
  color: #fff;
  margin: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location .coure_detail_location_lft {
  padding-left: 0;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location .coure_detail_location_rgt {
  padding-right: 0;
  padding-left: 40px;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt {
  padding-right: 0;
  padding: 18px 0;
  text-align: right;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt .fav_class {
  top: 14px;
  right: 11px;
}
.course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt .course_image {
  width: 310px;
  height: 190px;
  position: relative;
  display: inline-block;
}

.course_detail_content_base {
  padding: 0;
}
.course_detail_content_base .course_detail_content_inner {
  padding: 70px 0 20px;
}
.course_detail_content_base .course_detail_content_inner h3 {
  font: 18px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.course_detail_content_base .course_detail_content_inner p {
  font: 14px/25px PoppinsRegular;
  color: #000;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base {
  padding: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft {
  padding-left: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details {
  padding: 0 0 50px;
  border-bottom: 1px solid #e5e5e5;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base {
  margin-top: 50px;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base .course_desc_image {
  padding-left: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base .course_desc_image .desc_image {
  width: 177px;
  height: 168px;
  display: inline-block;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru {
  padding: 45px 0 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base {
  padding: 20px 0 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_img {
  padding-left: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_img .profile_about_pic {
  width: 98px;
  height: 98px;
  display: inline-block;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_img .profile_about_pic img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_name h4 {
  font: 16px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_name h5 {
  font: 18px PoppinsRegular;
  color: #666;
  margin: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_name h6 {
  font: 14px PoppinsRegular;
  color: #000;
  margin: 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_name h6 .product_rating {
  margin: 0 11px 0 0px;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_desc {
  padding: 0;
  margin-top: 40px;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .total_reviews_course_base {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .total_reviews_course_base h4 {
  font: 14px PoppinsRegular;
  color: #0094fc;
  cursor: pointer;
}
.course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .total_reviews_course_base h4 span {
  float: right;
}

.course_about_reviews_base {
  padding: 66px 0 0;
}
.course_about_reviews_base .course_about_reviews_inner {
  padding: 0 0 15px;
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.course_about_reviews_base .course_about_reviews_inner h4 {
  font: 16px PoppinsSemiBold;
  color: #000;
}
.course_about_reviews_base .course_about_reviews_inner .product_rating {
  margin-left: 0;
}
.course_about_reviews_base .course_about_reviews_inner p {
  margin-top: 30px;
}
.course_about_reviews_base .course_about_reviews_inner ul {
  margin: 0;
}
.course_about_reviews_base .course_about_reviews_inner ul li {
  padding: 0 15px;
}
.course_about_reviews_base .course_about_reviews_inner ul li:first-child {
  padding-left: 0;
}
.course_about_reviews_base .course_about_reviews_inner ul li h6 {
  font: 14px PoppinsSemiBold;
  color: #000;
}
.course_about_reviews_base .course_about_reviews_inner ul li h6 span {
  display: inline-block;
}
.course_about_reviews_base .course_about_reviews_inner ul li h5 {
  font: 14px PoppinsRegular;
  color: #000;
}
.course_about_reviews_base .course_about_reviews_inner ul li h5 span {
  margin-right: 10px;
  vertical-align: middle;
}
.course_about_reviews_base .course_about_reviews_inner ul li a {
  display: inline-block;
}

.course_desc_rgt {
  padding: 0 0 0 23px;
}
.course_desc_rgt .course_rgt_inner {
  padding: 10px 0 35px;
  -webkit-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-calendar.inline {
  width: 100%;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-rContainer {
  width: 100%;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-days {
  width: 100%;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .dayContainer {
  width: 100%;
  max-width: 100%;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-current-month {
  padding: 0;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-day.disabled, .course_desc_rgt .course_rgt_inner .course_price_rgt .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.3);
}
.course_desc_rgt .course_rgt_inner .course_price_rgt h2 {
  margin: 0;
  font: 18px PoppinsSemiBold;
  color: #000;
}
.course_desc_rgt .course_rgt_inner .course_price_rgt h2 span {
  font: 32px PoppinsSemiBold;
  color: #0094fc;
  margin-right: 10px;
}
.course_desc_rgt .course_rgt_inner .no_persons_base {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px 25px;
}
.course_desc_rgt .course_rgt_inner .no_persons_base select {
  cursor: pointer;
  font: 16px PoppinsSemiBold;
  width: 100%;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 15px;
  background: url(../images/drop_arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.course_desc_rgt .course_rgt_inner .select_time_base {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px 25px;
}
.course_desc_rgt .course_rgt_inner .select_time_base .select_time_inner {
  padding: 0;
}
.course_desc_rgt .course_rgt_inner .total_fee_course {
  padding: 10px 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.course_desc_rgt .course_rgt_inner .total_fee_course ul {
  margin: 0;
}
.course_desc_rgt .course_rgt_inner .total_fee_course ul li {
  width: 100%;
  padding-bottom: 10px;
}
.course_desc_rgt .course_rgt_inner .total_fee_course ul li h5 {
  font: 14px PoppinsRegular;
  color: #666;
  display: inline-block;
  margin: 0;
}
.course_desc_rgt .course_rgt_inner .total_fee_course ul li .date_of_course {
  padding-right: 40px;
}
.course_desc_rgt .course_rgt_inner .total_fee_course ul li .price_of_course {
  font: 14px PoppinsSemiBold;
  color: #666;
  float: right;
}
.course_desc_rgt .course_rgt_inner .fulltotal_fee_course h6 {
  font: 18px PoppinsRegular;
  color: #333;
}
.course_desc_rgt .course_rgt_inner .fulltotal_fee_course h6 span {
  font: 18px PoppinsSemiBold;
}
.course_desc_rgt .course_rgt_inner .fulltotal_fee_course h6 .cost_course_total {
  float: right;
}
.course_desc_rgt .course_rgt_inner .fulltotal_fee_course .payment_course_btn {
  padding: 30px 0 0;
}
.course_desc_rgt .course_rgt_inner .fulltotal_fee_course .payment_course_btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.course_desc_rgt h4 {
  font: 16px PoppinsSemiBold;
  color: #666666;
}
.course_desc_rgt .report_course_base {
  margin-top: 22px;
}
.course_desc_rgt .report_course_base a {
  font: 14px PoppinsRegular;
  color: #000;
}
.course_desc_rgt .report_course_base a span {
  margin-right: 10px;
  vertical-align: middle;
}

.select_time_sections {
  padding: 4px 0 0 4px;
}

.date_time_course {
  border: 1px solid #388e3c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 6px 5px;
}
.date_time_course h5 {
  font: 13px/21px PoppinsSemiBold;
  color: #388e3c;
  margin: 0;
}

.similar_classes_base {
  padding: 0;
}
.similar_classes_base .similar_classes_inner {
  padding: 0;
}
.similar_classes_base .similar_classes_inner h3 {
  font: 26px PoppinsSemiBold;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.similar_classes_base .similar_classes_inner .slider_silmilar_listing {
  padding: 48px 0 134px;
}
.similar_classes_base .similar_classes_inner .slider_silmilar_listing .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
}
.similar_classes_base .similar_classes_inner .slider_silmilar_listing .owl-nav button:hover {
  background: transparent;
}
.similar_classes_base .similar_classes_inner .slider_silmilar_listing .owl-nav button:focus {
  outline: none;
}

.dashboard_base {
  padding: 0;
}
.dashboard_base .dashboard_tab_base {
  background: #484848;
  padding: 0;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner {
  padding: 0;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs {
  border-bottom: none;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs li {
  padding: 0 20px;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs li:first-child {
  padding-left: 0;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs li a {
  font: 14px PoppinsRegular;
  color: #b3b3b3;
  border: none;
  padding: 16px 0 12px;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs li a:hover {
  background-color: transparent;
  border: none;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs > li.active > a, .dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs > li.active > a:focus, .dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #BBBBBB;
}
.dashboard_base .dashboard_tab_base .dashboard_tab_inner .nav-tabs > li.active > a {
  font-family: PoppinsSemiBold;
}
.dashboard_base .dashboard_tab_content_base {
  padding: 0;
  min-height: 500px;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner {
  padding: 63px 0 30px;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner h2 {
  font: 32px PoppinsSemiBold;
  color: #333;
  display: inline-block;
  margin: 0;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .sort_select_base {
  float: right;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .sort_select_base label {
  font: 14px PoppinsRegular;
  color: #000;
  margin-right: 16px;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .sort_select {
  display: inline-block;
  width: 188px;
  vertical-align: middle;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .sort_select select {
  cursor: pointer;
  font: 14px PoppinsRegular;
  width: 100%;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 15px;
  background: url(../images/drop_arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner {
  padding: 0 0 140px;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner .course_about_reviews_base {
  padding: 20px 0 0;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner .course_about_reviews_base p {
  font: 14px PoppinsRegular;
  color: #000;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner .course_about_reviews_base .course_about_reviews_inner {
  border: 1px solid #e5e5e5;
  padding: 30px 46px;
  margin: 0;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner .course_about_reviews_base .read_more_review {
  color: #ff4545;
  font: 14px PoppinsRegular;
}
.dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .dashboard_review_base .dashboard_review_inner .unread_review {
  background: #F2F2F2;
}

.dashboard_paymeth_base {
  padding: 0 0 150px;
}
.dashboard_paymeth_base .dashboard_paymeth_inner {
  padding-top: 50px;
}
.dashboard_paymeth_base .dashboard_paymeth_inner .account_method_base {
  width: 300px;
  background: #F0F0F0;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 40px 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dashboard_paymeth_base .dashboard_paymeth_inner .account_method_base .theme_btn {
  display: inline-block;
  margin-top: 26px;
  width: 100%;
}
.dashboard_paymeth_base .dashboard_paymeth_inner h5 {
  font: 15px PoppinsSemiBold;
  color: #000;
}

.dashboard_payhistory_base .dashboard_payhistory_filter {
  padding: 10px 25px;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}
.dashboard_payhistory_base .dashboard_payhistory_filter .sort_select {
  width: 100% !important;
}
.dashboard_payhistory_base .dashboard_payhistory_filter .sort_select ul li .theme_btn {
  padding: 9px 25px !important;
}
.dashboard_payhistory_base .dashboard_paymenthits_base {
  padding: 0 0 100px;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head {
  font: 14px PoppinsSemiBold;
  color: #666;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head tr {
  background: #EDEFED;
  border: 1px solid #e5e5e5;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head th {
  padding: 15px 25px;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head .payment_1 {
  width: 15%;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head .payment_2 {
  width: 15%;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head .payment_3 {
  width: 15%;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head .payment_4 {
  width: 40%;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table .payment_history_head .payment_5 {
  width: 15%;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table p {
  font: 14px PoppinsRegular;
  color: #666666;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table h4 {
  font: 16px/22px PoppinsSemiBold;
  color: #000;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table tr {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.dashboard_payhistory_base .dashboard_paymenthits_base .payment_table tr td {
  padding: 10px 25px;
  vertical-align: text-top;
}

.dashboard_account_base {
  padding: 0;
}
.dashboard_account_base .dashboard_account_inner {
  padding: 0 0 110px;
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image {
  padding: 0;
  margin-top: 40px;
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image .dash_profile_pic {
  width: 153px;
  height: 153px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image .dash_profile_pic img {
  width: 153px;
  height: 153px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image .browse_photo {
  margin-left: 7px;
  margin-top: 13px;
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image .browse_photo .edit_icon {
  margin-right: 10px;
}
.dashboard_account_base .dashboard_account_inner .dashboard_account_image .browse_photo_inner {
  font: 14px PoppinsSemiBold;
  color: #000;
}
.dashboard_account_base .dashboard_account_details {
  padding: 0;
  margin-top: 20px;
}
.dashboard_account_base .dashboard_account_details .dashboard_account_details_input {
  margin-top: 20px;
}
.dashboard_account_base .dashboard_account_details .dashboard_account_details_lft {
  padding: 0;
}
.dashboard_account_base .dashboard_account_details .dashboard_account_details_lft .dashboard_account_details_input {
  padding-right: 85px;
}
.dashboard_account_base .dashboard_account_details .dashboard_account_details_rgt {
  padding: 0;
}
.dashboard_account_base .dashboard_account_details .dashboard_account_details_rgt textarea {
  height: 140px;
}
.dashboard_account_base .dashboard_account_submit {
  margin-top: 90px;
}
.dashboard_account_base .dashboard_account_submit a {
  display: inline-block;
  width: 33%;
}

.dashboard_inbox_base {
  padding: 0;
}
.dashboard_inbox_base .dashboard_tab_inbox {
  padding: 0;
  margin: 70px 0px 130px;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base {
  margin: 0;
  padding: 25px 25px;
  border: 1px solid #e5e5e5;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li {
  width: 19%;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li .inbox_profile_pic {
  width: 43px;
  margin-right: 15px;
  height: 43px;
  display: inline-block;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li .inbox_profile_pic img {
  width: 43px;
  height: 43px;
  display: inline-block;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li .inbox_text {
  font: 16px PoppinsRegular;
  color: #666666;
  margin: 0;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.message_inbox {
  width: 40%;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.message_inbox h3 {
  font: 14px PoppinsSemiBold;
  color: #000;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.message_inbox a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.delete_message {
  padding-left: 50px;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.delete_message p {
  font: 14px PoppinsRegular;
  color: #ff4545;
  display: inline-block;
  margin: 0;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.delete_message p .delete_icon {
  margin-right: 8px;
}
.dashboard_inbox_base .dashboard_tab_inbox ul.unread_inbox {
  background: #F2F2F2;
}

.dashboard_tab_chat_base {
  padding: 0;
}
.dashboard_tab_chat_base .back_inbox {
  font: 18px PoppinsRegular;
  color: #000;
}
.dashboard_tab_chat_base .back_icon {
  margin-right: 17px;
}
.dashboard_tab_chat_base .dashboard_tab_chat_inner {
  padding: 0;
}

.chat_box_base {
  padding: 0;
  margin-bottom: 100px;
}
.chat_box_base .chat_msg_profile_base {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 55px;
}
.chat_box_base .chat_msg_profile_base .chat_profile_img {
  width: 43px;
  height: 43px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.chat_box_base .chat_msg_profile_base .chat_profile_img img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.chat_box_base h6 {
  font: 16px PoppinsSemiBold;
  color: #000;
  margin-left: 15px;
  display: inline-block;
}
.chat_box_base .message_converstion_list {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  height: 500px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
}
.chat_box_base .message_converstion_list li {
  width: 100%;
  display: inline-block;
}
.chat_box_base .message_converstion_list li .msg_inner_conversationmsg_left {
  max-width: 60%;
  float: left;
  text-align: left;
}
.chat_box_base .message_converstion_list li .msg_inner_conversationmsg_left p {
  background: #f1f0f0;
  color: #333333;
}
.chat_box_base .message_converstion_list li .msg_inner_conversationmsg_right {
  max-width: 60%;
  float: right;
  text-align: left;
}
.chat_box_base .message_converstion_list li p {
  background: #0094fc;
  padding: 10px 30px;
  margin-bottom: 15px;
  color: #ffffff;
  font: 16px PoppinsRegular;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.chat_box_base .chat_textarea {
  padding: 21px 20px 21px;
  border: 1px solid #e5e5e5;
}
.chat_box_base .chat_textarea input[type=text] {
  border: none;
  width: 93%;
  display: inline-block;
  color: #000;
  font: 14px PoppinsRegular;
}
.chat_box_base .chat_textarea input[type=text]:focus {
  outline: none;
}
.chat_box_base .chat_textarea input[type=submit] {
  display: inline-block;
  width: 65px;
  height: 26px;
  background: url(../images/send_btn.svg);
  vertical-align: top;
  margin-top: 7px;
  background-repeat: no-repeat;
  border: none;
  background-position: center right;
}
.chat_box_base .chat_textarea input[type=submit]:focus {
  outline: none;
}

.message_converstion_list::-webkit-scrollbar {
  width: 4px;
}

.message_converstion_list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.message_converstion_list::-webkit-scrollbar-thumb {
  background-color: #0094fc;
  border-radius: 10px;
}

.chat_box_base_inner {
  line-height: 0;
}

.dashboard_course_base {
  padding: 0;
}
.dashboard_course_base .dashboard_course_inner {
  padding: 0;
  margin-bottom: 130px;
  margin-top: 10px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add {
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add:last-child {
  border: none;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_image_dashboard {
  padding: 0;
  display: inline-block;
  position: relative;
  width: 20.5%;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_image_dashboard .fav_class {
  position: absolute;
  top: 14px;
  right: 17px;
  cursor: pointer;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_image_dashboard .course_image {
  width: 100%;
  height: 137px;
  display: inline-block;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard {
  float: right;
  padding-left: 25px;
  width: 79%;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h3 {
  font: 18px PoppinsSemiBold;
  color: #000;
  display: inline-block;
  margin: 0;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h4 {
  float: right;
  font: 18px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard p {
  font: 14px PoppinsRegular;
  color: #ff2b2b;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn {
  margin-top: 35px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn ul {
  display: inline-block;
  margin: 0;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .editndpublish_btn {
  font: 14px PoppinsRegular;
  color: #333333;
  padding: 8px 45px;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .preview_btn {
  font: 14px PoppinsRegular;
  color: #333333;
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .delete_btn {
  font: 14px PoppinsRegular;
  color: #ff2b2b;
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #ff2b2b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .generate_link {
  font: 14px PoppinsRegular;
  color: #333333;
  padding: 8px 25px;
  float: right;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .coure_info {
  margin: 0;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .coure_info li {
  position: relative;
  font: 12px PoppinsRegular;
  color: #000;
  padding: 0 14px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .coure_info li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 7px;
  left: -1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .coure_info li:first-child {
  padding-left: 0;
}
.dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .coure_info li:first-child:after {
  background: transparent;
}

.student_dashboard_base .student_dashboard_couses_tab {
  padding: 0;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs {
  border: none;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs li {
  padding: 10px 15px;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs li a {
  border: none;
  font: 18px PoppinsRegular;
  color: #000;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs li a:hover {
  background: transparent;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs li:first-child {
  padding-left: 0;
}
.student_dashboard_base .student_dashboard_couses_tab .nav-tabs li.active a {
  border-bottom: 4px solid #0094fc;
}
.student_dashboard_base .student_course_dashboard_inner .private_base_student {
  margin-top: 10px;
}
.student_dashboard_base .student_course_dashboard_inner .student_course_date_details_base {
  padding: 0;
  margin-top: 4px;
}
.student_dashboard_base .student_course_dashboard_inner .student_course_date_details_base .date_time_course {
  padding: 6px 12px;
  margin-top: 3px;
  display: inline-block;
}
.student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard {
  padding: 0;
}
.student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p {
  font: 18px PoppinsRegular !important;
  color: #000 !important;
}
.student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p span {
  font: 18px PoppinsSemiBold;
  color: #000;
}

.billing_info_base .billing_info_inner {
  padding: 0 0 140px;
}
.billing_info_base .billing_info_inner .billing_card_details_base {
  width: 40%;
  float: left;
}
.billing_info_base .billing_info_inner .billing_card_details_base .add_fields_input {
  text-align: left;
}
.billing_info_base .billing_info_inner .save_billing {
  display: inline-block;
}

.check_out_base .course_desc_rgt .course_rgt_inner {
  padding: 20px 0 15px;
}
.check_out_base .checkout_heading h2 {
  font: 32px/40px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.check_out_base .checkout_heading p {
  font: 14px PoppinsRegular;
  color: #000;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
}
.check_out_base .coupon_base {
  margin-top: 20px;
  margin-bottom: 25px;
}
.check_out_base .coupon_base .input-control {
  width: 31%;
}
.check_out_base .coupon_base .coupon_apply {
  font: 14px PoppinsRegular;
  color: #0094fc;
  padding: 9px 23px;
  border: 1px solid #0094fc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.check_out_base .checkout_desc_lft .checkout_desc_lft_inner {
  padding: 20px 0 35px;
  -webkit-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 27px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.check_out_base .checkout_desc_lft .checkout_desc_lft_inner .checkout_heading_lft h3 {
  font: 32px/40px PoppinsSemiBold;
  color: #000;
  margin: 0;
}
.check_out_base .checkout_desc_lft .checkout_desc_lft_inner .checkout_heading_lft p {
  font: 14px PoppinsRegular;
  color: #000;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
}

.check_credit_card {
  padding: 0;
}
.check_credit_card .check_credit_head {
  padding: 0;
}
.check_credit_card .check_credit_head h4 {
  font: 18px PoppinsSemiBold;
  color: #333;
  display: inline-block;
}
.check_credit_card .check_credit_head .credit_card_img {
  float: right;
  margin-top: 14px;
}
.check_credit_card .check_credit_content {
  padding: 0;
}
.check_credit_card .pay_btn_base {
  margin-top: 35px;
  padding: 0;
}
.check_credit_card .pay_btn_base a {
  width: 100%;
  display: inline-block;
}

.course_add_base {
  padding: 0;
}
.course_add_base .course_add_inner {
  padding: 0;
  margin-top: 30px;
}
.course_add_base .course_add_inner h4 {
  font: 18px PoppinsSemiBold;
  color: #333333;
  padding-left: 15px;
}
.course_add_base .course_add_inner .course_add_inner {
  padding: 0;
}
.course_add_base .course_add_inner .course_add_inner .course_add_photo_base {
  padding: 0;
}

.last_photo_plus .browse_photo {
  width: 100%;
  height: 100%;
}

.photo_preview_ul li {
  height: 150px;
  padding: 0 15px;
  margin-bottom: 30px;
}

.last_photo_plus .browse_photo span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}

.last_photo_plus .browse_photo label {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.photo_preview_ul li .photo_inner_li {
  width: 100%;
  position: relative;
  height: 100%;
}

.photo_preview_ul .photo_preview_inner {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.photo_preview_ul .photo_preview_inner:hover h5 {
  display: block;
}

.last_photo_plus {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 100%;
}

.photo_preview_ul {
  margin: 0;
  display: inline-block;
  width: 100%;
}

.default_photo {
  position: absolute;
  top: 4px;
  left: 4px;
}
.default_photo .defalult_icon {
  margin-right: 5px;
}
.default_photo h5 {
  font: 12px PoppinsSemiBold;
  color: #fff;
  padding: 3px 2px 2px 7px;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  display: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.delete_photo {
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  z-index: 7;
  border-radius: 25px;
  top: 3px;
  position: absolute;
  cursor: pointer;
  right: 3px;
  text-align: center;
  padding-top: 6px;
}

.add_course_details_fields {
  padding: 0;
}
.add_course_details_fields .add_fields_base {
  padding: 0;
}
.add_course_details_fields .add_fields_input_divide {
  padding: 0;
}
.add_course_details_fields .add_fields_input_divide .select_control {
  background-position: 93% center;
}

.add_fields_lft {
  float: left;
  padding-left: 0;
}

.add_fields_rgt {
  float: right;
  padding-right: 0;
}

.add_fields_lft_divide {
  padding: 0;
  padding-right: 15px !important;
}

.add_fields_rgt_divide {
  padding: 0;
  padding-left: 15px;
}

.add_fields_input {
  margin-top: 22px;
  padding: 0;
}
.add_fields_input .textarea_control {
  height: 250px;
}

.seprate_divisions {
  padding: 0 15px;
}
.seprate_divisions .add_fields_input {
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}

.sepreater_margin {
  margin-top: 80px;
}

.select_date_time_base h4 {
  padding: 0 !important;
}

.add_another_class {
  padding: 0;
  margin-top: 20px;
}
.add_another_class a {
  display: inline-block;
  font: 14px PoppinsSemiBold;
  color: #0094fc;
}

.add_save_class {
  padding: 0;
}
.add_save_class a {
  display: inline-block;
  font: 14px PoppinsSemiBold;
  color: #0094fc;
  width: 100%;
  padding: 12px 10px;
  margin-top: 22px;
  text-align: center;
  border: 1px solid #0094fc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.course_add_base .select_time_sections {
  margin-top: 20px;
}
.course_add_base .select_time_base {
  margin-top: 45px;
}
.course_add_base .select_time_base .date_time_course {
  position: relative;
}
.course_add_base .select_time_base .blocked.date_time_course {
  border-color: #ff2b2b;
}
.course_add_base .select_time_base .blocked.date_time_course h5 {
  color: #ff2b2b;
}
.course_add_base .select_time_base .close_date {
  position: absolute;
  right: -2px;
  top: -13px;
  cursor: pointer;
}

.block_calendar_btn {
  padding: 0;
}
.block_calendar_btn ul {
  margin: 42px 0 0;
  display: inline-block;
  width: 100%;
}
.block_calendar_btn ul .clear_block {
  float: left;
  width: 45%;
}
.block_calendar_btn ul .clear_block a {
  border: 1px solid #dddddd;
  font: 14px PoppinsSemiBold;
  color: #333;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block_calendar_btn ul .block_btn {
  float: right;
  width: 45%;
}
.block_calendar_btn ul .block_btn a {
  font: 14px PoppinsSemiBold;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px 25px;
  background: #ff2b2b;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.save_later_btn_base {
  margin: 98px 0;
}
.save_later_btn_base .save_for_later_btn {
  width: 40%;
  float: left;
}
.save_later_btn_base .save_for_later_btn a {
  border: 1px solid #dddddd;
  font: 14px PoppinsSemiBold;
  color: #333;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.save_later_btn_base .or_for_btn {
  font: 14px PoppinsSemiBold;
  color: #333;
  display: inline-block;
  margin-top: 17px;
}
.save_later_btn_base .publishe_for_btn {
  float: right;
  width: 40%;
}
.save_later_btn_base .publishe_for_btn a {
  display: inline-block;
  width: 100%;
}

.dashboard_add_course_empty_base .dashboard_add_course_empty_inner {
  padding: 70px 0 150px;
}
.dashboard_add_course_empty_base .dashboard_add_course_empty_inner h4 {
  font: 32px PoppinsSemiBold;
  color: #666;
}
.dashboard_add_course_empty_base .dashboard_add_course_empty_inner .create_course_empty_btn {
  width: 34%;
  display: inline-block;
}

.district_couvered_base select {
  display: inline-block;
  width: 65%;
}
.district_couvered_base .theme_btn {
  padding: 9px 10px !important;
}
.district_couvered_base ul {
  margin: 10px 0 0;
}
.district_couvered_base ul li {
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 11px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 5px 5px;
}
.district_couvered_base ul li span {
  font: 14px PoppinsRegular;
  color: #fff;
}
.district_couvered_base ul li .cross_icon {
  display: inline-block;
  padding-left: 15px;
  cursor: pointer;
}

.choose_availbility_head {
  padding: 20px 0 !important;
}

.calendar_base {
  padding: 0;
}

.coupon_code_add {
  padding: 0 30px;
}
.coupon_code_add .theme_btn {
  display: inline-block;
  padding: 9px 15px !important;
}

.coupon_table_base {
  width: 100%;
}
.coupon_table_base thead th {
  font: 16px PoppinsSemiBold;
  color: #000;
}
.coupon_table_base tbody tr td {
  font: 14px PoppinsRegular;
  color: #000;
  padding: 10px 0;
}
.coupon_table_base .coupon_table_pay .coupon_1 {
  width: 10%;
}
.coupon_table_base .coupon_table_pay .coupon_2 {
  width: 30%;
}
.coupon_table_base .coupon_table_pay .coupon_3 {
  width: 20%;
}
.coupon_table_base .coupon_table_pay .coupon_4 {
  width: 20%;
}
.coupon_table_base .coupon_table_pay .coupon_5 {
  width: 20%;
}
.coupon_table_base .no_coupon {
  text-align: center;
}
.coupon_table_base .no_coupon span {
  padding-top: 37px;
  display: inline-block;
}

.loader_img_new {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom_calendar .select_month_base {
  text-align: center;
}
.custom_calendar .select_month_base h1 {
  font: 20px PoppinsSemiBold;
  text-align: center;
  color: #383838;
  display: inline-block;
  margin: 0 0 0 -59px;
}
.custom_calendar .select_month_base p {
  float: left;
  margin: 0;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.custom_calendar .select_month_base p span a {
  display: inline-block;
  padding: 5px;
}
.custom_calendar .select_month_base p .next_date {
  display: inline-block;
}
.custom_calendar .select_month_base p .next_date a {
  width: 20px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: middle;
}
.custom_calendar .select_month_base p .prev_date {
  display: inline-block;
  border-right: 1px solid #eaeaea;
}
.custom_calendar .select_month_base p .prev_date a {
  width: 20px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: middle;
  margin-right: 5px;
}
.custom_calendar .select_month_base #beforepublish td {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.custom_calendar table {
  border-spacing: 0;
  background: #fff;
  width: 100%;
}
.custom_calendar .year ul {
  margin-right: -2%;
  overflow: hidden;
}
.custom_calendar .year li {
  float: left;
  width: 23%;
  margin-bottom: 2%;
  margin-right: 2%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px;
}
.custom_calendar .year li h2 {
  background: red;
  color: #fff;
  border: 1px solid red;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px inset;
}
.custom_calendar .year li h2 a {
  color: inherit;
}
.custom_calendar .year li table {
  height: 200px;
  border-left: 1px solid #e6e6e6;
}
.custom_calendar .year li th,
.custom_calendar .year li td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 14.2%;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px inset;
}
.custom_calendar .year li th {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid red;
  color: red;
}
.custom_calendar .year li td strong {
  color: red;
}
.custom_calendar .year li td.inactive {
  background: #fff;
  color: rgba(0, 0, 0, 0.2);
}
.custom_calendar .month td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.custom_calendar .month th {
  font: 16px PoppinsLight;
  font-weight: normal;
  color: #5f5f5f;
  text-align: center;
  padding: 10px 0;
}
.custom_calendar .month td {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.custom_calendar .month td.inactive {
  background: #fff;
  color: rgba(0, 0, 0, 0.2);
}
.custom_calendar .month td strong {
  color: red;
}
.custom_calendar .week table {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px;
  table-layout: fixed;
}
.custom_calendar .week th,
.custom_calendar .week td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px inset;
}
.custom_calendar .week th {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid red;
  color: red;
  padding: 10px 0;
}
.custom_calendar .week li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
.custom_calendar td {
  height: 96px !important;
  width: 93px !important;
  position: relative;
  user-select: none;
}
.custom_calendar .block {
  border: 1px solid #cdcdcd !important;
  color: white !important;
  background: linear-gradient(to top right, #e6e8ea calc(50% - 1px), #cdcdcd, #e6e8ea calc(50% + 1px));
}
.custom_calendar .uibooked {
  color: green !important;
  position: relative;
}
.custom_calendar .inactive {
  cursor: not-allowed;
}
.custom_calendar td label {
  font-size: 10px;
  float: right;
  color: red;
}
.custom_calendar span.bar_active {
  height: 15px;
  width: 100%;
  display: inline-block;
  background: #01a798;
}
.custom_calendar .uibooked img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 30%;
  left: 0;
}
.custom_calendar .date_day {
  position: absolute;
  top: 5px;
  left: 8px;
  font: 16px PoppinsSemiBold;
  color: #383838;
}
.custom_calendar .date_price {
  position: absolute;
  bottom: -3px;
  right: 8px;
}
.custom_calendar .date_price label {
  font: 10px PoppinsSemiBold;
  color: #5bb534;
}

.invoice_base h1 {
  font: 35px PoppinsSemiBold;
  color: #383838;
  margin-top: 20px;
}

.invoice_base h4 {
  font: 20px PoppinsSemiBold;
  color: #383838;
  margin: 60px 0 10px;
  display: inline-block;
}

.logo_invoice {
  float: right;
  min-width: 120px;
  margin-bottom: 42px;
}

.review_trip_rgt {
  border: 1px solid #eaeaea;
  padding: 30px 20px;
}

.review_trip_rgt .review_trip_inner {
  padding: 0;
}

.review_trip_rgt .place_pay_name {
  padding: 0;
}

.review_trip_rgt .place_pay_name .place_pay_lft {
  padding-left: 0;
}

.invoice_base h2 {
  font: 20px/25px PoppinsSemiBold;
  color: #000;
  margin: 0;
}

.review_trip_rgt p {
  font: 16px PoppinsLight;
  color: #383838;
  margin: 0;
}

.reviews {
  padding-bottom: 14px;
  margin: 0px auto;
  font: 16px PoppinsRegular;
  padding-top: 0px;
}

.review_trip_rgt .place_pay_name .place_pay_rgt {
  padding-right: 0;
  height: 80px;
}

.invoice_base .place_pay_rgt h3, .invoice_base .place_pay_rgt .filter_sec_mob h5, .filter_sec_mob .invoice_base .place_pay_rgt h5 {
  font: 16px PoppinsRegular;
  margin: 0;
  color: #383838;
}

.invoice_base .place_pay_rgt h5 {
  font: 15px PoppinsLight;
  color: #383838;
}

.review_trip_rgt .guest_base {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding: 25px 0 15px;
}

.review_trip_rgt .guest_base p {
  margin-bottom: 10px;
}

.user_icon_line {
  width: 29px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.review_trip_rgt .guest_base .count_guest {
  padding: 0 6px 0 0px;
  display: inline-block;
}

.review_trip_rgt .rate_night_base {
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}

.review_trip_rgt .rate_night_base p {
  margin-bottom: 10px;
}

.calendar_icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.review_trip_rgt .total_price_base {
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0;
}

.review_trip_rgt .total_price_base p {
  line-height: 36px;
}

.review_trip_rgt .total_price_base .total_price {
  font: 25px PoppinsSemiBold;
  color: #383838;
}

.back_btn {
  background: #e9e9e9;
  font: 14px PoppinsRegular;
  color: #6b6b6b;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  margin-top: 21px;
}

.forgot_password {
  text-align: right;
}
.forgot_password a {
  display: inline-block;
  color: #0094fc;
}

.forgot_psw_base .modal-body {
  padding: 20px 0;
}
.forgot_psw_base .modal-header {
  padding: 15px 0;
}
.forgot_psw_base .forgot_modal_div {
  padding: 0;
}
.forgot_psw_base .theme_btn {
  border: none;
  padding: 5px 19px !important;
  font: 14px PoppinsSemiBold;
}

.contact_detail_inner h1 {
  font: 32px PoppinsSemiBold;
  color: #000;
}
.contact_detail_inner .contact_fields {
  margin: 0 auto;
  width: 50%;
}
.contact_detail_inner .contact_fields .contact_text {
  margin-bottom: 25px;
}
.contact_detail_inner .contact_btn {
  border: none;
}

* {
  font-family: PoppinsRegular;
}

.nopadd {
  padding: 0 !important;
}

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

img {
  max-width: 100%;
}

select:focus {
  outline: none;
}

select.form-control:focus {
  outline: none;
}

.reviews .fa {
  color: #f6b62f;
}
.reviews span {
  font: 16px PoppinsRegular;
  color: #383838;
  margin-left: 5px;
}

.strike_through span {
  text-decoration: line-through;
}

.dropdown_icon {
  width: 10px;
  display: inline-block;
}

span.search_icon {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
}

.eye_icon {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
}

.list_image {
  width: 100%;
  height: 140px;
}

.responsive_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product_rating {
  background: #388e3c;
  color: #fff;
  margin-left: 11px;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font: 14px PoppinsRegular;
}

.below_review_star {
  background: #ff9f00;
  color: #fff;
  margin-left: 11px;
  padding: 1px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font: 14px PoppinsRegular;
}

.search_guru_pic {
  display: inline-block;
  width: 42px;
  height: 42px;
}
.search_guru_pic img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.private_class {
  font: 14px PoppinsRegular;
  background: #ff9900;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  padding: 0px 10px;
}

.group_class {
  font: 14px PoppinsRegular;
  background: #0094fc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  padding: 0px 10px;
}

.read_more_btn {
  border: 1px solid #dadada;
  padding: 10px 15px;
  font: 16px PoppinsSemiBold;
  color: #000;
  display: inline-block;
}
.read_more_btn:hover {
  color: #000;
}
.read_more_btn:focus {
  color: #000;
}

.review_star {
  display: inline-block;
}

.book_icon {
  width: 22px;
  display: inline-block;
}

.clock_icon {
  width: 19px;
  display: inline-block;
}

.user_icon {
  width: 17px;
  display: inline-block;
}

.review_counts {
  font: 14px PoppinsSemiBold;
  color: #000;
}

.flag_icon {
  width: 13px;
  display: inline-block;
}

.plus_icon {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

.close_icon {
  width: 15px;
  display: inline-block;
}

.edit_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.browse_photo {
  position: relative;
  width: 220px;
  text-align: left;
}
.browse_photo label {
  cursor: pointer;
}
.browse_photo .browse_img {
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  display: inline-block;
  margin-top: 0px;
  width: 187px;
  left: 0;
}

.input_label {
  font: 16px PoppinsSemiBold;
  color: #666666;
}

.select_control {
  cursor: pointer;
  font: 14px PoppinsRegular;
  width: 100%;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 30px 10px 15px;
  background: url(../images/drop_arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-control {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font: 14px PoppinsRegular;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.input-control:focus {
  outline: none;
}

.textarea_control {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font: 14px PoppinsRegular;
  color: #000;
  resize: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.textarea_control:focus {
  outline: none;
}

.delete_icon {
  width: 13px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.back_icon {
  width: 27px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.defalult_icon {
  width: 13px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.select_box_group {
  cursor: pointer;
  font: 14px PoppinsRegular;
  color: #000;
  padding: 10px 18px 10px 10px;
  background: url(../images/drop_arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_boxes_group {
  width: 100%;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.fb_btn {
  background: #3B5998;
  font: 14px PoppinsSemiBold;
  color: #fff;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.fb_btn:hover {
  color: #fff;
}

.google_btn {
  background: #fff;
  font: 14px PoppinsSemiBold;
  color: #333;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.google_btn:hover {
  color: #333;
}

.pay_pic_image {
  width: 53px;
  height: 53px;
  display: inline-block;
}
.pay_pic_image img {
  width: 53px;
  height: 53px;
  display: inline-block;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

.cancel_booking_btn {
  font: 14px PoppinsRegular;
  color: #ff2b2b;
  display: inline-block;
  border: 1px solid #ff2b2b;
  padding: 10px 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cancel_booking_btn:hover {
  color: #ff2b2b;
}

.completed_date_course {
  border-color: #333 !important;
}
.completed_date_course h5 {
  color: #333 !important;
}

.star_default_select {
  padding-left: 15px;
  font: 14px PoppinsLight;
  font-style: italic;
}

.average_rating {
  font: 14px PoppinsSemiBold;
  color: #000;
}
.average_rating span {
  font-size: 16px;
}

.add_class_seprator {
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 0px 50px;
}
.add_class_seprator h4 {
  padding-left: 0 !important;
}
.add_class_seprator .add_fields_lft {
  padding-left: 0;
}

.request_cat_div a {
  color: #0094fc;
  font: 16px PoppinsSemiBold;
}

.new_private_ul li::after {
  background: transparent !important;
}

.product_base {
  padding: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px 5px;
}
.product_base .product_image {
  width: 100%;
  height: 160px;
}
.product_base:hover {
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.31);
}
.product_base .responsive_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product_base .product_content_base {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.product_base .guru_image {
  float: left;
  margin-top: 7px;
}
.product_base .guru_image .guru_pic {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product_base .guru_image .guru_pic img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product_base .product_name {
  float: right;
  width: 79%;
}
.product_base .product_name h4 {
  font: 16px/20px PoppinsSemiBold !important;
  color: #000;
  min-height: 40px;
}
.product_base .product_name h5 {
  font: 14px PoppinsRegular;
  color: #000;
}
.product_base .product_name h5 .product_rating {
  background: #388e3c;
  color: #fff;
  margin-left: 11px;
  padding: 1px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product_base .product_price {
  display: inline-block;
  width: 100%;
  margin-top: 31px;
}
.product_base .product_price h6 {
  font: 18px PoppinsSemiBold;
  color: #ff5555;
  display: inline-block;
  margin: 0;
}
.product_base .product_price p {
  font: 12px PoppinsRegular;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 7px;
}
.product_base .product_views {
  width: 100%;
  display: inline-block;
}
.product_base .product_views .views_count {
  float: left;
  font: 12px PoppinsRegular;
  color: #000;
}
.product_base .product_views .days_count {
  float: right;
  color: #000;
  font: 12px PoppinsRegular;
}
.product_base .product_views .eye_icon {
  margin-right: 6px;
}

.private_group {
  position: absolute;
  top: 38px;
  left: 27px;
}
.private_group span {
  padding: 0px 9px;
  font: 14px PoppinsRegular;
  color: #fff;
  background: #ff9900;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.private_group .group_class {
  background: #0094fc;
}

.fav_class {
  position: absolute;
  top: 38px;
  right: 27px;
}

.footer_base {
  padding: 46px 0;
  background: #171313;
}
.footer_base .footer_inner {
  padding: 0;
}
.footer_base .footer_inner .footer_logo_section {
  padding: 0;
}
.footer_base .footer_inner .footer_cont_section {
  padding-right: 0;
}
.footer_base .footer_inner .footer_cont_section .footer_categories {
  border-left: 2px solid #262323;
  padding-left: 50px;
  min-height: 246px;
}
.footer_base .footer_inner .footer_cont_section .footer_categories h4 {
  font: 24px PoppinsRegular;
  color: #fff;
}
.footer_base .footer_inner .footer_cont_section .footer_categories ul li {
  margin-bottom: 6px;
}
.footer_base .footer_inner .footer_cont_section .footer_categories ul li a {
  font: 14px PoppinsLight;
  color: #fff;
}
.footer_base .social_icons li a svg:hover {
  fill: #0094fc !important;
}

.terms_conditions_base {
  padding: 0;
  margin-top: 63px;
}
.terms_conditions_base h6 {
  font: 12px PoppinsRegular;
  color: #606060;
}
.terms_conditions_base h6 a {
  color: #fff;
  font: 12px PoppinsSemiBold;
}
.terms_conditions_base p {
  font: 12px PoppinsRegular;
  color: #606060;
  margin-bottom: 0;
}

.modal_base .container_modal {
  margin-top: 50px;
}
.modal_base .modal-content {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 30px;
}
.modal_base .modal-title {
  font: 32px PoppinsSemiBold;
  color: #000;
}
.modal_base .modal-header {
  padding: 15px 15px 15px 0px;
}
.modal_base .modal-header .close {
  margin-top: 14px;
}
.modal_base .course_about_reviews_base {
  padding: 0;
  height: 600px;
  overflow-y: scroll;
}
.modal_base .course_about_reviews_base p {
  font: 14px/25px PoppinsRegular;
  color: #000;
}
.modal_base .course_about_reviews_base::-webkit-scrollbar {
  width: 4px;
}
.modal_base .course_about_reviews_base::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
.modal_base .course_about_reviews_base::-webkit-scrollbar-thumb {
  background-color: #0094fc;
  border-radius: 10px;
}

.login_base {
  padding-bottom: 80px;
}
.login_base .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 0;
}
.login_base .nav-tabs > li.active > a, .login_base .nav-tabs > li.active > a:focus, .login_base .nav-tabs > li.active > a:hover {
  color: #0094fc;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}
.login_base .nav-tabs {
  border-bottom: none;
  display: inline-block;
}
.login_base .nav-tabs li {
  padding: 0 15px;
}
.login_base .nav-tabs li a {
  border: none;
  background: transparent;
  font: 18px PoppinsSemiBold;
  color: #000;
  padding: 10px 0;
}
.login_base .nav-tabs li:first-child {
  padding-left: 0;
}
.login_base .nav-tabs li.active a {
  font: 18px PoppinsSemiBold;
  color: #0094fc;
  border-bottom: 4px solid #0094fc !important;
}
.login_base .login_inner {
  width: 100%;
  display: inline-block;
}
.login_base .login_inner h2 {
  text-align: left;
  font: 32px PoppinsSemiBold;
  color: #333;
}
.login_base .login_inner .login_inputs {
  padding: 0;
}
.login_base .login_btn_base {
  margin-top: 25px;
  text-align: center;
}
.login_base .login_btn_base a {
  display: inline-block;
  width: 100%;
}
.login_base .or_seprate_text {
  margin: 25px 0;
}
.login_base .or_seprate_text p {
  font: 18px PoppinsRegular;
  color: #000;
}
.login_base .social_btns_base {
  padding: 0;
}
.login_base .social_btns_base .socila_btn_lft {
  padding-left: 0;
  display: inline-block;
}
.login_base .social_btns_base .socila_btn_lft .fb_icon {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 21px;
  margin-right: 25px;
}
.login_base .social_btns_base .socila_btn_rgt {
  padding-right: 0;
}
.login_base .social_btns_base .socila_btn_rgt .google_icon {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 21px;
  margin-right: 25px;
}
.login_base .select_control {
  background-position: 87% center;
}

.payment_link_modal h5 {
  font: 18px PoppinsSemiBold;
  color: #000;
}
.payment_link_modal .payment_profiles_base {
  margin-top: 25px;
  padding: 0;
  margin-bottom: 20px;
}
.payment_link_modal .payment_profiles_base ul {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.payment_link_modal .payment_profiles_base ul li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.payment_link_modal .payment_profiles_base ul li .pay_profile {
  display: inline-block;
}
.payment_link_modal .payment_profiles_base ul li .pay_profile .pay_name {
  font: 14px PoppinsRegular;
  color: #333;
  margin-left: 15px;
}
.payment_link_modal .payment_profiles_base ul li .payment_btn {
  float: right;
}
.payment_link_modal .payment_profiles_base ul li .payment_btn a {
  font: 16px PoppinsSemiBold;
  color: #0094fc;
  padding: 7px 15px;
  border: 1px solid #0094fc;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
}
.payment_link_modal .send_all_payment {
  padding: 20px 15px;
}
.payment_link_modal .send_all_payment a {
  display: inline-block;
  width: 60%;
  text-align: center;
}

.modal_base.payment_link_modal .course_about_reviews_base {
  padding: 0;
  height: 400px;
  overflow-y: scroll;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .login_base .modal-lg {
    width: 680px;
  }
  .nav.navbar-nav.menu_links{
    display: flex;
    align-items: center;
  }
}
.error {
  color: red;
  font: 16px PoppinsRegular;
}

.create_course_btn {
  float: right;
}

.group_hide {
  display: none;
}

.photo_preview_ul .photo_preview_inner.not_hover h5 {
  display: block !important;
}

.photo_preview_ul .photo_preview_inner h5 {
  cursor: pointer;
}

.photo_preview_ul .photo_preview_inner.not_hover h5 svg {
  fill: gold !important;
}

.photo_preview_ul .photo_preview_inner h5 svg {
  fill: white !important;
}

.past_date {
  cursor: not-allowed;
  border-top: 1px solid #eaeaea;
  background: #cdcdcd;
}

td.inactive {
  visibility: hidden;
  border-top: none !important;
}

#beforepublish td {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.calnav-left {
  float: left;
  width: 20px;
  height: 20px;
  transition: 0.1s;
  background: #fb4b57;
  color: white;
}

.calnav-right {
  float: right;
  width: 20px;
  height: 20px;
  transition: 0.1s;
  background: #fb4b57;
  color: white;
}

#beforepublish td.selected {
  transition: opacity 0.2s linear;
  border-bottom: 2px solid #5bb534;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
}

.search_dropdown_box {
  display: none;
  padding: 0;
  text-align: left;
  background: #fff;
  position: absolute;
  top: 94%;
}

.search_dropdown_box li {
  width: 100%;
  list-style: none;
  background: #fff;
  padding: 10px;
  z-index: 999999999;
  border-radius: 5px;
  padding: 10px 20px;
}

.search_input .search_box_ul li {
  cursor: pointer;
  font: 14px PoppinsRegular;
}

ul#myUL {
  width: 99%;
  padding: 10px 0 0 0;
  text-align: left;
  border-radius: 5px;
  background: white;
  margin-top: 43px;
  cursor: pointer;
}

.search_dropdown_box_header {
  display: none;
}

.search_dropdown_box_header li {
  width: 100%;
  list-style: none;
  background: #fff;
  padding: 10px;
  z-index: 999999999;
  border-radius: 5px;
  padding: 10px 20px !important;
}

.search_input_header .search_box_ul_header li {
  cursor: pointer;
  font: 14px PoppinsRegular;
}

ul#search_header_ul {
  width: 99%;
  padding: 10px 0 0 0;
  text-align: left;
  border-radius: 5px;
  background: white;
  margin-top: 0px;
  z-index: 9999;
  position: absolute;
  cursor: pointer;
}

#search_ul_drop .dropdown-menu {
  min-width: 280px;
  padding: 10px 15px 10px 15px;
}

#search_ul_drop .cancel_filter {
  float: right;
  clear: inherit;
}

#search_ul_drop .apply_filter {
  float: left;
  clear: inherit;
}

.hiddenfig {
  display: none;
}

#show_more, #show_more_about_page {
  display: none;
}

.selected_active {
  background: #0094fc !important;
  color: white !important;
  border: none !important;
}

.fav_class.selected_fav {
  fill: red;
  cursor: pointer;
}

.fav_class {
  cursor: pointer;
}

#show_about_more {
  display: none;
}

img.loader_image_img {
  width: 50px;
}

a#draft_delete_btn {
  font: 14px PoppinsRegular;
  color: #ff2b2b;
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #ff2b2b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.delete_draft_container {
  padding: 20px;
}

#coupon_applied {
  color: green;
}

.guru_msg_delete_btn, .inner_inbox_chat {
  cursor: pointer;
}

.pay_link_btn {
  color: #ff3bba;
}

.flatbackground {
  background: green !important;
  color: white !important;
}

#pvt_selected_date_container_html, #pvt_date_selector_html {
  display: none;
}

.cursor_pointer, .student_msg_delete_btn {
  cursor: pointer;
}

.date_time_course_active h5 {
  color: #fff;
}

.date_time_course_active {
  color: #ffffff !important;
  background: #388e3c;
}

.green {
  color: green !important;
}

.hide_full_review_aboutyou, .review_about_you_btn_hide {
  display: none;
}

.not_found {
  font: 18px PoppinsRegular;
  color: #000;
}

.reviews .fa {
  font-size: 20px;
}

.add_review_btn {
  float: right;
  margin-top: 11px;
}

.review_modal h3 {
  font: 32px PoppinsSemiBold;
  color: #000;
  display: inline-block;
}

.review_modal .fa.fa-star {
  font-size: 18px;
}

.review_modal label {
  font: 16px PoppinsRegular;
  color: #000;
}

.review_modal ul li {
  padding: 0;
}

.review_modal .rating-container .star {
  font-size: inherit;
}

.modal_submit .theme_btn {
  padding: 7px 21px !important;
  border: none;
  margin-top: 24px;
}

.review_modal textarea {
  font: 14px PoppinsRegular;
  color: #000;
}

.hide_reviews_btns {
  display: none;
}

.read_more_review {
  color: #ff4545;
  font: 14px PoppinsRegular;
}

.notify_user_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.not_found_small {
  padding: 10px;
  font: 12px PoppinsRegular;
}

.inbox_profile_pic img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.group_time_list_border {
  border: 1px solid #D3D3D3;
}

.group_time_list {
  color: #666666 !important;
}

.report_listing_btn, .report_review_btn {
  display: block;
  color: white;
  padding: 10px;
  border: 1px solid #e9e9e9;
  color: #000;
}

.report_listing_btn:hover, .report_review_btn:hover {
  display: block;
  color: white;
  background: #0094fc;
  color: #fff;
}

.modal_base .course_about_report_listing {
  padding: 30px 4px;
  height: auto;
}

img.spinloader {
  width: 50px;
  text-align: center;
  margin: 0 auto;
}

.loadbg {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.deactivate_btn a {
  background-color: #d00;
  border-color: #d00;
  font: 16px PoppinsSemiBold;
  color: #fff !important;
  padding: 12px 25px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 9px #ccc;
  -moz-box-shadow: 2px 2px 9px #ccc;
  box-shadow: 2px 2px 9px #ccc;
  float: right;
}

.deactivate_btn {
  margin-top: 75px;
}

input.loginbtn, button.loginbtn {
  display: inline-block;
  width: 100%;
  border: none;
}

span.flatpickr-day.selected {
  background: green !important;
  color: white !important;
  border-color: green !important;
}

.flatpicker_day_selected {
  background: none !important;
  color: black !important;
  border-color: #e9e9e9 !important;
  border-bottom: 2px solid #0094fc !important;
}

.category_search_btn {
  font: 14px PoppinsRegular;
  background: #5d5b59;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  padding: 0px 10px;
}

.search_category_base {
  padding: 0;
  margin: 50px 0;
}

.search_category_base .search_category_inner .search_category_section h6 {
  font: 18px PoppinsSemiBold;
  color: #000;
}

.search_category_base .search_category_inner .search_category_section {
  padding-left: 0;
}

.search_category_base .search_category_inner h4 {
  font: 36px PoppinsSemiBold;
  color: #000;
}

.search_category_base .search_category_inner .search_category_section a {
  color: #000;
}

.detail_chat_btn {
  float: right;
  color: #0094fc !important;
  font: 20px PoppinsSemiBold !important;
}

.custom_calendar .block {
  border-bottom: 4px solid #4CAF50 !important;
  color: white !important;
  background: white !important;
}

#beforepublish td.selected {
  transition: opacity 0.2s linear;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
  background: #5bb534 !important;
  color: white !important;
}

#beforepublish td.selected.date_day {
  color: white !important;
}

.request_cat_box {
  display: none;
}

.remainder_guru_text {
  padding: 30px;
  color: red;
}

.search_category_base .search_category_inner .search_category_section a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
}

.custom_calendar .select_month_base p .next_date {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1232px) {
  .container {
    width: 100%;
  }
  .head_base .search_category .search_bar {
    width: 275px;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft h3 {
    font-size: 22px;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt input {
    width: 70%;
  }
  .head_base .after_login .collapse.navbar-collapse {
    width: 78%;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner {
    padding: 20px 10px 30px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft h2 {
    font-size: 20px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul {
    margin: 0px 0 0;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li {
    font-size: 14px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location {
    margin-top: 10px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h3 {
    font-size: 15px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h4 {
    font-size: 14px;
  }
  .course_details_base .container {
    padding: 0 15px !important;
  }
  .course_desc_rgt .course_rgt_inner .course_price_rgt h2 {
    font-size: 14px;
  }
  .detail_chat_btn {
    font-size: 14px !important;
    padding: 3px !important;
  }
  .course_desc_rgt .course_rgt_inner .course_price_rgt h2 span {
    font-size: 20px;
  }
  .select_time_sections {
    width: 50%;
  }
  .course_details_base .course_details_banner_base {
    padding: 30px 0;
  }
  .course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base .course_desc_image .desc_image {
    width: 100%;
  }
  .dashboard_tab_base .container {
    padding: 0 15px !important;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner h2 {
    font-size: 24px;
  }
  .student_dashboard_base .student_dashboard_couses_tab .nav-tabs {
    width: 1134px;
  }
  .student_dashboard_base .student_dashboard_couses_tab {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .chat_box_base .chat_textarea input[type=text] {
    width: 88%;
  }
  .chat_box_base .chat_textarea input[type=submit] {
    float: right;
  }
  .guru_detail_base .container {
    padding: 0 15px !important;
  }
  .search_result_list_base .container {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
  }
  .head_base .search_category .search_bar {
    width: auto;
  }
  .product_base .product_name h4 {
    font-size: 13px !important;
  }
  .head_base .menu_links .language_drop_down {
    padding: 0 10px;
  }
  .head_base .menu_links li {
    padding: 0 0px;
  }
  .head_base .menu_links li a {
    font: 13px PoppinsSemiBold;
    padding: 1px 10px;
  }
  .home_section_base .banner_home_base .banner_search {
    top: 9%;
  }
  .home_section_base .banner_home_base .banner_search h2 {
    font-size: 20px;
    color: #fff;
  }
  .category_top_base .container .category_top_inner h3 {
    font-size: 20px;
    margin: 0;
  }
  .home_tabcont_base .see_more_base {
    margin-top: 20px;
  }
  .home_tabcont_base .see_more_base .theme_btn {
    padding: 10px 19px !important;
    font-size: 14px !important;
  }
  .our_guru_base h3 {
    font-size: 20px;
    color: #000;
    text-align: center;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft h3 {
    font-size: 18px;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt input {
    width: 70%;
  }
  .theme_btn {
    font-size: 13px;
    color: #fff !important;
    padding: 8px 14px !important;
  }
  .modal_base .modal-content {
    padding: 0 10px;
  }
  .login_base .login_inner {
    width: 100%;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner {
    padding: 20px 10px 30px;
  }
  .student_dashboard_base .student_dashboard_couses_tab .nav-tabs {
    width: 943px;
  }
  .student_dashboard_base .student_dashboard_couses_tab {
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .student_dashboard_base .student_dashboard_couses_tab .nav-tabs li a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner h2 {
    font-size: 21px;
  }
  .head_base .after_login .account_details_header .dropdown-menu:before {
    display: none;
  }
  .head_base .after_login .account_details_header .dropdown-menu:after {
    display: none;
  }
  .guru_detail_base .container {
    padding: 0 15px !important;
  }
  .search_result_list_base .container {
    padding: 0 15px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .mt_res {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .registerBody .modal-dialog {
    width: 94% !important;
  }
  .theme_btn {
    padding: 9px 10px !important;
    font-size: 11px;
  }
  .head_base .menu_links li a {
    font-size: 11px;
    padding: 3px 7px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_image_dashboard {
    width: 255px;
  }
  .save_later_btn_base .save_for_later_btn a {
    padding: 7px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mt_res {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .registerBody .modal-dialog {
    width: 94% !important;
  }
  .category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs {
    text-align: left;
    width: 800px;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner {
    padding: 20px 10px 30px;
  }
  .nav-responsive-tab {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt input {
    padding: 7px 15px;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner h4 {
    font-size: 18px;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner p {
    font-size: 15px;
  }
  .footer_base .footer_inner .footer_cont_section .footer_categories h4 {
    font-size: 16px;
  }
  .footer_base .footer_inner .footer_cont_section .footer_categories {
    padding-left: 15px;
  }
  .head_base .after_login .collapse.navbar-collapse {
    float: right;
    width: 70%;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft h2 {
    font-size: 15px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul {
    margin: 0px 0 0;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li {
    font-size: 12px;
    padding: 0 5px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location {
    margin-top: 10px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h3 {
    font-size: 13px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location h4 {
    font-size: 12px;
  }
  .course_details_base .container {
    padding: 0 15px !important;
  }
  .course_desc_rgt .course_rgt_inner .course_price_rgt h2 {
    font-size: 14px;
  }
  .detail_chat_btn {
    font-size: 14px !important;
    padding: 3px !important;
  }
  .course_desc_rgt .course_rgt_inner .course_price_rgt h2 span {
    font-size: 20px;
  }
  .select_time_sections {
    width: 50%;
  }
  .course_details_base .course_details_banner_base {
    padding: 30px 0;
  }
  .course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base .course_desc_image .desc_image {
    width: 100%;
  }
  .group_class {
    font-size: 12px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt .course_image {
    width: 100%;
    height: 156px;
  }
  .course_detail_content_base .course_detail_content_inner p {
    font-size: 13px !important;
    color: #000;
  }
  .course_desc_rgt h4 {
    font-size: 13px;
  }
  .course_desc_rgt .course_rgt_inner .no_persons_base select {
    font-size: 12px;
  }
  .date_time_course h5 {
    font-size: 12px;
  }
  .course_desc_rgt .course_rgt_inner .total_fee_course ul li h5 {
    font-size: 11px;
  }
  .course_desc_rgt .course_rgt_inner .total_fee_course ul li .price_of_course {
    font-size: 11px;
  }
  .course_desc_rgt .course_rgt_inner .fulltotal_fee_course h6 span {
    font-size: 13px;
  }
  .course_detail_content_base .course_detail_content_inner h3 {
    font-size: 14px;
  }
  .course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru .about_guru_profile_base .about_guru_profile_name h5 {
    font-size: 14px;
  }
  .not_found {
    font-size: 14px;
  }
  .similar_classes_base .similar_classes_inner h3 {
    font-size: 14px;
  }
  .dashboard_tab_inner {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .dashboard_tab_inner .nav.nav-tabs {
    width: 800px;
  }
  .dashboard_tab_base .container {
    padding: 0 15px !important;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add {
    text-align: center;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard {
    padding-left: 0;
    width: 100%;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h4 {
    float: none;
  }
  .student_dashboard_base .student_course_dashboard_inner .student_course_date_details_base {
    width: 100%;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard {
    text-align: center;
    margin-top: 13px;
    width: 100%;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p span {
    font-size: 13px;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p {
    font-size: 13px !important;
  }
  .add_review_btn {
    float: none;
    margin-top: 11px;
    display: inline-block;
  }
  .chat_box_base .chat_textarea input[type=text] {
    width: 88%;
  }
  .chat_box_base .chat_textarea input[type=submit] {
    float: right;
  }
  .table_responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .coupon_table_base {
    width: 500px;
  }
  .res_nopadd_sm {
    padding: 0;
  }
  .guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .guru_profile_pic {
    width: 120px;
    height: 120px;
    display: inline-block;
  }
  .guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .guru_profile_pic img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_res {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .registerBody .modal-dialog {
    width: 94% !important;
  }
  .head_base .menu_links {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .head_base .after_login .account_details_header .dropdown-menu li {
    text-align: center;
  }
  .head_base .menu_links li {
    padding: 0 7px;
    width: 100%;
    display: inline-block;
  }
  .head_base .search_category .search_bar {
    width: 75%;
    display: inline-block;
  }
  .home_section_base .banner_home_base .banner_search {
    display: none;
  }
  .category_top_base .container .category_top_inner .category_tab_base .nav.nav-tabs {
    text-align: left;
    width: 800px;
  }
  .nav-responsive-tab {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft h3 {
    font-size: 22px;
    text-align: center;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_lft p {
    font-size: 14px;
    text-align: center;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content h2 {
    font-size: 22px;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner h4 {
    font-size: 20px;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner .why_guru_image {
    min-height: auto;
  }
  .why_hobby_base .why_hobby_inner .why_hobby_content .why_hobby_sections .why_hobby_sections_inner p {
    font-size: 14px;
  }
  .footer_base .footer_inner {
    text-align: center;
  }
  .footer_base .footer_inner .footer_cont_section .footer_categories {
    padding-left: 0;
    min-height: auto;
  }
  .terms_conditions_base {
    padding: 0 20px;
    margin-top: 15px;
  }
  .head_base .navbar-default {
    padding: 0 6px;
  }
  .product_base {
    max-width: 290px;
    position: relative;
    margin: 0 auto;
  }
  .footer_base .footer_inner .footer_cont_section {
    padding: 0;
  }
  .footer_base .footer_inner .footer_logo_section {
    padding: 0 25px;
  }
  .login_base .login_inner h2 {
    font-size: 14px;
  }
  .login_base .social_btns_base .socila_btn_lft {
    padding: 0;
    margin-bottom: 20px;
  }
  .login_base .social_btns_base .socila_btn_rgt {
    padding-right: 0;
    padding: 0;
  }
  .login_base .nav-tabs li a {
    font-size: 14px;
  }
  .login_base .nav-tabs li.active a {
    font-size: 14px;
  }
  .add_fields_rgt_divide {
    padding: 0;
  }
  .head_base .after_login .collapse.navbar-collapse {
    width: 100%;
  }
  .head_base .after_login .account_details_header {
    float: none;
    display: inline-block;
    margin-top: 17px;
  }
  .course_details_base .container {
    padding: 0 15px !important;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul li {
    font-size: 12px;
    padding: 5px 5px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft ul {
    text-align: center;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location .coure_detail_location_lft {
    text-align: center;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location .coure_detail_location_rgt {
    text-align: center;
    padding-left: 0px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_lft .coure_detail_location {
    margin-top: 15px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt {
    text-align: center;
  }
  .course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_desc_details .course_desc_image_base .course_desc_image {
    text-align: center;
  }
  .course_detail_content_base .course_detail_content_inner .course_desc_base .course_desc_lft .course_about_guru {
    text-align: center;
  }
  .course_desc_rgt {
    padding: 0 0 0 0;
  }
  .select_time_sections {
    width: 50%;
  }
  .dashboard_tab_inner {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .dashboard_tab_inner .nav.nav-tabs {
    width: 800px;
  }
  .dashboard_tab_base .container {
    padding: 0 15px !important;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add {
    text-align: center;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard {
    padding-left: 0;
    width: 100%;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h4 {
    float: none;
    font-size: 14px;
  }
  .student_dashboard_base .student_course_dashboard_inner .student_course_date_details_base {
    width: 100%;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_image_dashboard {
    width: 240px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h3 {
    font-size: 14px;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard {
    text-align: center;
    margin-top: 13px;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p span {
    font-size: 13px;
  }
  .student_dashboard_base .student_course_dashboard_inner .no_of_people_indashboard p {
    font-size: 13px !important;
  }
  .add_review_btn {
    float: none;
    margin-top: 11px;
    display: inline-block;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li {
    width: 100%;
    margin: 10px 0;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.message_inbox {
    width: 100%;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li.delete_message {
    padding-left: 0;
  }
  .dashboard_base .dashboard_tab_content_base .dashboard_tab_content_inner .sort_select_base {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .chat_box_base .chat_textarea input[type=submit] {
    float: right;
  }
  .chat_box_base .chat_textarea input[type=text] {
    width: auto;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base {
    text-align: center;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li .inbox_text {
    display: inline-block;
    width: 100%;
  }
  .dashboard_inbox_base .dashboard_tab_inbox ul.inbox_list_base li .inbox_profile_pic {
    margin-right: 0;
  }
  .payment_table {
    width: 780px;
  }
  .dashboard_paymenthits_base {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .dashboard_payhistory_base .dashboard_payhistory_filter .sort_select ul li .theme_btn {
    padding: 9px 15px !important;
  }
  .billing_info_base .billing_info_inner .billing_card_details_base {
    width: 100%;
    float: left;
  }
  .add_fields_lft_divide {
    padding: 0;
    padding-right: 0;
  }
  .dashboard_account_base .dashboard_account_inner .dashboard_account_image .dash_profile_pic {
    display: block;
    margin: 0 auto;
  }
  .dashboard_account_base .dashboard_account_inner .dashboard_account_image .browse_photo {
    margin-left: 0px;
    display: inline-block;
    text-align: center;
  }
  .dashboard_account_base .dashboard_account_inner .dashboard_account_image {
    text-align: center;
  }
  .deactivate_btn {
    margin-top: 30px;
    text-align: center;
  }
  .deactivate_btn a {
    float: none;
    display: inline-block;
  }
  .dashboard_account_base .dashboard_account_details .dashboard_account_details_lft .dashboard_account_details_input {
    padding-right: 15px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .generate_link {
    margin-top: 10px;
    float: none;
    display: inline-block;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn ul {
    margin: 10px 0 0;
  }
  .photo_preview_ul li {
    width: 280px;
  }
  .photo_preview_ul {
    text-align: center;
  }
  .add_class_seprator .add_fields_lft {
    padding: 0;
  }
  .add_fields_rgt {
    padding: 0;
  }
  .res_nopadd {
    padding: 0;
  }
  .coupon_code_add {
    padding: 0 15px;
  }
  .table_responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .coupon_table_base {
    width: 500px;
  }
  .guru_detail_base .guru_detail_inner .guru_details .guru_details_lft .product_rating {
    float: none;
    display: table;
    margin: 24px auto 0;
  }
  .guru_detail_base .guru_detail_inner .guru_details .guru_details_rgt {
    padding: 0 0 0 0px;
  }
  .search_result_list_base .search_result_list_inner .search_list_base {
    text-align: center;
  }
  .search_result_list_base .search_result_list_inner .search_list_base .search_list_image {
    width: 250px;
    padding: 0;
    display: inline-block;
    float: none;
  }
  .search_result_list_base .search_result_list_inner .search_list_base .search_list_profile_details {
    text-align: center;
    padding: 0;
  }
  .guru_detail_base .guru_detail_inner h2 {
    font-size: 16px;
  }
  .search_result_list_base .search_result_list_inner .search_list_base .search_list_content h4 {
    font-size: 14px;
  }
  .search_result_list_base .search_result_list_inner .search_list_base .search_list_profile_details h5 {
    font-size: 14px;
  }
  .search_base .search_page_inner .search_filter_base .search_filter_inner .search_filter_lft ul li {
    margin: 5px 0;
  }
  .search_result_list_base .search_result_list_inner .search_list_base .search_list_content ul li {
    margin: 5px 0;
  }
  .contact_detail_inner .contact_fields {
    margin: 0 auto;
    width: 100%;
  }
  .chat_box_base .message_converstion_list li {
    width: 100%;
    display: inline-block;
  }
  .chat_box_base .message_converstion_list li .msg_inner_conversationmsg_left {
    max-width: 95%;
  }
  .chat_box_base .message_converstion_list li .msg_inner_conversationmsg_right {
    max-width: 95%;
  }
  .chat_box_base .message_converstion_list li p {
    padding: 4px 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .head_base .search_category .search_bar {
    width: 100%;
    display: inline-block;
  }
  .category_top_base .container .category_top_inner .category_tab_base {
    padding: 0;
  }
  .home_tabcont_base {
    padding: 0;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt .theme_btn {
    float: none;
    display: inline-block;
    margin-top: 11px;
  }
  .news_letter_base .news_letter_inner .news_letter_content .news_letter_content_rgt .news_letter_email {
    text-align: center;
  }
  .news_letter_base .news_letter_inner .news_letter_content {
    padding: 25px 0;
  }
  .our_guru_base h3 {
    font-size: 15px;
    margin: 0;
  }
  .our_guru_inner {
    padding: 0;
  }
  .our_guru_base {
    padding: 0;
  }
  .our_guru_base h4 {
    font-size: 13px;
    margin: 0;
  }
  .our_guru_base .our_guru_inner .gure_top_base {
    margin: 78px 36px 0;
  }
  .our_guru_base .our_guru_inner .gure_top_base .guru_review_desc_base p {
    font-size: 12px;
  }
  .select_time_sections {
    width: 100%;
  }
  .similar_classes_base .similar_classes_inner h3 {
    font-size: 16px;
  }
  .course_details_base .course_details_banner_base .course_detail_banner .course_detail_banner_rgt .course_image {
    width: 100%;
    height: 162px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h3 {
    font-size: 13px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard h4 {
    font-size: 13px;
  }
  .sort_select ul {
    margin: 0;
    text-align: center;
  }
  .sort_select ul li {
    width: 100%;
    margin: 5px 0;
  }
  .photo_preview_ul li {
    width: 280px;
    display: inline-block;
    float: none;
  }
  .save_later_btn_base .publishe_for_btn {
    width: 100%;
  }
  .save_later_btn_base .save_for_later_btn {
    width: 100%;
    float: left;
  }
  .save_later_btn_base .save_for_later_btn a {
    padding: 7px 25px;
  }
  .save_later_btn_base .publishe_for_btn a {
    padding: 8px 5px !important;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .generate_link {
    padding: 7px 12px !important;
    font-size: 11px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .preview_btn {
    font-size: 11px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .delete_btn {
    font-size: 11px;
  }
  .dashboard_course_base .dashboard_course_inner .dashboard_course_add .course_content_dashboard .course_content_btn .editndpublish_btn {
    font-size: 11px;
  }
  .dashboard_paymeth_base .dashboard_paymeth_inner .account_method_base {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
