.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 600;
  color: #272727;
}
p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.webpage-wrapper {
  width: 100%;
  position: relative;
  height: auto;
  overflow-x: hidden;
  background-color: #f5f9fc;
}
.footer-slanting:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% + 25px);
  width: -moz-calc(100% + 25px);
  width: calc(100% + 25px);
  height: 90px;
  top: -34px;
  left: -1px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #fafafb;
}
.footer.footer-slanting:before, .call-to-action.footer-slanting:before {
  background: linear-gradient(to left, #4192f1 0%, #254f8f 100%);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); 
}
.section-grey.footer-slanting:before{
  background-color: #f5f9fc;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.section-white.footer-slanting:before{
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* ************************************************
  Home Header CSS
************************************************ */
.header {
  background: rgb(255,255,255);
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  opacity: 1;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  font-family: inherit;
  z-index: 99;
  transition: top .2s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.header.header-fixed {
  background: rgba(255,255,255,.97);
  transition: all .4s;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.header .navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
.header .navbar-brand {
  padding-top: 5px;
}
.header .navbar-brand .navbar-logo {
  max-width: 285px;
}
.header .navbar-default .navbar-nav>li>a {
  padding: 25px 20px;
  white-space: normal;
  color: #6b7c8d;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header .navbar-default .navbar-nav>.open>a, 
.header .navbar-default .navbar-nav>.open>a:focus, 
.header .navbar-default .navbar-nav>.open>a:hover{
  background: #fff;color: #716b79 !important;
}
.header .navbar-default .navbar-nav li:hover a.main-nav-link, 
.header .navbar-default .navbar-nav li:focus a.main-nav-link {
  background: #fff;color: #716b79;
}
.header .navbar-default .navbar-nav li.service-dropdown {
  position: relative;
}
@media (min-width: 768px) {
  .nav li:hover>ul.dropdown-menu {
    display: block;
  }
}
.header .navbar-default .navbar-nav li.service-dropdown.dropdown.open ul.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  float: left;
  height: auto;
  list-style-type: none;
  box-shadow: none;
}
.header .navbar-default .navbar-nav .service-dropdown .dropdown-menu{
  min-width: 33%;
  border:none;
  border-radius: 0px;
  padding:15px 0px;
}
.header .navbar-default .navbar-nav .service-dropdown .dropdown-menu .dropdown-submenu {
  position: static;
  padding:0px 15px;
  display: block;
}
.header .navbar-default .dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:0px;
  margin-left:0px;
  border-radius:0px;
  min-height: 215px;
  max-height: 435px;
}
.header .navbar-default .dropdown-submenu:hover>a:after {
  border-left-color:#555;
}
.header .navbar-default .dropdown-menu > li > a:hover, 
.header .navbar-default .dropdown-menu > .active > a:hover {
  text-decoration: none;
}
.header .navbar-default .service-dropdown .dropdown-menu>li>a {
  padding: 8px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.header .navbar-default .service-dropdown .dropdown-submenu>.dropdown-menu {
  background: #fff;
  width: max-content;
}
.header .navbar-default .service-dropdown .dropdown-submenu>.dropdown-menu li a{
  text-decoration: none;
  color: #333;
  padding:5px 10px; 
}
.header .navbar-default .service-dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
  background: #f8f8f8;
  width: 100%;
}
.header .navbar-default .navbar-nav>li.header-btn a{
  background: orange;
  padding: 10px 20px;
  color: #fff;
  margin-top: 13px;
}
.header .navbar-default .navbar-nav>li.header-btn a:hover{
  background: #e29405;
}
@media (max-width: 767px) {
  .header .navbar-brand .navbar-logo {
    max-width: 200px;
  }
}

/* ************************************************
  Common page CSS
************************************************ */
.page-content-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.section-grey, .section-white, .bg-color-white, .bg-color-grey, .content-section-white, .content-section-grey{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0px 100px;
  clear: both;
}
.section-grey,.bg-color-grey, .content-section-grey{
  background-color: #f5f9fc;
}
.section-white, .bg-color-white, .content-section-white{
  background-color: #fff;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.p-d-0 {
  padding: 0px;
}
.p-l-0{
  padding-left: 0px;
}
.p-r-0{
  padding-right: 0px;
}
.p-t-0{
  padding-top: 0px;
}
.p-t-22{
  padding-top: 22px;
}
.p-b-100{
  padding-bottom: 100px;
}

/* ************************************************
  Home Banner CSS
************************************************ */
.home-banner{
  width: 100%;
  float: left;
  position: relative;
  background-color: #f5f9fc;
  padding-top: 70px;
  /*background-image: url(https://www.myassignmenthelpline.com/static/images/statsgraph.png);
  background-repeat: repeat-x;
  background-position: bottom left;*/
}
.home-banner .container{
  position: relative;
  z-index: 9;
}
.cont-left {
  margin: 50px 0;
  margin-right: 60px;
}
.home-banner h1 {
  font-size: 36px;
  color: #3270c0;
  line-height: 48px;
}
.home-banner p {
  font-size: 18px;
  margin-bottom: 0px;
  font-family: inherit;
  line-height: 22px;
}
.banner-offer {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.banner-offer p {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-family: medium;
  background-image: linear-gradient(180deg,#4192f1 0,#254f8f 100%);
  padding: 10px 30px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.banner-offer p:after{
  content: '';
  position: absolute;
  right: 0px;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f5f9fc;
  top: 0px;
}
.home-banner ul{
  list-style: none;
  margin:0px;
  padding:0px;
  margin-bottom: 25px;
}
.home-banner ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {}

/* ************************************************
  Home Banner Form CSS
************************************************ */
.home-banner-form-wrapper {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  padding:15px 20px;
  margin-top:30px;
  box-shadow: 18px 10px 57px rgba(0,0,0,.16);
  -webkit-box-shadow: 18px 10px 57px rgba(0,0,0,.16);
  -moz-box-shadow: 18px 10px 57px rgba(0,0,0,.16);
}
.home-banner-form-wrapper h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
}
.home-banner-form-wrapper .form-group {
  width: 100%;
  float:left;
  margin-bottom: 15px;
}
.home-banner-form-wrapper .form-control{
  height: 44px;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.19) inset, 2px 2px 0 0 rgba(0,0,0,.1);
  border-radius: 3px;
  border-color: #52946f;
}
.home-banner-form-wrapper .btn-warning {
  background-color: #efa300;
}

@media (max-width: 767px) {
  .home-banner-form-wrapper {
    padding:0px;
    padding-bottom: 30px;
  }
  .home-banner-form-wrapper h2 {
    margin-bottom: 0px;
  }
  .home-banner-form-wrapper .form-group {
    margin-bottom: 5px;
  }
}

/* ************************************************
  How It Works CSS
************************************************ */
.how-it-works .step-list {
  height: 260px;
}
.how-it-works .step-list .step-number {
  font-size: 48px;
}
.how-it-works .step-list h2 {
  margin-top: 0;
  color: #333;
  font-size: 30px;
}
.how-it-works .step-list p {
  color: #666;
  line-height: 25px;
}
.how-it-works #howItWorks1 .step-number {
  color: orange;
}
.how-it-works #howItWorks2 .step-number {
  color: #3ecadd;
}
.how-it-works #howItWorks3 .step-number {
  color: #dddc00;
}
.how-it-works #howItWorks1 {
  background: transparent url(../images/step-sign-up.svg) scroll 90px 0 no-repeat;
}
.how-it-works #howItWorks2 {
  background: transparent url(../images/step-prepare-devices.svg) scroll 280px 0 no-repeat;
  margin-top: 100px;
}
.how-it-works #howItWorks3 {
  background: transparent url(../images/step-start-watching.svg) scroll 70px 0 no-repeat;
}

/* ************************************************
  Featured Section bellow banner CSS
************************************************ */
.gray-bg {
  background: #f5f9fc;
}
.white-bg {
  background: #fff;
}
.featured-item{
  min-height: 255px;
  position: relative;
  padding: 30px;
  margin-top: 20px;
  transition: all .3s ease;
}
.featured-item .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
  -moz-box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
  box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
}
.featured-item .icon {
  padding: 0 0 30px 0;
}
.featured-item .icon i {
  color: #ffa500;
  font-size: 30px;
  line-height: 80px;
}
.featured-item .title {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #666;
}
.text-uppercase {
  text-transform: uppercase;
}
.featured-item .desc {
  color: #7e7e7e;
}

/* ************************************************
  Home page Features CSS
************************************************ */
.home-features ul {
  list-style: none;
  margin-top: 30px;
}
.home-features ul li {
  width: 49%;
  display: inline-block;
  padding: 15px 0;
  vertical-align: top;
}
.home-features ul li:nth-child(odd) {
  padding-right: 60px;
  box-sizing: border-box;
}
.home-features ul li:nth-child(even) {
  padding-left: 30px;
  box-sizing: border-box;
}
.home-features ul li i {
  height: 100px;
  float: left;
  width: 64px;
  margin-right: 20px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;;
}
.home-features ul li i.on-time-delivery-icon {
  background-position: -1px -34px;
}
.home-features ul li i.academic-writers-icon {
  background-position: -73px 0px;
}
.home-features ul li i.customer-support-icon {
  background-position: -144px 0px;
}
.home-features ul li i.Plagiarism-free-icon {
  background-position: -210px 0px;
}
.home-features ul li i.affordable-rates-icon {
  background-position: -282px 0px;
}
.home-features ul li i.security-icon {
  background-position: -348px 0px;
}
.home-features ul li strong {
  font-size: 19px;
  margin-bottom: 10px;
  display: block;
}
.home-features ul li p {
  text-align: justify;
  margin-bottom: 15px;
  padding-left: 85px; 
}
.home-features-box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.text-left{
  text-align: left;
}
.iconbox-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  color: #242424;
  line-height: 100px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  outline: 0px !important;
  border-radius: 100%;
  float: left;
  margin: 0px 20px 30px 0px;
}
.home-features-box .iconbox-medium {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
  -moz-box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
  box-shadow: 0px 0px 34px 9px rgba(233,232,250,1);
}
@media (max-width: 767px) {
  .home-features ul {
    padding:0px;
  }
  .home-features ul li{
    width:100%;
    text-align: left;
  }
  .home-features ul li strong{
    display: initial;
  }
  .home-features ul li:nth-child(odd){
    padding-right: 0px;
  }
  .home-features ul li:nth-child(even) {
    padding-left: 0px;
  }
  .home-features ul li i {
    margin-top: 25px;
  }
  .home-features ul li p {
    line-height: 22px;
    font-size: 14px;
    text-align: left;
  }
}

/* ************************************************
  Home Header CSS
************************************************ */
.stats-item{
  width: 100%;
  position: relative;
  padding: 15px;
  float: left;
}
.stats-item .stats-text {
  font-size: 17px;
  font-weight: 600;
  color: #666;
  line-height: 1.5;
}
.stats-item .stats-text .stats-figure {
  width: 100%;
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  margin: 0 0 34px;
  transition: ease all 0.5s;
}

/* ************************************************
  Call To action CSS
************************************************ */
.call-to-action {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 130px;
  text-align: center;
  background: linear-gradient(to left, #4192f1 0%, #254f8f 100%);
}
.call-to-action h2{
  font-size: 36px;
  color: #fff;
  letter-spacing: 3px;
}
.call-to-action p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px; 
  letter-spacing: 3px;
}
.call-to-action .demo-link {
  box-shadow: inset 0 0 0 4px white;
  color: #333;
  background-color: #fff;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  font-weight: 600;
  border: none;
  border-radius: 0px;
}
.demo-link::before, .demo-link::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.demo-link::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.demo-link::after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.demo-link:hover {
  color: orange;
}
.demo-link:hover::before, .demo-link:hover::after {
  border-color: orange;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.demo-link:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.demo-link:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

/* ************************************************
  Footer CSS
************************************************ */
.footer {
  width: 100%;
  float: left;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#4192f1), to(#254f8f));
  background: linear-gradient(to left, #4192f1 0%, #254f8f 100%);
  padding:60px 0;
}
.footer h4 {
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
.footer p {
  color: #fff;
  font-size: 14px;
}
.footer .list-unstyled li{
  padding: 5px 0px;
  color: #fff;
}
.footer .list-unstyled a {
  color: #fff;
  text-decoration: none;
}
.footer .list-unstyled a:hover {
  color: orange;
}
.footer .footer-v-nav, .footer .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-v-nav li{
  font-size: 13px;
  display: inline-block;
}
.footer .footer-v-nav li a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-right: 25px;
}
.footer .footer-v-nav li a:hover {
  color: orange;
}
.footer .social-links li{
  display: inline-block;
}
.footer .social-links a{
  display: block;
  overflow: hidden;
  margin-right: 30px;
}
.footer .social-links a:hover {
  color: orange;
}
.footer .copyright {
  margin-top: 30px;
  color: #fff;
}
.footer .copyright a{
  color: orange;
}
.footer .disclaimer {
  font-size: 12px;
  padding: 20px 0px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-v-nav li a {
    margin-right: 20px;
  }
}

/* ************************************************
  Back to Top CSS
************************************************ */
.back-to-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display:none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: orange;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.back-to-top:hover {
  background-color: #344356;
  color: #fff;
}

/* ************************************************
  Services Page CSS
************************************************ */
.inner-page-content-wrap {
  width: 100%;
  position: relative;
  padding-top: 70px;
}
.breadcrumb {
  background-color: transparent;
  padding:0px;
  width: 100%;
  padding: 0px;
}
.content-list-items {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.content-list-items li{
  font-size: 15px;
  padding: 7px 0px 7px 30px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
}
.content-list-items li:before {
  content: "\f00c";
  position: absolute;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  color: #71c55d;
  font-size: 19px;
  padding-top: 3px;
}
h1.page-title, .content-area h1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #287a8d;
}
h2.page-description-title, .content-area h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none;
  margin-top: 26px;
  color: #333;
  text-align: left;
}
.page-content h2 span{
  display: block;
}
.heading3, .content-area h3, .review-title{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
  margin-top: 26px;
  color: #666;
  text-align: left;
}
.page-content h2{
  font-size: 24px;
}
.page-content .textCommon {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d3d;
}
.page-content a {
  text-decoration: none;
  font-size: 15px;
}
.card {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem!important;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.inner-page-content-wrap .content-area ul:not(.*) {
  margin-left: 30px; 
}
.inner-page-content-wrap .content-area ul:not([class]){ 
	margin-left: 30px;
}
.page-content-tabs .tab-content{
  padding: 20px;
}
.page-content-tabs .nav-tabs {
  background-color: #fcfcfc;
}
.page-content-tabs .nav-tabs>li{
  width: 33.3333%;
  text-align: center;
}
.page-content-tabs .nav-tabs>li>a {
  border: 1px solid transparent;
  color: #333;
  margin-right: 0px;
  border-right-color: #ddd;
  border-radius: 0px;
}
.page-content-tabs .nav-tabs>li.active>a, .page-content-tabs .nav-tabs>li.active>a:focus,.page-content-tabs .nav-tabs>li.active>a:hover {
  border-top-color: #d4765d;
  border-left-color: #d4765d;
  border-right-color:#d4765d;
}
.page-content-tabs .nav-tabs {
  border-top-color: #d4765d;
}
.page-content-tabs .featuresbx {
  width: 100%;
  float: left;
  padding: 0px;
  text-align: center;
}
.featuresbx .feature-icon {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.featuresbx .feature-icon .content-feature-icon2x{
  width: 80px;
  height: 80px;
  margin:10px auto;
  border:1px solid #ccc;
  border-radius: 50%;
  line-height: 73px;
  text-align: center;
  padding:23px;
}
.content-feature-icon2x .icon {
  width: 32px;
  height: 32px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.content-feature-icon2x .icon.qualified-icon{
  background-position: -80px -152px;
}
.content-feature-icon2x .icon.original-writing-icon{
  background-position: -118px -152px;
}
.content-feature-icon2x .icon.citing-icon{
  background-position: -151px -152px;
}
.content-feature-icon2x .icon.placeOrder-icon{
  background-position: -184px -151px;
}
.content-feature-icon2x .icon.trackOrder-icon{
  background-position: -219px -152px;
}
.content-feature-icon2x .icon.deliveryOrder-icon{
  background-position: -251px -152px;
}
.content-feature-icon2x .icon.methods-icon{
  background-position: -286px -153px;
}
.content-feature-icon2x .icon.response-icon{
  background-position: -324px -152px;
}
.content-feature-icon2x .icon.support-icon{
  background-position: -363px -151px;
}
.page-content-tabs .featuresbx .feature-content h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #656565;
  margin-top: 0px;
  text-transform: uppercase;
}
.featuresbx .feature-content{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.content-lists {
  list-style: none;
  position: relative;
}
.content-lists li {
  font-size: 15px;
  padding: 2px 0;
  line-height: 24px;
}
.content-lists li::before {
  content: '\f054';
  display: inline-block;
  position: absolute;
  left: 20px;
  font-family: 'FontAwesome';
  font-size: .6em;
}
.service-highlight {
  border: 1px solid rgba(200,200,200,.59);
  background-color: #fcfcfc;
  border-radius: 4px;
  padding: 14px 3% 17px 3%;
  margin-bottom: 30px;
  position: relative;
  float: left;
}
.service-highlight:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: rgba(200,200,200,.59) transparent transparent transparent;
  border-width: 13px 0 0 22px;
  border-style: solid;
  bottom: -13px;
  right: 43px;
  z-index: 1;
}
.service-highlight:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 0 0 19px;
  border-style: solid;
  bottom: -12px;
  right: 44px;
  z-index: 2;
}

.service-highlight-text {
  font-size: 18px;
  padding: 2px 0;
  line-height: 24px;
}
.static_page_info_block {
  border: 1px solid #dedede;
  background: #222831;
  position: relative;
  margin: 20px 0;
}
.static-info-left{
  width: 100%;
  padding: 30px;
  text-align: center;
}
.static_page_info_block h2, .static_page_info_block p{
  text-align: center;
  color: #fff;
}

.static-info-left .btn-warning {
  background-color: #efa300;
}
.btn-warning.btn-lg.btn-block{
  background-color: #efa300;
}
.static_page_info_block h2 {
  margin:0px;
}
@media (max-width: 767px) {
  .static-info-left{
    max-width: 100%;
    z-index: 1;
    position: relative;
    padding: 10px 10px;
  }
  .page-content-tabs .nav-tabs>li>a{
    padding: 10px 10px;
  }
}

/* ************************************************
  Features Page CSS
************************************************ */
.features-box {
  position: relative;
  padding-left: 100px;
  margin-bottom: 60px;
}
.features-box .features-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 72px;
  overflow: hidden;
  z-index: 1;
  color: #5e88fc;
  transition: 0.3s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.features-box .features-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.3s;
  opacity: 1;
}
.feature-image {
  width: 100%;
}
.feature-image img{
  max-width: 100%;
}

/* ************************************************
  Sidebar CSS
************************************************ */
.sidebar-section {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
  margin-top: 15px;
}
.sidebar-section h2, .sidebarform h2, .sideorderform h2{
  margin-top: 0;
  font-size: 1.375em;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  color: #000;
  background-color:#f1f4f7;
}
.sidebar-section .sidebar-body, .internal-sidebar-form .sidebar-body{
  padding:15px;
}
.sidebar-section h3{
  font-size: 18px;
  color: #666;
  margin-top: 0px;
}
.sidebar-section .extra-text{
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.sidebar-section .extra-text span{
  font-weight: 700;
}
.home-banner-form-wrapper .btn-warning {
  background-color: #efa300;
}

/* ************************************************
  Sidebar Form CSS
************************************************ */
.sidebarform, .sideorderform {
  width: 100%;
  float: right;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.sidebarform .form-control.datetimeSelector, .sideorderform .form-control.datetimeSelector{
  background: #fff;
}

/* ************************************************
  Sidebar Testimonials CSS
************************************************ */
.sidebar-section.testimonials h4{
  margin: 0px;
}
.sidebar-section.testimonials .test-sub-heading {
  font-size: 14px;
  font-family: 'NBI Pro Light';
  color: #666;
  margin-bottom: 0px;
}
.sidebar-section.testimonials .testimonials-topic {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
}
.sidebar-section.testimonials .testi-rating {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  /*padding-bottom: 10px;
  border-bottom: 1px solid #ddd;*/
}
.sidebar-section.testimonials .carousel-inner>.item {
  min-height: 330px;
}
.yellow {
  color: orange;
}
.text-orange{
  color: orange;
}
.carousel-bottom-info {
  width:100%;
  float: left;
}
.carousel-bottom-info .student-img {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -135px;
}
.student-title {
  margin: 12px 0 0;
  float: left;
}
.student-title .student-name {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.student-title span {
  display: block;
  font-weight: 600;
}
.student-title .student-place {
  font-style: italic;
  font-size: 14px;
  color: #7e7e7e;
}

/* ************************************************
  Sidebar payment securities CSS
************************************************ */
.payment-security-block {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0 auto 10px;
  position: relative;
  clear: both;
  text-align: center;
}
.payment-security-block .payment-icon {
  float: left;
  width: 100%;
  height: 30px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -102px;
}
.security-badge-block {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding:15px;
  border-top: 1px solid #ddd;
}
.badge-item {
  float:left;
  width: 50%;
  padding:0 10%;
}
.badge1{
  width: 100px;
  height:100px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -413px 0px;
}
.badge2{
  width: 100px;
  height:100px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -413px -102px;
}
.border-right{
  border-right: 1px solid #ddd;
}

/* ************************************************
  About Us page CSS
************************************************ */
.about-full-width-banner {
  width:100%;
  float: left;
  text-align: center;
  padding:140px 0;
  background: linear-gradient(to left, #4192f1 0%, #254f8f 100%);
  position: relative;
  color: #fff;
}
.about-full-width-banner h1.inner-banner-title{
  font-size: 48px;
  color: #fff;
}
.about-stats {
  width: 100%;
  float: left;
  text-align: center;
}
.about-stats .title {
  padding-top: 0.2em;
  font-size: 4em;
  line-height: 1.1;
  color: #efa300;
  font-weight: 600;
  display: block;
}
.about-stats .desc {
  font-size: 1.2em;
  display: block;
  line-height: 1.5;
  font-weight: 600;
}
.about-timeline{overflow:hidden;position:relative}
.about-timeline:before{content:"";width:5px;height:86%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.about-timeline .timeline-content:before,.about-timeline .timeline:before{top:50%;transform:translateY(-50%);content:""}
.about-timeline .timeline{width:50%;padding-left:100px;float:right;position:relative}
.about-timeline .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.about-timeline .timeline-content{display:block;padding-left:150px;position:relative}
.about-timeline .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.about-timeline .year{display:inline-block;width:120px;height:120px;line-height:105px;border-radius:50%;border:10px solid #3260b1;font-size:20px;color:#3260b1;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.about-timeline .year:before{content:"";border-left:20px solid #3260b1;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.about-timeline .inner-content{padding:20px 0}
.about-timeline .title{font-size:19px;font-weight:600;color:#3260b1;text-transform:uppercase;margin:0 0 5px}
.about-timeline .description{font-size: 15px;color:#333;margin:0 0 5px}
.about-timeline .timeline:nth-child(2n){padding:0 100px 0 0}
.about-timeline .timeline:nth-child(2n) .timeline-content:before,.about-timeline .timeline:nth-child(2n) .year,.about-timeline .timeline:nth-child(2n):before{left:auto;right:-10px}
.about-timeline .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.about-timeline .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.about-timeline .timeline:nth-child(2n) .year{right:0}
.about-timeline .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f54957;transform:rotate(-45deg)}
.about-timeline .timeline:nth-child(2){margin-top:110px}
.about-timeline .timeline:nth-child(odd){margin:-110px 0 0}
.about-timeline .timeline:nth-child(even){margin-bottom:80px}
.about-timeline .timeline:first-child,.about-timeline .timeline:last-child:nth-child(even){margin:0}
.about-timeline .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.about-timeline .timeline:nth-child(2) .year:before{border-right-color:#1ebad0}
.about-timeline .timeline:nth-child(2n) .title{color:#1ebad0}
.about-timeline .timeline:nth-child(3n) .year{border-color:#28a745;color:#28a745}
.about-timeline .timeline:nth-child(3) .year:before{border-left-color:#28a745}
.about-timeline .timeline:nth-child(3n) .title{color:#28a745}
.about-timeline .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.about-timeline .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.about-timeline .timeline:nth-child(4n) .title{color:#f8781f}
.about-timeline .timeline:nth-child(5n) .year{border-color:#ffa500;color:#ffa500}
.about-timeline .timeline:nth-child(5) .year:before{border-left-color:#ffa500}
.about-timeline .timeline:nth-child(5n) .title{color:#ffa500}
.about-timeline .timeline:nth-child(6n) .year{border-color:#28a745;color:#28a745}
.about-timeline .timeline:nth-child(6) .year:before{border-right-color:#28a745}
.about-timeline .timeline:nth-child(6n) .title{color:#28a745}
@media only screen and (max-width:1200px){
  .about-timeline .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){
  .about-timeline .timeline{padding-left:75px}
  .about-timeline .timeline:nth-child(2n){padding:0 75px 0 0}
  .about-timeline .timeline-content{padding-left:130px}
  .about-timeline .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
  .about-timeline .timeline-content:before{width:68px;left:-68px}
  .about-timeline .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){
  .about-full-width-banner{padding: 100px 0 50px;}
  .about-full-width-banner h1.inner-banner-title{font-size: 22px;line-height: 30px;}
  .page-title{font-size: 22px !important;}
  .about-stats{margin-bottom: 15px;}
  .about-timeline{overflow:visible}
  .about-timeline:before{height:100%;top:0;left:0;transform:translateX(0)}
  .about-timeline .timeline:before,.about-timeline .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
  .about-timeline .timeline,.about-timeline .timeline:nth-child(even),.about-timeline .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
  .about-timeline .timeline-content,.about-timeline .timeline:nth-child(2n) .timeline-content{padding:0}
  .about-timeline .timeline-content:before,.about-timeline .timeline:nth-child(2n) .timeline-content:before{display:none}
  .about-timeline .timeline:nth-child(2n) .year,.about-timeline .year{position:relative;transform:translateY(0)}
  .about-timeline .timeline:nth-child(2n) .year:before,.about-timeline .year:before{border:none;border-right:20px solid #3260b1;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
  .about-timeline .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
  .about-timeline .timeline:nth-child(3n) .year:before{border-right-color:#62a945}
  .about-timeline .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
    .about-timeline .timeline:nth-child(5n) .year:before{border-right-color:#ffa500}
  .about-timeline .inner-content{padding:10px}
  .about-timeline .title{font-size: 17px;}
}

/* ************************************************
  FAQ page CSS
************************************************ */
.section-faq {
  margin-top: 15px;
}
.section-faq .panel-default>.panel-heading {
  background-color: #fff;
  border-color: #ddd;
}
.section-faq .panel-default>.panel-heading .panel-title a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 20px;
  font-weight: 700;
  color: #32526e;
}
.section-faq .more-less {
  float: right;
  color: #666;
  margin-top: 3px;
  font-size: 12px;
}

/* ************************************************
  Login page CSS
************************************************ */
.loginv2 {
  width: 100%;
  height: 100vh;
  float: left;
  background: linear-gradient(to left, #4192f1 0%, #254f8f 100%);
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
}
.loginleft {
  width: 100%;
  height: 100vh;
  z-index: 1;
  float:left;
  background:#fff;
  padding:15px;
  overflow-y: scroll;
}
.loginleft::-webkit-scrollbar {
  width: 8px;
  display: none;
}
.loginlogoIcon {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.loginlogoIcon .topIcon {
  width: 64px;
  height: 64px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f3f5f7;
  padding: 7px;
}
.loginlogoIcon .topIcon img {
  max-width: 100%;
  text-align: center;
}
.loginleft .page-title {text-align: center;}
.loginv2 .loginleft label{
  padding-bottom: .8em;
}
.loginv2 .loginleft .form-control{
  height: 52px;
  border:2px solid #c9c9c9;
  margin-bottom: 30px;
}
.loginv2 .loginleft .submitbutton .btn-common-orange {
  background-color: orange;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  padding:10px ;
  margin-bottom: 15px;
  line-height: 20px;
}
.loginv2 .loginleft .evenly-distributed-children .order-title-tagline a{
  text-decoration: underline;
}
.loginv2 .banner-title{
  font-family: inherit;
  font-weight: 700;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0px;
  padding:70px 30px 30px;
  text-align: center;
  color: #fff;
}
.loginv2 .banner-title-slogan {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.login-info-list {
  width: 100%;
  float: left;
  clear: both;
  margin-top:60px;
}
.login-info-list ul{
  list-style: none;
  padding:0px;
  margin:0px;
}
.login-info-list ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
  text-align: center;
  color: #fff;
}
.login-info-list ul li span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding:10px 0px;
}
.login-info-list ul li small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.login-info-list ul li+li::before {
  background-image: -webkit-linear-gradient(bottom, #272542, #fff 50%, #272542);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-image: -moz-linear-gradient(bottom, #272542, #fff 50%, #272542);
  background-image: -o-linear-gradient(bottom, #272542, #fff 50%, #272542);
  background-image: -ms-linear-gradient(bottom, #272542, #fff 50%, #272542);
  background-image: linear-gradient(to top, #272542, #fff 50%, #272542);
  width: 1px;
  height: 122px;
}
.login-copyright {
  text-align: center;
  font-size: 13px;
  color: #666;
  padding-top: 60px;
}
.loginbtn-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.loginbtn-inline a {
  margin-right: 10px;
  margin-left: 10px;
}
.loginbtn-inline a.btn-common-white {margin-top: 30px;}
.evenly-distributed-children {
  display: flex;
  justify-content: space-between;
}
.login-screen-img {
  width: 100%;
  position: relative;
  text-align: center;
}
.login-screen-img img{
  max-width: 100%;
  max-height: 250px;
}
.btn.btn-secondary.btn-common-black {
  background-color: #173063;
}
.pd0 {padding: 0px;}

@media (max-width: 767px) {

}

/* ************************************************
  Order Now Page CSS
************************************************ */
.pricing-banner {
  padding-top: 65px;
}
.tab-item-title {
  font-weight: 700;
  margin: 10px 0px 10px 0px;
  font-size: 20px;
  color: #656565;
}
.orderpage .faq-padding .panel-group{
  margin-top: 0px;
}
.order-form-container {
  width: 100%;
  float: left;
  padding:20px;
  background-color: #fff;
  box-shadow: 0 1px 6px #bcbbbb;
}
.order-form-container h1, .order-form-container h4, .order-form-container h5 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color:#656565;
}
.formHeading {
  font-size: 18px;
  padding:5px 0px;
  line-height: 24px;
}
.formtagline {
  margin-bottom: 40px;
}
.order-form-container .form-control{
  height:44px;
}
.order-form-container textarea.form-control {
  height: 135px;
  background-image: none;
  resize: none;
}
#fileUploadType a {
  color: #173063;
}
.order-form-container #fileUploadType a {
  background: 0 0;
  border: 1px solid #173063;
}
.order-form-container .btn-homework {width:100%; max-width: 200px;}
.sidebar .button_chat {
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 2px 5px #ced7d0;
  background: orange;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sidebar .button_chat:hover {
  background: #173063;
  background: linear-gradient(to bottom, #0b0961 0%, #173063 100%);
}
.sidebar .formWidget {
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .widget_order_summary {
  box-shadow: 0 1px 6px #bcbbbb;
  background: #fff;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.sidebar .widget_order_summary .widget_title {
  border-bottom: #d5e4ea 1px solid;
  margin: 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.sidebar .widget_content {
  padding: 10px 0;
}
.sidebar .widget_order_summary .widget_content ul {
  list-style: none;
  padding: 0px;
  position: relative;
}
.sidebar .widget_order_summary .widget_content ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 5px 15px;
  padding-left: 70px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.sidebar .widget_order_summary .widget_content ul li:hover {
  background: #f5f5f5;
}
.sidebar .widget_order_summary .widget_content ul li::before {
  content: "\f093";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  color: #efa300;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
}
.sidebar .widget_order_summary .widget_content ul li.infoIcon2::before {
  content:"\f1c1";
}
.sidebar .widget_order_summary .widget_content ul li.infoIcon3::before {
  content:"\f045";
}
.green {
  color: green;
}
.dispNone {
  display: none;
}
.footer .footerTopSect .ftr-subscribe .form-control.subscriberEmailErr {
  border-color: #d4765c;
}
.plagarism-checker {
  background: url(https://www.myassignmenthelpline.com/static/images/plagarism-checker.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.full-width-banner .plagarism-checker-headline {
  padding: 150px 30px 50px 30px;
  text-align: center;
}
.full-width-banner .plagarism-checker-headline .banner-title{
  font-size: 36px;
}
ul.order-stats-list {
  list-style: none;
  padding:0px;
  margin:0px;
}
ul.order-stats-list li{
  margin-bottom: 50px;
}
ul.order-stats-list li h3{
  font-size: 28px;
  color: #ffbb03;
  font-weight: bold;
  line-height: 18px;
}
ul.order-stats-list li h4{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}
ul.order-stats-list li p{
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
.order-stats-list-right {
  list-style: none;
}
.mobile-bg .bannerRight .form-horizontal .btn-upload {
  color: #173063;
  background: #fff;
  border-radius: 3px;
}
.sidebar .widget_order_summary .profileImg {
  float: left;
  max-width: 60px;
  max-height: 60px;
  margin: 15px;
}
.sidebar .widget_order_summary .profileImg img {max-height: 60px;}
.sidebar .widget_order_summary .tutorfinalrating {
  font-size: 15px;
}
.text-underline {text-decoration: underline;}
.fileL {
  margin-top: 10px;
  background-color: #ceeff9;
  border: 1px solid #3c7a8d;
  border-radius: 2px;
  overflow: hidden;
  padding-top: 4px;
  height: 30px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.fileL a {
  color: #3c7a8d;
  text-decoration: none;
}
.progressBar {
  width: 200px;
  height: 22px;
  border: 1px solid #111;
  background-color: #292929
}
.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  width: 0;
  background-color: #09f
}
.inputError {
  border-color: #d4765c !important;
}
.inputSuccess {
  border-color: #27ae60 !important;
}
.order-offer {
  background: linear-gradient(to right,#a5440c 0,rgba(51,149,171,.9) 100%);
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.OfferText {
  font-size: 18px;
  font-weight: 700;
}
.order-form-container .form-group .input-group .form-control[readonly] {
  background: #fff;
}
.resouces-btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:5px 0px;
}
.resouces-btn-center .btn.btn-secondary.btn-bg-red{
  margin-top: 0px;
}

/** Error CSS for animation**/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.shake-error{border:1px dashed red !important;}
/** End of CSS for animation**/

.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #173063;
  border-bottom: 16px solid #173063;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  .orderpage .faq-padding {
    padding-top: 86px;
  }
}

/* ************************************************
  Step Form CSS
************************************************ */
.mt-element-step,
.step-line,
.stepsDisplayArea {
  width: 100%;
  position: relative
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-col {
  padding: 0 0 16px;
  text-align: left
}
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-number {
  color: #fff!important;
  border-color: orange!important;
  background: orange!important;
  line-height: 32px;
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-number {
  font-size: 20px;
  border-radius: 50%!important;
  display: inline-block;
  margin: auto auto 5px;
  padding: 0;
  border: 3px solid #e5e5e5;
  position: relative;
  z-index: 4;
  height: 36px;
  width: 36px;
  text-align: center;
  background: #fff;
  cursor: pointer
}
.font-grey-cascade {
  color: #95A5A6!important
}
.uppercase {
  text-transform: uppercase!important
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-title {
  font-size: 20px;
  font-weight: 400;
  position: relative
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-title:after,
.stepsDisplayArea .mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #e5e5e5;
  top: -21px;
  z-index: 3;
  transform: translateY(-100%)
}
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title:after,
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title:before {
  background-color: orange;
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-title:before {
  right: 0
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-title:after {
  left: 0
}
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-content,
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title {
  color: #173063!important
}
.stepsDisplayArea .mt-element-step .step-line .mt-step-col.last {
  text-align: right
}
.order-form-container .form-group label .filled-form {
  position: absolute;
  right: 20px;
  top: 0;
  color: green;
  font-size: 16px
}
.banner-form-wrapper .form-group,
.left-right-img-box,
.left-right-section,
.whyus-item {
  position: relative
}
.order-form-container .form-group .input-group .form-control[readonly] {
  background: #fff
}
.order-form-container .collapsibleForm {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
  outline: 0;
  color: green;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 700
}
.order-form-container .formPdt15 {
  padding: 15px 10px 0;
  background: #ececec;
  margin-bottom: 10px
}
.steptext {
  color: orange;
  padding-bottom: 5px;
  font-weight: 700
}
.steptext2 {
  color: #ccc
}
.form-control.datetimeSelector {
  background: #fff
}

/* ************************************************
  Phone Modal CSS
************************************************ */
.modal-header {
  width: 100%;
  background: orange;
  border-bottom: 1px solid #f1f1f0;
  height: 65px;
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.modal-header .close{
  color:#fff;
}
.modal-header h3,.modal-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.modal-header .sub-header {
  margin: 0 0 0 20px;
  padding: 0;
  color: #fff;
  font-style: italic;
  margin-left: 25px!important;
}
.modal-body .inputValue {
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  color: #555;
  font-weight: 700;
  min-width: 237px;
  float: left;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  width: 100%;
  box-sizing: border-box;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.landing-writing-service-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.landing-writing-service-list li {
  padding: 0;
  position: relative;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  float: left;
}
.landing-writing-service-list li p{
  line-height: 22px;
  font-family: inherit;
  font-size: 14px;
}

.landing-writing-service-list li.landing-writing-service-list-item4:after,
.landing-writing-service-list li.landing-writing-service-list-item11:after{
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 36px;
  height: 36px;
  
}
.landing-writing-service-list li.landing-writing-service-list-item4:after {
  background-position: -76px -270px;
}
.landing-writing-service-list li.landing-writing-service-list-item11:after {
  background-position: -76px -322px;
}
@media (min-width: 768px) {
  #contactus_modal .landing-writing-service-list li:hover.landing-writing-service-list-item4:after,
  #contactus_modal .landing-writing-service-list li:hover.landing-writing-service-list-item11:after{
    transform: none;
  }
  #contactus_modal .btn-border-red:hover {
    color: #fff;
    background: #173063;
  }
}

/* ************************************************
  Tutor Lists Page CSS
************************************************ */
.tutorwrapper {
  position: relative;
  background-color: #fff;
  margin: 30px 0px;
  float:left;
  width: 100%;
}
.tutorDataHeader {
  background-color: #f5f8f9;
  width: 100%;
  float: left;
  position: relative;
  display: block;
  border-radius: 3px;
  padding:15px;
  margin-top: 30px;
}
.tutorFilter {
  background-color: #fff;
  padding: 20px 15px;
  float:left;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
}
.tutorFilter .tutorsubjectfilter, .tutorFilter .tutorratingfilter, .tutorFilter .tutorlocationfilter  {
  width:100%;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
  float:right;
  position: relative;
}
.tutorFilter .tutorsubjectfilter a, .tutorFilter .tutorratingfilter a, .tutorFilter .tutorlocationfilter a {
  font-family: inherit;
  color: #333;
  font-size: 15px;
  padding:8px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.tutorFilter .tutorsubjectfilter a:hover, .tutorFilter .tutorratingfilter a:hover, .tutorFilter .tutorlocationfilter a:hover {
  box-shadow: 0 1px 6px rgba(57,73,76,.70);
  text-decoration: none;
}
.tutorFilter .tutorsubjectfilter a .righticon, .tutorFilter .tutorratingfilter a .righticon, .tutorFilter .tutorlocationfilter a .righticon {
  float: right;
  color: #32526e;
  font-weight: 700;
}
.tutorFilter .tutorsubjectfilter .feedbackdropdown, .tutorFilter .tutorratingfilter .feedbackdropdown, .tutorFilter .tutorlocationfilter .feedbackdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.eo-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.feedbackdropdown:hover .eo-dropdown-menu {
  display: block;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu {
  list-style: none;
  width:100%;
  padding-left: 0px;
  margin-top:1px;
  max-height: 360px;
  overflow: hidden;
  overflow-y: scroll;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li{
  width:100%;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li a, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li a, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li a {
  display: block;
  font-family: inherit;
  color: #333;
  font-size: 14px;
  border-left:3px solid #fff;
  padding:6px 20px;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li a:hover, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li a:hover, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li a:hover{
  color: #32526e;
  background: #f5f5f5;
  box-shadow: none;
  border-left:3px solid #32526e;
}
.tutorsresultwrap {
  width: 100%;
  float:left;
  position: relative;
  padding:0px;
  background-color: #fff;
}
.tutorDataLists {
  width: 100%;
  float:left;
  position: relative;
  padding:15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.profileImg {
  width:100%; 
  height:100%;
  max-width:48px;
  max-height: 48px; 
  border-radius:50%;
  background-color:#eee;
  text-align: center;
}
.profileImg img {
  width:100%;
  max-width:48px;
  max-height: 48px;
  border-radius: 50%;
}
.pd-r-0 {
  padding-right: 0px;
}
.pd-l-0 {
  padding-left: 0px;
}
.p-b-0{
  padding-bottom: 0px;
}
.ht48{
  height: 48px;
  padding:15px 15px
}
.tutorName {
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #555;
  font-family: inherit;
}
.tutorinforow {
  width: 100%;
  float:left;
  position: relative;
  padding:30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.tutorinforow:hover {
  box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
  background-color: #f8f8f8;
  outline: none;
  cursor: pointer;
}
.tutorinforow .order-status, .tutorinforow .tutorLocation {
  font-size: 15px;
  color:#666;
  font-weight: normal;
  padding-top:5px;
  padding-bottom:5px;
}
.tutor-subject-details {
  width:100%;
  margin-top: 30px;
}
.tutorDisciption {
  font-size: 15px;
  color:#666;
  font-weight: normal;
  line-height: 24px;
  padding-top: 5px;
}
.o-tag-skill {
  display: inline-block;
  border-radius: 4px;
  color: #222;
  font-size: 13px;
  padding: 6px 20px;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
.o-tag-skill::before, .TutorOverview ul li::before{
  content: '\f00c';
  display: inline-block;
  position: absolute;
  left: 0px;
  font-family: 'FontAwesome';
  font-size: 1em;
  color: green;
}
.tag-more {
  font-weight: 700;
  color:#555;
}
.tutorinforow article:hover .tutorName a, .tutorinforow article:hover span a.tag-more {
  color:#23527c;
}
.orng {
  color:#ff9500;
}
.tutorfinalrating {
  font-weight: bold;
  font-size: 14px;
  color:#287a8d;
  margin-left: 5px;
}
.tutorHeader {
  width:100%;
  float:left;
}
.tutorsDetails {
  width:100%;
  float:left;
  background-color: #f5f5f5;
}
.tutorsdetailswrap {
  width: 100%;
  float:left;
  position: relative;
  padding:0px;
  background-color: #fff;
  border:1px solid #eee;
}
.tutordtlsrow {
  width: 100%;
  float:left;
  position: relative;
  padding:15px;
  background-color: #fff;
}
.right-align {
  text-align: right;
}
.tutordtlsrow h4.subjectExperties {
  padding-bottom: 3px;
}
.tutordtlsrow .tutorLocation {
  padding-bottom: 3px;
}
.TutorOverview {
  border-top:1px solid #eee; 
  padding:30px 0px 0px; 
  margin-top: 25px;
}
h4.overviewHead {
  padding-bottom: 3px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
h5.tutorHistory {
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
.TutorOverview p {
  padding-top:5px;
  padding-bottom: 5px;
}
.TutorOverview ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.TutorOverview ul li{
  line-height: 22px;
  position: relative;
  padding-left: 25px;
}
.singlerow {
  width: 100%;
  padding:15px;
  float: left;
}
.tutorlink {
  font-family: inherit;
  text-decoration: none;
  font-weight: 700;
  color: #337ab7;
}
.signlerowText {
  font-family: inherit;
  font-size: 15px;  
}
.iconBlue {
  color: #337ab7;
}
.feedbacklist {
  width:100%;
  float: left;
}
.feedbacklist ul.list-unstyled{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.feedbacklist ul li{
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  padding:15px;
  margin-bottom: 30px;
  position: relative;
}
.feedbacklist ul li:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: rgba(200,200,200,.59) transparent transparent transparent;
  border-width: 13px 0 0 22px;
  border-style: solid;
  bottom: -13px;
  right: 43px;
  z-index: 1;
}
.feedbacklist ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 0 0 19px;
  border-style: solid;
  bottom: -12px;
  right: 44px;
  z-index: 2;
}
.feedbacklist .feedbacklistHeading {
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
.feedbacktext {
  font-family: 'NBI Pro Light';
  line-height: 22px;
  color: #333;
  font-size: 15px;
  padding:5px 0px;
}
.feedbackdate {
  color:#757575;
  font-size: 13px;
  padding:5px 0px;
  font-family: 'NBI Pro Light';
}
.feedbacklighttext {
  font-family: inherit;
  color: #666;
  font-size: 14px;
}
.feedbackstarwrap {display: inline;padding:5px 0px;}
.feedbackstars {display: inline;}
.str-rating {padding-left: 7px;}

.feedbackfilter {
  width:100%;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
  float:right;
  position: relative;
}
.feedbackfilter a {
  font-family: inherit;
  color: #333;
  font-size: 15px;
  padding:8px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.feedbackfilter a:hover {
  box-shadow: 0 1px 6px rgba(57,73,76,.70);
  text-decoration: none;
}
.feedbackfilter a .righticon {
  float: right;
  color: #32526e;
  font-weight: 700;
}
.feedbackdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.eo-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.feedbackdropdown:hover .eo-dropdown-menu {
  display: block;
}
.feedbackfilter ul.eo-dropdown-menu {
  list-style: none;
  width:100%;
  padding-left: 0px;
  margin-top:1px;
}
.feedbackfilter ul.eo-dropdown-menu li{
  width:100%;
}
.feedbackfilter ul.eo-dropdown-menu li a{
  display: block;
  font-family: inherit;
  color: #333;
  font-size: 14px;
  border-left:3px solid #fff;
  padding:6px 20px;
}
.feedbackfilter ul.eo-dropdown-menu li a:hover{
  color: #32526e;
  background: #f5f5f5;
  box-shadow: none;
  border-left:3px solid #32526e;
}
.tutorrequestform {
  width:100%;
  float:left;
  background: #f5f5f5;
  /*border: 2px solid #eee;*/
}
.requetTutor {
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-family: inherit;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0px;
}
.tutorrequestform a#uploadFiles {
  background-color:#c0d8d3;
}
.tutorrequestform .formSubmit {
  background-color:#1bbc9d;
  width:100%;
  padding:10px 0px;
  border:0px;
  background: #1bbc9d!important;
  color: #fff!important;
  font-weight: 700;
}
.tutorsideinfo {
  float: left;
  width: 100%;
  padding:15px 0px;
}
.tutorlink {
  color: #fff;
  background: #ffa500;
  padding: 4px 10px;
}
.tutorlink:hover{
  background-color: #dc8e00;
}
.tutorsideinfo h3.tutorrightHead {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 20px;
  font-family: inherit;
  color: #555;
  text-align: left;
}
.tutorcommonrow {
  width:100%;
  padding:15px 0px;
}
.tutorsideinfo .tutorcommonrow .feedbacktext {
  padding:0px;
}
.tutorsideinfo .tutorcommonrow .similar-tutor {
  width:100%;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul {
  list-style: none;
  padding-left:0px;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul li {
  margin:0px;
  padding:0px;
  line-height: 24px;
  font-size: 14px;
  color:#32526e;
  font-family: inherit;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul li a {
  margin:0px;
  padding:0px;
  line-height: 24px;
  font-size: 14px;
  color:#32526e;
  font-family: inherit;
}
.sidebarBoostArea {
  width: 100%;
  float: left;
  background-color: #173063;
  color: #fff;
  padding: 30px;
  margin:15px 0px 30px;
}
.sidebarBoostArea .boostAreaIcon {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.sidebarBoostArea .boostAreaIcon .topIcon {
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background:#fff;
}
.sidebarBoostArea .boostAreaInfo {
  width: 100%;
  float: left;
  text-align: center;
}
.sidebarBoostArea .boostAreaInfo h3 {
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  margin: 0px;
  margin-bottom: 0px;
  line-height: 26px;
}
.sidebarBoostArea .boostAreaInfo h4 {
  font-size: 15px;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  color: #fff !important;
  margin: 0px;
  line-height: 24px;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@media (max-width: 767px) {
  .tutorFilter, .tutorSearch {
    padding: 15px 0px;
  }
  .tutorFilter .tutorsubjectfilter, .tutorFilter .tutorratingfilter, .tutorFilter .tutorlocationfilter{
    margin-bottom: 15px;
  }
  .tutorSearch .btn.btn-secondary.btn-bg-red {
    padding: 5px;
    position: absolute;
    margin: 0;
    right: 0;
    width: 84px;
    border-radius: 0;
    z-index: 9;
    height: 40px;
    text-align: center;
    padding: 7px 10px;
  }
  .faq-padding{padding-top: 100px;}
  .tutorsdetailswrap{margin-bottom: 20px;}
  .tutordtlsrow{padding: 20px;}
  .ht48{height: 30px;padding:5px 2px}
}
.resources-banner.resource-details-banner {display: none;}

/* ************************************************
  Chat CSS
************************************************ */
.gaswgt.gasbr{right:40px!important;bottom:0!important}
.gaswgt{position:fixed!important;font-family:Helvetica,Arial!important;font-size:8pt!important;color:#fff!important;z-index:9999999;width:350px;border-radius:5px!important;background-color:#fff;margin-right:20px;margin-bottom:10px;margin-top:10px;text-align:left;box-shadow:1px 0 10px 1px #333}
.gasbtm.gaswc,.gaswc{margin-bottom:-10px}
.gaswc .gaspc{display:none}
.gaswc{width:350px!important}
.gaswc.gaswb{display:none!important}
.gasclr:before,.gaswgt .gasclr:after{content:"";display:table}
.gaswgt.gaswe{width:330px!important}
.gaswc.gaswh{opacity:.2}
.gaswgt .gaswinr{background-color:#5590b1;padding:0;border-radius:5px 5px 0 0;font-size:13px}
.gaswgt .gasclr:after{clear:both}
.gaswgt .gaswh:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden}
.gaswgt .gaswh{display:block}
.gaswgt .btn,.gaswgt .gasmenu .btn{color:#fff;background-color:transparent;background-image:none;padding:3px 6px;border-radius:3px;border:0;margin-left:5px;text-align:center;vertical-align:middle;cursor:pointer}
.gaswgt .btn:hover{cursor:pointer}
.gaswgt .btn [class*=" icon-"],.gaswgt .btn [class^=icon-]{line-height:.9em}
.gaswgt [class*=" icon-"],.gaswgt [class^=icon-]{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;background-repeat:no-repeat}
.gaswgt .icon-minus{background:url(../images/spritesheet.png) -53px -5px no-repeat!important}
.icon-remove{background:url(../images/close.png) no-repeat;background-size:100% 100%}
.gaswgt .gaswh{border-bottom:1px solid #5590B1;margin:0;padding:0}
.gaswgt .gaswtit{overflow:hidden;padding:28px 10px;line-height:1.2em;color:#fff;font-weight:700}
.gaswgt .gaswtl,.gaswgt .gaswtl:hover{font-weight:700!important}
.gaswgt .gaswtl{color:#fff!important;font-size:14px;padding-left:20px}
.gaswgt .gasbtnt{float:right;margin-right:7px!important;margin-top:22px!important}
.chat-fixed{position:fixed;bottom:0;z-index:200;right:10px;border-radius:3px 3px 0 0;box-shadow:0 2px 10px rgba(0,0,0,.4);background:#232323}
.btn-direct-call{display:inline-block;color:#fff;padding:10px 16px 5px 10px;border-radius:3px;box-shadow:1px 1px 4px rgba(210,210,210,.9);border:none;font:18px/20px Arial,Helvetica,sans-serif;cursor:pointer;background:#839E99;margin:0}
.chat-fixed .btn-direct-call i{font-size:22px;vertical-align:-3px;line-height:19px}
.btn-direct-call:hover{background:#9AADAA}
.chat-fixed .skype-bottom{background:url(../images/skype-spr.png) no-repeat;float:left;height:25px;width:35px;margin:6px 0 0 15px;border-right:1px solid #555;padding-right:13px}
.chat-fixed .skype-bottom:hover{background-position:0 -25px}
.chat-fixed .chat:hover{font-family:arial;text-shadow:0 0 8px rgba(0,0,0,.4);transition:text-shadow .2s linear}
.chat-fixed .chat{background-image:url(../images/chat-icon.png);background-repeat:no-repeat;background-position:0 -41px;text-shadow:0 1px 2px rgba(0,0,0,.3);font-family:arial;font-size:14px;font-weight:700;padding:7px 23px 7px 30px;margin-left:15px;margin-top:2px}
.chat-fixed .btn-direct-call{padding:3px 10px;font-size:15px;box-shadow:0 1px 3px rgba(0,0,0,.5);font-weight:700;margin:0 0 0 10px}
@media (max-width: 767px) {
  .gaswgt.gasbr{right:-14px!important;}
  #lhc_container,#lhc_status_container {display: none;}
}

/* ************************************************
  Media Queries CSS
************************************************ */
@media (max-width: 991px) {
  
  .header .navbar-default .navbar-nav .service-dropdown .dropdown-menu {
    left: 0;
    min-width: 270px;
  }
  .header .navbar-default .navbar-nav>li>a {
    padding: 15px 12px;
  }
  .homework-banner .university-logo li img {
    max-width:125px;
  }
  .how-it-works > li > .step-badge {
    top:15%;
  }
  .step-icon h4{
    height: 125px;
    line-height: 125px;
    width: 125px;
  }
  .testimonial {
    margin-top: 50px;
  }
  .testimonial blockquote {
    border-left: 0px solid #eee;
  }
  .testimonial .carousel-indicators {
    bottom: -30px;
  }
  .footer .company-legalese {
    padding-bottom: 20px;
  }

}
@media (max-width: 767px) {
  .header {
    height: 70px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  }
  .header .navbar-default .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .header .navbar-default .navbar-nav li{
    width: 100%;
    float: left;
    padding:0px 10px;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  }
  .header .navbar-default .navbar-nav .service-dropdown .dropdown-menu {
    width: 100%;
  }
  .call-to-action h2 {
    font-size: 22px;
  }
  .call-to-action p {
    font-size: 15px;
    margin-top: 20px;
  }
  .back-to-top {
    bottom: 75px;
  }
  #orderFormAttachmentModal .modal-content {
    top:0!important;
  }
  .dropzone .dz-message {
    display: inline-flex;
  }
}

/* ***************************
file upload css
***************************/
.progress-circle {
 font-size: 20px;
 position: relative; /* so that children can be absolutely positioned */
 padding: 0;
 width: 30px;
 height: 30px;
 background-color: #F2E9E1;
 border-radius: 50%;
 line-height: 5em;
}

.progress-circle:after{
  border: none;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: white;
  content: " ";
}
/* Text inside the control */
.progress-circle span {
  position: absolute;
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  color: #1dbf73;
  z-index: 2;
  font-size:12px;
}
.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute; /* needed for clipping */
  clip: rect(0, 30px, 30px, 15px); /* clips the whole left half*/
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
 *    then it is cut to display only the left half, then rotated clockwise
 *       to escape the outer clipping path.*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 15px, 30px, 0);
   width:30px;
   height: 30px;
   border-radius: 50%;
   border: 0.45em solid #53777A; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;

}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 30px, 30px, 15px);
   background-color: #53777A;
   border-radius: 50%;
   width: 30px;
   height: 30px;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }


/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }

.fileStrong{
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  line-height: 120%;
  padding-bottom: 2px;
  color: #000;
  height: 15px;
  font-size: 12px;
}
.fileSize {
  color: #999;
  font-size:12px;
  padding: 0px;
  line-height: initial;
}
.fa-trash{
  font-size: 15px;
  margin-top: 6px;
}
@media only screen and (min-width: 600px) {
  .conversation-footer {
    border-top: none;
    padding: 0 20px;
    background-color: transparent;
  }
}

.message-box {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 1px;
}
@media only screen and (min-width: 600px) {
  .message-box .message-uploader-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0;
    height: auto;
  }
}
.message-box .message-uploader-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
  margin: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 44px;
}
.message-box .message-container {
  overflow-y: hidden;
}
@media only screen and (min-width: 600px) {
  .message-box .message-container {
    width: 100%;
  }
}
.message-box .message-container.border {
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 600px) {
  .message-box .message-container.border {
    border-right: 1px solid #e7e7e7;
    border-bottom: none;
  }
}
.message-box .textarea-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.message-box .textarea-container textarea {
    font: 400 14px/120% Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #777;
    outline: none;
    resize: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    height: 100%;
    border: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.message-box .textarea-container .ruler {
    position: absolute;
    z-index: -1;
    left: -100vw;
    top: -100vh;
    width: 100%;
    font: 400 14px/120% Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre-wrap;
    word-break: break-all;
    opacity: 0;
}
@media only screen and (min-width: 600px) {
.message-box .message-uploader-container .attachment-list-container {
    width: 300px;
}
}
.message-box .message-uploader-container .attachment-list-container {
    overflow-y: scroll;
}
.message-box .message-uploader-container .fit-attachment-list {
    border: none;
}
.fit-attachment-list {
    border: 1px solid #ddd;
    position: relative;
    transition: height .25s;
    padding-left:0;
}
.fit-attachment-list>li {
    list-style-type: none;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.fit-attachment {
    background-color: #fafafa;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px 20px 10px 10px;
    height: 50px;
    min-width: 190px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
.message-box .message-uploader-container .attachment-list-container {
    overflow-y: scroll;
}
.progress-circle {
font-size: 20px;
position: relative;
padding: 0;
width: 30px;
height: 30px;
background-color: #F2E9E1;
border-radius: 50%;
line-height: 5em;
float: left;
margin-right: 5px;
}
@media only screen and (min-width: 600px) {
.conversation-footer {
border-top: none;
padding: 0px;
background-color: transparent;
}
}
.conversation-footer {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 10px;
padding: 0px;
top: -3px;
position: relative;
z-index: 2;
background-color: #FFF;
}
@media only screen and (min-width: 600px) {
.message-box .message-uploader-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-ms-flex-flow: row;
flex-flow: row;
margin: 0;
height: auto;
}
}
.message-box .message-uploader-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
border: 1px solid #E7E7E7;
box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
margin: 12px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 44px;
}
@media only screen and (max-width: 599px) {
.message-box .message-uploader-container{
display: block !important;
}
.fit-attachment-list{margin-bottom: 0px !important;}
}
.fit-attachment a.abort {
            width: 20%;
    float: left;
    margin-left: -8px;
    text-align: right;
    font-size: 15px;
    padding: 5px;
    color: #999;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-decoration: none;
    transition: color .2s;
}

.file-info {
    width: 70%;
    float:left;
}
.dropzone {
    border-radius: 5px;
    background: #f3f3f3;
}.dropzone.dz-clickable, .ibox-tools a, .spin-icon {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message, .tag {
    font-weight: 400;
}
.dropzone .dz-message {
    font-size: 15px;
    padding:15px 20px;
    text-align: center;
        margin-top: 20px;
}
.dropzone .dz-message img {
        margin-bottom:30px;
}

.dropzone .dz-message p{
color:#999999;
}


.dz-drag-hover {
        border: 2px dashed #0087F7;
}
.dz-drag-hover .dz-message {
           opacity: 0.5;
    position: absolute;
    z-index: 100;
}

.hideMessageArea{
    opacity: 0.2;
    z-index: 1;
}

.showMessageArea {
    min-height: 200px;
    border: 2px dashed #0087F7;
    text-align: center;
    padding-top: 50px;
    position: relative;
    margin-top: -224px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 100;
}
.tocBox {
  width: 100%;
  background: #f5f9ff;
  padding: 15px;
  display: inline-block;
  margin: 0 0 30px;
  border-radius: 4px;
  border: solid 2px #d1dcec;
}
.tocBox ul {
  margin: 0;
  padding:0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.tocBox ul li{
  line-height: 22px;
  position: relative;
  padding-left: 25px;
  color: #333;
}
.tocBox ul li a {
  color: #333;
  font-size: 15px;
  padding: 5px 0px;
  line-height: 24px;
  text-decoration: none;
}
.tocBox ul li::before{
  content: '\f00c';
  display: inline-block;
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  font-size: 1em;
  color: green;
}
.tocBox ul li ul li::before {
  content: '\f101';
}
.tocBox ul li ul li ul li::before {
  content: '\f10c';
}
.questionBox {
  padding: 15px;
  background: #fffedc;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.answerBox {
  padding: 15px;
  background: #4caf502b;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.content-area img{
	max-width:100%;
}
.content-area ul{
  margin: 0;
  padding:0;
}
.content-area ul li {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

/* ************************************************
  Blog Design CSS
************************************************ */
.blog-posts {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding:10px;
  margin:0 0 15px;
  overflow: hidden;
  word-wrap: break-word;
  background-color: #fff;
  border:1px solid #ebebeb;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.blog-features-image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.blog-features-image .post-image-link{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.blog-features-image img{
  max-width: 100%;
}
.blog-features-content {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog-features-content .post-title{
  text-decoration: none;
  margin: 0 0 10px;
}
.blog-features-content .post-title a {
  display: block;
  color: #333333;
}
.blog-features-content .post-title a:hover {
  color:orange;
  text-decoration: none;
}
.blog-features-content .post-meta {
  display: block;
  overflow: hidden;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 1px;
}
.blog-features-content .post-meta .post-author, .blog-features-content .post-meta .post-date {
  float: left;
  margin: 0 10px 0 0;
}
.blog-features-content .post-meta .post-author .meta-avatar {
  float: left;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin: 0 5px 0 0;
  border-radius: 100%;
  background-color: orange;
  box-shadow: 0 0 3px rgba(0,0,0,0.05);
}
.blog-features-content .post-meta .post-author .meta-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.post-meta .post-date:before {
  content: '\f017';
  font-family: FontAwesome;
  color:orange;
  font-weight: 400;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .blog-features-image{
    margin-bottom: 15px;
  }
}

/* ************************************************
  Review Page CSS
************************************************ */
.reviewSummary-banner {
  background: #52936b url(https://www.myassignmenthelpline.com/static/images/reviews-banner.jpg);
  padding-top:140px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.reviewSummary-banner::before{
  content: '';
  background: rgba(80, 143, 101, .9);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.reviewSummary-banner .container{
  position: relative;
  z-index: 2;
}
.businessformreview {
  width: 100%;
  min-height: 342px;
  float: left;
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 2px 0 #c8c8c8;
  word-break: break-word;
}
.rvUserinfo {
  width: 100%;
  float: left;
}
.user-review-pic {
  width: 60px;
  height: 60px;
  margin:auto;
  border-radius: 50%;
  background:#f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}
.user-review-pic a{
  display: block;
}
.user-review-pic img{
  max-width: 100%;
}
.user-review-name{
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.businessformreview .rvUserinfo .user-review-name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.user-star-rating {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
}
.userstar-rating-left {
  width: 100%;
  float: left;
  clear: both;
}
.user-star-rating .rv-star {
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 3px;
  text-align: center;
  color: #c8c8c8;
  font-size: 15px;
}
.user-star-rating .rv-star.star1{
  color: #e22027 !important;
}
.user-star-rating .rv-star.star2{
  color: #f47324 !important;
}
.user-star-rating .rv-star.star3{
  color: orange !important;
}
.user-star-rating .rv-star.star4{
  color: #73b143 !important;
}
.user-star-rating .rv-star.star5{
  color: #007f4e !important;
}
.reviewfinalrating {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 700;
  color: #3e7f4e;
}
.published-dt-time {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin-top: 3px;
  font-size: 14px;
  color: #999;
}
.review-title {
  font-size: 18px;
  color: #444;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0px;
}
.reviewbody {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.company-review-summary {
  padding-bottom: 20px;
  text-align: left;
  width: 100%;
  float: left;
}
.company-profile-pic {
  width: 100%;
  height: auto;
  min-height: 90px;
  float: left;
  margin: 0 20px 20px 0;
}
.company-profile-pic img{
  max-width: 100%;
}
.company-review-dtls-top {
  width:100%;
  float: left;
  position: relative;
}
h1.company-title {
  font-family: inherit;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
.top-rating-info-wrapper {
  width:100%;
  float: left;
  position: relative;
}
.rating-in-word {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
  padding-top: 6px;
  color: #fff;
}
.topstarSelector {
  width:100%;
  float: left;
  height: 40px;
  margin-top: 10px;
}
a.topstar-selector-button {
  width: 41px;
  height: 40px;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  padding: 7px 0px;
  color: orange;
}
.rating-progress-chart {
  width: 100%;
  float: left;
}
.distribution-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
  color: #fff;
}
.progress-chart-container {
  width: 100%;
  float: left;
  margin-top: 10px;
  display: table;
}
.chart__row {
  width: 100%;
  display: table-row;
  line-height: 10px;
  color: #007f4e;
}
.chart__cell__bar, .chart__cell__label, .chart__cell__value {
  display: table-cell;
  background-clip: padding-box;
  border-bottom: 14px solid transparent;
}
.chart__cell__label {
  padding: 0 8px 0 0;
  margin: 5px 0;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
}
.chart__cell__bar {
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
}
.chart__cell__bar__value {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
}
.progress-chart-container .chart__row.star-rating-5 .chart__cell__bar__value{
  background-color: #007f4e;
}
.progress-chart-container .chart__row.star-rating-4 .chart__cell__bar__value{
  background-color: #73b143;
}
.progress-chart-container .chart__row.star-rating-3 .chart__cell__bar__value{
  background-color: #f8cc18;
}
.progress-chart-container .chart__row.star-rating-2 .chart__cell__bar__value{
  background-color: #f47324;
}
.progress-chart-container .chart__row.star-rating-1 .chart__cell__bar__value{
  background-color: #e22027;
}
.chart__cell__value {
  white-space: nowrap;
  padding-left: 5px;
  text-align: right;
  color: #fff;
}
.chart__cell__value a {
  color: #fff;
}
#sendReview .modal-content .form-group .star-border .fa{color:#e3e3e3;}
#sendReview .modal-content .form-group .star-border .fa:hover{color:red !important;}
.star-border {
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 0.1px 0.3px rgba(0, 0, 0, 0.42);
  background: #fff;
}
#sendReview .modal-content .form-group .star-border .fa:hover {
  color: #007f4e!important;
}

.pagination>li>a, .pagination>li>span, .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #ffa500;
}

/* ************************************************
  Page Not Found CSS
************************************************ */
.error-title {
  color: #e9393c;
  font-size: 66px;
}
.text-color-light {
  font-size: 58px;
  color: #999;
  line-height: 48px;
}
.error-image {
  width: 100%;
  float: left;
  clear: both;
}
.error-image img{
  max-width: 100%;
}
.tocBox ul {
    margin-left: 0px !important;
}