@charset "UTF-8";

/*
 * Bootstrap imports
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.announcement-bar .alert-warning {
  color: #000;
  font-size: 18px;
  background-color: yellow;
  border-color: yellow;
  min-height: 45px;
}

.announcement-bar .alert-warning marquee {
  height: 25px;
  line-height: 25px;
}

.wp-gr .wp-google-wr {
	display: none !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

.bg-lightblue {
  background-color: #e4f0fe!important;
}

.bg-lightblue2 {
  background-color: #d6e9fb!important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.after-none:after{
  display: none;
}

.before-none:before{
  display: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.w-70 {
  width: 70% !important;
}

.font-size-13 {
  font-size: 1.3rem !important;
}

.font-size-12 {
  font-size: 1.2rem !important;
}

.fs-22{font-size: 22px !important;}
.fs-23{font-size: 23px !important;}
.fs-25{font-size: 25px !important;}
.fs-26{font-size: 26px !important;}
.fs-27{font-size: 27px !important;}
.fs-28{font-size: 28px !important;}
.fs-29{font-size: 29px !important;}

.font-size-5 {
  font-size: 5px;
}

.bg-exlight-grey {
  background-color: #fbfbfb;
}

.max-height-140 {
  max-height: 140px !important;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hover-red:hover,
.hover-red:focus{
  color: #E31019!important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.font-size-24 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

.text-grey {
  color: #666 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-22 {
  font-size: 2.2rem !important;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.btn-grey-disabled {
  pointer-events: none !important;
  color: #a1a0a0!important;
  border-color: #a1a0a0!important;
  background-color: transparent !important;
}

.top-1{top:1px;}
.top-2{top:2px;}
.top-3{top:3px;}
.top-4{top:4px;}
.top-5{top:5px;}
.top-6{top:6px;}
.top-7{top:7px;}
.top-8{top:8px;}
.top-9{top:9px;}
.top-10{top:10px;}

.top-min-1{top:-1px;}
.top-min-2{top:-2px;}
.top-min-3{top:-3px;}
.top-min-4{top:-4px;}
.top-min-5{top:-5px;}
.top-min-6{top:-6px;}
.top-min-7{top:-7px;}
.top-min-8{top:-8px;}
.top-min-9{top:-9px;}
.top-min-10{top:-10px;}
.right-5{
  right: 5px !important;
}
.w-50-px{
  width: 50px;
}
.focus-none:focus{
  background-color: transparent !important;
}
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

#headingMenu {
  display: flex;
  justify-content: end;
}

#headingMenu ul {
margin: 0;
padding: 0;
align-self: center;
}

#headingMenu ul li {
display: inline-block;
list-style: none;
margin-right: 1.5rem;
}

#headingMenu ul li:last-child {
  margin-right: 0;
}

#headingMenu ul li a {
font-size: 16px;
color: #000;
font-weight: 500;
position: relative;
padding: 0 0 0.25rem;
z-index: 2;
}

#headingMenu ul li a:hover {
color: #e31000;
}

#headingMenu ul li a.active {
color: #e31000;
}

#headingMenu ul li a span {
position: relative;
z-index: 1;
}

#headingMenu ul li a:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  margin: 0;
  border-bottom: 2px solid transparent;
}

#headingMenu ul li a svg {
  display: none;
}

/* #headingMenu ul li a.active:after {
  width: 100%;
  border-bottom-color: #e31000;
} */

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }


  #header.Inner_header {
    /* background-color: #f4f4f4 !important; */
    border-bottom: 0px !important;
    padding-bottom: 15px;
  }

  header.Inner_header::after {
    background-color: #f4f4f4 !important;
  }

  #header.Inner_header .search-form {
    background: rgba(0, 0, 0, 0.3) !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  #header .search-form input[type=text] {
    font-size: 12px !important;
  }

  #header.Inner_header #main-nav {
    position: absolute;
    top: 5px;
    right: 0;
    width: fit-content;
  }

  .mob-menu .navbar-toggle {
    top: 0px;
  }

  #header.Inner_header nav #main-nav img {
    width: 100px;
  }

}

.no-ng-color {
  background-color: transparent !important;
}

#header .offer-code {
  background-color: #e31000;
  text-transform: uppercase;
  padding: 5px;
  font-size: 12px;
}

#header .offer-code .code {
  background: rgba(0, 0, 0, .3);
  padding: 4px;
}

.offer-modal button.close {
  background: #000;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 10px;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }

  .active {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  #header .sh-logo {
    width: unset !important
  }

  #header.Inner_header {
    /* background-color: #f4f4f4 !important; */
    border-bottom: 0px !important;
    padding-bottom: 15px;
  }

  header.Inner_header::after {
    background-color: #f4f4f4 !important;
  }

  #header.Inner_header .search-form {
    background: rgba(0, 0, 0, 0.3) !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  #header .search-form input[type=text] {
    font-size: 14px !important;
  }

  #header.Inner_header #main-nav {
    position: absolute;
    top: 0px;
    right: 0;
    width: fit-content;
  }

  #header.Inner_header nav #main-nav img {
    width: 150px;
  }

}

#header .pointer-none {
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	#header .pointer-none {
		pointer-events: all;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.w-45-px {
  width: 45px;
}

.w-40-px {
  width: 40px;
}


html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.family-poppins{
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  min-width: 320px;
  color: #666666;
}

body.single-post .content-side,
body.page-template-default .content-side {
  font-size: 1.6rem;
}

body.single-post .content-side .wp-block-image,
body.page-template-default .content-side .wp-block-image {
  margin-bottom: 30px;
}

body.single-post .content-side ul,
body.single-post .content-side ol,
body.page-template-default .content-side ul,
body.page-template-default .content-side ol {
  margin-bottom: 30px;
}

body.single-post .content-side ul li,
body.single-post .content-side ol li,
body.page-template-default .content-side ul li,
body.page-template-default .content-side ol li {
  line-height: normal;
  margin-bottom: 10px;
}

body.single-post .content-side ol>li,
body.page-template-default .content-side ol>li {
  margin: 0;
  padding: 0 0 10px 2em;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}

body.single-post .content-side ol>li::before,
body.page-template-default .content-side ol>li::before {
  display: inline-block;
  width: 1em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 5px;
  color: #000000;
}

body.single-post .content-side a,
body.page-template-default .content-side a {
  color: #E31019;
}

body.single-post .content-side a:hover,
body.page-template-default .content-side a:hover {
  color: #000000;
}

a {
  color: #E31019;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

ul li,
ol li {
  line-height: 3rem;
}

.l-height-18 {
  line-height: 18.75px;
}

.l-height-14 {
  line-height: 1.4rem;
}

.l-height-16 {
  line-height: 1.6rem;
}

.no-bg-color {
  background-color: transparent !important;
}

.bg-black {
  background-color: #000000;
}

.lightgrey-color {
  color: #A1A0A0;
}

.semilightgrey-bg {
  background-color: #FBFBFB;
}

.bg-lightpink {
  background-color: #f4777c52;
}

.text-black {
  color: #000000;
}

.lightred-color {
  background-color: #f4777c;
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.content-side .wp-block-embed-youtube {
  margin-bottom: 30px;
}

.content-side .wp-block-embed-youtube iframe {
  width: 100%;
  height: 435px;
}

a:focus,
input:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
}

a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:visited,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

.logo-text {
  font-family: "Righteous", cursive;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E31019 inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
}

::-moz-selection {
  color: #ffffff;
  background: #E31019;
}

::selection {
  color: #ffffff;
  background: #E31019;
}

.h-100-vh {
  height: 100vh;
  min-height: 650px;
}

.m-w-200 {
  min-width: 200px;
}

.fullHeight {
  height: 100%;
}

.font-size-xl {
  font-size: 2.4rem;
}

.tooltip {
  font-size: 1.4rem;
}

.tooltip>div.tooltip-inner {
  padding: 4px 10px 6px;
  border-radius: 5px;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1250px;
    /* width: 1250px; */
  }
}

@media (min-width: 1420px) and (max-width: 1920px) {
  .container {
    max-width: 1480px;
    width: 100%;
  }
}

h1 {
  font-size: 4.2rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2.6rem;
}

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

.small-heading {
  color: #E31019;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1.4rem;
}

.family-roboto {
  font-family: "Roboto", sans-serif !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-semilight {
  font-weight: 500 !important;
}

.font-semiBold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.sp-grey-bg {
  background-color: #666666;
}

.sp-red-color {
  color: #E31019 !important;
}

.sp-red-bg {
  background-color: #E31019;
}

.sp-red-color {
  color: red;
}

.rounded-10 {
  border-radius: 10px;
}

.text-semilight-grey {
  color: #a1a0a0;
}

.line-through-gray:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a1a0a0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-white-color {
  color: #ffffff;
}

.sp-white-bg {
  background-color: #ffffff;
}

.sp-red-borderColor {
  border-color: #E31019 !important;
}

.sp-black-borderColor {
  border-color: #000000 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.2;
}

.opacity-2 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.6;
}

.opacity-4 {
  opacity: 0.8;
}

.opacity-5 {
  opacity: 1;
}

.font-size-20 {
  font-size: 2rem;
}

.font-size-30 {
  font-size: 3rem;
}

.font-size-22 {
  font-size: 2.2rem !important;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-14 {
  font-size: 1.4rem;
}

.font-size-12 {
  font-size: 1.2rem;
}

.font-size-16 {
  font-size: 1.6rem;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.text-lightgreen {
  color: #3cc753;
}

.translateY-10 {
  transform: translateY(10px);
}

.font-size-10 {
  font-size: 1rem !important;
}


.leftArrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topArrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bottomArrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bottom-direction {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bottom-flip-x-direction {
  -webkit-transform: scaleX(-1) rotate(180deg);
  transform: scaleX(-1) rotate(180deg);
}

#header {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  /* background: url(../images/banner-bg.jpg) no-repeat top center; */
  background-size: cover;
}

#header .top-bar {
  color: #ffffff;
  background-color: #000000;
}

#header .top-bar ul li {
  display: inline-block;
  margin-right: 15px;
}

#header .top-bar ul li:last-child {
  margin-right: 0 !important;
}

#header .top-bar a {
  color: #ffffff;
}

#header .top-bar a:hover {
  color: #E31019;
}

#header .top-bar .border-left,
#header .top-bar .border-right {
  border-color: #5C5C5C !important;
}

#header .top-bar .sm-icons {
  height: 20px;
}

#header .top-bar .sm-icons ul li {
  line-height: normal;
  margin-right: 10px;
}

#header .top-bar+div {
  height: calc(100% - 40px);
}

#header::after {
  content: "";
  background-color: rgb(227 16 25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#header nav #main-nav>ul {
  margin: 0;
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#header nav #main-nav>ul>li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}

#header nav #main-nav>ul>li:last-child {
  margin-right: 0;
}

#header nav #main-nav>ul>li>a {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding: 0;
  z-index: 2;
}

#header nav #main-nav>ul>li>a::after {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  margin: 0;
  border-bottom: 2px transparent solid;
}

#header nav #main-nav>ul>li>a.active,
#header nav #main-nav>ul>li>a:hover {
  color: #E31019;
}

#header nav #main-nav>ul>li>a.active::after,
#header nav #main-nav>ul>li>a:hover::after {
  width: 100%;
  border-bottom-color: #E31019;
}

#header nav #main-nav>ul>li.active>a {
  color: #E31019;
}

#header nav #main-nav>ul>li.active>a::after {
  width: 100%;
  border-bottom-color: #E31019;
}

#header nav #main-nav>ul>li.dropdown>a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: -20px;
  top: 5px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#header nav #main-nav>ul>li.dropdown>a:hover {
  color: #E31019;
}

#header nav #main-nav>ul>li.dropdown:hover>a {
  color: #E31019;
}

#header nav #main-nav>ul>li.dropdown:hover>a::after {
  width: 100%;
  border-bottom-color: #E31019;
}

#header nav #main-nav>ul>li.dropdown:hover>a+ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

#header nav #main-nav>ul>li>ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 250px;
  display: none;
  border: 0;
  z-index: 1;
  padding: 25px 0px;
  background: #ffffff;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header nav #main-nav>ul>li>ul::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}

#header nav #main-nav>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

#header nav #main-nav>ul>li>ul>li {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

#header nav #main-nav>ul>li>ul>li:last-child {
  margin-bottom: 0px;
}

#header nav #main-nav>ul>li>ul>li>a.nav-link {
  position: relative;
  display: block;
  padding: 7px 30px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: normal;
}

#header nav #main-nav>ul>li>ul>li>a.nav-link:hover {
  background: transparent;
  color: #E31019;
}

#header nav #main-nav>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0px;
  background-color: #ffffff;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header nav #main-nav>ul>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

#header nav #main-nav>ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

#header nav #main-nav>ul>li>ul>li>ul>li:last-child {
  margin-bottom: 0px;
}

#header nav #main-nav>ul>li>ul>li>ul>li>a.nav-link {
  position: relative;
  display: block;
  padding: 7px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#header nav #main-nav>ul>li>ul>li>ul>li>a.nav-link:hover {
  background: transparent;
}

#header nav #main-nav>ul>li>ul>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#header .banner-content {
  color: #ffffff;
}

#header .banner-content h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 4.8rem;
  margin-top: 0;
}

.input-tooltip {
  position: absolute;
  top: -52px;
  text-align: center;
  left: 0;
  right: 0;
}

.input-tooltip span {
  background: #000;
  width: 180px;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px;
  display: inline-block;
}

.input-tooltip:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 20px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -17px;
  color: #000;
}

@media (max-width: 767px) {
  #header .banner-content h1 {
    font-size: 4rem;
  }

  #header .sh-logo {
    width: unset !important;
    padding-left: 60px;
    padding-right: 0px;
  }

  #header .flebo-logo {
    max-width: 115px !important;
  }

}

#header .banner-content h1 span {
  position: relative;
  line-height: normal;
}

#header .banner-content h1 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4px;
  border-bottom: 3px #ffffff solid;
}

#header .banner-content h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  #header .banner-content h4 {
    font-size: 1.4rem;
  }
}

#header .banner-content h4 span {
  display: inline-block;
  padding-right: 20px;
  margin-left: 20px;
}

#header .banner-content h4 span:first-of-type {
  margin-left: 0;
}

#header .banner-content p {
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  #header .banner-content p {
    font-size: 1.4rem;
  }
}

#header .search-form {
  font-size: 2.5rem;
}

#header .search-form input[type="text"] {
  outline: none;
  font-size: 1.6rem;
}

#header .search-form input[type="text"]:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header .search-form .icon-search {
  color: #F0F0F0;
}

#header .btn {
  font-size: 1.6rem;
}

#header .btn-more:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}

#header .btn-how-we-work {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

#header .btn-how-we-work .icon-play-button {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  background-color: #E31019;
  color: #ffffff;
}

#header .btn-how-we-work:hover {
  color: #E31019;
}

#header .btn-how-we-work:hover .icon-play-button {
  background-color: #ffffff;
  color: #E31019;
}

header.Inner_header {
  border-bottom: 1px solid #e31019;
}

header.Inner_header #main-nav ul li a {
  color: #000000 !important;
}

header.Inner_header #main-nav ul li a:hover {
  color: #E31019 !important;
}

header.Inner_header::after {
  background-color: #E31019;
  opacity: 1;
}

header.Inner_header h3.title {
  /* font-size: 28px; */
  font-weight: 700;
}

header.Inner_header ul.breadcrumbs {
  padding: 0;
  margin: 0;
}

header.Inner_header ul.breadcrumbs li {
  display: inline-block;
  margin: 0 10px;
  line-height: normal;
  color: #747474;
}

header.Inner_header ul.breadcrumbs li:first-child {
  margin-left: 0px;
}

header.Inner_header ul.breadcrumbs li:last-child {
  margin-right: 0px;
}

header.Inner_header ul.breadcrumbs li a {
  /* color: #ffffff; */
  position: relative;
  font-size: 12px;
}

#header.Inner_header .flebo-logo {
  max-width: 140px;
  z-index: 99;
}

header.Inner_header .top-header ul.breadcrumbs li a {
  color: #ffffff;
  position: relative;
  font-size: 10px;
}

header.Inner_header .top-header ul.breadcrumbs li a {
  color: #666;
}

header.Inner_header ul.breadcrumbs li a::after {
  content: '\f105';
  font-family: "FontAwesome";
  right: -14px;
  font-size: 14px;
  color: #666;
  position: absolute;
  line-height: 19px;
}

header.Inner_header ul.breadcrumbs li:last-child a:after {
  display: none;
}

header.Inner_header .logo-max-w {
  max-width: fit-content;
}


#header.Inner_header .sub-header.sub-header-search-form {
  margin-bottom: -1px;
  @media (max-width: 578px) {
    .blogHeading {
      display: none !important;
    }
  }
}

#header.Inner_header .sub-header.sub-header-search-form .search-form {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 8px;
  padding-left: 8px;
  
  @media (max-width: 578px) {
    display: none !important;
  }
}

#header.Inner_header .search-form {
  background-color: transparent;
  margin: 0 !important;
}

#header .search-form {
  font-size: 2.5rem;
  z-index: 99;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px;
  margin-bottom: 10px;
}

#header div#collapseExample {
  position: absolute;
  margin-top: 0;
  z-index: 22;
  border-radius: 5px;
  overflow: hidden;
}


#header div#collapseExample .card-body {
  position: relative;
  z-index: 33;
}


#header div#collapseExample .card-body .list h6 {
  background: #f0f0f0;
  padding: 9px 15px;
  font-weight: 700;
  font-size: 18px;
  top: -1px;
  position: relative;
}

#header div#collapseExample .card-body .list label {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px solid #d9d9d9;
}

#header div#collapseExample .card-body .list label:last-child {
  border-bottom: 0;
}

#header div#collapseExample .card-body .list label p a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
  #offer-sec-one .BTN span.or {
      width: auto !important;
      text-align: center;
      display: block;
      margin: auto 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px){
  #offer-sec-one .ontime-fleboLogo .startRating{
    font-size: 12px !important;
    margin-top: 4px !important;
  }

  #offer-sec-one .ontime-fleboLogo img {
    width: 140px;
  }

  #offer-sec-one .BTN span.or {
    margin-top: 10px;
    width: auto !important;
    margin: auto 10px !important;
  }

  #offer-sec-one .BTN {
      margin-top: 0px !important;
  }

  #offer-sec-one .headings .h5 {
    font-size: 18px;
    color: #000;
}

#offer-sec-one .headings .h2 {
  font-size: 20px !important;
  line-height: 25px !important;
  margin-top: -5px !important;
  margin-bottom: 0px !important;
  color: #000;
}

}

@media (max-width: 575px) {
  #header div#collapseExample .card-body .list label p a {
    font-size: 14px !important;
  }

  #header div#collapseExample .card-body .list h6 {
    font-size: 16px !important;
  }

  #header div#collapseExample .card-body .list label p span {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 575.98px){
  #offer-sec-one .ontime-fleboLogo img {
    width: 110px;
  }

  #offer-sec-one .ontime-fleboLogo .startRating {
    font-size: 12px !important;
    margin-top: 5px !important;
    text-align: right !important;
  }

  #offer-sec-one .ontime-fleboLogo .startRating span.react-simple-star-rating svg {
    margin: -2px;
    width: 16px;
  }

  #offer-page .announcement-bar .alert-warning {
    font-size: 14px;
  }

  #offer-sec-one .headings .h2{
    font-size: 20px !important;
    line-height: 25px !important;
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    color: #000;
  }

  #offer-sec-one .headings .h5 {
    line-height: 23px;
    font-size: 16px !important;
    color: #000;
}

#offer-sec-one .BTN {
  margin-top: 0px !important;
}

#offer-sec-one .BTN .btn {
  /* width: auto !important; */
  font-size: 14px !important;
}

#offer-sec-one .BTN span.or {
  margin-top: 10px;
  display: inline !important;
  margin: 0 10px !important;
  width: auto !important;
  font-size: 16px !important;
}

.form .sp-formField {
  position: relative;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

}

@media (max-width: 418px){
  #offer-sec-one .BTN .cm-width {
      width: auto !important;
  }

  #offer-sec-one .BTN .btn {
      width: auto !important;
  }

}

#offer-sec-one .BTN .cm-width{
  width: 100%;
}

#header div#collapseExample .card-body .list label p span {
  line-height: 16px;
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #e31019;
  font-style: initial;
}

#header div#collapseExample .card-body .list label i.link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  border: 1px solid #e31000;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  outline: none;
  padding: 3px;
}

#header .collapse.show:after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, .38823529411764707);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.mob-menu .navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mob-menu .navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 16px;
}

.mob-menu .navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* ===================== */
.navbar-toggle {
  position: absolute;
  top: 5px;
  left: 0;
  float: left;
  padding: 9px 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  /* border: none; */
  outline: none;
  border: 1px solid #e31019;
  border-radius: 3px;
}

#mob-slideNav.show .navbar-toggle {
  border: none;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  background-color: #e31019;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggle.collapsed {
  text-align: left;
  /* background-color: black; */
}

/* =============== */
#mob-slideNav {
  overflow: hidden;
}

#mob-slideNav ul.nav li {
  line-height: 20px;
}

#mob-slideNav ul.nav li.nav-item a {
  padding: 5px 10px;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000;
  /* border-bottom: 1px solid #d5d5d5; */
  margin-bottom: -2px;
}

#mob-slideNav ul.nav li.nav-item a.active {
  border-color: #e31019;
  color: #e31019;
  border-bottom: #fff;
  font-weight:600;
}

#mob-slideNav .tab-content ul li.nav-item a {
  border-bottom: 1px solid #bab4b4;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
#mob-slideNav .tab-content ul li.nav-item a.active{
  font-weight: 600;
}

#mob-slideNav .tab-content ul li.nav-item a:hover {
  color: #e31019;
}

#mob-slideNav .tab-content ul li.nav-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #e31019;
  width: 0;
}

#mob-slideNav .tab-content ul li.nav-item a.active:after,
#mob-slideNav .tab-content ul li.nav-item a:hover:after {
  width: 8px;
}

#mob-slideNav .Sidenav-Footer .contact-info li span {
  font-size: 15px;
  font-weight: 500;
  line-height: 10px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

#mob-slideNav .Sidenav-Footer .contact-info li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

#mob-slideNav .Sidenav-Footer .contact-info li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  /* color: #000; */
}

.Sidenav-Footer ul.contact-info li i.icon-report-timing {
  font-size: 40px;
}

.Sidenav-Footer ul.contact-info li i.icon-contact-customer-service {
  font-size: 40px;
}

.Sidenav-Footer ul.contact-info li i.icon-contact-email {
  font-size: 40px;
}

#mob-slideNav .red_scrollbar {
  max-height: 100%;
  min-height: 400px;
}

.accordion .accordion-item.active .accordion-title i.fa.fa-angle-down {
  position: relative;
  transform: rotate(180deg);
}

#footer .download-mobile-app a span {
  width: 130px;
}

#footer .download-mobile-app a {
  width: unset !important;
}

.opacity-0{
  opacity: 0;
}

/* =========== */
.install-app{
  background-color: #1d1d1b;
  /* display: none; */
}

.install-app h5{
        font-weight: 600;
    }

.install-app p{
      line-height: 15px;
      font-size: 12px !important;
    }

.install-app .close-icon{
      background: #fff;
      border-radius: 50px;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      display: block;
      color: #000;
      cursor: pointer;
  }

.install-app .img {
    background: #e31019;
    border-radius: 3px;
    width: 90px;
    height: 45px;
    /* padding-top: 8px; */
    overflow: hidden;
    line-height: 50px;
}

@media (min-width: 576px) and (max-width: 767px){
  #footer .download-mobile-app a span {
      width: 150px;
  }
}

@media (max-width: 991px){
#headingMenu {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #e31000;
    z-index: 9999;
    justify-content: space-between;
    padding: 1rem 0 0.5rem;
    box-shadow: 0 -2px 4px rgba(0,0,0,.15);
}

#headingMenu ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#headingMenu ul li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

#headingMenu ul li a:hover {
  color: #fff;
}

#headingMenu ul li a.active {
  color: #fff;
}

#headingMenu ul li a {
  font-size: 1.4rem;
}

#headingMenu ul li a.active svg {
  -webkit-transform: scale(1.2) translateY(-0.3rem);
  transform: scale(1.2) translateY(-0.3rem);
  text-align: center;
  margin: 0 auto;
}

#headingMenu ul li a svg {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 1;
}

#headingMenu ul li a span {
  margin-top: 3px;
}

#headingMenu ul li a.active:after {
  -webkit-transform: translateX(-50%) scale(1.3);
  transform: translateX(-50%) scale(1.3);
  top: -1.4rem;
}

#headingMenu ul li a:after {
  position: absolute;
  width: 6rem!important;
  height: 6rem!important;
  background: #e31000;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  border-radius: 50%;
  top: 0;
  border: none!important;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

#header .sh-logo {
    padding-left: 70px;
}

}

@media only screen and (max-width: 1023px) and (min-width: 992px) {
  #header nav .sh-logo {
    width: unset !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 991px) {
  #header nav .sh-logo {
    max-width: 100% !important;
    flex: auto;
    text-align: center !important;
    width: unset !important;
  }

  #header nav .sh-logo .logo {
    text-align: center;
  }

  #header nav .sh-logo .logo img {
    width: auto;
  }

  #header .lg-top-bar {
    max-width: 100% !important;
    flex: unset;
  }

  #header .lg-top-bar .login-r-sec {
    justify-content: center !important;
  }

}

@media (max-width: 575px) {
  .navbar-toggle.collapsed.collapsed {
    margin-left: 15px;
  }

  #header .lg-top-bar {
    margin: auto;
    flex-basis: content;
  }

  .not-found-page h1 {
    font-size: 3rem !important;
  }

  #our-footer-list-accordion h5 {
    font-size: 18px;
    line-height: 25px;
  }
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  /* width: 16px; */
  width: 22px;
  margin-right: 6px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 16px;
  margin-right: 2px;
}

#mob-slideNav {
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px;
  background-color: #e4f0fe;
  height: 100%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding-top: 12px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  padding-bottom: 0;
}

#mob-slideNav.show,
#mob-slideNav.in {
  left: 0;
  display: block;
}

#mob-slideNav>ul {
  list-style: none;
  margin: 10px 20px;
  padding: 0;
}

#mob-slideNav>ul>li {
  margin-bottom: 10px;
}

#mob-slideNav>ul>li a {
  display: block;
  color: #000000;
  font-size: 1.6rem;
  position: relative;
  padding: 0;
}

#mob-slideNav>ul>li a.active,
#mob-slideNav>ul>li a:hover {
  color: #E31019;
}

#mob-slideNav>ul>li a.dropdown-toggle::after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 20px;
  border: 0;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#mob-slideNav>ul ul.dropdown-menu {
  position: static !important;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transform: unset !important;
  transform: unset !important;
  width: 100%;
}

#mob-slideNav>ul ul.dropdown-menu li:hover {
  background-color: transparent;
}

#mob-slideNav>ul ul.dropdown-menu li:hover>a {
  color: #E31019;
}

#mob-slideNav .navbar-toggle {
  position: absolute;
  /* top: -15px; */
  top: 0px;
  right: 10px;
  left: unset;
  padding: 5px;
}

#mob-slideNav .navbar-toggle .icon-bar {
  background-color: #E31019;
}

#footer {
  background-color: #E31019;
  font-size: 1.6rem;
  color: #ffffff;
}

#footer .footer-quick-links ul li {
  display: block;
}

#footer h4 {
  color: #ffffff;
  position: relative;
}

#footer a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #ffffff;
  text-decoration: none;
}

#footer a.nav-link {
  display: inline-block;
  position: relative;
  padding: 0;
}

#footer a.nav-link::after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px transparent solid;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#footer a.nav-link:hover::after {
  width: 100%;
  border-bottom-color: #ffffff;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: block;
  margin-top: 10px;
}

#footer ul li:first-child {
  margin-top: 0;
}

#footer ul.arrow-icon li {
  position: relative;
  padding-left: 26px;
  line-height: 20px;
}

#footer ul.arrow-icon li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #fff;
}

#footer ul.arrow-icon li a {
  line-height: inherit;
}

#footer ul.contact-info i {
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: inline-table;
  font-size: 47px;
  position: relative;
  top: 6px;
}

#footer ul.contact-info li span {
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

#footer ul.contact-info li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

#footer .sm-icons {
  font-size: 3rem;
}

#footer .sm-icons .fa-facebook {
  font-size: 0.9em;
}

#footer .sm-icons a:hover {
  color: #F4F4F4;
}

#footer .border-bottom {
  border-bottom-color: #000000 !important;
}

#footer .footer-bottom {
  color: #F4F4F4;
  font-size: 1.4rem;
}

#footer .footer-bottom.border-top {
  border-top-color: #f4777c !important;
}

#footer .footer-bottom a {
  color: #F4F4F4;
}

#footer .footer-bottom a:hover {
  color: #ffffff;
}

#footer .footer-bottom a.scrollTop {
  border: 1px #fff solid;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
}

#footer .footer-bottom a.scrollTop:hover {
  background-color: #ffffff;
  color: #E31019;
}

/* ===================== */

#our-footer-list-accordion ul.footer-nav {
  display: flex;
  flex-wrap: wrap;
}

#our-footer-list-accordion ul.footer-nav>li {
  margin-top: 0px !important;
  margin-bottom: 30px;
}

ul.footer-nav>li {
  width: 25%;
  margin-top: 15px !important;
}

ul.footer-nav>li>a {
  font-weight: 600;
  font-size: 18px;
  padding-left: 0 !important;
  margin-bottom: 10px;
  display: block;
}

ul.footer-nav>li>ul.sub-menu>li {
  position: relative;
  display: block;
  margin-top: 0px !important;
  line-height: 25px;
}

ul.footer-nav>li>ul.sub-menu>li::before {
  content: "\f101";
  position: absolute;
  font-family: fontawesome;
  top: 0;
  left: 0;
  color: #fff;
}

ul.footer-nav>li>ul.sub-menu>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-left: 20px;
  margin: 0;
  margin-bottom: 4px;
}

/* ul.footer-nav>li>ul.sub-menu>li>a:hover {
  color: #b18e8e;
} */

ul.footer-nav>li>ul.sub-menu>li>a:hover {
  color: #dedede !important;
}

@media (min-width: 992px) and (max-width: 1023px) {
  #header.Inner_header .logo-max-w {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.footer-nav>li {
    width: 33%;
  }
}

@media (max-width: 991px) {
  ul.footer-nav {
    flex-direction: column;
  }

  ul.footer-nav>li {
    width: 100%;
  }
}

/* ========================== */

@font-face {
  font-family: "Righteous", cursive;
  src: url("../fonts/6c07d8254792cf61040b5e8231e625de.eot");
  /* IE9*/
  src: url("../fonts/6c07d8254792cf61040b5e8231e625de.eot?#iefix") format("embedded-opentype"), url("../fonts/6c07d8254792cf61040b5e8231e625de.woff2") format("woff2"), url("../fonts/6c07d8254792cf61040b5e8231e625de.woff") format("woff"), url("../fonts/6c07d8254792cf61040b5e8231e625de.ttf") format("truetype"), url("../fonts/6c07d8254792cf61040b5e8231e625de.svg#Mrs Eaves OT Italic") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?g9k6m5");
  src: url("../fonts/icomoon/icomoon.eot?g9k6m5#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?g9k6m5") format("truetype"), url("../fonts/icomoon/icomoon.woff?g9k6m5") format("woff"), url("../fonts/icomoon/icomoon.svg?g9k6m5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-s-info:before {
  content: "";
}

.icon-patient:before {
  content: "";
}

.icon-route-map:before {
  content: "";
}

.icon-gst-tax:before {
  content: "";
}

.icon-star-rating:before {
  content: "";
}

.icon-download-file:before {
  content: "";
}

.icon-pincode:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-certificates:before {
  content: "";
}

.icon-food-type:before {
  content: "";
}

.icon-blood-tests:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-contact-email:before {
  content: "";
}

.icon-contact-customer-service:before {
  content: "";
}

.icon-dash:before {
  content: "";
}

.icon-double-right-arrows:before {
  content: "";
}

.icon-process-arrow:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-nl-subscribe:before {
  content: "";
}

.icon-access-to-report:before {
  content: "";
}

.icon-diagnose-process:before {
  content: "";
}

.icon-sample-collection:before {
  content: "";
}

.icon-expertise:before {
  content: "";
}

.icon-complete-cases:before {
  content: "";
}

.icon-our-equipment:before {
  content: "";
}

.icon-awards-winning:before {
  content: "";
}

.icon-test-icon:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-medical-laboratory-technician:before {
  content: "";
}

.icon-qc:before {
  content: "";
}

.icon-home-collection:before {
  content: "";
}

.icon-manage-bookings:before {
  content: "";
}

.icon-feedback-based-payout:before {
  content: "";
}

.icon-report-timing:before {
  content: "";
}

.icon-satisfaction-guaranteed:before {
  content: "";
}

.icon-play-button:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-linkedin-1:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-email:before {
  content: "";
}

#pointers [class^='icon-'] {
  font-size: 5rem;
  color: #E31019;
}

#pointers h4 {
  font-weight: 600;
}

#about {
  background: url(../images/about.jpg) no-repeat left top #FCFCFC;
}

#about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

@media (max-width: 767px) {
  #about::after {
    display: block;
  }

  #footer .footer-bottom a.scrollTop {
    display: block;
    width: 100%;
    margin-top: 12px;
  }

.Inner_header .top-header #startRating {
  font-size: 12px;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
  #about::after {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #about::after {
    display: block;
  }
}

@media (max-width: 767px) {
  #about {
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #about {
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  #about {
    background-size: cover;
  }
}

#about [class^='icon-'] {
  font-size: 4rem;
  color: #E31019;
}

#ourServices .service-card>div {
  background-color: #F4F4F4;
  padding-top: 80px;
}

#ourServices .service-card>div::after {
  content: "";
  position: absolute;
  top: 92px;
  left: 95px;
  height: 40px;
  width: 1px;
  background-color: #000000;
}

#ourServices .service-card>div:hover .service-card-icon {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
}

#ourServices .service-card-icon {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  width: 100px;
  height: 100px;
  background-color: #E31019;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -130px;
  left: 30px;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#ourServices .service-card-icon [class^='icon-'] {
  font-size: 5.5rem;
  line-height: 100px;
}

#ourServices .service-card .read-more [class^='icon-'] {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-size: 0.8em;
  position: relative;
  right: 0;
}

#ourServices .service-card .read-more:hover [class^='icon-'] {
  right: -5px;
}

#labExperience {
  background: url(../images/lab-img.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
}

#labExperience::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 16, 25, 0.8);
  z-index: 0;
}

#labExperience .labExperience-content-area {
  padding-top: 80px;
}

#scores {
  margin-top: -75px;
}

#scores [class^='icon-'] {
  font-size: 5rem;
  color: #E31019;
}

#My_Tests .Sidebar .Discount_info {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: -70%;
  z-index: 2;
  top: -1px;
  opacity: 1;
  visibility: visible;
  display: none;
}

#My_Tests .Sidebar .Pincode span.label {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
}

#Subscribe span.icon-nl-subscribe {
  font-size: 56px;
}

#Subscribe h3 {
  font-size: 26px;
  font-weight: 500;
}

span.rating_box {
  padding: 3px 5px 2px;
  font-size: 12px;
  border-radius: 2px;
  position: relative;
  top: -1px;
}

span.rating_box .fa {
  font-size: 10px;
  position: relative;
  top: -1px;
  padding: 2px;
}

.pink_off_box {
  background: #f4777c52;
  border-style: dashed;
  border-color: #000000;
  border-width: 2px;
  border-radius: 4px;
}

/* #header div#collapseExample .red_scrollbar{
  max-height: 448px;
} */

.red_scrollbar {
  overflow-x: auto;
  /* height: 180px; */
  max-height: 448px;
}

.red_scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #F0F0F0;
  -webkit-background-color: #F0F0F0;
  -moz-background-color: #F0F0F0;
}

.red_scrollbar::-webkit-scrollbar {
  width: 10px;
  -webkit-width: 10px;
  -moz-width: 10px;
  background-color: #E31019;
  -webkit-background-color: #E31019;
  -moz-background-color: #E31019;
}

.red_scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F0F0F0;
  border-radius: 10px;
  -webkit-width: 10px;
  -moz-width: 10px;
  -webkit-background-color: #F0F0F0;
  -moz-background-color: #F0F0F0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.red_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #E31019;
  -webkit-background-color: #E31019;
  -moz-background-color: #E31019;
}

.custom_checkbox label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #525252;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox label input:checked~.checkmark:after {
  display: block;
}

.custom_checkbox label .checkmark {
  position: absolute;
  top: 3px;
  left: 1px;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}

.custom_checkbox label .checkmark:after {
  content: "\f14a";
  top: -5px;
  left: -1px;
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 14.1px;
  color: #E31019;
  display: none;
}

@media only screen and (max-width: 991px) {
  .Filters .Filter_menu {
    display: block !important;
  }

  .Filters .Filter_menu span.fa {
    font-size: 21px;
  }

  .Filters .Rs_filter {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1023px) {
  .Filters .Rs_filter {
    width: 300px;
    left: unset;
  }
}

@media only screen and (max-width: 991px) {
  .Filters .Rs_filter.show {
    right: 0% !important;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1023px) {
  .Filters .Rs_filter.show {
    right: 0% !important;
  }
}

@media only screen and (max-width: 991px) {
  .Filters .Rs_filter.show h4 {
    text-align: left;
  }

  .Filters .Rs_filter.show h4 span {
    display: inline-block !important;
    float: right;
  }
}

.btn-radius{
  border-radius: 100px !important;
}

.btn {
  position: relative;
  border: 1px transparent solid;
  font-size: 1.7rem;
  font-weight: 600;
  overflow: hidden;
  border-radius: 5px;
}

.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn-white {
  color: #E31019;
  border-color: #ffffff;
}

.btn-white::after {
  background-color: #ffffff;
}

.btn-white:hover {
  color: #ffffff !important;
}

.btn-white:hover::after {
  top: -100%;
}

.btn-white-holo {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
}

.btn-white-holo::after {
  background-color: #ffffff;
  top: -100%;
}

.btn-white-holo:hover {
  color: #E31019 !important;
}

.btn-white-holo:hover::after {
  top: 0;
}

.btn-black {
  color: #ffffff;
  border-color: #000000;
}

.btn-black::after {
  background-color: #000000;
}

.btn-black:hover {
  color: #000000 !important;
}

.btn-black:hover::after {
  top: -100%;
}

.btn-red {
  color: #ffffff;
  border-color: #E31019;
  background-color: #E31019;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 40%);
}

.btn-red::after {
  background-color: #E31019;
  background-image: linear-gradient(#fd1200,#b00c00);
}

.btn-red:active {
  box-shadow: inset 0 4px 5px 0 rgb(0 0 0 / 40%);
}

.btn-red:hover,
.btn-red:focus {
  background-color: transparent;
  color: #E31019 !important;
}

.btn-red:hover::after,
.btn-red:focus::after {
  top: -100%;
}

.btn-red-holo {
  color: #E31019;
  border-color: #E31019;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 40%);
}

.btn-red-holo::after {
  background-color: #E31019;
  top: -100%;
  background-image: linear-gradient(#fd1200,#b00c00);
}

.btn-red-holo:active {
  box-shadow: inset 0 4px 5px 0 rgb(0 0 0 / 40%);
}

.btn-red-holo:hover,
.btn-red-holo:focus {
  color: #ffffff !important;
}

.btn-red-holo:hover::after,
.btn-red-holo:focus::after {
  top: 0;
}

.btn-green {
  color: #ffffff;
  border-color: #28a745;
  background-color: #28a745;
}

.btn-green::after {
  background-color: #28a745;
}

.btn-green:hover,
.btn-green:focus {
  background-color: transparent;
  color: #28a745 !important;
}

.btn-green:hover::after,
.btn-green:focus::after {
  top: -100%;
}

.btn-green-holo {
  color: #28a745;
  border-color: #28a745;
}

.btn-green-holo::after {
  background-color: #28a745;
  top: -100%;
}

.btn-green-holo:hover,
.btn-green-holo:focus {
  color: #ffffff !important;
}

.btn-green-holo:hover::after,
.btn-green-holo:focus::after {
  top: 0;
}

.btn-video-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.btn-video-play::after,
.btn-video-play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-video-play::after {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.btn-video-play::before {
  background-color: #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-video-play [class^='icon-'] {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: block;
  color: #E31019;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  position: relative;
  z-index: 3;
}

.btn-video-play:hover::after {
  background-color: #E31019;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}

.btn-video-play:hover::before {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.btn-video-play:hover [class^='icon-'] {
  color: #ffffff;
}


.btn-video-play.inverse::before {
  background-color: #E31019;
}

.btn-video-play.inverse .icon {
	color: #ffffff;
}

.btn-video-play.inverse:hover::before {
	background-color: #E31019;
}

.btn-video-play.inverse:hover .icon {
	color: #ffffff;
}

.zoom-h-img {
  overflow: hidden;
  position: relative;
}

.zoom-h-img img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.left-spacing {
  padding-left: 220px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .left-spacing {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .left-spacing {
    padding-left: 0;
  }
}

.mob--menu {
  display: inline-block;
  position: relative;
  z-index: 9991;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.box-white {
  background-color: #ffffff;
}

.color-grey {
  color: #666666;
}

.zoom-h-img {
  display: block;
}

.zoom-h-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.fullHeight {
  height: 100%;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  font-size: 1.4rem;
}

.btn-dark:hover {
  background-color: #E31019;
  border-color: #E31019;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav>div i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

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

.owl-dots>.owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px #e3e3e3 solid;
  margin: 0 7px 20px;
}

.mob-nav {
  background-color: #f8f8f8;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-nav a {
  font-size: 0.8rem;
  color: #000000;
  padding-bottom: 5px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mob-nav a {
    padding-left: 0;
    padding-right: 0;
  }
}

.mob-nav a.active,
.mob-nav a:hover {
  color: #ffffff;
  background-color: #77cdd6;
}

.mob-nav a.active svg path,
.mob-nav a.active svg g,
.mob-nav a:hover svg path,
.mob-nav a:hover svg g {
  fill: #ffffff;
  stroke: #ffffff;
}

.mob-nav a span {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.mob-nav a .counter-number {
  border-radius: 20px;
  min-width: 20px;
  color: #ffffff;
  background-color: #E31019;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 20%;
  font-size: 1.3rem;
}

.carousel-indicators li {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 12px 20px;
  opacity: 1;
  position: relative;
}

@media (max-width: 767px) {
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0;
  }
}

.carousel-indicators li::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 29px;
  height: 29px;
  border: 20px;
  display: block;
  border-radius: 50px;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .carousel-indicators li::after {
    width: 22px;
    height: 22px;
  }
}

.carousel-indicators li:hover {
  background-color: #E31019;
}

.carousel-indicators li.active {
  background-color: #E31019;
}

.carousel-indicators li.active::after {
  border-color: #E31019;
}

.btn-gold {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #E31019;
  color: #ffffff;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
  background-color: #000000;
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: #8A8C8E;
  opacity: 0.85;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.border-top-dash {
  border-top: 1px dashed #000000;
}

.border-bottom-solid {
  border-bottom: 1px solid #666666;
}

.cursor-pointer {
  cursor: pointer;
}

.checkout-breadcrumb ul {
  margin: 0;
  padding: 0;
}

.checkout-breadcrumb ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-right: 35px;
}

.checkout-breadcrumb ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 1px;
  background-color: #666666;
}

.checkout-breadcrumb ul li a {
  font-size: 2rem;
  color: #666666;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-breadcrumb ul li a {
    font-size: 1.6rem;
  }
}

.checkout-breadcrumb ul li a:hover {
  color: #E31019;
}

.checkout-breadcrumb ul li:last-child {
  padding-left: 3px;
  padding-right: 0;
}

.checkout-breadcrumb ul li:last-child::after {
  content: none;
}

.checkout-breadcrumb ul li.active a {
  color: #000000;
}

.btn-black-holo {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #000000 solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}

.btn-black-holo:hover {
  background-color: #000000;
  color: #ffffff;
}

/* ========================= */
.logo-slider {
  height: 72px;
  width: 100%;
  background-color: #fff;
}

.logo-slider #carousel-section .owl-nav {
  display: none;
}

.logo-slider .text h6:before {
  content: "";
  width: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid hsla(0, 0%, 66.7%, .7803921568627451);
  border-bottom: 8px solid transparent;
  background: #fff;
  position: absolute;
  top: 14px;
  right: -25px;
  height: 10px;
}

.logo-slider .text h6:after {
  content: "";
  height: 55px;
  width: 1px;
  background: hsla(0, 0%, 66.7%, .7803921568627451);
  position: absolute;
  top: -6px;
  right: -15px;
}

.logo-slider .logos #partnerLabsSlider {
  position: relative;
  padding-left: 5px;
}

.logo-slider .logos #partnerLabsSlider:after {
  content: "";
  position: absolute;
  right: 0;
  width: 200px;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 35%, #fff);
}

.logo-slider .logos .owl-carousel .owl-item img {
  height: 40px;
  width: auto;
  display: block;
}

@media screen and (max-width: 992px) {

  .logo-slider .text h6:before,
  .logo-slider .text h6:after {
    display: none;
  }

  .logo-slider .text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .logo-slider {
    width: 100%;
    position: relative;
    top: -40px;
  }

  .logo-slider .logos #partnerLabsSlider:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 35%, #fff);
  }

  .logo-slider .logos #partnerLabsSlider:after {
    width: 60px;

  }

  /* .blog-modal .modal-content .modal-body .firstSec{
    display: none !important;
  } */

  .blog-modal .modal-dialog {
    max-width: 500px !important;
  }

  .blog-modal{
    padding-right: 0px !important;
  }

  .blog-modal .modal-content .modal-body .img img{
    width: 100%;
  }

  .blog-modal form#leadform .btn {
    width: auto !important;
  }

  .blog-modal .modal-content .modal-body .form p {
    font-size: 1.2rem !important;
    text-align: left !important;
    padding: 0 !important;
    margin-top: 10px !important;
  }

  .blog-modal .modal-content .modal-body .form h3{
    font-size: 1.9rem !important;
  }

  .blog-modal .modal-content .modal-body .form h2.font-size-22{
    font-size: 1.9rem !important;
  }

}


.loader-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,.4);
}

#loader-Toggle {
  width: 100%;
  text-align: center;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  margin: 0 auto;
  width: 4px;
  height: 20px;
  background: #e31000;
  overflow: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.loader.loader-gray:after,
.loader.loader-gray:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  content: "";
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse
}

.loader.loader-gray:after {
  margin: -10px 0 0 6px
}

.loader.loader-gray:after,
.loader.loader-gray:before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5)
}

.loader.loader-gray:before {
  margin: -10px 0 0 -10px;
  background-color: #fff
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scaleY(.5);
    opacity: .2
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    opacity: .2
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

/* =============== */

  /* ============ */

  .sub-test ul li {
    position: relative;
    color: #000;
    vertical-align: top;
    display: inline-block;
    width: 49%;
    padding-left: 25px;
  }

  .sub-test ul li:after {
    content: '\f00c';
    left: 0;
    top: 5px;
    font-size: 9px;
    font-family: 'Fontawesome';
    position: absolute;
    background: #e31019;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
  }

  @media (max-width: 768px) {
    .sub-test ul li {
      width: 100%;
    }
  }

  /* ---- */

  .sp-formField {
    position: relative;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .btn-radio-c,
  .btn-checkbox-c {
    position: relative;
  }

  .cust-form-check-input {
    margin-left: -1.9rem;
  }

  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }

  .hidden {
    display: none !important;
  }

  .btn-radio-c .sp-btn-radio:before,
  .btn-checkbox-c .sp-btn-checkbox:before {
    border: 1px solid #ccc;
  }

  .btn-radio-c .sp-btn-radio:before,
  .btn-checkbox-c .sp-btn-checkbox:before,
  .btn-radio-c .sp-btn-radio:after,
  .btn-checkbox-c .sp-btn-checkbox:after {
    content: "";
    border-radius: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all ease 0.2s;
    background-color: transparent;
  }

  .btn-radio-c input:checked+.sp-btn-radio:after {
    transform: scale(0.6);
    background-color: #ec1c24;
  }

  .btn-radio-c input:checked+.sp-btn-radio:before,
  .btn-checkbox-c input:checked+.sp-btn-checkbox:before {
    border-color: #ec1c24;
  }

  /* ====================
    ------------------- */

  /* Offer page start */

  #offer-sec-one .headings h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 22px;
  }

  #offer-sec-one .headings h5 {
    font-weight: 600;
  }

  #offer-sec-one .headings .h5{
    font-size: 18px;
    color: #000;
  }

  #offer-sec-one .headings h5 span {
    color: #e31019;
  }

  #offer-sec-one span.price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
  }

  #offer-sec-one span.min-price {
    font-size: 16px;
    font-weight: 500;
  }

  #offer-sec-one span.price i {
    font-size: 29px;
  }

  #offer-sec-one span.off {
    color: #3CC753;
    font-size: 16px;
    font-weight: 500;
  }

  #offer-sec-one .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #offer-sec-one .content p span {
    color: #e31019;
    font-weight: 700;
    cursor: pointer;
  }

  #offer-sec-one .sticker {
    border: 1px solid #e31019;
  }

  #offer-sec-one .sticker p {
    background: #e31019;
    color: #fff;
    text-align: center;
  }

  #offer-sec-one .sticker p span {
    font-weight: 600;
  }

  #offer-sec-one .sticker h6 {
    line-height: 22px;
  }

  #offer-sec-one .card .card-header {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
    padding: 15px;
  }

  @media (max-width: 575px) {
    #offer-sec-one .headings h2 {
      font-size: 25px;
      line-height: 38px;
      margin-bottom: 15px;
    }

    #offer-sec-one .headings h5 {
      line-height: 25px;
    }

    #offer-sec-one .content p {
      font-size: 15px;
      line-height: 23px;
    }

    #offer-sec-one .card .card-header {
      font-size: 15px;
      line-height: 20px;
      padding: 10px;
    }

    #offer-sec-one .sticker {
      margin: 0px !important;
    }

    #offer-sec-one .sticker h6 {
      font-size: 16px;
      line-height: 25px;
    }

    #offerTestimonial .owl-stage-outer .owl-stage {
      display: block !important;
    }

    #offerTestimonial .item .user-name {
      font-size: 17px !important;
    }

    #offerTestimonial .item .rating .fa {
      font-size: 16px;
    }

    #offer-sec-one .sticker h6 span {
      display: block !important;
    }

    /* 
      #offer-sec-one .BTN .btn.btn-red-holo {
        margin-top: 40px;
      } */
  }

  @media (max-width: 768px) {
    #offer-sec-one .sticker {
      margin-right: 10px !important;
      margin-bottom: 0px !important;
    }

    #offer-sec-one .sticker h6 span {
      display: block !important;
    }

    #offer-sec-one .BTN .btn {
      font-size: 16px;
      width: max-content;
    }

    #offer-sec-one .card {
      margin-top: 35px;
    }

    #offer-sec-one .BTN {
      margin-top: 25px;
    }

    #offer-sec-one .BTN span.or {
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 25px;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #offer-sec-one .card {
      margin-top: 35px;
    }

    #offer-sec-one .sticker h6 {
      padding: 10px;
      font-size: 14px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {

    #offer-sec-one .BTN {
      margin-top: 20px;
    }

    #offer-sec-one .BTN .btn {
      width: 100%;
    }

    #offer-sec-one .BTN>.d-block {
      display: block !important;
    }

    #offer-sec-one .BTN span.or {
      width: 100%;
      text-align: center;
      display: block;
      /* margin-top: 25px;
      margin-bottom: 15px;
      margin-right: 0 !important;
      margin-left: 0px !important; */
    }

    #offer-sec-one .sticker {
      margin-bottom: 15px !important;
    }
  }

  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #offer-sec-one .BTN .btn {
      font-size: 15px !important;
    }
  }


  /* ================== */
  #offer-sec-two ul li {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    display: flex;
  }

  #offer-sec-two ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #e31019;
    margin-right: 15px;
    position: relative;
    top: -4px;
  }

  #offer-sec-two h3 {
    background: rgba(255, 159, 0, 0.2);
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 15px 23px;
    border-radius: 5px;
    margin-top: 30px;
  }

  #offer-sec-two h3 span {
    color: #E31019;
  }

  /* ========== */

  #offer-sec-three .cards h3 {
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
  }

  #offer-sec-three .cards {
    box-shadow: 0px 0px 5px 1px #00000021;
  }

  /* ========== */

  #offerTestimonial .owl-stage-outer {
    padding-top: 20px;
  }

  #offerTestimonial .owl-stage-outer .owl-stage {
    padding-top: 20px;
    display: flex;
  }


  #offerTestimonial .owl-nav {
    display: none;
  }

  #offerTestimonial .owl-dots {
    margin-top: 40px;
  }

  #offerTestimonial .owl-dot.active {
    background-color: #e31019;
    border-color: #e31019 !important;
    display: inline-block !important;
  }

  #offerTestimonial .owl-dots>.owl-dot {
    width: 12px;
    height: 12px;
    border: 1px #c1c1c1 solid;
  }

  #offerTestimonial .item {
    padding: 25px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    left: 1px;
    margin: 0 1px;
    height: 100%;
  }

  #offerTestimonial .item img.user-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
  }

  #offerTestimonial .item .user-name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
  }

  #offerTestimonial .item .rating .fa {
    color: #FF9F00;
    font-size: 20px;
    margin-right: 2px;
  }

  #offerTestimonial .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
  }

  #offerTestimonial .item img.quote-icon {
    position: absolute;
    width: 27px;
    top: -15px;
    z-index: 99;
  }

  /* Offer page End */

  /* Form  */

  /* ========= */

  .sp-formField {
    position: relative;
  }

  .sp-formField .form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 1.4rem;
    border-bottom-color: #c4c4c4;
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .sp-formField .form-control+span+span.label,
  .sp-formField .form-control+span.label {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    transition: all .2s ease;
    padding: 0;
  }

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e31019;
    box-shadow: none;
  }

  .sp-formField .form-control.ng-not-empty+span+span.label,
  .sp-formField .form-control.ng-not-empty+span.label,
  .sp-formField .form-control:focus+span+span.label,
  .sp-formField .form-control:focus+span.label,
  .sp-formField.sp-selected .form-control+span+span.label,
  .sp-formField.sp-selected .form-control+span.label {
    top: -5px;
    font-size: 16px;
    z-index: 2;
  }

  /* Form End */

  /* Modal video  */

  .btn-red-holo {
    color: #e31000;
    border-color: #e31000;
  }

  .btn-video-play {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
  }

  #offer-sec-one .btn-video-play::before {
    /* background-color: #fff; */
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #offer-sec-one .btn-video-play::after {
    /* background-color: rgba(255,255,255,.5); */
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .btn-video-play::after,
  .btn-video-play::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .btn-video-play .icon {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    display: block;
    color: #ec1c24;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: relative;
    z-index: 3;
  }

  .btn-video-play:hover .icon {
    color: #fff;
  }

  /* ------ */

  #about-video .modal-body {
    position: relative;
    padding: 0;
  }

  #about-video .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
  }

  #about-video .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
  }

  /* Modal video End */

  .btn-xs-compare {
    transition: all .2s ease-in-out;
    position: fixed;
    z-index: 99;
    bottom: -100px;
    left: 0;
    background-color: #fff;
  }

  .bottom-0 {
    bottom: 0 !important;
  }

  .bg-primarycolor {
    background-color: #e31000;
  }

  .btn-xs-compare .btn {
    /* font-size: 1.58rem; */
    font-size: 1.8rem;
  }

  @media (max-width: 767px) {
    .btn-xs-compare.xs-slideup-active {
      bottom: 0;
    }
  }

  .announcement-bar {
    top: 0;
    z-index: 1099;
  }

  #timer div {
    display: inline-block;
    margin: 0 2px;
  }

  .form .otp-counter {
    position: absolute;
    top: 6px;
    right: 0;
    color: #080808;
    font-size: 1.8rem;
    z-index: 2;
  }

  /* ============= */
  .startRating span.react-simple-star-rating {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    margin-bottom: 4px;
    margin-right: 1px;
    margin-left: 1px;
  }
  
  .startRating span.react-simple-star-rating span.empty-icons{
    display: inline-block;
      color: rgb(204, 204, 204);
  }
  
  .startRating span.react-simple-star-rating span.filled-icons {
      position: absolute;
      top: 0px;
      left: 0px;
      color: rgb(255, 188, 11);
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      width: 88%;
  }

.startRating span.react-simple-star-rating svg {
    margin: -2px;
}

/* ================== */


.google_reviews .wp-gr.wpac .wp-google-name a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

.google_reviews .wp-gr .wp-google-powered {
  font-family: "Poppins", sans-serif !important;
}

.google_reviews .wp-gr .wp-google-wr a{
  font-family: "Poppins", sans-serif !important;
}

.google_reviews .wp-gr.wpac a.wp-google-name{
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

.google_reviews .wp-gr .wp-google-time {
  font-family: "Poppins", sans-serif !important;
}

.google_reviews .wp-gr .wp-google-text{
  font-family: "Poppins", sans-serif !important;
}

.google_reviews .wp-gr .grw-slider .grw-slider-btns {
  color: #8d8d8d!important;
  font-size: 70px!important;
}

.wp-gr .grw-slider .grw-slider-dots{
  display: none;
}

/* ============ */
.pagination-wrapper {
  border: 1px solid #dee2e6;
  overflow: hidden;
  display: flex;
  width: fit-content;
}

.pagination-wrapper .page-numbers {
  /* padding: 0.5rem 0.75rem; */
  padding: 0.5rem 1rem;
  line-height: 1.25;
  border-right: 1px solid #dee2e6;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #E31000;
  position: relative;
    font-size: 14px;
}

.pagination-wrapper span.page-numbers.current{
  background-color: #E31000;
  border-color: #E31000;
  color: #fff;
}

.pagination-wrapper .page-numbers:hover{
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #333333;
}

.pagination-wrapper .prev.page-numbers,
.pagination-wrapper .next.page-numbers{
  color: #333333;
}

@media screen and (max-width: 569px){
  .google_reviews .grw-slider-controls {
    display: none !important;
  }

  .wp-gr .grw-slider .grw-slider-dots{
    display:block;
  }

  .google_reviews .grw-row.grw-row-xs {
    justify-content: center !important;
  }

  .google_reviews .grw-row.grw-row-xs .grw-slider-header {
    max-width: 250px !important;
    width: 250px !important;
    flex: inherit !important;
  }
}

.wa-chat-box-poweredby {
	display: none !important;
}

#whatsapp_chat_widget #wa-widget-send-button  {
	transition: all 0.2s ease-in-out !important;
}

#whatsapp_chat_widget.move-up #wa-widget-send-button {
	margin-bottom: 100px !important;
}


/* ============== */

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-thumb {
  background: #E31000;
  border-radius: 10px;
  cursor: pointer; }

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e1e1e1;
  box-shadow: inset 0 0 5px #e1e1e1;
  border-radius: 10px; }
  
  
  #fever-profile .owl-dots { 
	  display: flex;
	  justify-content: center
  }
  
 #fever-profile .owl-dot.active {
	 border-color: #E31000;
	 background-color: #E31000;
 }
 
 #fever-profile.owl-carousel .owl-stage {
      display: flex;
    }

    #fever-profile .owl-dots>.owl-dot {
      margin: 0px 7px 7px !important;
  }

#header div#collapseExample .card-body .list label p span.also_known_as {
	font-size: 12px !important;
}
	
.test_tag {
  min-width: 115px;
}

.test_tag.green {
  border-color: #00CA5E !important;
  color: #ffffff !important;
  background-color: #00CA5E;
}

.test_tag.green_holo {
  border-color: #00CA5E !important;
  color: #00CA5E !important;
}

.test_tag.yellow {
  border-color: #FFA520 !important;
  color: #ffffff !important;
  background-color: #FFA520;
}

.test_tag.yellow_holo {
  border-color: #FFA520 !important;
  color: #FFA520 !important;
}
/* ===================== */

.blog-modal .modal-dialog {
	max-width: 788px;
}
.sp-red-bg {
    background-color: #e31000;
}

.blog-modal .modal-content {
  border-radius: 10px !important;
  overflow: hidden;
}

.blog-modal .modal-content .modal-body .img {
  text-align: left;
}

.blog-modal .modal-content .modal-body .content {
  position: relative;
}

.blog-modal .modal-content .modal-body .content h2{
  position: absolute;
  bottom: 0px;
  color: #ED1C24;
  font-size: 2.9rem;
  z-index: 2;
}

.blog-modal .modal-content .modal-body .content h2:after {
    content: '';
    width: 255px;
    height: 255px;
    background: #E4F0FE;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    left: -50px;
    bottom: -100px;
}

.blog-modal .modal-content .modal-body button.close {
    color: #fff;
    background: #000;
    opacity: 1;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-weight: 100;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.blog-modal .modal-content .modal-body button.close svg {
    width: 10px;
}

.blog-modal .modal-content .modal-body .form h2{
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-modal .modal-content .modal-body .form h3{
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-modal .modal-content .modal-body .form input.form-control {
    min-height: 3.5rem;
    border: 1px solid #BAB4B4;
    border-radius: 5px;
    font-size: 1.2rem;
}

.blog-modal .modal-content .modal-body .form p{
  line-height: 15px;
  color: #000;
}

.blog-modal .modal-content .modal-body .formSec #result{
    line-height: 1.7rem;
    color: #0a950a;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
}

.blog-modal .modal-content .modal-body .formSec #result span{
    margin-bottom: 8px;
    font-size: 1.8rem;
}

.blog-modal .modal-content .modal-body .formSec .thankyouMsg{
  align-items: center !important;
  justify-content: center !important;
  display: none;
}

.sp-red-bg2 {
  background-color: #ed1c24;
}