.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

header{
    background-image: url("../img/header-bg.png");
    width: 100%;
    height: 478px;
    background-position: center;
}

#header-bg{
    padding-top: 32px;
}

.logo img{
    height: auto;
}

.btn-sign{
    background-color: #96c7c4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    cursor:pointer;
    overflow:hidden;
    width: 140px;
    height: 42px;
    text-align: center;
}

.btn-sign a{
    background-image: url("../img/arrow-sign.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding: 10px 39px 10px 12px;
    top: 10px;
}

.btn-hover-effect{
    width: 140px;
    height: 42px;
    border:0px solid #699d9a;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    box-sizing:border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-sign:hover .btn-hover-effect{
    border:21px solid #699d9a;
}

.btn-sign:hover a{
    color:#fff;
}

.header-left{
    margin-top: 13px;
}

#top-menu{
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0px;
}

#top-menu li{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    float: left;
}

#top-menu li a,
#top-menu li a:hover{
    color: #ffffff;
    text-decoration: none;
    background: transparent !important;
    padding-bottom: 4px;
}

#top-menu li.active .top-menu-line,
#top-menu li:hover .top-menu-line{
    opacity: 1;
}

.top-menu-line{
    width: 25px;
    height: 4px;
    opacity: 0;
    background: #96c7c4;
    margin: 0  auto;
}

.app-image{
    margin-top: -347px;
}

.header-bottom {
    margin-top: -164px;
}

#FAQ-page.header-bottom {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
}

.collapse-background{
    background-color: #fbfcfc;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.collapse-background-active{
    background-color: #94c5c5;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.faq-circle{
    margin-right: 15px;
    width: 40px;
    border-radius: 100%;
    background-color: #94c5c5;
    height: 40px;
    text-align: center;
    padding-top: 4px;
    display: flex;
    align-self: center;
    flex-direction: column;
    padding-top: 8px;
    color: #fbfcfc;
}

.faq-circle-active{
    margin-right: 15px;
    width: 40px;
    border-radius: 100%;
    background-color: #fbfcfc;
    height: 40px;
    text-align: center;
    padding-top: 4px;
    display: flex;
    align-self: center;
    flex-direction: column;
    padding-top: 8px;
    color: #94c5c5;
}

.header-bottom .collapse.in{
    background-color: #fbfcfc;
}

h1{
    font-family: 'Poppins', sans-serif;
    color: #2b686a;
    font-size: 33px;
    margin: 0;
}

.collapse-background h1{
    color: #2b686a;
}

.collapse-background-active h1{
    color: #ffffff;
}

.header-bottom .collapse-background h1,
.header-bottom .collapse-background-active h1{
    display: inline-flex;
}

.header-bottom .collapse-background h1{
    margin-bottom: 0px;
}

.header-bottom p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b5b5b;
    text-align: justify;
    color: #2b686a;
}

#main-content{
    margin-top: 10px;
}

.feature{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #5b5b5b;
    margin: 20px 0 0 0;
    height: 260px;
}

.feature #fc img{
    display: block;
    margin: 0 auto 30px;
}

footer .footer-bottom{
    background-image: url("../img/footer-bg.png");
    width: 100%;
    margin-top: -390px;
}

footer .footer-bottom h1,
footer .footer-bottom form{
    margin-top: 73px;
}

footer .footer-bottom form{
    margin-bottom: 38px;
}

.footer-top{
    margin-top: 40px;
}

.app-footer-image{
    float: left;
    margin-right: 10px;
}

footer p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b5b5b;
    text-align: justify;
}

footer h1{
    margin-bottom: 21px;
}

.store{
    font-family: 'Poppins', sans-serif;
    float: left;
    margin-right: 30px;
    margin-top: 44px;
}

.store:last-child{
    margin-right: 0px;
}

.apple-store{
    background-color: #96c7c4;
    background-image: url("../img/store/apple.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 8px 23px 8px 73px;
}

.apple-store a.apple span.donwload{
    font-size: 18px;
    font-weight: normal;
}

.apple-store a.apple span.store-name{
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.apple-store a:hover,
.apple-store a{
    text-decoration: none;
    color: #ffffff;
}

.google-store{
    background-color: #ffffff;
    background-image: url("../img/store/google.png");
    background-position: left 10px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 8px 23px 8px 73px;
    border: 1px solid #ebebeb;
}

.google-store a.google span.donwload{
    font-size: 18px;
    font-weight: normal;
}

.google-store a.google span.store-name{
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.google-store a:hover,
.google-store a{
    text-decoration: none;
    color: #5b5a5a;
}

.footer-bottom h1{
    color: #ffffff;
}

.phone{
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding: 15px 0 15px 74px;
    margin-top: 24px;
    margin-bottom: 165px;
}

.social-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-list li{
    float: left;
    margin-right: 17px;
}

.footer-bottom input[type="text"],
.footer-bottom input[type="email"],
.footer-bottom textarea{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 1px solid #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 68px;
    padding-left: 22px;
    font-size: 18px;
    background: transparent;
    color: #ffffff;
}

.footer-bottom input[type="text"].error-input,
.footer-bottom input[type="email"].error-input,
.footer-bottom textarea.error-input{
    border: 1px solid red;
}

.footer-bottom textarea{
    height: 117px;
    padding-top: 20px;
}

.footer-bottom .form-group{
    margin-bottom: 10px;
}

.footer-bottom input[type="text"]:focus,
.footer-bottom input[type="email"]:focus{
    border: 1px solid #ffffff !important;
}

.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ffffff !important;
    font-size: 18px;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff !important;
    font-size: 18px;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ffffff !important;
    font-size: 18px;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff !important;
    font-size: 18px;
}
.contact-form ::-ms-input-placeholder { /* Microsoft Edge */
    color:#ffffff !important;
    font-size: 18px;
}

.contact-form ::placeholder { /* Most modern browsers support this now. */
    color: #ffffff !important;
    font-size: 18px;
}

.contact-form .btn-send-email,
.login-form .btn-login,
.reset-password-form .btn-reset-password-send{
    width: 100%;
    background: #96c7c4;
    color: #ffffff;
    height: 70px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.contact-form .btn-hover-effect,
.login-form .btn-hover-effect,
.reset-password-form .btn-hover-effect{
    width: 95%;
    height: 70px;
    border:0px solid #699d9a;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    box-sizing:border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: -6px;
    margin-top: -12px;
}

.contact-form .btn-send-email span,
.login-form .btn-login span,
.reset-password-form .btn-reset-password-send span{
    font-size: 33px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
}

.contact-form .btn-send-email:hover .btn-hover-effect{
    border:35px solid #699d9a;
    margin-left: -6px;
    margin-top: -12px;
}

#cf {
    position:relative;
    height:144px;
    width:100%;
    margin:0px auto 20px;
}

.feature #cf img {
    position:absolute;
    right: 25%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.social-list li #cf img {
    position:absolute;
    right: 0%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
    opacity:0;
}

#benefits ul{
    margin: 30px 0 0 0;
    padding: 0px;
    list-style-type: none;
}

#benefits ul li {
    background-image: url("../img/benefits_list.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #5b5b5b;
    height: 40px;
    margin-bottom: 37px;
    padding-left: 63px;
    color: #2b686a;
}

#benefits ul li.vertical-center{
    padding-top: 7px;
}

.benefits-image{
    float: left;
    width: 100%;
}

.benefits-image img{
    width: 100%;
    height: auto;
}

#benefits {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.mobile-tablet-show{
    display: none;
}

#feature{
    float: left;
    width: 100%;
    margin-top: 48px;
}

.social-list li #cf{
    width: 53px;
    height: 53px;
    margin: 0;
}

.btn-back{
    display: none;
}

.footer-after-page{
    display: none;
}

.pc-show .social-list{
    float: left;
    margin: -4px 0 0 0;
}

a[href^="tel"],
.phone a{
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .feature #cf img {
        right: 19%;
    }
}

@media (max-width: 1112px) {
    header{
        background-image: url("../img/mobile-tablet-header-bg.png");
        width: 100%;
        height: auto;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .app-footer-image {
        float: left;
        margin-right: 10px;
        width: 47%;
        margin-bottom: 30px;
    }

    .app-footer-image img{
        width: 90%;
    }

    .header-bottom {
        margin-top: 34px;
    }

    footer .footer-bottom{
        background-image: url("../img/tablet-mobile-footer-bg.jpg");
        width: 100%;
        margin-top: 0px;
    }

    .feature #cf img {
        right: 36%;
    }

    .app-image {
        margin-top: -70px;
    }

    .logo img{
        width: 100%;
        position: relative;
        top: -10px;
    }

    .mobile-tablet-show{
        display: block;
        margin-bottom: -7px;
    }

    .phone {
        width: 230px;
        margin: 20px auto;
    }

    .store {
        margin-right: 9px;
    }

    .footer-bottom h1 {
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    .social-list {
        margin: 10px auto 0;
        text-align: center;
        display: block;
    }

    .social-list li {
        float: none;
        margin-right: 17px;
        display: inline-block;
    }

    #feature{
        margin-top: 30px;
    }

    #cf{
        margin: 0px auto 10px;
    }

    .feature {
        height: 230px;
    }


    #benefits {
        margin-top: 17px;
    }

    .contact-form .btn-hover-effect{
        width: 100%;
    }

    footer .footer-bottom h1,
    footer .footer-bottom form{
        margin-top: 0px;
    }

    footer .footer-bottom h1{
        margin-top: 40px;
        margin-bottom: 10px;
    }

    footer .footer-bottom form{
        margin-bottom: 20px;
    }
}


@media (max-width: 1024px) {
    .feature{
        height: 220px;
    }

    .app-footer-image{
        width: 47%;
    }

    .app-footer-image img{
        width: 100%;
    }

    .feature #cf img {
        right: 35%;
    }

    #benefits ul li.vertical-center{
        padding-top: 0px;
    }

    #benefits ul li.vertical-center.tablet-vertical-center{
        padding-top: 10px;
    }

    #benefits ul li {
        background-position: left top 5px;
        height: 43px;
        margin-bottom: 31px
    }

}

@media (max-width: 960px) {
    .app-image{
        margin-top: 42px;
    }

    .logo img{
        width: 136px;
        height: auto;
        display: block;
    }

    #top-menu{
        display: none;
    }

    .store{
        margin-top: 28px;
    }

    .feature #cf img {
        right: 4%;
    }

    .feature {
        height: 266px;
    }
}

@media (max-width: 834px) {
    #header-bg {
        padding-top: 16px;

    }

    .app-image{
        margin-top: 14px;
    }

    .app-image{
        margin-top: 14px;
    }

    .feature #cf img {
        right: 6%;
    }

    h1 {
        font-size: 30px;
    }

    .header-bottom p {
        font-size: 16px;
    }

    .feature {
        font-size: 16px;
    }

    #benefits ul li{
        font-size: 16px;
    }

    #benefits ul li.tablet-vertical-center{
        padding-top: 10px;
        margin-bottom: 25px;
    }

    footer{
        margin-top: 50px;
    }

    footer p{
        font-size: 16px;
    }

    footer .footer-bottom{
        margin-top: 30px;
    }

    .footer-bottom input[type="text"],
    .footer-bottom input[type="email"]{
        height: 53px;
    }

    .contact-form .btn-send-email{
        height: 53px;
    }

    .contact-form .btn-hover-effect{
        height: 53px;
    }

    .contact-form .btn-send-email span{
        font-size: 25px;
    }

    footer .footer-bottom h1{
        margin-top: 30px;
    }

    .mobile-tablet-show {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .feature #cf img {
        right: 4%;
    }

    .contact-form .btn-hover-effect{
        width: 96%;
    }
}

@media (max-width: 736px) {
    h1{
        font-size: 20px;
    }

    .feature #cf img {
        right: 29%;
    }

    .header-bottom{
        margin-top: 40px;
    }

    .feature{
        height: 220px;
    }

    .app-image {
        margin-top: 0px;
    }

    .app-image.pull-right{
        float: none !important;
    }

    .app-image img{
        display: block;
        margin: 20px auto;
    }
}

@media (max-width: 680px) {
    .tablet-mobile-footer {
        margin-left: 10px;
    }

    footer {
        margin-top: 580px;
    }

    footer h1.app-download-title {
        margin-top: -15px;
    }
}

@media (max-width: 568px) {
    .store{
        margin-right: 11px;
    }
}

@media (max-width: 480px) {
    .feature #cf img {
        right: 17%;
    }

    .header-bottom p {
        font-size: 15px;
    }

    .feature {
        font-size: 15px;
    }

    #benefits ul li{
        font-size: 15px;
    }

    .feature {
        font-size: 15px;
    }
}

@media (max-width: 418px) {

    .store{
        margin-top: 17px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .apple-store,
    .google-store{
        text-align: center;
    }

    .feature {
        height: 250px;
        font-size: 15px;
    }

    .feature img {
        width: 80%;
        margin: 0 auto 7px;
    }

    .app-footer-image {
        width: 44%;
    }

    .footer-top {
        margin-top: -540px;
    }

    .feature #cf img {
        right: 11%;
    }

    .phone {
        background-position: left center;
        padding: 15px 0 15px 74px;
    }
}

@media (max-width: 375px) {
    .feature {
        height: 220px;
    }

    .feature #cf{
        height: 115px;
    }

    .feature #cf img {
        right: 11%;
    }

    #benefits ul li{
        height: 53px;
        background-position: left top 14px;
    }

    #benefits ul li.vertical-center.tablet-vertical-center:nth-child(5){
        padding-top: 22px;
    }

    #benefits ul{
        margin: 6px 0 0 0;
    }
}

@media (max-width: 330px) {
    .google-store{
        padding: 8px 23px 8px 70px;
    }
}

@media (max-width: 320px) {
    .feature #cf{
        height: 100px;
    }

    .feature #cf img {
        right: 11%;
    }

    #benefits ul li{
        height: auto;
    }

    .google-store {
        padding: 8px 23px 8px 68px;
    }

    #benefits {
        margin-top: 0px;
    }
}

.scrollToTop {
    width: 53px;
    height: 53px;
    position: fixed;
    bottom: 76px;
    display: none;
    background: url(../img/scrollTop.png) no-repeat 0px 0px;
    z-index: 99999;
    right: 20px;
}

.modal-backdrop.fade.in{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

@media (min-width: 768px){
    #sendMailSuccesModal .modal-dialog {
        width: 600px;
        margin: 145px auto;
    }
}

#sendMailSuccesModal button.close{
    color: #2b686a;
    opacity: 1;
}

#sendMailSuccesModal .modal-header{
    border-bottom: none;
}

#sendMailSuccesModal .modal-footer{
    border-top: none;
}

#sendMailSuccesModal .modal-body{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b5b5b;
    text-align: center;
}

@media (max-width: 834px) {
    #sendMailSuccesModal .modal-body{
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #sendMailSuccesModal .modal-body{
        font-size: 15px;
    }
}

.footer-menu{
    float: right;
    margin: 0px 0px 28px 0px;
    list-style-type: none;
    padding: 0;
}

.footer-menu li{
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-right: 1px solid #ffffff;
    padding: 0 5px;
}

.footer-menu li:last-child{
    border-right: none;
}

.footer-menu li a,
.footer-menu li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.page_info_text{
    width: 100%;
    background-color: #fbfcfc;
    padding: 15px;
}

.page_info_text a{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #2b686a;
    text-decoration: underline;
}

.page_info_text ul{
    list-style-type: none;
    padding: 0px;
    margin: 0 0 0 20px;
}

.page_info_text ul.mar-bt{
    margin: 0 0 10px 20px;
}

.page_info_text ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #5b5b5b;
    margin-bottom: 10px;
}

.page_info_text ul li:last-child{
    margin-bottom: 0px;
}

.collapse .page_info_text ul li{
    list-style-type: none;
}

.header-bottom h1.simpla-page{
    margin-bottom: 40px;
}

.collapse .page_info_text ul li:before{
    content: "\2022";
    color: #2b686a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.page_info_text table{
    width: 580px;
    margin: 20px auto 0px;
    border: 1px solid #5b5b5b;
}

.page_info_text table.cookie-table{
    width: 100%;
    margin: 20px 0 0px;
}

.page_info_text table tr,
.page_info_text table td,
.page_info_text table th{
    border: 1px solid #5b5b5b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #5b5b5b;
    padding: 10px 0;
}

.list-view li{
    color: #2b686a !important;
}

@media (max-width: 580px) {
    .page_info_text table{
        width: 100%;
    }
}

#page_cookie{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background:#2b686a;
    border-top:2px solid #699d9a;
}


#cookies_agreement{
    width:100%;
    margin: 0 auto;
    padding:20px;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
    color:#ffffff;
    text-align:center;
}

.charity-faq-left{
    display: inline-block;
}

.charity-faq-left img{
    width: 40px;
    margin-top: -23px;
}

.charity-faq-right{
    display: inline-block;
    width: 84%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
    color: #2b686a;
}

#FAQ-page.header-bottom{
    margin-top: 0px;
}

#FAQ-page.header-bottom p{
    color: #5b5b5b;
    font-size: 18px;
    text-align: initial;
}

#FAQ-page b{
    color: #2b686a;
}

.open-faq{
    width: 40px;
    height: 40px;
    background-image: url("../img/faq_images/plus.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.close-faq{
    width: 40px;
    height: 40px;
    background-image: url("../img/faq_images/minus.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}