@font-face {
    font-family: 'Manulife JH Sans';
    src: url('ManulifeJHSans.eot');
    src: url('ManulifeJHSans.eot?#iefix') format('embedded-opentype'), url('ManulifeJHSans.ttf') format('truetype');
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
    font-family: 'Manulife JH Sans' !important;
    color: #282B3E !important;
    
}

.h5 {
    margin-left: 30px !important;
}

body {
    background: #FAFAFA;
    /* overflow-x: hidden;
    height: 100vh; */
}

#ets-lside {
    color: #ffffff;
    /* height: 350px; */
    /*width: 650px;*/
}

#manu-header {
    background: white !important;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.card-deck {
    margin: 3rem 0;
}

.border {
    border: 2px solid rgba(189, 61, 61, 0.185);
}

.card-body {
    /* margin: 0% 0% 0% 3%; */
    padding: 50px 0px 50px 0px;
    height: 238px;
    width: 205px;
    margin-bottom: 20px;
    /* background: #FAFAFA; */
    background-color: #ffffff;
    border: 1.56px solid #EDEDED;
    border-radius: 0px;
    transition: tranform 0s linear;
}

.card-body:hover {
    cursor: pointer;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1);
    border: 1.56px solid #FAFAFA;
    /* height: 256px; */
    transform: scale(1, 1.1);
    background-color: #ffffff;
    transition: transform .2s linear;
}

.card-body:hover .keep {
    transition: transform 0s linear 0s;
    transform: scale(1, .90);
}

.card-body:active {
    cursor: pointer;
    border: none;
    background: #CAEED9;
    border: 1.56px solid #EDEDED;
    /* height: 238px; */
    transform: scale(1, 1);
}

.card-body:focus {
    outline: none;
}

.card-body:active .keep {
    transform: scale(1, 1);
}

.card-link {
    display: block;
    width: max-content;
    height: fit-content;
    text-decoration: none !important;
}

.card-body .centered {
    top: 20%;
    left: 0%;
    text-align: center;
}

.card-body .centered h4 {
    /* font-size: 25px; */
    text-align: center;
}

.card-title a {
    color: #282B3E;
    font-size: 18px !important;
    /* text-decoration: none !important; */
}

.card-title a:hover,
a:active {
    color: #282B3E;
    text-decoration: none !important;
}

.centered {
    position: relative;
    left: 10%;
    top: 70%;
}

.logo-size{
    height: 25vw !important;
    width: 25vw !important;
}

.app-title-resize{
    font-size: 80px !important;
    line-height: 120px !important;
}

.centered h4 {
    font-size: 18px !important;
    text-align: unset;
    font-weight: normal;
}

.ets-icon {
    height: 40px;
}

#coming-soon {
    font-weight: 600;
    line-height: 32px;
}

.select-card {
    transition: none;
}


#setup-disabled {
    color: #5E6073;
}

#setup-disabled:hover {
    cursor: default;
    box-shadow: none;
    border: 1.56px solid #EDEDED;
    height: 238px;
    transition: none;
}

#setup-disabled:active {
    cursor: default;
    border: 1.56px solid #EDEDED;
    background: #FAFAFA;
    height: 238px;
    transform: none;
}

.centered-comingsoon {
    left: 10%;
    font-size: 24px;
    position: relative;
    top: 70%;
}

/* Contact Page */
.col {
    padding: 1em;
    margin: 0 2px 2px 0;
}

.col-north {
    flex: 1;
}

.col-others {
    flex: 1;
}

.contact-title {
    font-size: 50px;
    font-weight: 600;
    margin-left: 20px;
}

a.mail-link:hover,
a.mail-link:active,
a.mail-link:focus {
    text-decoration: none !important;
    cursor: pointer;
}

.mail-link {
    border-bottom: 2px solid #00A758;
    font-weight: 700;
}

h2.contactarea-title, h1.contactus-title {
    font-weight: 500;
}

h4.support-title {
    font-weight: 500;
}

h4.service-title {
    font-weight: 500;
    text-decoration: underline;
}

span.contact-num {
    /* margin-left: 5px; */
    font-weight: 500;
    font-size: 14px;
}

a.tel-link:hover,
a.tel-link:active,
a.tel-link:focus {
    text-decoration: none !important;
    cursor: pointer;
    border-bottom: 2px solid #00A758;
}

a.tel-link {
    /*border-bottom: 2px solid #00A758;*/
    color: #00A758 !important;
    font-weight: 700 !important;
}

/* MODAL FOR SETUP DEVICE */
.setup-modal {
    min-width: 32rem;
    /* min-height: 32rem; */
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    pointer-events: none;
    
}

.setup-modal[open] {
    animation: fadein .3s ease-in forwards;
    pointer-events: inherit;
}

@keyframes fadein {
    0%{
      opacity:0;
    }
    100%{
      opacity:1;
    }
}

.setup-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.384);
}

.setup-container {
    display: grid;
    grid-template-columns: 32rem;
    grid-template-rows: 20% 60% 20%;
    height: max-content;
    /* padding: 1rem 2rem; */
    align-items: center;
}

.setup-container > h5 {
    font-weight: 200;
    font-size: 3rem;
}

.setup-radio {
    margin: 1rem 0 3rem;
}

.setup-radio > input {
    margin: 5px 15px 0 .5rem;
    transform: scale(1.5);
    margin-bottom: 25px;
}

.setup-button {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.setup-button > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15rem;
    height: auto;
    padding: 1rem;
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: .8px;
    cursor: pointer;
}

.setup-button > .setup-select-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15rem;
    height: auto;
    padding: 1rem;
    font-weight: bolder;
    font-size: 1.5rem;
    letter-spacing: .8px;
    cursor: pointer;
}

.setup-button > .setup-cancel-button {
    border: 2.5px solid #EC6453;
    background-color: white;
}

.setup-button > .setup-select-button {
    border: none;
    background-color: #EC6453;
    color: white !important;
    text-decoration: none;
}

.setup-button > .setup-select-button:hover {
    text-decoration: none;
}



/* HEADER CSS FOR RESPONSIVENESS */
#manu-logo img {
    width: 250px !important;
    height: auto !important;
    margin-top: 3rem;
}

.ets-title {
    font-size: 8.75rem;
    font-weight: 800;
    line-height: 1.3em;
    margin-right: 35rem;
    margin-left: 3.2rem;
}

.float-container {
    position: static;
}

.float-right {
    width: 50rem;
    height: auto;
    z-index: 10;
    position: absolute;
    bottom: -30px;
    right: -20px;
}
  
/* MEDIA QUERIES */

/* 2xl LAPTOP*/
@media (max-width: 1536px) {
    .float-container {
        position: relative;
    }

    .float-right {
        width: 45rem;
        bottom: -50px;
        right: -1px;
    }
    
}

/* xl LAPTOP*/
@media (max-width: 1220px) {
    .float-right {
        width: 40rem;
        bottom: -220px;
        right: -10px;
    }
}

/* lg */
@media (max-width: 1024px) { 
    .ets-title {
        font-size: 7.5rem;
    }
}

/* md */
@media (max-width: 767px) {
    .ets-title {
        font-size: 6.5rem;
    }

    .float-right {
        left: 130px;
        bottom: -70px;
        width: 25rem;;
    }

    /*  card-body for mobile */
    .card-body {
        height: 50px;
        width: 306px;
        padding: 0.6rem 0 0 0;
    }    

    .keep {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }

    .card-title {
        font-size: 1em;
        font-weight: normal;
    }
    
    .ets-icon {
        height:18px;
        margin-right: 3rem;
    }

        
}

/* sm */
@media (max-width: 640px) {
    .ets-title {
        font-size: 5.75rem;
    }

    
}

/* xs MOBILE*/
@media (max-width: 475px) {
    #manu-header {
        width: 100%;
        display: flex;
    }
    
    #manu-logo {
        margin-left: 0;
    }

    .ets-title {
        font-size: 5rem;
    }
}

/* XSS MOBILE */
@media (max-width: 320px) {
    #manu-header {
        width: 105%;
        display: flex;
    }

    #manu-logo {
        margin-left: 0;
    }

}
