﻿@charset "UTF-8";


/* Contact Number on Home Page */
/* line 1448, ../../sass/base/_global.scss */
.classroom-front-page .contact-number {
  right: 175px;
}

/* line 1629, ../../sass/base/_global.scss */
.help-section {
  position: fixed;
  right: 3px;
  bottom: 3px;
  z-index: 100;
}
@media (max-width: 767px) {
  /* line 1636, ../../sass/base/_global.scss */
  .help-section ul {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
  }
  /* line 1645, ../../sass/base/_global.scss */
  .help-section ul:before {
    /* content: '';
    @include pos(fixed, 0, 0, 0, 0, null);
    background: rgba(255, 255, 255, 0.9);*/
  }
}
/* line 1651, ../../sass/base/_global.scss */
.help-section ul li {
  position: fixed;
  top: 65%;
  right: -80px;
  z-index: 100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  -webkit-box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  -moz-box-shadow: 4px 0 7px rgba(35, 35, 35, 0.18);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (max-width: 1439px) {
  /* line 1651, ../../sass/base/_global.scss */
  .help-section ul li {
    top: 60%;
  }
}
@media (max-width: 767px) {
  /* line 1651, ../../sass/base/_global.scss */
  .help-section ul li {
    /* position: static;
    margin: 15px 0 0 0 !important;
    transform: none !important;*/
    top: 46%;
  }
}
/* line 1672, ../../sass/base/_global.scss */
.help-section ul li:nth-child(2) {
  margin-top: 58px;
}
/* line 1675, ../../sass/base/_global.scss */
.help-section ul li:nth-child(3) {
  margin-top: 116px;
}
/* line 1678, ../../sass/base/_global.scss */
.help-section ul li:hover {
  right: 0;
}
/* line 1681, ../../sass/base/_global.scss */
.help-section ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  height: 43px;
  padding-left: 44px;
}
/* line 1695, ../../sass/base/_global.scss */
.help-section ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 44px;
  height: 100%;
}
/* line 1706, ../../sass/base/_global.scss */
.help-section ul li a.call_icon {
  background: #00b0f5;
}
/* line 1708, ../../sass/base/_global.scss */
.help-section ul li a.call_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/phone-icon-home.png");
  background-repeat: no-repeat;
  background-position: 9px 12px;
  background-color: #00b0f5;
}
/* line 1716, ../../sass/base/_global.scss */
.help-section ul li a.help_icon {
  background: #00b0f5;
}
/* line 1718, ../../sass/base/_global.scss */span
.help-section ul li a.help_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/question-icon-home.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #00b0f5;
}
/* line 1726, ../../sass/base/_global.scss */
.help-section ul li a.offer_icon {
  background: #00ce18;
}
/* line 1728, ../../sass/base/_global.scss */
.help-section ul li a.offer_icon:before {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/whatsapp-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00ce18;
}
/* line 1736, ../../sass/base/_global.scss */
.help-section ul li a span {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  white-space: nowrap;
}
/* line 1745, ../../sass/base/_global.scss */
.help-section .help-section-toggle {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/help-toggle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
/* line 1757, ../../sass/base/_global.scss */
.help-section .help-section-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/dots-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  display: block;
}
/* line 1776, ../../sass/base/_global.scss */
.help-section .help-section-toggle.active span {
  background-image: url("//dcx0p3on5z8dw.cloudfront.net/themes/classroom/images/close-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1745, ../../sass/base/_global.scss */
  .help-section .help-section-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1629, ../../sass/base/_global.scss */
  .help-section {
    bottom: 100px;
  }
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


