html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;

    overflow: hidden;



}




body {
    background: #FFF;
    font-family: 'HelveticaNeue', 'Open Sans', sans-serif;
    font-weight: 100;
    color: #00142a;
    font-size: 17px;
    line-height: 25px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
 
}

h1{
    
    font-family: 'HelveticaNeue', 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

p {
    font-family: 'HelveticaNeue', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0px;

}

.btn {
   
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    margin-bottom: 0.9375rem;
    text-decoration: none;
    transition: background 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    border: 0;
    text-align: center;
    -webkit-appearence: none;
    font-size: 12px;
    color: #fff;
    fill: #fff;
    background-color: #E20015;
     padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    font-weight: 300;
     margin-top: 20px;
}






.cbox {}


.iziModal img {
    max-width: 100%;
}




.icon-close {
    margin-bottom: 10px;
    position: absolute;
    right: -31px;
    top: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    z-index: 99;
    padding: 0px;
    background-color: transparent;
}

.iziModal-navigate > button {
    opacity: 0.6;
}



.iziModal-navigate-next1 {
    right: -10%;
}

.iziModal-navigate-prev1 {
    right: -10%;
}

.icontent {
    padding: 60px;
}

 

.iziModal {
    min-height: 200px;
}

.logo {
    position: fixed;
    left: 20px;
    top: 20px;
    padding: 15px;
    width: 200px;
    background-color: #f1f1f1;
    
    
}
.logo img {
    max-width: 100%;
}


   .cbox {
            
            position: absolute;
            width: 500px;
            min-height: 200px;
            background-color: #f1f1f1;
            padding: 30px;
            padding-left: 50px;
            padding-right: 50px;
            z-index: 999;
            top: 20px;
            left: 20px
            
        }
        .btn-close{
            position: absolute;
            right: 10px;
            top: 5px;
            display: inline-block;
            text-decoration: none;
            transition: 3s all;
            font-size: 25px;
            color: #00142a;
        }
        
        .icon-close:hover{
            text-decoration: none;
            font-weight: bold;
        }
        
        .cbox0, .cbox1, .cbox2, .cbox3{
            display: none;
        }


@media only screen and (min-width: 1400px) {
    .iziModal {
        max-width: 800 !important;

    }


}


@media only screen and (max-width: 800px) {
    .iziModal {
        max-width: 70% !important;

    }

    #videoplayer {
        max-height: 300px;
    }

    .icontent {
        padding: 20px;
    }

}


@media only screen and (max-width: 600px) {
    .logo {

        width: 150px
    }
    
    .cbox{
        width: 100%;
        left: 0px;
        top: 0px;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        z-index: 9999;
    }
}
