*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{
  overflow-x: hidden;
  color: #4A4A4A;
  
}

/* Common CSS */

@font-face {
  font-family: Mulish-800;
  src: url('../fonts/Mulish/static/Mulish-ExtraBold.ttf');
}
@font-face {
  font-family: Mulish-700;
  src: url('../fonts/Mulish/static/Mulish-Bold.ttf');
}
@font-face {
  font-family: Mulish-600;
  src: url('../fonts/Mulish/static/Mulish-SemiBold.ttf');
}
@font-face {
  font-family: Mulish-500;
  src: url('../fonts/Mulish/static/Mulish-Medium.ttf');
}
@font-face {
  font-family: Mulish-400;
  src: url('../fonts/Mulish/static/Mulish-Regular.ttf');
}
@font-face {
  font-family: Mulish-300;
  src: url('../fonts/Mulish/static/Mulish-Light.ttf');
}


.mul-800{
  font-family: Mulish-800;
}
.mul-700{
  font-family: Mulish-700;
}
.mul-600{
  font-family: Mulish-600;
}
.mul-500{
  font-family: Mulish-500;
}
.mul-400{
  font-family: Mulish-400;
}
.mul-300{
  font-family: Mulish-300;
}

a{
text-decoration: none;
color: #4A4A4A;
}

.fs-10{
  font-size: 10px;
}
.fs-12{
  font-size: 12px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}

.grad{
  /* background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); */
  background: linear-gradient(270deg, #37A0D9 0%, #54BA4F 50.48%, #37A0D9 100%),
linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6));

}
.blue{
  color: #37A0D9;
}
.green{
  color: #54BA4F;
}
.gray{
  color: #4A4A4A;
}
.gray2{
  color: #4D4D4D;
}
.bg-light {
background-color: #fff !important;
}
.text-justify{
  text-align: justify;
}
.p-relative{
position: relative;
}
.bg-grad{
  /* background: linear-gradient(180deg, rgba(78, 155, 68, 0.1) 0%, rgba(55, 160, 217, 0.1) 100%); */
  background: linear-gradient(180deg, rgba(69, 161, 218, 0.1) 0%, rgba(84, 186, 79, 0.1) 100%);

}

.nav-btn{
  border-radius: 50px;
  font-family: Mulish-800;
  font-size: 16px;
}
.navbar-brand img{
width: 200px;
object-fit: cover;
}

.show-btn{
  border-radius: 50px;
  font-family: Mulish-800;
  font-size: 20px;
  color: #fff;
  /* width: 350px; */
  width: 280px;
}
.sec-head{
  font-size: 36px;
}

.text-up{
  text-transform: uppercase;
}

.hr{
  height: 2px !important;
  color: #c0c0c0;
  opacity: 1 !important;
}

.w-fit{
width: fit-content;
}
.flex-col{
flex-direction: column;
}

.br-gray{
  border-right: 1px solid #DBDBDB;
}
.cal-left , .cal-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.btn-info {
    color: #000;
    background-color: #ffffff !important;
    border-color: #00000000 !important;
}

.br-bottom{
    border-bottom:1px solid #54BA4F;
}



/* navbar */
.navbar{
  box-shadow: 0px 4px 10px 0px #0000001A;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.nav-link{
  font-family: Mulish-400;
  font-size: 14px;
}
.nav-link:hover , .active-nav {
  color: #37A0D9 !important;
  font-family: Mulish-500;
}
.dropdown-toggle::after {
  color: #37A0D9;
}

.navbar .dropdown-item {
font-family: Mulish-500;
color: #4A4A4A !important;
font-size: 1rem;
/* border-bottom: 1px solid #0000004f; */
padding: 0.5rem 1rem;
}
/* .navbar .dropdown-item:last-of-type{
border-bottom: none;
} */

.navbar .dropdown-item:hover{
background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
color: #fff !important;
}

.navbar .dropdown-menu{
border: 2px solid #37a0d991;
}


/* Hero */
.hero-cont{
  margin-top: 6rem;
}
.carousel-indicators [data-bs-target] {
  width: 100px;
  height: 5px;
  background-color: #37A0D9;
  opacity: 0.2;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15% !important;
  bottom: 1.25rem;
  /*left: 5% !important;*/
  left: 0% !important;
  top: 20% !important;
  width: 50% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
  /* text-transform: uppercase; */
}
.carousel-caption h1{
  /* font-size: 32px; */
  font-size: 24px;
  letter-spacing: 15px;
  text-transform: uppercase;
}
.carousel-caption h2{
  /* font-size: 64px; */
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  /* bottom: -30px !important; */
  bottom: -45px !important;
}
.carousel-item img{
/* height: 600px; */
height: 450px;
object-fit: none;

}

.carousel-item .show-btn{
  font-size: 17px;
}


/* Tools Calculator */
.item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  /* background-color: #00000025; */
  cursor: pointer;
  font-size: 1.5rem; /* Size of the arrow */
  font-weight: 800;
  color: #030303; /* Grey color for the arrow */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.prev{
  left: -4%;
  /* left: -1%; */
  top: 40%;
}
.next{
  /* right: -1%; */
  right: -4%;
  top: 40%;
}
.scroll-btn img {
  width: 50px;
  height: 50px;
}
.prev img{
rotate: 180deg;
}
.scroll-btn:hover {
  color: #000000; /* Darker grey when hovering */
}

.card-wrapper {
  display: flex;
  overflow: hidden; /* Hide scrollbar */
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  max-width: 80vw; /* Adjust based on your design */
  box-sizing: border-box;
  position: relative; /* For positioning scroll buttons */
  flex-wrap: nowrap !important;
}

.card-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers */
}

.tools{
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #0000001A;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.tools i{
  font-size: 65px;
  color: #37A0D9;
}
.tools h4{
  font-size: 15px;
}
.tools h5{
  font-size: 14px;
}
.tools:hover{
  color: #fff;
  /* background: linear-gradient(180deg, #37A0D9 0%, #54BA4F 100%); */
  background: radial-gradient(65% 65% at 50% 50%, #54BA4F 0%, #37A0D9 100%), linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6));
  border: 2px solid #37A0D9;

  i{
      color: #fff;
  }
}

.tools img {
  width: 60px;
  height: 60px;
}


.img-default{
    /* opacity: 0; */
    display: block;
  }
  .img-hover{
    /* opacity: 1; */
    /*display: none;*/
  }
  .home-cal-opt .img-hover{
    /* opacity: 1; */
    display: none;
  }

  .home-cal-opt:hover{
    .img-default{
    /* opacity: 0; */
    display: none;
  }
  .img-hover{
    /* opacity: 1; */
    display: block;
  }
  }

.active-cal{
  /* background: linear-gradient(180deg, #37A0D9 0%, #54BA4F 100%); */
  background: radial-gradient(65% 65% at 50% 50%, #54BA4F 0%, #37A0D9 100%),
linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6));

  border: 2px solid #37A0D9;

  .img-default{
    /* opacity: 0; */
    display: none;
  }
  .img-hover{
    /* opacity: 1; */
    display: block;
  }
  h4,h5{
    font-size: 14px;
    color: #fff;
    font-family: Mulish-800 !important;
  }
  i{
    color: #fff !important;
  }
}


.cal-card{
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #00000033;
  background-color: #fff;
}
.output-box{
  border-radius: 20px;
}
.output-box .form-control[readonly]{
  border-radius: 10px;
  background-color: #fff !important;
}
.value-box{
  width: 200px;
  /* height: 40px; */
  height: 30px;
  border: 2px solid #54BA4F;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  /* font-size: 11px; */
  font-family: Mulish-700;
}
.invest ,.return{
  /* width: 160px; */
  width: 200px;
}
.invest{
  border-left: 10px solid #37A0D9;
}
.return{
  border-left: 10px solid #54BA4F;
}
.chart{
width: 265px;
/* width: 280px; */
}
.chart2{
width: 240px;
}

.cal-head label{
  /* font-size: 13px; */
  font-size: 16px;
}
.set-amount h6{
  /* font-size: 10px; */
  font-size: 16px;
  margin-bottom: 0px !important;
}



/* Style for the range input */
.range-container {
  width: 300px;
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none; /* For Safari */
  width: 100%;
  height: 5px;

  outline: none;
  opacity: 0.7;
  transition: opacity .2s; /* Smooth transition on hover */
  border-radius: 5px;

}
input[type="range"]::-moz-range-track {
  height: 5px; /* actual bar height */
  background: #df6d10;
}

.input-group{
    padding-top:5px !important;
}

input[type="range"]:hover {
  opacity: 1; /* Make it more visible on hover */
}

/* Custom styling for the range input thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top:-7px;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #008BC4; 
  border-radius: 50%; 
  cursor: pointer;
  /* border: 2px solid #ffffff60;  */
  outline: 5px solid #3498db48;
}

input[type="range"]::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #008BC4; 
  border-radius: 50%;
  cursor: pointer;
  /* border: 2px solid #3498db;  */
  outline: 5px solid #3498db48;
}

/* Styling for the selected portion */
input[type="range"]::-webkit-slider-runnable-track {
  background: #e0e0e0; /* Color for the selected portion */
  height: 4px;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  background: #e0e0e0; /* Color for the selected portion */
  height: 4px;
  border-radius: 5px;
}

/* Non-selected portion styling using a pseudo-element */
input[type="range"]::-webkit-slider-runnable-track {
  position: relative;
  background: #eeeeee; /* Non-selected background color */
}

input[type="range"]::-webkit-slider-runnable-track {
  /* background: linear-gradient(to right, #008BC4 0%, #008BC4 var(--value), #fff var(--value), #fff 100%); */
  background: var(--value);
}

input[type="range"]::-moz-range-track {
  /* background: linear-gradient(to right, #008BC4 0%, #008BC4 var(--value), #fff var(--value), #fff 100%); */
}
.set-amount{
  margin-top: -7px;
  /* margin-top: -14px; */
}

:root{
   --value2: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); 
  --value: #e0e0ee;
}
input[type="range"] {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  background: var(--value); /* This will receive the full gradient from JS */
  outline: none;
}





.styled-range {
  -webkit-appearance: none;
  width: 100%;
  height: 12px; /* Thicker */
  border-radius: 6px;
  background: linear-gradient(to right, #2ecc71, #3498db) , #e0e0e0;
  background-size: 0% 100%;
  outline: none;
  transition: background-size 0.3s;
}
.styled-range::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 5px;
  background: transparent; /* background handled inline via JS */
}

.styled-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background 0.3s;
}

.styled-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
.styled-range::-moz-range-progress {
  background-color: #3498db;
  height: 10px;
}


.lg{
  width: 260px;
}
.sm{
  width: 120px;
}

.variable-grad .row {
  h4{
    font-size: 18px !important;
  }
  h5{
    font-size: 16px !important;
  }
}


.output-text{
    font-size: 18px;
  }













/* Service */
.service-card{
  width: 280px;
  height: 300px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #0000001A;
  transition: all 1.5s ease;
}
.service-name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.service-name h4{
  font-size: 20px;
}

/* .info{
  display: none;
  border: 2px solid #37A0D9;
  box-shadow: 0px 0px 25px 0px #37A0D9B2;
  width: 280px;
  height: 300px;
  border-radius: 5px;
  background-color: #fff;
}
.service-card:hover{
  .service-name{
      display: none;
  }
  .info{
      display: block;
  }
} */

.info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  border: 2px solid #37A0D9;
  box-shadow: 0px 0px 25px 0px #37A0D9B2;
  width: 280px;
  height: 300px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute; /* helpful if it should appear over something */
  z-index: 10;
}
.info h4{
  margin-bottom: 12px;
}
.service-card:hover .info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-card:hover .service-name {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.service-name {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}


/* Testimonial */
.testimonial{
  width: 350px;
  height: 450px;
  box-shadow: 0px 0px 20px 0px #0000001A;
  border-radius: 20px;
  background-color: #fff;
  text-wrap-mode: wrap;
  overflow: hidden;
}
.testimonial p{
  text-wrap-mode: wrap;
}
.test-img{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  object-fit: cover;
}
/* .test-img img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
} */

.name-box {
  height: fit-content;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  left: 0%;
  bottom: 3%;
  text-wrap-mode: wrap;
}
.test-bg{
  position: absolute;
  bottom: 0;
}
.name-box h6{
  font-size: 20px;
}



/* Marquee */

.marquee {
  width: 100%;
  overflow: hidden;
  /* background-color: #f2f2f2; */
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  /* animation: marquee 20s linear infinite;  */
  /* animation-play-state: running; */
}

/* .marquee:hover .marquee-content {
  animation-play-state: paused; 
} */

.marquee-item {
  flex-shrink: 0;
  /* Set your desired width */
  height: 150px;
  /* background-color: #ccc; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 15px; */
  font-size: 20px;
  /* transition: transform 0.4s ease, filter 0.4s ease; */
}

.marquee-inner:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}

.marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}

.marquee {
    overflow-x: clip;
    white-space: nowrap;
    position: relative;
    width: 102%;
}

.marquee-inner {
    display: flex;
    align-items: center;
    gap: 2vw;
    /* padding: 12vh 0; */
    will-change: transform;
}

.marquee-inner img {
    /* height: 100%; */
    transition: transform 0.5s;
    flex-shrink: 0;
    /* width: 20vw; */
  height: 90%;
}

.marquee-inner img:hover {
    transform: scale(1.03);
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Contact */

.con-box{
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #0000001A;
  border-radius: 10px;
  height: 500px;
}


.con-box h5{
  font-size: 28px;
}

.con-box form button{
  width: 300px;
  height: 50px;
}

.con-box .form-control{
  border: 2px solid #54BA4F;
}

.con-box .form-control::placeholder{
  font-size: 14px;
  font-family: Mulish-300;
  color: #8b8b8b;
}



/* FAQ */
.blue-section{

.accordion-button::after {
  display: none;
}

.faq-icon {
  font-size: 1.2rem;
  margin-left: auto;
}

.accordion-button.collapsed .icon-plus {
  display: inline;
}

.accordion-button.collapsed .icon-minus {
  display: none;
}

.accordion-button:not(.collapsed) .icon-plus {
  display: none;
}

.accordion-button:not(.collapsed) .icon-minus {
  display: inline;
}
.accordion-item {
  background-color: #fff;
  border: none !important;
  }
  .accordion-button:not(.collapsed) {
      color: #0c63e4;
      background-color: #fff;
      box-shadow: none !important;
  }

  .accordion{
      box-shadow: 0px 0px 15px 0px #00000033;
      border-radius: 20px;
  }
  .accordion-body{
      border: 2px solid #54BA4F;
      background-color: #54BA4F0D;
      border-radius: 20px;
      padding: 1.5rem 2rem !important;
  }
  .accordion-body ul{
      padding-left: 1rem;
  }
  .accordion-button ,.accordion-button:not(.collapsed){
      color: #4A4A4A;
      font-family: Mulish-800;

  }

  .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
  }



  
  
}

.faq-slide{

  /* .tools-faq .img-default{
    opacity: 1;
  }
  */
  /* .tools-faq .img-hover{
    opacity: 0;
  }  */
 
}

.tools-faq{
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #0000001A;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-wrap-mode: wrap;
  align-items: center;

  .img-default{
    /* opacity: 0; */
    display: block;
  }
  .img-hover{
    /* opacity: 1; */
    display: none;
  }
  
}

.tools-faq img{
  width: 80px;
  /*height: 80px;*/
}


.tools-faq i{
  font-size: 65px;
  color: #37A0D9;
}
.tools-faq h4{
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 0px;
  height:20%;
}
.tools-faq h5{
  font-size: 18px;
}
.tools-faq:hover{
  color: #fff;
  /* background: linear-gradient(180deg, #37A0D9 0%, #54BA4F 100%); */
  background: radial-gradient(65% 65% at 50% 50%, #54BA4F 0%, #37A0D9 100%),
linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6));

  border: 2px solid #37A0D9;
  
  
  h4{
    font-size: 18px;
    font-family: Mulish-800 !important;
  }

  i{
      color: #fff;
  }
  .img-default{
    /* opacity: 0; */
    display: none;
  }
  .img-hover{
    /* opacity: 1; */
    display: block;
  }
}


.active-faq{
  /* background: linear-gradient(180deg, #37A0D9 0%, #54BA4F 100%); */
  background: radial-gradient(65% 65% at 50% 50%, #54BA4F 0%, #37A0D9 100%),
linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6));

  border: 2px solid #37A0D9;

  .img-default{
    /* opacity: 0; */
    display: none;
  }
  .img-hover{
    /* opacity: 1; */
    display: block;
  }
  h4{
    font-size: 18px;
    color: #fff;
    font-family: Mulish-800 !important;
  }
}








  /* Footer */
  .footer {
    background-color: #fff;
    color: #154682;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto;
    padding: 0;
  }
  

  .footer-column h3 {
    margin-bottom: 20px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #4287C7;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin: 10px 0;
  }
  
  .foot-info-p{
        font-size: 12px;
        font-weight: 300;
        /* line-height: 20px; */
  }
  .footer-column ul li a {
    text-decoration: none;
    transition: color 0.3s;
    font-size:14px;
  }
  
  .footer-column ul li a:hover {
    color: #0d59b6;
  }
 
  
  #footer_logo{
    height: 5rem;
    margin: 2rem 0;
    margin-top: 0;
  }
  .footer_icon {
    height: 1.3rem;
    margin-right: -0.7rem;
  }
  .foot-icon{
    font-size: 20px;

  }





  /* ///////Calculator Page\\\\\\\\ */
  .cal-cont{
    margin-top: 7rem;
  }
  .value-box2{
    width: 180px;
    height: 40px;
    border: 2px solid #54BA4F;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-family: Mulish-700;
  }
  .value-box3{
    width: 150px;
    height: 40px;
    border: 2px solid #54BA4F;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-family: Mulish-700;
  }
  .cal-content label{
    font-size: 14px;
  }
  .cal-content{
    .output-box .form-control[readonly] {
    font-size: 15px;
    }
    .lg {
    width: 200px;
    }
    .sm {
    width: 55px;
    }
    .value-box{
      width: 150px;
    }


  }
  .sip-2{
    flex-wrap: wrap;
  }
  .cal-accordion{
    background: linear-gradient(180deg, #54BA4F 0%, #37A0D9 100%)  !important;
    padding: 1px;
    border-radius: 20px;

    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
    }
    .accordion-item:first-of-type {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
    }
  
    .accordion-item {
        background-color: #fff;
        /* border: 1px solid rgba(0, 0, 0, .125); */
        border: none;
        /* border-image: linear-gradient(180deg, #54BA4F 0%, #37A0D9 100%)1 !important; */
      }
      .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .accordion-item:last-of-type {
      border-bottom-right-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
    }
    .accordion-button.collapsed{
      background-color: #37A0D90D !important;
      border-top: 1px solid #37A0D9;
    }
    .accordion-button{
      background-color: #54BA4F1A !important;
      border-bottom:1px solid #54BA4F;
    }
    .accordion-button::after {
      flex-shrink: 0;
      width: 15px;
      height: 15px;
      margin-left: auto;
      content: "";
      background-image: url('../images/arrow-dn.png') !important;
    }
    .accordion-button::after {
      background-size: 15px !important;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url('../images/arrow-up.png') !important;
      transform: rotate(0deg) !important;
    }
    .accordion-button:not(.collapsed){
      color: #4A4A4A !important;
    }
    .accordion-body a{
        /* list-style-type: none; */
        padding: 1rem 1rem;
        border-bottom: 1px solid #54BA4F;
        color: #4A4A4A;
        
          text-decoration: none;
          color: #4A4A4A;
          font-family: Mulish-600;
        
    }
    .accordion-body a:hover ,.accordion-body .active{
      background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
      color: #fff !important;
      font-family: Mulish-800 !important;
      
        font-family: Mulish-800;
        text-decoration: none;
        color: #ffffff;
      
    }
    /* .accordion-body:last-of-type li:last-of-type {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    } */
    .accordion-button.collapsed:first-of-type {
      border-top: none;
    }
    .accordion-button.collapsed:nth-child(1) {
      border-bottom: none;
    }

    .cal-li-active{
      background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
      color: #fff !important;
      font-family: Mulish-800 !important;
    }

    .accordion-button:focus {
      z-index: 3;
      border-color:none;
      outline: 0;
      box-shadow: none;
    }
    .accordion-item:last-child .accordion-body a:last-child{
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

  }

  .sip-h5{
    font-size: 16px;
  }
  .sip-p{
    font-size: 12px;
  }

  .option{
    background-color: #F5FAFD;
    height: 70px;
    display: flex;
    align-items: center;
  }
  .option:last-of-type{
    border-radius: 0px 0px 20px 20px;
  }
  .option:first-of-type{
    border-radius: 20px 20px 0px 0px;
  }

  .option.active,
  .option:hover {
      background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
      color: #fff !important;
      font-family: Mulish-800 !important;
  }

  .sip-col6{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
   





  /* Faqs */
  .faq-cont{
    margin-top: 7rem;
  }
  .faq-list{
    background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%)  !important;


    padding: 1px;
    border-radius: 20px;
    /* width: 350px; */
    .div2 a:hover ,.div2 a:focus ,.div2 a:active{
      background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
      color: #fff;
    }
  }
  .faq-list a{
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #37A0D9;
    background-color: #fff;
    list-style-type: none;
    background-color: #37A0D90D;


   
      font-family: Mulish-800;
      /* font-size: 16px; */
    
    }
    .faq-list a:hover{
      color: #fff;
    }

  .faq-list .div2 a.active  {
    background:linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); /* change bg color when active */

    }

    /* Force image change on active */
      /* .faq-list .div2 a.active  .img-default {
          display: none;
      }
      .faq-list .div2 a.active  .img-hover {
          display: block;
      } */

  .faq-list a:hover{
    background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
   
      color: #fff;
      
   
  }
  .modal-backdrop.show {
    background-color: #FFFFFFE5 !important;
  }
  .modal-input{
    border: 2px solid #54BA4F;
  }
  .modal-input::placeholder{
    font-size: 14px;
    font-family: Mulish-300;
    color: #8B8B8B;
  }
  .modal-header{
    border-bottom: none !important;
  }
  .modal-footer{
    border-top: none !important;
  }


#followupForm{
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: url('../images/cross.png') center / 1em auto no-repeat !important;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: absolute;
    right: 3%;
    top: 6%;
  }
  .btn{
    width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
  }
}
.modal-content{
  box-shadow: 0px 0px 20px 0px #0000001A;
  border-radius: 10px;
  border: none !important;
}

  .div2{
    border-radius: 20px;
    background-color: #fff;
  }
  
  .div2 a:first-child{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .div2 a:last-child{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* border-bottom: none; */
  }

  .search-box {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    /* border: 1px solid #ccc; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: #fff;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  }

  .search-box input[type="search"] {
    border: none;
    outline: none;
    font-size: 18px;
    flex: 1;
    background: transparent;
  }

  .search-box .fa-search {
    color: #1c9cd8; /* similar to your Figma design */
    font-size: 22px;
    cursor: pointer;
  }

  .faq-search .grad{
    /* background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); */
    background: linear-gradient(90deg, #54BA4F 0%, #37A0D9 100%);
    border-radius: 20px;
    padding: 1px;
  }

  .question-form input[type=text]{
    width: 600px;
    height: 50px;
    border-radius: 20px;
    padding: 0 1rem;
    border: 1px solid #37A0D9;
  }
  
  .question-form input[type=submit]{
    border-radius: 50px;
    background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
    border: none;
    height: 50px;
  }
  .faq-list .div2 .active  {
    background:linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); /* change bg color when active */
    color: #fff;
    .img-default{
      opacity: 0;
    }
    .img-hover{
      opacity: 1;
    }
    }




/* Service Page */

  .service-box{
    box-shadow: 0px 0px 15px 0px #00000033;
    border-radius: 20px;
  }
  .ser-list{
    width: 350px;
    height: fit-content;
  }
  .ser-list li{
    padding: 1.4rem 1rem;
  }

    .ser-cont{
        h2{
            margin-bottom: 1.25rem;
            font-size: 1.5rem;
            color: #37A0D9;
            font-family: Mulish-800;
        }
        h3{
            font-size: 1rem;
            margin-bottom: 5px;
        }
    }
  .ser-list{

    .div2 a {
      list-style: none;
      position: relative;
      height: 70px;
  }
  .div2  a {
      /*display: inline-block;*/
      display: flex;
      position: relative;
      text-decoration: none;
      align-items: center;
  }
  .div2  a img {
    
    width: 37px; /* aapki size ke hisaab se */
    height: auto;
  }
  .div2  a .img-hover {
      /* display: none; */
      opacity: 0;
      position: absolute;
      top: 18%;
      left: 5%;
  }
  .div2 a:hover ,.div2 a:focus ,.div2 a:active{
    background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
    color: #fff;
  }

  .ser-list .div2 .active {
    background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%);
    color: #fff;
    
    .img-default{
      opacity: 0;
    }
    .img-hover{
      opacity: 1;
    }
  }
  

  .div2 a:hover .img-default,
  .div2 a:focus .img-default,
  .div2 a:active .img-default {
    
    /* background: linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); */
      opacity: 0;
  }
  /* .div2 li a:hover .img-default,
  .div2 li a:focus .img-default,
  .div2 li a:active .img-default {
     
      opacity: 0;
  } */
  .div2 a:hover .img-hover,
  .div2 a:focus .img-hover,
  .div2 a:active .img-hover {
      
      opacity: 1;
  }
  /* .div2 li a:hover .img-hover,
  .div2 li a:focus .img-hover,
  .div2 li a:active .img-hover {
      
      opacity: 1;
  } */

  .ser-list .div2 a.active  {
    background:linear-gradient(90deg, #37A0D9 0%, #54BA4F 100%); /* change bg color when active */
    color: #fff;
    }

}



/* About Us Page */

.about-cont{
  margin-top: 7rem;
}

.abt-box{
    height: 100%;
    
    p{
        font-size:16px;
    }
}

.icon-cont{
  background-color: #ffffff;
}
.icon-card-container{
  /* height: 150px; */
  padding-top: 1rem ;
  padding-bottom: 1rem ;
  box-shadow: 0px 0px 20px 0px #0000001A;
  border-radius: 15px;
  border-bottom: 5px solid #54BA4F;
}
.icon-card {
  /* text-align: center; */
  flex: 1;
  margin: 10px;
  margin-right: 0px;
  position: relative;
  /* gap: 15px; */
  border-right: 1px solid #54BA4F;
}

.icon-card:last-child {
  border-right: 0px solid #54BA4F;
}



@media (max-width: 900px){
  .icon-card {
      flex-direction: column !important;
  }
}


.abt-box{
  box-shadow: 0px 0px 15px 0px #0000001A;
  border-radius: 20px;
  padding: 40px;
}
.abt-box p{
  line-height: 20px;
  /*font-size: 14px;*/
}

.about-top h2{
  font-size: 36px;
}
.about-top p{
  line-height: 20px;
}
.icon-card h2{
  font-size: 48px;
}
.owner-abt h2{
  font-size: 36px;
}
.owner-abt h3{
  font-size: 32px;
}
.ln-20{
  line-height: 20px;
}




/* Contact Page */
.contact-page{
  margin-top: 7rem;
}
.left{
  border-radius: 10px;
  height: 440px;
  width: 400px;
  background: linear-gradient(270deg, #54BA4F 0%, #37A0D9 100%);
  padding: 48px;
  position: relative;

  ul{
    list-style-type: none;
    padding-left: 0px;
  }
}
.right{
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000001A;
  width: 800px;
  margin-left: -45px;
  padding-left: 10rem;
  padding-top: 40px;
  padding-bottom: 40px;

  .form-control{
    border: 2px solid #54BA4F;
  }
  .form-control::placeholder{
    font-size: 14px;
    color: #8B8B8B;
    font-family: Mulish-300;
  }
  .show-btn2 {
    border-radius: 50px;
    font-family: Mulish-800;
    font-size: 16px;
    color: #fff;
    width: 300px;
  }
}





.img-b {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* //////////NRI PAGE\\\\\\\\\\\\ */
.nri-count{
  h1{
    font-size: 30px;
    color: #54BA4F;
  }
}
.guide-1{
  font-size: 35px;
}
.guide-2{
  font-size: 30px;
}

.graph-h1{
  font-size: 30px;
}

.custom-table {
    border: 1px solid transparent;
    overflow: hidden;
    text-wrap: wrap;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    width: 100%;
    /* table-layout: fixed; */
}

.head-tr{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.custom-table tr th {
    background: linear-gradient(180deg, #37A0D9 0%, #54BA4F 50.48%, #37A0D9 100%);
                /* linear-gradient(0deg, rgba(55, 160, 217, 0.6), rgba(55, 160, 217, 0.6)); */
    text-wrap: wrap;
    color: #fff;
    padding: 1rem 0.5rem 1rem 0.5rem;
}
.custom-table td {
    padding: 10px;
    /* height: 50%; */
    /* width: 50%; */
    text-align: center;
    text-wrap: wrap;
}
.custom-table table, th, td {
    border: 1px solid #008BC4;
    border-collapse: collapse;
    padding: 10px;
    text-wrap: wrap;
}
  


/* Reasons Why Non-Resident Indians (NRIs) 
Should Invest in India */
    .sides{
      height: 170px;
      border-radius:30px;
    }
    .sides h2{
      font-size: 18px;
      font-family: Poppins;
      color: #004379;
    }
    .sides h2 span{
      color: #008BC4;
    }
    .sides p{
      font-size: 12px;
      text-align: justify;
      color: #959595;
    }
    .left-1{
      /*border-radius: 30px 30px 0 30px;*/
      overflow: hidden;
      width: fit-content;
      box-shadow:  0 0 8px rgba(4, 4, 4, 0.6)
    }
    .left-2{
      /*border-radius: 30px 0px 30px 30px;*/
      
      overflow: hidden;
      width: fit-content;
      box-shadow:  0 0 8px rgba(4, 4, 4, 0.6)
    }
    .right-1{
      /*border-radius: 30px 30px 30px 0;*/
      overflow: hidden;
      width: fit-content;
      box-shadow:  0 0 8px rgba(4, 4, 4, 0.6);
      
    }
    .right-2{
      /*border-radius: 0 30px 30px 30px;*/
      overflow: hidden;
      width: fit-content;
      box-shadow:  0 0 8px rgba(4, 4, 4, 0.6)
    }

    .mid{
      width: 200px;
      height: 200px;
      border: 5px solid white;
      background-color:#CBE1EA;
      box-shadow:  0 0 8px rgba(4, 4, 4, 0.6), 
                  inset 0 0 8px rgba(4, 4, 4, 0.3);
      border-radius:25px;
      
    }
    .mid-1{
      /*border-radius: 100px 100px 0 100px;*/
    }
    .mid-2{
      /*border-radius: 100px 100px 100px 0;*/

    }
    .mid-3{
      /*border-radius: 100px 0px 100px 100px;*/
    }
    .mid-4{
      /*border-radius: 0 100px 100px 100px;*/
    }

    .mid-card{
      background-color: transparent !important;
      border: none;
    }
    .mid-card img{
      width: 50px;
      height: 50px;
      margin-bottom: 5px;
    }
    .mid-img-2{
      width: 60px !important;

    }

    .nri-head{
      /* font-family: Poppins; */
      font-size: 40px;
      /* font-weight: 400; */
      /* padding-left: 29rem;
      padding-right: 29rem; */
    }
    .nri-head span{
      /* font-weight: 600; */
      color: #fff;
    }





    .nri-card{
      width: 100%;
      height: 100%;
      padding: 1.5rem;
      border: 5px solid white;
      background: #ffffff;
      box-shadow: 0 0 8px rgba(4, 4, 4, 0.6), inset 0 0 8px rgba(4, 4, 4, 0.3);
      background: radial-gradient(circle,rgba(255, 255, 255, 1) 2%, rgba(203, 225, 234, 1) 82%);

      h6{
        font-size: 1.2rem;
      }
    }

    .logo-box{
      padding: 15px;
      background-color: #008BC4;
      border-radius: 50%;
    }

    /* .nri-card1{
      background: linear-gradient(151deg,rgba(255, 255, 255, 1) 46%, rgba(203, 225, 234, 1) 82%);
      border-radius: 0px 50px;
    }
    
    .nri-card2 {
      background: linear-gradient(210deg,rgba(255, 255, 255, 1) 46%, rgba(203, 225, 234, 1) 82%);
      border-radius: 50px 0px;
    }
    
    .nri-card3{
      background: #ffffff;
      background: linear-gradient(62deg,rgba(255, 255, 255, 1) 46%, rgba(203, 225, 234, 1) 82%);
      border-radius: 50px 0px;
    }
    
    .nri-card4{
      background: #ffffff;
      background: linear-gradient(321deg,rgba(255, 255, 255, 1) 46%, rgba(203, 225, 234, 1) 82%);
      border-radius: 0px 50px;
    } */















/* ------------------------------------------------------------------------ */
/*/////////// NRI--WHY IN INDIA PAGE \\\\\\\\\\ */
.ind-hr{
  width: 80% !important;
  margin: auto !important;
}

.govt-ul h1{
  font-size: 28px;
}
.govt-ul .card{
  border-radius: 20px !important;
  border: none;
}
.flag-card{
  height: 230px;
  text-wrap: wrap;
  flex-direction: row;
}
.flag-card img{
  height: 150px;
}
.ind4{
  height: 890px;
}
.graph7{
  height: 480px;
}
.ind5{
  height: 570px;
}
.bg-secondary {
    background-color: #0043791A !important;
    border-radius: 20px;
    border: none;
}
.ind-text p{
  font-size: 14px;
}
@media(max-width:575px){

}






































/* ///////////Media Queries\\\\\\\\\\\ */


@media(max-width:1599px){

}

@media(max-width:1399px){
  .carousel-caption h2 {
    /* font-size: 55px; */
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
  }
}


@media(max-width:1100px){

  .nav-link{
    font-size: 10px;
  }
  .nav-btn{
    font-size: 12px;
  }
  .navbar-brand img{
    height: 2rem;
  }
  .show-btn{
    font-size: 14px;
    width: 290px;
  }
  .carousel-caption {
    left: 5% !important;
  }
  .carousel-caption h1{
    font-size: 16px;
  }
  .carousel-caption h2{
    font-size: 35px;
  }
  .carousel-caption p{
  margin-bottom: .5rem !important;
  }
  .tools , .tools-faq{
    width: 135px;
    height: 140px;
    overflow: hidden;
  }
  .tools-faq img{
    width: 60px;
    /*height: 60px;*/
  }
  .tools-faq h4 {
      margin-top: 1rem;
  }
  .tools i{
    font-size: 40px;
  }
  .scroll-btn img {
    width: 40px;
    height: 40px;
  }
  .info ,.service-card{
    width: 215px;
    /* height: 260px; */
    height: 235px;
  }
  .info h4{
    font-size: 15px;
  }
  .service-name h4 {
    font-size: 16px;
  }
  .test-bg {
    height: 170px;
  }
  .test-text p{
    font-size: 11px !important;
  }
  .name-box {
    margin-top: 3rem !important;
  }
  .test-img {
    width: 95px;
    height: 95px;
  }
  .name-box h6 {
    font-size: 18px;
  }

  #footer_logo {
      height: 3rem;
  }

  .footer-column ul li a {
      font-size: 12px;
  }
  .right {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    width: 725px;
    margin-left: -85px;
    padding-left: 10rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .left {
    border-radius: 10px;
    height: 440px;
    width: 315px;
  }

  .prev{
    left: -1%;
    top: 40%;
  }
  .next{
    right: -1%;
    top: 40%;
  }
  .quote{
    width: 50px;
  }
  

.tools-faq h4 {
    font-size: 14px;
}
.active-faq {
    h4 {
        font-size: 14px;
        color: #fff;
        font-family: Mulish-800 !important;
    }
}
.img-b {
    height: 40%;
}

}

@media(max-width:1000px){
  .left{
    margin-left: -100px;
  }
  .right{
    width: 690px;
    margin-left: -100px;
  }
  .prev{
    left: -7%;
    top: 40%;
  }
  .next{
    right: -7%;
    top: 40%;
  }
  .icon-card h2 {
    font-size: 40px;
  }
  .quote {
    width: 40px;
  }
  .owner{
    height: 300px;
    width: 300px;
    object-fit: cover;
  }
  .con-box form button {
    width: 250px;
    height: 50px;
  }
}

@media(max-width:900px){

  .carousel-caption {
    /* top: 10% !important; */
    top: 25% !important;
  }
  .carousel-item img {
      /* height: 600px; */
      height: 400px;
      object-fit: contain;
  }
  .show-btn {
    font-size: 14px;
    width: 290px;
  }
  .carousel-caption h1 {
    font-size: 12px;
  }
  .carousel-caption h2 {
    font-size: 30px;
  }
  .sec-head {
    font-size: 30px;
  }
  .next {
    /* right: 2%; */
    right: -4%;
    top: 40%;
  }
  .prev{
    left: -4%;
    /* left: 2%; */
  }
  .faq-next {
    /* right: 5% ; */
    right: -4% ;
    top: 40%;
  }
  .faq-prev{
    left: -4% ;
    /* left: 5% ; */
  }
  .test-img {
    width: 110px;
    height: 110px;
  }
  .faq-list li {
    a {
        font-family: Mulish-800;
        font-size: 12px;
    }
  }
  .con-box form button {
    width: 230px;
    height: 50px;
  }
  .blue-section{
    padding: 0;
  }
  .owner{
    height: 300px;
    width: 300px;
    object-fit: cover;
  }
  .owner-abt h2 {
    font-size: 30px;
  }
  .quote{
    width: 35px;
  }
  .icon-card h2 {
    font-size: 40px;
  }
  .left {
    border-radius: 10px;
    height: 440px;
    width: 270px;
    padding: 35px;
    /* margin-left: -35px; */
    margin-left: -15px;
    left: -20%;
  }
  .right {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    width: 570px;
    margin-left: -93px;
    padding-left: 8rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .br-gray{
    border-right: 0px solid #DBDBDB;
  }
  .sides {
    height: 150px;
  }
  .sides p {
    font-size: 15px;
    text-align: justify;
    color: #959595;
  }
  .nri-card{
    flex-direction: column;
  }
}


@media(max-width:800px){
  .owner {
    height: 280px;
    width: 280px;
    object-fit: cover;
  }

  .next {
    /* right: 2%; */
    right: -2%;
    top: 40%;
  }
  .prev{
    left: -2%;
    /* left: 2%; */
  }
  .faq-next {
    /* right: 5% ; */
    right: -2% ;
    top: 40%;
  }
  .faq-prev{
    left: -2% ;
    /* left: 5% ; */
  }
    .quote {
        width: 30px;
    }

  .left {
    border-radius: 10px;
    height: 440px;
    width: 255px;
    padding: 35px;
    /* margin-left: -35px; */
    margin-left: -10px;
    left: -15%;
  }
}




@media(max-width:576px){
  .next {
    right: -1%;
    top: 40%;
  }
  .prev{
    left: -1%;
  }
  .card-wrapper {
    max-width: 75vw;
  }
  .value-box , .value-box2 {
    width: 150px;
  }
  .faq-next {
    right: -1% ;
    top: 40%;
  }
  .faq-prev{
    left: -1% ;
  }
  .service-card {
    width: 365px;
    height: 300px;
  }
  .info{
    width: 365px;
    height: 300px;
  }
  .service-name h4 {
    font-size: 20px;
  }
  .info h4 {
    font-size: 22px;
  }
  .info p{
    font-size: 16px !important;
  }
  .next2{
    right: 2% !important;
    top: 40%;
  }
  .prev2{
    left: 2% !important;
  }
  .name-box {
    margin-top: 1rem !important;
  }
  .test-text p {
    font-size: 13px !important;
  }
  .con-box{
    height: auto;
  }
  .navbar-brand img {
    height: auto;
  }
  .faq-cont .container{
    padding:  0px;
  }
  .cal-cont .container{
    padding:  10px;
  }
  .testimonial {
    width: 350px;
    height: 450px;
    box-shadow: 0px 0px 4px 0px #0000001A;
  }
  .question-form input[type=text] {
    width: 100%;
  }
  .home-cal-bars{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .invest{
      margin-top: 2rem;
    }
  }
  .chart{
    width: 250px;
  }
  .count1{
    display: none;
  }
  .left {
    border-radius: 10px;
    height: 440px;
    width: auto;
    padding: 35px;
    margin-right: 1.5rem ;
    margin-left: 1.5rem ;
    margin-bottom: -7rem;
    left: 0%;
  }
  .right {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    width: auto;
    margin-left: 0px;
    padding-left: 0rem;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 10rem;
  }

  /* .mob-car ,.mob-car .carousel-item ,.mob-car  .carousel-item img{
    height: 540px;
    object-fit: cover;
  } */
  .car-img img{
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .mob-car{
    margin-top: 7rem;

    .text-box h2{
      font-size: 32px;
    }
    p{
      font-size: 8px;
    }
    .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: -50px !important;
    }
  }
 
  .mob-car .carousel-caption {
    position: absolute;
    right: 0% !important;
    bottom: 10%;
    top: 47% !important;
    left: 0% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    z-index: 99 !important;
    color: black;
    background-color: #f5f5f5b3;
  }
  .des-car{
      display: none;
  }
  .show-btn {
    border-radius: 50px;
    font-family: Mulish-800;
    font-size: 15px;
    color: #fff;
    width: 265px;
  }
  .home-cal{
  .cal-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #00000033;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
  }
  }

  .marquee {
    overflow-x: clip;
    white-space: nowrap;
    position: relative;
    width: 110%;
  }
  .output-text{
    font-size: 15px;
  }
  .sip-p{
    font-size: 15px;
  }
  .lg{
    margin-bottom: 8px;
  }

  .ab-span::before {
    content: "\A";
    white-space: pre;
    display: inline;
  }

  .custom-table{
    table-layout: fixed;
  }
  .two-col .guide-sm-text{
    h6{
      font-size: 20px;
    }
  }

    .ind-img{
    display: flex;
    justify-content: center;
  }
  .flag-card{
    height: auto;
    text-wrap: wrap;
    flex-direction: column;
  }
  .ind-text h4{
    text-align: center;
    padding-top: 1rem;

  }
  .flag-card img{
    height: 280px;
  }
  .ind-text p{
    text-align: center !important;
  }
  .ind4{
    height: auto;
  }
  .graph7{
    height: auto;
  }
  .ind5{
    height: auto;
  }

  /* .nri-card{
    flex-direction: column;
  } */

    .tools img {
        width: 45px;
        height: 45px;
    }
    .tools-faq img {
        width: 45px;
        /* height: 60px; */
    }
    .tools-faq h4 {
        margin-top: 8px;
        font-size: 12px;
    }
    .tools-faq:hover {
        h4 {
            font-size: 13px;
            font-family: Mulish-800 !important;
        }
    }
    .guide-2 {
        font-size: 28px;
        text-align:center;
    }
    .guide-1 {
        font-size: 30px;
        text-align:center;
    }
    .nri-btn-div {
        display: flex;
        justify-content: center;
    }
    .name-box{
        .fs-14{
            font-size:12px;
        }
    }
}

@media(max-width:390px){
  .tools h4 {
    font-size: 12px;
  }
  .tools h5 {
    font-size: 14px;
  }
  .sec-head {
    font-size: 25px;
  }
  .info{
    width: 315px;
    height: 300px;
  }
  .faq-next {
    right: -3%;
    top: 40%;
  }
  .faq-prev {
    left: -3%;
    top: 40%;
  }
  .card-wrapper {
    max-width: 70vw;
  }
  .test-cont{
    .card-wrapper {
      max-width: 75vw;
    }

  }
  .next2{
    right: 1% !important;
    top: 40%;
  }
  .prev2{
    left: 1% !important;
  }
  .quote {
    width: 25px;
  }
  .owner-abt .col{
    padding-left: 0px;
  }
}



@media(min-width:1000px){
  .mid-card img ,.mid-img{
    width: 30px;
    height: 30px;
  }
  .mid-h6{
    font-size: 12px !important;
  }
  .mid-row {
    padding-top: 3rem !important;
  }
  .mid-row .pt-5{
    padding-top: 2rem !important;
  }
  .mid-img-2{
  width: 40px !important;
  }
}


@media(max-width:470px){
  .mid-card img ,.mid-img{
    width: 30px;
    height: 30px;
  margin-bottom: 0px;

  }
  .mid-h6{
    font-size: 10px !important;
  }
  .mid-row .pt-5{
    padding-top: 2rem !important;
  }
  .mid-img-2{
  width: 40px !important;
  }
}

@media(min-width:1000px){
  .mid{
    width: 150px;
    height: 150px;
  }
}
@media(max-width:990px){
  .mid{
    width: 235px;
    height: 235px;
  }
}
/* @media(max-width:990px){
  .mid{
    width: 220px;
    height: 220px;
  }
} */
@media(max-width:470px){
  .mid{
    width: 145px;
    height: 145px;
  }
  
}
@media(max-width:399px){
  .mid{
    width: 120px;
    height: 120px;
  }
  
}


@media(max-width:950px){
  .side-row .col-10{
     width: 100% !important;
  }
  .side-row .offset-2{
    margin-left: 0px !important;
  }
  .nri-head{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 35px !important;
  }
}
@media(max-width:440px){
  .sides{
    height: auto !important;
  }
  
}











/* Min Widths */
@media (min-width: 2000px) {
    .prev {
        left: -4%;
        top: 40%;
    }
    .next{
    right: -4%;
    top: 40%;
  }
}



@media (min-width: 1550px) and (max-width: 2000px) {
  .card-wrapper {
    /* Adjust based on your design */
    /* max-width: 62vw;  */
    max-width: 70vw; 
  }
  .prev{
    left: -3%;
    /* left: 0%; */
    top: 40%;
  }
  .next{
    /* right: 0%; */
    right: -3%;
    top: 40%;
  }
}


@media (max-width: 1500px) and (min-width: 1400px) {
  .prev{
    left: 0%;
    top: 40%;
  }
  .next{
    right: 0%;
    top: 40%;
  }
}



@media (min-width: 992px) {
  .col-lg-custom {
      flex: 0 0 auto;
      width: 20%;
  }
}

@media (min-width:576px){
  .px-sm-cus{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pe-sm-cus {
      padding-right: 2.5rem !important;
  }
  .count2{
      display: none;
  }
  .mob-car{
    display: none;
  }
    .col-sm-br {
        flex: 0 0 auto;
        width: 37.333333%;
    }
}





@media (min-width: 780px) {
    .ps-mdd-5 {
        padding-left: 3rem !important;
    }
    .pe-mdd-5 {
        padding-right: 3rem !important;
    }
}