.number-details-label {font-size: 12px; box-sizing: border-box; color: #adadad; margin-bottom: 4px;}
.br-0{border:none !important;}
.br-b-1{border-bottom:1px solid gainsboro;}
.number-details {border-bottom: 1px solid gainsboro; margin-bottom: 0; padding-bottom:10px; font-size:15px;}
.number-details b {padding-left: 0;}
.plans-title {margin-bottom: 0; padding-bottom: 9px; border-bottom: 1px solid gainsboro;}
.recharge-text-box{border: none; border-bottom: 1px solid gainsboro; outline: 0; height:33px; font-weight:bold; font-size: 15px; width:100%;}
.blogShort {border-bottom: 1px solid #ddd;}
.add {background: #333; padding: 10%; height: 300px;}
.recharge-success-title{background: #337ab7; color: white; padding: 8px; margin-left: -10px; margin-top: -10px; margin-bottom: 10px; margin-right: -10px;}
.nav-sidebar {width: 100%; padding: 0px 0;}
.recharge-tab-content {border-left: 1px solid #ddd; height: 280px; overflow-y: auto;}
.nav-sidebar a {color: #333; -webkit-transition: all 0.08s linear; -moz-transition: all 0.08s linear; -o-transition: all 0.08s linear; transition: all 0.08s linear;}
.nav-sidebar .active a {cursor: default; background: #3074ae !important; color: #fff !important;}
.nav-sidebar a:hover {background-color: #3074ae !important; color: #fff !important;}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.btn-blog {color: #fff; background: #E50000; border-color: #E50000; border-radius:0; margin-bottom:10px;}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white; background: #0b56a8; border-color: #0b56a8;
}
article h2 {color: #333333;}
h2 {color: #0b56a8;}
.container .text-style {text-align: justify; line-height: 23px; font-size: 14px;}
.margin10 {margin-bottom: 10px; margin-right: 10px;}


.goto_homebtn{
    background:var(--main-color);
    color: #fff;
    border: none;
    padding: 13px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 30%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.goto_homebtn:hover {
  background:var(--main-color);
  color:#fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgb(0 0 0 / 30%);
}
.cancelhead_pay {
  padding: 10px 0;
  border-bottom: 0px;
  margin-bottom: 10px;
}

.cancelhead_pay h3 {
  font-weight:700;
  font-size: 18px;
  color: #313131;
  background: #fcf6ed;
  padding: 20px 0;
  line-height: 26px;
  border-radius: 10px;
  border:1px dashed #d09f0d;
}
.exclamation_icon{
  color:#d09f0d;
}
.show_before_cancel h4{
background: var(--secondary-color);
color: #fff;
border-radius: 10px 10px 0 0;
padding:10px 5px;
}
.titlebar_design .mar_0{margin:0; line-height: 26px;}
.rech_ftbtns .btn:hover{
	color:#fff;
}


@media (min-width:768px) {
	.customwidth_modal {
		width: 45% !important;
	}
}
@media (max-width: 767px) {
	.xs-nav-sidebar{overflow-y: hidden; box-shadow: 0px 0px 6px 0px;}
	.xs-tabs{width: 700px !important;}
	.xs-tabs>li{display: inline !important; float: left !important;}
	.xs-p-0{padding:0 !important;}
	.plans-title{font-size: 16px;}
}

@media (max-width:480px) {
.cancelhead_pay h3 {
    font-weight: 700;
    font-size: 17px;
	line-height:20px;
    padding: 20px 8px;
}
}