@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-family: "Montserrat", serif;
}


a {
  text-decoration: none;
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 14px;
  white-space: initial;
  font-weight: 500;
}

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

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mildstones";
  src: url(../fonts/Mildstones.otf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mildstones";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 70px;
  line-height: 1;
  color: #1c1c1c;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #000613;
  font-weight: 500;
}

h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #090909;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: "Montserrat", serif;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #1c1c1c;
  font-family: "Montserrat", serif;
  opacity: 0.7;
}

p.para-heading {
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.green {
  color: #bee3ba;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: end;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  padding: 25px 15px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #000000;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #000 !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 0 0px 20px;
  width: fit-content;
  background: #C7E5C5;
  color: #000;
  text-transform: uppercase;
  font-family: montserrat;
  font-size: 13px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  font-weight: 600;
  border-radius: 5px;
}

.theme-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  z-index: -2;
  content: '';
  background-color: #fff;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.theme-btn:hover::before {
  transition: 0.5s ease-in-out;
  width: 100%;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: '';
  background-color: #c7e5c4;
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::after {
  transition: 0.5s ease-in-out;
  width: 50px;

}

.theme-btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
  background: transparent;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 20px 7px #00000017;
}

.theme-btn i {
  width: 13px;
  background: #000;
  height: 13px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}

.style1:hover {
  color: #cc0000;
  transition: 0.5s ease-in-out;
  border-color: #ebeaeb;
}

.style1 {
  border-color: #ebeaeb;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 0;
  display: block;
  width: fit-content;
}

.top-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-left ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}

.top-left ul li a i {
  color: #5d6f64;
  font-size: 17px;
}

span.line {
  display: block;
  background: #000;
  height: 35px;
  width: 1px;
  opacity: 0.2;
}


.top-right ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.top-right ul li p {
  margin: 0;
  letter-spacing: 0;
}

.top-right ul li a i {
  font-weight: 200;
  opacity: 0.7;
  font-size: 17px;
}

.bottom-bar {
  position: relative;
  z-index: 1;
}

.bottom-bar::before {
  position: absolute;
  top: 0;
  left: -3%;
  width: 100vw;
  height: 100%;
  z-index: -2;
  content: '';
  background: #c0e2be;
  clip-path: polygon(2% 0%, 100% 0, 100% 100%, 0% 100%);
}

.bottom-bar::after {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 100vw;
  height: 1px;
  z-index: -1;
  content: '';
  background: #000;
  opacity: 0.2;
}

.hdr_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}


a.account {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.login-drop {
  position: relative;
}

a.login-dropdown {
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

a.login-dropdown i {
  transition: transform 0.3s ease-in-out;
}

.login-drop:hover a.login-dropdown i {
  transform: rotate(180deg);
}

.login-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.login-drop:hover .login-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.login-dropdown-menu li a {
  padding: 8px 20px;
  display: block;
  font-weight: 500;
  transition: 0.2s;
  text-transform: capitalize;
}

.login-dropdown-menu li a:hover {
  background: #c0e2be;
  color: #000;
}

section.header {
  position: relative;
  z-index: 9;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.banner_sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #c0e2beeb;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner_text * {
  margin: 0;
}

.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
}

img.banner-img {
  height: 700px;
  object-position: top;
}

.banner-image {
  padding: 20px 0 0 0;
}

/* Banner end*/

/* section start */

.about-text {
  padding: 30px 30px;
  width: 45%;
  background: #fff;
  border-radius: 10px;
  margin-right: 5%;
  box-shadow: 0 0 15px 20px #00000017;
}

.about-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  border-radius: 10px;
  overflow: hidden;
}

.about-box {
  position: relative;
  z-index: 1;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: end;
}

img.about-img {
  width: 100%;
  height: 100%;
}

/* section end */

/* section start */

.investor-top {
  padding: 0 20px 10px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.investor-box {
  position: relative;
  z-index: 1;
}

.investor-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

img.investor-img {
  height: 100%;
}


ul.list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}

ul.list li p {
  opacity: 1;
  color: #000;
  font-weight: 600;
  margin: 0;
}

ul.list {
  margin: 0 0 20px;
}

ul.list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  content: '';
  background-image: url(../images/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* section end */

/* section start */

.recover-sec {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.recover-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url(../images/recover-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.recover-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #1c1c1c;
  opacity: 0.8;
}

.recover-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* section end */

/* section start */

.blog-btn i {
  width: 13px;
  background: #c0e2be;
  height: 13px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}

img.blog-img {
  height: 300px;
  border-radius: 10px;
}

.blog-card-text {
  width: 90%;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 20px 7px #00000017;
  border-radius: 10px;
  margin: -30px 0 0 auto;
  position: relative;
  z-index: 2;
}

ul.blog-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.blog-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.blog-list li p {
  margin: 0;
}

ul.blog-list li i {
  color: #c0e2be;
}

.blog-card {
  margin: 20px 0;
}


a.blog-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 20px 7px #00000017;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

a.blog-btn:hover {
  background: #c0e2be;
  color: #000;
  transition: 0.3s ease-in-out;
}

a.blog-btn:hover i {
  background: #000;
  transition: 0.3s ease-in-out;
}

.blog-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* section end */

/* section start */

.contact-right iframe {
  width: 100%;
  height: 390px;
}

.contact-right p {
  width: 80%;
}

/* section end */


/* Footer Start */

section.footer {
  background: #1c1c1c;
  padding-top: 50px;
  padding-bottom: 30px;
}


section.footer p {
  margin-bottom: 5px;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
}


.foot2.chg-link {
  margin-left: 30px;
}

ul.adrs-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.7s ease-in-out;
  font-size: 14px;
  color: #b9babb;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #4c4b4b;
  padding-bottom: 23px;
  font-family: "Roboto", sans-serif;
}

li.boader a {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul.adrs-links {
  margin-bottom: 0 !important;
}

ul.adrs-links li {
  line-height: 1.5;
  margin-bottom: 25px;
}

ul.social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

ul.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #033059;
  height: 38px;
  width: 38px;
  border-radius: 0;
  font-size: 20px;
  border-radius: 0px;
}

ul.social-links li a:hover {
  background: #ffe1a8;
  color: #033059;
  animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
  color: #f44a31;
}

section.footer h2 {
  font-size: 32px;
  color: #fff;
}

ul.linkList li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Montserrat';
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  display: block;
}

ul.linkList li a i {
  color: #ffffff94;
}

section.footer h4::before {
  position: absolute;
  content: "";
  background: #b39252;
  height: 4px;
  width: 55px;
  bottom: -12px;
  display: none;
}

form.footerForm input {
  margin-bottom: 20px;
  background: #000;
  border-radius: 5px;
  width: 100%;
  height: 49px;
  padding: 0 20px;
  border: none;
  font-size: 14px;
}

form.footerForm input::placeholder {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;

}

ul.linkList li a:hover {
  color: #b39252;
  margin-left: 10px;
}

.foot1 {
  padding: 0 0% 0 0;
  margin-top: 24px;
  position: relative;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
  background: #1c1c1c;
  border-top: 1px solid #ffffff33;
  padding: 20px 0;
}

section.copyrite-txt p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

ul.adrs-links li a:hover i {
  animation: float 1s ease-in-out infinite;
  font-size: 20px;
}

.foot2 {
  padding-right: 0px;
  margin-top: 32px;
}

ul.adrs-links li a i {
  font-size: 18px;
  margin-right: 5px;
  color: #fff;
}


form.footerForm button:hover {
  color: #fff;
}

form.footerForm button::before,
form.footerForm button::after {
  border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
  display: flex;
  align-items: baseline;
  gap: 12px;
  transition: 0.7s ease-in-out;
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
  /* margin-left: 10px; */
}

form.footerForm button {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: navajowhite;
}

ul.footer-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.5s;
  animation: tada 1.5s ease infinite;
}


ul.footer-social li a:hover {
  background: #ffff;
  color: #000;
  transition: 0.5s;
}

.social-icon ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  margin-top: 10px;
  padding: 0 0 0 0%;
}

.social-icon h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Graphik';
}

.quick-links-ft ul {
  column-count: 2;
}

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.payment-card {
  float: inline-end;
}

section.copyrite-txt .row {
  align-items: center;
}

.social-icon ul li a:hover {
  background: #fff;
}


.footer-links.footer-links-contact li {
  margin: 20px 0;
  gap: 20px;
  display: flex;
  align-items: center;
}

.footer-links.footer-links-contact li a {
  color: #c1c1c3;
  font-family: 'Montserrat';
  font-size: 14px;
}


.footer-links.footer-links-contact li i {
  color: white;
}

.footer-links.footer-links-contact ul li img {
  object-fit: scale-down;
  width: 20px;
}

.ftr-logo img {
  object-fit: cover;
  width: 230px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg) brightness(105%) contrast(102%);
}

.ftr-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ffffff33;
  margin: 0 0 40px 0;
}

section.footer h5 {
  color: #fff;
  margin: 20px 0;
}

.ft-bototm-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-bototm-text a {
  color: #fff;
}

.ft-bototm-text span {
  color: #fff;
}


ul.quick-links li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  display: block;
}

ul.science-list li a {
  color: #fff;
  padding: 0 0 10px 0;
  display: block;
}

form.footerForm button {
  color: #000 !important;
}


/*Footer End*/


/* section start */

.science-box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.science-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.science-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.small-box .science-text h5 {
  writing-mode: sideways-rl;
}

.science-img img {
  height: 100%;
}

.small-box .science-text {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1c1cd1;
  height: 500px;
}


.large-box .science-text {
  flex-direction: column;
  align-items: start;
  padding: 190px 20px 20px 20px;
  background: linear-gradient(0deg, rgba(183, 217, 179, 1) 10%, rgba(0, 0, 0, 0) 70%);
  display: flex;
  height: 500px;
  justify-content: end;
}

.large-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  opacity: 0;
}

.science-main-box {
  position: relative;
  z-index: 1;
}

.science-slider .slick-slide.slick-current.slick-active+.slick-slide .large-box {
  height: 100%;
  opacity: 1;
}

.science-slider .slick-slide.slick-active {
  width: 220px !important;
  margin: 0 10px !important;
}

.science-slider .slick-slide.slick-current.slick-active+.slick-slide {
  width: 565px !important;
}

a.underline {
  text-decoration: underline;
  text-transform: uppercase;
}

.science-heading {
  margin-bottom: 40px;
}

/* section end */

/* section start */
/* section end */

/* Home Page end*/

/* InnerPage Aboutus start */

.inner-banner {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner .banner_text {
  align-items: center;
}

.about-para {
  margin: 30px 0 0 0;
}

/* InnerPage Aboutus end */

/* InnerPage Aboutus start */

.science-main-box.inner-service .science-box.large-box {
  position: unset;
  height: auto;
  opacity: 1;
}

.science-main-box.inner-service {
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}

/* InnerPage Aboutus end */


/* Account Starts  */

.sinup-input input {
  width: 100%;
  height: 60px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.sinup-input label {
  font-size: 16px;
  color: #888888;
  padding-bottom: 5px;
}

.sinup-input {
  padding: 10px 0;
}

.sinup-input-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--headingColor);
  color: white;
}

.sinup-input-checkbox label {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sinup-input-checkbox {
  padding-top: 10px;
}

.create-account-heading h2 {
  color: black;
  text-transform: uppercase;
}

.create-account {
  border-radius: 15px;
  padding: 50px 30px 30px;
  border: 1px solid #d9d9d9;
}

section.account-sec {
  padding: 100px 0;
}

.login-input input {
  height: 45px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.login-input {
  padding: 10px 0;
}

.login-input label {
  font-size: 16px;
  color: #888888;
  padding-bottom: 5px;
}

.login-heading h2 {
  color: black;
  text-transform: uppercase;
}

.login-input-checkbox {
  padding-top: 10px;
}

.login-input-checkbox input[type="checkbox"] {
  width: 17px;
  height: 17px;
  color: white;
  cursor: pointer;
  margin: 0 5px 0 0;
  accent-color: var(--headingColor);
}

.login-account {
  border-radius: 15px;
  padding: 50px 30px 30px;
  border: 1px solid #d9d9d9;
}

.form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 0 0 0;
}

/* Account Ends */


/* InnerPage Aboutus start */
img.blog-detail-img {
  height: 600px;
  border-radius: 10px;
}

.blog-detail-content {
  margin: 30px 0 0 0;
}

.inner-banner .banner_text h1 sup {
  margin-left: -10px;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 46px;
}

/* InnerPage Aboutus end */

/* Password Toggle CSS */
.sinup-input,
.login-input {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 60%;
  cursor: pointer;
  z-index: 2;
  color: #000;
  font-size: 18px;
}

.sinup-input input,
.login-input input {
  padding-right: 50px;
}

ul.list li span {
  opacity: 0.7;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
}