@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: "Adobe Handwriting-Ernie";
  src: url(../fonts/AdobeHandwriting-Ernie.ttf);
}

@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}

input:focus {
  outline: none;
  border: none;
}

.text-primary {
  color: #383e42;
}

/* Styles for Fade-In */
section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity, transform;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

.mx-7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media (max-width: 992px) {
  .mx-7 {
    margin: 0 !important;
  }
}

@media (max-width: 1200px) {
  .mx-7 {
    margin: 0 !important;
  }
}

/* ----------------------------------tushil header----------------- */

/* Navbar */
/* .navbar-brand .logo {
  height: 40px;
} */

.header p {
  font-size: 13px;
  font-family: "Poppins-Regular";
  color: #4b5054;
  background: #F6F7FB
}

.header {
  position: sticky !important;
  top: -2px;
  z-index: 1000;
  background-color: #ffffff;
  padding: 10px 0px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tushil-navbar .navbar-nav .nav-text {
  font-family: "Poppins-Regular" ;
  font-size: 16px ;
  font-weight: 500 ;
  color: #383e42 ;
  transition: color 0.3s ease-in-out ;
}

.nav-text:first-child {
  padding-right: 40px !important;
}

.nav-text:hover {
  color: #007bff;
}

.tushil-navbar .navbar-nav .nav-btn {
  font-family: "Poppins-Medium" ;
  font-size: 16px ;
  width: 114px;
  height: 40px;
  border-radius: 4px ;
  transition: all 0.3s ease-in-out ;
  border-color: #383e42 !important;
}



.nav-btn:hover {
  background-color: #007bff;
  color: white;
}

.login-btn {
  background-color: #333;
  border-radius: 4px;
  border-color: #333;
  font-family: "Poppins-Medium";
  font-size: 16px;
}


.tushil-navbar {
  display: flex;
  justify-content: end;
}

@media (max-width: 992px) {
  .tushil-logo a img {
    width: 230px;
    height: 80px;
  }
  .tushil-navbar {
    display: block; 
    text-align: left;
  }

  .tushil-navbar .nav-item {
    width: 100%; 
    text-align: left;
  }
}

@media (max-width: 768px) {
  .tushil-logo a img {
    width: 190px;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .tushil-logo a img {
    width: 160px;
    height: 50px;
  }

  .tushil-navbar .navbar-nav li {
    padding: 10px 0 0 0;
  }
  .tushil-navbar .navbar-nav li a {
    padding-bottom: 0;
  }
}
/* ------------------- tushil Hero Section --------------*/
.tushil-hero-section {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 90px 0;
}

.tushil-heading h2 {
  letter-spacing: -0.64px;
  color: #383e42;
  font-family: "Poppins-Bold";
  font-size: 60px;
  position: relative;
  display: inline-block;
}

.underline-svg {
  position: absolute;
  bottom: -9px;
  left: -5px;
  width: 100%;
  height: 39px;
}

.tickfund-underline-svg {
  position: absolute;
  bottom: -9px;
  left: 3px;
  width: 100%;
  height: 28px;
}

.tushil-heading p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 20px;
  margin-top: 37px;
  margin-bottom: 47px;
}

/* .tushil-heading p {
  max-width: 500px;
} */

.tushil-heading a {
  background: #4285f4;
  border-radius: 30px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  padding: 13px 44px;
}

.tushil-playstore-img a {
  padding: 0;
  margin-top: 30px;
}

/* App Store & Play Store Buttons */
.store-icon {
  height: 55px;
  margin-right: 8px;
}


@media (max-width: 992px) {
  .tushil-hero-section {
    padding: 70px 0;
  }

  .tushil-heading {
    text-align: center;
  }
  .tushil-heading h2 {
    font-size: 48px;
  }
  .tushil-heading p {
    font-size: 18px;
    margin: 30px 0;
  }
  .tushil-heading a {
    font-size: 17px;
  }
  .tushil-playstore-img {
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .underline-svg {
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 33px;
  }

  .tickfund-underline-svg {
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 25px;
  }

  .tushil-hero-section {
    padding: 40px 0;
  }

  .tushil-heading h2 {
    font-size: 38px;
  }
  .tushil-heading p {
    font-size: 16px;
    margin: 24px 0;
  }
  .tushil-heading a {
    font-size: 16px;
    padding: 10px 40px;
  }
  .store-icon {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .underline-svg {
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 29px;
  }

  .tickfund-underline-svg {
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 23px;
  }

  .tushil-hero-section {
    padding: 10px 0;
  }

  .tushil-heading h2 {
    font-size: 32px;
  }
  .tushil-heading p {
    font-size: 14px;
  }
  .tushil-heading a {
    font-size: 14px;
    padding: 10px 30px;
  }
}

/* -----------------lorem1 section 1----------- */
.tushil-lorem1-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/residetial-individual-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 80px 0;
}

.lorem-left-img img {
  margin-left: -40px;
}

.lorem1-content h2 {
  letter-spacing: -0.48px;
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 40px;
}

.lorem1-content p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 16px;
}


@media (max-width: 992px) {
  .lorem1-content h2 {
    font-size: 32px;
  }

  .lorem1-content p {
    font-size: 16px;
  }
}


@media (max-width: 768px) {
  .lorem1-content h2 {
    font-size: 28px;
  }

  .lorem1-content p {
    font-size: 15px;
  }
  .lorem-left-img img {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .lorem1-content {
    padding: 14px 10px 0px 20px;
  }
  .lorem1-content h2 {
    font-size: 24px;
  }

  .lorem1-content p {
    font-size: 14px;
  }
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

@media (max-width: 992px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

/* -----------------lorem2 section2----------- */
.tushil-lorem2-section {
  background: transparent linear-gradient(0deg, #ffffff 0%, #f9fbff 100%) 0% 0%
    no-repeat padding-box;
  padding: 80px 0;
}

.lorem-right-img img {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .lorem-right-img img {
    margin-left: 0;
  }
}

/* -----------------lorem3 section 3----------- */
.tushil-lorem3-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/residetial-individual-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 80px 0;
}

/* -----------------lorem4 section 4----------- */
.tushil-lorem4-section {
  background: transparent linear-gradient(0deg, #ffffff 0%, #f9fbff 100%) 0% 0%
    no-repeat padding-box;
  padding: 80px 0;
}

/* -----------------lorem4 section 5----------- */
.tushil-lorem5-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/residetial-individual-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 80px 0;
}

/* -----------------lorem4 section 6----------- */
.tushil-lorem6-section {
  background: transparent linear-gradient(0deg, #ffffff 0%, #f9fbff 100%) 0% 0%
    no-repeat padding-box;
  padding: 80px 0;
}

/*----------- P&L Section----------------- */
.pnl-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url("../../Image/lorem-bg-2.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 100px 0;
}

.true-heading h2 {
  color: #000000;
  font-family: "Poppins-SemiBold";
  font-size: 48px;
  letter-spacing: -0.48px;
}
.true-heading h2 span {
  color: #4285f4;
}

.true-heading p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 20px;
  margin: 0;
}

/* P&L Cards */
.pnl-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  word-break: break-word;
  flex-grow: 1; 
}

.pnl-card:hover {
  transform: translateY(-5px);
}

.pnl-card h3 {
  color: #4285f4;
  font-family: "Poppins-SemiBold";
  font-size: 32px;
  text-wrap: balance;
}
.pnl-card p {
  font-size: 18px;
  color: #14406d ;
  font-family: "Poppins-Regular";
}

.text-blue {
  color: #4285f4;
}
.text-yellow {
  color: #fbbc05;
}
.text-red {
  color: #ea4335;
}


@media (max-width: 992px) {
  .true-heading h2 {
    font-size: 36px;
  }

  .true-heading p {
    font-size: 17px;
  }

  .pnl-card {
    padding: 15px;
    min-height: 140px;
    margin-top: 30px;
  }

  .pnl-card h3 {
    font-size: 26px;
  }

  .pnl-card p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .true-heading h2 {
    font-size: 32px;
  }

  .true-heading p {
    font-size: 16px;
  }

  .pnl-card {
    padding: 15px;
    min-height: 120px;
    margin-top: 20px;
  }

  .pnl-card h3 {
    font-size: 24px;
  }

  .pnl-card p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .true-heading h2 {
    font-size: 28px;
  }

  .true-heading p {
    font-size: 15px;
  }

  .pnl-card {
    padding: 10px;
    min-height: 100px;
    margin: 0 auto;
    /* max-width: 340px; */
    margin-top: 10px;
  }

  .pnl-card h3 {
    font-size: 22px;
  }

  .pnl-card p {
    font-size: 13px;
  }
}

/* -----------------lorem4 section 7----------- */
.tushil-lorem7-section {
  background: transparent linear-gradient(0deg, #ffffff 0%, #f9fbff 100%) 0% 0%
      no-repeat padding-box,
    url(../../Image/residetial-individual-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 80px 0;
}

/* -----------------lorem4 section 8----------- */
.tushil-lorem8-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/residetial-individual-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .tushil-lorem1-section,
  .tushil-lorem2-section,
  .tushil-lorem3-section,
  .tushil-lorem4-section,
  .tushil-lorem5-section,
  .tushil-lorem6-section,
  .tushil-lorem7-section,
  .tushil-lorem8-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .tushil-lorem1-section,
  .tushil-lorem2-section,
  .tushil-lorem3-section,
  .tushil-lorem4-section,
  .tushil-lorem5-section,
  .tushil-lorem6-section,
  .tushil-lorem7-section,
  .tushil-lorem8-section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .tushil-lorem1-section,
  .tushil-lorem2-section,
  .tushil-lorem3-section,
  .tushil-lorem4-section,
  .tushil-lorem5-section,
  .tushil-lorem6-section,
  .tushil-lorem7-section,
  .tushil-lorem8-section {
    padding: 20px 0;
  }
}

/* ----------------------------Tushil Blog Secytion ------------------ */

.tushil-blog-section {
  background: linear-gradient(
    0deg,
    rgba(227, 237, 254, 0) 0%,
    rgba(227, 237, 254, 0.2) 100%
  );
  padding: 90px 0;
}

.blog-heading h2 {
  letter-spacing: -0.48px;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
  padding-bottom: 40px;
}

.blog-heading h2 span {
  color: #4285f4;
}

.tushil-blog-section .blog-card {
  overflow: hidden;
  box-shadow: 0px 4px 30px #292e381f;
  border: 1px solid #e9ebf0;
  border-radius: 16px;
  padding: 20px 20px 0;
  margin: 15px;
  min-height: 516px;
  height: 100%;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}
.blog-card .card-body {
  padding: 15px 0 20px;
}

.card-body h6 {
  background: #f2f3f5 !important;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins-Medium";
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #d6dae0;
  border-radius: 5px;
}

.card-body .john-font {
  color: #6c757d;
  font-size: 12px;
  font-family: "Poppins-Regular";
}

.card-body span {
  color: #6c757d;
  font-size: 12px;
  font-family: "Lato-Regular";
}

.card-body h5 {
  color: #14406d;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
	display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body p {
  color: #6c757d;
  font-size: 12px;
  font-family: "Poppins-Regular";
  margin-bottom: 0;
   display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body a {
  color: #4285f4;
  font-size: 12px;
  font-family: "Poppins-Medium";
  text-decoration: none;
}

.card-body h4 {
  color: #767676;
  font-size: 13px;
  font-family: "Poppins-Regular";
}


.blog-meta .icons-group {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #a3a3a3;
}

.blog-meta .icons-group img {
  width: 100%;
  max-width: 16px;
  height: 24px;
  object-fit: contain;
  filter: grayscale(100%);
  margin-right: 5px;
}

.blog-meta .icons-group span {
  font-size: 10px;
  /* margin-right: 10px;  */
}


.tushil-blog-carousel-inner {
  background: #ffffff !important;
}

.blog-custom-prev,
.blog-custom-next {
  position: absolute;
  bottom: -1%;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.blog-custom-prev {
  right: 5%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-custom-prev button img {
  width: 40px;
  height: 40px;
}

.blog-custom-next {
  right: -1%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-custom-next button img {
  width: 40px;
  height: 40px;
}

.blog-view-all {
  display: block;
  cursor: pointer;
  padding-left: 7px;
}
.blog-view-all a {
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  color: #a3a3a3;
  font-family: "Poppins-Regular";
}

.blog-view-all a img {
  width: 50px;
  height: 14px;
  padding-left: 12px;
}

@media (max-width: 992px) {
  .tushil-blog-section {
    padding: 70px 0;
  }
  .blog-heading h2 {
    padding-bottom: 30px;
    font-size: 36px;
  }
  .blog-custom-prev {
    right: 8%;
  }
}

@media (max-width: 768px) {
  .tushil-blog-section {
    padding: 50px 0;
  }
  .blog-heading h2 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .blog-custom-prev {
    right: 13%;
  }
}

@media (max-width: 576px) {
  .tushil-blog-section .blog-card {
    margin: 0;
    box-shadow: none;
  }
  .tushil-blog-section {
    padding: 20px 0;
  }
  .blog-heading h2 {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
/* ----------------------------Tushil Gallery Section ------------------ */

.tushil-gallery-section {
  background: linear-gradient(
    0deg,
    rgba(227, 237, 254, 0) 0%,
    rgba(227, 237, 254, 0.3) 100%
  );
  padding: 90px 0 240px;
}

.gallery-heading h2 {
  letter-spacing: -0.48px;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
  margin-bottom: 40px;
}

.gallery-heading h2 span {
  color: #4285f4;
}

.gallery-tabs {
  display: flex;
  justify-content: center; 
  width: 100%;
  padding: 10px 0;
}

#galleryTabs {
  justify-content: space-between !important;
  display: flex;
  background: white;
  border-radius: 25px;
  padding: 3px;
  max-width: 420px;
  width: 100%;
  border: 1px solid #6c757d;
}

#galleryTabs .nav-link {
  border: none;
  border-radius: 25px;
  padding: 8px 29px;
  font-size: 16px;
  color: #000000;
  font-family: "Poppins-Regular";
  background: transparent;
  transition: all 0.3s ease-in-out;
}

#galleryTabs .nav-link.active {
  background: #007bff;
  color: white;
}

.tushil-gallery-section .gallery-card {
  overflow: hidden;
  box-shadow: 0px 4px 30px #292e381f;
  border: 1px solid #e9ebf0;
  border-radius: 16px;
  padding: 20px 20px 0;
  margin: 15px;
	height: 100%;
  min-height: 400px;
  cursor: pointer;
}
.gallery-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
}

.gallery-card-video-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding: 20px 20px 0 !important;
}

.gallery-doc-frame {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding: 20px 20px 0 !important;
}

.gallery-card {
  transition: all 0.3s ease-in-out;
}

.gallery-card .gallery-card-body {
  padding: 20px 20px 20px 0;
}

.gallery-card-body h5 {
  color: #14406d;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
	  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-card-body p {
  color: #6c757d;
  font-size: 12px;
  font-family: "Poppins-Regular";
  margin-bottom: 0;
   display: -webkit-box;
  -webkit-line-clamp: 6; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-carousel-inner {
  background: #ffffff !important;
}

.gallery-custom-prev,
.gallery-custom-next {
  position: absolute;
  /* top: 50%; */
  bottom: -1%;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.gallery-custom-prev {
  right: 5%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gallery-custom-prev button img {
  width: 40px;
  height: 40px;
}

.gallery-custom-next {
  right: -1%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gallery-custom-next button img {
  width: 40px;
  height: 40px;
}

.gallery-view-all {
  display: block;
  cursor: pointer;
  padding-left: 7px;
}
.gallery-view-all a {
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  color: #a3a3a3;
  font-family: "Poppins-Regular";
}

.gallery-view-all a img {
  width: 50px;
  height: 14px;
  padding-left: 12px;
}

@media (max-width: 992px) {
  .tushil-gallery-section {
    padding: 60px 0 220px;
  }

  .gallery-heading h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .gallery-custom-prev {
    right: 8%;
  }
}

@media (max-width: 768px) {
  .tushil-gallery-section {
    padding: 30px 0 200px;
  }

  .gallery-heading h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .gallery-custom-prev {
    right: 13%;
  }
}

@media (max-width: 576px) {
  .tushil-gallery-section .gallery-card {
    margin: 0;
    box-shadow: none;
	min-height:375px;
  }
  .tushil-gallery-section {
    padding: 15px 0 190px;
  }
  .gallery-heading h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}


/* <!-- ---------------------Open Tushil Accnt section---------------- --> */
.open-accnt-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url("../Image/open-accnt-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px;
/*   margin-bottom: -160px; */
margin-top: -320px;
  opacity: 1;
}

.open-accnt-heading h1 {
  font-family: "Poppins-SemiBold";
  font-size: 42px;
  color: #383e42;
}

.open-accnt-heading h1 span {
  color: #4285f4;
}
.open-accnt-heading p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 20px;
  margin-bottom: 42px;
}

.open-accnt-heading a {
  border-radius: 4px;
  background: #4285f4;
  padding: 18px 44px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

/* Responsive Fix */
@media (max-width: 1200px) {
  .open-accnt-heading h1 {
    font-size: 38px;
  }

  .open-accnt-heading p {
    font-size: 18px;
  }

  .open-accnt-heading a {
    font-size: 17px;
    padding: 16px 40px;
  }
}

@media (max-width: 992px) {
  .open-accnt-heading h1 {
    font-size: 34px;
  }

  .open-accnt-heading p {
    font-size: 17px;
  }

  .open-accnt-heading a {
    font-size: 16px;
    padding: 15px 36px;
  }
}

@media (max-width: 768px) {
  .open-accnt-section {
    padding: 40px;
    margin-bottom: -120px;
  }

  .open-accnt-heading h1 {
    font-size: 30px;
  }

  .open-accnt-heading p {
    font-size: 16px;
  }

  .open-accnt-heading a {
    font-size: 15px;
    padding: 14px 32px;
  }
}

@media (max-width: 576px) {
  .open-accnt-section {
    padding: 30px;
    margin-bottom: -100px;
  }

  .open-accnt-heading h1 {
    font-size: 26px;
  }

  .open-accnt-heading p {
    font-size: 15px;
  }

  .open-accnt-heading a {
    font-size: 14px;
    padding: 12px 28px;
  }
}

/* ---------------footer section  ------------------*/

/* .tushil-footer .footer-nav-links {
  padding-top: 250px;
}

@media (max-width: 992px) {
  .tushil-footer .footer-nav-links {
    padding-top: 220px;
  }
}

@media (max-width: 768px) {
  .tushil-footer .footer-nav-links {
    padding-top: 180px;
  }
}

@media (max-width: 576px) {
  .tushil-footer .footer-nav-links {
    padding-top: 140px;
  }
} */


.footer-section.tushil-footer .footer-links .footer-nav-links {
  padding-top: 170px;
}

@media (max-width: 992px) {
  .footer-section.tushil-footer .footer-links .footer-nav-links {
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .footer-section.tushil-footer .footer-links .footer-nav-links {
    padding-top: 225px;
  }
}

@media (max-width: 576px) {
  .footer-section.tushil-footer .footer-links .footer-nav-links {
    padding-top: 200px;
  }
}

