/*======================Home Page CSS=============================*/

/*Header CSS*/

.topHead {
    padding: 12px 0px;
    margin: 0 40px;
    text-align: right;
    border-bottom: 1px solid #4cb573;
}
.topHead .logIn a {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
}
.topHead .logIn a:last-child {
    margin-right: 0;
}
.topHead .logIn a:hover {
    color: #47b673;
}

header {
    padding: 10px 40px;
}
header .navbar-brand {
    padding: 5px 0;
    font-size: inherit;
    height: auto;
    line-height: inherit;
}
.headerButns a {
    padding: 16px 30px;
}
.headerButns a:first-child {
    margin-right: 15px;
}
#navbar-main {
    padding: 30px 0;
}
#navbar-main .navbar-nav {
    margin-left: 7%;
}
#navbar-main .navbar-nav li {
    margin: 0 40px;
}
#navbar-main .navbar-nav li a {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#navbar-main .navbar-nav li a:hover {
    color: #000;
}
.navbar-brand img {
    width: 300px;
    padding-top: 5px;
}
.headerButns {
    float: right;
}
#navbar-main .navbar-nav li .dropdown-menu {
    top: 30px;
    text-align: center;
    left: -50px;
}
#navbar-main .navbar-nav li .dropdown-menu li {
    margin: 10px 20px;
}
#navbar-main .navbar-nav li .dropdown-menu li a {
    text-transform: none;
    color: #000;
    font-weight: 400;
}
.dropdown-menu li a:hover {
    background-color: transparent;
}
#navbar-main .navbar-nav li span.caret {
    display: none;
}
#navbar-main .navbar-nav li.dropdown>span.caret {
    display: inline-block;
}



/*Banner CSS*/

.banner {
    position: relative;
}
.banner .bannermain {
    display: table;
    width: 100%;
}
.banner .bannermain .bannerText {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
    padding-right: 8%;
}
.banner .bannermain .bannerText p {
    font-weight: 200;
    font-size: 18px;
    padding: 15px 0;
}
.banner .bannermain .bannerText p.trial {
    padding: 0;
}
.banner .bannerImage {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.banner .bannerImage img {
    width: 100%;
}
.banner .inputBox {
    padding: 15px 0;
}
.banner .inputBox input:first-child {
    padding: 18px 30px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #4cb573;
    border-radius: 50px;
    margin-right: 8px;
    background-color:#4cb573; 
}
.banner .inputBox input:first-child:hover {
    background-color: #fff;
    color: #000;
    border-color: #1abc9c;
}
.banner .inputBox .rm_form_el_email {
    width: 60%;
}
.banner .inputBox .rm_form_el_email input {
    padding: 18px 30px;
    color: #454545;
    font-size: 16px;
    border: 1px solid #4cb573;
    border-radius: 50px;
    margin-right: 8px;
    width: 100%;
}
.banner .inputBox .rm_button {
    
}
.inputBox .rm_form_el_set {
    display: inline-block;
    width: auto;
} 
.inputBox table {
    width: 100%;
}

/*Clients Logo CSS*/

.clientsLogo {
    background-color: #f5f5f5;
    padding: 40px 0;
    margin-top: 100px;
}
.clientsLogo .LogoInner {
    display: table;
    width: 100%;
}
.clientsLogo .LogoInner span {
    display: table-cell;
    max-height: 70px;
    width: 20%;
    vertical-align: middle;
}
.clientsLogo .LogoInner span img {
    height: 60px;
    transition: .5s all ease;
}

/*Features CSS*/

.features {
    position: relative;
}
.features .iconSec {
    text-align: center;
    margin-top: -40px;
}
.features .iconSec .row {
    margin-right: -25px;
    margin-left: -25px;
    display: flex;
    margin-top: 40px;
}
.features .iconSec .row .col-md-4 {
    padding-right: 25px;
    padding-left: 25px;
    display: inline-flex;
}
.features .iconSec .iconInner {
    background-color: #f1f1f2;
    padding: 30px;
    position: relative;
}

.features .iconSec .iconInner img.back {
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms, visibility 600ms;
    position: absolute;
    z-index: -1;
    left: -17px;
    bottom: -16px;
}
.features .iconSec .iconInner:hover img.back {
    opacity: 1;
    visibility: visible;
}
/*
.features .iconSec .iconInner:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.54);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.54);
}
*/
.features .iconSec .iconInner h4 {
    margin: 20px 0;
    text-transform: uppercase;
}
.features .iconSec .iconInner p {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 400;
}
.text-center .btn-fill , .text-center .btn-line {
    display: inline-block;
    margin-top: 40px;
}


/*Matching Gifts CSS*/
section.greyBG {
    background-color: #f5f5f5;
}
.tabSection {
    overflow: hidden;
}
.tabSection .gallerySelector {
    margin-bottom: 80px;
    text-align: center;
}
.tabSection .gallerySelector .tablinks{
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #636364;
    cursor: pointer;
    position: relative;
    transition: .5 all ease;
}
.tabSection .tabcontent {
    transition: .6s ease all;
}
.tabSection .tablinks.active {
    color: #47b673;
}
.tabSection .tablinks.active:after {
    content: '';
    width: 100%;
    display: block;
    background-image: url(../images/home/underline.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 12px;
    transition: .5s all ease;
}
.tabcontent .tabData {
    display: table;
    width: 100%;
}
.tabcontent .tabData .tabText {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 100px;
}
.tabcontent .tabData .tabImage {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 100px;
}
.tabcontent .tabData .tabImage img {
    width: 100%;
}
a.greenLink {
    color: #47b673;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 0 5px 0;
    display: inline-block;
    line-height: 25px;
    border-bottom: 1px solid #47b673; 
}
.features .iconSec .iconInner .iconImage img {
    width: 90px;
}

/*Testimonial Section CSS*/

.testimonial {
    background-image: url(../images/home/testbg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
background-size:100%;
}
.testimonial h2 {
    color: #fff;
    margin-bottom: 50px;
}
.testimonial p {
    text-align: center;
}
.testimonial .slider {
    width: 80%;
    margin: 50px auto 0 auto;
    position: relative;
}
.testimonial .slider .leftArrow {
    position: absolute;
    top: 45%;
    left: -100px;
}
.testimonial .slider .rightArrow {
    position: absolute;
    top: 45%;
    right: -100px;
}
.testimonial .container-fluid {
    background-image: url(../images/home/testbg.png);
    background-repeat: no-repeat;
    background-position: top;
/*    position: relative;*/
    width: 100%;
    background-size: 100%;
}
.testimonial .newSlider {
    text-align: center;
    margin-top: 30px;
}
.testimonial .newSlider img {
    width: 60%;
    
}
.owl-nav {
    display: none;
}

.secondSlider {
    position: relative;
    width: 85%;
    margin: 100px  auto 0 auto;
}
.secondSlider .cImage {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto;
}
.secondSlider .cImage img {
    width: 100%;
}
.secondSlider .clientText {
    color: #585858;
    font-size: 20px;
    font-weight: 400;
}
.secondSlider .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
        margin-top: 30px;
    margin-bottom: 10px;
} 
.secondSlider span {
    font-size: 18px;
    color: #47b673;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
}
.testimonial .secondSlider .leftArrow {
    position: absolute;
    top: 65%;
    left: -100px;
}
.testimonial .secondSlider .rightArrow {
    position: absolute;
    top: 65%;
    right: -100px;
}


/*Prefooter CSS*/

.prefooter {
    padding-bottom: 200px;
}
.prefooter p {
    text-align: center;
}
.prefooter .preText {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.prefooter .btn-fill {
    margin-right: 20px;
}
.prefooter .pattern {
    padding-top: 80px;
    display: table;
    width: 100%;
}
.prefooter .pattern .patternInner {
    display: table-cell;
    width: 10px;
    vertical-align: middle;
}

/*Footer CSS*/

footer {
    position: relative;
    margin-top: -200px;
    padding-top: 210px;
}
footer:before {
    content: '';
    position: absolute;
    top: -10px;
    background-image: url(../images/home/curves.png);
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    left: 0;
    height: 240px;
    z-index: 9;
}
footer .footerUpper {
    background-color: #47b673;
    position: relative;
    z-index: 99;
}
footer .footerUpper .foot {
    margin-top: -40px;
    padding-bottom: 40px;
}
footer .footerLinks {
    margin-top: 30px;
}
footer .footerLinks h5 a {
    color: #fff;
}
footer .footerLinks h5 a:hover {
    color: #343434;
}
footer .foot h3 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
footer .footerBottom {
    background-color: #000;
    padding: 40px 0;
}
footer .footerBottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
footer .footerBottom p a {
    color: #47b673;
}


/*Side Stripes CSS*/

.sideStripe1 {
    position: absolute;
    left: -20px;
    top: 85%;
    z-index: -1;
    width: 180px;
    display: none!important;
}
.sideStripe2 {
    position: absolute;
    right: 0;
    top: 2%;
    z-index: -1;
    width: 160px;
}
.sideStripe3 {
    position: absolute;
    left: 0;
    top: 85%;
    z-index: -1;
    width: 160px;
}
.sideStripe4 {
    position: absolute;
    right: 0;
    top: 55%;
    z-index: -1;
    width: 160px;
}

/*======================Home Page CSS Ends=============================*/

/*======================Pricing Page CSS Starts=============================*/

.pricingBanner {
    position: relative;
    text-align: center;
}
.pricingBanner h1 {
    padding: 40px 0;
}
.pricingBanner h1 span {
    font-weight: 900;
/*    color: #47b673;*/
    display: block;
    font-weight: bolder;
}
.priceStripe1 {
    position: absolute;
    left: 0;
    width: 200px;
    top: -50px;
}
.priceStripe2 {
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -50px;
}

/*Pricing Plans CSS*/

/*
section.pricePlans {
    padding-top: 0;
}
*/
.pricePlans .greyBG {
    background-color: #f5f5f5;
    text-align: center;
    padding: 60px 0;
}
.pricePlans p.plansHeading {
    font-size: 28px;
    font-weight: 900;
    color: #000;
}
.plans {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.plans .row {
    display: flex;
}
.plans .row .col-md-4 {
    display: inline-flex;
}
.plans .planBox {
    border-radius: 30px;
    box-shadow: 0px 9px 9.46px 1.54px rgba(1, 1, 1, 0.31);
/*    padding: 0 40px 20px 40px;*/
    overflow: hidden;
}
.plans .planBox .planBoxHeader {
    background-color: #48c9b0;
    padding: 30px;
    text-align: center;
}
.plans .planBox .planBoxHeader h4 {
    color: #fff;
    text-transform: uppercase;
}
.plans .planBox .planBoxInner {
    padding: 40px;
    text-align: center
}
.plans .planBox .planBoxInner .visit {
    font-size: 16px;
    margin-top: 20px;
    color: #47b673;
}
.plans .plantype .planName {
    color: #f09202;
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0;
}
.plans .plantype .planPrice {
    color: #000;
    font-weight: 900;
    font-size: 55px;
    line-height: 40px;
}
.plans .plantype .planPrice span {
    color: #737373;
    font-size: 16px;
    display: block;
}
.plans .planDetails {
    border-top: 1px solid #1abc9c;
    margin-top: 30px;
    padding-top: 20px;
}
.plans .planDetails p.heading {
    color: #000;
    font-weight: 600;
}
.plans .planDetails p.heading.disabled {
    color: #a3a3a3;
}
.plans .planDetails .moreDetails {
    margin-top: 20px;
    padding: 0 20px;
}
.plans .moreDetails .detailGroup {
    text-align: left;
    margin-bottom: 15px;
}
.plans .moreDetails .detailGroup p {
    color: #b2dcc1;
    font-weight: 600;
    margin-bottom: 6px;
}
.plans .moreDetails .detailGroup span {
    color: #808080;
    font-size: 14px;
    display: block;
    padding-left: 15px;
    text-decoration: line-through;
}
.plans .moreDetails .detailGroup.active p {
    color: #47b673;
}
.plans .moreDetails .detailGroup.active span {
    color: #000;
    font-style: normal;
    text-decoration: none;
}

/*CTA SECtion CSS*/

.priceCTA {
    background-color: #;
    background-image: url(../images/pricing/ctabg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.priceCTA p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}
.priceCTA p.bigHeading {
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.btn-fill.green {
    background-color: #fff;
    color: #2ecc71;
    border: none;
}
.btn-fill.green:hover {
    background-color: #2ecc71;
    color: #fff;
}

/*Price Client SECtion CSS*/

.clientsLogo.priceClients {
    margin-top: 0;
    padding: 80px 0;
}
.priceClients p.bigHeading {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}


/*FAQ Section CSS*/

.faq {
    padding-top: 0;
    position: relative;
}
.faq h2 {
    margin-bottom: 40px;
}
.faq p {
    text-align: center;
}
.faq .questions {
    margin-top: 50px;
}
.faq .questions p {
    text-align: left;
}
.questions .panel-group .panel {
    border: 3px solid #4cb573;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.questions .panel-group .panel:last-child {
    margin-bottom: 0;
}
.questions .panel-heading {
    padding: 15px;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
} 
.panel-title {
    font-size: 25px;
}
.accordArrow {
    padding: 15px 0;
    width: 20px;
    transition: .2s ease all;
}

.panel-heading h4[aria-expanded="true"] .accordArrow {
      -webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(180deg);  /* IE 9 */
    -o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
    transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
.questions p.accordHeading {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    text-align: left;
    display: inline-block;
    padding-left: 20px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 10px 30px 40px 100px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.faq .sideStripe3 {
    top: auto;
    bottom: 0;
}
.faq .sideStripe4 {
    top: 0;
}

.preHead {
    font-weight: 900;
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

/*======================Pricing Page CSS Ends=============================*/


/*======================Pricing Inner Page CSS Starts=============================*/

/*Banner Section CSS*/
.pricingInnerBanner {
    position: relative;
    text-align: center;
    padding: 40px 0;
}
.pricingInnerBanner h1 {
/*    color: #47b673;*/
    margin-bottom: 20px;
}
.pricingInnerBanner p {
    width: 50%;
    margin: 0 auto;
    color: #000;
}
.priceStripe3 {
    position: absolute;
    left: 0;
    width: 200px;
    bottom: 0px;
}
.priceStripe4 {
    position: absolute;
    right: 0;
    width: 200px;
    top: -50px;
}

/*Left Right Section CSS*/

.leftRight .mainBox {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.leftRight .mainBox:last-child {
    margin-bottom: 0;
}
.leftRight .mainBox .textBox {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
/*    padding: 0 60px;*/
}
.leftRight .mainBox .textBox.aligntotop {
    vertical-align: top;
    padding-top: 10px;
}
.leftRight .mainBox .imageBox {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.leftRight .mainBox .imageBox img {
    width: 75%;
}
.leftRight .mainBox .textBox h4 {
    font-weight: 900;
    margin-bottom: 30px;
}
.leftRight .mainBox .textBox p {
    margin-bottom: 20px;
}
.leftRight .mainBox .textBox ul li {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}
.leftRight .mainBox .textBox ul li span img{
    position: absolute;
    left: -15px;
    top: 5px;
}
.text-left .btn-fill, .text-left .btn-line {
    display: inline-block;
    margin-top: 40px;
}
.text-left .btn-fill {
    margin-right: 10px;
}
.clientCase {
    background-image: url(../images/pricing/clientCasebg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
}
.clientCase h2 {
    color: #fff;
    margin-bottom: 50px;
}
.centerImage {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 80px 50px;
    background-color: #fff;
    box-shadow: 0px 1px 14px 1.54px rgba(1, 1, 1, 0.25);
}
.centerImage img {
    width: 250px;
    margin-bottom: 30px;
}
.centerImage p span {
    color: #1ab596;
    font-size: 26px;
    line-height: 16px;
}
.centerImage p.clientName {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    padding: 15px 0;
}
.centerImage p.companyName {
    font-weight: 700;
    font-size: 24px;
    color: #1abc9c;
}
.clientCase .sideStripe3 {
    bottom: 20px;
    top: auto;
}
.clientCase .sideStripe4 {
    bottom: -190px;
    top: auto;
}

.benifit {
    position: relative;
}
.benifit .benifitTabs {
    display: table;
    width: 100%;
}
.benifit .benifitTabs .tab {
    display: table-cell;
    width: 45%;
    vertical-align: middle; 
}
.benifit .benifitTabs .tab a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.benifit .benifitTabs .tab a.active:before {
    background-image: url(../images/pricing/greenarrow.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: 30px;
    height: 30px;
}
.benifit .benifitTabs .content {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    overflow: hidden;
}
.benifit .benifitTabs .content .tabcontent {
    animation: fadeEffect 1s;
    -webkit-animation: fadeEffect 1s;
    text-align: right;
}
.benifit .benifitTabs .content .tabsContents {
    animation: fadeEffect 1s;
    -webkit-animation: fadeEffect 1s;
    text-align: right;
}
.benifit .benifitTabs .content img {
    width: 90%;
}
.benifit .benifitTabs .tab a:hover h6 {
    color: #1abc9c;
}
.benifit .benifitTabs .tab a.active h6 {
    color: #1abc9c;
}
.benifit .benifitTabs .tab a p {
    margin-bottom: 10px;
    font-size: 16px;
}
.benifit .benifitTabs .tab a p:last-child {
    margin-bottom: 30px;
    font-size: 16px;
}
.benifit .benifitTabs .tab a:last-child p{
    margin-bottom: 0;
}
.benifit1 {
    text-align: center;
}
.benifit1 h2 {
    margin-bottom: 50px;
}
.benifit1 .benifitTabs1 {
    display: table;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.benifit1 .benifitTabs1 .tab1 {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    text-align: left;
}
.benifit1 .benifitTabs1 .content1 {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
}
.benifit1 .benifitTabs1 .content1 .tabcontent {
    animation: fadeEffect 1s;
    -webkit-animation: fadeEffect 1s;
    text-align: right;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.benifit1 .benifitTabs1 .content1 img {
    width: 90%;
}
.benifit1 .benifitTabs1 .tab1 a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.benifit1 .benifitTabs1 .tab1 a.active:before {
    background-image: url(../images/pricing/greenarrow.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: -20px;
    top: 4px;
    width: 30px;
    height: 30px;
}
.benifit1 .benifitTabs1 .tab1 a:hover h6 {
    color: #1abc9c;
}
.benifit1 .benifitTabs1 .tab1 a.active h6 {
    color: #1abc9c;
}
.benifit1 .benifitTabs1 .tab1 a p {
    margin-bottom: 10px;
    font-size: 16px;
}
.benifit1 .benifitTabs1 .tab1 a p:last-child {
    margin-bottom: 30px;
    font-size: 16px;
}
.benifit1 .benifitTabs1 .tab1 a:last-child p{
    margin-bottom: 0;
}
.benifit1 .benifitTabs1 .tab1 a.active h6 {
    color: #1abc9c;
}
.bigButtons {
    margin-top: 50px;
}
.bigButtons .row {
    display: flex;
}
.bigButtons .row .col-sm-4 {
    display: inline-flex;
}
.bigButtons .bigbuttonInner {
    text-align: center;
    border: 8px solid white;
    position: relative;
    border-image: url(../images/pricing/blueborderbg.png) 22 round;
    transition: .2s ease all;
    padding: 0px 0;
    width: 100%;
    min-height: 280px;
    overflow: hidden;
    
}
.bigButtons .bigbuttonInner a {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1abc9c;
    text-transform: uppercase;
    transition: .2s ease all;
    padding: 0 40px;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.bigButtons .bigbuttonInner:hover {
    border-image: url(../images/pricing/greenborderbg.png) 22 round;
}
.bigButtons .bigbuttonInner:hover a {
    color: #0f1442;
}


/*======================About Page CSS Starts=============================*/

/*banner css*/
.aboutStripe1 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 300px;
    z-index: -1;
}
.aboutStripe2 {
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 260px;
    z-index: -1;
}
/*journey css*/
.journeyUsers .userData {
    display: table;
    width: 100%;
}
.journeyUsers .userData .content {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    background-image: url(../images/about/journeybg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.journeyUsers .userData .content2 {
    background-image: url(../images/about/journeybg2.png);
}
.journeyUsers .userData .content .contentText {
    width: 70%;
    margin: 0 auto;
}
.journeyUsers .userData .content .contentText p {
    color: #fff;
    margin-bottom: 15px;
}
.journeyUsers .userData .userImage {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}
.journeyUsers .userData .userImage img {
    width: 100%;
}
/*MeetTeam css*/
.meetTeam {
    position: relative;
    padding-top: 0;
}
.meetTeam h2 {
    margin-bottom: 30px;
}
.team .teamPeople {
    text-align: center;
    margin-top: 40px;
}
.team .teamPeople img {
    width: 90%;
    margin: 0 auto;
}
.team .teamPeople p.name {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    padding: 10px 0 5px 0;
}
.team .teamPeople p.desig {
    color: #47b673;
    font-size: 20px;
    font-weight: 600;
}

.dtdBenifit {
    position: relative;
    padding-bottom: 0;
}
.proDuct.dtdBenifit {
    padding-top: 0;
    padding-bottom: 100px;
}
.aboutBenifit {
    padding-top: 0;
    padding-bottom: 100px;
}
.dtdBenifit h2 {
    margin-bottom: 30px;
}
.benefitInner .row {
    display: flex;
}
.benefitInner .row .col-md-4 {
    display: inline-flex;
}
.benefitInner .row .col-md-6 {
    display: inline-flex;
}
.addCompany .row {
    display: block!important;
}
.addCompany .row .col-md-4 {
    display: block!important;
}
.addCompany .row .col-md-6 {
    display: block!important;
}
.benefitInner .greenBox {
    position: relative;
    margin-bottom: 30px;
    border: 8px solid white;
    border-image: url(../images/database/borderbg.png) 22 round;
}
.benefitInner .greenBox .contentText {
    text-align: center;
    padding: 30px;
}
.benefitInner.products .greenBox img {
    width: 200px;
}
.contentText p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.contentText p:last-child {
    margin-bottom: 0!important;
}
.contentText p.heading {
    color: #1abc9c;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.aboutstripe3 {
    width: 160px;
    position: absolute;
    top: 0;
}
.aboutstripe4 {
    width: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.aboutstripe5 {
    width: 160px;
    position: absolute;
    bottom: 10px;
}

/*======================Marketing Matching Gift CSS=============================*/

.marketingStrip1 {
    position: absolute;
    left: 0;
    height: 180px;
    top: 47%;
    z-index: -1;
}
.marketingStrip2 {
    position: absolute;
    right: 0;
    height: 180px;
    top: 0;
    z-index: -1;
}
.marketingInnerBanner {
    padding: 40px 0
}
.mmgBackground {
    background-image: url(../images/marketingMatchingGifts/mmgBackground.png);
    background-size: cover;
   
}
.mmgBackground .bigButtons{
    margin-top: 0
}
.bigbuttonInner1 a {
    color: #fff!important;
}
.bigButtons .bigbuttonInner.bigbuttonInner1 {
    border-image: url(../images/pricing/whiteborderbg.png) 16 round;
    min-height: 280px;
    overflow: hidden;
}
.bigButtons .bigbuttonInner.bigbuttonInner1:hover a {
    color: #1abc9c!important;
}
.bigButtons .bigbuttonInner.bigbuttonInner1:hover {
    background-color: #fff;
}


/*======================Database Page CSS=============================*/

.databaseBanner {
    padding: 150px 0; 
}
.dataStripe1 {
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
    width: 100%;
}
.greyTabs {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
.greyTabs ul li {
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 20px;
}
.greyTabs ul li a {
    color: #636364;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.greyTabs ul li a:hover {
    color: #47b673;
}
.greyTabs ul li.active a {
    color: #47b673;
}
.greyTabs ul li.active a:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/database/underline.png);
    background-repeat: no-repeat;
}
.ourDatabase {
    position: relative;
}
.ourDatabase h2 {
    margin-bottom: 40px;
}
.ourDatabase p {
    text-align: center;
    margin-bottom: 20px;
}
.dataStripe2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
}
.dataStripe3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
}
.dataStripe4 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 160px;
}
.giftDatabase {
    padding-bottom: 0;
}
.giftDatabase .container h2 {
    margin-bottom: 30px;
}
.giftDatabase .container p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.giftDatabase .container p:last-child {
    margin-bottom: 0;
}
.giftInner {
    width: 100%;
    display: table;
    margin-top: 50px;
}
.giftInner .giftImage {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
}
.giftInner .giftImage img {
    width: 70%;
}
.giftInner .giftText {
    width: 35%;
    display: table-cell;
    vertical-align: middle;
}
.giftText p.heading {
    font-weight: 900;
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}
.giftText p {
    margin-bottom: 20px;
    color: #636364;
}
.arrowList li {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    color: #636364;
}
.arrowList li span img {
    position: absolute;
    left: -15px;
    top: 5px;
}
.benifit .container h2 {
    margin-bottom: 30px;
}
.benifit .container p {
    text-align: center;
    margin-bottom: 10px;
}
.benifit .container p:last-child {
    text-align: center;
    margin-bottom: 50px;
}

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

/*Addtional-Services*/

.additionalServiceBanner {
    padding: 40px 0
}
.additionalServiceBanner h1 span {
/*    color: #47b673;*/
    font-size: 32px;
}
.addtionalServiceStrip1 {
    position: absolute;
    left: 0;
    height: 330px;
    top: -8%;
    z-index: -1;
}
.addtionalServiceStrip2 {
    position: absolute;
    right: 0;
    height: 330px;
    top: -30px;
    z-index: -1;
}
.additionalServiceFeature {
    padding-top: 40px;
}
.additionalServiceFeature .iconSec .iconInner img.back {
    width: 100%;
    bottom: -18px;
    height: 430px;
}
.additionalServiceFeature .iconInner .btn-fill {
    font-size: 11px;
    padding: 18px 29px;
}
.additionalServiceFeature .iconSec p {
    padding-bottom: 20px;
}
.additionalServiceFeature .iconSec ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.secRow {
    margin-top: 50px;
}
.withoutPrefooter {
    margin-top: 100px
}

/*=======================================================================================*/
/*Matching Gift Resources*/

.matchingGiftsResourcesFeatures .iconSec p,
.matchingGiftsResourcesFeatures .iconSec ul {
    text-align: left
}
/*====================================================================================*/

/*Fundraising General guides*/

.fundraisingFeatures .iconSec p {
    padding-bottom: 0
}
/*============================================================================*/

/*add a new company*/

.addCompany .contentText p a {
    color: #2ecc71
}
.addCompany .contentText p:nth-child(4) {
    margin-top: 20px
}
.registrationForm form {
    width: 100%;
    margin: 0 auto
}
.registrationForm form .form-control {
    color: #000;
    border: 1px solid #acacac;
    padding: 20px 25px;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
    font-size: 16px;
}
.registrationForm form .form-control option {
    color: #999999;
}
.registrationForm .text-center .btn-fill {
    margin-top: 0;
    padding: 18px 65px;
}
.registrationForm form [placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
.registrationForm form .form-control:focus {
    border: 1px solid #47b673;
    box-shadow: none;
}
.checkBox1 {
    margin-bottom: 30px;
}
.registrationForm {
    position: relative
}
.registrationForm .stripe4 {
    position: absolute;
    width: 160px;
    right: 0;
}
.registrationForm .stripe3 {
    width: 160px;
    position: absolute;
    bottom: 30px;
}
/*custom checkbox*/
.container1 {
    display: block;
    position: relative;
/*    padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1abc9c;
    font-weight: 400;
}
/* Hide the browser's default checkbox */
.container1 input {
    position: relative;
    margin-right: 10px;
    opacity: 1;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 15px;
    height: 15px;
}
span.wpcf7-not-valid-tip {
    color: #2ecc71!important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #47b673;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*======================Marketing Material Example CSS Starts=============================*/

.egStripe1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 180px;
    z-index: -1;
}
.egStripe2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 180px;
    z-index: -1;
}
.giftPlugin {
    background-image: url(../images/matchinggifteg/pluginbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 50px;
}
.giftPlugin .egStripe3 {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 160px;
}
.giftPlugin .egStripe4 {
    position: absolute;
    right: 0;
    top: 30%;
    width: 160px;
}
.giftPlugin p.bigHeading {
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.modal.and.carousel {
  position: fixed;
}
.giftPlugin .modal-dialog {
    width: 80%;
}
.giftPlugin .carousel-control {
    width: 60px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
    width: 100%;
}
.egTabs {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 150px;
}
.egTabs .tabs {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}
.egTabs .content {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
}
.egTabs .rightIcons {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}
.egTabs .content .tabcontent {
    animation: fadeEffect 1s;
    -webkit-animation: fadeEffect 1s;
}
.egTabs .content .owl-carousel {
    width: 80%;
    margin: 0 auto;
}
.egTabs .content .imageSlider {
    position: relative;
}
.egTabs .content .imageSlider .leftArrow {
    position: absolute;
    top: 45%;
    left: 40px;
}
.egTabs .content .imageSlider .leftArrow img , .egTabs .content .imageSlider .rightArrow img {
    width: 50px;
}
.egTabs .content .imageSlider .rightArrow {
    position: absolute;
    top: 45%;
    right: 40px;
}
a:focus {
    outline: none!important;
}
.egTabs .content .iconBoxes {
    width: 80%;
    margin: 0 auto;
}
.tabs a.tablinks {
    cursor: pointer;
}
.tabs a.tablinks p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
/*    display: inline-block;*/
}
.tabs a.tablinks p i {
    display: none;
}
.tabs a.tablinks.active p {
    color: #1abc9c;
}
.tabs a.tablinks.active p i {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.benefitInner .greenBox .contentText p a {
    color: #1abc9c;
}
.benefitInner .greenBox .contentText ul li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}
.benefitInner .greenBox .contentText ul li span img {
    position: absolute;
    left: -15px;
    top: 5px;
    height: auto;
}

/*Product*/

.productBanner {
    padding: 60px 0;
}
.productBanner .addtionalServiceStrip1,
.productBanner .addtionalServiceStrip2 {
    height: 200px;
}
.productBanner .addtionalServiceStrip2 {
    top: 40%;
}
.bgNone {
    padding-top: 200px;
}
.bgNone:before {
    background-image: none;
}
.products .contentText p.heading {
    text-transform: uppercase;
    margin-bottom: 10px;
/*    padding-left: 0;*/
}
.dtdBenifit.proDUCT {
    padding-top: 0;
}
.products .contentText p:nth-child(4) {
    margin-top: 20px;
}
.basicGreenBox {
    display: table;
}
.basicGreenBox .basicProduct,.basicGreenBox .basicProductInfo {
    display: table-cell;
}
.basicProductInfo {
    vertical-align: middle;
}
.basicGreenBox .basicProductInfo {
    text-align: left;
}
.basicGreenBox .basicProductInfo p:nth-child(2) {
    margin-top: 20px;
}
.basicGreenBox .basicProductInfo {
    width: 70%;
}
.basicGreenBox .basicProduct {
    width: 30%;
    text-align: left;
}
.basicProduct p {
    padding-top: 0!important;
}
.benefitInner.products .row {
    display: flex;
}
.benefitInner.products .row .col-md-5 {
    display: inline-flex;
}

/*Customer Page*/

.customerHead {
    margin-bottom: 20px;
}
.customerHead p {
    text-align: center;
}
.customerHead h2 {
    margin-bottom: 30px;
    font-size: 22px;
}
.customer .card2 {
    margin-top: 50px;
}
.customerCard {
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 7px 15.04px 0.96px rgba(1, 1, 1, 0.23);
    padding: 70px 45px;
    width: 90%;
    height: 620px;
    margin: 0 auto;
    margin-top: 50px;
}
.customerCard .customerComments p:first-child {display:inline;}
.customerCard .customerComments p.inline {display:inline;}
.card1 {
    display: none;
}
.customerCard .customerImg {
    overflow: hidden;
    border-radius: 50%;
    margin: 40px 0;
}
.customerCard .customerImg img {
    width: 130px;
}
.customerCard .customerComments .customerName {
    color: #47b673;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0px 5px;
}
.customerCard .customerComments .customerPost {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.customerCard .customerComments  span {
   font-size: 40px;
   color: #47b673;
   font-weight: 700;
   line-height: 20px;
   display: inline-block;
   vertical-align: text-bottom;
}
.customerCard .customerComments p a {
    color: #47b673;
}
.customerCard .customerComments  p a:focus {
    outline: none;
}
.customer .modal-body .customerCard {
    margin: 0 auto;
    height: auto;
}
.customer .modal-content {
    padding-bottom: 30px;
}
.modal-header {
    border-bottom: 1px solid transparent;
}
.modal-header button {
    opacity: 1;
    font-size: 50px;
}
.plansTabScreen {
    position: relative;
    padding-bottom: 0;
}
.plansTabScreen .sideStripe4 {
    top: 3%;
}
.plansTabScreen .planscreens {
    text-align: center;
}
.plansTabScreen .planscreens img {
    width: 100%;
    margin-bottom: 40px;
}
.plansTabScreen .planscreens p {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.plansTabScreen .planscreens p span {
    color: #47b673;
}
.plansTabScreen .popupInfo {
    margin-top: 20%;
}
.plansTabScreen .modal-content {
    height: 100%;
}
.plansTabScreen .modal-dialog {
    height: 840px;
    width: 90%;
}
.plansTabScreen .modal-body img {
    width: 90%;
}
.plansTabScreen a:focus {
    outline: none;
}

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

/*partners*/

.partnersBanner {
    padding: 40px 0;
}
.partnerContainer {
    0 160px;
}
.partnersBanner .marketingStrip1 {
    top: -10%;
}
.partnerContainer .benefitInner .greenBox {
    height: 460px;
    padding: 50px 20px;
}
.partnership .aboutstripe6 {
    width: 160px;
    position: absolute;
    right: 0;
    top: -10%;
    display: none;
}
.partnerTab {
    padding-bottom: 80px;
}
.partnerTab .aboutstripe5 {
    top: 3%;
}
.partnerLogo {
    background-color: #47b673;
    border: 8px solid transparent;
    transition: .5s ease all;
    padding: 140px 20px;
}
.partnerLogo img {
    margin: 0 auto;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    height: 60px;
}


/*
.partnerTab .tabData .row {
    margin-bottom: 30px;
    
}
*/
.partnerTab #1 .tabData .row {
    display: none;
}
.fundly img {
    top: 20%;
}
.paypal img {
    top: 30%;
}
.partnersFeatures .sideStripe4 {
    top: 5%;
}
.partnersFeatures .sideStripe3 {
    top: 79%;
}

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

/*Template for wordpress*/

.templateForWordpress .iconSec .iconInner {
    width: 100%;
}
.templateForWordpress .iconSec .iconInner img.back {
    height: 200px;
    width: 100%;
}
.templateForWordpress .iconSec .iconInner img.back{
    bottom: -13px;
}


/*======================Contact Page CSS =============================*/

.contactUs {
    padding-top: 0;
    text-align: center;
}
.contactUs h2 {
    margin-bottom: 20px;
}
.contactUs .registrationForm {
    margin-top: 30px;
}
.contactUs .registrationForm label {
    margin-bottom: 10px;
}
.contactUs .registrationForm input {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.contactUs .dtdBenifit {
    margin-top: 100px;
}
#dd-register .button {
    margin-left: 0!important;
}


.dropdown-menu .dropdown-menu {
    top: 0!important;
    left: 100%!important;
    margin-top: -1px!important;
}
/*======================Default Page CSS=============================*/

.templateForWordpress h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.templateForWordpress h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.templateForWordpress p {
    font-size: 16px!important;
    margin-bottom: 15px;
}
.templateForWordpress .btn-fill span {
    text-transform: none;
}
.templateForWordpress ul li {
    font-size: 16px;
    padding-left: 10px;
    list-style: disc;
    -webkit-padding-start: 0;
    margin-bottom: 10px;
}
.templateForWordpress ul li span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.templateForWordpress ul {
    padding-left: 30px;
}

/*======================Sign Up CSS=============================*/

.dd-register .form_element {
    text-align: left;
}
.dd-register form input {
    color: #000;
    border: 1px solid #acacac;
    padding: 20px 25px;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left!important;
}
.dd-register form input:focus {
    border: 1px solid #47b673;
    box-shadow: none;
}
.dd-register .button {
        background-color: #47b673;
    padding: 18px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    border: 3px solid #4cb573;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

#advwebForm .zsfeedbkrpanel {
    border: none!important;
}
#advwebForm .fbfpoptitle {
    background-color: #fff;
}
#advwebForm .zstitlemini {
    width: 100%;
    text-align: center;
}
#advwebForm #FeedbackformID {
    width: 70%;
    margin: 0 auto;
}
#advwebForm #FeedbackformID input {
    color: #000;
    border: 1px solid #acacac!important;
    padding: 20px 25px;
    border-radius: 10px!important;
    height: auto!important;
    margin-bottom: 30px!important;
    font-size: 16px!important;
    text-align: left!important;
}
#advwebForm #FeedbackformID textarea {
    color: #000;
    border: 1px solid #acacac!important;
    padding: 20px 25px;
    border-radius: 10px!important;
    height: auto!important;
    margin-bottom: 30px!important;
    font-size: 16px!important;
    text-align: left!important;
    width: 100%;
}
#advwebForm #FeedbackformID .feedbselefield {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
}
#advwebForm .w48 {
    width: 100%!important;
}
#advwebForm #FeedbackformID input#fileUpload {
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
}
.zsfbbdrtop {
    border: none!important;
}
#advwebForm #FeedbackformID input#feedbPopupSbmtBtn {
    background-color: #47b673!important;
    padding: 18px 35px!important;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 600!important;
    text-transform: uppercase;
    border-radius: 50px!important;
    border: 3px solid #4cb573!important;
    -webkit-transform: perspective(1px) translateZ(0)!important;
    transform: perspective(1px) translateZ(0)!important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)!important;
    overflow: hidden!important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.mainBox .imgIframe iframe {
    height: 300px;
}
.row .giftText {
    padding: 0 30px;
    margin-top: 30px;
}
.giftText p {
    font-size: 16px;
    margin-bottom: 16px;
}
.row .arrowList li {
    font-size: 16px;
    margin-bottom: 14px;
}
.row .arrowList {
    padding-left: 30px;
}
.partnership .row {
    display: flex;
}
.partnership .row .col-md-3 {
    display: inline-flex;
    width: 25%;
}
.partnership .benefitInner .greenBox {
    height: auto!important;
}
#fbPopupEmptySubjErrMsg, #fbPopupEmptyNameErrMsg, #fbPopupEmptyEmailErrMsg, #fbPopupEmptyCaptchaErrMsg {
    margin-bottom: 10px!important;
}
/*======================Media Queries for Home Page=============================*/

@media screen and (min-width: 1900px) {
  footer:before {background-size:cover;top:-69px;height: 280px;}
}

@media (min-width: 991px) {
    .partnerLogo:hover {
        background-color: #fff;
        position: relative;
        border: 8px solid transparent;
        border-image: url(../images/database/borderbg.png) 22 round;
    }
    .partnerLogo:hover .partnerLogoWhite, .partnerLogo .partnerLogoOnHover {
        display: none;
    }
    .partnerLogo:hover .partnerLogoOnHover {
        display: block;
    }
  
}

@media(max-width:1700px){
    #navbar-main .navbar-nav {
        margin-left: 4%;
    }
    #navbar-main .navbar-nav li {
        margin: 0 30px;
    }
    .banner .inputBox input:first-child {
        font-size: 16px;
    }
    .banner .inputBox .rm_form_el_email input {
        font-size: 16px;
    }
    .rm_form_el_button {
        
    }
    .testimonial {
        background-size: contain;
    }
    footer:before {
        background-size: cover;
    }
}
@media (max-width:1600px){
	#navbar-main .navbar-nav li {
		margin:0 22px;
	}
}
@media(max-width:1500px){
    .topHead .logIn a {
        font-size: 14px;
    }
    #navbar-main .navbar-nav {
        margin-left: 50px;
    }
    #navbar-main .navbar-nav li {
        margin: 0 20px;
    }
    #navbar-main .navbar-nav li a {
        font-size: 14px;
    }
    .features .iconSec .iconInner .iconImage img {
        width: 100px;
    }
    .features .iconSec .iconInner h4 {
        font-size: 20px;
    }
    .tabcontent .tabData .tabImage {
        padding-left: 80px;
    }
    .testimonial h2 {
        margin-bottom: 30px;
    }
    .sideStripe4 {
        top: 50%;
    }
    .prefooter .preText {
        font-size: 18px;
    }
    .prefooter .pattern {
        text-align: center;
    }
    .prefooter .pattern img {
        width: 80%;
    }
    .tabcontent .tabData .tabText {
        padding-left: 60px;
    }
    .navbar-brand img {
        width: 280px;
        padding-top: 8px;
    }
    .headerButns a {
        padding: 15px 25px;
    }
    .sideStripe1 {
        top: 90%;
        width: 160px;
    }
    .banner .bannerImage {
        text-align: right;
    }
    .banner .bannerImage img {
        width: 90%;
    }
    .sideStripe2 , .sideStripe3 , .sideStripe4 , .sideStripe5 {
        width: 120px;
    }
    .secondSlider .clientText {
        font-size: 18px;
    }
    .secondSlider .name {
        font-size: 20px;
        margin-top: 20px;
    }
    .secondSlider {
        width: 70%;
    }
    #navbar-main .navbar-nav li a {
        font-size: 14px;
    }
    .clientsLogo .LogoInner span img {
        height: 50px;
    }
    .priceStripe1 , .priceStripe2 {
        width: 130px;
    }
    .pricePlans p.plansHeading {
        font-size: 22px;
    }
    .plans .planBox .planBoxInner {
        padding: 40px 20px;
    }
    .planBoxInner p {
        font-size: 16px;
    }
    .plans .plantype .planPrice {
        font-size: 45px;
    }
    .questions p.accordHeading {
        font-size: 18px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        font-size: 16px;
    }
    .accordArrow {
        width: 15px;
    }
    .questions .panel-heading {
        padding: 12px 15px;
    }
    .leftRight .mainBox .imageBox img {
        width: 80%;
    }
    .leftRight .mainBox .textBox p {
        font-size: 16px;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 17px;
    }
    .aboutStripe1 {
        width: 260px;
    }
    .aboutStripe2 {
        height: 220px;
    }
    .journeyUsers .userData {
        width: 90%;
        margin: 0 auto;
    }
    .team .teamPeople img {
        width: 80%
    }
    .contentText p {
        font-size: 16px;
    }
    .contentText p.heading {
        font-size: 20px;
    }
    .aboutstripe3 {
        width: 130px;
    }
    .aboutstripe4 {
        width: 130px;
    }
    .aboutstripe5 {
        width: 130px;
    }
    .marketingStrip1 {
        position: absolute;
        left: 0;
        top: 26%;
        z-index: -1;
    }
    .marketingStrip2 {
        position: absolute;
        right: 0;
        z-index: -1;
    }
    .databaseBanner {
        padding: 130px 0;
    }
    .dataStripe2 , .dataStripe3 ,.dataStripe4 {
        width: 120px;
    }
    .partnerContainer .benefitInner .greenBox {
        height: 440px;
        padding: 17px 0px;
    }
    .paypal img {
        width: 110px;
    }
    .neon img {
        width: 130px
    }
    .customerCard .customerLogo {
        width: 140px;
    }
    .plansTabScreen .modal-content {
        height: 80%;
    }
    .addNewCompanyBanner .addtionalServiceStrip1,
    .addNewCompanyBanner .addtionalServiceStrip2 {
        height: 250px;
    }
    .marketingStrip1 {
        position: absolute;
        left: 0;
        top: 26%;
        z-index: -1;
    }
    .aboutBenifit {
        padding-bottom: 60px;
    }
    .proDuct.dtdBenifit {
        padding-bottom: 60px;
    }
    .plansTabScreen .planscreens p {
        font-size: 18px;
    }
}
@media(max-width:1400px){
    .partnerTab {
        padding-bottom: 60px;
    }
    #navbar-main .navbar-nav li a {
        font-size: 13px;
    }
    .banner .inputBox input:first-child {
        font-size: 14px;
    }
    .banner .inputBox .rm_form_el_email input {
        font-size: 14px;
    }
    .banner .bannermain .bannerText p {
        font-size: 18px;
    }
    .banner .bannermain .bannerText {
        padding-right: 5%;
    }
    .features .iconSec .iconInner .iconImage img {
        width: 90px;
    }
    .features .iconSec .iconInner h4 {
        font-size: 20px;
    }
    .sideStripe1, .sideStripe2, .sideStripe3,.sideStripe4 {
        width: 110px;
    }
    .sideStripe1 {
        top: 90%;
        left: 0;
    }
    .tabSection .gallerySelector .tablinks {
        font-size: 16px;
    }
    .testimonial h2 {
        margin-bottom: 20px;
    }
    .slider .leftArrow img , .slider .rightArrow img {
        width: 50px;
    }
    .testimonial .slider .leftArrow {
        left: -70px;
    }
    .testimonial .slider .rightArrow {
        right: -70px;
    }
    .secondSlider {
        margin: 60px auto 0 auto;
    }
    .secondSlider .leftArrow img , .secondSlider .rightArrow img {
        width: 50px;
    }
    .testimonial .secondSlider .leftArrow {
        left: 0px;
        z-index: 999999;
    }
    .testimonial .secondSlider .rightArrow {
        right: 0px;
        z-index: 999999;
    }
    .secondSlider .name {
        margin-top: 20px;
    }
    footer .foot h3 {
        font-size: 26px;
    }
    .banner .inputBox input:first-child {
        padding: 15px 30px;
    }
    .banner .inputBox .rm_form_el_email input {
        padding: 15px 30px;
    }
    .prefooter .pattern {
        width: 80%;
        margin: 0 auto;
    }
    .plans .planBox .planBoxHeader {
        padding: 24px;
    }
    .plans .planBox .planBoxHeader h4 {
        font-size: 20px;
    }
    .planBoxInner p {
        font-size: 15px;
    }
    .plans .plantype .planPrice {
        font-size: 40px;
    }
    .plans .text-center .btn-fill, .plans .text-center .btn-line {
        margin-top: 20px;
    }
    .centerImage {
        width: 60%;
        padding: 70px 50px;
    }
    .centerImage img {
        width: 200px;
    }
    .centerImage p.clientName {
        font-size: 18px;
    }
    .centerImage .text-center .btn-fill {
        margin-top: 20px;
    } 
    .clientCase h2 {
        margin-bottom: 30px;
    }
    .leftRight .mainBox .textBox h4 {
        margin-bottom: 20px;
    }
    .leftRight .mainBox .textBox p {
        margin-bottom: 15px;
    }
    .text-left .btn-fill, .text-left .btn-line {
        margin-top: 20px;
    }
    .team .teamPeople p.name {
        font-size: 20px;
    }
    .team .teamPeople p.desig {
        font-size: 18px;
    }
    .aboutstripe5 {
        width: 100px;
    }
    .benefitInner {
        width: 80%;
        margin: 0 auto;
    }
    .contentText p.heading {
        padding: 10px;
    }
    .contentText p {
        font-size: 15px;
    }
    .aboutstripe3 {
        width: 100px;
    }
    .aboutstripe4 {
        width: 100px;
    }
    .meetTeam .team {
        width: 80%;
        margin: 0 auto;
    }
    .team .teamPeople img {
        width: 100%;
    } 
    .marketingStrip1 {
        top: 26%;
    }
    .egTabs .content .iconBoxes {
        width: 100%;
    }
    .tabs a.tablinks p {
        font-size: 14px;
    }
    .giftPlugin p.bigHeading {
        font-size: 22px;
    }
    .egTabs .content .imageSlider .leftArrow img, .egTabs .content .imageSlider .rightArrow img {
        width: 40px;
    }
    .marketingStrip1 {
        top: 26%;
    }
    .giftPlugin .egStripe3, .giftPlugin .egStripe4 {
        width: 120px;
    }
    #navbar-main .navbar-nav li {
        margin: 0 15px;
    }
    
}
@media(max-width:1300px){
    .contactUs .registrationForm input {
        padding: 15px 20px;
    }
    .customerHead h2 {
        font-size: 20px;
    }
    #navbar-main {
        padding: 30px 0 0 0;
    }
    .navbar-brand img {
        width: 260px;
        padding-top: 10px;
    }
    .clientsLogo {
        margin-top: 80px;
    }
    .sideStripe1, .sideStripe2, .sideStripe3, .sideStripe4 {
        width: 100px;
    }
    .tabSection .tablinks.active:after {
        bottom: -22px;
        height: 8px;
    }
    .testimonial .slider {
        margin: 30px auto 0 auto;
    }
    .secondSlider .cImage {
        width: 100px;
        height: 100px;
    }
    .features .iconSec .iconInner .iconImage img {
        width: 80px;
    }
    .features .iconSec .iconInner h4 {
        font-size: 18px;
    }
    .features .iconSec .iconInner p {
        font-size: 15px;
    }
    .features .iconSec .iconInner img.back {
        width: 270px;
        left: -14px;
    }
    #navbar-main .navbar-nav {
        margin-left: 20px;
    }
    .priceStripe1, .priceStripe2 {
        width: 100px;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 16px;
    }
    .journeyUsers .userData {
        width: 80%;
    }
    .benefitInner {
        width: 90%;
    }
    .contentText p.heading {
        font-size: 18px;
    }
    .contentText p {
        font-size: 14px;
    }
    .aboutstripe5 {
        width: 80px;
    }
    .benefitInner .greenBox .contentText ul li {
        font-size: 14px;
    }
    .egStripe1, .egStripe2 {
        height: 160px;
    }
    .partnerContainer .benefitInner .greenBox {
        height: 400px;
        padding: 7px 0px;
    }
    .partnerTab .btn-fill,
    .partnerTab .btn-line {
        padding: 15px 17px;
        font-size: 10px;
        margin-right: 0
    }

    .plansTabScreen .popupInfo {
        margin-top: 25%;
    }
    .partnerLogo {
        padding: 110px 20px;
    }
    .partnership .aboutstripe6 {
        top: 5%;
        width: 80px;
    }
    .customerCard .customerComments p {
        font-size: 16px;
    }
    .plansTabScreen .planscreens p {
        font-size: 20px;
    }
    .products .contentText p.heading {
        margin-bottom: 20px;
    }
    .addtionalServiceStrip1,
    .addtionalServiceStrip2 {
        height: 250px;
    }
    .productBanner h1 span,
    .additionalServiceBanner h1 span {
        font-size: 22px;
    }
    .addtionalServiceStrip1 {
        top: 0%
    }
    .additionalServiceBanner {
        padding: 45px 0;
    }
    .bigButtons .bigbuttonInner a {
        padding: 90px 30px;
    }
    .egTabs {
        margin-top: 120px;
    }
    .priceStripe3 {
        width: 150px;
    }
    .priceStripe4 {
        width: 160px;
        top: -20px;
    }
    .bigButtons .bigbuttonInner {
        min-height: 200px;
    }
}
@media(max-width:1200px){
    .partnerLogo img {
        height: 40px;
    }
    .proDuct.dtdBenifit {
        padding-bottom: 50px;
    }
    .aboutBenifit {
        padding-bottom: 50px;
    }
    .navbar-brand img {
        width: 200px;
    }
    #navbar-main .navbar-nav {
        margin-left: 20px;
    }
    #navbar-main .navbar-nav li {
        margin: 0 8px;
    }
    #navbar-main .navbar-nav li a {
        font-size: 12px;
    }
    .navbar-brand img {
        padding-top: 12px;
    }
    .headerButns a {
        padding: 14px 26px;
        font-size: 8px;
    }
    .clientsLogo .LogoInner span img {
        height: 45px;
    }
    .sideStripe1, .sideStripe2, .sideStripe3, .sideStripe4 {
        width: 70px;
    }
    .sideStripe1 {
        top: 100%;
    }
    .secondSlider .name {
        font-size: 18px;
    }
    .secondSlider .clientText {
        font-size: 16px;
    }
    .testimonial .slider {
        width: 70%;
    }
    .slider .leftArrow img, .slider .rightArrow img {
        width: 35px;
    }
    .secondSlider .leftArrow img, .secondSlider .rightArrow img {
        width: 35px;
    }
    .features .iconSec .iconInner {
        padding: 30px 30px;
    }
    .features .iconSec .iconInner .iconImage img {
        width: 80px;
    }
    .features .iconSec .iconInner p {
        font-size: 14px;
    }
    .tabSection .gallerySelector .tablinks {
        font-size: 15px;
    }
    .tabcontent .tabData .tabText {
        width: 50%;
    }
    .tabcontent .tabData .tabImage {
        width: 50%;
        padding-left: 50px;
    }
    .prefooter .preText {
        font-size: 18px;
    }
    footer .footerUpper .foot {
        margin-top: -70px;
        padding-bottom: 30px;
    }
    .footerLogo img {
        width: 240px;
    }
    footer .foot h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    footer .footerLinks {
        margin-top: 20px;
    }
    footer .footerBottom p {
        font-size: 14px;
    }
    footer .footerBottom {
        padding: 30px 0;
    }
    .plans {
        width: 100%;
    }
    .clientsLogo.priceClients {
        padding: 40px 0;
    }
    .questions p.accordHeading {
        font-size: 16px;
    }
    .pricingInnerBanner .priceStripe3 ,.pricingInnerBanner .priceStripe4 {
        width: 160px;
    }
    .pricingInnerBanner .priceStripe4 {
        top: -30px;
    }
    .leftRight .mainBox .textBox {
        width: 50%;
    }
    .leftRight .mainBox .imageBox {
        width: 50%;
    }
    section.benifit {
        padding-top: 20px;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 14px;
        padding: 60px 20px;
    }
    .bigButtons {
        margin-top: 10px;
    }
    .prefooter .pattern {
        padding-top: 40px;
    }
    .centerImage {
        width: 70%;
        padding: 70px 20px;
    }
    .centerImage p.companyName {
        font-size: 20px;
    }
    .dataStripe2, .dataStripe3, .dataStripe4 {
        width: 80px;
    }
    .arrowList li {
        font-size: 16px;
    }
    .giftInner .giftImage img {
        width: 90%;
    }
    .dataStripe1 {
        top: -80px;
    }
    .egStripe1, .egStripe2 {
        height: 120px;
        top: 60px;
    }
    .egTabs {
        margin-top: 0;
    }
    .partnership .benefitInner {
        width: 100%;
    }


    .partnerTab .btn-fill,
    .partnerTab .btn-line {
        text-align: center
    }
    .partnersFeatures .sideStripe3 {
        top: 91%;
    }
    .customerCard {
        height: 600px;
        width: 100%;
        padding: 70px 30px
    }

    .customerCard .customerImg img {
        width: 100px;
    }
    .plansTabScreen .modal-dialog {
        height: 640px;
    }
    .productBanner .addtionalServiceStrip1,
    .productBanner .addtionalServiceStrip2 {
        height: 150px;
    }
    
    .addNewCompanyBanner .addtionalServiceStrip1,
    .addNewCompanyBanner .addtionalServiceStrip2 {
        height: 150px;
    }

    .registrationForm {
        margin-bottom: 50px;
    }
    .matchingGiftsResourcesFeatures .iconSec ul li span {
        font-size: 14px;
    }
    .additionalServiceFeature .iconSec ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .plansTabScreen .planscreens p {
        font-size: 16px;
    }
    .plansTabScreen .planscreens p {
        font-size: 12px;
    }
    .egTabs {
        margin-top: 80px;
    }
    .row .giftText {
        padding: 0 10px;
    }
    header .navbar-brand {
        padding: 8px 0;
    }
}

@media(max-width:991px){
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #navbar-main .navbar-nav li .dropdown-menu {
        text-align: right;
    }
    .topHead {
        margin: 0 20px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-toggle {
        background-color: #47b673;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .headerButns {
        float: none;
        display: block;
        margin-top: 30px;
        padding: 20px 0;
    }
    .headerButns a {
        font-size: 10px;
    }
    .navbar-brand img {
        width: 260px;
        padding-top: 0;
    }
    #navbar-main {
        padding: 0;
        padding-right: 20px;
        text-align: right;
    }
    #navbar-main .navbar-nav li {
        margin: 0 0 10px 0;
    }
    #navbar-main .navbar-nav {
        margin-right: 0px;
    }
    .sideStripe1, .sideStripe2, .sideStripe3, .sideStripe4 {
        display: none;
    }
    .banner .bannermain .bannerText {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .banner .bannerImage {
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .clientsLogo {
        margin-top: 30px;
    }
    .clientsLogo .LogoInner span img {
        height: 40px;
    }
    .features .iconSec .iconInner {
        margin-bottom: 20px;
    }
    .text-center .btn-fill, .text-center .btn-line {
        margin-top: 20px;
    }
    .tabcontent .tabData {
        padding: 0 60px;
    }
    .tabcontent .tabData .tabImage {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .tabcontent .tabData .tabText {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .tabSection .gallerySelector {
        margin-bottom: 50px;
    }
    .tabSection .gallerySelector .tablinks {
        font-size: 14px;
        padding: 0 8px;
    } 
    .slider .leftArrow img, .slider .rightArrow img {
        width: 30px;
    }
    .secondSlider .clientText {
        font-size: 18px;
    }
    .secondSlider {
        margin: 30px auto 0 auto;
    }
    .secondSlider .leftArrow img, .secondSlider .rightArrow img {
        width: 30px;
    }
    .secondSlider .name {
        margin-top: 10px;
        font-size: 20px;
    }
    .secondSlider .cImage {
        width: 80px;
        height: 80px;
    }
    .footerLogo img {
        width: 200px;
    }
    footer .foot h3 {
        font-size: 18px;
        margin-bottom: 30px;
        padding-top: 6px;
    }
    footer .footerBottom {
        padding: 30px 0;
    }
    .features .iconSec .iconInner img.back {
        left: -10px;
        width: 200px;
    }
    .features .iconSec .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .features .iconSec .row .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .features .iconSec .row {
        display: inherit;
    }
    .features .iconSec .iconInner:hover img.back {
        display: none;
    }
    .features .iconSec .row .col-md-4 {
        display: inherit;
    }
    .plans .row {
        display: block;
    }
    .plans .planBox {
        margin-bottom: 30px;
    }
    .plans {
        width: 60%;
    }
    .questions .panel-group .panel {
        border-width: 2px;
    }
    .questions .panel-heading {
        padding: 10px 15px;
    }
    .panel-heading a img {
        width: 30px;
    }
    .accordArrow {
        padding: 10px 0;
    }
    .priceStripe1 {
        top: -20px;
    }
    .pricingInnerBanner .priceStripe3, .pricingInnerBanner .priceStripe4 {
        width: 120px;
    }
    .leftRight .mainBox .imageBox {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .leftRight .mainBox .imageBox img {
        width: 60%;
    }
    .leftRight .mainBox .textBox {
        display: block;
        width: 100%;
        text-align: center;
    }
    .leftRight .mainBox .textBox .text-left {
        text-align: center;
    }
    .clientCase {
        background-size: 130%;
    }
    .benifitTabs {
        display: none!important;
    }
    .tabMobile {
        margin-bottom: 20px;
        position: relative;
    }
    .tabMobile .content {
        margin-bottom: 30px;
    }
    .tabMobile .content img {
        width: 60%;
        margin: 0 auto;
    }
    .tabMobile .tablinks {
        text-align: center;
    }
    .tabMobile .leftArrow {
        width: 40px;
        position: absolute;
        left: 0;
        top: 40%;
        z-index: 99;
    }
    .tabMobile .rightArrow {
        width: 40px;
        position: absolute;
        right: 0;
        top: 40%;
        z-index: 99;
    }
    .tabMobile .leftArrow img , .tabMobile .rightArrow img {
        width: 100%;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 12px;
        padding: 30px 10px;
    }
    .centerImage img {
        width: 170px;
        margin-bottom: 10px;
    }
    .centerImage {
        width: 80%;
        padding: 60px 20px;
    }
    .centerImage p span {
        font-size: 20px;
    }
    .centerImage p.clientName {
        padding: 10px 0;
    }
    .centerImage {
            padding: 60px 20px 30px;
    }
    .journeyUsers .userData {
        width: 100%;
    }
    .aboutstripe3, .aboutstripe4, .aboutstripe5 {
        display: none;
    }
    .aboutStripe2 {
        height: 140px;
    }
    .aboutStripe1 {
        width: 200px;
    }
    .meetTeam .team {
        width: 100%;
    }
    .benefitInner {
        width: 80%;
    }
    .journeyUsers .userData .content , .journeyUsers .userData .userImage {
        width: 100%;
        display: block;
    }
    .benefitInner .row {
        display: block;
    }
    .benefitInner .row .col-md-4 {
        display: block;
    }
    .benefitInner .row .col-md-6 {
        display: block;
    }
    .dataStripe2, .dataStripe3, .dataStripe4 {
        display: none;
    }
    .greyTabs ul li a {
        font-size: 13px;
    }
    .giftInner .giftText {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .giftInner .giftImage {
        text-align: center;
        display: block;
        width: 100%;
    }
    .giftInner .giftImage img {
        width: 70%;
        margin-bottom: 30px;
    }
    .dataStripe1 {
        top: -110px;
    }
    .egTabs .content, .egTabs .tabs, .egTabs .rightIcons {
        width: 100%;
        display: block;
    }
    .tabs a.tablinks p {
        text-align: center;
    }
    .egTabs .content, .egTabs .tabs {
        width: 100%;
        display: block;
    }
    .tabs a.tablinks p {
        text-align: center;
    }
    .egTabs .content .owl-carousel {
        width: 90%;
    }
    .egTabs .content .imageSlider .leftArrow {
        left: -10px;
    }
    .egTabs .content .imageSlider .rightArrow {
        right: -10px;
    }
    .egTabs .content .imageSlider .leftArrow img, .egTabs .content .imageSlider .rightArrow img {
        width: 30px;
    }
    .giftPlugin {
        background-size: 110%;
    }
    .egTabs {
        margin-top: 30px;
        position: relative;
    }
    .egTabs .tabs {
        overflow: hidden;
        margin: 20px 0;
        transition: .5s ease all;
        display: block;
        height: 30px;
        padding-top: 35px;
        position: relative;
    }
    .egTabs .tabs .item {
        text-align: center;
    }
    .egTabs .tabs a {
        display: block;
        padding: 0 20px;
    }
    .egTabs .content {
        margin-top: 40px;
    }
    .egTabs .tabs.active {
        height: auto;
    }
    .tabs a.tablinks.active {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
    .egStripe1, .egStripe2 {
        height: 80px;
    }
    .giftPlugin {
        background-size: 120%;
    }
    .customerCard {
        height: 500px
    }
    .cardMobile {
        margin-bottom: 30px;
    }

    .plansTabScreen .popupInfo {
        margin-top: 0;
    }
    .plansTabScreen .modal-content {
        height: auto!important;
        padding-bottom: 30px;
    }
    .plansTabScreen .modal-dialog .text-left,
    .plansTabScreen .modal-dialog {
        text-align: center
    }
    .plansTabScreen .modal-dialog {
        height: auto;
        padding-bottom: 30px;
    }
    .partnership .aboutstripe6 {
        display: none
    }
    .partnerContainer .benefitInner .greenBox {
        height: auto;
    }
    .products .contentText .btn-fill {
        padding: 16px 17px;
    }

    .basicGreenBox .basicProductInfo {
        width: 60%;
    }
    .basicGreenBox .basicProduct {
        width: 40%;
    }
    .productBanner .addtionalServiceStrip2 {
        top: 70%;
    }
    .withoutPrefooter {
        margin-top: 50px;
    }
    .giftPlugin .egStripe3, .giftPlugin .egStripe4 {
        display: none;
    }
    .databaseBanner {
        padding: 50px 0;
    }
    .contactUs .dtdBenifit {
        margin-top: 30px;
    }
    #dd-register .button {
        margin-left: auto!important;
        display: block;
        margin: 0 auto;
    }
    .dd-register form input {
        padding: 15px 20px;
    }
    .plansTabScreen .planscreens p {
        font-size: 16px;
    }
    .plansTabScreen .planscreens img {
        margin-bottom: 10px;
    }
    .benefitInner.products .row {
        display: block;
    }
    .tabs a.tablinks p {
        font-size: 16px;
    }
    header .navbar-brand {
        padding: 5px 0;
    }
    .bigButtons .bigbuttonInner {
        min-height: 160px;
    } 
    .partnership .row {
        display: block;
    }
    .partnership .row .col-md-3 {
        display: block;
        width: 100%;
    }
}
@media(max-width:767px){
    .customerHead h2 {
        font-size: 18px;
    }
    #dd-register .button {
        width: 100%!important;
    }
    .marketingStrip1, .marketingStrip2 {
        display: none;
    }
    .headerButns a {
        display: inline-block;
    }
    .headerButns a:first-child {
        margin-bottom: 15px;
        margin-left: 60px;
        margin-right: 0;
    }
    .headerButns {
        margin-top: 0;
        padding: 10px 0;
    }
    header {
        padding: 10px 20px;
    }
    .banner .bannermain .bannerText {
        padding-right: 0;
    }
    .banner .inputBox input:first-child {
        width: 100%;
    }
    .banner .inputBox .rm_form_el_email input {
        width: 100%;
    }
    .banner .inputBox input:last-child {
        display: block;
        padding: 20px 0;
        margin-top: 15px;
    }
    .clientsLogo .LogoInner span img {
        height: 30px;
    }
    .tabSection .gallerySelector .tablinks {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .tabSection .tablinks.active:after {
        bottom: -6px;
        height: 5px;
    }
    .tabSection .gallerySelector {
        margin-bottom: 30px;
    }
    .tabcontent .tabData {
        padding: 0 30px;
    }
    a.greenLink {
        text-decoration: underline;
        border-bottom: none;
    }
    .testimonial {
        background-size: 900px;
    }
    .testimonial .slider {
        width: 80%;
        margin: 20px auto 0 auto;
    }
    .testimonial .slider .leftArrow {
        left: -35px;
    }
    .testimonial .slider .rightArrow {
        right: -35px;
    }
    .testimonial .secondSlider .leftArrow {
        left: -35px;
    }
    .testimonial .secondSlider .rightArrow {
        right: -35px;
    }
    footer {
        margin-top: -180px;
        padding-top: 70px;
    }
    footer:before {
        background-size: contain;
        top: -13px;
    }
    .prefooter .pattern {
        padding-top: 40px;
    }
    footer .footerUpper .foot {
        margin-top: 0;
    }
    footer .footerLinks {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    footer .foot h3 {
        margin-bottom: 20px;
    }
    footer .footerUpper .foot {
        padding-bottom: 10px;
    }
    #navbar-main .navbar-nav li .dropdown-menu {
        text-align: left;
    }
    #navbar-main .navbar-nav li .dropdown-menu li a {
        padding: 0;
    }
    .pricePlans p.plansHeading {
        font-size: 18px;
    }
    .pricePlans .greyBG {
        padding: 40px 0;
    }
    .plans {
        width: 90%;
    }
    .plans .moreDetails .detailGroup {
        text-align: center;
    }
    .priceClients p.bigHeading {
        font-size: 20px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 30px 30px 30px;
    }
    .questions p.accordHeading {
        font-size: 14px;
    }
    .questions .panel-group .panel {
        margin-bottom: 20px;
    }
    .faq .questions {
        margin-top: 30px;
    }
    .priceStripe1, .priceStripe2 {
        width: 70px;
    }
    .pricingInnerBanner .priceStripe3, .pricingInnerBanner .priceStripe4 {
        width: 80px;
    }
    .pricingInnerBanner p {
        width: 70%;
    }
    .priceStripe3 {
        bottom: -30px;
    }
    .leftRight .mainBox .imageBox img {
        width: 80%;
    }
    .leftRight .mainBox .textBox {
        padding: 0 10px;
    }
    .tabMobile .leftArrow , .tabMobile .rightArrow {
        width: 30px;
        top: 30%;
    }
    .clientCase {
        background-size: 230%;
    }
    .centerImage {
        width: 90%;
    }
    .owl-nav {
        display: none!important;
    }
    .tabMobile .content img {
        width: 75%;
    }
    .bigButtons {
        margin-top: 10px;
        width: 70%;
        margin: 0 auto;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 14px;
    }
    .centerImage p.companyName {
        font-size: 18px;
    }
    .centerImage {
        padding: 80px 20px 50px 10px;
    }
    #navbar-main .navbar-nav li .dropdown-menu li {
        text-align: right;
    }
    .leftRight .mainBox .textBox ul li {
        font-size: 16px;
    }
    .journeyUsers .userData {
        width: 80%;
    }
    .journeyUsers .userData .content .contentText {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
    }
    .meetTeam .team {
        width: 70%;
    }
    .team .teamPeople {
        margin-top: 20px;
    }
    .benefitInner {
        width: 70%;
    }
    .aboutStripe2 {
        height: 100px;
    }
    .aboutStripe1 {
        width: 100px;
    }
    .marketingStrip1 {
        top: -13%;
        width: 100%;
    }
    .marketingStrip2 {
        display: none;
    }
    .marketingInnerBanner {
        padding: 20px 0;
    }
    .greyTabs {
        padding: 30px 0;
    }
    .greyTabs ul li {
        display: block;
        margin-bottom: 25px;
    }
    .greyTabs ul li.active a:after {
        top: 22px;
        height: 8px;
    }
    .dataStripe1 {
        top: -20px;
    }
    .bigButtons .bigbuttonInner {
        margin-bottom: 10px;
    }
    .bigButtons .row {
        display: block;
    }
    .bigButtons .row .col-sm-4 {
        display: block;
    }
    .giftPlugin {
        background-size: 300%;
    }
    .tabs a.tablinks p {
        font-size: 16px;
    }
    .templateBanner .addtionalServiceStrip2{
        top: -50%;
    }  
    .partnership .aboutstripe6 {
        top: 0;
    }
    .plansTabScreen .modal-dialog {
        margin: 0 auto
    }
    .bgNone {
        padding-top: 170px;
    }
    .basicGreenBox,
    .basicGreenBox .basicProduct,
    .basicGreenBox .basicProductInfo {
        display: block;
        width: 100%;
    }

    .basicGreenBox .basicProductInfo .btn-fill {
        margin-top: 20px;
    }
    .basicGreenBox .basicProduct,
    .basicGreenBox .basicProductInfo {
        text-align: center;
    }
    .registrationForm .stripe3,
    .registrationForm .stripe4 {
        display: none;
    }
    .registrationForm form {
        width: 100%;
    }
    .withoutPrefooter:before {
        top: -70px;
    }
    .marketingStrip1 {
        top: -13%;
        width: 100%;
    }
    .marketingStrip2 {
        display: none;
    }
    .marketingInnerBanner {
        padding: 20px 0;
    }
    .inputBox .rm_form_el_set {
        display: block;
        width: 100%;
    }
    .banner .inputBox .rm_form_el_email {
        width: 100%;
    }
    .banner .inputBox input:last-child {
        padding: 15px;
        text-align: center;
    }
    .egTabs .content {
        margin-top: 10px;
    }
    .egTabs .tabs a {
        display: block;
    }
    .egTabs .tabs {
        height: 45px;
        padding-top: 55px;
    }
    .downArrow123 {
        width: 25px!important;
    }
    #carousel.flexslider .slides > li {
        width: 150px!important;
    }
    .testimonial .newSlider img {
        width: 100%;
    }
    .plans .moreDetails .detailGroup span {
        padding-left: 0;
    }
    .row .giftText {
        padding: 0 10px;
    }
    #advwebForm .zstitlemini {
        width: auto!important;
    }
    #advwebForm #FeedbackformID {
        width: 100%!important;
    }
    #advwebForm #FeedbackformID input {
        width: 100%!important;
    }
    #advwebForm #FeedbackformID textarea {
        margin: 0!important;
    }
    #zsUserNameEmailContainer .w48.fleft  {
        width: 100%!important;
    }
    .ml30 {
        margin-left: 0!important;
    }
	.testimonial .container-fluid {
		background-size: auto;
    }
    footer .footerUpper {
        padding-top: 20px;
    }
   
}
@media(max-width:575px) {

    .productBanner .addtionalServiceStrip1,
    .productBanner .addtionalServiceStrip2 {
        height: 100px;
    }
    .products .contentText {
        padding: 15px!important;
    }
    .withoutPrefooter:before {
        top: 0px;
    }
    .navbar-brand img {
        width: 200px;
    }
    
}

@media(max-width:425px){
    .tabSection .gallerySelector .tablinks {
        width: 60%;
    }
    .clientsLogo .LogoInner span {
        display: block;
        width: 100%;
        text-align: center;margin-bottom: 10px;
    }
    .clientsLogo .LogoInner span img {
        height: 40px;
    }
    .clientsLogo {
        padding: 20px;
    }
    .testimonial {
        padding: 30px 0;
    }
    footer:before {
        top: 5px;
    }
    .priceCTA p {
        width: 100%;
    }
    .questions p.accordHeading {
        display: inherit;
        padding-left: 10px;
        font-size: 14px;
    }
    .preHead {
        font-size: 18px;
    }
    .bigButtons {
        width: 80%;
    }
    .clientCase h2 {
        margin-bottom: 10px;
    }
    .clientCase {
        background-size: 260%;
    }
    .prefooter .btn-fill {
        margin-right: 0;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 14px;
    }
    .benefitInner {
        width: 80%;
    }
    .customerCard {
        padding: 40px 30px;
    }

    .customerCard .customerComments p {
        font-size: 14px;
    }
    .customerCard .customerComments .customerPost {
        font-size: 12px;
    }
    .customerBanner .addtionalServiceStrip1,
    .customerBanner .addtionalServiceStrip2 {
        height: 160px;
    }
    .customerBanner {
        padding: 15px 0;
    }
    .customerBanner .addtionalServiceStrip2 {
        top: 50%
    }
    .plansTabScreen .modal-content {
        height: auto;
    }
    .addNewCompanyBanner .addtionalServiceStrip2 {
        top: 20px
    }
    .addNewCompanyBanner .addtionalServiceStrip1 {
        top: -27%
    }
    .text-left .btn-fill {
        margin-right: 0;
    }
    
}
@media(max-width:320px){
    .navbar-brand img {
        width: 180px;
    }
    .tabSection .gallerySelector .tablinks {
        width: 70%;
    }
    .plans .planBox .planBoxInner {
        padding: 20px;
    }
    .pricingBanner h1 {
        padding: 60px 0;
    }
    .plans .planDetails .moreDetails {
        padding: 0;
    }
    .bigButtons {
        width: 90%;
    }
    .bigButtons .bigbuttonInner a {
        font-size: 14px;
    }
    .text-left .btn-fill {
        margin-right: 0;
    }
    .journeyUsers .userData {
        width: 90%;
    }
    .meetTeam .team {
        width: 90%;
    }
    .benefitInner {
        width: 90%;
    }
    .giftPlugin {
        background-size: 400%;
    }
    .withoutPrefooter:before {
        top: 5px;
    }
    footer:before {
        top: 8px;
    }
}


@media only screen and (min-width: 992px) {
/*
  .dropdown:hover .dropdown-menu {
    display: block;
  }
*/
    .collapse ul li:hover> ul{display:block}
}

#navbar-main li.dropdown .dropdown-menu li span.caret {
    position: absolute;
    top: 12px;
    right: 0;
}

@media(max-width:991px){
    
    #navbar-main .navbar-nav li span.caret {
        position: absolute;
        top: 6px;
        right: -25px;
        width: 12px;
        height: 15px;
        z-index: 999999999;
        border-top: 7px dashed;
        border-top: 7px solid\9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    #navbar-main {
        height: auto;
        padding-right: 30px;
    }
    #navbar-main .navbar-nav li .dropdown-menu {
        position: relative;
        left: auto!important;
        right: 0;
        box-shadow: none;
        float: none;
        margin: 0;
        padding: 0!important;
        top: 0;
        border: none;
    }
    #navbar-main .navbar-nav li .dropdown-menu li {
        margin: 10px 0;
    }
    #navbar-main .navbar-nav li .dropdown-menu li a {
        padding: 3px 10px;
    }
    #navbar-main li.dropdown .dropdown-menu li span.caret {
        right: -10px;
}
    .partnerLogo .partnerLogoOnHover {
        display: none;
    }
    .partnerLogo .partnerLogoWhite {
        display: block;
    }
}