.fancybox-content.videomain {
  padding: 5px;
  overflow: visible;
}
.fancybox-content.videomain .fancybox-close-small {
  width: 34px;
  height: 34px;
  right: -40px;
  padding: 0;
  color: #fff;
}

.home-heading {
  font-size: 20px;
  line-height: 22px;
  color: #f58e0e;
  font-family: robotoregular;
}

.home-subheading {
  font-size: 28px;
  line-height: 30px;
  font-family: robotomedium;
  color: #1d1d1d;
  padding: 0 0 20px 0;
}
.home-subheading:after {
  content: "";
  background: url(../images/homesprite.png) no-repeat;
  display: block;
  margin: 3px 0 0 0;
  width: 103px;
  height: 13px;
  background-size: 400px;
  background-position: -42px -42px;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #2a2a2a;
  font-family: robotoregular;
}

.btn {
  background: #f58e0e;
  border-radius: 3px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-family: robotomedium;
  margin: 40px 0 0 0;
  display: inline-block;
  padding: 10px 20px;
}

.home_banner {
  background: url(../images/homebg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 170px 0 30px 0;
  position: relative;
  z-index: 0;
}
.home_banner:before {
  content: "";
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000), color-stop(45%, rgba(34, 36, 38, 0.87)), color-stop(65%, rgba(32, 35, 41, 0.09))) 0% 0% no-repeat;
  background: transparent linear-gradient(90deg, #000000 0%, rgba(34, 36, 38, 0.87) 45%, rgba(32, 35, 41, 0.09) 65%) 0% 0% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.home_banner .container {
  position: relative;
  z-index: 1;
}

.slider-section {
  padding: 20px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider-section figure {
  position: relative;
  overflow: hidden;
}
.slider-section figure:before {
  content: "";
  padding-top: 58%;
  display: block;
}
.slider-section figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: auto;
}
.slider-section .loading-home-banner {
  width: 65%;
}
.slider-section .slider-banner {
  width: 65%;
  display: none;
  position: relative;
}
.slider-section .slider-banner .slick-prev,
.slider-section .slider-banner .slick-next {
  font-size: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -28px;
}
.slider-section .slider-banner .slick-prev,
.slider-section .slider-banner .slick-next {
  z-index: 1;
  background: rgba(44, 42, 42, 0.85);
  height: 40px;
  width: 30px;
  opacity: 0.6;
  border-radius: 0;
}
.slider-section .slider-banner .slick-prev:before,
.slider-section .slider-banner .slick-next:before {
  content: "";
  background: url(../images/CaretLeft-white.svg) no-repeat;
  width: 30px;
  height: 32px;
  background-size: 30px;
  display: block;
}
.slider-section .slider-banner .slick-prev {
  left: 0px;
}
.slider-section .slider-banner .slick-next {
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: inherit;
}
.slider-section .side-bar {
  width: 32%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 15px 18px 0;
  text-align: center;
  position: relative;
  margin-left: 20px;
}
.slider-section .side-head {
  font-size: 28px;
  line-height: 34px;
  font-family: robotomedium;
  color: #434343;
}
.slider-section .side-subhead {
  color: #616161;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px;
}
.slider-section .label-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #707070;
  padding: 25px 0 0;
}
.slider-section .box {
  margin-bottom: 18px;
  position: relative;
}
.slider-section .box select {
  font-size: 14px;
  line-height: 18px;
  color: #2A2A2A;
  border: 1px solid #D8D8D8;
  padding: 12px 25px 12px 10px;
  border-radius: 3px;
  background: url(../images/down-arrow.svg) no-repeat center right 10px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slider-section .box.select-bx {
  width: 48%;
  display: inline-block;
  margin: 0 10px 18px 0;
}
.slider-section .box.select-bx.select-bx-last {
  margin: 0 0 15px;
}
.slider-section .box.select-bx-second {
  width: 100%;
}
.slider-section .box.online-exam {
  width: 48%;
  display: inline-block;
  margin: 0 10px 18px 0;
}
.slider-section .box .error {
  position: absolute;
}
.slider-section .con_btn {
  background: #f58e0e;
  border-radius: 3px;
  padding: 10px 0;
  color: #fff;
  font-family: robotomedium;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
}
.slider-section .con_btn:hover {
  background: #e78e21;
}
.slider-section .amount-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px;
  border-top: 1px solid #ECECEC;
}
.slider-section .amount-banner .amnt-left {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-family: robotomedium;
}
.slider-section .amount-banner .amnt-left .off {
  background: #2DB261;
  border-radius: 3px;
  padding: 2px 6px;
  color: #fff;
}
.slider-section .amount-banner .symbole {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin: 0;
}
.slider-section .amount-banner .symbole .value {
  font-size: 20px;
  line-height: 24px;
}

.footer-sidebar {
  position: absolute;
  bottom: 0;
  background: #f1f1f1;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer-sidebar .side-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-sidebar .side-parts svg {
  margin: 0 5px 0 0;
}
.footer-sidebar .side-parts p {
  font-family: "robotomedium";
  font-size: 16px;
  color: #434343;
  line-height: 18px;
}
.footer-sidebar .side-parts p span {
  font-family: "robotoregular";
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.footer-sidebar .side-parts p span.free {
  background: #33cc6f;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  text-transform: uppercase;
}

.footer-mobile {
  display: none;
}

.banner_content {
  color: #ffffff;
}
.banner_content .main-heading {
  font-size: 40px;
  line-height: 42px;
  font-family: robotomedium;
  color: #ffc410;
  padding: 0 0 5px 0;
}
.banner_content .subheading {
  font-size: 18px;
  line-height: 24px;
  font-family: robotoregular;
}
.banner_content .feature {
  display: inline-block;
  width: 60%;
  text-align: left;
  padding: 20px 0 0 0;
}
.banner_content .feature li {
  width: 33.33%;
  float: left;
  font-size: 15px;
  line-height: 18px;
  font-family: robotoregular;
}
.banner_content .feature li .title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
.banner_content .feature li i {
  width: 46px;
  height: 40px;
  float: left;
  margin: 0 2px 0 0;
}
.banner_content .feature li .free {
  background: #33cc6f;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
}
.banner_content .home_form {
  background: rgba(0, 0, 0, 0.85);
  margin: 50px 0 0 0;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 70%;
}
.banner_content .home_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_content .home_form form ::-webkit-input-placeholder {
  color: #616161;
}
.banner_content .home_form form ::-moz-placeholder {
  color: #616161;
}
.banner_content .home_form form :-ms-input-placeholder {
  color: #616161;
}
.banner_content .home_form form ::-ms-input-placeholder {
  color: #616161;
}
.banner_content .home_form form ::placeholder {
  color: #616161;
}
.banner_content .home_form form :-ms-input-placeholder {
  color: #616161;
}
.banner_content .home_form form ::-ms-input-placeholder {
  color: #616161;
}
.banner_content .home_form form .price-start {
  text-align: left;
  font-size: 44px;
  line-height: 48px;
  color: #f58e0e;
  font-family: "robotomedium";
  padding: 0 20px 0 0;
  margin-top: -21px;
}
.banner_content .home_form form .price-start .label-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-family: "robotoregular";
}
.banner_content .home_form form .price-start .country {
  font-size: 24px;
  line-height: 26px;
}
.banner_content .home_form form .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 0 0;
  position: relative;
  margin: 0;
}
.banner_content .home_form form .box input,
.banner_content .home_form form .box select {
  border-radius: 0;
  height: 45px;
  background: #fff;
  border: 1px solid #cecece;
  -webkit-appearance: none;
  padding: 10px 30px 10px 10px;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
  font-family: robotoregular;
}
.banner_content .home_form form .box select {
  background: #fff url(../images/dropdown-arrow.svg) no-repeat center right 10px;
  background-size: 12px;
  cursor: pointer;
}
.banner_content .home_form form .box .error {
  font-size: 12px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border: 1px solid transparent;
  line-height: 12px;
  bottom: -14px;
  padding: 0 7px;
}
.banner_content .home_form form .claimbtn {
  background: #f58e0e;
  border-radius: 2px;
  padding: 7px 25px;
  height: 45px;
  color: #fff;
  font-family: "robotomedium";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.banner_content .home_form form .claimbtn:hover {
  background: #dd7a1d;
}
.banner_content .reviewsite {
  padding: 10px 0 0 0;
}
.banner_content .reviewsite i {
  width: 140px;
  height: 35px;
  display: inline-block;
  background-size: 328px;
  margin: 0 5px 0px 0;
}
.banner_content .reviewsite i.trustpilot {
  background-position: -162px -296px;
}
.banner_content .reviewsite i.sitejabber {
  background-position: -1px -281px;
  width: 147px;
  height: 29px;
  background-size: 310px;
}
.banner_content .reviewsite i.greview {
  background-position: -174px -238px;
  width: 120px;
  height: 30px;
  background-size: 300px;
}

.home_trusted {
  background: #f5f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.home_trusted .heading-title {
  float: left;
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1d1d1d;
  font-family: robotomedium;
}
.home_trusted .heading-title i {
  width: 46px;
  height: 38px;
  display: block;
  background-size: 350px;
  background-position: -289px -3px;
}
.home_trusted .university-img {
  padding: 0px 0 0 40px;
  float: right;
  height: 100%;
  width: 878px;
}

.who-we-are {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}
.who-we-are .mobile-btn {
  display: none;
}
.who-we-are .btn {
  margin: 25px 0 0;
}
.who-we-are .left {
  width: 50%;
}
.who-we-are .right {
  width: 45%;
}
.who-we-are .right .guarantee-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.who-we-are .right .guarantee-type .video-block-type {
  width: 48%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 4% 20px 0;
  position: relative;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}
.who-we-are .right .guarantee-type .video-block-type figure {
  position: relative;
}
.who-we-are .right .guarantee-type .video-block-type figure:before {
  content: "";
  display: block;
  padding-top: 77%;
}
.who-we-are .right .guarantee-type .video-block-type figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
.who-we-are .right .guarantee-type .video-block-type img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.who-we-are .right .guarantee-type .video-block-type img:not([src]) {
  visibility: hidden;
}
.who-we-are .right .guarantee-type .video-block-type:nth-child(even) {
  margin-right: 0;
  bottom: -30px;
}
.who-we-are .right .guarantee-type .video-block-type:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.who-we-are .home-content {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
}
.who-we-are .home-content:last-child {
  margin: 0;
}
.who-we-are .who-feature {
  margin: 20px 0 0 0;
}
.who-we-are .who-feature li {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
  color: #1d1d1d;
  padding: 0 0 10px 0;
}
.who-we-are .who-feature li:before {
  content: "";
  background: url(../images/homesprite.png) no-repeat;
  width: 20px;
  height: 16px;
  background-size: 330px;
  background-position: -308px -183px;
  display: inline-block;
  margin: 0 3px 0 0;
}

.reviewsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviewsite .heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 0 0;
}
.reviewsite .heading-title:last-child {
  margin: 0;
}
.reviewsite p {
  color: #434343;
  font-size: 16px;
  line-height: 18px;
  font-family: "robotomedium";
}
.reviewsite i {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.reviewsite .trustpiolet {
  background: url(../images/trustpiolet.png) no-repeat;
}
.reviewsite .trustpiolet.sitejabber {
  background: url(../images/sitejabber.png) no-repeat;
}
.reviewsite .trustpiolet.google-icon {
  background: url(../images/google-icon.png) no-repeat;
  width: 35px;
  height: 35px;
}

.home-feature {
  background: url(../images/coursestrip.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.home-feature:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-feature .container {
  z-index: 1;
  position: relative;
  padding: 22px 0;
}
.home-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.home-feature ul li {
  max-width: calc(25% - 15px);
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  position: relative;
}
.home-feature ul li i {
  width: 78px;
  height: 72px;
  display: block;
  margin: 0 auto 6px;
  background-size: 330px;
}
.home-feature ul li i.wexpert {
  background-position: 2px -50px;
}
.home-feature ul li i.ncharge {
  background-position: -77px -50px;
}
.home-feature ul li i.happyclient {
  background-position: -160px -50px;
}
.home-feature ul li i.mback {
  background-position: -245px -50px;
}

.home-services {
  padding: 50px 0 60px 0;
  display: inline-block;
  width: 100%;
  background: url(../images/home-service.png) no-repeat;
  background-position: -35px 160px;
}
.home-services .home_service_slider {
  width: 95%;
  float: right;
  padding: 114px 0;
}
.home-services .home_service_slider .slick-prev,
.home-services .home_service_slider .slick-next {
  display: none !important;
}
.home-services .home_service_slider .slick-dots {
  bottom: 65px !important;
  text-align: left !important;
  left: 80px;
}
.home-services .home_service_slider .slick-dots li {
  height: 5px !important;
  width: 15px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #a7a7a7 !important;
}
.home-services .home_service_slider .slick-dots li.slick-active {
  background: #f58e0e !important;
  border-color: #f58e0e !important;
}
.home-services .home_service_slider .services-inner {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 30px 0 0;
  padding: 25px 15px;
  color: #fff;
  position: relative;
}
.home-services .home_service_slider .services-inner.box1 {
  background: #3e4356;
}
.home-services .home_service_slider .services-inner.box2 {
  background: #f58e0e;
}
.home-services .home_service_slider .services-inner.box2 ul li a:before {
  background: #f58e0e;
}
.home-services .home_service_slider .services-inner.box3 {
  background: #246ed0;
}
.home-services .home_service_slider .services-inner.box3 ul li a:before {
  background: #246ed0;
}
.home-services .home_service_slider .services-inner.box4 {
  background: #068473;
}
.home-services .home_service_slider .services-inner.box4 ul li a:before {
  background: #068473;
}
.home-services .home_service_slider .services-inner i {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 10px;
  background-size: 500px;
  opacity: 0.2;
}
.home-services .home_service_slider .services-inner i.choose1 {
  background-position: -6px -1479px;
}
.home-services .home_service_slider .services-inner i.choose2 {
  background-position: -99px -1478px;
}
.home-services .home_service_slider .services-inner i.choose3 {
  background-position: -6px -1556px;
}
.home-services .home_service_slider .services-inner i.choose4 {
  background-position: -100px -1558px;
}
.home-services .home_service_slider .services-inner .title {
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 30px 0;
  display: block;
  font-family: robotomedium;
}
.home-services .home_service_slider .services-inner .title:after {
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  display: block;
  opacity: 0.2;
  border-radius: 20px;
  margin: 5px 0 0 0;
}
.home-services .home_service_slider .services-inner ul li {
  padding: 5px 0;
}
.home-services .home_service_slider .services-inner ul li:first-child {
  padding: 0 0 5px 0;
}
.home-services .home_service_slider .services-inner ul li:last-child {
  padding: 5px 0 0 0;
}
.home-services .home_service_slider .services-inner ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.home-services .home_service_slider .services-inner ul li a:before {
  content: "";
  background: #3e4356;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 8px 0 0;
  border: 4px solid #fff;
}

.sampleandwork {
  background: #f5f7fb;
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
}
.sampleandwork .how-it-work {
  float: left;
  width: 49%;
}
.sampleandwork .how-it-work .home-subheading {
  padding: 0 115px 20px 0;
}
.sampleandwork .how-it-work .work-step {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 38px 25px;
  width: 90%;
  position: relative;
  margin: 40px 0 0 0;
}
.sampleandwork .how-it-work .work-step:before {
  content: "";
  z-index: -1;
  height: 140px;
  width: 140px;
  position: absolute;
  left: -28px;
  top: -26px;
  background: linear-gradient(90deg, #f5f7fb 8px, transparent 1%) center, linear-gradient(#f5f7fb 8px, transparent 1%) center, #434343;
  background-size: 9px 9px;
}
.sampleandwork .how-it-work .work-step li {
  margin: 0 0 35px;
  position: relative;
}
.sampleandwork .how-it-work .work-step li:after {
  content: "";
  width: 0px;
  height: 63px;
  border: 1px dashed #f58e0e;
  position: absolute;
  top: 60px;
  left: 30px;
}
.sampleandwork .how-it-work .work-step li:last-child {
  margin: 0;
}
.sampleandwork .how-it-work .work-step li:last-child:after {
  display: none;
}
.sampleandwork .how-it-work .work-step li .stepno {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 26px 0 0;
  border-radius: 100%;
  border: 2px dashed #f58e0e;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  font-family: robotomedium;
  color: #f58e0e;
  padding: 12px 0;
}
.sampleandwork .how-it-work .work-step li label {
  font-size: 20px;
  line-height: 22px;
  color: #1d1d1d;
  font-family: robotoregular;
  padding: 0 0 5px 0;
  display: block;
}
.sampleandwork .how-it-work .work-step li p {
  font-size: 15px;
  display: table-cell;
}
.sampleandwork .sample-work {
  float: right;
  width: 43%;
}
.sampleandwork .sample-work .sample-example {
  margin: 30px 0 0 0;
}
.sampleandwork .sample-work .sample-example .slick-prev,
.sampleandwork .sample-work .sample-example .slick-next {
  display: none !important;
}
.sampleandwork .sample-work .sample-example .services-inner {
  margin: 5px;
}
.sampleandwork .sample-work .sample-example .slick-dots {
  bottom: -30px !important;
}
.sampleandwork .sample-work .sample-example .slick-dots li {
  height: 5px !important;
  width: 15px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #a7a7a7 !important;
}
.sampleandwork .sample-work .sample-example .slick-dots li.slick-active {
  background: #f58e0e !important;
  border-color: #f58e0e !important;
}
.sampleandwork .sample-work .sample-example li {
  background: #fff;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 12px 15px;
}
.sampleandwork .sample-work .sample-example li:last-child {
  margin: 0;
}
.sampleandwork .sample-work .sample-example li img {
  float: left;
  margin: 0 10px 0 0;
  width: 120px;
}
.sampleandwork .sample-work .sample-example li label a {
  font-size: 20px;
  line-height: 22px;
  color: #1d1d1d;
  font-family: robotoregular;
  padding: 0 0 5px 0;
  display: block;
}
.sampleandwork .sample-work .sample-example li .hashtag {
  color: #989898;
  padding: 0 0 10px 0;
}
.sampleandwork .sample-work .sample-example li .samplefeature {
  margin: 0 0 26px 0;
}
.sampleandwork .sample-work .sample-example li .samplefeature span {
  font-size: 16px;
  line-height: 18px;
}
.sampleandwork .sample-work .sample-example li .samplefeature b {
  color: #1d1d1d;
}
.sampleandwork .sample-work .sample-example li .btn {
  display: table-cell;
  background: transparent;
  border: 1px dashed #f58e0e;
  color: #f58e0e;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 9px;
}

.home-guarantees {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.home-guarantees article.left {
  width: 45%;
  float: left;
  padding: 80px 0 0;
}
.home-guarantees article .guarantee-content {
  padding: 0 150px 0 0;
}
.home-guarantees article.right {
  width: 50%;
  float: right;
}
.home-guarantees article.right .m-guarantee-btn {
  display: none;
}
.home-guarantees article.right .guarantee-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-guarantees article.right .guarantee-type .article {
  width: 48%;
  background: #f5f7fb;
  padding: 15px 12px;
  float: left;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 4% 20px 0;
  position: relative;
  text-align: center;
}
.home-guarantees article.right .guarantee-type .article:nth-child(even) {
  margin-right: 0;
  bottom: -30px;
}
.home-guarantees article.right .guarantee-type .article i {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 7px;
  background-size: 400px;
}
.home-guarantees article.right .guarantee-type .article i.icon1 {
  background-position: -149px -160px;
}
.home-guarantees article.right .guarantee-type .article i.icon2 {
  background-position: -8px -160px;
}
.home-guarantees article.right .guarantee-type .article i.icon3 {
  background-position: -82px -160px;
}
.home-guarantees article.right .guarantee-type .article i.icon4 {
  background-position: -219px -160px;
}
.home-guarantees article.right .guarantee-type .article i.icon5 {
  background-position: -262px -2046px;
}
.home-guarantees article.right .guarantee-type .article span {
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  margin-bottom: 8px;
  display: block;
  color: #1d1d1d;
}
.home-guarantees article.right .guarantee-type .article p {
  font-size: 15px;
  line-height: 18px;
  color: #2a2a2a;
  font-family: robotoregular;
}

.homestripbanner {
  background: #7f9c34;
  margin: 0;
  padding: 0;
  text-align: center;
}
.homestripbanner a {
  display: block;
}
.homestripbanner img {
  max-width: 100%;
  display: block;
}

.home-testimonial {
  padding: 60px 0;
  display: block;
}
.home-testimonial .home-heading {
  text-align: center;
}
.home-testimonial .home-subheading {
  text-align: center;
}
.home-testimonial .home-subheading:after {
  margin: 3px auto 0;
}
.home-testimonial .tab-testimonial {
  width: 62%;
  margin: 0 auto;
}
.home-testimonial .tab-testimonial .tabs {
  margin: 30px 0 6px;
  text-align: center;
}
.home-testimonial .tab-testimonial .tabs li {
  display: inline-block;
  background: #fff;
  border: 1px solid #2a2a2a;
  margin: 0 -3px;
  font-size: 20px;
  line-height: 26px;
  font-family: robotomedium;
  color: #2a2a2a;
  padding: 8px 20px;
  cursor: pointer;
}
.home-testimonial .tab-testimonial .tabs li.current {
  background: #2a2a2a;
  color: #fff;
}
.home-testimonial .tab-testimonial .tabs .globaltestimonial:before,
.home-testimonial .tab-testimonial .tabs .trustpilotestimonial:before,
.home-testimonial .tab-testimonial .tabs .googletestimonial:before {
  content: "";
  background: url(../images/homesprite.png) no-repeat;
  background-size: 340px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: text-top;
}
.home-testimonial .tab-testimonial .tabs .globaltestimonial:before {
  background-position: -8px -203px;
}
.home-testimonial .tab-testimonial .tabs .trustpilotestimonial:before {
  background-position: -46px -205px;
}
.home-testimonial .tab-testimonial .tabs .googletestimonial:before {
  background-position: -84px -205px;
}
.home-testimonial .tab-testimonial .tab-content {
  display: none;
  padding: 5px 10px;
}
.home-testimonial .tab-testimonial .tab-content.current {
  display: block;
}
.home-testimonial .testimonial_slider .slick-prev,
.home-testimonial .testimonial_slider .slick-next,
.home-testimonial .testimonial_slider1 .slick-prev,
.home-testimonial .testimonial_slider1 .slick-next,
.home-testimonial .testimonial_slider2 .slick-prev,
.home-testimonial .testimonial_slider2 .slick-next {
  position: absolute;
  top: 110px;
  background: url(../images/homesprite.png) no-repeat;
  background-size: 340px;
  text-indent: -9999px;
  width: 30px;
  height: 22px;
  padding: 0;
  cursor: pointer;
}
.home-testimonial .testimonial_slider .slick-prev.slick-disabled,
.home-testimonial .testimonial_slider .slick-next.slick-disabled,
.home-testimonial .testimonial_slider1 .slick-prev.slick-disabled,
.home-testimonial .testimonial_slider1 .slick-next.slick-disabled,
.home-testimonial .testimonial_slider2 .slick-prev.slick-disabled,
.home-testimonial .testimonial_slider2 .slick-next.slick-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.home-testimonial .testimonial_slider .slick-prev,
.home-testimonial .testimonial_slider1 .slick-prev,
.home-testimonial .testimonial_slider2 .slick-prev {
  left: -30px;
  background-position: -45px -240px;
}
.home-testimonial .testimonial_slider .slick-next,
.home-testimonial .testimonial_slider1 .slick-next,
.home-testimonial .testimonial_slider2 .slick-next {
  right: -30px;
  background-position: -84px -240px;
}
.home-testimonial .testimonial_slider .testimonial-inner,
.home-testimonial .testimonial_slider1 .testimonial-inner,
.home-testimonial .testimonial_slider2 .testimonial-inner {
  background: #fff;
  border: 1px solid #cdd4e2;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 25px;
  margin: 25px 15px 0 15px;
  position: relative;
}
.home-testimonial .testimonial_slider .testimonial-inner:after,
.home-testimonial .testimonial_slider1 .testimonial-inner:after,
.home-testimonial .testimonial_slider2 .testimonial-inner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  top: 2px;
  left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.2em solid #cdd4e2;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  -webkit-box-shadow: -3px 3px 3px 0 #dedede;
          box-shadow: -3px 3px 3px 0 #dedede;
  border-radius: 0 0 0 3px;
}
.home-testimonial .testimonial_slider .testimonial-inner label,
.home-testimonial .testimonial_slider1 .testimonial-inner label,
.home-testimonial .testimonial_slider2 .testimonial-inner label {
  font-size: 20px;
  line-height: 22px;
  font-family: robotomedium;
  color: #2a2a2a;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  display: inline-block;
}
.home-testimonial .testimonial_slider .testimonial-inner .clientsays,
.home-testimonial .testimonial_slider1 .testimonial-inner .clientsays,
.home-testimonial .testimonial_slider2 .testimonial-inner .clientsays {
  font-size: 15px;
  line-height: 18px;
  color: #2a2a2a;
  /*                position: relative;*/
  /*                float: left;*/
  /*                &:before{
                              content: '';
                              background: url(../images/home-quote.svg) no-repeat; 
                              width: 100px;
                              height: 100%;
                              position: absolute;
                              background-size: contain;
                              left: 0;
                              top: 0;
                          }*/
}
.home-testimonial .testimonial_slider .testimonial-inner .rating,
.home-testimonial .testimonial_slider1 .testimonial-inner .rating,
.home-testimonial .testimonial_slider2 .testimonial-inner .rating {
  float: right;
  margin: 0 20px 0 0;
}
.home-testimonial .testimonial_slider .testimonial-inner .rating i,
.home-testimonial .testimonial_slider1 .testimonial-inner .rating i,
.home-testimonial .testimonial_slider2 .testimonial-inner .rating i {
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../images/homesprite.png) no-repeat;
  background-size: 340px;
  background-position: -254px -133px;
}
.home-testimonial .testimonial_slider .testimonial-inner .rating i.disable,
.home-testimonial .testimonial_slider1 .testimonial-inner .rating i.disable,
.home-testimonial .testimonial_slider2 .testimonial-inner .rating i.disable {
  background-position: -282px -133px;
}
.home-testimonial .testimonial_slider1 .testimonial-inner:after {
  left: 390px;
}
.home-testimonial .testimonial_slider2 .testimonial-inner:after {
  left: 520px;
}

.mobile-testimonial {
  display: none;
}

.home-faq {
  padding: 60px 0 180px;
  background: #f5f7fb;
}
.home-faq .home-heading {
  text-align: center;
}
.home-faq .home-subheading {
  text-align: center;
}
.home-faq .home-subheading:after {
  margin: 3px auto 0;
}
.home-faq .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.home-faq .allfaq {
  color: #2a2a2a;
  width: 48%;
}
.home-faq .allfaq li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.home-faq .allfaq li .faqtop {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-family: "robotomedium";
  display: block;
  color: #1d1d1d;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px 0;
}
.home-faq .allfaq li .faqtop:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "+";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 1px;
  background: #1d1d1d;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}
.home-faq .allfaq li .faqtop.current {
  color: #f58e0e;
}
.home-faq .allfaq li .faqtop.current:after {
  content: "-";
  background: #f58e0e;
}
.home-faq .allfaq li article {
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  color: #2a2a2a;
}
.home-faq .allfaq li .faq-box {
  display: none;
}

@media (max-width: 1440px) {
  .home-services {
    background-position: -75px 130px;
  }
  .home-services .home_service_slider {
    width: 80%;
    padding: 94px 0;
  }
}
@media (max-width: 1366px) {
  .home-services {
    margin: 0 0 20px 0;
  }
  .home-services .home_service_slider .services-inner {
    margin: 0 20px 0 0;
  }
  .home-services .home_service_slider .slick-dots {
    left: 120px;
    width: 90% !important;
  }

  .home_banner {
    background-position: 90% 0;
    padding: 150px 0 30px 0;
  }

  .banner_content .feature {
    width: 55%;
  }
  .banner_content .home_form {
    margin: 30px 0 0 0;
    padding: 25px 15px 15px;
    width: 60%;
  }
  .banner_content .home_form form .price-start {
    line-height: 44px;
  }
  .banner_content .home_form form .box {
    height: 40px;
    padding: 0 15px 0 0;
  }
  .banner_content .home_form form .box .select-bx:after {
    top: 15px;
  }
  .banner_content .home_form form .box input,
.banner_content .home_form form .box select {
    height: 40px;
  }
  .banner_content .home_form form .claimbtn {
    height: 40px;
    padding: 7px 15px;
    font-size: 17px;
  }

  .home-subheading {
    font-size: 26px;
    line-height: 28px;
    padding: 0 0 15px 0;
  }

  .btn {
    margin: 30px 0 0 0;
    padding: 8px 15px;
  }

  .home-feature .container {
    padding: 10px 0;
  }
  .home-feature ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .home-feature ul li i {
    width: 50px;
    height: 46px;
    background-size: 220px;
  }
  .home-feature ul li i.wexpert {
    background-position: 1px -34px;
  }
  .home-feature ul li i.ncharge {
    background-position: -53px -34px;
  }
  .home-feature ul li i.happyclient {
    background-position: -108px -34px;
  }
  .home-feature ul li i.mback {
    background-position: -165px -34px;
  }

  .home-services .home_service_slider .services-inner .title {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 25px 0;
  }
  .home-services .home_service_slider .services-inner ul li a {
    font-size: 15px;
  }

  .sampleandwork {
    padding: 30px 0;
  }
  .sampleandwork .btn {
    margin: 20px 0 0 0;
  }
  .sampleandwork .home-subheading {
    font-size: 22px;
    line-height: 24px;
  }
  .sampleandwork .how-it-work .work-step {
    padding: 25px 15px;
    margin: 15px 0 0 0;
    width: 84%;
  }
  .sampleandwork .how-it-work .work-step li {
    margin: 0 0 25px;
  }
  .sampleandwork .how-it-work .work-step li:after {
    top: 50px;
    left: 25px;
    height: 58px;
  }
  .sampleandwork .how-it-work .work-step li .stepno {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    font-size: 26px;
    line-height: 23px;
  }
  .sampleandwork .how-it-work .work-step li label {
    font-size: 18px;
    line-height: 20px;
  }
  .sampleandwork .sample-work .sample-example {
    margin: 15px 0 0 0;
  }
  .sampleandwork .sample-work .sample-example li {
    padding: 12px 10px;
  }
  .sampleandwork .sample-work .sample-example li .hastag {
    padding: 0 0 8px 0;
  }
  .sampleandwork .sample-work .sample-example li .samplefeature {
    margin: 0 0 18px 0;
  }
  .sampleandwork .sample-work .sample-example li label a {
    font-size: 18px;
    line-height: 20px;
  }
  .sampleandwork .sample-work .sample-example li img {
    width: 94px;
  }

  .home-faq .allfaq li {
    padding-left: 25px;
  }
  .home-faq .allfaq li .faqtop {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 5px 0;
  }
  .home-faq .allfaq li .faqtop:after {
    width: 18px;
    height: 18px;
    font-size: 17px;
    line-height: 18px;
  }

  .home-testimonial .testimonial_slider .testimonial-inner label,
.home-testimonial .testimonial_slider1 .testimonial-inner label,
.home-testimonial .testimonial_slider2 .testimonial-inner label {
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 10px 0;
  }
  .home-testimonial .tab-testimonial .tabs li {
    font-size: 17px;
    line-height: 20px;
    padding: 5px 15px;
  }
  .home-testimonial .tab-testimonial .tabs .globaltestimonial:before,
.home-testimonial .tab-testimonial .tabs .trustpilotestimonial:before,
.home-testimonial .tab-testimonial .tabs .googletestimonial:before {
    background-size: 280px;
    width: 22px;
    height: 22px;
    margin: 0 3px 0 0;
  }
  .home-testimonial .tab-testimonial .tabs .globaltestimonial {
    border-radius: 3px 0 0 3px;
  }
  .home-testimonial .tab-testimonial .tabs .globaltestimonial:before {
    background-position: -7px -169px;
  }
  .home-testimonial .tab-testimonial .tabs .trustpilotestimonial:before {
    background-position: -38px -169px;
  }
  .home-testimonial .tab-testimonial .tabs .googletestimonial {
    border-radius: 0 3px 3px 0;
  }
  .home-testimonial .tab-testimonial .tabs .googletestimonial:before {
    background-position: -70px -169px;
  }
}
@media (max-width: 1280px) {
  .home-services .home_service_slider .slick-dots {
    bottom: 55px !important;
    left: 150px;
    width: 85% !important;
  }
}
@media (max-width: 1024px) {
  .fancybox-content.videomain video {
    width: 900px;
  }

  .slider-section .side-bar {
    margin-left: 19px;
  }
  .slider-section .side-head {
    font-size: 24px;
    line-height: 28px;
  }
  .slider-section .box.select-bx {
    width: 47.5%;
  }
  .slider-section .box.select-bx-second {
    width: 100%;
  }
  .slider-section .box.online-exam {
    width: 47.5%;
  }
  .slider-section .price {
    font-size: 38px;
    line-height: 42px;
    padding: 0px 0 8px;
  }
  .slider-section .price span {
    font-size: 26px;
    line-height: 28px;
  }
  .slider-section .box {
    margin-bottom: 12px;
  }

  .footer-sidebar {
    padding: 10px 8px;
  }

  .home_trusted .heading-title {
    width: 27%;
  }
  .home_trusted span {
    width: 73%;
  }
  .home_trusted .university-img {
    padding: 5px 0 0 10px;
    width: 100%;
  }

  .banner_content .feature {
    width: 60%;
  }
  .banner_content .reviewsite {
    padding: 5px 0 0 0;
  }

  .who-we-are {
    padding: 40px 0;
  }
  .who-we-are .right {
    padding: 90px 0 0 0;
  }

  .home-feature ul {
    width: 85%;
  }

  .home-services {
    padding: 40px 0 50px 0;
    background-position: -65px 120px;
    background-size: 420px;
    margin: 0;
  }
  .home-services .home_service_slider {
    width: 75%;
    padding: 65px 0;
  }
  .home-services .home_service_slider .slick-dots {
    bottom: 30px !important;
    left: 100px;
  }

  .sampleandwork {
    padding: 40px 0;
  }
  .sampleandwork .sample-work {
    width: 48%;
  }
  .sampleandwork .sample-work .sample-example {
    margin: 22px 0 0 0;
  }
  .sampleandwork .sample-work .sample-example li {
    padding: 10px 8px;
  }
  .sampleandwork .sample-work .sample-example li .btn {
    font-size: 16px;
    line-height: 18px;
  }
  .sampleandwork .sample-work .sample-example li img {
    width: 98px;
  }
  .sampleandwork .how-it-work .work-step {
    padding: 15px 10px;
    width: 95%;
    margin: 20px 0 0 0;
  }
  .sampleandwork .how-it-work .work-step li .stepno {
    margin: 0 15px 0 0;
  }

  .home-guarantees {
    padding: 40px 0;
  }
  .home-guarantees article.right {
    width: 53%;
  }
  .home-guarantees article.right .guarantee-type .article span {
    font-size: 18px;
    line-height: 20px;
  }
  .home-guarantees article .guarantee-content {
    padding: 0 70px 0 0;
  }

  .home-testimonial {
    padding: 40px 0;
  }
  .home-testimonial .tab-testimonial {
    width: 70%;
  }
  .home-testimonial .tab-testimonial .tabs {
    margin: 15px 0 6px;
  }

  .home-faq {
    padding: 40px 0 180px;
  }
  .home-faq .flex {
    margin-top: 20px;
  }
  .home-faq .allfaq li .faqtop {
    font-size: 18px;
    line-height: 20px;
  }
  .home-faq .allfaq li .faqtop:after {
    top: 3px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .footer-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .fancybox-content.videomain video {
    width: 670px;
  }

  .home-heading {
    font-size: 17px;
    line-height: 19px;
  }

  .home-subheading {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
  }

  .slider-section .slider-banner,
.slider-section .loading-home-banner {
    width: 60%;
  }
  .slider-section .box select {
    padding: 9px 25px 9px 8px;
  }
  .slider-section .box.select-bx, .slider-section .box.select-bx-second, .slider-section .box.online-exam {
    margin: 0 9px 15px 0;
  }
  .slider-section .side-bar {
    width: 38%;
    padding: 10px;
    margin-left: 0;
  }
  .slider-section .side-head {
    font-size: 18px;
    line-height: 20px;
  }
  .slider-section .side-subhead {
    font-size: 14px;
    line-height: 16px;
  }
  .slider-section .label-title {
    padding: 11px 0 0;
    font-size: 14px;
    line-height: 16px;
  }
  .slider-section .price {
    font-size: 30px;
    line-height: 32px;
  }
  .slider-section .price span {
    font-size: 20px;
    line-height: 22px;
  }
  .slider-section .claimbtn {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0;
  }

  .footer-sidebar {
    display: none;
  }

  .btn {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 12px;
  }

  .home_banner {
    background-position: 76% 0;
  }
  .home_banner:before {
    background: transparent -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, rgba(34, 36, 38, 0.87)), color-stop(70%, rgba(32, 35, 41, 0.09))) 0% 0% no-repeat;
    background: transparent linear-gradient(90deg, #000 0%, rgba(34, 36, 38, 0.87) 50%, rgba(32, 35, 41, 0.09) 70%) 0% 0% no-repeat;
  }

  .banner_content {
    padding: 0 15px;
  }
  .banner_content .main-heading {
    font-size: 30px;
    line-height: 32px;
  }
  .banner_content .subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .banner_content .feature li {
    width: 50%;
  }
  .banner_content .feature li .title {
    font-size: 18px;
    line-height: 20px;
  }
  .banner_content .feature li:nth-child(2) {
    display: none;
  }
  .banner_content .home_form {
    margin: 20px 0 0 0;
    padding: 15px 10px 10px;
    width: 80%;
  }
  .banner_content .home_form form .price-start {
    font-size: 34px;
    line-height: 34px;
    padding: 0 10px 0 0;
    margin-top: -10px;
  }
  .banner_content .home_form form .price-start .country {
    font-size: 20px;
    line-height: 22px;
  }
  .banner_content .home_form form .claimbtn {
    padding: 7px 10px;
  }
  .banner_content .home_form form .box {
    padding: 0 10px 0 0;
  }
  .banner_content .home_form form .box.select-bx:after {
    top: 15px;
    right: 15px;
  }

  .reviewsite {
    margin: 15px 0 0;
  }

  .home_trusted {
    display: inline-block;
  }
  .home_trusted.container {
    margin: 0 15px;
  }
  .home_trusted .heading-title {
    font-size: 15px;
    line-height: 18px;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 0 0;
  }
  .home_trusted .heading-title i {
    width: 22px;
    height: 20px;
    display: block;
    background-size: 210px;
    background-position: -175px -3px;
    margin: 0 8px 0 0;
  }
  .home_trusted .heading-title br {
    display: none;
  }
  .home_trusted .university-img {
    padding: 0 0 5px 0;
    width: 100%;
  }

  .who-we-are {
    padding: 25px 15px;
  }
  .who-we-are .short_content {
    height: 240px;
    overflow: hidden;
    -webkit-transition: height 0.8s ease-in-out;
    transition: height 0.8s ease-in-out;
    margin: 0;
  }
  .who-we-are .short_content.active {
    visibility: visible;
    height: 400px;
    overflow-y: scroll;
    -webkit-transition: height 0.8s ease-in-out;
    transition: height 0.8s ease-in-out;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px 0 0;
  }
  .who-we-are .short_content.active ~ .more_content:after {
    content: "Know Less";
  }
  .who-we-are .more_content {
    display: block;
    font-size: 14px;
    color: #2874f0;
    font-family: robotoregular;
    margin: 5px 0 0 0;
  }
  .who-we-are .more_content:after {
    content: "Know More";
  }
  .who-we-are .who-feature {
    margin: 10px 0 0 0;
  }
  .who-we-are .who-feature li {
    padding: 0 0 8px 0;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
  }

  .reviewsite .heading-title {
    margin: 0 13px 0 0;
  }
  .reviewsite .heading-title img {
    margin: 0 4px 0 0;
  }

  .home-feature ul {
    width: 95%;
  }
  .home-feature ul li {
    max-width: calc(26% - 15px);
  }

  .home-services {
    padding: 25px 15px 30px 15px;
    background-position: -50px 110px;
    background-size: 330px;
  }
  .home-services .home_service_slider {
    padding: 60px 0;
  }
  .home-services .home_service_slider .services-inner {
    margin: 0 15px 0 0;
    padding: 15px 8px;
  }
  .home-services .home_service_slider .services-inner .title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 20px 0;
  }
  .home-services .home_service_slider .services-inner ul li a {
    font-size: 15px;
  }
  .home-services .home_service_slider .services-inner ul li a:before {
    width: 4px;
    height: 4px;
    margin: 0 5px 0 0;
    border: 3px solid #fff;
  }
  .home-services .home_service_slider .slick-dots {
    left: 85px;
  }

  .sampleandwork {
    padding: 25px 15px;
  }
  .sampleandwork .how-it-work {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .sampleandwork .how-it-work .work-step {
    padding: 25px 20px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .sampleandwork .how-it-work .work-step:before {
    height: 90px;
    width: 90px;
    left: -20px;
    top: -26px;
  }
  .sampleandwork .how-it-work .work-step li label {
    font-size: 20px;
    line-height: 24px;
  }
  .sampleandwork .how-it-work .work-step li .stepno {
    width: 50px;
    height: 50px;
    margin: 0 16px 0 0;
    font-size: 24px;
    line-height: 23px;
  }
  .sampleandwork .how-it-work .work-step li:after {
    height: 40px;
    top: 50px;
    left: 24px;
  }
  .sampleandwork .sample-work {
    float: left;
    width: 100%;
  }
  .sampleandwork .sample-work .sample-example {
    margin: 10px 0 0 0;
  }

  .home-guarantees {
    padding: 25px 15px;
  }
  .home-guarantees article.left {
    width: 100%;
    padding: 0;
  }
  .home-guarantees article.right {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .home-guarantees article.right .guarantee-type .article:nth-child(even) {
    bottom: 0;
  }
  .home-guarantees article.right .guarantee-type .article:nth-child(3), .home-guarantees article.right .guarantee-type .article:last-child {
    margin-bottom: 0;
  }
  .home-guarantees article.right .guarantee-type .article span br {
    display: none;
  }

  .home-testimonial {
    padding: 25px 15px;
  }
  .home-testimonial .tab-testimonial {
    width: 83%;
  }
  .home-testimonial .tab-testimonial .tabs li {
    padding: 5px 10px;
  }
  .home-testimonial .testimonial_slider .testimonial-inner:after {
    left: 90px;
  }
  .home-testimonial .testimonial_slider1 .testimonial-inner:after {
    left: 310px;
  }
  .home-testimonial .testimonial_slider2 .testimonial-inner:after {
    left: 460px;
  }

  .home-faq {
    padding: 25px 15px 180px;
  }
  .home-faq .allfaq li .faqtop,
.home-faq .allfaq li article {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .fancybox-content.videomain video {
    width: 100%;
  }
  .fancybox-content.videomain .fancybox-close-small {
    right: 0;
    top: -34px;
  }

  .homestripbanner.christmas {
    padding: 0 15px;
    background: #fff;
  }

  .home-heading {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .home-subheading {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .home-subheading:after {
    width: 73px;
    height: 10px;
    background-size: 250px;
    background-position: -25px -25px;
    margin: 3px auto 0;
  }

  .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 10px;
  }

  .home_banner {
    background: url(../images/mobile-homebanner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 85px 0 25px 0;
  }
  .home_banner:before {
    background: rgba(32, 35, 41, 0.8) 0% 0% no-repeat;
  }

  .banner_content {
    padding: 0;
  }
  .banner_content .main-heading {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    padding: 0 0 2px 0;
  }
  .banner_content .subheading {
    text-align: center;
  }
  .banner_content .feature {
    width: 100%;
  }
  .banner_content .feature li {
    font-size: 13px;
    line-height: 16px;
  }
  .banner_content .feature li .title {
    font-size: 17px;
  }
  .banner_content .feature li i svg {
    margin: 0 3px 0 0;
    width: 40px;
    height: 34px;
  }
  .banner_content .home_form {
    margin: 15px 0 0 0;
    width: 100%;
    padding: 15px;
  }
  .banner_content .home_form form {
    display: block;
  }
  .banner_content .home_form form .price-start {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
  }
  .banner_content .home_form form .price-start .label-title {
    display: inline-block;
    width: 50px;
  }
  .banner_content .home_form form .box {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .banner_content .home_form form .claimbtn {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    height: 38px;
    padding: 7px 25px;
  }
  .banner_content .reviewsite {
    display: none;
  }

  .footer-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 15px 15px;
    overflow: auto;
  }
  .footer-mobile::-webkit-scrollbar {
    height: 0;
  }
  .footer-mobile .side-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    background: #f7f7f7;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 0px 12px 0px 0px;
    border-radius: 3px;
  }
  .footer-mobile .side-parts:last-child {
    margin: 0 15px 0 0;
  }
  .footer-mobile .side-parts svg {
    margin: 0 5px 0 0;
  }
  .footer-mobile .side-parts p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #434343;
    line-height: 18px;
  }
  .footer-mobile .side-parts p span {
    font-family: "robotoregular";
    font-size: 13px;
    line-height: 15px;
    display: block;
  }
  .footer-mobile .side-parts p span.free {
    background: #33cc6f;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5px;
    text-transform: uppercase;
  }

  .slider-section.container {
    padding: 0 0 15px;
  }
  .slider-section .claimbtn {
    line-height: 24px;
  }
  .slider-section .loading-home-banner {
    width: 100%;
    padding: 0 0 25px;
  }
  .slider-section .slider-banner {
    width: 100%;
    padding: 0 0 25px;
  }
  .slider-section .slider-banner .slick-next,
.slider-section .slider-banner .slick-prev {
    display: none !important;
  }
  .slider-section .slider-banner .slick-dots li {
    background: #D8D8D8 !important;
    border: 1px solid #D8D8D8 !important;
    width: 8px !important;
    height: 8px !important;
  }
  .slider-section .slider-banner .slick-dots li.slick-active {
    background: #5c7a35 !important;
    border-color: #5c7a35 !important;
  }
  .slider-section .side-bar {
    width: 100%;
    border-top: 15px solid #f7f7f7;
    border-bottom: 15px solid #f7f7f7;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px;
  }
  .slider-section .side-bar .side-head {
    font-size: 24px;
    line-height: 28px;
  }
  .slider-section .side-bar .side-subhead {
    font-size: 15px;
    line-height: 18px;
  }
  .slider-section .side-bar .label-title {
    padding: 25px 0 0;
  }
  .slider-section .side-bar .price {
    font-size: 36px;
    line-height: 40px;
    padding: 0px 0 15px;
  }
  .slider-section .side-bar .price span {
    font-size: 30px;
    line-height: 34px;
  }
  .slider-section .box {
    margin-bottom: 15px;
  }
  .slider-section .box select {
    padding: 10px;
  }

  .home_trusted.container {
    width: 92%;
    margin: 0 13px;
  }
  .home_trusted ::-webkit-scrollbar {
    display: none;
  }
  .home_trusted .heading-title {
    font-size: 14px;
  }
  .home_trusted .heading-title i {
    display: none;
  }
  .home_trusted span {
    overflow: auto;
    width: 100%;
    display: inline-block;
  }
  .home_trusted .university-img {
    width: 870px;
    max-width: none;
    float: left;
    padding: 0;
  }

  .who-we-are,
.sampleandwork,
.home-guarantees,
.home-faq,
.mobile-testimonial {
    padding: 25px 5px;
  }

  .who-we-are .reviewsite {
    display: none;
  }
  .who-we-are .short_content {
    font-size: 14px;
    line-height: 18px;
    height: 197px;
  }
  .who-we-are .short_content.active {
    height: 470px;
    overflow-y: auto;
  }
  .who-we-are .desktop-btn {
    display: none;
  }
  .who-we-are .mobile-btn {
    display: inline-block;
    padding: 9px 25px;
  }
  .who-we-are .left {
    width: 100%;
  }
  .who-we-are .right {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .who-we-are .right .guarantee-type {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
  .who-we-are .right .guarantee-type .video-block-type {
    width: 60%;
    margin: 5px 8px 0 5px;
    display: inline-block;
  }
  .who-we-are .right .guarantee-type .video-block-type:nth-child(even) {
    bottom: 0px;
    margin: 0 8px 0 0;
  }
  .who-we-are .right .guarantee-type::-webkit-scrollbar {
    height: 0;
  }

  .home-feature {
    background: url(../images/coursestrip-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .home-feature .container {
    padding: 15px;
  }
  .home-feature ul {
    width: 100%;
  }
  .home-feature ul li {
    max-width: calc(50% - 10px);
    width: 50%;
    font-size: 14px;
    line-height: 16px;
  }
  .home-feature ul li:nth-child(2) br {
    display: block;
  }
  .home-feature ul li:first-child, .home-feature ul li:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .home-feature ul li i {
    width: 40px;
    height: 36px;
    background-size: 160px;
  }
  .home-feature ul li i.wexpert {
    background-position: 2px -23px;
  }
  .home-feature ul li i.ncharge {
    background-position: -36px -23px;
  }
  .home-feature ul li i.happyclient {
    background-position: -78px -23px;
  }
  .home-feature ul li i.mback {
    background-position: -118px -23px;
  }

  .home-services {
    padding: 25px 5px 50px 5px;
    background: transparent;
    background-size: inherit;
  }
  .home-services .home_service_slider {
    width: 100%;
    padding: 0;
  }
  .home-services .home_service_slider .slick-dots {
    bottom: -35px !important;
    left: 0;
    width: 100% !important;
    text-align: center !important;
  }
  .home-services .home_service_slider .services-inner {
    margin: 0 10px 0 0;
    padding: 15px;
  }
  .home-services .home_service_slider .services-inner .title {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 15px 0;
  }
  .home-services .home_service_slider .services-inner .title br {
    display: none;
  }
  .home-services .home_service_slider .services-inner ul li {
    padding: 0;
    margin: 7px 0;
  }
  .home-services .home_service_slider .services-inner ul li:first-child {
    padding: 0;
    margin: 0 0 7px 0;
  }
  .home-services .home_service_slider .services-inner ul li:last-child {
    padding: 0;
    margin: 7px 0 0 0;
  }
  .home-services .home_service_slider .services-inner ul li a {
    display: block;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .home-services .home_service_slider .slick-dots li {
    height: 3px !important;
    width: 12px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sampleandwork .home-subheading {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .sampleandwork .how-it-work {
    text-align: center;
  }
  .sampleandwork .how-it-work .home-subheading {
    padding: 0 0 10px 0;
  }
  .sampleandwork .how-it-work .work-step {
    padding: 20px 15px;
  }
  .sampleandwork .how-it-work .work-step li {
    margin: 0 0 20px;
    text-align: left;
  }
  .sampleandwork .how-it-work .work-step li:first-child:after {
    height: 80px;
  }
  .sampleandwork .how-it-work .work-step li:after {
    height: 62px;
    top: 35px;
    left: 16px;
  }
  .sampleandwork .how-it-work .work-step li .stepno {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    font-size: 17px;
    line-height: 5px;
  }
  .sampleandwork .how-it-work .work-step li label {
    font-size: 16px;
    line-height: 18px;
    font-family: robotomedium;
    padding: 5px 0;
  }
  .sampleandwork .how-it-work .work-step li p {
    font-size: 14px;
    line-height: 17px;
  }
  .sampleandwork .how-it-work .btn {
    padding: 9px 25px;
  }
  .sampleandwork .sample-work {
    text-align: center;
  }
  .sampleandwork .sample-work .sample-example {
    text-align: left;
  }
  .sampleandwork .sample-work .sample-example li {
    padding: 12px 10px;
  }
  .sampleandwork .sample-work .sample-example li .hashtag {
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .sampleandwork .sample-work .sample-example li img {
    margin: 0 5px 0 0;
    width: 70px;
  }
  .sampleandwork .sample-work .sample-example li label a {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 3px 0;
  }
  .sampleandwork .sample-work .sample-example li .samplefeature {
    margin: 0 0 10px 0;
  }
  .sampleandwork .sample-work .sample-example li .samplefeature span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin: 0 0 5px 0;
  }
  .sampleandwork .sample-work .sample-example li .btn {
    display: block;
    padding: 8px 5px;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .sampleandwork .sample-work .sample-example .slick-dots li {
    height: 3px !important;
    width: 12px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sampleandwork .sample-work .btn {
    margin: 40px 0 0 0;
    padding: 9px 25px;
  }

  .home-guarantees article .guarantee-content {
    padding: 0;
  }
  .home-guarantees article .d-guarantee-btn {
    display: none;
  }
  .home-guarantees article.right {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .home-guarantees article.right .guarantee-type .article {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #f1f1f1;
  }
  .home-guarantees article.right .guarantee-type .article:nth-child(3) {
    margin: 0 0 20px 0;
  }
  .home-guarantees article.right .guarantee-type .article p {
    font-size: 14px;
    line-height: 16px;
  }
  .home-guarantees article.right .guarantee-type .article span {
    font-size: 16px;
    line-height: 18px;
  }
  .home-guarantees article.right .guarantee-type .article i {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 5px;
    background-size: 300px;
  }
  .home-guarantees article.right .guarantee-type .article i.icon2 {
    background-position: -5px -120px;
  }
  .home-guarantees article.right .guarantee-type .article i.icon3 {
    background-position: -61px -120px;
  }
  .home-guarantees article.right .guarantee-type .article i.icon1 {
    background-position: -111px -120px;
  }
  .home-guarantees article.right .guarantee-type .article i.icon4 {
    background-position: -165px -120px;
  }
  .home-guarantees article.right .m-guarantee-btn {
    display: inline-block;
    padding: 9px 25px;
  }

  .home-testimonial {
    display: none;
  }

  .home-faq .allfaq {
    width: 100%;
  }
  .home-faq .allfaq li .faqtop:after {
    width: 12px;
    height: 12px;
    font-size: 13px;
    line-height: 11px;
  }

  .mobile-testimonial {
    position: relative;
    display: block;
  }
  .mobile-testimonial .mobile-testimonial-slider .slick-prev,
.mobile-testimonial .mobile-testimonial-slider .slick-next {
    display: none !important;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 15px;
    margin: 5px;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner label {
    font-size: 15px;
    line-height: 18px;
    color: #1d1d1d;
    font-family: robotomedium;
    display: inline-block;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .rating {
    float: right;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .rating i {
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../images/homesprite.png) no-repeat;
    background-size: 330px;
    background-position: -248px -131px;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .rating i.disable {
    background-position: -275px -131px;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .clientverified {
    color: #949494;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 15px 0;
    display: block;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .clientsays {
    font-size: 14px;
    line-height: 16px;
    color: #2a2a2a;
    display: block;
    height: 97px;
    overflow: auto;
    padding: 0 5px 0 0;
  }
  .mobile-testimonial .mobile-testimonial-slider .testimonial-inner .clientsays::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
}
@media (max-width: 380px) {
  .sampleandwork .how-it-work .work-step li:after {
    height: 80px;
  }
  .sampleandwork .how-it-work .work-step li:first-child:after {
    height: 96px;
  }
}