﻿

@media (max-width:1024px) {

    .corporate-signin-btn {
        position: absolute !important;
        right: 2% !important;
        top: 24%;
    }
}

/*#region Header */
.our-coporates {
    padding-top: 1em;
    padding-bottom: 1em;
}

    .our-coporates button {
        width: 300px !important;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-position: -250vw;
        animation: shine 6s infinite;
        width: 100%;
        background-color: #dddddd26 !important;
        margin-top: .5em;
    }

        .our-coporates button:nth-child(2) {
            border: 3px solid var(--me-blue) !important;
            /*background-image: linear-gradient( rgba(148, 168, 252, 0) 0%, rgba(148, 168, 2525, 0.03) 1%, rgba(148, 168, 252, 0.6) 30%, rgba(148, 168, 252, 0.55) 50%, rgba(148, 168, 252, 0.5) 70%, rgba(148, 168, 252, 0.5) 71%, rgba(148, 168, 252, 0) 100%);*/
        }

        .our-coporates button:nth-child(3) {
            border: 3px solid var(--me-orange-dark) !important;
        }

        .our-coporates button:nth-child(4) {
            border: 3px solid var(--me-green) !important;
        }

@keyframes shine {
    0% {
        background-position: -250vw;
    }

    100% {
        background-position: 250vw;
    }
}

.show-corporate-section {
    margin-top: 7em;
}

@media (max-width:812px) {
    .show-corporate-section {
        margin-top: 0em;
    }

    .our-coporates {
        margin-top: 4em;
    }
}

/*#endregion Header*/


/*Header Section Start*/
/* Corporate Index Page Start */

.corporate-video {
    position: relative;
    padding: 0 1em;
    border: none;
    color: white !important;
    line-height: 0px;
    overflow: hidden;
    height: 58%;
}

@media (max-width:812px) {


    .morph-button {
        margin: 0 !important;
    }

    .morph-button-fixed {
        width: auto !important;
    }
}

.business-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
    box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #00b5ec;
    margin-bottom: 45px;
}



@media (min-width: 768px) {
    .business-tabs {
        margin-bottom: 60px;
    }
}


@media (min-width: 768px) {
    .business-tabs .nav-link {
        padding: 12px 40px;
    }
}

.business-tabs .nav-link.active {
    background-color: #00b5ec;
    color: #fff;
}

.business-item {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 10px;
    max-height: 500px;
    height: 440px;
}



@media (min-width: 768px) {
    .business-item {
        margin: 0 20px;
    }
}

.business-item .business-top {
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    padding: 10px 0 25px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
}

.card-1 {
    background-color: #8ea4fdf2;
}

.card-2 {
    background-color: #fb9d50d1;
}

.card-3 {
    background-color: #4bc555bf;
}

.card-1 .business-top, .card-1 .business-top:after {
    background-color: var(--me-blue);
}

.card-2 .business-top, .card-2 .business-top:after {
    background-color: var(--me-orange-dark);
}

.card-3 .business-top, .card-3 .business-top:after {
    background-color: var(--me-green);
}

.business-item .business-content {
    padding-right: 0.25em !important;
    font-weight: 500 !important;
}

@media (min-width: 768px) {
    .business-item .business-top {
        margin: 0 -20px;
        border-radius: 20px;
    }
}

.business-item .business-top:after {
    height: 50px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    z-index: -1;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
    box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
    .business-item .business-top:after {
        border-radius: 0 0 20px 20px;
    }
}

.business-item .business-top * {
    color: #fff;
}

.business-item .business-top h1 {
    font-weight: 700;
}

    .business-item .business-top h1 sup {
        top: 13px;
        left: -5px;
        font-size: 0.35em;
        font-weight: 500;
        vertical-align: top;
    }

.business-item .business-content {
    padding: 30px;
    padding-bottom: 40px;
}

    .business-item .business-content li {
        position: relative;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

@media (min-width: 992px) {
    .business-item .business-content li {
        padding-left: 10px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .business-item .business-content li i {
        position: absolute;
        left: 0;
        top: 3px;
    }
}

.business-item .business-content .zmdi-check {
    color: #28a745;
}

.business-item .business-content .zmdi-close {
    color: #f00;
}

.popular {
    background-color: #00b5ec;
}

    .popular .business-top {
        background-color: #fff;
    }

        .popular .business-top:after {
            background-color: #fff;
        }

        .popular .business-top h4 {
            color: #101f41;
        }

        .popular .business-top h1, .popular .business-top span, .popular .business-top sup {
            color: #00b5ec;
        }

    .popular .business-content ul *,
    .popular .business-content ul .zmdi-close, .popular .business-content ul .zmdi-check {
        color: #fff !important;
    }



/*#region requestInfo Modal */

.request-info-btn {
    background: var(--me-orange-dark);
    border: none;
    color: snow;
    cursor: pointer;
    outline: none;
    /*position: relative;*/
    height: 50px;
    font-weight: 500;
    font-size: 15px;
    /*margin-left:.5em;*/
    font-variant: small-caps !important;
    text-transform: inherit !important;
    letter-spacing: 1px !important;
}


    .request-info-btn.btn-transform-grow {
        -ms-transform: scale(2,2.5) translate(-10em,3em);
        -webkit-transform: scale(2,2.5) translate(-10em,3em);
        transform: scale(1.6,1.6) translate(-10em,3em);
        border-radius: 10px;
        border: 1.9px solid #ddd !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        z-index: 1000000;
        -webkit-transition: transform 2s ease-in-out;
        -moz-transition: transform 2s ease-in-out;
        -o-transition: transform 2s ease-in-out;
        -ms-transition: transform 2s ease-in-out;
    }

    .request-info-btn.btn-transform-normal {
        -ms-transform: scale(1) translate(0);
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
        z-index: 1000000;
        border-radius: 10px;
        -webkit-transition: transform 1.2s ease-in-out;
        -moz-transition: transform 1.2s ease-in-out;
        -o-transition: transform 1.2s ease-in-out;
        -ms-transition: transform 1.2s ease-in-out;
    }

@media only screen and (min-width: 300px) and (max-device-width: 768px) {
    .request-info-btn.btn-transform-grow {
        position: relative;
        -ms-transform: scale(2,2.5) translate(-1.5em,3em);
        -webkit-transform: scale(2,2.5) translate(-1.5em,3em);
        transform: scale(2,2.5) translate(-1.5em,3em);
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        z-index: 1000000;
        -webkit-transition: transform 2s ease-in-out;
        -moz-transition: transform 2s ease-in-out;
        -o-transition: transform 2s ease-in-out;
        -ms-transition: transform 2s ease-in-out;
    }

    .request-info-btn.btn-transform-normal {
        position: relative;
        -ms-transform: scale(1) translate(0);
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
        -webkit-transition: transform 1.5s ease-in-out;
        -moz-transition: transform 1.5s ease-in-out;
        -o-transition: transform 1.5s ease-in-out;
        -ms-transition: transform 1.5s ease-in-out;
    }
}

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .request-info-btn.btn-transform-grow {
        position: relative;
        -ms-transform: scale(2,2.5) translate(3.5em,1em);
        -webkit-transform: scale(2,2.5) translate(3.5em,1em);
        transform: scale(2,2.5) translate(3.5em,1em);
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        z-index: 1000000;
        -webkit-transition: transform 2s ease-in-out;
        -moz-transition: transform 2s ease-in-out;
        -o-transition: transform 2s ease-in-out;
        -ms-transition: transform 2s ease-in-out;
    }

    .request-info-btn.btn-transform-normal {
        position: relative;
        -ms-transform: scale(1) translate(0);
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
        -webkit-transition: transform 1.5s ease-in-out;
        -moz-transition: transform 1.5s ease-in-out;
        -o-transition: transform 1.5s ease-in-out;
        -ms-transition: transform 1.5s ease-in-out;
    }
}

    .request-info-card {
        position: absolute;
        border-radius: .4em;
        border: 2px solid var(--me-orange-dark);
        z-index: 10000;
        display: none;
        right: 10%
    }


        .request-info-card:after {
            content: '';
            position: absolute;
            top: 0;
            left: 95%;
            width: 0;
            height: 0;
            border: 15px solid transparent;
            border-bottom-color: var(--me-orange-dark);
            border-top: 0;
            margin-left: -15px;
            margin-top: -17px;
        }

    @media only screen and (min-width:300px) and (max-width: 768px) and (orientation: portrait) {
        .request-info-card {
            margin-top: 1em !important;
            width: 100% !important;
            right: auto !important
        }

            .request-info-card:after {
                left: 48%;
            }
    }

    @media only screen and (min-width:300px) and (max-width: 850px) and (orientation: landscape) {
        .request-info-card {
            margin-top: 0.5em !important;
        }
    }

    @media only screen and (min-width:992px) {
        .request-info-card {
            right: auto;
            left: auto;
            margin-top: 0.5em !important;
            width: 100% !important;
        }

            .request-info-card:after {
                left: 10%;
            }
    }

    @media (min-width: 1200px) {
        .request-info-card {
            right: 8%;
            left: auto;
            margin-top: 0.5em !important;
            width: 75% !important;
        }

            .request-info-card:after {
                left: 90%;
            }
    }

    .show-request-btn {
        z-index: 10000;
        position: relative;
        background-color: var(--me-orange-dark) !important;
        color: white !important;
    }
    /*#endregion requestInfo Modal*/

    .video-btn {
        display: none;
    }

    .show-video-btn:hover .video-btn {
        display: initial;
        cursor: pointer;
    }


    /*#region Custom Request info button */



    .morph-button > .request-info-btn {
        position: relative;
        padding: 0 1em;
        border: none;
        background-color: var(--me-orange-dark) !important;
        color: white !important;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 700;
        line-height: 0px;
        overflow: hidden;
    }

    .hide-request-form {
        font-size: 18px;
        padding-right: 0.5em;
        padding-top: .5em;
        cursor: pointer;
    }

    .morph-button-modal.open .morph-content {
        height: auto;
        width: auto;
    }

    @media screen and (max-width:600px) {
        .morph-button-modal.open .morph-content {
            top: 25% !important;
            left: 0%;
            width: 100%;
        }
    }


    /*#endregion */
    .video-close-btn {
        padding: 0.2rem 1rem !important;
        margin: -0.5rem -0.5rem -1.9rem auto !important;
        z-index: 9;
        color: #0000;
    }

    .corporate-video-modal .modal-content {
        border: 2px solid #ddd;
        border-radius: 1em;
    }

    .corporate-video-modal iframe {
        border-radius: 1em;
    }

    /*Page heading font size for smaller devices*/
    @media(max-width:830px) {
        .page-heading {
            font-size: 0.8em !important;
        }
    }
    /* Corporate Index Page End */



