/* your styles go here */
html, body{
	/*background: #edf1f5;*/
	background: linear-gradient(135deg, rgba(173,216,230,1) 0%, rgba(173,216,230,1) 46%, rgba(135,206,250,1) 100%);
	background: linear-gradient(135deg, rgba(201,255,229,1) 0%, rgba(248,248,255,1) 46%, rgba(170,240,209,1) 100%);
	min-height: 100vh;
}

#main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header {
    width: 300px;
    border-right: 1px solid rgba(0,0,0,.1);
}

.topbar {
    background: #696969;
}

/*#navbar-primary .navbar-nav { 
//  background: #ededed;
  width: 100%;
  text-align: center;
  
  > li {
    display: inline-block;
    float: none;
    > a {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
}*/
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"]{
		background: transparent;
	}
	
	#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"] {
    /*background: transparent;*/
}

.navbar-light .navbar-nav .nav-link {
    /*color: #fff;*/
}

#logo{
	max-height:50px; 
	/*padding-left:;*/
	padding:0 45%;
	margin: 10px 0;
}


.support{
	margin-left: 25%;
	width: 100%;
}

@media only screen and (max-width: 500px){
	#logo{
		
		padding-left:25%;
	}
	.support{
	margin-left: 0;
	width: 100%;
	}
	
	
}

.paynow-icon{
	max-height: 20px;
	max-width: 20px;
}

.complain-contents{
	align-content: center;
}

.border-btm{
	border-bottom: 1px solid  #f2f3f4 ;
}

.shadow{
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.bg-dark {

    background-color: #212529 !important;
}
.align-middle {
    vertical-align: middle!important;
}
.height {
    	height: 80px;
	}

.card {
	border: 1px solid;
	-webkit-transition: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.card-body{
	padding: 5px 10px;
}

.card i{
	margin: 0 auto;
	border-radius: 50%;
}

.card i.rotate-45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.card-success{
	color: #d5f6e5;
	background-color: #176c42;
}

.card-primary{
	color: #4c49ce;
	background-color: #23217c;
}

.card-info{
	color: #4dcaec;
	background-color: #0d8eb1;
}

.card-warning{
	color: #a7862c;
	background-color: #f9b701;
}

.card-danger{
	color: #ed6061;
	background-color: #bb1213;
}

.card-stylish{
	color: #4B515D;
	background-color: #26a69a;
}

.card-unique{
	color: #ce93d8;
	background-color: #9c27b0;
}

.item {
	width: 200px;
	height: 200px;
	margin: 50px auto;
	padding-top: 75px;
	background: #ccc;
	text-align: center;
	color: #FFF;
	font-size: 3em;
}

/* multi step Registration Form */
#msform #progressbar li{
	color: #3f3f3f;
}

#multi-step-form{
	
}
.databox {
    height: 200px;
    width: 50%;
    position: absolute;
     margin-left:500px
}

#header { color: #337ab7; }

#table { 
    border-spacing: 10px;
    border-collapse: separate;
}


#table td{
	min-width: 145px;
}

.mb-3{
	margin-bottom: 8px;
}

/*custom font*/
	@import url(https://fonts.googleapis.com/css?family=Montserrat);
	
	/*basic reset*/
	* {
	    margin: 0;
	    padding: 0;
	}
	
	]
	
	body {
	    font-family: montserrat, arial, verdana;
	    background: transparent;
	}
	
	/*form styles*/
	#msform {
	    text-align: center;
	    position: relative;
	    margin-top: 0;
	}
	
	#msform fieldset {
	    background: white;
	    border: 0 none;
	    border-radius: 0px;
	    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	    padding: 20px 30px;
	    box-sizing: border-box;
	    width: 80%;
	    margin: 0 10%;
	
	    /*stacking fieldsets above each other*/
	    position: relative;
	}
	
	/*Hide all except first fieldset*/
	#msform fieldset:not(:first-of-type) {
	    display: none;
	}
	
	/*inputs*/
	#msform input, #msform textarea {
	    padding: 15px;
	    border: 1px solid #ccc;
	    border-radius: 0px;
	    margin-bottom: 10px;
	    width: 100%;
	    box-sizing: border-box;
	    font-family: montserrat;
	    color: #2C3E50;
	    font-size: 13px;
	}
	
	#msform input:focus, #msform textarea:focus {
	    -moz-box-shadow: none !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	    border: 1px solid #ee0979;
	    outline-width: 0;
	    transition: All 0.5s ease-in;
	    -webkit-transition: All 0.5s ease-in;
	    -moz-transition: All 0.5s ease-in;
	    -o-transition: All 0.5s ease-in;
	}
	
	/*buttons*/
	#msform .action-button {
	    width: 100px;
	    background: #2ecc71;
	    font-weight: bold;
	    color: white;
	    border: 0 none;
	    border-radius: 25px;
	    cursor: pointer;
	    padding: 10px 5px;
	    margin: 10px 5px;
	}
	
	#msform .action-button:hover, #msform .action-button:focus {
	    box-shadow: 0 0 0 2px white, 0 0 0 3px #2ecc71;
	}
	
	#msform .action-button-previous {
	    width: 100px;
	    background: #C5C5F1;
	    font-weight: bold;
	    color: white;
	    border: 0 none;
	    border-radius: 25px;
	    cursor: pointer;
	    padding: 10px 5px;
	    margin: 10px 5px;
	}
	
	#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
	}
	
	/*headings*/
	.fs-title {
	    font-size: 18px;
	    text-transform: uppercase;
	    color: #2C3E50;
	    margin-bottom: 10px;
	    letter-spacing: 2px;
	    font-weight: bold;
	}
	
	.fs-subtitle {
	    font-weight: normal;
	    font-size: 13px;
	    color: #666;
	    margin-bottom: 20px;
	}
	
	/*progressbar*/
	#progressbar {
	    margin-bottom: 30px;
	    overflow: hidden;
	    /*CSS counters to number the steps*/
	    counter-reset: step;
	}
	
	#progressbar li {
	    list-style-type: none;
	    color: white;
	    text-transform: uppercase;
	    font-size: 9px;
	    width: 33.33%;
	    float: left;
	    position: relative;
	    letter-spacing: 1px;
	}
	
	#progressbar li:before {
	    content: counter(step);
	    counter-increment: step;
	    width: 24px;
	    height: 24px;
	    line-height: 26px;
	    display: block;
	    font-size: 12px;
	    color: #333;
	    background: white;
	    border-radius: 25px;
	    margin: 0 auto 10px auto;
	}
	
	/*progressbar connectors*/
	#progressbar li:after {
	    content: '';
	    width: 100%;
	    height: 2px;
	    background: white;
	    position: absolute;
	    left: -50%;
	    top: 9px;
	    z-index: -1; /*put it behind the numbers*/
	}
	
	#progressbar li:first-child:after {
	    /*connector not needed before the first step*/
	    content: none;
	}
	
	/*marking active/completed steps green*/
	/*The number of the step and the connector before it = green*/
	#progressbar li.active:before, #progressbar li.active:after {
	    background: #2ecc71;
	    color: white;
	}
	
	
	/* Not relevant to this form */
	.dme_link {
	    margin-top: 30px;
	    text-align: center;
	}
	.dme_link a {
	    background: #FFF;
	    font-weight: bold;
	    color: #ee0979;
	    border: 0 none;
	    border-radius: 25px;
	    cursor: pointer;
	    padding: 5px 25px;
	    font-size: 12px;
	}
	
	.dme_link a:hover, .dme_link a:focus {
	    background: #C5C5F1;
	    text-decoration: none;
	}

	.content-wrapper {
	    margin-left: 10%;
	}
/* multi step Registration Form END */

#bKash_button {
  background-image: url(../../../resources/image/Payment-logo-English_2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* put the height and width of your image here */
  height: 50px;
  width: 150px;
  border: none;
  background-size: contain;
  background-color: transparent;
  
}

#bKash_buttons:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border: 1px solid crimson;
  
}

@media (min-width: 576px) {
    .px-sm-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
	}
}


.round{
	border-radius: .25rem !important;
}

.rounded {
	    border-radius: .25rem!important;
}

.page-wrapper{
	background: linear-gradient(135deg, rgba(173,216,230,1) 0%, rgba(173,216,230,1) 46%, rgba(135,206,250,1) 100%);
	background: linear-gradient(135deg, rgba(201,255,229,1) 0%, rgba(248,248,255,1) 46%, rgba(170,240,209,1) 100%);
}

.card{
		background: linear-gradient(125deg, rgba(245,245,245,.75) 0%, rgba(248,248,255,.75) 46%, rgba(248,248,255,.5) 100%);
	}