@font-face {

    font-family: 'RockoFLF';

    src: url('../font/RockoFLF/RockoFLF.eot');

    src: url('../font/RockoFLF/RockoFLF.eot?#iefix') format('embedded-opentype'),

        url('../font/RockoFLF/RockoFLF.woff2') format('woff2'),

        url('../font/RockoFLF/RockoFLF.woff') format('woff'),

        url('../font/RockoFLF/RockoFLF.ttf') format('truetype'),

        url('../font/RockoFLF/RockoFLF.svg#RockoFLF') format('svg');

    font-weight: 500;

    font-style: normal;

}



@font-face {

    font-family: 'RockoFLF Bold';

    src: url('../font/RockoFLF-Bold/RockoFLF-Bold.eot');

    src: url('..fonts/RockoFLF-Bold/RockoFLF-Bold.eot?#iefix') format('embedded-opentype'),

        url('../font/RockoFLF-Bold/RockoFLF-Bold.woff2') format('woff2'),

        url('../font/RockoFLF-Bold/RockoFLF-Bold.woff') format('woff'),

        url('../font/RockoFLF-Bold/RockoFLF-Bold.ttf') format('truetype'),

        url('../font/RockoFLF-Bold/RockoFLF-Bold.svg#RockoFLF-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

}

@font-face {

    font-family: 'fontello';

    src: url('../font/fontello/fontello.eot');

    src: url('../font/fontello/fontello.eot?#iefix') format('embedded-opentype'),

        url('../font/fontello/fontello.woff2') format('woff2'),

        url('../font/fontello/fontello.woff') format('woff'),

        url('../font/fontello/fontello.ttf') format('truetype'),

        url('../font/fontello/fontello.svg#fontello') format('svg');

    font-weight: bold;

    font-style: normal;

}

body{

    font-family: 'RockoFLF';

    min-height: 100vh;

}

h1{

    color: #0099cd;

    font-family: 'RockoFLF Bold';

    font-size: 45px;

}

h2{

    color: #23a8e1;

    font-family: 'RockoFLF Bold';

    font-size: 40px;

    margin-top: 125px;

}

h5 {

    color: #fff;

    font-weight: bold;

    font-size: 21px;

    margin-bottom: 5px;

    margin-top: 22px;

}

.row.main-wrapper{

    background-image: url(../img/background.png);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}

.row.inner-wrapper {

    /*padding: 50px 50px 0px 50px ;*/

    margin: 0px;

    overflow: hidden;

}   

img.img-responsive.first-logo {

    width: 41%;

    margin: auto;

}

.form-wrapper form {

    background-color: #0399cd;

    padding: 40px;

/*    box-shadow: 5px 8px 5px 1px #040404ab;*/

    width: 100%;

}
.col-md-5.col-sm-12.step1 .form-wrapper {
    width: 75%;
}
.col-md-5.col-sm-12.step1 {
    margin-top: 219px;
}
/*.form-wrapper h2:before {

    content: 'Customer';

    color: #fff;

}*/

.form-wrapper .bills:before {

    content: 'Customer';

    color: #fff;

}

form input.form-control {

    font-size: 18px;

    border-radius: 0px;

    height: 43px;

}

img.img-responsive.mascot {

    margin-left: auto;

    position: relative;

    left: -97px;

    width: 57%;

    margin-bottom: -16px;

}

button.btn.btn-default {

    font-size: 17px;

    padding: 9px 30px;

    border-radius: 3px;

    color: #fff;

    background-color: #17b78f;

    border-color: #13aa85;

    font-family: 'RockoFLF';

    text-transform: uppercase;

    display: block;

    margin: auto;

}

button.btn.btn-default:focus:active{

    font-size: 17px;

    padding: 7px 30px;

    border-radius: 3px;

    color: #fff;

    background-color: #17b78f;

    border-color: #13aa85;

    font-family: 'RockoFLF Bold';

    text-transform: uppercase;

}

button.btn.btn-default:focus{

    outline: none;

}



.form-wrapper {

    position: relative;

    right: 150px;

    z-index: 999;

}

.row.copyrights{

    text-align: center;

    color: #fff;

    margin: 0px;

}

.row.copyrights p {

    display: block;

    width: 100%;

    font-size: 20px;

}

.row.copyrights a {

    color: #fff;

}

.form-group {

    margin-bottom: 15px;

}

.row.copyrights img {

    height: 100%;

}

.row.copyrights p {

    margin: 0px;

}

.row.copyrights {

    bottom: 0px;

    background-color: #fff; 

    padding: 10px;

     position: fixed;
  
     width: 100%;

}

.form-wrapper form img {

    margin: auto;

    width: 30%;

}

.row.full-width-form form p span {

    margin-left: 25px;

    display: block;

}

.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: #c2e9f7;

}

form p{

    text-align: center;

    color: #fff;

    font-size: 16px;

    margin-top: 15px;

}

form strong{

    font-size: 20px;

}

.input-group-addon {

    padding: 6px 12px;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    color: #9E9E9E;

    text-align: center;

    background-color: #fff;

    border: 0px;

    border-radius: 4px;

}

img.img-responsive.mob-img {

    display: none;

}

.sidebar img {

    width: 70%;

    margin: auto;

}

.sidebar ul li {

    list-style-type: none;

}

.sidebar ul li a {

    color: #0099cd;

    font-size: 20px;

    text-transform: uppercase;

    text-align: left;

}

ul.nav.navbar-nav li {

    float: none;



}

.row.full-width-form img {

    width: 35%;

    margin-left: 0px;

}

.row.full-width-form {

    padding: 0px 330px;

}

form p a:hover {

    color: white;

}

.row.full-width-form h2 {

    text-align: center;

    margin-top: 90px;

    margin-bottom: 25px;

}

.row.full-width-form h2:before {

    content: 'Bill';

    color: #fff;

}

.row.full-width-form form {

    background-color: #23a8e1;

    padding: 45px;

    border-radius: 20px;

    margin-bottom: 94px;

}

.row.full-width-form form h3 {

    color: #fff;

    text-align: center;

    font-size: 29px;

    margin-bottom: 25px;

}

.checkbox {

    text-align: center;

    margin-top: 45px;

    color: #fff;

    font-size: 18px;

}

form p a {

    color: #fff;

    text-decoration: underline;

}

.row.full-width-form form p {

    text-align: left;

    color: #fff;

    font-size: 19px;

    line-height: 28px;

    margin-top: 0px;

}

.row.main-wrapper-w-sidebar .col-md-3 {

    padding: 0px;
    background-color: #d1edf8;

}

.logo-div {

    background-color: #fff;

    padding: 30px;

}

.dpa-content {

    overflow: auto;

    height: 90vh;

}

nav.sidebar-nav {

    padding: 20px 50px;

    background-color: #fff;

}

ul.nav.navbar-nav li {

    float: none;

    border-bottom: 1px solid #e4e4e4;

    background-color: #d1edf8;

}

ul.nav.navbar-nav {

    float: none;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

    color: #4d4d4d;

    background-color: #f2f2f2;

}

div#bs-example-navbar-collapse-sidebar {

    padding: 0px;

}

nav.navbar.navbar-default .container-fluid {

    padding: 0px;

}

.navbar-default .navbar-nav>li>a {

    color: #0099cd;

    background-color: white;

}

.dash {

    padding: 155px 65px 65px 65px;

}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {

    color: #4d4d4d;

    background-color: #d1edf8;

    border: 0px;

    border-radius: 0px;

    box-shadow: none;

}

.navbar-default .navbar-nav>li>a{

    color: #4d4d4d;

    background-color: transparent;

    border: 0px;

    border-radius: 0px;

    box-shadow: none;

    padding: 20px 35px;

    line-height: 40px;

    font-size: 18px;

}
ul.nav.navbar-nav li ul a {
    color: #4d4d4d;
    font-size: 18px;
}
.sidebar ul.nav.navbar-nav li img {
    width: 15%;
    float: left;
    margin-right: 15px;
    position: relative;
    bottom: 10px;
}
table.table.table-striped td {

    color: #4d4d4d;
    border: 0px;
    font-size: 15px;
    padding: 19px 25px;
    line-height: 21px;
    vertical-align: middle;

}
.dash.billing .table-responsive table.table.table-striped tr td b {
    font-weight: normal;
}
.table-responsive {

    margin-top: 10px;

}

ul.nav.navbar-nav li ul {

    padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 20px;

}

ul.nav.navbar-nav li ul li {

    padding: 6px 0px;

    border: 0px;

}

.navbar-default {

    background-color: #d1edf8;

    border: 0px;

}

.row.main-wrapper-w-sidebar .col-md-9 {

/*    border-left: 2px solid #0099cd;*/

    padding: 0px;

}

.row.copyrights.w-sidebar {

    margin-right: -15px;

    margin-left: -15px;

    z-index: 10;

    position: relative;

    margin-top: 0px;

}

.navbar-default .navbar-nav>li>a:hover {

    color: #4d4d4d;

    background-color: #f2f2f2;

}

i.icon-right-open {

    color: #4d4d4d;

}
p.cpanel-subheader{
    margin-bottom: 25px;
    height: 36px;
}
.total-wrap h1 {

    color: #0099cd;

    font-family: 'RockoFLF';

    font-size: 45px;

    margin: 0px;

    padding: 30px 65px 40px 65px;

    width: 73%;

}

.total-wrap .dash {

    padding: 0px;

}

.wrap-total-desc {

    padding: 0px 65px;

    background-color: #34b7e3;

    margin: 0px;

}

.wrap-total-desc .table-responsive {

    margin-top: 0px;

}

.wrap-total-desc h4 {

    color: #fff;

    font-size: 60px;

    padding-top: 30px;

}

.row.wrap-total-desc table.table.table-striped {

    margin-top: 40px;

    margin-bottom: 40px;

}

.row.wrap-total-desc p {

    color: #fff;

    font-size: 20px;

}

.row.wrap-total-desc .table-striped>tbody>tr:nth-of-type(even) {

    background-color: #23a8e1;

}

.row.wrap-total-desc .table-striped>tbody>tr:nth-of-type(even) td {

    color: #fff;

}

.row.wrap-total-desc .table-striped>tbody>tr:nth-of-type(odd) {

    background-color: #fff;

}

.row.wrap-total-desc .table-striped>tbody>tr:nth-of-type(odd) td {

    color: #fff;

}

.row.wrap-total-desc .col-md-9.table-responsive {

    border: 0px;

}

.row.wrap-total-desc .col-md-3 img {

    visibility:hidden; 

}

.row.wrap-total-desc .table-striped>tbody>tr>td:last-of-type {

    text-align: right;

}

.total-wrap:after {

    content: "\00a0";

    background-image: url(../img/staysafe.png);

    position: absolute;

    background-size: contain;

    background-repeat: no-repeat;

    font-size: 200px;

    bottom: 0px;

    color: rgb(0 0 0 / 0);

    width: 100%;

    right: 20px;

    background-position: right;

}

.navbar-default .navbar-nav>li>a:focus {

    color: #0099cd;

    outline: none;

}

span.icon-bar {

    background-color: #fff;

}

.btn-default[disabled]:focus, .btn-default[disabled]:hover{

    background-color: #17b78f;

}





.row.copyrights.w-sidebar ul.social-icons {

    list-style-type: none;
    display: inline-flex;
    position: initial;
    right: 25px;
    bottom: auto;
    padding-left: 0px;
    margin-bottom: 0px;
    float: right;

}

.row.copyrights.w-sidebar ul.social-icons li {

    width: 33.3%;
    margin: auto;
    padding: 0px 0px;

}

.row.copyrights.w-sidebar ul.social-icons li img {

    width: 69%;
    margin-right: -41px;

}

.row.copyrights.w-sidebar {

    padding: 20px;

}

.row.copyrights.w-sidebar.login {

    margin: 0px;

    z-index: 9992;

}

.row.copyrights.w-sidebar.otp{

    margin: 0px;

}



img.img-responsive.mascot {

    visibility: hidden;

}

.form-wrapper {

    margin-bottom: 20px;

    top: -50px;

}

.form-group.terms p {

   font-size: 15px;

   line-height: 18px;

}

button.btn.btn-default {

   font-size: 16px;

   z-index: 10;

   position: relative;

}

.row.inner-wrapper .col-md-7.col-sm-12.otp:after{

    background-image: url(../img/kuyapat_new_mascot.png);

}

.row.inner-wrapper .col-md-7.col-sm-12:after {

    content: '\00a0';

    background-image: url(../img/kuyapat_new_mascot.png);

    background-size: contain;

    background-repeat: no-repeat;

    color: rgba(0, 0, 0, 0);

    position: absolute;

    font-size: 375px;

    bottom: auto;

    width: 64%;

    background-position: right;

    z-index: 9991;

    left: auto;
    right: 215px;
    top: 169px;

}

.row.inner-wrapper .col-md-7.col-sm-12.otp:after {

    left: -183px;

    font-size: 375px;

    bottom: 147px;

}

input[type="date"]

{

   display:block;

   -webkit-appearance: textfield;

   -moz-appearance: textfield;

   min-height: 1.2em;

}

button#signin-btn {

    border-radius: 20px;

    padding: 9px 30px;

    font-size: 13px;

    margin-bottom: 20px;

    margin-top: 10px;

}

input#mobile {

    margin-bottom: 15px;

}

hr.login:before {

    content: 'OR';

    color: #fff;

    position: absolute;

    left: 164px;

    background-color: #0399cd;

    padding: 0px 20px;

    margin-top: -10px;

}

button#btn-click-fb {

    background-color: #3b5998 !important;

    text-transform: inherit;

    font-size: 16px;

    padding: 6px 6px;

    border: 0px;

    width: 80%;

    box-shadow: 0px 1px 3px #3c3d3e;

    margin-bottom: 7px;

    border-radius: 0px;

    margin-top: 20px;

    line-height: 33px;

    vertical-align: middle;

}

button#btn-click-fb img {

    width: 13%;
    float: left;
    position: relative;
    top: 1px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;

}

button#btn-click-google img {
    width: 100%;
    max-width: 175px;
    margin: auto;
}

button#btn-click-google {
   background: none !important;
    border: none;
    height: auto;
    display: block;
    width: auto !important;
    margin: auto;
}
button#btn-click-signup {

    text-transform: capitalize;

    border-radius: 20px;

    margin-top: 17px;

    font-size: 14px;

}

h2#ver-code:before {

    content: 'Enter Verification';

}

p.otp-text {

    padding-bottom: 20px;

}

input#code {

    margin-bottom: 20px;

}

.otp-btns button {

    border-radius: 20px !important;

    text-transform: capitalize !important;

}

h2#acc-ver:before {

    content: 'Account';

}

p.step-text {

    margin: 0px 0px 5px 0px;

    text-align: right;

    font-size: 15px;

    padding-right: 5px;

}

p.please-acc-ver {

    text-align: left;

    font-size: 15px;

    line-height: 20px;

}

button#next {

    border-radius: 25px;

    text-transform: capitalize;

    padding: 8px 45px;

    margin-right: inherit;

}

select#login-using {

    -webkit-appearance: none;

    appearance: none;

    width: 100%;

    text-align: center;

    color: #555;

    text-align-last: center;

    direction: rtl;



}

select#login-using option{

    text-align: right;

    direction: ltr;

}

select#can-select{

    -webkit-appearance: none;

    appearance: none;

    width: 100%;

    text-align: center;

    color: #fff;

    text-align-last: center;

    direction: rtl;

    background-color: #0099cd;

    border-radius: 0px;

    height: 45px;

    font-size: 16px;

    letter-spacing: 1px;

}

.total-wrap h1 span {

    color: #17b78f;
    font-family: 'RockoFLF Bold';

}

select#can-select option{

    text-align: right;

    direction: ltr;

}

button#billing-paynow {

    border-radius: 0px;

    margin-right: 30px;

    font-size: 20px;

}

.can-wrapper {

    width: 20%;

    margin-top: 20px;

    margin-left: 30px;

}

.cust-wrapper-btn button {

    width: 40%;

    text-transform: capitalize !important;

    border-radius: 20px !important;

}

.cust-wrapper-btn {

    width: 100%;

    display: inline-flex;

}

hr.cust-info:before {

    content: 'login using';

    position: absolute;

    color: #fff;

    background-color: #0399cd;

    padding: 5px 10px;

    margin-top: -15px;

    left: 135px;

}

.row.separator .col-md-4 {

    text-align: center;

    color: #c9c9c9;

}

.row.separator .col-md-4:nth-of-type(2) {

    padding-top: 7px;

}

.row.separator .col-md-2.col-sm-2 {

    color: #c9c9c9;

    padding-top: 10px;

}

.row.wrap-total-desc.dashb {

    background-color: #fff;

}
.news-updates .col-md-3.col-sm-3.col-xs-3 {
    background-color: transparent;
    padding-left: 0px;
}
.news-updates .col-md-3.col-sm-3.col-xs-3 img {

    visibility: visible;

}

.news-updates {

    margin-top: 0px;

    margin-bottom: 35px;

}

.news-updates .row h4 {

    color: #17b78f;

    padding-top: 0px;

    font-size: 22px;

    margin-top: 0px;

    margin-bottom: 5px;

}

.news-updates .row {

    padding: 20px 20px 0px 20px;

    background-color: #f6f6f6;

}

.news-updates .row p {

    color: #6a6a6a;

    font-size: 16px;

    line-height: 20px;

    margin-top: 25px;

}

.p-facilities-tabs ul.nav.nav-tabs {

    border: 0px;

}

.overcounter-inner {

    padding: 20px;

}

.ewallets-inner {

    padding: 20px;

}

.news-updates .row:nth-of-type(2) {

    padding-top: 0px;

    padding-bottom: 0px;

}

.news-updates .row:last-of-type {

    padding-top: 0px;

    padding-bottom: 0px;

}

.news-updates .row .col-md-9.col-sm-9.col-xs-9 {

    border: 0px;

    padding-left: 15px;

    padding-right: 15px;

}

.news-updates p.read-more a {

    color: #6a6a6a;

}

.news-updates p.read-more {

    text-align: right;

}

.news-updates span {

    color: #a2a2a2;

}

.news-updates h3 {
    color: #0099cd;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 10px;

}

.tab-content .row {

    background-color: #fff;

}

/*.dash.payment {

    background-color: #d0edf7;

}*/

.total-wrap h1.payment-fac br {

    display: none;

}

.total-wrap h1.payment-fac {

    font-size: 45px;

    background-color: #fff;

    padding-bottom: 0px;

}
thead {
    background-color: #c2e9f7;
}
.row.wrap-total-desc.payment-facilities-wrap {

    background-color: #fff;

}

.dash.billing {

    padding: 0px 0px;

}

.dash.billing h1.billing-h1 {

    padding-left: 25px;
    font-family: 'RockoFLF';
    width: 73%;

}

.h1-and-button {

    display: flex;

}

button#btn-click-dl-bill {
    margin-bottom: -20px;
    margin-right: 0px;
    text-transform: capitalize;
    font-size: 20px;
    padding: 9px 92px 9px 23px;
    font-family: 'RockoFLF';
    margin-top: 15px;
    width: 61%;

}
button.billing-btn-popup {
    border: 0px;
    background-color: transparent;
    height: 55px;
    width: 25%;
}
button.billing-btn-popup:focus {
    outline: none;
}
button.billing-btn-popup img {
    width: 60%;
    padding-top: 3px;
}
.billing-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #e9f5fade;
}
.billing-popup-inner.row {
    background-color: #ffffff;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 213px;
    color: #4d4d4d;
    border: 2px solid #0099cd;
    box-shadow: 0 0 0px 10px #ffffff;
    margin-bottom: 60px;
}
.billing-popup-inner.row .col-xs-6:last-of-type {
    padding-right: 0px;
    padding-left: 0px;
}
.billing-popup-inner.row ul li:nth-of-type(8) {
    background-color: #f2f2f2;
    font-size: 20px;
    padding: 15px 30px 0px 30px;
    margin-top: 10px;
}
.billing-popup-inner.row span {
    position: absolute;
    right: 24%;
    font-size: 16px;
    margin-top: 4px;
    cursor: pointer;
    z-index: 2;
}
.billing-popup-inner.row ul li:last-of-type {
    background-color: #f2f2f2;
    font-size: 20px;
    padding: 5px 30px 15px 30px;
    margin-bottom: 17px;
}
.billing-popup-inner.row .col-xs-6:first-of-type {
    padding-right: 0px;
    padding-left: 0px;
}
.billing-popup-inner.row ul {
    padding-left: 0px;
    list-style-type: none;
    font-size: 18px;
    line-height: 33px;
    padding-top: 25px;
}
.billing-popup-inner.row ul li {
    padding-left: 30px;
}
div#paynow-table h2 {
    margin-top: 13px;
    margin-bottom: 0px;
    font-family: 'RockoFLF';
}
.can-paynow-wrapper {
    width: 24%;
}
.can-paynow-wrapper .can-wrapper {
    width: initial;
}
.row.wrap-total-desc.dashb {
    padding: 0px 40px 0px 65px;
}
.row.wrap-total-desc.payment-facilities-wrap.p-channel .news-updates > .h3-wrapper {
    display: flex;
}
.row.wrap-total-desc.payment-facilities-wrap.p-channel .news-updates h3 {
    width: 50%;
}
.dash.payment .row.wrap-total-desc.payment-facilities-wrap.p-channel .col-md-12 {
    padding: 0px;
}
.row.wrap-total-desc.payment-facilities-wrap.p-channel .news-updates h3:last-of-type {
    width: 35%;
}
.can-paynow-wrapper select#can-select{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    text-align: center;
    color: #fff;
    text-align-last: center;
    direction: rtl;
    background-color: #0099cd;
    border-radius: 0px;
    height: 47px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
}
.can-paynow-wrapper button img {
    width: 58px;
    float: right;
    position: absolute;
    right: 14px;
    top: -9px;
}
.h1-and-button {

    padding-top: 40px;

}

.dash.billing {

    padding: 0px 0px;

    background-color: #c2e9f7;

}
.dash.billing .table-responsive table.table.table-striped thead tr td {
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
    padding: 18px 25px;
}
.dash.billing .table-striped>tbody>tr:nth-of-type(even) {

    background-color: #eee;

}

.h1-and-button {

    background-color: #fff;
    height: 185px;

}

.dash.billing .can-wrapper {

    background-color: #fff;

}

.unsub-wrap {

    display: flex;
    height: 100px;
    width: 100%;

}

.dash.billing.acc .table-responsive table.table.table-striped td:last-of-type {

    text-align: right;

}

.unsub-wrap button {

    text-transform: capitalize !important;

    letter-spacing: 1px;

}

.dash.billing.acc .table-responsive {

    margin-top: 0px;

}

.dash.billing .table-responsive {

    margin-top: 0px;

}

button#btn-click-unsub {

    margin-left: 25px;
    margin-bottom: 0px;
    border-radius: 0px;

}

button#btn-click-edit-info{

    margin-right: 0px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'RockoFLF';
    border-radius: 4px;
    margin-top: 15px;
    width: 61%;

}
div#popup-paynow {
    display: none;
    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background-color: #e9f5fade;

    z-index: 99;

}


div#popup-unsubscribe {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background-color: #e9f5fade;

    z-index: 99;

}


.unsub-inner {

    background-color: #0099cd;

    width: 50%;

    margin-left: auto;

    padding: 30px;

    margin-right: auto;

    margin-top: 5%;

text-align: center;

    color: #fff;

}

.unsub-btns {

    display: flex;

}

.unsub-inner p {

    margin-top: 20px;

    margin-bottom: 20px;

    font-size: 16px;

}

button#btn-click-cancel {

    background-color: #70968d;

}
table.table thead >tr>th {
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
    padding: 12px 25px;
}
.p-facilities-tabs {

    padding: 0px;

    background-color: #fff;

}
.tab-content .row .col-md-3.col-sm-6.col-xs-6 {
    width: 20%;
    background-color: transparent;
}
.p-facilities-tabs ul.nav.nav-tabs li a {

    border: 0px;

    text-align: center;

    color: #fff;

}

.p-facilities-tabs ul li.active {

    background-color: #17b78f;

    color: #fff;

}

.p-facilities-tabs ul li.active a{

    background-color: #17b78f;

    color: #fff;

}

.p-facilities-tabs ul li {

    width: 32.5%;

    background-color: #0099cd;

}

.p-facilities-tabs ul li a:hover {

    /*background-color: #17b78f !important;*/

    color: #fff;

}

.p-facilities-tabs ul li:nth-of-type(2) {

    margin: 0px 10px;

}

.p-facilities-tabs ul li.active a:focus {

    background-color: #17b78f;

    outline: none;

}

.tab-content .row .col-md-3.col-sm-6.col-xs-6 {

    padding: 15px;

}

.tab-content .row .col-md-3.col-sm-6.col-xs-6 img {

    visibility: visible;

    border: 1px solid #0099cd;

    padding: 15px;

}

.total-wrap h1.payment-fac~p {

    background-color: #fff;

    padding-bottom:30px;

    padding-left: 30px;

}

.row.wrap-total-desc.payment-facilities-wrap .news-updates {

    margin-top: 0px;

}

.row.wrap-total-desc.payment-facilities-wrap h3 {

    margin-top: 10px;

}

.dash.billing .table-responsive table.table.table-striped tr:first-of-type td {
    text-indent: 0px;
    text-align: left;
}

.dash.billing .table-responsive table.table.table-striped td {
    width: 33.333%;
    text-indent: 20px;
}
.table {
    box-shadow: 0 0 9px 1px #d2d2d2;
}
i.icon-download {
    cursor: pointer;
    color: #17b78f;
}
h1.billing-h1 span {
    color: #17b78f;
    font-family: 'RockoFLF Bold';
}
button#btn-click-addnew-acc {
    margin-right: 25px;
    margin-bottom: 0px;
}
.dash.billing.acc .table-responsive table.table.table-striped td {
    text-indent: 0px;
}
button#btn-click-edit-info-user-details {
    margin-right: 30px;
    position: absolute;
    bottom: 150px;
    right: 0px;
}
.dash.billing.acc .table-responsive table.table.table-striped td:last-of-type {
    padding-right: 20px;
}
input#otp-user-details {
    height: 40px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.unsub-inner-user-details {
	background-color: #ffffff;
    width: 40%;
    margin-left: auto;
    padding: 2rem;
    max-height: 500px;
    margin-right: auto;
    margin-top: 5%;
    text-align: center;
    color: #1A3345;
    overflow: auto;
}
button#btn-click-otp-resend {
    background-color: #70968d;
}
.unsub-inner-user-details p {
    font-size: 16px;
    margin-bottom: 20px;
}
button#btn-click-edit-info-user-details {
    text-transform: capitalize;
}
button#billing-paynow {
    margin-right: auto;
    margin-left: 35px;
}
.row.inner-wrapper .col-md-7.col-sm-12.step1:after{
    background-image: url(../img/bill2.png);
}
img.img-responsive.first-logo {
    display: none;
}
img.img-responsive.first-logo-new {
    width: 55%;
    margin-top: 75px;
}
.bus-reg .form-wrapper form {
    width: 100%;
    margin-top: 15px;
}
.bus-reg .form-wrapper form ul {
    list-style-type: decimal;
    color: #fff;
    padding: 0px 0px 0px 20px;
}
.bus-reg .form-wrapper form p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bus-reg .form-wrapper form p a {
    text-decoration: underline;
    color: #fff;
}
.bus-reg .form-wrapper form p.req {
    text-align: inherit;
    margin: 0px;
}
button#register-business {
    border: 1px solid #fff;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 10px;
    text-transform: initial;
    font-size: 15px;
    width: 100%;
    background-color: #17b78f;
}
button#register-business-cancel {
    border: 1px solid #fff;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 10px;
    text-transform: initial;
    font-size: 15px;
    width: 100%;
    padding: 10px 10px;
    margin-top: 5px;
    background-color: #17b78f;
}
div#btn_upon_edit {
    margin-left: 30%;
    margin-top: 85px;
}


#background-carousel{
    position:fixed;
    width:100%;
    height:45dvh;

    z-index:9;
}
.carousel,
.carousel-inner {
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
}
.item {
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
    z-index:0;
}
 
#content-wrapper {
    position:absolute;
    z-index:10 !important;
    min-width:100%;
    min-height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.form-wrap {
    width: 33%;
    margin-left: auto;
    background-color: #0399cd;
    margin-right: auto;
    margin-top: 220px;

    background: #FFFFFF;
    box-shadow: 0px 2px 20px 5px rgba(255, 255, 255, 0.25);
    border-radius: 20px;

}
.form-wrapper-new {
    padding: 30px 30px;
    margin-bottom: 80px;
}
.form-logo-top {
    background-color: #fff;
    padding:10px;
}
.form-logo-top img {
    width: 53%;
    margin: auto;
}
/*.row.main-wrapper:before {
    content: '\00a0';
    background-image: url(../img/ribbon.png);
    font-size: 190px;
    position: absolute;
    background-size: contain;
    top: 0px;
    background-repeat: no-repeat;
    right: 0px;
    width: 145px;
    opacity: 0.5;
}*/
h2.form-h2 {
    color: #fff;
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.row.copyrights.w-sidebar ul.social-icons li img {
    width: 75% !important;
    margin-right: -60px !important;
}
.row.copyrights.w-sidebar {
    padding: 10px !important;
/*    bottom: auto;*/
    width: inherit;
}
.row.payment-menu-item img {
    height: auto !important;
}
 .carousel-fade .carousel-item {
   display: block;
   position: absolute;
   opacity: 0;
   transition: opacity 0.75s ease-in-out;
}
 .carousel-fade .carousel-item.active {
   opacity: 1;
}

/* =========== New CSS Added 12/08/25 by SMX Rafael Baclagon =====================*/
.js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0.pb-2
{
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}
.js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0.pb-2 button
{
    background: #33b694;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
}
header#header {
  background: #fff;
    margin: 0;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 2px 20px 5px rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid #f7f7f7;
}

header#header.header-screen
{
    display: none;
}

header#header.header-mobile
{
    display: flex;
    justify-content: space-around;
}

header#header.header-mobile .navigation.main,
header#header.header-mobile .navigation.account {
        position: absolute;
    top: 0;
    left: -100vw;
    right: 0;
    bottom: 0;
    transition: 0.3s all 
ease;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background: #19ccb540;
}
header#header.header-mobile .navigation.main.show,
header#header.header-mobile .navigation.account.show {
    left: 0;
    opacity: 1;
}
header#header.header-mobile .navigation.main ul,
header#header.header-mobile .navigation.account ul {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 70vw;
    height: 100vh;
}

header#header.header-mobile .navigation.main ul li a,
header#header.header-mobile .navigation.account ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #f7f7f7;
    font-family: 'Montserrat';
    font-weight: 500;
    display: block;
}

header#header.header-mobile .navigation.main ul li, header#header.header-mobile .navigation.main ul li ,
header#header.header-mobile .navigation.account ul li, header#header.header-mobile .navigation.account ul li a {
    color: #1A3345 !important;
}

header#header.header-mobile .navigation.main .profile-menu,
header#header.header-mobile .navigation.account .profile-menu {
    position: relative;
    background: #f7f7f7;
    padding: 0;
    width: 100%;
    align-items: flex-start;
    border-radius: 0;
}

header#header.header-mobile .navigation.main .profile-menu a,
header#header.header-mobile .navigation.account .profile-menu a
{
    margin: 0px;
}

header#header img {
    width: 100%;
    max-width: 120px;
    margin: auto;
}

header#header img.header-icon
{
    max-width: 35px;
    max-height: 35px;
}

header#header .header-content-wrapper {
    width: 100%;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



header#header .header-content-wrapper .left,
header#header .header-content-wrapper .center,
header#header .header-content-wrapper .right
{
    width: 100%;
}

header#header .header-content-wrapper .center {
    max-width: fit-content;
    padding: 0px 30px;
}

header#header .header-content-wrapper .left ul,
header#header .header-content-wrapper .center ul,
header#header .header-content-wrapper .right ul
{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

header#header .header-content-wrapper .left ul li,
header#header .header-content-wrapper .center ul li,
header#header .header-content-wrapper .right ul li,
header#header .header-content-wrapper .left ul li a,
header#header .header-content-wrapper .center ul li a,
header#header .header-content-wrapper .right ul li a
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1a3345;
}

header#header .header-content-wrapper .left ul li a:hover,
header#header .header-content-wrapper .center ul li a:hover,
header#header .header-content-wrapper .right ul li a:hover
{
    text-decoration: none;
    color: #0399cd;
}

.home-header h1 {

    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
}
.home-header
{
    margin-top: 60px;
}
.home-header h3
{
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;

    color: #FFFFFF;
}

.btn-primary-mwc
{
  display: block;
width: 100%;
    max-width: 320px;
    margin: auto;
background: #469EC6 !important;
box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
border-radius: 8.57939px !important;
border: none;
outline: none;
color: #fff !important;
transition: 0.3s all ease;
font-size: 14px;
    height: 45px !important;
    border: 1px solid #469EC6;
    font-family: 'Montserrat';
    font-weight: 600;
}

.btn-primary-mwc-outline
{
    display: block;
    width: 100%;
        max-width: 320px;
    margin: auto;
    background:  #fff !important;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
    border-radius: 8.57939px !important;
    border: 1px solid #469EC6;
    outline: none;
    color: #1A3345 !important;
    transition: 0.3s all ease;
    font-size: 14px;
    height: 45px !important;
    font-family: 'Montserrat';
    font-weight: 600;
}

.btn-primary-mwc:focus,
.btn-primary-mwc:focus-visible,
.btn-primary-mwc:hover,
.btn-primary-mwc:active
{
    color: #fff;
    background-color: #036d95;
    outline: none;
}

.btn-secondary-mwc
{
  display: block;
    height: 45px !important;
width: 100%;
    max-width: 320px;
    margin: auto;
background: #1CB189 !important;
box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
border-radius: 8.57939px !important;
border: none;
color: #fff !important;
transition: 0.3s all ease;
font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;

}

.btn-secondary-mwc:focus,
.btn-secondary-mwc:focus-visible,
.btn-secondary-mwc:hover,
.btn-secondary-mwc:active
{
    color: #fff;
    background-color: #17735a;
    border: none;
    outline: none;
}

.btn-secondary-mwc:disabled,
.btn-primary-mwc:disabled
 {
    color:  #605D5D !important;
    background: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
}

.form-description
{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin: 0px;
    margin-bottom: 10px;
}

.custom-input-group {
    display: flex;
    align-items: center;
    border: 1px solid red;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.custom-input-group img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.custom-input-group input {
    margin-left: 1rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #000000;
    border: none;
    box-shadow: none;
    padding: 0px;
    height: 35px !important;
}

.custom-input-group:has(input:disabled),
.custom-input-group:has(input:read-only),
.custom-input-group:has(input:disabled) *,
.custom-input-group:has(input:read-only) *
{
    background: #eeeeee !important;
}

.custom-input-group input:focus,
.custom-input-group input:focus-visible,
.custom-input-group input:hover,
.custom-input-group input:active
{
    border: none;
    box-shadow: none;
}

.custom-input-group input:-webkit-autofill,
.custom-input-group input:-webkit-autofill:hover, 
.custom-input-group input:-webkit-autofill:focus, 
.custom-input-group input:-webkit-autofill:active{
    -webkit-background-clip: text;
}


p.error
{
    background: rgba(255, 56, 60, 0.2);
    border-radius: 10px;
    padding: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;

    color: #B3261E;
}

.otp-countdown {
    color: #50A988;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
}

.otp-countdown #cd{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.otp-input-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.otp-input-group input {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px !important;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop {
       background: #34b795b3;
    z-index: 999 !important;
}

.modal-backdrop.fade.show {
    z-index: 99;
}

.billing-image {
    max-height: 70dvh;
    margin: auto;
}
div#help.fade.show
{
    overflow-y: hidden;
}
div#help.fade.show .modal-dialog {
    margin-top: 200px;
}

div#help.fade.show .modal-content
{
    border:  none;
    border-radius: 10px;
}

.image-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-slider .image-list {
    position: relative;
}

.image-slider .image-controls {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.image-slider .image-controls button.image-slider-button {
    width: 40px;
    height: 40px;
    border: 0;
    background: #17b78f;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.mwc-inner
{

    background: linear-gradient(360deg, #FFFFFF 14%, #14CDB1 59%, #009FC9 99%);
    /*background: linear-gradient(0deg, #FFFFFF 0%, #52AEA3 45.19%, #489EC3 100%);*/
    padding-top: 120px;
}

.mwc-select
{
    margin: 0px 0px 0px 0px;
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #1a3345 !important;
    border-radius: 10px;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
    padding: 10px;
       font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px !important;
}
.loading-screen {
    z-index: 9999;
    position: fixed;
    background: #56bbd9db;
    top: -100vh;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.loading-screen.show
{
    top: 0;
    display: flex !important;
}

.dashboard-overview 
{
    margin: 0px 0px 15px;
}
.dashboard-overview h1, .dashboard-overview p {
    font-family: 'Montserrat';
    color: #fff;
}

.dashboard-overview h1
{
    font-size: 30px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.dashboard-overview p
{
    font-size: 16px;
}

.dashboard-overview .balance-data-wrapper .balance-data {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
}

.dashboard-overview .balance-data-wrapper .balance-data p.tob-date-wrapper {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.dashboard-overview .balance-data-wrapper .balance-data p.tob-date-wrapper span {
    color: #fff !important;
    font-weight: bold;
    font-size: 14px !important; 
    font-family: 'Montserrat';
}

.dashboard-overview .balance-data-wrapper {
    display: flex;
    justify-content: space-between;
}

.dashboard-overview .balance-data-wrapper .balance-data,
.dashboard-overview .balance-data-wrapper .dashboard-controls
{
    width: 100%;
}

.dashboard-overview .balance-data-wrapper .can-selection {
   /* display: flex;
    justify-content: flex-end;
    background: #fff;
    align-items: center;
    border-radius: 30px;
    padding: 5px 10px;
    position: relative;*/
}

.dashboard-overview .balance-data-wrapper .can-selection .mwc-select
{
 /*   padding: 0px 0px 0px 30px !important;
    background: none;
    color: #1A3345 !important;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';*/
    width: -webkit-fill-available;
}

.dashboard-overview .balance-data-wrapper .can-selection .mwc-select::-ms-expand {
    display: none;
}
.dashboard-overview .balance-data-wrapper .can-selection .mwc-select:focus
{
    outline: none;
}

.dashboard-overview .balance-data-wrapper .can-selection img
{
    aspect-ratio: 1/1;
    width: 25px;
    object-fit: contain;
}

.dashboard-overview .balance-data-wrapper button.pay_bills {
    background: #0399cd !important;
    border-radius: 10px !important;
    text-align: center !important;
    padding: 10px !important;
    width: 100% !important;
    font-size: 12px !important;
}
.content-wrapper {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 2px 20px 5px rgba(255, 255, 255, 0.25);
}

.page-section {
    margin-bottom: 4rem;
}

.page-section-header {
    color: #1A3345 !important;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: normal !important;
    /*font-size: 26px !important;*/
    font-size: 22px !important;
}

.section-subheader
{
    color: #14B591;
    font-weight: 500;
    font-family: 'Montserrat';
}

.services-container .service .service-wrapper {
    border: 1px solid #f9f9f9;
    padding: 10px 20px;
    margin-bottom: 30px;
    height: 90px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.services-container .service .service-wrapper:hover {
    border-color: #02a0ca;
}

.services-container .service .service-wrapper  .service-name {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #1a3345;
}

.row.copyrights p , .row.copyrights p a{
  font-family: 'Montserrat' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 15px;
  text-align: center;
  color: #089B74 !important;
}

.row.copyrights
{
    background-color: #fff;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
 }

.page-header-container * {
    text-align: center;
    font-family: 'MONTSERRAT';
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 800;
}

span.required
{
    color: red;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.alert {
    background: #03a7c433;
    font-family: 'Montserrat';
    border: 0px;
    color: #00849a;
}


.alert.alert-success {
    color: #14B591;
    background: #14b5911f;
}


.alert.alert-error {
    color: red;
    background: #ff00000f;
}


.placeholder {
    animation: skeleton-loading 1s linear infinite alternate;
    color: transparent;
    width: 100%;
    height: auto;
    min-height: 2rem;
}

.news-card
{

}

.news-card .news-title
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #1A3345 !important;
}

.news-card .news-publish-date
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #8A8A8A;
}
.popup-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: #33b69480;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-alert.show {
    opacity: 1;
    visibility: visible;
}

.popup-alert .popup-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup-alert .popup-card {
    position: relative;
    background: #fff;
    padding: 4rem;
    border-radius: 10px;
    color: #1A3345;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
}
.popup-alert .popup-card .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
}
.popup-alert .popup-card h5{
    color: #1A3345;
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.popup-alert .popup-card button
{
    margin-bottom: 1rem;
    font-weight: 500;
}

.mwc-form select,
.mwc-form input,
.mwc-form textarea
{
    font-family: 'Montserrat';
    color: #1A3345 !important;
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    height: 45px;
    border: 1px solid #E2E2E2;
}

.mwc-form input:active, .mwc-form input:focus, .mwc-form input:focus-visible, .mwc-form input:hover, .mwc-form input:focus-within, .mwc-form input:target,
.mwc-form select:active, .mwc-form select:focus, .mwc-form select:focus-visible, .mwc-form select:hover, .mwc-form select:focus-within, .mwc-form select:target,
.mwc-form textarea:active, .mwc-form textarea:focus, .mwc-form textarea:focus-visible, .mwc-form textarea:hover, .mwc-form textarea:focus-within, .mwc-form textarea:target
{
    outline: none;
}
.mwc-form p
{
    font-family: 'Montserrat';
    color: #1A3345 !important;
}

.mwc-form label
{
    font-family: 'Montserrat';
    color: #1A3345;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.mwc-form .form-field.error-input {
    box-shadow: none;
    border-color: #C62828;
}



.mwc-form .mwc-radiogroup {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

a.view-more-link {
    font-size: 12px;
    color: #33b694;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    align-items: center;
}
a.view-more-link img {
    transform: rotate(-90deg);
    aspect-ratio: 1 / 1;
    width: 20px;
}
a.view-more-link:hover{
    text-decoration: none;
}

.inline-contact-info p {
    text-align: center;
    font-family: 'Montserrat';
    color: #1a3345;
}

.inline-contact-info span {
    font-family: 'Montserrat';
    color: #1a3345;
    font-weight: 600;
}
.inline-contact-info .socials-grid
{
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.inline-contact-info .socials-grid .social
{
   text-align: center;
}

li.nav.has-child {
    position: relative;
}

li.nav.has-child .menu-wrapper
{
    display: none;
}

li.nav.has-child:hover .menu-wrapper {
    display: block;
}

.profile-menu {
    background: #fff;
    position: absolute;
    right: 0;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
    align-items: flex-end;
}

.profile-menu a:not(:last-of-type) {
    margin-bottom: 1rem;
}

@keyframes skeleton-loading {
    0% {
        background-color: #F5F5F5; /* FROM Color 1 */
    }
    100% {
        background-color: #E2E2E2; /* TO Color 2 */
    }
}

.news-updates-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}