@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700';
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i');

/*font-family: 'Roboto', sans-serif;*/

@font-face {
    font-family: 'Walkway';
    src: url('../fonts/WalkwayBold.eot');
    src: url('../fonts/WalkwayBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WalkwayBold.woff') format('woff'), url('../fonts/WalkwayBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Walkway';
    src: url('../fonts/WalkwaySemiBold.eot');
    src: url('../fonts/WalkwaySemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WalkwaySemiBold.woff') format('woff'), url('../fonts/WalkwaySemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    /*    font-family: 'Roboto', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}

img {
    max-width: 100%;
}

body,
html {
    height: 100%;
}

.text-wrapper h1 {
    /*    font-family: 'Walkway';*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 42px;
    color: #808080;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.text-wrapper h1 span:nth-child(n) {
    color: #808080;
}

.text-wrapper h1 span:nth-child(2n) {
    color: #3baf4e;
}

.text-wrapper h1 span:nth-child(3n) {
    color: #3baf4e;
}

.text-wrapper h2 {
    /*    font-family: 'Walkway';*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 5px 0;
    padding: 0;
}

.text-wrapper h2 span:nth-child(n) {
    color: #0466b0;
}

.text-wrapper h2 span:nth-child(2n) {
    color: #808080;
}

.text-wrapper h2 span:nth-child(3n) {
    color: #006ccb;
}

.text-capital {
    text-transform: uppercase;
}

.text-wrapper p {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    text-align: justify;
}

.text-wrapper p span {
    color: #f3991f;
}

.text-wrapper p.small {
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

html,
body {
    height: 100%;
}


/*header css*/

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: fixed;
}

.headerInner {
    padding: 20px 0 15px;
    border-top: 4px solid #3baf4e;
    background-color: #fff;
    transition: all ease 0.5s;
}

.logo a img {
    max-width: 100%;
    width: 110px;
}

.header.fix {
    width: 100%;
    top: 0;
    padding: 15px 0;
    color: #fff;
    transition: all ease 0.5s;
}

.header.fix .social-media {
    display: none;
}

.header.fix .logo a img {
    transition: all ease 1s;
}

.logo a img {
    display: block;
    transition: all ease 1s;
}

.blog_cont a {
    color: #5a5a59 !important;
    text-decoration: none;
}

.blog_cont a:hover {
    color: #5a5a59 !important;
}

.blog_header {
    color: #3baf4e !important;
}

.copyright a {
    color: #3baf4e !important;
}

.copyright a:hover {
    color: #000 !important;
}

.logo a img {
    max-width: 100%
}

.facebook,
.instagram {
    display: inline-block;
}

.instagram {
    margin-left: 5px;
}

.twitter {
    display: inline-block;
    margin-left: 5px;
}

.facebook a,
.instagram a {
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    display: block;
    padding: 3px 10px;
    color: #555555;
}

.twitter a {
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    display: block;
    padding: 3px 10px;
    color: #555555;
}

.facebook a:hover,
.instagram a:hover {
    color: #3b5997;
    border: 1px solid #3b5997;
}

.twitter a:hover {
    color: #3b5997;
    border: 1px solid #3b5997;
}

.social-media {
    float: right;
    font-size: 16px;
    color: #555555;
}


/*end*/


/*menu css*/

.navigation {
    text-align: right;
    width: 100%;
    clear: both;
    padding: 30px 0;
}


/* .menu {
    float: right;
    display: none;
} */

#menu {
    margin: 0;
    padding: 0;
    vertical-align: top;
    float: right;
}

#menu li {
    display: inline-block;
    line-height: 20px;
}

#menu li a {
    padding: 0px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
}

.toggle-icon {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    cursor: pointer;
    float: right;
}

.toggle-icon span {
    width: 20px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 2px;
    display: block;
    transition: all ease 0.5s;
    position: relative;
}

.toggle-icon span:nth-child(2),
.toggle-icon span:nth-child(3) {
    left: 0;
    opacity: 1;
}

.toggle-icon.cross span:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    transition: all ease 0.5s;
    width: 20px;
    height: 1px;
}

.toggle-icon.cross span:nth-child(2),
.toggle-icon.cross span:nth-child(3) {
    opacity: 0;
    left: 15px;
}

.toggle-icon.cross span:nth-child(4) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    transition: all ease 0.5s;
    width: 20px;
    height: 1px;
}


/*end*/

.footer {
    background-color: #e8e8e8;
    width: 100%;
    border-bottom: 4px solid #3baf4e;
    padding: 12px 0;
    position: fixed;
    float: left;
    margin-top: 50px;
    bottom: 0;
    left: 0;
}

.footer:after {
    content: "";
    display: block;
    width: 83px;
    height: 57px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    top: -21px;
}

.downloadapp {
    float: left;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-right: 30px;
    color: #7c7c7c;
}

.downloadapp:after {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -4px;
    bottom: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.downloadapp:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -4px;
    top: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.downloadapp span {
    font-weight: 500;
}

.downloadapp span:first-child {
    color: #343434;
}

.downloadapp span:last-child {
    color: #3baf4e;
}

.privecypolicy,
.copyright {
    float: right;
    font-size: 14px;
    line-height: 33px;
}

.copyright {
    margin-right: 30px;
}
.IOS,
.app-store,
.android {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
}

.location-icon {
    width: 55px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    top: 0;
}

.addressBox {
    width: 300px;
    padding: 15px;
    padding-top: 50px;
    background-color: #e2e2e2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -120%);
    display: none;
    font-size: 16px;
}

.addressBox p {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    line-height: 18px;
    color: #000;
}

.addressBox p span {
    color: #f00;
}

.addressBox:before {
    content: "";
    width: 100px;
    height: 90px;
    background-color: #e2e2e2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    top: -40px;
    background-image: url(../images/logo-x.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.addressBox:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 20px solid #e2e2e2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.getinTouch {
    position: fixed;
    padding: 20px;
    background-color: #f8f8f8;
    width: 290px;
    z-index: 10;
    right: 0;
    top: 50%;
    border: 1px solid #eeeeee;
    border-right: none;
    margin-right: -290px;
}

.getinTouch h1 {
    font-family: 'Walkway';
    font-weight: bold;
    font-size: 30px;
    color: #7c3c8f;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.getinTouch-btn {
    width: 42px;
    height: 187px;
    position: absolute;
    top: 0;
    left: -42px;
    cursor: pointer;
}

.getinTouchForm input[type="text"] {
    width: 100%;
    height: 30px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.getinTouchForm textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    resize: none;
    padding: 10px;
}

.getinTouchForm input[type="submit"] {
    padding: 0px 20px;
    color: #fff;
    height: 38px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
    background-color: #e32b25;
    text-transform: uppercase;
    font-size: 16px;
}


/*carousel*/

.carousel-indicators {
    z-index: 1;
    display: none;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.img-container {
    margin-top: 50px;
}

.info h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #3baf4e;
    font-weight: 300;
}

.info h3 span {
    color: #808080;
    font-weight: 400;
}

.info2 h3 {
    font-size: 15px;
    color: #949494;
    font-weight: 500;
    text-transform: initial;
}

.info p {
    font-size: 16px;
    color: #949494;
    font-weight: 300;
}

.left-address {
    float: left;
    width: 55%;
    margin-right: 5%;
    margin-top: 10px;
}

.right-address {
    float: left;
    width: 40%;
    margin-top: 10px;
}

.left-address h4,
.right-address h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #808080;
    font-weight: 300;
}

.dark {
    color: #343434;
}

.left-address h4 span,
.right-address h4 span {
    color: #3baf4e;
}

.left-address p,
.right-address p {
    font-size: 16px;
    color: #949494;
    font-weight: 300;
}

.map {
    margin-top: 20px;
}

.contactForm .left {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contactForm .right {
    width: 49%;
    float: left;
}

.contactForm input[type="text"] {
    width: 80%;
    height: 38px;
    border: none;
}

.contactForm input[type="text"]:focus {
    outline: none;
}

.contactForm input[type="email"] {
    width: 80%;
    height: 38px;
    border: none;
}

.contactForm input[type="email"]:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contactForm select {
    width: 80%;
    height: 38px;
    border: none;
}

.contactForm select:focus {
    outline: none;
}

.optionchose {
    padding: 0px 15px !important;
    font-size: 16px !important;
    width: 100%!important;
}

.contactForm input[type="submit"],.contactForm input[type="button"] {
    padding: 0px 20px;
    color: #fff;
    height: 38px;
    margin-bottom: 10px;
    background-color: #3baf4e;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}

.contactForm input[type="submit"]:focus {
    outline: none;
}

.contactForm textarea {
    width: 80%;
    height: 80px;
    border: none;
    margin-bottom: 10px;
    resize: none;
    padding: 10px 10px 10px 0px;
    color: #7d7d7d;
}

.contactForm textarea:focus {
    outline: none;
}

.contactForm span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ecf5fd;
}

.contactForm span>div {
    width: 30px;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    margin-top: 8px;
    margin-left: 10px;
    height: 23px;
}

.captcha-head {
    color: #7a7a7a;
    margin-bottom: 10px;
}

.customer_box .radio,
.customer_box .checkbox {
    display: inline-block;
    margin-right: 10px
}

.customer_box {
    color: #949494;
}

.customer_box h3 {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.customer_box p {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}


/*********** language*******************/

.location-name select {
    padding: 0px 10px;
    width: 100%;
}

.location-name select {
    border: none;
    box-sizing: border-box;
    padding: 0px;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    cursor: pointer;
}


/* .location-name:before {
    content: '';
    right: 0px;
    top: 0px;
    width: 30px;
    height: 38px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
} */


/* 
.location-name:after {
    content: '';
    right: 0px;
    top: 0px;
    padding: 0 0 2px;
    background: #fff url(../images/select-arrow.png) no-repeat center center;
    position: absolute;
    pointer-events: none;
    width: 30px;
    height: 38px;
} */


/***end*********/

.panel {
    box-shadow: none;
}


/*----- Hover Colors -----*/

#menu li a.homeColor {
    color: #3baf4e;
}

#menu li a.merchantsbenefitsColor {
    color: #3baf4e;
}

#menu li a.abouttreatzColor {
    color: #3baf4e;
}

#menu li a.wheretogetColor {
    color: #3baf4e;
}

#menu li a.contactColor {
    color: #3baf4e;
}
#menu li a.howitworksColor {
    color: #3baf4e;
}
#menu li a.appfeaturesColor {
    color: #3baf4e;
}

#home,
#merchantsBenefits,
#aboutTrEATz,
#wheretoGet,
#contact,
#merchantsBenefitsSecond,
#merchantsBenefitsThird,
#islandwidepass,
#trEATzteam,
#merchantsBenefitssecond {
    height: 100%;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    moz-transition: ease all 0.5s;
    padding-top: 146px;
}

.scrollFix {
    overflow-y: hidden;
}

.carouselArrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carouselArrow.next {
    right: -30px;
}

.carouselArrow.prev {
    left: -30px;
}

.carousel-control {
    width: 20px;
}

.footer-social-icon {
    display: none;
}

.text-wrapper {}

.text-wrapper p {
    text-align: justify;
    padding-top: 30px;
}


/*----- Hover Colors -----*/

.sidebar_cont ul li a {
    color: #fff;
}

.left_side_bar {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 0;
}

.left_side_bar ul {
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 20px 10px;
}

.left_side_bar h3 {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #21252b;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
}

.left_side_bar ul li {
    display: block;
    width: 100%;
}

.left_side_bar ul li {
    background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll left 8px;
    display: block;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    width: 100%;
}

.left_side_bar ul li span {
    color: #737373;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}

.left_side_bar ul li a {
    color: #2d2d2d;
    font-size: 16px;
    text-decoration: none;
}

.left_side_bar ul li {
    display: block;
}

.sidebar_cont h3 {
    padding-top: 10px;
}

.blog_pic_info h2 {
    font-size: 30px;
    padding: 10px 0 20px;
    text-align: left;
}

.blog_cont h2 {
    color: #3baf4e;
    font-size: 30px;
    padding: 10px 0 20px;
    text-align: left;
}

.blog_cont {
    border-bottom: 1px dashed #c0c0c0;
    margin-bottom: 15px;
    padding: 0 0 15px;
}

.blog_cont .entry-content .more-link2 {
    background: rgba(0, 0, 0, 0) url("../images/read_m.png") no-repeat scroll left center;
    display: inline-block;
    height: 15px;
    position: relative;
    text-indent: -9999px;
    top: 3px;
    width: 30px;
}

.blog_cont p a {
    color: #f43320;
    text-decoration: none;
}

.title_text {
    padding-bottom: 20px;
}

.title_text em {
    color: #979696;
    font-style: normal;
}

.entry-footer.title_text a i {
    color: #3baf4e;
    font-size: 19px;
    padding: 0 0 0 5px;
}

.entry-footer.title_text a {
    color: #3baf4e;
}

.comment-reply-link {
    font-weight: 600;
}

.single-post .blog_pic_info {
    padding: 10px 60px;
}

.social_icon {
    display: inline-block;
    padding: 0 5px;
}

.strong-view.default .testimonial {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
}

.strong-view.default .testimonial::before {
    background: rgba(0, 0, 0, 0) url("images/comment_pic2.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 50px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 70px;
}

.testimonial-heading {
    font-weight: 600;
}

.testimonial-content {
    line-height: 24px;
}

.wpmslider-controls-direction a {
    color: #fff;
}

.strong-view.simple .readmore {
    color: #fff;
    font-weight: 600;
    margin-top: 1em;
}

.strong-view.default .testimonial-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 8px;
    padding-left: 0;
}

.strong-view.default .testimonial-inner {
    padding: 20px 20px 20px 108px;
}

.strong-view.default .testimonial-inner br {
    margin-bottom: 15px;
}

.strong-view.default .testimonial-inner p {
    line-height: 24px;
    padding-bottom: 15px;
}

.strong-view.default .testimonial-name {
    color: #6d076c;
    font-size: 19px;
    font-weight: 500;
    padding-top: 20px;
    text-align: right;
}

.strong-view.default .testimonial-name a {
    color: #6d076c;
}

.social_icon a span {
    background: #3baf4e none repeat scroll 0 0;
}

.addtoany_share_save_container.addtoany_content_top a span {
    background: #3baf4e none repeat scroll 0 0;
}

.addtoany_share_save_container {
    clear: both;
    margin: 0 0 15px;
}

.strong-view.simple.controls-type-sides .testimonial-inner {
    padding-left: 40px;
    padding-right: 40px;
}

.testimonial-name {
    font-weight: 600;
}

.testimonial-name {
    font-weight: 600;
}

.prod_cont_field {
    padding: 2% 3% 0;
}

.prod_cont_field ul {
    padding: 0;
}

.prod_cont_field ul li em {
    display: block;
    font-style: inherit;
}

.size-full {
    display: block;
    margin-bottom: 10px;
    width: auto;
}

.blogposition {
    position: relative;
}

.blocktext,
.indextext {
    cursor: pointer;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    padding: 0 7px;
    text-decoration: none;
}

.blocktext:hover,
.indextext:hover {
    color: #3baf4e;
}

.main_cont.def_padding {
    padding: 140px 0 80px;
}

.blog_cont {
    border-bottom: 1px dashed #c0c0c0;
    margin-bottom: 15px;
    padding: 0 0 15px;
}

.page-numbers {
    background: #e6e7e9 none repeat scroll 0 0;
    color: #000;
    padding: 6px 10px;
    text-decoration: none;
}

.nav-links .next,
.nav-links .prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}


/*start media quary*/

@media(max-width:1280px) {
    .slideImg {
        width: 60%;
    }
    .text-wrapper h1 {
        margin-top: 15px;
    }
    .text-wrapper h1 {
        font-size: 38px;
    }
    .text-wrapper h2 {
        font-size: 34px;
    }
}

@media(max-width:1024px) {
    .footer {
        padding-top: 50px;
    }
    .left-address,
    .right-address {
        width: 46%;
    }
    .contactForm select {
        width: 87%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .text-wrapper h2 {
        font-size: 30px;
    }
    .text-wrapper h1 {
        font-size: 34px;
    }
    .text-wrapper p {
        font-size: 16px;
    }
    .footer {
        padding-top: 65px;
    }
    .contactForm select {
        width: 82%;
    }
    .scrollFix {
        overflow-y: auto;
    }
    .footer {
        position: relative;
    }
    .toggle-icon {
        width: 5%;
    }
    .menu {
        width: 95%;
        position: relative;
        top: -10px;
    }
}

@media(max-width:767px) {
    .footer-social-icon {
        display: inline-block;
    }
    .logo a img {
        display: inline-block;
        max-width: 120px;
    }
    /*.social-media {
        float: none;
        width: 182px;
        margin: 10px auto 0;
    }*/
    .social-media span:first-child {
        display: none;
    }
    .social-media {
        float: none;
        width: auto;
        margin: 10px auto 0;
        position: absolute;
        right: 15px;
        top: -74px;
        display: none;
    }
    .navigation {
        /*text-align: center;*/
        padding: 15px 0 0;
        position: absolute;
        top: 15px;
        width: 100%;
        padding: 0 15px;
        left: 0;
    }
    .toggle-icon {
        float: none;
    }
    .menu {
        /* position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0; */
    }
    /* #menu {
        float: none;
    } */
    #menu li {
        display: block;
        line-height: 24px;
        text-align: center;
    }
    .text-wrapper h1 {
        font-size: 34px;
    }
    .text-wrapper h1 {
        margin-top: 10px;
    }
    .text-wrapper h2 {
        font-size: 28px;
    }
    .text-wrapper p,
    .info p {
        font-size: 16px;
    }
    .left-address,
    .right-address,
    .contactForm .left,
    .contactForm .right {
        width: 100%;
    }
    .footer {
        padding-top: 60px;
        text-align: center;
    }
    .privecypolicy,
    .copyright {
        float: none;
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .downloadapp {
        float: none;
        font-size: 15px;
        line-height: 30px;
        margin-right: 0;
        color: #7c7c7c;
    }
    .captcha-container {
        margin-bottom: 10px;
    }
    .footer {
        position: relative;
    }
    .scrollFix {
        overflow-y: auto;
    }
    .getinTouch {
        display: none;
    }
    .carouselArrow.next {
        right: 0px;
    }
    .carouselArrow.prev {
        left: 0px;
    }
    #home,
    #merchantsBenefits,
    #aboutTrEATz,
    #wheretoGet,
    #contact,
    #merchantsBenefitsSecond,
    #merchantsBenefitsThird {
        padding-top: 101px;
    }
    .facebook a,
    .instagram a {
        padding: 4px 10px;
    }
    .slideImg {
        width: 100%;
    }
}

@media(max-width:375px) {
    .contactForm select {
        width: 83%;
    }
    .img-container {
        margin-top: 30px;
    }
}

@media(max-width:320px) {
    .contactForm select {
        width: 80%;
    }
}

.extracss {
    overflow: auto;
}

.cptcha {
    width: initial !important;
    height: 36px !important;
    border: none;
    border: 1px solid #eaeaea !important;
    padding: 10px;
}

/* Appfeatures  and howitworks*/
#Appfeatures, #howitworks{
    padding-top: 130px;
}
#howitworks h2,
#Appfeatures h2{
    text-align: center;
    color: #3baf4e;
    font-size: 40px;
    max-width: 650px;
    margin: 10px auto 30px;
    display: block;
}
#howitworks h2 small,
#Appfeatures h2 small{
    text-align: center;
    color: #3baf4e;
    font-weight: 600;
    text-transform: uppercase;
}
.Features-list{
    margin-bottom: 30px;
}
.Features-list img{
height: 50px;
object-fit: cover;
}
.Features-list h4{
    font-weight: 700;
    color: #000;
    font-size: 22px;
}
.Features-list p{
    font-weight: 600;
    font-size: 16px;
    color: #7f7f7f;
}

#howitworks .card {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
    text-align: center;
    position: relative;
    min-height: 300px;
}
#howitworks .card span{
    width: 60px;
    height: 60px;
    font-size: 16px;
    border: 6px solid #fff;
    text-align: center;
    /* margin-top: -13px; */
    z-index: 99;
    display: block;
    margin: -46px auto 10px;
    border-radius: 50px;
    background: #dbf7e0;
    line-height: 45px;
    box-shadow: 0px -2px 6px #ccc;
    color: #7f7f7f;
}
#howitworks .card img{
    height: 60px;
}
#howitworks .card h4{
    font-weight: 700;
    color: #000;
    font-size: 22px;
}
#howitworks .card p{
    font-weight: 600;
    font-size: 14px;
    color: #7f7f7f;
}
#howitworks .row ~ .row {
    margin-top: 50px;
}

@media(max-width:767px){
    #howitworks .card {
        padding: 16px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0px 0px 8px #ccc;
        text-align: center;
        position: relative;
        margin-bottom: 40px;
    }
}

div#Terms-of-Use {
       padding-top: 160px;
    padding-bottom: 100px;
}
a.btn-en-pu {
    border: 2px solid #3baf4e;
    border-radius: 6px;
    color: #3baf4e !important;
    padding: 5px 20px !important;
    float: right;
    top: -6px;
    position: relative;
}