*{
	scroll-behavior: smooth;
	scroll-margin-top:50px ;
}

header#header {
	width: 100%;
}


.color_logo{
	display: none;
}

header#header.affix .color_logo{
	display: block;
}

header#header.affix .white_logo{
	display: none;
}


.header_inner::before {
	position: absolute;
	content: '';
	background-color: rgba(12, 108, 176, 10%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

header#header.affix {
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

header#header.affix .navbar-nav a.nav-link {
	color: #000;
}

header#header.affix .navbar .navbar-toggler i {
	color: #000;
}

.navbar .navbar-toggler i {
	color: #fff;
}

.navbar .btn {
	padding: 10px 45px;
	font-size: 18px;
}

.navbar-expand-lg .navbar-collapse.show .navbar-nav .nav-link {
	color: #000;
	font-size: 18px;
}

.bg-blue {
	background: #D6EBFF;
}

.banner_sec {
	height: 800px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
}


.banner_sec .banner_info {
	padding-top: 200px;
}

.banner_sec .banner_info h2,
.heading_sec .heading_info h2 {
	color: #fff;
	font-weight: bold;
	font-size: 64px;
	text-align: center;
}

.banner_sec .banner_info p,
.heading_sec .heading_info p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.banner_slider_box img {
	width: 100% !important;
}


.mobile_slider{
	position: relative;
}

.mobile_slider .square_shape1{
	position: absolute;
	left: 0;
	top: 50px;
}

.mobile_slider .half_curve1{
	position: absolute;
	left: 0;
	top: 350px;
}

.mobile_slider .banner_mobile {
	margin-top: -390px;
}


.mobile_slider .owl-item .banner_slider_box img {
	transform: scale(.9);
	transition: 1s all;
	margin: 0 auto;
}

.mobile_slider .owl-item.center .banner_slider_box img {
	transform: scale(1);
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.feature_sec{
	position:relative;
}

.feature_sec::before{
	content: '';
	position: absolute;
	background: url(../img/feature_shape.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature_shape1 {
	position: absolute;
	right: 0;
	top: -330px;
}

.feature_shape2{
	position: absolute;
	left: 0;
	bottom: 0;
}

.download_icon ul {
	display: flex;
	text-align: center;
	justify-content: center;
}

.download_icon ul li {
	margin-right: 20px;
}

.download_icon ul li:last-child {
	margin: 0;
}

.feature_sec .title h1 {
	font-weight: bold;
}

.feature_sec .feature_box_img {
	position: relative;
	text-align: center;
	padding-top: 30px;
}

.feature_sec .feature_box_img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px -1px 19px 0px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,.owl-theme .owl-dots .owl-dot span{
	display: none !important;
}

.features.owl-carousel button.owl-dot.active {
	background: #0252AA
}

.feature_sec .feature_box_img::before {
	content: '';
	position: absolute;
	background-color: #0084FF;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
}
.feature_sec .feature_box_info p {
	min-height: 110px;
	overflow-y: auto;
}

.feature_sec .feature_box_info{
	margin-top: 25px;
	text-align: center;
}

.feature_sec .feature_box_info h5 {
	font-size: 20px;
	font-weight: 600;
}

.feature_sec .feature_box {
	margin-top: 30px;
}

.title h2 {
	font-size: 38px;
	color: #5C5C5C;
	font-weight: 600;
}

.title p {
	font-size: 18px;
}

.home_inner ul li {
	padding-bottom: 15px
}

.title h1 {
	font-size: 40px;
	color: #2A519B;
	font-weight: bold;
}

.how_it_work{
	position: relative;
}

.how_it_work .how_block .how_it_img {
	position: relative;
}

.how_it_work .how_block .how_it_img img {
	width: 100%;
	object-fit: cover;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.how_it_work .how_block .how_it_img .tag {
	position: absolute;
	background-color: #034D93;
	color: #fff;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	bottom: 0;
	left: 0;
	padding: 10px 37px;
}

.how_it_work .how_block .how_it_img .tag p {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}

.how_it_work .title h1 {
	color: #0252AA;
	text-align: center;
}

.how_it_work .how_it_work_block {
	background-color: #F0F8FF;
	border-radius: 20px;
	padding: 40px;
}

.how_it_work .how_block .how_it_info h5 {
	font-weight: 500;
	color: #000;
}

.testimonial_sec {
	position: relative;
	background: url(../img/testimonial_bg.png),#0183FE;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.testimonial_sec .testimonial_item{
	background: #FAFAFA;
	border: 1px solid #E7EBEE;
	border-radius: 10px;
	padding: 40px;
}

.testimonial_sec .testimonial_item p {
	font-style: italic;
}

.testimonial_sec .testimonial_item .testimonial_profile_info .user_img{
	display: block;
	float: left;
}

.testimonial_sec .testimonial_item .testimonial_profile_info .user_info{
	display: block;
	margin-left: 70px;
}

.testimonial_sec .testimonial_item .testimonial_profile_info h6 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	color: #000;
}

.testimonial_sec .testimonial_item .testimonial_profile_info img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.testimonial_sec .testimonial_bg img {
	max-width: 1120px;
}

.testimonial_sec .owl-theme .owl-dots .owl-dot span {
	display: none;
}

.testimonial_sec .owl-carousel button.owl-dot.active {
	background: #034D93;
}

.testimonial_sec .owl-carousel button.owl-dot {
	background-color: #D9D9D9;
}

.faq_sec .card-header .btn::after {
	content: "\f067";
	color: #0252AA;
	top: 15px;
	right: 20px;
	position: absolute;
	font-family: "FontAwesome";
}

.faq_sec .card-header .btn[aria-expanded="true"]::after {
	content: "\f068";
	font-family: "FontAwesome";
}

.faq_sec .card-header .btn {
	position: relative;
	color: #000;
	padding: 0;
	font-weight: 500;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #575757;
	border-radius: 0;
}

.faq_sec .card-header {
	border: none;
	background-color: transparent;
}

.faq_sec .card-header .btn-link {
	text-decoration: none;
}

.faq_sec .card {
	border: none;
	background: transparent;
}

.download_sec h1 {
	color: #034D93;
}

.download_sec .download_icon a {
	margin-right: 15px;
}

.download_sec .download_icon{
	display: flex;
}

footer{
	position: relative;
	background-color: #0252AA;
	color: #fff;
	
}

footer .list_footer {
	display: flex;
	margin: 0;
}

footer .list_footer li {
	margin-right: 24px;
}

footer .list_footer li:last-child {
	margin: 0;
}
footer hr {
	border-top: 1px solid #fff;
	z-index: 1;
	position: relative;
	opacity: .2;
}

footer .list_footer li a {
	font-weight: 400;
	color: #fff;
}

footer .social_icon {
	display: flex;
}

footer .social_icon li {
	margin-right: 20px;
}

footer .social_icon li:last-child {
	margin-right: 0;
}

footer .social_icon li a {
	font-size: 24px;
	color: #fff;
}

footer .social_icon {
	float: right;
	margin: 0;
}

.banner_sec.cms_page_banner {
	height: 300px;
	padding-top: 160px;
}
.banner_sec.cms_page_banner.bg-blue h1 {
	font-weight: bold;
	color: #fff;
}



.head_title h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.head_sec {
	background: linear-gradient(359deg, #0252AA 1.02%, #0169D1 44.77%, #0084FF 95.7%);
	padding: 50px 0;
}

.item_box {
	position: relative;
}

.item_box .item_name {
	margin-bottom: 20px;
	font-weight: 500;
	color: #000;
	font-size: 20px;
}

.item_box .btn-dlt {
	float: right;
}

.left_sec .cart_item {
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	padding: 25px;
	background: #fff;
}

h4.title {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.price {
	color: #000;
	font-weight: 500;
}

.item_box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.item_box:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.payment_summary {
	padding: 25px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.payment_summary h4 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

.cart-total {
	font-weight: 600;
}


.checkout_modal h1 {
	font-size: 22px;
	font-weight: 600;
	color: #283B8A;
}


.checkout_modal .modal-footer {
	justify-content: center;
}


.checkout_modal {
	position: fixed;
	top: 0px;
	pointer-events: none;
	left: 0px;
	background: rgba(51, 51, 51, 0.5);
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	opacity: 0;
	transition: 0.3s;
}

.checkout_modal.active {
	opacity: 1;
	pointer-events: auto;
}

.checkout_modal.active .mdl-content {
	top: 50%;
}

.checkout_modal .modal#success h1 {
	font-size: 1.5em;
}

.mdl-header {
	text-align: center;
}

.checkout_modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #222;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 8px;
	line-height: 30px;
}

.checkout_modal .mdl-content {
	background: #fff;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	width: 570px;
	height: auto;
}


.mdl-row {
	margin-bottom: 1rem;
}

.mdl-row .mdl-label {
	text-align: left;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 5px;
}

.mdl-input {}

.mdl-control {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 12px 15px;
	line-height: normal;
	font-family: arial;
	font-size: 15px;
	color: #222222;
}

.mdl-footer {
	text-align: center;
}

.mdl-footer button {
	font-size: 16px;
	border-radius: 8px;
	padding: 12px 30px;
	/* background: #eb4d4b;  */
	color: #ffffff;
	border: 0;
}

.or {
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.or::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	border-top: 1px dashed #505050;
	top: 10px;
}

.or p {
	display: inline-block;
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 2px 16px;
}

.radio_container {
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
}

.radio_container input[type="radio"] {
	appearance: none;
	display: none;
}

.radio_container label {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: inherit;
	width: 320px;
	height: 50px;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	transition: linear 0.3s;
	color: #545454;
	border: 1px solid #DEE3FF;
	margin-right: 10px;
	font-weight: 500;
}

.radio_container input[type="radio"]:checked+label {
	background-color: #0252AA;
	color: #f1f3f5;
	font-weight: 500;
	transition: 0.3s;
}


.address_box {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
}

.address_box h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}

.signature_box {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.cart_summary h4 {
	background-color: #ededed;
	border: 1px solid #ddd;
	font-size: 18px;
	color: #000;
	padding: 10px 20px;
	margin-bottom: 0;
}
.cart_summary {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.cart_info {
	padding: 10px 20px 20px 20px;
}

.thankyou_sec{
	text-align: center;
}
.thankyou_sec h4{
	color: #000;
	margin-bottom: 20px;
	font-size: 20px;
}

.thankyou_sec img{
	margin-bottom: 25px;
}

.thankyou_sec  .order_id{
	color: #0252AA;
	font-weight: 600;
}

.thankyou_sec a img {
	width: 190px;
}


.cart_sec{
	position: relative;
	height: 100vh;
}
.cart_sec .shape1{
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleY(-1);
	display: none;
}
