.wkfs{width: -webkit-fill-space;}
.head{
    background-image: url('otherpagesheaderbg.svg');
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
    background-position: bottom;
}
.mh300{min-height: 300px;}
body{
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: 400;
}
.fs24{font-size: 24px;}
.headerbtn1:hover{background-color: #45d5b9 !important;}
.headerbtn2:hover{background: #EDF1F7; border: 1px solid #DBE3EE; color: black!important;}
.cambtn:hover{background-color: #45d5b9 !important;}
.micbtn:hover{background-color: #45d5b9 !important;}
.uploadbtn:hover{background-color: #45d5b9 !important;}
.seemorebtn:hover{background-color: #45d5b9 !important;}
.footerbtn:hover{background-color: #45d5b9 !important;}
.nav-link:hover{color: #45d5b9 !important;}
.dropdown-menu li:hover{background-color: #EDF1F7; }
.dropdown-toggle::after {
	display: none;
}
.engbtn {
	background: linear-gradient(to bottom, #ffffff 53%, #efecec 90%);
	min-width: 234px;
	height: 50px;
	color: #7b88a8;
	border: 0px;
	border-radius: 5px;
}
.dropdown-menu {
	width: -webkit-fill-available;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;

}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 2;
	text-decoration: none;
	color: #333;
	white-space: nowrap;
}
.blogbtn{
	width: 120px;
	height: 42px;
	background: #45D5B9;
	font-size: 14px;
	font-weight:700;
}
.bi img{
	border-radius: 12px!important;
	width: -webkit-fill-available;
	height: 270px;
}
.single-post img{
	border-radius: 12px!important;
	width: -webkit-fill-available;
	height: 400px;
}
.bg-royalblue{background-color: #0B5CFF;}
.rp img{
	width: 80px;
	height: 80px;
	border-radius: 7px;
	margin-right: 1.5rem;
}
@media (max-width:767px){
	.fsm13{font-size: 13px;}
	.mrm0{margin-right: 0px!important;}
}

h2 {
    font-size: 25px !important;
	font-weight: bold !important;
}

h3 {
    font-size: 20px !important;
	font-weight: bold !important;
}

h4{
    font-size: 20px !important;
	font-weight: bold !important;
}

.blog_link:hover{
	background-color: #011e5a;
	border:1px solid white;
}