@charset "utf-8";


body {
	margin: 0;
	font-family: Arial;  	
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
    flex: 1 0 auto;
  }

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 0 10px 0;
  background: #fff;
  border-style: solid;
  border-width: 0;
  border-bottom-width:1px;
  border-color:#999999;
  box-shadow: 0 2px 3px #999999;
  text-align: center;
}

.content {
  padding: 16px;
  text-align:center;
}
.content_left {
	float: left;

}
.content_right {
 float: right;
}
.login {
	padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color:#999999;
  box-shadow: 0 1px 1px #999999;
  text-align: center;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.top_gap{
	padding:10px;
	}
.row_gap{
	padding:7px;
}	
.light_blue{
	color:#C71A1A; 
	}
.caption{font-size:1.25rem;font-weight:300;margin-bottom:30px;color:#757575;}	
.note{/*font-size:1.1rem;*/font-weight:300;margin-bottom:30px;color:#616161;}	


.plan_each_container1,.plan_each_container2,.plan_each_container3,.plan_each_container4,.plan_each_container5,.plan_each_container6{
	background: #f0f0ed;
	border-top: 10px solid #C71A1A;
	padding: 0px 15px;
	margin-bottom: 15px;
}
/*.plan_each_container1{
	background: #ccebff;
}*/

.plan_each_container1 p,.plan_each_container2 p,.plan_each_container3 p,.plan_each_container4 p,.plan_each_container5 p,.plan_each_container6 p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 4px 0 3px;
}
.plan_each_container1 form p,.plan_each_container2 form p,.plan_each_container3 form p,.plan_each_container4 form p,.plan_each_container5 form p,.plan_each_container6 form p{
	text-align: left;
}
.plan_type{
	font-size: 26px;
	color: #008fed;	
	padding: 16px 0px 0px;	
}
.strike_throw_price{
	font-size: 20px;
	padding: 6px 0px;
	text-decoration: line-through;
  	color: red!important;
}

.price{
	font-size: 24px;
	text-align:left;
	line-height: 63px;
}
.price sub{
	font-size: 0.8rem;
}
p.plan_type, .price, .strike_throw_price{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #333333;
	text-align: center !important;
}
.dollar{
	font-size: 18px;
	font-weight: normal;
	margin-top:5px;
	margin-left:5px;
}
p label{
	color: #616161;
}
.plan_each_container1:hover,.plan_each_container2:hover,.plan_each_container3:hover,.plan_each_container4:hover,.plan_each_container5:hover,.plan_each_container6:hover{
	cursor:pointer;

	border-top: 10px solid #ffc107;
}
.plan_each_container1.active,.plan_each_container2.active,.plan_each_container3.active,.plan_each_container4.active,.plan_each_container5.active,.plan_each_container6.active{
	cursor:pointer;
	background: #008fed;
	border-top: 10px solid #ffc107;
}
.plan_each_container:hover p, p.active{
	color: #fff;
}

.plan_each_container1:hover button,.plan_each_container2:hover button,.plan_each_container3:hover button,,.plan_each_container4:hover button, button.active,.plan_each_container5:hover button, button.active,.plan_each_container6:hover button, button.active{
	color:#000;
	background: #ffc107 !important;	
}
.plan_each_container1 p.active,.plan_each_container2 p.active,.plan_each_container3 p.active,.plan_each_container1 p label.active,.plan_each_container2 p label.active,.plan_each_container3 p label.active,.plan_each_container4 p label.active,.plan_each_container5 p label.active,.plan_each_container6 p label.active{
	color: #fff;
}
.price.active, .strike_throw_price.active, .sup.taka-sym.active{
	color: #ffc107;
}
.plan_each_container1 .price.active,.plan_each_container2 .price.active,.plan_each_container3 .price.active,.plan_each_container4 .price.active{
	color: #ffc107;
}
.plan_each_container:hover b, .plan_each_container:hover sup.taka-sym{
	color: #ffc107;
}
.plan_each_container:hover [type="checkbox"].filled-in:disabled:checked + label:not(.lever):after {
    background-color: #fff;
    border-color: #fff;
}
.plan_each_container:hover [type="checkbox"].filled-in:checked + label:not(.lever)::before {
    border-right: 2px solid #008fed;
    border-bottom: 2px solid #008fed;
}
input[type="radio"] {
-webkit-appearance: block;
appearance: none;	
}
.package_btn1,.package_btn2, .package_btn3, .package_btn4, .package_btn5, .package_btn6{
	position:relative;
	margin-bottom:15px;
	font-size: 16px;
	font-weight: bold;
    -webkit-appearance: button;
    -moz-appearance: button;
    -o-appearance: button;
    -ms-appearance: button;
    appearance: button;	
}
.package_btn1.active, .package_btn2.active, .package_btn3.active, .package_btn4.active, .package_btn5.active, .package_btn6.active{
	color:#000;
	background: #ffc107 !important;		
}
button.package_btn i.material-icons{
	float: left !important;
	padding-right: 6px;
}

.btn_icircle1,.btn_icircle2,.btn_icircle3,.btn_icircle4,.btn_icircle5,.btn_icircle6 {
	margin-top:9px;
	margin-right:3px;
	float:left;
    background-color:#03a9f4;
    border:4px solid white;    
    height:16px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:16px;
}
.plan_each_container1:hover .btn_icircle1, .plan_each_container2:hover .btn_icircle2, .plan_each_container3:hover .btn_icircle3, .plan_each_container4:hover .btn_icircle4, .btn_icircle1.active, .btn_icircle2.active, .btn_icircle3.active, .btn_icircle4.active, .btn_icircle5.active, .btn_icircle6.active {
    background-color:#ffc107;
    border:4px solid red;    
}
.registration_form_container{
	padding: 30px 0 90px;
}
.register_top_txt{
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	
}
.box_each{
	width: 33%;
	float: left;
}

.box{
	width: 85px;
	height: 85px;
	background: #cccccc;
	border-radius: 50%;
	float: left;
	color: #e6e6e6;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 34px;
    padding-top: 13px;
	margin-left: 20px;
}

.box_active{
	background: #55be13;
	color: #fff;
}
.line_container{
	width: 60%;
	height: 8px;
	background: #cccccc;
	margin-top: 38px;
	float: right;
	margin-left: 2%;
}

h2.step_name{
	color: #999999;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
}
p.step_info{
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 3px 0 2px;
}

.order_summary{
	background: #d5d5cd;
	padding: 15px 15px;
	font-size: 18px;
	color: #000;
	margin: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
.summary_text_container{
	background: #f0f0ed;
	padding:15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.summary_white_box{
	background: #fff;
	padding: 15px;
}
.summary_white_box p{
	color: #333333;
	font-size: 16px;
	margin: 0;
	padding-bottom:4px;
}
.summary_txt_small{
	padding-top: 15px;	
	font-size: 12px;
	color: #333333;

}
.summary_total_amount{
	background: #666666;
	padding: 15px 15px;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	font-weight: bold;	
	border-radius:5px;
	margin-top: 10px;
}
.money{
	font-size: 16px;
}

.promo_txt{
	width: 66% !important;
	float: left;
	border: 1px solid #666666 !important;
	padding: 2px 6px 0px !important;
	
}
.promo_btn{
	background: #666666;
    padding: 8px 38px;
    border: none;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
}
h3.apply_discount_txt{
	font-size: 18px;
	color: #333;
	margin:0;
	font-weight: bold;
}
.agree_txt{
	font-size: 14px;
	color: #000;
}
span.agree_txt a{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.discount_container p{
	margin: 0;
    padding: 8px 0px 5px;
}
.discount_container .row{
	margin-bottom: 0px !important;
}
.total_price{
	font-size: 16px;
	font-weight: bold;
}
p label.agrement_container{
	font-size: 0.8rem;
	color: #616161!important;
	/*margin: 5px 0 2px;*/
}
.rowbottom{
	margin-bottom:0 !important;
	padding:0 !important;
}
.nomargin{
	top:0; bottom:0;
	margin:0;
	padding:0;
}
.footer_nomarg{
	margin-top:0;
}
.footer_text{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}
.inner_bottom {
  max-width: 100%;
  position: relative;
	height:420px;
	overflow:hidden;
  -moz-box-shadow: inset 0 -11px 9px -10px #000000;
  -webkit-box-shadow: inset 0 -11px 9px -10px #000000;
  box-shadow: inset 0 -12px 9px -10px #000000;
  
}
.inner_bottom::after{
  content: "";
  border-radius:2px;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;	
  -moz-box-shadow: inset 0 -11px 9px -10px #000000;
  -webkit-box-shadow: inset 0 -11px 9px -10px #000000;
  box-shadow: inset 0 -12px 9px -10px #000000;

}
.tab_link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;overflow-x:hidden;overflow-y:hidden;height:44px;background-color:#fff;margin:0 auto;width:100%;white-space:nowrap}.tab_link .tab{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:block;float:left;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;width:15%;min-width:80px}.tab_link .tab a{color:#C71A1A;display:block;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;-webkit-transition:color 0.28s ease;-moz-transition:color 0.28s ease;-o-transition:color 0.28s ease;-ms-transition:color 0.28s ease;transition:color 0.28s ease}.tab_link .tab a:hover{color:#3be9ff}

.field-icon {
  float: right;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}
i.right-icon{float:right;margin-left:0px; margin-top:15px;position: relative; display: inline-block;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
span.promoError, .agreeError{
	position:absolute;
	color:#ff0000;
	font-size: 12.8px;
	font-size: .8rem;
	}
span.promoValid{
	position:absolute;
	color:#0C0;
	font-size: 12.8px;
	font-size: .8rem;
	}	
.nomarg-bottom{
	margin:0 !important;
}
sup.taka-sym{
	font-weight:bold;
	color: #333333;
	}
.header-title{line-height:2.508rem;margin:1.14rem 0 0.912rem 0;font-size:1.4rem;font-weight:400;text-transform:uppercase}
.header-title2{font-size:1.1rem;font-weight:400;text-transform:uppercase}
p.title{font-size:1.3rem}
p.header{font-size:1rem;font-weight:500;text-transform:uppercase}
.small{font-size:0.8rem}.strong{font-weight:600}
label.autorenew{font-size: .90rem;color:#757575; font-weight:bold;}





/*	
.plan_each_container1, .plan_each_container2, .plan_each_container3{
	height:400px;
}*/	
.plan_each_container1.active,.plan_each_container2.active,.plan_each_container3.active,.plan_each_container4.active,.plan_each_container5.active,.plan_each_container6.active{
	cursor:pointer;
	border-top: 10px solid #ffc107;
	background: #008fed;
	color: #fff;
}
.active p label {color:#fff;}
.active .price{color:#fab52a;}
p.dottedline label{
  font-size: 14px;
  color: #333333;
}
.plan_each_container1 .package_btn1{
	/*margin-top:30px;*/
}
#tel{
	position:relative !important;
	top:0 !important;
	
}
#tel-error{
	margin-left:-10px !important;
}


/*SOCIAL*/
.social {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
  min-height: 1px;
  /*text-align: right;*/
}
.social a {
    position: relative;
    width: 28px;
    height: 28px;
    border: 2px solid #757575;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 50%;
    color: #616161;
    transition: all 0.4s ease-in-out;
}
.social i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*@media screen and (min-width: 992px) {*/
  .facebook:hover {
    border-color: #3055a0 !important;
    background: #3055a0;
    color: white; }
  .twitter:hover {
    border-color: #41b5cb !important;
    background: #41b5cb;
    color: white; }
  .print:hover {
    border-color: #616161 !important;
    background: #616161;
    color: white; }
  .savepic:hover {
    border-color: #009933 !important;
    background: #009933;
    color: white; }    
  .envelope:hover {
    border-color: #0066ff !important;
    background: #0066ff;
    color: white; }
  .gplus:hover {
    border-color: #ff0000 !important;
    background: #ff0000;
    color: white; }	
  .star:hover{
    border-color: #ffcc00 !important;
    background: #ffcc00;
    color: red;
	}
  .starActive {
    border-color: #ffcc00 !important;
    background: #ffcc00;
    color: red;
	}	
  .starSelect {
    color: red;
  }	
			
/*}*/
.green-icon{
	color:green;
	}
.red-icon{
	color:red;
	}
.gray-icon{
	color:gray;
	}
#card-alert{
	position: absolute;
	top:55px;
	background: rgba(128, 128, 128, .9);
}
#card-alert button{background:none;border:none;position:absolute;top:0;right:3px;font-size:20px;color:#fff}
.transparent{
	opacity: 0.8;
}
.btn-large{
	
	/*background: blue!important;*/
}
.card-title{

	font-size: 26px!important;
	font-weight:800!important;
}
.offer-content{
	display: block;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	border: 0;
    top: -65px;
    right: -88px;
}
.help-line{
	color: #e0e0e0;
	font-size:16px;
}
a.email{
	font-family: Arial, Helvetica, sans-serif;
}
#upwderror,#uemailerror
{
	color:red;
	text-align: center;
}
.email-exist {
    position: absolute;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 500;
    color: red!important;
    top: 50px!important;
    margin-left: 3rem;
}
.kiron-font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px!important;
}
.kiron{
	font-family: Arial, Helvetica, sans-serif;
}
span.footnote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
span i{
	font-size: 14px;
	color: #bdbdbd;
}
label.valid{
	color: green!important;
	font-size:12px!important;
	font-weight: bold;
}
.circle, .circleW {
  padding: 21px 9px;
  background: rgba(0, 0, 0, 0.2);
  border: 3px solid #FFF;
}
.price.active .circle {
  border: 3px solid #fab52a;
}
.price.active .circleW {
	background-color:#0072be;
}
.plan_each_container1 span.circle, .doller-circle {
  padding: 20px 15px;
  background: #c0c0be;
  border: 3px solid #FFF;
}
p.dottedline {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc!important;
}
@media screen and (max-width: 600px) {
	#popup_this {
	    top: 50%;
	    left: 50%;
	    text-align:center;
	    margin-top: -900px;
	    margin-left: -90px;
	    position: fixed;
	    background: #424242;
	    color: #fbfbfb;
	    box-shadow: 0 0 25px 5px #999;
	    border-radius: 1px 1px 5px 5px;
	}
}
@media screen and (min-width: 601px) and (max-width: 992px) {
	#popup_this {
	    top: 50%;
	    left: 50%;
	    text-align:center;
	    margin-top: -200px;
	    /*margin-left: -90px;*/
	    position: fixed;
	    background: #424242;
	    color: #fbfbfb;
	    box-shadow: 0 0 25px 5px #999;
	    border-radius: 1px 1px 5px 5px;
	}
}
@media screen and (min-width: 993px) {
	#popup_this {
	    top: 50%;
	    left: 50%;
	    text-align:center;
	    margin-top: -100px;
	    margin-left: -90px;
	    position: fixed;
	    background: #424242;
	    color: #fbfbfb;
	    box-shadow: 0 0 25px 5px #999;
	    border-radius: 1px 1px 5px 5px;
	}
}