body{
    font-family:'Raleway', 'Saira';
    margin:0;
    background-color: #0054a5;
}
.white-bg{
    background-color: #fefefe;
}

input{
    font-family:'Barlow'!Important;
}

/**** BEGIN HEADER  *****/

.header-lock{
    width: 100%;
    height:75px;
    position: fixed;
    z-index: 200;
    background: #e6e6e6;;
    padding-left:65px;
    display: block;
}
.header-lock .header-logo{
    float: left;
    height: 100%;
    width: auto;
    text-align: left;
    position: relative;
}
.header-logo img{
    position: relative;
    width: 150px;
}
.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;
}
.nav-lock .nav-bar{
    width: 100%;
    height:100%;
    position: relative;
    float: right;
    margin-right: 65px;
    text-align: right;
    box-sizing: border-box;
    padding: 13px 0;
}
.nav-bar ul{
    list-style-type: none;
    display: inline-flex;
    position: relative;
}

.nav-bar a{
    color: #fefefe;
    width: 70px;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    transition: all ease 0.2s;
    font-size: 13px;
}
.nav-bar a:hover{
    background: #ff9900;
}
/****** 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: 'Saira';
}
.m-right{
    width: 30%;
    height:100%;
    float: right;

}
.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;
    background: url('../img/water-5.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.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/pampanga.jpg);
    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;
}
