﻿.BtnWhite {
    background-color: #fff;
    color: #000;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0 3px;
    /*box-shadow: 0 0 5px #000;*/
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}

.BtnWhite:hover {
    background-color: #fee599;
}

body {
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
}

a:link {
    color: #000000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.container {
    position: relative;
    z-index: 2;
}

.NoPaddingLeft {
    padding-left: 0;
}

.NoPaddingRight {
    padding-left: 0;
}

/*------ HEDAER ------*/
.header {
    padding: 100px 0;
    background-color: #aaa;
    position: relative;
}

.header__backgroundImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #222;
    background-size: cover !important;
    background-position: 50% 50% !important;
    /* transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0; */
}
.header__backgroundImage IMG {
    display: none;
}
/* .header__backgroundImage_fadeIn {
    opacity: 1;
}
.header__backgroundImage_fadeOut {
    opacity: 0 !important;
    z-index: 0;
} */

.DivButtons {
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 5;
}

.DivButtonsMobile {
    display: none;
}

.header__logo {
    padding-top: 70px;
    padding-bottom: 50px;
}

.header__intro {
    padding-bottom: 50px;
}

.DivArrowScroll {
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: -40px;
    z-index: 999;
}

.DivArrowScroll IMG {
    width: 80px;
    height: 60px;
}

.header__intro H1,
.header__intro P {
    /* color:#fff; */
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

/*------ HEDAER ------*/
.DivVideoContainer {
    width: 100%;
}

.DivVideoContainerMarginAfter {
    margin-bottom: 30px;
}

.DivVideoContainer IMG {
    width: 100% !important;
    height: auto;
}

.DivVideoCTA {
    text-align: center;
    padding-top: 10px;
}

.DivVideoCTA IMG {
    max-width: 70%;
}

.DivFeatures {
    /*padding-bottom:40px;*/
    padding-top: 20px;
}
.DivFeature {
    padding: 25px 25px 40px 25px;
}

.DivFeature H3 {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px 0;
}

.DivFeature P {
    font-size: 16px;
    line-height: 18px;
}
.DivFeature IMG {
    width: 100px;
    height: auto;
}

.DivFeatureSmall {
    padding: 40px 30px 10px 30px;
}

.DivFeatureSmall H3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 20px 0;
}

.DivFeatureSmall P {
    font-size: 14px;
    line-height: 20px;
}
.DivFeatureSmall IMG {
    max-width: 100%;
    height: auto;
}

.ContainerBox {
    padding: 20px 35px;
    padding-bottom: 50px;
}

.ContainerBox2 {
    padding: 0 30px 25px 30px;
}

.Section .DivDownloadApp {
    padding-bottom: 100px;
    position: relative;
    top: -15px;
    left: 0;
    padding-top: 45px;
}

.Section .DivDownloadApp DIV {
    text-decoration: none;
    margin-bottom: 20px;
}

.Section .DivDownloadApp DIV A {
    text-decoration: none;
}

.Section .PAccessToApp {
    padding-bottom: 100px;
    position: relative;
    top: -15px;
    left: 0;
    padding-top: 45px;
}

.ArrowCTA {
    position: absolute;
    width: 37px;
    height: 76px;
    top: 5px;
    left: 50%;
    margin-left: 95px;
}

.PImgPhone IMG {
    width: 70%;
    height: auto;
}

.PCustomerCareNumber IMG {
    width: 100%;
    height: auto;
}

.PListino H2 {
    text-align: center;
}
.PListino IMG {
    width: 94%;
    max-width: 796px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px grey;
    border: 1px solid gray;
}

.PListinoHeader IMG {
    width: 94%;
    max-width: 796px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.DivTestimonialsContainer IMG /*TMP*/ {
    width: 100%;
    height: auto;
}
.DivTestimonials {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
}

.DivTestimonials IMG {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.DivTestimonials IMG:last-child {
    margin-bottom: 0;
}

.DivFAQ {
    padding: 30px 0;
}

.DivFAQ DL {
    margin: 0;
    padding: 0 10px;
}

.DivFAQ DT {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding: 30px 10px 0px 0px;
}

.DivFAQ DD {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px 10px 30px 0;
}

.DivContactUs {
    font-size: 34px;
    line-height: 36px;
    padding: 0 0 50px 0;
    margin: 0;
}

.DivStoreButtons {
    padding: 0 0 0 0;
    margin: 0;
}

.ContainerBox3 {
    padding: 0px 10px 0px 0px;
}

.FlexMiddle {
    text-align: center;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .header__logo {
        padding-left: 15%;
        padding-right: 15%;
    }

    .header__logo IMG {
        max-width: 100%;
    }

    .DivButtons {
        display: none;
    }

    .DivButtonsMobile {
        display: block;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .DivButtonsMobile .BtnWhite {
        margin-bottom: 6px;
    }

    .ColumnMobile {
        padding-top: 50px;
    }
    .ColumnMobile2 {
        padding-top: 0px;
        margin-top: -20px;
    }

    .extraPadding {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .Section H2 {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }

    .DivFeature {
        padding-bottom: 0;
    }

    .ContainerBox2 {
        padding: 0 0 50px 0;
    }

    .ContainerBox3 {
        padding: 0;
    }

    .DivFAQ DL {
        margin: 0;
        padding: 0 0;
    }

    .DivContactUs {
        font-size: 22px;
        line-height: 36x;
        padding: 0 0 50px 0;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .FlexStretch {
        display: flex;
        align-items: stretch;
    }
}

@media (min-width: 992px) {
    .FlexMiddle {
        display: flex;
        align-items: center;
    }
}
