@import url("font-awesome.min.css");
.piimg{
  animation-name: sai;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes sai{
  0%{
    transform: scale(1.0);    
  }
  50%{
    transform: scale(1.1);    
  }
  100%{
    transform: scale(1.0);    
  }
}
.file-drop-area {
  border: 2px dashed #191658;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  background: #fff1d078;
}

.file-drop-area.drag-over {
  background-color: #e9ecef;
}

.file-drop-area .icon {
  font-size: 50px;
  color: #191658;
}

.file-drop-area p {
  margin: 10px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.file-drop-area .file-name {
  font-weight: 200;
}

/* Hide the original file input */
input[type="file"] {
  display: none;
}
body {
  font-family: "Poppins", sans-serif;
  color: #000102;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #1652AF;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #191658;
  padding: 10px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color:#c99b31;
  margin-right: 5px;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #191555;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* margin-top: -60px; */
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  /* background-color: #1652AF; */
 
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: -10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
  
}

.slider_section .detail-box h1 span {
  color: #c99b31;
  

}

.slider_section .detail-box p {
  margin-top: 25px;
  

}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  

}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #1652AF;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #c99b31;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #c99b31;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #c99b31;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #c99b31;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #c99b31;
}

.service_section {
  background-color:#191658;
}

.service_section .heading_container {
  color: #ffffff;
  

}


.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #c99b31;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #c99b31;
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #c99b31;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #c99b31;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #c99b31;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_bg_box .img-box {
  width: 100%;
}

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}

/* end contact section */
.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
}

.team_section .box .img-box {
  width: 100%;
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.75);
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c99b31;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.team_section .btn-box a:hover {
  background-color: transparent;
  border-color: #c99b31;
  color: #c99b31;
}

.info_section {
  background-color:#191658;
  color: #ffffff;
  padding: 29px 0 10px 0;
}

.info_section .row>div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #c99b31;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: #c99b31;
  clear: both;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

.card-description {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
  /* Adjust the padding as needed */
}

.arrow-circle,
.arrowq-circle {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}

.quick-buy-heading {
  font-weight: bold;
  font-size: 28px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}

.cardq-container {
  display: flex;
  flex-wrap: wrap;
}

.cardq {
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px; /* Add margin between rows of cards */
}

.cardq:last-child {
  margin-right: 0;
}

.cardq:hover {
  transform: scale(1.05);
}

.cardq img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.cardq-content {
  padding: 15px;
}

.cardq-heading {
  font-size: 16px;
  margin-bottom: 8px;
}

.cardq-description {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  margin-right: 20px;
  position: relative;
}

.arrowq-circle {
  width: 18px;
  height: 18px;
  top: 40%;
  left: 0;
}

.ratingq {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.starq {
  color: #FFD700;
  margin-right: 3px;
  font-size: 14px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  .cardq {
    width: 100%; /* Make cards take full width on smaller screens */
    margin-right: 0;
  }
}

.bannerq {
  display: flex;
  background-color: #191658;
  color: #fff;
  padding:25px 45px;
}

.bannerq-item {
  flex-grow: 1;
  text-align: left;
}

.bannerq-heading {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 5px;
}

.bannerq-content {
  font-size: 14px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  .bannerq {
    flex-direction: column; /* Stack items vertically on smaller screens */
    padding: 20px; /* Adjust padding for smaller screens */
  }

  .bannerq-item {
    text-align: center; /* Center align text on smaller screens */
    margin-bottom: 20px; /* Add margin between items on smaller screens */
  }

  .bannerq-heading {
    font-size: 30px; /* Adjust font size for heading on smaller screens */
  }
}
/*end banner section*/

/*FAQ banner*/
/*FAQ banner*/



body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.big-banner {
  display: flex;
  flex-direction: column; /* Stack content vertically on smaller screens */
  padding: 20px 45px;
  background: url('../images/i.webp');
  background-size: cover; 
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border-bottom: 2px solid rgb(14, 33, 36);
}

.left-content,
.right-content {
  flex: 1;
  padding-right: 0; /* Remove right padding for both columns on smaller screens */
  margin-bottom: 20px; /* Add margin between columns on smaller screens */
}

.left-heading {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.left-content-text {
  font-size: 20px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.question-container {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
}

.question {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.question:hover {
  color: #c99b31;
}

.question-arrow {
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}

.question.active + .answer {
  max-height: 1000px;
}

.question.active .question-arrow {
  transform: rotate(180deg);
}

.question-arrow::before {
  content: '\25BE';
  display: inline-block;
  transform: rotate(90deg);
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  .big-banner {
    padding: 15px; /* Adjust padding for smaller screens */
  }

  .faq-container {
    gap: 10px; /* Adjust the gap between questions on smaller screens */
  }

  .question,
  .answer {
    font-size: 16px; /* Adjust font size for questions and answers on smaller screens */
  }

  .question-arrow {
    margin-left: 0; /* Remove margin for the arrow on smaller screens */
  }
}

/*enf faq section*/





body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.floating-form {
  position: fixed;
  right: 20px;
  transform: translateY(50%);
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 450px;
  height: 370px;
  z-index: 1000;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}

.form-heading {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
}

.content-section {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
}

.dropdown-container {
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 110px);
  /* Adjusted width */
}

.dropdown-label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.dropdown-select {
  width: calc(48% + 15px);
  /* Slightly increased width */
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  appearance: none;
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"><path d="M7 10l5 5 5-5z" /></svg>') no-repeat right 10px center/15px;
  font-size: 12px;
}



.price-button {
  position: relative;
  text-align: left;
  padding: 8px 40px 8px 10px;
  margin: 4px;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none;
  /* Remove border */
  border-radius: 5px;
  /* Add border-radius for rounded corners */
}

.price-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  /* Change border color to match background */
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  display: block;
}

.price-button.selected::before {
  background-color: #c99b31;
  border-color: #c99b31;
  content: '\2713';
  /* Checkmark symbol */
  color: hsl(212, 79%, 42%);
}

.buy-now-button {
  background-color: #1652AF;
  color: #ffffff;
  padding: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  font-size: 14px;
  margin-top: 5px;
}

.floating-form.reached-banner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* end talk to lawyer form*/
/* start cards section (talk to lawyer)*/
.expertise-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-slider {
  display: flex;
}

.cards-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
}

.card {
  /* width: 200px; */
  /* Adjust the width of the card as needed */
  margin-right: 10px;
  /* Adjust the spacing between cards */
  box-shadow:0 2px 5px rgb(201 155 49);
  /* Added shadow */
  border-radius: 5px;
  /* Rounded corners for the card */
}

.card-content {
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  /* Rounded corners for the content */
  border-bottom-right-radius: 5px;
}

.card-content h3 {
  margin-bottom: 8px;
}

.consult-now-button {
  background-color: #1652AF;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  /* Rounded corners for the button */
  cursor: pointer;
  width: 100%;
}

/* end */
/* card heading*/
.section-headingLE {
  text-align: center; /* Center the heading on smaller screens */
  margin-bottom: 20px;
}

.section-headingLE h2 {
  font-size: 30px; /* Adjust the font size for the heading on smaller screens */
  font-weight: bold;
  color: #000000; /* Set the desired text color */
  margin-left: 10px; /* Add a small left margin on smaller screens */
  margin-right: 10px; /* Add a small right margin on smaller screens */
}

.section-headingLE p {
  font-size: 14px;
  color: #666666; /* Set the desired text color */
  margin-left: 10px; /* Add a small left margin on smaller screens */
  margin-right: 10px; /* Add a small right margin on smaller screens */
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  .section-headingLE {
    margin-left: 10px; /* Adjust the left margin for smaller screens */
    margin-right: 10px; /* Adjust the right margin for smaller screens */
  }

  .section-headingLE h2 {
    font-size: 25px; /* Adjust the font size for the heading on smaller screens */
  }

  .section-headingLE p {
    font-size: 12px; /* Adjust the font size for the paragraph on smaller screens */
  }
}

/*end*/
/*how it works banner*/
.how-it-works-banner {
  background-color: #f2f2f2;
  padding: 30px 10%; /* Maintain some padding for laptop view */
  text-align: center;
}

.banner-headinghiw {
  font-size: 44px;
  font-weight: bold;
  color: #000000;
}

.images-container {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.circle-frame {
  text-align: center;
  margin: 10px; /* Adjust margin for smaller screens */
}

.circle-frame img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.image-content {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
  .how-it-works-banner {
    padding: 30px 10px; /* Adjust padding for smaller screens */
  }

  .banner-headinghiw {
    font-size: 30px; /* Adjust the font size for the heading on smaller screens */
  }

  .images-container {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center items on smaller screens */
    margin-top: 20px; /* Adjust margin for smaller screens */
  }

  .circle-frame {
    margin: 10px 0; /* Adjust margin for smaller screens */
  }

  .circle-frame img {
    width: 80px; /* Adjust image size for smaller screens */
    height: 80px; /* Adjust image size for smaller screens */
  }

  .image-content {
    font-size: 12px; /* Adjust the font size for smaller screens */
    margin-top: 5px; /* Adjust margin for smaller screens */
  }
}

/* end */
/* customer review sect*/
.customer-reviews-banner {
  background-color: #f8f8f8;
  padding: 30px 20px;
}

.banner-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-content {
  flex: 1;
}

.right-content {
  display: flex;
  align-items: center;
}

.banner-heading2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.arrow-icons {
  font-size: 24px;
  color: #000;
  margin-left: 20px;
  /* Adjust the spacing between heading and arrow icons */
}

.arrow {
  margin: 0 10px;
  cursor: pointer;
}

.customer-review {
  margin-top: 20px;
  text-align: left;
}

.quote {
  font-size: 80px;
  color: #1652AF;
  margin-bottom: 10px;
}

.stars {
  font-size: 24px;
  color: #FFD700;
  /* Yellow color for stars */

}

.review-content {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  margin-top: -80px;
  margin-left: 20px;

}

.customer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer-name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-left: 20px;
}

.customer-picture {
  /* Style the container for customer's picture as needed */
  width: 40px;
  height: 40px;
  background-color: #1652AF;
  border-radius: 50%;

}
/* end */
/* second banner*/
.second-banner {
  background-color: #f8f8f8;
  padding: 30px;
  text-align: center; /* Center text on large screens */
}

.banner-headingsec {
  font-size: 40px; /* Adjust font size for large screens */
  font-weight: bold;
  color: #000;
  text-align: center; /* Center text on large screens */
  margin-bottom: 20px; /* Add margin for separation */
}

.banner-contentsec {
  font-size: 18px; /* Adjust font size for large screens */
  color: #666;
  text-align: center; /* Center text on large screens */
  margin-bottom: 40px;
}

.features-container {
  display: flex;
  flex-wrap: wrap; /* Allow features to wrap on smaller screens */
  justify-content: space-around;
}

.feature {
  width: 45%; /* Adjust width for smaller screens */
  max-width: 300px; /* Set a maximum width */
  margin: 20px 0; /* Add margin between features */
  padding: 20px;
  text-align: center;
}

.feature h3 {
  font-size: 24px; /* Adjust font size for smaller screens */
  font-weight: bold;
  color: #302e2e;
}

.feature p {
  font-size: 16px; /* Adjust font size for smaller screens */
  color: #534242;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .banner-headingsec,
  .banner-contentsec {
    text-align: center; /* Center text on smaller screens */
  }

  .feature {
    width: 100%; /* Full width on smaller screens */
  }
}
/* end */
/* advantage banner*/
.legalkart-advantage {
  text-align: center;
}

.advantage-heading {
  font-size: 40px; /* Adjust font size for large screens */
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px; /* Add margin for separation */
}

.advantage-banners {
  display: flex;
  flex-wrap: wrap; /* Allow banners to wrap on smaller screens */
  justify-content: space-around;
  margin: 0 10px; /* Add margin for separation on smaller screens */
}

.advantage-banner {
  width: 45%; /* Adjust width for smaller screens */
  max-width: 300px; /* Set a maximum width */
  margin: 10px; /* Add margin for separation on smaller screens */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.banner-image img {
  width: 50px; /* Adjust the size of the image frame */
  height: auto;
}

.banner-content {
  padding: 10px;
  text-align: left;
}

.banner-content h3 {
  font-size: 18px; /* Adjust font size for smaller screens */
  margin-bottom: 8px;
  font-weight: bold;
}

.banner-content p {
  font-size: 14px; /* Adjust font size for smaller screens */
  color: #666;
  margin-bottom: 0;
}

.banner-number {
  font-size: 24px; /* Adjust font size for smaller screens */
  font-weight: bold;
  color: #7b7a7a;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .advantage-banners {
    justify-content: center; /* Center banners on smaller screens */
  }

  .advantage-banner {
    width: 100%; /* Full width on smaller screens */
  }
}
/* end advantage section*/
/*start property banner 1 section*/

.pro-banner {
  background-color: #1652AF;
  color: white;
  padding: 20px;
  text-align: center; /* Center text on large screens */
  display: flex;
  flex-direction: column;
}

.pro-heading {
  font-weight: bold;
  font-size: 2em;
  margin-top: 20px; /* Adjust margin for separation on smaller screens */
  margin-bottom: 20px; /* Adjust margin for separation on smaller screens */
}

.pro-sub-container {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  justify-content: center; /* Center items on smaller screens */
}

.pro-sub-heading {
  font-weight: bold;
  flex: 1;
  margin: 0 10px 20px; /* Adjust margin for separation on smaller screens */
  font-size: 1.5em; /* Adjust font size for smaller screens */
}

.pro-content {
  flex: 1;
  margin: 0 10px 20px; /* Adjust margin for separation on smaller screens */
}

.pro-sub-heading:last-child,
.pro-content:last-child {
  margin-right: 0; /* Remove margin from the last item */
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .pro-sub-container {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center items on smaller screens */
  }

  .pro-heading,
  .pro-sub-heading,
  .pro-content {
    text-align: center; /* Center text on smaller screens */
  }
}
/*end*/

/*start rep banner*/
.property-banner {
  background-color: #f5f5f5; /* Slight grey background */
  color: white;
  padding: 20px;
  text-align: center;
}

.banner-heading {
  font-weight: bold;
  font-size: 2em;
  color: black;
  margin-top: 100px;
}

.banner-content {
  font-size: 1.2em;
  margin-top: 20px; /* Adjust as needed for spacing */
  margin-bottom: 100px;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  color: black;
}

.bold-text {
  font-weight: bold;
}
/*end*/
/*start prorep banner*/
.prorep-banner {
  background-color: white;
  color: black;
  padding: 40px;
  text-align: left;
}

.main-headingpr {
  font-weight: bold;
  font-size: 2em; /* Adjusted font size for larger screens */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center main heading on all screens */
}

.half-black {
  color: black;
}

.half-blue {
  color: #1652AF;
}

.section-line {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.report-heading {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 20px;
  margin-right: 250px;
}

.content-container {
  display: flex;
  flex-direction: column; /* Stack items vertically on smaller screens */
  align-items: flex-start;
}

.bullet-points {
  max-width: none; /* Remove max-width for better responsiveness */
  padding-left: 0; /* Remove padding for better responsiveness */
}

.bullet-point {
  list-style: none;
  margin-bottom: 10px;
  white-space: normal; /* Allow text wrapping within each list item */
  margin-left: 0; /* Remove left margin for better responsiveness */
}

.wrap-text {
  white-space: normal;
}

.other-heading {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0; /* Remove right margin for better responsiveness */
  margin-left: 0; /* Remove left margin for better responsiveness */
}

.blue-price {
  color: #1652AF;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.explore-button {
  background-color: #1652AF;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .report-heading,
  .other-heading,
  .blue-price,
  .explore-button,
  .main-headingpr {
    margin-right: 0; /* Remove right margin for smaller screens */
  }

  .main-headingpr {
    font-size: 1.5em; /* Adjusted font size for smaller screens */
  }
}

/*end*/
/*how it works banner property page*/
.bannerhit {
  background-color: #ffffff;
  padding: 20px;
  text-align: left;
}

.headinghit {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 80px;
  margin-top: 100px;
  margin-left: 50px; /* Add left margin for extra space */
}

.sub-headinghit {
  display: flex;
  flex-wrap: wrap; /* Ensure flexibility when screen size is reduced */
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: 50px; /* Add left margin for extra space */
}

.sub-heading-itemhit {
  flex: 1;
  text-align: left;
  margin-bottom: 20px; /* Adjust margin for spacing between items */
}

.iconhit {
  color: #6391c2; /* Blue color for icons */
  margin-right: 5px;
  margin-bottom: 10px; /* Adjust margin for spacing between icon and content */
  font-size: 40px;
  align-items: left;
}

.contenthit {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.sub-heading-itemhit .contenthit {
  font-weight: bold;
}

.step-content {
  margin-top: 20px;
  font-size: 12px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .sub-headinghit {
    flex-direction: column; /* Stack sub-heading items vertically on smaller screens */
    align-items: left;
  }

  .headinghit,
  .sub-headinghit,
  .sub-heading-itemhit,
  .iconhit,
  .contenthit,
  .step-content {
    margin-left: 20px; /* Adjust left margin for better alignment on smaller screens */
  }
}
/*end*/
/*why legal kart banner*/
.bannerwhy {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 100px;
}

.main-headingwhy {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 100px;
}

.cards-containerwhy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cardwhy {
  flex: 1; /* Make each card take up the full width */
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  vertical-align: top;
  border-radius: 8px;
  position: relative;
  padding: 15px;
}

.card-headingwhy {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.card-contentwhy {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-container {
  position: absolute;
  top: -20px;
  left: 10px;
  background-color: #6391c2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container i {
  color: #fff;
  font-size: 20px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .cardwhy {
    flex-basis: calc(100% - 30px); /* Adjust the width of cards for smaller screens */
  }
}
/*end*/


/*start customer review banner*/
.bannercr {
  background-color: #1652AF;
  padding: 20px;
  text-align: left;
  position: relative;
  color: white;
}

.sub-headingcr {
  color: #d5d5d5;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px; /* Adjusted margin for better spacing on smaller screens */
}

.main-headingcr {
  font-weight: bold;
  font-size: 34px;
  margin: 10px 0;
}

.arrow-icons-container {
  position: absolute;
  top: 150px;
  right: 20px;
}

.arrow-iconcr {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.arrow-iconcr:hover {
  background-color: #007bff;
}

.cards-containercr {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.cardcr {
  flex: 0 0 calc(33.33% - 20px);
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin: 0 10px 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.contentcr {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.person-iconcr {
  font-size: 36px;
  color: #1652AF;
  margin-right: 10px;
}

.namecr {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
  margin-top: 5px;
}

.starscr {
  color: #FFD700;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .arrow-icons-container {
    top: 50px;
  }

  .cards-containercr {
    justify-content: center;
  }

  .cardcr {
    flex: 0 0 calc(50% - 20px);
  }
}
/*end*/
/*start FAQ*/
.big-bannerf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.left-contentf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.left-headingf {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.questionf {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #c0baba;
}

.answerf {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.question-arrowf {
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}

.question:hoverf {
  color: #c99b31;
}

.question.activef + .answerf {
  max-height: 1000px;
}

.question.activef .question-arrowf {
  transform: rotate(180deg);
}

.question-arrowf::before {
  content: '\25BE';
  display: inline-block;
  transform: rotate(90deg);
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .left-contentf {
    margin-bottom: 10px;
  }

  .left-headingf {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .questionf {
    margin-bottom: 10px;
  }
}
/*enf faq section*/
/*banner*/

.bannerr {
  background-color: #1652AF;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

.bannerr h1 {
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 10px;
   margin-top: 20px ;
}

.bannerr p {
  font-size: 24px;
  color: #cdc2c2;
}
/*end*/
/*tri color banner*/

.bannertri {
  display: flex;
  color: #ffffff;
  text-align: center;
}

.sectiontri {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.sectiontri:nth-child(1) {
  background-color: #1f52d3; /* Black */
}

.sectiontri:nth-child(2) {
  background-color: #043f97; /* Blue */
}

.sectiontri:nth-child(3) {
  background-color: #1f52d3; /* Red */
}

.sectiontri h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.sectiontri p {
  font-size: 15px;
  margin-bottom: 50px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .bannertri {
    flex-direction: column; /* Stack sections vertically on smaller screens */
  }

  .sectiontri h1 {
    font-size: 24px; /* Adjusted font size for smaller screens */
    margin-top: 20px; /* Adjusted top margin for smaller screens */
  }

  .sectiontri p {
    font-size: 14px; /* Adjusted font size for smaller screens */
    margin-bottom: 20px; /* Adjusted bottom margin for smaller screens */
  }
}
/*end*/

/*start doc banner*/
.bannerdoc1 {
  position: relative;
  width: 100%;
  max-height: 300px; /* You can adjust the max-height as needed */
  overflow: hidden;
}

.bannerdoc1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .bannerdoc1 {
    max-height: 200px; /* Adjusted max-height for smaller screens */
  }
}
/*end doc banner*/

/*start doc banner*/ 

.bannerdoc2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 50px;
}

/* Main Heading */
.main-heading {
  font-size: 24px; /* Adjusted font size for better mobile readability */
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0; /* Reset margin for mobile */
}

/* Sub Heading */
.sub-heading {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 20px; /* Reduced top margin for better spacing */
  font-weight: bold;
}

/* Main Content */
.main-content {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

/* Content Container */
.contentdoc2 {
  width: 100%; /* Adjusted width for full width on mobile */
  color: #000;
  margin: 0 auto; /* Center align the block */
  text-align: left; /* Left align the text inside the block */
}

.featuresdoc2 {
  margin-top: 20px;
}

.featuredoc2-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
  color: #979ba1;
}

.featuredoc2-point:hover {
  color: #007bff;
}

/* Image Container */
.image-container {
  width: 100%; /* Adjusted width for full width on mobile */
  text-align: center; /* Center the image on mobile */
  margin-top: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.featuredoc2-point:hover + .image-container img {
  transform: scale(1.2);
}
/*end*/

/*why legalkart banner*/

.bannerwl {
  background-color: #f0f0f0; /* Set your desired background color */
  color: #000; /* Set your desired text color */
  padding: 20px;
  text-align: left;

}


.cardswl-container {
  display: flex;
  flex-wrap: wrap; /* Allow cards to wrap to the next line on smaller screens */
  justify-content: space-around;
  margin-top: 20px;
}

.cardwl {
  width: 100%; /* Make cards full width on smaller screens */
  max-width: 400px; /* Limit card width on larger screens */
  margin-bottom: 20px; /* Add margin between cards */
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.cardwl img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 20px; /* Adjust margin for smaller screens */
  margin-top: 20px; /* Adjust margin for smaller screens */
  font-size: 25px;
 
}
h1{
  font-weight: bold;
}
p {
  color: #000000;
  font-size: 16px; /* Adjust font size for smaller screens */
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .cardwl {
    max-width: none; /* Remove max-width on smaller screens */
  }
}
/*end*/

/*Columned banner*/
.bannercol {
  background-color: #fff; /* Change the background color as needed */
  border-top: 1px solid #ccc; /* Grey line at the top */
  border-bottom: 1px solid #ccc; /* Grey line at the bottom */
  padding: 20px;
  text-align: center;
  margin-top: 10px; /* Top margin */
}

.headingcol {
  color: #000; /* Black text color */
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: left;

}

.iconcol-container {
  display: flex;
  justify-content: space-around;
}

.iconcol {
  margin-bottom: 10px;
}

.iconcol img {
  width: 50px; /* Adjust the icon size as needed */
  height: 50px;
}

.iconcol-heading {
  color: #000000; /* Grey text color for icon headings */
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
/*end columned banner*/
/*columns*/

* {
  box-sizing: border-box;
}


.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  text-align: center;
}

.flex-item {
  border: 1px solid #ccc; /* Grey outline */
  padding: 5px;
  flex: 23.33%; /* 3 columns, each taking 33.33% width */
}

.flex-item h2 {
  color: #545454; /* Black heading color */
  font-size: 19px;
  margin-bottom: 9px;
  
}

.flex-item p {
  font-weight: bold; /* Bold text */
  color: #000; /* Black text color */
}

.flex-item .discount {
  color: red; /* Red color for discount */
}
/*columns*/
/*bullets colums*/
.flex2-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex2-item {
  width: calc(33.33% - 20px); /* Adjusted width to match the existing columns */
  border: 1px solid #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.flex2-item-bullets {
  list-style: none;
  padding: 0;
  text-align: left;
}

.flex2-item-bullets li {
  margin-bottom: 10px;
}

.flex2-item-bullets li::before {
  content: '\2022'; /* Unicode character for a bullet (•) */
  color: rgb(126, 127, 129);
  font-size: 24px;
  margin-right: 10px;
}

.know2-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* Full width by default */
  max-width: 150px; /* Set a maximum width for larger screens */
  padding: 10px;
  background-color: #fff;
  border: 2px solid blue;
  border-radius: 20px;
  color: blue;
  text-decoration: none;
  margin-top: 10px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .know2-more-button {
    width: 100%; /* Adjust width for smaller screens */
  }
}
/*chat with us banner*/
.bannercwu {
  display: flex;
  background-color: #001f3f; /* Dark blue background color */
  color: #fff; /* White text color */
  padding: 20px;
  text-align: left;
}

.textcwu-content {
  flex: 1; /* Take up remaining space */
}

.bannercwu h1 {
  font-size: 42px; /* Adjust font size for smaller screens */
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px; /* Adjust margin for smaller screens */
  margin-left: 15px; /* Adjust margin for smaller screens */
}

.bannercwu p {
  font-size: 16px; /* Adjust font size for smaller screens */
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: #ffffff;
  margin-left: 15px; /* Adjust margin for smaller screens */
}

.chat-now-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0074cc; /* Blue button color */
  color: #fff; /* White text color */
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px; /* Adjust margin for smaller screens */
  margin-left: 15px; /* Adjust margin for smaller screens */
}

.imagecwu-container {
  flex: 1; /* Take up half or less than half space */
  text-align: right;
}

.imagecwu-container img {
  max-width: 100%; /* Ensure the image is responsive */
  height: auto;
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .bannercwu {
    flex-direction: column; /* Stack elements vertically on smaller screens */
    text-align: center;
  }

  .imagecwu-container {
    order: -1; /* Move image to the top on smaller screens */
  }

  .bannercwu h1,
  .bannercwu p,
  .chat-now-button {
    margin-left: 0; /* Remove left margin on smaller screens */
  }
}
/*how it works banner*/

.bannerhw {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 25px 0;
 
}
.bannerhw h2{
  
  font-size: 50px;
}
.cardshw-container {
  text-align: center;
}

.cardhw {
  display: inline-block;
  width: 240px;
  margin: 20px;
  text-align: center;
  background-color: #0075d3; /* Bluish background color */
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 255, 0.5); /* Bluish box shadow */
  background-color: transparent;
}

.circlehw {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 255, 0.5);
  margin-bottom: 20px;
  margin-left: 70px;
}

.circlehw-number {
  color: #000;
  font-size: 21px;
  font-weight: bold;
}

.iconhw {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.cardhw-heading {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.cardhw-content {
  color: #555;
}
/*how it works banner end*/
/*chat with us banner end*/
/*challan PAGE floating form*/

 .new-floating-form{
  position: fixed;
  right: 20px;
  transform: translateY(50%);
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 450px;
  height: 370px;
  z-index: 1000;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}

.-floating-form-heading {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.search-box {
  width: 100%;
  margin-bottom: 15px;
  text-align: left; /* Left-align the content in the search box */
}

.search-label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.get-details-button {
  background-color: #1652AF;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  font-size: 16px;
}
/*end floating form*/

/*challan page banner 1*/

.grey-bannerc1 {
  background-color: #f2f2f2; /* Set your desired grey color */
  color: #000000; /* Set your desired text color */
  text-align: center;
  padding: 20px;
}

.headingc1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

.contentc1 {
  font-size: 16px;
  margin-top: 20px;
  
}
/*end challan banner 1*/
/*challan page banner 2*/
.containerc2 {
  margin: 0 auto; /* Center the container horizontally */
}
.grey-bannerc2 {
  background-color: #ffffff; /* Set your desired grey color */
  color: #000000; /* Set your desired text color */
  text-align: center;
  padding: 20px;
}

.headingc2 {
  font-size: 24px;
  font-weight: bold;
  margin-top:10px;
}

.contentc2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/*end challan banner 1*/

/*challan banner 3*/
.bannerc3 {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: left;
  position: static;
  margin: 0;
  
}

.headingc3 {
  color: rgb(0, 0, 0); /* Set text color to white */
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  min-height: 50px;
}

.subheadingc3 {
  color: #333;
  font-weight: bold;
}

.contentc3 {
  color: rgb(0, 0, 0); /* Set text color to white */
}
/*challan banner 3*/
/* end footer section*/
/*# sourceMappingURL=style.css.map */