/************ Custom styles ****************/
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

/*** RESET ***/
html,
body {
  height: 100%;
}
.user_slect {
  cursor: default !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none; /* Standard syntax */
}

/*
** General Styles for HTML tags
*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  font-size: 14px;
  color: #0e0e0d;
  -webkit-font-smoothing: subpixel-antialiased !important; /*-webkit-transform: translateZ(0px) !important;*/
  -webkit-backface-visibility: hidden !important;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff !important;
  font-weight: 400;
  overflow-x: hidden !important;
  line-height: 1;
}
html,
body,
.wrapper {
  height: 100%;
}
.fs-35 {
  font-size: 35px;
}
.size-40 {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  outline: medium none !important;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
}
a img,
iframe {
  border: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- All Colours Used (Only Colors) ---*/
.slateblue {
  color: #6772e5 !important;
}
.dodgerblue {
  color: #017b89 !important;
}
.blue {
  color: #000000 !important;
}
.white {
  color: #fff !important;
}
.medblack {
  color: #2a2a2a !important;
}
.black {
  color: #000 !important;
}
.darkred {
  color: #e72952 !important;
}
.darkgray {
  color: #444445 !important;
}
.darkgray_clr {
  color: #444445 !important;
}

/* --- All Background-colors + Borders Used ---*/
.bgslateblue {
  background-color: #017b89;
  border: 1px solid #6772e5;
}
.bgdodgerblue {
  background-color: #017b89;
  border: 1px solid #000000;
}
.bgblue {
  background-color: #00abe6;
  border: 1px solid #00abe6;
}
.bgwhite {
  background-color: #fff;
  border: 1px solid #fff;
}
.bgmedblack {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
}
.bgdarkred {
  background-color: #e72952;
  border: 1px solid #e72952;
}
.darkgray {
  background-color: #444445;
  border: 1px solid #444445;
}
.graycolor {
  color: #343434 !important;
}
.medgray {
  color: #3c3d3d !important;
}
.carousel {
  -webkit-backface-visibility: none !important;
  backface-visibility: none !important;
  -webkit-transform: translateZ(0px) !important;
}

/* ----- All buttons hover styles used -----*/
button:hover,
btn:focus,
a[type="button"]:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1),
    0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  outline: medium none !important;
  text-decoration: none;
  background: #343a40 !important;
  cursor: pointer;
  box-shadow: none !important;
}
[type="reset"],
[type="submit"],
button,
btn,
html [type="button"] {
  -webkit-appearance: none !important;
  outline: medium none !important;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
.ban_right {
  width: 100%;
  padding: 20px 25px 20px 25px;
  border-radius: 8px;
  position: relative;
  background: #0c0c0c;
}
.ban_right .ban_btn {
  background: #031d71;
  color: white;
  padding: 10px 45px;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
  border-color: #ffffff00;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
}
.ban_right .ban_btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}
.form-control input {
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #e2e5eb;
  height: 45px;
}
.ban_right h3 {
  color: #37b8c7;
  font-size: 25px;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 600;
}
.ban_right {
  width: 100%;
  padding: 20px 25px 20px 25px;
  position: relative;
  background: #000000;
  box-shadow: 10px 10px 25px 0 #00000045;
  border: 4px solid #37b8c7;
  border-radius: 0 60px 0 60px;
}
.ban_right .ban_btn {
  background: #37b8c7;
  color: white;
  border-radius: 5px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 300;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
  border-color: #ffffff00;
  width: 100%;
}
.ban_right .ban_btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}
.ban_right .form-group input {
  background: #ffffff00;
  border: none;
  color: #fff;
  box-shadow: none;
  height: 50px;
  border-radius: 10px;
  border-bottom: 2px solid #37b8c7;
}
.ban_right .form-group input::placeholder {
  color: #fff;
}
.ban_right .form-group textarea {
    height: 75px;
    padding: 10px 10px;
    resize: none;
    background: #ffffff00;
    border: none;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
    border-bottom: 2px solid #37b8c7;
}
.ban_right .form-group textarea::placeholder {
  color: #fff !important;
}
.ban_list p {
  margin: 10px 0;
}
.ban_list h3 {
  color: #c11414;
  font-weight: 600;
}
.ban_right .form-group select#countrySelected {
  background: #ffffff00;
  border: none;
  color: #fff;
  box-shadow: none;
  height: 50px;
  border-radius: 10px;
  border-bottom: 2px solid #b11b0e;
}
.ban_right .form-group select {
  width: 150px;
  height: 30px;
  padding: 5px;
  color: #000;
}
.ban_right .form-group select option {
  color: black;
}
.ban_right h3 span {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: #fff;
  font-size: 30px;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* ----- All Small buttons with color SlateBlue -----*/
a.slatebluesmall {
  padding: 12px 12px 12px 36px;
  margin-right: 2px;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  min-width: 125px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  color: #fff;
  position: relative;
}
.user_btn.slatebluesmall {
  padding: 12px 10px;
  min-width: 85px;
}
a.slatebluesmall:hover {
  /* background: #343a4; */
}
a.slatebluesmall img {
  position: absolute;
  left: 6px;
  top: 7px;
}

/* ----- All Medium buttons with color SlateBlue -----*/
a.slatebluemedium {
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  min-width: 175px;
  max-width: 175px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  color: #fff;
}

/* ----- All large buttons with color SlateBlue -----*/
a.slatebluelarge {
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  font-size: 17px;
  min-width: 200px;
  max-width: 200px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  color: #fff;
}
.slatebluelarge {
  padding: 13px 20px;
  text-decoration: none;
  outline: none;
  font-size: 17px;
  min-width: 200px;
  max-width: 200px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}

/* ----- All Extra large buttons with color SlateBlue -----*/
a.slateblueextralarge {
  padding: 0px 15px 0px !important;
  border-radius: 30px;
  font-size: 19px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  min-width: 265px;
  max-width: 265px;
  color: #fff;
}
.slateblueextralarge {
  padding: 0px 15px 0px;
  border-radius: 30px;
  font-size: 19px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  min-width: 265px;
  max-width: 265px;
  color: #fff;
}

/* ----- All Small buttons with color SlateBlue -----*/
a.dodgerbluesmall {
  padding: 12px;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  min-width: 125px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  line-height: inherit;
  color: #fff;
}
a.dodgerbluesmall:hover,
a.slateblueextralarge:hover,
.slatebluelarge:hover,
a.slatebluelarge:hover,
a.slatebluemedium:hover,
.slateblueextralarge:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1),
    0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  outline: medium none !important;
  text-decoration: none;
  background: #37b8c7 !important;
  cursor: pointer;
  box-shadow: none !important;
}

/* ----- Section Main Headings, Sub Heading Used, -----*/
.exlarge_title {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 55px;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
}
.exlarge_title span {
  color: #00abe6;
  font-weight: 700;
  margin: 0;
}
.large_title {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 36px;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
}
.large_title span {
  color: #017b89;
  font-weight: 700;
  margin: 0;
}
.medium_title {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
}
.medium_title span {
  text-align: center;
  color: #00abe6;
  font-weight: 700;
  margin: 0;
}
.small_title {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 25px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
}
.small_title span {
  color: #00abe6;
  font-weight: 700;
  margin: 0;
}
.exsmall_title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
}

/* ----- Section Main Paragraphs Used -----*/
.main_paragraph {
  text-align: center;
  color: #343434;
  font-weight: 300;
  font-size: 20px;
  margin: 15px auto 0; /* display: inline-block; */
  vertical-align: middle;
  text-transform: none;
  line-height: 30px;
}

/*-- All font weights --*/
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text_upper {
  text-transform: uppercase;
}

/* -- Margins used --*/
.marg-0 {
  margin: 0;
}

/*-- Dashed boxes buttons hover --*/
.boxes_boxes:hover {
  color: #fff !important;
  background-color: #ebebeb !important;
  border: 1px dashed #fff !important;
  cursor: pointer;
}

/*-- Dashed boxes buttons hover --*/
.boxes_boxes:hover img {
  filter: invert(1) !important;
}
.carousel-indicators .active,
.carousel-indicators li {
  margin: 2px !important;
  border-radius: 30px !important;
}

/*** Header/ Navigation section Starts ***/
header {
  background: #fff;
  padding: 10px 0 6px;
}
.sticky {
  width: 100%;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 1px 4px 0px #d3d3d3;
  top: 0;
  width: 100%; /*animation: fadein 0.5s linear;*/
  border-bottom: 2px solid #37b8c7;
}
#sticky_header.default_header {
  position: relative !important;
  border-bottom: 2px solid #45c2ed;
}
.header-space {
  /*height: 78px;*/
  clear: both;
}
header .navbar-header .toggle-menu {
  font-size: 32px;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  padding: 2.1px 8px 4.1px;
  border-radius: 10px;
  margin: 20px 15px 0px 15px;
  float: left;
}
header .navbar-header span.icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff !important;
  margin: 5px 0 5px;
}
header .navbar-header a {
  display: inline-block;
}
header .navbar-header img {
  display: inline-block;
  width: 180px;
}
header ul.navbar-right {
  position: relative;
  z-index: 222;
  margin: 2px 0 0 8px;
  display: block;
  top: 12px;
}
header ul.navbar-right li {
  display: inline-block;
  padding: 0 2px;
  vertical-align: bottom;
}
header ul.navbar-right li .loginbtn {
  border-radius: 10px;
  box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
  -webkit-box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
  border: 2px solid #45c2ed;
  padding: 8px 10px 4px;
  min-width: 150px;
  margin: 0 10px 0 0;
  font-size: 15px;
}
header ul.navbar-right li .loginbtn:hover {
  color: #fff !important;
}
header ul.navbar-right li .loginbtn img.navi_icon {
  vertical-align: middle;
  max-width: 28px;
}
header ul.navbar-right li .loginbtn img.navi_icon.onhover {
  display: none;
}
header ul.navbar-right li .loginbtn:hover img.navi_icon.onhover {
  display: inline-block;
}
header ul.navbar-right li .loginbtn:hover img.navi_icon.normal {
  display: none;
}
header ul.navbar-right li .loginbtn span {
  font-weight: 600;
}
header ul.navbar-right li .orderbtn {
  border-radius: 10px; /* box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important; */ /* -webkit-box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important; */
  border: 2px solid #37b8c7;
  padding: 8px 10px 4px;
  min-width: 150px;
  font-size: 15px;
}
header ul.navbar-right li .orderbtn img.navi_icon {
  vertical-align: middle;
  max-width: 28px;
}
header ul.navbar-right li .orderbtn span {
  font-weight: 600;
}
header ul.navbar-right .top-buttons {
  position: relative;
  display: inline-block;
  top: 15px;
}
header ul.navbar-right .top-buttons a.loginbtn {
  margin: 0px 0px 0 7.5px;
  font-weight: 600;
  line-height: inherit;
  font-size: 14px;
}
header ul.navbar-right .top-buttons a.orderbtn {
  margin: 0px 7.5px 0 0px;
  font-weight: 600;
  line-height: inherit;
  font-size: 14px;
}
header ul.navbar-right .top-buttons a.orderbtn:hover,
header ul.navbar-right .top-buttons a.orderbtn:focus,
header ul.navbar-right .top-buttons a.loginbtn:hover,
header ul.navbar-right .top-buttons a.loginbtn:focus {
  color: #fff;
  background-color: #343a40;
}
.callbtn-top a {
  padding: 0 !important;
  line-height: none !important;
  outline: none !important;
  margin: 5px 0 0 30px;
  background: transparent;
  display: inline-block;
}
.callbtn-top a:hover,
.callbtn-top a:focus {
  background: transparent !important;
  box-shadow: none !important;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #45c2ed;
  background-color: #37b8c7;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 85%;
  margin: 30px auto 0;
  display: block;
}
.contact_top {
  margin: 25% auto 0;
}
a.bgcolor {
  padding: 0 30px !important;
  margin: 0px auto 15px;
  background: #fff;
  border: 1px solid #eee;
}
.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.overlay a span.sub {
  text-transform: none;
}
.overlay a:hover,
.overlay a:focus {
  color: #343a40;
}
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 35px;
  padding: 0;
  text-decoration: none;
  color: #fff !important;
  display: block;
}
.overlay .social-bottom {
  clear: both;
  top: 0;
  position: relative;
  width: 85%;
  margin: 0% auto 0;
  display: block;
}
.login-buttons {
  position: relative;
  display: inline-flex;
  margin: 0px 0 0 35px;
}
.login-buttons a.loginbtn {
  margin: 0px 9px 0 0;
  min-width: 110px;
  padding: 12px 5px 11px;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.login-buttons a.signupbtn {
  margin: 0px 0px 0 9px;
  min-width: 110px;
  padding: 12px 5px 11px;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.login-buttons a.signupbtn:hover,
.login-buttons a.signupbtn:focus,
.login-buttons a.loginbtn:hover,
.login-buttons a.loginbtn:focus {
  color: #fff;
  background-color: #343a40;
}
.social-links {
  display: inline-flex;
  text-align: center;
  margin: 20px auto 0;
}
.social-links a {
  padding: 0 10px;
  font-size: 30px;
  display: inline-block;
  color: #6772e5;
}
.call-button {
  margin: 0% auto 0;
}
.call-button a {
  padding: 0;
  display: inline-block;
}
.call-button a:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.call-button img {
  display: inline-block !important;
  margin: 0 auto 0;
  position: relative;
  top: 0;
}

/*New Updated Styling Starts*/
header ul.navbar-right.centered_elem p {
  margin: 0;
}
header ul.navbar-right.centered_elem img {
  vertical-align: middle;
}
header ul.navigation-menu li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0px;
}
.navigation-menu {
  list-style: none;
  margin: 11px 0 0 auto !important;
  padding: 0;
  position: relative;
  z-index: 222;
  display: block;
  top: 5px;
}
.navigation-menu li:nth-child(3) a {
  border: medium;
  padding: 0;
}
.navigation-menu li a {
  display: block;
  color: #161c2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 0px;
  padding-right: 7px;
  border-right: 1px solid #000000;
  pointer-events: auto;
}
.navigation-menu > li > a:active,
.navigation-menu > li > a:hover {
  color: #000000;
  text-decoration: none;
}
.navigation-menu li a:hover p {
  color: #000000;
}
.navigation-menu li a span .fa,
.navigation-menu li a .fas {
  font-size: 26px;
  color: #000000;
}
.navigation-menu li a span .fa,
.navigation-menu li a .fas {
  font-size: 26px;
  color: #000000;
}
.navigation-menu li p {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: left;
  color: #000000;
  margin: 0px 7px 0 0px;
  top: 10px; /* vertical-align: top; */
}
.spacing_wrap p {
  display: inline-block;
  margin: 12px 9px 0 0;
}
.spacing_wrap label span {
  position: relative;
  top: -2px;
}
.spacing_wrap [type="radio"]:checked,
.spacing_wrap [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.spacing_wrap [type="radio"]:checked + label,
.spacing_wrap [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #030303;
  top: 8px;
}
.spacing_wrap [type="radio"]:checked + label:before,
.spacing_wrap [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #00abe6;
  border-radius: 100%;
  background: #fff;
}
.spacing_wrap [type="radio"]:checked + label:after,
.spacing_wrap [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #00abe6;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.spacing_wrap [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.spacing_wrap [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cal_right_tp {
  padding: 0 0px 0 0px;
}
.page_ser_mtp {
  margin-top: 15px;
}
.calculator_right {
  border-left: 1px solid #659ee1;
  border-radius: 24px;
}
.banner_right_adj {
  position: absolute;
  z-index: 4;
  top: 15px;
}
.banner_right_adj img {
  position: relative;
  left: 10px;
}
.review_left_bg {
  background-color: #214196;
}
.rating_bx .log {
  width: 100%;
  height: 35px;
}
.total_prices p .dollar {
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.stand_prices p .dollar {
  font-weight: 600;
  margin: 0px 0px 0 0;
  font-size: 13px;
}
#calculate_order
  > form
  > div.order-form
  > div.cal_right_tp
  > div.stand_prices.cmn-price-pattern.cmn-price-pattern1.calcPageDiscountSection
  > p
  > span.cm_sp.calcDiscountedPrice
  > span {
  vertical-align: unset;
}
.call-cta p {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0 !important;
}
.call-cta p::after {
  background-color: #6772e5;
  height: 30px;
  width: 1px;
  position: absolute;
  left: 0;
  top: -3px;
}
.call-cta p em {
  font-style: normal;
  font-size: 13px;
  display: block;
  margin-bottom: 0;
  line-height: 8px;
  color: #525252;
}
.navigation-menu li a span .fa.fa-phone-alt {
  transform: rotateZ(130deg);
  font-size: 20px;
}
.navigation-menu li a span .fa.fa-phone-alt:before {
  content: "\f095";
}
.navigation-menu li:nth-child(2) {
  margin: 0px 5px 0 0px !important;
  pointer-events: none !important;
}
.navigation-menu li:nth-child(3) {
  margin: 0px 0px !important;
  border: medium;
}
.navbar_btns li:nth-child(2) {
  margin-left: 0;
}
.banner_cta {
  margin: 10px 0 -10px;
}
.banner_cta img.navi_img {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
.cta_cmn_btn a img.navi_icon {
  float: left;
}
.cta_cmn_btn {
  margin: 50px 0 0px 65px;
}
.cta_cmn_btn i {
  margin: 0 5px 0 0;
  float: left;
  vertical-align: super;
}
.cta_cmn_btn i.fa-phone-alt {
  transform: rotate(45deg);
  margin: 0;
}
.cta_cmn_btn span.second {
  display: block;
  font-size: 16px;
  padding: 5px 0 5px 0px;
}
.cta_cmn_btn a {
  display: block;
  text-align: left;
  float: left;
  margin: 10px 7px 0 0px;
  padding: 0px 0 0;
  outline: none;
  text-decoration: none;
  border-right: 1px solid #00abe6;
}
.cta_cmn_btn a:hover span.second {
  color: #000000 !important;
}
.cta_cmn_btn a:nth-child(3) {
  border: none;
  margin: 10px 0px 0 0px;
}
.cta_right_img img {
  margin: 20px auto 0;
}
.top-banner .right-content .stand_prices p span.title {
  width: 150px;
  display: inline-block;
}
.cta_cmn_btn a span.spanimg {
  display: inline-block;
  padding: 0;
  vertical-align: sub;
}
.cta_cmn_btn a p {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: sub;
}
.cta_cmn_btn a span {
  padding: 0px 0 0px 0px;
  font-size: 13px;
  margin: 0px 0 0 0;
}
.cta_cmn_btn a span.darkgray_clr {
  color: #000 !important;
}
.cmn-price-pattern p span:nth-child(2) {
  background-color: #00abe6;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 5px;
  color: #fff;
  margin: 0px 3px 0 3px;
  min-width: unset;
  text-align: center;
}
.cmn-price-pattern1.cmn-price-pattern p span:nth-child(2) {
  margin: 0px 2px 0 3px;
}
.cm_sp {
  color: #969696;
  text-decoration: line-through;
  font-size: 12.8px;
}
.cm_sp em,
.stand_prices p span:nth-child(4) em,
.top-banner .right-content .total_prices p em {
  font-style: normal !important;
}
.stand_prices p span:nth-child(4) {
  float: right;
  font-weight: 800;
  font-size: 14.8px;
  position: relative;
  margin-top: 3px;
  color: #969696;
}
.stand_prices p #discount_price .dollar,
.stand_prices p .calcBulkDiscountedPrice .dollar {
  font-size: 15px;
}
.alarm-detail .fas {
  color: #2f55d4;
}
.alarm-detail .span span.dot {
  margin: 0px 0px 0 0px;
  text-align: center;
  color: #000;
  width: 22px;
}
.alarm-detail .span {
  color: #e72951;
  margin-left: 0;
  font-weight: 600;
}
.alarm-detail .span span {
  font-weight: 600;
  color: #00abe6;
  text-align: center;
  width: 40px;
  display: inline-block;
}
.alarm-detail {
  margin-top: 5px;
}
.alarm-detail svg {
  height: 22px;
  width: 22px;
  position: relative;
  top: -2px;
}
.cal-countdown ul {
  list-style: none;
}
.cal-countdown ul li {
  margin: 5px 0 0;
  font-weight: 600;
  color: #00abe6;
  text-align: center;
  display: inline-flex;
}
.cal-countdown ul li img {
  width: 35px;
  margin: -7px 0 0 0;
}
.cal-countdown ul li:nth-child(1) {
  margin-left: 0px;
}
.counter3.cal-countdown {
  display: inline-block;
}
.counter3.cal-countdown ul {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 10px 0 10px 10px;
  padding: 5px 5px 1px 0 !important;
  color: #858484;
  font-size: 15px;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgb(236 22 92 / 20%);
  border: 1px solid #e72951;
  display: inline-flex;
  background: #fff;
  width: 100%;
  min-width: 140px;
  vertical-align: middle;
}
header ul.navigation-menu li img.navi_img {
  vertical-align: bottom;
  margin: 9px 0 0 0;
}
header ul.navigation-menu li img.navi_icon {
  vertical-align: middle;
  max-height: 30px;
  margin: 0 4px 0 5px;
}
section.benefits .type_benefits .single-benefit {
  margin: 1% !important;
  padding: 13px 10px;
  width: 48%;
}
section.benefits {
  background: #f8f8f8 !important;
  background-image: none !important;
}
section.benefits .features_box {
  background: #fff;
  box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
  border: 1px solid rgba(0, 0, 0, 0.075);
  max-width: 410px;
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
}
section.benefits .features_top {
  position: absolute;
  height: 110px;
  max-width: 408px;
  background-color: #017b89;
  top: 26px;
  z-index: 11;
  left: 35px;
  right: 0;
  margin: 0 auto;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features_top_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5ee3f2
}
.features_top_content p {
  font-size: 14px;
  padding-top: 7px;
}
section.benefits .features_free {
  position: absolute;
  height: 40px;
  max-width: 150px;
  background-color: white;
  top: 112px;
  z-index: 11;
  left: 35px;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: black;
  box-shadow: -2px 4px 8px 1px rgb(98 98 101 / 35%) !important;
  -webkit-box-shadow: -2px 4px 8px 1px rgb(141 142 147 / 45%) !important;
  border: 1px solid #0000002e;
}
.features_free_content p {
  font-weight: 700;
  font-size: 18px;
  margin: unset;
  color: #37b8c7;
}
.features_free_content p span {
  font-size: 17px;
  font-weight: 500 !important;
  text-decoration: line-through;
}
section.benefits .features_box h3 span {
  color: #6772e5;
}
section.benefits .features_box .features_list {
  margin: 25px auto 0;
  padding: 0 !important;
}
.benefit_gift {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.benefits .features_box .features_list li::before {
  content: url(../images/featurearrow.html);
  position: absolute;
  left: 0;
  top: 8px;
}
section.benefits .features_box .features_list li {
  display: block;
  position: relative;
  color: #232323;
  font-weight: 400;
  font-size: 16px;
  margin: 15px 0;
  line-height: 1;
  padding: 7px 0 7px 15px;
}
section.benefits .features_box .features_list li span.price_lbl {
  font-weight: 500;
  color: #6772e5;
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: currentcolor;
  text-decoration-color: #00abe6;
}
section.benefits .features_box .features_list li span.free_lbl {
  display: inline-block;
  min-width: 55px;
  text-align: center;
  color: #fff;
  padding: 3px;
  border-radius: 30px;
  top: 2px;
}
section.benefits .list_item {
  margin: 150px 0 0 auto;
  padding: 0;
}
section.benefits .list_item li {
  color: #373737;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0 5px;
  line-height: 1.3;
  padding: 5px 0 0px 35px;
  display: block;
  position: relative;
}
section.benefits .list_item li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/list-icon.html);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px;
}
section.benefits .list_item p {
  text-align: left;
  color: #646464;
  font-weight: 300;
  font-size: 13px;
  margin: 7.5px auto;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 20px;
}
section.benefits .list_itemh6 {
  font-size: 20px;
  margin: 4px 0 0;
  vertical-align: middle;
  text-transform: capitalize;
  line-height: 20px;
}
section.ourprocess .ourprocess_detail img {
  margin: 40px 0 20px;
  max-width: 450px;
  width: 100%;
}
section.ourprocess .ourprocess_detail .choose_right_sprite1 {
  background-position: 0 0;
}
section.ourprocess .ourprocess_detail .choose_right_sprite {
  background-image: url(../images/choose_right_sprites.html);
  height: 217px;
  width: 212px;
  margin: 20px auto 0;
}
section.ourprocess .ourprocess_detail .choose_right_sprite2 {
  background-position: -225px 0;
}
.batch-wrapper {
  background-image: url(../images/seal-frame.html);
  height: 215px;
  width: 200px;
  position: relative;
  margin: 0 auto;
}
.batch-wrapper .batch-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.batch-inner .label {
  margin: 1px 0 2px 3px;
  justify-content: center;
  width: 185px;
  background-color: #017b89;
  height: 36px;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
.batch-inner .label p {
  line-height: 16px;
  font-size: 15px;
  margin: 3px 0 0 0px;
  text-align: center;
  width: 200px;
}
.batch-inner i {
  font-size: 35px;
  color: #18aae2;
  margin-top: 12px;
}
.batch-inner ul.stars {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.batch-inner ul.stars li {
  padding: 0;
  display: inline-block;
  margin: 0;
}
section.ourprocess .ourprocess_detail .batch-wrapper .batch-inner img {
  margin-top: 0px !important;
  width: auto !important;
}
.batch-inner ul.stars li i {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 150px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  color: #e0b427;
}
.batch-wrapper .content {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  width: 128px;
  margin: 6px 0 0;
  line-height: 12px;
  color: black;
}
.batch-wrapper .certified {
  clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 100%, 0 35%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 100%, 0 35%);
  min-height: 55px;
  height: 55px;
  width: 155px;
  background: #000000;
  margin-left: 5px;
  text-align: center;
  position: absolute;
  top: 148px;
}
.batch-inner p.certified {
  font-size: 18px;
  padding: 0;
  margin-top: 16px;
  color: #fff;
  font-weight: 500;
}
.batch-wrapper .certified p {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.batch-inner h5 {
  text-align: center;
  color: #18aae2;
  font-size: 17px;
  margin: 30px auto 10px;
  font-weight: 600;
}

/*About Us Section Testimonials*/
.about {
  padding: 50px 0 60px;
  background-color: #f8f9fc;
  position: relative;
}
.about_left p {
  color: #6c757d;
}
.about_left a {
  border: 1px solid #6772e5;
  padding: 8px 15px;
  color: #6772e5;
  border-radius: 4px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.5s linear;
}
.about_left a:hover {
  background-color: #6772e5;
  color: #fff;
}
.about_left a span {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#owl-4 .owl-carousel .owl-item {
  width: 100%;
}
.about_right {
  text-align: right;
}
.about_left {
  margin-top: 35px;
}
.counter h2 {
  margin-top: 10px;
}
.counter h5 {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.counter {
  margin-top: 10px;
}
.para-desc {
  max-width: 600px;
}
.aboutnew .main_paragraph {
  display: block;
  font-size: 16px;
  color: #6c757d;
  line-height: 22px;
}
.about_left,
.about_left_tp {
  margin-top: 40px !important;
}
.about_card {
  background-color: #fff;
  padding: 25px 0 20px;
  margin-bottom: -8px;
  transition: all 0.3s linear;
  position: relative;
  border-radius: 30px;
  box-shadow: 3px -1px 5px 0px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 3px -1px 5px 0px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0, 0, 0, 0.075);
  z-index: 222;
}
.about_card:hover {
  transition: all 0.3s linear;
  position: relative;
  box-shadow: 1px 1px 17px #ccc;
  cursor: pointer;
}
.counter .z_index_111 {
  z-index: 111;
}
.counter .z_index_000 {
  z-index: 000;
}
.counter .counter-box i {
  color: #45c2ed;
  font-size: 30px;
}
.about_card i {
  transition: all 0.3s linear;
}
.counter img {
  max-width: 40px;
  filter: brightness(0.5);
}
.counter h2 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #017b89;
}
.counter h5 {
  margin-top: 10px;
  margin-bottom: 10px !important;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
}
.about_left_tp h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.about_left_tp h2 span {
  color: #6772e5;
  font-size: 24px;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}
.recent-review {
  position: relative;
  background-color: #fff;
  max-width: 530px;
  margin: 5px auto 15px !important;
  padding: 30px 15px 15px 15px;
  border-radius: 10px;
  box-shadow: 3px -1px 5px 0px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 1px 2px 6px 3px rgb(0 0 0 / 25%);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.recent-review-tp {
  padding: 15px 10px 15px 130px;
}
.recent-review .avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  line-height: 50px;
  color: #2d3e54;
  font-size: 30px;
  text-align: center;
  border: 2px solid #017b89;
  position: absolute;
  left: 40px;
  top: 40px;
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/team_sprite.webp);
}
.recent-review .avatar.male {
  background-position: 1px 0;
}
.recent-review .avatar.male1 {
  background-position: -86px 0px;
}
.recent-review .avatar.male2 {
  background-position: -176px 0;
}
.recent-review .avatar.male3 {
  background-position: -264.1px 0px;
}
.recent-review .avatar.male4 {
  background-position: -351px 0;
}
.recent-review .avatar.female {
  background-position: 0px 0px;
}
.recent-review-left h4 {
  line-height: 1;
  font-size: 18px;
  color: #017b89;
  font-weight: 600;
}
.recent-review-left p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 5px;
}
.recent-review-left .review-star {
  display: inline-block;
  padding: 2px 0px;
}
.recent-review-left .review-star span {
  color: #6c757d !important;
  display: inline-block;
  padding: 0px 5px 0px 0px;
  border-right: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
}
.recent-review-left span {
  font-size: 13px;
  line-height: 1;
}
.recent-review-left .review-star i {
  color: #ffc107;
  font-size: 18px;
  position: relative;
}
.recent-reviews-btm {
  padding: 0 20px 0 30px;
}
.recent-reviews-btm ul {
  padding: 0;
  list-style: none;
  margin-top: 0px;
}
.recent-reviews-btm .recent-review-right span {
  font-weight: 600;
  color: #6c757d;
  font-size: 14px;
}
.recent-reviews-btm ul li {
  margin: 10px 0 0;
  color: #6c757d;
  font-weight: 500;
  font-size: 15px;
}
.recent-reviews-btm ul li span:nth-child(1) .fa {
  color: #2eca8b;
  margin: 0 5px 0 0;
}
.recent-reviews-btm ul li span:nth-child(2) {
  color: #017b89;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  /* display: none; */
  position: relative;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#owl-4.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
}
#owl-4.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
#owl-4.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
#owl-4.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-4.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#owl-4.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 2px;
  background: 0 0;
  border: 2px solid #6c757d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #6c757d !important;
}
#owl-4.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #2eca8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #37b8c7 !important;
  border: 2px solid#017b89;
}
.about_left_btm p {
  line-height: 20px;
  max-width: 550px;
  margin: 15px auto 0px;
  font-size: 14px;
}
.topuniversities.new {
  background: transparent;
  position: relative;
  padding: 10px 0 0;
  color: #222;
  max-width: 585px;
  margin: 0 auto;
}

/****** Bizprobe New Design ******/

/* cta-label-box start */
.banner_cta {
  position: relative;
}
.cta-label-box {
  height: 110px;
  width: 128px;
  border: 8px solid #6772e5;
  top: 30px;
  left: 30px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.cta-label-box:hover {
  border: 8px solid #fff;
}
.cta-label-box::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0px;
  height: 8px;
  width: 5px;
  background-color: #45c2ed;
}
.cta-label-box::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0px;
  height: 8px;
  width: 5px;
  background-color: #45c2ed;
}
.cta-label-box img {
  top: 5px;
  left: 12px;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 1;
  margin: 0 !important;
}
.cta-label-box span {
  position: absolute;
  top: 9px;
  z-index: 99;
  color: black;
  left: 36px;
  font-family: cursive;
  font-size: 12px;
}
.cta-label-box p {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 99;
  left: 56px;
  color: black;
  font-family: cursive;
  font-size: 12px;
  margin: 0;
}
.cta-label-box p.ranked {
  position: relative;
  left: 0px;
  top: 27px;
  font-size: 8px;
  font-weight: 700;
  margin: 0;
}
.cta-label-box .label {
  background-color: #6772e5;
  height: 21px;
  position: absolute;
  top: 38px;
  left: -15px;
  width: 140px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.right-label-corner {
  position: absolute;
  clip-path: polygon(80% 0%, 30% 50%, 80% 100%, 0% 100%, 0 50%, 6% 0%);
  top: 41px;
  height: 20px;
  background-color: #6772e5;
  width: 20px;
  right: -34px;
}
.left-label-corner {
  position: absolute;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 20% 100%, 70% 50%, 20% 0);
  left: -36px;
  top: 41px;
  height: 20px;
  background-color: #6772e5;
  width: 20px;
}
.cta-label-box:hover .label,
.cta-label-box:hover .left-label-corner,
.cta-label-box:hover .right-label-corner {
  background-color: #fff;
  color: #222;
}
ul.label-star {
  width: 100%;
  position: absolute;
  top: 60px;
}
ul.label-star li {
  display: inline-block;
  color: #ecb80f;
  font-size: 12px;
}
.choice {
  position: absolute;
  top: 68px;
  left: -50px;
}
.choice p {
  width: 100px;
  font-size: 8px;
  display: inline;
  font-weight: 600;
  font-family: monospace;
}
.cta-label-box .year {
  position: relative;
  top: 49px;
  left: -13px;
}
.cta-label-box .year p {
  font-size: 7px;
  position: absolute;
  top: 29px;
  left: 60px;
}
.year-left-arrow {
  height: 1px;
  width: 14px;
  background-color: #fff;
  position: absolute;
  top: 32px;
  left: 40px;
}
.year-right-arrow {
  height: 1px;
  width: 14px;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: 17px;
}

/* cta-label-box end */
.modal-dialog {
  position: relative;
  max-width: 70% !important;
}
.modal-content {
  padding: 35px 40px 35px 55px;
}
.modal-content .logo {
  position: relative;
  z-index: 99;
}
.logo h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 32px;
  color: #000000;
}
img.logo-icon {
  position: absolute;
  left: -38px;
}
.logo span {
  color: #2869a1;
}
.logo p {
  color: #70a1cc;
  font-size: 14px;
  font-weight: 400;
}
section.section-content {
  padding: 30px 0px;
}
.section-content h6 {
  line-height: 16px;
  font-weight: 500;
  font-size: 16px !important;
}
section.section-content p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: gray;
}
.section-content i.fa.fa-star {
  color: #ffd10c;
}
.section-content span.student-review {
  font-size: 14px;
  color: blue;
  font-style: italic;
  font-weight: 500;
}
.services {
  border-radius: 50px;
  padding: 3px 0px;
  border: 1px solid #b3e2f6;
}
.services a {
  background-image: linear-gradient(to right, #b3e2f6, #fff);
  border-radius: 48px;
  font-size: 12px;
  padding: 5px 10px 5px 12px;
  line-height: 21px;
  margin-right: -4px;
  color: #6d7ae6;
  font-weight: 600;
}
.services a:hover {
  text-decoration: none;
}
section.section-content p a {
  color: gray;
}
.row.Freebies span {
  display: inline-block;
  padding: 0px 0px;
  width: 100%;
}
.row.Freebies p {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  color: gray;
}
.row.Freebies .fa {
  color: #6e7be4;
  font-size: 15px;
}
.popup-form {
  right: 0;
  position: absolute;
}
fieldset {
  padding: 10px 10px;
  border: 1px solid lightblue;
  border-radius: 5px;
}
legend {
  background-image: linear-gradient(to right, #b3e2f6, #fff);
  width: 190px;
  border: 1px solid lightblue;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: gray;
  text-align: center;
}
fieldset span {
  font-size: 14px;
  display: block;
  color: gray;
  padding: 5px 0px;
}
fieldset span i {
  color: #6e7be4;
  padding-right: 3px;
}
a.btn.btn-popup {
  color: gray;
  font-weight: 500;
  border-radius: 50px;
  padding: 7px 20px;
  border: 1px solid lightblue;
  background-image: linear-gradient(to right, #b3e2f6, #fff);
  transition: all 0.5s ease-in;
}
a.btn.btn-popup:hover {
  background-image: linear-gradient(to right, #fff, #b3e2f6);
}
img.popup-shade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 60px;
}
img.popup-top-shade {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 120px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .modal-dialog {
    max-width: 95% !important;
  }
}
@media (min-width: 1100px) and (max-width: 1225px) {
  .services a {
    padding: 5px 8px 5px 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 95% !important;
  }
  .services a {
    padding: 5px 5px 5px 9px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 95% !important;
  }
  section.benefits .features_top {
    top: 1px;
    left: 0px;
  }
  section.benefits .features_free {
    top: 90px;
    left: 0;
  }
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
}
@media (max-width: 499px) {
  form.popup-form {
    display: none;
  }
  .benefit_gift {
    right: -12px;
    bottom: 54px;
  }
  section.benefits .features_top {
    height: 100px;
    max-width: 343px;
  }
  section.benefits .features_free {
    top: 79px;
    left: 0;
  }
  section.benefits .features_box .features_list {
    margin: 101px auto 0;
    padding: 0 !important;
  }
  a.dodgerbluesmall.orderbtn.bgslateblue.white.btn-crsl {
    width: 226px !important;
    margin: 10px 0px 0px 20px !important;
  }
}
.incentives {
  margin: 0px 0px 10px 0px;
  padding: 50px 0 50px;
  background-color: #f9f9f9;
}
.incentives .main_paragraph {
  margin: 15px 0 30px;
  text-align: center;
  display: block;
  font-size: 17px;
  line-height: 24px;
  color: #6c757d;
}
.incentives-main-text {
  padding: 20px 0px 20px 0px;
}
.incentives .quality-boxes {
  padding: 10px 0px 0px 0px;
  margin: 10px 0 0;
}
.discount.features {
  background: transparent;
}
.incentives .quality-boxes .wrapperz {
  border-radius: 10px;
  margin: 7px 0px 10px 0px;
  min-height: 156.59px;
  background-color: #fff;
  display: flex;
  box-shadow: 1px 3px 9px #888383;
}
.incentives .quality-boxes .wrapperz .box {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 65px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 20px;
}
.incentives .quality-boxes .wrapperz .box .qualtiy-box {
  font-size: 14px;
  color: white;
  padding-top: 6px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}
h4.qualtiy-box-title {
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0px 0px 8px;
}
.incentives .quality-boxes .wrapperz .wrapper-text {
  font-size: 12px;
  padding: 5px 20px 8px 8px;
  line-height: 18px;
  margin: 0;
  color: #6c757d;
  min-height: 90px;
}

/* free features */
.incentives .free-features {
  position: relative;
  background: #00abe6;
  padding-bottom: 20px;
  margin-top: 50px;
  box-shadow: 6px 9px 5px #6772e5;
}
.free-features .features_list {
  margin: 35px auto 0;
  padding: 0 !important;
}
.free-features .features_list li {
  display: block;
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0 0px;
  line-height: 1;
  padding: 5px 0 5px 0px;
  float: left;
  min-width: 340px;
}
.free-features .features_list li::before {
  content: url("../images/feature-list-icon.html");
  margin-top: 5px;
  max-width: 20px;
  vertical-align: middle;
}
.lbl {
  background: #ffffff;
  margin-left: 15px;
  border-radius: 15px;
  padding: 5px 10px;
  text-align: center;
  float: right;
}
.free-features .features_list li span.price_lbl {
  font-weight: 500;
  color: #e72952;
  text-decoration: line-through;
}
.free-features .features_list li span.free_lbl {
  display: inline-block;
  text-align: center;
  color: #00abe6;
  padding: 0 3px;
  border-radius: 30px;
}
.free-features .clip {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  height: 240px;
  width: 262px;
  background: white;
  top: 10px;
  left: -5px;
}
.clip-text {
  transform: rotate(299deg);
  font-size: 25px;
  position: absolute;
  margin: 90px 0 0 50px;
}
.free-90 {
  position: absolute;
  height: 140px;
  width: 135px;
  background: white;
  border: 2px solid #6772e5;
  border-radius: 50%;
  top: -50px;
  left: -50px;
}
.free-90:hover {
  border: 2px solid #00abe6;
}
.d-90 {
  text-align: center;
  margin: 27px 0 0;
}
.d-90 h3 {
  color: white;
  font-size: 35px;
  font-weight: bold;
  -webkit-text-stroke: 2px #00abe6;
}
.free-90:hover .d-90 h3 {
  -webkit-text-stroke: 2px #6772e5;
}

/* media */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .incentives .quality-boxes .wrapperz .box {
    position: absolute;
    height: 35px;
    width: 187px;
    background: #00abe6;
    border-radius: 3px;
    top: -26px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/*--/ New Updated Styling Ends*/

/*** Header/ Navigation section Ends ***/

/*** Top Banner section Starts ***/
.top-banner {
  width: 100%;
  clear: both;
  top: 0;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 0% -10%;
  padding: 12px 0 30px;
  color: #fff;
}
.top-banner .left-content {
  padding: 0px 0px 0px;
  color: #fff;
}
.hexagon {
  padding: 0 0 0 15px;
  text-align: center;
}
.top-banner .left-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 37.9px;
  text-align: left;
  font-weight: 500;
  color: #353535;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 40px 0px 0px 0px;
}
.top-banner.title .left-content h2 {
  font-size: 39px;
}
.top-banner .left-content h2 span {
  font-weight: 800;
  letter-spacing: 1px;
}
.top-banner .left-content .main_paragraph {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0px 5px 0px;
}
.top-banner .left-content .offers {
  padding: 20px 0px 0;
  text-align: left;
}
.top-banner .left-content .offers span {
  display: inline-block !important;
  max-width: 47.3%;
  width: 100%;
  border: 1px dashed #000;
  border-radius: 20px;
  padding: 10px 15px 9px;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
  margin: 0 15px 15px 0px;
  text-transform: uppercase;
  cursor: auto;
}
.top-banner .left-content .offers span.mw-31 {
  max-width: 31.3%;
  margin: 0 15px 18px 0px;
}
.top-banner .left-content .offers span img {
  vertical-align: middle;
  margin: 0 3px 0 0;
  filter: invert(1) !important;
}
.top-banner .left-content .offers span small {
  vertical-align: middle;
  margin: 3px 0 0 0;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.top-banner .left-content .offers span:last-child {
  margin: auto;
  vertical-align: middle;
}
.trusted {
  text-align: left;
  display: block;
  margin: 20px 0 0 0px;
}
.trusted img {
  display: inline-block;
  margin: 0px auto 0;
  padding: 0px 0 0;
  vertical-align: middle;
}
.trusted span {
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin: 0px 0px 0 0px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000 !important;
}
.anitvirus .secure_confidential {
  margin: 0 auto;
  background-image: url(../images/norton_mcfee_sprites.html);
  width: 135px;
  height: 58px;
  display: inline-block;
}
.anitvirus .secure_confidential.secure_confidential1 {
  background-position: -1px 2px;
}
.anitvirus .secure_confidential.secure_confidential2 {
  background-position: 143px 2px;
  width: 142px;
}
.top-banner .right-content {
  padding: 53px 0 0px;
  color: #000;
}
.top-banner .content_slide {
  top: 35px;
}
.top-banner .right-content .calculate_order {
  background: #f6f6f6;
  padding: 20px 0px 0px;
  border-radius: 20px;
  margin-left: auto;
  width: 85%;
  display: block;
  box-shadow: -1px -1px 48px 5px #898989;
  -webkit-box-shadow: -1px -1px 48px 5px #898989;
}
.top-banner .right-content .calculate_order .form-title {
  text-align: center;
  padding: 0px 0;
  margin-bottom: 0px;
}
.top-banner .right-content .calculate_order .two_selectbox {
  margin: 0 auto;
}
.top-banner .right-content .calculate_order select.small {
  width: 35%;
}
.top-banner .right-content .calculate_order span.pages {
  text-align: center;
  width: 16%;
  display: inline-block;
  color: #858484;
  font-size: 13px;
  font-weight: 300;
}
.top-banner .right-content .calculate_order .pages_number {
  width: 100%;
}
.top-banner .right-content .calculate_order .quantity-right-plus {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 0px auto 0px;
  padding: 7.3px 15px;
  font-size: 13px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  text-decoration: none;
  outline: medium none;
}
.top-banner .right-content .calculate_order .quantity-left-minus {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 0px auto 0px;
  padding: 7.3px 15px;
  font-size: 13px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  outline: medium none;
  text-align: center;
}
.top-banner .right-content .calculate_order input.pages {
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: #858484;
  border-radius: 0;
  text-align: center !important;
  font-weight: 500;
  height: 36.5px;
  outline: medium none !important;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
  border: 1px solid #e9ecef;
}
.order-form select {
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow_down.html");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.order-form .nice-select.pages {
  border-radius: 0;
  margin: 17px -5px 0;
  width: 77% !important;
}
.order-form select#pages {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow_down.html");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding: 5px 15px;
}
.order-form select.pages.calcPagesDropdown {
  border-radius: 0;
  width: 76% !important;
  margin: 17px -3px 0;
  text-decoration: unset;
  outline: unset !important;
  border: medium none !important;
}
select,
.nice-select {
  box-sizing: border-box;
  cursor: pointer;
  outline: medium none !important;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 17px auto 0px;
  padding: 7px 10px 10px;
  color: #858484;
  font-size: 12px !important;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #fff;
  height: 34px;
  background: #fff;
  line-height: initial;
}
select:hover,
.nice-select:hover {
  border-color: #d0dae5;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus,
select:active,
select.open,
select:focus {
  border-color: transparent;
}
.nice-select:after,
select:after {
  border-bottom: 4px solid #e6003b;
  border-right: 4px solid #e6003b;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
}
.nice-select.open:after,
select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list,
select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}
.nice-select.wide,
select.wide {
  width: 100%;
}
.nice-select.wide .list,
select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.wide.service .list,
select.wide.service .list {
  left: 0 !important;
  right: 0 !important;
  max-height: 300px;
  overflow-y: scroll;
}
.nice-select.small,
select.small {
  display: inline-block;
  width: 38.9% !important;
}
.nice-select.small:after,
select.small:after {
  height: 6px;
  width: 6px;
}
.nice-select.small .option,
select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select.medium,
select.medium {
  display: inline-block;
  width: 60% !important;
}
.nice-select .list,
select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.wide.worktype.open .list,
select.wide.worktype.open .list {
  min-height: 275px;
  overflow-y: scroll;
  max-height: 275px;
}
.nice-select.medium.open .list,
select.medium.open .list {
  min-height: 275px;
  overflow-y: scroll;
  max-height: 275px;
}
.nice-select.small.days.open .list {
  min-height: 275px;
  overflow-y: scroll;
  max-height: 275px;
}
.nice-select .option,
select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #858484;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}
.nice-select .option.selected {
  font-weight: bold;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
code[class*="language-"],
pre[class*="language-"] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-size: 13px;
  letter-spacing: 0;
}

/*Discount Modal Starts*/
.discountmodal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#discountmodal {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  background: rgba(0, 0, 0, 0.95);
}
.discountmodal .modal-dialog {
  margin: 150px auto 0;
  max-width: 720px;
}
.discountmodal .modal-content {
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.discountmodal .modal-content .modal-body .counter ul {
  margin: 0 0 20px;
}
.discountmodal .modal-content .modal-body {
  padding: 20px 15px;
}
.discountmodal .modal-content .btn-close {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: -3% 0 0 0;
  background: #6772e5;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: -10px;
  top: 5px;
  z-index: 1;
}
.discountmodal .modal-content h1 {
  text-align: center;
  color: #45c2ed;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  vertical-align: middle;
  text-transform: capitalize;
  line-height: 30px;
}
.discountmodal .modal-content h1 span {
  color: #eb5071;
  display: inline-block;
}
.discountmodal .modal-content h2 {
  text-align: center;
  color: #45c2ed;
  font-weight: 500;
  font-size: 20px;
  margin: 10px auto 10px;
  vertical-align: middle;
  text-transform: none;
  line-height: 20px;
}
.discountmodal .modal-content p {
  text-align: center;
  color: #a3a3a3;
  font-weight: 300;
  font-size: 16px;
  margin: 5px auto;
  vertical-align: middle;
  text-transform: none;
  line-height: 25px;
  padding: 0 25px;
}
.discountmodal .modal-content .counter ul li {
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  text-transform: capitalize;
  margin: 0 5px 0;
  text-align: center;
  color: #405057;
  font-weight: 500;
  min-width: 65px;
  max-width: 65px;
  background: linear-gradient(#dee2e6, #45c2ed);
  padding: 15px 5px 7px;
  border-radius: 50%;
  line-height: 22px;
}
.discountmodal .modal-content .counter ul li span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #405057;
  margin: 0px 0 0px;
}
.discountmodal .modal-content p.valid {
  font-size: 24px;
  list-style-type: none;
  text-transform: capitalize;
  margin: 20px 0px 20px;
  text-align: center;
  color: #161c2d;
  font-weight: 300;
  line-height: 15px;
}
.discountmodal .modal-content .seals_wrap {
  margin: 20px auto 0px;
}
.discountmodal .modal-content .col-md-6 {
  border-right: 1px solid #999;
}
.discountmodal .modal-content .col-md-6.bdr_0 {
  border: 0 !important;
}
#discountmodal
  > div.modal-dialog
  > div
  > div
  > div.row.row-eq-height
  > div:nth-child(4) {
  border: medium none;
}
#discountmodal
  > div.modal-dialog
  > div
  > div
  > div.row.row-eq-height
  > div:nth-child(4)
  > div {
  border-right: medium none;
}
.discountmodal .modal-content .popup_reviews .review_logo {
  margin: 0 auto;
  background-image: url(../images/popuplogos.html);
  width: 180px;
  height: 30px;
  display: inline-block;
}
.discountmodal .modal-content .popup_reviews .review_logo.review_logo1 {
  background-position: 5px -8px;
}
.discountmodal .modal-content .popup_reviews .review_logo.review_logo2 {
  background-position: -161px -8px;
}
.discountmodal .modal-content .popup_reviews .review_logo.review_logo3 {
  background-position: -169px -8px;
}
.discountmodal .modal-content .popup_reviews .review_logo.review_logo3 {
  background-position: -340px -8px;
}
.discountmodal .modal-content .popup_reviews h1 {
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 5px;
}
.discountmodal .modal-content .popup_reviews h2 {
  text-align: center;
  color: #181818;
  font-weight: 500;
  font-size: 13px;
  margin: 10px 0 0px;
  vertical-align: top;
  line-height: 15px;
}
.discountmodal .modal-content .popup_reviews h2 span.rating {
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
}
.discountmodal .modal-content .popup_reviews .star_rating .stars-active {
  color: #eebd01;
  text-align: center;
  font-size: 15px;
  margin: 0px 0;
  vertical-align: middle;
  display: inline-block;
}
.discountmodal .modal-content .popup_reviews .vl {
  border-left: 2px solid #181818;
  height: 12px;
  display: inline-block;
  margin: -1px 3px;
}
.discountmodal .modal-content .modal_dimiss {
  font-size: 16px;
  text-align: center;
  color: #6c757d !important;
  font-weight: 300;
  margin: 10px auto 15px;
  vertical-align: middle;
  text-transform: none;
  line-height: 15px;
  text-decoration: underline !important;
  display: block;
  cursor: pointer;
}
.discountmodal .modal-content .modal_dimiss:hover {
  background: transparent !important;
}
.discountmodal .modal-content .discount_button a {
  background: #00abe6;
  padding: 14px 10px 14px !important;
  color: #fff !important;
  margin: 0px 0px 0 0px;
  border-radius: 30px;
  border: 1px solid #00abe6;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  min-width: 230px;
  max-width: 230px;
  font-weight: 600;
}
#discountmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#discountmodal.underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  animation-name: fadein 0.5s;
}
#discountmodal.modal {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  animation-name: popin 0.3s;
}

/*Discount Modal ends*/
.top-banner .right-content .order-form {
  margin: 0 auto;
  padding: 0px 15px;
}
.top-banner .right-content .order-form .form-group {
  margin: 0;
}
.top-banner .right-content .order-form .paddingRow {
  padding: 9px 0px 0 !important;
}
.top-banner .right-content .order-form .password_require {
  color: #5a5757;
  font-style: italic;
  margin: 5px 0 0 5px;
  display: inline-block;
  font-size: 11px;
}
.top-banner .right-content .order-form label {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin: 0 0px 5px 2px;
  line-height: 23px;
  text-align: left;
}
.top-banner .right-content .order-form .form-control {
  box-sizing: border-box;
  cursor: pointer;
  outline: medium none !important;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  margin: 0px auto 0px;
  padding: 10px 15px;
  color: #858484;
  font-size: 13px;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
  border: 1px solid #fff;
  height: 34px;
  background: #fff;
}
.top-banner .right-content .stand_prices p {
  color: #00abe6;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 10px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
}
.top-banner .right-content .stand_prices p span.main {
  font-weight: 800;
  text-align: right;
  float: right;
  font-size: 22px;
  color: #969696;
  margin: -5px 0 0;
  position: relative;
}
.top-banner .right-content .stand_prices p span.main:after {
  content: "";
  width: 90%;
  height: 1.5px;
  background: #444;
  position: absolute;
  left: 8px;
  top: 10px;
  transform: rotate(-1deg);
}
.top-banner .right-content .stand_prices p span.dollor {
  font-weight: 600;
  text-align: left;
  margin: 0 1px 0px 0;
  font-size: 14px;
  position: relative;
  top: 0px;
}
.top-banner .right-content .disc_prices p {
  color: #e72951;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
}
.top-banner .right-content .disc_prices p span.main {
  font-weight: 800;
  text-align: right;
  float: right;
  font-size: 26.51px;
  color: #e72951;
  vertical-align: text-top;
  margin: -5px 0 0;
}
.top-banner .right-content .disc_prices p.disc_description {
  color: #828282;
  font-weight: 300;
  text-transform: none;
  margin: 20px 0 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  font-style: italic;
  line-height: 15px;
}
.top-banner .right-content .total_prices {
  background: #444445;
  padding: 17.5px 15px;
}
.top-banner .right-content .total_prices p {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
  line-height: 15px;
  margin: 0 auto;
}
.top-banner .right-content .total_prices p span.totl_disc {
  color: #45c2ed;
  font-weight: 700;
  font-size: 17px;
}
.top-banner .right-content .total_prices p span.main {
  font-weight: 800;
  text-align: right;
  float: right;
  font-size: 22px;
  color: #fff;
  vertical-align: text-top;
  margin-top: -10px;
}
.top-banner .right-content .total_prices p span.dollor {
  font-weight: 600;
  margin: 0 2px 0 0;
  font-size: 22px;
  position: relative;
  top: 0px;
}
.top-banner .right-content .proceedbtn {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  padding: 30px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  width: 100%;
  border: medium;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px 0 0;
  display: inline-block;
  text-decoration: unset;
  outline: unset;
}
.top-banner .right-content .proceedbtn:hover {
  background: #e72952 !important;
}
#seals_slider {
  margin: 10px auto 0;
  text-align: center;
  min-height: 30px;
}
.banner_seals .stars_rating {
  color: #444;
  vertical-align: super;
  position: relative;
  top: 5px;
}
.banner_seals .stars_rating span {
  position: relative;
  top: -3px;
}
.banner_seals .stars_rating i {
  font-size: 20px;
  line-height: 1;
  color: #eebd01;
  margin-right: 5px;
}

/*** Top Banner section Ends ***/

/*** Benefits section Starts ***/
section.benefits {
  background: #fff;
  background-image: url("../images/commonsectionbg.html");
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 24px;
}
section.benefits .exlore_benefits {
  width: 38.9%;
}
section.benefits .type_benefits {
  width: 61.1%;
}
section.benefits p.hgroup {
  text-align: left;
  color: #898787;
  font-weight: 400;
  font-size: 15.97px;
  margin: 20px auto 0;
  vertical-align: middle;
  text-transform: none;
  line-height: 36px;
  max-width: 420px;
}
section.benefits .benefit_offers {
  padding: 20px 0px;
}
section.benefits .benefit_offers p {
  color: #087599;
  border: 1px dashed #6772e5;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0px 15px 0px;
  text-transform: uppercase;
  width: 100%;
}
section.benefits .benefit_offers .boxes_boxes .benefit_area_link {
  color: #087599;
  padding: 22px 10px 20px;
  display: block;
  text-decoration: none !important;
}
section.benefits .benefit_offers .boxes_boxes .benefit_area_link:hover {
  color: #fff !important;
}
section.benefits .benefit_offers .boxes_boxes:hover .benefit_area_link {
  color: #fff !important;
}
section.benefits .benefit_offers span {
  font-weight: 700;
  float: right;
  padding: 0 10px 0 0;
}
section.benefits .type_benefits .single-benefit {
  background: #fff;
  margin: 0 0px 3px;
  padding: 14px 20px;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
section.benefits .type_benefits .single-benefit.marg-top {
  margin-top: 50px;
}
section.benefits .type_benefits .single-benefit:hover,
section.benefits .type_benefits .single-benefit:focus {
  background: #45c2ed;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}
section.benefits .type_benefits .single-benefit:hover h6,
section.benefits .type_benefits .single-benefit:hover p {
  color: #fff !important;
}
section.benefits .type_benefits .single-benefit .ourbenefits_icon_black {
  background-image: url(../images/benefits_black_sprites.html);
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px 10px 0 0;
  display: inline-block;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_black.ourbenefits_icon1 {
  background-position: 0px 0px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_black.ourbenefits_icon2 {
  background-position: -320px -48px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_black.ourbenefits_icon3 {
  background-position: 0px -195px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_black.ourbenefits_icon4 {
  background-position: -320px -240px;
}
section.benefits .type_benefits .single-benefit .ourbenefits_icon_white {
  background-image: url(../images/benefits_white_sprites.html);
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px 10px 0 0;
  display: inline-block;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_white.ourbenefits_icon1 {
  background-position: 0px 0px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_white.ourbenefits_icon2 {
  background-position: -320px -48px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_white.ourbenefits_icon3 {
  background-position: 0px -195px;
}
section.benefits
  .type_benefits
  .single-benefit
  .ourbenefits_icon_white.ourbenefits_icon4 {
  background-position: -320px -240px;
}
.ourbenefits_icon_white#hoverimg1,
.ourbenefits_icon_white#hoverimg2,
.ourbenefits_icon_white#hoverimg3,
.ourbenefits_icon_white#hoverimg4 {
  display: none;
}
section.benefits .type_benefits .single-benefit:hover .ourbenefits_icon_black {
  display: none !important;
}
.single-benefit:hover .ourbenefits_icon_white#hoverimg1,
.single-benefit:hover .ourbenefits_icon_white#hoverimg2,
.single-benefit:hover .ourbenefits_icon_white#hoverimg3,
.single-benefit:hover .ourbenefits_icon_white#hoverimg4 {
  display: block !important;
}
section.benefits .type_benefits .single-benefit h6 {
  font-size: 20px;
  margin: 4px 0 0;
  vertical-align: middle;
  text-transform: capitalize;
  line-height: 20px;
}
section.benefits .type_benefits .single-benefit p {
  text-align: left;
  color: #646464;
  font-weight: 300;
  font-size: 13px;
  margin: 7.5px auto;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 20px;
}
.type_benefits .carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -32%;
  text-align: center;
  list-style: none;
}
section.benefits .type_benefits .carousel-item {
  margin: 50px 0 0 0;
}
.type_benefits .carousel-indicators li.active {
  opacity: 1;
  background-color: #6772e5;
}
.type_benefits .carousel-indicators li {
  margin: 0 2px;
  background-color: transparent;
  border-color: #b5b7b9;
  opacity: 0.7;
  border-width: 3px;
  width: 15px;
  height: 15px;
}
.type_benefits .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 1px;
  background-color: #fff;
  border: 1px solid #6772e5;
}
.type_benefits .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #7d7b7b;
  border: 1px solid #7d7b7b;
  border-radius: 10px;
}
section.benefits .features_box {
  background: #fff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
  max-width: 410px;
  margin: 25px 0 10px auto;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
section.benefits .features_box h3 {
  color: #232323;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0;
  text-transform: uppercase;
}
section.benefits .features_box h3 span {
  color: #00abe6;
}
section.benefits .features_box .features_list {
  margin: 135px -27px 0;
  padding: 0 !important;
}
section.benefits .features_box .features_list li::before {
  content: url(../images/featurearrow.html);
  position: absolute;
  left: 0;
  top: 2px;
}
section.benefits .features_box .features_list li {
  display: block;
  position: relative;
  color: #232323;
  font-weight: 400;
  font-size: 14px;
  margin: 9px 0;
  line-height: 1;
  padding: 0px 0 1px 20px;
  left: 24px;
}
section.benefits .features_box .features_list li span.price_lbl {
  font-weight: 500;
  color: #017b89;
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: currentcolor;
  text-decoration-color: #017b89;
  width: 50px;
}
section.benefits .features_box .features_list li span.free_lbl {
  display: inline-block;
  min-width: 45px;
  text-align: center;
  color: red;
  padding: 3px;
  border-radius: 30px;
  left: 8px;
  top: 5px;
  font-weight: 700;
}

/*** Benefits section Ends ***/

/*** Reviews section Starts ***/
section.reviews {
  background: #fafafa;
  background-size: cover;
  padding: 50px 0 40px;
  color: #2a2a2a;
  margin: 0px 0;
}
section.reviews .outer_hgroup {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 20px 15px;
}
section.reviews p.hgroup {
  text-align: left;
  color: #898787;
  font-weight: 400;
  font-size: 15.97px;
  margin: 10px auto 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 33px;
  padding: 0 15px 0 10px;
}
section.reviews .seals_imgs {
  margin: 30px auto 0;
  text-align: center;
  width: 80%;
}
section.reviews .seals_imgs .review_seals {
  margin: 0 auto;
  background-image: url(../images/review_seals_sprites_new.html);
  width: 270px;
  height: 235px;
  display: inline-block;
  position: relative;
  transform-origin: 0 0;
  transition: transform 0.5s, visibility 0.5s ease-in;
}
section.reviews .seals_imgs .review_seals.review_seals1 {
  background-position: -5px 0px;
}
section.reviews .seals_imgs .review_seals.review_seals2 {
  background-position: -282px 0px;
}
section.reviews .seals_imgs .review_seals.review_seals3 {
  background-position: -562px 0px;
}
section.reviews .seals_imgs .review_seals1:hover {
  transform: scale(1.099);
  cursor: pointer;
}
section.reviews .seals_imgs .review_seals2:hover {
  transform: scale(1.099);
  cursor: pointer;
}
section.reviews .seals_imgs .review_seals3:hover {
  transform: scale(1.099);
  cursor: pointer;
}
section.reviews hr {
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 700px;
  margin: 70px auto 10px;
}
.trustpilot .single-trustpilot {
  background: #fff;
  margin: 5px 0px 0px;
  padding: 7px 15px;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
  max-width: 255px;
  min-height: 130px;
}
.trustpilot .single-trustpilot .name p {
  text-align: left;
  color: #181818;
  font-weight: 300;
  font-size: 9.68px;
  margin: 5px auto 0px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 13px;
}
.trustpilot .single-trustpilot .name p span {
  font-weight: 700;
}
.trustpilot .single-trustpilot .career_level p {
  text-align: left;
  color: #181818;
  font-weight: 700;
  font-size: 9.68px;
  margin: 5px auto 0px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 13px;
}
.trustpilot .single-trustpilot .review_content p {
  text-align: left;
  color: #181818;
  font-weight: 300;
  font-size: 9.68px;
  margin: 5px auto;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 13px;
}
section.reviews .guarntee img {
  margin: 35.3px auto;
  display: block;
}
section.reviews .trustpilot h6 {
  text-align: center;
  color: #45c2ed;
  font-weight: 700;
  font-size: 22px;
  margin: 5px 0 10px;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 0px;
}
section.reviews .trustpilot .review_logos {
  margin: 0 auto;
  background-image: url(../images/review_logos.html);
  width: 200px;
  height: 40px;
  display: inline-block;
}
section.reviews .trustpilot .review_logos.review_logo1 {
  background-position: 0px -9px;
}
section.reviews .trustpilot .review_logos.review_logo2 {
  background-position: -198px -9px;
}
section.reviews .trustpilot h2 {
  text-align: center;
  color: #181818;
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0 10px;
  vertical-align: top;
  line-height: 14px;
  display: inline-block;
}
section.reviews .trustpilot h2 span.rating {
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  font-size: 20px;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
}
section.reviews .trustpilot h2 b {
  font-weight: 700;
}
section.reviews .trustpilot .vl {
  border-left: 2px solid #181818;
  height: 16px;
  display: inline-block;
  margin: -2px 5px;
}
.trustpilot .star_rating .stars-active {
  color: #eebd01;
  text-align: left;
  font-size: 20px;
  margin: 0px 5px 0px 50px;
  display: inline-block;
}
section.reviews .trustpilot .carousel-indicators {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -37%;
  text-align: center;
  list-style: none;
}
section.reviews .trustpilot .carousel-indicators li.active {
  opacity: 1;
  background-color: #6772e5;
}
section.reviews .trustpilot .carousel-indicators li {
  margin: 0 2px;
  background-color: transparent;
  border-color: #b5b7b9;
  opacity: 0.7;
  border-width: 3px;
  width: 15px;
  height: 15px;
}
section.reviews .trustpilot .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px;
  background-color: #fff;
  border: 1px solid #6772e5;
}
section.reviews .trustpilot .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #7d7b7b;
  border: 1px solid #7d7b7b;
  border-radius: 10px;
}
.type_benefits .single-benefit img {
  float: left;
  margin: 0px 10px 0 0;
  display: inline-block;
}

/*** Reviews section Ends ***/

/*** Offers section Starts ***/
section.offers {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 95px;
  color: #fff;
}
.col-sm-6.all_offers {
  width: 46.74%;
}
.col-sm-6.type_offers {
  width: 53.26%;
}
section.offers .outer_offerbox {
  margin: 0 auto 60px;
}
section.offers .all_offers {
  padding: 0px 0 0 15px;
}
section.offers .all_offers .offers_singleoffer p {
  color: #414141;
  border: 1px dashed #6772e5;
  border-radius: 30px;
  padding: 10px 0px 9px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0px 35px 0px;
  text-transform: capitalize;
  width: 100%;
  cursor: pointer;
}
#all_offers
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(5)
  > div
  > p:first-letter {
  text-transform: lowercase;
}
section.offers .all_offers .offers_singleoffer p:hover {
  background: #45c0e3;
  border: 1px solid #45c0e3;
  color: #fff;
}
section.offers .type_offers .single-offer {
  background: #fff;
  margin: 0 0px 3px;
  padding: 10px 15px;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
section.offers .type_offers .single-offer p {
  text-align: center;
  color: #454444;
  font-weight: 300;
  font-size: 14px;
  margin: 7.5px auto 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 20px;
}
section.offers .type_offers .single-offer.last_middle {
  margin: auto;
  transform: translate(0%, 60%);
}
section.offers .type_offers .single-offer.marg-top {
  margin-top: 50px;
}
section.offers .type_offers .single-offer:hover,
section.offers .type_offers .single-offer:focus {
  background: #45c2ed;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
}
section.offers .type_offers .single-offer h6 {
  margin: 2px 0 0;
  font-size: 20px;
  line-height: 23px;
}
section.offers .type_offers .single-offer:hover h6,
section.offers .type_offers .single-offer:hover p {
  color: #fff !important;
}
section.offers .type_offers .single-offer .ourservices_icon {
  background-image: url(../images/service_sprites.html);
  width: 50px;
  height: 50px;
  float: left;
  vertical-align: super;
  margin: 0px 12px 0 0;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
}
section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon1 {
  background-position: -10px -10px;
}
section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon2 {
  background-position: -265px -115px;
}
section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon3 {
  background-position: -10px -230px;
}
.all_offers .carousel-indicators {
  position: absolute;
  bottom: -25px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -32%;
  text-align: center;
  list-style: none;
}
.all_offers .carousel-indicators li.active {
  opacity: 1;
  background-color: #6772e5;
}
.all_offers .carousel-indicators li {
  margin: 0 2px;
  background-color: transparent;
  border-color: #b5b7b9;
  opacity: 0.7;
  border-width: 3px;
  width: 15px;
  height: 15px;
}
.all_offers .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 1px;
  background-color: #fff;
  border: 1px solid #6772e5;
}
.all_offers .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #7d7b7b;
  border: 1px solid #7d7b7b;
  border-radius: 10px;
}

/*** Offers section Ends ***/

/*** Discount section Starts ***/
.discount {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  padding: 40px 0 30px !important;
  color: #fff;
}
.discount.last {
  padding: 40px 0 25px !important;
}
.discount.bgdodgerblue {
  background-color: #ffffff;
  border: 1px solid #45c2ed;
}
.discount.bgdodgerblue li:nth-child(4) a {
  border: medium;
  padding: 0 0 0 0px;
}
.discount.bgdodgerblue li a {
  border-right: 1px solid #6772e5;
}
.discount .triangl {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 0px;
  border-left-width: 500px;
  border-bottom: 265px solid #017b89;
  position: absolute;
  right: 0;
  bottom: 0;
}
.discount .small_title {
  font-size: 20px;
  margin: 0px 0 10px;
}
.discount .main_paragraph {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  margin: 0;
  color: #6c757d !important;
}
.discount.bgdodgerblue .main_paragraph {
  color: #090b3adb !important;
}
.discount .cta_cmn_btn {
  margin: 20px 0 0px;
}
.discount li p {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: left;
  color: #000000;
  margin: 0 10px 0 0px;
}
.discount .cta_cmn_btn a {
  display: block;
  text-align: left;
  float: left;
  margin: 10px 0px 0 0px;
  padding: 0px 0 0;
  outline: none;
  text-decoration: none;
  border-right: 1px solid #00abe6;
}
.discount .cta_cmn_btn li:nth-child(3) > a,
section.footer li:nth-child(2) > a.call-cta,
section.footer a.phone {
  pointer-events: none !important;
}
.discount li {
  display: inline-block;
  padding: 0 0px;
  vertical-align: middle;
}
.discount li:nth-child(4) a {
  border: medium;
  padding: 0;
}
.discount li .orderbtn {
  border-radius: 10px;
  box-shadow: -2px 4px 4px 1px #37b8c7 !important;
  -webkit-box-shadow: -2px 4px 4px 1px #37b8c7 !important;
  border: 1px solid #00abe6;
  padding: 7px 10px 3px;
  min-width: 150px;
  text-align: center;
  margin: 10px 15px 0 0;
}
.discount li img.navi_img {
  vertical-align: middle;
  margin: 10px 0 0;
}
.discount li img.navi_icon {
  vertical-align: sub;
  float: none;
  margin: 0 4px 0 5px;
}
.discount li .orderbtn img.navi_icon {
  vertical-align: middle;
  float: unset;
  max-width: 28px;
  margin: 0;
}
.discount li .orderbtn span {
  font-weight: 600;
  font-size: 15px;
}
.discount .cta_right_img img {
  margin: 0px auto 0;
  max-height: 230px;
  float: right;
}
.discount.last .cta_right_img img {
  margin: 0 0 0 0;
  max-width: 230px;
  float: right;
}
.discount .discount_off .contact_buttons {
  margin: 25px 0px;
}
.discount .discount_off .contact_buttons li {
  display: inline-block;
}
.discount .discount_off .contact_buttons li a {
  display: block;
  text-align: center;
  margin: 0 5px;
}
.discount .discount_off .contact_buttons li a.chaton {
  background: #343a40 !important;
}
.discount .discount_off .contact_buttons li a.chaton:hover {
  background: #6772e5 !important;
}
.discount .discount_off .contact_buttons a .contact_icons_btn {
  background-image: url("../images/contact_icons_sprites.html");
  width: 54px;
  height: 58px;
  margin: 0 5px 0 0;
  float: left;
  display: inline-block;
}
.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn1 {
  background-position: 0 0;
}
.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn2 {
  background-position: -284px 0;
}
.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn3 {
  background-position: -568px 0;
}
.discount .discount_off .contact_buttons a span {
  display: block;
  padding: 20px 0 17px !important;
  text-align: center;
}

/*Discount section copy*/
.discount_copy {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-image: url(../images/discountbg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 30px;
  color: #fff;
  margin-bottom: 0px;
}
.discount_copy .discount_off h1 b {
  font-weight: 700;
}
.discount_copy .discount_off .contact_buttons {
  margin: 23px 15px 0px;
}
.discount_copy .contact_buttons a {
  margin: 8px 0px 0 9px;
  font-weight: 700;
}
.discount_copy input {
  color: #797979;
  border: 1px dashed #797979;
  border-radius: 30px;
  padding: 11px 10px 9px;
  font-size: 15.57px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0px 15px 0px;
  width: 80%;
  line-height: 23px;
}
.discount_copy .slatebluelarge {
  padding: 13px 17px;
  font-size: 15px;
}
.discount_copy label.error {
  color: #e72952;
  font-size: 14px;
  margin: 0px 0 10px;
  display: block;
}
.discount_copy input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.discount_copy input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px !important;
  font-weight: 600 !important;
}
.discount_copy input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px !important;
  font-weight: 600 !important;
}
.discount_copy input:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/*** Discount section Ends ***/

/*** OurClients section Starts ***/
section.ourclients {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 50px;
  color: #fff;
}
section.ourclients .exlore_ourclients {
  width: 40.6%;
}
section.ourclients .type_ourclients {
  width: 59.4%;
}
section.ourclients hgroup {
  margin: 0 auto;
}
section.ourclients hgroup .exlarge_title {
  text-transform: none;
}
section.ourclients p.hgroup {
  text-align: left;
  color: #6c6b6b;
  font-weight: 300;
  font-size: 20.157px;
  margin: 20px auto 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 33px;
  padding: 0 75px 0 0;
}
section.ourclients .ourclients_offers {
  padding: 20px 0px;
}
section.ourclients .ourclients_offers p {
  color: #087599;
  border: 1px dashed #6772e5;
  border-radius: 30px;
  padding: 22px 10px 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0px 15px 0px;
  text-transform: uppercase;
  width: 100%;
}
section.ourclients .ourclients_offers span {
  font-weight: 700;
  float: right;
  padding: 0 10px 0 0;
}
section.ourclients .type_ourclients .single-ourclients {
  background: #fff;
  margin: 0 0px 30px;
  padding: 20px 20px 10px 30px;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
section.ourclients .type_ourclients .single-ourclients:hover,
section.ourclients .type_ourclients .single-ourclients:focus {
  background: #45c2ed;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
}
section.ourclients .type_ourclients .single-ourclients:hover h6,
section.ourclients .type_ourclients .single-ourclients:hover p {
  color: #fff !important;
  font-weight: normal;
}
section.ourclients .type_ourclients .single-ourclients img {
  float: left;
  margin: 0px 15px 0 0;
  display: inline-block;
}
section.ourclients .type_ourclients .single-ourclients .ourclient_icon {
  background-image: url("../images/ourclient_icons_sprite.html");
  width: 92px;
  height: 86px;
  margin: 0 10px 0 0;
  float: left;
  display: inline-block;
}
.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon1 {
  background-position: 0 0;
}
.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon2 {
  background-position: -318px 0;
}
.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon3 {
  background-position: 0 -206px;
}
.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon4 {
  background-position: -318px -206px;
}
.ourclient_icon.ourclient_icon1:hover,
.ourclient_icon.ourclient_icon2:hover,
.ourclient_icon.ourclient_icon3:hover,
.ourclient_icon.ourclient_icon4:hover {
  animation-name: spin;
  animation-duration: 900ms !important;
}
section.ourclients .type_ourclients .single-ourclients h6 {
  font-weight: 700;
  margin: 15% 0 0 0;
}
section.ourclients .type_ourclients .single-ourclients p {
  text-align: left;
  color: #303030;
  font-weight: 300;
  font-size: 20.15px;
  margin: 15px 0 10px;
  vertical-align: middle;
  text-transform: none;
  line-height: 20px;
  clear: both;
  display: inline-block;
}

/*** OurClients section Ends ***/

/*** Order Numbers section Starts ***/
section.order_numbers {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  color: #fff;
  margin-bottom: 0px;
}
section.order_numbers hgroup {
  max-width: 61%;
  margin: 0 auto 25px;
}
section.order_numbers hgroup .large_title {
  text-transform: none;
}
section.order_numbers hgroup h span.marketing {
  color: #45c2ed;
  font-size: 36px;
}
.vertical-tab .nav-tabs {
  width: 100%;
  border: none;
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a {
  color: #fff;
  background-color: #45c2ed;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18.5px 15px;
  margin: 30px 0px 2px 0;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease 0s;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  outline: medium none;
}
.vertical-tab .nav-tabs li a b {
  display: block;
  margin: 0 0 12px;
  font-size: 28px;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background-color: #6772e5;
  border: none;
  transition: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
  content: "";
  background: linear-gradient(45deg, transparent 49%, #6772e5 50%);
  height: 22px;
  width: 22px;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: -11px;
  top: 52%;
  transition: none;
}
.vertical-tab .nav-tabs li a.active:before,
.vertical-tab .nav-tabs li a:hover:before {
  opacity: 1;
}
.vertical-tab .nav-tabs li a.active:after,
.vertical-tab .nav-tabs li a:hover:after {
  background: transparent;
  width: 100%;
  height: 100%;
  border-color: #45c2ed;
}
.vertical-tab .tab-content {
  color: #272e38;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 23px;
  margin-top: 0px;
  padding: 10px 0px;
  border: medium;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
}
.vertical-tab .tab-content h3 {
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.vertical-tab .tab-content .single-order {
  background: #fff;
  margin: 0 0px 10px;
  padding: 6px 0px 5px;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
  float: left;
}
.clearfix {
  overflow: auto;
  clear: both;
}
.vertical-tab .tab-content .single-order .ordername {
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 0px 0 5px;
}
.vertical-tab .tab-content .single-order .ordername h6 {
  font-weight: 700;
  font-size: 11px;
  text-transform: none;
  line-height: 20px;
}
.single-order .ordername h6 span.text-left {
  color: #45c2ed;
  float: left;
  display: inline-block;
}
.single-order .ordername h6 span.text-right {
  color: #e6003b;
  float: right;
}
.vertical-tab .tab-content .ordersubject {
  border: 1px dashed #e6003b;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 1.5px 10px;
  margin: 2px 0;
}
.vertical-tab .tab-content .single-order .ordersubject h6 {
  font-weight: 700;
  margin: 0px 0 0;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
}
.single-order .ordersubject h6 span.text-left {
  color: #444545;
  float: left;
  font-weight: 700;
  font-size: 9.22px;
  display: block;
}
.single-order .ordersubject h6 span.text-right {
  color: #868686;
  float: right;
  font-weight: 500;
  font-size: 8.48px;
  display: inline-block;
}
.vertical-tab .tab-content .single-order .ordertype {
  border: 1px dashed #e6003b;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 1.5px 10px;
  margin: 2px 0;
}
.vertical-tab .tab-content .single-order .ordertype h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
}
.single-order .ordertype h6 span.text-left {
  color: #444545;
  float: left;
  font-weight: 700;
  font-size: 10.22px;
}
.single-order .ordertype h6 span.text-right {
  color: #868686;
  float: right;
  font-weight: 500;
  font-size: 9.48px;
}
.vertical-tab .tab-content .single-order .orderlevel {
  border: 1px dashed #e6003b;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 1.5px 10px;
  margin: 2px 0;
}
.vertical-tab .tab-content .single-order .orderlevel h6 {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}
.single-order .orderlevel h6 span.text-left {
  color: #444545;
  float: left;
  font-weight: 700;
  font-size: 10.22px;
}
.single-order .orderlevel h6 span.text-right {
  color: #868686;
  float: right;
  font-weight: 500;
  font-size: 9.48px;
}
.vertical-tab .tab-content .single-order .orderwriter {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.vertical-tab .tab-content .single-order .orderwriter h6 {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}
.single-order .orderwriter h6 span.writer {
  color: #fff;
  float: left;
  font-weight: 400;
  font-size: 12px;
  background: #333333;
  padding: 8.5px 5px;
  margin: 10px 0 5px;
  text-transform: capitalize;
  display: inline-block;
  width: 35%;
  text-align: center;
}
.single-order .orderwriter h6 span.wrt_rating {
  color: #fff;
  float: left;
  font-weight: 600;
  font-size: 12px;
  background: #6772e5;
  padding: 10px 6px;
  margin: 10px 0px 5px;
  text-transform: capitalize;
  display: inline-block;
  width: 65%;
  text-align: left;
}
.orderwriter h6 .stars-active {
  color: #eebd01;
  font-size: 10px;
  margin: 0px 0px 0 0px;
}
.orderwriter h6 span.satisfiction {
  text-align: left;
  float: left;
}
.orderwriter h6 .progress {
  height: 11px;
  margin: 5px 0 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.orderwriter h6 .progress-bar {
  background-color: #45c2ed;
}
.vertical-tab .tab-content .single-order .orderdeadline {
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 0;
}
.vertical-tab .tab-content .single-order .orderdeadline h6 {
  font-weight: 700;
  font-size: 11.41px;
  text-transform: none;
  line-height: 20px;
}
.single-order .orderdeadline h6 span.text-left {
  color: #45c2ed;
  float: left;
  display: inline-block;
}
.single-order .orderdeadline h6 span.text-right {
  color: #3e3e3e;
  float: right;
}
.vertical-tab .tab-content .single-order p {
  text-align: left;
  color: #646464;
  font-weight: 300;
  font-size: 12px;
  margin: 0px auto;
  text-transform: none;
  line-height: 0;
}
.vertical-tab .tab-content .carousel-indicators {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -32%;
  text-align: center;
  list-style: none;
}
.vertical-tab .tab-content .carousel-indicators li.active {
  opacity: 1;
  background-color: #6772e5;
}
.vertical-tab .tab-content .carousel-indicators li {
  margin: 0 2px;
  background-color: transparent;
  border-color: #b5b7b9;
  opacity: 0.7;
  border-width: 3px;
  width: 15px;
  height: 15px;
}
.vertical-tab .tab-content .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 1px;
  background-color: #fff;
  border: 1px solid #6772e5;
}
.vertical-tab .tab-content .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #7d7b7b;
  border: 1px solid #7d7b7b;
  border-radius: 10px;
}
.counting::after {
  content: "+";
  position: absolute;
}

/*** Order Numbers section Ends ***/

/*** Consultation section Starts ***/
section.consultation {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 45px;
  color: #fff;
}
section.consultation.gray {
  background-image: url(../images/ready-bg.html);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  position: relative;
}
.discount.thankyou {
  padding: 50px 0 50px !important;
}
.discount.thankyou .main_paragraph {
  display: block;
  margin: 30px 0 15px;
}
.discount {
  padding: 30px 0 30px;
}
.discount .discount_off .contact_buttons {
  margin: 25px 0px 15px;
}
.discount .discount_off h6.large_title {
  font-size: 30px;
}
.discount .left_img_box {
  position: absolute;
  width: 315px;
  left: -75px;
  top: -45px;
}
section.consultation.bgbluebg {
  background-image: url(../images/ready-bg_blue.html);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  position: relative;
}
.consultation hgroup {
  margin-top: 15px;
}
.consultation .discount_off_left h6.large_title {
  text-transform: none;
  font-size: 32px;
  line-height: 36px;
}
section.consultation .discount_off_left p {
  text-align: left;
  color: #fefcfc;
  font-weight: 300;
  font-size: 19px;
  margin: 10px auto 0;
  vertical-align: middle;
  text-transform: none;
  line-height: 33px;
  padding: 0;
}
section.consultation .help-form .nice-select {
  border: 2px dashed #fefcfc !important;
  background: transparent !important;
  color: #fefcfc !important;
  padding: 20px 25px !important;
  height: auto !important;
  border-radius: 30px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  margin: 28px 0 0;
}
section.consultation .help-form .nice-select:after {
  border-bottom: 10px solid #fefcfc;
  border-right: 1px solid #fefcfc;
  content: "";
  height: 12px;
  margin-top: -7px;
  right: 20px;
  width: 12px;
  border-top: 0px solid #fefcfc;
  border-left: 10px solid transparent;
}
section.consultation .help-form .nice-select.open .list {
  width: 100%;
  min-height: 275px;
  overflow-y: scroll;
  max-height: 275px;
}
section.consultation .help-form .nice-select .option {
  color: #303030;
}
section.consultation .help-form span.available {
  display: inline-block;
  margin: 30px 0 0;
  visibility: hidden;
}
.listblock {
  visibility: visible !important;
}
section.consultation .help-form span span.hide_first {
  display: none;
}
section.consultation .help-form span b span.last_hour {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 5px 0 0;
}
section.consultation .help-form span b {
  color: #fefcfc;
  font-weight: 700;
  vertical-align: super;
  text-transform: none;
  line-height: 15px;
  font-size: 28px;
  display: block;
  position: relative;
  top: 5px;
}
section.consultation .help-form span b .products {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
}
section.consultation .help-form span span.hide_first {
  display: none;
}
section.consultation .help-form span span.hide_second {
  float: left;
  display: none;
}
section.consultation .help-form .order_btn {
  float: right;
  display: inline-block;
  margin: 31px 0 0;
}
section.consultation .help-form a {
  margin: 0px 0px 0 9px;
  vertical-align: bottom;
}
section.consultation .discount_off {
  margin: 0px 0 0px 60px;
  text-align: center;
}
section.consultation .discount_off li {
  display: inline-block;
}
section.consultation .discount_off li a {
  display: block;
  text-align: center;
  margin: 15px 5px 0 0;
}
section.consultation .discount_off li a.chaton {
  background: #343a40 !important;
}
section.consultation .discount_off li a.chaton:hover {
  background: #6772e5 !important;
}
section.consultation .discount_off a span {
  display: block;
  padding: 0 !important;
  text-align: center;
}
section.consultation .cta_cmn_btn {
  margin: 28px 0 15px 0px;
  width: 100%;
}
section.consultation .cta_cmn_btn i {
  margin: 7px 5px 0 0;
  float: left;
  vertical-align: middle;
  font-size: 26px;
  position: relative;
}
section.consultation .cta_cmn_btn i.fa-phone-alt {
  font-size: 20px;
  margin: 10px 0px 0 -3px;
}
section.consultation .cta_cmn_btn span.second {
  display: block;
  font-size: 18px;
}
section.consultation .cta_cmn_btn img {
  margin: 7px 5px 0 0;
  float: left;
  vertical-align: middle;
  position: relative;
}
section.consultation .cta_cmn_btn a {
  display: block;
  text-align: left;
  float: left;
  border-left: 1px solid #6772e5;
  margin: 0 50px 0 0px;
  padding: 0px 0 0;
  outline: none;
  text-decoration: none;
}
section.consultation .cta_cmn_btn a span {
  padding: 5px 0 0px 10px;
  font-size: 13px;
}
section.consultation .cta_right_img img {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.consultation .cta_left_img img {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  max-width: 285px;
}

/*** Consultation section Ends ***/

/*** Comparison section Starts ***/
section.comparison_analysis {
  background: #f9f9f9;
  position: relative;
  padding: 60px 0;
  color: #222;
}
section.comparison_analysis .outer_ourfeaturebox {
  margin: 0 auto 55px;
}
section.comparison_analysis hgroup h6.large_title {
  text-transform: none;
}
section.comparison_analysis .main_paragraph {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6c757d;
}
.comparison {
  padding: 60px 0 120px;
}
.comparison_wrapper {
  border: 1px solid #dee2e6;
}
.comparison_head h6 {
  font-weight: 600;
  margin-bottom: 0;
  padding: 25px 45px;
}
.comparison_media .media .fas,
.comparison_media .media .fa {
  color: #6772e5;
}
.comparison_tbl .table {
  margin: 0;
}
.comparison_tbl .table thead {
  background-image: linear-gradient(to bottom, #017b89, #fff);
}
.comparison_tbl .table thead p {
  margin: 0;
}
.comparison_media.last_media .fa {
  color: #ffc715;
}
.comparison_media.other_media .fas {
  color: #cd0001;
}
.comparison_media.last_media .fas {
  color: #019800;
}
.text-greeen {
  color: #019800;
}
.comparison_tbl .table .star_rating .stars-active {
  color: #eebd01;
  text-align: center;
}
.comparison_tbl .table .star_rating .stars-gray {
  color: #6c757d8f;
  text-align: center;
}
.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-star-half-o,
.fa.fa-star-half-empty,
.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-star-half-empty:before,
.fa.fa-star-half-full:before,
.fa.fa-star-half-o:before {
  content: "\f123";
}
.comparison_media.other_media .media span,
.comparison_media.last_media .media span {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  top: 10px;
  padding: 0px 4.5px;
}
.comparison_body {
  border-top: 1px solid #dee2e6;
}
.comparison_media .media-body p {
  margin: 5px 0 0 !important;
  font-size: 15px;
}
.comparison_tbl .comparison_head {
  padding: 15px 0 15px 0px;
}
.comparison_tbl .table thead th:nth-child(1) {
  padding: 15px 0 15px 25px;
  text-align: left;
}
.comparison_tbl .table-bordered td,
.comparison_tbl .table-bordered th {
  border: unset;
}
.comparison_tbl {
  border: 1px solid #dee2e6;
}
.comparison_tbl .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.comparison_tbl .table th {
  border-top: 0;
}
.comparison_tbl .table thead th:nth-child(1),
.comparison_tbl .table td:nth-child(1) {
  width: 40%;
  vertical-align: middle;
}
.comparison_tbl .table td {
  width: 20%;
  vertical-align: middle;
  padding: 12px 12px 11px;
}
.comparison_media img {
  margin: 0px 8px 0 0;
  filter: brightness(0.5);
}
.comparison_media.other_media .media span,
.comparison_media.last_media span {
  width: 25px;
  margin: 0 auto;
}

/*** Comparison section Ends ***/

/*** Our Process section Starts ***/
section.ourprocess {
  background: #f9f9f9;
  position: relative;
  top: 0;
  z-index: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 60px;
  color: #fff;
}
section.ourprocess hgroup {
  margin: 0 auto 50px;
}
section.ourprocess hgroup h6.exlarge_title {
  text-transform: none;
  font-size: 47px;
}
section.ourprocess .img_box {
  float: left;
  width: 20%;
}
section.ourprocess .content_box {
  float: left;
  vertical-align: middle;
  margin: 8px 0 0 0;
}
section.ourprocess .process_type {
  margin: 40px 0 0;
  float: left;
  position: relative;
}
section.ourprocess .process_type .single-process {
  margin: 0px 0px 40px 0px;
  padding: 7px 15px 8px;
  border-radius: 5px;
  float: left;
  width: 86%;
  box-shadow: -2px 4px 4px 1px #37b8c7 !important;
  -webkit-box-shadow: 0px 4px 4px 0px #37b8c7 !important;
  border: 1px solid #017b89;
  position: relative;
}
section.ourprocess .process_type .single-process:hover {
  border: 1px solid #6772e5;
  background-color: #000;
}
section.ourprocess .process_type .single-process:hover h6 {
  color: #fff;
}
section.ourprocess .outer_process {
  float: left;
  width: 100%;
  position: relative;
}
section.ourprocess .outer_process .number {
  float: left;
  width: 12%;
  margin: 12px 0 0;
}
section.ourprocess .process_type .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 15px solid #00abe6;
  border-bottom: 6px solid transparent;
  display: inline-block;
  margin: 12px 0px 0 5px;
  transform: rotate(180deg);
  display: none;
}
section.ourprocess .process_type .number span {
  background: #017b89;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border-radius: 35px;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0px 4px 4px 0px #37b8c7 !important;
  -webkit-box-shadow: 0px 1px 3px 3px #37b8c7 !important;
  border: 1px solid #017b89;
  top: 0;
  float: left;
}
section.ourprocess .process_type .number span:hover {
  background: #37b8c7;
}
section.ourprocess .process_type .single-process.marg-top {
  margin-top: 20px;
}
section.ourprocess .process_type .single-process h6 {
  text-transform: none;
  font-weight: 500;
  font-size: 17px;
}
section.ourprocess .process_type .single-process p {
  text-align: left;
  color: #565656;
  font-weight: 400;
  font-size: 14.18px;
  margin: 5px auto 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  line-height: 19px;
}
section.ourprocess .process_type .single-process img {
  float: left;
  vertical-align: middle;
  margin: 0px 20px 0 0;
  display: inline-block;
  padding: 0;
}
section.ourprocess .process_type .single-process .process_icons {
  background-image: url("../images/process_icons_sprites.html");
  width: 68px;
  height: 68px;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  transform-origin: 0 0;
  transition: transform 0.5s, visibility 0.5s ease-in;
}
.process_type .single-process .process_icons.process_icons1 {
  background-position: 0 0;
}
.process_icons.process_icons1:hover,
.process_icons.process_icons2:hover,
.process_icons.process_icons3:hover,
.process_icons.process_icons4:hover {
  transform: scale(1.099);
}
.process_type .single-process .process_icons.process_icons2 {
  background-position: 0 -153px;
}
.process_type .single-process .process_icons.process_icons3 {
  background-position: 0 -306px;
}
.process_type .single-process .process_icons.process_icons4 {
  background-position: 0 -459px;
}
section.ourprocess .ourprocess_detail .detailimg_box {
  margin-top: 35%;
  background-image: url(../images/Make_an_account.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
}
.detail_single-process {
  margin-top: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
}
.detail_single-process-1 {
  margin-top: 35%;
  background-image: url(../images/Make_an_account.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
.detail_single-process-2 {
  margin-top: 35%;
  background-image: url(../images/Tell_us_about_your_work.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
.detail_single-process-3 {
  margin-top: 35%;
  background-image: url(../images/Pay_Us.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
.detail_single-process-4 {
  margin-top: 35%;
  background-image: url(../images/Make_an_account.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 395px 0 0;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
section.ourprocess .ourprocess_detail .detailimg_box img {
  display: block;
  margin: 0 auto 0;
}
section.ourprocess .ourprocess_detail .contact_buttons {
  display: block;
  margin: 65px 0 0; /*    float: left;*/
}
section.ourprocess .ourprocess_detail .contact_buttons .col-sm-6 {
  padding: 0 15px 0 0;
}
section.ourprocess .ourprocess_detail .contact_buttons a .contact_icons1_btn {
  background-image: url("../images/contact_icons_sprites.html");
  width: 54px;
  height: 58px;
  margin: 0 5px 0 0;
  float: left;
  display: inline-block;
}
section.ourprocess
  .ourprocess_detail
  .contact_buttons
  a
  .contact_icons1_btn.contact_icons1_btn1 {
  background-position: -568px 0;
}
section.ourprocess
  .ourprocess_detail
  .contact_buttons
  a
  .contact_icons1_btn.contact_icons1_btn2 {
  background-position: -284px 0;
}
section.ourprocess .ourprocess_detail .contact_buttons a span {
  display: block;
  padding: 20px 0 15px !important;
  text-align: center;
}

/*** Our Process section Ends ***/

/*** Our Features section Starts ***/
section.ourfeatures {
  background: #fff;
  position: relative;
  padding: 60px 0;
  color: #222;
}
section.ourfeatures .outer_ourfeaturebox {
  margin: 0 auto 55px;
}
section.ourfeatures hgroup h6.large_title {
  text-transform: none;
}
section.ourfeatures .features_type .single-ourfeature {
  margin: 0px;
  padding: 0px 0;
  border-radius: 0px;
}
section.ourfeatures .features_type .single-ourfeature h6 {
  text-align: left;
  color: #00abe6;
  font-weight: 700;
  font-size: 27px;
  margin: 25px 0;
  vertical-align: super;
  text-transform: capitalize;
  line-height: 25px;
  padding: 0 0 0 15px;
}
section.ourfeatures .features_type .single-ourfeature h6:first-child {
  margin-top: 0;
}
section.ourfeatures .features_type .single-ourfeature ul li {
  text-align: left;
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 12px;
  vertical-align: super;
  text-transform: none;
  line-height: 38px;
  padding: 0 0 0 15px;
  cursor: pointer;
}
section.ourfeatures .features_type .single-ourfeature ul li:hover {
  color: #00abe6;
}
section.ourfeatures .features_type .single-ourfeature ul li span.price {
  text-align: left;
  color: #00abe6;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  float: right;
}
.features_type .single-ourfeature ul li::before {
  content: "";
  position: absolute;
  background: url(../images/featurearrow.html);
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin: 10px 0px 0 -30px;
}
section.ourfeatures .offersdetail_box img {
  display: block;
}
section.ourfeatures .features_detail {
  width: 61%;
  margin: 0 auto;
  padding: 0 20px;
}
.firstbox,
.secondbox,
.thirdbox,
.fourthbox,
.fifthbox,
.sixthbox,
.seventhbox,
.eighthbox,
.ninethbox,
.tenthbox,
.eleventhbox {
  display: none;
}
section.ourfeatures .offersdetail_box .offerimg_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 440px 0 0;
  margin: 20px auto 15px;
}
section.ourfeatures .offersdetail_box h6 {
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  font-size: 27px;
  margin: 35px 0 20px;
  vertical-align: super;
  text-transform: capitalize;
  line-height: 25px;
  padding: 0;
}
section.ourfeatures .offersdetail_box p {
  text-align: left;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 18px;
  margin: 0px 0 10px;
  vertical-align: super;
  text-transform: none;
  line-height: 35px;
  padding: 0 0 0;
}
section.ourfeatures .contact_buttons {
  display: block;
  margin: 15px 0 0;
}
section.ourfeatures .contact_buttons .col-sm-6 {
  padding: 0 15px 0 0;
}
section.ourfeatures .contact_buttons a.slateblueextralarge {
  padding: 0px 12px 0px !important;
  font-size: 18px;
  text-transform: none;
}
section.ourfeatures .contact_buttons a .contact_icons2_btn {
  background-image: url("../images/contact_icons_sprites.html");
  width: 54px;
  height: 58px;
  margin: 0 5px 0 0;
  float: left;
  display: inline-block;
}
section.ourfeatures .contact_buttons a .contact_icons2_btn.contact_icons2_btn1 {
  background-position: -568px 0;
}
section.ourfeatures .contact_buttons a .contact_icons2_btn.contact_icons2_btn2 {
  background-position: -284px 0;
}
section.ourfeatures .contact_buttons a span {
  display: block;
  padding: 20px 0 15px !important;
  text-align: center;
}

/*** Our Features section Ends ***/

/*** Testimonials section Starts ***/
section.testimonials {
  background: #f9f9f9;
  position: relative;
  padding: 50px 0 50px;
  color: #222;
}
section.testimonials .outer_tesimonialsbox {
  margin: 0 auto 30px;
}
section.testimonials hgroup h6.large_title {
  text-transform: none;
}
section.testimonials .single-testimonials {
  min-height: 310px;
  background: #00abe6;
  margin: 10px 10px 15px;
  border-radius: 30px;
  padding: 10px 12px 10px;
  cursor: pointer;
  float: left;
  box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
section.testimonials .single-testimonials h6 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20.7px;
  line-height: 35px;
  margin: 0;
  vertical-align: middle;
}
section.testimonials .single-testimonials h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
  vertical-align: middle;
  font-style: italic;
}
section.testimonials .single-testimonials h3 {
  text-align: center;
  color: #282728;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  margin: 0;
  vertical-align: middle;
}
section.testimonials .single-testimonials h4 {
  color: #000;
  line-height: 20px;
  text-transform: none;
  margin: 10px 0 0px 0px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
section.testimonials .single-testimonials p {
  font-size: 17px;
  margin: 0;
  color: #383838;
  line-height: 25px;
  text-align: center;
}
section.testimonials .carousel-indicators {
  bottom: -40px;
  text-align: center;
}
section.testimonials .carousel-indicators li {
  margin: 0 2px;
  background-color: #282728;
  border-color: #282728;
  border-width: 3px;
  width: 17px;
  height: 17px;
}
section.testimonials .carousel-indicators li.active {
  background-color: #00abe6;
  border-color: #00abe6;
}
section.testimonials .single-testimonials blockquote {
  position: relative;
  padding: 0px 0px;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 18px;
  color: #fff;
  font-style: italic;
}
section.testimonials .star_rating {
  text-align: center;
  margin: 5px 0 5px;
}
section.testimonials .star_rating .stars-active {
  color: #eebd01;
  text-align: center;
}
section.testimonials .star_rating .stars-active i {
  font-size: 15px;
}
section.testimonials .video-signal iframe {
  height: 322px;
  width: 100%;
}
section.testimonials .video-signal p {
  font-size: 17px;
  padding: 5px 15px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  background: #000000;
  font-weight: 500;
  float: left;
  width: 100%;
  margin: -5px 0 0;
}
section.testimonials .video-signal img {
  float: left;
  height: 50px;
  cursor: pointer;
}
section.testimonials .video-signal p span {
  font-size: 13px;
  float: right;
  display: block;
  padding: 10px 0px;
}
section.testimonials .swiper-button-prev,
section.testimonials .swiper-rtl .swiper-button-next {
  left: -35px !important;
  right: auto !important;
  color: #45c2ed !important;
}
section.testimonials .swiper-button-next,
section.testimonials .swiper-rtl .swiper-button-prev {
  right: -35px !important;
  left: auto !important;
  color: #45c2ed !important;
}
section.testimonials .banner_seals {
  text-align: center;
  padding: 0 0 0 10px;
  display: inline-block;
  margin: 12px 30px 0 0;
}
.seals-cmn.mx-auto.text-center {
  margin-top: 35px !important;
}
section.testimonials .banner_seals img {
  max-width: 130px;
  vertical-align: sub;
}
section.testimonials .banner_seals .stars_rating {
  color: #222;
  vertical-align: super;
  position: relative;
  top: 5px;
  font-weight: 500;
}
.mySwiper .owl-prev {
  position: absolute;
  left: -35px;
  top: 40%;
  font-size: 60px;
  font-weight: 400;
  color: #00abe6;
}
.mySwiper .owl-next {
  position: absolute;
  right: -35px;
  top: 40%;
  font-size: 60px;
  font-weight: 400;
  color: #00abe6;
}

/*** Testimonials section Ends ***/

/*** Top universities section Starts ***/
.topuniversities {
  background: #fff;
  position: relative;
  padding: 50px 0 60px;
  color: #222;
}
.topuniversities hgroup {
  margin: 0 0 40px;
}
.topuniversities hgroup h6.large_title {
  text-transform: none;
}
.topuniversities .univ_logos {
  margin: 0 15px 0 0;
  background-image: url(../images/Uni-logos-2.html);
  width: 160px;
  height: 55px;
  display: inline-block;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  opacity: 0.8;
}
.topuniversities .univ_logos.univ_logos1 {
  background-position: -4px 0px;
  width: 173px;
  margin: 0 10px 0 0px;
}
.topuniversities .univ_logos.univ_logos1:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .univ_logos.univ_logos2 {
  background-position: -195px 0px;
  width: 150px;
}
.topuniversities .univ_logos.univ_logos2:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .univ_logos.univ_logos3 {
  background-position: -359px 0px;
  width: 115px;
}
.topuniversities .univ_logos.univ_logos3:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .univ_logos.univ_logos4 {
  background-position: -493px 0px;
  width: 90px;
  margin: 0 0 0 0px;
}
.topuniversities .univ_logos.univ_logos4:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .univ_logos.univ_logos5 {
  background-position: -650px 0px;
}
.topuniversities .univ_logos.univ_logos5:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .univ_logos.univ_logos6 {
  background-position: -820px 0px;
}
.topuniversities .univ_logos.univ_logos6:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}
.topuniversities .uni_logos a {
  text-decoration: none;
  outline: none;
  display: block;
  padding: 0px 0;
}
.topuniversities .uni_logos img {
  display: block;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  opacity: 0.8;
}
.topuniversities .uni_logos img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*** Top Universities section Ends ***/

/*** Our Help section Starts ***/
section.ourhelp {
  background: #fff;
  position: relative;
  padding: 60px 0;
  color: #222;
}
section.ourhelp .outer_ourhelpbox {
  margin: 0 auto 55px;
}
section.ourhelp hgroup h6.large_title {
  text-transform: none;
}
section.ourhelp hgroup .main_paragraph {
  display: block;
}
section.ourhelp .single-ourhelp {
  background: #00abe6;
  margin: 0 0px 0px;
  border-radius: 30px;
  padding: 10px 20px 10px;
}
section.ourhelp .single-ourhelp:hover,
section.ourhelp .single-ourhelp:focus {
  background: transparent;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
}
section.ourhelp .single-ourhelp h6 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0px 0 7px;
  vertical-align: super;
  text-transform: none;
  line-height: 24px;
}
section.ourhelp .single-ourhelp h6 span {
  margin: 0 10px 0 0;
  background-color: #fff;
  border-color: #fff;
  border-width: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 0 0px 0 0;
  display: inline-block;
}
section.ourhelp .single-ourhelp p {
  color: #fff;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0 0px 0 0px;
  text-transform: none;
  width: 100%;
  line-height: 24px;
  padding: 0 0 0 17px;
}
section.ourhelp .single-ourhelp:hover h6,
section.ourhelp .single-ourhelp:hover p {
  color: #808080;
}
section.ourhelp .single-ourhelp:hover span {
  background-color: #6772e5;
  border-color: #6772e5;
}
section.ourhelp .helpdetail_box .helpdetailimg_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 410px 0 0;
  margin: 8% auto 20px;
}
.detail_single-help {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 410px 0 0;
  margin: 8% auto 20px;
  cursor: pointer;
}
.detail_single-help-0 {
  background-image: url(../images/Subject-Specialists.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 410px 0 0;
  margin: 8% auto 20px;
  cursor: pointer;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
.detail_single-help-1 {
  background-image: url(../images/Guidelines.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 410px 0 0;
  margin: 8% auto 20px;
  cursor: pointer;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
.detail_single-help-2 {
  background-image: url(../images/24-7.html) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 410px 0 0;
  margin: 8% auto 20px;
  -webkit-animation: breath 2s;
  animation: breath 2s;
  animation-iteration-count: 1;
}
section.ourhelp .helpdetail_box h6 {
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  font-size: 27px;
  margin: 35px 0 20px;
  vertical-align: super;
  text-transform: capitalize;
  line-height: 25px;
  padding: 0;
}
section.ourhelp .out_box {
  background: transparent;
  margin: 18px 0 0;
  border: 2px dashed #000;
  border-radius: 30px;
  padding: 4px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  width: 100%;
}
section.ourhelp .out_box:hover {
  border: 2px dotted #000;
  border-radius: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*** Our Help section Starts ***/

/*** Common Pages section Starts (Referrel) ***/

/*** Common Topbanner section ***/
section.commonbanner {
  background: #fff;
  position: relative;
  top: 0;
  z-index: 222 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 0 0;
  color: #fff;
}
section.commonbanner.slatebluebg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(103, 114, 229, 0.8);
}
section.commonbanner hgroup {
  margin: 30px 0 0;
}
section.commonbanner.pageterms_conditions hgroup {
  margin: 0;
}
section.commonbanner h1.large_title {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.1;
}
section.commonbanner h1.medium_title {
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 21px;
}
section.commonbanner h1.medium_title.no_case {
  text-transform: initial !important;
  margin-bottom: 0;
}
section.commonbanner p {
  text-align: left;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  margin: 0px 0 20px;
  vertical-align: super;
  text-transform: none;
  line-height: 30px;
  padding: 0 0 0;
  font-family: "Poppins", sans-serif;
}
section.commonbanner .contact_buttons {
  margin: 23px 15px 0px;
}
section.commonbanner .contact_buttons a {
  margin: 8px 0px 0 9px;
  font-weight: 700;
}
section.commonbanner .slatebluelarge,
.referrallevel .slatebluelarge {
  text-transform: uppercase;
  padding: 17px 15px 15px;
  margin: 0 auto 25px;
  font-size: 16px;
}
.pagereferral .slateblueextralarge,
.referrallevel .slateblueextralarge {
  text-transform: uppercase;
  padding: 0px 15px 0px 5px;
  margin: 0 auto 25px;
  font-size: 16px;
  min-width: unset;
  max-width: none;
}
.referrallevel .slateblueextralarge img {
  float: left;
  margin: 0 0px 0 0px;
  max-height: 58px;
}
.referrallevel .slateblueextralarge span {
  display: inline-block;
  padding: 23px 0 18px !important;
  text-align: center;
}
.commonbanner.pageourprocess .common_orderform .calculate_order {
  margin: 13% 0 0 10%;
  width: 70%;
}
.commonbanner .common_orderform .calculate_order {
  background: #6772e5;
  padding: 25px 0px 0px;
  border-radius: 20px; /* height: 510px; */
  margin: 13.5% 0 0 25%;
  width: 70%;
  display: block;
  border: medium;
  color: #fff;
  -webkit-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
.commonbanner .common_orderform .calculate_order .form-title {
  text-align: center;
  padding: 0px 0;
  margin-bottom: 30px;
}
.commonbanner .common_orderform .calculate_order .form-title h3 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 20.65px;
}
.commonbanner .common_orderform .order-form {
  margin: 0 auto;
  padding: 0px 30px;
}
.commonbanner .common_orderform .form-control {
  box-sizing: border-box;
  cursor: pointer;
  outline: medium none !important;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 20px auto 0px;
  padding: 5px 25px;
  color: #858484;
  font-size: 13px;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #fff;
  height: 35px;
  background: #fff;
}
.commonbanner .common_orderform .continuebtn {
  color: #fff;
  background-color: #e72952;
  padding: 19px 0 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  border: medium none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0 0;
}

/*** Common content section ***/
section.commoncontent {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-image: url(../images/commonsectionbg.html);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  color: #fff;
}
section.commoncontent h1.exlarge_title {
  text-transform: capitalize;
  margin: 10px 0;
  line-height: 55px;
  color: #343434;
}
section.commoncontent h1.large_title {
  text-transform: capitalize;
  margin: 20px 0 10px;
  line-height: 45px;
  color: #3c3d3d;
}
section.commoncontent h5.large_title {
  text-transform: capitalize;
  margin: 20px 0 10px;
  line-height: 45px;
  color: #3c3d3d;
}
section.commoncontent .main_paragraph {
  line-height: 30px;
  margin: 10px 0 0;
  color: #606060;
}
section.commoncontent .main_paragraph.mrb-30 {
  margin-bottom: 30px;
}
section.commoncontent .main_paragraph span {
  margin: 10px 0;
  display: block;
  color: #606060;
}
section.commoncontent .content_box .exsmall_title {
  margin: 20px 0 0;
  text-transform: uppercase;
  font-size: 21px;
}
section.commoncontent .content_box p {
  color: #7e7f80;
  font-weight: 400;
  font-size: 17px;
  margin: 10px auto 0;
  text-transform: none;
  line-height: 27px;
}
section.commoncontent .content_box img {
  margin: 40px auto 0;
}

/*** Common content section ends***/
section.commonbanner.pagefaqs {
  background-image: url(../images/sitemap_banner_bg.html);
  padding: 20px 0 0px;
}
section.commonbanner.pagepricing p {
  padding: 0 25px 0 0;
}
section.commonbanner.pagefaqs p {
  padding: 0 25px 0 0;
}
section.referrallevel {
  padding: 60px 0;
}
.referrallevel .card {
  margin: 40px auto;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  will-change: transform;
}
.referrallevel .card:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
.referrallevel .card-title {
  background: #00abe6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 0 18px 25px;
  margin: 0;
  text-transform: none;
  display: block;
}
.referrallevel .card-title.bgslateblue {
  background: #6772e5;
}
.referrallevel .card-title img {
  float: right;
  margin: -35px -5px 0 0px;
}
.referrallevel ul.list-group {
  display: block;
}
.referrallevel .list-group-item {
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  background-color: #fafafa;
  border: medium none !important;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: medium;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #7e7f80;
  margin: 0 0 2px 0;
  line-height: 20px;
}
.referrallevel .list-group-item:before {
  content: "\f101";
  margin: 0 10px 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #fc422c;
}
.referrallevel .list-group-item.noicon:before {
  content: "" !important;
  margin: 0 10px 0 0px !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  left: 0 !important;
  color: #000 !important;
}
.referrallevel .list-group-item.noicon span {
  padding: 0 0 0 25px;
}
.referrallevel .list-group-item:hover {
  background: #00abe6;
  color: #fff;
}
.referrallevel .list-group-item:hover:before {
  color: #fff;
}
.referrallevel .list-group-item img {
  margin: 0 10px 0 0;
}
.referrallevel .list-group-item:last-child {
  margin: 0 !important;
}
section.referralpolicy {
  background: #37d6f8;
  padding: 20px 0 0;
  margin: 30px 0 0;
}
section.referralpolicy img {
  display: block;
  margin: -55px auto 0;
}
section.referralpolicy .exlarge_title {
  padding: 10px 0;
  font-size: 49px;
  text-transform: none;
}
section.referralpolicy .policybg {
  background: #fff;
  position: relative;
  top: 0;
  z-index: auto;
  background-image: url(../images/generalpolicesbg.html);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  color: #fff;
}
section.referralpolicy .policybg .medium_title {
  font-size: 16px;
  line-height: 20px;
}
section.referralpolicy .policybg a {
  color: #000;
}
.policybg ul {
  padding: 25px 20px;
}
.policybg ul li {
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 10px auto 0;
  text-transform: none;
  line-height: 20px;
  padding: 0 0 0 0px;
}
.policybg ul li:before {
  content: "\f0da";
  margin: 0 10px 0 -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fc422c;
  position: absolute;
}

/*** Page Referrel Ends ***/
#featureaddons
  > div
  > div.content_box
  > div
  > div:nth-child(1)
  > div
  > span.digitbottom {
  position: absolute;
  bottom: 0;
}

/*** Services We Offer Starts ***/
.service_offer {
  background: #f8f8f8;
  padding: 60px 0 40px;
  margin: 0 0 0;
}
.service_offer .main_paragraph {
  margin: 15px 0 30px;
  text-align: center !important;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #6c757d;
}
.service_offer .quality-boxes {
  margin: 20px 0 0;
}
.service_offer .quality-boxes .wrapperz {
  border-radius: 10px;
  margin: 15px 0px 15px 0px;
  min-height: 131px;
  background-color: #fff;
  display: flex;
  box-shadow: 1px 3px 9px #888383;
}
.service_offer .quality-boxes .wrapperz .box {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 74px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 25px;
}
.service_offer .quality-boxes .wrapperz .box img {
  max-width: 50px;
  vertical-align: middle;
  margin: 0 auto;
  filter: brightness(0.5);
}
.service_offer h4.qualtiy-box-title {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 0px 0px 15px;
}
.service_offer .quality-boxes .wrapperz .wrapper-text {
  font-size: 14px;
  padding: 8px 15px 25px 15px;
  line-height: 20px;
  margin: 0;
  color: #6c757d;
}
.service_offer .type_services .main_paragraph {
  margin: 40px 0 35px;
  text-align: left !important;
  display: block;
  font-size: 15.7px;
  line-height: 26px;
  color: #6c757d;
}
.service_offer .type_services span {
  border: 1px solid #999;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 17px;
}
.service_offer .type_services span:hover {
  background: #000;
  color: #fff;
}
.service_offer .type_services span.right-first:hover {
  background: transparent;
  color: #6c757d;
}
.service_offer .type_services span.right-last:hover {
  background: transparent;
}
.service_offer .type_services span.right-first {
  margin: 0 0 0px;
  border: medium none;
}
.service_offer .type_services span.right-last {
  margin: 0 0 0px;
  border: medium none;
  padding: 0px 20px;
}
.service_offer .sub_ofer_box {
  padding: 10px 0 0px 0px;
}
.service_offer .sub_ofer_box span {
  color: #6c757d;
  font-size: 15px;
  margin: 0px 0 15px;
  display: block;
}
.service_offer .sub_ofer_box span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #017b89;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
section.abtbox {
    padding: 70px 0;
}
.university, .university h2, .university ul li {
    text-align: center;
}
.university h2 {
    width: 100%;
    color: #017b89;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    margin: 50px 0px 40px;
}
.university ul {
    width: 100%;
    display: flex;
    border-bottom: solid 1px #017b89;
}
.university ul li {
    display: inline-block;
    width: 33%;
    padding: 30px;
    border-right: solid 1px #017b89;
}
section.home-whchoose.set-bg {
    background: #f8f8f8;
}
.content-page.ext-spc {
    padding-bottom: 0;
}
.table-board .board-terms {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.table-board .board-terms li {
    padding: 14px 10px;
    background: #017b89;
    width: calc(100% - 76%);
    list-style: none;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 4px;
    transition: .2s linear;
    text-align: center;
    cursor: context-menu;
    border: 1px solid #017b89;
}
.table-board .board-terms li span {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
.table-board .board-terms li:hover {
    color: #017b89;
    background: 0 0;
    border-color: #017b89;
}
.table-board .board-terms li:hover span {
    color: #017b89;
}
section#howitworks {
    padding: 70px 0;
}
.heading-para {
    padding-bottom: 30px;
}

.heading-para .heading {
    font-size: 30px;
    font-weight: 500;
        margin-bottom: 20px;
    color: #017b89;
        font-weight: 700;
}
section#howitworks .heading-para p {
    font-size: 17px;
    line-height: 22px;
}
.howitworks-terms {
    display: flex;
    justify-content: space-between;
}
.home-howork li {
    width: 33.33%;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    position: relative;
    background: #fff;
    border-radius: 10px;
    transition: .2s linear;
    cursor: context-menu;
    text-align: left;
}
.howitworks-terms li:not(:last-child) {
    margin-right: 14px;
}
.howitworks-terms li {
    padding: 30px 30px 20px;
}
.howitworks-terms li {
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
}
.abtbox .subjects_offer span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #017b89;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.home-howork i {
    width: 90px;
    height: 90px;
    display: block;
}
.university ul:last-child {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.icon-sprite {
    background: url(../images/sprite.png) no-repeat;
}
.howitworks-terms li .howitworks_boc .ttl {
    font-size: 1.6rem;
    color:  #017b89;
    margin: 14px 0 10px;
    font-weight: 600;
}
.howitworks-terms li .howitworks_boc p {
    font-size: 1rem;
    letter-spacing: .64px;
        line-height: 22px;
}
.home-howork .payment-icon {
    background-position: 0 -90px;
}
.home-howork .paper-icon {
    background-position: 0 -180px;
}
.home-howork li+li+li:before {
    background: url(../images/how-arrow1.png) no-repeat;
}

.home-howork li+li:before {
    width: 88px;
    height: 18px;
     background: url(../images/how-arrow1.png) no-repeat;
    content: "";
    position: absolute;
    left: -49px;
    top: 40%;
    mix-blend-mode: multiply;
    background-size: 80% !important;
}
section.abtbox .subjects_offer {
    padding: 7px 0px;
}
.service_offer .sub_ofer_box span.right-last:before {
  display: none;
}
.service_offer .discount {
  text-align: center;
  background: transparent;
  padding: 10px 0 10px !important;
}
.service_offer .discount .cta_cmn_btn {
  margin: 10px 0 0px;
}

/*** Services We Offer Ends ***/

/*** Page FAQs Starts ***/
section.commonbanner.pagefaqs h1.large_title {
  text-transform: none;
}
section.pagefaq.secondsection {
  background: #fff;
}
section.pagefaq.secondsection .faqsimg {
  margin: 0px 0 0;
}
section.pagefaq.secondsection .nice-select {
  text-align: left !important;
  margin: 30px 0 0;
  padding: 17px 30px;
  color: #858484;
  font-size: 17px !important;
  width: 60% !important;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #fff;
  height: 62px;
  background: #fff;
  vertical-align: middle;
  line-height: 30px;
  appearance: none;
  background-image: url(../images/arrow_down.html);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
section.pagefaq .faqs {
  min-height: 330px;
}
section.pagefaq .faqs h5 {
  cursor: pointer;
  margin: 0 0 0 25px;
  font-size: 20px;
  color: #017b89 !important;
}
section.pagefaq .faqs .card {
  word-wrap: break-word;
  background-color: #fff;
  border: medium none;
}
section.pagefaq .faqs .card-header {
  margin: 0px 0 0px;
  border: medium none;
  background-color: transparent;
  padding: 8px 0;
}
section.pagefaq .faqs .card-header::before {
  content: "";
  background-image: url(../images/faq_arrow_bullet.html);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  margin: 5px 15px 0 0px;
}
section.pagefaq .faqs .card-body {
  margin: 10px 25px 10px 25px;
  border: 1px solid #d5d5d5;
  padding: 0;
}
section.commoncontent .faqs .main_paragraph {
  margin: 0px 0 0;
  padding: 10px 25px;
  font-size: 16px;
  color: #6c757d;
  line-height: 25px;
}
section.commoncontent .faqs .main_paragraph span {
  margin: 0 0 10px;
  color: #017b89 !important;
}
section.commoncontent .faqs .main_paragraph a {
  text-decoration: none;
  outline: medium none;
  display: inline-block;
}
section.commoncontent .faqs .main_paragraph a:hover {
  color: #e72952 !important;
}
section.pagefaq.discount_sales {
  background-image: url(../images/discount_bg_small.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.pagefaq.discount_sales .sales {
  margin: -9px 0 0;
}
section.pagefaq.discount_sales .arc img {
  display: block;
  margin: -9px 0 0 -9px;
}
section.pagefaq.discount_sales h1.exlarge_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 55px;
  padding: 70px 60px 60px;
}
section.pagefaq.discount_sales .sales h1.exlarge_title {
  padding: 30px 0;
}
section.pagefaq.discount_sales .sales h1.exlarge_title span.discount {
  font-weight: 900;
  font-size: 28px;
  line-height: 55px;
  color: #fff;
}
section.pagefaq.discount_sales .sales h1.exlarge_title span {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  display: block;
}

/*** Page FAQs Ends ***/
section.commoncontent #content_boxes .main_paragraph {
  margin: 10px 0 0;
  padding: 0px 25px 0 25px;
  font-size: 19px;
  color: #262626;
  line-height: 30px;
  float: left;
  width: 88%;
}
section.commoncontent #content_boxes .main_paragraph a {
  text-decoration: none;
  outline: medium none;
  display: inline-block;
  margin: 0px 5px 0 0;
  font-weight: 700;
  text-decoration: none;
  outline: medium none;
}
section.commoncontent #content_boxes .main_paragraph a:hover {
  color: #e72952 !important;
}
section.commoncontent #content_boxes img.float-right {
  margin: -5px auto 0;
  cursor: pointer;
}
section.commoncontent #content_boxes .social_contacts {
  display: block;
  margin: 0 auto;
  text-align: center;
}
section.commoncontent #content_boxes .social_contacts a {
  margin: 40px 15px 0 0;
  line-height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #000;
  font-size: 25px;
  text-decoration: none;
  outline: medium none;
}
section.commoncontent #content_boxes .social_contacts a:hover {
  color: #fff;
  background: #45c2ed;
  border: 2px solid #45c2ed;
}
section.pagefaq.discount_sales .arc img {
  display: block;
  margin: -7px 0 0 -9px;
}
.single_member .content_info h1 {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 23px;
  padding: 0;
  text-align: left;
  margin: 5px 0 0;
}
.single_member .content_info .member_name {
  color: #45c2ed;
  display: block;
}
.single_member .content_info .global_rating {
  color: #e6003b;
  display: block;
}
.single_member .content_info .star_rating {
  color: #ffbf00;
  display: inline-block;
}
section.commonbanner.pageprivacy_policy p {
  padding: 0 25px 0 0;
}
.commonbanner.userarea_banner {
    background: radial-gradient(28.09% 39.71% at 51.02% 71.74%, #37b8c7 0, #017b89 100%);
  padding: 50px 0;
}
section.commonbanner.userarea_banner hgroup {
  margin: 0 !important;
}
section.commonbanner.pagesitemap p {
  padding: 0 25px 0 0;
}
.guarantee_box:before {
  content: "";
  background-repeat: no-repeat;
  margin: -80px 0px 0 0px;
  position: absolute;
  width: 212px;
  height: 217px;
  left: 0;
  transition: linear 0.2s;
  transition-delay: 1s;
}

/*** Page Site Map Starts ***/
section.commonbanner.pagesitemap {
  background-image: url(../images/sitemap_banner_bg.html);
  padding: 40px 0 0px;
}
section.pagesitemap.secondsection {
  background: #fff;
  padding: 40px 0 70px;
}
section.commonbanner.pagesitemap img {
  margin: 0 auto;
  display: block;
}
section.pagesitemap.commonbanner hgroup {
  margin: 0;
}
section.pagesitemap.secondsection hgroup p {
  text-align: center;
  color: #3c3d3d;
  font-weight: 300;
  font-size: 18px;
  margin: 15px auto 10px;
  vertical-align: middle;
  text-transform: none;
  line-height: 30px;
  padding: 0;
}
.pagesitemap.secondsection .content_box {
  width: 76%;
  margin: 25px 8% 0px;
  float: left;
}
.pagesitemap.secondsection .medium_title {
  text-transform: uppercase;
  font-size: 28px;
  border: 3px solid #45c2ed;
  padding: 14px 0 10px;
}
.pagesitemap.secondsection .v_line {
  content: "";
  border-left: 3px dotted #45c2ed;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.pagesitemap.secondsection ul {
  font-size: 28px;
  border: 3px dotted #45c2ed;
  padding: 7px 0 10px;
  border-radius: 5px;
}
.pagesitemap.secondsection ul li a {
  color: #5b5b5b;
  text-decoration: underline;
  font-weight: 600;
  margin: 12px 0;
  display: inline-block;
  font-size: 23px;
  outline: medium none;
}
.pagesitemap.secondsection ul li a:hover {
  color: #45c2ed;
}

/*** Page Site Map Ends ***/

/*** Page Terms & Conditions Starts ***/
section.commonbanner.pageterms_conditions {
  background-image: url(../images/sitemap_banner_bg.html);
  padding: 40px 0 0px;
}
section.pageterms_conditions.secondsection {
  background: #fff;
  padding: 40px 0 70px;
}
section.commonbanner.pageterms_conditions img {
  margin: 0 auto;
  display: block;
}
section.pageterms_conditions.secondsection hgroup p {
  text-align: left;
  color: #3c3d3d;
  font-weight: 300;
  font-size: 17px;
  margin: 15px auto 10px;
  vertical-align: middle;
  text-transform: none;
  line-height: 35px;
  padding: 0;
}
.pageterms_conditions.secondsection .content_box {
  border: 5px dotted #6772e5;
  padding: 25px 20px;
}
.pageterms_conditions.secondsection .medium_title {
  text-transform: uppercase;
  font-size: 28px;
  padding: 0px 0 5px;
}
.pageterms_conditions.secondsection ul {
  color: #5b5b5b;
  margin: 5px 0 0;
  font-size: 17px;
  outline: medium none;
  font-weight: 300;
  line-height: 30px;
}
.pageterms_conditions.secondsection ul p {
  color: #5b5b5b;
  margin: 0px 0 10px;
  font-size: 18px;
  outline: medium none;
  font-weight: 300;
  line-height: 35px;
}
.pageterms_conditions.secondsection ul li {
  margin: 15px 0 0;
}
.pageterms_conditions.secondsection ul strong {
  font-weight: 600;
}
.pageterms_conditions.secondsection ul#arrow_styled li {
  display: inline-block;
  margin: 0 0 20px 25px;
}
.pageterms_conditions.secondsection ul#arrow_styled li:first-child {
  padding: 7px 0 0;
}
.pageterms_conditions.secondsection ul#arrow_styled li:before {
  content: "\f054";
  margin: 0 10px 0 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 25px;
  color: #d02c3f;
}
.pageterms_conditions.secondsection ul#bullet_styled li {
  margin: 0 0 25px 50px;
}
.pageterms_conditions.secondsection ul#bullet_styled li::before {
  content: "";
  background-image: url(../images/aboutus_list_bullet.html);
  background-repeat: no-repeat;
  width: 50px;
  height: 34px;
  position: absolute;
  margin: 0px 10px 0 -50px;
}
.pageterms_conditions.secondsection ul#bullet_styled {
  padding: 10px 0 0;
}
.pageterms_conditions.secondsection ul#bullet_styled li:last-child {
  margin: 0 0 0px 50px;
}

/*** Page Terms & Conditions Ends ***/

/*** Page Privacy Policy Starts ***/
section.commonbanner.pageprivacy_policy {
  background-image: url(../images/privacy_banner_bg.html);
  padding: 40px 0 0px;
}
.commonbanner.pageprivacy_policy .common_orderform .calculate_order {
  margin: 13% 0 0 20%;
  width: 69%;
}
section.commoncontent h1.large_title {
  text-transform: uppercase;
  margin: 0px 0 10px;
  line-height: 45px;
  color: #3c3d3d;
}
section.commoncontent h5.large_title {
  text-transform: uppercase;
  margin: 0px 0 10px;
  line-height: 45px;
  color: #3c3d3d;
}
section.pageprivacy_policy.secondsection {
  background: #fff;
  padding: 40px 0;
}
.pageprivacy_policy.secondsection .tabs_content {
  border-top: 3px solid #eeeeee;
}
.pageprivacy_policy.secondsection .tabs_content .nav-tabs {
  border-bottom: medium none;
  padding: 20px 0 0;
}
.pageprivacy_policy.secondsection .tabs_content .nav-link {
  text-transform: uppercase;
  padding: 14px 16px 13px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  outline: medium none;
  color: #45c2ed;
  background: transparent;
  border: 1px solid #6772e5;
  margin: 0 15px 15px 0;
}
.pageprivacy_policy.secondsection .tabs_content .nav-link.last {
  margin: 0;
}
.pageprivacy_policy.secondsection .tabs_content .nav-link.active,
.pageprivacy_policy.secondsection .tabs_content .nav-link:hover {
  background: #45c2ed;
  color: #fff;
}
.pageprivacy_policy.secondsection ul {
  color: #9c9c9c;
  font-size: 17px;
  outline: medium none;
  font-weight: 300;
  line-height: 24px;
}
.pageprivacy_policy.secondsection ul p {
  color: #9c9c9c;
  margin: 0px 0 50px;
  font-size: 17px;
  outline: medium none;
  font-weight: 300;
  line-height: 24px;
}
.pageprivacy_policy.secondsection ul strong {
  font-weight: 600;
  color: #d02c3f;
}
.pageprivacy_policy.secondsection ul#arrow_styled li:before {
  content: "\f054";
  margin: 0 5px 0 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  color: #d02c3f;
}
.pageprivacy_policy.secondsection ul#arrow_styled li {
  display: flex;
  margin: 0 0 30px 15px;
}
.pageprivacy_policy.secondsection ul#number_styled {
  list-style-type: decimal;
  padding: 0 0 0px 15px;
  color: #d02c3f;
}
.pageprivacy_policy.secondsection ul#number_styled li span {
  color: #9c9c9c;
  margin: 0 0 10px 5px;
  display: block;
}
.pageprivacy_policy.secondsection .tab-content {
  padding: 30px 0 0;
}
.pageprivacy_policy.secondsection .tab-content .small_title {
  margin: 0px 0 20px;
  text-transform: uppercase;
}
.pageprivacy_policy.secondsection .tab-content h1.small_title {
  text-transform: uppercase;
  margin: 0px 0 20px;
  font-weight: 700;
}
.pageprivacy_policy.secondsection .tab-content ul p {
  color: #9c9c9c;
  margin: 0px 0 30px;
  font-size: 17px;
  outline: medium none;
  font-weight: 300;
  line-height: 24px;
}

/*** Page Privacy Policy Ends ***/
section.commoncontent h1.large_title {
  text-transform: none;
  margin: 0;
  line-height: 45px;
  color: #3c3d3d;
}
section.commoncontent h5.large_title {
  text-transform: none;
  margin: 0;
  line-height: 45px;
  color: #3c3d3d;
}

/*** Page 404Error starts ***/
section.commonbanner.page404error {
  background-image: url(../images/sitemap_banner_bg.html);
  padding: 25px 0 0px;
  margin: 0 0 -3px;
}
section.page404error.secondsection {
  background: #fff;
  padding: 40px 0 30px;
}
section.page404error.secondsection .img_box {
  display: block;
  margin: 20px auto;
  text-align: center;
}
section.page404error.secondsection p {
  text-align: center;
  color: #3c3d3d;
  font-weight: 300;
  font-size: 18px;
  margin: 15px auto 10px;
  vertical-align: middle;
  text-transform: none;
  line-height: 30px;
  padding: 0 0px 0 0;
}
section.page404error.secondsection .back_buttons {
  display: block;
  margin: 25px auto;
  text-align: center;
}
.page404error.secondsection .back_buttons button {
  margin: 0 10px;
  text-decoration: none;
  outline: medium none;
}

/*** Page 404Error Ends ***/

/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*** Subject we Cover section Ends ***/

/*** Footer section Starts ***/
.go-top {
  color: #009de1 !important;
  font-size: 45px !important;
  padding: 4px 3px;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 10;
}
section.footer {
  background: radial-gradient(28.09% 39.71% at 51.02% 71.74%,#37b8c7 0,#017b89 100%);
  padding: 60px 0 10px;
  color: #fefefe;
  margin: 30px 0 0;
}
section.footer .section-title {
  text-align: center;
  color: #151515;
  margin-bottom: 50px;
  text-transform: uppercase;
}
section.footer h5 {
  margin: 10px 0 0px;
  color: #fefefe;
  display: inline-block;
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 20px;
}
section.footer p {
  margin: 0px 0 15px;
  color: #fefefe;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
}
section.footer .loginbtn {
  border-radius: 10px;
  box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  -webkit-box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  border: 1px solid #00abe6;
  padding: 7px 10px 8px;
  min-width: 150px;
  margin: 0 10px 0 0;
}
section.footer .loginbtn:hover {
  color: #fff !important;
}
section.footer .loginbtn img.navi_icon {
  vertical-align: middle;
}
section.footer .loginbtn span {
  font-weight: 600;
}
section.footer a {
  color: #fefefe;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 7px;
  outline: none;
  display: inline-block;
  line-height: 25px;
}
section.footer a.email {
  pointer-events: none;
}
section.footer li a:hover {
  color: #000;
}
.mail-text {
  font-size: 15px;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 7px;
  outline: 0 !important;
  display: inline-block;
  line-height: 25px;
  box-shadow: none !important;
  border: none;
  background: transparent !important;
}
.mail-text:hover,
.mail-text:focus {
  border: none;
  background: transparent !important;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-10%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 100;
  opacity: 0;
  transition: all 250ms ease;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: #fff;
  text-align: center;
  color: #00afda;
  padding: 4px 4px;
  font-size: 14px;
  width: 160px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms ease;
}
[data-tooltip-position="bottom"]::before {
  top: 0px;
  margin-top: -3px;
  transform: translateX(-68%) translatey(0) rotate(0deg);
}
[data-tooltip-position="bottom"]::after {
  top: 0;
  margin-top: -36px;
  transform: translateX(-50%) translateY(0);
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 1;
}
section.footer ul {
  margin: 0px;
}
section.footer ul.minus_marg {
  margin: 0 0 0 -55px;
}
section.footer ul.left_quick_links li {
  padding: 10px 0 4px;
  color: #fefefe;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
}
section.footer ul li.social_links a .social_icon_footer {
  background-image: url(../images/social_sprites.html);
  width: 36px;
  height: 36px;
  margin: 0 5px 0 0;
  display: inline-block;
}
section.footer ul li.social_links a .social_icon_footer.social_icon_footer1 {
  background-position: 0 0;
}
section.footer ul li.social_links a .social_icon_footer.social_icon_footer2 {
  background-position: -44px 0;
}
.social_icon_footer.social_icon_footer1:hover,
.social_icon_footer.social_icon_footer2:hover {
  animation-name: spin;
  animation-duration: 900ms !important;
}
section.footer i {
  margin: 0 10px 0px 0;
  color: #ffffff;
}
.features.feature-clean .icons i {
  margin: 0 auto;
  color: #00abe6;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgba(95, 97, 103, 0.5);
}
section.footer i.fa-phone-alt,
section.footer i.fa-envelope,
section.footer i.fa-comments {
  color: #ffffff;
}
section.footer .left_quick_links li:hover {
  color: #00abe6;
}
section.footer i.spin:hover {
  animation-name: spin;
  animation-duration: 900ms;
}
.footer ul.right_quick_links p {
  margin: 15px 0 0px;
  color: #fefefe;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  line-height: 18px;
  text-align: left;
}
section.footer ul.right_quick_links .sendemailbtn {
  background: #00abe6;
  padding: 9px 15px !important;
  color: #fff !important;
  margin: 8px 0px 0 0px;
  border-radius: 30px;
  border: 1px solid #00abe6;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}
section.footer .security_seals {
  margin: 25px auto 0px;
}
section.footer .security_seals {
  margin: 25px auto 0px;
  text-align: center;
}
section.footer .security_seals img {
  margin: 0 10px 0 0;
}
section.footer .security_seals marquee {
  height: 17px !important;
  bottom: 8px !important;
}
section.footer .disclaimer {
  margin: 40px 0 10px;
}
section.footer .disclaimer p {
  margin: 0px;
  color: #fefefe;
  display: block;
  font-weight: 300;
  font-size: 13.4px;
  text-transform: none;
  line-height: 18px;
  text-align: center;
}
.copyright_footer {
  background: #000;
  padding: 20px 0 17px;
  margin: 0px 0 0;
  color: #fefefe;
}
.copyright_footer img {
  margin: 5px auto 0;
  display: block;
}
.copyright_footer img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.copyright_footer a {
  color: #fefefe;
  text-decoration: none !important;
  background-color: transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  outline: none;
  line-height: 25px;
}
.copyright_footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
}
.col-sm-6.footer-menu {
  padding: 0 15px 0 0;
}
.copyright_footer a:hover {
  color: rgba(12, 12, 12, 0.8);
}
.copyright_footer .social_links {
  text-align: right;
}
section.footer .social_links i {
  color: #00abe6;
  font-size: 30px;
  margin: 0px 10px 0px 0;
}
.copyright_footer .social_links i:hover {
  animation-name: spin;
  animation-duration: 900ms;
  color: rgba(12, 12, 12, 0.8);
}

/*Cookiebar Custom style*/
.cc-window.cc-bottom {
  margin: 0 auto !important;
  border: medium none !important;
  bottom: 10px !important;
  width: auto !important;
  background-color: #fff !important;
  border-radius: 5px;
  max-width: 480px;
  padding: 5px 5px 5px 10px !important;
  box-shadow: 0px 2px 4px 1px rgb(96 203 239 / 90%) !important;
  -webkit-box-shadow: 0 5px px 0px rgb(96 203 239 / 90%) !important;
  border: 1px solid #45c2edc2 !important;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px !important;
  min-width: 70px !important;
  font-size: 13px !important;
  background-color: #45c2ed !important;
  padding: 0px 0px !important;
  margin: 0px 5px 0px 0px;
  float: left !important;
  font-weight: 600;
}
.cc-link {
  font-weight: 600 !important;
  opacity: 1 !important;
  color: #999 !important;
  display: block !important;
  padding: 5px 0 0 !important;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
  font-size: 13px;
  line-height: 10px;
  font-weight: 600;
  color: #999;
  margin: 0 !important;
}

/*Call button custom*/
.helpOption {
  position: fixed;
  bottom: 90px;
  right: 10px;
  left: auto !important;
  left: 15px;
  z-index: 999;
  background: #000000;
  height: 58px;
  padding: 5px;
  border-radius: 89px;
  transition: ease all 1s;
  width: 58px;
  overflow: hidden;
  z-index: 20000299;
}
.helpOption:hover {
  width: 225px;
  display: inline-block;
  transition: ease all 1s;
}
.helpOption a.liveChat {
  color: #fff !important;
  padding: 0 !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  width: auto !important;
  font-weight: 500 !important;
  line-height: 52px !important;
  text-decoration: none !important;
  margin: 0 !important;
  height: auto !important;
  display: block !important;
  border: medium none !important;
  background: transparent !important;
  text-align: center;
}
.helpOption img {
  float: left;
  margin: 0;
  background: #017b89;
  padding: 11px;
  border-radius: 100%;
}
section.footer .content h5.footer-head {
  font-weight: 400;
  padding: 0;
  margin: 0 0 0;
  font-size: 18px;
  text-transform: none;
}
section.footer img.available {
  margin: 0 0 0px 90px;
  display: block;
}
section.footer .content img {
  margin: 0px 5px 0 0;
}

/*** Footer section Ends ***/

/* Animation / generic css */
#lz_overlay_wm:after {
  content: "";
  display: block;
  width: 59px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #6772e5;
  position: absolute;
  top: -6px;
  left: -6px;
}
.stopp {
  animation: none !important;
  transform: none !important;
  background-color: none !important;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}

/*Blinking animation*/
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*Spining animation*/
.spin:hover {
  animation-name: spin;
  animation-duration: 900ms !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*Ripple animation*/
.ripple-circles {
  width: 30px;
  height: 30px;
  margin-top: 50px;
  margin-left: 50%;
  background-color: #e6003b;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-animation: ripple 2s 0.2s infinite;
  -moz-animation: ripple 2s 0.2s infinite;
  -ms-animation: ripple 2s 0.2s infinite;
  -o-animation: ripple 2s 0.2s infinite;
  animation: ripple 2s 0.2s infinite;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-name: ripple;
  -webkit-animation-name: ripple;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.concentric-circles:hover {
  transform: translateX(-50%) scale(1.2);
}
@-webkit-keyframes ripple {
  50% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
    -webkit-box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
  }
  100% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b,
      0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
    -webkit-box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b,
      0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
  }
}
@-moz-keyframes ripple {
  50% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
  }
  100% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b,
      0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
  }
}
@keyframes ripple {
  50% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
  }
  100% {
    box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b,
      0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b,
      0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes breath {
  0% {
    background-size: 0% auto;
  }
  50% {
    background-size: 99% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
.view {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.view img {
  position: relative;
  transform-origin: 0 0;
  transition: transform 0.5s, visibility 0.5s ease-in;
}
.view:hover img {
  transform: scale(1.199);
}
.view:hover .mask {
  opacity: 1;
}
.covid_alert {
  background: #3c3c3c;
  padding: 5px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.covid_alert p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.covid_alert .readmore_btn {
  display: none;
}
.covid_alert p strong {
  font-weight: 700;
  color: crimson;
}
.covid_alert img {
  max-width: 55px;
}
.covid_alert .btn_col {
  position: relative;
  padding-top: 10px;
}
.covid_alert .btn_col .chat_btn {
  background: #45c2ed;
  color: #fff !important;
  display: inline-block;
  padding: 10px;
  border-radius: 30px;
  text-decoration: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  min-width: 110px;
}
.covid_alert .btn_col .chat_btn:hover {
  background: #6772e5 !important;
}
.covid_alert .btn_col .close_alert {
  display: inline-block;
  font-size: 40px;
  line-height: 0.9;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  cursor: pointer !important;
}
.covid_alert .btn_col .close_alert:hover {
  color: crimson;
}
.banner_section_absl {
  position: relative;
}

/**/
.user_img {
  max-width: 39px;
  padding: 2px;
  border: 3px solid #00abe6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s linear;
}
.user_img:hover {
  transform: scale(1.2);
}
.banner_seals {
  text-align: left;
  padding: 0 0 0 0px;
  margin-top: 14px;
  margin-right: 90px;
}
.head_last {
}
.calc_description p {
  color: #858484;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.m-block {
  display: none !important;
}
.navigation-menu > li:nth-child(1) p {
  display: none;
}
#policy_content h4 {
  margin: 20px 0px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #017b89;
}
#policy_content p,
#policy_content ul li {
  margin: 0px 0px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #9c9c9c;
}
#policy_content ul li i {
  color: #1dbf73;
  font-weight: 600;
  margin-right: 6px;
}
.sec_space {
  padding: 10px 0px;
}
.sec_space2 {
  padding: 140px 0px;
}

/*simple banner*/
#page_banner_simple {
  padding: 50px 0px 5px !important;
  background: #ffffff;
}
#page_banner_simple h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: #212121;
  text-transform: uppercase;
}
#page_banner_simple p {
  color: rgb(119, 119, 119);
  line-height: 1.3;
  font-size: 17px;
  margin: 0;
}

/* banner-form */
.top-banner .left-content {
  padding: 0px 0px 0px;
  color: #fff;
}
.top-banner .right-content .calculate_order .form-title h3 {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 22px;
  text-align: center;
  color: #45c2ed;
  font-weight: 700;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 15px;
}
.top-banner .right-content .calculate_order .form-title h3 span {
  color: #e72952;
  display: inline-block;
}
.top-banner .right-content .calculate_order .main_paragraph {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0px 0px 0px;
  color: #6c757d !important;
  padding: 0 15px;
}
.m-0 {
  margin: 0 !important;
}
.order-form input.nice-select {
  padding: 10px 10px 10px;
  -webkit-user-select: unset !important;
}
.order-form .text-area {
  height: 75px !important;
  margin: 0px auto 5px !important;
}
.order-form input.nice-select:last-child {
  margin: 0px auto 10px !important;
}
.top-banner .right-content .order-form .lbl {
  color: #444445 !important;
  font-size: 14px !important;
  font-weight: 500;
  margin: 2px 0px 0px 0px !important;
  background: transparent !important;
  padding: 0px 10px 5px;
  float: unset !important;
}
.order-form .iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.iti__country-list {
  max-width: 369.75px;
}
.iti {
  display: block !important;
}
.order-form input,
textarea::placeholder {
  font-size: 14px !important;
  color: #6c757d !important;
  font-style: italic !important;
}
.order-form input:focus::placeholder {
  opacity: 0 !important;
}
.order-form input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.order-form input:focus:-moz-placeholder {
  opacity: 0 !important;
}
.order-form input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.order-form input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}
#auto-response {
  background: #45c2ed;
  padding: 10px 15px;
  margin: 5px 0 10px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
  line-height: 20px;
  width: 85%;
  margin-left: auto;
}
#auto-response p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/* changes css */
.top-banner .starting-price {
  position: relative;
  padding: 30px 0px;
  max-width: 650px;
}
.top-banner .starting-price p {
  font-size: 20px;
  color: #b7b7b7;
  font-weight: 500;
  margin: 10px 0 0;
}
.top-banner .starting-price .d-20 {
  color: #b7b7b7;
  padding: 0px 2px;
  font-size: 21px;
  text-decoration: line-through;
}
.top-banner .starting-price .d-35 {
  font-size: 30px;
  color: #45c2ed;
  font-weight: 700;
  vertical-align: text-bottom;
}
.top-banner .starting-price .credit {
  position: absolute;
  height: 65px;
  width: 130px;
  background-color: #45c2ed;
  margin: 0 auto;
  left: 138px;
  right: 0;
  top: 20px;
  padding: 27px 6px 6px 6px;
  border-radius: 10px;
  transform: rotate(-5deg);
}
.top-banner .starting-price .credit p {
  color: white;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.top-banner .starting-price .credit-label {
  position: absolute;
  height: 40px;
  width: 93px;
  background: rgb(86, 94, 154);
  background: linear-gradient(
    90deg,
    rgba(86, 94, 154, 1) 29%,
    rgba(97, 107, 203, 1) 49%,
    rgba(86, 94, 154, 1) 70%
  );
  margin: 0 auto;
  left: 128px;
  right: 0;
  top: 0px;
  padding: 10px;
  border-radius: 20px;
  transform: rotate(-5deg);
}
.top-banner .starting-price .credit-label p {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.top-banner .starting-price .credit-label p span {
  font-size: 14px;
  margin: 0 0 0 3px;
  font-weight: 600;
}

/* banner-form_timer */
.banner-timer.cal-countdown ul {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #858484;
  font-size: 25px;
  display: inline-flex;
  width: 100%;
  vertical-align: middle;
}
.alarm-detail .time-h ul li span {
  color: black;
  font-size: 10px;
  font-weight: 800;
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.clk-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-left: 35px;
  width: 165px;
}
span.d10 {
  color: #37b8c7 !important;
  display: unset !important;
  max-width: none !important;
  width: auto !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  vertical-align: middle;
}
span.percent-50 {
  font-size: 30px;
}
.ripple-blue {
  padding: 0px 4px 4px 4px;
  background: #e72952;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  animation: blinker 2s linear infinite !important;
}
@keyframes blinker {
  50% {
    background: rgb(231 41 82 / 32%);
  }
}
.banner-form {
  border: none !important;
  box-shadow: -1px -1px 48px 5px #898989;
  -webkit-box-shadow: -1px -1px 48px 5px #898989;
}
.start-required {
  font-size: 18px;
}
.banner_seals .img-review {
  width: 315px !important;
}

/* price after calculator */
.price-after {
  float: right;
  font-size: 15px;
  text-decoration: line-through;
  margin-top: 4px;
  padding: 0px;
  font-weight: 400;
}

/* footer design change css */
.footer-area {
  position: relative;
  margin-top: 80px;
}
.availability {
  position: absolute;
  top: -190px;
  background: rgb(103, 114, 229);
  background: #000;
  right: 0;
  left: 0;
  padding: 25px 0px;
}
.available-content h3 {
  font-size: 23px;
  color: white;
  padding: 0px 0px 10px 0px;
}
.available-content {
  padding: 0px 0px 0px 20px;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white {
  border-radius: 10px; /* box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important; */
  -webkit-box-shadow: #017b89 !important;
  border: 1px solid #017b89;
  padding: 7px 10px 3px;
  min-width: 150px;
  text-align: center;
  margin: 10px 15px 0px 0;
}
.availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white {
  background: #6772e5;
  border: 1px solid #6772e5;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white:hover {
  border-radius: 10px;
  box-shadow: #37b8c7 !important;
  -webkit-box-shadow: #37b8c7 !important;
  border: 1px solid #37b8c7;
  padding: 7px 10px 3px;
  min-width: 150px;
  background: #37b8c7 !important;
  text-align: center;
  margin: 0px 15px 10px 0;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white.btn-crsl {
  display: flex;
  justify-content: center;
  width: 220px;
  align-items: center;
  vertical-align: middle;
  margin: 10px 0px 0px 50px;
  background: #017b89 !important;
  box-shadow: -2px 4px 4px 1px #017b89 !important;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white.btn-crsl:hover {
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%), 0 4px 4px rgb(0 0 0 / 10%),
    0 8px 8px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 10%);
  outline: medium none !important;
  text-decoration: none;
  background: #37b8c7 !important;
  cursor: pointer;
}
img.hand_icon {
  width: 29px;
  transform: rotate(100deg);
}
.btn_footer {
  margin: 30px 0 0px 65px;
}
.bgdodgerblue li a {
  border-right: 1px solid #6772e5;
}
.availability-cta li a {
  margin: 0px 5px !important;
  padding: 0px 6px;
}
.cta_cmn_btn .availability-cta li:nth-child(3) > a {
  border: medium none;
}
.btn_footer span.second {
  display: block;
  font-size: 16px;
  padding: 0px 0 5px 0px;
  line-height: 12px;
}
.availability-cta
  li
  a.dodgerbluesmall.orderbtn.bgslateblue.white
  img.navi_icon {
  margin: 0 !important;
}
.availability-cta a img.navi_icon {
  float: left;
  vertical-align: middle;
  max-height: 30px;
  margin: 9px 6px 0 0px;
}

/* COOKIE */
.cookie-consent-modal {
  height: 10vh;
  width: 35vw;
  position: fixed;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
  bottom: 0;
}
.cookie-consent-modal.active {
  display: flex;
}
.content-cookie {
  background-color: #fff;
  border: 1px solid #00abe6;
  padding: 5px 99px 0 8px;
  max-width: 480px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgb(0 171 230 / 75%);
  left: 13px;
  top: -15px;
}
.btns_cookie {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.btn.btn-cookie {
  border: none;
  outline: none;
  padding: 0.8em 1.5em;
  width: 100px;
  margin-right: 1em;
  border-radius: 3px;
  text-transform: uppercase;
}
.btn.accept {
  position: absolute;
  top: 6px;
  right: 0;
  font-weight: 700;
  background-color: #00abe6;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  min-width: 75px;
  text-align: center;
  padding: 4px 9px;
  font-size: 15px;
  width: unset;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.content-cookie p {
  color: #999;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 17px;
}
.content-cookie p span a {
  color: #999 !important;
  text-decoration: underline;
}
.btn.accept:hover {
  background-color: #00abe6 !important;
  color: #fff;
}
.btn.accept:hover span {
  text-decoration: underline;
}
.btn.accept span:nth-child(2) {
  display: none;
}

/* COOKIE */

/*IOS ZOOm Issue*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px !important;
  }
  input,
  textarea,
  .form-control {
    font-size: 95% !important;
  }
  .btn_footer {
    margin: unset !important;
  }
  .dodgerbluesmall.orderbtn.bgslateblue.white.available_btn {
    border-radius: 10px;
    border: 1px solid #47c2ed;
    padding: 7px 10px 3px;
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(69, 194, 237, 0.9864320728291317) 17%,
      rgba(103, 114, 229, 1) 100%,
      rgba(69, 194, 237, 0.9864320728291317) 66%
    );
    text-align: center;
    margin: unset !important;
    margin-bottom: 13px !important;
  }
  .availability {
    position: relative !important;
    top: -10px !important;
    background: #000;
    padding: 20px 0px;
    margin: -115px 0 0;
  }
  .availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white {
    border: 1px solid #45c2ed;
  }
  section.benefits .features_box .features_list li::before {
    left: -10px;
    top: 6px;
  }
  section.footer .available-content p {
    line-height: 20px;
  }
  .available-content h3 {
    font-size: 22px;
    padding: 0px 0px 5px 0px;
  }
  section.footer {
    padding: 60px 0 10px !important;
    margin: 130px 0 0;
  }
  span.d10 {
    font-size: 15px !important;
    vertical-align: middle !important;
    margin: 0 0 4px !important;
  }
}
@supports (-webkit-touch-callout: none) {
  body {
    font-size: 16px !important;
  }
  input,
  textarea,
  .form-control {
    font-size: 95% !important;
  }
  .batch-wrapper .certified {
    position: relative;
    margin: 3px 0 0 5px;
    top: 0;
  }
  .discount.bgdodgerblue .main_paragraph {
    color: rgb(9, 11, 58) !important;
  }
}
.service_offer_editing.service_offer .type_services .main_paragraph {
  margin: 20px 0 20px;
}
.service_offer_editing.service_offer .type_services span {
  margin: 0 0 12px;
}

/*========parsley=============*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  /*color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;*/

  border: 1px solid #5fba7d;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  margin: 0 0 10px;
  color: #000000;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  /*color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;*/

  border: 1px solid #ff0101 !important;
  box-shadow: rgba(255, 1, 1, 0.47) 0px 0px 5px !important;
  font-weight: 300;
  margin: 0 0 10px;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  display: none;
}
.parsley-errors-list.filled {
  opacity: 1;
}

/*========parsley end=============*/

/* Testimonials */

/*Review Slider section Css Starts*/
.roww {
  width: 100%;
  margin: 0 auto;
}
.reviews-items {
  display: flex;
  position: relative;
  height: 470px;
  margin-top: -50px;
}
.reviews-item {
  width: 467px;
  height: 180px;
  border-radius: 10px;
  background-color: #efefed;
  position: relative;
  border: 3px solid #efefed;
}
.slick-active.slick-current .reviews-item {
  border: 3px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.slick-active.slick-current .reviews-item__name {
  color: #fff !important;
}
.reviews-item__name {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.reviews-item__text {
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-height: 87px;
}
.reviews-item__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: none;
  transform: none;
  height: 95%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
span.review {
  display: inline-block;
  float: right;
  text-align: left;
  width: 48%;
  margin: 15px 10px 0 0;
  color: #2a9dd6;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: 0;
  float: right;
}
span.rating {
  min-width: 50px;
  max-width: 87px;
  display: inline-block;
}
span.vl {
  border-right: 1px solid #000;
  margin: 0 7px 0;
}
span.vl2 {
  border-right: 1px solid;
  margin: 0 4px 0;
  border-color: transparent;
}
span.customer_name {
  color: #fdb740;
  font-size: 11px;
  clear: both;
  display: inline-block;
  min-width: 58px;
  max-width: 87px;
}
span.academic_level {
  margin: 0 0 0 0px;
  text-align: right;
  color: #fdb740;
  font-size: 11px;
  display: inline-block;
}
.reviews-item .stars__main {
  margin: -18px 0 0 0px;
  font-size: 15px;
  line-height: 0;
}
span.stars-active {
  color: #fdb740;
}
.reviews-item p {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}
.reviews .slick-slide:not(.slick-active) {
  opacity: 0;
}
.reviews .slick-active {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-center {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-current {
  position: relative;
  z-index: 9;
}
.reviews .slick-slider .slick-track,
.reviews .slick-slider .slick-list {
  height: 320px; /* margin-top: 60px; */
}
.reviews .slick-dots {
  /* top: 390px; */
}
.reviews .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -webkit-transform: none;
  transform: none;
  margin: 0 2px;
}
.reviews .slick-dots li button {
  width: 12px;
  height: 12px;
}
.reviews .slick-dots li button:before {
  color: unset !important;
  width: 12px;
  height: 12px;
}
.reviews .slick-dots li.slick-active {
  background: var(--primary-color);
  opacity: 1;
  border: 1px solid var(--primary-color);
  -webkit-transform: none;
  transform: none;
}

/*Review Slider Section Css Ends*/
.testimonial .slick-list.draggable {
  padding-top: 30px !important;
}
.testimonial .testimonial__img {
  width: fit-content;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
}
.testimonial .testimonial__img img {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* Satisfaction */
.top-banner .left-content .offers > span .offer-icon {
  height: 22px;
  width: 22px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.top-banner .left-content .offers > span .satisfaction-icon {
  background-position: -319px 261px;
}
.top-banner .left-content .offers > span .money-back-icon {
  background-position: -467px 261px;
}
.top-banner .left-content .offers > span .confidentiality-icon {
  background-position: -15px 259px;
}
.top-banner .left-content .offers > span .delivery-icon {
  background-position: -90px 259px;
}
.top-banner .left-content .offers > span .turnitin-icon {
  background-position: -393px 261px;
}
.top-banner .left-content .offers > span .discount-feature-icon {
  background-position: -165px 261px;
}
.boxes_boxes:hover .offer-icon {
  filter: brightness(0) invert(1);
}
.available-all-time {
  height: 36px;
  width: 152px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
  background-position: -15px 129px;
}
em.login {
  height: 31px;
  width: 33px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
  background-position: -15px 190px;
}
header ul.navbar-right li .loginbtn:hover em.login {
  filter: brightness(0) invert(1);
}
.order-now-btn {
  height: 31px;
  width: 33px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
  background-position: 259px 186px;
}
em.reviews-group {
  height: 22px;
  width: 314px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
  background-position: -12px 52px;
  margin-top: -10px;
}
em.star-ratings {
  height: 20px;
  width: 123px;
  background-image: url(../images/banner-sprite.html);
  display: inline-block;
  vertical-align: middle;
  background-position: 181px 179px;
  margin-top: -10px;
}

/* Testimonials */

/*Review Slider section Css Starts*/
.roww {
  width: 100%;
  margin: 0 auto;
}
.reviews-items {
  display: flex;
  position: relative;
  height: 530px;
  margin-top: -50px;
}
.reviews-item {
  width: 425px !important;
  height: 370px;
  border-radius: 10px;
  position: relative;
  border: 3px solid #efefed;
  margin-left: -66px;
  padding: 20px;
  padding-top: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.3;
}
.slick-active.slick-current .reviews-item {
  border: 3px solid #fff !important;
  background-color: #fff !important;
  color: #fff !important;
}
.slick-active.slick-current .reviews-item__name {
  color: #fff !important;
}
.reviews-item__name {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.reviews-item__text {
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-height: 87px;
}
.reviews-item__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: none;
  transform: none;
  height: 95%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
span.review {
  display: inline-block;
  float: right;
  text-align: left;
  width: 48%;
  margin: 15px 10px 0 0;
  color: #2a9dd6;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: 0;
  float: right;
}
span.rating {
  min-width: 50px;
  max-width: 87px;
  display: inline-block;
}
span.vl {
  border-right: 1px solid #000;
  margin: 0 7px 0;
}
span.vl2 {
  border-right: 1px solid;
  margin: 0 4px 0;
  border-color: transparent;
}
span.customer_name {
  color: #fdb740;
  font-size: 11px;
  clear: both;
  display: inline-block;
  min-width: 58px;
  max-width: 87px;
}
span.academic_level {
  margin: 0 0 0 0px;
  text-align: right;
  color: #fdb740;
  font-size: 11px;
  display: inline-block;
}
.reviews-item .stars__main {
  margin: -18px 0 0 0px;
  font-size: 15px;
  line-height: 0;
}
span.stars-active {
  color: #fdb740;
}
.reviews-item p {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}
.reviews .slick-slide:not(.slick-active) {
  opacity: 0;
}
.reviews .slick-active {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-center {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.reviews .slick-current {
  position: relative;
  z-index: 9;
}
.reviews .slick-center .reviews-item {
  width: 487px !important;
  margin-left: -97px;
  opacity: 1;
}
.reviews .slick-slider .slick-track,
.reviews .slick-slider .slick-list {
  height: 555px;
  padding-top: 109px;
}
.reviews .slick-dots {
  bottom: -72px;
}
.reviews .slick-dots li {
  width: 12px;
  height: 12px;
  background: #18aae2;
  border-radius: 50%;
  -webkit-transform: none;
  transform: none;
  margin: 0 2px;
  opacity: 0.5;
}
.reviews .slick-dots li button {
  width: 12px;
  height: 12px;
  display: none;
}
.reviews .slick-dots li button:before {
  color: unset !important;
  width: 12px;
  height: 12px;
}
.reviews .slick-dots li.slick-active {
  background: #18aae2;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/*Review Slider Section Css Ends*/
.testimonial .slick-list.draggable {
  padding-top: 30px !important;
}
.testimonial .testimonial__img {
  width: fit-content;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
}
.testimonial .testimonial__img img {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.testimonial__img.text-center.mx-auto {
  background: #6470b5;
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px;
}
h6.testimonial__name {
  font-size: 11.36px;
  line-height: 16px;
  color: #017b89;
  margin-top: 11px;
  font-weight: 600;
}
.testimonial__rating i {
  color: #ed6921;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 9px;
}
h6.writer__name.my-2,
h6.wrt__name.my-2 {
  font-size: 9.5px;
  margin-bottom: 19px !important;
  font-weight: 600;
  color: #575353;
}
h5.testimonial__subject.mb-1 {
  font-size: 11.06px;
  color: #000000;
  margin-top: 14px;
  font-weight: 600;
}
p.reviews-item__text.text-center {
  font-size: 9.5px;
  color: #575353;
  line-height: 16px;
  margin-top: 11px;
  margin-bottom: 15px;
}
.testimonials .slick-list.draggable {
  padding: 0 48px !important;
}
.btm-line.mx-auto.my-1 {
  width: 30px;
  height: 2px;
  background: #bebebe;
}
.writer-details h5,
.writer-details h6,
.wrt-details h5,
.wrt-details h6 {
  font-size: 9px;
  color: white;
}
.writer-details h5,
.wrt-details h5 {
  margin-bottom: 8px;
  position: relative;
  font-weight: 500;
}
.writer-details h5::before,
.wrt-details h5::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: -5px;
  left: 50%;
  opacity: 0.7;
  background-color: #fff;
  transform: translateX(-50%);
}
.writer-details h5::after,
.wrt-details h5::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: -8px;
  right: -17px;
  background-color: #fff;
}
.writer-details h6,
.wrt-details h6 {
  margin-top: 5px;
}
.testimonials .writer-details,
.testimonials .wrt-details {
  background: #6470b5;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0px 10px;
  margin-left: 20px;
}
.testimonials .writer-details .writer_img,
.testimonials .wrt-details .wrt_img {
  outline: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px 2px 0px;
  margin-left: -32px;
  background: #6470b5;
}
.testimonials .writer-details .writer_img img,
.testimonials .wrt-details .wrt_img img {
  max-width: 57px;
}
.call__btn {
  margin-right: 10px;
  margin-top: 0px;
}
.call__btn a {
  border-radius: 7px;
  box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  -webkit-box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  border: 1px solid #017b89;
  padding: 3px 0px 2px;
  min-width: 102px;
  text-align: center;
  margin: 0px 0px 0 0;
  font-size: 13px;
  font-weight: 600;
  background-color: #017b89;
  max-height: 40px;
  display: inline-block;
}
.call__btn a span {
  margin-right: 3px;
  margin-top: -2px;
}
.call__btn a span img {
  height: 19px;
  display: inline-block;
}
.call__btn p {
  font-size: 8px;
  line-height: 6.5px;
}
.call__btn p em {
  font-size: 8px;
  line-height: 5px;
}
.hire__writer-btn a,
.hire__wrt-btn a {
  border-radius: 7px;
  box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  -webkit-box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
  border: 1px solid #6772e5;
  padding: 3px 0px 2px;
  min-width: 102px;
  text-align: center;
  margin: 0px 0px 0 0;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  background-color: #000000;
  max-height: 28px;
  display: inline-block;
}
.hire__writer-btn a:hover,
.hire__wrt-btn a:hover {
  background-color: #00abe6;
  text-decoration: none;
}
.slick-center.slick-current .writer-details,
.slick-center.slick-current .wrt-details {
  background: #017b89;
  justify-content: unset;
  border-radius: 5px;
  padding: 0px 0px 0 15px;
  margin-left: 20px;
}
.slick-center.slick-current .writer-details .w-d,
.slick-center.slick-current .wrt-details .w-d {
  min-width: 94px;
}
.slick-center.slick-current .writer-details .w-d h5::after,
.slick-center.slick-current .wrt-details .w-d h5::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: -8px;
  right: 0px;
  background-color: #fff;
}
.slick-center.slick-current .writer-details .w-d.w-reviews h5::after,
.slick-center.slick-current .wrt-details .w-d.w-reviews h5::after {
  display: none;
}

/*   */
.testimonial__rating {
  margin-bottom: 7px;
  margin-top: 3px;
}
.hire__writer-btn a,
.hire__wrt-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 60%) !important;
  -webkit-box-shadow: -2px 4px 4px 1px rgb(0 0 0 / 90%) !important;
}
.hire__wrt-btn a img {
  max-width: 22px;
  margin-left: 4px;
}

/* new banner css */
#contact_form {
  position: relative;
}
.top-banner .right-content .calculate_order .form-title h3 {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 22px;
  text-align: left;
  color: #45c2ed;
  font-weight: 700;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 15px;
  display: flex;
}
#calculate_order h3 {
  position: relative;
}
#calculate_order .coupen {
  position: absolute;
  right: 16px;
  top: 0;
}
.top-banner .right-content .calculate_order .form-title h3 .coupen {
  background: url(../images/discount-label.html) no-repeat center center/cover;
  padding: 1px 9px 13px 9px;
  margin-top: -32px;
  text-align: center;
  display: inline-block;
}
.top-banner .right-content .calculate_order .form-title .calc-coupen {
  font-size: 20.2px;
}
.top-banner .right-content .calculate_order .form-title .calc-coupen .coupen {
  padding: 11px 12px 16px 12px;
  margin-top: -41.2px;
  text-align: center;
  display: inline-block;
  background-size: contain;
}
.top-banner .right-content .calculate_order .form-title h3 .coupen em {
  font-style: normal;
}
.top-banner .right-content .calculate_order .form-title h3 .coupen em .dis {
  font-size: 18px;
  line-height: 15px;
}
.top-banner
  .right-content
  .calculate_order
  .form-title
  h3
  .coupen
  em
  .percent-50 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}
.top-banner .right-content .calculate_order .form-title h3 strong {
  white-space: nowrap;
  font-weight: 700;
  padding-left: 8px;
}
.top-banner .right-content .calculate_order .form-title h3 span {
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
.trust-pilot {
  display: flex;
  align-items: center;
}
.trust-pilot-text {
  color: #000;
}
.trust-pilot-text p:first-child {
  margin-bottom: 5px;
  margin-top: 0px;
}
.trust-pilot-text p:last-child {
  margin-bottom: 0px;
  margin-top: 0px;
}
.trust-pilot-text i {
  color: #fb8800;
  font-size: 14px;
}
.trust-pilot-text .name {
  font-size: 13px;
}
.trust-pilot-pic {
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.trust-pilot-pic1 {
  background-color: #000031;
}
.trust-pilot-pic1 img {
  width: 30px;
  margin-bottom: 2px;
}
.trust-pilot-pic .fav-img {
  width: 40px;
}
.brdr-right {
  border-right: 1px solid #e3e2e3;
}
.boxes_boxes del {
  text-decoration: line-through;
  position: relative;
}
.boxes_boxes del::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 7px;
  background-color: #45c2ed;
}
#hours_form,
#minutes_form,
#seconds_form,
#hours_calc,
#minutes_calc,
#seconds_calc {
  background-color: #44c1eb;
  color: #fff;
  padding: 2px;
}
.text-below-form {
  text-align: center;
  margin-top: 24px;
  margin-left: 72px;
}
.text-below-form span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  vertical-align: text-top;
  margin-left: 7px;
  line-height: 12px;
}
#discountmodal .trust-pilot-text p {
  text-align: left;
  color: #000;
  line-height: 17px;
}
#discountmodal .trust-pilot-text p b {
  font-weight: 600;
  color: #000;
}
.mx-w-870 {
  max-width: 870px;
}
#discountmodal .mx-w-870 .trust-pilot {
  width: fit-content;
  margin: 0 auto;
}
