/* <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600&display=swap" rel="stylesheet"> */

* {
    margin:0px; padding:0px; 
}

p { 
	margin-bottom:2px; font-size:15px; 
}

html{ 
	scroll-behavior: smooth;  
}

a{
	text-decoration: none !important;
}

.def-btn-1{
	padding: 10px 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003966 !important;
	border-radius: 30px;
	border: 2px solid transparent;
	transition: .3s;
}

.def-btn-1:hover{
	background-color: #003966;
	color: #fff !important;
	border: 2px solid #fff;
}

.def-btn-2{
	padding: 10px 30px;
	background-color: #003966;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: .3s;
}

.def-btn-2:hover{
	background-color: #fff;
	color: #003966 !important;
	border: 2px solid #003966;
}

/* ==========================================================================================
											*  Body *
===============================================================================================*/

.gridcontpadding{
	padding:5px 0px;
}

.toptitle{
	color: #333333;
    font-size: 25px;
	font-weight:500;

}

.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 20px;
}	

.header-icon > a > img{
	height: 50px;
}

.header-icon > a > img:hover{
	transform: scale(.9);
}

.header-icon a.hvr-note{
	display: block;
	background-color: #003966;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 2px 5px;
	/* display: none; */
	opacity: 0;
	transition: .3s;
}

.header-icon:hover a.hvr-note{
	opacity: 1;
	/* display: block; */
}

.header-btn-main > .def-btn-2:nth-child(1){
	border: 2px solid transparent;
}

.header-btn-main > .def-btn-2:nth-child(1):hover{
	border: 2px solid #003966;
}

.header-btn-main > .def-btn-2:nth-child(2){
	background-color: #fff;
	border: 2px solid #003966;
	color: #003966 !important;
	margin-left: 10px;
}

.header-btn-main > .def-btn-2:nth-child(2):hover{
	background-color: #003966;
	border: 2px solid #fff;
	color: #fff !important;
}

.header .badge-primary { 
	background:#003966; 
	font-size:25px; 
}

.strip { 
	background:#003966;
}


/*================================== Form Section Start ===================================*/



.bg-gray { 
	background-color: #003966;
	color: #fff;
} 

.frm-head{
	background-color: #EBF0F3;
	padding: 10px 0;
	border-radius: 10px;
}

.frm-head > span{
	font-size: 28px; 
	color: #003966;
	border-radius: 10px;
	padding: 10px 30px;
}

.form-box { 
	/* border:1px solid #ccc;  */
	border-radius: 20px; 
	padding: 0px;
	box-shadow: 0 0 15px #ccc;
}
.form-box h5 { 
	font-weight:600;
}

.form-box input { 
	border-radius:10px; 
	min-height:48px;
}

.section-h-text > span{
	font-size: 22px;
	font-weight: 500;
	color: #003966;
}

.form-box .btn-blue { 
	background:#3366cc; 
	border-radius:20px; 
	font-size:20px; 
	color:#fff; 
	min-height:45px; 
	width:100%;
}

.form-box .profile { 
	background:#f8f8f8; 
	height:174px; 
	border:1px solid #ccc; 
	width:174px; 
	border-radius:50%;
	margin-left: auto;
	margin-right: auto;
}
.your-search p { 
	padding:10px 0px; 
	border-bottom:1px solid #ccc; 
	letter-spacing:.5px; 
	font-size: 17px;
}

.iconeffectc-ont a{
	display: block;
}

.iconeffect {
  transition: .5s ease;
  backface-visibility: hidden;
}

.card-active{
	background-color: #003966;
	transform: scale(1.1);
	color: #fff;
}

.card-active p{
	color: #fff;
}

.card-active small{
	color: #fff;
}

.required{
	color: #003966;
	font-weight: 500;
}

.sign-main{
	position: absolute;
	top: 50%;
	right: 20px;
}

.required > input::placeholder{
	color: #ccc;
	font-weight: 500;
}

.required > input{
	border-color: #79BBEF;
	color: #003966;
	font-weight: 500;
}

.required > .custom-select{
	min-height: 48px;
	border-radius: 10px;
	border-color: #79BBEF;
}

.number{
	display: flex; 	
}

.number > input{
	border-color: #79BBEF;
}

.number > input::placeholder{
	color: #ccc;
	font-weight: 500;
}

.country-n{
	max-width: 50px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #79BBEF;
	padding: 4px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-user-img{
	height: 100%;
}

.overflow-hidden{
	overflow: hidden;
}

.upload-doc{
	display: flex;
	align-items: center;
}

.upload-btn{
	height: 50px;
	width: 100px;
	background-color: #003966;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: .3s;
}

.upload-btn:hover{
	background-color: transparent;
	border: 2px solid #003966;
	color: #003966 !important;
	font-weight: 500;
}

.upload-doc span{
	font-size: 18px;
	font-weight: 500;
}

.supporting-doc{
	text-align: center;
	display: flex;
	align-items: center;
}

.supporting-doc > label{
	font-weight: 500;
	font-size: 20px;
}

.supporting-doc > span{
	/* display: block; */
	color: #003966;
	font-weight: 500;
}

.supporting-doc .ms {
    color: #003966;
    font-weight: 500;
    font-size: 16px;
}

.supporting-doc > .def-btn-2{
	max-width: 100px;
	margin-right: 10px;
	background-color: #EBF0F3;
	color: #003966 !important;
	font-weight: 500;
	font-size: 18px;
}

/* #rent{
	display: flex;
	align-items: center;
	margin-left: 10px;
}

#rent2{
	display: flex;
	align-items: center;
	margin-left: 10px;
} */

/* ==========================================================================================
										*  Footer  *
===============================================================================================*/

.footer { 
	background:#013158; 
	margin-top:56px;
} 

.footer ul { 
	padding:0px;
} 

.footer ul li { 
	list-style:none; 
	line-height:23px; 
	margin-bottom: 10px;
} 

.footer ul li a { 
	color:#fff; 
	list-style:none; 
	letter-spacing:.5px;
} 

.footer-time{
	font-size: 16px;
}

.social-main{
	text-align: end;
}

.social-main a{
	color: #fff;
	font-size: 26px;
	margin: 10px;
}

.social-main a:hover i{
	transform: scale(1.2);
	transition: .3s;
}


/* ==========================================================================================
										*  Media Query  *
===============================================================================================*/



@media (min-width: 992px) and (max-width: 1199px){

	.card-img-logo img{
		height: 50px;
	}

	.card-cont-main h4{
		font-size: 12px;
	}

	.card-cont-main p{
		font-size: 14px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.form-box .profile { 
		background:#f8f8f8; 
		height:174px; 
		border:1px solid #ccc; 
		width:174px; 
		border-radius:50%; 
		/* position:absolute; 
		top:-200px; 
		right:80px; */
	}

	.your-search p { 
		padding:2px 0px; 
		border-bottom:1px dashed #ccc; 
		letter-spacing:.5px; 
		font-size: 17px;
	}


	/* .header-icon-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	} */


	::-webkit-scrollbar {
		display: none;
	}

	.header .badge-primary{
		font-size: 18px;
	}

	.gridcontpadding{
		padding:0px 0px;
	}
}


@media (max-width:768px) {
	.toptitle{
	color: #333333;
    font-size: 15px;
	font-weight:500;
	font-family:Muli;
}

.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 15px;
    text-align: center;
	font-family:Muli;
}

/* .s-box { width:49.5%; display: inline-table; border-bottom:1px solid #ccc;}
.s-box:nth-child(even) { border-right:0px;  }
.s-box:last-child { border-right: 1px solid #ccc;} */
.footer {background:#013158; margin-top:56px; font-size:12px;}
.footer h4{background:#013158; margin-top:0px; font-size:16px;}
.footer h5{background:#013158; margin-top:0px; font-size:15px;}

}


@media (min-width: 576px) and (max-width: 767px){
	.header .badge-primary{
		font-size: 14px;
	}

	/* .header-icon-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	} */

	::-webkit-scrollbar {
		display: none;
	}

	.frm-head > span{
		font-size: 20px;
	}

	.footer h5{
		font-size: 14px;
	}
}

@media(max-width: 575px){

	.def-btn-2{
		padding: 10px 22px;
	}

	.header-img{
		text-align: left;
	}

	.header .badge-primary{
		font-size: 14px;
	}

	/* .header-icon-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	} */

	::-webkit-scrollbar {
		display: none;
	}

	.social-main{
		margin-top: 10px;
		text-align: left;
	}

	.frm-head > span{
		font-size: 20px;
	}

	.form-box{
		padding: 20px 0;
	}

	.footer h5{
		font-size: 14px;
	}
}


@media (max-width:480px) { 
	.s-box { width:49%; display: inline-table;  }
	.form-box .btn-blue { font-size: 15px;}


	.header .badge-primary{
		font-size: 14px;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.blue-bg{
		font-size: 14px;
	}

	.header-cont{
		padding-top: 10px;
		border-top: 1px solid #000;
	}

	.frm-head > span{
		font-size: 18px;
	}

	.section-h-text > span{
		font-size: 16px;
	}
	.upload-btn{
		height: 40px;
		width: 80px;
		font-size: 14px
	}

	.upload-doc > span{
		font-size: 16px;
	}

	.social-main{
		margin-top: 10px;
		text-align: left;
	}
}



