/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala
Purpose: kwitusks
Version: 1.0.1
*/

.full-width-header.header-style2.modify.red .rs-header .menu-area {
	background: var(--primary) !important;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.rs-banner.style2 {
	background: none;
}
.full-width-header.header-style2.modify .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
	color: #fff !important;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a,
.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
	color: #e6e6e6 !important;
}
.rs-banner.style2 .content-part .title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	color: var(--primary) !important;
	font-weight: 500;
}
.rs-banner.style2 .content-part .desc {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #999 !important;
}
.content-part {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
}

body.home-nine #scrollUp i {
	background: var(--primary) !important;
}
.claim-content {
	background: transparent;
}
body.home-nine h1,
body.home-nine h2,
body.home-nine h3,
body.home-nine h4,
body.home-nine h5,
body.home-nine h6 {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
}
.signuppg-cntnt-dv p {
	font-size: 14px;
	line-height: 21px;
}
.signuppg-cntnt-dv a {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: var(--primary) none repeat scroll 0 0 !important;
	color: #fff !important;
}
.claim-content {
	margin-top: 0;
}
.rs-banner.style2 {
	padding: 80px 0 0;
}
.card {
	border: 0;
}
.full-width-header.header-style2.modify.red .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
	color: #e6e6e6 !important;
}
.container-fluid2 {
	padding-left: 37px;
	padding-right: 37px;
}

.card {
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border: 0px solid transparent;
	border-radius: 0.375rem;
	box-shadow: 0 2px 6px rgba(58,57,68,0.2);
	min-height: calc(100% - 30px);
}
.card-header {
	border-color: #d7dae3;
	position: relative;
	background: transparent;
	padding: 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.text-primary:hover, a.text-primary:focus, a.text-primary:hover {
	color: var(--primary) !important;
}

.trshitm {
	position: absolute;
	top: 0;
	right: 7.5px;
	padding: 2px 8px;
	background: #FD4848;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	opacity: 1;
	z-index: 1;
}
.trshitm:hover {
	opacity: 1;
}
.btm-inps{
	width: 200px;
}
.btm-inps input {
	border: 0;
	border-bottom: 1px solid #d7dae3;
	border-radius: 0;
	padding-left: 0;
}

.go-top {
	display: none !important;
}

/**** 15-06-2021 ******/
body .modal-backdrop {
	background: #000;
	opacity: .5!important;
}
.agre-inp-main .form-control {
	display: block !important;
	border: 0;
	border-bottom: 1px solid #333;
	border-radius: 0;
	height: 35px !important;
	font-size: 14px;
	padding: 0;
}
.agre-inp-main .form-control:focus {
	border-color: #333;
	box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #71ac50;
	background-color: #71ac50;
}
/**** 15-06-2021 end ******/

/**** 22-06-2021 ******/        
.agre-inp-main .input-group-text {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #333;
	height: 35px;
	padding: 0 8px 0 0;
	background: transparent;
}        
/**** 22-06-2021 end ******/

.modal-dialog.modal-dialog-centered .modal-content {
	margin-top: -80px;
}

.ep-errmsg {
	line-height: 19px;
	padding: 0 5px !important;
}
.font_weight {
	font-weight: 600;
	color: #000;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.tel_styl{

	width: 10% !important;
	border-radius: 5px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}	

.custom_sdth_styl{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}


/** RESPONSIVE CODE #START**/
@media screen and (max-width:991px){
	.rs-banner.style2 {
		padding: 40px 0 0;
	}
	.rs-banner.style2 .content-part .title, .sec-title .title, .desc-text .desc {
		text-align: left;
	}
	.rs-banner.style2 .content-part .desc {
		text-align: left;
	}
	.rs-banner.style2 .content-part .title {
		font-size: 16px;
		line-height: 18px;
	}
	.brdcmb span.active {
		color: var(--primary) !important;
		font-size: 14px;
	}
	body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
		background: var(--primary) !important;
	}
	body.home-nine .full-width-header.header-style2 .rs-header .menu-area .main-menu .rs-menu ul > li > a {
		border-color: #9dc785;
	}
		.full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.active a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul.nav-menu#onepage-menu .active-menu a, .full-width-header.header-style2.modify.red .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
		color: #fff !important;
	}
	.full-width-header.header-style2.modify.red .rs-header .menu-area .rs-menu-area .main-menu .mobile-menu .rs-menu-toggle {
		color: var(--primary) !important;
	}
	.full-width-header.header-style2.modify.red .rs-header .menu-area .rs-menu-area .main-menu .mobile-menu .rs-menu-toggle:hover {
		color: var(--primary) !important;
	}
	.full-width-header .rs-header .menu-area.sticky .logo-area img, .rs-footer .footer-content .about-widget .logo-part a img, .full-width-header .rs-header .menu-area .logo-area img {
		max-height: 50px;
	}
	.rs-banner.style2 .content-part .desc {
		font-size: 14px;
		line-height: 18px;
	}
	
	
}

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

	#twlont {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:575px){
	.rs-banner.style2 {
		padding: 15px 0 0;
	}
	.content-part {
		margin-bottom: 15px;
	}
	.brdcmb {
		display: block;
		width: 100%;
		text-align: left;
		margin: 3px 0 0;
		float: none;
	}
	.brdcmb span {
		font-size: 13px;
		margin-left: 0;
		margin-right: 20px;
	}
	.rs-banner.style2 .content-part .desc {
		font-size: 13px;
	}
	.container-fluid2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.full-width-header .rs-header .menu-area.sticky .logo-area img, .rs-footer .footer-content .about-widget .logo-part a img, .full-width-header .rs-header .menu-area .logo-area img {
		max-height: 40px;
	}
	.signuppg-nxt-btn, .signuppymnt-btn {
		width: 49%;
		padding: 0;
	}

}

@media only screen and (max-width: 767px) {
	#twlont {
		width:100% !important;
	}
}

@media screen and (max-width: 574px) {
	.tel_styl {
		width: 18% !important;
	}
}


.laws_atype ol[type="a"] {
	list-style-type: none; 
	counter-reset: list-counter;
}
.laws_atype ol[type="a"] > li {
	counter-increment: list-counter; 
}
.laws_atype ol[type="a"] > li::before {
	content: counter(list-counter, lower-alpha) ") "; 
}
.adjust_span_position{
	position: relative;
	left: 44%;
	top: 0;
	transform: translate(-50%,0);
}



.progress_step {
		display: flex;
		align-items: center;
	}
	.step {
		flex: 1;
		padding: 8px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: white;
		background-color: #A8D897;
		position: relative;
		
	}
	.step:first-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.step.active {
		background-color: var(--primary);
	}

	.step::after {
		content: "";
		position: absolute;
		top: 0;
		right: -10px;
		z-index: 1;
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 10px solid #a8d897;
	}

    /*.step.active:not(:last-child)::after {
        border-left-color: var(--primary);
    }*/
    .step.active::after {
    	border-left-color: var(--primary);
    }

    @media screen and (max-width: 767px) {
    	.progress_step {
    		display: block;
    		margin-bottom: 10px;
    	}

    	.step {
    		text-align: left;
    		margin-bottom: 5px;
    	}
    }