@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYBLACKITALIC.OTF") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYHEAVYITALIC.OTF") format("opentype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYTHINITALIC.OTF") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF") format("opentype");
  font-weight: 100;
  font-style: italic;
}

.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #fff;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #fff;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-text:hover polygon {
  fill: #fff;
}

.btn-text span {
  margin-right: 0.5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #fff;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

body {
  font-family: "SF Pro Display";
}

a:hover,
a:focus,
button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "SF Pro Display";
}

p {
  font-size: 1rem;
  line-height: 25px;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 50px 0 25px;
}

@media (max-width: 991px) {
  .block-header {
    padding: 25px 0 25px;
  }
}

.block-header .logo-block img {
  /* width: 225px; */
}

.block-header .nav-block {
  /* margin: 16px 0 0; */
  display: none;
}

@media (min-width: 992px) {
  .block-header .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-header .nav-block li a {
  color: #000;
  padding: 5px 25px;
  font-weight: 400;
  font-size: 13.94px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
}

.block-header .nav-block li a.active {
  background-color: #C1D72E;
  color: #000 !important;
  border-radius: 30px;
  padding: 5px 40px !important;
}
.req-btn{
  padding: 10px 40px !important;
}
.btn-request1 {
  background-color: #C1D72E;
  color: #000 !important;
  border-radius: 30px;
  padding: 10px 40px ;
  /* margin: -8px 0 0 50px; */
  font-size: 14px !important;
}

.btn-request1:hover {
  border: 2px solid #C1D72E;
  background-color: transparent;
  color: #C1D72E !important;
}

.btn-nav-section1 {
  display: flex;
  align-items: center;
  gap: 9px;
}

@media (max-width: 767px) {
  .btn-nav-section1 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

.btn-request2 {
  background-color: #C1D72E;
  color: #000;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 14px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  /* margin: 0; */
}

#home_slider .btn-request2 {
  margin: 0;
}

@media (max-width: 450px) {
  #home_slider .btn-request2 {
    margin: 0 18%;
  }
}

.btn-request2:hover {
  border: 2px solid #C1D72E;
  background-color: transparent;
  color: #C1D72E;
}

.container-custom {
  width: 90%;
  margin: 0 auto;
}

.block-slider {
  padding: 0;
  background-image: url(../images/home-carousel-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin: 0 4%;
}

@media (max-width: 577px) {
  .block-slider {
    background: none;
  }
}

@media (max-width: 500px) {
  .block-slider {
    margin: 0 20px;
  }
}

.block-slider .slider-info {
  margin: 10px 0 0 0;
}

@media (max-width: 992px) {
  .block-slider .slider-info {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 500px) {
  .block-slider .slider-info {
    margin: 20px 0 0 0;
  }
}

.block-slider .slider-info h2 {
  font-weight: 400;
  font-size: 45.2849px;
  line-height: 57px;
  color: #000;
}

@media (max-width: 1200px) {
  .block-slider .slider-info h2 {
    font-size: 40.2849px;
    line-height: 49px;
  }
}

@media (max-width: 767px) {
  .block-slider .slider-info h2 br {
    display: none;
  }
}

.block-slider .slider-info h3,
h1 {
  font-weight: 400;
  font-size: 22.4609px;
  line-height: 37px;
  color: #000;
}

@media (max-width: 1200px) {
  .block-slider .slider-info h3 {
    font-size: 21.4609px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .block-slider .slider-info h3 {
    font-size: 19.4609px;
    line-height: 24px;
  }
}

@media (max-width: 992px) {
  .block-slider .slider-info h2 {
    font-size: 2rem;
    line-height: 39.7px;
  }
}

/* .block-slider .slider-info h5 {
  color: #8c8c8c;
  font-weight: 300;
} */
.block-slider .slider-info h5 {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 32px;
  text-align: right;
  color: #434343;
}

@media (max-width: 1200px) {
  .block-slider .slider-info h5 {
    font-size: 16.2562px;
    line-height: 29px;
  }
}

@media (max-width: 992px) {
  .block-slider .slider-info h5 {
    font-size: 15.2562px;
    line-height: 24px;
  }
}

@media (max-width: 577px) {
  .block-slider .slider-info h5 {
    text-align: left;
  }
}

#home_slider .owl-nav {
  /* position: absolute; */
  right: 0;
  bottom: 163px;
  margin: 0;
  /* display: flex
  ;
      align-items: center;
      gap: 10px; */
}

@media (max-width: 900px) {
  #home_slider .owl-nav {
    display: none;
  }
}

#home_slider .btn-nav-section {
  margin: 20px 0;
  justify-items: end;
}

@media (max-width: 577px) {
  #home_slider .btn-nav-section {
    justify-items: start;
  }
}

@media (max-width: 1200px) {
  #home_slider .btn-nav-section {
    grid-template-columns: repeat(2, 1fr);
  }

  #home_slider .owl-nav {
    grid-column: 1/-1;
    /* order: -1; */
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  #home_slider .btn-nav-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 450px) {
  #home_slider .btn-nav-section {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1024px) {
  #home_slider .owl-nav {
    bottom: 10%;
  }
}

@media (max-width: 992px) {
  #home_slider .owl-nav {
    bottom: 0;
  }
}

#home_slider button.owl-next,
#home_slider button.owl-prev {
  padding: 5px !important;
  text-align: center;
  line-height: 14px;
  margin: 0;
}

#home_slider button.owl-next img,
#home_slider button.owl-prev img {
  width: 100%;
}

#home_slider button.owl-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes img-anim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    margin-left: -150px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes img-anim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    margin-left: -150px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin-left: 0px;
  }
}

#home_slider .owl-item.active .slider-images img {
  -webkit-animation: img-anim 3s 1 0s ease;
  animation: img-anim 3s 1 0s ease;
  width: unset;
}

@media (max-width: 1024px) {
  #home_slider .owl-item.active .slider-images img {
    -webkit-animation: img-anim 1s 1 0s ease;
    animation: img-anim 1s 1 0s ease;
  }
}

.screen-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.round-box {
  position: absolute;
  border-radius: 38px;
  padding: 30px;
  /* background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 4px 5px 45px 0px rgba(179, 172, 172, 0.5);
  box-shadow: 4px 5px 45px 0px rgba(179, 172, 172, 0.5); */
}

.round-box h6 {
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
}

.round-box p {
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  margin: 0;
  text-align: left;
 
}

.box-width2 {
  width: 275px;
  display: grid;
  gap: 4px;
}

.pos-x1 {
  bottom: 74.5%;
  left: -10%;
  z-index: 4;
}

@media (max-width: 991px) {
  .pos-x1 {
    bottom: 70.5%;
    left: 0%;
    z-index: 4;
  }
}

@media (max-width: 650px) {
  .pos-x1 {
    bottom: 58.5%;
  }
}

@media (max-width: 500px) {
  .pos-x1 {
    display: none;
  }
}

.pos-x2 {
  bottom: 20%;
  left: -17%;
}

@media (max-width: 1500px) {
  .pos-x2 {
    left: -8%;
        position: unset;
          display: flex;
          gap: 10px;
          align-items: center;
          width: unset;
          margin-bottom: 5%;
  }
}

@media (max-width: 1400px) {
  .pos-x2 {
    left: -6%;
  }
}

@media (max-width: 1200px) {
  .pos-x2 {
    bottom: -3%;
    left: 0%;
  }
}


@media (max-width: 991px) {
  .pos-x2 {
    display: none;
  }
}

.pos-x3 {
  top: 0%;
  right: -14%;
  z-index: 1;

  img {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .pos-x3 {
    top: -14%;
    right: -7%;
  }
}

@media (max-width: 650px) {
  .pos-x3 {
    display: none;
  }
}

.pos-x5 {
  bottom: 26%;
  right: -15%;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1200px) {
  .pos-x5 {
  display: none;
    right: 0%;
  }
}

@media (max-width: 991px) {
  .pos-x5 {
    right: -13%;
  }
}

@media (max-width: 767px) {
  .pos-x5 {
    display: none;
  }
}

.screen-lap-img {
  position: relative;
  z-index: 2;
}

.pos-x4 {
  top: -2%;
  right: -6%;

  img {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .pos-x4 {
    top: -27%;
    right: -2%;
  }
}

@media (max-width: 767px) {
  .pos-x4 {
    display: none;
  }
}

.icon-box {
  position: absolute;

}

.section-titles h2 {
  font-weight: 400;
  font-size: 45.2849px;
  line-height: 57px;
  color: #000;
  padding-top: 8%;
}

@media (max-width: 1200px) {
  .section-titles h2 {
    font-size: 40.2849px;
  }
}

@media (max-width: 992px) {
  .section-titles h2 {
    font-size: 2.4rem;
    line-height: 50px;
  }
}

.section-titles .title-tags {
  margin: 25px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #827F7F;
}

@media (max-width: 450px) {
  .section-titles .title-tags {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1200px) {
  .section-titles .title-tags br {
    display: none;
  }
}

.box-cards {
  border-radius: 40px;
  padding: 40px 30px;
  height: 100%;
  /* background-color: $white;
  -webkit-box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15);
  box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15); */
  /* text-align: center; */
  background: linear-gradient(180deg, #FDFFF2 0%, #F4FFA9 100%);
  border-radius: 25.1642px;
}

.box-cards .box-icon {
  margin: 0 auto;
  width: 70px;
}

.box-cards h2 {
  margin: 35px 0 15px;
  font-weight: 400;
  font-size: 27.2601px;
  line-height: 25px;
  color: #1D1D1D;
}

@media (max-width: 1400px) {
  .box-cards h2 {
    margin: 33px 0 14px;
    font-size: 25.2601px;
  }
}

@media (max-width: 1200px) {
  .box-cards h2 {
    font-size: 21.2601px;
  }
}

@media (max-width: 500px) {
  .box-cards h2 {
    margin: 22px 0 11px;
  }
}

.box-cards p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #484848;
  margin-bottom: 0;
}

.block-slider2 {
  padding: 0 6%;
}

.block-slider2 .slider-info {
  /* margin: 120px 0 0; */
  /* padding-right: 25px; */
  width: 48%;
}

@media (max-width: 1200px) {
  .block-slider2 .slider-info {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .block-slider2 .slider-info {
    width: 100%;
  }
}

.block-slider2 .slider-info h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 57px;
  color: #000;
}

@media (max-width: 1200px) {
  .block-slider2 .slider-info h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

.block-slider2 .slider-info h2 br {
  display: none;
}

@media (max-width: 992px) {
  .block-slider2 .slider-info h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .block-slider2 .slider-info h2 {
    font-size: 1.5rem;
    line-height: 27px;
    margin-top: -4px;
  }
}

.block-slider2 .slider-info h5 {
  margin: 25px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

@media (max-width: 767px) {
  .block-slider2 .slider-info h5 {
    margin: 9px 0 20px;
  }
}

#home_slider2 {
  margin: 0 -15px;
}

@-webkit-keyframes img-anim2 {
  0% {
    margin-left: -150px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes img-anim2 {
  0% {
    margin-left: -150px;
  }

  100% {
    margin-left: 0px;
  }
}

#home_slider2 .owl-item.active .slider-images img {
  -webkit-animation: img-anim2 3s 1 0s ease;
  animation: img-anim2 3s 1 0s ease;
}

@media (max-width: 1024px) {
  #home_slider2 .owl-item.active .slider-images img {
    -webkit-animation: img-anim2 1s 1 0s ease;
    animation: img-anim2 1s 1 0s ease;
  }
}

.block-parrallax {
  position: relative;
  overflow: hidden;
  padding: 4%;
  z-index: 1;
}

.block-parrallax .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.block-parrallax h2,
.block-parrallax h6 {
  font-weight: 300;
  color: #fff;
}

.block-parrallax h2 {
  font-weight: 400;
  font-size: 45.2849px;
  line-height: 57px;
  color: #9E9E9E;
}

@media (max-width: 767px) {
  .block-parrallax h2 {
    font-size: 40.2849px;
    line-height: 45px;
  }
}

@media (max-width: 500px) {
  .block-parrallax h2 {
    font-size: 32.2849px;
  }
}

@media (max-width: 400px) {
  .block-parrallax h2 {
    font-size: 27.2849px;
  }
}

@media (max-width: 767px) {
  .block-parrallax123 .align-items-center {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .block-parrallax .offset-sm-1 {
    margin: 0 !important;
    text-align: center;
  }
}

.block-parrallax h6 {
  font-weight: 400;
  font-size: 16.37px;
  line-height: 22px;
  color: #9E9E9E;
}

@media (max-width: 991px) {
  .block-parrallax h6 {
    font-size: 15px;
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .block-parrallax h6 br {
    display: none;
  }
}

.block-parrallax .form-control {
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 12px;
  border: 1px solid #D4D4D4;
  border-radius: 37px;
  background: rgba(212, 212, 212, 0);
}

.block-parrallax form {
  background: rgba(212, 212, 212, 0.1);
  border: 1px solid rgba(212, 212, 212, 0.1);
  backdrop-filter: blur(7.5px);
  border-radius: 55px;
  padding: 63px;
}

@media (max-width: 991px) {
  .block-parrallax form {
    padding: 40px;
  }
}

#contactForm .mt-4 {
  margin-top: 10px !important;
}

#contactForm input {
  color: #9E9E9E;
}

.link-clr {
  color: #9E9E9E;
}

.block-parrallax .btn-round {
  background: #C1D72E;
  border-radius: 109.14px;
  padding: 16px 70px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .block-parrallax .btn-round {
    padding: 9px 66px;
  }
}

#home_slider2 .owl-nav {
  /* position: absolute; */
  right: 20%;
  bottom: 30%;
  text-align: end;
}

@media (max-width: 1024px) {
  #home_slider2 .owl-nav {
    bottom: 0;
    right: 30%;
  }
}

@media (max-width: 575px) {
  #home_slider2 .owl-nav {
    position: relative;
    right: 0;
  }
}

#home_slider2 button.owl-next,
#home_slider2 button.owl-prev {
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 3px 6px 35px 0px rgba(165, 161, 161, 0.35);
  box-shadow: 3px 6px 35px 0px rgba(165, 161, 161, 0.35);
  width: 45px;
  height: 45px;
  padding: 16px !important;
  text-align: center;
  line-height: 14px;
}

#home_slider2 button.owl-next img,
#home_slider2 button.owl-prev img {
  width: 100%;
}

#home_slider2 button.owl-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.box-cards2 {
  border-radius: 40px;
  padding: 30px 45px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15);
  box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15);
  text-align: left;
}

.box-cards2 .box-titles {
  padding-left: 80px;
  text-align: left;
  position: relative;
  min-height: 80px;
}

.box-cards2 .box-titles img {
  position: absolute;
  width: 65px;
  left: 0;
  top: 0;
}

.box-cards2 h2 {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 15px 0 20px;
}

.box-cards2 p {
  color: #393939;
  font-weight: 300;
}

.analyze-section2 {
  margin: 0 0 100px;
}

@media (max-width: 767px) {
  .analyze-section2 {
    margin: 0 0 50px;
  }
}

@media (max-width: 500px) {
  .analyze-section2 {
    margin: 0 0 20px;
  }
}

#testimonial_slider {
  margin: 0 0 60px;
}

#testimonial_slider .customer-cards {
  border-radius: 45px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15);
  box-shadow: 4px 5px 45px 15px rgba(179, 172, 172, 0.15);
  text-align: left;
  margin: 20px 0;
}

#testimonial_slider .customer-titles {
  padding-left: 80px;
  text-align: left;
  position: relative;
  min-height: 80px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

#testimonial_slider .customer-titles img {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 2px;
  left: 0;
  top: 50%;
  border: 2px solid #27d7b4;
  transform: translateY(-50%);
}

#testimonial_slider .customer-titles h3 {
  font-size: 1.3rem;
  margin-bottom: 0 !important;
}

#testimonial_slider .customer-titles h6 {
  color: #9c9c9c;
}

#testimonial_slider .owl-item .item {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

#testimonial_slider .owl-item.center .item {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#testimonial_slider .owl-nav {
  position: relative;
}

#testimonial_slider button.owl-next,
#testimonial_slider button.owl-prev {
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 3px 6px 35px 0px rgba(165, 161, 161, 0.35);
  box-shadow: 3px 6px 35px 0px rgba(165, 161, 161, 0.35);
  width: 45px;
  height: 45px;
  padding: 16px !important;
  text-align: center;
  line-height: 14px;
}

#testimonial_slider button.owl-next img,
#testimonial_slider button.owl-prev img {
  width: 100%;
}

#testimonial_slider button.owl-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-block {
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 2px 8px 60px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 8px 60px 12px rgba(0, 0, 0, 0.2);
  padding: 3% 4% 0;
  background-color: #000;
}

.footer-block .copyrights {
  background-color: #000;
  padding: 10px 0;
  border-top: 1px solid #9E9E9E;
  display: flex;
  justify-content: space-between;
  padding: 20px 4%;
  align-items: center;
}

@media (max-width: 650px) {
  .footer-block .copyrights {
    flex-direction: column;
    align-items: baseline;
    gap: 17px;
    padding-top: 16px;
  }
}

.footer-block .copyrights p {
  font-weight: 400;
  font-size: 14.7097px;
  line-height: 15px;
  text-align: center;
  color: #9E9E9E;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-block .copyrights .d-flex {
    flex-direction: column;
  }
}

.footer-main {
  color: #fff;
  background-color: #000;
  padding: 0% 3% 3%;
}

.footer-main h2 {
  font-weight: 400;
  font-size: 42.0278px;
  line-height: 59px;
  text-align: center;
  color: #9E9E9E;
  margin-bottom: 2.5%;
}

@media (max-width: 767px) {
  .footer-main h1 {
    font-size: 34.0278px;
    text-align: left;
  }
}

@media (max-width: 500px) {
  .footer-main h1 {
    font-size: 31.0278px;
  }
}

.footer-main h4 {
  font-weight: 400;
  font-size: 16.8111px;
  line-height: 59px;
  color: #9E9E9E;
}

.footer-main p,
.footer-main a {
  font-weight: 400;
  font-size: 14.7097px;
  line-height: 23px;
  color: #9E9E9E;
  opacity: 0.8;
}

@media (max-width: 576px) {

  .footer-main h4,
  .footer-main p,
  .footer-main a {
    text-align: left !important;
  }
}

.footer-main a {
  display: block;
  margin: 12px 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.footer-main a:hover {
  color: #a2c015;
}

.footer-logo {
  width: 175px;
}

.bg-txt1 {
  position: absolute;
  left: 10%;
  top: 0;
  z-index: -1;
  width: 250px;
}

.bg-elmnt1 {
  position: absolute;
  right: 0;
  top: 3%;
  z-index: -1;
  width: 160px;
}

.circle-elmnt1 {
  position: absolute;
  right: 8%;
  top: 5%;
  z-index: -1;
  width: 70px;
}

.circle-elmnt2 {
  position: absolute;
  right: 6%;
  top: 5%;
  z-index: -1;
  width: 90px;
}

.circle-elmnt3 {
  position: absolute;
  left: 6%;
  bottom: 5%;
  z-index: -1;
  width: 200px;
}

.tablet-screen,
.analyze-section,
.block-slider2,
.analyze-section2,
.testimonial-block {
  position: relative;
}

.tablet-screen {
  background-image: url(../images/dashboard-bg.png), url(../images/home-secon-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  background-size: 100%, cover;
}

.circle-elmnt4 {
  position: absolute;
  left: -100px;
  top: 4%;
  z-index: -1;
  width: 200px;
}

.bg-elmnt2 {
  position: absolute;
  left: 5%;
  top: 3%;
  z-index: -1;
  width: 130px;
}

.bg-elmnt3 {
  position: absolute;
  right: 60%;
  top: 16%;
  z-index: -1;
  width: 160px;
}

.circle-elmnt5 {
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: -1;
  width: 120px;
}

.circle-elmnt6 {
  position: absolute;
  right: 30%;
  top: 5%;
  z-index: -1;
  width: 150px;
}

.circle-elmnt7 {
  position: absolute;
  right: 15%;
  bottom: 5%;
  z-index: -1;
  width: 150px;
}

.circle-elmnt8 {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: -1;
  width: 150px;
}

.circle-elmnt9 {
  position: absolute;
  right: 0;
  bottom: -40.1%;
  z-index: 0;
}

.circle-elmnt10 {
  position: absolute;
  left: 6%;
  bottom: 5%;
  z-index: -1;
  width: 200px;
}

.circle-elmnt11 {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 0;
}

@media (max-width: 991px) {
  .circle-elmnt11 {
    top: -58%;
  }
}

.circle-elmnt12 {
  position: absolute;
  left: -100px;
  bottom: 8%;
  z-index: -1;
  width: 140px;
}

.circle-elmnt13 {
  position: absolute;
  right: 6%;
  bottom: 5%;
  z-index: -1;
  width: 200px;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #C1D72E;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;


}

#loading-image {
  width: 100px;
  margin-bottom: 10rem;
}

#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
  transition: width 0.2s ease;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.hvr-efx1:hover {
  color: #C1D72E !important;
}

/* Underline From Center */
.hvr-efx1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  .tablet-screen::before {
    top: 10%;
  }

  .bg-txt1 {
    width: 120px;
    top: 128px;
  }
}

/* WhatsApp and Call Buttons */
.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 999999;
  transition: all 0.3s;
}

.tel:hover,
.float:hover {
  opacity: 0.9;
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF0030;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* WhatsApp and Call Buttons Ends */
#loading2 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(193, 215, 46, 0.3411764706);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #159279;
  border-top: 6px solid #20cfac;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  /* transform: translateY(-50%); */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.c-scrollbar_thumb {
  cursor: pointer !important;
}

.button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}

@media (max-width: 991px) {
  .button_container {
    display: block;
    margin-top: 10px;
  }
}

.button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

#menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ecf3bf;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 10000;
  box-shadow: 0px 0px 19.9px 2px rgba(16, 13, 13, 0.59);
}

.sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 19px;
  color: #000;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.sidenav a.active {
  background-color: #C1D72E;
  color: #000 !important;
  border-radius: 30px;
  padding: 5px 37px !important;
  margin: 0 50px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 36px;
  font-weight: 300;
  color: #000 !important;
}

.footer-pad {
  padding-left: 24px;
}

.invalid-feedback {
  padding-left: 25px;
  /* Adjust the value as needed */
}

@media (max-width: 992px) {
  .bg-elmnt1 {
    display: none !important;
  }

  .circle-elmnt2 {
    display: none !important;
  }

  .bg-elmnt2 {
    display: none !important;
  }

  .circle-elmnt5 {
    display: none !important;
  }

  .circle-elmnt9 {
    display: none !important;
  }

  .footer-pad {
    padding-left: 15px;
  }
}

.icon-div-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

@media (max-width: 991px) {
  .icon-div-footer {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .icon-div-footer {
    justify-content: left;
  }
}

.icon-div-footer a {
  border: 1px solid #9E9E9E;
  padding: 16px;
  border-radius: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.text-right-foot {
  text-align: right;
}

@media (max-width: 991px) {
  .text-right-foot {
    text-align: left;
  }
}

.h2-h1-font {
  font-weight: 400;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #000;
  margin-top: 4%;
}

@media (max-width: 1400px) {
  .h2-h1-font {
    font-size: 37px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .h2-h1-font {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 600px) {
  .h2-h1-font {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (max-width: 450px) {
  .h2-h1-font {
    font-size: 21px;
    line-height: 29px;
  }
}

@media (max-width: 600px) {
  .h2-h1-font br {
    display: none;
  }
}

/* .h1-h2-font{
  font-family: 'Gelion' !important;
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: unset !important;
  margin-bottom: .5rem;
} */
.btn-request3 {
  background-color: #000;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 40px !important;
  font-size: 14px !important;
  margin: 20px 0 0 15px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#home_slider .btn-request3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-right: 5px;
  width: 40%;
}

@media (max-width: 1300px) {
  #home_slider .btn-request3 {
    width: 58%;
  }
}

@media (max-width: 991px) {
  #home_slider .btn-request3 {
    width: 73%;
  }
}

@media (max-width: 767px) {
  #home_slider .btn-request3 {
    width: 95%;
  }
}

@media (max-width: 577px) {
  #home_slider .btn-request3 {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  #home_slider .btn-request3 {
    width: 62%;
  }
}

#home_slider .btn-request3 img {
  width: unset !important;
}

@media (max-width: 450px) {
  #home_slider .btn-request3 {
    margin: 0 18%;
  }
}

.btn-request3:hover {
  border: 2px solid #C1D72E;
  background-color: transparent;
  color: #C1D72E !important;
}

.btn-request3 i {
  float: right;
  margin: 2px 0 0 11px;
}

@media (max-width: 992px) {
  .btn-request3 {
    margin-left: 0;
  }
}

.dashboard-img-section p {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  color: #484848;
  margin-top: 7%;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .dashboard-img-section p {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 500px) {
  .dashboard-img-section p {
    margin-top: 20px;
    font-size: 19px;
  }
}

.dashboard-img-section h1 {
  font-weight: 400;
  font-size: 45.2849px;
  line-height: 57px;
  text-align: center;
  color: #000;
}

@media (max-width: 1200px) {
  .dashboard-img-section h1 {
    font-size: 41.2849px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .dashboard-img-section h1 {
    font-size: 30.2849px;
    line-height: 37px;
    margin-bottom: 33px;
  }
}

@media (max-width: 500px) {
  .dashboard-img-section h1 {
    font-size: 27.2849px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .dashboard-img-section h1 br {
    display: none;
  }
}

.dashboard-img-section h1 span {
  color: #AEC60C;
}

.product-detail-section {
  padding: 0 4%;
}

@media (max-width: 500px) {
  .product-detail-section {
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .product-detail-section .mb-4 {
    margin-bottom: 20px !important;
  }
}

.why-rent-a-car-section {
  /* background-image: url(../images/why-rentacar-bg.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right; */
  position: relative;
}

.why-rent-a-car-section .position-absolute {
  width: 100%;
  display: flex;
  justify-content: end;
  bottom: 0;
}

@media (max-width: 600px) {
  .why-rent-a-car-section .position-absolute {
    display: none;
  }
}

.why-rent-a-car-section .position-absolute img {
  width: 80%;
}

@media (max-width: 1500px) {
  .why-rent-a-car-section .position-absolute img {
    width: 87%;
  }
}

@media (max-width: 1199px) {
  .why-rent-a-car-section .position-absolute img {
    width: 95%;
  }
}

@media (max-width: 991px) {
  .why-rent-a-car-section .position-absolute img {
    width: 99%;
  }
}

@media (max-width: 767px) {
  .why-rent-a-car-section .position-absolute img {
    width: 97%;
  }
}

.why-rent-a-car-section .main-head-why-rent {
  font-weight: 500;
  font-size: 45.2849px;
  line-height: 57px;
  color: #000;
  text-align: center;
  padding: 5% 0 3%;
}

@media (max-width: 1200px) {
  .why-rent-a-car-section .main-head-why-rent {
    font-size: 38.2849px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .why-rent-a-car-section .main-head-why-rent {
    padding: 2% 0 1%;
    font-size: 32.2849px;
  }
}

@media (max-width: 500px) {
  .why-rent-a-car-section .main-head-why-rent {
    padding: 20px;
    font-size: 30.2849px;
    line-height: 23px;
  }
}

.block-slider .container-fluid {
  margin: 5% 0 0;
}

@media (max-width: 991px) {
  .block-slider .container-fluid {
    margin-bottom: 0;
  }
}

#home_slider .slider-images {
  justify-items: center;
}

@media (max-width: 767px) {
  #home_slider .slider-images {
    justify-items: start;
  }
}

#home_slider .slider-images img {
  width: unset;
}

#home_slider .slider-images .img-arrow-route {
  position: absolute;
  right: -5%;
  top: 28%;
  transform: translateX(50%);
}

@media (max-width: 1300px) {
  #home_slider .slider-images .img-arrow-route {
    right: -14%;
  }
}

@media (max-width: 991px) {
  #home_slider .slider-images .img-arrow-route {
    right: -18%;
    top: 42%;
  }
}

@media (max-width: 767px) {
  #home_slider .slider-images .img-arrow-route {
    display: none;
  }
}

.block-slider2 .slider-info .img-arrow-route {
  position: absolute;
  right: 0%;
  top: 37%;
  transform: translateX(50%);
}

@media (max-width: 1300px) {
  .block-slider2 .slider-info .img-arrow-route {
    right: -29%;
    top: 44%;
  }
}

@media (max-width: 1200px) {
  .block-slider2 .slider-info .img-arrow-route {
    right: -41%;
    top: 37%;
  }
}

@media (max-width: 991px) {
  .block-slider2 .slider-info .img-arrow-route {
    right: 23%;
    top: 12%;
  }
}

@media (max-width: 767px) {
  .block-slider2 .slider-info .img-arrow-route {
    right: 30%;
    top: 0%;
  }
}

@media (max-width: 550px) {
  .block-slider2 .slider-info .img-arrow-route {
    display: none;
  }
}

.block-slider2 .slider-images {
  position: relative;
  z-index: 1;
}

@media (max-width: 1179px) {
  .block-slider2 .slider-images {
    justify-self: self-end;
  }
}

@media (max-width: 450px) {
  .block-slider2 .slider-images {
    justify-self: center;
  }
}

@media (max-width: 567px) {
  .slider-info {
    text-align: center;
  }

  .slider-info .btn-nav-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

}


.review-section-home {
  text-align: center;
  width: 38%;
  box-shadow: 0px 0px 19.9px 2px rgba(0, 0, 0, 0.15);
  border-radius: 21px;
  /* padding: 0 25px 22px; */
    padding: 22px 25px 22px;
  position: absolute;
  top: 10%;
  right: 0;
  background: #fff;
}

@media (max-width: 1500px) {
  .review-section-home {
    right: -6%;
  }
}

@media (max-width: 1400px) {
  .review-section-home {
    right: -44px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .review-section-home {
    display: none;
  }
}

@media (max-width: 1199px) {
  .review-section-home {
    right: -36px;
    top: 2%;
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .review-section-home {
    display: none;
  }
}

@media (max-width: 991px) {
  .review-section-home {
    right: 60%;
    top: 14%;
    width: 26%;
  }
}

@media (max-width: 767px) {
  .review-section-home {
    width: 34%;
    right: 64%;
  }
}

@media (max-width: 700px) {
  .review-section-home {
    left: 2%;
    top: 2%;
  }
}

@media (max-width: 600px) {
  .review-section-home {
    position: unset;
    width: 100%;
    margin-top: 15%;
    margin-bottom: 20px;
    padding: 25px;
  }
}

/* .review-section-home div {
  margin-top: -25px;
} */
/* 
@media (max-width: 600px) {
  .review-section-home div {
    margin-top: -50px;
  }
} */

.review-section-home h5 {
  margin-bottom: 0;
  font-size: 17px;
}

.review-section-home p {
  font-size: 13px;
  line-height: 19px;
  color: #827F7F;
  margin: 10px 0;
}

.review-section-home2 {
  border-radius: 21px;
  position: absolute;
  bottom: 17%;
  left: 43%;
  box-shadow: -7px 1px 12.3px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 36%;
  padding: 17px 0;
  background: #fff;
  z-index: 2;
}

@media (max-width: 1400px) {
  .review-section-home2 {
    bottom: 13%;
    left: 55%;
  }
}

@media (max-width: 1300px) {
  .review-section-home2 {
    bottom: 13%;
    left: 60%;
    width: 37%;
  }
}

@media (max-width: 1199px) {
  .review-section-home2 {
    bottom: 9%;
    right: 0;
    width: 41%;
  }
}

@media (max-width: 991px) {
  .review-section-home2 {
    width: 26%;
    left: 45%;
    bottom: 37%;
  }
}

@media (max-width: 767px) {
  .review-section-home2 {
    width: 30%;
    left: 40%;
    bottom: 26%;
  }
}

@media (max-width: 700px) {
  .review-section-home2 {
    left: 2%;
    width: 34%;
  }
}

@media (max-width: 600px) {
  .review-section-home2 {
    width: 40%;
    left: 1%;
    bottom: 32%;
  }
}

@media (max-width: 450px) {
  .review-section-home2 {
    position: unset;
    width: 100%;
    margin-top: 7%;
    box-shadow: 0px 0px 19.9px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
}

.review-section-home2 h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.review-section-home2 hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.review-section-home2 p {
  margin-bottom: 0;
  font-size: 13px;
}

.review-section-home2 .first-p {
  color: #C1D72E;
}

.review-section-home2 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home3 {
  background: #fff;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 33%;
  margin-top: -50px;
}

.review-section-home3 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home2 p {
  margin-bottom: 0;
  font-size: 13px;
}

.review-section-home2 .first-p {
  color: #C1D72E;
}

.review-section-home2 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home3 {
  background: #fff;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 33%;
  margin-top: -50px;
}

.review-section-home3 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home2 p {
  margin-bottom: 0;
  font-size: 13px;
}

.review-section-home2 .first-p {
  color: #C1D72E;
}

.review-section-home2 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home3 {
  background: #fff;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 33%;
  margin-top: -50px;
}

@media (max-width: 1400px) {
  .review-section-home3 {
    width: 38%;
  }
}

@media (max-width: 991px) {
  .review-section-home3 {
    display: none;
  }
}

.review-section-home3 h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.review-section-home3 p {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: -6px;
  color: rgba(130, 127, 127, 0.7607843137);
}

.main-review-section-home3 {
  position: absolute;
  bottom: 6%;
  left: -89%;
  z-index: 0;
  display: flex;
  align-items: start;
  width: 100%;
}

@media (max-width: 1500px) {
  .main-review-section-home3 {
    bottom: 3%;
    left: -106%;
    width: 689px;
  }
}

@media (max-width: 1400px) {
  .main-review-section-home3 {
    bottom: 4%;
    left: -104%;
    max-width: 622px;
    width: unset;
  }
}

@media (max-width: 1200px) {
  .main-review-section-home3 {
    bottom: 4%;
    left: -110%;
    max-width: 634px;
  }
}

@media (max-width: 1199px) {
  .main-review-section-home3 {
    bottom: 4%;
    left: -90%;
    max-width: 574px;
  }
}

@media (max-width: 1179px) {
  .main-review-section-home3 {
    bottom: 4%;
    left: -90%;
    max-width: 652px;
  }
}

@media (max-width: 991px) {
  .main-review-section-home3 {
    bottom: 3%;
    left: 0px;
    max-width: 451px;
  }
}

@media (max-width: 850px) {
  .main-review-section-home3 {
    max-width: 354px;
  }
}

@media (max-width: 767px) {
  .main-review-section-home3 {
    bottom: 3%;
    left: 21px;
    max-width: 239px;
  }
}

@media (max-width: 600px) {
  .main-review-section-home3 {
    display: none;
  }
}

.main-review-section-home3 .d-flex {
  width: 100%;
  gap: 25px;
}

@media (max-width: 1199px) {
  .main-review-section-home3 .d-flex {
    gap: 19px;
  }
}

@media (max-width: 991px) {
  .main-review-section-home3 .d-flex {
    gap: 0px;
  }
}

@media (max-width: 650px) {
  .main-review-section-home3 .d-flex {
    display: none !important;
  }
}

.main-review-section-home3 .d-flex h6 {
  font-weight: 400;
  font-size: 27.2601px;
  line-height: 25px;
  color: #9E9E9E;
}

@media (max-width: 1300px) {
  .main-review-section-home3 .d-flex h6 {
    font-size: 20.2601px;
    line-height: 18px;
  }
}

@media (max-width: 1200px) {
  .main-review-section-home3 .d-flex h6 {
    font-size: 17.2601px;
    line-height: 18px;
  }
}

.main-review-section-home3 .d-flex p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #9E9E9E;
  margin: 0;
}

@media (max-width: 991px) {
  .main-review-section-home3 .d-flex p {
    font-size: 12px;
    line-height: 19px;
  }
}

@media (max-width: 1400px) {
  .main-review-section-home3 .d-flex p br {
    display: none;
  }
}

.analyze-card-section {
  background-image: url(../images/why-rentacar-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 460px) {
  .analyze-card-section {
    flex-direction: column;
  }
}

.analyze-card-section .analyze-card {
  position: relative;
}

.analyze-card-section .analyze-card div {
  position: absolute;
}

.analyze-card-sub-section {
  display: grid;
  gap: 10px;
}

.analyze-section2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: 5%;
}

@media (max-width: 1200px) {
  .analyze-section2 {
    gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .analyze-section2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .analyze-section2 {
    padding-top: 3%;
  }
}

@media (max-width: 500px) {
  .analyze-section2 {
    padding-top: 20px;
  }
}

.analyze-card .position-absolute {
  top: 10%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  text-align: center;
  z-index: 1;
}

.analyze-card .sub-section {
  z-index: 2;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.analyze-card .sub-section {
  z-index: 2;
  top: 15%;
}

.analyze-card .sub-section .number-count2 {
  display: none;
}

@media (max-width: 460px) {
  .analyze-card .sub-section .number-count2 {
    display: block;
  }
}

@media (max-width: 460px) {
  .analyze-card .sub-section .number-count1 {
    display: none;
  }
}

.analyze-card .sub-section h5 {
  color: #fff;
  margin-bottom: 22px;
}

.analyze-card .sub-section h6 {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #000;
}

@media (max-width: 550px) {
  .analyze-card .sub-section h6 {
    margin-bottom: 2px;
  }
}

.analyze-card .sub-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

@media (min-width: 451px) and (max-width: 550px) {
  .analyze-card .sub-section p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .analyze-card-section2 {
    text-align: center;
  }
}

.analyze-card-section2 h2 {
  font-weight: 400;
  font-size: 45.2849px;
  line-height: 57px;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .analyze-card-section2 h2 {
    font-size: 40.2849px;
  }
}

@media (max-width: 767px) {
  .analyze-card-section2 h2 {
    font-size: 34.2849px;
    margin-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .analyze-card-section2 h2 {
    font-size: 30.2849px;
  }
}

.analyze-card-section2 p {
  font-weight: 400;
  font-size: 17.2562px;
  line-height: 31px;
  color: #434343;
}

@media (max-width: 1200px) {
  .analyze-card-section2 p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .analyze-card-section2 p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .analyze-card-section2 p br {
    display: none;
  }
}

.analyze-card-section2 p span {
  color: #A2B903;
}

.bg-same {
  background-image: url(../images/customer-review-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.testimonial-block .testimonial-images-scroll {
  cursor: grab;
}

.testimonial-block .testimonial-images-scroll.dragging {
  cursor: grabbing;
}

.testimonial-block .testimonial-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-block .testimonial-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
}

.testimonial-block .testimonial-thumb {
  height: 99px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.testimonial-block .testimonial-thumb.active {
  transform: scale(1.1);
  opacity: 1;
  height: unset;
}

.testimonial-block .testimonial-card {
  background: #FAF8F8;
  box-shadow: -1px 0px 33.4px -2px rgba(0, 0, 0, 0.15);
  border-radius: 49px;
  padding: 4% 6%;
  align-content: center;
}

@media (max-width: 600px) {
  .testimonial-block .testimonial-card {
    border-radius: 38px;
    padding: 25px 30px;
  }
}

.testimonial-block .testimonial-card .testimonial-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
  color: #000;
}

@media (max-width: 1200px) {
  .testimonial-block .testimonial-card .testimonial-title {
    font-size: 21px;
    line-height: 37px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-card .testimonial-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 7px;
  }
}

.testimonial-block .testimonial-card .testimonial-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1200px) {
  .testimonial-block .testimonial-card .testimonial-description {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-card .testimonial-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

.testimonial-block .testimonial-card .testimonial-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1200px) {
  .testimonial-block .testimonial-card .testimonial-name {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-card .testimonial-name {
    line-height: 27px;
  }
}

.testimonial-block .testimonial-card .testimonial-role {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
  border-bottom: 2px dotted rgba(151, 151, 151, 0.4117647059);
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-card .testimonial-role {
    font-size: 17px;
    margin-bottom: 6px;
    padding-bottom: 14px;
  }
}

.testimonial-block .testimonial-card .d-flex {
  align-items: end;
  gap: 24px;
}

.testimonial-block .testimonial-block-main {
  padding: 0 10%;
}

@media (max-width: 500px) {
  .testimonial-block .testimonial-block-main {
    padding: 0 20px;
  }
}

.testimonial-block .testimonial-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-block .testimonial-main-section {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding: 5% 13% 10%;
}

@media (max-width: 991px) {
  .testimonial-block .testimonial-main-section {
    padding: 5% 0% 10%;
  }
}

@media (max-width: 767px) {
  .testimonial-block .testimonial-main-section {
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 500px) {
  .testimonial-block .testimonial-main-section {
    gap: 33px;
    padding: 20px 0;
  }
}

.admin-web-portal {
  padding: 2rem;
  text-align: center;
  font-family: Arial, sans-serif;
}

@media (max-width: 500px) {
  .admin-web-portal {
    padding: 20px;
  }
}

.admin-web-portal .admin-web {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: start;
  padding: 3% 2% 0;
}

@media (max-width: 767px) {
  .admin-web-portal .admin-web {
    grid-template-columns: 100%;
  }
}

@media (max-width: 500px) {
  .admin-web-portal .admin-web {
    padding: 0px;
  }
}

.admin-web-portal .intro {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.admin-web-portal .intro .dot {
  width: 10px;
  height: 10px;
  background-color: #b4d228;
  border-radius: 50%;
}

.admin-web-portal .intro .label {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 29px;
  color: #121212;
}

@media (max-width: 1400px) {
  .admin-web-portal .intro .label {
    font-size: 18.2562px;
  }
}

@media (max-width: 991px) {
  .admin-web-portal .intro .label {
    font-size: 15.2562px;
  }
}

.admin-web-portal .admin-h2-section {
  font-weight: 400;
  font-size: 25px;
  line-height: 44px;
  text-align: right;
  color: #484848;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .admin-web-portal .admin-h2-section {
    font-size: 23.14px;
    line-height: 34px;
  }
}

@media (max-width: 1350px) {
  .admin-web-portal .admin-h2-section {
    font-size: 20.14px;
    line-height: 34px;
  }
}

@media (max-width: 1200px) {
  .admin-web-portal .admin-h2-section {
    font-size: 19.14px;
    line-height: 37px;
  }
}

@media (max-width: 991px) {
  .admin-web-portal .admin-h2-section {
    font-size: 17.14px;
    line-height: 25px;
  }
}

@media (max-width: 450px) {
  .admin-web-portal .admin-h2-section {
    font-size: 15.14px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}

@media (max-width: 1200px) {
  .admin-web-portal h2 br {
    display: none;
  }
}

.admin-web-portal h2 .highlight {
  color: #ADC700;
}

.admin-web-portal .subtext {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.admin-web-portal .features {
  display: grid;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 3% 5%;
}

@media (max-width: 1200px) {
  .admin-web-portal .features {
    gap: 3rem;
  }
}

@media (max-width: 991px) {
  .admin-web-portal .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .admin-web-portal .features {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 500px) {
  .admin-web-portal .features {
    padding: 3% 1%;
  }
}

@media (max-width: 400px) {
  .admin-web-portal .features {
    gap: 1rem;
  }
}

@media (max-width: 991px) {
  .admin-web-portal .features .feature-card2 {
    grid-column: 1/-1;
  }
}

.admin-web-portal .features .feature-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 26px;
}

@media (max-width: 600px) {
  .admin-web-portal .features .feature-card {
    align-items: center;
  }
}

@media (max-width: 500px) {
  .admin-web-portal .features .feature-card {
    gap: 18px;
  }
}

@media (max-width: 400px) {
  .admin-web-portal .features .feature-card {
    gap: 15px;
    flex-direction: column;
    align-items: start;
  }
}

.admin-web-portal .features .feature-card .text {
  border-left: 1px solid #ccc;
  padding-left: 2.5rem;
}

@media (max-width: 1200px) {
  .admin-web-portal .features .feature-card .text {
    padding-left: 1.7rem;
  }
}

@media (max-width: 500px) {
  .admin-web-portal .features .feature-card .text {
    padding-left: 1.2rem;
  }
}

@media (max-width: 400px) {
  .admin-web-portal .features .feature-card .text {
    margin-left: 9px;
  }
}

.admin-web-portal .features .feature-card .text h4 {
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  font-size: 27.2601px;
  line-height: 25px;
  color: #1D1D1D;
  margin-bottom: 13px;
}
@media (max-width: 1500px) {
  .admin-web-portal .features .feature-card .text h4 {
    font-size: 25.2601px;
  }
}
@media (max-width: 1400px) {
  .admin-web-portal .features .feature-card .text h4 {
    font-size: 21.2601px;
  }
}

@media (max-width: 600px) {
  .admin-web-portal .features .feature-card .text h4 {
    font-size: 18.2601px;
  }
}

@media (max-width: 500px) {
  .admin-web-portal .features .feature-card .text h4 {
    font-size: 15px;
    line-height: 20px;
  }
}

.admin-web-portal .features .feature-card .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #484848;
}

@media (max-width: 500px) {
  .admin-web-portal .features .feature-card .text p {
    font-size: 13px;
    line-height: 21px;
  }
}

.admin-web-portal .h2-h1-font {
  margin: 2% 0;
}

#custom-carousel123 {
  margin-bottom: -10px;
}

#custom-carousel123 .item img {
  width: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 577px) and (max-width: 767px) {
  .info123 {
    margin-top: 40% !important;
  }
}

@media (max-width: 800px) {
  .cost-effective {
    display: none;
  }
}

@media (max-width: 767px) {
  .analyze-section {
    margin-top: 0 !important;
  }
}

.finacial-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 7%;
}

.finacial-section img {
  margin-right: -21px;
}

.finacial-section .h2-h1-font {
  margin-top: 1%;
}

.feature-carousel {
  padding: 2% 10% 7%;
}

@media (max-width: 600px) {
  .feature-carousel {
    padding: 3% 5% 7%;
  }
}

.feature-carousel .h2-h1-font {
  margin-top: 2.4%;
}

.feature-carousel p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #535353;
  color: #535353;
  margin: 1.5% 0 4.7%;
}

@media (max-width: 1200px) {
  .feature-carousel p {
    font-size: 17px;
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .feature-carousel p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 1200px) {
  .feature-carousel p br {
    display: none;
  }
}

.feature-carousel .owl-carousel .feature-card {
  position: relative;
  border-radius: 1.5rem;
  height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem;
  transition: transform 0.3s ease;
  border-radius: 49.0385px;
}

@media (max-width: 767px) {
  .feature-carousel .owl-carousel .feature-card {
    height: 363px;
  }
}

@media (max-width: 600px) {
  .feature-carousel .owl-carousel .feature-card {
    padding: 1.5rem;
  }
}

.feature-carousel .owl-carousel .feature-card .badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-weight: 400;
  font-size: 30.8083px;
  line-height: 36px;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-carousel .owl-carousel .feature-card .overlay-content h3 {
  font-weight: 400;
  font-size: 20.5892px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 15px;
}

.feature-carousel .owl-carousel .feature-card .overlay-content p {
  font-weight: 400;
  font-size: 13.9878px;
  line-height: 18px;
  color: #CECECE;
}

.feature-carousel .owl-carousel .card1 {
  background-image: url("../images/title1.png");
}

.feature-carousel .owl-carousel .card2 {
  background-image: url("../images/title2.png");
}

.feature-carousel .owl-carousel .card3 {
  background-image: url("../images/title3.png");
}

.feature-carousel .owl-carousel .card4 {
  background-image: url("../images/title4.png");
}

.feature-carousel .owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}

.financial-report-section {
  padding: 3% 6% 7%;
}

.financial-report-section .owl-carousel .item .carousel-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  align-items: center;
}

.financial-report-section .owl-carousel .item .carousel-card .left {
  position: relative;
  flex: 1 1 45%;
}

.financial-report-section .owl-carousel .item .carousel-card .left .overlay {
  position: absolute;
  inset: 0;
  color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 40px;
}

@media (max-width: 450px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay {
    padding: 1.5rem;
  }
}

.financial-report-section .owl-carousel .item .carousel-card .left .overlay h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 57px;
  color: #fff;
  margin: 0;
}

@media (max-width: 1400px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay h3 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay h3 {
    font-size: 27px;
  }
}

@media (max-width: 450px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay h3 {
    font-size: 23px;
  }
}

.financial-report-section .owl-carousel .item .carousel-card .left .overlay .arrows {
  display: flex;
  gap: 1rem;
}

@media (max-width: 450px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay .arrows {
    gap: 0.6rem;
  }
}

.financial-report-section .owl-carousel .item .carousel-card .left .overlay .arrows button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: transparent;
  border: 2px solid #fff;
}

@media (max-width: 450px) {
  .financial-report-section .owl-carousel .item .carousel-card .left .overlay .arrows button {
    width: 2rem;
    height: 2rem;
    padding: 8px;
  }
}

.financial-report-section .owl-carousel .item .carousel-card .right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  color: #333;
}

.financial-report-section .owl-carousel .item .carousel-card .right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  color: #000;
}

@media (max-width: 1400px) {
  .financial-report-section .owl-carousel .item .carousel-card .right p {
    font-size: 18px;
    line-height: 39px;
  }
}

@media (max-width: 1200px) {
  .financial-report-section .owl-carousel .item .carousel-card .right p {
    font-size: 16px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  .financial-report-section .owl-carousel .item .carousel-card .right p {
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .financial-report-section .owl-carousel .item .carousel-card .right p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 0;
  }
}

.financial-report-section .owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}

@media (max-width: 990px) {
  .carousel-card {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .carousel-card .left,
  .carousel-card .right {
    flex: 1 1 100% !important;
  }

  .carousel-card .left p,
  .carousel-card .right p {
    text-align: center !important;
  }

  .carousel-card .left img,
  .carousel-card .right img {
    border-radius: 1rem 1rem 0 0 !important;
  }
}

.feature-second-bg {
  background-image: url(../images/feature-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.feacture-first-section .h2-h1-font {
  margin-top: 2.4%;
  margin-bottom: 0;
}

.feacture-first-section p {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 32px;
  color: #434343;
  margin: 0;
}

@media (max-width: 1200px) {
  .feacture-first-section p {
    font-size: 17.2562px;
    line-height: 31px;
  }
}

@media (max-width: 991px) {
  .feacture-first-section p {
    line-height: 29px;
  }
}

@media (max-width: 450px) {
  .feacture-first-section p {
    line-height: 26px;
    font-size: 15.2562px;
  }
}

@media (max-width: 1400px) {
  .feacture-first-section p br {
    display: none;
  }
}

.feacture-first-section h6 {
  font-weight: 700;
  font-size: 27.26px;
  line-height: 32px;
  color: #000;
  margin: 0;
}

@media (max-width: 450px) {
  .feacture-first-section h6 {
    font-size: 24.26px;
  }
}

.feacture-first-section .feature-img-section {
  padding: 0 5%;
  align-items: center;
}

.feacture-first-section .feature-img-section .feature-main-img .position-absolute {
  top: 13%;
  right: 11%;
}

@media (max-width: 1400px) {
  .feacture-first-section .feature-img-section .feature-main-img .position-absolute {
    top: 9%;
    right: 8%;
  }
}

@media (max-width: 1200px) {
  .feacture-first-section .feature-img-section .feature-main-img .position-absolute {
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feacture-first-section .feature-img-section .feature-main-img .position-absolute {
    top: -4%;
    right: -4%;
  }
}

.feacture-first-section .feature-img-section .feature-sub-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 991px) {
  .feacture-first-section .feature-img-section .feature-sub-section {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .feacture-first-section .feature-img-section .feature-sub-section {
    gap: 15px;
    text-align: left !important;
  }
}

@media (max-width: 450px) {
  .feacture-first-section .feature-img-section .feature-sub-section {
    gap: 2px;
  }
}

.feacture-first-section .btn-nav-section {
  padding: 20px 0 40px;
}

@media (max-width: 991px) {
  .feacture-first-section .btn-nav-section {
    padding: 0px 0 34px;
  }
}

@media (max-width: 767px) {
  .feacture-first-section .btn-nav-section .btn-request2 {
    background: #000;
    color: #fff;
  }
}

.quotes-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}

.feature-bg-section {
  background-image: url(../images/ellipse-feature.png), url(../images/bg-color.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: bottom center, bottom;
}

@media (max-width: 1400px) {
  .feature-bg-section {
    background-size: 50%, cover;
  }
}

@media (max-width: 767px) {
  .feature-bg-section {
    background: none;
    background-image: url(../images/bg-color.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.main-product-section {
  margin: 8% 0 5%;
}

.main-product-section .rental-section {
  padding: 0 6% 5% 12%;
}

@media (max-width: 991px) {
  .main-product-section .rental-section {
    padding: 0 6% 6% 6%;
  }
}

.main-product-section .rental-section .align-items-center {
  gap: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1500px) {
  .main-product-section .rental-section .align-items-center {
    gap: 20%;
  }
}

@media (max-width: 1200px) {
  .main-product-section .rental-section .align-items-center {
    gap: 16%;
  }
}

@media (max-width: 991px) {
  .main-product-section .rental-section .align-items-center {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: start !important;
  }
}

@media (max-width: 500px) {
  .main-product-section .rental-section .align-items-center {
    gap: 15px;
  }
}

.main-product-section .rental-section .text-content .tag {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 29px;
  color: #434343;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .text-content .tag {
    font-size: 18.2562px;
  }
}

.main-product-section .rental-section .text-content h2 {
  font-weight: 400;
  font-size: 36.28px;
  line-height: 52px;
  color: #000;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .text-content h2 {
    font-size: 31.28px;
    line-height: 43px;
  }
}

@media (max-width: 991px) {
  .main-product-section .rental-section .text-content h2 br {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-product-section .rental-section .text-content h2 {
    font-size: 26.28px;
    line-height: 36px;
  }
}

.main-product-section .rental-section .text-content .description {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 29px;
  color: #434343;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .text-content .description {
    font-size: 18.2562px;
    line-height: 27px;
  }
}

@media (max-width: 600px) {
  .main-product-section .rental-section .text-content .description {
    font-size: 15.2562px;
    line-height: 25px;
  }
}

.main-product-section .rental-section .text-content .testimonial h1 {
  font-weight: 400;
  font-size: 24.26px;
  line-height: 29px;
  color: #434343;
  margin: -10px 0 8% 8%;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .text-content .testimonial h1 {
    font-size: 20.26px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  .main-product-section .rental-section .text-content .testimonial h1 {
    font-size: 17.26px;
    line-height: 24px;
  }
}

.main-product-section .rental-section .text-content .testimonial .quote {
  color: #cde541;
  font-size: 32px;
  margin-right: 10px;
  line-height: 1;
}

.main-product-section .rental-section .text-content .buttons {
  display: flex;
  gap: 12px;
}

.main-product-section .rental-section .text-content .buttons .request-btn {
  background-color: #cde541;
  border: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
}

.main-product-section .rental-section .text-content .buttons .brochure-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
}

.main-product-section .rental-section .image-block .image-wrapper {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.main-product-section .rental-section .image-block .image-wrapper .grey-box {
  z-index: 1;
  width: 477px;
  height: 570px;
  background: #D9D9D9;
  border-radius: 20px;
  margin-left: 9%;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .image-block .image-wrapper .grey-box {
    width: 377px;
    height: 470px;
  }
}

@media (max-width: 1200px) {
  .main-product-section .rental-section .image-block .image-wrapper .grey-box {
    width: 290px;
    height: 390px;
  }
}

@media (max-width: 500px) {
  .main-product-section .rental-section .image-block .image-wrapper .grey-box {
    margin-left: 0;
    width: 225px;
    height: 253px;
  }
}

.main-product-section .rental-section .image-block .image-wrapper .green-block {
  position: absolute;
  right: 45%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  width: 342px;
  height: 410px;
  background: #C8DC46;
  border-radius: 20px;
}

@media (max-width: 1400px) {
  .main-product-section .rental-section .image-block .image-wrapper .green-block {
    width: 260px;
    height: 330px;
  }
}

@media (max-width: 1200px) {
  .main-product-section .rental-section .image-block .image-wrapper .green-block {
    width: 220px;
    height: 285px;
  }
}

@media (max-width: 991px) {
  .main-product-section .rental-section .image-block .image-wrapper .green-block {
    left: 50%;
  }
}

@media (max-width: 500px) {
  .main-product-section .rental-section .image-block .image-wrapper .green-block {
    width: 179px;
    height: 165px;
  }
}

.main-product-section .rental-section .image-block .image-wrapper .laptop-img {
  position: absolute;
  z-index: 3;
  /* transform: rotate(-15deg); */
  max-width: 100%;
  height: auto;
}

.main-product-section .rental-section .title-with-line {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-product-section .rental-section .title-with-line .line {
  height: 1px;
  width: 60px;
  background-color: #000;
  border-radius: 4px;
  margin-top: 5px;
}

.main-product-section .rental-section .title-with-line h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.main-product-section .rental-section .btn-nav-section1 {
  flex-wrap: wrap;
}

.main-product-section .rental-section2 {
  padding: 0 12% 5% 6%;
}

@media (max-width: 991px) {
  .main-product-section .rental-section2 {
    padding: 0 6% 6% 6%;
  }
}

@media (max-width: 991px) {
  .main-product-section .rental-section2 .align-items-center {
    flex-direction: column-reverse;
  }
}

.main-product-section .rental-section2 .image-block .image-wrapper {
  justify-content: start;
}

.main-product-section .rental-section2 .image-block .image-wrapper .green-block {
  left: 50%;
}

.main-product-section .rental-section2 .text-content {
  justify-self: end;
}

.blog-section {
  padding: 4%;
  background-image: url("../images/blog-bg.png");
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .blog-section {
    padding: 20px;
  }
}

.blog-section .featured-blog-section {
  display: grid;
  grid-template-columns: 55% 41%;
  gap: 4%;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section {
    grid-template-columns: 52% 44%;
  }
}

@media (max-width: 991px) {
  .blog-section .featured-blog-section {
    grid-template-columns: 100%;
    gap: 3%;
  }
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section {
    gap: 20px;
  }
}

.blog-section .featured-blog-section h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 13px;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section h6 {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .blog-section .featured-blog-section h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .blog-section .featured-blog-section .right-section {
    margin-bottom: 4%;
  }
}

.blog-section .featured-blog-section p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #606060;
  margin: 0;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section p {
    font-size: 16px;
    line-height: 22px;
  }
}

.blog-section .featured-blog-section .h2-h1-font {
  text-align: center;
  margin: 0;
  margin-bottom: 6%;
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .h2-h1-font {
    margin-bottom: 20px;
  }
}

.blog-section .featured-blog-section .confidence-section {
  background: #F2F2F2;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .confidence-section {
    margin-bottom: 20px;
    padding: 25px;
  }
}

.blog-section .featured-blog-section .confidence-section h5 {
  font-weight: 400;
  font-size: 29.38px;
  line-height: 14px;
  color: #000000;
  margin: 0;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section .confidence-section h5 {
    font-size: 27.38px;
  }
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .confidence-section h5 {
    font-size: 23.38px;
    line-height: 26px;
  }
}

.blog-section .featured-blog-section .confidence-section p {
  font-weight: 400;
  font-size: 18.0376px;
  line-height: 25px;
  color: #606060;
  margin: 0;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section .confidence-section p {
    font-size: 17.0376px;
  }
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .confidence-section p {
    font-size: 16.0376px;
  }
}

.blog-section .featured-blog-section .d-flex {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section .d-flex {
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .d-flex {
    gap: 10px;
    margin-bottom: 7px;
  }
}

.blog-section .featured-blog-section .d-flex img {
  border: 2px solid #000;
  padding: 4px;
  border-radius: 50px;
}

.blog-section .featured-blog-section .img-section {
  display: grid;
  /* grid-template-columns: 70% 27%; */
  gap: 25px;
}

@media (max-width: 500px) {
  .blog-section .featured-blog-section .img-section {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.blog-section .featured-blog-section .img-section .position-absolute {
  position: absolute !important;
  top: 23%;
  right: 10%;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 7px;
}

@media (max-width: 1200px) {
  .blog-section .featured-blog-section .img-section .position-absolute {
    top: 21%;
    padding: 4px;
  }
}

@media (max-width: 991px) {
  .blog-section .featured-blog-section .img-section .position-absolute {
    top: 23%;
    padding: 7px;
  }
}

@media (max-width: 767px) {
  .blog-section .featured-blog-section .img-section .position-absolute {
    padding: 4px;
  }
}

@media (max-width: 600px) {
  .blog-section .featured-blog-section .img-section .position-absolute {
    top: 20%;
    right: 11%;
  }
}

@media (max-width: 500px) {
  .blog-section .featured-blog-section .img-section .position-absolute {
    right: 9%;
    bottom: 8%;
    top: unset;
    padding: 9px;
  }
}

.blog-section .featured-blog-section .feature-cards {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

@media (max-width: 450px) {
  .blog-section .featured-blog-section .feature-cards {
    flex-direction: column;
    align-items: start;
    gap: 13px;
  }
}

.blog-section .featured-blog-section .feature-cards1 {
  background: #C1D72E;
}

.blog-section .recent-blog-section .head-section {
  margin: 2% 0 4%;
}

@media (max-width: 991px) {
  .blog-section .recent-blog-section .head-section {
    gap: 10%;
  }
}

@media (max-width: 767px) {
  .blog-section .recent-blog-section .head-section {
    flex-direction: column;
    align-items: start !important;
  }
}

.blog-section .recent-blog-section .head-section h1 {
  margin-left: 4% !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .blog-section .recent-blog-section .head-section h1 {
    margin-left: 0% !important;
  }
}

.blog-section .recent-blog-section .head-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #535353;
}

@media (max-width: 1200px) {
  .blog-section .recent-blog-section .head-section p {
    font-size: 18px;
    line-height: 31px;
  }
}

@media (max-width: 600px) {
  .blog-section .recent-blog-section .head-section p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .blog-section .recent-blog-section .head-section p br {
    display: none;
  }
}

.blog-section .blog-container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-bottom: 7%;
}

@media (max-width: 1400px) {
  .blog-section .blog-container {
    gap: 13px;
  }
}

@media (max-width: 1200px) {
  .blog-section .blog-container {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .blog-section .blog-container {
    margin-bottom: 20px;
  }
}

.blog-section .blog-container .blog-card {
  overflow: hidden;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  position: relative;
  max-height: 100%;
  background: #F1F1F1;
  border-radius: 20px;
  padding: 16px;
}

@media (max-width: 1200px) {
  .blog-section .blog-container .blog-card {
    flex: 0 1 calc(50% - 10px);
    /* Adjusted for better spacing */
  }
}

@media (max-width: 767px) {
  .blog-section .blog-container .blog-card {
    flex: 0 1 100%;
  }
}

.blog-section .blog-container .blog-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}

@media (max-width: 1400px) {
  .blog-section .blog-container .blog-card .image-wrapper {
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .blog-section .blog-container .blog-card .image-wrapper {
    height: 300px;
  }
}

.blog-section .blog-container .blog-card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.blog-section .blog-container .blog-card .blog-content {
  padding: 25px 16px 16px;
}

.blog-section .blog-container .blog-card .blog-content h4 {
  font-weight: 400;
  font-size: 24.38px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 18px;
}

@media (max-width: 1400px) {
  .blog-section .blog-container .blog-card .blog-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .blog-section .blog-container .blog-card .blog-content h4 {
    font-size: 20px;
    margin-bottom: 11px;
  }
}

.blog-section .blog-container .blog-card .blog-content p {
  font-weight: 400;
  font-size: 18.0376px;
  line-height: 25px;
  color: #606060;
}

@media (max-width: 1400px) {
  .blog-section .blog-container .blog-card .blog-content p {
    font-size: 16.2px;
  }
}

.blog-section .blog-container .blog-card .blog-content button {
  font-weight: 400;
  font-size: 17.7996px;
  color: #000000;
  background: #C1D72E;
  border-radius: 28.0912px;
  padding: 14px 30px;
}

@media (max-width: 600px) {
  .blog-section .blog-container .blog-card .blog-content button {
    font-size: 14.7996px;
    padding: 8px 30px;
  }
}

/* .blog-section .blog-container .blog-card:hover {
  flex: 1.7;
  z-index: 2;
} */

@media (max-width: 1200px) {
  .blog-section .blog-container .blog-card:hover {
    flex: 0 1 calc(50% - 10px);
    /* Maintain 2-column layout on hover */
  }
}

@media (max-width: 767px) {
  .blog-section .blog-container .blog-card:hover {
    flex: 0 1 100%;
    /* Full width on mobile */
  }
}

.blog-section .blog-container .blog-arrow-card {
  height: auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.blog-section .blog-container .blog-arrow-card .arrow-icon {
  position: absolute;
  top: 147px;
  right: 10%;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 7px;
}

@media (max-width: 767px) {
  .blog-section .blog-container .blog-arrow-card .arrow-icon {
    left: 152px;
  }
}

@media (max-width: 767px) {
  .blog-section .blog-container {
    flex-direction: column;
  }

  .blog-section .blog-container .blog-card {
    width: 100%;
    flex: none;
  }

  .blog-section .blog-container .blog-card:hover {
    flex: none;
  }
}

.pricing-section {
  padding: 5%;
  background-image: url(../images/pricing-bg.png);
  background-position: top;
  background-size: cover;
}

@media (max-width: 1400px) {
  .pricing-section {
    padding: 4%;
  }
}

@media (max-width: 500px) {
  .pricing-section {
    padding: 20px;
  }
}

.pricing-section h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 68px;
  text-align: center;
  letter-spacing: 1px;
  color: #24292F;
  margin: 0;
}

@media (max-width: 1400px) {
  .pricing-section h1 {
    font-size: 37px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .pricing-section h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 600px) {
  .pricing-section h1 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (max-width: 450px) {
  .pricing-section h1 {
    font-size: 21px;
    line-height: 25px;
  }
}

@media (max-width: 600px) {
  .pricing-section h1 br {
    display: none;
  }
}

.pricing-section .contact-section {
  background: linear-gradient(180deg, #1A181B 0%, #323033 100%);
  box-shadow: 0px 0px 39.1px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  align-items: center;
}

@media (max-width: 600px) {
  .pricing-section .contact-section {
    flex-direction: column;
    gap: 7px;
    padding: 30px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .pricing-section .contact-section {
    padding: 25px;
  }
}

.pricing-section .contact-section h2 {
  font-weight: 400;
  font-size: 29px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 1200px) {
  .pricing-section .contact-section h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  .pricing-section .contact-section h2 {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .pricing-section .contact-section h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 450px) {
  .pricing-section .contact-section h2 {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 600px) {
  .pricing-section .contact-section h2 br {
    display: none;
  }
}

.pricing-section .contact-section .btn-request2 {
  background-color: #C1D72E;
  color: #000;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 14px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.pricing-section .checkmark {
  color: #95ce4a;
  margin-right: 0.5rem;
  background: #C7DC42;
  padding: 5px;
  max-width: 20px;
  max-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-section .payment-toggle {
  text-align: center;
}

.pricing-section .payment-toggle label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.2px;
  color: #24292F;
  justify-content: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .pricing-section .payment-toggle label {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .pricing-section .payment-toggle label {
    font-size: 16px;
    padding: 7px 0;
  }
}

.pricing-section .payment-toggle .toggle-buttons {
  display: inline-flex;
  padding: 4px 8px;
  gap: 12px;
  background: #EBEBEB;
  border-radius: 8px;
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .pricing-section .payment-toggle .toggle-buttons {
    margin-bottom: 20px;
    gap: 0px;
  }
}

.pricing-section .payment-toggle .toggle-buttons button {
  background-color: unset;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  padding: 9px 17px 9px 21px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: #57606A;
}

.pricing-section .payment-toggle .toggle-buttons button.active {
  background: #FFFFFF;
  border: 1px solid #ADC700;
  border-radius: 8px;
}

.pricing-section .payment-toggle span {
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}

.pricing-section .card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (max-width: 1300px) {
  .pricing-section .card-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }
}

@media (max-width: 1000px) {
  .pricing-section .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing-section .card-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .pricing-section .card-container {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.pricing-section .card-container .pricing-card {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 15.2px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.pricing-section .card-container .pricing-card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #787878;
  margin: 0;
}

.pricing-section .card-container .pricing-card .pricing-card-sub {
  padding: 10px;
}

.pricing-section .card-container .pricing-card .price-card-head {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
}

.pricing-section .card-container .pricing-card .price-card-head h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.24px;
  color: #000000;
}

.pricing-section .card-container .pricing-card .price-card-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #5E5E5E;
}

.pricing-section .card-container .pricing-card .price-section {
  padding: 30px 0;
}

.pricing-section .card-container .pricing-card .price-section .price {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 7px;
}

.pricing-section .card-container .pricing-card .price-section .price h3 {
  font-weight: 400;
  font-size: 35px;
  text-align: center;
  letter-spacing: -0.48px;
  color: #000000;
  margin: 0;
}

.pricing-section .card-container .pricing-card .price-section .price p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.48px;
  color: #727070;
  margin: 0;
}

.pricing-section .card-container .pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 38px;
  justify-self: center;
}

.pricing-section .card-container .pricing-card li {
  text-align: left;
  margin-bottom: 1rem !important;
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.pricing-section .card-container .pricing-card .first-ul {
  margin-bottom: 26px;
}

.pricing-section .card-container .pricing-card .first-ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-section .card-container .demo-btn {
  cursor: pointer;
  width: 100%;
  padding: 16px;
  background: #E9E9E9;
  border-radius: 6px 6px 20px 20px;
  text-align: center;
  color: #000000;
}

.pricing-section .card-container .pricing-card:hover,
.pricing-section .card-container .pricing-card.selected {
  background-color: #1e1e1e;
  color: #fff;
}

.pricing-section .card-container .pricing-card:hover .checkmark,
.pricing-section .card-container .pricing-card.selected .checkmark {
  background: #413F42;
}

.pricing-section .card-container .pricing-card:hover .demo-btn,
.pricing-section .card-container .pricing-card.selected .demo-btn {
  background: #C3D934;
}

.pricing-section .card-container .pricing-card:hover h4,
.pricing-section .card-container .pricing-card:hover h3,
.pricing-section .card-container .pricing-card.selected h4,
.pricing-section .card-container .pricing-card.selected h3 {
  color: #fff !important;
}

.pricing-section .card-container .pricing-card:hover li,
.pricing-section .card-container .pricing-card:hover p,
.pricing-section .card-container .pricing-card.selected li,
.pricing-section .card-container .pricing-card.selected p {
  color: #D4D4D4 !important;
}

.pricing-section .tools-section {
  background-color: unset;
  margin: 30px 0 0;
  box-shadow: 0px 0px 65.5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3% 6%;
}

@media (max-width: 600px) {
  .pricing-section .tools-section {
    padding: 6%;
  }
}

@media (max-width: 500px) {
  .pricing-section .tools-section {
    margin: 20px 0 0;
    padding: 30px;
  }
}

.pricing-section .tools-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing-section .tools-section .tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  text-align: left;
  margin-bottom: 3rem;
  margin-top: 4%;
}

@media (max-width: 991px) {
  .pricing-section .tools-section .tools-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5%;
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .pricing-section .tools-section .tools-grid {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .pricing-section .tools-section .tools-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
}

.pricing-section .tools-section .tools-grid .d-flex {
  font-weight: 400;
  font-size: 18.5714px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
  gap: 7px;
}

@media (max-width: 768px) {
  .pricing-section .tools-section .tools-grid .d-flex {
    font-size: 16.5714px;
  }
}

.contact-main-section {
  padding: 3rem;
}

@media (max-width: 991px) {
  .contact-main-section {
    padding: 2rem;
  }
}

@media (max-width: 600px) {
  .contact-main-section {
    padding: 25px;
  }
}

@media (max-width: 450px) {
  .contact-main-section {
    padding: 20px;
  }
}

.contact-main-section .contact-first-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 991px) {
  .contact-main-section .contact-first-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .contact-main-section .contact-first-section {
    gap: 25px;
  }
}

@media (max-width: 450px) {
  .contact-main-section .contact-first-section {
    gap: 20px;
  }
}

.contact-main-section .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.contact-main-section .contact-info h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 45px;
}

.contact-main-section .contact-info h1 .highlight {
  font-size: 38px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.contact-main-section .contact-info h1 .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.3em;
  background-color: #D6EB48;
  border-radius: 8px;
  z-index: -1;
}

.contact-main-section .contact-info p {
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  color: #6D6D6D;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-info p {
    font-size: 17px;
    line-height: 30px;
  }
}

.contact-main-section .contact-info .chat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-main-section .contact-info .chat-icon img {
  margin-right: -15px;
}

.contact-main-section .contact-info .need-help {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #6D6D6D;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-info .need-help {
    font-size: 17px;
  }
}

.contact-main-section .contact-info .send-message {
  font-weight: 400;
  font-size: 19px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  padding: 0 30px 9px;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-info .send-message {
    font-size: 18px;
  }
}

.contact-main-section .contact-info .info-card {
  background-image: url(../images/contact-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3%;
  border-radius: 15px;
  margin-top: 6%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 600px) {
  .contact-main-section .contact-info .info-card {
    padding: 20px;
    gap: 35px;
  }
}

.contact-main-section .contact-info .info-card .info-card-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 991px) and (max-width: 1200px) {
  .contact-main-section .contact-info .info-card .info-card-sub {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 550px) {
  .contact-main-section .contact-info .info-card .info-card-sub {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-main-section .contact-info .info-card .info-item h4 {
  font-weight: 500;
  font-size: 16.8111px;
  line-height: 59px;
  text-align: center;
  color: #9E9E9E;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .contact-main-section .contact-info .info-card .info-item h4 {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .contact-main-section .contact-info .info-card .info-item h4 {
    margin: 0;
  }
}

.contact-main-section .contact-info .info-card .info-item p {
  font-weight: 400;
  font-size: 14.7097px;
  line-height: 23px;
  text-align: center;
  color: #9E9E9E;
  margin: 0;
}

.contact-main-section .contact-form {
  background-image: url(../images/contcat-form-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6% 7%;
  border-radius: 50px;
}

@media (max-width: 600px) {
  .contact-main-section .contact-form {
    padding: 35px 38px;
  }
}

@media (max-width: 450px) {
  .contact-main-section .contact-form {
    padding: 25px;
    border-radius: 30px;
  }
}

.contact-main-section .contact-form h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
  color: #9E9E9E;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-form h3 {
    font-size: 44px;
    line-height: 46px;
  }
}

@media (max-width: 600px) {
  .contact-main-section .contact-form h3 {
    font-size: 37px;
    line-height: 41px;
  }
}

@media (max-width: 450px) {
  .contact-main-section .contact-form h3 {
    font-size: 32px;
    line-height: 37px;
  }
}

.contact-main-section .contact-form p {
  font-weight: 400;
  font-size: 19.2562px;
  line-height: 32px;
  color: #9E9E9E;
  margin-bottom: 6px;
  margin-top: 3%;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-form p {
    font-size: 16.2562px;
  }
}

.contact-main-section .contact-form .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  margin-bottom: 1.5rem;
}

.contact-main-section .contact-form .tags button {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #9E9E9E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  /* gap: 10px; */
  /* width: 169px; */
  height: 37px;
  border: 0.4px solid rgba(158, 158, 158, 0.368627451);
  border-radius: 10px;
  cursor: pointer;
  background-color: unset;
}

@media (max-width: 1200px) {
  .contact-main-section .contact-form .tags button {
    font-size: 15px;
  }
}

.contact-main-section .contact-form .tags button.selected {
  background-color: #c1d72e;
  color: #000;
  border-color: #e9ff58;
}

.contact-main-section .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-main-section .contact-form form input,
.contact-main-section .contact-form form textarea {
  padding: 0.75rem;
  border: none;
  background: unset;
  border-bottom: 1px solid rgba(158, 158, 158, 0.368627451);
  font-weight: 400;
  font-size: 18.9px;
  line-height: 28px;
  color: #9E9E9E;
  order: 0;
}

@media (max-width: 1200px) {

  .contact-main-section .contact-form form input,
  .contact-main-section .contact-form form textarea {
    font-size: 16.9px;
  }
}

.contact-main-section .contact-form form textarea {
  resize: none;
  height: 136px;
}

.contact-main-section .contact-form form .capcha-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-main-section .contact-form form .btn-nav-section {
  margin-top: 2%;
}

.contact-main-section .contact-form form .btn-nav-section .btn-request2 {
  width: 22%;
}

@media (max-width: 1300px) {
  .contact-main-section .contact-form form .btn-nav-section .btn-request2 {
    width: 30%;
  }
}

@media (max-width: 600px) {
  .contact-main-section .contact-form form .btn-nav-section .btn-request2 {
    width: 50%;
  }
}

.contact-main-section .map-container {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 2%;
  height: 306px;
  border-radius: 30px;
}

@media (max-width: 600px) {
  .contact-main-section .map-container {
    margin-top: 25px;
  }
}

@media (max-width: 450px) {
  .contact-main-section .map-container {
    margin-top: 20px;
  }
}

.contact-main-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-main-section .map-container .dark-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.88);
  pointer-events: none;
}

.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 4px;
  display: block;
}

.error-field {
  border-color: red;
}

.my-swal-button {
  background-color: #C1D72E !important;
  color: #000 !important;
  padding: 10px 40px;
  border-radius: 35px;
  font-size: 14px;
  border: none;
}

.my-swal-button:hover {
  background-color: #C1D72E !important;
}

.blog-swiper-section {
  margin: 0% 2%;
  padding: 2% 0;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-1 {
  background-image: url(../images/blog1-main-banner-detail-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-2 {
  background-image: url(../images/helps-blog-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-3 {
  background-image: url(../images/blog-3-main-banner-detail-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-4 {
  background-image: url(../images/blog-4-main-banner-detail-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-9 {
  background-image: url(../images/vehicle-img-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-5 {
  background-image: url(../images/blog-5-main\-banner-detail-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-6 {
  background-image: url(../images/blog-6-main\-banner-detail-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-7 {
  background-image: url(../images/smart-investment-blog-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .bg-image-8 {
  background-image: url(../images/common-blog-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content {
  height: 77vh;
  padding: 65px 65px;
  border-radius: 30px;
  animation: animatedBackground1 4s cubic-bezier(0.25, 1, 0.3, 1) forwards;
  animation-delay: 0.9s;
}

@media (max-width: 1200px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content {
    height: 60vh;
  }
}

@media (max-width: 900px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content {
    animation: unset !important;
    animation-delay: none;
  }
}

@media (max-width: 768px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content {
    padding: 32px 32px;
    height: 45vh;
  }
}

@media (max-height: 650px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content {
    padding-top: 8rem;
    height: 100%;
  }
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section h1 {
  line-height: 1.2;
  color: #ffffff;
  font-size: 4.2rem;
  margin-bottom: 20px;
  text-transform: capitalize;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1315px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section h1 {
    font-size: 3.6rem;
    line-height: 58px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section h1 {
    font-size: 2.6rem;
    line-height: 45px;
    margin-bottom: 10px;
  }
}

@media (max-width: 568px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section h1 {
    font-size: 1.9rem;
    line-height: 39px;
  }
}

@media (max-width: 1300px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section h1 br {
    display: none;
  }
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section .para-1 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 31px;
  width: 60%;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1200px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section .para-1 {
    width: 85%;
    line-height: 27px;
    font-size: 1.2rem;
  }
}

@media (max-width: 705px) {
  .blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-section .para-1 {
    line-height: 24px;
    font-size: 1rem;
  }
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-buttons {
  margin: 20px 0px;
}

.blog-swiper-section #home-slider .swiper-wrapper .swiper-slide .swiper-inner-content .swiper-content-buttons button {
  background: transparent;
  color: white;
  border: 1px solid #5f5e5e;
  border-radius: 10px;
  font-size: 12px;
  padding: 5px 10px;
}

.blog-details-content-section {
  margin: 3.5rem 0rem;
}

@media (max-width: 768px) {
  .blog-details-content-section {
    margin: 0rem 0rem;
  }
}

.blog-details-content-section .details-left-content-section {
  margin-top: 20px;
  padding-left: 3%;
}

@media (max-width: 768px) {
  .blog-details-content-section .details-left-content-section {
    padding-left: 0%;
  }
}

.blog-details-content-section .details-left-content-section .first-content {
  line-height: 25px;
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0;
  animation: slideInTop 4s ease-out forwards;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section .first-content {
    font-size: 1.1rem;
  }
}

.blog-details-content-section .details-left-content-section .first-content::first-letter {
  font-size: 4rem;
  font-weight: 600;
  padding: 8px;
  margin-right: 5px;
  color: #000000;
  border-radius: 4px;
  float: left;
  padding-right: 0px;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section .first-content::first-letter {
    font-size: 3.5rem;
  }
}

.blog-details-content-section .details-left-content-section .contents {
  line-height: 25px;
  font-size: 1.2rem;
  font-weight: 400;
}

.blog-details-content-section .details-left-content-section .contents a {
  
}
.reason-link{
  color: #007bff !important;

}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section .contents {
    font-size: 1.1rem;
    line-height: unset;
  }
}

.blog-details-content-section .details-left-content-section .content-image {
  margin: 3rem 0;
}

.blog-details-content-section .details-left-content-section .content-image img {
  width: 100%;
  border-radius: 20px;
  animation: bgZoomFade 3s ease-out;
}

.blog-details-content-section .details-left-content-section .user-image-container {
  margin: 3rem 0rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section .user-image-container {
    margin: 1.5rem 0rem;
  }
}

.blog-details-content-section .details-left-content-section h3 {
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .blog-details-content-section .details-left-content-section h3 {
    font-size: 1.4rem;
  }
}

.blog-details-content-section .details-left-content-section .content-heads {
  margin: 3rem 0px 1.5rem 0px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-left-content-section .content-heads {
    margin: 1.3rem 0px 0.7rem 0px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .blog-details-content-section .details-left-content-section .content-heads {
    margin: 1.3rem 0px 0.7rem 0px;
    font-size: 1.2rem;
  }
}

.blog-details-content-section .details-right-content-section {
  margin-top: 20px;
  margin-left: 5%;
}

@media (max-width: 991px) {
  .blog-details-content-section .details-right-content-section {
    padding-left: 7%;
  }
}

@media (max-width: 768px) {
  .blog-details-content-section .details-right-content-section {
    padding-left: 0%;
    margin-left: 0%;
  }
}

.blog-details-content-section .details-right-content-section .heads {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
      cursor: pointer;
}

.blog-details-content-section .details-right-content-section .written-container {
  padding: 20px 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 1.2rem;
}

.blog-details-content-section .details-right-content-section .written-container p {
  font-size: 1.2rem;
  font-weight: 500;
  animation: slideInTop 4s ease-out forwards;
  opacity: 0;
  line-height: 24px;
}

.blog-details-content-section .details-right-content-section .written-container .written-img-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1070px) {
  .blog-details-content-section .details-right-content-section .written-container .written-img-container {
    flex-direction: column;
    align-items: baseline;
  }
}

@media (max-width: 768px) {
  .blog-details-content-section .details-right-content-section .written-container .written-img-container {
    flex-direction: row;
    align-items: center;
  }
}

.blog-details-content-section .details-right-content-section .written-container .written-img-container .written-text {
  color: #787878;
  font-weight: 400;
  animation: slideInTop 4s ease-out forwards;
  opacity: 0;
}

@media (max-width: 1200px) {
  .blog-details-content-section .details-right-content-section .written-container .written-img-container .written-text {
    font-size: 14px;
  }
}

@keyframes bgZoomFade {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-150px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animatedBackground1 {
  from {
    background-size: 160%;
  }

  to {
    background-size: 110%;
  }
}

.overflow-hide {
  overflow: hidden;
}

.blog-ul {
  padding-left: 1.5rem;
  margin-bottom: 15px;
}

.blog-ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.blog-ol {
  padding-left: 1.5rem;
  margin-bottom: 15px;
}

.blog-ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.dp-div-2 {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-div-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bold-text {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bold-text {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
  }
}

.contents2 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .contents2 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .para-point {
    display: none !important;
  }
}

#loading2 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0000006b;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 4px solid #C1D72E;
  border-top: 10px solid #C1D72E;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dial {
  max-width: 900px !important;
}

/* Modal content box */
.modal-content {
  background: #fff;
  margin: 22% auto;
  padding: 20px;
  border-radius: 50px !important;
  position: relative;
}

.modal-content h2 {

    font-family: "SF Pro Display" !important; 
     font-size: 22px;
  font-weight: 600;
color:#C1D72E;
  text-align: center;
  /* padding-left: 52px; */
  padding-bottom: 17px;
  padding-top: 33px;
  /* padding: 20px 0px; */
  /* padding: 10px 10px 4px 0px; */
  border-bottom: 1px solid rgb(216, 216, 216);
}

.saihatask-modal h2 {
  color: #243CE6;
}

.drivecloud-modal h2 {
  color: #C2E123;
}

@media (max-width: 1200px) {
  .modal-content {
    width: 800px;
  }
}

@media (max-width: 998px) {
  .modal-content {
    width: 700px;
  }
}

@media (max-width: 778px) {
  .modal-content {
    width: 400px;
  }
}

@media (max-width: 450px) {
  .modal-content {
    width: 300px;
  }
}

@media (max-width: 450px) {
  .modal-content h2 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

.modal-content .enquiry .enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 39px;
}

@media (max-width: 1650px) {
  .modal-content .enquiry .enquiry-form {
    gap: 25px;
    padding: 30px 39px;
  }
}

@media (max-width: 1550px) {
  .modal-content .enquiry .enquiry-form {
    padding: 22px 20px;
  }
}

@media (max-width: 1450px) {
  .modal-content .enquiry .enquiry-form {
    padding: 21px 39px;
  }
}

@media (max-width: 1200px) {
  .modal-content .enquiry .enquiry-form {
    padding: 21px 22px;
  }
}

@media (max-width: 1100px) {
  .modal-content .enquiry .enquiry-form {
    padding: 20px 21px;
  }
}

@media (max-width: 500px) {
  .modal-content .enquiry .enquiry-form {
    padding: 10px 13px;
  }
}

@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form {
    padding: 10px 13px;
    gap: 10px;
  }
}

.modal-content .enquiry .enquiry-form .error-message {
  color: rgb(255, 0, 0);
  font-size: 13px;
  text-align: center;
  padding-left: 20px;
}

.modal-content .enquiry .enquiry-form .my-swal-button {
  background-color: #ff5a1f !important;
  color: white !important;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.modal-content .enquiry .enquiry-form .forminput {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 25px;
}

@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .forminput {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .forminput {
    gap: 10px;
  }
}

.modal-content .enquiry .enquiry-form .forminput input {
  padding: 20px 15px;
  width: 100%;
  border-radius: 29px;
  border: 1px solid #C2E123;
  background: transparent;
  text-align: center;
  outline: none;
    font-family: "SF Pro Display" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
  color: #000000;
}





.modal-content .enquiry .enquiry-form .forminput input:focus {
border: 1px solid #C2E123 !important;
}


@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .forminput input {
    padding: 15px 15px;
  }
}

@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .forminput input {
    padding: 13px 15px;
  }
}

.modal-content .enquiry .enquiry-form .buttoninput {
  text-align: center;
}

.modal-content .enquiry .enquiry-form .buttoninput button {
  padding: 20px 80px;
  /* width: 100%; */
  border-radius: 29px;
  border: none;
  background-color:#C1D72E;;
  color: #000000;
    font-family: "SF Pro Display" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 17.2683px;
  line-height: 26px;
}


.drivecloud-modal .enquiry .enquiry-form .buttoninput button {
  background-color: #C2E123;
}

@media (max-width: 778px) {
  .modal-content .enquiry .enquiry-form .buttoninput button {
    padding: 15px 80px;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .modal-content .enquiry .enquiry-form .buttoninput button {
    padding: 13px 45px;
  }
}

.close-btn {
  position: absolute;
  top: 42px;
  right: 70px;
  font-size: 34px;
  cursor: pointer;
}

@media (max-width: 450px) {
  .close-btn {
    top: 25px;
    right: 36px;
    font-size: 28px;
  }
}

.my-swal-button {
  background-color: #C2E123 !important;
  color: #000000 !important;
  padding: 10px 40px;
  border-radius: 35px;
  font-size: 14px;
  border: none;
}

.my-swal-button:hover {
  background-color:#C2E123 !important;
}

.swal2-show {
  border-radius: 50px !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid #C2E123 !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: #C2E123 !important;
}
.modal-backdrop {
  position: unset;
}
.quote-text{
  font-weight: 400!important;
    font-size: 24.26px!important;
    line-height: 29px!important;
    color: #434343!important;
    margin: -10px 0 8% 8%!important;
}
.capcha-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modalflow{
  overflow-y: hidden!important;
}