/* ===== Animation Load ===== */
@font-face {
    font-family: 'prompt-bold';
    src: url('../fonts/prompt-bold-webfont.eot');
    src: url('../fonts/prompt-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/prompt-bold-webfont.woff2') format('woff2'),
        url('../fonts/prompt-bold-webfont.woff') format('woff'),
        url('../fonts/prompt-bold-webfont.ttf') format('truetype'),
        url('../fonts/prompt-bold-webfont.svg#promptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prompt-extrabold';
    src: url('../fonts/prompt-extrabold-webfont.eot');
    src: url('../fonts/prompt-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/prompt-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/prompt-extrabold-webfont.woff') format('woff'),
        url('../fonts/prompt-extrabold-webfont.ttf') format('truetype'),
        url('../fonts/prompt-extrabold-webfont.svg#promptextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'prompt-extralight';
    src: url('../fonts/prompt-extralight-webfont.eot');
    /* src: url('../fonts/prompt-extralight-webfont.eot?#iefix') format('embedded-opentype'),*/
    src:url('../fonts/prompt-extralight-webfont.woff2') format('woff2'),
        url('../fonts/prompt-extralight-webfont.woff') format('woff'),
        url('../fonts/prompt-extralight-webfont.ttf') format('truetype'),
        url('../fonts/prompt-extralight-webfont.svg#promptextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prompt-light';
    src: url('../fonts/prompt/prompt-light-webfont.eot');
    src: url('../fonts/prompt/prompt-light-webfont.woff2') format('woff2'),
        url('../fonts/prompt/prompt-light-webfont.woff') format('woff'),
        url('../fonts/prompt/prompt-light-webfont.ttf') format('truetype'),
        url('../fonts/prompt/prompt-light-webfont.svg#promptlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prompt-medium';
    src: url('../fonts/prompt-medium-webfont.eot');
    src: url('../fonts/prompt-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/prompt-medium-webfont.woff2') format('woff2'),
        url('../fonts/prompt-medium-webfont.woff') format('woff'),
        url('../fonts/prompt-medium-webfont.ttf') format('truetype'),
        url('../fonts/prompt-medium-webfont.svg#promptmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prompt-regular';
    src: url('../fonts/prompt/prompt-regular-webfont.eot');
    src: url('../fonts/prompt/prompt-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/prompt/prompt-regular-webfont.woff2') format('woff2'),
        url('../fonts/prompt/prompt-regular-webfont.woff') format('woff'),
        url('../fonts/prompt/prompt-regular-webfont.ttf') format('truetype'),
        url('../fonts/prompt/prompt-regular-webfont.svg#promptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prompt-semibolditalic';
    src: url('../fonts/prompt-semibolditalic.ttf');
    src: url('../fonts/prompt-semibolditalic.ttf?#iefix') format('truetype'),  
    url('../fonts/prompt-semibolditalic.woff2') format('woff2'),  
    url('../fonts/prompt-semibolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'prompt-semibold';
    src: url('../fonts/prompt-semibold.ttf');
    src: url('../fonts/prompt-semibold.ttf?#iefix') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
font-family: 'icomoon';
src:  url('../fonts/prompt/icomoon.eot?cvlw7u');
src:  url('../fonts/prompt/icomoon.eot?cvlw7u#iefix') format('embedded-opentype'),
    /* url('../fonts/prompt/icomoon.ttf?cvlw7u') format('truetype'), */
    /* url('../fonts/prompt/icomoon.woff?cvlw7u') format('woff'), */
    url('../fonts/prompt/icomoon.svg?cvlw7u#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
    font-family: 'ntBold';
    src        : url('../font/ntfont/NT Bold.eot');
    src        : url('../font/ntfont/NT Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/ntfont/NT Bold.woff2') format('woff2'),
        url('../font/ntfont/NT Bold.woff') format('woff'),
        url('../font/ntfont/NT Bold.ttf') format('truetype'),
        url('../font/ntfont/NT Bold.svg#promptbold') format('svg');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'ntReg';
    src        : url('../font/ntfont/NT Regular.eot');
    src        : url('../font/ntfont/NT Regular.eot?#iefix') format('embedded-opentype'),
        /* url('../font/ntfont/NT Regular.woff2') format('woff2'), */
        /* url('../font/ntfont/NT Regular.woff') format('woff'), */
        url('../font/ntfont/NT Regular.ttf') format('truetype'),
        url('../font/ntfont/NT Regular.svg#promptbold') format('svg');
    font-weight: normal;
    font-style : normal;
}


.loadSector {
margin: 56px auto 0px;
width: 70px;
height: 30px;
text-align: center;
font-size: 10px;

}

.loadSector > div {
background-color: #007CC3;
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;

-webkit-animation: stretchdelay 0.7s infinite ease-in-out;
animation: stretchdelay 0.7s infinite ease-in-out;
}

.loadSector .pointLoad2 {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}

.loadSector .pointLoad3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}

.loadSector .pointLoad4 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}

.loadSector .pointLoad5 {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}

.box-otp {
    height: 4em;
    border: 2px solid #F1D430;
}

footer {
    color      : #F1D430;
    font-weight: 300;
    padding    : 10px;
    font-size  : 75%;
    background : #53595F;
}

.blockitem {
    background-color: rgba(255, 209, 0, 0.8);
    border-radius   : 25px;
    padding-top     : 20px;
    margin-bottom   : 10px;
    margin-top      : 10px;
    margin          : 5px;
}

.img-icon-block {
    position: relative;
}

.img-icon-block.a1::before {
    background-color: rgb(208, 91, 71);
    background      : linear-gradient(200deg, rgb(208, 91, 71), #ff9068);
}

.img-icon-block.a2::before {

    background-color: rgb(104, 190, 172);
    background      : linear-gradient(200deg, #40C1AC 50%, #a5e3d8);
}

.img-icon-block.a3::before {
    background-color: rgb(137, 80, 53);
    background      : linear-gradient(200deg, rgb(137, 80, 53), #eea849);
}

.img-icon-block::before {
    position     : absolute;
    content      : "";
    top          : 10px;
    opacity      : .8;
    width        : 100px;
    right        : 70px;
    height       : 100px;
    border-radius: 50%;
    z-index      : 1;
}

.img-icon-block i {
    font-size: 58px;
    z-index  : 2 !important;
    color    : #333;
    position : relative;
}

.img-mt {
    margin-top: 4rem;
}



@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
20% { -webkit-transform: translateY(-20px) }
}

@keyframes stretchdelay {
0%, 40%, 100% { 
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
} 
20% {
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}
}

.after-act-options { display:block; }
.after-act-options > p {
font-size: 16px!important;
text-align: center!important;
margin: -12px auto 24px!important;
color: #007CC3;

-webkit-animation-name: fade;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 4s;
animation-name: fade;
animation-iteration-count: infinite;
animation-duration: 4s;
}
@-webkit-keyframes fade {
0% {opacity: 0;}
25% {opacity: 1;}
50% {opacity: 0;}
75% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fade {
0% {opacity: 0;}
25% {opacity: 1;}
50% {opacity: 0;}
75% {opacity: 1;}
100% {opacity: 0;}
}



[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-already-permission-01:before {
content: "\e91e";
}
.icon-inactive-permission-01:before {
content: "\e932";
}
.icon-iptv-01:before {
content: "\e965";
}
.icon-no-e-bill-permission-01:before {
content: "\e966";
}
.icon-no-permission-01:before {
content: "\e967";
}
.icon-permission-01:before {
content: "\e969";
}
.icon-request-permission-01:before {
content: "\e98e";
}
.icon-ueser-lock-permission-01:before {
content: "\e98f";
}
.icon-waiting-approve-permission-01:before {
content: "\e990";
}
.icon-tot-logo-01:before {
content: "\e90f";
}
.icon-fix2-01:before {
content: "\e988";
}
.icon-arrowback-01:before {
content: "\e989";
}
.icon-arrow-forward-01:before {
content: "\e98a";
}
.icon-arrow-forward2-01:before {
content: "\e98b";
}
.icon-x-01:before {
content: "\e98c";
}
.icon-monitor-01:before {
content: "\e984";
}
.icon-note-01:before {
content: "\e985";
}
.icon-arrownext-01:before {
content: "\e986";
}
.icon-minus2-01:before {
content: "\e987";
}
.icon-arrow-back2-01:before {
content: "\e97e";
}
.icon-clinic24hrs-01:before {
content: "\e97f";
}
.icon-map-01:before {
content: "\e980";
}
.icon-icon-com-01:before {
content: "\e981";
}
.icon-message-01:before {
content: "\e982";
}
.icon-shortcut-menu-01:before {
content: "\e983";
}
.icon-agency-01:before {
content: "\e957";
}
.icon-bank-counter-01:before {
content: "\e958";
}
.icon-bus-01:before {
content: "\e959";
}
.icon-change-package-01:before {
content: "\e95a";
}
.icon-check1:before {
content: "\e95b";
}
.icon-check2-01:before {
content: "\e95c";
}
.icon-collaboration-01:before {
content: "\e95d";
}
.icon-communication-01:before {
content: "\e95e";
}
.icon-contact-staff-01:before {
content: "\e95f";
}
.icon-contract-01:before {
content: "\e960";
}
.icon-credit-card-01:before {
content: "\e961";
}
.icon-education-01:before {
content: "\e962";
}
.icon-free-01:before {
content: "\e963";
}
.icon-arrow-01:before {
content: "\e964";
}
.icon-com-01:before {
content: "\e968";
}
.icon-landmarks-01:before {
content: "\e96a";
}
.icon-mobile-banking-01:before {
content: "\e96b";
}
.icon-money-machine-01:before {
content: "\e96c";
}
.icon-online-payment-01:before {
content: "\e96d";
}
.icon-paper-01:before {
content: "\e96e";
}
.icon-phone3-01:before {
content: "\e96f";
}
.icon-phone4-01:before {
content: "\e970";
}
.icon-phone5-01:before {
content: "\e971";
}
.icon-production-01:before {
content: "\e972";
}
.icon-real-estate-01:before {
content: "\e973";
}
.icon-registered-mail-01:before {
content: "\e974";
}
.icon-report-01:before {
content: "\e975";
}
.icon-reset-01:before {
content: "\e976";
}
.icon-retail-01:before {
content: "\e977";
}
.icon-saving-account-01:before {
content: "\e978";
}
.icon-speed-test-01:before {
content: "\e979";
}
.icon-tot-service-center-01:before {
content: "\e97a";
}
.icon-x2-01:before {
content: "\e97b";
}
.icon-x3-01:before {
content: "\e97c";
}
.icon-zoom-01:before {
content: "\e97d";
}
.icon-human2-01:before {
content: "\e900";
}
.icon-instagrame-01:before {
content: "\e901";
}
.icon-internet-01:before {
content: "\e902";
}
.icon-life-style-01:before {
content: "\e903";
}
.icon-menu-all-01:before {
content: "\e904";
}
.icon-modem-01:before {
content: "\e905";
}
.icon-notice-01:before {
content: "\e906";
}
.icon-pdf-01:before {
content: "\e907";
}
.icon-playvdo-01:before {
content: "\e908";
}
.icon-playvdo2-01:before {
content: "\e909";
}
.icon-plus2-01:before {
content: "\e90a";
}
.icon-refresh-01:before {
content: "\e90b";
}
.icon-search2-01:before {
content: "\e90c";
}
.icon-shotcut-menu-01:before {
content: "\e90d";
}
.icon-travel-01:before {
content: "\e90e";
}
.icon-arrowdown-01:before {
content: "\e910";
}
.icon-arrowup-01:before {
content: "\e911";
}
.icon-btnleft-01:before {
content: "\e912";
}
.icon-btnright-01:before {
content: "\e913";
}
.icon-changepack2-01:before {
content: "\e914";
}
.icon-coin-01:before {
content: "\e915";
}
.icon-com-012 .path1:before {
content: "\e916";
color: rgb(0, 0, 1);
}
.icon-com-012 .path2:before {
content: "\e917";
margin-left: -1em;
color: rgb(0, 0, 1);
}
.icon-com-012 .path3:before {
content: "\e918";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-com-012 .path4:before {
content: "\e919";
margin-left: -1em;
color: rgb(0, 0, 1);
}
.icon-detail-01:before {
content: "\e91a";
}
.icon-email2-01:before {
content: "\e91b";
}
.icon-food-01:before {
content: "\e91c";
}
.icon-gift2-01:before {
content: "\e91d";
}
.icon-bin-01:before {
content: "\e91f";
}
.icon-bubble-01:before {
content: "\e920";
}
.icon-com-0122:before {
content: "\e921";
}
.icon-complaint-01:before {
content: "\e922";
}
.icon-detail-012:before {
content: "\e923";
}
.icon-fix-01:before {
content: "\e924";
}
.icon-gift-01:before {
content: "\e925";
}
.icon-handmoney-01:before {
content: "\e926";
}
.icon-home-01:before {
content: "\e927";
}
.icon-human-01:before {
content: "\e928";
}
.icon-iphone-01:before {
content: "\e929";
}
.icon-logout-01:before {
content: "\e92a";
}
.icon-manage-01:before {
content: "\e92b";
}
.icon-menu-01:before {
content: "\e92c";
}
.icon-modem-012:before {
content: "\e92d";
}
.icon-payment-01:before {
content: "\e92e";
}
.icon-phone1-01:before {
content: "\e92f";
}
.icon-phone2-01:before {
content: "\e930";
}
.icon-what-01:before {
content: "\e931";
}
.icon-calendar-01:before {
content: "\e933";
}
.icon-callcenter-01:before {
content: "\e934";
}
.icon-cam-01:before {
content: "\e935";
}
.icon-check-coverage-01:before {
content: "\e936";
}
.icon-check-postcode-01:before {
content: "\e937";
}
.icon-check-status-01:before {
content: "\e938";
}
.icon-choose-pack-01:before {
content: "\e939";
}
.icon-clock-01:before {
content: "\e93a";
}
.icon-connect-01:before {
content: "\e93b";
}
.icon-dorpdown-01:before {
content: "\e93c";
}
.icon-download-01:before {
content: "\e93d";
}
.icon-edit-01:before {
content: "\e93e";
}
.icon-facebook-01:before {
content: "\e93f";
}
.icon-faq-01:before {
content: "\e940";
}
.icon-faq2-01:before {
content: "\e941";
}
.icon-game-01:before {
content: "\e942";
}
.icon-hambuger-menu-01:before {
content: "\e943";
}
.icon-hambuger-menuX-01:before {
content: "\e944";
}
.icon-information-01:before {
content: "\e945";
}
.icon-information2-01:before {
content: "\e946";
}
.icon-line-01:before {
content: "\e947";
}
.icon-livechat-01:before {
content: "\e948";
}
.icon-mail-01:before {
content: "\e949";
}
.icon-man-01:before {
content: "\e94a";
}
.icon-phone-01:before {
content: "\e94b";
}
.icon-pic-01:before {
content: "\e94c";
}
.icon-pin-01:before {
content: "\e94d";
}
.icon-register-01:before {
content: "\e94e";
}
.icon-search-01:before {
content: "\e94f";
}
.icon-service-01:before {
content: "\e950";
}
.icon-twitter-01:before {
content: "\e951";
}
.icon-vdo-01:before {
content: "\e952";
}
.icon-wifi-01:before {
content: "\e953";
}
.icon-youtube-01:before {
content: "\e954";
}
.icon-zoomin-01:before {
content: "\e955";
}
.icon-zoomout-01:before {
content: "\e956";
}

/* style eservice*/
* {
outline: 0!important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 0px;
padding-right: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0px;
}

p,
li {
    margin     : 0;
    font-weight: 300;
}

.clear {
clear: both;
}
.row {
margin-left: 0px; 
margin-right: 0px; 
}
.container{
width: 100%;
padding-bottom: 10px;
}  

.container-qebill{
    width: 80%;
}
a:focus{
text-decoration: none;
}
.center{
text-align: center;
align: center;
margin: 0 auto;
}
.imgresize{
width: 100%;
height: auto;
}
html{min-height: 100%;}
body {
    min-width                : auto !important;
    background-repeat        : no-repeat;
    font-family              : 'ntReg';
    background               : #f7f7f7;
    font-size                : 1.3rem;
    /*  background-image     : linear-gradient(to buttom, #ffffff 0, #F3F3F6 100%); */
    filter                   : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A8FF', endColorstr='#FF8822B2', GradientType=1);
    /*  background-attachment: fixed; */
    /* background-image         : linear-gradient(135deg, #ffe672 0, #FFD100 100%);*/
    /* background-attachment :fixed; */
}
.txt_content1.white, h1.white {
color: #FFF!important;
}
div.white, p.white, span.white, th.white {
color: #FFF!important;
}
div.orange, p.orange, span.orange ,td.orange {
color: #FF5926!important;
}

.hd_teaser,
.hd_teaser_hl,
.hd_title {
    font-family: 'ntReg';
    line-height: 1.2;
}

.hd_teaser {
    font-size  : 50px;
    font-size  : 3.5rem;
    color      : #000;
    font-weight: 700;
}

.hd_teaser1 {
    font-size  : 50px;
    font-size  : 2.5rem;
    color      : #000;
    font-weight: 700;
}

.hd_title {
    font-size: 32px;
    font-size: 3.2rem;
    color    : #000;
}

.hd_title-1 {
    padding      : 2px 20px;
    width        : 5px;
    background   : #000;
    border-radius: 25px;
    color        : rgb(255, 209, 0);
}

.hd_title-2 {
    padding      : 2px 20px;
    /* width        : 5px; */
    background   : rgb(255, 209, 0);
    border-radius: 25px;
    color        : #000;
}

.hd_title-3 {
    padding      : 2px 20px;
    /* width        : 5px; */
    background   : green;
    border-radius: 25px;
    color        : #ffffff;
    font-weight  :  600;
}

.hd_title-4 {
    padding      : 2px 20px;
    /* width        : 5px; */
    background   : #ff9933;
    border-radius: 25px;
    color        : #000;
    font-weight  :  600;
}

.hd_title-5 {
    padding      : 2px 20px;
    width        : 5px;
    background   : red;
    border-radius: 25px;
    color        : #fff;
}


a.txt_content1, div.txt_content1, li.txt_content1, p.txt_content1, span.txt_content1 {
font-family: 'ntReg';
font-size: 28px;
font-size: 2.8rem;
color: #000;
line-height: 1.2;
}
a.txt_content2, div.txt_content2, li.txt_content2, p.txt_content2, span.txt_content2 {
font-family: 'ntReg';
font-size: 25px;
font-size: 2.5rem;
color: #000;
line-height: 1.2;
}
a.txt_content3, div.txt_content3, li.txt_content3, p.txt_content3, span.txt_content3,th.txt_content3 {
font-family: 'ntReg';
font-size: 18px;
font-size: 1.8rem;
color: #000;
line-height: 1.4;
}
a.txt_content4, div.txt_content4, li.txt_content4, p.txt_content4, span.txt_content4,th.txt_content4 {
font-family: 'ntReg';
font-size: 16px;
font-size: 1.6rem;
color: #000;
line-height: 1.2;
}
a.txt_title, div.txt_title, li.txt_title, p.txt_title, span.txt_title {
font-family: 'ntReg';
font-size: 18px;
font-size: 1.8rem;
color: #000;
line-height: 1.2;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.19rem;
    color    : #58595B !important;
}

.navbar-nav .active>.nav-link {
    color        : #F1D430 !important;
    font-weight  : 400;
    background   : #000;
    border-radius: 20px;
    font-size    : 1.19rem;
}

.btn_choice_rgt .input-btn input.active, .checkcorrect input:checked~.checkmark:after {
    display: block;
}

/*button main*/
.btn_main {
    cursor: pointer;
    font-family: prompt-regular;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    min-width: 100px;
    max-width: 300px;
    height: 50px;
    z-index: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 2px solid;
    transition: all .5s;
    text-align: center;
    -webkit-transition: all .5s;
    display: inline-block;
}
.btn_main, a:focus {
    text-decoration: none;
}
.btn_main.gd_blue {
    background: #0089D7;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#0089D7),to(#0FF));
    background: linear-gradient(to right,#0089D7 50%,#0FF 100%);
    background-repeat: repeat-x;
    border: none;
    background-color: #FFF;
    color: #FFF;
}
.btn_main.short {
    max-width: 160px;
    height: 35px;
}
.btn_main.small {
    font-size: 16px;
    font-size: 1.6rem;
}

a.btn_main span {
    line-height: 50px;
}
.btn_main.short span {
    line-height: 35px;
}

.btn_main.gd_blue:after, .btn_main.white:after {
    bottom: 0;
    height: 120%;
    -webkit-transition: all .4s;
    content: "";
    position: absolute;
    z-index: -1;
}
.btn_main.gd_blue:after {
    width: 0;
    left: -10%;
    background: #0071BB;
    transition: all .4s;
}
.btn_main.gd_blue:hover:after {
    width: 160%;
    left: -19%;
}
.btn_main.trans_blue {
    background-color: transparent;
    border-color: #0096DC;
    color: #0096DC;
}
.btn_main.trans_blue:after, .btn_main.trans_white:after {
    content: "";
    bottom: 0;
    height: 120%;
    z-index: -1;
    position: absolute;
}
.btn_main.trans_blue:after {
    width: 0;
    left: -10%;
    background: #0071BB;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_main.trans_blue:hover {
    background-color: #0071BB;
    border-color: #0071BB;
    color: #FFF;
}
.btn_main.trans_blue:hover:after {
    width: 160%;
    left: -19%;
}
.btn_main.shortheight {
    height: 35px;
}
.btn_main.shortheight span {
    line-height: 32px;
}

/* end stylesheet button */

/* stylesheet greyblockbg */
.greyblockbg {
background-color: #EEE;
width: 100%;
border: 1px solid #EEE;
border-radius: 5px;
margin: 15px 0;
}



@media screen and(min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .container-qebill{
        max-width: 1200px;
    }
}

@media screen and (max-width: 767px) {


    .hd_teaser {
        font-size: 40px;
        font-size: 4rem;
    }

    a.txt_content1,
    div.txt_content1,
    li.txt_content1,
    p.txt_content1,
    span.txt_content1 {
        font-size: 25px;
        font-size: 2.5rem;
    }

    a.txt_content3,
    div.txt_content3,
    li.txt_content3,
    p.txt_content3,
    span.txt_content3 {
        font-size: 19px;
        font-size: 1.9rem;
    }

    a.txt_content4,
    div.txt_content4,
    li.txt_content4,
    p.txt_content4,
    span.txt_content4,
    th.txt_content4 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    a.txt_title,
    div.txt_title,
    li.txt_title,
    p.txt_title,
    span.txt_title {
        font-size: 19px;
        font-size: 1.9rem;
    }

    .hd_title {
        font-size: 26px;
        font-size: 2.6rem;
    }

}

@media screen and (max-width: 480px) {
    .hd_teaser {
        font-size: 30px;
        font-size: 3rem;
    }
}


@media only screen and (max-width: 450px) {
    .eservicepayment .paymentdesc {
        padding: 40px 14px !important;

    }

}


.eservicepayment .paymentdesc {
    background-color: #fff;
    padding         : 40px 50px 50px;
    position        : relative;
    min-height      : 400px;
    box-shadow      : 0 0 0 1px rgba(53, 72, 91, .1), 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02) !important;
    border-radius   : 25px;

}

.eservicepayment .paymentdesc .incltxt {
    padding: 0 0 30px;
}

.eservicepayment .paymentdesc .txtnrow .tnrdetail {
    border-bottom : 2px dotted #00A8FF;
    width         : 100%;
    padding-bottom: 15px;
    position      : relative;
}

/* table */
.eservicepayment .paymentdesc .eserbox {
    margin          : 10px auto;
    width           : 100%;
    height          : auto;
    border-radius   : 5px 7px 7px 5px;
    background-color: #EEE;
    border-left     : 6px solid transparent;
    background-clip : padding-box;
    position        : relative;
}

.eservicepayment .paymentdesc .eserbox.box2 .content {
    background-color          : #EEE;
    position                  : relative;
    z-index                   : 1;
    border-top-right-radius   : 7px;
    border-bottom-right-radius: 7px;
}

.eservicepayment .paymentdesc .eserbox.box2 table {
    width : 100%;
    margin: 0 auto;
}

.eservicepayment .paymentdesc .eserbox.box2 table tr {
    border-bottom: 1px solid #CCC;
}

.eservicepayment .paymentdesc .eserbox.box2 table tr:last-child {
    border-bottom: none;
}

.eservicepayment .paymentdesc .eserbox.box2 table tr td {
    padding: 15px 20px;
}

.eservicepayment .paymentdesc .eserbox.box2 table tr td.txtleft {
    width: 40%;
}

.eservicepayment .paymentdesc .eserbox.box2 table tr td.txtright {
    width     : 60%;
    text-align: right;
}

.eservicepayment .paymentdesc .eserbox::after {
    left             : -6px;
    right            : 0;
    filter           : progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00FFFF', endColorstr='#FF2F57D7', GradientType=0);
    top              : 0;
    content          : "";
    bottom           : 0;
    position         : absolute;
    background       : #0FF;
    background       : -webkit-gradient(linear, left top, left bottom, color-stop(-40%, #0FF), to(#2F57D7));
    background       : linear-gradient(#0FF -40%, #2F57D7 100%);
    background-repeat: repeat-x;
    z-index          : 0;
    border-radius    : 7px 10px 10px 7px;
}

/* end table */
@media screen and (max-width: 991px) {
    .eservicepayment .paymentdesc {
        padding: 20px 40px 40px;
    }
}

@media screen and (max-width: 767px) {
    .eservicepayment {
        /* padding: 50px 0 0; */
        padding: 0px 0 0;
    }

    .eservicepayment .paymentcontentblock {
        margin: 30px 0 0;
    }

    .eservicepayment .paymentdesc .incltxt {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .eservicepayment .paymentdesc .eserbox.box2 table tr td {
        padding: 15px 10px;
    }
}

/* end stylesheet eservicepayment */

/* stylesheet containernopad */
.containernopad {
    margin-right: auto;
    margin-left : auto;

}



@media (min-width: 768px) {
    .containernopad {
        width: 728px;
    }
}

@media (min-width: 992px) {
    .containernopad {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .containernopad {
        width: 1100px;
    }
}

/* end stylesheet containernopad */

/* stylesheet esv_usageinfotable */
.esv_usageinfotable .overflowfortb {
    overflow-x: auto;
}

.esv_usageinfotable .overflowfortb .overfloewidth {
    width: 800px;
}

.esv_usageinfotable .esv_table {
    display         : table;
    width           : 100%;
    background-color: white;
    border-radius   : 4px;
}

.esv_usageinfotable .esv_table .esvtbblockhd {
    display         : table;
    width           : 100%;
    background-color: #0071BB;
    border-radius   : 4px;
}

.esv_usageinfotable .esv_table .esvtbblockdetail {
    display      : table;
    width        : 100%;
    border-bottom: 1px solid #555;
}

.esv_usageinfotable .esv_table .esvtbblockdetail:last-child {
    border-bottom: none;
}

.esv_usageinfotable .esv_table .esvtbblockdetail .esv_tbc {
    font-family: 'ntReg';
    font-size  : 18px;
    font-size  : 1.8rem;
    color      : #000;
    line-height: 1.2;
}

.esv_usageinfotable .esv_table .esv_tbc01,
.esv_usageinfotable .esv_table .esv_tbc02,
.esv_usageinfotable .esv_table .esv_tbc03,
.esv_usageinfotable .esv_table .esv_tbc04,
.esv_usageinfotable .esv_table .esv_tbc05,
.esv_usageinfotable .esv_table .esv_tbc06,
.esv_usageinfotable .esv_table .esv_tbc07 {
    padding       : 15px;
    text-align    : center;
    font-size     : 16px;
    font-size     : 1.6rem;
    vertical-align: middle;
    /* border-left: 1px solid #FFF; */
}

.esv_usageinfotable .esv_table .esv_tbc01,
.esv_usageinfotable .esv_table .esv_tbc02 {
    display: table-cell;
    width  : 12%;
}

.esv_usageinfotable .esv_table .esv_tbc03 {
    display: table-cell;
    width  : 19%;
}

.esv_usageinfotable .esv_table .esv_tbc04 {
    display: table-cell;
    width  : 15%;
}

.esv_usageinfotable .esv_table .esv_tbc05 {
    display: table-cell;
    width  : 20%;
}

.esv_usageinfotable .esv_table .esv_tbc06 {
    display: table-cell;
    width  : 9%;
}

.esv_usageinfotable .esv_table .esv_tbc07 {
    display: table-cell;
    width  : 13%;
}

/* end stylesheet esv_usageinfotable */
/* stylesheet button */
/*check correct*/
.container.checkcorrect {
    display            : block;
    position           : relative;
    padding-left       : 17px;
    margin-bottom      : 30px;
    cursor             : pointer;
    font-size          : 20px;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
}

.container.checkcorrect input {
    position: absolute;
    opacity : 0;
    cursor  : pointer;
}

.container.checkcorrect .checkmark {
    position        : absolute;
    top             : 0;
    left            : 0;
    height          : 30px;
    width           : 30px;
    background-color: #FFF;
    border-radius   : 50%;
    border          : 2px solid #BBB;
}

.container.checkcorrect input:checked~.checkmark {
    background-color: #59B200;
}

.container.checkcorrect .checkmark:after {
    left             : 8px;
    top              : 2px;
    width            : 8px;
    height           : 18px;
    border           : solid #fff;
    border-width     : 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
    content          : "";
    position         : absolute;
    display          : none;
}

.btn_choice_rgt .input-btn input.active,
.container.checkcorrect input:checked~.checkmark:after {
    display: block;
}

/*button main*/
.btn_main {
    cursor            : pointer;
    font-family       : 'ntReg';
    font-size         : 18px;
    font-size         : 1.8rem;
    width             : 100%;
    min-width         : 100px;
    max-width         : 300px;
    height            : 50px;
    z-index           : 0;
    position          : relative;
    padding           : 0;
    overflow          : hidden;
    border-radius     : 30px;
    border            : 2px solid;
    transition        : all .5s;
    text-align        : center;
    -webkit-transition: all .5s;
    display           : inline-block;
}

.btn_main,
a:focus {
    text-decoration: none;
}

.btn_main.gd_blue {
    background       : #0089D7;
    background       : -webkit-gradient(linear, left top, right top, color-stop(50%, #0089D7), to(#0FF));
    background       : linear-gradient(to right, #0089D7 50%, #0FF 100%);
    background-repeat: repeat-x;
    border           : none;
    background-color : #FFF;
    color            : #FFF;
}

.btn_main.short {
    max-width: 160px;
    height   : 35px;
}

.btn_main.small {
    font-size: 16px;
    font-size: 1.6rem;
}

a.btn_main span {
    line-height: 50px;
}

.btn_main.short span {
    line-height: 35px;
}

/* button.btn_main{
    position: relative;
    top: -5px;
}
button.btn_main.short{
    position: relative;
    top: -12px;
}
button.btn_main.small{
    position: relative;
    top: -12px;
} */
.btn_main.gd_blue:after,
.btn_main.white:after {
    bottom            : 0;
    height            : 120%;
    -webkit-transition: all .4s;
    content           : "";
    position          : absolute;
    z-index           : -1;
}

.btn_main.gd_blue:after {
    width     : 0;
    left      : -10%;
    background: #0071BB;
    transition: all .4s;
}

.btn_main.gd_blue:hover:after {
    width: 160%;
    left : -19%;
}

.btn_main.trans_blue {
    background-color: transparent;
    border-color    : #0096DC;
    color           : #0096DC;
}

.btn_main.trans_blue:after,
.btn_main.trans_white:after {
    content : "";
    bottom  : 0;
    height  : 120%;
    z-index : -1;
    position: absolute;
}

.btn_main.trans_blue:after {
    width             : 0;
    left              : -10%;
    background        : #0071BB;
    -webkit-transition: all .4s;
    transition        : all .4s;
}

.btn_main.trans_blue:hover {
    background-color: #0071BB;
    border-color    : #0071BB;
    color           : #FFF;
}

.btn_main.trans_blue:hover:after {
    width: 160%;
    left : -19%;
}

.btn_main.shortheight {
    height: 35px;
}

.btn_main.shortheight span {
    line-height: 32px;
}

.btn-yellow {
    color           : #000;
    background-color: rgb(255, 209, 0);
    border-color    : rgb(255, 209, 0);
    border-radius   : 25px;
    padding-left    : 40px;
    padding-right   : 40px;
    font-size       : 1.3rem;
}

.btn-default {
    color           : #000;
    background-color: #fff;
    border          : 2px solid rgb(255, 209, 0);
    border-radius   : 25px;
    padding-left    : 40px;
    padding-right   : 40px;
    font-size       : 1.3rem;
}

/* end stylesheet button */

/* stylesheet greyblockbg */
.greyblockbg {
    background-color: #EEE;
    width           : 100%;
    border          : 1px solid #EEE;
    border-radius   : 5px;
    margin          : 15px 0;
}

.eservicepayment .tboutter.accordion a,
.greyblockbg .achimgtxt {
    display: table;
    width  : 100%;
}

.greyblockbg .achimgtxt {
    padding: 15px 10px;
}

.greyblockbg .achimgtxt div {
    display: inline-block;
    display: table-cell;
}

.greyblockbg .achimgtxt div.achimg {
    vertical-align: top;
    width         : 4%;
    position      : relative;
}

.greyblockbg .achimgtxt div.achtxt {
    width: 94%;
}

.greyblockbg .achimgtxt div.achimg .remark {
    font-size: 30px;
    top      : -7px;
    position : absolute;
}

@media screen and (max-width: 767px) {
    .greyblockbg .achimgtxt div.achimg .remark {
        font-size: 20px;
        top      : 0;
        position : relative;
    }

    .btn_main.short {
        max-width: 140px;

    }
}

/* end stylesheet greyblockbg */
.eservice_ack .btnsubmit {
    margin : 35px 0;
    display: block;
}



.eservicepayment .paymenttitle {
    border-top-left-radius    : 10px;
    border-top-right-radius   : 10px;
    padding                   : 30px 100px;
    position                  : relative;
    overflow                  : hidden;
    /* box-shadow             : 0 0 0 1px rgba(53, 72, 91, .1), 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02) !important; */
}

.eservicepayment .paymenttitle .content {
    display: table;
    width  : 100%;
}

.eservicepayment .paymenttitle .content .list {
    display       : table-cell;
    vertical-align: middle;
}

.eservicepayment .paymenttitle .content .list .hd_title {
    margin-bottom: 5px;
}

.eservicepayment .paymenttitle .content .list.price {
    text-align: right;
}

.eservicepayment .paymenttitle .content .list.icon {
    width: 100px;
}

.eservicepayment .paymenttitle .content .list.icon [class^=icon-] {
    font-size: 80px;
    color    : white;
}

.eservicepayment .paymentcontentblock {
    /* box-shadow   : 4px 7px 15px 2px rgba(0, 0, 0, 0.1); */
    margin       : 30px 0;
    border-radius: 20px;
}

.eservicepayment .paymentcontentblock {
    margin: 30px 0 0 0;
}

.eservicepayment .texttitle {
    text-align: center;
    color     : #ffffff;
    font-size : 20px;
}

.eservicepayment .texttitle h2 {
    font-size  : 18px;
    font-weight: 200;
}

.eservicepayment .paymenttitle .content .list .hd_title {
    margin-bottom: 5px;
    text-align   : center;
}

.eservicepayment .paymentdesc {
    background-color            : white;
    padding                     : 40px 100px 50px 100px;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius  : 10px; */
    position                    : relative;
    min-height                  : 400px;
}

.eservicepayment .progressbox {
    left         : 40%;
    margin-bottom: 15px;
    height       : 40px;
}

.eservicepayment .progressbox .progressbar {
    margin       : 0 auto;
    padding      : 0;
    counter-reset: step;
    left         : 50%;
    position     : relative;
    margin-left  : -85px;
}

.eservicepayment .progressbox .progressbar li {
    list-style-type: none;
    color          : white;
    position       : relative;
    text-align     : center;
    width          : 94px;
    float          : left;
    font-family    : "ntReg";
    font-size      : 16px;
    color          : #000000;
    line-height    : 1;
    color          : white;
}

.eservicepayment .progressbox .progressbar li.active:before {
    background-color: #3A3A32;
    color           : #F1D430;
    border          : 1px solid #3A3A32;

}

.eservicepayment .progressbox .progressbar li:before {
    content          : counter(step);
    counter-increment: step;
    width            : 40px;
    height           : 40px;
    line-height      : 40px;
    border-radius    : 50%;
    background-color : transparent;
    border           : 1px solid white;
    display          : block;
    text-align       : center;
    margin           : 0 auto;
}

.eservicepayment .progressbox .progressbar li:after {
    width            : 100%;
    height           : 2px;
    content          : "";
    position         : absolute;
    background-image : url("../img/dot.png");
    background-repeat: no-repeat;
    top              : 18px;
    left             : -25%;
    z-index          : 0;
}

.eservicepayment .progressbox .progressbar li:first-child:after {
    content: none;
}

.quickpayblock.ver2 {
    /*  background-color: rgba(84, 88, 89); */
    border-radius     : 25px 25px 0px 0px;
    padding-top       : 30px;
    /*background-image: linear-gradient(80deg,#40C1AC 50%,#a5e3d8);*/

}

.quickpayblock.ver2 .paymenttitle {
    /* background      : #0C4497;
    background-image: linear-gradient(135deg, #0C4497, #EB2028); */
}

.input-title {
    clear  : both;
    padding: 5px 15px 15px 45px;
    letter-spacing: .5px;
    font-weight: 300;

}

.input-title-2 {
    clear  : both;
    padding: 5px 15px 15px 45px;
    letter-spacing: .5px;
    font-weight: 300;
}

.input-title .input-title-2 a {

    text-decoration: underline;

}

@media screen and (min-width: 992px) {
    .quickpayblock.ver2 .paymenttitle {
        padding: 20px 100px;
    }
    
}

.quickpayblock.ver2 .paymentcontentblock {
    margin-top: 0;
}

.quickpayblock.ver2 .watermark1 {
    position: absolute;
    bottom  : 40%;
    right   : 5%;
    width   : 300px;
    top:70px;
    transform: rotate(10deg);
}

@media all  and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
    .quickpayblock.ver2 .watermark1 {
        position: absolute;
        bottom  : 40%;
        right   : 5%;
        width   : 170px;
        top:     120px;
        transform: rotate(10deg);
    }
    .titlepayment.quickpay {
        padding-top: 95px;
        padding-bottom: 20px;
    }
}

.quickpayblock.ver2 .watermark2 {
    position: absolute;
    bottom  : 40%;
    right   : 0%;
    width   : 350px;
    top:50px;
    transform: rotate(10deg);
}

.shape1 {
    position        : absolute;
    top             : 0;
    bottom          : 0;
    right           : 0;
    left            : 0;
    width           : 100%;
    height          : 85%;
    background      : #FFD100;
    z-index         : 0;
    transform       : skewY(5deg);
    transform-origin: top right;
    box-shadow      : 0 0 0 1px rgba(53, 72, 91, .1), 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02) !important;
}

.shape2 {
    position        : absolute;
    top             : 0;
    bottom          : 0;
    right           : 0;
    left            : 0;
    width           : 100%;
    height          : 85%;
    background      : #FFD100;
    z-index         : 0;
    transform       : skewY(175deg);
    transform-origin: top left;
    box-shadow      : 0 0 0 1px rgba(53, 72, 91, .1), 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02) !important;
}

.shape3 {
    position        : absolute;
    top             : 0;
    bottom          : 0;
    right           : 0;
    left            : 0;
    width           : 100%;
    height          : 85%;
    background      : #FFD100;
    z-index         : 0;
    transform       : skewY(5deg);
    transform-origin: top right;
}

.shape4 {
    position        : absolute;
    top             : 0;
    bottom          : 0;
    right           : 0;
    left            : 0;
    width           : 100%;
    height          : 85%;
    background      : #FFD100;
    z-index         : 0;
    /* transform       : skewY(5deg); */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transform-origin: top right;
    box-shadow      : 0 0 0 1px rgba(53, 72, 91, .1), 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02) !important;
}

.watermark-1 {

    position: absolute;
    bottom  : 40%;
    right   : 5%;
    width   : 450px;
    top:50px;
}

.watermark1 {
    width: 450px;
}

.watermark2 {
    width: 350px;
}


@media screen and (max-width: 767px) {
    .eservicepayment {
        padding: 0 !important;
    }

    .eservicepayment .paymenttitle {
        border-top-left-radius : 0;
        border-top-right-radius: 0;
        padding                : 20px 30px 30px;
    }

    .quickpayblock.ver2 .watermark1 {
        right    : 35%;
        max-width: 100px;
        bottom   : 53.2%;
        transform: rotate(10deg);
        margin-top: 5px;
    }

    .quickpayblock.ver2 .watermark2 {
        right    : 5%;
        max-width: 200px;
        bottom   : 53.2%;
        transform: rotate(10deg);
    }

    .watermark-1 {
        bottom: 60%;
    }

    .watermark1 {

        width: 100px;
    }

    .watermark2 {

        width: 350px;
    }


    .eservicepayment .texttitle h2 {
        font-size: 15px;
    }

    .hd_teaser {
        font-size: 2.5rem;
    }

    .hd_teaser1 {
        font-size: 1.5rem;
    }

    .img-icon-block::before {

        top: 5px;


        width : 50px;
        right : 0px;
        height: 50px;

    }

    .img-icon-block i {
        font-size: 35px;
    }

    .img-mt {
        margin-top: 2rem;
    }


}

.quickpayblock.ver2 .add-servicenumber {
    display       : flex;
    align-items   : center;
    padding-bottom: 15px;
}

.quickpayblock.ver2 .btn.plus-style {
    background   : #0066b1;
    border-radius: 50%;
    width        : 40px;
    height       : 40px;
    text-align   : center;
    padding      : 8px 10px;
    margin-right : 10px;
    transition   : all .5s;
}

.quickpayblock.ver2 .btn.plus-style>span {
    color: white;
}

.quickpayblock.ver2 .btn.plus-style:hover {
    background: #1197f5;
}

.quickpayblock.ver2 .progressbox {
    display    : flex;
    align-items: center;
}

.quickpayblock.ver2 .progressbox .progressbar {
    transform: translateX(-50%);
    margin   : 0;
}

@media screen and (max-width: 768px) {
    .quickpayblock.ver2 .progressbox .progressbar li {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .quickpayblock.ver2 .progressbox .progressbar li:after {
        width: 40%;
        left : -18%;
    }
}

.titlepayment.quickpay {
    padding-top   : 85px;
    padding-bottom: 20px;
}

.quickpay-detail .calccirlink {
    margin-bottom : 20px;
    cursor        : none;
    pointer-events: none;
}

.quickpay-detail img {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.quickpay-detail img.fix1 {
    max-width: 75px;
}

.quickpay-detail img.fix2 {
    max-width: 60px;
}

.quickpay-detail img.fix3 {
    max-width: 38px;
}

@media screen and (max-width: 480px) {
    .quickpay-detail .contact-bx {
        padding-right: 0;
    }
}

@media only screen and (max-width: 980px) {

    #rpay table td:nth-child(2),
    #rpay table th:nth-child(2),
    #rpay table td:nth-child(3),
    #rpay table th:nth-child(3),
    #rpay table td:nth-child(5),
    #rpay table th:nth-child(5),
    #rpay table td:nth-child(6),
    #rpay table th:nth-child(6) {
        display  : none;
        font-size: 12px;
    }

    #rpay2 table td:nth-child(3),
    #rpay2 table th:nth-child(3),
    #rpay2 table td:nth-child(4),
    #rpay2 table th:nth-child(4) {
        display: none;
    }

    .table,
    .table th,
    .table td {
        font-size     : 87.5%;
        vertical-align: top;
    }

    h2,
    h3,
    h4,
    h5,
    span,
    body {
        font-size: 100%;
    }

    .box-otp {
        height: 3em;
        width : 50px;
    }

    .imglogo {
        max-width: 65%;
        float    : left;
    }

    .eserlogo {
        float: left;
        width: 32%;
    }

    .lang-icon-div {
        float: right;
    }
}

.langco {
    color          : #fff;
    font-weight    : 600;
    text-decoration: none !important;
}

.imglogont {
    margin-top: 30px;
    max-width : 33%;
    float     : left;
}

.imglogoeser1 {
    max-width: 40%;
    float    : left;
}

.imglogoeser2 {
    margin-top: 20px;
    max-width : 25%;
    /* float  : left; */
}

.imglogont2 {
    margin-top: 30px;
    max-width : 15%;
    float     : left;
}

.img_logoNT {
    /* width: 16%; */
    height: 60px;

}

.es {
    width: 200px;
}

.lang-tab {
    position: absolute;
    right   : 0;
    top     : 0;
}

.collapse-wrapper {
    position: relative;
}

@media only screen and (max-width: 853px) {
    .navbar-collapse {
        background: none;
    }
}

@media only screen and (max-width: 768px) {

    /* .navbar-brand{
        display: block!important;
        width: 100%!important;
    }
    .navbar-brand img{
        text-align: center!important;
        display: block!important;
        
    }*/
    .img_logoNT {
        width     : 70%;
        height    : auto;
        margin-top: 5px;
    }

    .es {
        width: 160px;
    }

    .step-name {
        display: none;
    }

    .step-name1 {
        display: '';
    }

    .navbar-expand .navbar-nav .nav-link {
        padding: 5px;
    }

    /* .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;

    }

     .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link {
    } */

    input[type="radio"]+label,
    input[type="checkbox"]+label {
        padding: 10px 20px;

    }

    .input-title {

        padding: 5px 5px 15px 45px;
    }

    .input-title-2 {

        padding: 5px 5px 1px 45px;
    }


    p,
    footer {
        font-size: 0.9rem;
    }

}


/* -- Language -- */
.ul-lang {
    position  : absolute;
    display   : inline-flex;
    list-style: none;
    top       : 0px;
    right     : 0px;
}

.ul-lang li {
    padding: 0 6px;
}

.ul-lang li a span {
    display: block;
}

.ul-lang a {
    color: #C4C6D5;
}

.ul-lang a:hover {
    color: #C4C6D5;
}

a.lang_th,
a.lang_en {
    text-decoration: none;
}

a.lnact {
    color                          : #ffffff;
    text-decoration                : underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position    : below;
    text-underline-position        : under;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.btn-grad1 {
    /*  background-image: linear-gradient(20deg, #232526 0%, #434343 51%, #232526 100%) */
    background: rgb(255, 209, 0);
    color     : #000;
}

.btn-grad2 {
    /*  background-image: linear-gradient(20deg, #232526 0%, #434343 51%, #232526 100%) */
    background: #3A3A32;
    color     : rgb(255, 209, 0);
}

.btn-grad1,
.btn-grad2 {
    margin         : 10px;
    width          : 100%;
    min-width      : 100px;
    max-width      : 300px;
    height         : 50px;
    text-align     : center;
    text-transform : uppercase;
    transition     : 0.5s;
    background-size: 200% auto;

    box-shadow   : 0 0 20px #eee;
    border-radius: 25px;
    border       : none;
    font-size    : 1.3rem;

}

.btn-grad1:hover,
.btn-grad2:hover {
    background-position: right center;
    /* change the direction of the change here */
    color              : #fff;
    text-decoration    : none;
}




.text-orange {
    color: #F86227;
}

.text-danger {
    color: #ED1D24 !important;
}

.text-green {
    color: #41B35D !important;
}

a.add_field_button {
    color    : #41B35D !important;
    font-size: 1.3rem;
}

.input-radius {
    border-radius: 25px;
    height       : 50px;
    border       : 2px solid rgb(255, 209, 0);
}

.checkbox-label {

    position   : relative;
    margin     : auto;
    cursor     : pointer;
    font-size  : 22px;
    line-height: 24px;

    clear: both;
}

.checkbox-label2 {

    position   : relative;
    cursor     : pointer;
    font-size  : 20px;
    line-height: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity : 0;
    cursor  : pointer;
}

.checkbox-label2 input {
    position: absolute;
    opacity : 0;
    cursor  : pointer;
}

.checkbox-label .checkbox-custom {
    position          : absolute;
    top               : 0px;
    left              : 0px;
    height            : 36px;
    width             : 36px;
    background-color  : transparent;
    border-radius     : 5px;
    transition        : all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition   : all 0.3s ease-out;
    -ms-transition    : all 0.3s ease-out;
    -o-transition     : all 0.3s ease-out;
    border            : 2px solid #F1D430;
}

.checkbox-label2 .checkbox-custom {
    position          : absolute;
    top               : 0px;
    left              : 0px;
    height            : 36px;
    width             : 36px;
    background-color  : transparent;
    border-radius     : 5px;
    transition        : all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition   : all 0.3s ease-out;
    -ms-transition    : all 0.3s ease-out;
    -o-transition     : all 0.3s ease-out;
    border            : 2px solid #F1D430;
}


.checkbox-label input:checked~.checkbox-custom {
    background-color : #FFFFFF;
    border-radius    : 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform    : rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
    opacity          : 1;
    border           : 2px solid #F1D430;
}

.checkbox-label2 input:checked~.checkbox-custom {
    background-color : #FFFFFF;
    border-radius    : 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform    : rotate(0deg) scale(1);
    transform        : rotate(0deg) scale(1);
    opacity          : 1;
    border           : 2px solid #F1D430;
}


.checkbox-label .checkbox-custom::after {
    position          : absolute;
    content           : "";
    left              : 12px;
    top               : 12px;
    height            : 0px;
    width             : 0px;
    border-radius     : 5px;
    border            : solid #009BFF;
    border-width      : 0 3px 3px 0;
    -webkit-transform : rotate(0deg) scale(0);
    -ms-transform     : rotate(0deg) scale(0);
    transform         : rotate(0deg) scale(0);
    opacity           : 1;
    transition        : all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition   : all 0.3s ease-out;
    -ms-transition    : all 0.3s ease-out;
    -o-transition     : all 0.3s ease-out;
}

.checkbox-label2 .checkbox-custom::after {
    position          : absolute;
    content           : "";
    left              : 12px;
    top               : 12px;
    height            : 0px;
    width             : 0px;
    border-radius     : 5px;
    border            : solid #009BFF;
    border-width      : 0 3px 3px 0;
    -webkit-transform : rotate(0deg) scale(0);
    -ms-transform     : rotate(0deg) scale(0);
    transform         : rotate(0deg) scale(0);
    opacity           : 1;
    transition        : all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition   : all 0.3s ease-out;
    -ms-transition    : all 0.3s ease-out;
    -o-transition     : all 0.3s ease-out;
}


.checkbox-label input:checked~.checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform    : rotate(45deg) scale(1);
    transform        : rotate(45deg) scale(1);
    opacity          : 1;
    left             : 12px;
    top              : 0px;
    width            : 10px;
    height           : 27px;
    border           : solid #009BFF;
    border-width     : 0 2px 2px 0;
    background-color : transparent;
    border-radius    : 0;
}

.checkbox-label2 input:checked~.checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform    : rotate(45deg) scale(1);
    transform        : rotate(45deg) scale(1);
    opacity          : 1;
    left             : 12px;
    top              : 0px;
    width            : 10px;
    height           : 27px;
    border           : solid #009BFF;
    border-width     : 0 2px 2px 0;
    background-color : transparent;
    border-radius    : 0;
}

.stepper-wrapper {
    margin-top     : auto;
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 20px;
}

.step-name {
    font-size  : 1.23rem;
    font-weight: 300;
    text-align : center;
    color      : #000;
}

.stepper-item {
    position      : relative;
    display       : flex;
    flex-direction: column;
    align-items   : center;
    flex          : 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position     : absolute;
    content      : "";
    border-bottom: 2px dotted #F8F9FA;
    width        : 100%;
    top          : 30px;
    left         : -50%;
    z-index      : 2;
}

.stepper-item::after {
    position     : absolute;
    content      : "";
    border-bottom: 2px dotted #F8F9FA;
    width        : 100%;
    top          : 30px;
    left         : 50%;
    z-index      : 2;
}

.stepper-item .step-counter {
    position       : relative;
    z-index        : 5;
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 60px;
    height         : 60px;
    border-radius  : 50%;
    background     : linear-gradient(to left, #ffefba, #ffffff);
    margin-bottom  : 6px;
    color          : #FFD100;
    font-size      : 1.5rem;
    background     : #F8F9FA;
    border         : 1px solid #F8F9FA;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    /*  background: #FFD100;*/
    background: linear-gradient(to left, #000000, #414345);
    color     : #FFD100;
    border    : none;
}

.stepper-item.completed::after {
    position     : absolute;
    content      : "";
    border-bottom: 2px dotted #000000;
    width        : 100%;
    top          : 30px;
    left         : 50%;
    z-index      : 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

#topbar {
    background: #fff;
    height    : 40px;
    font-size : 14px;
    transition: all 0.5s;
    color     : #fff;
}

.lang a {
    color    : #fff !important;
    font-size: 13px;
    padding  : .3rem;
}

.lang a.active {
    color        : #F1D430 !important;
    font-weight  : 400;
    background   : #3A3A32;
    border-radius: 10px;
    font-size    : 13px;
}

.form-control {
    font-size: 1.3rem;
}

.modal-header {
    background-image: linear-gradient(170deg, rgb(255, 230, 114), rgb(255, 209, 0));
}

.eservicepayment .paymenttitle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 100px;
    position: relative;
    overflow: hidden;
  }
  
  .eservicepayment .paymenttitle .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .eservicepayment .paymenttitle .ribbon::before,
  .eservicepayment .paymenttitle .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .eservicepayment .paymenttitle .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 20px 0;
    background-color: #ffb42c;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    color: rgb(240, 235, 235);
    font: 800 15px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    /* text-transform: uppercase; */
    text-align: center;
  }
  
  .eservicepayment .paymenttitle .ribbon span .colorQ {
    color:#cf4c4c; font-weight: 900;
  }
  
  /* top left*/
  .eservicepayment .paymenttitle .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .eservicepayment .paymenttitle .ribbon-top-left::before,
  .eservicepayment .paymenttitle .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .eservicepayment .paymenttitle .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .eservicepayment .paymenttitle .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .eservicepayment .paymenttitle .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  /* top right*/
  .eservicepayment .paymenttitle .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .eservicepayment .paymenttitle .ribbon-top-right::before,
  .eservicepayment .paymenttitle .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .eservicepayment .paymenttitle .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .eservicepayment .paymenttitle .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .eservicepayment .paymenttitle .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  
  
  
  .eservicepayment .paymenttitle .content {
    display: table;
    width: 100%;
  }
  .eservicepayment .paymenttitle .content .list {
    display: table-cell;
    vertical-align: middle;
  }
  .eservicepayment .paymenttitle .content .list .hd_title {
    margin-bottom: 5px;
  }
  .eservicepayment .paymenttitle .content .list.price {
    text-align: right;
  }
  .eservicepayment .paymenttitle .content .list.icon {
    width: 100px;
  }
  .eservicepayment .paymenttitle .content .list.icon [class^=icon-] {
    font-size: 80px;
    color: white;
  }
  
  .eservicepayment .texttitle {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
  }
  .eservicepayment .paymenttitle .content .list .hd_title {
    margin-bottom: 5px;
    text-align: center;
  }
  .eservicepayment .paymentdesc {
    background-color: white;
    padding: 40px 100px 50px 100px;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    position: relative;
    min-height: 400px;
  }
  .eservicepayment .progressbox {
    left: 40%;
    margin-bottom: 15px;
    height: 40px;
  }
  .eservicepayment .progressbox .progressbar {
    margin: 0 auto;
    padding: 0;
    counter-reset: step;
    left: 50%;
    position: relative;
    margin-left: -85px;
  }
  .eservicepayment .progressbox .progressbar li {
    list-style-type: none;
    color: white;
    position: relative;
    text-align: center;
    width: 94px;
    float: left;
    font-family: "prompt-regular";
    font-size: 20px;
    font-size: 2rem;
    color: #000000;
    line-height: 1;
    color: white;
  }
  .eservicepayment .progressbox .progressbar li.active:before {
    background-color: #FFD100;
    color: #fff;
  }
  .eservicepayment .progressbox .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .eservicepayment .progressbox .progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-image: url("../img/dot.png");
    background-repeat: no-repeat;
    top: 18px;
    left: -25%;
    z-index: 0;
  }
  .eservicepayment .progressbox .progressbar li:first-child:after {
    content: none;
  }
  .quickpayblock.ver2 .paymenttitle {
    background: #545859;
    background-image: linear-gradient(135deg, #545859, #545859);
  }
  @media screen and (min-width: 992px) {
    .quickpayblock.ver2 .paymenttitle {
      padding: 20px 100px;
    }
  }
  
  /* .quickpayblock.ver2 .watermark1 {
    position: absolute;
    bottom: -31%;
    right: 2%;
    width: 290px;
  } */
  
  .quickpayblock.ver2 .watermark2 {
    position: absolute;
    bottom: -25%;
    right: 3%;
    width: 260px;
    transform: rotate(20deg);
  }
  
  @media screen and (max-width: 767px) {
    .eservicepayment {
          padding: 0 !important;
    }
    .eservicepayment .paymenttitle {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 30px 40px 40px;
    }
    /* .quickpayblock.ver2 .watermark1 {
      right: -30%;
      max-width: 260px;
    } */
  
    .quickpayblock.ver2 .watermark2 {
      right: 50%;
      max-width: 180px;
      transform: rotate(4deg);
      top: 40%;
    }
  }
  .quickpayblock.ver2 .add-servicenumber {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
  }
  .quickpayblock.ver2 .btn.plus-style {
    background: #0066b1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px 10px;
    margin-right: 10px;
    transition: all .5s;
  }
  .quickpayblock.ver2 .btn.plus-style > span {
    color: white;
  }
  .quickpayblock.ver2 .btn.plus-style:hover {
    background: #1197f5;
  }
  .quickpayblock.ver2 .progressbox {
    display: flex;
    align-items: center;
  }
  .quickpayblock.ver2 .progressbox .progressbar {
    transform: translateX(-50%);
    margin: 0;
  }
  @media screen and (max-width: 768px) {
    .quickpayblock.ver2 .progressbox .progressbar li {
      width: 65px;
    }
  }
  @media screen and (max-width: 768px) {
    .quickpayblock.ver2 .progressbox .progressbar li:after {
      width: 40%;
      left: -18%;
    }
  }
  .titlepayment.quickpay {
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .quickpay-detail .calccirlink {
    margin-bottom: 20px;
    cursor: none;
    pointer-events: none;
  }
  .quickpay-detail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .quickpay-detail img.fix1 {
    max-width: 75px;
  }
  .quickpay-detail img.fix2 {
    max-width: 60px;
  }
  .quickpay-detail img.fix3 {
    max-width: 38px;
  }
  @media screen and (max-width: 480px) {
    .quickpay-detail .contact-bx {
      padding-right: 0;
    }
  }
  
  .btn-grad {
    background-image: linear-gradient(to right, #ff9933 0%, #ffcc00 51%, #FFD100 100%)
  }
  
  .head_grad {
    background: linear-gradient(90deg, #FFD100 0%, rgba(252, 154, 69, 1) 0%, #FFD100 91%);
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: 800;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  
  #form_ebill {
    font-size: 1.05em;
  }
  
  .heard_ebill {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  
  /* .head_grad {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(252, 154, 69, 1) 0%, rgba(253, 29, 29, 1) 91%);
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: 800;
    padding-top: 0%;
    padding-bottom: 5%;
  } */
  
  .panel_ebill {
    margin-left: 10%;
    margin-right: 10%;
    border: 0px;
  }
  
  /* .btn-grad {
    background-image: linear-gradient(to right, #24C6DC 0%, #514A9D 51%, #24C6DC 100%)
  } */
  
  .btn-grad {
    margin: 10px;
    padding: 5px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #333;
    box-shadow: 0 0 20px #eee;
    border-radius: 25px;
    display: block;
    font-size: 1.05em;
    font-weight: 600;
    /* margin: auto; */
  }
  
  .btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
  .watermarkebill {
    /* position: absolute; */
    top: -8px;
    right: 70px;
    width: auto;
    height: 190px;
  }
  
  .buttonload {
    background-image: linear-gradient(to right, #24C6DC 0%, #514A9D 51%, #24C6DC 100%);
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 24px;
    /* Some padding */
    font-size: 16px;
    /* Set a font-size */
  }
  
  /* Add a right margin to each icon */
  .fa {
    margin-left: -12px;
    margin-right: 8px;
  }
  
  .content-input {
    display: block;
    padding-left: 150px;
    padding-right: 150px;
  }
  
  
  .form-control {
    border-radius: 25px;
    height: 50px;
    } 
    label {
      font-size: 1.25em;
  }
  
  @media screen and (max-width: 480px) {
  
    .content-input {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
  
  }
  
  @media screen and (max-width: 767px) {
    .watermarkebill {
        right: -30%;
        max-width: 260px;
    }
  
    .head_grad {
        padding-bottom: 40%;
    }
  
    .content-input {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
  
  }
  
  @media screen and (max-width: 768px) {
    .content-input {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
  
  }
  
  @media screen and (max-width: 989px) {
    .content-input {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
    }
  
  }
  
  .head-top-cal {
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(252, 154, 69, 1) 0%, rgba(253, 29, 29, 1) 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hrad-top-channel {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(252, 154, 69, 1) 0%, rgba(253, 29, 29, 1) 91%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 20%;
    margin-right: 20%;
  }
  
  .collapse-title[aria-expanded="true"]::after {
  content: "\f106";
  }
  
  .collapse-title::after {
    content: "\f107";
    color: #333;
    /* top: -2px;
    right: 0px; */
    position: relative;
    float: right;
    font-family: "FontAwesome";
  }
  .grecaptcha-badge{
    margin-bottom: 3%;
  }
  .grecaptcha-badge{
    visibility: hidden;
    margin: 0px;
    height: 0px!important;
  }
  
  /*------- box -----*/
  
  .main-section{
  /* border:1px solid #d5d5d5;
  box-shadow: 1px 1px 5px #000; */ 
  }
  .header{
    font-size:22px;
  }
  .box-sectiopn i{
    font-size:40px;
    padding-top:35px; 
  }
  .box-sectiopn{
    cursor: pointer;
  }
  .box-sectiopn:hover i{
    font-size: 60px;
    transition: 0.5s;
  }
  
  
  /*---ssdxs*/
  .glyphicon-lg{font-size:3em}
  .blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
  .blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
  .blockquote-box.blockquote-primary{border-color:#357EBD}
  .blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
  .blockquote-box.blockquote-success{border-color:#4CAE4C}
  .blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
  .blockquote-box.blockquote-info{border-color:#FFD100}
  .blockquote-box.blockquote-info .square{background-color:#FFD100;color:#333}
  .blockquote-box.blockquote-warning{border-color:#EEA236}
  .blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
  .blockquote-box.blockquote-danger{border-color:#D43F3A}
  .blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}
  
  
  .showCheckList {		
  margin: 0 auto;
  max-width: 40%;
  display: block;
  }
  
@media screen and (max-width: 480px) {
.showCheckList {		
margin: 0 auto;
max-width: 60%;
display: block;
}
}
  
@media screen and (max-width: 768px) {
    .showCheckList {		
    margin: 0 auto;
    max-width: 60%;
    display: block;
    }
}
  
@media screen and (max-width: 992px) {
.showCheckList {		
margin: 0 auto;
max-width: 60%;
display: block;
}
}

.space-between{
display: flex; 
justify-content: space-between;
}

.space-start{
display: flex; 
justify-content: flex-start;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 20px;
}

.font-txt-1 {
    font-size: 18px;
}

.font-txt-2 {
    font-size: 17px;
}

.text-bold{
    font-weight: 900 !important;
}

.text-left{
text-align: left;
}

  
.blogmodaltxt{
padding: 40px 10px 50px 10px;
background-color:#fff;
box-shadow: 0 0 0 1px rgb(53 72 91 / 10%), 0 3px 2px rgb(0 0 0 / 4%), 0 7px 5px rgb(0 0 0 / 2%), 0 13px 10px rgb(0 0 0 / 2%), 0 22px 17px rgb(0 0 0 / 2%) !important;
border-radius: 25px;
text-align: left;


}

a {
text-decoration-color : #FFD100 !important;
color: #ff9933 ;
}

a:hover {
    color: #FFD100 ;
    text-decoration: underline;
}

.btn-link{
    font-weight: 400;
    color: #ff9933;
    text-decoration: none;
  }

.btn-link:hover {
    color: #ff9933;
    text-decoration: underline;
}

hr {
    border: 0.5px dashed rgb(255, 209, 0);
    margin-top: 0px;
}

.box-menu-ebill{
    box-shadow: 0 0 0 1px rgba(53,72,91,.1),0 3px 2px rgba(0,0,0,.04),0 7px 5px rgba(0,0,0,.02),0 13px 10px rgba(0,0,0,.02),0 22px 17px rgba(0,0,0,.02) !important; 
    border-radius: 5px;
}


.heard_ebill {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    margin-bottom: 3%;
}

.head_grad {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(252, 154, 69, 1) 0%, rgba(253, 29, 29, 1) 91%);
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: 800;
    padding-top: 3%;
    padding-bottom: 3%;
}

.panel_ebill {
    margin-left: 10%;
    margin-right: 10%;
    border: 0px;
}

.btn-grad-cancel {
    margin: 10px;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 25px;
    display: block;
    font-size: 1.05em;
    font-weight: 600;
    /* margin: 0; */
  }
  
  .btn-grad-cancel:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #000;
    text-decoration: none;
  }


.btn-grad-cancel {
    background-image: linear-gradient(to right, #818181 0%, #d6d6d6 51%, #818181 100%)
}



@media only screen and (max-width: 733px) { /*980*/
    .btn-grad-cancel {
        margin: 10px;
        padding: 10px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: #fff;
        box-shadow: 0 0 20px #eee;
        border-radius: 25px;
        display: block;
        font-size: 1.05em;
        font-weight: 600;
        margin: auto;
      }
}


.text_info {
    padding: 2%;
    background-color: #f2f2f2;
    font-size: 1.05em;
    font-weight: 800;
}

.text_info_change {
    padding-left: 2%;
    padding-bottom: 3%;
    background-color: #f2f2f2;
    font-size: 1.05em;
    font-weight: 800;
}

.text_info-head {
    /* padding: 2%; */
    background-color: #fff;
    font-size: 1.25em;
    font-size: 25px;
    font-weight: 800;
}

.but-line {
    border-bottom: 1px solid #bfbfbf;
    /* background-color: #f2f2f2; */
    padding-bottom: 20px;
}

/*----- radio ------*/
input[type=checkbox] {
    width: 30px;
    height: 30px;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked+label:after {
    border-color: #FF8800;
    background-color: #FF8800;
}

.list-info {
    padding: 0 30px;
    line-height: 1.2;
    font-size: 18px;

}

.list-info ol li {
    margin-bottom: 20px;
}

.watermarkebill {
    position: absolute;
    top: -40px;
    right: 70px;
    width: auto;
    height: 190px;
}

.buttonload {
    background-image: linear-gradient(to right, #24C6DC 0%, #514A9D 51%, #24C6DC 100%);
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 24px;
    /* Some padding */
    font-size: 16px;
    /* Set a font-size */
}

/* Add a right margin to each icon */
.fa {
    margin-left: -12px;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .watermarkebill {
        right: -30%;
        max-width: 260px;
    }
}

.orange {
    color: orange;
}

.lightcoral {
    color: lightcoral;
}

.head-sel {
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(252, 154, 69, 1) 0%, rgba(253, 29, 29, 1) 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tt-input{
    background-color:white !important;
}

input[type=file]{
    font-size: 15px;
    color:#000000 !important;
}

input[type=file]::file-selector-button {
    border: 2px solid #FFC000;
    padding: .2em .4em;
    border-radius: .5em;
    background-color: #ffd100;
    transition: 1s;
    
  }
  
  input[type=file]::file-selector-button:hover {
    background-color: #FCF55F;
    border: 2px solid #EEDC82;
  }
  
