.pull-l {
  float: left;
}

.pull-r {
  float: right;
}

.font-100 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-b {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

html {
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "robotoregular";
  -webkit-overflow-scrolling: touch;
}

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

img:not([src]) {
  visibility: hidden !important;
}

article, aside, header, nav, section, figcaption, figure, main {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, strong {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  border: 0;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: normal;
  font-family: "robotomedium";
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: 1px solid #DBDBDB;
  outline: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

p {
  margin: 0;
  padding: 0;
}

.hidden, .g-hidden {
  display: none;
}

img {
  max-width: 100%;
}

.container {
  width: 1170px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: auto;
    margin: 0px auto;
    padding: 0px 10px;
  }
}
@font-face {
  font-display: swap;
  font-family: robotolight;
  src: url("../fonts/Roboto-Light-webfont.woff2") format("woff2"), url("../fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotoregular;
  src: url("../fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("../fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: robotomedium;
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
#snackbar {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 45%;
  bottom: 50px;
  font-size: 15px;
  font-family: "robotoregular";
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media (max-width: 766px) {
  #snackbar {
    width: 100%;
    left: 0%;
    text-align: center;
    bottom: 0px;
  }
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      bottom: -50px;
      opacity: 0;
    }
    to {
      bottom: 0px;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      bottom: 0px;
      opacity: 1;
    }
    to {
      bottom: -50px;
      opacity: 0;
    }
  }
}
.noresult img {
  margin: 0 auto;
  display: block;
  width: 350px;
  max-width: 100%;
  padding: 20px 0;
}

.error {
  font-size: 14px;
  line-height: 16px;
  color: #ff0000;
  text-align: left;
}

footer {
  padding-top: 0px;
  width: 100%;
  float: left;
  background: #1f2429;
  font-size: 15px;
  font-family: "robotolight";
}
footer .apps {
  background: #2c333a;
}
footer .get-the-link {
  position: relative;
  padding: 10px 20px;
  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;
}
footer .get-the-link a {
  width: 143px;
  background: url(../images/sprite.png) 0px -3538px no-repeat;
  height: 46px;
  vertical-align: middle;
}
footer .get-the-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 100%;
}
footer .get-the-link a.andriod {
  background-position: -143px -3538px;
  width: 160px;
}
footer .get-the-link .getlinkemail {
  width: 69%;
  border: solid 1px #c6ced8;
  outline: 0;
  padding: 10px;
}
footer .get-the-link input[type=button] {
  background: #5b9607;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  border: none;
  padding: 12px 35px;
  -webkit-appearance: none;
  margin-left: 1%;
  background: #0e62de;
  width: auto;
}
footer .get-the-link article {
  width: 70%;
  margin-left: 2%;
}
footer .get-the-link .error {
  position: absolute;
  bottom: -1px;
}
footer .link {
  border-bottom: solid 1px #e4e8ed;
  text-align: center;
}
footer .link li {
  display: inline-block;
  font-family: "robotoregular";
  padding: 20px 13px;
}
footer .link li a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
footer .contact-info {
  padding-top: 21px;
  vertical-align: middle;
  margin: 0px 0;
  width: 40%;
  display: inline-block;
}
footer .contact-info i {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/sprite.png) 0px -3658px no-repeat;
}
footer .contact-info i.footer_ph {
  background-position: -221px -3656px;
}
footer .contact-info i.footer_ml {
  background-position: -276px -3652px;
}
footer .contact-info .mcafee {
  float: left;
  width: 113px;
  height: 41px;
}
footer .contact-info span {
  display: inline-block;
  line-height: 18px;
  margin-right: 15px;
  font-size: 13px;
}
footer .contact-info span small {
  font-size: 12px;
  display: block;
}
footer .contact-info img {
  width: 149px;
  height: 31px;
}
footer .fobox {
  margin-bottom: 15px;
}
footer .social {
  vertical-align: middle;
  width: 13%;
  display: inline-block;
  margin: 15px 0px;
  border-right: solid 1px #b7c1cd;
}
footer .social small {
  font-size: 15px;
  color: #f1f1f1;
  display: block;
  padding-bottom: 5px;
}
footer .social a {
  text-decoration: none;
  width: 18px;
  height: 18px;
  background: url(../images/sprite.png) 0px -3569px no-repeat;
  display: inline-block;
  margin: 0 6px 0 0;
}
footer .social a.footer_fb {
  background-position: 0px -3599px;
}
footer .social a.footer_tw {
  background-position: -25px -3599px;
}
footer .social a.footer_gp {
  background-position: -54px -3599px;
  margin-right: 6px;
}
footer .social a.footer_you {
  background-position: -85px -3599px;
}
footer .social a.footer_pin {
  background: none;
}
footer .payment-method {
  display: inline-block;
  width: 33%;
  height: 59px;
  margin-left: 2%;
  vertical-align: middle;
  background: url(../images/sprite.png) 0px -3071px no-repeat;
  font-size: 15px;
  font-weight: 400;
  color: #f1f1f1;
}
footer .footer-country {
  background: #56677c;
  padding: 10px 0;
}
footer .footer-country h4 {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  vertical-align: top;
  padding-top: 10px;
}
footer .footer-country a {
  text-decoration: none;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat;
  width: 24px;
  height: 16px;
  vertical-align: super;
  margin-top: 12px;
}
footer .footer-country a.f_aus {
  background-position: 0px -3149px;
}
footer .footer-country a.f_uk {
  background-position: -33px -3149px;
}
footer .footer-country a.f_usa {
  background-position: -65px -3149px;
}
footer .footer-country a.f_can {
  background-position: -97px -3149px;
}
footer .footer-country a.f_mal {
  background-position: -129px -3149px;
}
footer .footer-country a.f_nz {
  background-position: -163px -3149px;
}
footer .footer-country figcaption {
  display: none;
}
footer .footer-country small {
  width: auto;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
footer .policy-link {
  color: #eaeaea;
  text-decoration: none;
  font-size: 13px;
  padding: 12px 5px;
  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;
}
footer .policy-link ul {
  display: inline-block;
}
footer .policy-link ul li {
  display: inline-block;
  font-family: "robotoregular";
  padding: 0 3px;
}
footer .policy-link ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
  font-family: robotolight;
}
footer .policy-link ul li a:hover {
  color: #5b9607;
}
footer .policy-link small {
  float: right;
}
footer .policy-link small .rating {
  font-size: 12px;
  color: #e2e2e2;
}
footer .policy-link small .rating span {
  margin: 0;
  padding: 0px;
}
footer .policy-link small .rating span::after {
  display: none;
}
footer .policy-link small .f-left {
  display: block;
  margin: 0;
}
footer .copyright {
  border-top: solid 1px #424242;
  color: #e2e2e2;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
footer .fre-plag-rpt {
  position: fixed;
  top: 40%;
  right: 0;
  font-size: 16px;
  font-weight: 400;
}
footer .fre-plag-rpt a {
  display: block;
}
footer .fre-plag-rpt img {
  width: 32px;
  height: 148px;
}
footer .top-search {
  margin: 30px 0px 15px 0px;
}
footer .top-search .h5link {
  font-size: 16px;
  color: #FFF;
  font-family: "robotoregular";
  margin-bottom: 12px;
  display: block;
}
footer .top-search ul li {
  border: 1px solid #4a4a4a;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .top-search ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-family: robotoregular;
}
footer .top-search ul li a:hover {
  color: #5b9607;
}
footer .contact-info-title, footer .know-link {
  display: none;
}
footer #applink_error {
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  background-color: #f8d7da;
  display: inline;
}
footer .dmca-badge {
  display: block;
  text-align: center;
  margin: 8px auto;
  width: 150px;
}
footer .inner-fabs {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .inner-fabs .round {
  border-radius: 50%;
}
footer .inner-fabs .fab {
  width: 40px;
  height: 40px;
  left: 44px;
  bottom: 20px;
  font-size: 1.5em;
  will-change: bottom;
}
footer .inner-fabs.show .fab:nth-child(1) {
  bottom: 90px;
}
footer .inner-fabs.show .fab:nth-child(2) {
  bottom: 140px;
}
footer .inner-fabs.show .fab:nth-child(3) {
  bottom: 190px;
}
footer .inner-fabs.show .fab:nth-child(4) {
  bottom: 240px;
}
footer .inner-fabs.show .fab:nth-child(5) {
  bottom: 290px;
}
footer .inner-fabs.show .fab:nth-child(6) {
  bottom: 340px;
}
footer .inner-fabs.show .fab:hover:before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
}
footer .fab {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
footer .fab.fab-main {
  background: #434343;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  padding: 9px 25px 9px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 30px;
  bottom: 15px;
  z-index: 1;
}
footer .fab.fab-main:before {
  display: none;
}
footer .fab.fab-main i {
  font-family: robotomedium;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  color: #434343;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: inherit;
  margin: 0 3px 0 0;
}
footer .fab a i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/svg/sprite1.png) no-repeat;
  background-size: 300px;
}
footer .fab a i.whatsapp {
  background-position: 1px -60px;
}
footer .fab a i.callbck {
  background-position: -181px -58px;
}
footer .fab a i.chatbx {
  background-position: -137px -59px;
}
footer .fab a i.mailbx {
  background-position: -124px -123px;
}
footer .fab:before {
  content: attr(data-tooltip);
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  left: 50px;
  top: 25%;
  background-color: #70b410;
  font-size: 0.5em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
  padding: 6px 8px;
  max-width: 200px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.fourzerofour {
  width: 100%;
  padding: 30px 0px;
  text-align: left;
  float: none;
}
.fourzerofour .fourzerofour-banner {
  background: url(../images/404_banner.svg) no-repeat;
  width: 76%;
  margin: auto;
  padding: 55px 0 114px;
}
.fourzerofour .fourzerofour-banner .subhead {
  color: #1D1D1D;
  font-size: 19px;
  line-height: 22px;
  width: 31%;
  padding: 5px 0 20px;
}
.fourzerofour .fourzerofour-banner .tilte {
  font-size: 41px;
  line-height: 45px;
  color: #1D1D1D;
  font-family: robotomedium;
  display: inline-block;
  width: 25%;
}
.fourzerofour .fourzerofour-banner .home-btn {
  padding: 7px 20px;
  font-size: 18px;
  line-height: 22px;
  background: #FFBE00;
  color: #1d1d1d;
  border-radius: 3px;
  display: inline-block;
}
.fourzerofour .fourzerofour-banner .home-btn:hover {
  background: #f3bf30;
}
.fourzerofour .search-fourzerofour {
  background: #F5F5F5;
  border-radius: 3px;
  width: 88%;
  margin: auto;
  padding: 15px;
}
.fourzerofour .search-fourzerofour .input-search {
  position: relative;
  font-size: 14px;
}
.fourzerofour .search-fourzerofour .input-search input {
  padding: 15px;
}
.fourzerofour .search-fourzerofour .input-search button {
  position: absolute;
  right: 0px;
  background: #5C7A36;
  padding: 11px 12px;
  border-radius: 0 4px 4px 0;
  top: 0;
  cursor: pointer;
}
.fourzerofour .search-fourzerofour .input-search button svg {
  vertical-align: middle;
}
.fourzerofour .related {
  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;
  padding: 20px 0 30px;
  width: 88%;
  margin: auto;
}
.fourzerofour .related .related-topic-box {
  width: 48%;
  padding: 15px;
  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);
  background: #F5F5F5;
}
.fourzerofour .related .related-topic-box .related-head {
  font-size: 20px;
  line-height: 25px;
  color: #1D1D1D;
  font-family: robotomedium;
  padding: 0 0 10px;
  display: block;
  color: #5C7A36;
}
.fourzerofour .related .related-topic-box .related-topic {
  color: #616161;
  font-size: 14px;
  font-family: robotoregular;
  line-height: 20px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  background: #F5F5F5 url(../images/menu-right-arrow.svg) no-repeat center right;
  background-size: 7px;
  cursor: pointer;
}
.fourzerofour .related .related-topic-box .related-topic:last-child {
  border: none;
  padding: 10px 0 0;
}

.msg {
  font-size: 35px;
  padding-top: 20px;
  display: block;
  color: #c10e21;
  margin-bottom: 30px;
}

#ac-wrapper {
  position: fixed;
  bottom: 45px;
  right: 3px;
  width: 355px;
  padding: 15px;
  background-color: #000;
  z-index: 999999;
  border-radius: 5px;
  opacity: 0.9;
}
#ac-wrapper #popup {
  position: relative;
  bottom: 0;
  left: 0;
}
#ac-wrapper #popup p {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  font-family: robotolight;
}
#ac-wrapper #popup p span {
  font-size: 16px;
  display: block;
  font-family: "robotoregular";
  margin-bottom: 6px;
}
#ac-wrapper #popup input[type=submit] {
  width: auto;
  cursor: pointer;
  margin-top: 9px;
  font-family: "robotoregular";
  display: inline-block;
  font-size: 13px;
  color: #000;
  background: #ffb900;
  border-radius: 3px;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-style: inherit;
  border: none;
}
#ac-wrapper #popup a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-size: 13px;
  margin: 0px 0px 0px 7px;
  vertical-align: -webkit-baseline-middle;
}
#ac-wrapper .container {
  background: 0 0;
  width: auto;
}

.newconversationstrip .stripdesktop {
  display: block;
}
.newconversationstrip .stripdesktop img {
  width: 100%;
}
.newconversationstrip .stripmobile {
  display: none;
}

.whatsfix {
  display: none;
}

@media (max-width: 1024px) {
  footer .get-the-link input[type=email] {
    width: 67%;
  }

  footer .social {
    padding: 0;
    width: 16%;
  }

  .fourzerofour .fourzerofour-banner {
    width: 88%;
  }
}
@media (max-width: 768px) {
  .fourzerofour .fourzerofour-banner {
    background-size: cover;
  }
  .fourzerofour .fourzerofour-banner .tilte {
    font-size: 30px;
    line-height: 36px;
  }
  .fourzerofour .fourzerofour-banner .subhead {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .fab.fab-main {
    left: 15px;
    bottom: 60px;
  }

  footer .inner-fabs .fab {
    bottom: 35px;
  }

  footer .inner-fabs {
    bottom: 27px;
  }

  footer .get-the-link .getlinkemail {
    width: 100%;
    margin-top: 20px;
  }

  footer .get-the-link .error {
    bottom: inherit;
    position: relative;
  }

  .newconversationstrip .stripdesktop {
    display: none;
  }
  .newconversationstrip .stripmobile {
    display: block;
  }
  .newconversationstrip .stripmobile img {
    width: 100%;
  }

  footer .social small {
    display: none;
  }

  .whatsfix {
    display: block;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    bottom: 65px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 9;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    padding: 7px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
  }
  .whatsfix.show {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }

  #ac-wrapper {
    width: 300px;
    padding: 8px;
    bottom: 55px;
  }

  .fourzerofour {
    padding: 15px 0;
  }
  .fourzerofour .fourzerofour-banner {
    background: none;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 0px 15px;
  }
  .fourzerofour .fourzerofour-banner .tilte {
    font-size: 20px;
    line-height: 27px;
    width: 100%;
  }
  .fourzerofour .fourzerofour-banner .subhead {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
  .fourzerofour .fourzerofour-banner .home-btn {
    padding: 5px 17px;
    font-size: 16px;
    line-height: 18px;
  }
  .fourzerofour .search-fourzerofour {
    margin: 20px auto 0;
    width: 100%;
  }
  .fourzerofour .search-fourzerofour .input-search input {
    padding: 10px;
  }
  .fourzerofour .search-fourzerofour .input-search button {
    padding: 7px;
  }
  .fourzerofour .related {
    width: 100%;
    display: block;
    padding: 20px 0 10px;
  }
  .fourzerofour .related .related-topic-box {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }
  .fourzerofour .related .related-topic-box:last-child {
    margin: 0;
  }
  .fourzerofour .related .related-topic-box .related-head {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 6px;
  }
  .fourzerofour .related .related-topic-box .related-topic {
    padding: 8px 0;
  }
}
.testimonial {
  background: #F5F5F5;
  padding: 20px 0;
}
.testimonial .left {
  width: 18%;
  text-align: left;
}
.testimonial .left .count {
  font-family: "robotomedium";
  font-size: 42px;
  line-height: 46px;
  margin: 0;
}
.testimonial .left .quote {
  font-family: "robotolight";
  font-size: 19px;
  line-height: 22px;
  margin: 0;
}
.testimonial .right {
  width: 82%;
  padding-left: 3%;
  border-left: 1px solid #DCDCDC;
}
.testimonial .right .testimonial_slider .client-says {
  position: relative;
  padding: 0 0 0 55px;
}
.testimonial .right .testimonial_slider .client-says:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 670px;
  width: 44px;
  height: 36px;
  opacity: 0.45;
  background-position: -456px -105px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial .right .testimonial_slider .client-says .msg, .testimonial .right .testimonial_slider .client-says .name {
  margin: 0;
  font-family: "robotolight";
  color: #616161;
  font-size: 16px;
  line-height: 23px;
}
.testimonial .right .testimonial_slider .client-says .name {
  font-family: "robotoregular";
  color: #246ED0;
  margin: 5px 0 0;
}
.testimonial .right .testimonial_slider .client-says:focus {
  outline: none;
}
.testimonial .right .testimonial_slider .slick-prev, .testimonial .right .testimonial_slider .slick-next {
  display: none !important;
}

/*Start Responsive*/
@media (max-width: 768px) {
  .testimonial .left {
    width: 21%;
  }
  .testimonial .right {
    width: 78%;
    padding-left: 1%;
  }
}
@media (max-width: 480px) {
  .testimonial .left {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .testimonial .left .count {
    font-size: 30px;
    line-height: 32px;
  }
  .testimonial .right {
    width: 100%;
    border: none;
    padding: 0;
  }
  .testimonial .right .testimonial_slider .client-says {
    padding: 0;
    text-align: center;
  }
  .testimonial .right .testimonial_slider .client-says:before {
    display: none;
  }
  .testimonial .right .testimonial_slider .client-says .msg, .testimonial .right .testimonial_slider .client-says .name {
    font-size: 14px;
    line-height: 20px;
  }
}
.breadcrumb {
  padding: 6px 0;
  overflow: auto;
  font-size: 13px;
  line-height: 18px;
  font-family: "robotoregular";
  color: #2A2A2A;
}
.breadcrumb .breadcrumb-inner {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  float: left;
}
.breadcrumb a {
  margin: 0 3px 0 0px;
}
.breadcrumb .arrow {
  font-size: 20px;
  line-height: 16px;
  margin: 0 10px;
  font-family: "robotomedium";
}
.breadcrumb .home-link {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.breadcrumb .home-link i {
  width: 19px;
  height: 19px;
  float: left;
  background-position: -65px -41px;
  background-size: 250px;
}
.breadcrumb.breadcrumb-border {
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}

.accordion ul {
  float: left;
  width: 45%;
  margin: 0px 25px;
}

.accordion {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  position: relative;
}
.accordion .open .question:before {
  content: "-";
}
.accordion .question {
  color: #2A2A2A;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
.accordion .question:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #616161;
  border-radius: 100%;
  color: #ffffff;
}

.answer {
  display: none;
  font-size: 15px;
  line-height: 22px;
  color: #2A2A2A;
  font-family: "robotoregular";
  margin: 1px 0px 10px 30px;
}

.faq {
  padding: 60px 0 30px 0;
}
.faq a {
  color: #246ED0;
}
.faq .heading {
  padding: 0 0 3px 0;
}
.faq .tab-faq .tabs {
  margin: 30px 0 6px;
  text-align: center;
}
.faq .tab-faq .tabs li {
  display: inline-block;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
  padding: 13px 20px;
  cursor: pointer;
}
.faq .tab-faq .tabs li.current {
  position: relative;
  border: 1px solid #ef841f;
}
.faq .tab-faq .tabs li.current:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid #ef841f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 48%;
}
.faq .tab-content {
  display: none;
}
.faq .tab-content.current {
  display: block;
}

/*Start Responsive*/
@media (max-width: 1024px) {
  .accordion ul {
    margin: 0px 15px;
  }
}
@media (max-width: 768px) {
  .accordion ul {
    width: 100%;
    margin: 0px 0 0 5px;
  }

  .faq {
    padding: 30px 0 15px 0;
  }
  .faq .tab-faq .tabs {
    margin: 10px 0 6px;
  }
  .faq .tab-faq .tabs li {
    margin: 0 2px;
    padding: 13px 15px;
  }
}
@media (max-width: 480px) {
  .accordion {
    padding: 10px 0;
  }
  .accordion .question {
    font-size: 15px;
    line-height: 18px;
  }
  .accordion .question:before {
    top: 12px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 14px;
  }

  .answer {
    font-size: 14px;
    line-height: 20px;
  }

  .faq {
    padding: 15px 0;
  }
  .faq .tab-faq .tabs li {
    margin: 0 5px 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 330px) {
  .faq .tab-faq .tabs li {
    margin: 0 2px 10px;
    padding: 8px 6px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #a1a1a1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1a1a1;
}

.error {
  color: #ef1010;
  font-size: 13px;
  width: 100%;
}

.round_button {
  text-align: center;
  font-family: "robotomedium";
  font-size: 16px;
  line-height: 27px;
  border-radius: 20px;
  cursor: pointer;
}

.button {
  text-align: center;
  font-family: "robotomedium";
  font-size: 19px;
  line-height: 24px;
  border-radius: 4px;
  text-transform: uppercase;
}

section {
  float: left;
  width: 100%;
}

a {
  color: #2A2A2A;
}

.sprite {
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
}

.heading {
  font-size: 26px;
  line-height: 28px;
  color: #1D1D1D;
  font-family: "robotomedium";
  padding: 0 0 10px 0;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
  font-family: "robotoregular";
  margin: 0 0 10px 0;
}

.left {
  float: left;
}
.left p {
  display: inline-block;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.load-more-bx {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 50px 0 20px 0;
}
.load-more-bx a, .load-more-bx .removea {
  background: #246ED0;
  color: #ffffff;
  padding: 6px 23px;
}
.load-more-bx a:hover, .load-more-bx .removea:hover {
  background: #1c5db3;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
  font-family: "robotoregular";
}
.pagination li {
  display: inline-block;
  position: relative;
}
.pagination li.disabled {
  opacity: 0.2;
}
.pagination li.active {
  background: #246ED0;
  color: #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: bottom;
}
.pagination li.active span {
  vertical-align: middle;
}
.pagination li:first-child {
  padding: 7px 25px 10px 0;
}
.pagination li:first-child.disabled {
  padding: 8px 25px 10px 0;
  margin: 0 10px 0px 0px;
}
.pagination li:last-child.disabled {
  padding: 8px 0 10px 25px;
}
.pagination li .left-arrow, .pagination li .right-arrow {
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 300px;
  width: 18px;
  height: 20px;
  background-position: -228px -63px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.pagination li:last-child {
  padding: 8px 0 10px 15px;
}
.pagination li .right-arrow {
  background-position: -211px -63px;
}
.pagination a {
  color: black;
  padding: 8px 7px;
  text-decoration: none;
  margin: 0 4px;
}

@media (max-width: 768px) {
  .load-more-bx {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .heading {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .sub-heading {
    text-align: left;
  }

  .error {
    position: relative;
  }
}
.price_form {
  background: #4B4949;
  padding: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  margin: 25px 0 0;
}
.price_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price_form form .choose-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price_form form .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px 0 0;
  position: relative;
  min-width: 190px;
}
.price_form form .box.btn-box {
  padding: 0;
}
.price_form form .box.select-bx select {
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.price_form form .box select, .price_form form .box input, .price_form form .box textarea {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 0 25px 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.price_form form .box select:focus, .price_form form .box select:active, .price_form form .box input:focus, .price_form form .box input:active, .price_form form .box textarea:focus, .price_form form .box textarea:active {
  outline: none;
}
.price_form form .box .con_btn {
  background: #EF841F;
  color: #ffffff;
  display: block;
  padding: 10px 0;
}
.price_form form .box .con_btn:hover {
  background: #d47113;
}
.price_form form .box .error {
  color: #ff7474;
}
.price_form form .box.processbtn {
  padding: 0;
}
.price_form form .box.btnflex {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
.price_form.academic-serivce-price-form form .box .con_btn {
  padding: 8px 34px;
  border: none;
  width: 100%;
}

@media (max-width: 1024px) {
  .price_form form .box {
    min-width: 155px;
  }
}
@media (max-width: 768px) {
  .price_form {
    padding: 15px;
  }
  .price_form form .box {
    min-width: 120px;
    padding: 0 8px 0 0;
  }
}
@media (max-width: 480px) {
  .price_form {
    padding: 10px;
    margin: 0;
  }
  .price_form form {
    display: inline-block;
    width: 100%;
  }
  .price_form form .box {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .price_form form .btn-box {
    width: 100%;
    margin: 0;
  }
  .price_form form .choose-select {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
.banner-content {
  display: inline-block;
  font-family: "robotoregular";
  font-size: 15px;
  line-height: 20px;
  color: #2A2A2A;
}
.banner-content .main_heading {
  font-family: "robotomedium";
  font-size: 38px;
  line-height: 50px;
  color: #090909;
}
.banner-content .feature {
  padding: 30px 0 0 0;
  display: inline-block;
  width: 100%;
}
.banner-content .feature li {
  width: 40%;
  float: left;
  padding: 0 0 20px 0;
}
.banner-content .feature li i {
  width: 46px;
  height: 38px;
  float: left;
  margin: 0 5px 0 0;
  background-size: 420px;
}
.banner-content .feature li i.expert {
  background-position: -4px -7px;
}
.banner-content .feature li i.guaranteed {
  background-position: -49px -7px;
}
.banner-content .feature li i.rated {
  background-position: -91px -7px;
}
.banner-content .feature li i.turnitin {
  background-position: -131px -7px;
}
.banner-content .feature li .title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
.banner-content .feature li .free {
  background: #33CC6F;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
}
.banner-content .get_resume_btn {
  background: #EF841F;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0 0;
  line-height: 19px;
}
.banner-content .get_resume_btn:hover {
  background: #d47113;
}

.subject_banner {
  background: url(../images/subject_banner.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 66%;
  padding: 35px 0 45px 0;
  position: relative;
  z-index: 0;
}
.subject_banner:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 81, 183, 0.93)), to(rgba(10, 124, 202, 0.93)));
  background: linear-gradient(90deg, rgba(13, 81, 183, 0.93) 0%, rgba(10, 124, 202, 0.93) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.subject_banner .container {
  z-index: 1;
  position: relative;
}

.subject-banner-content {
  display: block;
  color: #ffffff;
  text-align: center;
}
.subject-banner-content .main_heading {
  color: #ffffff;
}
.subject-banner-content .feature {
  width: 85%;
  text-align: left;
}
.subject-banner-content .feature li {
  width: 25%;
}
.subject-banner-content .feature li i {
  height: 40px;
}
.subject-banner-content .feature li i.expert {
  background-position: -73px -138px;
}
.subject-banner-content .feature li i.guaranteed {
  background-position: -125px -138px;
}
.subject-banner-content .feature li i.rated {
  background-position: -216px -138px;
}
.subject-banner-content .feature li i.turnitin {
  background-position: -172px -138px;
}

.subject-price-form {
  background: #033F67;
  margin: 0;
}
.subject-price-form form .box.processbtn {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
.subject-price-form form .box .con_btn {
  padding: 8px 34px;
  border: none;
  width: 100%;
}

.button-section {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 30px 0 0 0;
}
.button-section .button {
  text-transform: capitalize;
}
.button-section .get-quote-btn {
  background: #EF841F;
  padding: 10px 16px;
  color: #ffffff;
  vertical-align: super;
  margin: 0 15px 0 0;
}
.button-section .get-quote-btn:hover {
  background: #d47113;
}
.button-section .whtsap-btn {
  background: #D5F8FC;
  font-size: 12px;
  line-height: 15px;
  color: #2A2A2A;
  padding: 5px 20px 5px 50px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.button-section .whtsap-btn i {
  width: 33px;
  height: 33px;
  background-position: -123px -74px;
  background-size: 650px;
  position: absolute;
  left: 11px;
  top: 4px;
}
.button-section .whtsap-btn p {
  font-size: 19px;
  line-height: 20px;
  color: #090909;
  font-family: "robotomedium";
  margin: 0;
}

@media (max-width: 1024px) {
  .subject-banner-content .feature {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .subject_banner {
    padding: 30px 0 30px 0;
  }

  .subject-banner-content .feature {
    width: 100%;
  }
  .subject-banner-content .feature li {
    font-size: 12px;
  }
  .subject-banner-content .feature li .title {
    font-size: 16px;
  }

  .subject-price-form form .box .con_btn {
    padding: 8px 3px;
  }
}
@media (max-width: 767px) {
  .banner-content .main_heading {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-content .sub_heading {
    font-size: 14px;
  }
  .banner-content .feature {
    padding: 10px 0 0 0;
  }
  .banner-content .feature li {
    width: 50%;
    padding: 0 0 10px 0;
    font-size: 12px;
  }
  .banner-content .feature li i {
    width: 31px;
    height: 33px;
    margin: 0 3px 0 0px;
    background-size: 310px;
  }
  .banner-content .feature li i.expert {
    background-position: -5px -1px;
  }
  .banner-content .feature li i.guaranteed {
    background-position: -38px -2px;
  }
  .banner-content .feature li i.rated {
    background-position: -68px -2px;
  }
  .banner-content .feature li i.turnitin {
    background-position: -100px -2px;
  }
  .banner-content .feature li .title {
    font-size: 17px;
    line-height: 20px;
  }

  .subject-banner-content .main_heading {
    font-size: 24px;
    line-height: 28px;
  }
  .subject-banner-content .feature li i.expert {
    background-position: -56px -100px;
  }
  .subject-banner-content .feature li i.guaranteed {
    background-position: -93px -100px;
  }
  .subject-banner-content .feature li i.rated {
    background-position: -163px -100px;
  }
  .subject-banner-content .feature li i.turnitin {
    background-position: -128px -100px;
  }

  .subject-price-form form .box:nth-child(3) {
    width: 100%;
    padding: 0;
  }

  .button-section {
    padding: 20px 0 0 0;
  }
  .button-section .get-quote-btn {
    margin: 0 0 10px 0;
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .banner-content .feature li i {
    display: none;
  }
}
/*guarantees page*/
.guarantee-content .sub_heading {
  padding: 0 45px 40px;
}

.guarantee-point {
  padding: 100px 0;
}
.guarantee-point .guarantee-box {
  float: left;
  width: 274px;
  margin: 0px 24px 80px 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #f1f1f1;
  padding: 15px;
  position: relative;
}
.guarantee-point .guarantee-box:nth-child(4n+4) {
  margin: 0 0 20px 0;
}
.guarantee-point .guarantee-box:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../images/svg/guarantee.svg) no-repeat;
  background-size: 435px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -50px;
  left: 32%;
  border-radius: 100%;
}
.guarantee-point .guarantee-box.bx1:before {
  background-position: -12px -7px;
}
.guarantee-point .guarantee-box.bx2:before {
  background-position: -118px -7px;
}
.guarantee-point .guarantee-box.bx3:before {
  background-position: -223px -7px;
}
.guarantee-point .guarantee-box.bx4:before {
  background-position: -331px -7px;
}
.guarantee-point .guarantee-box.bx5:before {
  background-position: -12px -114px;
}
.guarantee-point .guarantee-box.bx6:before {
  background-position: -118px -114px;
}
.guarantee-point .guarantee-box.bx7:before {
  background-position: -225px -114px;
}
.guarantee-point .guarantee-box.bx8:before {
  background-position: -329px -114px;
}
.guarantee-point .guarantee-box.bx9:before {
  background-position: -12px -220px;
}
.guarantee-point .guarantee-box .heading {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 20px;
  padding: 50px 2px 0 2px;
}
.guarantee-point .guarantee-box p {
  text-align: center;
  margin: 15px 0 10px 0;
  font-size: 14px;
  line-height: 18px;
  height: 150px;
  overflow: auto;
}
.guarantee-point .bx9 p strong {
  display: block;
}
.guarantee-point .guarantee-btn {
  float: left;
  width: 100%;
  text-align: center;
}
.guarantee-point .guarantee-btn a {
  background: #EF841F;
  color: #ffffff;
  padding: 10px 26px;
}
.guarantee-point .guarantee-btn a:hover {
  background: #d47113;
}

/*guarantees page*/
@media (max-width: 1024px) {
  .guarantee-point .guarantee-box {
    width: 232px;
    margin: 0px 20px 80px 0px;
  }
}
@media (max-width: 768px) {
  .guarantee-point .guarantee-box {
    width: 236px;
    margin: 0px 20px 80px 0px;
  }
  .guarantee-point .guarantee-box:nth-child(3n+3) {
    margin: 0 0 80px 0;
  }
  .guarantee-point .guarantee-box:nth-child(4n+4) {
    margin: 0 20px 80px 0;
  }
}
@media (max-width: 767px) {
  .subject-banner-content .main_heading {
    font-size: 22px;
    line-height: 26px;
  }
  .subject-banner-content .feature li:nth-child(1), .subject-banner-content .feature li:nth-child(2) {
    display: none;
  }

  .testimonial .right .testimonial_slider .client-says .msg {
    font-family: robotoregular;
  }

  .guarantee-content .sub_heading {
    padding: 0 0px 30px;
    height: 74px;
    overflow: auto;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .guarantee-point {
    padding: 70px 0 40px;
  }
  .guarantee-point .guarantee-box {
    width: 100%;
    margin: 0px 0px 60px 0px;
  }
  .guarantee-point .guarantee-box:nth-child(3n+3) {
    margin: 0 0 60px 0;
  }
  .guarantee-point .guarantee-box:nth-child(4n+4) {
    margin: 0 0px 60px 0;
  }
  .guarantee-point .guarantee-box:before {
    background-size: 355px;
    left: 40%;
    top: -40px;
    width: 70px;
    height: 70px;
  }
  .guarantee-point .guarantee-box.bx5:before {
    background-position: -11px -95px;
  }
  .guarantee-point .guarantee-box.bx6:before {
    background-position: -98px -94px;
  }
  .guarantee-point .guarantee-box.bx7:before {
    background-position: -185px -94px;
  }
  .guarantee-point .guarantee-box.bx3:before {
    background-position: -183px -7px;
  }
  .guarantee-point .guarantee-box.bx8:before {
    background-position: -271px -94px;
  }
  .guarantee-point .guarantee-box.bx4:before {
    background-position: -271px -7px;
  }
  .guarantee-point .guarantee-box.bx9:before {
    background-position: -11px -182px;
  }
  .guarantee-point .guarantee-box .heading {
    padding: 25px 0 0 0;
  }
  .guarantee-point .guarantee-box p {
    height: auto;
    margin: 10px 0 0 0;
  }
}
.choose-us {
  background: #F1F1F1;
  padding: 60px 0;
}
.choose-us .sub-content {
  padding: 0 90px;
}
.choose-us .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 50px;
}
.choose-us .services li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 16px 0 0;
  padding: 15px;
}
.choose-us .services li:last-child {
  margin: 0;
}
.choose-us .services li i {
  width: 63px;
  height: 63px;
  margin: 0 0px 7px 0;
  background-size: 420px;
  display: block;
}
.choose-us .services li i.academic {
  background-position: -177px 0px;
}
.choose-us .services li i.guarante {
  background-position: -240px 0px;
}
.choose-us .services li i.plagiarism {
  background-position: -299px 0px;
}
.choose-us .services li i.happy-client {
  background-position: -360px 0px;
}
.choose-us .services li i.unlimited {
  background-position: -129px -183px;
}
.choose-us .services li i.research-work {
  background-position: -60px -183px;
}
.choose-us .services li .service-title {
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2A;
  font-family: "robotomedium";
  margin-bottom: 10px;
}
.choose-us .services li p {
  font-size: 14px;
  line-height: 18px;
  height: 115px;
  overflow: auto;
  margin: 0;
}

@media (max-width: 1024px) {
  .choose-us .services li .service-title {
    font-size: 16px;
    line-height: 18px;
  }
  .choose-us .video {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .choose-us .services {
    padding: 10px;
    display: inline-block;
  }
  .choose-us .services li {
    width: 49.3%;
    float: left;
    margin: 0 10px 10px 0;
  }
  .choose-us .services li .service-title br {
    display: none;
  }
  .choose-us .services li:nth-child(even) {
    margin: 0 0 10px 0;
  }
  .choose-us .services li p {
    height: 80px;
  }
  .choose-us .video {
    width: 36%;
  }
}
@media (max-width: 480px) {
  .choose-us {
    padding: 20px 0 !important;
  }
  .choose-us .sub-content {
    text-align: left;
    padding: 0;
  }
  .choose-us .services {
    padding: 10px 0;
    display: inline-block;
  }
  .choose-us .services li {
    width: 100%;
    float: left;
    margin: 0 0px 10px 0;
  }
  .choose-us .services li i {
    float: left;
    width: 43px;
    height: 43px;
    background-size: 300px;
  }
  .choose-us .services li i.academic {
    background-position: -126px -1px;
  }
  .choose-us .services li i.guarante {
    background-position: -171px -1px;
  }
  .choose-us .services li i.plagiarism {
    background-position: -215px -1px;
  }
  .choose-us .services li i.happy-client {
    background-position: -256px -1px;
  }
  .choose-us .services li i.unlimited {
    background-position: -93px -132px;
  }
  .choose-us .services li i.research-work {
    background-position: -43px -133px;
  }
  .choose-us .services li .service-title {
    display: inline-block;
    padding: 5px 0 0 7px;
  }
  .choose-us .services li .service-title br {
    display: block;
  }
  .choose-us .services li p {
    height: auto;
    display: inline-block;
  }
  .choose-us .video {
    width: 100%;
  }
}
/*Why-choose-us*/
.why-choose {
  padding: 60px 0 0 0;
}
.why-choose .flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  padding: 38px 0;
}
.why-choose .flex-container.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-choose .flex-container .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 31.3%;
  margin: 0 30px 30px 0;
}
.why-choose .flex-container .flex-item:nth-child(3n+3) {
  margin: 0 0 30px 0;
}
.why-choose .flex-container .flex-item i {
  margin: 0 auto;
}
.why-choose .flex-container .flex-item p {
  text-align: center;
  padding: 0 10px;
}
.why-choose .common-order-btn {
  background: #246ED0;
  color: #fff;
  padding: 7px 30px;
  margin: 0 0 50px;
  display: inline-block;
}

.choose-content {
  padding: 30px 0;
}

/*Why-choose-us*/
@media (max-width: 1024px) {
  .why-choose .common-order-btn {
    background: #246ED0;
    color: #fff;
    padding: 7px 30px;
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .why-choose .flex-container .flex-item {
    margin: 0 20px 20px 0;
  }
  .why-choose .flex-container .flex-item:nth-child(even) {
    margin: 0 20px 20px 0;
  }
  .why-choose .flex-container .flex-item:nth-child(3n+3) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .sample-cat-banner {
    background: url(../images/mobile_subject_banner.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    padding: 20px 0 20px 0;
  }
  .sample-cat-banner .subject-banner-content .main_heading {
    font-size: 22px;
    line-height: 24px;
    padding: 0;
  }
  .sample-cat-banner .button-section {
    padding: 15px 0 0 0;
  }
  .sample-cat-banner .button-section .get-quote-btn {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 20px;
  }
  .sample-cat-banner .button-section .whtsap-btn {
    display: none;
  }

  .why-choose .heading {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 5px 0;
  }
  .why-choose .sub-content {
    font-size: 14px;
    margin: 0;
  }
  .why-choose .flex-container {
    padding: 20px 0;
  }
  .why-choose .flex-container .flex-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .why-choose .flex-container .flex-item:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .why-choose .flex-container .flex-item:last-child {
    margin: 0 !important;
  }
  .why-choose .flex-container .flex-item p {
    text-align: left;
    padding: 0 0 0 10px;
    display: table-cell;
  }
  .why-choose.choose-us .services li .service-title {
    margin-bottom: 5px;
  }
  .why-choose .common-order-btn {
    margin: 0;
    background: #246ED0;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 3px;
  }

  .choose-content {
    padding: 20px 0;
  }
  .choose-content .heading {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 5px 0;
  }
  .choose-content p {
    font-size: 14px;
    margin: 0;
  }
}
/*how it work*/
.how-it-work {
  padding: 60px 0;
}
.how-it-work .step-box {
  padding: 0 120px;
}

.step-box-inner {
  padding: 0 0 80px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.step-box-inner:first-child, .step-box-inner:nth-child(3) {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  position: relative;
}
.step-box-inner .step-desc, .step-box-inner .step-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 460px;
}
.step-box-inner .step-image {
  text-align: right;
  padding: 0 20px;
}
.step-box-inner .step-image.ws2 {
  text-align: left;
}
.step-box-inner .desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-box-inner .desc-number {
  font-size: 60px;
  line-height: 60px;
  font-family: robotomedium;
}
.step-box-inner .desc-number.s1 {
  color: #EF841F;
}
.step-box-inner .desc-number.s2 {
  color: #109F48;
}
.step-box-inner .desc-number.s3 {
  color: #2079DC;
}
.step-box-inner .desc-header {
  color: #1d1d1d;
  font-size: 24px;
  line-height: 28px;
  font-family: robotomedium;
  padding: 0 0 0 15px;
}
.step-box-inner .desc-text {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0 0 0;
}

.how-order-btn {
  text-align: center;
}
.how-order-btn a {
  background: #2079dc;
  color: #fff;
  padding: 10px 40px;
}
.how-order-btn a:hover {
  background: #1c5db3;
}

/*how it work*/
@media (max-width: 768px) {
  .how-it-work .step-box {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .how-it-work {
    padding: 30px 0;
  }

  .step-box-inner {
    display: block;
    padding: 0 0 60px 0;
  }
  .step-box-inner .step-desc, .step-box-inner .step-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }
  .step-box-inner .step-image {
    text-align: center;
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
  .step-box-inner .step-image.ws2 {
    text-align: center;
  }
  .step-box-inner .desc-number {
    line-height: 46px;
  }
  .step-box-inner .desc-header {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 0 5px;
  }
  .step-box-inner .desc-text {
    font-size: 14px;
    line-height: 18px;
  }
}
/*footer page*/
.footer-page-banner {
  background: -webkit-gradient(linear, left top, right top, from(#1d6799), to(#44a7ea));
  background: linear-gradient(90deg, #1d6799 0%, #44a7ea 100%);
  padding: 40px 0;
  text-align: center;
}
.footer-page-banner .heading {
  color: #ffffff;
  font-size: 36px;
  line-height: 38px;
  font-family: "robotoregular";
}

.all-static-page {
  padding: 60px 0;
  color: #2A2A2A;
}
.all-static-page h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: "robotomedium";
  padding: 10px 0;
}
.all-static-page ul li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.all-static-page ul li:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
  background-position: -294px -108px;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}

/*footer page*/
/*contact page*/
.contact-content {
  padding: 40px 0;
}
.contact-content .contact-right {
  width: 33%;
  float: right;
}
.contact-content .contact-left {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  width: 57%;
  text-align: center;
  display: block;
  float: left;
}
.contact-content .contact-left .contact {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 15px 0 0 0;
}
.contact-content .contact-left .contact .sub-heading {
  font-size: 17px;
  padding: 8px 80px;
}
.contact-content .contact-left .contact .livechat-btn {
  color: #ffffff;
  background: #33CC6F;
  padding: 9px 25px;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.contact-content .contact-left .contact .livechat-btn i {
  width: 26px;
  height: 22px;
  float: left;
  background-position: -347px -196px;
  margin: 0 5px 0 0;
}
.contact-content .contact-left .contact .livechat-btn:hover {
  background: #2abb63;
}
.contact-content .contact-left .contact .divide {
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 20px 0;
  position: relative;
}
.contact-content .contact-left .contact .divide:after, .contact-content .contact-left .contact .divide:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  right: 100px;
  top: 32px;
}
.contact-content .contact-left .contact .divide:before {
  left: 100px;
}
.contact-content .contact-left .contact .contact-link {
  padding: 10px 17px;
  font-size: 25px;
}
.contact-content .contact-left .contact .contact-link.location-link {
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 20px 0;
  color: #2a2a2a;
  display: block;
}
.contact-content .contact-left .contact .contact-link.location-link:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-position: -114px -318px;
  background-size: 450px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 3px 0 0;
}

.contact-form {
  padding: 0px;
  margin: 15px 0 0;
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.contact-form form {
  display: block;
}
.contact-form form .box {
  padding: 0;
  margin: 0 0 20px 0;
}
.contact-form form .box.country-bx {
  position: relative;
}
.contact-form form .box.country-bx .countryList .error {
  position: absolute;
  bottom: -17px;
  left: 0;
}
.contact-form form .box.country-bx .error-mobile-no {
  position: absolute;
  bottom: -17px;
  left: 90px;
}
.contact-form form .box .countrycode {
  width: 23%;
  border-right: none;
  background: #fff url(../images/down-arrow.svg) no-repeat center right 8px;
  background-size: 12px;
}
.contact-form form .box .inputno {
  width: 77%;
  float: right;
}
.contact-form form .box textarea {
  height: 100px;
}
.contact-form form .box .submit-btn {
  background: #EF841F;
  color: #ffffff;
  padding: 9px 28px;
  display: block;
  width: auto;
  height: auto;
  font-size: 19px;
  line-height: 24px;
  border: none;
}
.contact-form form .box .submit-btn:hover {
  background: #d47113;
}
.contact-form form .box .refresh {
  position: absolute;
  right: 65px;
  top: 10px;
  cursor: pointer;
}
.contact-form form .box .refresh svg {
  fill: #666;
}
.contact-form form .box .captchabx {
  position: absolute;
  right: 6px;
  top: 8px;
}
.contact-form form .box.contact-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form form .load-more-bx {
  text-align: left;
}

/*contact page*/
@media (max-width: 1024px) {
  .contact-content .contact-left .contact .sub-heading {
    font-size: 17px;
    padding: 8px 40px;
  }
  .contact-content .contact-right {
    width: 40%;
  }

  .contact-form form .box .secure {
    width: 83%;
  }
}
@media (max-width: 768px) {
  .contact-content .contact-right {
    width: 40%;
  }
  .contact-content .contact-left {
    width: 60%;
  }
  .contact-content .contact-left .contact .sub-heading {
    font-size: 16px;
    padding: 8px 10px;
  }
  .contact-content .contact-left .contact .divide:after {
    right: 70px;
  }
  .contact-content .contact-left .contact .divide:before {
    left: 70px;
  }
  .contact-content .contact-left .contact .contact-link {
    padding: 6px 8px;
    font-size: 20px;
  }

  .contact-form form .box .secure {
    width: 80%;
  }
  .contact-form form .box .countrycode {
    padding: 0 10px 0 10px;
  }
  .contact-form form .box.country-bx:after {
    left: 54px;
  }
}
@media (max-width: 767px) {
  .contact-content {
    padding: 20px 5px;
  }
  .contact-content .contact-left {
    width: 100%;
  }
  .contact-content .contact-left .contact {
    margin: 0;
  }
  .contact-content .contact-left .contact .contact-link {
    padding: 6px 0px;
    font-size: 17px;
    line-height: 20px;
  }
  .contact-content .contact-left .contact .heading {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }
  .contact-content .contact-left .contact .sub-heading {
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
  }
  .contact-content .contact-left .contact .divide {
    padding: 14px 0;
  }
  .contact-content .contact-left .contact .divide:before, .contact-content .contact-left .contact .divide:after {
    top: 26px;
  }
  .contact-content .contact-left .contact .divide:before {
    left: 55px;
  }
  .contact-content .contact-left .contact .divide:after {
    right: 55px;
  }
  .contact-content .contact-left .contact .contact-link.location-link {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 10px 0;
  }
  .contact-content .contact-left .contact .contact-link.location-link br {
    display: none;
  }
  .contact-content .contact-right {
    width: 100%;
  }
  .contact-content .contact-right .heading {
    line-height: 24px;
    padding: 0 0 5px 0;
  }
  .contact-content .flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .contact-content .flex-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-content .flex-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .contact-form {
    padding: 0;
  }
  .contact-form form .box {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .contact-form form .box.country-bx:after {
    left: 66px;
  }
  .contact-form form .box .submit-btn {
    padding: 7px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
/*vision&mission page*/
.mission-vision {
  padding: 80px 0;
}
.mission-vision .main-outer {
  padding: 0 0 60px 0;
  display: inline-block;
  width: 100%;
}
.mission-vision .main-outer:last-child {
  padding: 0;
}
.mission-vision .main-outer .content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 0;
}
.mission-vision .main-outer .content .heading {
  padding: 0 0 30px 0;
}
.mission-vision .main-outer .content .content-inner {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.mission-vision .main-outer .content li {
  padding: 4px 0px 4px 0;
  font-size: 16px;
  line-height: 20px;
}
.mission-vision .main-outer .content li:before {
  content: "";
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 380px;
  background-position: -294px -108px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
.mission-vision .main-outer .statement {
  width: 50%;
  float: left;
  padding: 0 0 0 40px;
}
.mission-vision .main-outer .statement.mstate {
  padding: 0 40px 0 0;
}

/*vision&mission page*/
@media (max-width: 1024px) {
  .mission-vision {
    padding: 40px 0;
  }
  .mission-vision .main-outer {
    padding: 0 20px 60px;
  }
  .mission-vision .main-outer:last-child {
    padding: 0 20px 0;
  }
  .mission-vision .main-outer .content {
    padding: 0;
  }
  .mission-vision .main-outer .statement, .mission-vision .main-outer .statement.mstate {
    padding: 60px 0 0 0px;
  }
}
@media (max-width: 768px) {
  .mission-vision .main-outer {
    padding: 0 10px 60px;
  }
  .mission-vision .main-outer:last-child {
    padding: 0 10px 0;
  }
  .mission-vision .main-outer .content {
    width: 55%;
  }
  .mission-vision .main-outer .content .heading {
    padding: 0 0 20px 0;
  }
  .mission-vision .main-outer .content .content-inner {
    font-size: 15px;
    line-height: 20px;
  }
  .mission-vision .main-outer .statement, .mission-vision .main-outer .statement.mstate {
    padding: 90px 0 0 0px;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .mission-vision {
    padding: 20px 0;
  }
  .mission-vision .main-outer {
    padding: 0 5px 20px;
  }
  .mission-vision .main-outer:last-child {
    padding: 0 5px 0px;
  }
  .mission-vision .main-outer .content {
    width: 100%;
  }
  .mission-vision .main-outer .content .heading {
    padding: 0 0 5px 0;
    font-size: 20px;
    line-height: 22px;
  }
  .mission-vision .main-outer .content .content-inner {
    font-size: 14px;
  }
  .mission-vision .main-outer .content ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .mission-vision .main-outer .content ul li:before {
    vertical-align: top;
  }
  .mission-vision .main-outer .statement {
    display: none;
  }
  .mission-vision .main-outer .statement img {
    width: 100%;
    height: 100%;
  }
}
.search-result {
  padding: 40px 0 15px 0;
  text-align: center;
  background-color: #fafafa;
}
.search-result .container {
  padding: 0px 200px;
}
.search-result .heading {
  font-size: 36px;
  line-height: 38px;
}
.search-result .search-input {
  margin: 15px 0 0 0;
  position: relative;
}
.search-result .search-input .search-box-input {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  padding: 11px 16px;
  color: #495057;
  font-size: 16px;
  line-height: 18px;
}
.search-result .search-input .search-box-input:focus {
  border: 1px solid #246ED0;
}
.search-result .search-input .search-icon, .search-result .search-input .clear-search {
  background: url(../images/svg/sprite.svg) no-repeat;
  background-size: 350px;
  width: 21px;
  height: 21px;
  background-position: -112px -39px;
  position: absolute;
  right: 15px;
  top: 14px;
  border: none;
  padding: 0;
}
.search-result .search-input .clear-search {
  background-position: -267px -53px;
}

.find-result {
  background-color: #fafafa;
  padding: 0 0 50px 0;
}

.tab-search .tabs {
  margin: 30px 0 6px;
  text-align: center;
}
.tab-search .tabs li {
  display: inline-block;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
  padding: 10px 30px;
  cursor: pointer;
}
.tab-search .tabs li.current {
  position: relative;
  border: 1px solid #ef841f;
}
.tab-search .tabs li.current:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid #ef841f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 48%;
}
.tab-search .resultcount {
  padding: 30px 10px 10px;
  font-size: 14px;
  line-height: 16px;
}
.tab-search .tab-content {
  display: none;
  padding: 0 200px 30px;
}
.tab-search .tab-content.current {
  display: block;
}
.tab-search .tab-content .searchbx {
  display: block;
  padding: 15px;
  border: 1px solid #ced4da;
  margin-bottom: -1px;
  background: #fff;
}
.tab-search .tab-content .searchbx:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tab-search .tab-content .searchbx:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-search .tab-content .searchbx:hover {
  background: #f8fafd;
}
.tab-search .tab-content .searchbx h3 {
  color: #1d1d1d;
  font-size: 22px;
  line-height: 26px;
  font-family: "robotomedium";
}
.tab-search .tab-content .searchbx p {
  font-family: robotolight;
  margin: 10px 0 0 0;
}
.tab-search .tab-content .searchbx a {
  color: #ef841f;
  font-size: 15px;
  line-height: 18px;
}
.tab-search .tab-content .noresultfind {
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  line-height: 18px;
  margin: 40px 0 0 0;
}
.tab-search .tab-content .noresultfind img {
  width: 100px;
}
.tab-search .tab-content .noresultfind span {
  display: block;
  padding: 10px 0 0;
}
.tab-search .tab-content .noresultfind:hover {
  background: #fff;
}

@media (max-width: 1024px) {
  .search-result .container {
    padding: 0px 100px;
  }

  .tab-search .resultcount {
    padding: 30px 100px 10px;
  }
  .tab-search .tab-content {
    padding: 0 100px 30px;
  }
}
@media (max-width: 768px) {
  .search-result .container {
    padding: 0px 40px;
  }

  .tab-search .resultcount {
    padding: 30px 40px 10px;
  }
  .tab-search .tab-content {
    padding: 0 40px 30px;
  }
}
@media (max-width: 767px) {
  .search-result {
    padding: 10px 0 20px 0;
  }
  .search-result .container {
    padding: 0px 10px;
  }
  .search-result .heading {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
  }
  .search-result .search-input {
    margin: 10px 0 0 0;
  }

  .find-result {
    padding: 0;
  }

  .tab-search .tabs {
    margin: 10px 0 6px;
  }
  .tab-search .tabs li {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 7px;
  }
  .tab-search .resultcount {
    padding: 20px 0 10px;
  }
  .tab-search .tab-content {
    padding: 0 0 20px;
  }
  .tab-search .tab-content .searchbx {
    padding: 10px;
  }
  .tab-search .tab-content .searchbx h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .tab-search .tab-content .searchbx a {
    font-size: 13px;
    line-height: 14px;
    word-break: break-all;
    display: block;
    padding: 5px 0 0 0;
  }
}
@media (max-width: 480px) {
  .search-result .heading {
    font-size: 22px;
    line-height: 24px;
  }
}
.notfound {
  padding: 60px 0;
  text-align: center;
}

.academic-service {
  background: #F1F1F1;
  padding: 80px 0 50px;
}
.academic-service .heading {
  padding: 0;
}
.academic-service .sub-heading {
  margin: 5px 0 20px 0;
}
.academic-service .aservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 25px;
}
.academic-service .aservices li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px 0 0;
  background: #2764B4;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.academic-service .aservices li:last-child {
  margin: 0;
}
.academic-service .aservices li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.academic-service .aservices li img {
  border-radius: 5px 5px 0 0;
}
.academic-service .aservices li .service-title {
  padding: 5px 10px 0px;
  margin: 0;
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
}
.academic-service .aservices li .service-price {
  padding: 0px 10px 10px;
  color: #FFC410;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}
.academic-service .downloads {
  display: block;
  text-align: center;
}
.academic-service .downloads .dwnload-btn {
  background: #EF841F;
  color: #ffffff;
  padding: 8px 28px;
  margin: 20px 0;
  display: inline-block;
}
.academic-service .downloads .dwnload-btn:hover {
  background: #d47113;
}

@media (max-width: 1024px) {
  .academic-service {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  .academic-service .aservices {
    padding: 10px 0 10px;
  }
  .academic-service .aservices li {
    margin: 0 10px 0 0;
  }
  .academic-service .aservices li .service-title {
    padding: 5px 5px 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .academic-service .aservices li .service-price {
    padding: 0px 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .academic-service .dwnload-btn {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .academic-service {
    padding: 20px 0 20px;
  }
  .academic-service .aservices {
    display: block;
  }
  .academic-service .aservices li {
    margin: 0 0 25px 0;
  }
}