/* <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;
	font-weight: 500;
} */
.def-btn-2 {
    padding: 5px 6px;
    background-color: #003966;
    color: #fff !important;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: .3s;
    font-weight: 500;
    width: 88px;
    line-height: 16px;
    height: 48px !important;
    text-align: center;
    align-items: center !important;
	cursor: pointer;
}

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

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

.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;
	opacity: 0;
	transition: .3s;
} 

.header-icon:hover a.hvr-note{
	opacity: 1;
}

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


/*================================== Card Section Start ===================================*/

.section-main{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.frm-head{
	background-color: #EBF0F3;
	padding: 10px 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.frm-head{
	font-size: 28px; 
	color: #003966;
	font-weight: 500;
	border-radius: 10px;
	padding: 10px 30px;
	text-align: left;
}

.frm-head p{
	font-size: 20px;
	font-weight: 500;
	text-align: right;
}

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

.form-box h5 { 
	font-weight:600;
}

.cards-main{
	display: flex;
	justify-content: center;
}

.payment-heading{
	font-size: 26px;
	color: #333333;
	font-weight: 500;
	text-align: center;
}

a.single-card{
	box-shadow: 0 0 15px #ccc;
	border-radius: 10px;
	height: 200px;
	display: block;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.payment-card > img{
	height: 60px;
}

.payment-card > p{
	margin-top: 10px;
	text-align: center;
	color: #003966;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}

/*.label{
	color: #003966;
	font-weight: 500;
	font-size: 18px;
	position: absolute;
    top: -30px;
    left: 2px;
}

.form-control{
	border-color: #79BBEF;
	border-radius: 10px;
	font-weight: 500;
	padding: 10px 20px;
}

.payment-more{
	padding: 10px 20px;
	box-shadow: 0 0 15px #ccc;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.payment-more > img{
	height: 40px;
}

.bank > img{
	height: 40px;
}


.payment-more > a > img{
	height: 30px;
}

.bank{
	display: flex;
	justify-content: center;
	align-items: center;
}

.bank > a > img{
	height: 30px;
}

.bank > a{
	color: #003966;
	font-size: 18px;
	font-weight: 500;
	margin-left: 8px;
} */





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

	/* .form-box{
		height: 550px;
	} */

	a.single-card{
		margin-top: 30px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	
	/* .form-box{
		height: 500px;
	} */

	.payment-card > p{
		font-size: 20px;
	}

	.payment-card > img{
		height: 45px;
	}	

}


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

	/*  */

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

	.payment-card > img{
		height: 45px;
	}

	a.single-card{
		width: 80%;
		height: 140px;
		margin: 10px auto 10px auto;
	}

	/*  */

	/* .form-box{
		height: 570px;
	} */

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

	.label{
		position: static;
	}

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

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

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

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

	/*  */

	.cards-main{
		display: block;
	}

	a.single-card{
		width: 80%;
		margin: 10px auto 10px auto;
	}

	.payment-heading{
		font-size: 22px;
	}

	.payment-card > img{
		height: 40px;
	}

	a.payment-card-2 > img{
		height: 45px;
	}

	/* .payment-more > img{
		height: 30px;
	}

	.payment-more > a > img{
		height: 22px;
	}

	.payment-more-2{
		padding: 13px 20px;
	}

	.payment-more-2 > img{
		height: 26px;
	}

	.payment-more-2 > a > img{
		height: 22px;
	}

	.bank > img{
		height: 35px;
	}

	.bank > a{
		font-size: 18px
	} */

	/*  */

	.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{
		padding: 6px 30px;
	}

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

	.section-h-text > span{
		font-size: 16px;
	}

	/* .form-box{
		height: 500px;
	} */

	/*  */

	.cards-main{
		display: block;
	}

	a.single-card{
		height: 140px;
		margin: 10px auto 10px auto;
	}

	.payment-card > img{
		height: 25px;
	}

	.payment-card > p{
		font-size: 18px;
	}

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



