@charset "utf-8";
 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;

}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	min-width: 320px;
	color: #000000;
  font-family: 'Mulish', sans-serif;
	font-weight: 400;
}
section {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
}
*:focus,
a:hover,
a:active,
a:focus {
	outline: 0;
}
*:focus {
	outline-style: none;
	box-shadow: none;

}
button::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0;
	outline: 0;
}
figure {
	padding: 0;
	margin: 0;
}
a {
color: #000;
text-decoration: underline;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: all .3s cubic-bezier(.16, .84, .44, 1);
	-moz-transition: all .3s cubic-bezier(.16, .84, .44, 1);
	-o-transition: all .3s cubic-bezier(.16, .84, .44, 1);
	transition: all .3s cubic-bezier(.16, .84, .44, 1);
	transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
a:hover {
  	color: #1a8400;
	text-decoration: none;
}
img {
	border: 0;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto
}
input {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {  font-family: 'Mulish', sans-serif; font-weight: 700;}
  h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}
h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 15px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
h6 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
ul {
	padding:0px 0px 20px 20px;
	margin: 0;
}
ol {
	padding:0px 0px 20px 20px;
	margin: 0;
}
ul li {
	position: relative;
	padding: 3px 0 3px 0px;
}
ol li {
	padding: 3px 0 3px 0px;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
}
hr {
	padding: 0;
	border: 0;
	height: 1px;
	margin: 30px auto;
	background-color: #000;
}
strong,
b {
	font-weight: 700;
}
img {
	/*  display:block;*/
	height: auto
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea {
	width: 100%;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='number'], input[type='time'], textarea {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px;
    margin: 0px;
    color: #363534;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select{
  width: 100%;
border: 1px solid #ccc;
background-color: #fff;
font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
padding: 8px 10px;
margin: 0px;
color: #363534;
border-radius: 0px;
}
input[type='submit'],
input[type=button],
input[type=reset],
button,
.primaryBtn, .secondaryBtn {
  background: #1a8400;
      color: #ffffff;
	border: 0;
font-family: 'Mulish', sans-serif;
font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px 8px 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
	overflow: hidden;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.secondaryBtn {
  background: #170075;
}
.primaryBtn::after, .secondaryBtn::after {
	bottom: auto;
	border-radius: 0 0 75% 75%/0 0 50% 50%;
	background: #000;
}
.primaryBtn:hover, .secondaryBtn:hover {
	color: #fff !important;
	text-decoration: none;
}
.primaryBtn::after,
.primaryBtn::before,
.secondaryBtn::after,
.secondaryBtn::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.primaryBtn::after, .secondaryBtn::after {
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
}
.primaryBtn:hover::after, .secondaryBtn:hover::after {
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	height: 300%;
}
.col_1_1,
.col_1_1_1,
.col_1_1_1_1 {
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col_1_1_1 .col {
	width: 33.33%;
}
.col_1_1_1_1 .col {
	width: 25%;
}
.col_1_1 .col {
	width: 50%;
}
.container
{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
header{
  position: fixed;
  top:0px; left: 0px; width: 100%; z-index: 5;
  background-color: #fff;
  -webkit-box-shadow:0px 0px 12px 0px rgba(196, 196, 196, 0.8);
-moz-box-shadow: 0px 0px 12px 0px rgba(196, 196, 196, 0.8);
box-shadow: 0px 0px 12px 0px rgba(196, 196, 196, 0.8);
}
header .container
{
  display: flex; align-items: center; justify-content: space-between;
  padding: 25px 20px;
}

.logo{
  width: 300px
}
#navigation-menu {
	position: absolute;
	right: 20px;
	top: 50px;

}
ul.mainMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
ul.mainMenu > li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
}
ul.mainMenu > li a {
	font-size: 14px;
	line-height: 20px;
	color: #363534;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: block;
}
ul.mainMenu > li.active a {
	color: #edb52f;
}
ul.mainMenu > li:last-child a {
	padding-right: 0px;
}
ul.mainMenu > li:nth-child(2) > a:first-of-type {
	pointer-events: none;
}
ul.mainMenu li a:hover {
	text-decoration: none;
	color: #1a8400;
}
ul.mainMenu li .sub-menu {
	display: none;
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 0px;
	width: 220px;
	border: 1px solid #eaeced;
	background: #fff;
	padding: 0px;
}
ul.mainMenu li:hover ul {
	display: block;
}
ul.mainMenu li .sub-menu > li {
	display: block;
	padding: 5px 10px;
}
ul.mainMenu li .sub-menu > li:nth-child(2)
{
  display: none
}
ul.mainMenu li .sub-menu > li a {
	color: #000;
	padding: 5px 0px;
	margin: 0px;
	line-height: 22px;
}
ul.mainMenu li .sub-menu > li:hover a {
	color: #1a8400;
}
.headerRight
{
  width: 80%;
  display: flex;
justify-content: flex-end;
align-items: center;
position: relative;
    top: -10px;
}
.topInfo {
	font-size: 14px;
	padding-bottom: 5px;
  padding-right: 10px;
}
.topInfo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	justify-content: flex-end;
	align-items: center;
}
.topInfo ul li {
	padding: 0px 30px 0px 0px;
	margin-right: 10px;
	color: #000000;
}
.topInfo br
{display: none;}
.topInfo ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 1px;
	background: #eaeced;
}
.topInfo ul li:last-child,
.footerMenu li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}



.heroBanner
{
  background-color: #fff;
  padding: 40px 0px;
  margin-top: 85px;
}
.heroBanner .container
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 20px
}
.heroBanner .container .textcol
{
  width: 60%;
  padding-right: 20px;
}
.heroBanner .container .imgCol
{
  width: 40%;
}
.heroBanner .container .textcol h2.price{
  font-size: 7vw;
  line-height: 6vw;
  margin-bottom: 30px;
  padding-right: 30px;
  border-right: 1px solid #000
}
.heroBanner .container .textcol .priceTag
{
  display: flex;align-items: center;
}
.heroBanner .container .textcol .priceTag .greentag
{
z-index: 1;
margin-left: 30px;
margin-top: -20px;
}
.startingPrice
{
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #d2d2d2;
    padding: 20px 15px 10px 15px;
    position: relative;
        margin-top: 15px;
}
.startingPrice::before {
  content: 'Select Service';
      position: absolute;
      left: 20px;
      text-transform: uppercase;
      background-color: #fff;
      padding: 5px;
      padding: 5px 10px;
top: -18px;
font-size: 16px;
    }

.startingPrice > div
{
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left:30px;
  position: relative;
}
.startingPrice > div
{font-size: 14px;
line-height: 18px}

.startingPrice > div::before {
  content: '';
      position: absolute;
      left: 6px;
      top: 7px;
      display: inline-block;
      transform: rotate(45deg) translateY(0%);
      height: 8px;
      width: 4px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      z-index: 2;
}
.startingPrice > div::after {
  content: '';
  position: absolute;
  left: 0px;
  top:5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #1a8400;
  border-radius: 100%;
}
.startingPrice > div:nth-child(3)::after,
.startingPrice > div:nth-child(3)::before{
  display: none;
}
.productList
{
  padding: 0px 0px 15px 0px;
}
.productList .container{

padding: 0px 10px;
}
.productList h2
{
  padding: 0px 10px;
}
.productList ul, .heroproductList ul, .landingproductList ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.landingproductList
{
  margin-bottom: 40px;
}
.productList ul li, .heroproductList ul li{
  width: 20%;
  padding: 10px;
  text-align: center;
}
.landingproductList ul li{
  width: 25%;
  padding: 2px;
  text-align: center;
}

.landingproductList ul li > div{
  margin-bottom: 0px;
}
.heroproductList ul li > div{
  border-radius: 100%;
  margin-bottom: 15px;
}
.heroproductList ul li p, .landingproductList ul li p{
  font-size: 16px;
  line-height: 18px;
}

.heroproductList ul li > div img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.heroproductList ul li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.heroproductList ul li > div{
border: 1px solid #e8ac01;

  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding-top: 100%;
}
.productList ul li > div{

  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
padding-top: 100%;
  background: linear-gradient(-150deg, transparent 1.5em, #f1f1f1 0);
  border-radius: 10px;
}

.productList ul li > div > div, .heroproductList ul li > div > div, .landingproductList ul li > div > div{
  display: block;
  position: absolute;
    padding: 10px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.landingproductList ul li > div{
border: 1px solid #fee293;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding-top: 70%;
      border-radius: 10px 10px 0px 0px;
}
.landingproductList ul li:last-child > div
{
  border-right: 1px solid #e8ac01;

}
.landingproductList ul li > div > div
{
  display: flex;
align-items: center;
justify-content: center;

}
.landingproductList ul li p{
  background-color: #fee293;
      border-radius: 0px 0px 20px 20px;
      padding: 10px;
}

.landingproductList ul li > div > div h5
{
  font-size: 1.2vw;
  line-height: 1.5vw;
  margin: 0px;
}
.productList ul li > div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.2) 0, rgba(0,0,0,.4)) no-repeat 100% 0;
    width: 1.73em;
    height: 3em;
    transform: translateY(-1.3em) rotate(-30deg);
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0,0,0,.15);
}
.productList ul li  h3
{font-size: 18px;
line-height: 22px; font-weight: normal; padding-top: 5px;}
.productList ul li > div > div img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.timeWithpriceBlock
{padding: 50px 0px;
  margin-bottom: 0px;
  background-color: #f2f2f2;
}
.timeWithpriceBlock .centerBlock
{
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.timeWithpriceBlock .centerBlock h4
{
  font-size: 40px;line-height: 45px;
}
.timeWithpriceBlock h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.timeWithpriceBlock .contactTime h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 0px 20px 70px;
position: relative;
}
.timeWithpriceBlock .contactTime h2 img {
    position: absolute;
    left: 0px;
    top: 20px;
    height: auto;
    display: block;
}
.timeWithpriceBlock .contactTime h2 span {
    display: block;
    font-size: 18px;
    line-height: 22px;
}
.timeWithpriceBlock .col_1_1 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
    padding: 0px 20px 0px 20px;
    align-items:flex-start;
}
.timeWithpriceBlock .col_1_1 .contactTime
{width: 45%;
padding-right: 5%;}
.timeWithpriceBlock .col_1_1 .contactTime ul li{
  padding-bottom: 15px;
}
.timeWithpriceBlock .col_1_1 .contactTime ul
{
  padding-bottom: 0px;
}
.timeWithpriceBlock .col_1_1 .contactTime ul li:last-child
{
  padding-bottom: 0px;
}

.timeWithpriceBlock .priceGrid
{
  width: 55%;

  }
    .timeWithpriceBlock .priceGrid .col_1_1_1
    {
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      margin-bottom: 20px;
    }

  .timeWithpriceBlock .priceGrid .col_1_1_1 .col
  {
    width: 33.33%;
    border-bottom:  1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
    }
      .timeWithpriceBlock .priceGrid .col_1_1_1 .col h5
      {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .timeWithpriceBlock .priceGrid .col_1_1_1 .col b span{
        font-size: 16px;
line-height: 16px;
font-weight: 400;
display: block;
      }
      .timeWithpriceBlock .priceGrid .col_1_1_1 .col b
      {
        font-size: 24px;
        line-height: 32px;
    font-weight: 700;
      }

        .talkto
        {
          display: flex;align-items: center; position: relative;
          z-index: 1;
          padding-right: 20px;
        }
        .talkto h6
        {
          font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
text-align: left;
        }
      .talkto h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 0px 20px 70px;
    position: relative;
    text-align: left;
}
.talkto h2 img {
    position: absolute;
    left: 0px;
    top: 20px;
    height: auto;
    display: block;
}
.talkto h2  span {
    display: block;
    font-size: 18px;
    line-height: 22px;
}
.talkto h6
{
  min-width: 180px;
}


.testimonialsRow
{padding: 30px 0px; margin-top: 0px; position: relative;}
.testimonialsRow::before {
   content: "";
   display: block;
   position: absolute;
   z-index: 0;
   left: -5vw;
       top: -5vw;
       width: 240px;
   width: 240px;
   height: 240px;
   background: url('../images/orange-circle-border.svg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}

.testimonialsRow > div{
  max-width: 1200px;
  padding: 0px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.testimonialsRow .centerBlock{
  width: 40%;
  position: relative;
}

.testimonialsRow .centerBlock img{
  margin-bottom: 20px;
}
.testimonialsRow .centerBlock::after {
    content: '';
    position: absolute;
    top: -20px;
  right: -15px;
  background-color: #fff;
  width: 9em;
  height: 3.73em;
  transform: rotate(30deg);
  }
.testimonialsRow .centerBlock::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background:linear-gradient(to left bottom, white 50%, rgb(177 177 177) 0, rgb(0 0 0 / 90%)) no-repeat 100% 0;
    width: 4.73em;
height: 7em;
transform: translateY(-3.2em) rotate(-30deg);
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0,0,0,.15);
}

.testimonialsRow .centerBlock h4
{
  background-color:#1a8400;
padding: 10px 15px;
font-size: 24px;
line-height: 30px;
color: #fff;
display: inline-block;
z-index: 1;
position: relative;
}
.reviewTitle{font-size: 35px;
line-height: 40px; z-index: 1;
position: relative;}
.reviewTitle span{
color: #009000; display: block;
padding-bottom: 10px;
}
.testimonialsRow .centerHeading{padding-bottom: 20px;}
.testimonialsRow .col_1_1{
max-width: 1300px;
width: 60%;
margin: 40px auto 0 auto;
align-items: flex-start;
justify-content: space-between;
}
.testimonialsRow .col_1_1 .col{
padding: 0px 20px;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
justify-content: space-between;
align-items: flex-start;
}
.testimonialsRow .col_1_1 .col
{
width: 48%;
padding: 30px;
margin:3% 1%;

box-shadow: 1px 1px 4px #009000;
/* background-color: #f2f2f2; */
}
.testimonialsRow .col_1_1 .col:nth-child(1)
{margin-top: 8%}
.testimonialsRow .col_1_1 .col:nth-child(4)
{margin-top: -6%}
.testimonialsRow + .twoColText
{
background-color: #feffeb
}
.quotes
{
font-size: 19px;
line-height: 24px;
margin-bottom: 10px;
position: relative;
color: #000000;
font-weight: 700;
}
.quotes::before
{
content: '';
display: inline-block;
position: relative;
vertical-align: top;
background: url('../images/start-quote.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 80px;
height:60px;
margin-top: -50px;
margin-right: 10px;
}

.testimonials .col span{
font-size: 12px;
line-height: 16px;
  color: #c1c0c0;
}
.testimonialsRow .col_1_1 .col{
font-size: 14px;
line-height: 20px;
position: relative;
}
.testimonialsRow .Stars
{
position: absolute;
top: -20px;
right: 20px;
z-index: 1;
font-size: 20px;
background-color:#e3e3e3;
padding: 10px;
color: #000;
}
.testimonialsRow .Stars span
{
font-size: 16px;
line-height: 20px;
padding-left: 5px;
vertical-align: middle;
margin-top: -7px;
position: relative;
display: inline-block;
font-family: 'Mulish', sans-serif;
}
.storeBlock
{
width: 48%;
min-height:80px;
padding-left: 90px;
background: url('../images/store-icon.webp');
background-position: top left;
background-repeat: no-repeat;
background-size: 80px;
margin: 20px 0px;
}

.rating
{
color: #1a8400;
font-weight: 700;
}
.storeBlock > span
{
display: inline-block;
/* background:#000; */
color: #000;
text-align: center;
padding: 0px;
font-size: 22px;
line-height: 24px;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 30px;
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
}

  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fb7800 var(--percent), #646464 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.star {
font-size: x-large;
width: 20px;
display: inline-block;
color: #6b6b6b;
position: relative;
}
.star:last-child {
margin-right: 0;
}
.star:before {
content:'\2605';
}
.star.on {
color: #e8ac01;
}
.star.half:after {
content:'\2605';
color: #e8ac01;
position: absolute;
left: 0px;
width: 10px;
top: 0px;
overflow: hidden;
}

ul.tick
{
  list-style: none;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
ul.tick li{
  position: relative;
  font-size: 14px;
line-height: 18px;
padding: 5px 15px 5px 25px;
}
ul.tick > li::before {
  content: '';
      position: absolute;
      left: 6px;
      top: 7px;
      display: inline-block;
      transform: rotate(45deg) translateY(0%);
      height: 8px;
      width: 4px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      z-index: 2;
}
ul.tick > li::after {
  content: '';
  position: absolute;
  left: 0px;
  top:5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #1a8400;
  border-radius: 100%;

}
.Listview .col_1_1
{
  align-items: flex-start;
}
.Listview .col{
  padding: 20px;
}
.Listview .col:nth-child(1)
{
  width: 65%;
}
.Listview .col:nth-child(2)
{
  width: calc(35% - 20px);
  margin-top: 20px;
  border: 1px solid #1a8400;
border-radius: 30px;
}
.Listview .col:nth-child(2) ul.tick
{
  margin: 0px;
}
.Listview .iconText{
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
align-items: flex-start;
}
.Listview .iconText h5
{
  font-size: 18px;
  line-height: 24px;
}
.Listview .iconText img{
  width: 70px;
  margin-right: 10px;
}
/* .Listview .col ul.tick{
  display: flex;
  flex-flow: row wrap;
}
.Listview .col ul.tick li{
  width: 50%;
  padding-right: 20px;
} */

.offerHighlight
{
  max-width: 1200px;
  margin: 0px auto 30px auto;
  padding: 0px 20px;
}
.offerHighlight > div
{

      background-color: #fff8e3;
      border: 1px solid #f5dd97;
      border-radius:100px 10px 100px 10px;
      margin: 0 auto;
      padding: 30px 20px;
        display: flex;
      align-items: center;
      justify-content: center;
}

.offerHighlight > div > div:nth-child(1)
{
  width: 60%;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
}
.offerHighlight > div > div:nth-child(1) h4
{
  font-size: 2.9vw;
  line-height: 3.3vw;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}


.offerHighlight > div > div:nth-child(1) img{margin-right: 5px; margin-top: -15px;
width: 120px;}
.offerHighlight > div > div:nth-child(1) > div{
  width: calc(100% - 120px);
}
.offerHighlight > div > div:nth-child(2)
{
  width: 40%;
  padding-right: 20px;

}
.offerHighlight > div > div:nth-child(2) > div{
background-color: #1a8400;
color: #fff;
padding:25px 20px;
font-weight: 300;
 font-size: 2vw; line-height: 2.5vw;
border-radius: 10px;
box-shadow: 2px 3px 0px #000;
text-align: center;
position: relative;
}
.offerHighlight > div > div:nth-child(2) > div b{display: block; font-size: 3.5vw; line-height: 4vw;}
.offerHighlight > div > div:nth-child(2) > div::after, .offerHighlight > div > div:nth-child(2) > div::before
{content: '';
display: block;
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
background: #fff8e3;
top: 50%;
transform: translateY(-50%);}

.offerHighlight > div > div:nth-child(2) > div::before{margin-left: -20px; left:0px;}
.offerHighlight > div > div:nth-child(2) > div::after{margin-right: -20px; right: 0px;}
.leftside .offerHighlight{padding: 0px; }
@media only screen and (min-width:769px) {
.leftside .offerHighlight > div > div:nth-child(2) {
    width: 40%;
    padding-right: 0;
    padding-left: 20px
}
.leftside .offerHighlight > div > div:nth-child(1) {
    width: 60%;
    padding-right: 0px;
  }
  .leftside .offerHighlight > div > div:nth-child(1) img {
  margin-right: 5px;
  margin-left: -10px;
  margin-top: -15px;
  width: 70px;
}
.leftside .offerHighlight > div > div:nth-child(1) > div {
  width: calc(100% - 70px);
}

.leftside .offerHighlight > div > div:nth-child(1) h4 {
  font-size: 1.8vw;
  line-height: 2.5vw;
}
.leftside .offerHighlight > div > div:nth-child(1) span
{display: block;}
.leftside .offerHighlight > div
{
padding: 15px 20px;
border-radius: 10px

}
.leftside .offerHighlight > div > div:nth-child(2) > div
{font-size: 2vw;
line-height: 2.5vw;padding: 15px 20px;}
.leftside .offerHighlight > div > div:nth-child(2) > div b
{font-size: 2.5vw;line-height: 3vw;}

}
/* book page section end */


.titleTextRow .container
{
  padding: 0px 20px 20px 20px;
}

.titleTextcolRow .container
{
  padding: 20px;
}
.centerHeading
{
  border-bottom:  1px solid #d2d2d2;
  padding-bottom: 10px;
}
.col3list
{
  display: flex;
align-items: center;
width: 100%;
border:1px solid #1a8400;
padding: 20px 15px 10px 15px;
position: relative;
margin-top: 20px;
margin-bottom: 30px;
}
.col3list::before
{
  content: 'All Top Brands Supported';
  position: absolute;
    left: 20px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px;
    padding: 5px 10px;
    top: -18px;
    font-size: 16px;
}
.col3list .tick
{
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
}
.col3list .tick li{
  width: 33.33%;
}
.titleTextRow .col_1_1 {
  padding-bottom: 20px;
  align-items: flex-start;
}
.titleTextRow .col_1_1 .col:nth-child(1){
  width: 100%;
  padding-right: 0px;
}
.titleTextRow .col_1_1 .col:nth-child(2){
  width: 100%;
}

.titleTextRow .col ul{
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
  padding: 0px 0px 20px 20px;
}
.titleTextRow .col ul li{
  width: 25%;
  padding-right: 20px;
}

.greentag
{
position: relative;
display: inline-block;
background: #1a8400;
color: #fff;
padding: 5px 10px;
border-radius: 0px;
font-size: 12px;
line-height: 20px;
font-weight: 400;
margin-top: -5px;
}

.greentag::after
{
content: '';
display: block;
position: absolute;
z-index: -1;
width: 100%;
    height: 30px;
    transform: skewX(45deg);
    background: rgb(26 132 0 / 70%);
    left: 20px;
    top: 0px;
}
.greentag::before
{
content: '';
display: block;
position: absolute;
z-index: -1;
width: 100%;
    height: 30px;
    transform: skewX(-45deg);
    background: rgb(26 132 0 / 70%);
    left: 20px;
    top: 0px;
}
.textBlock h2{
  border-left: 4px solid #1a8400;
      padding-left: 10px;
}


#page-wrap{
  margin-top: 125px;
  min-height: 60vh;
}
.ContactWrapper .container{
  padding: 0px 20px;
}
.shopAddress
{
  margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
    padding-top: 20px;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.shopAddress .col > div{
	height: 100%;
	border: 1px solid #c1c1c1;
	padding: 10px 10px 60px 10px;
}
.shopAddress .col
{
	border: 0px !important;
	text-align: left;
	    margin-top: 30px;
      position: relative;
      z-index: 0;
      padding: 10px;
}
.shopAddress .col img
{
	vertical-align: middle;
	width: 40px;
display: inline-block;
}
.shopAddress .col a {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.shopAddress h2
{
	background: #07c10e;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    text-align: right;
    padding: 4px 10px 4px 0px;
    margin-bottom: 5px;
    width: 180px;
    float: right;
    clear: both;
    position: relative;
		margin-top: -38px;
right: -11px;
z-index: -1;
}

.shopAddress h2::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	    top: 0px;
	    border-top: solid 30px #fff;
	    border-left: solid 15px #fff;
	    border-right: solid 35px transparent;
	    border-bottom: solid 0px transparent;
}


#footer-wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
	border-top: 2px solid #1a8400;
	padding: 20px 0;
  background: #fff;
      color: #000;
  }
#footer-wrapper > div {
  max-width: 1200px;
    padding: 0px 20px;
    margin: 0 auto;
	overflow: hidden;
  display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.copyright {
	float: left;
	font-size: 16px;
	line-height: 20px;
	width: 65%
}
.copyright img{
	margin-right: 5px;
}
.copyright p {
	line-height: 22px !important;
	font-size: 14px !important
}
.disclaimerinfo
{
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}




.ss-form{
  padding-bottom: 30px;
overflow: hidden;
}
.ss-form-entry {
	width: 100%
}
.required-message, .error-message {
	display: none
}
.ss-q-title {
	float: left;
	padding-right: 20px
}
.ss-radio .ss-q-title {
font-weight: 400;
padding-bottom: 10px
}
.ss-choices
{
	padding-left: 0px;
  padding-bottom: 0px;
}
.helpselect {
	width: 90%;
	display: block
}
.ss-secondary-text {
	font-size: 13px;
	color: #999;
	font-weight: 400;
	top: 4px;
	position: relative
}
.ss-q-item-label {
	clear: both;
	width: 100%;
	float: left
}
.ss-scalerow .aria-todo
{
	margin-top: -5px;
}
.ss-choices label {
	margin-bottom: 10px
}
.ss-choice-label {
	font-weight: 400
}
.ss-choice-label a {
	color:#45ab00;
}
.ss-choice-item {
	background-image: none!important;
	padding-left: 0!important;
	list-style: none;
  display: inline-block;
  padding:2px 10px 2px 0px;
  font-size: 14px;
line-height: 18px;

}
.ss-form-question {
	clear: both;
	padding-bottom: 10px
}
.ss-required-asterisk {
	color: rgb(196, 59, 29)
}
label {
    display: inline-block;
    font-weight: 700;
}
label.form-check-label
{
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.form-check
{
  position: relative;
}
.form-group
{
  padding-bottom: 8px;
}
.ss-item table, .ss-item table td{
  border: 0px;
  padding: 0px;
  }
.formWrapper
{
  padding: 0px 0px;
  max-width: 1340px;
  overflow: hidden;
margin: 30px auto;
}
.form-group p{
  padding-bottom: 10px;
}
.formWrapper .form-check-input
{margin-left: 0px; position: absolute;top: 10px}
.disclaimerinfo
{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

.PageContent
{
  display: flex;
  max-width: 1200px;
padding: 0px 20px;
margin: 0 auto;
}
.HeroBanner
{
  margin-top: 20px;
}
.HeroBanner img{
  width: 100%;
}
.leftside{
  width: 67%;
  padding-right: 10px;
}
.titleTextRow h1
{font-size: 36px;
line-height: 42px;
margin-bottom: 30px;}
  .right-sidebar {
    width: 33%;
    padding-left: 15px;
}

.is-affixed .FixedSidebar {
    position: fixed;
    left: auto !important;
    z-index: 1;
    right: auto;
}
ul.tick
 {
	 list-style: none;
	 margin: 0px 0px 25px 0px;
	 padding: 0px;
 }
 ul.tick li{
	 position: relative;
	 padding: 3px 0px 3px 25px;
 }
 ul.tick > li::before {
	 content: '';
			 position: absolute;
			 left: 6px;
			 top: 7px;
			 display: inline-block;
			 transform: rotate(45deg) translateY(0%);
			 height: 8px;
			 width: 4px;
			 border-bottom: 2px solid #fff;
			 border-right: 2px solid #fff;
			 z-index: 2;
 }
 ul.tick > li::after {
	 content: '';
	 position: absolute;
	 left: 0px;
	 top:5px;
	 display: inline-block;
	 height: 18px;
	 width: 18px;
	 background: #1a8400;
	 border-radius: 100%;

 }

.FixedSidebar {
    padding: 17px !important;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.FixedSidebar .PriceTag {
	position: relative;
left: -28px;
z-index: 1;
padding-right: 7px;
display: inline-block;
margin: -10px auto 0 0;
float: left;
padding-bottom: 0px;
}
.FixedSidebar .PriceTag::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    height: 50%;
    width: 100%;
    z-index: 2;
    left: 4px;
    background-color: #4a9115;
    transform: skewX(-30deg);
}
.FixedSidebar .PriceTag span {
    position: relative;
    z-index: 3;
    padding: 3px 10px 3px 20px;
    color: #fff;
    background-color: #4a9115;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;

}
.FixedSidebar .PriceTag span::after {
    content: '';
    width: 0;
    height: 0;
    left: -9px;
    bottom: -10px;
    position: absolute;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #204404;
    display: block;
}
.FixedSidebar .PriceTag::after {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    left: 4px;
    background-color: #4a9115;
    transform: skewX(30deg);
}
.ourOffer{
padding-top: 10px;
float: none;
    width: 100%;
    clear: both;
}
.ourOffer .offerBlock:last-child::after
{
	display: none;
}
.offerBlock
{
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 10px 0px;

}
.offerBlock::after
{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 1px;
	width: 100%;
	border-top: 1px dashed #dddddd;
	left: 0px;
	/* transform: translateX(-50%); */
}
.offerBlock > div{
	text-align: left;
	font-size: 14px;
	line-height: 18px;
  padding-left: 25px;
}

.offerBlock > div::before {
	 content: '';
			 position: absolute;
			 left: 6px;
       top: 14px;
			 display: inline-block;
			 transform: rotate(45deg) translateY(0%);
			 height: 8px;
			 width: 4px;
			 border-bottom: 2px solid #fff;
			 border-right: 2px solid #fff;
			 z-index: 2;
 }
.offerBlock > div::after {
	 content: '';
	 position: absolute;
	 left: 0px;
   top: 11px;
	 display: inline-block;
	 height: 18px;
	 width: 18px;
	 background: #1a8400;
	 border-radius: 100%;

 }


.offerBlock > div p{padding-bottom: 0px;}
.offerBlock > div h4 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 5px;
}
.offerBlock > div h6 {
	font-size: 16px;
	    line-height: 20px;
      font-family: 'Mulish', sans-serif;
    	font-weight: 400;
	    padding-bottom: 0px;
	    display: inline-block;
	   padding: 3px 5px 1px 0px;
	   }
.offerBlock > div h6 span{
	color: #00af00;
	 border-radius: 5px;
	 border: 1px solid #00af00;
	 padding: 2px 5px 1px 5px;
}

	.verifiedBlock
	{
		border-radius: 5px;
		/* background: #efefef; */
		color: #000;
		width: 100%;
		padding: 0px;
		padding-left: 55px;
		position: relative;
		overflow: hidden;

	}
		.verifiedBlock h5
		{
			color: #000;
      font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
		}
	.verified-badge-svg {
	    height: 43px;
	    margin-right: 16px;
	    width: 45px;
			position: absolute;
			left: 0px;
			}
	.verified-badge-svg .badge {
	    fill: #a9d18c;
			transform-origin: center;
			transform: rotate(0deg);
			animation: rotate 4s linear infinite;

	}

	@keyframes rotate {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes rotate {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}
	.verified-badge-svg .checkmark {
	    fill: #318200;
	}
	.verifiedBlock h5, .extraoffer h4
	{
		padding: 0px;
	}


  .form-control {
    /* border: none; */
    border-bottom: 1px solid #ccc;
  padding: 10px;
    border-radius: 0;
    background: none; }
    .form-control:active, .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000; }

  .col-form-label {
    color: #000;
     }

  .btn, .form-control, .custom-select {
    height: 45px;
    border-radius: 0; }

  .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0; }
    .custom-select:active, .custom-select:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000; }


  input[type='submit'].backbtn, .backbtn {
    background-image: url('../images/back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-color: transparent;
        color: #fff !important;
        cursor: pointer;
        border-radius: 5px;
        padding: 15px 10px;
          font-size: 0px;
          width: 50px;
          height: 50px;
          line-height: 20px;
          margin-top: 20px;
          margin-right: 20px;
        text-align: center;
        display: inline-block;
        position: relative;
border: 1px solid #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }

    .step3Back
    {
      position: absolute;
      right: 100px;
      bottom: 0px;
    }

  .contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef; }
    .contact-wrap .col-form-label {
      font-size: 14px;
      color: #b3b3b3;
      margin: 0 0 10px 0;
      display: inline-block;
      padding: 0; }
    .contact-wrap .form, .contact-wrap .contact-info {
      padding: 40px; }
    .contact-wrap .contact-info {
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li {
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 0.5); }
        .contact-wrap .contact-info ul li .wrap-icon {
          font-size: 20px;
          color: #fff;
          margin-top: 5px; }
    .contact-wrap .form {
      background: #fff; }
      .contact-wrap .form h3 {
        color: #000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px; }
    .contact-wrap .contact-info {
      height: 100vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .contact-wrap .contact-info a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }


  label.error {
    font-size: 12px;
    color: red; }

  #message {
    resize: vertical; }

  #form-message-warning, #form-message-success {
    display: none; }

  #form-message-warning {
    color: #B90B0B; }

  #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }

  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }
    #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: montserrat;

    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: lightgrey;
    padding: 0px;
}

#progressbar .active {
    color:#1a8400
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    line-height: 16px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {

    content: "1"
}

#progressbar #personal:before {

    content: "2"
}

#progressbar #payment:before {

    content: "3"
}

#progressbar #confirm:before {

    content: "4"
}

#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 20%;
    margin: 0 auto 5px auto;
    padding: 2px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1a8400
}

.progress {
    height: 10px;
    margin-bottom: 20px;
}

.progress-bar {
    background-color:#1a8400
}

.fit-image {
    width: 100%;
    object-fit: cover
}

ul.deviceProblem
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
ul.deviceProblem li{
  width: 50%;
  padding:0px;
}

ul.deviceProblem .form-check
{
  padding: 2px 5px;
}

.deviceType .form-check-input{
  opacity: 0;
}
.bookFormWrapper .form-check-inline {
    display: block;
    margin-right: 0px;
    padding: 0px;

    font-size: 20px;
    border-radius: 5px;
      cursor: pointer;
}
.bookFormWrapper .form-check-inline:hover, .bookFormWrapper .deviceProblem label:hover
{
  background: #fbfbfb;
}
.bookFormWrapper .primaryBtn
{
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
    margin-top: 20px;
    height: 50px;
}
.txtright
{
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bookFormWrapper .form-check-inline label.form-check-label, .bookFormWrapper .form-check
{
  padding: 10px 10px 10px 10px;

}
.bookFormWrapper [type="radio"]:checked,
.bookFormWrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bookFormWrapper [type="radio"]:checked + label,
.bookFormWrapper [type="radio"]:not(:checked) + label
{
  border: 1px solid #e9ecef;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    color: #000;
    border-radius: 5px;

}
.bookFormWrapper [type="radio"]:checked + label
{
  border: 1px solid #1a8400;
  background-color: #1a8400;
  color: #fff;
}

.deviceSelect > div label::before{
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
margin-right: 10px;
}

.deviceSelect > div:nth-child(1) label::before{
background-image: url('../images/laptop.png');
background-repeat: no-repeat;
background-size: auto 30px;
background-position: center;
}

.deviceSelect > div:nth-child(2) label::before{
background-image: url('../images/computer.png');
background-repeat: no-repeat;
background-size: auto 30px;
background-position: center;
}

.deviceSelect > div:nth-child(3) label::before{
background-image: url('../images/fax.png');
background-repeat: no-repeat;
background-size: auto 30px;
background-position: center;
}
.bookFormWrapper .deviceProblem [type="radio"]:checked + label,
.bookFormWrapper .deviceProblem [type="radio"]:not(:checked) + label
{
  justify-content: flex-start;
  padding: 5px 20px;
}
.bookFormWrapper .card-body
{padding: 0px;
display: flex;
justify-content: space-between;
flex-flow: row wrap}
.bookFormWrapper .card-body .cardblock
{
  width: calc(50% - 10px);
border: 1px solid #e9ecef;
border-radius: 0px;
padding: 40px 10px 40px 10px;
margin: 10px 0px;
font-size: 16px;
line-height: 24px;
position: relative;
}
.bookFormWrapper .card-body .cardblock h3, .bookpagesidebar h3
{
  position: absolute;
  display: inline-block;
  background: #1a8400;
  color: #fff;
  top: 1px;
  left: 0px;
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;

}
.bookpagesidebar h3
{
  position: relative;
}
.bookFormWrapper .card-body .cardblock h3::after, .bookpagesidebar h3::after
{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
      height: 32px;
      transform: skewX(45deg);
      background: rgb(26 132 0 / 70%);
      left: 20px;
      top: 0px;
}
.bookFormWrapper .card-body .cardblock h3::before, .bookpagesidebar h3::before
{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
      height: 32px;
      transform: skewX(-45deg);
      background: rgb(26 132 0 / 70%);
      left: 20px;
      top: 0px;
}
.bookpagesidebar h3:last-of-type
{
  background: #e8ac01;
}
.bookpagesidebar h3:last-of-type::after, .bookpagesidebar h3:last-of-type::before
{
background: rgb(232 172 1 / 70%);
}
.bookpagesidebar ul.tick > li::before {

    left: 7px;
    top: 9px;

}
.bookpagesidebar a
{
      color: #1a8400;
}
.bookFormWrapper .card-body .cardblock h4
{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.bookFormWrapper .card-body .cardblock p{
  padding-bottom: 10px
}


.cardblock img{
  height: 25px; margin-right: 5px;
}
.cardblock .cardTime img{
  height: 20px;
}
.sellingPoint
{
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  position: absolute;
    bottom: 10px;
    left: 10px;
}
.sellingPoint > div{
  display: flex;
  padding-right: 15px;
  padding: 2px 15px 2px 0px;
  /* width: 33.33%; */
  align-items: center;
}

.productnamePrice
{
  display: flex;
  align-items: flex-start;
}
.productnamePrice > div:first-child
{
  width: 60%;
  font-size: 14px;
    line-height: 18px;
}
.productnamePrice > div:last-child
{
  width: 40%;
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  text-align: right
}
.productnamePrice > div:last-child > div{display: inline-block;text-align: left; min-width: 80px;}
.cardprice b{display: block;
font-size: 22px;
line-height: 25px;}
.promocode
{  border: 2px solid #1a8400;
  border-radius: 5px;
  padding: 2px 5px !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: inline-block; }
.promocode b{padding-left:5px }

.approvalTxt{font-size: 14px;
line-height: 16px;}
textarea.form-control
{min-height: 137px;}
textarea.form-control.comment
{
  min-height: 80px
}
select.form-control{
  -webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}


.bookFormJumpingWrap
{
  width: 100%;
  max-width: 1300px;
  margin: 20px auto 20px auto;
  display: flex;
  align-items: center;
/* border-bottom: 1px solid #ccc; */
}
.bookFormJumpingWrap div.col_1_1
{
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse;
}

.bookFormJumpingWrap div.col_1_1 div:nth-child(3)
{
  width: 50% !important;
font-size: 16px;
line-height: 19px;
  padding: 20px 20px 20px 0px;
}
.bookFormJumpingWrap > div p
{
  padding-bottom: 15px;
}

.bookFormJumpingWrap div.col_1_1 div:nth-child(2)
{
  width: 50% !important;
  padding: 20px 20px 20px 5%;
  position: relative;
}
.bookFormJumpingWrap div.col_1_1 div:nth-child(2)::before
{
  content: '';
  display: block;width: 1px;
  height: 50%;
  background-color: #ccc;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bookFormJumpingWrap h2
{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.bookFormJumpingWrap .col:nth-child(3) h2
{
  padding: 20px 0px 20px 70px;
  position: relative;

}
.bookFormJumpingWrap .col h2 img{
  position: absolute;
  left: 0px;
  top:20px
}
.bookFormJumpingWrap .col h2 span{
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.bookFormJumpingWrap h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.bookFormJumpingWrap h3
{
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
.bookFormJumpingWrap h3::before
{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
      height: 32px;
      transform: skewX(-45deg);
      background: rgb(26 132 0 / 70%);
      left: 20px;
      top: 0px;
}
.bookFormJumpingWrap h3::after
{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
      height: 32px;
      transform: skewX(45deg);
      background: rgb(26 132 0 / 70%);
      left: 20px;
      top: 0px;
}
.bookFormJumpingWrap h3:last-of-type
{
  background: #e8ac01;
}
.bookFormJumpingWrap h3:last-of-type::after, .bookFormJumpingWrap h3:last-of-type::before
{
background: rgb(232 172 1 / 70%);
}

.callToaction
{
  font-size: 22px;
    line-height: 30px;
  padding: 15px 10px;
  background: #1a8400;
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}
.gridOfferLayout
{
  padding: 50px 15px;
  background-color: #fff;
margin: 0px auto;
}
.gridOfferLayout + .titleTextcolRow{
  margin-top: 0px;
}
.gridOfferLayout h2
{
  font-size: 4vw;
  line-height: 5vw;
  position: relative;
  z-index: 2;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}


/* .gridOfferLayout::before
{
  content: '';
  display: block;
  filter: grayscale(1);

  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%
} */

.gridOfferLayout .innerWrap
{
  margin: 0 auto;
  position: relative;
  z-index: 3;
    padding: 0;
    font-size: 0px;
    /* min-height: 50vh; */
    max-width: 1300px;
    display: block;
    height: auto !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    grid-auto-flow: dense;
    counter-reset: items;
}
.gridOfferLayout .innerWrap .cardBlock
{
  background-color: #f2f2f2;
  position: relative;
}
.gridOfferLayout .innerWrap .cardBlock .imageHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.gridOfferLayout .innerWrap .cardBlock .imageHolder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gridOfferLayout .innerWrap .cardBlock.large {
    /* width: 50% !important; */
    grid-row: span 2;
    grid-column: span 2;
    width: 100%;
    padding-top: 70%;
}
.gridOfferLayout .innerWrap .cardBlock{
    /* width: 25% !important; */
    grid-row: span 1;
    grid-column: span 1;
    width: 100%;
}

.reviewBlock
{

  padding: 70px 10px;
}
.reviewBlock h2
{
  font-size: 38px;
      line-height: 44px;
}
.reviewBlock h4
{
  font-size: 28px;
      line-height: 34px;
}
.reviewBlock .inside
{
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reviewBlock .ContentRow
{
  width: 100%;
  display: flex;

  justify-content: space-evenly;
  align-items: center;
}
.reviewBlock .ContentRow > div{
  padding: 20px;
  font-size: 20px;
  line-height: 26px;
  width: 30%;
}
.reviewBlock .primaryBtn
{
  padding: 20px 30px;
  width: 40%;
  font-size: 20px;
  line-height: 24px;

}
.reviewBlock .ContentRow > div:nth-child(2)
{
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  width: 40%;
  padding: 0px 4%;
}
.reviewBlock .ContentRow > div h3{
  font-size: 50px;
      line-height: 55px;
      color: #1a8400;
      padding: 0px;
      margin-bottom: 5px;
      font-weight: 700;
}
.reviewBlock .ContentRow > div h5{
  font-size:30px;
      line-height: 35px;
        color: #1a8400;
      padding-bottom: 0px;
      margin-bottom: 5px;
    }
.reviewBlock .ContentRow > div img{
  margin: 0 auto;
}
.rateRecord
{
  width: 100%;
  display: flex;
  padding: 5px 0px;
  justify-content: space-between;
}

.rateRecord span
{
  padding-right: 15px;
  display: inline-block;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 30px;
  font-family: Times; // make sure ★ appears correctly
  line-height: 1;
}

  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fb7800 var(--percent), #646464 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sectionHeading
{
  width: 100%;
  text-align: left;
  position: relative;
  display: flex;
align-items: center;
}
.sectionHeading span{
  display: inline-block;
  /* background: #1a8400; */
  padding: 0px;
  color: #000;
  position: relative;
  z-index: 1;
}
.sectionHeading span small
{
  display: block;
    font-size: 20px;
    line-height: 24px;
}
  .sectionHeading span:nth-child(2){
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #000;
  }
.sectionHeading::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom:-5px;
  z-index: 0;
}

  .Importanthighligh
  {
    margin-bottom: 30px;
  }
  .TabClick
  {
    background: #1a8400;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
  }
  .tabInfo
  {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #1a8400;
    font-size: 14px;
  line-height: 20px;
  }


.comparisionSliderWrap
{padding: 30px 20px; margin-bottom: 50px}
  .comparisionSliderWrap h2
  {
    text-align: center;
    margin-bottom: 20px;
  }
.comparisionSliderWrap .container{
    padding: 50px 20px;
        max-width: 1160px;
        background-color:#fffcf3;
}
  .comparisionSliderWrap .insideWrap{
    display: flex;
    position: relative;
    justify-content: flex-end;
  }

  .sliderLabel{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
  }

  .sliderWrap
  {
    position: relative;
    width: calc(100% - 160px);

  }
  .comparisionSlider
  {
    width: 100%;
    display: flex;
  }
.comparisionSlider .compareBlock
{width: 100%;
padding: 0px 10px;
 text-align: center;}

 .comparisionSlider .compareBlock > div{
   background-color: #fff;
   border-radius: 0px;
  border: 1px solid #f6c84c;
   padding: 10px;
   border-radius: 20px;
 }
 .sliderLabel > div
 {padding: 10px 0px}
 .comparisionSlider .compareBlock > div > div,
 .sliderLabel > div > div{
   border-bottom:1px dashed #d0d0d0;
   padding: 5px;
 }

 .comparisionSlider .compareBlock > div > div:nth-child(1)
 {
   background-color: #f6c84c;
   border-radius: 20px;
 }
.comparisionSlider .compareBlock > div > div:last-child{
  border: 0px;
}
.formTextRow .col_1_1{
  align-items: center;
}
.formTextRow .col{
  width: 50%;
  padding: 10px;
}
.formTextRow .mapHolder
{position: relative;
width: 100%;
overflow: hidden;
padding-top: 85%;}

.formTextRow .mapHolder iframe{
  width: 100%;
  height: 100%;
  border: 0px;
  position: absolute;
  left: 0px;
  top: -60px;
}
