/* Add here all your CSS customizations */

@media (min-width: 768px) {
    .custom-top-title-box {
        padding-right: 180px;
    }
}
.margin-left-40 {
	margin-left: 40px;
}
/* Font Size
-------------*/
.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

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

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-25 {
    font-size: 25px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-36 {
    font-size: 36px
}

.font-50 {
    font-size: 50px
}

.font-56 {
    font-size: 56px
}

.font-64 {
    font-size: 64px
}

.font-72 {
    font-size: 72px
}

.font-80 {
    font-size: 80px
}

.font-90 {
    font-size: 90px
}

/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {
    .font-30 {
        font-size: 25px
    }

    h1,
    .font-35,
    .font-50,
    .font-80,
    .font-90 {
        font-size: 30px
    }
}

.row-text-container {
    display: flex;
    align-items: center;
}

.s9-plus-frame:before {
    content: '';
    position: absolute;
    display: block;
    width: 349px;
    height: 736px;
    top: 0;
    background: url("../img/samsung-s9-plus-mockup349x736-header.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.s9-plus-frame {
    overflow: hidden;
}

s9-plush-frame-container {
    width: 347px;
}

.s9-plus-frame._absolute {
    position: absolute;
    z-index: 100 !important;
    top: 0;
    left: 0;
}

.s9-plus-frame img {
    z-index: -1 !important;
}

.s9-plus-frame._relative {
    position: relative;
    top: 60px;
    padding-bottom: 60px;
}

.center-frame {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .s9-plus-frame:before {
        width: 349px;
        height: 736px;
        display: inline-block;
    }

    .s9-plus-frame {
        overflow: hidden;
        width: 349px;
        height: 736px;
    }

    .s9-plush-frame-container {
        max-width: 349px;
        padding: 0 10px 0 10px;
    }

    .s9-plus-frame img {
        margin-top: 55px !important;
        max-width: 329px;
        height: 616px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s9-plus-frame:before {
        width: 284px;
        height: 599px;
        display: inline-block;
    }

    .s9-plus-frame {
        overflow: hidden;
        width: 284px;
        height: 599px;
    }

    .s9-plush-frame-container {
        max-width: 284px;
        padding: 0 8px 0 8px;
    }

    .s9-plus-frame img {
        margin-top: 44px !important;
        max-width: 268px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

html .text-color-dark-contrast {
    color: #022336 !important;
}

html .text-color-blue {
    color: #099cf4 !important;
}

html .text-color-gray {
    color: #022336 !important;
}

html .text-color-white {
    color: #FFFFFF !important;
}

html .text-color-tya-dark-blue {
    color: #0775B5 !important;
}

html .bg-color-tertiary,
html .bg-tertiary {
    background-color: #022336 !important;
}

html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
    background-color: #022336 !important;
}

html .bg-color-dark,
html .bg-dark {
    background-color: #022336 !important;
}

html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
    background-color: #022336 !important;
}

.font-weight-semisemibold {
    font-weight: 400 !important;
}

#header .header-typo {
    margin: 16px 0 16px 16px;
    position: relative;
    z-index: 1;
}

#header .header-typo span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    margin-left: 
}
#header .header-typo a { display: block; }
#header .header-typo a:first-child { float: left; margin-right: 20px; }
#header .header-typo a:last-child { float: right; }
#header .header-typo a:last-child span { margin-left: 0 !important; padding: 5px 10px 5px 10px; border: 2px solid #fff; border-radius: 50px; }

@media (min-width: 768px) {
    .partners img {
        opacity: .5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .partners img:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.b-b {
    border-bottom: 1px solid #edf4f8;
}

@media (min-width: 768px) {
    .logo-img-responsive {
        max-width: 100%;
        height: auto;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media (max-width: 767px) {
    .google-play-badge img, .apple-store-badge img {
        max-width: 220px;
    }
}

.parent {
    height: 100px;
    border: 5px solid #000;
    display: flex;
    flex-direction: column;
}

.child {
    height: 40px;
    width: 100%;
    background: #f00;
    margin-top: auto;
}

.caption-bg {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34%;
    width: 100%;
    background-color: rgba(2, 35, 54, 0.6);
}

@media (max-width: 767px) {
    .caption-bg {
        height: 100%;
    }

    .carousel-caption h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 14px;
    }
}

.carousel-caption h3, .carousel-caption p {
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.85);
}

@media (max-width:1024px) {
    #header .header-typo { margin:10px 0 10px 10px; }
    #header .header-typo a:first-child { margin-right: 7px; }
    #header .header-typo a:last-child span { font-size: 10px; }
}