/* Montserrat Font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Roboto Font (Note: Don't have Din Next Light so use this instead) */ 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* TrendSansW00-Four */
@font-face {
    font-family: "TrendSansW00-Four";
    src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.eot"); /* IE9*/
    src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.eot?#iefix") format("embedded-opentype"); /* IE6-IE8 */
    src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.woff2") format("woff2"); /* chrome firefox */
    src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.woff") format("woff"); /* chrome firefox */
    src: url("../fonts/33ca94f43a53fc634323a6fe191ffd64.ttf") format("truetype"); /* chrome firefox opera Safari, Android*/ 
}

/* ========================================================= Common use (Start) =========================================================*/

body{
    margin: 0px;
    font-family: Montserrat, sans-serif;
    position: relative;
}

html {
    height: auto;
    min-height: 100%;
    position: relative;
}

body{
    height  : 100%;
    overflow: auto;
}

div,a{
    font-size: 16px;
}

div#app{
    position:relative;
    min-height: 100vh;
}

.footer{
    width: 100%;
    text-align: center;
    border-top: 3px solid #033250;
    padding: 10px 15px;
    background-color: white;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.padding-top-50px{
    padding-top: 50px;
}

.flex{
    display: flex;
}

.flex-v-center{
    align-items: center;
}

.main-title{
    padding: 40px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.dark-btn{
    background-color: #000000;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-25{
    margin-top: 25px;
}

.form-input{
    width: 100%;
    margin-top: 25px;
}

.form-input label{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.4em;
    color: #373B4D;
}

.form-input input,
.form-input textarea,
.form-input select{
    width: 100%;
    font-family: Montserrat, sans-serif;
    border: 2px solid rgba(55, 59, 77, 1);
    border-radius: 0px;
    padding: 10px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.text-center{
    text-align: center;
}

form button{
    background-color: rgba(55, 59, 77, 1);
    border: solid transparent 0px;
    color: white;
    font-size: 14px;
    padding: 10px 60px;
    margin-top: 25px;
    cursor: pointer;
}

form button:disabled{
    background-color: rgb(190 190 190);
    cursor: not-allowed;
}

.spin-fadein{
    opacity:1 !important;
    -webkit-transform : scale(1) rotate(720deg) !important; /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : scale(1) rotate(720deg) !important; /* IE 9 */
    transform         : scale(1) rotate(720deg) !important; /* Firefox 16+, IE 10+, Opera */
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .spin-fadein{
            opacity:1 !important;
            -webkit-transform : rotate(720deg) scale(1)  !important; /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform     : rotate(720deg) scale(1) !important; /* IE 9 */
            transform         : rotate(720deg) scale(1) !important; /* Firefox 16+, IE 10+, Opera */
        }
    }
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .spin-fadein{
            opacity:1 !important;
            -webkit-transform : rotate(720deg) scale(1)  !important; /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform     : rotate(720deg) scale(1) !important; /* IE 9 */
            transform         : rotate(720deg) scale(1) !important; /* Firefox 16+, IE 10+, Opera */
        }
    }
}

.select2-container--default .select2-selection--multiple{
    height: 40px;
    border-radius: 0;
    border: 2px solid #000;
    overflow: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 2px solid #000;
}

.success-msg, .error-msg{
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align:center;
}

.success-msg {
    color: #155722;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 6px;    
}

.error-msg{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 6px;    
}

.hide{
    display: none;
}

.color-blue{
    color: #3168a2;
}

.fa-thumbs-up{
    color: #4854c7;
    font-size: 40px;
}

.bold{
    font-weight: bold;
}

.dot {
    height: 7px;
    width: 7px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}

.width-auto{
    width: auto !important;
}

.black-btn{
    text-decoration: none;
    background-color: black;
    padding: 0px 30px;
    border-radius: 10px;
    font-weight: 500;
    color: white;
}

.p-relative{
    position:relative;
}

.text-left{
    text-align: left;
}

.transparent{
    color: transparent !important;
}

.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-family: arial;
    font-size: 13.33px;
    padding: 5px 0px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #f0f0f0;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 3px;
}

.select2-container--default .select2-search--inline .select2-search__field{
    caret-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
.numeric_field::-webkit-outer-spin-button,
.numeric_field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.numeric_field[type=number] {
  -moz-appearance: textfield;
}

.ui-dialog.ui-dialog-system,
.ui-widget {
    font-family: Montserrat, sans-serif;
}

/* ========================================================= Common use (End) =========================================================*/

/* ========================================================= header (Start) =========================================================*/
.mobile{
    display: none;
}

.header-empty{
    height: 69px;
}

.header{
    display: flex;
    padding: 15px 2%;
    width: 96%;
    align-items: center;
    border-bottom: 3px solid #033250;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: white;
    transition: top 0.3s;
}

.header.no-border-bottom{
    border-bottom: none;
}

.header .company-logo a{
    text-decoration: none;
    color: #033250;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.35em;
    font-family: Montserrat, sans-serif;
}

.header .top-nav.menu{
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header .top-nav.menu>a{
    text-decoration: none;
    margin-left: 50px;
    padding: 10px 0px;
    color: black;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.header .top-nav.menu>a.active{
    color: #0010b2;
}

.header .top-nav.menu>.dropdown{
    margin-left: 50px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.header .top-nav.menu a:hover,
.header .top-nav.menu .dropdown:hover,
.header .top-nav.menu .dropdown .submenu a:hover,
.header .top-nav.menu .dropdown .toggle-submenu>a:hover{
    color: #0010b2;
    cursor: pointer;
}

.header .top-nav.menu .dropdown{
    position: relative;
}

.header .language-icon{
    width: 35px;
    height: 20px;
}

.header .top-nav.menu .submenu{
    display: none;
    position: absolute;
    top: 40px;
    z-index: 2;
    background-color: white;
}

.header .top-nav.menu .dropdown.products .submenu{
    min-width: 170px;
    left: -45%;
    width: max-content;
}

.header .top-nav.menu .submenu a{
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.header .top-nav.menu .submenu a.active{
    color: #0010b2;
}

.header .top-nav.menu .dropdown:hover .submenu{
    display: block;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header .top-nav.menu .dropdown .toggle-submenu>a{
    text-decoration: none;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.header .top-nav.menu .dropdown.active .toggle-submenu>a{
    color: #0010b2;
}

.header .language-icon{
    margin-right: 10px;
}

.header .down-icon{
    margin-left: 20px;
}

.header .mobile-navbar-container{
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
}

.header .toggle-wrap {
    display: none;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    float: left;

    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header .toggle-bar,
.header .toggle-bar::before,
.header .toggle-bar::after,
.header .toggle-wrap.active .toggle-bar,
.header .toggle-wrap.active .toggle-bar::before,
.header .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header .toggle-bar {
    width: 15px;
    position: relative;
    border-top: 2.5px solid #303030;
    display: block;
}
.header .toggle-bar::before,
.header .toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 2.5px;
    width: 15px;
    position: absolute;
    top: -9px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.header .toggle-bar::after {
    top: 4px;
}

.header .toggle-wrap.active .toggle-bar {
    border-top: 2.5px solid transparent;
    padding-bottom: 3px;
}

.header .toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
}
.header .toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
}

@media (max-width: 1080px) {
    .header .top-nav.menu>a,
    .header .top-nav.menu>.dropdown{
        margin-left: 25px;
    }
}

@media (max-width: 991px) {
    .header .top-nav.menu>a,
    .header .top-nav.menu>.dropdown{
        margin-left: 25px;
    }

    .bm .header .top-nav.menu>a,
    .bm .header .top-nav.menu>.dropdown{
        margin-left: 22px;
    }
}

@media (max-width: 900px) {
    .header .top-nav.menu>a,
    .header .top-nav.menu>.dropdown{
        margin-left: 18px;
    }

    .bm .header .top-nav.menu>a,
    .bm .header .top-nav.menu>.dropdown{
        margin-left: 14px;
    }
}

@media (max-width: 850px) {
    .bm .header .top-nav.menu>a,
    .bm .header .top-nav.menu>.dropdown{
        margin-left: 8px;
    }

    .header .company-logo a{
        letter-spacing: 0.25em;
    }
}

@media (max-width: 800px) {
    .header .company-logo a{
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .header-empty{
        height: 0px;
    }

    .mobile{
        display: block;
    }

    .desktop{
        display: none !important;
    }

    .header{
        padding: 15px 3%;
        width: 94%;
    }

    .header{
        position: relative;
    }

    .header .mobile-navbar-content{
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 340px;
        text-align: center;
        max-height: 420px;
        overflow: auto;
        background: white;
        left: 0px;
        top: 68px;
    }

    .header .mobile-navbar-content .mobile-navbar-padding{
        display: grid;
        padding: 20px;
    }

    .header .mobile-navbar-content .mobile-navbar-padding>div,
    .header .mobile-navbar-content .mobile-navbar-padding>a{
        display: none;
    }

    .header .mobile-navbar-content a{
        text-decoration: none;
        padding: 12px 0px;
        color: black;
        font-size: 18px;
    }

    .header .mobile-navbar-content a.active{
        color: #0010b2;
    }

    .header .mobile-navbar-content .dropdown{
        padding: 12px 0px;
        text-align: center;
    }

    .header .mobile-navbar-content .dropdown .flex{
        align-items: center;
        justify-content: center;
    }

    .header .mobile-navbar-content .submenu{
        display: none;
    }

    .header .mobile-navbar-content .submenu .submenu-content{
        display: grid;
        margin-top: 12px;
    }

    .header .mobile-navbar-content .submenu a{
        color: #646464;
        font-size: 15px;
        display: flex;
        margin: 0 auto;
        align-items: center;
    }

    .header .mobile-navbar-content .submenu a:last-child{
        margin-bottom: -12px;
    }

    .header .dropdown .toggle-submenu>a{
        text-decoration: none;
        color: black;
        padding: 0px;
        font-size: 18px;
    }

    .header .mobile-navbar-content .submenu a.active,
    .header .dropdown .toggle-submenu>a.active{
        color: #0010b2;
    }

    .header .toggle-wrap {
        display: block;
    }
}

@media (max-width: 480px) {
    .header{
        padding: 15px 5%;
        width: 90%;
    }

    .header .mobile-navbar-content{
        width: 100%;
    }
}

@media (max-width: 450px) {
    .header .company-logo a{
        font-size: 15px;
        line-height: 1.1;
        display: inline-block;
    }

    .footer{
        font-size: 14px;
    }
}

/* ========================================================= header (End) =========================================================*/

/* ========================================================= main page (Start) =========================================================*/

.main-page .landing-container{
    position: relative;
}

.main-page .landing-img{
    opacity:0;
    transition: all 1s; 
    -webkit-transform : scale(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : scale(0); /* IE 9 */
    transform         : scale(0); /* Firefox 16+, IE 10+, Opera */
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ 
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .main-page .landing-img{
            -webkit-transform : rotate(0deg) scale(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform     : rotate(0deg) scale(0); /* IE 9 */
            transform         : rotate(0deg) scale(0); /* Firefox 16+, IE 10+, Opera */
        }
    }
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
    @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .main-page .landing-img{
            -webkit-transform : rotate(0deg) scale(0); /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform     : rotate(0deg) scale(0); /* IE 9 */
            transform         : rotate(0deg) scale(0); /* Firefox 16+, IE 10+, Opera */
        }
    }
}

.main-page .grey-bg{
    height: 282px;
    width: 100%;
    background-color: #bfbfbf;
    position: absolute;
    top: 51px;
}

.main-page .landing-background{
    width: 100%;
}

.main-page .landing-background-text{
    position: absolute;
    top: 32%;
    width: 95%;
    left: 2.5%;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: #ffffff 0px 0px 6px;
    line-height: 1.8em;
    color: #FFFFFF;
    font-size: 24px;
}

.main-page .item-title{
    padding: 40px 0px;
    text-align: center;
    font-size: 39px;
    letter-spacing: 0.16em;
}

.main-page .item-content{
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 45px;
}

.main-page .item-container{
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0px -15px 10px -15px #919191;
    -moz-box-shadow: 0px -15px 10px -15px #919191;
    box-shadow: 0px -15px 10px -15px #919191;
}

.main-page .item-container:nth-child(2){
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-page .item-container:last-child{
    padding-bottom: 60px;
}

.main-page .item-container:last-child .item-content{
    padding-bottom: 0px;
}

.main-page .item-content .item-left{
    width: 40%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
}

.main-page .item-content .item-left .msg{
    letter-spacing: 0.08em;
    color: #054F81;
    line-height: 1.8em;
    margin-top: -7px;
    font-size: 28px;
}

.main-page .item-content .item-left .msg div{
    color: #054F81;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 1.8em;
    margin-top: 5px;
}

.main-page .item-content .item-left .msg div span{
    font-weight: normal;
}

.main-page .item-content .item-left .item-desc div{
    font-size: 16px;
    margin-bottom: 30px;
    width: 80%;
    line-height: 1.8em;
    min-width: 190px;
}

.main-page .item-content .center-spacing{
    min-width: 10%;
}

.main-page .item-content .item-right{
    width: 40%;
    text-align: center;
    position: relative;
    min-width: 400px;
}

.main-page .item-container:nth-child(odd) .item-content .item-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: unset;
}

.main-page .item-content .item-right img{
    height: 385px;
}

.main-page .read-more-btn{
    display: flex;
    text-decoration: none;
    width: 65%;
    min-width: 210px;
}

.main-page .item-container:nth-child(odd) .read-more-btn{
    margin-left: auto;
}

.main-page .read-more-btn:hover button:nth-child(1),
.main-page .read-more-btn:hover button:nth-child(2){
    color: white;
    background-color: black;
    border: 1px solid white;
}

.main-page .read-more-btn button:nth-child(1){
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 100%;
}

.main-page .read-more-btn button:nth-child(2){
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-left: 0px;
}

.main-page .item-content .item-right .msg{
    letter-spacing: 0.08em;
    color: #3168a2;
    line-height: 1.8em;
    margin-top: -7px;
    font-size: 28px;
    text-align: right;
}

.main-page .item-content .item-right .msg div{
    color: #054F81;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    font-size: 28px;
    line-height: 1.8em;
    text-align: right;
    margin-top: 5px;
}

.main-page .item-content .item-right .msg div span{
    font-weight: normal;
}

.main-page .item-content .item-right .item-desc div{
    font-size: 16px;
    margin-bottom: 30px;
    text-align: right;
    width: 80%;
    line-height: 1.8em;
    min-width: 190px;
    margin-left: auto;
}

.main-page .item-content.img-left .item-left{
    text-align: center;
    min-width: 400px;
    padding-right: 0px;
}

.main-page .item-content .item-left img{
    height: 385px;
}

.main-page .item-container:nth-child(even) .item-content .item-left{
    width: 50%;
}

.main-page .item-container:nth-child(odd) .item-content .item-right{
    width: 50%;
}

@media (max-width: 900px) {
    .main-page .landing-background-text{
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .main-page .read-more-btn{
        width: 100%;
    }

    .main-page .landing-background-text{
        top: 10%;
        width: 80%;
        left: 10%;
    }

    .main-page .item-container:nth-child(even) .item-content{
        flex-direction: column-reverse;
        text-align: center;
    }

    .main-page .item-container:nth-child(odd) .item-content{
        display: block;
    }

    .main-page .item-container:nth-child(odd) .item-content .item-right .item-desc div{
        text-align: center;
    }

    .main-page .item-container:nth-child(even) .item-content .item-left,
    .main-page .item-container:nth-child(odd) .item-content .item-right,
    .main-page .item-content .item-left,
    .main-page .item-content.img-left .item-left,
    .main-page .item-content .item-right
    {
        width: 100%;
        padding: 0px !important;
        min-width: unset;
    }

    .main-page .item-title{
        font-size: 26px;
        padding: 25px 0px;
    }

    .main-page .item-content .msg,
    .main-page .item-content .item-name{
        display: none;
    }

    .main-page .item-content .item-left .item-desc div{
        margin: 25px 0px;
        width:100%;
        min-width: unset;
    }

    .main-page .item-content .item-right .item-desc div{
        margin: 25px 0px;
        width:100%;
        min-width: unset;
    }
}

@media (max-width: 560px) {
    .main-page .item-content img{
        width: 70% !important;
        height: auto !important;
    }

    .main-page .grey-bg{
        height: 70%;
        top: 15%;
    }
}

@media (max-width: 410px) {
    .main-page .landing-background-text{
        font-size: 14px;
    }
}

/* ========================================================= main page (End) =========================================================*/

/* ========================================================= products (Start) =========================================================*/

.product-page .product-item{
    display: flex;
    width: 60%;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 60px;
}

.product-page .product-item-details{
    padding: 0px 30px;
}

.product-page .product-item-details img{
    width: 100%;
}

.product-page .product-item-details .product-name{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 1px;
}

.product-page .product-item-details .product-desc{
    font-size: 14px;
    text-align: center;
    color: #5e5e5e;
}

.product-page .product-item-details .product-btn{
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 1150px) {
    .product-page .product-item{
        width: 70%;
    }
}

@media (max-width: 985px) {
    .product-page .product-item{
        width: 85%;
    }
}

@media (max-width: 768px) {
    .product-page .product-item{
        display: block;
    }

    .product-page .product-item-details{
        padding-bottom: 60px;
    }

    .product-page .product-item-details .product-name{
        margin: 20px 0px;
    }

    .product-page .product-item-details .product-btn{
        margin-top: 35px;
    }

    .product-page .product-item-details:last-child{
        padding-bottom: 0px;
    }
}

/* ========================================================= products (End) =========================================================*/

/* ========================================================= about us (Start) =========================================================*/

.about-us-page{
    background-color: #edf0f2;
}

.about-us-page .main-title{
    font-size: 46px;
    color: #033250;
}

.about-us-page .mission-content{
    width: 80%;
    margin: 0px auto;
}

.about-us-page .mission-content .mission-icon{
    display: flex;
    justify-content: center;
}

.about-us-page .mission-content .mission-icon>div{
    margin: 0px 70px;
    text-align: center; 
    flex: 35%;
}

.about-us-page .mission-content .mission-icon .mission-icon-label{
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
}

.about-us-page .mission-content .mission-icon .icon-circle{
    border: 3px solid #0f3250;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    position: relative;
    overflow: hidden;

    opacity: 0;
    transform: rotateY(90deg);
}

.about-us-page .mission-content .mission-icon .icon-circle.flip-effect{
    -webkit-transform : rotate(0deg) scale(1); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(0deg) scale(1); /* IE 9 */
    transform         : rotate(0deg) scale(1); /* Firefox 16+, IE 10+, Opera */
    transition: 0.5s;
    transform-style: preserve-3d;
    opacity: 1;
    margin: 0 auto;
}

.about-us-page .mission-content .mission-icon .icon-circle.flip-effect:hover{
    transform: scale(1.1);
}

.about-us-page .mission-content .mission-icon .icon-circle.active{
    background-color:  #0f3250;
}

.about-us-page .mission-content .mission-icon .icon-circle.active img{
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.about-us-page .mission-content .mission-icon .icon-circle .icon-box{
    left: 28px;
    position: absolute;
    top: 26px;
    width: 70px;
    height: 70px;
}

.about-us-page .mission-content .mission-icon .icon-circle .icon-box>img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.about-us-page .mission-content .mission-details{
    margin-top: 40px;
    padding-bottom: 60px;
}

.about-us-page .mission-content .mission-details>div,
.about-us-page .mission-content .mission-details>div>div{
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.04em;
}

.about-us-page .mission-content .mission-details>div.active,
.about-us-page .mission-content .mission-details>div.active>div{
    color: #033250;
    font-weight: bold;
}

.about-us-page .mission-content .mission-details>div:not(:first-child){
    margin-top: 30px;
}

@media (max-width: 768px) {
    .about-us-page .main-title{
        font-size: 24px;
    }

    .about-us-page .mission-content{
        width: 80%;
    }

    .about-us-page .mission-content .mission-icon{
        display: inline-block;
        width: 100%;
    }

    .about-us-page .mission-content .mission-icon>div{
        margin: 0px;
        margin-bottom: 40px;
        width: 100%;
    }

    .about-us-page .mission-content .mission-icon>div:last-child{
        margin: 0px;
    }

    .about-us-page .mission-content .mission-icon .icon-circle{
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .about-us-page .mission-content{
        width: 90%;
    }
}

/* ========================================================= about us (End) =========================================================*/

/* ========================================================= contact us (Start) =========================================================*/

.contact-us-page .contact-us-content{
    width: 60%;
    margin: 0 auto;
}

.contact-us-page .contact-us-content .contact-us-info{
    display: flex;
    margin: 40px 0px;
}

.contact-us-page .contact-us-content .contact-us-info>div:first-child{
    margin-left: 30px;
    margin-right: 60px;
}

.contact-us-page .contact-us-content .contact-us-info .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-us-page .contact-us-content .contact-us-info .detail{
    display: flex;
    font-size: 16px;
    line-height: 1.8em;
    word-break: break-word;
}

.contact-us-page .contact-us-content .contact-us-info .detail:not(:first-child){
    margin-top: 10px;
    min-width: 365px;
}

.contact-us-page .contact-us-content .contact-us-info .detail.opening-hours{
    padding-left: 6px;
}

.contact-us-page .contact-us-content .contact-us-info .detail.opening-hours div:first-child{
    width: auto;
    margin-right: 20px;
}

#app.bm .contact-us-page .contact-us-content .contact-us-info .detail.opening-hours div:first-child{
    min-width: 115px;
}

#app.ch .contact-us-page .contact-us-content .contact-us-info .detail.opening-hours div:first-child{
    min-width: 85px;
}

.contact-us-page .contact-us-content .contact-us-info .detail>.icon{
    display: flex;
    width: 40px;
    margin-right: 20px;
}

.contact-us-page .contact-us-content .contact-us-info .detail .img-phone{
    width: 28px;
    height: 28px;
}

.contact-us-page .contact-us-content .contact-us-info .detail .img-email{
    width: 35px;
    height: 35px;
    margin-top: -3px;
}

.contact-us-page .contact-us-content .contact-us-info .detail a{
    font-size: 16px;
    line-height: 1.8em;
    color: inherit;
    text-decoration: none;
}

.contact-us-page #map{
    min-height: 300px;
    height: 100%;
}

.contact-us-page #address{
    margin-top: 15px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
}

.contact-us-page .drop-us-a-line{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.contact-us-page .drop-us-a-line .top-title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.contact-us-page .drop-us-a-line .top-msg{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact-us-page .drop-us-a-line .flex .form-input{
    margin-top: 0px;
}

.contact-us-page .drop-us-a-line .flex .form-input:nth-child(1){
    margin-right: 10px;
}

.contact-us-page .drop-us-a-line .flex .form-input:nth-child(2){
    margin-left: 10px;
}

.contact-us-page .drop-us-a-line .contact-us-form button{
    background-color: rgba(55, 59, 77, 1);
    border: solid transparent 0px;
    color: white;
    font-size: 14px;
    padding: 10px 60px;
    margin-top: 25px;
    cursor: pointer;
}

.contact-us-page .drop-us-a-line .contact-us-form button:disabled{
    background-color: rgb(190 190 190);
    cursor: not-allowed;
}

@media (max-width: 1370px) {
    .bm .contact-us-page .contact-us-content{
        width: 70%;
    }
}

@media (max-width: 1260px) {
    .contact-us-page .contact-us-content{
        width: 65%;
    }

    .bm .contact-us-page .contact-us-content{
        width: 75%;
    }
}

@media (max-width: 1160px) {
    .contact-us-page .contact-us-content{
        width: 70%;
    }

    .bm .contact-us-page .contact-us-content{
        width: 80%;
    }
}

@media (max-width: 1170px) {
    .contact-us-page .contact-us-content{
        width: 75%;
    }
}

@media (max-width: 1050px) {
    .contact-us-page .contact-us-content{
        width: 80%;
    }

    .bm .contact-us-page .contact-us-content{
        width: 87%;
    }
}

@media (max-width: 950px) {
    .contact-us-page .contact-us-content{
        width: 85%;
    }

    .bm .contact-us-page .contact-us-content{
        width: 93%;
    }
}

@media (max-width: 900px) {
    .contact-us-page .contact-us-content{
        width: 90%;
    }

    .bm .contact-us-page .contact-us-content .contact-us-info>div:first-child{
        margin-left: 10px;
        margin-right: 0px;
    }
    
    .contact-us-page .contact-us-content .contact-us-info>div:first-child{
        margin-left: 15px;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .bm .contact-us-page .contact-us-content{
        width: 90%;
    }

    .contact-us-page .contact-us-content .contact-us-info .detail:not(:first-child){
        min-width: 100%;
    }

    .contact-us-page .contact-us-content .contact-us-info{
        display: inline-block;
        width: 100%;
    }

    .contact-us-page .contact-us-content .contact-us-info>div:first-child{
        margin: 0px;
    }

    .contact-us-page .contact-us-content .contact-us-info .title{
        text-align: center;
    }

    .contact-us-page .contact-us-content .contact-us-info div:not(:first-child) .title{
        margin-top: 40px;
    }

    .contact-us-page .drop-us-a-line{
        width: 100%;
    }

    .contact-us-page .drop-us-a-line .flex{
        display: block;
    }

    .contact-us-page .drop-us-a-line .flex .form-input:nth-child(2){
        margin-left: 0px;
        margin-top: 25px;
    }

    .contact-us-page .drop-us-a-line .contact-us-form button{
        width: 100%;
    }

    .contact-us-page #map{
        margin-left: -5%;
        margin-right: -5%;
    }

    .contact-us-page .g-recaptcha>div{
        margin: 0 auto;
    }
}

@media (max-width: 335px) {
    .contact-us-page .g-recaptcha{
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

/* ========================================================= contact us (End) =========================================================*/

/* ========================================================= sign up (Start) =========================================================*/

.sign-up-page .sign-up-title{
    text-align: center;
    padding: 20px 0px;
    font-size: 60px;
    background-color: #033250;
    color: white;
    letter-spacing: 0.08em;
}

.sign-up-page .sign-up-content{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.sign-up-page .sign-up-desc{
    margin: 40px auto;
    font-size: 30px;
    font-family: georgia,palatino,book antiqua,palatino linotype,serif;
}

.sign-up-page .flex .form-input{
    margin-top: 0px;
}

.sign-up-page .flex .form-input:nth-child(1){
    margin-right: 10px;
}

.sign-up-page .flex .form-input:nth-child(2){
    margin-left: 10px;
}

.sign-up-page .g-recaptcha{
    display: inline-block;
}

.sign-up-page form button{
    margin-top: 0px;
}

@media (max-width: 768px) {
    .sign-up-page .sign-up-content{
        width: 90%;
    }

    .sign-up-page .flex{
        display: block;
    }

    .sign-up-page .flex .form-input:nth-child(2){
        margin-left: 0px;
        margin-top: 25px;
    }

    .sign-up-page form button{
        width: 100%;
    }

    .sign-up-page .sign-up-title{
        font-size: 28px;
    }

    .sign-up-page .sign-up-desc{
        font-size: 20px;
    }
}

@media (max-width: 335px) {
    .sign-up-page .g-recaptcha{
        display: block;
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

/* ========================================================= sign up (End) =========================================================*/

/* ========================================================= attendace app (Start) =========================================================*/

.attendance-app-page .top-title{
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.attendance-app-page .top-desc{
    font-size: 16px;
    color: #054F81;
    line-height: 1.8em;
    font-weight: bold;
    text-shadow: #ffffff 0px 0px 6px;
    text-align: center;
    margin-top: 5px;
}

.attendance-app-page .top-img{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.attendance-app-page .top-img img{
    width: 275px;
    height: 342px;
    object-fit: cover;
    text-align: center;
}

.attendance-app-page .blue-background{
    padding-top: 5px;
    background-color: #f5fbff;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 45px;
}

.attendance-app-page .blue-background .content{    
    width: 85%;
    margin: 0 auto;
}

.attendance-app-page .blue-background .content-info:not(:first-child){
    -webkit-box-shadow: 0px -15px 10px -15px #919191;
    -moz-box-shadow: 0px -15px 10px -15px #919191;
    box-shadow: 0px -15px 10px -15px #919191;
    margin-top: 50px;
    padding-top: 22px;
}

.attendance-app-page .blue-background .content-info:nth-child(1) .left{
    width: 50%;
    text-align: center;
    padding-right: 25px;
}

.attendance-app-page .blue-background .content-info:nth-child(1) .right{
    width: 50%;
}

.attendance-app-page .blue-background .content-info:nth-child(1) .left img{
    width: 85%;
    height: 360px;
    object-fit: cover;
}

.attendance-app-page .blue-background .content-info:nth-child(2) .left{
    width: 50%;
    padding-left: 60px;
}

.attendance-app-page .blue-background .content-info:nth-child(2) .right{
    text-align: center;
    width: 50%;
    padding-left: 25px;
}

.attendance-app-page .blue-background .content-info:nth-child(2) .right img{
    width: 70%;
    height: 300px;
    object-fit: cover;
}

.attendance-app-page .blue-background .content-info:nth-child(2) .main-word{
    margin-bottom: 50px;
}

.attendance-app-page .blue-background .content-info .title{
    font-weight: bold;
    text-shadow: #ffffff 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.4em;
    padding-left: 70px;
    margin-bottom: 45px
}

.attendance-app-page .blue-background .content-info:nth-child(2) .title{
    padding-left: 25px;
}

.attendance-app-page .blue-background .content-info .main-word{
    color: #292929;
    font-family: TrendSansW00-Four;
    font-size: 60px;
    line-height: 1em;
    margin-top: 45px;
}

.attendance-app-page .blue-background .content-info .fly-bottom:not(:first-child){
    margin-top: 35px;
}

.attendance-app-page .blue-background .content-info .content-info-item-info>div:nth-child(2){
    padding-left: 35px;
    padding-top: 2px;
}

.attendance-app-page .blue-background .content-info .content-info-item-info>div:nth-child(2)>div:first-child{
    margin-bottom: 10px;
}

.attendance-app-page .blue-background .content-info .content-info-item-info>div:nth-child(2)>div:nth-child(2){
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 16px;
    line-height: 1.8em;
}

.attendance-app-page .green-background{
    background-color: #b9f0d1;
    padding-bottom: 60px;
}

.attendance-app-page .pricing{
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    margin-bottom: 25px;
}

.attendance-app-page .pricing-content{
    width: 65%;
    margin: 0 auto;
}

.attendance-app-page .pricing-photo{
    width: 41%;
    text-align: center;
}

.attendance-app-page .pricing-photo img{
    width: 80%;
    height: 200px;
    object-fit: cover;
}

.attendance-app-page .pricing-desc{
    width: 59%;
}

.attendance-app-page .pricing-desc .spacing{
    min-width: 20%;
}

.attendance-app-page .pricing-content>div:nth-child(2)>div:nth-child(1){
    color: #577083;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.attendance-app-page .pricing-content>div:nth-child(2)>div:nth-child(2){
    font-size: 26px;
    color: #3168A2;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
}

.attendance-app-page .green-background .left-content{
    text-align: left;
}

.attendance-app-page .green-background .left-content, 
.attendance-app-page .green-background .right-content{
    width: 50%;
    color: #36B5CD;
    font-weight: 600;
    position: relative;
}

.attendance-app-page .green-background .right-content{
    line-height: 39px;
}

.attendance-app-page .green-background .right-content .black-btn{
    position: absolute;
    right: 0;
    bottom: 0;
}

.attendance-app-page .green-background .pricing-details > table{
    min-width: 230px;
}

.attendance-app-page .green-background .pricing-details{
    text-align: right;
}

@media (max-width: 1400px) {
    .attendance-app-page .blue-background .content-info .main-word{
        font-size:50px;
    }

    .attendance-app-page .pricing-content{
        width: 70%;
    }
}

@media (max-width: 1300px) {
    .attendance-app-page .pricing-content{
        width: 80%;
    }
}

@media (max-width: 1100px) {
    .attendance-app-page .pricing-content{
        width: 90%;
    }
}

@media (max-width: 1000px) {
    .attendance-app-page .blue-background .content-info .main-word{
        font-size:38px;
    }

    .attendance-app-page .pricing-desc .spacing{
        min-width: 10%;
    }
}

@media (max-width: 875px) {
    .attendance-app-page .pricing-desc .spacing{
        min-width: 3%;
    }

    .attendance-app-page .pricing-content{
        width: 95%;
    }

    .bm .attendance-app-page .black-btn{
        width: 147px;
    }
}

@media (max-width: 820px) {
    .bm .attendance-app-page .green-background .right-content .black-btn{
        position: inherit;
        display: block;
        margin-top: 10px;
    }

    .bm .attendance-app-page .green-background .pricing-desc .flex{
        display: block;
    }
}

@media (max-width: 790px) {
    .attendance-app-page .pricing-photo{
        width: 38%;
    }

    .attendance-app-page .pricing-desc{
        width: 62%;
    }
}

@media (max-width: 768px) {
    .attendance-app-page .flex{
        display: block;
    }

    .attendance-app-page .blue-background .content{    
        width: 100%;
    }
    
    .attendance-app-page .blue-background .content-info:nth-child(1) .left,
    .attendance-app-page .blue-background .content-info:nth-child(1) .right,
    .attendance-app-page .blue-background .content-info:nth-child(2) .left,
    .attendance-app-page .blue-background .content-info:nth-child(2) .right{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .attendance-app-page .blue-background .content-info:nth-child(1) .left img{
        height: 480px;
        width: 100%;
    }

    .attendance-app-page .blue-background .content-info:nth-child(1) .main-word{
        position: absolute;
        top: 20px;
        width: 100%;
        margin-top: 0px;
    }

    .attendance-app-page .blue-background .content-info .title,
    .attendance-app-page .blue-background .content-info:nth-child(2) .title{
        padding-left: 0px;
        text-align: center;
        margin: 25px auto;
        width: 85%;
    }

    .attendance-app-page .content-info-item,
    .attendance-app-page .wrapper{
        width: 85%;
        margin: 0 auto;
    }

    .attendance-app-page .content-info-item .flex{
        display: flex;
    }

    .attendance-app-page .top-title{
        font-size: 40px;
    }

    .attendance-app-page .top-img img,
    .attendance-app-page .blue-background .content-info:nth-child(2) .right img{
        width: 100%;
        height: unset;
        object-fit: unset;
    }

    .attendance-app-page .blue-background .content-info:not(:first-child) {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .attendance-app-page .blue-background .content-info:nth-child(2) .main-word{
        margin-bottom: 20px;
    }

    .attendance-app-page .blue-background .content-info:nth-child(2) .title{
        margin-top: 10px;
    }

    .attendance-app-page .pricing-content{
        width: 85%;
        margin: 0 auto;
    }

    .attendance-app-page .pricing-photo{
        width: 100%;

    }

    .attendance-app-page .pricing-photo img{
        width: 100%;
        height: unset;
        object-fit: unset;
    }

    .attendance-app-page .pricing-desc{
        width: 100%;
        text-align: center;
    }

    .attendance-app-page .pricing-content>div:nth-child(2)>div:nth-child(1){
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .attendance-app-page .green-background .left-content, .attendance-app-page .green-background .right-content{
        width: 100%;
    }

    .attendance-app-page .pricing-content>div:nth-child(2)>div:nth-child(2){
        width: 100%;
        text-align: left;
    }

    .attendance-app-page .green-background .right-content{
        margin-top: 30px;
    }

    .attendance-app-page .green-background .right-content .black-btn{
        position: relative;
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    .bm .attendance-app-page .black-btn,
    .attendance-app-page .black-btn{
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    .attendance-app-page .blue-background .content-info .content-info-item-info>div:nth-child(2){
        padding-left: 0px;
        padding-top: 0px;
    }

    .attendance-app-page .content-info-item-info .flex .mobile{
        padding-right: 20px;
    }

    .attendance-app-page .blue-background .content-info .content-info-item-info>div:nth-child(2)>div:first-child{
        margin-bottom: 15px;
    }

    .attendance-app-page .flex-reverse-mobile{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 345px) {
    .attendance-app-page .blue-background .content-info .main-word{
        font-size: 33px;
    }
}

@media (max-width: 300px) {
    .attendance-app-page .blue-background .content-info .main-word{
        font-size: 28px;
    }

    .attendance-app-page .top-title{
        font-size: 36px;
    }

    .attendance-app-page .blue-background .content-info .title{
        font-size: 26px;
    }
}

/* ========================================================= attendace app (End) =========================================================*/

/* ======================================================= Digital Namecard (Start) =======================================================*/

.digital-namecard-page .top-part {
    margin: 20px auto;
    margin-top: 50px;
    width: 90%;
}

.digital-namecard-page .top-part .first-line {
    text-align: center;
    font-size: 56px;
    font-weight: bold;
}

.digital-namecard-page .top-part .second-line {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.digital-namecard-page .top-part .third-line {
    width: 100%;
    text-align: center;
}

.digital-namecard-page .top-part .third-line img {
    width: 100%;
    max-width: 275px;
    height: 342px;
    object-fit: cover;
    text-align: center;
}

.digital-namecard-page .middle-part {
    padding-top: 5px;
    background-color: #f5fbff;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 45px;
}

.digital-namecard-page .middle-part .content {
    width: 85%;
    margin: 0 auto;
}

.digital-namecard-page .middle-part .content-info:nth-child(1) .left,
.digital-namecard-page .middle-part .content-info:nth-child(3) .left{
    width: 50%;
    text-align: center;
    padding-right: 25px;
}

.digital-namecard-page .middle-part .content-info:nth-child(4) .left{
    width: 40%;
    text-align: center;
    padding-right: 0px;
}


.digital-namecard-page .middle-part .content-info:nth-child(2) .left{
    width: 50%;
    padding-left: 60px;
}

.digital-namecard-page .middle-part .content-info:nth-child(1) .left img,
.digital-namecard-page .middle-part .content-info:nth-child(3) .left img{
    width: 85%;
    height: 400px;
    max-width: 400px;
}

.digital-namecard-page .middle-part .content-info:nth-child(4) .left img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.digital-namecard-page .middle-part .content-info .main-word {
    color: #292929;
    font-family: TrendSansW00-Four;
    font-size: 60px;
    line-height: 1em;
    margin-top: 45px;
}

.digital-namecard-page .middle-part .content-info .title {
    font-weight: bold;
    text-shadow: #ffffff 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.8em;
    padding-left: 70px;
    margin-bottom: 45px;
}

.digital-namecard-page .middle-part .content-info:nth-child(1) .right,
.digital-namecard-page .middle-part .content-info:nth-child(3) .right,
.digital-namecard-page .middle-part .content-info:nth-child(4) .right{
    width: 50%;
}

.digital-namecard-page .middle-part .content-info:nth-child(2) .right img{
    width: 70%;
    height: 300px;
    object-fit: cover;
}

.digital-namecard-page .middle-part .content-info .content-info-item-info>div:nth-child(2) {
    padding-left: 35px;
    padding-top: 2px;
}

.digital-namecard-page .middle-part .content-info:nth-child(4) .content-info-item-info>div:nth-child(2) {
    padding-left: 0px;
}

.digital-namecard-page .middle-part .content-info .content-info-item-info>div:nth-child(2)>div:first-child {
    margin-bottom: 10px;
}


.digital-namecard-page .middle-part .content-info .content-info-item-info>div:nth-child(2)>div:nth-child(2) {
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 16px;
    line-height: 1.8em;
}


.digital-namecard-page .middle-part .content-info .content-info-item-info>div:nth-child(2)>div:nth-child(2) {
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 16px;
    line-height: 1.8em;
}

.digital-namecard-page .middle-part .content-info .fly-bottom:not(:first-child) {
    margin-top: 35px;
}

.digital-namecard-page .middle-part .content-info:not(:first-child) {
    -webkit-box-shadow: 0px -15px 10px -15px #919191;
    -moz-box-shadow: 0px -15px 10px -15px #919191;
    box-shadow: 0px -15px 10px -15px #919191;
    margin-top: 50px;
    padding-top: 50px;
}

.digital-namecard-page .middle-part .content-info:nth-child(2) .right {
    text-align: center;
    width: 50%;
    padding-left: 25px;
}

.digital-namecard-page .middle-part .content-info:nth-child(4) .content-info-item-info>div:nth-child(2)>div:first-child {
    margin-bottom: 30px;
}

.digital-namecard-page .middle-part .flip-card {
    height: 400px;
}

.digital-namecard-page .middle-part .flip-target{
    opacity: 0;
}

.digital-namecard-page .middle-part .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    perspective: 800px;
    transform-style: preserve-3d;
}

.digital-namecard-page .middle-part .flip-card-front, 
.digital-namecard-page .middle-part .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.digital-namecard-page .middle-part .slide-image-from-left.flip-card-front,
.digital-namecard-page .middle-part .slide-image-from-left.flip-card-back{
    overflow: hidden;
    opacity: 0;
    
    transform: rotateY(180deg);
    transform-origin: left;
    backface-visibility: hidden;
    transition: 1s transform ease;
}

.digital-namecard-page .middle-part .slide-image-from-left.flip-card-front.rotate-180-animation,
.digital-namecard-page .middle-part .slide-image-from-left.flip-card-back.rotate-180-animation{
    overflow: visible;
    opacity: 1;
    transform: rotateY(0deg);
}

.digital-namecard-page .middle-part .slide-image-from-right.flip-card-front,
.digital-namecard-page .middle-part .slide-image-from-right.flip-card-back{
    overflow: hidden;
    opacity: 0;
    
    transform: rotateY(180deg);
    transform-origin: right;
    backface-visibility: hidden;
    transition: 1s transform ease;
}

.digital-namecard-page .middle-part .slide-image-from-right.flip-card-front.rotate-180-animation,
.digital-namecard-page .middle-part .slide-image-from-right.flip-card-back.rotate-180-animation{
    overflow: visible;
    opacity: 1;
    transform: rotateY(0deg);
}

.digital-namecard-page .spacing{
    width: 60px;
}

.digital-namecard-page .dot{
    margin-right: 10px;
}

.digital-namecard-page .hidden-dot{
    height: 7px;
    width: 7px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.digital-namecard-page .item-bottom-content{
    margin-top: 40px;
}

.digital-namecard-page .contact-us-block .black-btn {
    display: block;
    line-height: 39px;
}

.digital-namecard-page .bottom-part {
    background-color: #b9f0d1;
    padding-bottom: 60px;
}

.digital-namecard-page .bottom-part .pricing {
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    margin-bottom: 25px;
}

.digital-namecard-page .bottom-part .pricing-content {
    width: 80%;
    margin: 0 auto;
}

.digital-namecard-page .bottom-part .pricing-photo {
    text-align: center;
}

.digital-namecard-page .bottom-part .pricing-photo img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.digital-namecard-page .bottom-part .pricing-title{
    font-size: 22px;
    font-weight: bold;
    color: #054F81;
    text-align: center;
    margin: 20px 0px;
}

.digital-namecard-page .bottom-part .first-desc,
.digital-namecard-page .bottom-part .second-desc{
    color: #577083;
    margin-bottom: 25px;
}

.digital-namecard-page .bottom-part .market-pricing-title{
    color: #3168A2;
    font-weight: bold;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 32px;
}

.digital-namecard-page .bottom-part .pricing-details{
    text-align: right;
}

.digital-namecard-page .bottom-part .pricing-details > table{
    min-width: 200px;
}

.ch .digital-namecard-page .bottom-part .pricing-details > table td{
    width: 1px;
}

.ch .digital-namecard-page .bottom-part .pricing-details > table td:nth-child(5){
    width: 28px;
}

.bm .digital-namecard-page .bottom-part .pricing-details > table{
    min-width: 235px;
}

.digital-namecard-page .bottom-part .left {
    width: 50%;
    border-right: 3px solid black;
    padding: 0 30px;
    line-height: 1.5em;
}

.digital-namecard-page .bottom-part .right {
    width: 50%;
    padding: 0 30px;
    line-height: 1.5em;
}

.digital-namecard-page .bottom-part .left-content,
.digital-namecard-page .bottom-part .right-content{
    width: 50%;
    color: #36B5CD;
    font-weight: 600;
    position: relative;
}

.digital-namecard-page .bottom-part .right-content{
    width: 100%;
    line-height: 39px;
}

.digital-namecard-page .bottom-part .right-content .black-btn{
    position: absolute;
    right: 0;
    bottom: 0;
}

.digital-namecard-page .bottom-part .left-content {
    padding-right: 10px;
}

.digital-namecard-page .content-info-item-info .flex .mobile {
    padding-right: 20px;
}

.digital-namecard-page .scan-me{
    margin-top: 10px;
    text-align: center;
}

.digital-namecard-page .scan-me.animation{
    animation: createBox 1s;
}

.digital-namecard-page .sample-demo{
    margin-bottom: 35px;
}

.digital-namecard-page .interested-desc{
    text-shadow: #ffffff 0px 0px 6px;
    line-height: 1.8em;
}

@keyframes createBox {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.hidden{
    display: none;
}

@media (max-width: 1390px){
    .bm .digital-namecard-page .bottom-part .pricing-content{
        width: 85%;
    }
}

@media (max-width: 1260px){
    .bm .digital-namecard-page .bottom-part .pricing-content{
        width: 90%;
    }
}

@media (max-width: 1180px){
    .bm .digital-namecard-page .bottom-part .pricing-content,
    .digital-namecard-page .bottom-part .pricing-content{
        width: 85%;
    }

    .bm .digital-namecard-page .bottom-part .pricing-content .flex{
        display: block;
    }

    .bm .digital-namecard-page .bottom-part .pricing-content .right-content{
        padding-top: 10px;
    }

    .bm .digital-namecard-page .bottom-part .right-content .black-btn{
        position: inherit;
        padding: 10px 30px;
        margin-top: 10px;
    }
}

@media (max-width: 1050px){
    .digital-namecard-page .bottom-part .pricing-content{
        width: 90%;
    }
}

@media (max-width: 1000px){
    .digital-namecard-page .middle-part .content-info:nth-child(4) .right {
        width: 60%;
    }

    .digital-namecard-page .spacing {
        width: 20px;
    }
    
    .bm .digital-namecard-page .bottom-part .pricing-content,
    .digital-namecard-page .bottom-part .pricing-content{
        width: 100%;
    }
}

@media (max-width: 870px){
    .digital-namecard-page .bottom-part .pricing-content .right-content{
        padding-top: 10px;
    }

    .digital-namecard-page .bottom-part .pricing-content .flex{
        display: block;
    }

    .digital-namecard-page .bottom-part .right-content .black-btn{
        position: inherit;
        padding: 10px 30px;
        margin-top: 10px;
    }
}

@media (max-width: 768px){
    .digital-namecard-page .middle-part .content-info:nth-child(3) .left img{
        height: unset;
        max-width: unset;
    }

    .digital-namecard-page .padding-top-50px{
        padding-top: 0px;
    }
    
    .digital-namecard-page .top-part .first-line {
        font-size: 40px;
    }

    .digital-namecard-page .middle-part .content {
        width: 100%;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(1) .left, 
    .digital-namecard-page .middle-part .content-info:nth-child(1) .right, 
    .digital-namecard-page .middle-part .content-info:nth-child(2) .left, 
    .digital-namecard-page .middle-part .content-info:nth-child(2) .right,
    .digital-namecard-page .middle-part .content-info:nth-child(3) .right,
    .digital-namecard-page .middle-part .content-info:nth-child(3) .right,
    .digital-namecard-page .middle-part .content-info:nth-child(4) .right,
    .digital-namecard-page .middle-part .content-info:nth-child(4) .right{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .digital-namecard-page .middle-part .content-info .title, 
    .digital-namecard-page .middle-part .content-info:nth-child(2) .title,
    .digital-namecard-page .middle-part .content-info:nth-child(3) .title,
    .digital-namecard-page .middle-part .content-info:nth-child(4) .title{
        padding-left: 0px;
        text-align: center;
        margin: 25px auto;
        width: 85%;
        font-size: 28px;
    }

    .digital-namecard-page .middle-part .content-info-item .flex {
        display: flex;
    }

    .digital-namecard-page .middle-part .content-info-item{
        width: 85%;
        margin: 0 auto;
    }

    
    .digital-namecard-page .middle-part .content-info:nth-child(2) .mobile-image{
        width: 85%;
        margin: 0 auto;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(2) .mobile-image img {
        width: 100%;
        height: unset;
        object-fit: unset;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(1) .left, 
    .digital-namecard-page .middle-part .content-info:nth-child(3) .left,
    .digital-namecard-page .middle-part .content-info:nth-child(4) .left {
        width: 100%;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(3),
    .digital-namecard-page .middle-part .content-info:nth-child(4) {
        padding-top: 1px;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(4) .left img,
    .digital-namecard-page .middle-part.p-relative img{
        width: 90%;
        height: 100%;
        max-width: 200px;
    }

    .digital-namecard-page .middle-part .flex,
    .digital-namecard-page .bottom-part .flex,
    .digital-namecard-page .middle-part .content-info-item .flex.item-bottom-content {
        display: block;
    }

    .digital-namecard-page .bottom-part .left,
    .digital-namecard-page .bottom-part .right{
        width: 100%;
        padding: 0px;
        border: 0;
    }

    .digital-namecard-page .bottom-part .pricing-photo {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .bm .digital-namecard-page .bottom-part .pricing-content,
    .digital-namecard-page .bottom-part .pricing-content{
        width: 85%;
    }

    .digital-namecard-page .bottom-part .left-content, 
    .digital-namecard-page .bottom-part .right-content{
        width: 100%;
    }

    .digital-namecard-page .bottom-part .right-content{
        text-align: center;
        position: relative;
        margin-top: 30px;
    }

    .digital-namecard-page .bottom-part .pricing-details{
        text-align: left;
    }

    .digital-namecard-page .bottom-part .pricing-details > table{
        text-align: right;
    }
    
    .digital-namecard-page .transparent{
        display: none;
    }

    .digital-namecard-page .contact-us-block{
        text-align: center;
    }

    .digital-namecard-page .black-btn{
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    .bm .digital-namecard-page .bottom-part .right-content .black-btn,
    .digital-namecard-page .bottom-part .right-content .black-btn{
        position: relative;
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    .digital-namecard-page .bottom-part .pricing-photo img {
        width: 100%;
        height: 100%;
        max-width: 200px;
    }

    .digital-namecard-page .spacing {
        margin-top: 30px;
    }

    .digital-namecard-page .middle-part .content-info:nth-child(1) .left, 
    .digital-namecard-page .middle-part .content-info:nth-child(3) .left {
        padding-right: 0px;
    }

    .digital-namecard-page .middle-part .content-info .content-info-item-info>div:nth-child(2) {
        padding-left: 0px;
        padding-top: 0px;
    }

    .digital-namecard-page .middle-part .content-info-item{
        margin-top: 35px;
    }

    .digital-namecard-page .sample-demo{
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}

/* ==================================================== Digital Namecard (End) ====================================================*/
/* ==================================================== Loyalty Module (Start) ====================================================*/

.loyalty-module-page .top-part {
    margin: 20px auto;
    margin-top: 50px;
    width: 90%;
}

.loyalty-module-page .top-part .first-line {
    text-align: center;
    font-size: 56px;
    font-weight: bold;
}

.loyalty-module-page .top-part .second-line {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.8em;
}

.loyalty-module-page .top-part .third-line {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.loyalty-module-page .top-part .third-line div:nth-child(2){
    padding: 0px 10px;
}
.loyalty-module-page .top-part .third-line img {
    width: 100%;
    height: 200px;
    text-align: center;
}

.loyalty-module-page .middle-part {
    padding-top: 5px;
    background-color: #f5fbff;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 45px;
}

.loyalty-module-page .middle-part .content {
    width: 85%;
    margin: 0 auto;
}

.loyalty-module-page .middle-part .content-info:nth-child(1) .left{
    width: 50%;
    text-align: center;
    padding-right: 90px;
}

.loyalty-module-page .middle-part .p-relative{
    height: 700px;
}

.loyalty-module-page .middle-part .content-info:nth-child(1) .left img{
    width: 55%;
    height: 55%;
}

.loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(1){
    position: absolute;
    right: 0;
    top: 0;
}

.loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(2){
    position: absolute;
    left: 0;
    bottom: 0;
}

.loyalty-module-page .middle-part .content-info:nth-child(1) .right{
    width: 50%;
}

.loyalty-module-page .middle-part .content-info .title {
    font-weight: bold;
    text-shadow: #ffffff 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.8em;
    padding-left: 70px;
    margin-bottom: 45px;
}

.loyalty-module-page .middle-part .content-info .content-info-item-info>div:nth-child(2) {
    padding-left: 35px;
    padding-top: 2px;
}

.loyalty-module-page .middle-part .content-info .content-info-item-info>div:nth-child(2)>div:first-child {
    margin-bottom: 10px;
}

.loyalty-module-page .middle-part .content-info .fly-bottom:not(:first-child) {
    margin-top: 35px;
}

.loyalty-module-page .middle-part .content-info .content-info-item-info>div:nth-child(2)>div:nth-child(2) {
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 16px;
    line-height: 1.8em;
}

.loyalty-module-page .bottom-part {
    background-color: #b9f0d1;
    padding-bottom: 60px;
}

.loyalty-module-page .bottom-part .pricing {
    text-shadow: rgb(255 255 255) 0px 0px 6px;
    font-size: 30px;
    color: #033250;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    margin-bottom: 25px;
}

.loyalty-module-page .bottom-part .pricing-content {
    width: 60%;
    margin: 0 auto;
}

.loyalty-module-page .bottom-part .pricing-photo {
    width: 41%;
    text-align: center;
    padding-right: 50px;
}

.loyalty-module-page .bottom-part .pricing-photo img {
    max-width: 200px;
}

.loyalty-module-page .bottom-part .pricing-content>div:nth-child(3)>div:nth-child(1){
    color: #577083;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.loyalty-module-page .bottom-part .pricing-content>div:nth-child(3)>div:nth-child(2) {
    color: #3168A2;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.loyalty-module-page .bottom-part .left-content, 
.loyalty-module-page .bottom-part .right-content {
    width: 50%;
    color: #36B5CD;
    font-weight: 600;
    position: relative;
}

.loyalty-module-page .bottom-part .right-content {
    line-height: 39px;
}

.loyalty-module-page .bottom-part .right-content .black-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.loyalty-module-page .bottom-part .pricing-details {
    text-align: right;
}

.loyalty-module-page .bottom-part .pricing-details > table{
    min-width: 210px;
}

.bm .loyalty-module-page .bottom-part .pricing-details > table{
    min-width: 245px;
}

.loyalty-module-page .mobile-view{
    display: none;
}

.loyalty-module-page .content-info-item-info .flex .mobile {
    padding-right: 20px;
}

@media (max-width: 1230px){
    .bm .loyalty-module-page .bottom-part .pricing-content{
        width: 70%;
    }
}

@media (max-width: 1080px){
    .bm .loyalty-module-page .bottom-part .pricing-content{
        width: 80%;
    }

    .loyalty-module-page .bottom-part .pricing-content{
        width: 70%;
    }
}

@media (max-width: 1000px){
    .loyalty-module-page .middle-part .p-relative {
        height: 600px;
    }

    .loyalty-module-page .bottom-part .pricing-content {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 950px){
    .bm .loyalty-module-page .bottom-part .pricing-content{
        width: 90%;
    }

    .loyalty-module-page .bottom-part .pricing-photo img{
        max-width: 150px;
    }
}

@media (max-width: 768px){
    .loyalty-module-page .middle-part .p-relative{
        height: 800px;    
    }

    .loyalty-module-page .top-part .first-line {
        font-size: 40px;
    }

    .loyalty-module-page .top-part .third-line>div{
        margin-top: 25px;
    }

    .loyalty-module-page .top-part .third-line img {
        width: 30%;
        height: 100%;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(1){
        width: 85%;
        height: 600px;
        position: relative;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(2) {
        position: absolute;
        left: auto;
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
    }

    .loyalty-module-page .top-part .flex, 
    .loyalty-module-page .middle-part .flex, 
    .loyalty-module-page .bottom-part .flex, 
    .loyalty-module-page .middle-part .content-info-item .flex.item-bottom-content {
        display: block;
    }

    .loyalty-module-page .middle-part .content {
        width: 100%;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left, 
    .loyalty-module-page .middle-part .content-info:nth-child(1) .right {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .loyalty-module-page .middle-part .content-info .title{
        padding-left: 0px;
        text-align: center;
        margin: 25px auto;
        width: 85%;
        font-size: 28px;
    }

    .loyalty-module-page .padding-top-50px{
        padding-top: 0px;
    }

    .loyalty-module-page .middle-part .content-info-item {
        width: 85%;
        margin: 0 auto;
        margin-top: 35px;
    }

    .loyalty-module-page .middle-part .content-info-item .flex {
        display: flex;
    }

    .loyalty-module-page .middle-part .content-info .content-info-item-info>div:nth-child(2) {
        padding-left: 0px;
        padding-top: 0px;
    }

    .bm .loyalty-module-page .bottom-part .pricing-content,
    .loyalty-module-page .bottom-part .pricing-content {
        width: 85%;
    }

    .loyalty-module-page .bottom-part .pricing-photo {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-right: 0px;
        padding-top: 40px;
    }

    .loyalty-module-page .bottom-part .pricing-content>div:nth-child(3)>div:nth-child(1) {
        text-align: center;
    }

    .loyalty-module-page .web-view{
        display: none;
    }

    .loyalty-module-page .mobile-view{
        display: block;
    }

    .loyalty-module-page .bottom-part .pricing {
        padding-top: 25px;
    }

    .loyalty-module-page .bottom-part .pricing-content>div:nth-child(3)>div:nth-child(1) {
        margin-bottom: 20px;
    }

    .loyalty-module-page .bottom-part .right-content {
        text-align: center;
        position: relative;
        margin-top: 30px;
        width: 100%;
    }

    .loyalty-module-page .bottom-part .right-content .black-btn {
        position: relative;
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    .loyalty-module-page .bottom-part .left-content{
        min-width: 250px;
    }
}

@media (max-width: 600px){
    .loyalty-module-page .middle-part .p-relative{
        height: 600px;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(1){
        height: 450px;
    }
}

@media (max-width: 300px){
    .loyalty-module-page .bottom-part .pricing-content>div:nth-child(3)>div:nth-child(2) {
        font-size: 24px;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(1){
        height: auto;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img:nth-child(2) {
        top: 35%;
    }

    .loyalty-module-page .middle-part .content-info:nth-child(1) .left img{
        width: 70%;
        height: auto;
    }

    .loyalty-module-page .middle-part .p-relative{
        height: 440px;
    }
}

/* ==================================================== Loyalty Module (End) ====================================================*/