body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #1560a6, #136ec3, #1560a6) !important;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #1a1a1a;
	font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.align{
    align-items: center !important;
}
.c-fff{
    color: #fff !important;
}
.c-ffd400 {
    color: #ff7a01 !important;
}
.c-fecf04 {
     color: #fecf04 !important;
}
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}
img.vert-move  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/**/
.top-head {
    padding: 4px 0;
}

/*Header Css*/

.logo-img {
    max-width: 250px;
}
.top-head .btn.btn-outline-success {
    background: #1560a6;
    border: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 19px;
    border-radius: 100px;
    transition: 0.6s;
}
.text-experience {
    font-size: 22px;
    color: #0471d7;
}
.btn.btn-outline-success:hover {
    background: #28a6ff;
}
.card-pera {
    background: #ffffff1f;
    border-left: solid 2px #ffca08;
    padding: 15px;
}
.TrustedInsurancePartner {
    border: solid 2px #ffca08;
    border-radius: 12px;
}
.top-head .btn.btn-outline-success i{
margin-right: 5px;
}

.top-head ul li a {
    color: #000 !important;
    font-size: 17px;
}
.top-head ul li a:hover {
    color: #1560a6 !important; 
}
.top-head ul li{
    margin-right: 5px;
}
.light-navi {
    background: #fff;
    border-radius: 100px;
    padding: 2px 16px;
    border: solid 1px #f28f505e;
    box-shadow: 0 4px 7px #0000000d;
}
/**/
.hero-part {
    padding: 45px 0;
}
.main-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}
.span-1 {
    color: #ffca08;
}
.sab-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.hindi-text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}
.btn-cta {
    background: #ffca08;
    border: none;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 19px;
    border-radius: 100px;
    transition: 0.6s;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
}
.btn-cta:hover {
    background: #ffffff; 
}
.insurance-img {
    border-radius: 20px;
    background: #ffff;
    border: solid 2px #ffca08;
}

/**/
.rk-about-section{
  background:#f8fbff;
}

/* SLIDER */
.rk-about-slider{
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.rk-about-slides{
  display:flex;
  animation:rkAboutSlide 9s infinite;
}

.rk-about-slides img{
  width:100%;
  flex-shrink:0;
}

/* SLIDER ANIMATION */
@keyframes rkAboutSlide{
  0%,30%{transform:translateX(0)}
  35%,65%{transform:translateX(-100%)}
  70%,100%{transform:translateX(-200%)}
}

/* CONTENT */
.rk-about-content h2 {
    font-size: 40px;
    font-weight: 700;
}
.rk-about-content h2 span {
    color: #1560a6;
}
.rk-about-content p {
    color: #282828;
    line-height: 1.4; 
}
.rk-about-content .rk-about-feature p {
    font-size: 15px;
}
.rk-about-feature h5 {
    color: #1560a6;
}

/* FEATURES */
.rk-about-feature {
    display: flex;
    gap: 12px;
    background: #1560a60f;
    padding: 16px;
    border-radius: 14px;
    transition: .3s;
    height: 100%;
    border: solid 1px #1560a61f;
}

.rk-about-feature:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.rk-about-feature span{
  font-size:22px;
}

 
.hover-black:hover {
    background: #111 !important;
    color: #fff !important;
}

/**/

.services-part {
    padding: 45px 0;
}
.title-h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}
.ser-card {
    border-radius: 230px 230px 12px 12px;
    text-align: center;
    padding: 20px;
    position: relative;
    min-height: 308px;
    margin-top: 125px;
    border: solid 2px #ffca08;
    background: #fff;
}
img.card-ser {
    display: block;
    max-width: 100%;
    z-index: 2;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 75%;
    border: solid 2px #ffca08;
    margin-top: -100px;
    border-radius: 100%;
    box-shadow: 0 12px 10px #0000001f;
}
.ser-card h4 {
    font-size: 25px;
    font-weight: 700;
    color: #1560a6;
}

.rk-about-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1560a6;
    margin-bottom: 15px;
}
.list-points li {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    margin-bottom:10px;
    color: #111;
}
.list-points li i {
    background: #1560a6;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: solid 1px #ffca08;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}


/**/

/* WHY + CTA SECTION */
.why-cta-section {
    background: linear-gradient(180deg, #f3f3f3 35%, #1560a6 35%);
}
/* Cards */
.why-card{
  background:#fff;
  padding:30px 20px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.why-card:hover{
  transform:translateY(-5px);
}

.why-card i {
    font-size: 32px;
    color: #000000;
    background: #ffca08;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: solid 2px #007acf;
    padding: 21px 0;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1560a6;
}
.why-card p{ 
  margin:0;
}

/* CTA */
.cta-content h2{
  font-size:40px;
  font-weight:700;
}

.cta-content p{
  opacity:0.9;
}

.cta-btn {
    background: #ffca08;
    color: #000;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
}

.cta-btn:hover{
  background:#ffb83f;
}

/* Responsive */
@media(max-width:576px){
  .cta-content h2{
    font-size:26px;
  }
}

/**/


/*testimonials */    
.testimonials {
    padding: 80px 0;
    background: #570068;
    position: relative;
    z-index: 5;
}
.testimonials:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 5%;
    background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    );
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -5;
}
.testimonial {
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    background: #ffca08;
    padding: 20px;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}
.testimonial .testimonial-title {
    color: #ffffff;
    font-size: 20px;
   background: #1464ae;
    width: fit-content;
    padding: 7px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
.testimonial p {
    font-size: 18px;
    color: #000000;
}
.owl-item {
    padding: 10px;
    padding-top: 40px;
}
.testimonials-part {
    padding: 40px 0;
}
.star-icons {
    color: #ffffff;
    font-size: 29px;
    background: #1464ae;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.pic img {
    border-radius: 100px;
    width: 100px;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
    margin-top: -70px;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}
/**/

/* Quote Section */
.quote-section {
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
}
/* Left Content */
.quote-content h2 {
    font-size: 40px;
    color: #1560a6;
}
 
/* Form Card */
.quote-form-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.form-select {
    padding: 12px 12px;
    font-size: 18px;
    border: 1px solid #e3e3e3;
    color: #71757d !important;
}
/* Button */
.btn-quote {
    border: none;
    background: #ffca08;
    color: #000;
    padding: 16px 10px;
    font-weight: 600;
    border-radius: 30px;
    width: 180px;
}
.map-part {
    border-radius: 10px;
    border: solid 2px #1560a6 !important;
    margin-top: 10px;
}
.btn-quote:hover {
  background: linear-gradient(90deg, #ffb300, #f9a825);
}
.form-control { 
    padding: 12px 12px;
    font-size: 18px; 
    border: 1px solid #e3e3e3; 
}
.quote-form-card h4 {
    font-size: 30px;
    color: #1560a6;
    font-weight: 700;
}

/* Responsive */
 


/**/

/* Footer */
.main-footer {
    background: #00539f;
    padding: 60px 0 20px;
    color: #ffffff;
    border-top: solid 1px #eeeeee7a;
}

/* Titles */
.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    color: #ffca08;
}

/* Text */
.footer-text {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.logo-img-ft {
    background: #fff;
    width: 290px;
    border-radius: 12px;
    border: solid 2px #00b8c1;
    padding: 8px 10px;
}
/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}
.footer-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
      opacity: 0.8; 
}
.footer-links a:hover {
  opacity: 1; 
}

/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.footer-contact li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px; 
}
.footer-contact li a{ 
    color: #fff !important;
}
.footer-contact li a:hover{ 
    color: #ffd508 !important;
}
.footer-contact li a i {
    background: #ffca08;
    width: 29px;
    height: 29px;
    border-radius: 100px;
    border: solid 2px #ffd508;
    text-align: center;
    padding: 3px 0;
    color: #141414;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: 0;
}

/* Social Icons */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

.footer-social a:hover {
  color: #ffb300;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 767px) {
 .footer-title { 
    font-size: 25px; 
}
.footer-links a { 
    font-size: 18px; 
}
  .footer-social {
    margin-top: 10px;
  }
  .rk-about-content h2 {
    font-size: 27px;
}
.title-h2 {
    font-size: 35px; 
}
.ser-card { 
    margin-top: 110px; 
}
.quote-content h2 {
    font-size: 27px; 
}
.quote-form-card h4 {
    font-size: 27px; 
}
}


/**/

.social-icons li {
    display: inline-block;
    margin-right: 5px;
}
.social-icons li a {
    background: #ffffff;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: solid 2px #ffca08;
    text-align: center;
    padding: 4px 0;
    color: #141414;
    transition: 0.6s;
}
.social-icons li a:hover {
    background: #ffca08;
    color: #111;
}



/**/



@media (max-width:1199px) {
.top-head .btn.btn-outline-success { 
    font-size: 14px; 
}
.top-head ul li a { 
    font-size: 13px;
}
.logo-img {
    max-width: 235px;
}
.navbar-light .navbar-toggler {
    color: unset !important;
    border-color: unset !important;
    background: #efca08;
}
.navbar-toggler:focus { 
    box-shadow: unset !important;
}
.top-head #navbarSupportedContent {
    position: absolute;
    top: 72px;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-radius: 10px;
    padding: 12px 30px;
    z-index: 9;
}


}


@media (max-width:991px) { 
.top-head .btn.btn-outline-success {
    font-size: 16px;
    margin-top: 10px;
}
.top-head ul li a {
    font-size: 16px;
    border-bottom: solid 1px #f9ceb254;
}
.main-title {
    font-size: 30px; 
}
.hindi-text {
    font-size: 18px; 
}
.sab-title {
    font-size: 18px;  
}
.reverse {
    flex-direction: column-reverse;
}
.insurance-img {
    margin: -25px 0 15px 0;
}
.rk-about-content h2 {
    font-size:27px; 
}
.rk-about-content h3 {
    font-size: 26px; 
}

}

@media (max-width:767px) { 
    .mobile-p-0 {
    padding-top: 0 !important;
}
.light-navi { 
    padding: 1px 22px; 
}
.logo-img {
    max-width: 215px;
}
.list-points li i { 
    width: 25px;
    height: 25px;
    font-size: 13px; 
    top: 3px;
}
.list-points li {
    padding-left: 35px; 
}

}


@media (max-width:374px) { 
.light-navi { 
    padding: 1px 18px; 
}
.logo-img {
    max-width: 180px;
}
.main-title {
    font-size: 26px;
}
}