/*-------------------General--------------------*/
html, body {
    width: 100%;
	height: auto;
	font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
	color:#212529;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
.navbar-brand h1{
	font-weight: 800;
	margin:0;
}
.btn-green{
	background:linear-gradient(to bottom, #00c535 0, #00a32e 100%);
	color:#fff;
    font-weight: 600;
	text-align: center;
    border-radius: 45px;
}
.btn-red{
	background:#E40034;
	color:#fff;
    font-weight: 600;
	text-align: center;
    border-radius: 45px;
}

.bg-blue{
	background:#0E3C85;
}
.navbar-brand img{
	max-width:180px;
}
.site-logo{
    width: 100%;
    max-width: 200px;
}
.navbar{
    z-index: 999;
}
.claim-box {
    border: 1px solid #ccc;
    background: #0072ba;
    padding: 15px 10px;
    margin: 10px 0;
    border-radius: 10px;
    color: #fff;
}
.btn-blue {
    background: #0E3C85;
}
.text-red{
	color:#E40034;
}
.text-blue{
	color:rgb(41 116 255);
}
.navbar {
    background-color: rgb(255 255 255 / 95%);
}
.nav-item{
    margin: 0px 10px;
}
a.nav-link {
    color: black;
    font-weight: 400;
    font-size: 15px;
}
a.nav-link:hover{
    color:#0E3C85;
}
a.nav-link.active {
    color: #0E3C85 !important;
}
.heading {
    font-weight: 700;
    font-size: 42px;
}

.btn-blue:hover {
  opacity:.8;
  color:#fff;
}
.btn-white-red {
    background: #fff;
    display: inline-block;
    border-radius: 35px;
    border: 2px solid #ffffff;
    padding: 12px 25px;
    color: #191b22;
    text-decoration: none;
    transition: all linear .5s;
    font-weight: 600;
    font-size: 18px;
}
.btn-white-red i {
    font-size: 20px;
    color: #191b22;
    transition: all linear .5s;
}
.btn-white-red:hover {
    transition: all linear .5s;
    background: #dd3d07;
    color: #fff;
}
.btn-white-red:hover i{
	color:#fff;
    transition: all linear .5s;
}
.btn-white-red-reverse {
    background: #dd3d07;
    display: inline-block;
    border-radius: 35px;
    border: 2px solid #dd3d07;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    transition: all linear .5s;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.btn-white-red-reverse i {
    font-size: 20px;
    color: #fff;
    transition: all linear .5s;
}
.btn-white-red-reverse:hover {
    transition: all linear .5s;
    background: #fff;
    color: #dd3d07;
}
.btn-white-red-reverse:hover i{
	color:#dd3d07;
    transition: all linear .5s;
}
header.sticky-top {
    box-shadow: 0 0 3px #ccc;
}
.btn-top {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 25px;
    transition: all linear .5s;
    background: #0E3C85;
}
.banner__two-shape-four {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 2;
    animation: upDown 10s linear infinite;
}
@keyframes upDown{
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 30px, 0);
	}

100% {
		transform: translate3d(0, 0, 0);
	}
}
.banner__two-shape-two {
    position: absolute;
    top: 70px;
    right: 50px;
    z-index: 2;
}
.left-right-animate {
    animation-name: left-right;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes left-right{
	0% {
    transform: translateX(20px);
}
50% {
    transform: translateX(5px);
}
100% {
    transform: translateX(20px);
}
}
.banner__two-shape-one {
    position: absolute;
    left: 50px;
    bottom: 0px;
    animation: rollIni 5s infinite linear;
    z-index: 2;
}
@keyframes rollIni{
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.headingp {
    font-size: 45px;
    font-weight: 600;
}
span.divider {
    width: 80px;
    height: 3px;
    background: #0E3C85;
    display: block;
    margin: 10px 0;
}
.services{
	background-image:url(../images/bg-section-04.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
/*-------------------Header--------------------*/

.slide-section h1 {
    font-size: 80px;
    font-weight: 800;
}
.slide-b {
    color: rgb(0 187 51);
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
    background: rgb(0 187 51 / 19%);
    border-radius: 25px;
}
.sub-title {
    letter-spacing: 3px;
    margin: 0;
}
.grid-item-inner {
    background-color: #fafafa;
    border: 1px solid #e9e7e7;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 28px 15px 24px;
    text-align: center;
    margin-bottom: 44px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    position: relative;
}
.item--icon {
    line-height: 1;
    margin-bottom: 14px;
}
.item--icon * {
    display: inline-block;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.item--title {
    font-size: 17px;
    margin-bottom: 12px;
	color:#333;
	    font-weight: 700;
}
.item--content {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-height: 145px;
}
.grid-item-inner:hover {
    -webkit-box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 29px 32px rgba(0, 0, 0, .1);
	background:#fff;
}
.grid-item-inner:hover .item--icon * {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.grid-item-inner:hover .item--title {
    color: #0E3C85;
}
.grid-item-inner svg {
        fill: #01b633;
    background: rgb(1 182 51 / 15%);
    border-radius: 50%;
    padding: 16px;
    width: 70px;
    height: 70px;
}
.accordion-item{
    background: transparent;
    border: none;
    margin: 10px 0px ;
}
.accordion-button {
    background: linear-gradient(135deg, #0c3a841f 0%, #0c3a8452 100%);
    color: #000;
    border-radius: 100px;
    border: 2px solid #0E3C856b;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background:linear-gradient(135deg, #0E3C856b 0%, #0E3C85a1 100%);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0!important;
    box-shadow: 0 0 0 0.25rem rgba(39, 156, 136, 0.25);
 }
 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    fill: #ffffff;
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer{
	background:#012154;
	color:#c5c5c5;
}
.copyright{
	background:#0E3C85;
	color:#fff;
}
footer a {
    color: #c5c5c5;
    line-height: 34px;
}
.form {
  width: 100%;
  max-width: 880px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin:auto;
  position:relative;
}
.contact-form {
  background-color: #2b76ff1c;
  position: relative;
}
.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #0E3C853d);
  position: absolute;
}
.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}
.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}
.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #e8f0ff;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}
form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.title {
  color:#0E3C85;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
::placeholder{
	color: #0072ba;
}
.input-container {
  position: relative;
  margin: 1rem 0;
}
.input {
  width: 100%;
  outline: none;
  border: 2px solid #0E3C85;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #0E3C85;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}
textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}
.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #0E3C85;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}
.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}
.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}
.input-container span:before {
  left: 50%;
}
.input-container span:after {
  right: 50%;
}
.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}
.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}
.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
.contact-info .title {
  color: #0E3C85;
}
.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}
.information i {
  color: #0072ba;
    position: relative;
    top: -7px;
}
.icon {
  width: 30px;
  margin-right: 0.7rem;
}
.social-media {
  padding: 2rem 0 0 0;
}
.social-media p {
  color: #333;
}
.social-icons {
  display: flex;
  margin-top: 0.5rem;
}
.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #0E3C85, #0E3C85);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.social-icons a:hover {
  transform: scale(1.05);
}
.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #0E3C85;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}
.big-circle {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #0E3C8554, #0E3C8533);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 40%);
}
.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}
.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
.item--inner {
    margin-top: 20px;
}
.ct-testimonial-carousel2 .item--description {
    background-color: #fff;
    -webkit-border-radius: 13px 13px 13px 0;
    -khtml-border-radius: 13px 13px 13px 0;
    -moz-border-radius: 13px 13px 13px 0;
    -ms-border-radius: 13px 13px 13px 0;
    -o-border-radius: 13px 13px 13px 0;
    border-radius: 13px 13px 13px 0;
    color: #000;
    -webkit-box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    -khtml-box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    -moz-box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    -ms-box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    -o-box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    box-shadow: 0 7px 24px rgba(2, 55, 156, .2);
    margin-bottom: 30px;
    position: relative;
}
.item--description:before {
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    left: 10px;
    bottom: -34px;
}
.item--description .item--description-inner {
    padding: 43px 36px 48px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 13px 13px 13px 0;
    -khtml-border-radius: 13px 13px 13px 0;
    -moz-border-radius: 13px 13px 13px 0;
    -ms-border-radius: 13px 13px 13px 0;
    -o-border-radius: 13px 13px 13px 0;
    border-radius: 13px 13px 13px 0;background: #fff;
    margin: 0 10px 30px;
}
.item--description {
    position: relative;
}
.item-rating {
    font-size: 14px;
    color: #f5b011;
    margin-top: 18px;
}
.item-effect {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -115px;
    right: -115px;
    background-color: rgba(9, 162, 35, .5);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.item-effect span:nth-child(1) {
    width: 108px;
    height: 108px;
}
.item--holder {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 22px;
}
#carouselExampleControls .item--holder .item--image {
    width: 67px;
    height: 67px;
    min-width: 67px;
    margin-right: 20px;
    -webkit-border-radius: 67px;
    -khtml-border-radius: 67px;
    -moz-border-radius: 67px;
    -ms-border-radius: 67px;
    -o-border-radius: 67px;
    border-radius: 67px;
    border: 5px solid #fff;
    box-shadow: 0 7px 6px rgba(0, 15, 44, .19), 0 1px 27px rgba(0, 0, 0, .29) inset;
    -webkit-box-shadow: 0 7px 6px rgba(0, 15, 44, .19), 0 1px 27px rgba(0, 0, 0, .29) inset;
    overflow: hidden;
}
#carouselExampleControls .item--holder .item--image img {
    width: 100%;
}
#carouselExampleControls .item--title {
    margin-bottom: 9px;
    font-size: 22px;
}
#carouselExampleControls .item--holder .item--position {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}
.page-content p:first-child strong {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}
.testimonial-slider {
  background-color: #EEF4F6;
  transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 1px 1px 2px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .carousel-control-next {
    left: 5em;
  }
}
.ct-image-animate.active {
    opacity: 1;
}
.ct-image-animate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.ct-image-animate #ct_image_animate-307375890 {
    left: 4%;
    bottom: 18%;
}
.ct-image-animate .shape-animate3 {
    animation: animationFramesThree 15s infinite linear alternate;
}
.ct-image-animate div {
    position: absolute;
}
@keyframes animationFramesThree{
	0% {
    transform: translate(0, 0);
}
20% {
    transform: translate(40px, -5px);
}
40% {
    transform: translate(60px, 40px);
}
60% {
    transform: translate(40px, 60px);
}
80% {
    transform: translate(-40px, 60px);
}
100% {
    transform: translate(0, 0);
}
}
.ct-image-animate #ct_image_animate-307375891 {
    left: 15%;
    bottom: 17%;
}
.ct-image-animate .shape-animate4 {
    animation: animationFramesFour 15s infinite linear alternate;
}
.ct-image-animate #ct_image_animate-307375892 {
    left: 15%;
    bottom: 52%;
}
.ct-image-animate #ct_image_animate-307375893 {
    right: 35%;
    bottom: 60%;
}
.ct-image-animate .shape-animate2 {
    animation: animationFramesTwo 15s infinite linear alternate;
}
.ct-image-animate #ct_image_animate-307375894 {
    right: 16%;
    bottom: 10%;
}
.ct-image-animate .shape-animate2 {
    animation: animationFramesTwo 15s infinite linear alternate;
}
@keyframes animationFramesFour{
	0% {
    transform: translate(0, 0);
}
20% {
    transform: translate(-30px, 40px);
}
40% {
    transform: translate(60px, 60px);
}
60% {
    transform: translate(80px, 40px);
}
80% {
    transform: translate(40px, -70px);
}
100% {
    transform: translate(0, 0);
}
}
@keyframes animationFramesTwo{
	0% {
    transform: translateX(0);
}
25% {
    transform: translateX(40px);
}
50% {
    transform: translateX(0);
}
75% {
    transform: translateX(-40px);
}
100% {
    transform: translateX(0);
}
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}
.top-section {
    padding-top: 100px;
    color: #0C1D1D;
    min-height: 100vh;
}

.top-section h1 {
    color: #0c3a84;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 22px;
}



.time-alert {
    color: white;
    border-radius: 10px;
    padding: 12px 20px;
    max-width: 100%;
    width: 450px;
    font-size: 16px;
    background-color: #0c3a84;
	margin:auto;
}

.time-alert1 {
    margin-left: 10px;
    margin-bottom: 100px;
    border-radius: 10px;
    padding: 12px 20px;
    max-width: 100%;
    width: 450px;
    font-size: 16px;
    background-color: #0c3a84;
    color: white;
}

.site-footer {
    color: #0C1D1D;
    font-size: 10px;
}

.btn-1 {
    background: linear-gradient(to bottom, #00c535 0, #00a32e 100%);
    /* background-color: #090B1F; */
    color: #ffffff;
    text-decoration: none;
}

.btn-1:hover {
    color: black;
    text-decoration: none;
}

.btn-2 {
    background: linear-gradient(to bottom, #00c535 0, #00a32e 100%);
    color: #ffffff;
    text-decoration: none;
}

.btn-2:hover {
    color: black;
    text-decoration: none;
}

.btn-3 {
    background: #0c3a84;
    color: white;
    text-decoration: none;
}

.btn-3:hover {
    background-color: #82c8ff;
    color: black;
    text-decoration: none;
    transition: 1.0s ease;
}

.site-btn {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    padding: 14px 22px;
    max-width: 100%;
    width: 450px;
    text-align: center;
    border-radius: 45px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.hydrated {
    visibility: inherit;
}

:host {
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.btn-area p {
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 36px;
}

.top-section p {
    font-size: 18px;
    font-weight: 600;
}

.blob {
    background: #82c8ff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #82c8ff;
    margin: 0 6px;
    height: 12px;
    width: 12px;
    transform: scale(1);
    animation: pulse-blue 1.5s infinite;
    display: inline-block;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}
.__web-inspector-hide-shortcut__ {
    visibility: hidden !important;
}

:host .ionicon {
    stroke: currentcolor;
}
.headerMac1 {
    background-color: #0E3C85;
    padding: 80px 0 104px;
    letter-spacing: .333px;
}
.headerMac1 .hmacBax {
    background-color: #fff;
    border-radius: 40px;
    padding: 80px 108px;
}
.headerMac1 .hmacBax h2 {
    letter-spacing: -2px;
}
.fs18 {
    font-size: 18px;
}
.headerMac1 .hmacBax .innerBox {
    border-top: 1px solid rgba(23, 4, 45, .2);
}
.fs11 {
    font-size: 11px;
}
.fs32 {
    font-size: 32px;
}

.my16 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.maxW40px {
    max-width: 40px;
}
.textC1 {
    color: #17042d;
}
.headerMac1 .hmacBax .est .bulb {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #b948ff;
}

.bulb {
    position: relative;
}
.bulb {
    width: 12px;
    height: 12px;
}
.headerMac1 .hmacBax .est p {
	position: relative;
	top: 2px;
}
.headerMac1 .hmacBax .est p {
	color: rgba(23, 4, 45, .64);
}
.mtLg24 {
	margin-top: 24px !important;
}
.fs16 {
    font-size: 16px;
}
.myLg24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}
.mbLg16 {
	margin-bottom: 16px !important;
}
.headerMac1 .hmacBax .innerBox {
    border-top: 1px solid rgba(23, 4, 45, .2);
}
.lh32 {
    line-height: 32px;
}
.fs24 {
    font-size: 24px;
}
.mb16 {
    margin-bottom: 16px;
}
.fs18 {
    font-size: 18px;
}

.mt16 {
    margin-top: 16px;
}
.bulb.c3:after, .bulb.c3:before {
    background-color: #0E3C85;
}

.bulb:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;
}
.bulb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
@keyframes pulse-ring{
	0% {
    transform: scale(.33);
}
80%, 100% {
    opacity: 0;
}
}
@media screen and (min-width: 991px) {
    .pyLg24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
	.meLg12 {
        margin-right: 12px !important;
    }
}
/*-------------------
Responsive Styles
--------------------*/

@media only screen and (max-width: 480px){
.heading {
    font-size: 28px;
}
.btn-top{
	margin:auto;
}
.slide-section h1 {
    font-size: 38px;
}
.banner__two-shape-four {
    width: 85px;
}
.banner__two-shape-one{
	display:none;
}
.headingp {
    font-size: 26px;
}
.heading br{
	display:none;
}
.grid-item-inner{
	margin-bottom:10px;
}
.item--description .item--description-inner {
    padding: 25px 20px 25px;
}
.headerMac1 {
    padding: 40px 0 40px;
}
.headerMac1 .hmacBax {
    border-radius: 20px;
    padding: 25px 15px;
}
.fs32 {
    font-size: 25px;
}
.fs24 {
    font-size: 15px;
}
.bulb{
	display:none;
}
}
/* new landing page */
.social-top ul li {
    display: inline-block;
    margin: 4px;
}
.shadow-0{
	box-shadow:none !important;
}
.nav-link.text-uppercase {
    font-weight: 500;
    font-size: 13px;
}
a.make-claim {
    background: #00bb33;
    color: #fff;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 5px;
    margin-left: 10px;
}
a.makee-claim {
    background: #00bb33;
    color: #fff;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 5px;
    /* margin-left: 10px; */
}
a.call-btn {
    border: 1px solid #00bb33;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    color: #333;
}
a.call-btn i {
    font-size: 28px;
    margin-right: 10px;
}
a.call-btn small {
    color: #a5a4a4;
    font-size: 12px;
    display: block;
    width: 100%;
}
.hero-section{
	background:url(../images/hero-bnr.jpg);
	background-size:cover;
	background-position:center;
}
.hero-section .overlay {
    background: linear-gradient(90deg, #ffffff6b, #2fd7857a);
}
.hero-con h1 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}
.hero-btn {
    display: flex; gap:15px;
}
.hero-btn .make-claim {
    margin: 0 0 10px 0;
    color: #000;
    padding: 7px 15px;
}
.rate {
    font-size: 20px;
    font-weight: 600;
	margin-top: 10px;
}
.hero-rating{
	gap:15px;
}
.accident h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.accident h2 span{
	color:#00BB33;
}
.feature-box {
    border: 1px solid #333;
    border-radius: 3px;
    padding: 5px;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
}
.feature-box i {
    color: #000;
    font-size: 35px;
}
.acci-img::before {
    content: "";
    width: 250px;
    height: 250px;
    border: 5px solid #00bb33;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 0;
}
.counter {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(1deg, #0cbf3d, #7fe39a);
    padding: 38px 0;
    border: 1px solid #fff;
    position: absolute;
    bottom: -58px;
    left: -42px;
    font-size: 13px;
    font-weight: 500;
}
.sub-head {
    font-size: 32px;
    font-weight: 600;
}
.sub-head::before {
    width: 80px;
    height: 5px;
    background: #00bb33;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.process-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    /* background: #fff; */
    padding: 20px 15px;
    font-size: 14px;
    gap: 15px;
}
.process-box .bedge {
    background: #72dd8f;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 10px;
    right: 0;
    font-size: 13px;
    top: 9px; z-index:1;
}
.process-box .bedge::before {
    z-index: 0;
    content: "";
    background: linear-gradient(57deg, #72dd8f 10%, #72dd8f 52%, transparent);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: -10px;
    top: 4px;
}
.process-box h4 {
    font-size: 18px;
    font-weight: 600;
}
.process-box i {
    font-size: 45px;
}
.service-box{
	border-radius:5px;
	padding:20px;
	background-size: cover !important;
    background-position: center !important;
}

.service-box::before {
    content: "";
    background: linear-gradient(179deg, #049d35, #052747);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    opacity: .9;
    top: 0;
    left: 0;
}
.sb-1{
	background:url(../images/acc-recovery.png);
}
.sb-2{
	background:url(../images/sr2.png);
}
.sb-3{
	background:url(../images/sr3.png);
}
.sb-4{
	background:url(../images/sr4.png);
}
.sb-5{
	background:url(../images/sr5.png);
}
.sb-6{
	background:url(../images/sr6.png);
}
.sb-7{
	background:url(../images/sr7.png);
}
.sb-8{
	background:url(../images/sr8.png);
}
.ser-con {
    z-index: 1;
    position: relative;
    color: #fff;
}
.ser-con h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
}
.call-box {
    background: #f4fff7;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 12px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 500;
}
.call-box h5{
	font-weight:600;
}
.fot-new{
	background:url(../images/copyright.png);
	background-size:cover;
	background-position:bottom center;
	position:relative;
}
.fot-new::before{
	background:#f4fff7;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.9;
	content:"";
}
.fot-new a {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
}
.fot-new{
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;	
}
.bg-blue {
    background: #170844;
    border-radius: 5px;
    padding: 15px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
}
.col-in-box {
    background: linear-gradient(to right, #172e4d, #01b734);
    color: #fff;
    padding: 20px 40px;
    position: relative;
    bottom: -50px;
    z-index: 1;
}
.col-in-box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -22px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 65px solid #0c1c37;
}
.col-in-box::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -22px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 65px solid #087e29;
}
.contact-sec{
	background:url(../images/cta-bg.png);
	background-size:cover;
	background-position:center;
	border-radius:5px;
}

.contact-sec::before{
	content:"";
	background:#188a47;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border-radius:5px;
	opacity:.8;
}
.cont-form{
	border:1px solid #5da77c;
	background:rgba(255,255,255,.1);
	color:#fff;border-radius:5px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
#accordionHome .accordion-button {
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    font-weight: 500;
    font-size: 18px;
}
#accordionHome .accordion-button:focus{
	box-shadow:none;
}
.faqs-s .sub-head::before{
	left:auto;
	right:auto;
}

#testi-m .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
#testi-m .carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  #testi-m .carousel-inner {
    display: flex;
    width: 100%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  #testi-m .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  #testi-m .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
#testi-m .carousel .card {
    margin: 0 0.5em;
    border: 1px solid #00BB33;
    background: #f1fdf2;
	position:relative;
}
#testi-m .carousel .card .quotes {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    opacity: .2;
}
#testi-m .carousel-control-prev,
#testi-m .carousel-control-next {
  background-color: grey;
  top: 50%;
  transform: translateY(-50%);

}
#testi-m .carousel-control-prev{
	  left:-3em;
}
#testi-m .carousel-control-next {
    left: 100% !important;
}
.one-box{
	background:url(../images/left-bg.jpg);
	background-size:cover;
	background-position:center;
	padding:30px 30px 50px 30px;
	border-radius:5px;
	border:1px solid #000;
} 
.two-b{
	background:url(../images/right-bg.jpg);
}

.one-box img{
	position:absolute;
	bottom:15px;
	right:0;    max-width: 130px;
}
.one-box p {
    font-size: 12px;
    max-width: 301px;
    font-weight: 400;
}
.one-box a {
    display: inline-block;
    padding: 10px 20px;
}
.cont-form .sub-head::before{
	display:none;
}
.alone-box {
    background: url(../images/alone-bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    padding-bottom: 150px;
}
.alone-box::before{
	background: rgb(240,240,240);
	background: radial-gradient(circle, rgb(240 240 240 / 88%) -84%, rgb(3 36 73) 40%, rgba(3, 36, 73, 1) 100%);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;border-radius:5px;
	content:"";
	opacity:.9;
}
.helped {
    margin-top: -150px;
}
.crash{
	background: url(../images/crash.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 150px !important;
}
.crash::before {
    background: linear-gradient(1deg, #73e391, #def5e3e0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
.p-mius{
	 margin-top: -150px;
}
.c-box{
	border-right:2px solid #fff;
	padding:0 10px;
}
.c-box:last-child{
	border-right:none;
}
.accident .acci-img::before {
    top:26px;
}
.make-box{
	background:#faf8f4;
	padding-bottom:200px;
}
.report-box {
    background: linear-gradient(180deg, #fff, #e8fff5);
    box-shadow: 0 0 5px #0000004f;
    border-radius: 10px;
    margin-top: -185px;
}
.ic-list {
    line-height: 25px;
    font-size: 12px;
}
.acci-img.acc-l::before {
    left: -17px;
    top: -17px;
}
.image-box {
    font-size: 14px;
    text-align: justify;
}
.c-mgt {
    border: 4px solid #00BB33;
    padding: 20px;
}
.c-mgt ul li{
	margin-top:10px;
}
.process-box.shadow {
    min-height: 135px;
}
.bg-blue-n{
	background:#170844;
}
@media only screen and (max-width:800px){
	.image-box {
		text-align: left;
	}
	.process-box.shadow{
		padding:20px;
	}
	a.make-claim{
		font-size: 13px;
		padding: 15px 12px;
	}
	a.call-btn{
		font-size: 12px;
	}
	.hero-con h1 {
		font-size: 20px;
	}
	.hero-rating {
		display: block !important;
	}
	.accident h2 {
		font-size: 20px;
		line-height: 27px;
	}
	.feature-box {
		margin-bottom: 10px;
	}
	.acci-img::before{
		display:none;
	}
	.acci-img {
		margin-top: 15px;
	}
	.counter {
		width: 100%;
		height: 90px;
		border-radius: 5px;
		text-align: center;
		display: inline-block;
		padding: 15px 0;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.sub-head {
		font-size: 20px;
	}
	.process-box {
		padding: 40px 15px 0;
	}
	.cc-b {
		display: block !important;
	}
	.cc-b .c-box{
		border-right:none;
	}
	.one-box {
		margin-bottom: 15px;
	}
	.alone-box br {
		display: none;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 1rem;
		height: 1rem;
	}
	#testi-m .carousel-control-prev {
		left: 0em;
		width: 2rem;
		height: 2rem;
	}
	#testi-m .carousel-control-next {
		left: 89% !important;
		width: 2rem;
		height: 2rem;
	}
	.cont-form {
		padding: 0 15px;
	}
	.col-in-box::before,
	.col-in-box::after{
		display:none;		
	}
	.col-in-box {
        bottom: 0;
        margin-bottom: 25px;
    }
	.col-in-box h3{
		font-size:20px;
	}
}



.non-fault-section {
    background:#975AB4; 
	padding-bottom:250px;
}


.non-fault-section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

.non-fault-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #eaeaea;
}

.call-button-box {
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
    font-weight: 500;
    background: transparent;
    border: 1px solid white;
    padding: 5px 14px;
}
.claim-button-boxx{
    background-color: #fff;
    color: #00c853;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    border: none;
}

.call-button-inner {
    display: flex;
    align-items: center;
}

.call-button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.call-label {
    font-size: 10px;
    font-weight: 400;
    color: #cfcfcf;
    margin-bottom: -17px;
}

.call-number {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.call-button-box i {
    font-size: 20px;
    margin-right: 8px;
    color: #ffffff;
}

.claim-button-box {
    background-color: #00c853;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    border: none;
}

.claim-button-box:hover {
    background-color: #00b44b;
}


/* .step-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #22c55e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 12px;
    z-index: 2;
    text-transform: uppercase;
  }
  
  .process-box h4 {
    font-size: 18px;
    font-weight: 600;
  }
  
  .process-box img {
    width: 40px;
    height: 40px;
  }
   */

  .crashh{
	background: url(../images/crash.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 150px !important;
}
.crashh::before {
    background: linear-gradient(1deg, #D3A916  , #def5e3e0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
.report-btn {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: 1px solid #f06428; /* Orange border */
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  
  .report-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }
  
  .report-btn .btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  .report-btn .arrow {
    margin-left: 10px;
    font-size: 20px;
  }
  
  .claim-benefits ul {
    padding-left: 0;
  }
  
  .claim-benefits li {
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
  }
  
  .claim-benefits-black ul {
    padding-left: 0;
  }
  
  .claim-benefits-black li {
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
  }

  .tick-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #029229;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 5px;
  }
  
  .tick-circle::after {
    content: "✓";
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
  }
  

  .claim-tab-container {
    display: flex;
    gap: 20px;
}

.claim-tab-section{
    width: 86%;
}

.tab-list {
    flex: 1;
    max-width: 350px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #575757;
}

.tab-button {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    font-weight: 500;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button.active {
    background-color: #f0fff5;
    color: #029229;
    font-weight: 600;
    border-left: 4px solid #029229;
}

.tab-content {
    flex: 2;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Mobile Accordion */
.mobile-accordion {
    display: none;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-toggle {
    width: 100%;
    background: #fff;
    padding: 16px 20px;
    font-weight: 600;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.accordion-toggle::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-weight: bold;
}

.accordion-toggle.active::after {
    content: '-';
}

.accordion-content {
    display: none;
    padding: 0 20px 16px;
}

.accordion-content.show {
    display: block;
}

/* Responsive Switch */
@media (max-width: 768px) {
    .desktop-view {
        display: none;
    }
    .mobile-accordion {
        display: block;
        width: 100%;
    }
}


.personal-injury-section{
    background:#705AB4; 
	padding-bottom:250px;
}

.personal-injury-section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    /* color: #fff; */
}

.personal-injury-section p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}
.personal-injury-section p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}

.personal-injury-section h2,
.personal-injury-section h5,
.personal-injury-section p {
    color: #fff;
}

.coverage-section {
    background-color: #f9f9f9;
  }
  
  .coverage-section h2 {
    font-size: 24px;
  }
  
  .underline {
    width: 40px;
    height: 4px;
    background-color: #00b56f;
    border-radius: 4px;
  }
  
  .card-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: box-shadow 0.3s;
  }
  
  .card-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  
  .icon-box {
    background-color: #a7eac0;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 20px;
  }
  .claim-button-box {
    background-color: #00c853;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: 0.3s ease;
    gap: 8px;
}

.claim-button-box:hover {
    background-color: #00b44b;
}

.claim-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.body-banner{
    background:#705AB4;
    padding: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.body-banner h2,
.body-banner h5,
.body-banner p {
    color: #fff;
}



.credit-hire-claims{
    background:#6B0D83; 
	padding-bottom:250px;
}

.credit-hire-claims h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    /* color: #fff; */
}

.credit-hire-claims p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}
.credit-hire-claims p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}

.credit-hire-claims h2,
.credit-hire-claims h5,
.credit-hire-claims p {
    color: #fff;
}


.comparison-section .text-highlight {
    color: #000;
  }
  
  .comparison-section .underline {
    width: 60px;
    height: 3px;
    background-color: #1abc60;
  }
  
  @media (max-width: 767.98px) {
    .comparison-section .border-end {
      border-right: none !important;
      border-bottom: 1px solid #dee2e6;
      margin-bottom: 1rem;
    }
  }

  .credit-hire{
    border: 2px solid #00BB33;
    border-radius: 9px;
  }

  .why-credit-hire .underline {
    width: 60px;
    height: 3px;
    background-color: #1abc60;
  }
  
  .why-credit-hire .icon-box {
    width: 50px;
    height: 50px;
    background-color: #0EBC32;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .why-credit-hire .icon-img {
    width: 24px;
    height: 24px;
  }
  
  /* .make-claim {
    background-color: #00bf63;
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  } */
  
  /* .make-claim:hover {
    background-color: #019c53;
    color: white;
  }
   */

.body-banner1{
    background:#470657;
    /* padding: 15px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.body-banner1 h2,
.body-banner1 h5,
.body-banner1 p {
    color: #fff;
}


.vehicle-recovery-claim{
    background:#0F0C5F; 
	padding-bottom:250px;
}

.vehicle-recovery-claim h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    /* color: #fff; */
}

.vehicle-recovery-claim p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}
.vehicle-recovery-claim p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #eaeaea; */
}

.vehicle-recovery-claim h2,
.vehicle-recovery-claim h5,
.vehicle-recovery-claim p {
    color: #fff;
}


.body-banner2{
    background:#0F0C5F;
    /* padding: 15px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.body-banner2 h2,
.body-banner2 h5,
.body-banner2 p {
    color: #fff;
}