/*
 CSS for the main interaction
*/

.w-over button{
    text-transform: uppercase;
    text-transform: uppercase;
    background:green;
     color: #fff;
      margin-top: 75%;
     margin-left: 55%; 
    font-size: 12px;
    display: inline-block;
    padding: 8px 10px;
    border: 5px solid rgba(255,255,255,0.1);
}

.grid-item-cat22 {
    display: inline-block;
    width: 23%;
    margin: 30px 0 0 0;
    background: #fff;
    padding: 8px 8px;
    text-align: center;
   border: 1px solid #31da53;
}

.grid-item-cat22 .category1 {
    display: inline-block;
    vertical-align: top;
}
.category1 span {
    display: block;
    background: #F27132;
    padding: 5px 13px;
    margin: 15px auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #599444;
    border-radius: 5px;
}

.grid-item-cat22 img {
    display: block;
    vertical-align: top;
    margin-right: 15px;
    width: auto;
    height: 100%;
    width: 100%;

    text-align: center;
    margin: 0px auto 20px;
}

.img-box{
width: 100%;
height: 200px;
}

@media(max-width: 1050px){
    .grid-item-cat22{
        width: 31%;
    }
}
@media(max-width: 991px){
     .grid-item-cat22{
        width: 47%;
         padding: 8px 8px;
    }
}
@media(max-width: 767px){
    .grid-item-cat22{
        width: 100%;
        padding: 0px 0px;
    }

.w-over button{
      margin-top: 31%;
    margin-left: 68%;
   
}

}
@media(max-width: 550px){

.w-over button {
    margin-top: 45%;
    margin-left: 65%;
}
}

@media(max-width: 490px){

.w-over button {
        margin-top: 50%;
    margin-left: 60%;
}
}

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





.w-over {
    position: absolute;
    top: 0px;
    left: 0;
   text-align: center;
    width: 100%;
    height: 100%;
   /* background: rgba(255,255,255,0.75);*/
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 99;
}




@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip0013 {
position: relative;
float: left;
overflow: hidden;
 margin: 0px 0px 0px 0px;
  height: 200px;
  /*min-width: 220px;
  max-width: 310px;
  max-height: 220px;*/
  width: 100%;
  
  text-align: center;
  background-color:#333;
    /*border: 1px solid #31da53;*/

}

/*figure.snip0013 img {

  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}*/

figure.snip0013 > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;

}

figure.snip0013 > div a {
color: #ffffff;
}

figure.snip0013 > div a i {

  font-size: 25px;
 opacity: 0;
  top: 50%;
  text-align: left;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
-webkit-transition-delay: 0s;
 transition-delay: 0s;
display: inline-block;

}

figure.snip0013 > div a i.w-over {

  -webkit-transform: translate3d(0, -50%, 0);
   transform: translate3d(0, -50%, 0);

}

figure.snip0013 > div a i.text-coupon {

  -webkit-transform: translate3d(0, -50%, 0);
   transform: translate3d(0, -50%, 0);

}

figure.snip0013 > div::before {

  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
 /* border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);*/
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
 -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;
}

figure.snip0013:hover img {
  opacity: 0.35;
}

figure.snip0013:hover > div i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip0013:hover > div i.w-over {

  -webkit-transform: translate3d(-25%, -50%, 0);
  transform: translate3d(-25%, -50%, 0);
}
figure.snip0013:hover > div i.text-coupon {
  -webkit-transform: translate3d(25%, -50%, 0);
  transform: translate3d(25%, -50%, 0);
}

figure.snip0013:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 0px;
  right: 0px;
  opacity: 0.20;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}











.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}
.form-grp select:focus{
    border-color: #599444;
    outline: none;
}
.form-grp.select-tab {
    margin: 10px auto 20px;
}
.form-grp select {
    width: 100%;
    height: 40px;
    background: transparent;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color:#599444;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #599444;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.subscription-paln h5 {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    font-size: 18px;
}
.click-package{
    color: #599444;
    cursor: pointer;
}
.subscription-paln{
    display: none;
    float: left;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.dropdown li a.setting_img {
    background: url(../images/settings.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    width: 90%;
}
ul.dropdown ul {
    position: absolute;
    right: 5px;
    top: -165px;
    visibility: hidden;
    width: 140px;
    z-index: 99999;
}
ul.dropdown ul li {
    font-weight: normal;
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
}
ul.dropdown ul li {
    font-weight: normal;
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.dropdown li a.setting_img:hover {
    background: url(../images/settings_hover.png) no-repeat scroll center center;
    background-color: #3987BC;
    float: left;
    height: 30px;
    width: 90%;
    position: relative;
}
ul.dropdown {
    position: relative;
}
.reddem-coupn-btn-grp{
    text-align: left;
}
.reddem-coupn-btn-grp {
    text-align: left;
    margin: 0 auto 25px;
}
.reddem-coupn-btn-grp a {
    text-align: center;
    background: #F27132;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#reedeemed-coupon label{
    padding: 0;
}
.upload-section {
    text-align: left;
    margin: 0 auto 50px;
}
.add-coupon-form h1 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 20px auto 5px;
}
.add-coupon-form {
    margin: 35px auto;
    display: none;
}
.agree-checkbox {
    font-size: 14px;
    text-align: left;
    padding-left: 9px;
    line-height: 1.8;
}
.reddem-coupn-btn-grp span.add-new-btn {
    background: #F27132;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px !important;
    cursor: pointer;
    color: #fff;
}
.add-coupon-form h3 {
     text-align: left;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.upload-img-section label {
    background: #F27132;
    padding: 10px 15px;
    color: #fff;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px auto;
    cursor: pointer;
}
.upload-img-section input{
    display: none;
}
.upload-img-section label{
    background: #F27132;
    padding: 10px 15px;
    color: #fff;
}
.upload-section img {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    height: 200px;
    border-radius: 100%;
}
.upload-section .upload-img-section {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 10px;
}
.coupon-btn-grp {
    text-align: left;
    margin: 20px auto;
}
.coupon-btn-grp a {
    background: #F27132;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
}
.coupon-form textarea {
    width: 97%;
    height: 100px;
    resize: none;
    margin: 10px auto;
}
.coupon-form input[type="checkbox"] {
    width: auto;
    vertical-align: middle;
}
.coupon-form {
    font-size: 14px;
}
.coupon-form label {
    text-transform: uppercase;
    font-size: 14px;
}
.coupon-form select {
    background: transparent;
    height: 40px;
    width: 97%;
    margin: 10px auto;
}
.coupon-form {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
    margin:5px 1% 5px 0;
}
.coupon-form input {
    height: 35px;
    width: 95%;
    margin: 10px auto;
    padding-left: 10px;
}
.form-grp .view-btn {
    background:  #F27132;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 100px;
    margin: 20px auto 0;
}
.redemm-popup .popup {
    padding: 30px 40px;
}
.popup.popup-coupon-form label {
    color: #000;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.popup.popup-coupon-form h1 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px auto 29px;
    color: #599444;
}
.no-redeem {
    background: #f1f1f1;
    padding: 15px 0;
    margin: 40px auto 0;
}
.subscription-paln .large-4 {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    margin-right: 1%;
    padding: 20px 0;
    border-radius: 5px;
    transition: 0.5s;
}
*{
    margin: 0;
    padding: 0;
}
.subscription-paln .large-4:hover h2{
   background:  #F27132; 
}
.subscription-paln .large-4:hover{
     box-shadow: 0px 0px 3px 0px #F27132;
     transform: scale(1.05);
     transition: 0.5s;
}

.subscription-paln h2 {
    background: #599444;
    padding: 15px 0;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}
a.select_btn {
    background: #F27132;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    width: 100px;
}
a{
    text-decoration: none;
}
p,li{
    line-height: 1.5;
    font-size: 16px;
    list-style: none;
}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #fff;
}
.right-text {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    text-align: left;
}
.right-text p {
    font-size: 20px;
    text-align: left;
}
.user-img img{
    width: 200px;
    height: 200px;
}
.right-text a {
      background: #F27132;
    padding: 8px 20px;
    display: inline-block;
    margin: 10px auto;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
}
.display-profile {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: left;
    margin: 30px auto;
    margin-right: 4%;
}
.business-div {
    margin-bottom: 30px;
}
div#columnchart_values div {
    margin: 0 auto;
}
td img {
    width: 25px;
    height: 25px;
}
.business-div label {
    font-size: 16px;
    margin: 10px auto;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    text-transform: capitalize;
        color: #000;
}
.business-div p{
    color: #797979;
}
.user-img {
    text-align: left;
    width: 220px;
    display: inline-block;
    vertical-align: middle;
}

th {
    font-size: 14px;
    font-weight: 500;
}
.tabs nav {
    text-align: center;
    margin: 47px auto 0px;
}
td {
    border: 1px solid #ccc;
    padding: 10px 16px;
    font-size: 14px;
}

.tab-section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
.app-section img {
    margin: 40px auto;
}
.profile-form {
    text-align: left;
    margin: 50px auto;
}
.profile-form input {
    width: 100%;
    height: 40px;
}
.change-pass .forn-grp-profile {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.change-pass{
    display: none;
}
.profile-form{
    display: none;
}
.change-pass .forn-grp-profile.btn-profile {
    float: none;
    margin: 20px auto;
}
.change-pass button {
    background: #F27132;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center !important;
    width: 100% !important;
}
.bx-wrapper{
    box-shadow: none !important;
    background: transparent !important;
    border:0 !important;
}
.change-pass input {
    width: 100%;
    margin: 0 auto;
    height: 40px;
}
.password-btn , .edit-btn{
    cursor: pointer;
}
.change-pass label {
    display: block;
    text-align: left;
    margin: 10px auto;
}
.forn-grp-profile.btn-profile {
    float: right;
    width: 100% !important;
    margin: 20px auto !important;
}.acc-grid-shopper:nth-child(3){
    text-align: right;
}
.acc-grid-shopper:nth-child(4){
    text-align: right;
}
.acc-grid-shopper {
    text-align: left;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
}
.profile-form button {
    background: #F27132;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
}
.forn-grp-profile label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.profile-form .forn-grp-profile {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 20px 1% 0 0;
}
.profile-form select{
    width: 100%;
    height: 40px;
    background: transparent;
}
.acc-grid-shopper p {
    line-height: 1.9;
}
.acc-grid-shopper {
    text-align: left;
}
.app-section h2 {
    font-weight: normal;
    text-transform: capitalize;
}
h1.dasshboard-head {
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    margin: 25px auto;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 19px;
}
.download-grid {
    display: inline-block;
    width: 23%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    padding: 20px 0;
    margin-right: 1%;
    margin: 30px 1% 35px 0;
    background: #ededed;
}
.boder-bottom{
    background: #ccc;
    height: 1px;
    width: 100%;
    padding: 0;
}
.download-grid img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.download-grid a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 20px 0 0;
    display: block;
}
div#piechart {
    width: 100% !important;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.popup input {
  display: none;
}

.popup label {
      display: inline-block;
    margin: 0 0 -1px;
    padding: 8px 15px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}


.popup label:hover {
  color: #888;
  cursor: pointer;
}
.tab-input {
       display: inline-block !important;
    width: auto !important;
    opacity: 0;
}
.popup input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

.popup #tab1:checked ~ #content1,
.popup #tab2:checked ~ #content2,
.popup #tab3:checked ~ #content3,
.popup #tab4:checked ~ #content4 {
  display: block;
}
.tabs.tabs-style-fillup span{
    font-family: 'Varela Round', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Varela Round', sans-serif;
}
h3,h4{
    font-size: 20px;
}
.left-text-section p {
    margin-bottom: 20px;
    line-height: 1.8;
}
.retailer-page {
    margin: 40px auto;
    float: left;
    width: 100%;
}
h1.heading-h1 {
margin: 30px auto 30px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 10px;
    font-size: 25px;
    font-family: 'Varela Round', sans-serif;
    color: #313234;
    text-transform: capitalize;
    float: left;
    width: 100%;

}
.grid-item:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.img-hover {
    overflow: hidden;
    transition: 0.5s;
}
h1.heading-h1:before {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    background: rgba(242,113,50,0.99);
    top: 38px;
    left: 0;
    height: 5px;
}
*{margin:0;padding: 0;}
.container{
	margin: 0 auto;
	width: 1170px;
}
.top-contact {
    float: left;
    width: 50%;
}
.top-contact li, .top-login li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 20px;
}
.top-login {
    float: right;
    width: 50%;
    text-align: right;
}
.top-contact ul, .top-login ul{
	padding: 10px 0;
}
.top-contact li:last-child, .top-login li:last-child{
	border-right: 0px
}
.top-head {
    background: #f1f1f1;
    float: left;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
.nav-links {
    float: right;
    width: auto;
}
.logo {
    float: left;
}
.nav-links li {
    display: inline-block;
    margin-right: 15px;
}
.grid-item {
    display: inline-block;
    width: 23%;
    border: 1px solid #ccc;
    margin: 30px 1% 0px 0;
    vertical-align: top;
    transition: 0.5s;
    text-align: center;
}
.tabs.tabs-style-fillup span {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.grid-item img{width: 100%;transition: 0.5s;}
.acc-grid {
      display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 1%;
}
.update-acc-btn a {
    background: #F27132;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    margin: 50px auto;
    display: block;
    width: 260px;
}
.acc-grid p{
    color: #797979;
}
.acc-grid img{
    width: 200px;
    height: 200px;
}
.acc-grid {
    text-align: left;
}


.acc-grid h4 {
    margin: 18px auto;
    font-weight: normal;
    color: #000;
}
.w3-image{max-width:100%;height:auto}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ededed}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:15px 10px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}  
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color: #F27132 !important;font-size: 30px;}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#bbb!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#ffeb3b!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-amber{color:#ffc107!important}
.w3-text-aqua{color:#00ffff!important}
.w3-text-light-blue{color:#87CEEB!important}
.w3-text-brown{color:#795548!important}
.w3-text-cyan{color:#00bcd4!important}
.w3-text-blue-grey,.w3-text-blue-gray{color:#607d8b!important}
.w3-text-light-green{color:#8bc34a!important}
.w3-text-indigo{color:#3f51b5!important}
.w3-text-khaki{color:#b4aa50!important}
.w3-text-lime{color:#cddc39!important}
.w3-text-orange{color:#ff9800!important}
.w3-text-deep-orange{color:#ff5722!important}
.w3-text-pink{color:#e91e63!important}
.w3-text-purple{color:#9c27b0!important}
.w3-text-deep-purple{color:#673ab7!important}
.w3-text-sand{color:#fdf5e6!important}
.w3-text-teal{color:#009688!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#bbb!important}
.w3-content.w3-display-container {
        position: relative;
    float: left;
    width: 100%;
}
.faq-section {
    float: left;
    width: 100%;
        margin-bottom: 50px;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
form.signupform {
    margin: 15px auto;
}
.regiter-left-sec {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.form-grp input {
    height:50px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 10px;
}
.form-grp input:focus{
outline: none;
    border-bottom: 2px solid #599444;
}
.faq-page{
    float: left;
    width: 100%;
}
.faq-accordian-section {
    float: left;
    width: 100%;
    margin: 0 auto 30px;
}
.form-grp input:focus + label{
    top: -58px;
    transition: 0.5s;
    color:#599444;
}
.form-grp input:hover + label{
    top: -58px;
    transition: 0.5s;
    color:#599444;
}
.section-header h3, .featuredbox h3 {
    font-size: 17px;
    margin: 10px auto;
     color:#599444;
}
.featuredbox p {
    font-size: 15px;
    width: 100%;
    line-height: 1.5;
    margin: 20px auto;
    text-align: left;
}
.featuredbox p {
    display: inline-block;
    width: 70%;
    padding-left: 15px;
        vertical-align: middle;
}
.navigation {
    box-shadow: 0 17px 7px -15px rgba(0,0,0,0.15);
    float: left;
    width: 100%;
}
.form-grp a{
    color: #599444;
    text-decoration: underline;
}
.forgot-linksa a {
    display: inline-block;
    width: 49%;
    margin: 0 auto 20px;
}
.forgot-linksa a:last-child {
    text-align: right;
}
.form-grp button {
    background: #F27132;
    padding: 12px 25px;
    width: 150px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin:10px auto;

}
.regiter-left-sec h3 {
    font-size: 17px;
    margin: 10px auto;
}
.form-grp label{
    position: relative;
}
.form-grp input + label {
    position: relative;
    top: -55px;
    transition: 0.5s;
}
.regiter-right-sec {
    float: left;
    width: 50%;
}
.regiter-section {
    float: left;
    width: 100%;
    margin: 50px auto;
}
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.logo {
    padding: 15px 0;
}
.grid-item-cat:hover img {
    transform: rotate(360deg);
    transition: 0.5s;
}
.grid-item h3 {
    padding: 10px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.grid-item-cat img {
    display: block;
    vertical-align: top;
    margin-right: 15px;
    width: 65%;
    max-height: 40%;
    text-align: center;
    margin: 0px auto 20px;
}
.copyright {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.wow.slideInright.animated.right-img.animated {
    display: inline-block;
    width: 39%;
    vertical-align: top;
}
.work-grid img {
       margin: 0 auto;
    text-align: center;
    display: block;
}
.coupon-section.animated {
    margin-bottom: 40px;
}
.top-login a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #F27132;
    padding: 8px 25px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    top: -2px;
}
.top-contact li, top-contact a {
    font-size: 14px;
}
.nav-links a {
    padding: 40px 0;
    position: relative;
    top: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav-links a:hover {
    border-bottom: 5px solid rgba(242,113,50,0.99);
        color: #599444;
}
.work-grid h2 {
    display: inline-block;
    vertical-align: middle;
}
.work-grid {
    background: #fff;
    width: 45%;
    padding: 30px 7px;
    display: inline-block;
}
.how-it-work ul {
    padding: 9px 20px;
}
.how-it-work button {
        background: rgba(242,113,50,0.99);
    border: 0;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}
.how-it-work .know-more{
    background: transparent;
    color: #2d2d2d;
    border:1px solid #2d2d2d;
}
.how-it-work h3 {
    padding: 0 20px 0;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
}
.li-point-grid:hover img{
    transform: rotate(360deg);
    transition: 0.5s;
}
.li-point-grid img{
    margin: 15px auto;
    transition: 0.5s;
}
.li-point-grid h2 {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
.main-point-grid {
    margin: 40px auto;
    float: left;
    width: 100%;
}
.li-main-bullet {
    float: left;
    width: 100%;
}
.li-main-bullet li{
    margin: 10px auto;
}
.login-over-btn a {
    background: #F27234;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
}
.login-over-btn {
    text-transform: capitalize;
    font-size: 14px;
    margin: 30px auto;
}
.right-video-section {
    float: left;
    width: 50%;
}
.left-text-section {
    float: left;
    width: 50%;
}
.fa.fa-check-circle {
    color: #F27132;
    margin-right: 6px;
    margin-right: 6px;
}
.main-point-grid .li-point-grid {
    width: 23%;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    padding: 17px 5px;
    margin-right: 10px;
}
.shopper-page{
    float: left;
    width: 100%;
}
.work-grid li {
    line-height: 2.0;
    text-align: left;
}
.how-it-work {
    width: 60%;
    margin: 0 auto;
}
.how-it-works {
    background: url(../images/about-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0;
    background-repeat: no-repeat;
}
a.bx-pager-link.active {
    background: #F27132 !important;
    opacity: 1 !important;
}
a.bx-pager-link {
    background: #599444 !important;
    opacity: 0.5 !important;
}

.testi-grid {
    display: inline-block;
    width: 100%;
    background: url(../images/testimonial.png);
    background: url(../images/testimonial.png);
    background-size: 90px auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 20px 10px;
}
.left-text {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding-right: 20px;
}
.left-text p{
    margin-bottom: 10px;
}
.grid-item-cat .category{
    display: inline-block;
    vertical-align: top;
}
.grid-item-cat {
    display: inline-block;
    width: 23%;
    margin: 30px 0 0 0;
    background: #f1f1f1;
    padding: 25px 8px;
    text-align: center;
}
.grid-item p {
    padding: 10px;
}
.grid-item a {
    display: block;
    background: #F27132;
    padding: 5px 13px;
    margin: 5px auto 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #599444;
    border-radius: 5px;
    width: 100px;
    padding: 5px;
}
.coupon-section, .shop-category, .about-section, .how-it-works, .testimonial-section{
    float: left;
    width: 100%;
}
.search-box select {
    background: #fff;
    padding: 10px 5px;
    border: 0;
    margin-right: 10px;
    width: 170px;
    color: #000;
    font-family: 'Varela Round', sans-serif;
}
.search-box button {
        padding: 10px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Varela Round', sans-serif;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #599444;
    border-radius: 5px;
}
.search-box {
    background: #F27132;
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    margin: 40px auto;
    text-align: center;
    position: relative;
z-index: 0;
}
.app-logo {
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.app-logo img {
    width: 150px;
}
.work-grid h2{
    color: #313234 !important;
}
.how-it-work h2, .how-it-work p {
         text-align: center;
    margin: 14px auto;
    width: 100%;
    color: #fff;
    font-weight: normal;
}
.footer-grid {
       display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 0;
    margin: 30px auto;
    padding: 0 10px;
}
.featuredbox img {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-section, .about-section, .shop-category {
    padding: 50px 0;
}
.category span {
    display: block;
    background: #F27132;
    padding: 5px 13px;
    margin: 15px auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #599444;
    border-radius: 5px;
}
.footer-grid img{margin-bottom: 20px;}
.footer-grid a, .footer-grid p{color: #fff;}
.footer-grid h3{color: #fff;margin-bottom: 20px;}
.footer-grid li{list-style: none;}
footer{
    background: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    width: 100%;    position: relative;
        padding-bottom: 70px;
}
.accordian-question {
        background-color: #f1f1f1;
    padding: 15px 20px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    cursor: pointer;
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 99% center;
}
.accordian-question.accordian-open{
        background-color: #f1f1f1;
    padding: 15px 20px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    cursor: pointer;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 99% center;
}
.accordian-ans {
    padding: 10px 20px;
    background: rgba(0,90,0,0.6);
    color: #fff;
    display: none;
    position: relative;
    top: -20px;
}
iframe{
    width:100% !important;
}

.form-grp textarea {
        width: 100%;
    border-bottom: 2px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    resize: none;
    height: 130px;
    outline: none;
    padding: 25px 5px;
}
.form-grp-con textarea:focus{
    border-color: #599444;
    outline: none;
}
.display-input {
    display: inline-block;
    width: 47%;
    margin-right: 13px;
}
.con-social li {
    display: inline-block;
    margin-left: 10px;
}
.con-info li:first-child {
    border-right: 2px solid #ccc;
    padding-right: 15px;
}
.con-info a {
    font-size: 18px;
}
.con-info {
    margin: 25px auto;
    display: block;
    text-align: center;
}
.con-info li {
    display: inline-block;
    margin-left: 10px;
}
.con-social img {
    width: auto;
    height: 40px;
}
.con-social {
    text-align: center;
    display: block;
}
.form-grp-con input:focus{
    border-color: #599444;
    outline: none;
}
a,button{
    outline: none;
}
.form-grp textarea + label{
    position: relative;
    top:-140px;
    transition: 0.5s;
}
.form-grp-textarea label {
    margin-bottom: 8px;
    display: block;
}
.contact-form {
    width: 500px;
    margin: 0 auto 60px;
}
.form-grp-con input {
    height: 40px;
    width: 95%;
    margin: 0 auto 10px;
    padding: 0 3px;
    border: 1px solid #ccc;
}
.form-grp-con-submit button {
    width: 100px;
    height: 100px;
    background: #F27132;
    color: #fff;
    border-radius: 100px;
    border: 0;
    position: relative;
    top: -40px;
    margin: 0 auto;
    text-align: center;
    display: block;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.form-grp-con textarea {
    height: 120px;
    width: 94%;
    resize: none;
    padding: 5px 5px;
    border: 1px solid #ccc;
}
.accordian-question:hover{
    background-color: rgba(255,69,0,10);
    color: #fff;
    transition: 0.5s;
}
.top-banner img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.popup input {
    height: 40px;
    width: 94%;
    margin: 5px auto 11px;
    padding: 0 8px;
    display: block;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.offer-section{
    float: left;
    width: 100%;
}
.offer-left-section h1 {
    font-size: 18px;
    margin: 0 auto 30px;
    line-height: 1.5;
}
.offer-left-section li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 25px;
}
.testi-grid span {
    display: block;
    margin: 15px auto;
    color: rgba(242,113,50,0.99);
}
.right-img img{
    width: 100% !important;
}
.offer-left-section li:last-child {
 border: 0;
}
.offer-right-section h1{
    font-size: 18px;
    margin: 0 auto 30px;
    line-height: 1.5;
}
.offer-left-section a {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.offer-left-section {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    background: #f1f1f1;
    margin-right: 3%;
    padding: 20px 25px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.offer-left-section img {
        width: auto;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.offer-list a {
    color: #F27132;
    margin: 5px auto;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    display: block;
}
.offer-list p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.offer-list h2 {
    color: #599444;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.offer-list {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px;
    background: #eee;
}
.offer-list:last-child{
    border: 0;
}
.offer-right-section {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    background: #f1f1f1;
    padding: 15px 35px;
     box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
    margin: 70px auto;
    background: #fff;
    width: 650px;
    position: absolute;
    transition: all 1s ease-in-out;
    display: inline-block;
    left: 0;
    right: 0;
}
.flikad-text h1 {
    margin: 80px auto 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
     font-family: 'Varela Round', sans-serif;
     font-size: 30px;
}
.popup .flikad-text h2 {
    color: #fff;
    margin: 50px auto;
    font-size: 20px;
}
.socil-login-btn img {
    width: 80%;
    margin: 5px auto;
    text-align: center;
    display: block;
}
.vector-face img {
       width: 220px;
    height: 220px;
    display: block;
    margin: 50px auto;
    box-shadow: 27px 49px 27px -15px rgba(0,0,0,0.2);
    border-radius: 500px;
}
.flikad-text {
    text-align: center;
}
.right-popup-section {
    float: left;
    width:50%;
    background: #F27132;    
}
.left-popup {
    float: left;
    width: 50%;
    padding: 20px 0px;
}
.about-us-section {
    margin: 0 auto 50px;
}
.ads-grid img {
    margin-bottom: 10px;
}
.ads-grid {
    display: inline-block;
    width: 31%;
    margin: 25px 1% 25px 1%;
    text-align: center;
    vertical-align: top;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    min-height: 130px;
    padding: 20px 0 0;
}
.about-us-section p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.popup h2 {
    margin-top: 20px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 20px;
}
.socil-login-btn {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.links-login a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    color: #599444;
}
.new-signin a {
    color: #599444;
    font-weight: 500;
    padding-left: 5px;
}
span.new-signin {
    margin: 15px auto;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.popup button {
    background: rgba(242,113,50,0.99);
    border: 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
}
.popup .close {
  position: absolute;
  top: -5px;
  right: 12px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
    overflow: visible;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
}
.responsive-menu{
    display: none;
}
.shopper-text {
    margin: 80px auto;
}
.shopper-text p{
    line-height: 1.8;
}
.left-img {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    transition: 1s;
}
.shopper-portfolio {
    margin: 0 auto 60px;
    float: left;
    width: 100%;
}
.right-imgs {
    float: left;
    width: 50%;
}
.img-grid {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    transition: 1s;
}
.shopper-banner-text h1 {
    color: #599444;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.shopper-banner-text h4 , .shopper-banner-text h1{
    font-weight: 300;
}
.shopper-banner-text p {
    width: 80%;
    margin: 0 auto;
}
.shopper-banner-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background: rgba(242,113,45,0.8);
    padding: 50px;
    color: #fff;
}
.parallex-banner {
        background: url("../images/parallex.jpg");
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
}
.img-grid img:hover {
    transform: scale(1.3);
    transition: 1s;
}
.hover-text {
    position: absolute;
    bottom: 0;
    background: rgba(242,113,45,0.65);
    padding: 21px;
    width: 100%;
    text-align: left;
}
.hover-text h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
.img-grid img {
    width: 100%;
    transition: 1s;
}
.left-img img {
    width: 100%;
     transition: 1s;
}
.left-img img:hover {
    transform: scale(1.2);
    transition: 1s;
}
.shop-banner img {
    width: 100%;
}
input.fill-input {
    border: 0;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    padding: 10px 30px;
    position: relative;
    background: transparent;
    z-index: 1;
    height: 60px;
    position: relative;
    top: 6px;
    font-size: 15px;
}
.business-div input{
    height: 35px;
    width: 95%;
    margin: 10px auto;
    padding-left: 10px;
}
.business-div select {
    background: transparent;
    height: 40px;
    width: 97%;
    margin: 10px auto;
}
.subscription-paln .selected-sub-plan{
    box-shadow: 0px 0px 3px 0px #F27132;
    transform: scale(1.05);
    transition: 0.5s;
}

@media (max-width: 1250px){
    
    footer{
        background-size: cover;
    }
    .footer-grid{
        width: 22%;
    }
.container{
    width: 95%;
    margin: 0 auto;
}
.offer-left-section{
    margin-right: 15px;
}
}  
@media(max-width: 1220px){
    .bx-wrapper {
    width: 790px;
    margin: 0 auto;
}
}
@media(max-width: 1210px){
.main-point-grid .li-point-grid{
    width: 31%;
    margin-bottom: 10px;
}
} 
@media(max-width: 1200px){
    .how-it-work {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.hover-text h1{
    font-size: 15px;
}
}
@media(max-width: 1050px){
    .top-login a {
    
    padding: 8px 16px;
    
    top: -2px;
}
    .main-point-grid .li-point-grid{
    width:47%;
}
    .vector-face {
    display: none;
}
.flikad-text h1 {
    margin: 20px auto 0;
    font-size: 20px;
}
.right-popup-section {
    float: left;
    width: 100%;
}
.left-popup {
    float: left;
    width: 100%;
}
.popup .flikad-text h2 {
    color: #fff;
    margin: 10px auto;
    font-size: 15px;
}
    .grid-item-cat{
        width: 31%;
    }
.left-img{
        width: 100%;
    }
    .right-imgs{
        width: 100%;
    }
    .testi-grid{
        width: 100% !important;
    }
    .footer-grid {
    width: 100%;
    text-align: center;
    padding: 0;
}
}
@media(max-width: 991px){

.search-box select {
    padding: 10px 5px;
    border: 0;
    margin-right: 0;
    width: 300px;
    margin-bottom: 15px;
    display: block;
    margin: 15px auto;
    clear: both;
}

    .grid-item{
        width: 31%;
    } 
       .main-point-grid .li-point-grid {
    width: 300px;
    display: block;
    margin: 20px auto;
}
    .right-video-section {
    float: left;
    width: 100%;
}
.left-text-section {
    float: left;
    width: 100%;
}
    .ads-grid{
        width: 47%;
    }
    .shopper-banner-text{
        width: 80%;
    }   
    .regiter-right-sec {
    float: left;
    width: 100%;
}
    .regiter-left-sec {
    float: left;
    width: 100%;
}
    .toggle-menu a {
    color: #599444;
    text-transform: uppercase;
    font-size: 15px;
}
    .slider-section {
        position: relative;
        z-index: -1;
    }
    .toggle-humburger {
    float: right;
    position: relative;
    top: 35px;
    cursor: pointer;
}
.toggle-menu li {
    margin: 10px auto;
}
    .responsive-menu{
        display: block;
    }
    .toggle-menu {
    display: none;
    position: relative;
    float: left;
    top: 0 !important;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.5);
    width: 95%;
    z-index: 99;
}
    .nav-links{display: none;}
    .top-login {
    display: none;
}
    .grid-item-cat{
        width: 47%;
    }
    .offer-left-section {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.offer-right-section {
    width: 60%;
    display: block;
    vertical-align: top;
    background: #f1f1f1;
    padding: 15px 35px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    margin: 25px auto;
}


}
@media(max-width:800px){

   /* .search-box select {
    padding: 10px 5px;
    border: 0;
    margin-right: 0;
    width: 300px;
    margin-bottom: 15px;
    display: block;
    margin: 15px auto;
    clear: both;
}*/
    .grid-item {
    width: 48%;
}
.bx-wrapper{
    width: 380px;
}
.w3-content.w3-display-container::before {
    background: transparent;
}
.search-box {
   position: relative;
top: 20px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
transform: none;
background: #F27132;
width: 100%;
}
.testi-grid{
    width: 100%;
}
.app-logo{
    display: none;
}
}
@media(max-width: 767px){
.hend-left{
    float: left;
}

.tabs-style-fillup nav ul li a{
    font-size: 10px;
}
.tabs.tabs-style-fillup span {
    font-size: 12px;
    width: 165px;
    }
.coupon-form {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin:5px 1% 5px 0;
}
    .popup {
    margin: 2px auto;
}
.overlay {
  position: absolute;
  height: 1200px;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.popup.popup-coupon-form label {
    color: #000;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.popup.popup-coupon-form h1 {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px auto 29px;
    color: #599444;
}

.popup h2 {
    margin-top: 5px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 15px;
}

.flikad-text h1 {
    margin: 6px auto 0;
    font-size: 16px;
}
.left-popup {
    
    padding: 0px 0px;
}
.socil-login-btn img {
margin: 0px auto;
   
}
.socil-login-btn img {
    height: 40px;
    }

    .grid-item {
    width: 100%;
}
.ads-grid{
        width: 100%;
    }
.img-grid{
    width: 100%;
}
.featuredbox{
    text-align: center;
}
.section-header {
    text-align: center;
}
.featuredbox img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.forgot-linksa a:last-child {
    text-align: left;
}
.featuredbox p {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.forgot-linksa a {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
}
.top-contact {
    float: left;
    width: 100%;
}
.search-box select {
    padding: 10px 5px;
    border: 0;
    margin-right: 0;
    width: 300px;
    margin-bottom: 15px;
    display: block;
    margin: 15px auto;
    clear: both;
    padding: 10px;

}


.offer-right-section{
    width: 85%;
}
.right-img.animated {
    display: inline-block;
    width: 100%  !important;
    vertical-align: top;
}

.left-text{
    width: 100%;
}
.grid-item-cat{
       width: 100%;
        padding: 25px 0px;
}
.work-grid {
    background: #fff;
    width:400px;
    padding: 30px 0;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.popup{
    width: 90%;
}
}
@media(max-width: 550px){
    .tabs.tabs-style-fillup span {
    font-size: 12px;
    width: 300px;
    }
.contact-form {
    width: 100%;
    margin: 0 auto 60px;
}
.shopper-banner-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(242,113,45,0.8);
    padding: 40px 0;
    color: #fff;
}
.shopper-banner-text p {
    width: 100%;
    margin: 0 auto;
}
.shopper-banner-text h1{
    font-size: 30px;
}
.display-input {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
}
}
@media(max-width: 450px){
    .work-grid {
    width:100%;
}

.search-box select{
    width: 250px;
}
}
@media(max-width: 400px){
    .toggle-menu{
        top: 140px;
    }
    .bx-wrapper {
    width: 90%;
}
.testi-grid {
    width: 90% !important;
}
    .main-point-grid .li-point-grid {
    width: 100%;
}
}



.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }

}


