/* Write your custom CSS here */
h1{
	font-family: 'Montserrat' !important;
  font-weight: 700;
  color: #f7a714;
}
.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 {
    
    background-image: url('../images/end.jpg');
    background-repeat: no-repeat;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 390px;
    position: relative;
    /* padding-top: 85px; */
    padding-top: 0px;
}

.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: 135px;
    margin: 5px 0px 10px 0px;
}
.oranges{
    background: #f77f00;  
    color:white;
    text-align: center;
    border-radius:20px;
    min-height: 65px;
    margin: 0px 0px 10px 10px;
}
.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;}
.home-h1{
    font-size: 36px;
    font-weight: 800;
   
}
.feedback {
	list-style-type:none;
	margin:0 auto;
	width:85%;
	padding:0;
}
.feedback li {
	display:inline-block;
	margin-right:6em;
}
.feedback li h2 {
    font-size:2rem;
    font-weight: 700;
}
.feedback li p {
}
.feed-img {
	width:56px;
}


.small-title{
	color:#f77f00;
	}

.title-num{
	font-size:2rem;
	color:#f77f00;
	font-weight:700;}
.small-title-gr{
	color:#03c396;
	font-size:1.2rem;
	}
.shortcode_title .title_primary {
	margin: 0;
	line-height: 1.333em;
	font-weight:500;
	text-transform: uppercase;
	color: inherit;
	font-size:2em;
}
.shortcode_title.title-decoration-bottom-center {
	padding-bottom: 20px;
}
.shortcode_title.title-center {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.shortcode_title {
	color:#03c396;
}
.shortcode_title.title-decoration-bottom-center .line_after_title {
	color:#03c396;
}
.shortcode_title.title-decoration-bottom-center .line_after_title::before {
 content: '';
 display: block;
 position: absolute;
 width: 0;
 height: 0;
 left: 50%;
 margin-left: -4px;
 bottom: 1px;
 border-style: solid;
 border-width: 0 4px 4px 4px;
 border-top-color: transparent;
 border-left-color:transparent;
 border-right-color:transparent;
}
.shortcode_title.title-decoration-bottom-center .line_after_title::after {
 content: ' ';
 display: block;
 position: absolute;
 height: 1px;
 bottom: -2px;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 -moz-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
 width: 80px;
 border-style: solid;
 border-width: 3px 0 0 0;
}
.title-bottom{
	color:#fff !important; }
.title-bottom h3{
	color:#fff !important;
	font-size:1.5rem !important;}
	.title-bottom h5{
	color:#fff !important;
	font-size:.9rem !important;}
.phone{
	position:fixed;
	bottom:10px;
	right:10px;}
.phone img{width:120px;}
 @-webkit-keyframes mover {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
 @keyframes mover {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}

/* --------------------------- */
.banner-text {
	margin-top:30px;
}
.banner-text h1 {
	font-size:50px;
	font-weight:600;
	color:#fff;
	margin-bottom:20px;
}
.banner-text p {
	font-size:16px;
	font-weight:400;
	color:#fff;
}
.app-icons a >img {
	width:150px !important;
}
.greay-bg {
	background:#f2f2f2;
}
.panel {
	background:#f2f2f2 !important;
}



.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.search-btn
{
    margin: 16px 10px 0px 0px;
    height: 32px;
    border-radius: 10px;
}


.logo-white{
    width: 242px;
    height: 61px;
  }

.whatsapp{
  width: 185px;
    height: 62px;
    padding: 0px;
}
/* ----tele flag------- */

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
/* ----tele flag end------- */
.index-logo{
    width: 225px;
    height: 60px;
}