@font-face {
    font-family: Gotham-Book;
    src: url(/static/font/Gotham-Book.otf);
}

@font-face {
    font-family: Gotham-Book;
    src: url(/static/font/GOTHAM-BOLD.TTF);
    font-weight: bold;
}

#__wws ._flat{
    background: #D72128!important;
    box-shadow: none!important;
    border: 1px solid #fff;
    bottom: 9%!important;
    right: 6%!important;
}

.hanabot{
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

body{
    font-family: Gotham-Book;
    font-size: 0.9rem;
    position: relative;
    min-height: 700px;
}

form {
    width: 100%;
}

hr {
    border-top: 1px solid #D72128;
}

a:hover {
    color: inherit;
}

section {
    width: 100%;
    padding: 100px 0 !important;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
	margin-top: 20px;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.btn-otp{
    height: 34px;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.otp-box{
    height: 400px!important;
}

.form-error{
    color: red;
    font-size: 80%;
}

.inputphone{
    padding-left: 0;
}

.white{
    background: #fff;
}

.red{
    background: #D72128;
}

.grey{
    background: rgba(109,109,123,0.2);
}

.red-font{
    color: #D72128 !important;
}

.green-font{
    color: #10c50a !important;
}

.grey-font{
    color: #727272 !important;
}

.blue-font{
    color: #A7AEB5 !important;
}

.seo-font{
    color: #6D6D7B !important;
}

.white-font{
    color: #fff !important;
}

.green-font{
    color: #28a745 !important;
}

#myCarousel{
    overflow: hidden;
}

.nav-item a{
    color: #fff;
    text-decoration: none
}

.nav-link:hover{
    border-bottom: 1px solid #fff;
}

.nav-switch:hover{
    border-bottom: 0;
}

.redlink:hover{
    border-bottom: 1px solid #D72128;
    transition: 0s;
}

.navbar{
    min-height: 70px;
    box-shadow: 0px 1px 10px #888888;
    color: #fff;
}

.navbar-nav .nav-link, .nav-button{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-active{
    background: #fff;
    color: #D72128;
    transition: 0.5s;
}

.navbar-active a{
    color: #D72128;
    transition: 0.5s;
}

.switchbutton{
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    color: #D72128;
    padding: 5px 10px;
}

.switchmenu{
    padding: 5px;
}

.redbutton{
    border: 1px solid #D72128;
    background: #D72128;
    color: #fff;
    transition: 0.5s
}

.howitworks{
    color: #fff
}

.howitworks h3{
    font-size: 25px;
    margin-bottom: 25px;
}

.lmar-b{
    margin-bottom: 60px;
}

.lmar-t{
    margin-top: 60px;
}

.mmar-b{
    margin-bottom: 30px;
}

.mmar-t{
    margin-top: 30px;
}

.smar-b{
    margin-bottom: 15px;
}

.smar-t{
    margin-top: 15px;
}

.smar-r{
    margin-right: 15px;
}

.popular-redbox{
    background: #D72128;
    padding: 25px;
    color: #fff;
    border-radius: 0 0 6px 6px;
    height: 300px;
}

.popular-img img{
    border-radius: 6px 6px 0 0;
}

.popbutton{
    background: #fff;
    padding: 7px 20px;
    border-radius: 3px;
}

.logo{
    transition: 0.5s;
}

.popbutton, popbutton:hover{
    text-decoration: none!important;
    color: #D72128!important;
}

.partner-logo{
    margin: 30px 0;
}

.faq{
    padding:0;
    border: 0;
    margin-bottom: 1px;
}

.faq h5, .faq a{
    color: #636363;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

.card-header{
    background: #fff;
    border: 1px solid #8c8c8c;
}

.card-body{
    background: rgba(99,99,99,0.1);
    padding: 2rem;
}

 .banner{
    margin-top: 70px;
 }

.right{
    float: right;
}

footer{
    background: #D72128;
    color: #fff;
    padding: 20px 0;
    font-size: 12.8px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer-menu{
    padding: 85px 0 15px 0;
}

.footer-menu a{
    color: #fff;
}

.footer-menu ul{
    list-style-type: none;
    padding: 0;
}

.footer-menu ul li{
    margin-bottom: 10px;
}

.copyright{
    float: right;
}

.tagline{
    padding-left: 50px;
}

.icon-navigation img{
    max-width: 150px;
    margin: 0 15px;
}

.carousel-control-prev-icon{
    position: absolute;
    left: 15%;
}

.carousel-control-next-icon{
    position: absolute;
    right: 15%;
}

.login-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: 700px;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.login-logo img{
    max-width: 100px;
}

.login-logo{
    margin-bottom: 50px;
}

.control-label{
    color: #605F5F;
    font-weight: bold;
}

.btn-red{
    width: 100%;
    background: #D72128;
    color: #fff;
}

.btn-verification{
    border: 1px solid #DBDBDB;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: bolder;
    width: 120px;
    text-align: center;
}

.btn-verification:hover{
    background: #DBDBDB;
}

.filter-area{
    background: #fff;
    border-radius: 6px;
    padding: 0;
}

.filter-header{
    background: #D72128;
    padding: 15px 25px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.filter-body{
    padding: 25px;
    border: 1px solid #d8d8d8;
}

.btn-sml{
    width: 120px;
}

.btn-med{
    width: 60%;
}

.fifi-grey{
    background: #F1F1F1;
}

.nomargin{
    margin: 0;
}

.nopadding{
    padding: 0;
}

.item-list{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}

.item-overview{
    padding: 30px;
    border-right: 1px solid #d8d8d8;
}

.compare-selection{
    width: 5%;
    display: inline;
    vertical-align: middle;
    height: 80%;
}

.item-img{
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.item-img img{
    max-height: 100px;
}

.item-detail{
    margin: 25px 0;
}

.item-info{
    padding: 30px;
    border-left: 1px solid #f1f1f1;
}

.item-benefit{
    background: #F8F8F8;
    border: 1px solid #d8d8d8;
    padding: 15px;
}

.benefit{
    border-right: 1px solid #d8d8d8;
}

.item-cta{
     margin-top: 25px;
}

.btn-grey{
    background: #F8F8F8;
    border: 1px solid #a6a6a6;
}

.category-menu{
    position: absolute;
    background: #fff;
    display: none;
    transition: 0.5s;
    top: 100%;
    width: 160px;
}

.category-menu ul{
    list-style: none;
    padding: 15px;
    text-align: left;
}

.category-menu li{
    margin-bottom: 10px;
}

.category-menu li a{
    color: #D72128;
}

.category-menu li a:hover{
    text-decoration: underline;
}

.category-arrow{
    position: absolute;
    color: inherit;
    text-align: center;
    top: -17px;
    width: 100%;
}

#category:hover .category-menu{
    display: block;
}

#login:hover .category-menu{
    display: block;
}

.redcategory{
    background: #D72128
}

.redcategory li a{
    color: #fff
}

.startbody{
    margin-top: 100px;
    margin-bottom: 100px;
}

.compare-link{
    color: #D72128!important;
    text-decoration: underline!important;
    vertical-align: bottom;
    cursor: pointer;
}

.comparison{
    display: none;
    position: fixed;
    bottom: 10%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    z-index: 1100;
    width: 300px;
}

.comparison table{
    width: 100%;
}

.comparison tr td{
    padding: 15px;
}

.compare-button{
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 0;
    width: 100%;
    background: #D72128;
    cursor: pointer;
}

.compare-button a{
    color: #fff;
}

.fullheight{
    height: 100%;
}

.prod-detail-body{
    background: #fff;
    border-radius: 8px;
}

.img-border{
    border-right: 1px solid #f1f1f1;
    padding: 0;
}

.prod-detail-info{
    padding: 50px 75px;
}

.prod-detail-img{
    border-bottom: 1px solid #f1f1f1;
}

.prod-detail-vendor{
    padding: 15px 30px;
}

.prod-detail-tbheader{
    padding: 15px 65px;
    background: #D8D8D8;
}

.prod-detail-premium .info, .prod-detail-benefits .info{
    padding: 10px 80px;
}

.odd{
    background: #f8f8f8;
}

.comparison-body{
    background: #fff;
}

.comparison-desc div{
    padding: 15px 30px;
}

.comparison-benefits{
    border-top: 1px solid #f1f1f1;
    padding: 30px 30px 0 30px;
}

.comparison-benefits .info{
    padding-top: 15px;
    padding-bottom: 15px;
}

.med-bold{
    font-weight: 500;
}

.spad{
    padding: 15px;
}

.mpad{
    padding: 30px;
}

.payment-nav{
    border: 1px solid #DBDBDB;
    color: #DBDBDB;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

.active-nav{
    background: #D72128;
    color: #fff;
}

.number{
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
    padding: 0px 4px;
    color: inherit;
    margin-right: 5px;
}

.active-nav .number{
    color: #D72128;
}

.payment-form{
    background: #fff;
    border-radius: 6px;
    padding: 0;
}

.payment-form-header{
    background: #D72128;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.payment-form-body{
    padding: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 0 0 6px 6px;
}

.payment-form-body .data-field{
    margin-bottom: 15px;
}

.payment-form-pricing{
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    background: #fff;
}

.payment-form-pricing-image{
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.payment-form-pricing-detail{
    padding: 25px;
}

.payment-form-pricing-detail td{
    padding: 5px;
    color: #727272;
}

.payment-form-pricing-detail hr{
    border-top: 1px solid #DBDBDB;
}

.payment-method{
    list-style-type: none;
    border: none;
    width: auto;
    padding: 0;
}

.payment-method li{
    margin-bottom: 5px;
}

.payment-method li input[type=radio]{
    display: inline;
    margin-bottom: 5px;
}

.payment-konfirmasi-data td{
    padding: 5px;
}

.ask-data-insured{
    display: inline;
    width: auto;
}

.payment-info{
    display: none;
}

.payment-info img{
    max-height: 40px;
    margin-right: 5px;
}

.warning{
    padding: 8px 15px;
    font-size: 80%;
    margin-top: 5px;
    background: #d7212161;
}

.dashboard{
    border: 1px solid #DBDBDB;
}

.dashboard-nav{
    border-right: 1px solid #DBDBDB;
}

.dashboard-nav ul{
    list-style-type: none;
    padding: 15px;
}

.dashboard-nav li{
    margin: 40px 0;
    text-transform: uppercase;
}

.dashboard-nav li a{
    color: #727272;
}

.dashboard-nav .active{
    font-weight: bold;
    background: none;
}

.dashboard-content{
    padding-top: 40px;
}

.dashboard-content hr{
    border-top: 1px solid #DBDBDB;
}

.dashboard-table{
    width: 100%;
    background: #fff;
    border-radius: 6px;
}

.dashboard-table th{
    color: #727272;
    padding: 15px;
    border-bottom: 2px solid #DBDBDB;
}

.dashboard-table td{
    color: #727272;
    padding: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.transaction-table{
    width: 100%;
}

.transaction-table td{
    color: #727272;
    padding: 15px;
    vertical-align: top;
}

.transaction-table th{
    color: #727272;
    padding: 15px;
    border-bottom: 2px solid #DBDBDB;
}

.transaction-table .total{
    border-top: 2px solid #DBDBDB;
}

.dashboard-filter{
    margin: 30px 0;
}

.seo-area{
    padding: 30px;
}

.seo-content{
    padding: 15px;
}

.confirmation-detail{
    padding: 30px;
    background: #fff;
}

.confirmation-countdown{
    padding: 30px;
    border: 1px solid #DBDBDB
}

.confirmation-payment img{
    max-width: 100px;
}

.confirmation-payment h4{
    display: inline;
}

.thirdPayment{
    width: 100%;
    height: 600px;
    border: 0;
}

.field-margin-b{
    margin-bottom: 8px;
}

.contact-details{
    padding: 0 30px;
}

#paymentOverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(33,33,33,0.7);
}

#paymentLoader, #paymentResponse, #popup{
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

#paymentDisclaimer{
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    border-radius: 6px;
    padding: 50px;
}

#cancelDisclaimer{
    display:block;
}

.home-nav{
    margin-top:5px;
}

.home-nav:hover{
    border-bottom: 0;
}

.home-nav .active{
    background: #fff;
    color: #D72128;
}

.red-active{
    background: #D72128!important;
    color: #fff!important;
}

.personal-nav{
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 6px 0 0 6px;
}

.business-nav{
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 0 6px 6px 0;
    margin-left: -5px;
}

.red-nav-border{
    border: 1px solid #D72128;
}

#_mn-s, ._flImg{
    display:none;
}

.kamus-table th, .kamus-table td{
    padding: 10px;
    border: 1px solid #ddd;
}

.checkbox input[type='checkbox']{
    width: auto;
    display: inline;
}

.navbar-toggler i{
    color: #fff;
}

.hidden{
    display: none;
}

.salesconfirm-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: auto;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.renewalconfirm-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: 900px;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.transparent{
    background: transparent;
}

.discount-banner{
    margin-left: -15px;
    background: #D72128;
    padding: 6px 15px;
    font-size: 85%;
    color: white;
    position: absolute;
    z-index: 1000;
    top: 3%;
    border-radius: 0 25px 25px 0;
}

.downloadlogo{
    height: 35px;
}

.form-control::-webkit-input-placeholder { color: #a1a2a2; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #a1a2a2; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #a1a2a2; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #a1a2a2; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #a1a2a2; }

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background: inherit;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 2px solid #D72128;
}

/* Style the tab content */
.tabcontent {
  display: none;
   transition: 0.3s;
}

#download-banner{
    background: #ffca05;
    display: block;
    z-index: 1;
    position: fixed;
    bottom: 25px;
    width: 28%;
    border-radius: 0 10px 10px 0;
}

.download-logo{
    max-height: 60px;
}

.download-header,.download-body,.download-button{
    padding-left:0;
}

.close-download{
    position: absolute;
    top: 0;
    left: 1px;
    padding: 5px;
    z-index: 10;
    opacity: 0.5;
    cursor: pointer;
}

.microsite{
   margin-top: 100px;
   margin-bottom: 100px;
}

.generated-code{
    text-align: center;
    border: 3px solid #D72128;
    border-radius: 6px;
    padding: 10px 15px;
}

.generated-code span{
    font-size: 30px;
    font-weight: bold;
}

.user-menu{
    position: relative;
    padding: 5px;
}

.user-menu .info{
    color: #fff;
    font-size: 85%;
    display: block;
}

#profile:hover{
    text-decoration: none;
}

.user-menu .dropdown-menu{
    top: 0;
    padding: 50px 5px 5px 5px;
    z-index: -1;
    background: #D72128;
    color: #fff;
}