:root {
	--main-primary: #517b5a;
	--main-gray: #d0dae7;
	--main-gray-rgb: 208, 218 ,231;
	--main-dark-green: #0d2316;
	--main-dark-green-rgb: 13, 35, 22;
	--main-secondary: #829ED1;
	--main-yellow: #dfa624;
	--gray-text: #858585;
	--main-red: #F01717;
}


body{
	background: #f8f9fa;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
	font-family: 'Roboto Flex';
	font-weight: 400;
	font-size: 16px;
	color: var(--main-dark-green) ;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500 !important;
}
#mainNav.navbar-dark{
	--bs-text-opacity: 1;
/*	background: var(--main-primary);*/
	background: rgba(var(--main-dark-green-rgb), var(--bs-text-opacity));
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--main-dark-green) !important;
  font-size: 16px;
  padding: 10px 20px;
  transition: .3s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--main-primary) !important;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--main-primary) !important;
}
.navbar-nav .dropdown-menu{
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}
.navbar-nav .dropdown-menu .dropdown-item{
	font-size: 16px;
}
.navbar-dark .navbar-toggler{
  color: #fff !important;
}
#mainNav .navbar-toggler{
	border: none;
	padding: 0px;
	font-size: 22px;
	position: relative;
}
#mainNav .navbar-toggler:not(.collapsed) .fa-bars:before{
	content: "\f00d"
}

#mainNav .navbar-toggler:focus{
	box-shadow: none;
}
#mainNav .navbar-toggler .hamburger-menu{
    height: 1px;
    display: block;
    width: 24px;
    background: var(--main-dark-green);
}
#mainNav .navbar-brand{
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-brand img{
	max-height: 45px;
}
.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    border: none;
    vertical-align: middle;
    font-size: 12px;
}
.btn-primary{
	background: var(--main-primary);
	border-color: var(--main-primary);
}
.btn-primary:hover,
.btn-primary:focus{
	background: var(--main-dark-green);
	border-color: var(--main-dark-green);
	box-shadow: none;
}
.btn-outline-primary {
	--bs-btn-color: var(--main-primary);
  --bs-btn-border-color: var(--main-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-primary);
  --bs-btn-hover-border-color:  var(--main-primary);
  --bs-btn-focus-shadow-rgb: 41, 55, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg:  var(--main-primary);
  --bs-btn-active-border-color:  var(--main-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--main-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color:  var(--main-primary);
  --bs-gradient: none;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
	background: var(--main-secondary);
	border-color: var(--main-secondary);
}
.text-primary {
	color: var(--main-primary) !important;
}
.text-primary-dark{
	color: var(--main-dark-green) !important;
}
.text-secondary {
	color: var(--main-secondary) !important;
}
.bg-secondary{
	background: var(--main-secondary) !important;
}
.bg-primary-dark{
	background: var(--main-dark-green) !important;
}
.btn.bg-primary-dark{
	border-color: var(--main-dark-green) !important;
}
@media screen and (max-width:768px){
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p{
		font-family: 'Roboto Flex';
		font-weight: 400;
		font-size: 16px;
		color: var(--main-dark-green) ;
	}
	#mainNav{
		padding: 10px 0;
	}
	.navbar-brand{
		padding: 0;
	}
	.navbar-brand img{
		max-height: 40px;
	}
}
.text-justify{
	text-align: justify;
}
.secondary-heading{
	color: var(--main-secondary);
}
.main-heading{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 1rem;
}
.kshema-app {
    font-weight: 600;
    font-size: 30px;
    line-height: 35.16px;
    text-decoration: none;
    color: #000;
}
.form-heading{
	font-size: 30px;
	line-height: 1;
	max-height: 1rem;
	text-decoration: none;
}
.claim_success {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
}
.main-section{
	padding-top: 5rem;
	padding-bottom: 8rem;
}
footer p{
	color: var(--main-secondary);
	font-size: 16px;
    line-height:28px;
}
footer a,
footer a:hover{
	color: var(--main-secondary);
	text-decoration: none;
}
.footer-brand{
	border-bottom: 1px solid #5D6869;
}
.footer-menu{
	display: block;
	padding: 0; min-width: 180px;
}
.footer-menu li a{
	font-size: 16px;
	color: var(--main-secondary);
	text-decoration: none;
	padding: 10px 0;
	display: block;
}
.footer-menu.small-menu li a{
	font-size: 16px;
}
.links{
	/*font-size: 20px;*/
	text-decoration: none;
}
.icon{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--main-secondary);
	color: var(--main-dark-green);
}
.icon:hover{
	color: var(--main-dark-green);
}
.social-list{
	display: flex;
	padding: 0;
}
.social-list li{
	list-style: none;
}
.social-list li + li{
	margin-left: 10px;
}
@media screen and (max-width:1120px){
	.main-heading{
		font-size: 50px;
	}
}
@media screen and (max-width:768px){
	#mainNav{
		position: sticky;
		top: 0px;
		width: 100%;
		z-index: 99;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-with-logoicon{
		padding-bottom: 5rem;
	}
	.main-heading{
		font-size: 40px;
	}
	.form-heading{
		font-size: 24px;
	}
	.footer-menu li a{
		font-size: 14px;
	}
	.links{
		font-size: 14px;
	}
}
@media screen and (max-width:320px){
	.main-heading{
		font-size: 30px;
	}
}
main{
	min-height: calc(100vh - 200px);
}
.i-agree_img{
	position: fixed;
  z-index: -1;
	bottom: 60px;
	right: 50px;
}
.i-agree_img img{
	width: 100%;
}
.curvy-box{
    border: 1px solid rgba(220, 220, 220, 1);
    padding: 80px 50px;
    border-color: #DCDCDC;
    background-color: var(--main-gray);
    border-radius: 130px 0px 130px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.otp {
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 8px;
    border-color: white;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align: center;
    border: none;
    box-shadow: inset 0 2px 2px 0.5px rgba(74, 74, 104, 0.1);
}
@media screen and (max-width:768px){
	.curvy-box{
		padding: 50px 20px;
	}
}
.asterisk::after {
    color: #F6763F;
    content: '\002A';
    font-size: 16px;
}
.form-container{
	min-width: 330px;
}
.narrow-container{
	max-width: 450px;
}
.dropdown-box {
    display: block;
    width: 100%;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(6, 6, 6, 1);
    border-radius: 8px;
    border: none;
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/dropdown-arrow.png') no-repeat;
    background-position: right 10px center;
    background-color: #f5f5f5;
    padding-right: 20px;
    z-index: 1;
    box-shadow: inset 0 2px 2px 0.5px rgba(74, 74, 104, 0.1);
  }
.input-field {
		width: 100%;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.95;
    background-color: white;
    height: 45px;
    padding: 10px;
    border-radius: 8px;
    border:none;
    outline: none;
}
.pre-entered {
    color: #C4C4C4;
}
label{
	margin: 20px 0 5px 0;
}
.continue_web a:hover{
	color: var(--main-dark-green);
}
.or{
	color: var(--gray-text);
	font-weight: bold;
	font-size: 24px;
}

#files-area {
  width: 100%;
}

.file-block {
  border-radius: 10px;
  margin: 5px;
  color: initial;
  display: inline-flex;
  align-items: center;
}
.file-block > span.name {
  width: max-content;
  display: inline-flex;
  text-decoration: underline;
  color: var(--main-primary);
}

.file-delete {
  display: flex;
  color: initial;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
  color: var(--main-red);
}
.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}
.file-upload{
	visibility: hidden;
	position: absolute;
}
.file-upload-label{
	display: block;
	width: 100%;
	margin: 0px !important;
	text-align: left;
}
.file-upload-label .btn{
	text-align: left;
	padding-left: 20px;
	color: var(--main-primary);
}
.resend-container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	color: var(--main-primary);
	font-size: 14px;
}
.otp-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.resend-button{
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
	outline: none;
	color: var(--main-primary);
	box-shadow: none;
	background: none;
	font-weight:600;
}

.file-block > span.name {
    display: inline-block;
    max-width: 200px; /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.file-block > span.file-extension {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
	text-decoration: underline;
	color: var(--main-primary);
	margin-right: 5px;
}
@media screen and (max-width:420px){
	.form-container{
		min-width: 280px;
	}
}
@media screen and (min-width: 1300px){
	.container{
		max-width: 1220px;
	}
}
@media screen and (min-width: 769px){
	.megadropdown{
		position: fixed !important;
		top: 71px !important;
		width: 100%;
		min-width: 800px;
/*		margin-left: -400px !important;*/
		border-top: 3px solid var(--main-primary) !important;
	}
	.megadropdown > .row > div + div {
		border-left: 1px solid #d9d9d9;
	}
	.megadropdown .dropdown-submenu {
        position: relative;
    }
    .megadropdown .dropdown-submenu .dropdown-toggle::after{
    	visibility: hidden;
    }
	.megadropdown .dropdown-menu{
		display: block;
		position: relative !important;
		padding-left: 20px;
	}
	.megadropdown h3{
		font-weight: 600 !important;
	}
    
  
}

.dropdown-toggle.show::after{
	content: "\f077";
}
.megadropdown .dropdown-item{
	white-space: normal;
}
@media screen and (max-width: 768px){
	.mobile-fixed-menu {
	    position: fixed;
	    width: 100%;
	    left: 0;
	    background: #f8f9fa;
	    margin-top: 10px !important;
	    overflow-y: auto;
	    height: calc(100% - 50px);
	    overflow-x: hidden;
	}
	.mobile-fixed-menu .dropdown-toggle{
		position: relative;
		padding: .5rem 1rem;
	}
	.mobile-fixed-menu .dropdown-toggle:after{
		position: absolute;
		right: 10px;
		top: 12px;
	}
	.mobile-fixed-menu li.nav-item,
	.mobile-fixed-menu .dropdown-item + .dropdown-item,
	.mobile-fixed-menu .dropdown-submenu .dropdown-item
	{
		border-top: 1px solid var(--main-primary);
	}
	.mobile-fixed-menu li.nav-item:last-of-type{
		border-bottom: 1px solid var(--main-primary);
	}
}
#policy-number option[value="null"] {
  display: none;
}

.text-muted {    color: rgb(208 217 229 / 60%);}

.footer-menu a:hover, .contact-info a:hover, .bhimlogo a:hover {    color: #fff;}

.social-list a:hover {opacity: 0.7;}

@media screen and (min-width:1280px){

  .col-12.footerBottom {display:flex;}

.small-menu {    column-count: 2;}

.social-media { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }




 }


@media screen and (max-width:1279px){
	

}

/*Animal Attack Dropdown and Popup*/
#nilgai-confirm-popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 1000;
	width: 30vw !important;
	height: 20vh !important;
	border-radius: 8px;
	padding: 25px;
}
#nilgai-confirm-popup #yes{
	border: none;
	border-radius: 4px;
	width: 106px;
	height: 36px;
	background-color: rgba(83, 124, 91, 1);
	color: white;
}
#nilgai-confirm-popup #no{
	border: solid 1px rgba(123, 162, 225, 1);
	border-radius: 4px;
	width: 106px;
	height: 36px;
	background-color: transparent;
	color: rgba(123, 162, 225, 1);
}


/* Style the modal loader container */
.calculator-loader.modal-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.calculator-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.input-field {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}