body{
    font-family:'Raleway', 'Saira';
    margin:0;
    background-color: #0054a5;
}
.white-bg{
    background-color: #fefefe;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.ttf');
}

input{
    font-family:'Barlow'!Important;
}

/**** BEGIN HEADER  *****/

.header-lock{
    width: 100%;
    height:70px;
    position: fixed;
    z-index: 200;
    background: rgb(255,255,255,0.90);
    display: block;
}
.header-lock .header-holder{
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 5px;
}
.header-holder .header-logo{
    float: left;
    height: 100%;
    width: 20%;
    text-align: left;
    position: relative;
}
.header-logo img{
    position: relative;
    height: 100%;
    width: auto;
}
.header-lock .logo-title{
    width: auto;
    height:100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 7px;
}
.logo-title h5{
    color: #0054a5;
    font-family: 'Saira';
    margin: 0;
}
.header-lock .header-contact{
    position: relative;
    float: right;
    height: 25px;
    width: 70%;
    color: #fefefe;
    text-align: right;
}
.header-contact p{
    font-family:'Saira';
    margin-right: 65px;
    font-weight:100;
    color: #000000;
}
.header-lock .nav-lock{
    position: relative;
    float: right;
    height:50px;
    width: 70%;
    border-bottom: 50px solid  #0054a5;
    border-left: 40px solid transparent;
}
.header-holder .nav-bar{
    width: 80%;
    height:100%;
    position: relative;
    float: right;
    box-sizing: border-box;
    padding: 15px;
}
.nav-bar ul{
    list-style-type: none;
    display: inline-flex;
    position: relative;
    float: right;

}

.nav-bar a{
    color: #0054a5;
    width: auto;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    transition: all ease 0.2s;
    font-size: 14px;
    font-family: 'Century Gothic';
    font-weight: 600;
}
.nav-bar a:hover{
    color:#3da9f1;
}
/****** END HEADER ******/

/****** BEGIN MOBILE HEADER ****/

.mobile-header-lock{
    display: none;
    width: 100%;
    height: 40px;
    background-color: #0054a5;
    z-index: 1006;
    position: fixed;
}
.m-left{
    width: 60%;
    height: 100%;
    float: left;
    padding: 5px;
    color: #fefefe;
    font-size: 20px;
    font-family: 'Roboto';
}
.m-right{
    width: 30%;
    height:100%;
    float: right;
    padding: 5px;

}
.m-right img{
    height:100%;
    width:auto;
    float: right;
}
.mobile-nav{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.70);
    top: 51px;
    display: none;
    position: fixed;
    z-index: 1006;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
}
.link-wpr {
    width: 100%;
    text-align: center;
    height: auto;
}
.link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    background: #0054a5;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.m-left img{
    height:100%;
    width: auto;
}

/****** END MOBILE HEADER *****/

.home-page{
    width: 100%;
    height: 100vh;
    /*padding-top: 75px;*/
}
.home-page .home-banner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background: url('../img/home-bg-new.jpg');*/
    /*background-size: cover;
    background-repeat:no-repeat;
    background-position: bottom;
    background-attachment: fixed;*/
}
.home-banner img{
    width: 100%;
    height: auto;
}
.home-banner .banner-lock{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
}
.home-banner .home-welcome-note{
    width: 45%;
    height: 24%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fefefe;
    text-align: center;
    box-sizing: border-box;
    padding: 23px;
    /* background-color: rgba(0,0,0,0.3); */
}
.home-welcome-note h5{
    font-family: 'Raleway';
    /*font-style: italic;*/
    font-weight: 300;
    font-size: 25px;
}
.home-page .advisory-lock{
    width: 100%;
    height: 34px;
    position: fixed;
    margin-top: 10px;
    bottom: 0;
    border-top: 0.5px solid #cacaca;
    background-color:#fefefe;
    z-index: 1006;
}
.advisory-lock .advisory{
    width: 20%;
    height:34px;
    box-sizing: border-box;
    color: #fefefe;
    background-color: #ff9900;
    font-family: 'Saira';
    font-size: 24px;
    float: left;
    padding-left: 65px;
}
.advisory-lock .advisory-tip{
    width: 50px;
    height: auto;
    position: relative;
    border-top: 34px solid #ff9900;
    border-right: 30px solid transparent;
    float: left;
}
.advisory-lock .advisory-content{
    float: right;
    width: 75%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 7px;
}
.advisory-content h5{
    font-size:14px;
}
.home-mid-lock{
    width: 100%;
    height: 193px;
    position: relative;
    text-align: center;
    padding: 0 35px;
    padding-bottom: 9px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.sign-in{
    margin-top: 15px;
    color: #fefefe;
    border: 2px solid rgba(255,255,255,0.60);
    padding: 5px 20px;
    border-radius: 5px;
    font-family:'Saira';
    cursor: pointer;
}
.sign-in:hover{
    background-color: rgba(255,255,255,0.70);
    color: #000;
    transition: all ease 0.2s;
    padding: 5px 25px;
}
.home-mid-lock .mid-content{
    width: 100%;
    height: 193px;
    position: relative;
}
.small-3 .content-thumb{
    width: 75%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 64, 185, 0.90);
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 115px;
    cursor: pointer;
    transition: all ease 0.2s;
    background-color: white;
    border: 2px solid rgba(0, 64, 185, 0.80);
    margin: 0 auto;
}
.large-3 .content-thumb{
    width: 75%;
    height: 215px;
    position: relative;
    background-color: rgba(0, 64, 185, 0.90);
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0;
    border-radius: 115px;
    cursor: pointer;
    transition: all ease 0.2s;
    background-color: white;
    border: 15px solid rgba(0, 64, 185, 0.80);
    margin: 0 auto;
}
.content-thumb h5{
    font-family: 'Saira';
    font-weight: 400;
    color: #fefefe;
}
.content-thumb:hover{
    opacity: 0.80;

}
.myaccount{
    background: url('../img/my-account.jpg');
    background-size: cover;
    background-repeat:no-repeat;
}
.prepaid{
    background: url('../img/pre-paid.jpg');
    background-size: cover;
    background-repeat:no-repeat;
}
.inquiry{
    background: url('../img/inquiry.jpg');
    background-size: cover;
    background-repeat:no-repeat;
}
.calculator{
    background: url('../img/bill-calculator.jpg');
    background-size: cover;
    background-repeat:no-repeat;
}
.about-us-page{
    width:100%;
    height:100vh;
    position: relative;
    padding-top: 75px;
}
.about-us-page .about-image{
    width: 50%;
    position: relative;
    height:100%;
    float: left;
    text-align: center;
    background: url('../img/our-company.png');
    background-repeat:no-repeat;
}

.about-image h1{
    font-family: 'Saira';
    color: #fefefe;
    margin-top: 45%;
    margin-left: 25%;
    font-weight: 500;
    background-color: rgba(0,0,0,0.40);
    width: 55%;
}
.about-us-page .about-content{
    width: 50%;
    position: relative;
    height:100%;
    float: right;
    box-sizing: border-box;
    padding: 15px;
}
.about-content h2{
    font-family:'Raleway';
    font-weight:500;
}
.about-content hr{
    height: 4px;
    background-color:#0054a5;
    margin:0;
}
.about-content h5{
    font-family:'Raleway';
    margin-top: 15px;
    font-size: 17px;
}
.about-content .objective{
    width: 100%;
    position: relative;
    height: 40%;
    text-align: center;
}
.objective .obj-thumb{
    margin: 0 auto;
    height:210px;
    width: auto;
    position: relative;
}
.obj-thumb h5{
    color: #fefefe;
    background-color:#0054a5;
}
.contact-page{
    width: 100%;
    height:100vh;
    position: relative;
}
.contact-page .contact-locker{
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0 auto;
    top: 30%;
    background: url(../img/casti.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    box-sizing: border-box;
    padding: 10%;
}
.contact-locker h2{
    color: #fefefe;
    font-family: 'Saira';
    font-weight:500;
    position: relative;
    margin: 0 auto;
}
.contact-locker .view-contact{
    width: 130px;
    position: relative;
    height: 30px;
    margin: 0 auto;
    color: #fefefe;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.2s;
    border: 2px solid #fefefe;
}
.view-contact:hover{
    background-color: rgba(255,255,255,0.60);
    color:#000000;
    width: 150px;
}
.contact-image{
    width: 50%;
    height:100%;
    position: relative;
    float: left;
}
/*.reveal{
    width: 60%;
    top: 80px!important;
    transition: all ease 0.2s!important;
}*/
.contact-container{
    width:50%;
    height:100%;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.contact-container h5{
    font-family:'Saira';
    color: #fefefe;
    background-color:#0054a5;
    width: 100%;
    height:auto;
    text-align: center;
}
/*.reveal{
    padding: 0;
}*/
/*.reveal .login-top{
    width: 100%;
    height: 60px;
    position: relative;
    padding-left: 35px;
    z-index: 100;
}*/
/*.login-top img{
    width: 130px;
}
.reveal .login-bottom{
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 3px;
    background-color: #0054a5;
    border: 2px solid #fefefe;
}*/
/*.login-bottom .login-center{
    width: 100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    background-color: #fefefe;
}
.login-center .login-locker{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.login-locker p{
    font-size:13px;
}
.login-locker h3{
    font-family:'Saira';
    text-align: right;
}
.login-locker .login-holder{
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
}
.login-holder .login-logo{
    width: 10%;
    height:100%;
    position: relative;
    float: left;
}
.login-holder input{
    float: right;
    width:85%;
    height:100%;
    position: relative;
    border: 1px solid #444;
    box-shadow: 1px 1px 1px 1px #bfbfbf;
}*/
.long{
    width:100%;
}
.forgot{
    font-size:12px;
    float: right;
}
.unstyled::-webkit-inner-spin-button{
    display: none;
    -webkit-appearance: none;
}
.acc-locker{
    width: 100%;
    height:auto;
    margin: 0 auto;
    position: relative;
    background-color: #fefefe;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    border: 5px solid #0054a5;
}
.acc-locker h5{
    font-family:'Saira';
}
.acc-locker input{
    text-align: center;
    font-family:'Barlow';
}
.no-marbot{
    margin-bottom: 0;
}
#left{
    text-align: left;
}
.padbottom{
    float: right;
    margin-right:10px;
    transform: translateY(0%);
}
.taas{
    height:34px;
}
.tabs-title > a {
    padding: 8px 35px;
    font-size: 16px;
    font-family: 'Barlow';
}
.photo-container{
    width: 45%;
    height: 330px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #bfbfbf;
    margin: 0 auto;
}
.phosition{
    padding: 2px;
    border: 1px solid #bfbfbf;
}
.orange{
    background-color: #ff9900;
}
.clearer{
    background-color: transparent;
    border: none;
}
.serve-slide{
    top: 40%;
    position: absolute;
}
#VC{
   color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    transition: all ease 0.2s;
    border-radius: 5px;
}
#VC:hover{
    background-color: #0054a5;
    color: #fefefe;
    border-radius: 0;
}
.inquiry:hover{
    background-position: center;
}
.prepaid:hover{
    background-position: center;
}
.myaccount:hover{
    background-position: center;
}
.calculator:hover{
    background-position: center;
}
.desktop-view{
    display: block;
}
.mobile-view{
    display: none;
}
.home-mid-lock-mobile{
    display: none;
    height:auto;
    width: 100%;
    background-color: #fefefe;
}
.home-page-mobile{
    width: 100%;
    height: 100vh;
    background: url('../img/water-5.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.mobile-welcome-note{
    width: 90%;
    height: 3%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    text-align: center;
    color: white;
}
.mobile-welcome-note h5{
    font-family:'Raleway';
    font-weight:100;
}
.mobile-services-button{
    color: #fefefe;
    border: 2px solid rgba(255,255,255,0.60);
    padding: 5px 20px;
    border-radius: 5px;
    font-family:'Saira';
    cursor: pointer;
    margin-top: 10px;
}
.mobile-services{
    padding: 20px;
}
.mservice-thumb{
    border: 2px solid #fefefe;
    border-radius: 55px;
    padding: 5px;
    padding-top: 30px;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.mservice-thumb h5{
    font-size: 8px;
    color: #fefefe;
}
.about-mobile-banner{
    background:url('../img/our-company.png');
    background-size:cover;
    background-position: right;
    height:30vh;
    width: 100%;
    background-color:#fefefe;
    text-align: center;
}
.about-mobile-banner h1{
    transform:translate(-50%, -50%);
    position: relative;
    left: 50%;
    top: 50%;
    font-family:'Saira';
    color:#fefefe;
    background-color:rgba(0,0,0,0.6);
    width: 60%;
}
.about-mobile-content{
    width: 100%;
    background-color:#fefefe;
    height:auto;
    padding: 20px;

}
.about-mobile-content h2, h5{
    font-family:'Raleway';
}
.mobile-contact-page{
    width: 100%;
    height:100vh;
    background-color: #fefefe;
}
.mobile-contact-page .mobile-contact-mid{
    width: 100%;
    height:50%;
    text-align: center;
    position: relative;
    top: 30%;
    background:url('../img/pampanga.jpg');
    background-size:cover;
    background-attachment: fixed;
    background-position: top;
}
.mobile-contact-title{
    width: 70%;
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: 40%;
}
.mobile-contact-title h1{
    font-family:'Saira';
    color: #fefefe;
}
.mobile-contact-title .view-contact{
    width: 130px;
    position: relative;
    height: 30px;
    margin: 0 auto;
    color: #fefefe;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.2s;
    border: 2px solid #fefefe;
}
.toggle-size{
    height:109px;
}
.mobile-advisory{
    width: 100%;
    height: 25px;
    background-color: #fefefe;
    position: fixed;
    z-index: 1006;
    bottom: 0;
}
.mobile-advisory .advisory-content-mobile{
    width: 100%;
    height: 100%;
    padding: 5px;
}
.advisory-content-mobile h5{
    font-family: 'Raleway';
    font-size: 13px;
}
.section-2{
    height: auto;
    width: 100%;
    position: relative;
    background:url('../img/wave.png');   
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px;  
    padding-bottom: 10px;
    background-size: cover;  
}
.sec2-img{
    height: 120px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.sec2-lock{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.sec2-img img{
    height: 100%;
    width: auto;
}
.sec2-detail{
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 10px;
}
.sec2-detail p{
    color:#fff;
    font-family: 'Century Gothic';
    font-size: 20px;
}
.section-3{
    height: auto;
    width: 100%;
    position: relative;  
    padding: 30px;  
    background-color: #c5e7fd;
}
.section-3 .sec3-lock{
    width: 100%;
    text-align: center;
    position: relative;
}
.sec3-lock h2{
    font-family: 'Century Gothic';
    color:#458ec3;
}
.sec3-img{
    width: 100%;
    height: 120px;
    position: relative;
    padding: 0 20px;

}
.sec3-img img{
    height: 100%;
    width: auto;
}
.sec3-details{
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    margin: 0 auto;
}
.sec3-details p{
    font-size: 20px;
    font-family: 'Century Gothic';
    color:#458ec3;
    margin:0;
    font-weight: 600;
    letter-spacing: 5px;
}
.advisory-section{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.advisory-section img{
    width: 100%;
    height: auto;
}
.footer-new{
    width: 100%;
    background-color: #508fc4;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding:20px;
    text-align: center;
}
.footer-new ul, li{
    list-style: none;
    display: inline-block;
}
.footer-new a{
    color:#fff;
    padding:20px;
    font-family: 'Century Gothic';
    font-weight: 600;
    transition: all ease 0.5s;
}
.footer-new a:hover{
    color:#0054a5;
}
.footer-new img{
    margin-bottom: 30px;
}
/*****************/
.biz-area{
    width: 100%;
    height: auto;
    padding: 50px;
    padding-top:100px;
    background-color: #fff;
}
.branch-container{
    width: 100%;
    height: 450px;
    position: relative;
    background-color: #0054a5;
    padding:10px;
    overflow-y: scroll;
}
.branch-container li{
    display: list-item;
    margin-bottom: 5px;
}
.branch-container a{
    padding:10px;
    color:#fff;
    transition: all ease 0.5s;
}
.branch-container a:hover{
    font-weight: 700;
}
.branch-detail{    
    width: 30%;
    height: auto;
    position: absolute;
    left: -100%;
    top:60%;
    transform: translate(-50%, -50%);
    background-color: #0054a5;
    transition: all ease 0.5s;
}
.branch-detail .modal2{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 15px;
}
.modal2 p{
    color:#fff;
    font-size: 15px;
    line-height: 10px;
    font-family: 'Century Gothic';
    text-align: left;
}
.branch-detail h3{
    color:#fff;
}
.shower{
    left: 50%;
}
.hider{
    left: -100%;
}
.inq-b{
    font-size: 12px;
    width: 100px;
    margin-bottom: 0;
    background-color: #00aedc;
}
.inq-div{
    width: 70%;
    height: 100%;
    margin:0 auto;
    background-color: #e6e6e6;
    padding:15px;
}
.field-lock{
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 25px;
}
.field-lock label, input{
    float: left;
}
.field-lock label{
    width: 20%;
}
.field-lock input{
    width: 80%;
}
.branch-inqr{
    padding: 20px;
}
.branch-inqr p{
    color: #fff;
    font-size: 14px;
    font-family:'Century Gothic';
}
.padders{
    padding:100px;
}
.white-bg{
    background-color: #fff;
}
.contact-page{
    width: 80%;
    height: auto;
    padding: 20px;
    margin: auto auto;
}
.contact-page h3, p{
    font-family: 'Century Gothic';
}
.contact-content{
    background-color: #0054a5;
    padding: 30px;
}
.contact-content label{
    color:#fff;
}
.contact-details{
    border:4px solid #0054a5;
    padding: 20px;
    width: 54%;
    margin:0 auto;
    margin-top:20px;
    position: relative;
}
.center-head{
    position: absolute;
    width: auto;
    height: auto;
    padding:15px;
    top:0;
    left:50%;
    margin:0 auto;
    background-color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
.tubig-load{
    width: 100%;
    position: relative;
    height: 100vh;
    background:url('../img/tubig-load.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}
.know-more{
    position: absolute;
    width: 200px;
    left:80%;
    top: 75%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    border-radius: 10px;
}
.tubig-video{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px;
}
.pay-option{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
}
.pay-facility{
    width: 90%;
    position: relative;
    margin:0 auto;
    height: auto;
    transition: all ease 0.5s;
/*    border:3px solid #0054a5;*/
}
.pay-selection{
    width: 100%;
    height: 35px;
    position: relative;

}
.pay-selection .dropper{
    position: relative;
    width: 3%;
    height: 100%;
    padding: 5px;
    float: left;
    text-align: center;
    border:3px solid #0054a5;
    border-right: none;
}
.dropper a{
    line-height: 20px;
    font-size: 30px;
}
.pay-selection .pay-type{
    width: 97%;
    height: 100%;
    position: relative;
    float:right;
    padding:5px;
    font-family: 'Century Gothic';
    border:3px solid #0054a5;
}
.pay-detailer{
    height: 0px;
    width: 100%;
    position: relative;
    /*padding: 5px;*/
    overflow: hidden;
    transition: all ease 0.5s;
    text-align: center;
/*    border:3px solid #0054a5;*/
}
#dropit{
    display: block;
}
#backit{
    display: none;
}
.drop-now{
    height: 70px;
}
.back-now{
    height: 0px;
}
.pay-detailer img{
    height: 100%;
    width: auto;
}
.showit{
    display: block!important;
}
.hideit{
    display: none!important;
}
.addborder{
    border:3px solid #0054a5!important;
    border-top:none!important;
    transition: all ease 0.5s;
}
.footer-list{
    display: block;
}
.priv-policy{
    width: 100%;
    height: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}
.news-menu{
    width: 80px!important;
}
.is-dropdown-submenu {
    display: none!important;
}
.news-menu:hover .is-dropdown-submenu {display: block!important;}
.adv-page{
    width: 100%;
    height: auto;
    padding:80px;
}
.news-boxer{
    width: 100%;
    height: 297px;
    overflow: hidden;
}
.adv-boxer{
    width: 100%;
    height: 290px;
    overflow: hidden;
    padding: 5px;
    transition: all ease 0.5s;
}
#dropit{
    display: block;
}
#backit{
    display: none;
}
.drop-now{
    height: auto;
}
.back-now{
    height: 290px;
}
.showit{
    display: block!important;
}
.hideit{
    display: none!important;
}
.pusher{
    width: 100px;
}
.adv-banner-detail{
    width: 60%;
    height: 80%;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding:10px;
    text-align: center;
    color: #fff;
}
.policy-popper{
  width: 80%;
  height: 75px;
  position: fixed;
  bottom:0%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1006;
  /*background-color:#a50a9c;*/
  background-color:#3b3b3b;
  border:solid 2px #0054a5;
  box-sizing: border-box;
  padding: 25px;
  color:#fff;
  text-align: center;
  border-radius:8px;
}
.go-away{
  display: none!important;
}
.exiter{
  margin-top:10px;
}
.privacy-container{
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  color:#fff;
}
.list-dec li{
  list-style: decimal;
}
.disc-list li{
  list-style: disc;
}