
/* ==========================================================================
   #FONT
   ========================================================================== */
.font-robo {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 {
  width: -webkit-calc((100% - 60px) / 2);
  width: -moz-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}

body {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background: #f8f9fa;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 100px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 1300px;
}
.faq-sec{
	margin: 10px 0px;
	
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */

.btn {
    line-height: 35px;
    display: inline-block;
    padding: 0 13px;
    cursor: pointer;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: 700;
}


.btn--radius {
  border-radius: 50px;
}

.btn--green {
    background: #57b846;
    width: 100%;
    padding: 10px 0px;
	font-size: 20px;
}

.btn--green:hover {
  background: #4dae3c;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
  background-color: #2c6ed5;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* width: 100%; */
  font-size: 14px;
  font-family: inherit;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
	display: block;
}

.input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.input--style-1 {
  padding: 12px 10px;
  color: #666;
	border-radius: 7px !important;
  border: 1px solid #f7f7f7 !important;
}

.input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}

.input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}

.input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}

.input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

.input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
	padding: 5px 10px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 34px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 0;
  color: #555;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 18px;
  color: #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */
.title {
  margin-bottom: 20px;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}

.card-1 .card-heading {
  background: url("../images/bg-head-02.jpg") center center/cover no-repeat;
  padding-top: 0px;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 55px;
  padding-bottom: 65px;
}


@media (max-width: 767px) {
  .card-1 .card-body {
    padding: 0 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.divider-line {
    position: relative;
    margin-left: -33px;
    margin-right: -33px;
    height: 20px;
    margin-bottom: 30px;
    width: calc(100% + 66px);
	border-bottom: 1px solid #e6e9ec;
}
.services-page h3{
	font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 10px;
    color: #4b5b68;
}
.services-page p{
	font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 1px;
    color: #4b5b68;
}
.forgot-psd span{
	color: #000;
    float: right;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;
    text-decoration: underline;
	
}

.main {
  margin-left: 0px;
	border: solid 1px #ccc;
}
.counter {
    width: 100%;
    border-radius: 0px !important;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
	height: 37px;
}
.up_count {
    margin-bottom: 0px;
    margin-left: -40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
    float: right;
} 
.down_count {
  margin-bottom: 0px;  
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
	position: absolute;
}
.btn-info {
    color: #ffffff;
	border: solid 1px #ccc;
    background-color: #fff;
    background-repeat: repeat-x;
	border-radius: 0px;

}
.btn-info:hover {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}
.icon-plus {
    background-position: -408px -96px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image:url("../../images/glyphicons-halflings.png");
    background-repeat: no-repeat;
}         
.icon-minus {
    background-position: -433px -96px;
}

.label-box-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
}
@media (min-width: 730px){
.label-box-wrap .wpcf7-list-item {
    float: left;
    width: auto !important;
}

}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
	    display: inline-block;
    max-width: 100%;
}
.label-box-wrap input[type=radio] {
    position: absolute;
    left: -9999px;
}
.wpcf7-list-item input:checked+span {
    background: #6fbf52;
    color: #fff;
}

@media (min-width: 730px)
.label-box-wrap input[type=radio]+span {
    width: 150px;
}
@media (min-width: 601px)
.label-box-wrap input[type=radio]+span {
    width: 123px;
}
.label-box-wrap input[type=radio]+span {
    height: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    line-height: 24px;
    color: #a7b3bd;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    width: 150px;
    padding: 0 2px;
}
.wpcf7-list-item input:checked+span {
    background: #6fbf52;
    color: #fff;
}
/********* faq section ***************/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);




.content {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
	background: #fff;
	 box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
	border-radius: 3px;

}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
    color: #000;
    position: relative;
    background: #fff;
    margin: 0;
    border: solid 1px #eee;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
}


.answers {
  font-weight:300;
  background: #f2f2f2;
  padding: 0px 15px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color:#000;
  position: absolute;
	left: 0;
  margin-left: 10px;
  margin-top: 0px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

/******tabs flow**********/


.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    transition: .4s;
	    font-size: 20px;
}

.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: #6fbf52;
    color: #fff;
	font-size: 20px;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    position: absolute;
    width: 90%;
    z-index: 5;
    height: 5px;
    margin-left: 18px;
    margin-bottom: 18px;
    background: #ccc;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .2s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}
/******* gift card css**************/

@media (max-width:480px){
  .gift-card-left{
    padding: 20px !important;
  }
}

.gift-card-left{
    background: #e1f0e1;
    padding: 120px 20px;
    border-radius: 10px;
    height: 100%;
}
.card-1 .card-body-gift {
  padding: 0 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gift-card-left h3{
	font-size: 50px;
	color: #000;
	font-weight: 600;
	
}
.gift-card-left .months_{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	
}
.gift-card-left p{
	font-size: 20px;
	color: #000;
	
	
}
.gift-card-right{
	padding: 30px;
}
.gift-card-right h3{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	
}
.lbl-style{
	font-weight: 600;
}
.lbl-style span{
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	padding-left: 10px;
}

.input--style-msg {
  padding: 12px 10px;
  color: #666;
	border-radius: 10px;
	height: 100px;
}
.gift-card-info {
    padding: 30px;
    overflow: hidden;
}

.gift-card-info{
	
	
}

.gift-img{
	    display: inline-block;
    margin-right: 50px;
    float: left;
}
.gift-img img{
	width:150px;
}
.gift-img2 img{
	width:40%;
}

.info-sec{
	display: inline-block;}

.info-sec h6{
	font-size: 34px;
    font-weight: 600;
    color: #ff2b2d;
}
.info-sec h4{
	font-size: 24px;
    font-weight: 600;
   
}

.info-sec ul {
	list-style: none;
	padding: 20px 0px;
}
.info-sec ul li span{
	font-weight: 600;}

.order-section{
	margin-bottom: 20px;
}

.order-section h3{
	margin-bottom: 20px;
}
.shop_table{
	width: 100%;
}
.cart-subtotal{
	font-size: 20px;
}
.subtotal {
	text-align: right;
}
.order-total{
	color: #dc3545;

    font-size: 20px;

}
.btn--white {
    background: #fff;
    width: 100%;
    padding: 10px 0px;
	color: #57b846;
	border:solid 1px #57b846;
	font-size: 20px;
	margin-bottom: 10px;
}
.thnky-msg{
	border:none;
}
.thnky-msg p{
	font-size: 16px;
	padding: 10px 0px;
}
.thnky-msg p span{
	font-weight: 600;
}
.top-logo img{
	padding: 20px 0px;
	
}
