/** Generated by FG **/
@font-face {
	font-family: 'Conv_NotoSans-Regular';
	src: url('/fonts/NotoSans-Regular.eot');
	src: local('☺'), url('/fonts/NotoSans-Regular.woff') format('woff'), url('/fonts/NotoSans-Regular.ttf') format('truetype'), url('/fonts/NotoSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fonts/roboto-condensed.regular-webfont.woff2') format('woff2'),
         url('/fonts/roboto-condensed.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_NotoSans-Bold';
	src: url('/fonts/NotoSans-Bold.eot');
	src: local('☺'), url('/fonts/NotoSans-Bold.woff') format('woff'), url('/fonts/NotoSans-Bold.ttf') format('truetype'), url('/fonts/NotoSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Rubik-Light';
	src: url('/fonts/Rubik-Light.eot');
	src: local('☺'), url('/fonts/Rubik-Light.woff') format('woff'), url('/fonts/Rubik-Light.ttf') format('truetype'), url('/fonts/Rubik-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Rubik-Regular';
	src: url('/fonts/Rubik-Regular.eot');
	src: local('☺'), url('/fonts/Rubik-Regular.woff') format('woff'), url('/fonts/Rubik-Regular.ttf') format('truetype'), url('/fonts/Rubik-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Rubik-Medium';
	src: url('/fonts/Rubik-Medium.eot');
	src: local('☺'), url('/fonts/Rubik-Medium.woff') format('woff'), url('/fonts/Rubik-Medium.ttf') format('truetype'), url('/fonts/Rubik-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Rubik-Black';
	src: url('/fonts/Rubik-Black.eot');
	src: local('☺'), url('/fonts/Rubik-Black.woff') format('woff'), url('/fonts/Rubik-Black.ttf') format('truetype'), url('/fonts/Rubik-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Rubik-Bold';
	src: url('/fonts/Rubik-Bold.eot');
	src: local('☺'), url('/fonts/Rubik-Bold.woff') format('woff'), url('/fonts/Rubik-Bold.ttf') format('truetype'), url('/fonts/Rubik-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*General CSS*/

a:hover {
    text-decoration: none;
}

button.btn {
    font-family: 'Conv_NotoSans-Regular';
}

button.btn.btn-light {
    color: #103773;
}

button.btn.medium {
    padding: 6px 18px;
    border-radius: 1em;
}

.banner-section button.btn.medium {
    margin-left: 28px;
}

.order-second-section {
    margin-top: 4%;
}

.adds {
    background-image: url(/image/cross-black.png)!important;
    background-repeat: no-repeat!important;
    background-position: top 15px left 22px!important;
    padding-left: 38px!important;
}

.btn-yellow {
    background: #ebc825;
}

.btn-back a {
    color: #000000;
}

h2 {
	font-size: 35px;
	font-family: 'Conv_Rubik-Bold';
}

h1 {
	font-size: 40px;
	font-family: 'Conv_Rubik-Bold';
}

h4 {
    font-size: 20px;
	font-family: 'Conv_Rubik-Medium';
	margin-bottom: 30px;
}

h5 {
	font-size: 18px;
	font-family: 'Conv_NotoSans-Bold';
}

p, ul li, ol li {
	font-size: 16px;
	font-family: 'Conv_Rubik-Light';
}

.light-font {
	font-family: 'Conv_Rubik-Light';
}

.pad-tp-btm {
    padding-top: 5%;
    padding-bottom: 7%;
}

.pad-tp {
    padding-top: 6%;
}

.pad-btm {
    padding-bottom: 6%;
}

.white {
    color: white;
}



/*header css*/

header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navi li {
    float: left;
    list-style: none;
    margin-right: 22px;
    font-family: 'Conv_NotoSans-Regular';
    padding-bottom: 20px;
}

.navi li a.active {
    border-bottom: solid 2px #5ad2dd;
    padding-bottom: 6px;
}

.navi li a {
    color: #111111;
}

ul.navi {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 27px;
}

ul.button-account {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
}

ul.button-account li:first-child > a {
    background: #fca300;
}

ul.button-account li:last-child > a {
    background: #5ad2dd;
    margin-right: 7px;
}

ul.button-account.login-account li:last-child > a {
    background: rgba(90, 210, 221, 0);
    padding-right: 0;
}

ul.button-account.login-account li:first-child > a {
    background: rgba(252, 163, 0, 0);
    padding-left: 6px;
}

ul.button-account li a {
    padding: 6px 24px;
    border-radius: 10px;
    color: white;
    padding-top: 4px;
    font-family: 'Conv_NotoSans-Regular';
}

.button-account li {
    float: right;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

button.btn.medium.btn-transparent {
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #103773;
    color: #103773;
}

.content-banner h2 {
    margin-bottom: 16px;
}

.content-banner h2 span {
    font-family: 'Conv_Rubik-Light';
    font-size: 30px;
    background: rgba(90, 210, 221, 0.95);
    padding: 16px 30px;
    color: white;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.content-banner h3 span {
    font-family: 'Conv_Rubik-Light';
    background-color: rgba(252, 184, 19, 0.86);
    color: white;
    padding: 20px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.content-banner {
    position: absolute;
    bottom: -150px;
    left: 306px;
}

.content-banner button.btn {
    margin-top: 5%;
}

.banner-section img {
    width: 100%;
}

.home-fifth-section .col-7 {
    padding-left: 6%;
    padding-top: 7%;
}

header .container {
    max-width: 1480px;
}

header .col-4 {
    text-align: right;
}

.login-account span.home-icn {
    background-image: url(/image/home-icn.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-account span.account-icn {
    background-image: url(/image/account-icn.png);
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px;
    color: #393939;
    font-family: 'Conv_NotoSans-Regular';
}

/*footer css*/


.top-section-footer {
    background-color: #e4e4e4;
    padding-top: 3%;
    padding-bottom: 2%;
}

h4.footer-title {
    font-family: 'Conv_Rubik-Bold';
    color: #000088;
    height: 45px;
    background-image: url(/image/border-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.col-12.col-lg-4.col-md-4:first-child h4.footer-title {
    background-image: none;
}

footer ul li {
    list-style: none;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    color: #1a1a1a;
}

footer table tr td {
    vertical-align: top;
}

.social-med li {
    display: inline-block;
    margin-right: 5px;
}

.copy_right p {
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-family: 'roboto_condensedregular';
}

.copy_right {
    background: #000088;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

/*content css*/

.red {
    color: #dd0202;
}

.container {
    max-width: 1440px;
}

footer .container,
.home-fifth-section .container,
.home-third-section .container,
.home-first-section .container {
    max-width: 1140px;
}

.modal-dialog {
    max-width: 625px;
    margin: 110px auto;
}

.modal-body {
    padding: 35px;
}

.home-first-section h2.title-bg span {
    background-image: url(/image/home-bg01.png), url(/image/border-bg.png);
    background-repeat: no-repeat;
    background-position: right top, bottom center;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.home-third-section h2.title-bg span {
    background-image: url(/image/home-bg03.png), url(/image/home-bg04.png), url(/image/border-bg.png);
    background-repeat: no-repeat;
    background-position: left top, right 20px top, bottom center;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-fifth-section h2.title-bg span {
    background-image: url(/image/home-bg03-02.png), url(/image/border-bg.png);
    background-repeat: no-repeat;
    background-position: right top 13px, bottom left;
    padding-right: 30px;
    padding-bottom: 10px;
}

.home-fourth-section h2.title-bg span {
    background-image: url(/image/home-bg01-02.png), url(/image/home-bg03-02.png), url(/image/border-bg.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: top left 75px, right center, bottom center;
    padding-right: 30px;
    padding-left: 30px;
}

.home-second-section h2.title-bg span {
    background-image: url(/image/home-bg01.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.home-third-section h2.title-bg {
    padding-bottom: 2%;
    margin-bottom: 4%;
}

.home-fifth-section h2.title-bg {
    padding-bottom: 3%;
}

.main-page .cstom-tab li:first-child a.nav-link {
    background-image: url(/image/order-icn-2.png);
}

.cstom-tab a.nav-link {
    /*background-color: #000088;*/
    color: white;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 47px;
    font-size: 14px;
    font-family: 'Conv_Rubik-Regular';
    background-repeat: no-repeat;
    background-position: top 12px center;
}

.home-fifth-section .container.pad-tp-btm {
    padding-top: 3%;
    padding-bottom: 3%;
}

.home-fifth-section .col-12:last-child {
    margin-top: 9%;
    padding-left: 5%;
}

.payment-page .cstom-tab li:last-child a.nav-link {
    background-image: none;
    padding: 23px 0;
    font-size: 18px;
}

.payment-page .cstom-tab li {
    width: 330px;
}

.cstom-tab li:first-child a.nav-link {
    background-image: url(/image/order-icn-1.png);
}

.cstom-tab li:nth-child(2) a.nav-link {
    background-image: url(/image/order-icn-2.png);
}

.cstom-tab li:nth-child(3) a.nav-link {
    background-image: url(/image/order-icn-3.png);
}

.cstom-tab li:last-child a.nav-link {
    background-image: url(/image/order-icn-4.png);
}

.cstom-table {
    margin-top: 7%;
}

.cstom-table tr:first-child {
    background: #5ad2dd;
}

.cstom-table.table-account-setup tr td:nth-child(2), 
.cstom-table.table-account-setup tr th:nth-child(2) {
    /*width: 24%;*/
}

.cstom-table.table-account-setup tr th:first-child, 
.cstom-table.table-account-setup tr td:first-child {
    /*width: 37%;*/
}

.cstom-table.table-account-setup tr td:nth-child(3),
.cstom-table.table-account-setup tr th:nth-child(3) {
    /*width: 14%;*/
}

.cstom-table.table-account-setup tr th:nth-child(3) {
    /*padding-left: 50px;*/
}

.cstom-table.table-account-setup tr th:last-child, 
.cstom-table.table-account-setup tr td:last-child, 
.cstom-table.table-account-setup tr td:nth-child(4), 
.cstom-table.table-account-setup tr th:nth-child(4) {
    /*width: 13%!important;*/
}

.cstom-table.table-account-setup tr td:nth-child(4) {
    text-align: right;
}

.cstom-table tr th, 
.cstom-table tr td,
.cstom-table-excerpt tr td {
    padding: 10px 16px;
    font-family: 'Conv_Rubik-Light';
}

.cstom-table tr td {
    border-bottom: solid 1px #cacaca;
}

.cstom-table-excerpt tr td {
    border-bottom: solid 1px black;
}

.cstom-table-excerpt tr:last-child td {
    border-bottom: solid 1px black;
}

#expand-section button.btn.btn-link.collapsed {
    background-image: url(/image/down.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

#expand-section button.btn.btn-link {
    background-image: url(/image/up.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

#expand-section .card-header {
    background: white;
}

.cstom-table tr:nth-child(2) {
    background-color: #484848;
    color: white;
}

.cstom-table, 
.table-account-setup tr:nth-child(2) {
    background-color: white;
    color: inherit;
}

.btn-tp {
    margin-top: 5%;
    margin-left: 3px;
}

table.cstom-table.table-account-setup {
    margin-top: 1%;
}

.cstom-table tr,
.cstom-table-excerpt tr {
    background: white;
}

/*.nav .nav-link.active {
    background-color: #5ad2dd;
}*/



.cstom-tab li {
    border-left: solid 1px white;
    width: 235px;
    text-align: center;
}

.cstom-tab li:first-child {
    border-left: 0;
}

/* ul.cstom-tab {
    margin: auto;
    width: 800px;
} */

.content-wrapper {
    background-color: #fca300;
    color: white;
    border-radius: 13px;
    padding-bottom: 1px;
    margin-top: 30%;
}

.home-second-section .container {
    max-width: 1345px;
}

.content-wrapper img {
    margin-top: -80px;
}

.home-first-section .col-12:nth-child(2) > .content-wrapper {
    background: #fc5582;
}

.home-first-section .col-12:nth-child(3) > .content-wrapper {
    background: #5ad2dd;
}

.home-second-section {
    background-color: #000088;
}

.home-second-section .col-12:last-child > img {
    margin-top: -60px;
    margin-bottom: -34px;
}

.social-media-home {
    position: fixed;
    background: white;
    right: 0;
    bottom: 0;
    border-radius: 20px 0 0 16px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px -1px grey;
    padding-bottom: 14px;
}

.order-first-section.pad-tp-btm {
    padding-top: 3%;
    padding-bottom: 2%;
}

.social-media-home ul li:nth-child(2) {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.social-media-home ul li:nth-child(3) {
    margin-top: 11px;
}

.social-media-home ul li a {
    font-size: 0;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-media-home ul li:first-child a {
    background-image: url(/image/icon-side-01.png);
}

.social-media-home ul li:nth-child(2) a {
    background-image: url(/image/icon-side-02.png);
}

.social-media-home ul li:nth-child(3) a {
    background-image: url(/image/icon-side-03.png);
}

.social-media-home ul {
    padding-left: 0;
}

.social-media-home ul li {
    list-style: none;
    margin: 20px 10px;
}


.home-third-section img {
    box-shadow: 0px 0px 7px -1px #858585;
    border: solid white;
}

.home-third-section h5 {
    color: white;
    background-image: url(/image/home-bg05.png);
    margin-left: 10%;
    margin-right: 10%;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: -50px;
    z-index: 99999999999999999;
    position: relative;
}

.order-page section.maincontent,
.main-page section.maincontent,
.payment-page section.maincontent {
    background: #ebebeb;
}

#expand-section .card {
    border: none;
}

#expand-section .card-body {
    padding: 0;
}

.cstom-table tr td:first-child, 
.cstom-table-excerpt tr td:first-child {
    /*width: 8%;*/
    text-align: left;
    vertical-align: middle;
}

.cstom-table tr:last-child td {
    border-bottom: none;
}

.cstom-table.table-account-setup tr td:first-child {
	text-align: left;
}

.cstom-table tr td:nth-child(2) {
    /*width: 15%;*/
}

.main-page #A4 .cstom-table tr td:nth-child(2), 
.main-page #A4 .cstom-table tr th:nth-child(2) {
    width: 30%;
}

.cstom-table tr td:nth-child(3), 
.cstom-table-excerpt tr td:nth-child(3) {
    /*width: 10%;*/
}

.cstom-table tr td:nth-child(4), 
.cstom-table-excerpt tr td:nth-child(4) {
    /*width: 25%!important;*/
}

.main-page .cstom-table tr td:nth-child(4) {
    /*width: 24%!important;*/
}

.main-page #A4 .cstom-table tr td:nth-child(4) {
    width: 8%!important;
}

.main-page #A4 .cstom-table tr td:nth-child(3), 
.main-page #A4 .cstom-table tr th:nth-child(3) {
    width: 20%;
}

.main-page #A4 .cstom-table tr td:nth-child(5), 
.main-page #A4 .cstom-table tr th:nth-child(5) {
    width: 18%!important;
}

.cstom-table tr td:nth-child(5) {
    /*width: 18%!important;*/
}

.main-page .cstom-table tr th:nth-child(6), 
.main-page .cstom-table tr td:nth-child(6) {
    width: 16%;
}

.main-page #A4 .cstom-table tr td:first-child, 
.main-page #A4 .cstom-table-excerpt tr td:first-child {
    width: 5%;
}

.home-first-section .col-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.home-second-section .pad-tp {
    padding-top: 8%;
}

.top-section-footer .col-lg-4:first-child {
    padding-right: 7%;
}

.top-section-footer .col-lg-4:nth-child(2) {
    margin-left: 5%;
}

.top-section-footer .col-lg-4:last-child {
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
}

.col-lg-4.col-md-4.text-center
.cstom-table tr td:nth-child(6), 
.cstom-table-excerpt tr td:nth-child(6) {
    width: 16%!important;
}

.payment-page .cstom-table tr td:nth-child(6), 
.payment-page .cstom-table-excerpt tr td:nth-child(6) {
    width: 16%!important;
    text-align: right;
}

.cstom-table .form-control {
    width: 25%;
    border-radius: 4em;
    background: rgba(255, 255, 255, 0);
    border: solid 1px white;
    font-weight: bold;
    color: black;
}

ul.options-function li:first-child {
    margin-right: 10px;
}

ul.options-function {
    padding: 0;
}

ul.options-function li {
    float: left;
    list-style: none;
}

ul.options-function li:first-child > a {
    background-image: url(/image/edit-icon.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

ul.options-function li:last-child > a {
    background-image: url(/image/del-icon.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

p.btn-trans {
    margin: 0;
}

.btn-trans a {
    border: solid 1px #0d0d8e;
    font-size: 14px;
    color: #0d0d8e;
    padding: 6px 22px;
    border-radius: 4em;
}

.btn-add-courses a {
    background-image: url(/image/cross.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 25px;
    padding-right: 15px;
}

    .btn-add-courses a:hover {
        border: solid 1px orangered;
        font-size: 14px;
        color: white;
        background-color: orangered;
        padding: 6px 22px;
        border-radius: 4em;
    }


ul.column-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center;
    margin-top: 15px;
}

/*.main-page ul.column-list li:first-child {
    background-color: #679cd2;
}

.main-page ul.column-list li:nth-child(2) {
    background-color: #edcd3a;
}

.main-page ul.column-list li:nth-child(3) {
    background-color: #fb648d;
}

.main-page ul.column-list li:last-child {
    background-color: #fbab18;
}*/

.main-page .column-list h1, 
.main-page .column-list h4 {
    color: white;
}

ul.column-list li {
    width: 235px;
    text-align: center;
}

ul.column-list li:first-child {
    background-color: #0cfefe;
}

ul.column-list li:nth-child(2) {
    background-color: #97d158;
}

ul.column-list li:nth-child(3) {
    background-color: #fec20c;
}

ul.column-list li:last-child {
    background-color: #fefece;
}

.cstom-table .status-form .form-control {
    width: 100%;
    border: none;
    color: white;
    font-weight: normal;
    padding-left: 0;
}

.status-form option {
    background: #484848;
}

.status-form .form-control:focus {
    box-shadow: none;
}

span.tropy-icon {
    background-image: url(/image/main-icon01-black.png);
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

span.reward-icon {
    background-image: url(/image/main-icon02-black.png);
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

span.clock-icon {
    background-image: url(/image/main-icon03-black.png);
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

.column-list h4 {
    margin-bottom: 10px;
    font-family: 'Conv_Rubik-Regular';
    font-size: 22px;
    padding-top: 10px;
}

ul.column-list li {
    padding-top: 50px;
    padding-bottom: 50px;
}

.column-list h1 {
    margin-bottom: 0;
    font-family: 'Conv_Rubik-Regular';
    font-size: 43px;
}

#A4 ul.column-list li:first-child {
    background-color: #669cd1;
}

#A4 ul.column-list li:nth-child(2) {
    background-color: #eccd3a;
}

#A4 ul.column-list li:nth-child(3) {
    background-color: #fb648d;
}

#A4 ul.column-list li:last-child {
    background-color: #fbab18;
}

#A4 ul.column-list li {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#A4 .column-list h4 {
    height: 85px;
}

#A4 .cstom-table-excerpt tr td:first-child {
    width: 6%;
}

#A4 .column-list li:nth-child(2) h1 {
    background-image: url(/image/main-icon01.png);
    background-repeat: no-repeat;
    background-position: center right 60px;
    padding-right: 35px;
}

#A4 .column-list li:nth-child(3) h1 {
    background-image: url(/image/main-icon02.png);
    background-repeat: no-repeat;
    background-position: center right 60px;
    padding-right: 35px;
}

#A4 .column-list li:nth-child(4) h1 {
    background-image: url(/image/main-icon03.png);
    background-repeat: no-repeat;
    background-position: center right 60px;
    padding-right: 35px;
}

.main-page .cstom-tab li {
    width: 470px;
}

.modal-header {
    background: #9be4ea;
    color: white;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

button.btn.btn-info {
    background-image: url(/image/down.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

button.btn.btn-info[aria-expanded="true"] {
    background-image: url(/image/up.png);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show>.btn-info.dropdown-toggle {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(17, 122, 139, 0);
    border-color: rgba(16, 112, 127, 0);
}

.btn-info.focus, 
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0);
}

button.btn.btn-info {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(19, 132, 150, 0);
    border-color: rgba(17, 122, 139, 0);
}

.modal-title {
    width: 100%;
    font-size: 16px;
    font-family: 'Conv_Rubik-Bold';
}

.modal-body .form-control {
    background-color: #ebebeb;
    border-radius: 7px;
    border: none;
    padding: 22px;
    font-family: 'Conv_NotoSans-Regular';
    color: #3d3d3d;
}

.modal-content {
    border-radius: 16px!important;
}

.reg-form button.btn.btn-primary {
    background: #fca300;
    border: none;
    border-radius: 8px;
}

button.btn.btn-default.reveal {
    background-image: url(/image/pass-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: -40px;
    margin-right: 38px;
    padding: 18px;
}

button.btn.btn-default.revealC {
    background-image: url(/image/pass-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: -38px;
    margin-right: 38px;
    padding: 18px;
}

button.btn.btn-default.revealL {
    background-image: url(/image/pass-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: -40px;
    margin-right: 30px;
    padding: 18px;
}


button.btn.btn-default.revealK {
    background-image: url(/image/pass-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: -38px;
    margin-right: 38px;
    padding: 18px;
}

button.btn.btn-default.revealKR {
    background-image: url(/image/pass-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: -38px;
    margin-right: 38px;
    padding: 18px;
}


#login-modal .modal-footer {
    display: -ms-flexbox;
    display: inline;
    border-top: dashed 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
}

#login-modal .modal-footer button.btn.btn-primary {
    background-color: #9be4ea;
    border: none;
    border-radius: 8px;
}

span.sub-total {
    border: solid 1px;
    padding: 8px 20px;
    border-radius: 4em;
    font-family: 'Conv_Rubik-Medium';
}

span.eqaul {
    font-family: 'Conv_Rubik-Light';
    padding-left: 15px;
}

.payment-page .cstom-table tr td:nth-child(6) {
    padding-right: 38px;
}

.payment-page .cstom-table tr:nth-child(2) td:nth-child(6) {
    padding-right: 15px;
}


.home-third-section {
    background-image: url(/image/bg-home-01-updated.png), url(/image/bg-home-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left, bottom left;
    padding-top: 5%;
    padding-bottom: 5%;
}

.home-fourth-section {
    background-image: url(/image/bg-home-03.png);
    background-position: center;
}

span.vid-bg {
    background-image: url(/image/vid-icon.png);
    background-repeat: no-repeat;
    padding: 10px 0;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

footer ul.social-med li a {
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0);
}

footer ul.social-med li:first-child a {
    background-image: url(/image/fb.png);
}

footer ul.social-med li:nth-child(2) a {
    background-image: url(/image/insta-icn.png);
}

footer ul.social-med li:nth-child(3) a {
    background-image: url(/image/in-icn.png);
}

footer ul.social-med li:last-child a {
    background-image: url(/image/google-icn.png);
}

footer ul.social-med li:first-child a:hover {
    background-image: url(/image/fb-hover.png);
}

footer ul.social-med li:nth-child(2) a:hover {
    background-image: url(/image/insta-hover.png);
}

footer ul.social-med li:nth-child(3) a:hover {
    background-image: url(/image/in-hover.png);
}

footer ul.social-med li:last-child a:hover {
    background-image: url(/image/gplus-hover.png);
}

.social-med li {
    display: inline-block;
    margin-right: 0;
}

.order-page #A2 .cstom-table tr td:nth-child(5),
.order-page #A3 .cstom-table tr td:nth-child(5) {
    width: 25%!important;
}

@media only screen and (max-width: 1441px) {

.container {
    max-width: 1340px;
}

.cstom-table.table-account-setup tr th:first-child, 
.cstom-table.table-account-setup tr td:first-child {
    /*width: 34%;*/
}

.content-banner {
       /*bottom: 275px;*/
        bottom: -150px;
}

#A4 .column-list h4 {
    height: 80px;
}

}

@media only screen and (max-width: 1367px) {

.cstom-table.table-account-setup tr th:first-child, 
.cstom-table.table-account-setup tr td:first-child {
    /*width: 26%;*/
}


#A4 .column-list h4 {
    height: 85px;
}

ul.column-list li {
    padding-top: 25px;
    padding-bottom: 25px;
}

#A4 .column-list li:nth-child(2) h1,
#A4 .column-list li:nth-child(3) h1,
#A4 .column-list li:nth-child(4) h1 {
    background-position: center right 72px;
    padding-right: 26px;
}

.container {
    max-width: 1260px;
}

    .content-banner {
        /*bottom: 150px;*/
        bottom: -150px;
    }

.home-second-section .container {
    max-width: 1260px;
}

}

@media only screen and (max-width: 1025px) {

.cstom-table.table-account-setup tr th:first-child, 
.cstom-table.table-account-setup tr td:first-child {
    /*width: 20%;*/
}

.cstom-table.table-account-setup tr td:nth-child(2), 
.cstom-table.table-account-setup tr th:nth-child(2) {
    /*width: 14%;*/
}

.cstom-table.table-account-setup tr td:nth-child(3), 
.cstom-table.table-account-setup tr th:nth-child(3) {
    /*width: 12%;*/
}

}


@media only screen and (max-width: 1025px) {

    .content-banner {
        /*bottom: 180px !important;*/
        bottom: 30px !important;
        left: 280px;
    }

}


    @media only screen and (max-width: 961px) {

        .content-banner {
            /*bottom: 180px !important;*/
            bottom: -75px !important;
        }

            .content-banner h2,
            .content-banner h3 {
                display: none;
            }

        #expand-section .card {
            width: 100% !important;
        }

        div#expand-section {
            width: 116.5% !important;
        }

        .cstom-table tr td:first-child,
        .cstom-table-excerpt tr td:first-child {
            width: 27% !important;
        }

        #A4 div#expand-section {
            width: 135.9% !important;
        }

        #A3 div#expand-section {
            width: 103.5% !important;
        }

        #A3 .cstom-table tr td:first-child,
        #A3 .cstom-table-excerpt tr td:first-child {
            width: 5% !important;
        }

        #A3 .cstom-table tr td:nth-child(3),
        #A3 .cstom-table-excerpt tr td:nth-child(3) {
            width: 11% !important;
        }

        #A3 .cstom-table tr td:nth-child(2),
        #A3 .cstom-table-excerpt tr td:nth-child(2) {
            width: 21% !important;
        }

        .cstom-table tr td:nth-child(2),
        .cstom-table-excerpt tr td:nth-child(2) {
            width: 100% !important;
        }

        .order-page #A3 div#expand-section {
            width: 116% !important;
        }

        .order-page #A4 .cstom-table tr td:first-child,
        .order-page #A4 .cstom-table-excerpt tr td:first-child {
            width: 70% !important;
        }
    }



    @media only screen and (max-width: 415px) {


        /*tab-mobile*/

        .main-page #A4 .column-list h4 {
            height: auto !important;
        }

        .main-page .cstom-tab li {
            border: solid 1px;
            display: inline-flex;
            width: 50%;
        }

            .main-page .cstom-tab li a {
                width: 100%;
            }

        /*end- tab-mobile*/

        /*soc-mobile*/

        .copy_right {
            padding-bottom: 65px !important;
        }

        .social-media-home {
            margin-bottom: 0;
            z-index: 999999999999;
            padding-bottom: 0;
            left: 0;
            right: 0;
            border-radius: 0;
        }

            .social-media-home ul li {
                margin: 0 10px !important;
                display: inline-flex;
            }

                .social-media-home ul li:nth-child(2) {
                    border-top: 0;
                    border-bottom: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                    margin-bottom: 0px;
                    margin-top: 0px;
                    border-left: 1px solid;
                    border-right: 1px solid;
                    padding-left: 10px;
                    padding-right: 10px;
                }

            .social-media-home ul {
                margin-bottom: 0;
                display: flex;
                margin: auto;
                text-align: center;
                width: 60%;
                padding-top: 10px;
                padding-bottom: 9px;
            }

        /*end-soc-mob*/

        header .col-12.col-lg-3.col-md-3 img {
            margin-left: -17px;
        }

        #A4 .column-list h4 {
            height: auto;
        }

        .content-banner h2,
        .content-banner h3 {
            display: none;
        }

        #A4 .column-list li:nth-child(2) h1,
        #A4 .column-list li:nth-child(3) h1,
        #A4 .column-list li:nth-child(4) h1 {
            background-position: center right 125px;
        }

        p.btn-trans {
            margin: 0;
            width: 140px;
        }

        ul.options-function {
            padding: 0;
            width: 100px;
        }

        .cstom-table .status-form .form-control {
            width: 150%;
            padding: 0;
        }

        .content-banner {
            top: 260px;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .top-section-footer .col-lg-4:nth-child(2) {
            margin-left: 0;
        }

        .top-section-footer .col-lg-4:last-child {
            -ms-flex: 0 0 28.333333%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .cstom-tab li {
            border: solid 1px !important;
            display: inline-flex;
            width: 50%;
        }

            .cstom-tab li a {
                width: 100%;
            }

        ul.column-list li {
            width: 100%;
            text-align: center;
        }

        .title-bg {
            font-size: 24px;
        }

        .home-third-section h2.title-bg span {
            background-image: url(/image/home-bg03.png), url(/image/home-bg04.png), url(/image/border-bg.png);
            background-repeat: no-repeat;
            background-position: left 10px top 20px, right 7px top 17px, bottom 11px center;
            background-size: 40px, 33px, 61px;
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .home-third-section .row.pad-btm {
            padding-bottom: 0;
        }

        .content-banner button.btn {
            margin-top: 23%;
            padding: 6px 18px;
            font-size: 10px;
            margin-left: 30px;
        }

        .content-banner h3 span {
            padding: 10px;
        }

        .content-banner h2 span {
            font-size: 17px;
            padding: 5px 12px;
            padding-bottom: 12px;
        }

        .content-banner h3 {
            font-size: 13px;
            margin-top: -8px;
        }

            .content-banner h3 span {
                margin-left: 0;
            }

        .banner-section button.btn.medium {
            margin-left: 0;
        }

        table.cstom-table.table-account-setup {
            /*width: 100%!important;*/
        }

        h4.footer-title {
            height: initial;
            margin-top: 5%;
            margin-bottom: 6%;
        }

        .col-12:first-child h4.footer-title {
            height: 30px;
        }

        .home-second-section .col-12:last-child > img {
            margin-top: 7%;
        }

        .btn-tp {
            margin-bottom: 3%;
        }

        #A4 .cstom-table-excerpt tr td:first-child {
            width: 8%;
        }

        .cstom-table-excerpt tr td:nth-child(2) {
            width: 1%;
        }

        .cstom-table.table-account-setup tr th:last-child,
        .cstom-table.table-account-setup tr td:last-child,
        .cstom-table.table-account-setup tr td:nth-child(4),
        .cstom-table.table-account-setup tr th:nth-child(4) {
            /*width: 18%!important;*/
        }

        .cstom-table.table-account-setup tr th:first-child,
        .cstom-table.table-account-setup tr td:first-child {
            /*width: 20%;*/
        }

        /* header .col-sm-4:first-child {
    width: 28%;
}

header .col-sm-4:nth-child(2) {
    width: 30%;
}

ul.navi {
    margin-top: 5px;
}

header .col-sm-4:last-child {
    width: 42%;
} */

        ul.button-account.login-account li:first-child > a {
            padding-left: 0px;
            padding-right: 0;
        }

        ul.button-account.login-account li:last-child > a {
            display: none;
        }

        .button-account li {
            font-size: 12px;
            padding-top: 28px;
        }

        .login-account span.account-icn {
            font-size: 0;
        }

        #expand-section .card {
            width: max-content;
        }

        .cstom-table tr td:nth-child(3),
        .cstom-table-excerpt tr td:nth-child(3) {
            width: 0%;
        }

        .cstom-table tr td:nth-child(2),
        .cstom-table-excerpt tr td:nth-child(2) {
            width: inherit !important;
        }

        div#expand-section {
            width: 219% !important;
        }

        .cstom-table tr td:first-child,
        .cstom-table-excerpt tr td:first-child {
            width: 7% !important;
        }

        #A2 .cstom-table tr td:nth-child(2),
        #A2 .cstom-table-excerpt tr td:nth-child(2) {
            width: 15% !important;
        }

        .main-page .cstom-tab li:first-child a.nav-link {
            background-image: url(/image/order-icn-2.png),url(/image/arrow-right.png);
            background-position: 50% 24%, 95% !important;
            background-repeat: no-repeat, no-repeat;
            background-size: auto, 20% !important;
        }
    }

    @media only screen and (max-width: 361px) {
        .button-account li {
            font-size: 10px;
            padding-top: 28px;
        }
    }

    @media only screen and (max-width: 321px) {
        #A4 .column-list li:nth-child(2) h1, #A4 .column-list li:nth-child(3) h1, #A4 .column-list li:nth-child(4) h1 {
            background-position: center right 100px;
        }
    }


    .mob {
        display: none;
    }

    @media screen and (max-width: 690px) {

        .desk {
            display: none;
        }

        .mob {
            display: block;
        }

        .mob {
            object-fit: cover !important;
            width: 100% !important;
            height: 275px !important;
        }

        .content-banner {
            top: 270px !important;
        }
    }

    input::-ms-clear, input::-ms-reveal {
        display: none;
    }