/*****Common Style Start*****/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	 font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
	font-family: Mulish, sans-serif;
    font-size: 62.5%;
    color: #282828;
	overflow-x: hidden !important;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

figure {
	margin: 0;
	padding: 0;
}

.section-wrap {
	padding: 6rem 0;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1330px;
}

.bg-gray {
	background: #F8F6F6;
}

.bg-blue {
    background: var(--Blue-Gradient, linear-gradient(180deg, #004A80 0.49%, #00305B 100%));
}

.bg-lblue {
	background: #E1F4FD;
}

.bg-pink {
	background: #FFFEF3;
}

.flex {
	display: flex;
}

.text {
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 400;
}

.small-txt {
	font-size: 1.4rem;
	line-height: 100%;
	font-weight: 400;
}

.strong-txt {
	font-weight: 700;
}

.heading2 {
	margin: 0 0 1.5rem 0;
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
}

.heading3 {
	margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
}

.heading4 {
	font-size: 2.4rem;
	line-height: 48px;
	font-weight: 800;
	margin-bottom: 1rem;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.clr-white {
	color: #fff;
}

.clr-gray {
	color: #424242;
}

.highlight-txt {
	color: #EC6625;
}

.primary-btn {
	font-size: 1.4rem;
	line-height: 16px;
	background: #EC6625;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1rem 1.2rem;
	border-radius: 8px;
	display: inline-block;
}

.primary-btn:hover
{
background: #FD7B20;
color: #fff;
}
/*.primary-btn:focus
{
background: #E26123;
box-shadow: 0 0 0px 3px #e26123;
border: 3px solid #fff;
}*/

.mt-5 {
	margin-top: 0.5rem;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-15 {
	margin-top: 1.5rem;
}

.mt-20 {
	margin-top: 2rem;
}

.mt-25 {
	margin-top: 2.5rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-40 {
	margin-top: 4rem;
}

.mt-60 {
	margin-top: 6rem;
}

.mb-10 {
	margin-bottom: 1rem !important;
}

.mb-20 {
	margin-bottom: 2rem;
}

.pb-15 {
	padding-bottom: 1.5rem;
}

.pt-30 {
	padding-top: 3rem;
}

.pd-0 {
	padding: 0;
}

.strong {
	font-weight: bold;
	color: #282828;
}

.link {
	color: #F26624;
	font-weight: bold;
	text-decoration: underline;
}

a.rMore {
	font-size: 1.4rem;
	line-height: normal;
	color: #EC6625;
	font-weight: 700;
	text-decoration: underline;
	position: relative;
	text-align: center;
	display: none;
}

a.rMore:after {
	content: "";
	position: absolute;
	top: 5px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

a.rMore.rLess:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.width-80 {
	margin: 0 auto;
	max-width: 878px;
	width: 100%;
}

.table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.table-wrap {
	border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    display: table;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: #dddccb;
    overflow: hidden;
    width: 100%;
}

.table-wrap tr:nth-child(odd) {
    background-color: transparent;
}

.table-wrap tr:nth-child(even) {
    background-color: #f5f6f6;
}

.table-wrap tr:first-child {
    border-radius: 10px;
    border-bottom: none;
}

.table-wrap td, .table-wrap th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #282828;
    text-align: left;
    padding: 15px 20px;
    width: 50%;
}

.table-wrap td {
	border-right: 1px solid #ddd;
}

.table-wrap th {
    font-weight: 700;
    background-color: #dddccb;
    border-right: 1px solid #ece9e9;
}

.table-wrap .no-border {
	border: none;
}

.width-80.mt-15 {
	margin-top: 1.5rem;
}

.width-80.mt-40 {
	margin-top: 4rem;
}

.width-80.mt-30 {
	margin-top: 3rem;
}

/*****Common Style End*****/

/****Owl Carousel Start****/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-dots {
    text-align: center;
    position: relative;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0;
}

.owl-theme .owl-dots .owl-dot span {
       /* width: 10px; */
    /* height: 10px; */
    display: block;
    backface-visibility: visible;
    margin: 0 3px;
    background: rgb(234, 234, 234);
    transition: opacity 0.2s;
    border-radius: 30px;
    padding: 0.5rem;
}

.owl-theme .owl-dots .owl-dot.active span {
    /* width: 11px; */
    background: rgb(245, 130, 32);
    /* margin: 5px 0; */
    padding: 0.6rem;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/****Owl Carousel End****/
.sub-txt {
	color: #575757;
}

.section-content {
	padding: 6rem 0;
}

.flex-div {
	display: flex;
	justify-content: space-between;
}

.flex-center {
	align-items: center;
}

.center-sec {
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
}

.grid-list {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 20px;
}

.grid-column-auto {
	grid-template-columns: auto;
}

.grid-col-3 {
	grid-template-columns: auto auto auto;
}

.img-cont-block, .cont-img-block {
	gap: 8rem;
	align-items: center;
}

.cont-list-block, .img-list-block {
	flex-wrap: wrap;
	gap: 4rem;
}

.left-block {
	width: 35%;
}

.right-block {
	width: 58%;
}

.cont-img-block .left-block {
	width: 58%;
}

.cont-img-block .right-block {
	width: 38%;
}

.list-block ul li {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 3rem;
}

.list-block ul li:last-child {
	margin: 0;
}

.check-list, .check-list2, .cross-list {
	gap: 0;
}

.check-list li, .check-list2 li, .cross-list li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

.org-list ul li:before {
    content: '';
    background: url('../images/org-arrow.svg') no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

.arrow-list ul li:before {
    content: "";
    display: inline-block;
    background: url('../images/list-arrow.png') no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list li:before {
    content: "";
    display: inline-block;
    background: url('../images/green-tick2.svg') no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list2 li:before {
    content: "";
    display: inline-block;
    background: url('../images/green_ticks.svg') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.cross-list li:before {
    content: "";
    display: inline-block;
    background: url('../images/cross-tick.svg') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
}

.no-list ul li {
	position: relative;
	counter-increment: step-counter;
	display: flex;
	padding: 0;
}

.no-list ul li::before {
	display: inline-block;
	content: counter(step-counter);
	font-size: 2.4rem;
	color: #EC6625;
	font-weight: 800;
	margin-right: 2rem;
}

.feature-block, .col-block {
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 4rem;
}

.feature-block-item {
	width: 31%;
}

.feature-block-item img {
	margin-bottom: 1.5rem;
}

.col-block-item {
	width: 49%;
	display: flex;
	align-items: self-start;
	background: #fff;
    padding: 3rem;
    border-radius: 10px;
}

.col-block-item img {
	margin-right: 2rem;
}

.block-list-item {
	display: flex;
	align-items: self-start;
	gap: 2rem;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #E0DDBD;
}

.block-list-item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.img-width {
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-border {
	border: none;
}

.width-equal {
	width: 48%;
}

.org-list-block ul li {
	min-height: 160px;
}

.bg-blue h2, .bg-blue h3, .bg-blue p, .bg-blue li {
	color: #fff;
}

.bg-blue-height {
	min-height: 280px;
}

.bg-blue .col-block-item {
	background: transparent;
	border: 1px solid #065E9E;
	border-radius: 15px;
}

.sec-list {
	display: flex;
	flex-wrap: wrap;
}

.sec-list-item {
	width: 33.33%;
	padding-left: 2.5rem;
	position: relative;
}

.no-txt span {
    font-size: 7.6rem;
    line-height: 49px;
    font-weight: 300;
    background: linear-gradient(180deg, #F58820 0%, #B02A30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 2rem;
}

.value-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.value-list li {
	border-radius: 10px;
	background: #F8F6E4;
	padding: 1rem 4rem;
	height: 110px;
	display: flex;
	align-items: center;
}

.value-list li img {
	margin-right: 3rem;
}

.value-list li span {
	font-size: 1.8rem;
	line-height: 100%;
	font-weight: 700;
}

.num {
	font-size: 4.5rem;
	line-height: 100%;
	font-weight: 700;
	color: #F26624;
	margin-right: 2rem;
}

.width-30 {
	width: 32%;
}

.accordian-block, .tab-accord-sec .tab-sec {
	margin: 4rem auto 0;
	max-width: 828px;
	width: 100%;
}

.accord-row {
	margin-bottom: 3rem;
}

.accord-row:last-child {
	margin-bottom: 0;
}

.accord-sec .accord-row {
	border-bottom: 1px solid #C9C9C9;
	margin: 0;
}

.accord-sec .accord-row:first-child {
	border-top: 1px solid #C9C9C9;
}

.accord-sec .accord-title {
	position: relative;
	padding: 2.5rem 2rem;
	cursor: pointer;
}

.accord-sec .accord-title:after {
	content: '';
	position: absolute;
	top: 30px;
	right: 20px;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

.accord-sec .accord-title.active:after {
	transform: rotate(-135deg);
    vertical-align: middle;
    top: 30px;
}

.accord-sec .accord-data {
	padding: 0 2rem 2rem 2rem;
	display: none;
}

.tab-accord-sec .more-cont {
	display: none;
}

.tab-accord-sec .accordian-block {
	display: none;
}

.tab-accord-sec .accordian-block:first-child {
	display: block;
}

.tab-accord-sec .rMore {
	display: block;
}

.tab-sec ul {
	display: grid;
	grid-template-columns: 20rem 20rem;
	border-bottom: 1px solid #C9C9C9;
}

.tab-accord-sec .tab-sec ul {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	border-bottom: 1px solid #C9C9C9;
}

.tab-block .tab-sec {
	overflow: auto;
}

.tab-sec ul li {
	padding: 1.4rem 3rem;
	cursor: pointer;
	position: relative;
}

.tab-sec ul li span {
	font-size: 1.6rem;
	line-height: 100%;
	font-weight: 700;
	color: #838383;
	text-align: center;
	display: block;
}

.tab-sec ul li.active span {
	color: #EC6625;
}

.tab-sec ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.tab-sec ul li.active:after {
	background: #EC6625;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.tab-block {
	margin-top: 4rem;
}

.tab-cont {
	margin-top: 4rem;
	display: none;
}

.tab-cont:first-child {
	display: block;
	margin-top: 4rem;
}

.div-center {
	margin: 0 auto;
	max-width: 660px;
	width: 100%;
}
.flex-list {
	display: flex;
	gap: 1.5rem;
}

.no {
	font-size: 2rem;
	line-height: 100%;
	font-weight: 800;
	color: #EC6625;
}

.doc-block {
	margin-top: 6rem;
}

.list-block ul li.pd-0 {
	padding: 0 !important;
}

.left-align {
	margin-left: 2.5rem;
}

.left-align .arrow-list ul li:before {
	top: 2px;
}


/******Crop Insurance Style Start*******/
.txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
	color: #616161;
}
.txt1 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
}

.txt2 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
}

.txt3 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 24px;
	color: #020202;
}

.txt4 {
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 24px;
	color: #020202;
}

.txt5 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 12px;
	color: #616161;
}

.txt6 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 20px;
	color: #000;
}

.big-org-txt {
	font-size: 3rem;
	font-weight: 900;
	line-height: 36px;
	color: #E3530F;
}

.tiny-txt {
	font-size: 1rem;
	font-weight: 500;
	line-height: 16px;
}

.pt-35 {
	padding-top: 3.5rem;
}

.green-txt {
	color: #38B867
}

.clr-coolgray700 {
	color: #616161;
}

.cont1 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 30px;
	color: #020202;
}

.cont2 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}

.cont3 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 21px;
	color: #020202;
}

.bg-blue-linear {
	background: linear-gradient(281deg, #EDF6FF 0%, #FFF 100%);
}

.banner-sec {
	position: relative;
}

.ban-carousel-item {
	width: 100%;
}

.ban-carousel-item .ban-img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
} 

.banner-cont {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 2rem;
	max-width: 620px;
	width: 100%;
	margin-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
}

.banner-title {
	font-size: 6rem;
	font-weight: 900;
	line-height: 48px;
	color: #fff;
	margin-bottom: 2.4rem;
}

.banner-title span {
	font-size: 4rem;
}

.ban-txt {
	font-size: 2rem;
	font-weight: 600;
	line-height: 29px;
	color: #fff;
}

.scan-block {
	margin-top: 3rem;
}

.ban-slide-no {
	border-radius: 4px;
	border: 1px solid #BDBDBD;
	background: #FAFAFA;
	width: 36px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	    position: relative;
    bottom: 56px;
    z-index: 2;
    right: 75px;
    display: flex;
    justify-self: self-end;
}

.ban-slide-no p {
	text-align: center;
}

.ban-slide-no p span {
	color: #E3530F;
	font-size: 1rem;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 1px;
}

.banner-sec .owl-dots {
	text-align: right;
	position: relative;
    bottom: 40px;
    right: 30px;
}

.slide-navigation {
	background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 8px 0;
    margin-top: -20px;
}

.slide-navigation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.slide-navigation ul .nav-list {
	flex: 1;
	width: 194px;
}

.slide-navigation .nav-list a {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 16px;
	color: #424242;
	padding: 1rem 3rem;
	border-radius: 8px;
	border: 1px solid #EEE;
	background: #FFF;
	width: 100%;
    display: inline-block;
    text-align: center;
}

.slide-navigation ul .nav-list.jump_active a{
	background: #E3530F;
	color: #fff;
}

.heading2 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 48px;
	color: #020202;
	margin-bottom: 1.2rem;
}

.heading2 .highlight-heading {
	color: #E3530F;
	font-size: 4rem;
	font-weight: 900;
	line-height: 48px;
}

.sub-head {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 24px;
	color: #020202;
}

.owl-carousel .owl-item img.width-auto {
	width: auto;
}

.slide-tab-wrap {
	margin-top: 3rem;
}

.slide-tab-list ul {
	display: flex;
}

.slide-tab-list ul li {
	padding: 8px 16px;
	color: #424242;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
	position: relative;
}

.slide-tab-list ul li.active {
	color: #E3530F;
	font-weight: 700;
}

.slide-tab-list ul li:after {
	content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.slide-tab-list ul li.active:after {
	background: #EC6625;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.slide-tab-data {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 3.5rem 0;
}

.slide-tab-data-item {
	display: none;
}

.slide-tab-data-item:first-child {
	display: block;
}

.pink-grad-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.pink-grad-item {
	flex: 1;
	border-radius: 16px;
	border: 1px solid #E3530F;
	background: linear-gradient(92deg, #FFF 0%, #FFF2F1 100%);
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.divider-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 9rem;
}

.divider-item {
	flex: 1;
	border-radius: 10px;
	border: 1px solid #E5E0DF;
	background: #FFF;
	display: flex;
}

.divider-item .divider-cont {
	width: 60%;
	padding: 1rem 2rem;
}

.disc-list li {
	list-style: disc;
	margin-left: 2rem;
}

.coverage-block {
	margin-top: 3.5rem;
	padding: 2rem 0;
	background: linear-gradient(290deg, #FFF2ED 31.05%, #FFF 100%);
}

.sub-detail {
	color: #020202;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 24px;
}

.middle-width {
	margin: 0 auto;
	max-width: 660px;
	width: 100%;
}

.common-block {
	padding-left: 3rem;
	padding-right: 3rem;
}

.coverage-block {
	padding-right: 0;
	padding-bottom: 4rem;
	position: relative;
}

.coverage-slide {
	margin-top: 3.5rem;
	display: flex;
	gap: 3rem;
}

.coverage-item {
	border-radius: 10px;
	border: 1px solid #F5F5F5;
	background: #FFF;
}
 
.coverage-item img {
	width: 100%;
}

.coverage-cont {
	padding: 1.5rem 1.5rem;
}

.coverage-slide .owl-stage, .media-block .owl-stage {
	display: flex !important;
    align-items: stretch;
    padding-left: 1rem !important;
}

.coverage-slide .owl-item, .media-block .owl-item {
	display: flex;
    height: auto;
}

.coverage-slide .owl-dots {
	text-align: right;
    position: relative;
    bottom: -20px;
    right: 30px;
    display: flex;
    justify-content: end;
}

.media-block .owl-dots {
	text-align: right;
    position: relative;
    bottom: -20px;
    right: 0px;
}

.coverage-block .ban-slide-no {
	bottom: 20px;
    right: 80px;
    display: flex;
    position: relative;
    justify-self: end;
    top: 0;
}

.head-block  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.grey-grad-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 1rem;
}

.grey-grad-item {
	flex: 1;
	border-radius: 16px;
	border: 1px solid #E0E0E0;
	background: linear-gradient(90deg, #FFF 0%, #F5F5F5 100%);
	padding: 1.2rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.sum-ins-block {
	 margin-left: auto;
	 display: flex;
	 flex-direction: column;
}

.bg-linear-pink {
	background: linear-gradient(281deg, #FFF3E3 0%, #FFF 100%);
}

.state-block {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 10rem;
    padding: 0 3rem;
    padding-left: 10rem;
}

.state-item {
	border-radius: 10px;
    border: 1px solid #E3530F;
    background: linear-gradient(90deg, #FFF 0%, #FFF2ED 100%);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 26%;
    position: relative;
    min-height: auto;
    flex: none;
}

.state-img-sec {
	width: auto;
    height: auto;
    position: absolute;
    left: -60px;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.state-cont {
	padding: 0.7rem 1rem;
    display: flex;
    flex-direction: column;
    padding-left: 10rem;
}

.state-name {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 24px;
	color: #020202;
}

.state-info {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 19px; 
	color: #616161;
	margin-top: 0.5rem;
} 

.awarness-wrap {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
}

.awarness-item {
	flex: 1;
	border-radius: 16px;
	border: 1px solid #EEE;
	background: #FFF;
	padding-bottom: 2rem;
	overflow: hidden;
}
.awarness-item img {
	width: 100%;
	height: 225px;
} 

.aware-cont {
	padding: 1rem 1.5rem 1rem 1.5rem;
}

.more-block {
	display: none;
}



.award-item {
	padding: 2rem 3rem;
}

.award-item img {
	width: auto;
    height: auto;

}

.award-img {
	width: inherit;
	height: 151px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
} 

.top-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-title {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 48px;
	color: #020202;
}

.social-list {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.social-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	width: 116px;
	height: 30px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	background: #FAFAFA;
	padding: 7px 10px;
	cursor: pointer;
}

.social-item:hover, .social-item.active {
	border: 1px solid #E3530F;
	background: #FFF2ED;
}

.media-wrap {
	display: none;
}

.media-wrap:first-child {
	display: block;
}

.media-name {
	font-size: 1rem;
	font-weight: 800;
	line-height: 16px;
	color: #020202;
} 

.viewtxt {
	font-size: 1rem;
	font-weight: 600;
	line-height: 16px;
	color: #020202;
}

.media-block {
	display: flex;
	justify-content: space-between;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.media-item {
	border-radius: 16px;
	border: 1px solid #EEE;
	background: #FFF;
	overflow: hidden;
} 

.gray-block {
	padding: 1.6rem 3.6rem;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-block {
	position: relative;
}

.social-cont {
	padding: 1.2rem 1.7rem;
}

.social-cont p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 23px;
	color: #020202;
}

.social-block .ban-slide-no {
	bottom: 40px;
    right: 160px;
}

.download-block {
	margin: 4.5rem auto 0;
	max-width: 979px;
	width: 100%;
	border-radius: 16px;
	border: 1px solid #EEE;
	background: linear-gradient(103deg, #FFF 0%, #FFF2ED 100%);
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	padding: 3rem 3.5rem;
}

.download-list {
	width: 58%;
}

.download-list ul {
	gap: 2rem;
	display: flex;
	flex-direction: column;
}

.download-list ul li {
	border-radius: 12px;
	border: 1px solid #F5F5F5;
	background: #FFF;
	padding: 2.2rem 2.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
} 
.view-all-btn{
	display: none;
}
.cont-block-name {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 16px;
	color: #000;
}

.sizetxt {
	font-size: 1rem;
	font-weight: 800;
	line-height: 16px; 
	color: #000;
}

.subtxt {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 16px;
	color: #616161;
	margin-top: 1rem;
}

.download-list ul li:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	width: 8px;
  	height: 8px;
  	border-top: 2px solid #9E9E9E;
  	border-right: 2px solid #9E9E9E;
  	transform: rotate(45deg) translateY(-50%);
}

.download-list ul li:hover, .download-list ul li.active {
	border-radius: 16px;
    border: 2px solid #E3530F;
    background: #FFF;
    transition: 0.3s ease-all;
}

.download-data-wrap {
	border-radius: 12px;
	background: #FFF;
	padding: 2rem;
	width: 40%;
}

.download-data {
	display: none;
}

.download-data:first-child {
	display: block;
}

.download-data img {
	margin: 0 auto;
	display: block;
	width: 153px;
	height: 209px;
}

.download-btn {
	margin: 1.6rem auto 0;
	border-radius: 8px;
	border: 1px solid #E3530F;
	background: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 20px;
	color: #E3530F;
	max-width: 198px;
	text-align: center;
	padding: 0.8rem 1.5rem;
	display: block;
	position: relative;
	padding-left: 3.5rem;
}

.download-btn:before {
	content: '';
	position: absolute;
	background: url('../images/crop-insurance/download-ico.svg') no-repeat;
	width: 20px;
	height: 20px;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.download-btn:hover {
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}

.download-wrap {
	display: none;
}

.download-app-block {
	border-radius: 16px;
	/*border: 1px solid #E0E0E0;*/
	background: linear-gradient(281deg, #8B001C 0%, #E3530F 100%);
	margin: 8rem auto 2rem;
	padding: 1.6rem 3.6rem;
	max-width: 763px;
	width: 100%;
	position: relative;
}

.download-app-block:after {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 0;
	background: url('../images/crop-insurance/download-crop-app.webp') no-repeat;
	width: 144px;
	height: 222px;
}

.app-cont {
	max-width: 470px;
	width: 100%;
}

.app-title {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 1.2rem;
}

.app-txt {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 21px;
}

.qr-block {
	margin-top: 1.5rem;
}

.qr-block img {
	margin-right: 1rem;
}

.faq-block {
	background: #FAFAFA;
	padding: 8rem 0;
}

.faq-block .container {
	max-width: 878px;
	position: relative;
}

.faq-block .accord-sec .accord-row {
	border-radius: 10px;
	background: #FFF;
	border: none;
	margin-bottom: 1.5rem;
}

.faq-block .accord-sec .accord-row:first-child {
	border: none;
}

.faq-block .accord-sec .accord-title:after {
	top: 28px;
}

.faq-block .accord-sec .accord-title.active:after {
	transform: rotate(-45deg);
}

.faq-block .accord-sec .accord-title {
	padding: 2rem;
}

.faq-block .accord-sec .accord-data {
	padding-left: 4rem;
}

.faq-guide-btn {
	max-width: 222px;
	position: absolute;
	top: -5px;
	right: 30px;
}

.faq-guide-btn:before {
	left: 11px;
}

.select-category-nav {
	display: none;
	width: 121px;
	height: 3.1rem;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #FFF;
    padding: 1rem 1.5rem;
    cursor: pointer;
    position: relative;
}

.select-category-nav .active-lnk {
    position: relative;
    top: 0;
    font-size: 1.2rem;
    line-height: 12px;
    font-weight: 700;
    color: #616161;
    cursor: pointer;
    position: relative;
}

.select-category-nav .active-lnk:after {
	content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    border: solid #212121;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

.sub-category {
    position: absolute;
    left: 0;
    top: 31px;
    background: #fff;
    padding: 1rem;
    max-height: 300px;
    width: 121px;
    overflow: auto;
    transition: 0.5s ease-all;
    box-shadow: 0 4px 12px 0 #bdbdbd;
    border-radius: 4px;
    z-index: 9;
    display: none;
}

.sub-category-list a {
    padding: 1.2rem 0.8rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    line-height: 12px;
    font-weight: 400;
    background: #fff !important;
    color: #212121 !important;
    width: 100%;
    display: block;
}

.sub-category.active {
	display: block;
}

.process-block {
	border-radius: 24px;
    border: 3px solid #DFFFE6;
    background: linear-gradient(96deg, #FFF 0%, #DFFFE6 100%);
	padding: 8rem;
	position: relative;
	margin: 0 auto;
	width: 96%;
	    border: 3px solid transparent;
    border-radius: 20px;
    background: linear-gradient(96deg, #FFF 0%, rgba(237, 246, 255, 1) 100%) padding-box, /* Inner background color */ linear-gradient(to right, rgba(237, 246, 255, 1), rgba(5, 60, 109, 1)) border-box;
}

.process-block:after {
	content: '';
    position: absolute;
    right: 50px;
    bottom: -3px;
    background: url(../images/crop-insurance/farmer-img.webp) no-repeat;
    background-size: 100% 100%;
    width: 377px;
    height: 449px;
}

.process-cont {
	max-width: 565px;
	width: 100%;
}

.title2 {
	color: #020202;
	font-size: 5rem;
	font-weight: 900;
	line-height: 48px; 
}

.title2 span {
	color: #E3530F;
}

.title2 .small-title {
	font-size: 3.4rem;
	line-height: 48px;
	display: block;
	color: #020202;
}

.claim-process-data {
	padding-top: 2rem;
}

.type-claim-block {
	margin-top: 4rem;
	padding: 0 2rem 4rem 2rem;
}

.title3 {
	color: #020202;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 24px;
} 

.claim-wrap {
	gap: 20px;
	justify-content: flex-start;
}

.claim-item {
	flex: 0 0 calc(33.33% - 20px);
	position: relative;
}

.block-bottom {
	position: absolute;
	bottom: 0;
	padding: 2rem;
	border-top: 1px solid #EEE;
	background: #FFF2ED;
	width: 100%;
	display: flex;
    gap: 1rem;
    align-items: center;
}

.report {
	border-radius: 4px;
	border: 1px solid #75A5FF;
	background: #EDF3FF;
	font-size: 1rem;
	color: #2168F6;
	font-weight: 800;
	line-height: 16px;
	padding: 0.5rem 1.5rem;
	cursor: pointer;
}

.report:hover {
	color: #2168F6;
}

.bott-cont {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 24px;
	color: #020202;
}

.mr-bott {
	margin-bottom: 6rem;
}

.type-claim-block .ban-slide-no {
	display: none;
}

.enroll-block {
	padding-top: 2rem;
	padding-bottom: 0;
	border-radius: 24px;
	border: 3px solid #DFFFE6;
	background: linear-gradient(96deg, #FFF 0%, #DFFFE6 100%);
	    border: 3px solid transparent;
    border-radius: 20px;
    background: linear-gradient(96deg, #FFF 0%, #DFFFE6 100%) padding-box, /* Inner background color */ linear-gradient(to right, rgba(223, 255, 230, 1), rgba(3, 96, 46, 1)) border-box;
}

.enroll-block:after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/crop-insurance/farmer-truck.webp) no-repeat;
    width: 597px;
    height: 468px;
}

.process-cont .list-block {
	padding-bottom: 3rem;
}

.process-cont .list-block li {
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 500;
	color: #616161;
}

.type-enroll .claim-item {
	flex: 0 0 calc(25% - 20px);
}

.bottom-link {
	margin-top: 2rem;
	color: #E3530F;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 16px;
	text-decoration-line: underline;
	position: relative;
	display: inline-block;
}

.bottom-link:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -13px;
    border: solid #E3530F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: .7rem;
    vertical-align: baseline;
}

.bottom-link:hover {
	color: #E3530F;
}

.doc-req-block {
	padding: 4rem 0;
}

.doc-block {
	padding-left: 2rem;
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
}

.doc-item {
	flex: 0 0 calc(33.33% - 30px);
	display: flex;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	background: #FFF;
} 

.doc-cont {
	padding: 1rem 1.5rem;
}

.step-block {
	padding: 4rem 2rem;
}

.step-list {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	margin-top: 35px;
}

.step-list-item {
	flex: 0 0 calc(20% - 80px);
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.step-list-item:after {
	content: '';
	position: absolute;
	border: 1px dashed #EEE;
	width: 90px;
	left: 175px;
	top: 26%;
}

.step-list-item:last-child:after {
	display: none;
}

.step-num {
	color: #E3530F;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
}

.step-name {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: normal;
	color: #212121;
}

.step-cont {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 18px;
	color: #616161;
	text-align: center;
}

.type-enroll .claim-wrap {
	justify-content: space-between;
}

.enroll-btn {
	margin: 4rem auto 0;
	display: block;
	width: max-content;
}

.media-item img {
	width: inherit !important;
}

.media-item .gray-block {
	min-height: 300px;
}

.doc-cont .txt5 {
	font-size: 1.4rem;
	line-height: 19px;
	font-weight: 500;
	color: #616161;
} 

.il-header .bg-lightgray.crop-menu {
	background: #F8F6F6;
	padding: 1rem 0 !important;
}

.crop-header {
	display: flex;
	justify-content: right;
	gap: 1rem;
}

.crop-header img {
	position: relative;
	top: 4px;
}

.crop-header p {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 16px;
	color: #020202;
} 

.crop-header p span {
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 800;
	color: #E3530F;
}

.process-claim-btn, .enroll-btn {
	width: 185px;
}

.social-block .ban-slide-no {
	position: relative;
    display: flex;
    justify-self: end;
    top: 1px;
    right: 50px;
}

.claim-process-data {
	padding-top: 6rem;
}

#linkdin img {
	width: 18px;
	height: 18px;
}

.heading3 {
	font-size: 2.4rem;
	font-weight: 800;
} 

.pink-grad-item img {
	width: 75px;
	height: 75px;
}

.grey-grad-item img {
	width: 50px;
	height: 45px;
}

/******Jump navigation start*******/
.page-wrapper {
	position: relative;
}
.fixed_jumplink {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: block;
    margin-top: 0;
}

/******Jump navigation end********/

@media (max-width: 1024px) {
	.divider-block {
		gap: 1.5rem;
	}
	.divider-cont .text {
		font-size: 1rem;
		line-height: 15px;
	}
	.divider-cont .cont1 {
		font-size: 1.2rem;
		line-height: 24px;
	}
	.divider-item img {
		width: 100%;
		height: 100%;
	}
	.divider-item .divider-cont {
		padding: 1rem;
	}
}

@media (max-width: 991px) { 
	.flex-div {
		flex-direction: column;
	}

	.align-center, .center-sec {
		text-align:  left;
	}

	.img-cont-block, .cont-img-block, .feature-block, .col-block, .cont-list-block, .img-list-block {
		gap: 0;
	}

	.left-block, .right-block, .center-sec, .cont-img-block .left-block, 
	.cont-img-block .right-block, .feature-block-item, .col-block-item, .width-equal,
	.sec-list-item
	{
		width: 100%;
	}

	.img-hide {
		display: none;
	}

	.feature-block-item {
		margin-bottom: 4rem;
	}

	.col-block-item {
		margin-bottom: 1.5rem;
	}

	.feature-block-item:last-child, .col-block-item:last-child {
		margin: 0;
	}

	.img-width {
		width: 15%;
	}

	.org-list-block ul li {
		min-height: auto;
	}

	.list-block ul li, .list-block ul li:last-child {
		margin-bottom: 2rem;
	}

	.block-list-item {
		padding: 0;
		margin-bottom: 3rem;
	}

	.sec-list-item {
		margin-bottom: 1.5rem;
	}

	.sec-list-item:last-child {
		margin: 0;
	}

	.pad-bottom {
		padding-bottom: 2.5rem;
	}

	.mob-mt-30 {
		margin-top: 3.5rem;
	}

	.img-width {
        width: 5%;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
	.container {
		width: auto;
		max-width: 100%;
		padding: 0 1.5rem;
	}

	.section-content {
		padding: 4rem 0;
	}

	.align-center {
		text-align: left;
	}

	.heading2 {
		font-size: 2.4rem;
		line-height: normal;
		margin-bottom: 2rem;
	}

	.more-cont {
		display: none;
	}

	a.rMore {
		display: block;
	}


	.head-title {
		margin-bottom: 0 !important;
	}
	.banner-title {
	    font-size: 2.6rem;
	    line-height: 26px;
	    margin-bottom: 1rem;
	}
	.banner-title span {
		font-size: 1.4rem;
	}
	.ban-txt {
		font-size: 1.2rem;
		line-height: 18px;
		font-weight: 600;
	}
	.heading2, .heading2 .highlight-heading {
		font-size: 2.4rem;
		text-align: center !important;
		margin-bottom: 0;
	}

	.txt2 {
		font-size: 1rem;
	}
	.txt4 {
		font-size: 1.2rem;
		line-height: 18px;
	}
	.txt5 {
		font-size: 1.4rem;
		line-height: 18px;
		color: #616161;
	}
	.cont1 {
		font-size: 1.4rem;
		line-height: 16px;
	}
	.cont2 {
		font-size: 1.2rem;
		line-height: 14px;
        margin-top: 0.5rem;
	}
	.sub-head {
		font-size: 1.2rem;
		line-height: 18px;
		text-align: center !important;
	}
	.block-title {
		font-size: 1.6rem;
		line-height: 18px;
		font-weight: 800;
	}
	.banner-cont {
		left: 0;
		padding: 0 2rem 0;
		max-width: 325px;
		margin: 0;
	}
	.slide-navigation ul {
		scrollbar-width: none;
        overflow-x: scroll;
        width: 100%;
        scroll-snap-type: x mandatory;
        scroll-padding: 20px;
        flex-wrap: nowrap;
	}
	.slide-navigation ul .nav-list {
		flex: 0 0 50%;
		width: 124px;
	}


	.slide-navigation ul .nav-list a {
		padding: 1rem;
		    font-size: 1.2rem;
	}

	.slide-tab-list ul .nav-list {
		font-size: 1.2rem;
		padding: 8px 9px;
	}

	.common-block {
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	}

	.pink-grad-item {
		width: 100%;
		padding: 1rem;
		flex: inherit;
	}
	.pink-grad-item img {
/*		width: 15%;*/
	}
	.award-item img {
    width: max-content;
    height: auto;
}
	.divider-block {
		flex-direction: column;
	}
	
	.sub-detail {
		font-size: 1.2rem;
		line-height: 20px;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		text-align: center !important;
	}
	.coverage-block {
		padding-right: 0;
		padding-left: 0;
	}

	.coverage-block .block-title {
		text-align: center !important;
	}

	.coverage-slide .owl-dots {
		right: 20px;
	}
	.grey-grad-item {
		padding: 1rem;
	}
	.sum-ins-block {
		text-align: right;
	}

	.state-block {
		flex-direction: column;
		padding: 0 2rem;
    	padding-left: 6rem;
    	        gap: 3rem;
	}
	.state-item {
		width: 100%;
        min-height: auto;
	}
	.state-img-sec {
		position: relative;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-self: center;
        margin-left: -40px;
	}
	.state-img-sec img {
		width: 90px;
	}
	.state-cont {
		padding-left: 0;
	}
	.state-name {
		font-size: 1.4rem;
	}
	.state-info {
		font-size: 1rem;
		line-height: 14px;
		padding-bottom: 1rem;
	}
	.top-head {
		flex-direction: row;
		gap: 2rem;
	}
	.social-block .ban-slide-no {
	           bottom: auto;
        right: 80px;
        top: 6px;
	}
	.top-title {
		font-size: 1.6rem;
		line-height: 18px;
		color: #020202;
		font-weight: 800;
	}
	.aware-cont p {
		text-align: center;
	}

	.download-block {
		flex-direction: column;
		gap: 0;
		background: none;
		border: none;
		padding: 0;
		margin: 1.5rem auto 0;
	}

	.download-list ul li {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.download-list ul li:after {
		display: none;
	}

	.download-list {
		width: 100%;
	}

	.download-data-wrap {
		display: none;
	}

	.download-wrap {
		display: block;
	}

	.download-app-block {
		padding: 1.6rem 2.5rem;
		margin: 4rem auto;
	}

	.download-app-block:after {
		background: url(../images/crop-insurance/download-app-mob.webp) no-repeat;
		width: 67px;
		height: 104px;
		right: 25px;
	}

	.app-title {
		font-size: 1.8rem;
		line-height: 24px; 
		text-align: center;
		margin-bottom: 	0;
	}

	.app-txt {
		font-size: 1.4rem;
		line-height: 21px;
		text-align: center;
	}

	.section-content.faq-block {
		padding-bottom: 8rem;
	}

	.faq-block .accord-sec .accord-title {
		padding: 1.4rem 3rem 1.4rem 1.2rem;
	}

	.faq-block .accord-sec .accord-row p {
		font-size: 1.2rem;
		line-height: normal;
	}

	.faq-block .accord-sec .accord-data {
		padding-left: 2rem;
	}

	.faq-block .accord-sec .accord-title:after {
		top: 16px;
	}

	.faq-block .accord-sec .accord-title.active:after {
		top: 18px;
	}
	.faq-guide-btn {
		width: 60%;
		max-width: 100%;
		transform: translateX(-50%);
		left: 50%;
		right: auto;
		bottom: -60px;
		top: auto;
		font-size: 1.4rem;
	}

	.select-category-nav {
		display: block;
	}
 
	.social-list {
		display: none;
	}

	.process-block {
		padding: 2rem 1rem;
		padding-bottom: 23rem;
	}

	.claim-process-data {
		padding: 0;
	}

	.title2 {
		font-size: 2.6rem;
		line-height: 26px;
	}

	.process-cont .text {
		font-size: 1.2rem;
		line-height: 20px;
	}

	.process-block:after {
	    right: 30px;
	    bottom: 0px;
	    background: url(../images/crop-insurance/farmer-mob.webp) no-repeat;
	    width: 283px;
	    height: 210px;
	}

	.process-block .container {
		padding: 0 1rem;
	}

	.type-claim-block {
		padding: 0;
		position: relative;
	}

	.type-claim-block .container {
		padding: 0rem;
	}

	.type-claim-block .align-center {
		text-align: center;
	}

	.claim-item .aware-cont p {
		text-align: left;
	}

	.claim-wrap .owl-stage {
		display: flex !important;
	    align-items: stretch;
	}

	.claim-wrap .owl-item {
		display: flex;
	    height: auto;
	} 

	.bott-cont {
		font-size: 1rem;
	}

	.claim-wrap .owl-dots {
		text-align: right;
		right: 10px;
		bottom: -20px;
	}

	.title3 {
		font-size: 1.6rem;
		line-height: 20px;
	}

	.type-claim-block .text {
		font-size: 1.2rem;
		line-height: 16px;
	}

	.process-claim-btn {
		margin: 2rem auto;
		width: max-content;
		display: block;
	}

	.block-bottom {
		padding: 1rem;
	}

	.type-claim-block .ban-slide-no {
		               right: 105px;
        bottom: 0;
        display: block;
        top: 4px;
	}

	.title2 .small-title {
		font-size: 2.2rem;
		line-height: 22px;
	}

	.enroll-block:after {
		right: 30px;
        bottom: -15px;
        background: url(../images/crop-insurance/farmer-truck-mob.webp) no-repeat;
        width: 298px;
        height: 234px;
	} 

	.type-enroll .claim-item {
		flex: inherit;
	} 

	.type-enroll {
		padding-bottom: 4rem;
	}

	.type-enroll .ban-slide-no {
		        right: 88px;
        top: 3px;
	}

	.txt3 {
		font-size: 1.4rem;
	}

	.txt5 {
		font-size: 1rem;
		line-height: 14px;
	}

	.step-list-item:after {
		content: '';
        position: absolute;
        border: 1px dashed rgba(158, 158, 158, 1);
        width: 0;
        left: 0;
        right: 0;
        top: auto;
        bottom: -70px;
        height: 60px;
        text-align: center;
        margin: 0 auto;
	}

	.doc-req-block h3, .step-block h3, .step-block p, .doc-req-block p {
		text-align: center;
	}

	.step-block {
		padding: 4rem 2rem 0 2rem;
	}

	.step-list {
		flex-direction: column;
	}
	.step-list-item {
		flex: inherit;
		width: 100%;
	}
	.step-name {
		font-size: 1.4rem;
	}
	.doc-item {
		flex: inherit;
	}
	.mb-30 {
		margin-bottom: 3rem;
	}
	.doc-req-block .txt3, .doc-req-block .txt5 {
		text-align: left;
	}
	.doc-req-block .container {
		padding: 0;
	}
	.doc-slide .owl-stage {
        display: flex !important;
        align-items: stretch;
    }
    .doc-slide .owl-item {
        display: flex;
        height: auto;
    }
    .doc-cont {
    	width: 60%;
    } 
    .doc-slide .owl-dots {
    	position: relative;
        bottom: -30px;
        right: 10px;
        display: flex;
        justify-self: end;
    }

    .doc-req-block {
    	position: relative;
    }

    .doc-req-block .ban-slide-no {
    	       right: 105px;
        bottom: auto;
        top: 12px;
    }

    .claim-item .aware-cont .txt {
    	font-size: 1.2rem;
        line-height: 18px;
    }

    .process-cont .list-block li, .txt {
    	font-size: 1.4rem;
    	line-height: 18px;
    }

    .col-block-item img {
		margin-bottom: 2rem;
	}

	.col-block-item.width-30 {
		flex-direction: row;
		padding: 0;
		margin-bottom: 2.5rem;
	}

	.no-txt span {
		font-size: 4.8rem;
		font-weight: 400;
		margin-bottom: 2rem;
		display: block;
	}

	.value-list li {
		width: 100%;
		padding: 2rem 2.5rem;
		min-height: 90px;
	}

	.value-list li span br {
		display: none;
	}

	.num {
		font-size: 3.4rem;
	}

	.bg-blue .col-block-item {
		padding: 3rem 2rem;
	}

	.grid-list {
		grid-template-columns: auto;
	}

	.accordian-block {
		margin: 3rem auto 0;
	}

	.tab-accord-sec .tab-sec ul {
		overflow-x: auto;
		overflow-y: hidden;
	}
 
	.list-block ul li.flex-list {
		padding: 0;
	}

	.check-list li:before {
		top: 4px;
 	}	

 	.mt-60 {
 		margin-top: 3rem;
 	}

 	.doc-block {
 		margin: 0;
 	}

 	.awarness-item {
 		flex: inherit;
 		width: 100%;
 	}

 	.text {
 		font-size: 1.2rem;
 		line-height: 18px;
 	}

 	.fixed_jumplink {
 		top: 0;
 	}

 	.crop-header p span {
		font-size: 1.4rem;
	} 

	.coverage-block .ban-slide-no {
		right: 115px;
        top: 4px;
	}
	.slide-tab-list ul li{
		        width: 50%;
        padding: 1.5rem 0;
        font-size: 1.2rem;
	}
	.awarness-item img{
		height: auto;
	}
	.view-all-btn {
	display: block;
    text-align: center;
    margin: 3.5rem auto 0;
    color: #E3530F;
    border-radius: 8px;
    border: 1px solid #E3530F;
    background: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 126px;
    padding: 1rem 2rem;
    padding-right: 3.5rem;
    line-height: 20px;
    width: 100%;
    position: relative;
}

.view-all-btn:after {
	content: "";
    position: absolute;
    top: 15px;
    border: solid #ec6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 1.3rem;
    vertical-align: baseline;
}

.view-all-btn:hover {
	background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}
.awarness-wrap.ng-wrap .awarness-item:nth-child(3), .awarness-wrap.ng-wrap .awarness-item:nth-child(4) {
    display: none;
}
    body .footer-wrapper{
    	margin: 0;
    }
    .banner-cont.frst-bl {
    top: 35%;
}
.awarness-wrap.mob-dtl .awarness-item:nth-child(3), .awarness-wrap.mob-dtl .awarness-item:nth-child(4) {
    display: none;
}
}
/******Crop Insurance Style End*******/


