/* <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"> */

.face-book-google-icons img {
	width: 100%;
}
.face-book-google-icons .google-ico {
	width: 10%;
}
.face-book-google-icons {
	grid-column-gap: 25px;
  }
  .or-divider-section {
	padding: 40px 0px 10px 0px;
	text-align: center;
  }
  .or-divider-section .divider-section-border {
	border-top: 2px solid #00000047;
  }
  .or-divider-section p {
	background: #fff;
	margin-top: -28px !important;
	width: fit-content;
	margin: 0px auto;
	padding: 15px;
  }

* {
    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: 18px;
	font-weight:500;
}


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

.free-tag img{
	height: 30px !important;
}

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

.strip { 
	background:#003966;
}


				/* Form Section Start */

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

.form-box { 
	border-radius:20px; 
	padding:0px;
	box-shadow: 0 0 15px #ccc;
}

.log-reg-main{
	display: flex;
}

.log-in > a{
	color: #003966;
	font-weight: 500;
	display: block;
	/* margin-right: 20px; */
	border-bottom: 3px solid transparent;
	font-size: 22px;
}

.register > a{
	color: #003966;
	font-weight: 500;
	display: block;
	border-bottom: 3px solid #003966;
	margin-left: 20px;
	font-size: 22px;
}


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

.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;
}

.number{
	display: flex; 	
}

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

.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;
}

.country-n::placeholder{
	color: #003966;
	font-weight: 500
}

.social-boder::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	width: 230px;
	background-color: #ccc;
	margin-left: 5px;
}

.social-boder::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 230px;
	background-color: #ccc;
	margin-right: 5px;
}

.form-social > a > img{
	margin: 10px;
	height: 40px;
}

.forgot-p > a{
	display: block;
	color: #003966 !important;
	font-weight: 500;
}

.forgot-p > a:hover{
	color: #e73003 !important;
}


/* ==========================================================================================
										*  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;
	}

	.social-boder::after{
		width: 190px;
	}

	.social-boder::before{
		width: 190px;
	}

}

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

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


	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

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

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

	.gridcontpadding{
		padding:0px 0px;
	}

	.social-boder::after{
		width: 300px;
	}

	.social-boder::before{
		width: 300px;	
	}
}


@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;
}

.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;
	}

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

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

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

	.social-boder::before{
		width: 210px;
	}

	.social-boder::after{
		width: 210px;
	}
}

@media(max-width: 575px){

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

	.header-cont-main{
		display: block;
		text-align: center;
	}

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

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

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

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

	/* .frm-head > span{
		font-size: ;
	} */

	/* .form-box{
		padding: 30px 0;
	} */

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


@media (max-width:480px) { 
	.frgt-ams h1 {
		font-size: 30px;
	  }
	.s-box{ 
		width:49%; 
		display: inline-table;  
	}

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

	.form-box .btn-blue{ 
		font-size: 15px;
	}

	.header-cont-main{
		display: block;
		text-align: center;
	}

	.header-img > img{
		height: 40px;
		margin-bottom: 10px;
	}

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

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

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

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

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

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

	.social-boder::before{
		width: 140px;
	}

	.social-boder::after{
		width: 140px;
	}
}



.d-lg-block p {
	font-size: 23px !important;
	margin-bottom: 20px !important;
  }
  .col-6.d-none.d-lg-block.regi-image {
	padding: 0px 48px;
	margin-top: 47px;
  }
  .row.align-items-center.regi-block {
	align-items: unset !important;
	padding-top: 26px;
  }
  .regi-image .img-fluid {
	margin-bottom: 35px;
  }

@media only screen and (max-width:991px){
.col-12.col-lg-6.regi-frmblk {
max-width: 50%;
}
.col-6.d-none.d-lg-block.regi-image {
padding: 0px 48px;
margin-top: 47px;
display: block !important;
}
.regi-image p b {
font-size: 22px;
}
.col-6.d-none.d-lg-block.regi-image {
padding: 0px 48px;
padding: 0px 12px;
}
.d-lg-block p {
font-size: 20px !important;
margin-bottom: 20px !important;
}
.frm-chk span {
font-size: 12px;
}
}

@media only screen and (max-width:767px){
.regi-image .img-fluid {
display: none;
}
.col-12.col-lg-6.regi-frmblk {
max-width: 100%;
}
}


@media only screen and (max-width:480px){
.d-lg-block p {
font-size: 17px !important;
margin-bottom: 20px !important;
}
.regi-image p b {
font-size: 20px;
}
.regi-frmblk .form-box {
margin-top: 13px !important;
padding-bottom: 25px;
}
#login-btn h1 {
	text-align: center;
  }
  .col-12.col-lg-6.regi-frmblk {
	max-width: 100%;
	padding: 0px;
  }
  .col-12.d-flex.align-items-center.frm-chk {
	padding: 0px !important;
  }
  .regi-frmblk .required > input {
	border-color: #79BBEF;
	min-height: 33px;
	padding: 0px 10px !important;
  }
  .col-6.d-none.d-lg-block.regi-image {
	padding: 0px 48px;
	padding: 0px 12px;
	max-width: 100%;
	order: 2;
	flex: 100%;
  }
  .regi-image p b {
	font-size: 20px;
  }
  .regi-image .d-lg-block p {
	font-size: 16px !important;
	margin-bottom: 14px !important;
  }
}

