﻿.fastar {
  position: relative;
  top: -5px;
  left: -15px;
}

.bi-cursor {
  cursor: pointer;
}

.anchorhide {
  visibility: visible;
}

.anchorhide2 {
  visibility: hidden;
}

.ml-4 {
  margin-left: 3rem;
}

.mr-b {
  margin-top: 5%;
}

.redfontcolor {
  color: #db1f26 !important;
}

.bgcoloryellow {
  background-color: #fed903 !important;
}

.greyfontcolor {
  color: #666666 !important;
}

p {
  font-size: 19.2px !important;
  color: #666666 !important;
}

.pb1 {
  padding-bottom: 4% !important;
}

.ptb2 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.ptb1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.ptb3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.ptb10 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.pl-5 {
  padding-right: 5rem;
}

.fs-h {
  font-size: 72px !important;
}

.fs-0 {
  font-size: 64px !important;
}

.fs-1 {
  font-size: 48px !important;
}

.fs-2 {
  font-size: 32px !important;
}

.fs-3 {
  font-size: 24px !important;
}

.btn-warning {
  background-color: #fed903 !important;
}

.pdredbutton {
  padding: 15px 40px;
  outline: none;
  border: none;
}

.pdredbutton:hover {
  background-color: #fed903 !important;
  color: black;
  outline: none;
  border: none;
}

.txtleft {
  text-align: left !important;
}

.txtRight {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.line {
  border-bottom: 1px dashed #999;
}

.borderright {
  border-right: 1px dashed #999;
}

.borderleft {
  border-left: 1px dashed #999;
}

.anchortag {
  color: black;
  cursor: pointer;
}

.anchortagred {
  color: #db1f26;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: italic;
}

.anchortagred span {
  width: 40px;
  height: 40px;
  background: #db1f26;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transform: rotate(45deg);
  margin: 10px;
  transition: all 0.2s;
}

.anchortagred span:hover {
  background: #fed903;
  transition: all 0.2s;
  color: black;
  transform: rotate(90deg);
}

.anchortagredabsolutie {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: italic;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.anchortagredabsolutie span {
  width: 25px;
  height: 25px;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  transform: rotate(45deg);
  margin: 10px;
  transition: all 0.2s;
}

body {
  font-family: "Satoshi" !important;
  overflow-x: hidden;
}

/* Custom CSS for submenu hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Submenu font color red */
.dropdown-menu .dropdown-item {
  color: #db1f26;
}

/* Menu font bold */
.navbar-nav .nav-link {
  font-weight: 500; /* Slightly bold */
  color: white;
  padding: 1rem 2rem !important;
  font-size: 20.8px;
}

.navbar-nav .nav-link.active {
  color: white !important;
}

/* Initial navbar style */
.navbar-custom {
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px solid white;
  padding: 1rem 5rem;
  transition: all 0.5s;
}

/* Navbar style on scroll */
.navbar-custom.scrolled {
  background-color: white;
  color: white;
  transition: all 0.5s;
  padding: 0rem 5rem;
  border-bottom: none;
}

/* Navbar links color change on scroll */
.navbar-custom.scrolled .nav-link,
.navbar-custom.scrolled .navbar-brand {
  color: black !important;
}

/* Prevent closing dropdown on click inside */
.dropdown-menu.show {
  display: block;
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

/* Add padding between nav links */
.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Additional styles for dropdown items if needed */
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}

.header2 {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 1rem 2rem;
    border-bottom: 1px solid white;
    transition: 0.2s;
    z-index: 999;
    background-color: white;
}

/* Navbar style on scroll */
.header2.scrolled {
  background-color: white;
  color: white;
  transition: all 0.5s;
  padding: 1rem 5rem;
  border-bottom: none;
  transition: 0.2s;
}

/*Full Width and Height Container Index Pages*/
.full-container {
  width: 100%;
  height: 100vh;
  background-image: url("../images/media/home-banner-red.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Black with 50% opacity */
  z-index: 1;
}

.overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
  z-index: 1;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Black with 50% opacity */
  z-index: 1;
}

.overlayRed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b32024;
  z-index: 1;
  mix-blend-mode: multiply;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 60%; /* Adjust width as needed */
  padding: 12rem;
  padding-left: 10%;
}

.content h1 {
  font-size: 80px;
  font-weight: 600;
}

.content p {
  font-size: 32px !important;
  color: white !important;
}

.btnyellow {
  border-radius: 40px !important;
  padding: 12px 40px !important;
  font-weight: 600 !important;
  font-size: 19.2px !important;
  background-color: #fed903;
  text-decoration: none;
  color: black;
  transition: all 0.2s;
}

.btnyellow:hover {
  background-color: #db1f26;
  transition: all 0.2s;
  color: white;
}

/* Index Pages Section 2*/
.section2ptag u {
  font-weight: 600;
}

.section2Right {
  display: flex;
  flex-wrap: wrap;
}

.section2Right span {
  width: 100%;
  display: block;
}

.section2Right span:first-child {
  font-weight: 600;
}

.section2Right span:nth-child(2) {
  font-size: 16px;
}

/* Index Pages Section 3*/
.icon-container img {
  aspect-ratio: 1/1 !important;
}

.icon-container:hover {
  background-color: #fed903;
}

.section {
  background-color: #f1eded;
  padding: 40px 0;
}

.section2 {
  background: linear-gradient(to bottom, #f1eded 60%, white 60%);
}

.section3 {
  background: linear-gradient(to top, #f1eded 60%, white 60%);
}

.section3 {
  background: linear-gradient(to top, #f1eded 100%, white 100%);
}

.s3left {
  width: 25%;
}

.imgcircle {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s3left img {
  transition: all 0.2s;
  width: auto;
  padding: 10px;
  margin: 10px;
}

.s3right {
  width: 70%;
  text-align: left;
}

.section2hover:hover .imgcircle {
  background-color: #fed903;
  transition: all 0.2s;
}

.card-custom:hover {
  background-color: #fed903;
  transition: all 0.2s;
}

.card-custom {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem 2.5rem;
  transition: all 0.2s;
}

.card-custom img {
  width: 50px;
  height: 50px;
}

.card-custom h3 {
  color: #db1f26;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20PX;
  font-weight: 600;
}

.card-custom p {
  color: #666666;
}

.card-custom span {
  color: #888888;
  font-size: 32px;
}

/* Index Pages Section 5*/
.section5img {
  background-color: white;
  position: relative;
  border-radius: 5rem !important;
}

.section5img ul {
  position: absolute;
  bottom: 5%;
  left: 5%;
  list-style-type: none;
  padding: 0;
}

.section5img li {
  background-color: white;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 19.2px;
  display: flex;
  align-items: center;
}

.section5img li:hover .fa-check {
  color: #fed903;
  background-color: #db1f26;
  transition: all 0.2s;
}

.section5img li .fa-check {
  color: #db1f26;
  font-size: 19.2px;
  margin-right: 1rem;
  background-color: #fed903;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.2s;
}

.section4one {
  padding: 2rem 0rem;
}

.section4two {
  padding: 2rem;
  padding-left: 3rem;
}

.section4three {
  padding: 2rem;
  padding-left: 4rem;
}

.section4three h5 {
  font-size: 64px !important;
}

.section4three h5 span {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fed903;
  border-radius: 50%;
  padding: 10px;
}

/* Index Pages Section 6*/
.col-md-77 {
  width: 65%;
}

.col-md-44 {
  width: 28%;
}

.sec6img1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.sec6img1 img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 50px;
  object-fit: cover;
}

.sec6imh1desc {
  position: absolute;
  bottom: 0%;
  right: 12%;
  width: 100%;
  color: white !important;
  padding: 3rem;
  overflow: hidden;
  text-align: right;
  z-index: 999;
}

.sec6imh1desc a {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.sec6imh1desc a :hover {
  text-decoration: underline !important;
}

.sec6img2 {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.sec6img2 img {
  width: 40%;
}

.sec2imh1desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 5%;
  width: 60%;
}

.sec2imh1desc a {
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.sec2imh1desc a:hover {
  text-decoration: underline;
}

.spanredcaption {
  background-color: #db1f26;
  font-size: 14px;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
}

.sec6img3 {
  display: flex;
  justify-content: space-between;
  background-color: #ffa2aa;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  height: 320px;
  position: relative;
}

.sec3imh1desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 10%;
  width: 100%;
}

.sec3imh1desc a {
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.sec3imh1desc a:hover {
  text-decoration: underline;
}

.spanredcaption3 {
  background-color: #db1f26;
  font-size: 14px;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  top: 2.2rem;
  position: relative;
}

.sec6img4 {
  display: flex;
  justify-content: space-between;
  background-color: #ffa2aa;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10%;
  margin-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.sec6img4 img {
  width: 100%;
}

.sec4imh1desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 10%;
  width: 100%;
  position: absolute;
  bottom: 5%;
  z-index: 999;
}

.sec4imh1desc a {
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}

.sec4imh1desc a:hover {
  text-decoration: underline;
}

.spanredcaption4 {
  background-color: white;
  position: relative;
  top: 1rem;
  font-size: 14px;
  color: #db1f26;
  padding: 2px 10px;
  border-radius: 10px;
}

/* Index Pages Section 8 Our Advisior*/
.oradvisiorMainContianer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  flex-wrap: wrap;
}

.ouradvisiorContainer {
  width: 22%;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
  -moz-box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
  box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
}

.ouradvisiorContainer h5 {
  display: block;
  text-align: center;
  width: 100%;
}

.ouradvisiorContainer span {
  display: block;
  text-align: center;
}

.ouradvisior {
  width: 100%;
  background-color: red;
  position: relative;
  margin-bottom: 10px;
}

.ouradvisior:hover .ovelayadvisior {
  transform: scale(1);
  opacity: 1;
}

.ovelayadvisior {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(219, 31, 38, 0.5); /* Red with 50% opacity */
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconcontact a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 5px;
  font-size: 1.2rem;
  color: #db1f26;
  transition: all 0.2s;
}

.iconcontact a:hover {
  background-color: #fed903;
  transition: all 0.2s;
}

.ovelayadvisior h5 {
  margin: 0px !important;
  line-height: !important;
  padding: 0px !important;
}

.ovelayadvisior span {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}

/* Index Pages Section 9 Questions & Answers*/
.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: none;
  border-top: 1px solid #f1eded;
  border-bottom: 1px solid #f1eded;
  padding: 1rem 0rem;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-weight: 500;
  color: #db1f26;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.accordion-title:hover {
  background-color: #fed903;
  color: black;
}

.accordion-title .icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
  padding: 0 15px;
  outline: none;
  border: none;
}

.accordion-item.active .accordion-title .icon {
  transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* Adjust this value to fit your content */
  padding: 15px;
}

/* Index Pages Section 10 Questions & Answers*/
.blogdiv {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.blogcontainer {
  padding: 2rem;
}

.blogcontainer a {
  text-decoration: none;
}

.blogdiv:hover a {
  text-decoration: underline;
}

.col-lg-66 {
  width: 49%;
}

/* Index Pages Section 12 Questions & Answers*/
.bg-red-img {
  background: url("../images/media/chat-cta.png");
  background-size: 100% 100%;
  padding: 5rem 0;
  position: relative;
}

.bg-red-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #b32024;
  mix-blend-mode: multiply;
}

.content12 {
  position: relative;
  z-index: 2;
  color: white;
}

.circleimg {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fed903;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  transition: all 0.2s;
  transform: rotate(-20deg);
}

.circleimg:hover {
  transform: rotate(-10deg);
  transition: all 0.2s;
}

.circleimg {
  max-width: auto;
  padding: 20px;
}

/* Index Pages Section 13 Footer*/
.bgimgfooter {
  background: url("../images/gallery/footerbg.jpg");
  background-size: 100% 100%;
}

.flist {
  list-style: none;
}

.flist li {
  font-weight: 500;
  line-height: 2;
}

.flist li a {
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  font-size: 19.2px;
}

.flist li a:hover {
  text-decoration: underline !important;
  color: #db1f26;
}

.socialicon {
  display: flex;
}

.socialicon a {
  color: #db1f26;
  margin: 10px;
  font-size: 32px;
}

.socialicon a:hover {
  color: #fed903;
}

.socialicon a:first-child:hover {
  color: #fed903;
}

.socialicon a:first-child {
  color: #db1f26;
  margin-left: 0px;
  font-size: 32px;
}

/*--------------------------------------AllPages-----------------*/
/*--------------------------------------Banner-----------------*/
.bannerCommon {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  height: 60vh;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.bannerCommonContainer {
  position: absolute;
  z-index: 9999;
  width: 60%;
  height: auto;
  text-align: center;
  color: white;
  top: 40%;
}

.bannerCommonContainer span {
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 900;
  background-color: white;
  color: black;
}

/*--------------------------------------Afterbannercontent-----------------*/
.bannercontent {
  max-width: 100%;
  background-color: white;
  background-color: #db1f26 !important;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
}

.bannerSection1 {
  background-color: #db1f26 !important;
  text-align: right;
  margin-right: 3%;
}

.bannerSection1, .bannerSection2, .bannerSection3 {
  width: 33.4%;
  background-color: #fed903;
  padding: 0.6rem;
  padding-left: 3%;
}

.bannerSection2 {
  border-right: 1px dashed black;
}

.bannerSection1Icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bannerSectionContent {
  padding-top: 1.2rem;
  margin-left: 10px;
}

.subheading span {
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

/*--------------------------------------Ul-----------------*/
.inlineUL {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.inlineUL li {
  display: block;
  width: 33.2%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}

.inlineUL li::before {
  content: "\f00c"; /* FontAwesome tick icon (check) */
  font-family: "Font Awesome 5 Free"; /* FontAwesome family */
  font-weight: 900; /* Necessary for FontAwesome 5 Free */
  position: absolute; /* Position it absolutely */
  left: 0; /* Align it to the left */
  top: 50%; /* Align it to the middle */
  transform: translateY(-50%); /* Center the icon vertically */
  background-color: #ffeb3b; /* Background color for the circle */
  color: black; /* Icon color */
  border-radius: 50%; /* Make the background a circle */
  width: 30px; /* Circle width */
  height: 30px; /* Circle height */
  display: flex; /* Flexbox to center the icon */
  justify-content: center; /* Center the icon horizontally */
  align-items: center; /* Center the icon vertically */
  font-size: 16px; /* Adjust icon size */
}

.ULList {
  margin: 0px;
  padding: 0px;
}

.ULList li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.ULList li::before {
  content: "\f00c"; /* FontAwesome tick icon (check) */
  font-family: "Font Awesome 5 Free"; /* FontAwesome family */
  font-weight: 600; /* Necessary for FontAwesome 5 Free */
  position: absolute; /* Position it absolutely */
  left: 0; /* Align it to the left */
  top: 50%; /* Align it to the middle */
  transform: translateY(-50%); /* Center the icon vertically */
  background-color: #db1f26; /* Background color for the circle */
  color: white; /* Icon color */
  border-radius: 50%; /* Make the background a circle */
  width: 25px; /* Circle width */
  height: 25px; /* Circle height */
  display: flex; /* Flexbox to center the icon */
  justify-content: center; /* Center the icon horizontally */
  align-items: center; /* Center the icon vertically */
  font-size: 12.8px; /* Adjust icon size */
}

/*--------------------------------------arrow-----------------*/
.arrowcontainer {
  width: 100%;
}

.arrow-icon {
  width: 50px;
  height: 50px;
  background-color: #fed903;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.c3 {
  width: 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.c3 h4, .c3 p {
  width: 100%;
  text-align: center;
  display: block;
  margin: 4px;
}

.c1 {
  width: 12%;
}

.c1 img {
  margin-top: 2rem;
}

/*--------------------------------------Packages-----------------*/
.package {
  width: 32%;
  border: 1px solid #f1eded;
  padding-bottom: 2rem;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  background-color: #f7f5f5;
  margin-bottom: 22px;
  position: relative;
}

.packagemin900 {
  min-height: 920px;
}

.packagemin800 {
  min-height: 820px;
}

.packagemin700 {
  min-height: 700px;
}

.packagemin600 {
  min-height: 620px;
}

.packageheader {
  width: 100%;
  background-color: #fed903;
  padding: 2rem;
}

.packagemid {
  width: 100%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
}

.packagemidcontainer {
  background-color: #f1eded;
  padding: 10px;
  border-radius: 20px;
  display: flex;
}

.packagemidcontainer span:first-child {
  margin-right: 10px;
  position: relative;
  top: 0.5rem;
}

.packageList {
  padding: 1.5rem;
}

.packagefooter {
  text-align: center;
  position: absolute;
  bottom: 3%;
  width: 100%;
}

.packagefooter:hover a {
  background-color: #fed903;
  color: black;
  transition: 0.2s;
}

.packagefooter a {
  display: block;
  width: 60%;
  background-color: #db1f26;
  margin-left: 20%;
  border-radius: 50px;
  padding: 10px 20px;
  color: white;
  transition: 0.2s;
}

/*--------------------------------------formcontainer-----------------*/
.formcontainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.formcontainer div {
  width: 50%;
}

/*--------------------------------------Services-----------------*/
.servicebanner {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  height: 60vh;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.servicebanner img {
  width: 100%;
}

.servicebannerContainer {
  position: absolute;
  z-index: 9999;
  width: 80%;
  height: auto;
  text-align: center;
  color: white;
  top: 40%;
  display: flex;
  justify-content: space-between; /* Center horizontally */
  align-items: start; /* Center vertically */
}

.serviceleft {
  width: 38%;
  /* background-image:url("../images/shape/shape_29.svg");*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
}

.serviceleft h1 {
  position: relative;
  padding: 1rem;
  background-color: white;
  border-radius: 20px;
}

.serviceright {
  width: 35%;
  text-align: left;
}

.imgcircle2 {
  width: 60px;
  height: 60px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.divhover:hover .imgcircle2 {
  background-color: grey;
}

.min-height {
  min-height: 360px;
  background-color: white;
}

/*--------------------------------------blogs-----------------*/
.blogs {
  margin: 0rem;
  border-radius: 40px;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 0px !important;
  width: 100%;
  margin-bottom: 3rem;
}

.blogimg {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blogimg img {
  width: 100% !important;
  aspect-ratio: 2/1;
}

.blogdate {
  position: absolute;
  background-color: white;
  bottom: 5%;
  left: 5%;
  padding: 10px;
  border-radius: 5px;
}

.blogCategory {
  width: 100%;
  padding: 2% 4%;
}

.aleft {
  display: block;
  width: 75%;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aleft:hover {
  text-decoration: underline;
}

.aright {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.aright i {
  transform: rotate(45deg);
}

.aright:hover {
  background-color: #fed903;
}

.aullist a {
  font-size: 20.8px;
  color: black;
  position: relative;
  top: -1px;
  text-decoration: none;
  margin: 10px 0px;
  display: block;
  font-weight: 400;
}

.aullist a:hover {
  font-size: 20.8px;
  color: #db1f26;
  position: relative;
  top: -1px;
  text-decoration: none;
}

.recentblogs {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1eded;
}

.recentblogs img {
  aspect-ratio: 2/1;
}

.recentblogs a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recentblogs a:hover {
  text-decoration: underline;
}

.blogName {
  position: absolute;
  background-color: white;
  top: 5%;
  left: 5%;
  padding: 10px;
  border-radius: 5px;
}

.blogCategory22 {
  width: 100%;
}

.blogDescriptionss {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
}

.blogDescriptionss h1 {
  font-size: 38.4px;
  color: #db1f26;
  font-weight: 600;
}

.blogDescriptionss h2,
.blogDescriptionss h3,
.blogDescriptionss h4,
.blogDescriptionss h5,
.blogDescriptionss h6 {
  font-size: 20.8px;
  color: black;
  font-weight: 600;
}

.blogDescriptionss p {
  text-align: justify !important;
  display: block !important;
  width: 100% !important;
}

.blogDescriptionss img {
  width: 100%;
  aspect-ratio: 2/1;
}

/*--------------------------------------Thank You---------------------*/
.thankyouconatiner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1eded;
}

.thankyou {
  width: 50%;
  height: 50vh;
  background-color: #f1eded;
  border-radius: 50px;
  padding: 5%;
  text-align: center;
}

.thankyou h4 {
  font-size: 6rem;
  color: #db1f26;
}

.thankyou p {
  display: block;
  text-align: justify;
  margin-bottom: 5%;
}

.thankyou a {
  background-color: #db1f26;
  padding: 12px 40px;
  border-radius: 30px;
  color: white;
}

/*--------------------------------------Services-----------------*/
.servicebannerNew {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  height: 65vh;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.servicebannerNew img {
  width: 100%;
}

.servicebannerContainerNew {
  position: absolute;
  z-index: 9999;
  width: 80%;
  height: auto;
  text-align: center;
  color: white;
  top: 30%;
  display: flex;
  justify-content: space-between; /* Center horizontally */
  align-items: start; /* Center vertically */
}

.serviceleftNew {
  width: 38%;
  /* background-image:url("../images/shape/shape_29.svg");*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
}

.serviceleftNew h1 {
  position: relative;
  padding: 1rem;
  background-color: white;
  border-radius: 20px;
}

.servicerightNew {
  width: 35%;
  text-align: left;
}

.howitworks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
}

.howitworks img {
  width: auto;
}

.howdivlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.howdivlist i {
  display: block;
  background-color: #fed903;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 80px;
}

.howdivlist span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #db1f26;
}

.googlereview {
  background-color: #f2f2f2 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2%;
  border-radius: 10px;
}

.googleleft {
  width: 40%;
}

.googleleft img {
  width: 100px;
  height: auto;
}

.googleleft h4 {
  position: relative;
  top: 5px;
  margin-left: 10px;
}

.gl1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gl2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ratingstart {
  position: relative;
  top: -4px;
  left: 8px;
}

.ratingstart i {
  color: #fcbf02;
}

.googleratingbox {
  background-color: #f2f2f2 !important;
}

.gbox {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  margin: 15px;
}

.gboxheader {
  display: flex;
  align-items: center;
}

.gboxheader img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  border-radius: 100%;
}

.gboxheader h5 {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.gboxheader h6 {
  font-weight: 500;
  font-size: 14px;
  color: rgb(181, 181, 181);
  margin: 0px;
  padding: 0px;
}

.grating {
  margin-left: 3%;
  margin-top: 5px;
  width: 100%;
  display: flex;
}

.grating i {
  color: #fcbf02;
}

.gpara {
  line-height: 1.5;
  font-size: 16px !important;
  padding: 10px;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: 110px;
  margin: 0px;
  color: black !important;
}

.readMoreLink {
  display: inline-block;
  margin-top: -30px;
  color: rgb(181, 181, 181);
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

.postedgoogle {
  margin-top: 20px;
  height: auto;
}

.newcontainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.newsleft {
  width: 65%;
  height: 400px;
}

.newimg {
  width: 100%;
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.newimg img {
  object-fit: cover;
  width: 100%;
  height: auto;
  z-index: 3;
}

.newopacity {
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(290deg, rgba(0, 0, 0, 0.356179972) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}

.newscontent {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  right: 0;
  z-index: 9;
  text-align: right;
  padding: 1rem;
  color: white;
  font-style: italic;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.newscontent h3 {
  display: block;
  width: 50%;
  text-align: left;
  font-size: 1vw;
}

.anchortagred2 {
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: italic;
  background-color: white;
  width: 100px;
  height: 25px;
  position: relative;
  border-radius: 10px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 600;
  float: right;
}

.anchortagred2 span {
  width: 40px;
  height: 40px;
  background: #db1f26;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transform: rotate(45deg);
  margin: 10px;
  transition: all 0.2s;
  position: absolute;
  right: -12px;
}

.anchortagred2 span:hover {
  background: #fed903;
  transition: all 0.2s;
  color: black;
  transform: rotate(90deg);
}

.newsright {
  width: 30%;
  height: 400px;
}

.newsnumberactive {
  opacity: 1 !important;
  color: #db1f26 !important;
}

.newsnumber {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12%;
  cursor: pointer;
  opacity: 0.5;
}

.numberingnews {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  width: 20%;
  text-align: center;
  display: block;
  margin-right: 10px;
}

.numbertext {
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 5px;
  display: block;
  width: 80%;
  color: black;
}

.newcontainer2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2%;
  padding-top: 2%;
}

.newboxactive {
  background-color: #db1f26 !important;
}

.newboxactive p {
  color: white !important;
}

.newbox {
  width: 24%;
  background-color: white;
  min-height: 250px;
  padding: 10px;
  padding-bottom: 30px;
}

.newbox img {
  width: 100%;
  border-radius: 10px;
}

.newbox p {
  font-size: 16px !important;
  margin-top: 10px !important;
}

/*--------------------------------------Media Query---------------------*/
@media (max-width: 1600px) {
  /* Menu font bold */
  .navbar-nav .nav-link {
    font-weight: 500; /* Slightly bold */
    color: white;
    padding: 1rem 1rem !important;
    font-size: 20.8px;
  }
  .fs-h {
    font-size: 64px !important;
  }
  .fs-0 {
    font-size: 48px !important;
  }
  .fs-1 {
    font-size: 40px !important;
  }
  .fs-2 {
    font-size: 32px !important;
  }
  .fs-3 {
    font-size: 19.2px !important;
  }
  .fs-4 {
    font-size: 19.2px !important;
  }
  p {
    font-size: 16px !important;
    color: #666666 !important;
  }
  .packagemin900 {
    min-height: 800px;
  }
  .packagemin800 {
    min-height: 740px;
  }
  .packagemin700 {
    min-height: 650px;
  }
  .packagemin600 {
    min-height: 620px;
  }
  .packagemin900 {
    min-height: 820px;
  }
  .bannerCommonContainer {
    position: absolute;
    z-index: 9999;
    width: 80%;
    height: auto;
    text-align: center;
    color: white;
    top: 30%;
  }
}
@media (max-width: 1445px) {
  /* Menu font bold */
  .navbar-nav .nav-link {
    font-weight: 500; /* Slightly bold */
    color: white;
    padding: 0.5rem 0.5rem !important;
    font-size: 20.8px;
  }
  .content h1 {
    font-size: 48px;
    font-weight: 600;
  }
  .content p {
    font-size: 20.8px !important;
    color: white !important;
  }
  .fs-h {
    font-size: 51.2px !important;
  }
  .fs-0 {
    font-size: 51.2px !important;
  }
  .fs-1 {
    font-size: 40px !important;
  }
  .fs-2 {
    font-size: 28.8px !important;
  }
  .fs-3 {
    font-size: 19.2px !important;
  }
  .fs-4 {
    font-size: 17.6px !important;
  }
  p {
    font-size: 16px !important;
    color: #666666 !important;
  }
}
@media (max-width: 1366px) {
  /* Menu font bold */
  .navbar-nav .nav-link {
    font-weight: 500; /* Slightly bold */
    color: black;
    padding: 0.5rem 0.5rem !important;
    font-size: 20.8px;
  }
  .content h1 {
    font-size: 48px;
    font-weight: 600;
  }
  .content p {
    font-size: 20.8px !important;
    color: white !important;
  }
  .fs-h {
    font-size: 51.2px !important;
  }
  .fs-0 {
    font-size: 51.2px !important;
  }
  .fs-1 {
    font-size: 40px !important;
  }
  .fs-2 {
    font-size: 28.8px !important;
  }
  .fs-3 {
    font-size: 19.2px !important;
  }
  .fs-4 {
    font-size: 17.6px !important;
  }
  p {
    font-size: 16px !important;
    color: #666666 !important;
  }
}
@media (max-width: 768px) {
  .mtop-2 {
    margin-top: 35px;
  }
  .anchorhide {
    display: none !important;
  }
  .anchorhide2 {
    display: block !important;
    position: relative;
    left: 20%;
    top: 20px;
    visibility: visible !important;
  }
  .pb1 {
    padding-bottom: 5% !important;
  }
  .ptb2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .ptb1 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .ptb3 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .ptb10 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .pl-5 {
    padding-right: 5rem;
  }
  .fs-h {
    font-size: 33.6px !important;
  }
  .fs-0 {
    font-size: 32px !important;
  }
  .fs-1 {
    font-size: 32px !important;
  }
  .fs-2 {
    font-size: 28.8px !important;
  }
  .fs22 {
    font-size: 19.2px !important;
  }
  .fs-3 {
    font-size: 19.2px !important;
  }
  .fs-4 {
    font-size: 17.6px !important;
  }
  p {
    font-size: 16px !important;
    color: #666666 !important;
  }
  /*--------------------------------------AllPages-----------------*/
  /*--------------------------------------Banner-----------------*/
  .bannerCommon {
    height: 300px !important;
  }
  .bannerCommon img {
    height: 300px !important;
    width: auto;
    object-fit: cover;
  }
  .bannerCommonContainer {
    width: 80%;
    bottom: 20%;
    top: 50%;
  }
  /*--------------------------------------Afterbannercontent-----------------*/
  .bannercontent {
    flex-wrap: wrap;
  }
  .bannerSection1 {
    text-align: left;
    margin-right: 0%;
  }
  .bannerSection1, .bannerSection2, .bannerSection3 {
    width: 100%;
    padding: 0.6rem;
    padding-left: 3%;
  }
  .bannerSection2, .bannerSection3 {
    width: 50% !important;
  }
  /*--------------------------------------Ul-----------------*/
  .inlineUL li {
    width: 100% !important;
    margin-bottom: 0.8rem;
  }
  /*--------------------------------------arrow-----------------*/
  .c3 {
    width: 100%;
    margin-top: 20px;
  }
  .c1 {
    width: auto;
  }
  /*--------------------------------------Packages-----------------*/
  .package {
    width: 100%;
    margin-bottom: 18px;
  }
  .packageheader {
    width: 100%;
    padding: 1rem;
  }
  .packagemid {
    width: 100%;
    padding-top: 1rem;
  }
  .packagefooter a {
    width: 55%;
    padding: 5px 10px;
  }
  .packagemin900 {
    min-height: 800px;
  }
  .packagemin800 {
    min-height: 700px;
  }
  .packagemin700 {
    min-height: 600px;
  }
  .packagemin600 {
    min-height: 550px;
  }
  .col-8 {
    width: 100%;
    flex-wrap: wrap;
  }
  .col-8 h2 {
    display: block !important;
    width: 100% !important;
  }
  /* Index Pages Section 12 Questions & Answers*/
  .bg-red-img {
    padding: 1rem 0;
    object-fit: fill;
  }
  .circleimg {
    width: 100px;
    height: 100px;
  }
  .circleimg {
    padding: 10px;
  }
  .circleimg img {
    max-width: 120px;
    padding: 20px;
  }
  /* Index Pages Section 13 Footer*/
  .bgimgfooter {
    background: none;
    background-color: #f1f1f1;
  }
  .flist {
    list-style: none;
  }
  .flist li {
    font-weight: 500;
    line-height: 1.5;
  }
  .flist li a {
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    font-size: 19.2px;
  }
  .flist li a:hover {
    text-decoration: underline !important;
    color: #db1f26;
  }
  .socialicon {
    display: flex;
  }
  .txtRight {
    text-align: left !important;
  }
  .ouradvisiorContainer {
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
    -moz-box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
    box-shadow: 3px 27px 27px -15px rgb(181, 181, 181);
  }
  /*----------------------Nabvar------------------------*/
  .header2 {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid white;
    transition: 0.2s;
    z-index: 999;
    background-color:white;
  }
  /* Navbar style on scroll */
  .header2.scrolled {
    background-color: white;
    color: white;
    transition: all 0.5s;
    padding: 1rem 1rem;
    border-bottom: none;
    transition: 0.2s;
  }
  /* Menu font bold */
  .navbar-nav .nav-link {
    padding: 0.5rem !important;
    font-size: 20.8px;
  }
  /* Initial navbar style */
  .navbar-custom {
    border-bottom: 1px solid white;
    padding: 0rem;
    background-color: white;
  }
  /* Navbar style on scroll */
  .navbar-custom.scrolled {
    padding: 0rem;
  }
  /* Additional styles for dropdown items if needed */
  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
  }
  /*Full Width and Height Container Index Pages*/
  .full-container {
    height: 90vh;
    background-image: url("../images/media/home-banner-red-phone.png");
  }
  .content {
    position: relative;
    z-index: 2;
    max-width: 100%; /* Adjust width as needed */
    padding: 1rem;
    padding-left: 0%;
  }
  .content h1 {
    font-size: 48px;
  }
  .content p {
    font-size: 19.2px !important;
  }
  .pdredbutton {
    padding: 5px 10px;
    outline: none;
    border: none;
  }
  .ml-4 {
    margin-left: 20px;
  }
  .section5img li {
    font-size: 16px;
  }
  .borderright {
    border-right: 0px dashed #999;
  }
  .borderleft {
    border-left: 0px dashed #999;
  }
  .section4one {
    padding: 1rem;
  }
  .section4two {
    padding: 1rem;
    padding-left: 1rem;
  }
  .section4three {
    padding: 1rem;
    padding-left: 1rem;
  }
  .section4three h5 {
    font-size: 64px !important;
  }
  .section4three h5 span {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fed903;
    border-radius: 50%;
    padding: 10px;
  }
  /* Index Pages Section 6*/
  .col-md-77 {
    width: 100%;
  }
  .col-md-44 {
    width: 100%;
  }
  .sec6img1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .sec6img1 img {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 20px;
    object-fit: cover;
  }
  .sec6imh1desc {
    position: absolute;
    bottom: 0%;
    right: 12%;
    width: 100%;
    color: white !important;
    padding: 2rem;
    overflow: hidden;
    text-align: right;
    z-index: 999;
  }
  .sec6imh1desc a {
    color: white;
    cursor: pointer;
    text-decoration: none;
  }
  .sec6imh1desc a :hover {
    text-decoration: underline !important;
  }
  .sec6img2 {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
  }
  .sec6img2 img {
    width: 100%;
  }
  .sec2imh1desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 5%;
    width: 100%;
  }
  .sec2imh1desc a {
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
  }
  .sec2imh1desc a:hover {
    text-decoration: underline;
  }
  .sec6img3 {
    display: flex;
    justify-content: space-between;
    background-color: #ffa2aa;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    height: 320px;
    position: relative;
  }
  .sec3imh1desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10%;
    width: 100%;
  }
  .sec3imh1desc a {
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
  }
  .sec3imh1desc a:hover {
    text-decoration: underline;
  }
  .spanredcaption3 {
    background-color: #db1f26;
    font-size: 14px;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    top: 2.2rem;
    position: relative;
  }
  .sec6img4 {
    display: flex;
    justify-content: space-between;
    background-color: #ffa2aa;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10%;
    margin-bottom: 5%;
    position: relative;
    overflow: hidden;
  }
  .sec6img4 img {
    width: 100%;
  }
  .sec4imh1desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10%;
    width: 100%;
    position: absolute;
    bottom: 5%;
    z-index: 999;
  }
  .sec4imh1desc a {
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
  }
  .sec4imh1desc a:hover {
    text-decoration: underline;
  }
  .spanredcaption4 {
    background-color: white;
    position: relative;
    top: 1rem;
    font-size: 14px;
    color: #db1f26;
    padding: 2px 10px;
    border-radius: 10px;
  }
  .col-lg-66 {
    width: 100%;
    margin-bottom: 40px !important;
  }
  /*--------------------------------------Services-----------------*/
  .servicebanner {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 250px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-wrap: wrap;
  }
  .servicebanner img {
    width: 100%;
  }
  servicebannerContainer {
    position: absolute;
    z-index: 9999;
    width: 80%;
    height: 250px;
    text-align: center;
    color: white;
    top: 40%;
    display: flex;
    justify-content: space-between; /* Center horizontally */
    align-items: start; /* Center vertically */
  }
  .serviceleft {
    width: 100%;
    /* background-image:url("../images/shape/shape_29.svg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: left;
  }
  .serviceleft h1 {
    position: relative;
    padding: 1rem;
    background-color: transparent;
    border-radius: 20px;
    color: white !important;
  }
  .serviceright {
    width: 100%;
    text-align: left;
    display: none;
  }
  .imgcircle2 {
    width: 60px;
    height: 60px;
    background-color: white;
    border: 1px solid grey;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .divhover:hover .imgcircle2 {
    background-color: grey;
  }
  .min-height {
    min-height: 360px;
    background-color: white;
  }
  .w-25 {
    width: 50% !important;
  }
  .fastar {
    position: relative;
    top: -2px;
    left: 1px;
    font-size: 25px !important;
  }
  /*--------------------------------------Thank You---------------------*/
  .thankyouconatiner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1eded;
  }
  .thankyou {
    width: 100%;
  }
  .thankyou h4 {
    font-size: 4rem;
    color: #db1f26;
  }
  .servicebannerNew {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 85vh;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-wrap: wrap;
  }
  .servicebannerNew img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .servicebannerContainerNew {
    position: absolute;
    z-index: 9999;
    width: 80%;
    height: auto;
    text-align: center;
    color: white;
    top: 43%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Center horizontally */
    align-items: start; /* Center vertically */
  }
  .serviceleftNew {
    width: 100%;
    /* background-image:url("../images/shape/shape_29.svg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: left;
  }
  .serviceleftNew h1 {
    position: relative;
    padding: 1rem;
    background-color: white;
    border-radius: 20px;
  }
  .servicerightNew {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-top: 20px !important;
  }
  .howitworks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3%;
    height: auto;
  }
  .howitworks img {
    width: auto;
    display: none;
  }
  .howdivlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .howdivlist br {
    display: none;
  }
  .howdivlist i {
    display: block;
    background-color: #fed903;
    width: 60px;
    height: 60px;
    font-size: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 60px;
    margin-right: 10px;
  }
  .howdivlist span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #db1f26;
  }
  .brandpush-news-logo {
    max-width: 250px !important;
  }
  .brandpush-logo-container-item {
    background-color: #eee9e9;
    padding: 0 !important;
    border-radius: 20px;
  }
  .brandpush-logo-container-item img {
    width: 100% !important;
  }
  .brandpush-vertical-center a {
    width: 50% !important;
  }
  .brandpush-vertical-center a img {
    width: 100% !important;
  }
  .brandpush-news-logo {
    max-width: 100px !important;
    aspect-ratio: 1/1;
  }
  .newcontainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsleft {
    width: 100%;
    height: auto;
  }
  .newimg {
    width: 100%;
    position: relative;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .newimg img {
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: 3;
  }
  .newopacity {
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(290deg, rgba(0, 0, 0, 0.356179972) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
  .newscontent {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 1rem;
    color: white;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .newscontent h3 {
    display: block;
    width: 50%;
    text-align: left;
    font-size: 2.5vw;
  }
  .anchortagred2 {
    color: black;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-style: italic;
    background-color: white;
    width: 80px;
    height: 20px;
    position: relative;
    border-radius: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 600;
    float: right;
    font-size: 14px;
  }
  .anchortagred2 span {
    width: 30px;
    height: 30px;
    background: #db1f26;
    color: white;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    margin: 10px;
    transition: all 0.2s;
    position: absolute;
    right: -12px;
  }
  .anchortagred2 span:hover {
    background: #fed903;
    transition: all 0.2s;
    color: black;
    transform: rotate(90deg);
  }
  .newsright {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    display: none;
  }
  .newsnumberactive {
    opacity: 1 !important;
    color: #db1f26 !important;
  }
  .newsnumber {
    display: flex;
    margin-bottom: 12%;
    cursor: pointer;
    opacity: 0.5;
    width: 48%;
  }
  .numberingnews {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    width: 20%;
    text-align: center;
    display: block;
    margin-right: 10px;
  }
  .numbertext {
    font-size: 9px;
    font-weight: 600;
    padding-top: 5px;
    display: block;
    width: 80%;
    color: black;
  }
  .newcontainer2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2%;
    padding-top: 2%;
    flex-wrap: wrap;
  }
  .newboxactive {
    background-color: #db1f26 !important;
  }
  .newboxactive p {
    color: white !important;
  }
  .newbox {
    width: 48%;
    background-color: white;
    min-height: auto;
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  .newbox img {
    width: 100%;
    border-radius: 10px;
  }
  .newbox p {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 376px) {
  .servicebannerNew {
    height: 100vh;
  }
  .servicebannerContainerNew {
    top: 22%;
  }
  .newbox p {
    font-size: 10px !important;
    margin-top: 10px !important;
  }
}
