* {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    /* background-color: #a4a4a5; */
    border-color: #b3b3b3;
}

.navbar {
    min-height: auto;
    margin: 0;
}

.navbar-brand {
    height: auto;
}

.left,
.right {
    width: 42%;
    display: inline-block;
    margin-top: 61px;
}

.navbar-default .navbar-nav>li>a {
    padding: 5px 15px;
    font-weight: bold;
    margin-right: 0px;
    font-size: 16px;
}

.navbar-default {
    background-color: #ffffff;
    border: 0px;
    /* margin-top: 25px; */
    padding: 10px 0px;
}

.navbar-brand {
    padding: 0px;
}

.bk-nbr {
    float: left;
    /* margin-left: 120px; */
}

.icon-cover .icon ul{
    margin:0px;
}

.icon-cover .icon .timecover {
    margin: 0px;
}

.bk-nbr p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    margin-top: 7px;
    letter-spacing: 0px;
}

.bk-nbr p span.bookingno1,
.bk-nbr p span.bookingno {}

.icon {
    float: right;
}


/** START ADD BANNER **/

.add-banner {
    background: #000000a1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
}

.cross {
    position: absolute;
    right: 26%;
    top: 3%;
}

.add-banner img {
    width: 45%;
    margin-top: 3%;
}

.add-banner .cross span {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    display: block;
    font-size: 29px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.7;
}
/* coin css start */

.pn.head {
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%) !important;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 10px 0px;
}
.d1 {
    width: 60%;
}
.d2 {
    width: 20%;
    text-align: center;
}
.d3 {
    width: 20%;
    text-align: center;
}
.pn.head th span {
    font-size: 20px;
    padding-left: 10px;
}
.coincovertext {
    background: #fff;
    padding: 7px 0;
    border: 1px solid #e8d7b4;
    border-radius: 4px;
    margin-top: 5px;
}
.coincovertext tr td.d2 span {
    padding: 2px 10px;
    font-size: 24px;
}
.coincovertext tr td.d1 span {
    padding-left:10px;
    font-size: 20px;
}
a.butbtn {
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%);
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
}





@media screen and (max-width: 425px) {
    .add-banner img {
        width: 82%;
    }

    .cross {
        position: absolute;
        right: 3%;
        top: 0%;
    }

    .add-banner .cross span {
        color: #000;
        height: 30px;
        width: 30px;
        background: #fff;
        display: block;
        font-size: 21px;
        line-height: 23px;
        border-radius: 50%;
        text-align: center;
    }
}


/** END - ADD BANNER **/

.center {
    /* text-align: center; */
    /* float: left; */
    /* height: auto; */
    /* margin: 20px; */
}

.center .navbar-brand {
    /* display: block; */
    /* width: 100%; */
    /* text-align: center; */
}

.center .navbar-brand img {
    /* margin: 0 auto; */
    width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #0000;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float: left;
}

.navbar-default .navbar-nav>li {
    float: none;
    display: inline-block;
}

.right .navbar-nav {
    text-align: right;
    float: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    margin: 0 auto;
    padding: 10px;
    background: #0000;
    border-radius: 20px;
    margin-top: 1px;
}

.navbar-brand {
    position: relative;
}

.navbar-brand:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: -4px -5px 6px #ffffff; */
    /* border-radius: 19px; */
}

.navbar-brand:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: 3px 2px 6px #00000029; */
    /* border-radius: 19px; */
}

.mar-cvr {
    /* position: relative; */
    /* margin-top: 20px; */
    background: #f8e05d;
}

.mar-cvr:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

/* .mar-cvr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 3px 2px 6px #00000029;
    border-radius: 3px;
} */

.refrance-rate {
    position: relative;
    margin-top: 20px;
    margin-bottom: 12px;
}

.refrance-rate:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.refrance-rate:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.info-address {
    position: relative;
    margin-top: 15px;
    margin-bottom: 12px;
    height: 130px;
}

.info-address:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.info-address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset 3px 2px 6px #00000029;
    border-radius: 3px;
}

.up-cover {
    position: relative;
    margin-top: 15px;
    margin-bottom: 12px;
    height: 130px;
}

.up-cover:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.up-cover:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.product-rate.text-center a {
    position: relative;
    display: inline-block;
}

.product-rate.text-center a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.product-rate.text-center a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 3px 2px 6px #00000029;
    border-radius: 3px;
}

.cnt-detail-cover {
    position: relative;
}

.cnt-detail-cover:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.cnt-detail-cover:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.feedback-cover1 {
    position: relative;
}

.feedback-cover1:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.feedback-cover1:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.tg-contentbox {
    position: relative;
    z-index: 22;
}

.tg-contentbox:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.tg-contentbox:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.scheduler-border {
    position: relative;
    z-index: 22;
}

.scheduler-border:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.scheduler-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset 3px 2px 6px #00000029;
    border-radius: 3px;
}

.bk-nbr {
    position: relative;
}

.bk-nbr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 1px 2px 6px #00000029;
    border-radius: 3px;
}

.bk-nbr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    /* box-shadow: -4px -5px 6px #ffffff; */
    border-radius: 3px;
}

legend {
    line-height: 50px;
    padding-left: 10px;
}

.icon-cover {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bk-nbr,
.icon {
    display: inline-block;
}

.bk-nbr p {
    padding: 3px 20px 10px;
}

.icon-cover ul li a {
    position: relative;
    display: inline-block;
}

.icon-cover ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 4px 1px 3px #c5c5c5d9;
    border-radius: 3px;
    border-radius: 50%;
    /* background: linear-gradient(to bottom, rgba(195,146,46,1) 0%, rgba(253,231,97,1) 51%, rgba(195,146,46,1) 100%); */
}

.icon-cover ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: -3px -3px 3px #ffffffd9;
    border-radius: 3px;
    border-radius: 50%;
}

.icon-cover ul {
    padding: 0;
    text-align: right;
}

.icon-cover ul li {
    margin-right: 15px;
}

.icon-cover ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #767879;
    border-radius: 47%;
}

body {
    position: relative;
}

.marquee1,
.marquee2 {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding: 3px 0px;
    font-size: 18px;
    color: #000;
}

.active {
    color: #af9be8 !important;
}

.navbar-default .navbar-nav>li>a {
    position: relative;
}

.navbar-default .navbar-nav>li>a.active:after,
.navbar-default .navbar-nav>li>a:hover:after {
    position: absolute;
    content: "";
    left: 10%;
    right: 9%;
    bottom: -15%;
    top: auto;
    height: 3px;
    background-color: #af9be8;
}

.navbar-default .navbar-nav>li.active>a:after,
.navbar-default .navbar-nav>li>a:hover:after {
    position: absolute;
    content: "";
    left: 2%;
    right: 9%;
    bottom: -15%;
    top: auto;
    height: 3px;
    background-color: #af9be8;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.top-content-cvr p {
    margin: 0px;
}

.top-header {
    position: relative;
    z-index: 1;
    padding: 3px 0px;
}

.top-content-cvr p {
    font-weight: bold;
    color: #cacaca;
}

.top-content-cvr p i {
    margin-right: 10px;
    font-weight: bold;
}

.top-content-cvr p i {
    color: #cacaca;
}

.top-content-cvr p span {
    color: #cacaca;
}

.infc {
    width: 100%;
    float: left;
}

.ref-cvr {
    width: 100%;
    float: left;
    border-radius: 2px;
}


/** refrance-rate **/

.refrance-rate .left {
    width: 49%;
    display: inline-block;
    margin: 0px;
    border-right: 1px solid #907329;
}

.refrance-rate .right {
    width: 49%;
    display: inline-block;
    margin: 0px;
}

.refrance-top,
.refrance-center,
.refrance-bottom {
    width: 100%;
    float: left;
}

.refrance-top,
.refrance-center,
.refrance-bottom {
    position: relative;
    z-index: 1;
}

.refrance-title p {
    text-align: center;
    padding: 5px 0px;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0px;
    font-weight: bold;
    border-radius: 2px;
    text-shadow: none;
    /* background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%); */
}

.btn-sv {
    position: relative;
    display: inline-block;
}

.btn-sv:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.btn-sv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 3px 2px 6px #00000029;
    border-radius: 3px;
}

.refrance-rate {
    position: relative;
}

.ref-cvr.add {
    margin-top: 15px;
    padding: 7px 0px;
}

.right-box-cover {
    position: relative;
    z-index: 1;
}


/* .refrance-rate:before{content: "";position: absolute;width: 20px;left: 1px;right: auto;background-color: #af8121;top: 1px;bottom: auto;height: 2px;}
.refrance-rate:after{content: "";position: absolute;width: 20px;left: -3%;right: auto;background-color: #af8121;top: 11px;bottom: auto;height: 2px;transform: rotate(90deg);}
.refrance-cover.future .refrance-rate:after{top: 10px;left: -8px;}

.refrance-cover .col-md-4{position: relative;}
.refrance-cover .col-md-4:before{content: "";position: absolute;width: 20px;right: 6px;left: auto;background-color: #af8121;top: auto;bottom: -1px;height: 2px;z-index: 1;}
.refrance-cover .col-md-4:after{content: "";position: absolute;width: 20px;right: -4px;left: auto;background-color: #af8121;top: auto;bottom: 8px;transform: rotate(90deg);height: 2px;} 

.refrance-cover .col-md-6{position: relative;}
.refrance-cover .col-md-6:before{content: "";position: absolute;width: 20px;right: 6px;left: auto;background-color: #af8121;top: auto;bottom: -1px;height: 2px;z-index: 1;}
.refrance-cover .col-md-6:after{content: "";position: absolute;width: 20px;right: -4px;left: auto;background-color: #af8121;top: auto;bottom: 8px;transform: rotate(90deg);height: 2px;} */

.refrance-top p {
    margin-bottom: 0px;
    font-weight: 500;
    padding: 3px 15px 3px;
    font-size: 16px;
    font-weight: bold;
    /* color: white; */
}

.ref-cvr .refrance-top p {
    font-size: 14px;
}

.ref-cvr .ref-rate {
    padding: 3px 3px 2px 0px;
    width: 95px;
}

.refrance-top {
    text-align: center;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #c1c2c2; */
    padding-bottom: 4px;
    /* background: #d1a73b; */
}

.navbar.navbar-default .nav.navbar-nav {
    margin-top: 28px;
}

.refrance-rate {
    width: 100%;
    float: left;
    /* box-shadow: rgb(1 1 1 / 5%) 1px 1px 5px 0px; */
    border-radius: 4px;
    border: 1px solid #737373;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
    padding: 3px;
    padding-bottom: 4px;
}

.refrance-cover {
    margin-top: 8px;
}

.refrance-bottom {
    /* border-top: 1px solid #c1c2c2; */
    /* background: #d1a73b; */
}

.refrance-bottom {
    padding-top: 4px;
}

.refrance-rate .e {
    color: #000;
}

.refrance-bottom p {
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.refrance-bottom {}

.ref-title {
    display: block;
    margin-bottom: 3px !important;
    font-size: 16px;
    color: #000;
}

.ref-cvr .ref-title {
    font-size: 14px;
    font-weight: bold;
}

.ref-rate {
    font-size: 21px;
    width: 106px;
    margin: 0 auto !important;
    border-radius: 4px;
    padding: 2px 2px 1px 0px;
    margin-bottom: 4px !important;
}

.ref-cvr .ref-rate {
    font-size: 16px;
}

.content-cover {
    width: 100%;
    float: left;
}

.refrance-cover {
    width: 100%;
    float: left;
    border-radius: 4px;
}

.info-address {
    padding: 12px 3px 10px 9px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-address h4 {
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.info-address h4 i {
    margin-right: 12px;
    color: #e2c74e;
    font-size: 23px;
}

.info-address p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}

.refrance-cover.future {
    padding: 0;
    margin: 0px;
    background: #0000;
}

.info-address h4,
.info-address p {
    position: relative;
    z-index: 1;
}

.h {
    background: green;
    color: #fff;
}

.l {
    background: red;
    color: #fff;
}

.e {
    color: #000;
    background: #0000
}


/* main product */

.product-name {
    width: 40%;
    padding-left: 0px;
}

#divProduct h3 {
    text-align: center;
    margin: 18px 0px;
    font-size: 30px;
    color: #000;
}

#divProduct h1,
#divProductsilver h1 {
    margin: 0;
    text-align: center;
    font-size: 24px;
}

#DivBankRecord h1 {
    color: #000;
    text-align: center;
}

.mn-rate-cover .bgs {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: normal;
    padding: 3px 0px 3px;
    font-weight: bold;
}

.product-rate {
    width: 20%;
    text-align: center;
}

.icon-cover {}

.icon-cover ul {}

.icon-cover ul {}

.icon-cover ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #767879;
    border-radius: 47%;
}

.icon-cover ul li a {
    font-size: 26px;
}

.icon-cover ul li a i {
    color: #fff;
}

.ref-cvr .col-md-3,
.liverate-cover .col-md-6,
.liverate-cover .col-md-4 {
    padding: 0px 5px;
}

.product-rate a input[type="button"] {
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%);
    padding: 3px 16px;
    font-size: 18px;
    border-radius: 3px;
    color: #000000;
    border: 0;
    font-weight: bold;
}

.product-title-color .p-h.p0 {
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    vertical-align: middle;
    border: 0px;
}

.product-title-color .p-h.ph {
    width: 20%;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    border: 0px;
}

table {
    width: 100%;
    margin: 0px;
}

#divHeader,
.divHeader {
    width: 100%;
    float: left;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%);
    /* margin-bottom: 5px; */
    border-radius: 4px;
    position: relative;
    z-index: 999;
}

.divHeader .main-product-cover h3 {
    color: #fff;
}

#divHeader .table {
    margin: 0px;
}

.product-title-color .p-h.ph span,
.product-title-color .p-h.p0 span {
    color: #000000;
    font-size: 15px;
}

.divHeader1,
#divProductsilver {
    position: relative;
    z-index: 9999;
    width: 100%;
    float: left;
}

.main-product {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    clear: both;
    border-radius: 3px;
    padding-bottom: 5px;
    position: relative;
    padding: 3px;
    z-index: 9999;
    border: 1px solid #737373;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
}

.main-product:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.main-product:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: inset -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.ref-rate.shadow {
    position: relative;
    /* background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 51%, rgba(195, 146, 46, 1) 100%); */
}

.ref-rate.shadow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 3px 2px 6px #00000029;
    border-radius: 3px;
}

.ref-rate.shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    /* box-shadow: -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.ref-cvr.add {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.ref-cvr.add:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: 3px 2px 6px #00000029;
    border-radius: 3px;
}

.ref-cvr.add:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: -4px -5px 6px #ffffff;
    border-radius: 3px;
}

#divHeader,
#divProduct {
    position: relative;
    z-index: 1
}

.main-product .content-cover {
    border-bottom: 1px solid #c1c2c2;
}

.mn-rate-cover .bgm {
    font-size: 20px;
    padding: 2px 0px 2px 0px;
    width: 93px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-top: 6px;
}

.main-product-cover h3 {
    font-size: 18px !important;
    word-break: break-word;
    text-align: left !important;
    font-weight: bold;
}

.footer-distributed {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 99;
    float: left;
    background: #a4a4a5;
}

.footer-distributed .footer-left {
    width: 100%;
    text-align: center;
}

.social-icon {
    position: absolute;
    top: 65%;
    z-index: 99;
    left: 15px;
}

.social-icon ul {
    list-style: none;
    padding: 0;
    width: 61px;
    margin: 0px;
    padding: 10px 5px;
    border-radius: 64px;
    background-color: #ffe466;
}

.social-icon ul li {
    display: inline-block;
}

.social-icon ul li a {
    display: inline-block;
    background: #fff;
    padding: 9px;
    border-radius: 66px;
    border: 1px solid #333;
    box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, .05);
}

.social-icon ul li a img {
    height: 30px;
}

.footer-distributed .footer-company-name {
    color: #000;
    font-size: 12px;
    margin: 0;
    display: block;
    margin-right: 0;
    margin-top: 6px;
    font-weight: bold;
}

.starline img {
    width: 20px;
    position: relative;
    top: -1px;
    border-radius: 8px;
}

a.starline {
    color: #000;
}

.icon-cover ul li a {
    font-size: 21px;
}


/* contact-us css start */

.header .title-wth.title-name {
    text-align: center;
    padding: 10px 0px;
    font-size: 28px;
    color: #000;
}

.cnt-detail-cover {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    float: left;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
    border: 1px solid #737373;
}

.cnt-detail-cover p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.cnt-detail-cover p i {
    font-size: 24px;
    margin-bottom: 10px;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    color: #000000;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
    display: inline-block;
    position: relative;
}

.cnt-detail-cover p span {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.bank-cover p {
    line-height: 27px;
    margin: 0px;
    display: block;
    float: left;
    font-size: 28px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 15px;
    padding: 11px 12px;
}

.cnt-detail-cover p {
    padding: 8px 5px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #00000059;
    margin-bottom: 10px;
    position: relative;
    background: white;
    z-index: 1;
}

.feedback-cover1 {
    padding: 10px;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
    border: 1px solid #737373;
}

.cnt-title h2 {
    position: relative;
}

.cnt-title h2:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: 3px 2px 6px #00000029; */
    /* border-radius: 3px; */
}

.cnt-title h2:after {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    /* box-shadow: -4px -5px 6px #ffffff; */
    /* border-radius: 3px; */
}

.feedback-cover {
    padding: 22px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #00000059;
    position: relative;
    z-index: 11;
    background: white;
}

.cnt-title {
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
}

#contact-form .form-group {
    margin-top: 10px;
}

#contact-form .form-group label {
    color: #000;
}

.cnt-title h2 {
    margin: 0;
    padding: 10px 0px;
    background: #0000;
    color: #000;
    border-radius: 4px;
}

.for-img-look label {
    background: transparent;
    margin-bottom: 0px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

#contact-form .form-group input[type="button"] {
    border-radius: 2px;
    transition: all 0.4s linear;
    padding: 8px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.4s linear;
    font-weight: bold;
    color: #000;
    /* background-color: #ffe367; */
    border-radius: 5px;
    border: 0px;
    margin: 0px;
    position: relative;
    z-index: 11;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
}

#contact-form .form-group input[type="button"]:hover {
    /* background-color: #fff; */
    color: #000;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
}

.gb-chartbx h2 {
    position: relative;
    z-index: 11;
    margin-bottom: 10px;
}

.gb-chartbx h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.gb-chartbx h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset 3px 2px 6px #00000029;
    border-radius: 3px;
}

iframe {
    margin-top: 10px;
}

.cnt-detail-cover p:last-child {
    margin-bottom: 0px;
}


/* Bank detail css start */

#DivBankRecord {
    width: 100%;
    float: left;
    padding: 15px 0px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.mar-btm {
    margin-bottom: 15px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 140px;
    padding: 4px;
    line-height: 1.42857143;
    /* background-color: #fff; */
    border: 1px solid #737373;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tg-contentbox {
    min-height: 230px;
    padding: 5px;
    padding-top: 9px;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) -18%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 118%);
    border: 1px solid #737373;
}

.bankd {
    position: relative;
    z-index: 11;
}

table {
    width: 100%;
}

.ban1 {
    padding: 10px 5px;
    font-weight: bold;
    color: #000;
    width: 40%;
}

.ban3 {
    padding: 10px 5px;
    font-weight: bold;
    color: #000;
    width: 60%;
}

.b_bott {
    float: right;
}


/* market-trendz css start */

.gb-chartbx h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    margin-bottom: 1px;
    margin-top: 10px;
    font-size: 25px;
    color: #000;
    border-radius: 3px;
    position: relative;
    z-index: 11;
}

.text-center {
    text-align: center;
}

.pd10.text-center img {
    width: 100%;
}


/* economic-calendar css start */

.gb-chartbx h2 {
    position: relative;
    z-index: 11;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-default .nav.navbar-nav {
        margin-top: 25px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 5px 13px;
        font-weight: bold;
        margin-right: 0px;
    }
}

@media screen and (max-width:1199px) {
    .feedback-cover1 {
        width: 100%;
        float: left;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 5px;
    }

    .navbar-default .navbar-nav>li>a {
        margin-right: 0px;
    }
}

@media screen and (min-width: 320px) {
    .feedback-cover1 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 991px) {

    .bk-nbr,
    .icon {
        display: inline-block;
        float: left;
        margin-bottom: 9px;
        width: 100%;
        text-align: center;
    }

    .footer-distributed .footer-company-name {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .feedback-cover1 {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .tg-contentbox {
        min-height: 133px;
    }

    .ban1,
    .ban3 {
        padding: 4px 2px;
        font-size: 9px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav>li {
        display: block;
    }

    .navbar.navbar-default .nav.navbar-nav {
        width: 100%;
        margin: 0;
    }
    .icon-cover {
        width: 100%;
        display: block;
        justify-content: space-around;
        align-items: center;
    }
    .navbar-default .navbar-nav>li>a.active:after,
    .navbar-default .navbar-nav>li>a:hover:after {
        position: absolute;
        content: "";
        left: 0%;
        right: 0%;
        bottom: -15%;
        top: auto;
        height: 3px;
        background-color: #af9be8;
    }

    .navbar-default .navbar-nav>li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:425px) {
    .icon-cover {
        width: 100%;
        text-align: center;
    }
        .icon-cover ul {
            display: inline-block;
        }
    .bk-nbr {
        width: 100%;
        position: relative;
    }

    .icon-cover icon{
        width:100%;
    }

    .bk-nbr p {
        font-size: 12px;
    }

    .img-thumbnail {
        height: 85px;
    }

    .ban1,
    .ban3 {
        padding: 5px 2px;
        font-size: 8px;
    }

    .gb-chartbx h2 {
        font-size: 16px;
    }

    .main-product-cover h3 {
        font-size: 11px !important;
    }

    .mn-rate-cover .bgm {
        width: 66px;
        font-size: 10px;
    }

    .marquee1,
    .marquee2 {
        font-size: 12px;
    }

    .refrance-top p,
    .product-title-color .p-h.p0,
    .product-title-color .p-h.ph,
    .ref-cvr .refrance-top p,
    .ref-cvr .ref-title,
    .ref-cvr .ref-rate {
        font-size: 10px;
    }

    .refrance-title p,
    .ref-title,
    .ref-rate {
        font-size: 14px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        vertical-align: middle;
    }

    .product-rate a input[type="button"] {
        padding: 6px 9px;
        font-size: 9px;
    }

    .mn-rate-cover .bgs {
        font-size: 8px;
    }

    .mn-rate-cover .bgm {
        width: auto;
        font-size: 10px;
        padding: 4px 5px;
    }

    .product-name {
        padding-left: 1px;
    }

    .product-title-color .p-h.p0,
    .product-name {
        width: 33%;
    }

    .product-title-color .p-h.p0 {
        padding: 0px 5px;
    }

    .mn-rate-cover .bgm {
        margin: 0px;
    }

    .info-address h4 i,
    .info-address h4,
    .info-address p,
    .footer-distributed .footer-company-name {
        font-size: 10px;
    }

    .header .title-wth.title-name {
        padding: 10px 0px 0px;
        font-size: 20px;
    }

    .info-address {
        height: auto;
    }

    .cnt-detail-cover p span {
        font-size: 10px;
    }

    .cnt-detail-cover p strong {
        font-size: 16px;
    }

    .cnt-title h2 {
        font-size: 13px;
    }

    .form-control {
        font-size: 10px;
    }

    #contact-form .form-group input[type="button"] {
        font-size: 10px;
    }

    .center {
        margin-left: 18px;
    }
}

.date-picker input[type="text"] {
    width: 136px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #767879;
    font-size: 14px;
    padding: 0px 5px;
    color: #000;
}

.date-picker input[type="button"] {
    font-size: 19px;
    display: inline-block !important;
    padding: 1px 10px 3px;
    border-radius: 4px;
    transform: scale(1);
    text-decoration: none;
    border: 0;
    cursor: pointer;
    color: #000000;
    /* background-color: #000; */
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
    transition: all 0.4s linear;
}

.date-picker input[type="button"]:hover {
    /* border: 1px solid #737373; */
    color: #000000;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
}

fieldset {
    width: 100%;
}

.date-picker {
    display: inline-block;
    float: right;
    top: auto;
    right: -0%;
    bottom: 15px;
    left: auto;
}

.header .title-wth.title-name {
    text-align: center;
    padding: 10px 0px;
    font-size: 28px;
    color: #000;
}

#divNews {
    text-align: center;
}

table {
    width: 100%;
    margin-bottom: 0px !important;
}

.update-date-cover {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
}

.up-cover {
    border: 1px solid #737373;
    margin-bottom: 10px;
    padding: 16px 20px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 99999;
    background: linear-gradient(to bottom, rgb(164 164 164) 0%, rgb(232 231 231) 51%, rgba(164 164 164) 100%);
    height: auto;
    border: 1 px solid grey !important;!i;!;
}

.update-date-cover h2 {
    font-size: 12px;
}

.update-date-cover h2 p {
    font-size: 10px;
}

.update-date-cover h2 p {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.update-date-cover h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    border-radius: 30px;
    color: #fff;
    background: #000;
    width: 100%;
    float: left;
}

.update-date-cover h2 p {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    margin-bottom: 0;
}

.update-date-cover h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 10px 0px;
    border-radius: 30px;
    color: #000000;
    background: linear-gradient(to bottom, rgba(195, 146, 46, 1) 0%, rgba(253, 231, 97, 1) 38%, rgba(195, 146, 46, 1) 100%);
    width: 100%;
    float: left;
}

.update-date-cover h2 p {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    margin-bottom: 0;
}

.update-title h4 {
    MARGIN: 0;
    margin: 10px 0px;
    width: 100%;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.update-title p {
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    text-align: left;
}

.update-date-cover h2 p {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width:425px) {
    .date-picker input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .update-date-cover h2,
    .update-title h4 {
        font-size: 12px;
    }

    .update-date-cover h2 p,
    .update-title p {
        font-size: 10px;
    }

    .header .title-wth.title-name {
        font-size: 19px;
    }

    .date-picker input[type="button"] {
        font-size: 14px;
    }

    .date-picker input[type="text"] {
        font-size: 11px;
    }
}

.pop-up-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background: #000000b8;
}

.pop-up-cover .pop {
    position: absolute;
    top: 39%;
    left: 5%;
    right: 5%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.pop-logo {}

.pop-logo img {}

.pop-text {
    position: relative;
}

.pop-text a {
    position: absolute;
    right: 10px;
    color: #000;
}

.pop-text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-right: 41px;
}

.pop-text p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #7b7b7b;
}

.pop-text h4 {
    position: relative;
    z-index: 99999;
}

.pop-up-cover .pop:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset -4px -5px 6px #ffffff;
    border-radius: 3px;
}

.pop-up-cover .pop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    box-shadow: inset 3px 2px 6px #00000029;
    border-radius: 3px;
}

@media screen and (max-width:425px) {

    .update-date-cover h2,
    .update-date-cover h2 p {
        font-size: 14px;
    }

    .pop-text a {
        position: absolute;
        right: -16px;
        top: -108px;
    }

    .pop-up-cover .pop {
        padding: 10px 10px;
    }

    .pop-text h4 {
        font-size: 14px;
        padding: 0px;
    }

    .pop-text p {
        font-size: 13px;
    }

    .pop-logo {
        text-align: center;
    }
}

.liverate-cover{background: white;}
.content-cover {background: white; padding: 0px 5px;}
.main-cover{ background: white; min-height: 79vh;}
#ftr{margin-top:10px;}