/* header start here */
/* .web_header .web_logo img {
	width: 225px;
	height: 117px;
	object-fit: scale-down;
} */

.web_header .web_logo img {
    width: 145px;
    height: 90px;
    object-fit: scale-down;
}

.header_icon_box img {
	width: 26px;
	height: 26px;
	object-fit: scale-down;
	padding-right: 3px;
	margin-right: 14px;
}

.nav-link {
	color: #222222;
}

li.nav-item {
	padding: 1px;
}
/* .nav-link:focus,
.nav-link:hover {
	color: #fff;
}
*/
.wrapper-letter {
	letter-spacing: 4px;
}

.wrapper-position {
	right: -5px;
	top: 0px;
	width: 14px;
	height: 14px;
}

.wrapper-position h6 {
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #1f4691;
}

.nav-link:hover {
	color: #0991d8;
	font-weight: 600;
}

.nav-link.router-link-active {
	color: #1f4691;
	font-weight: 600;
}

/* Laptop Responsive  */

@media (max-width: 1200px) {
	.web_header .web_logo img {
		width: 135px;
		height: 110px;
	}
}

/* Tablet Responsive  */

@media(max-width:992px){
	.main_btn {
		border: 0;
	}
}

/* Mobile Responsive  */

@media (max-width: 576px) {
	.web_header .web_logo img {
		width: 165px;
	}
}
