.frapp-page .navbar-background {
    background-color: #fff !important;
    border-bottom: 2px solid #d0402d !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 60px;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

.scrolled-black {
    color: #ffffff !important;
}
.scrolled-bg-black {
    background-color: #ffffff !important;
}
.active .scrolled-bg-black {
    background-color: #ffffff !important;
}

.scrolled-bg-white {
    background-color: #ffffff !important;
}
.active .scrolled-bg-white {
    background-color: #ffffff !important;
}

.modal-header {
    border-bottom: 1px solid #d0402d;
}
.modal-content {
    background-color: #fff;
    padding: 10px 20px;
    height: auto;
    overflow: auto;
}
.cust-modal-header {
    border-bottom: 1px solid #d0402d;
    margin-bottom: 20px;
}
.cust-modal-header img {
    display: inline-block;
}
.solution-modal .cust-modal-header img {
    height: 40px;
}
.modal-header button {
    opacity: 1;
}
.modal-header img {
    display: inline-block;
}
.modal-title {
    color: #ff3e3f;
    display: inline-block;
}
.modal-body {
    font-family: "rubik light";
    font-size: 14px;
}
.modal-body b {
    font-family: "rubik medium";
}
.frapp-page .are-you-smart {
    background-image: url("../img/matrix-bg.jpg");
    margin-top: 65px;
}
.frapp-banner {
    background-image: url("../../offers/offers_assets/img/frapp-desktop-bg.jpg");
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.frapp-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}
.icici-page .frapp-content {
  top: 75%;
}
.icici-page hr {
  margin-bottom: 20px;
}
.frapp-banner .glyphicon-circle-arrow-down {
    font-size: 28px;
    cursor: pointer;
}
.icici-page .download-now {
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid #000000;
  border-radius: 35px;
}
.icici-page .special-offer {
  position: relative;
  top: 12px;
  padding-left: 0px;
}
.icici-page .special-offer span:first-child {
  color: #bb5113;
}
.icici-page .special-offer span:first-child:hover {
  color: #e68851;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.websites-unknown h5 {
    padding: 0px 20px;
}
.frapp-page .are-you-smart img {
    display: inline-block;
    max-width: 85% !important;
}
.privacy-main {
    padding-top: 70px;
}
.section-3-sub-header {
    font-size: 16px;
    font-family: "rubik light";
}
.icici-logo {
    display: inline-block;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.pp-content,
.terms-content,
.cookie-content {
    font-size: 14px;
}

.pp-section-1 {
    background-image: url("../img/pp-section-1.jpg");
    min-height: 100%;
}
.index-section-1-content,
.contact-section-1-content,
.reseller-section-1-content,
.browser-section-1-content,
.pp-section-1-content,
.terms-section-1-content,
.careers-section-1-content,
.cookie-section-1-content,
.about-section-1-content,
.help-section-1-content,
.mpn-section-1-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);/*safari,xp ff issue fixed*/
    margin-top: 0;
}
.index-section-1-content {
    left: 52%;
    top: 62%;
}
.index-section-1-conten {
    top: 60%;
}
.pp-section-2,
.terms-section-2,
.careers-section-2,
.cookie-section-2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pp-section-3,
.terms-section-3 {
    margin-bottom: 50px;
}
.terms-section-1 {
    background-image: url("../img/terms-section-1.jpg");
    min-height: 100%;
}
.terms-condition .terms-section-3 .section-1-sub-header {
    line-height: 38px !important;
}
.gdpr-modal .modal-content {
    background-color: #eaeaea;
    border-top: 7px solid #d0402d;
}
.gdpr-modal .cust-modal-body {
    padding: 15px;
    color: #353535;
}
.gdpr-modal .modal-dialog {
    width: 90vW;
}
.gdpr-modal .cust-modal-body a {
    color: #000;
    font-size: 17px;
    text-decoration: underline;
}
/* Careers */
.careers-section-1 {
    background-image: url("../img/careers-section-1.jpg");
    min-height: 100%;
}
.careers-content {
    margin-top: 20px;
    font-size: 16px;
}
.careers-job-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Careers */
/* Cookie */
.cookie-section-1 {
    background-image: url("../img/cookie-section-1.jpg");
    min-height: 100%;
}
.cookie-content {
    margin-top: 20px;
    font-size: 16px;
}
/* Cookie */

.expanding-text-box {
    transition: all 0.5s ease-in;
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 10px;
}

/* Modal center to screen */

.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-body a {
    word-wrap: break-word;
    color: #73baf7;
}
/* Modal center to screen */
.cust-modal-dialog {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}
.cust-modal-dialog.four {
    z-index: 0;
    transform: scale(1);
}
.cust-modal-dialog.four .modal-background {
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
}
.cust-modal-dialog.four .modal-background .cust-modal {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cust-modal-dialog.four + .content {
    z-index: 1;
    animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cust-modal-dialog.four.out .modal-background .cust-modal {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cust-modal-dialog.four.out + .content {
    animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cust-modal-dialog .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}
.cust-modal-dialog .modal-background .cust-modal .cust-modal-header {
    border-bottom: 1px solid #d0402d !important;
}
.cust-modal-dialog .modal-background .cust-modal .cust-modal-header img {
    display: inline-block;
    margin-bottom: 10px;
    height: 50px !important;
}
.cust-modal-dialog .modal-background .cust-modal .modal-title {
    color: black;
    padding-top: 0px;
    margin-bottom: 5px;
}
.cust-modal-dialog .modal-background .cust-modal {
    background: white;
    padding: 20px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    color: black;
    border-radius: 10px;
    max-height: 84vh;
    max-width: 70vw;
    overflow: auto;
}
.cust-modal-dialog .modal-background .cust-modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.cust-modal-dialog .modal-background .cust-modal p {
    font-size: 15px;
}
.cust-modal-dialog .modal-background .cust-modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
.cust-modal-dialog .modal-background .cust-modal .modal-svg rect {
    stroke: #000;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}
.modal-background .cust-modal-body {
    font-family: "rubik light";
    font-size: 14px;
    padding: 20px;
}
.cust-modal-body {
    font-size: 14px;
}
.cust-modal-body p {
    text-align: left;
}
.cust-modal-body div {
    text-align: left;
    background-color: gray;
    padding: 10px;
    border-left: 5px solid #ff3e3f;
    margin-bottom: 2px;
}
.cust-modal-body span,
.cust-modal-solution span {
    color: #ff3e3f;
}
.cust-modal-a,
.cust-modal-a:focus,
.cust-modal-a:active {
    color: #fff;
    word-break: break-word;
}
.cust-modal-a:hover {
    color: #faa730;
}
.cust-modal-solution {
    font-family: "rubik light";
    font-size: 14px;
}
.cust-modal-solution img {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 250px;
}
.cust-solution-modal .modal-background {
    padding-top: 80px;
}
.cust-solution-modal .cust-modal {
    overflow: auto;
}
.cust-modal-close {
    position: fixed;
    right: 20px;
    cursor: pointer;
    background: url("../img/modal-close.png");
    height: 25px;
    width: 25px;
}
.cust-modal-close:hover {
  background-position: 0px 25px;
}
.download-modal-close {
  position: fixed;
  right: 30px;
  top: 10px;
}
#downloadNow .modal-dialog {
  max-height: 100%;
  overflow: auto;
}
#downloadNow .anim-gif {
  max-width: 80%;
      display: inline-block;
}
#downloadApp img,
#downloadAppButton img {
  height: 20px;
    display: inline-block;
    margin-left: 5px;
}
.download-modal-close img {
  max-width: 65%;
}
/*modal in main page and in about us close button */
.cust-modal-close img, .modal-header button img {
    float: right;
    height: 23px;
    cursor: pointer;
}
@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    99.9% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0);
    }
}
@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

/* Frapp page */
.frapp-navbar {
    padding: 5px 20px;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #d0402d;
    width: 100%;
}
.frapp-navbar img {
    display: inline-block;
    /* height: 50px; */
}
.did-know {
    font-size: 24px;
}

/* Not used */

/*
.tb-section-1 {
    background-image: url("../img/tb-section-1.jpg");
    min-height: 100%;
}
.tb-section-2,
.tb-section-3 {
    margin-top: 100px;
    margin-bottom: 50px;
}
.tb-section-2 section {
    margin-top: 20px;
    margin-bottom: 50px;
}
.device-titles {
    font-size: 18px;
    font-family: "rubik medium";
    color: #333;
    display: inline-block;
    padding-top: 10px;
}
.main-area-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "rubik light";
    color: #666;
}
.section-sub-header {
    font-size: 16px;
    font-family: "rubik light";
}
.col-md-12 .section-sub-header strong {
    font-family: "rubik";
    font-size: 20px;
}
.col-md-3 .section-sub-header strong {
    font-family: "rubik medium";
    font-size: 16px;
}
.download-apk img,
.send-message img {
    height: 15px;
    margin-left: 10px;
}
.download-apk {
    border: none;
    float: none !important;
}
.download-apk:focus,
.download-apk:active,
.download-apk:hover {
    color: #faab36;
    border: none;
}
.download-or {
    padding-top: 50px;
    padding-bottom: 50px;
}
.download-or span {
    font-size: 16px;
    background-color: #cc3333;
    padding: 0px;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    padding-top: 6px;
    display: inline-block;
}
.section-4-part-2 {
    background-color: #d5d5d5;
}
.icon-inline {
    display: inline;
    max-width: 75%;
}
.footer-container-fluid {
    background-color: #ddd;
}
.a-android {
    padding: 10px 40px;
    background-color: #000;
    border: 1px solid #000000;
    border-radius: 35px;
}
.downoad-app,
.how-it-works {
    margin-top: 20px;
    margin-bottom: 20px;
}
.how-it-works:active,
.how-it-works:focus {
    color: #ffffff !important;
}
.how-it-works:hover {
    color: #faab36;
}
.privacy-instr {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    padding-top: 10px;
}
.privacy-download-now,
.privacy-download-now:active,
.privacy-download-now:focus {
    background-color: #d5d5d5;
    color: #000000;
    border: 1px solid #d5d5d5;
}
.privacy-download-now:hover {
    background-color: #ffffff;
    color: #faab36;
}
.section-3-learn-more {
    font-size: 20px !important;
    font-weight: 600;
    padding-top: 20px;
    font-family: "rubik light";
}
.section-3-learn-more span {
    margin-right: 2px;
}
.privacy-top-4,
.privacy-top-4 .col-md-6 {
    padding-left: 0px;
    margin-left: 0px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-2-info {
    padding: 0px !important;
}
.section-2-info-left {
    padding-top: 70px;
    padding-bottom: 245px;
    background: #474747;
    background: -webkit-linear-gradient(#474747, #797878);
    background: -o-linear-gradient(#474747, #797878);
    background: -moz-linear-gradient(#474747, #797878);
    background: linear-gradient(#474747, #797878);
}
.section-2-info-right {
    padding-top: 70px;
    padding-bottom: 172px;
    background: #d04033;
    background: -webkit-linear-gradient(#d04033, #e05636);
    background: -o-linear-gradient(#d04033, #e05636);
    background: -moz-linear-gradient(#d04033, #e05636);
    background: linear-gradient(#d04033, #e05636);
}
.padding-left-45 {
    padding-left: 45px;
}
.section-2-title {
    font-size: 22px;
    font-family: "rubik medium";
}
.section-2-sub-title {
    font-size: 20px;
    color: #eae8e8;
}
.content-wrap {
    margin-top: 30px;
}
.why-header img {
    float: left;
    margin-right: 10px;
}
.why-header p {
    font-size: 18px;
}
.truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "rubik light";
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #eae8e8;
    padding-top: 10px;
    max-height: 60px;
}
.section-2-content a {
    font-family: "rubik medium";
    font-size: 14px;
}
.section-2-content a:hover,
.section-2-content a:focus {
    outline: 0;
}
.section-2-content a:hover,
.section-2-content a:focus {
    color: #2b1e1e;
}
.read-more {
    color: #ffffff;
    font-weight: bold;
}
.read-more:hover {
    color: #bfbfbf !important;
}
.section-2-footer {
    padding-top: 0px;
    bottom: -60px !important;
    font-size: 18px;
    font-family: "rubik medium";
}
.mobile-galaxy {
    z-index: 1;
    margin-bottom: 70px;
}
.mobile-galaxy-img {
    display: inline;
}
.section-2-footer .download-now {
    font-size: 14px;
}
*/
