/* Write your custom CSS here */

.border{
    border: 1px solid #8c8b8b;
    height: auto;
    border-radius: 18px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
}

.proof-doc {
    margin: 0px 0px 0px 35px;
}
.form-group .required .control-label:after {
    content:"*";color:red;
  }
  .glyphicon{
    color:red;
    font-size: 10px;
    top: -5px;
  }
.buttons{
    float: right;
} 

.glyphicon-plus{
    color:#fff;
    font-size: 15px;
    padding: 10px 0px 0px 0px;
}
.glyphicon-minus{
    color:#fff;
    font-size: 15px;
    padding: 10px 0px 0px 0px;
}
.repeat-border{
    border: 1px solid #8c8b8b;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 14px;
}


.rounded {
    border-radius: 1rem
}
.nav-pills .nav-link {
    color: #555
}

.nav-pills .nav-link.active {
    color: white
}

input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}
.payment-img{
    width: 60px;
    height: 30px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(241, 241, 241, 0.2);
    transition: 0.3s;
    background:#fff;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(235, 234, 234, 0.2);
  }
  .bg-secondary{
    background-color: #9e9fa0!important;
  }
  .text-white {
    color: #fff!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.text-dark {
    color: #343a40!important;
}


.image-wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.banner-logo {
    position: absolute;
    z-index: 99999;
    top: 5%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.banner-content h1{
  font-size: 40px;
  font-weight: 700;
}

.img-content {
    width: 100%;
    height: 390px;
    display: block;
    background: url("/assets/images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #530473;
    opacity: .8;
    z-index: 999;
    height: 100%;
}

.ban-btn {
    border: 1px solid#f77f00;
    background:white;
    margin:80px 0px 0px 0px;
    color: #f77f00;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.logo-img{
    float: left;
    width: 120px;
    height: 80px;
    margin: 0px 0px 0px -384px;
    position: fixed;
    z-index: 1;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 25px;
    top: 5px;
}

.orange{
    background: #f77f00;  
    color:white;
    text-align: center;
    border-radius:20px;
    min-height: 180px;
}
.oranges{
    background: #f77f00;  
    color:white;
    text-align: center;
    border-radius:20px;
}
.centers-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }



  .greay-bg{
	background:#f2f2f2;}
.panel{
	background:#f2f2f2 !important;}
.mandatory{
	color:#F00;}
.tuk-check{
	margin:0;
	list-style-type:none;
	}
.tuk-check li{
	display:inline-block;
	width:40%;
	line-height:24px;}
input[type="checkbox"]{
	float:left;
	margin-right:5px;
	}
.photo{
	float:left;
	font-size:16px;
	color:#333;
	font-weight:600;
	margin-right:10px;}
.file-format{
	font-size:14px;
	font-weight:600;
	margin-top:10px;}
.file-attach{
	background:#fff;
	color:#222;
	border:#222 solid 1px;
	border-radius:5px;}
	
input[type=file]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #fff;
  transition: 1s;
  border:solid 1px #222;
  padding:10px;
}

input[type=file]::file-selector-button:hover {
  background-color: #222;
  color:#fff;
  border: 2px solid #00cec9;
}
.edit-profile li{
	width:40%;
	margin-left:20px;
	margin-bottom:20px;}
.btn-primary{
	background:#fff !important;
	color:#f77f00 ;
	border-radius:5px;
	padding:7px 15px;
	margin-right:15px;
	font-weight:600;
	border:#f77f00 solid 1px;
	font-weight:16px !important;}
.btn-primary:hover{
		background:#f77f00 !important;
	color:#fff ;}
.btn-success{
	padding:7px 15px;
	font-weight:16px !important;}

 