/* =====================================================
   INDEX PAGE - Custom Styles
   Extracted from index.php inline <style> block
   ===================================================== */

.bg-deep-purple {
    background-color: #303236 !important;
}

.slide-a {
    color: #1b92ec;
    font-size: 16pt;
    margin-right: 2%;
}

.top-font-custom {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 62px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000000;
}

.top-font-custom-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 62px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000000;
}

.top-font-custom-2 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}

/* FIX: max-width 75% -> 100% for proper responsive images */
img,

video {
    max-width: 75%;
    height: auto;
}

.sm-cont2 {
    height: 51.4em;
}

/* FIX: viewport-relative height instead of fixed 700px */
.sm-content-cont {
    display: table;
    height: 55vw;
    max-height: 750px;
    min-height: 400px;
}

.space {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.container-m-60 {
    padding-right: 15px;
    padding-left: 15px;
}

.port-view-more {
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.about-text {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.customSliderText {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
}

.customSliderTextLeft {
    width: 32%;
    float: left;
    text-align: left;
    margin-left: 15px;
}

.customSliderTextRight {
    width: 32%;
    float: right;
    text-align: left;
    margin-right: 15px;
}

.customSliderTextRight2 {
    width: 49%;
    float: right;
    text-align: left;
    margin-right: 15px;
}

.customLeftBottomSliderText {
    text-align: left;
    position: absolute;
    bottom: 55px;
    left: 55px;
}

/* FIX: background-size contain -> cover for proper full-width coverage */
.customBackImage {
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.itemPositionTopLeft {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-top: 1%;
}

.itemPositionTopRight {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: right;
}

.itemPositionTopCenter {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 50%;
    margin: auto;
}

.itemPositionCenterLeft {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.itemPositionCenterRight {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: right;
}

.itemPositionCenterCenter {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.itemPositionCenterBottom {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    text-align: center;
}

.itemPositionBottomRight {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    text-align: right;
}

.itemPositionBottomLeft {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    padding-bottom: 5%;
}

.sm-cont-bottom-2 {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    padding-bottom: 2%;
}


/* =====================================================
   MEDIA QUERIES
   ===================================================== */

/* 2560px+ (4K / Ultra-wide) */
@media screen and (min-width: 2560px) {
    .sm-content-cont {
        height: 40vw;
        max-height: 1100px;
    }

    .top-font-custom {
        font-size: 82px;
        line-height: 86px;
    }

    .top-font-custom-1 {
        font-size: 72px;
        line-height: 78px;
    }

    .top-font-custom-2 {
        font-size: 56px;
        line-height: 60px;
    }

    .textItemDesc {
        font-size: 24px;
    }

    .slide-a {
        font-size: 20pt;
    }

    .customSliderTextLeft {
        width: 30%;
        margin-left: 30px;
    }

    .customSliderTextRight {
        width: 30%;
        margin-right: 30px;
    }
}

/* 1920px+ (Full HD and above) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .sm-content-cont {
        height: 45vw;
        max-height: 900px;
    }

    .top-font-custom {
        font-size: 70px;
        line-height: 74px;
    }

    .top-font-custom-1 {
        font-size: 60px;
        line-height: 66px;
    }

    .top-font-custom-2 {
        font-size: 48px;
        line-height: 52px;
    }

    .textItemDesc {
        font-size: 22px;
    }

    .slide-a {
        font-size: 18pt;
    }

    .customSliderTextLeft {
        width: 30%;
        margin-left: 25px;
    }

    .customSliderTextRight {
        width: 30%;
        margin-right: 25px;
    }
}

/* max-width: 1600px */
@media screen and (max-width: 1600px) {
    .top-font-custom {
        font-family: 'Montserrat', sans-serif;
        font-size: 51px;
        line-height: 62px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }

    .top-font-custom-2 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 30px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #000000;
    }

    .textItemDesc {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 14pt;
        margin-right: 2%;
    }

    .top-font-custom-1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        line-height: 62px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }

    .top-font-custom-2 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #000000;
    }

    .sm-mb-15 {
        margin-bottom: 7px;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 13pt;
        margin-right: 2%;
    }

    .sm-content-cont {
        height: 40vw;
        max-height: 750px;
        min-height: 350px;
    }
}

/* 1380px - 1560px */
@media (min-width: 1380px) and (max-width: 1560px) {
    .sm-content-cont {
        height: 35vw;
        max-height: 700px;
        min-height: 350px;
    }

    .top-font-custom-1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 42px;
        line-height: 62px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }

    .top-font-custom-2 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-size: 27px;
        line-height: 35px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #000000;
    }

    .textItemDesc {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }

    .sm-mb-15 {
        margin-bottom: 4px;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 12pt;
        margin-right: 1%;
    }

    .p {
        margin: 0 0 4px;
    }

    .sm-mt-20 {
        margin-top: 0px;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .top-font-custom {
        font-family: 'Montserrat', sans-serif;
        font-size: 47px;
        line-height: 62px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }
}

/* 1280px - 1560px */
@media (min-width: 1280px) and (max-width: 1379px) {
    .sm-content-cont {
        height: 36vw;
        max-height: 650px;
        min-height: 350px;
    }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .sm-content-cont {
        height: 38vw;
        max-height: 680px;
        min-height: 350px;
    }

    .top-font-custom-1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        line-height: 36px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }

    .top-font-custom-2 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 35px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #000000;
    }

    .textItemDesc {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }

    .sm-mb-15 {
        margin-bottom: 0px;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 9pt;
        margin-right: 2%;
    }

    .p {
        margin: 0 0 0px !important;
    }

    .sm-mt-20 {
        margin-top: 5px;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .top-font-custom {
        font-family: 'Montserrat', sans-serif;
        font-size: 42px;
        line-height: 62px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #000000;
    }
}

/* 1025px - 1279px */
@media (min-width: 1025px) and (max-width: 1279px) {
    .sm-content-cont {
        height: 40vw;
        max-height: 650px;
        min-height: 300px;
    }
}

/* Tablet: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .sm-content-cont {
        height: 50vw;
        max-height: 650px;
        min-height: 300px;
    }
}

/* Hide mobile menu on desktop */
@media (min-width: 481px) and (max-width: 2560px) {
    .custom-mobile-menu {
        display: none !important;
    }
}

/* Mobile: 320px - 480px */
@media (min-width: 320px) and (max-width: 480px) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}

/* iphone XR, 11 */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}

/* iphone 12 Pro Max */
@media only screen and (min-device-width : 428px) and (max-device-height : 926px) and (-webkit-device-pixel-ratio : 3) {
    .container-mobile {
        max-height: 170px;
    }

    .header {
        margin-bottom: -14px;
    }

    .cd-search-trigger {
        display: none;
    }

    .logo-img {
        margin-left: -15%;
    }

    img,
    video {
        max-width: 55% !important;
        min-width: 50% !important;
    }

    .customSliderTextRight {
        width: 96%;
    }

    .textItemDesc {
        margin-top: 45%;
    }

    .sm-content-cont {
        height: 390px !important;
        min-height: unset;
        max-height: unset;
    }

    .customSliderTextLeft {
        width: 100%;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .top-font-custom {
        font-size: 31px !important;
        color: #000000 !important;
        line-height: 1;
    }

    .sm-mt-20 {
        margin-top: 1px;
        padding-top: 22px;
    }

    .top-font-custom-2 {
        font-size: 17px !important;
        color: #000000 !important;
        width: 108%;
    }

    .textItemDesc {
        color: #000000 !important;
    }

    .customSliderText {
        margin-top: 17% !important;
        float: left;
    }

    .slide-a {
        color: #1b92ec;
        font-size: 15px;
        margin-right: 6%;
    }

    .top-font-custom-1 {
        font-size: 28px;
        line-height: 36px;
        color: #000000 !important;
        padding-top: 0px;
    }

    .mobile-custom {
        margin-top: 117% !important;
    }

    .custom-menu {
        display: none !important;
    }

    .customBackImage {
        background-color: #fcfcfc;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 15px;
    }

    .header-transporent-bg-black {
        background: #ffffff;
    }

    .space {
        margin-top: 5%;
    }

    .itemPositionCenterLeft {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        padding-left: 0px;
        padding-right: 81px;
    }

    .itemPositionBottomLeft {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
        padding-bottom: 5%;
        padding-left: 0px;
        padding-right: 80px;
    }

    .itemPositionTopLeft {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding-top: 1%;
        padding-left: 0px;
        padding-right: 74px;
    }

    .sm-mb-15-cust {
        margin-bottom: 130% !important;
    }
}