/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

:root {
  --primaryColor: #7ac145;
  --bluePrimary: #0e4595;
  --blueSecondary: #1f5673;
  --blueFade: #698ea1;
  --subprimaryColor: #ed9121;
  /* --bodyBg: #0C0C0C; */
  --socialBg: #7e20c8;
  --textColor: #0f1825;
  --subTextColor: #333d3e;
  --bgDark:#d6eaf2;
  --bgLight:#f6fafd;
  --blue:#022559;
  /* --subTextColor:#6A6A6C; */
  --shades01: #ffffff;
  --veiwWidth: calc(100vw - 17px);
  --padding: calc(var(--veiwWidth) / 2 - 785px);
}

/* @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @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=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


/* ********|| INITIALIZATION STARTS ||******** */
body,
html {
  width: 100%;
  line-height: 18px;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: var(--color01);
  background: var(--shades01);
  position: relative;
  z-index: 0;
  scroll-behavior: smooth;
}

button, input, optgroup, select, textarea{font-family: "Inter Tight", sans-serif;}

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
  text-decoration: none;
}
input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
/* ********|| INITIALIZATION ENDS ||******** */

/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-moz-selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--primaryColor);
  color: #fff;
}

:-webkit-focus {
  outline: none !important;
}
:-moz-focus {
  outline: none !important;
}
:focus {
  outline: none !important;
}

select:-webkit-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:-moz-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

::input-placeholder {
  color: var(--textColor) !important;
}
::-moz-input-placeholder {
  color: var(--textColor) !important;
}
::-webkit-input-placeholder {
  color: var(--textColor) !important;
}

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
/* ********|| PSEUDO ELEMENTS ENDS ||******** */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  color: var(--primaryColor);
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--secondaryColor);
}
p {
  margin: 0 0 10px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 3px;
}
.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}
.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}
.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}
/* ********|| ADJUSTMENT CLASSES ENDS ||******** */

section {
  position: relative;
}
.form-group {
  position: relative;
  margin: 0 0 20px;
}
.control-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #212121;
  display: block;
}
.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--textColor);
  background: #fff;
  min-width: 50px;
  min-height: 38px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}
.form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: var(--textColor) !important;
}
.form-control:-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: var(--textColor) !important;
}
.form-control::-ms-input-placeholder {
  color: var(--textColor) !important;
}
textarea.form-control {
  resize: none;
  min-height: 100px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-checkbox .custom-checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .custom-checkbox-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-checkbox .custom-checkbox-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 2px;
}
.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 10px;
  display: none;
  color: #fff;
  text-align: center;
}
.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
  display: block;
}
.custom-checkbox
  .custom-checkbox-input:checked
  ~ .custom-checkbox-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-radio .custom-radio-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .custom-radio-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-radio .custom-radio-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.custom-radio .custom-radio-label:after {content: "\f111";position: absolute;font-family: "Font Awesome 5 Pro";width: 16px;height: 16px;top: 50%;left: -24px;transform: translateY(-50%);font-weight: 600;font-size: 8px;display: none;color: #fff;text-align: center;}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:after {display: block;}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:before {background: var(--primaryColor);border: 1px solid var(--primaryColor);}

.custom-tab {}
.custom-tab .custom-tab-navigation {padding-left: 0;list-style: none;display: flex;flex-wrap: wrap;justify-content: center;margin: 0 auto 10px;}
.custom-tab .custom-tab-navigation > li {width: auto;margin: 5px;position: relative;}
.custom-tab .custom-tab-navigation > li > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  border-radius: 4px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-tab .custom-tab-navigation > li.active > a,
.custom-tab .custom-tab-navigation > li > a:hover {
  background-color: var(--primaryColor);
}
.custom-tab .custom-tab-content {
}
.custom-tab .custom-tab-content .custom-tab-wrap {
  display: none;
  background: transparent;
  padding: 20px 0;
}
.custom-tab .custom-tab-content .custom-tab-wrap.active {
  display: block;
}
.custom-tab .custom-tab-content .custom-tab-navigation > li > a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.custom-tab .custom-tab {
  margin-top: -20px;
}
.custom-tab .custom-tab .custom-tab-navigation {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .custom-tab .custom-tab-navigation {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .custom-tab .custom-tab-navigation {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1200px;
  }
}

/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  :root {
    --padding: 15px;
  }
  .container {
    max-width: none;
  }
  .modal-dialog {
    max-width: 700px;
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 710px) / 2);
  }
  .container {
    max-width: 740px;
  }
  .content-wrapper {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 930px) / 2);
  }
  .container {
    max-width: 960px;
  }
  .content-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1140px) / 2);
  }
  .container {
    max-width: 1070px;
  }
  .content-wrapper {
    max-width: 1070px;
  }
}
@media (min-width: 1440px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }
  .container {
    max-width: 1170px;
  }
  .content-wrapper {
    max-width: 1170px;
  }
}
@media (min-width: 1471px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }
  .container {
    max-width: 1240px;
  }
  .content-wrapper {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1370px) / 2);
  }
  .container {
    max-width: 1400px;
  }
  .content-wrapper {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1470px) / 2);
  }
  .container {
    max-width: 1400px;
  }
  .content-wrapper {
    max-width: 1400px;
  }
}

.modal-open {
  overflow: auto;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden !important;
}
.dropdown .dropdown-toggle {
  padding-right: 16px !important;
  position: relative;
}
.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  margin: 0;
  vertical-align: unset;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  color: var(--primaryColor);
  opacity: 1;
  margin-top: 2px;
  transition: all 0.3s ease;
}
.dropdown.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}
.dropdown .dropdown-menu {
  display: block;
  top: 100% !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.dropdown .dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}
.dropdown-menu .dropdown-item {
  display: flex;
  padding: 5px 15px;
  color: var(--secondaryColor);
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);
  color: #fff;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown .mega-dropdown-menu {
  display: block;
  width: 100%;
  top: auto !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.mega-dropdown .mega-dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  width: 200px;
  height: 200px;
}

/*////////////////////////////////////////////////////////////////*/

/* ********|| HEADER STARTS ||******** */

/* .background-image {
  background-image: url("../images/bg-img\ \(1\).png");
} */

/* .bg-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

header {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  /* max-width: 1800px; */
}
 
header .brand {
  position: relative;
  height: 58px;
  width: 98px;
  transition: all 0.3s ease;
}
header .brand .logo {
  display: flex;
  width: 100%;
  height: 100%;
}
header .brand .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
/* header .navigation {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}
header .navigation-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  flex-shrink: 0;
  box-shadow: inset 0px -20px 50px -10px rgba(var(--shades02-rgb), 0.2);
  transition: all 0.3s ease;
}
header .navigation-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navigation-menu .menu-item {
  display: flex;
  transition: all 0.3s ease;
}
header .navigation-menu .menu-item + .menu-item {
  margin: 0 0 0 38px;
}
header .navigation-menu .menu-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--shades01);
  display: inline-flex;
  align-items: center;
  line-height: 24px;
} */
header .navigation-menu .menu-link:hover,
header .navigation-menu .menu-link.active { color: var(--primaryColor);}
header .navigation-menu .menu-link a.active { color: var(--primaryColor);}
header .navigation-menu .menu-link:hover span:first-child img,
header .navigation-menu .menu-link.active span:first-child img { -moz-filter: brightness(1); -webkit-filter: brightness(1); filter: brightness(1);}
header .language { position: relative; display: flex; align-items: center;}
header .language .dropdown-toggle { position: relative; display: flex; align-items: center; font-size: 0; padding: 0 16px 0 0 !important;}

header .btn-menu-trigger { display: none; align-items: center; justify-content: center; padding: 0; border: 0; background-color: transparent; color: var(--shades01); font-size: 30px;}

/* header.scrolled { height: 80px; top: 25px;}
header.scrolled .header-wrapper{ background-color: white; box-shadow: 0px 5px 15px rgba(0,0,0,0.1);}
header.scrolled .brand { position: relative; height: 60px;}
header.scrolled .navigation-menu .menu-item + .menu-item { margin: 0 0 0 40px;}
header.scrolled .navigation-menu .menu-link { font-size: 16px;} */
header.alt { height: 100px; background-color: var(--blueSecondary); position: sticky;}
header.alt .brand { position: relative; height: 60px;}


.container .sblc-btn {background-color: var(--primaryColor); padding: 22px 34px; letter-spacing: 0.5px; border: none; color: var(--shades01); border-radius: 13px; transition: 0.3s all ease; font-size: 20px; line-height: 24px; font-weight: 700; text-transform: uppercase; box-shadow: 0px 5px 16px -2px #e3e3e3;}
.container .sblc-btn:hover { background-color: var(--subprimaryColor);}

/* ********|| HEADER ENDS ||******** */

/* ********|| BANNER STARTS ||******** */
.section-banner {
  position: relative;
  /* padding: 200px 0; */
  padding-top: 0px;
  /* display: flex; */
  align-items: center;
  z-index: 0;
  /* height: calc(100vh - 140px); */
  overflow: hidden;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .section-banner .banner-img-wrapper{position: relative; padding: 20px;} */
.section-banner .banner-image { width: 100%; height: 100%; z-index: -1; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 25px; display: flex; align-items: center; padding: 100px 0;
}

.banner-image .banner-badge{width: 400px; height: 378px; overflow: hidden; position: absolute; top: 85px; right: 24px;}
.banner-image .banner-badge img{width: 100%; height: 100%; object-fit: cover;}
.banner-image .banner-badge .banner-badge-text {position: absolute; max-width: 140px; top: 108px; left: 164px; color: white; font-size: 17px; line-height: 1.3; text-align: center;}

.banner-image .banner-guaranted{position: absolute; top: 50%; transform: translateY(-50%); left: -90px; width: 587px; height: 360px; overflow: hidden; z-index: 1;}
.banner-image .banner-guaranted img{width: 100%; height: 100%; object-fit: cover;}

/* .section-banner .banner-image::before { position: absolute; content: ""; top: 16px; right: 207px; background: transparent; width: 36px; height: 50px; border-bottom-left-radius: 26px; box-shadow: 0px 20px 0 -4px var(--shades01); transform: rotate(100deg);} */

/* .section-banner .banner-image::after { position: absolute; content: ""; top: 28px; left: 218px; background: transparent; width: 36px; height: 50px; border-bottom-left-radius: 26px; box-shadow: 0px 20px 0 -4px var(--shades01); transform: rotate(195deg);} */

.section-banner .banner-content { position: relative; z-index: 1; width: 100%; text-align: center; display: flex; flex-direction:column; justify-content: start; align-items: start; /* padding: 0 100px; */ max-width: 480px; text-align: start; z-index: 1; padding-top: 30px;}

.banner-content::before { content: ""; position: absolute; top: 50%; left: 44%; width: 137%; height: 130%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.867) 60%, rgba(255, 255, 255, 0) 100%); filter: blur(40px); z-index: -1;}
.banner-content-wrapper{position: relative; z-index:1;}
.section-banner .banner-title { font-size: 50px; font-weight: 700; color: var(--textColor); line-height: 60px; text-transform: capitalize; margin: 0 0 16px;}
.section-banner .banner-title span{color: var(--primaryColor);}
.section-banner .banner-subtitle { font-size: 22px; font-weight: 600; line-height: 1.4; color: var(--textColor); margin: 0 0 20px; text-decoration: underline;}
.section-banner .banner-description { font-size: 19px; font-weight: 600; color: var(--textColor); line-height: 1.5; margin: 0 0 25px;}
.section-banner .banner-description ul{padding-left: 0;}
.section-banner .banner-description ul li{list-style: none; position: relative; align-items: self-start; padding-left: 20px; padding-bottom: 6px;}
.section-banner .banner-description ul li::before{content: ""; width: 12px; height: 12px; border-radius: 50px; border: 3px solid var(--primaryColor); position: absolute; top: 8px; left: 0;}

.banner-btn-wrapper{display:flex; gap:20px; align-items: center;}
.banner-btn-wrapper .get-btn{padding: 22px; background-color: #022559; color: #fff; border-radius: 13px; font-size: 20px; font-weight: 700; transition: 0.3s all ease; text-transform: uppercase;}
.banner-btn-wrapper .get-btn:hover{background-color: var(--primaryColor);}

.visa-wrapper { width: 130px; height: 34px; background-color: white; padding: 2px 8px; border-radius: 50px; overflow: hidden; box-shadow: 0px 6px 10px 0px rgb(189, 189, 189);}
.visa-wrapper img { width: 100%; height: 100%; object-fit: contain;}
.frame-wrapper { width: 130px; height: 34px; background-color: white; padding: 2px 8px; border-radius: 50px; overflow: hidden;box-shadow: 0px 6px 10px 0px rgb(189, 189, 189);}
.frame-wrapper img { width: 100%; height: 100%; object-fit: contain;}

.view-sample { background-color: var(--primaryColor); padding: 16px 30px; border: none; color: var(--shades01); border-radius: 8px; font-size: 16px; font-weight: 600; transition: 0.3s all ease; line-height: 24px;
}
.view-sample:hover {
  background-color: var(--subprimaryColor);
 color: var(--shades01);
}



.section-banner .content-wrapper{position: absolute; width: 100%; top: 0; padding-top: 68px;}
.section-banner .content-wrapper:before {position: absolute;content: "";top: 23%;right: -44px;background: transparent;width: 36px;height: 50px;border-bottom-left-radius: 26px;box-shadow: 0px 20px 0 -4px var(--shades01);transform: rotate(100deg);}
.section-banner .content-wrapper:after { position: absolute; content: ""; top: 40%; left: -35px; background: transparent; width: 36px; height: 50px; border-bottom-left-radius: 26px; box-shadow: 0px 20px 0 -4px var(--shades01); transform: rotate(195deg);
}
/* ********|| BANNER ENDS ||******** */

/* ********|| FORM SECTION START ||******** */
.form-section {padding-top: 80px; padding-bottom: 50px;}
.form-section .form-wrapper{display: flex; gap: 80px; align-items: center;}
.form-section .form-box{background-image: linear-gradient(to right bottom, var(--bgDark), var(--bgLight), var(--bgDark));padding: 20px; border-radius: 40px; width: 55%;}
.form-section .form-box .form-heading{font-size: 25px; font-weight: 700; line-height: 1.4; color: #022559;text-align: center; text-transform: uppercase; background-color: white; padding: 15px; border-radius: 20px; margin: -90px auto 30px; max-width: 400px; box-shadow: 0px -12px 16px -10px #c3c4c5; }
.form-section .form-box form{background-color: white; border-radius: 30px; padding: 40px 40px 60px;}
.form-section .form-box form .form-group{display: flex; gap: 20px;}
.form-section .form-box form .form-group .input-group label{display: flex; gap: 20px; color:var(--blue); font-weight: 600; font-size: 16px; line-height: 24px;}
.form-section .form-box form .form-group .input-group input{background-color: #f0f7fa; color: var(--blue); font-size: 20px; padding:20px ; border-radius: 12px; border: 0; width: 100%;}
.form-section .form-box form .input-group textarea{background-color: #f0f7fa; color: var(--blue); font-size: 20px; padding:20px ; border-radius: 12px; border: 0; width: 100%; line-height: 1.4;}
.form-section .form-box form .input-group textarea::placeholder{ color: var(--blue)!important; font-size: 16px; font-weight: 500;}
.form-section .form-box form .form-group .input-group input::placeholder{color: var(--blue)!important; font-weight: 500; font-size: 16px; line-height: 24px; }
.form-section .form-box form .input-group-full{background-color: #f0f7fa; color: var(--blue); font-size: 16px; padding:20px ; border-radius: 12px; border: 0; width: 100%; margin-bottom: 20px; display: flex; justify-content: space-between; line-height: 1.3; font-weight: 500; align-items: center;}
.form-section .form-box form .input-group-full.fill-green {
    background-color: rgb(123 193 69 / 21%);
    border: 1px solid #7bc145;
}
.form-section  .form-box form .input-group-full label{font-weight: 700; line-height: 1.4; max-width: 55%; margin-right: 5px; display: flex; align-items: center;}
.form-section  .form-box form .input-group-full label input{margin-right: 4px;}

input[type="radio"] { appearance: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid #1A2A3C; background-color: transparent; transition: all 0.3s ease;}
input[type="radio"]:hover { border-color: var(--blue);}
input[type="radio"]:checked { background-color: var(--blue); border-color: var(--blue); position: relative;}
input[type="radio"]:checked::before { content: ""; position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; background-color: #fff; border-radius: 50%;}

.form-section .form-box form .input-group-full .radio-line{width: 20%; text-align:end; display: flex; gap: 10px;}
.form-section .form-box form .form-btn{background-color: var(--primaryColor) ; padding: 16px 30px; border: none; color: var(--shades01); border-radius: 13px; transition: 0.3s all ease; font-size: 18px; line-height: 24px; font-weight: 700; text-transform: uppercase; box-shadow: 0px 4px 30px -2px #e3e3e3;}
.form-btn-wrap{ margin-top: 45px; display: flex; justify-content: center; align-items: center;}

.form-section .form-text-box{width: 45%;}
.form-section .form-text-box .form-text-heading{font-size: 50px; line-height: 1.2; font-weight: 700; color: var(--textColor); margin: 0 0 25px; max-width: 545px;}
.form-section .form-text-box .form-text-heading span{color: var(--primaryColor);}
/* .form-section .form-text-box .form-list-wrap{color: var(--primaryColor);} */
.form-section .form-text-box .form-list-wrap{list-style: none; padding-left: 20px; margin: 0; font-size: 22px;}
.form-section .form-text-box .form-list-wrap .form-list{font-size: 22px; line-height: 1.4; margin: 0 0 20px; font-weight: 500; list-style: none; color: #0f1825; position: relative; padding-left: 36px;}
.form-section .form-text-box .form-list-wrap .form-list span{color: #0f1825; font-weight: 700; margin-right: 10px;}
.form-section .form-text-box .form-list-wrap .form-list .inquire{text-decoration: underline; text-transform: uppercase;}
.form-section .form-text-box .form-list-wrap .form-list::before{content: "\f101"; font-family: "Font Awesome 5 Pro"; font-weight: 500; color: var(--blue); display: inline-block;  text-align: center; font-size: 16px; position: absolute; left: 3px; top: 6px;}
.form-section .form-text-box .form-list-wrap .form-list::after{background-color: #eff7fa; width:25px; height: 25px; border-radius: 50%; position: absolute; content: ""; left: -10px; top: 6px; z-index: -1;}
.form-section .form-text-box .form-list-wrap .form-list .list-icon-wrapper{background-color: white; border-radius: 50px; overflow: hidden; display: inline-block; box-shadow: 0px 5px 12px -4px rgb(193, 193, 193); padding: 5px 10px; margin-top: 10px;}
.form-section .form-text-box .form-list-wrap .form-list .list-icon-wrapper img { width: 100%; height: 100%; object-fit: contain;}
.form-section .form-text-box .form-list-wrap .form-list ol li{font-size: 18px; line-height: 1.4; margin: 0 0 20px; font-weight: 500; list-style: none; color: #0f1825; position: relative; padding-left: 36px;}
.form-section .form-text-box .form-list-wrap .form-list ol li:last-of-type{color:#7bc145 !important;}
.form-section .form-text-box .form-list-wrap .form-list ol li::before{position: absolute; content: ""; left: 0; top: 5px; background: url(../images/tick.png); width: 23px;
height: 21px;}
.form-section .form-text-box .form-list-wrap .form-list ol{padding: 0; margin: 20px 0 0;}
.form-section .form-text-box .form-list-wrap:first-child .form-list{display: flex;}
.form-section .form-text-box .form-list-wrap .form-list p{color: #7bc145;}
/* ********|| FORM SECTION ENDS ||******** */

/* ********|| FUNDING DETAILS SECTION START ||******** */
.funding-details-sec{ padding: 40px 25px 90px;}
.funding-details-sec .funding-details-wrap {background-image: linear-gradient(to right, var(--bgDark), var(--bgLight)); padding: 30px 0 100px; border-radius: 40px;}
.funding-details-sec .funding-details-wrap .funding-heading{ gap: 8px; color: var(--textColor); font-size: 70px; font-weight: 700; line-height: 1.3; text-align: center; background-color: white; padding: 25px; border-radius: 30px; margin: -50px auto 40px; max-width: 1000px; position: relative;}

.funding-details-sec .funding-details-wrap .funding-heading::before {    position: absolute;
    content: "";
    top: 11px;
    right: -45px;
    background: transparent;
    width: 36px;
    height: 50px;
    border-bottom-left-radius: 26px;
    box-shadow: 0px 20px 0 -4px var(--shades01);
    transform: rotate(100deg);}

.funding-details-sec .funding-details-wrap .funding-heading::after {    position: absolute;
    content: "";
    top: 23px;
    left: -38px;
    background: transparent;
    width: 39px;
    height: 50px;
    border-bottom-left-radius: 26px;
    box-shadow: 0px 20px 0 -4px var(--shades01);
    transform: rotate(198deg);}

.funding-details-sec .funding-details-wrap .funding-heading span{color: var(--primaryColor);}
.funding-details-sec .funding-details-wrap .funding-heading .funding-sebtext{font-size: 18px; font-weight: 500; color: var(--textColor); margin: 0; margin-top: 20px; text-decoration: underline;}
.details-content-wrap{padding-top: 30px; display: flex; gap: 30px; justify-content: space-between; align-items: flex-start;}
.details-content-wrap .details-left{ display: flex; flex-direction: column; gap: 24px; width: 70%;}
.details-content-wrap .details-left .details-wrap{gap: 20px; background: var(--primaryColor); border-radius: 35px; padding: 25px 25px; position: relative; padding-right: 70px; border: 4px solid white;}
.details-content-wrap .details-left .details-wrap::before { content: ""; position: absolute; width: 40%; height: 104%; top: -60px; right: 25px; border-radius: 35px; background-color: white;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap{display: flex;  width: 100%; font-size: 20px;   letter-spacing: 0.5px; position: relative; z-index: 1; justify-content: space-between; line-height: 1.5;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap:last-child{border-bottom: 0; margin-bottom: 0;}

.details-content-wrap .details-left .details-wrap .details-texts-wrap .details-left-text{ color: white; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.25);  font-weight: bold; width: 60%; text-transform: uppercase; padding-right: 30px;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap:last-child .details-left-text{border-bottom: 0;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{ color: var(--blue); text-align: center; border-bottom: 1px solid #dce5eb; padding: 28px 0; width: 35%; font-weight: 500; display: flex; gap: 8px; justify-content: center; align-items: center;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap:last-child .details-right{border-bottom: 0;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right img{width: 140px; height: auto; object-fit: contain; padding: 0 10px;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right.bold{ font-weight: bold;}
.details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right .span-bank{padding: 6px 12px; border-radius: 50px; background-color: white; box-shadow: 0px 7px 16px -4px rgb(208, 208, 208);}
.details-content-wrap .details-left   .details-heading-wrap{font-size: 22px; font-weight: 500; color: var(--blue); display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1;}
.details-content-wrap .details-left .description-heading{font-size: 22px; font-weight: 600; color: var(--blue); position: absolute; top: 100%; right: 17%;}

.details-right-sec { display: flex; justify-content: center; padding: 40px 0 0; width: 30%; flex-direction: column; gap:30px;}

.details-right-box { text-align: center; background: white; padding: 20px; border-radius: 30px; position: relative; width: 100%; }

.details-title { font-size: 22px; font-weight: 700; color: var(--blue); max-width: 345px; margin: 0 auto 25px;}

.details-btn a { display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: #fff; font-size: 18px; font-weight: 600; padding: 6px; width: 60%; border-radius: 12px; text-decoration: none; transition: 0.2s; box-shadow: 0 5px 30px rgba(0,0,0,0.12);}
.details-btn-green a { display: inline-flex; align-items: center; gap: 10px; background: var(--primaryColor); color: #fff; font-size: 18px; font-weight: 600; padding: 6px; width: 60%; border-radius: 12px; text-decoration: none; transition: 0.2s; box-shadow: 0 5px 30px rgba(0,0,0,0.12);}
.details-btn-green i{color:#db0011; font-size: 22px; background-color: white; padding: 15px; border-radius: 10px;}

.details-btn i{color:#db0011; font-size: 22px; background-color: white; padding: 15px; border-radius: 12px;}
.details-btn a:hover { opacity: 0.85;}
.details-btn img { width: 26px; height: 26px;}

.details-btn a span{width: 100%; text-align: center; padding-right: 30px;}
.details-btn-green a span{width: 100%; text-align: center; padding-right: 30px;}

.details-right-img-wrap { margin-top: 30px; width: 100%; aspect-ratio: 10/9; overflow: hidden; box-shadow: 0 9px 18px 1px rgba(0,0,0,0.12); border:2px solid var(--bgDark); border-radius: 20px;}
.details-right-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top;}

/* ********|| FUNDING DETAILS SECTION ENDS ||******** */

/* ********|| STEPS SECTION START ||******** */

.steps-sec{padding: 10px 0 80px;}
.steps-sec .steps-title{font-size: 50px; font-weight: 700; color: var(--textColor); text-align: center; line-height: 1.2; margin-bottom: 50px;}
.steps-sec .steps-title span{padding-left: 5px;}
.steps-sec .steps-title img{width: 33px; height: 40px;}

.step-container{display: flex; gap: 40px; }
.step-container .steps-wrap{width: 50%; }
.step-container .steps-wrap .step{display: flex; gap: 40px; align-items: self-start; padding-bottom: 25px;}
.step-container .steps-wrap .step .step-number{width: 40px; aspect-ratio: 1/1; background-color: var(--primaryColor); border-radius: 100px; font-size: 16px; font-weight: 700; display: flex; justify-content: center; align-items: center; color: var(--shades01); position: relative; margin-top: 10px;}
.step-container .steps-wrap .step .step-number::before{content: ""; width: 55px; aspect-ratio: 1/1; border-radius: 100px; border: 1px dashed var(--primaryColor); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; z-index: -1;}
.step-container .steps-wrap .step .step-number::after{content: ""; width: 2px; height: 200px; border: 1px dashed var(--primaryColor); position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-right: 0; z-index: -2;}
.step-container .steps-wrap .step:last-child .step-number::after{display: none;}
.step-container .steps-wrap .step .step-content{background-image: linear-gradient(145deg, #d6eaf2, #ffffff, #d6eaf2); border-radius: 20px; padding: 20px; width: 100%; position: relative;}
.step-container .steps-wrap .step .step-content .step-count{font-size: 22px; font-weight: 700; padding: 10px; border-radius: 5px; border: 1px solid var(--primaryColor); color: var(--primaryColor); display: inline-block;}
.step-container .steps-wrap .step .step-content p{font-size: 20px; font-weight: 400; color: var(--textColor); line-height: 1.5;}
.step-container .steps-wrap .step .step-content p span{font-weight: 600;}
.step-container .steps-wrap .step .step-content .text-differ p{font-size: 17px; font-weight: 500; margin-top: 10px; margin-bottom: 20px; line-height: 1.7;}
.step-container .steps-wrap .step .step-content .step-doller-wrap{display: flex; gap: 12px; align-items: center; margin-bottom: 15px;}
.step-container .steps-wrap .step .step-content .step-doller-wrap .step-doller{font-size: 20px; font-weight: 700; color: #356113; background-color: var(--subprimaryColor); padding: 10px 12px; border-radius: 5px;}
.step-container .steps-wrap .step .step-content .step-doller-wrap .step-doller span{color: white; }
.step-container .steps-wrap .step .step-content .text-differ p a{text-decoration: underline;}

/* .step-container { display: flex; flex-direction: column; width: 100%; max-width: 800px; margin: 20px auto; padding: 10px;}
.step { display: flex; align-items: center; background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin: 10px 0; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}
.step-number { background-color: #32c6a6; color: #fff; font-size: 18px; font-weight: bold; padding: 20px; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; margin-right: 20px;}
.step-content { font-size: 14px; color: #333; max-width: 90%;}
.pay-day { font-weight: bold; color: #ff6a00;}
.guaranteed { font-weight: bold; color: #32c6a6;}
.step p { margin: 5px 0;} */

/* ********|| STEPS SECTION ENDS ||******** */

/* ********|| GUARANTED SECTION START ||******** */

.guaranted-sec{padding: 10px 25px 100px;}
/* .guaranted-sec .guaranted-bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 50px; overflow: hidden; }
.guaranted-sec .guaranted-bg img{width: 100%; height: 100%; object-fit: cover;} */
.guaranted-sec .guaranted-sec-wrap{position: relative; border-radius: 50px; padding: 100px 0; background-repeat: no-repeat; background-size: cover;}
.guaranted-sec .container{position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.guaranted-sec .guaranted-sec-wrap .guranted-text p{font-size: 50px; font-weight: 700; line-height: 1.5; color: var(--textColor); text-align: center; margin-bottom: 50px; max-width: 1200px;}
.guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap{display: flex; gap: 25px; justify-content: center;}
.guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box{padding: 33px 35px 16px; border-radius: 40px; background-color: var(--primaryColor); width: 40%; display: flex; align-items: center;}
.guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul{padding-left: 0; margin: 0;}
.guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li{font-size: 25px; font-weight: 700; margin-bottom: 16px; color: var(--shades01); padding-left: 28px; position: relative; list-style: none; line-height: 1.4;}
.guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li::before{content: ""; position: absolute; top: 8px; left: 0; width: 18px; height: 18px; border: 5px solid white; border-radius: 50px;}


/* ********|| GUARANTED SECTION ENDS ||******** */

/* ********|| PROJECT SECTION START ||******** */
.project-sec{padding: 20px 0 80px;}
.project-sec .project-wrapper{display: flex; gap: 60px; align-items: center;}
.project-sec .project-wrapper .project-text-sec{width: 50%;}
.project-sec .project-wrapper .project-img-sec{width: 50%;}

.project-sec .project-wrapper .project-text-sec .project-title{font-size: 50px; line-height: 1.2; font-weight: 700; color: var(--textColor); margin: 0 0 30px; max-width: 510px;}
.project-sec .project-wrapper .project-text-sec .project-title span{color: var(--primaryColor);}
.project-sec .project-wrapper .project-text-sec .project-sebtitle{font-size: 27px; font-weight: 600; color: var(--textColor); margin-bottom: 24px; line-height: 1.3; max-width: 570px;}
.project-sec .project-wrapper .project-text-sec .project-sebtitle .list-icon-wrapper{background-color: white; border-radius: 50px; overflow: hidden; display: inline-block; box-shadow: 0px 5px 12px -4px rgb(193, 193, 193); padding: 0 10px; margin-top: 5px;}
.project-sec .project-wrapper .project-text-sec .project-sebtitle .list-icon-wrapper img { width: 100%; height: 100%; object-fit: contain;}
.form-section .form-text-box .form-list-wrap:first-child .form-list{display: flex;}
.project-sec .project-wrapper .project-text-sec .project-des{font-size: 19px; font-weight: 600; color: var(--textColor); margin-bottom: 45px; line-height: 1.5;}
.project-sec .project-wrapper .project-text-sec .project-btn-wrap .project-btn{background-color: var(--primaryColor) ; padding: 18px 30px; border: none; color: var(--shades01); border-radius: 13px; transition: 0.3s all ease; font-size: 20px; line-height: 24px; text-transform: uppercase; font-weight: 700; box-shadow: 0px 5px 30px -2px #e3e3e3; letter-spacing: 0.5px;}
.project-sec .project-wrapper .project-text-sec .project-btn-wrap .project-btn:hover{background-color: var(--subprimaryColor);}
.project-sec .project-wrapper .project-img-sec .project-img-wrapper{border-radius: 30px; width: 100%; aspect-ratio: 9/10; overflow: hidden;}
.project-sec .project-wrapper .project-img-sec .project-img-wrapper img{width: 100%; height: 100%; object-fit: cover;}

/* ********|| PROJECT SECTION ENDS ||******** */

/* ********|| FOOTER SECTION ENDS ||******** */
.footer {padding: 25px;}
.footer .footer-wrapper { background-color: var(--bgDark); padding: 35px 25px; border-radius: 20px; display: flex; justify-content: end;}
.footer .footer-wrapper .footer-img-wrapper{display: flex; justify-content: end;}
/* .footer .footer-wrapper .footer-img-wrapper img{ width: 100%; height: 100%; object-fit: contain;} */
/* ********|| FOOTER SECTION ENDS ||******** */

/* ********|| MODAL STARTS ||******** */
/* .accordion-item:not(.collapsed) {
  background-color: rgb(216, 216, 216);
  color: var(--primaryColor);
} */

#loader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1000;

  display: flex;

  justify-content: center;

  align-items: center;

}


#loader img {

  width: 200px;

  height: 200px;

}

/* ********|| MODAL ENDS ||******** */

/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1600px) {
  .section-banner .banner-image::before{right: 105px;}
  .section-banner .banner-image::after{left: 116px;}
  .section-banner .banner-title { font-size: 44px; line-height: 1.2;}
  .section-banner .banner-subtitle{font-size: 22px;}
  .section-banner .banner-description { font-size: 17px;}
  .form-section .form-text-box .form-text-heading { font-size: 44px;}
  .funding-details-sec .funding-details-wrap .funding-heading{font-size: 52px;}
  .project-sec .project-wrapper .project-text-sec .project-title { font-size: 52px; max-width: 420px;}
  .project-sec .project-wrapper .project-text-sec .project-sebtitle {font-size: 22px; max-width:460px}
  .project-sec .project-wrapper .project-text-sec .project-des { font-size: 17px; max-width: 550px;}
  /* .banner-content::before{width: 230%;} */
  .form-section .form-text-box { width: 40%;}
  /* .section-banner{height: calc(100vh - 120px);} */
  .form-section .form-box .form-heading{max-width: 330px; font-size: 20px;}
  .form-section .form-box{padding: 16px;}
  .form-section .form-box form{padding: 30px 30px 50px;}
  .form-section .form-box form .form-group .input-group input::placeholder{font-size: 16px;}
  .form-section .form-box form .input-group textarea::placeholder{font-size: 16px;}
  .form-section .form-box form .input-group-full{font-size: 16px;}
  .form-section .form-text-box .form-list-wrap .form-list {font-size: 20px;}
  .form-section .form-text-box .form-list-wrap .form-list::after{top: 6px;}
  .form-section .form-text-box .form-list-wrap .form-list::before{top: 6px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-left-text{padding: 20px 0;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{padding: 20px 0;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap{font-size: 18px;}
  .details-content-wrap .details-left .details-wrap::before{top: -50px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right img { width: 115px;}
  .details-content-wrap .details-left .details-heading-wrap { font-size: 20px;}
  .details-content-wrap .details-left .description-heading { font-size: 20px;}
  .details-title{font-size: 20px; max-width: 300px; margin: 0 auto 18px;}
  .details-btn a{width: 70%;}
  .details-btn-green a{width: 70%;}
  .details-btn i{    padding: 12px;}
  .details-btn-green i{    padding: 12px;}
  .details-right-img-wrap{    aspect-ratio: 10 / 8;}
  .details-right-img-wrap img{ object-position: top;}
  .details-right-sec{gap: 20px;}
  .funding-details-sec {padding: 30px 25px 70px;}
  .footer .footer-wrapper{padding: 25px 25px;}
  .project-sec {padding: 20px 0 60px;}
  header .brand { width: 80px;}
  .container .sblc-btn{padding: 16px 30px; font-size: 16px;}
  .banner-btn-wrapper .get-btn{padding: 18px 26px; font-size: 16px;}
  .form-section .form-box form .form-btn{padding: 16px 26px; font-size: 16px;}
  .project-sec .project-wrapper .project-text-sec .project-btn-wrap .project-btn{padding: 18px 30px; font-size: 16px;}
  header .container{padding: 16px;}

  .steps-sec .steps-title { font-size: 44px; }
  .step-container .steps-wrap .step .step-content .step-count {font-size: 20px; }
  .step-container .steps-wrap .step .step-content p span { font-size: 18px;}

  .guaranted-sec .guaranted-sec-wrap .guranted-text p { font-size: 40px; max-width: 910px;}
  .project-sec .project-wrapper .project-text-sec .project-title {font-size: 46px; max-width: 476px}
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li{font-size: 22px;}
  
   
}
@media screen and (max-width: 1470px) {
  /* .section-banner .banner-title {font-size: 56px;} */
  .section-banner .banner-subtitle { font-size: 20px; max-width: 360px;}
  .section-banner .banner-description { font-size: 16px; max-width: 450px;}
  .banner-btn-wrapper .get-btn{padding: 20px; font-size: 16px;} 
  .funding-details-sec .funding-details-wrap .funding-heading { font-size: 48px;}
  .funding-details-sec .funding-details-wrap .funding-heading .funding-sebtext{margin-top: 10px;}
  .funding-details-sec .funding-details-wrap .funding-heading{max-width: 740px;}
  .details-content-wrap .details-left{gap: 20px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap {font-size: 17px;}
  .details-title { font-size: 18px; max-width: 230px;}
  .details-btn a{font-size: 16px;}
  .details-btn-green a{font-size: 16px;}
  .details-btn i {padding: 10px;}
  .details-btn-green i { padding: 10px;}
  .funding-details-sec .funding-details-wrap{padding: 30px 0 80px;}
  .project-sec .project-wrapper .project-text-sec .project-title{font-size: 48px;}
  .form-section .form-box form .form-group .input-group input{padding: 18px;}
  .form-section .form-box form .input-group textarea{padding: 18px;}
  .form-section .form-box form .input-group-full{padding: 18px;}
  .form-section .form-box form .form-btn{font-size: 16px;}
  .form-section .form-box form { padding: 30px 30px 36px;}
  .form-section .form-text-box .form-list-wrap{padding-left: 12px;}

  
  .project-sec .project-wrapper .project-text-sec .project-title {font-size: 46px; max-width: 420px;}
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li { font-size: 23px; }
  .guaranted-sec .guaranted-sec-wrap {padding: 80px 0;}
  
}
@media screen and (max-width: 1366px) {
  /* .form-section .form-text-box .form-text-heading {font-size: 54px;} */
  /* .funding-details-sec .funding-details-wrap .funding-heading { font-size: 54px;} */
  /* .project-sec .project-wrapper .project-text-sec .project-title { font-size: 54px;} */
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-left-text {  width: 50%; }
  .details-content-wrap .details-left .details-wrap::before{width: 46%;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{width: 40%}
  .form-section  .form-box form .input-group-full .radio-line{width: 30%;}
  .form-section .form-wrapper{gap: 60px;}  
  .funding-details-sec .funding-details-wrap .funding-heading{font-size: 44px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap { font-size: 17px;}
  .project-sec .project-wrapper .project-text-sec .project-title { font-size: 44px;}
  .funding-details-sec .funding-details-wrap { padding: 30px 0 65px;}
  .funding-details-sec { padding: 30px 25px 60px;}
  .project-sec .project-wrapper .project-text-sec .project-btn-wrap .project-btn{font-size: 16px;}
}
@media screen and (max-width: 1280px) {
  .section-banner .banner-content{padding-left: 40px; max-width: 530px;}
  .section-banner .banner-image::before { right: 60px;}
  .section-banner .banner-image::after { left: 70px;}

  .form-section .form-box .form-heading {  font-size: 18px; }
  .form-section .form-box form .form-group .input-group input { padding: 16px; }
  .form-section .form-text-box .form-list-wrap .form-list { font-size: 19px; }
  .steps-sec .steps-title { font-size: 38px;  }
  .steps-sec .steps-title img { width: 30px; height: 36px;}
  .guaranted-sec .guaranted-sec-wrap .guranted-text p { font-size: 38px; max-width: 1180px; margin-bottom: 35px; } 
  .project-sec .project-wrapper .project-text-sec .project-title { font-size: 38px;}
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li { font-size: 20px;}
  
}
@media screen and (max-width: 1024px) {
  /* .section-banner .banner-title { font-size: 56px;} */
  .section-banner .banner-subtitle {font-size: 24px;}
  .section-banner .banner-description { font-size: 16px;}
  .form-section .form-wrapper { gap: 20px;}
  .form-section .form-text-box .form-text-heading {font-size: 38px;}
  .form-section .form-box form .form-group{flex-direction: column;}
  .form-section  .form-box form .input-group-full .radio-line{width: 42%;}
  .funding-details-sec .funding-details-wrap .funding-heading{font-size: 46px; max-width: 580px;}
  .details-content-wrap{flex-direction: column;}
  .details-content-wrap .details-left{width: 100%;}
  .details-right-sec{width: 100%; flex-direction: row;}
  .funding-details-sec .funding-details-wrap{padding: 30px 0 20px;}
  .project-sec .project-wrapper .project-text-sec .project-sebtitle { font-size: 20px;}
  .project-sec .project-wrapper .project-text-sec .project-des { font-size: 16px; }
  .form-section .form-text-box .form-list-wrap .form-list {font-size: 20px;}
  header .container{max-width: 815px;}
  .details-btn-green a { width: 48%;}
  .details-btn a { width: 48%;}
  .details-content-wrap { padding-top: 14px;}
  .details-right-sec{padding-top: 0;}
  .section-banner .content-wrapper:before{right: 28px;}
  .section-banner .content-wrapper:after{left: 40px;}
  .banner-image .banner-guaranted{left: 11px; width: 500px; height: 282px;}
  .form-section .form-box .form-heading{margin: -70px auto 30px;}
}
@media screen and (max-width: 990px) {
  .form-section .form-wrapper{flex-direction: column; gap: 60px;}
  .form-section .form-box{width: 100%;}
  .form-section .form-text-box{width: 100%;}
  .container{padding: 20px;}
  .details-right-sec{padding: 0;}
  .project-sec .project-wrapper{flex-direction: column; gap:60px}
  .project-sec .project-wrapper .project-text-sec{width: 100%;}
  .project-sec .project-wrapper .project-img-sec{width: 100%;}
  .form-section{ padding-bottom: 30px;}
  .funding-details-sec { padding: 45px 25px 40px;}
  .project-sec { padding: 20px 0 35px;}
  .form-section .form-text-box .form-text-heading{max-width: 100%;}
  .project-sec .project-wrapper .project-text-sec .project-title{max-width: 530px;}


  .step-container { flex-direction: column;}
  .step-container .steps-wrap { width: 100%;}
  .steps-sec { padding: 10px 0 60px;}

  .guaranted-sec { padding: 10px 25px 60px;}
  .guaranted-sec .guaranted-sec-wrap {  padding: 60px 0; }
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box {padding: 25px; width: 50%; }

  .banner-image .banner-badge{width: 220px; aspect-ratio: 1 / 1; height: auto;}
  .banner-image .banner-badge .banner-badge-text{max-width: 140px; top: 56px; left: 85px; font-size: 11px;}
  .banner-content::before{top: 50%; left: 47%; width: 96%; height: 130%;}
  .banner-image .banner-guaranted{left: 2px; width: 430px; height: 260px;}
  .guaranted-sec .guaranted-sec-wrap .guranted-text p { font-size: 28px;}
  
  
}
@media screen and (max-width: 990px) and (orientation: landscape) {
  .section-banner{height: 100vh;}
  .section-banner .banner-title { font-size: 42px;}
  .section-banner .banner-subtitle {font-size: 16px;}
  .section-banner .banner-description { font-size: 16px; margin-bottom: 10px;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}
@media screen and (max-width: 600px) {
  
}
@media screen and (max-width: 480px) {
  .container .sblc-btn { padding: 12px 10px; font-size: 11px;}
  header .brand{width: 70px}
  .section-banner{padding-top: 100px;}
  .section-banner .banner-content{padding-left: 10px;}
  .section-banner .banner-title { font-size: 28px;}
  .section-banner .banner-subtitle {font-size: 18px;}
  .section-banner .banner-description { font-size: 15px;}
  .visa-wrapper{    padding: 8px 12px;}
  .frame-wrapper{    padding: 8px 12px;}
  .banner-btn-wrapper{flex-wrap: wrap;}
  .form-section .form-wrapper {  gap: 30px; }
  .form-section .form-box .form-heading {font-size: 16px;}
  .form-section .form-box form{padding: 16px; padding-top: 45px; padding-bottom: 25px;}
  .form-section .form-box form .input-group-full label {  max-width: 100%; }
  .banner-btn-wrapper .get-btn{font-size: 15px; padding: 16px 26px;}
  .form-section .form-box{padding: 12px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{justify-content: start;}
  .form-section .form-box form .input-group-full{flex-direction: column; gap: 10px;}
  .form-section .form-box form .input-group textarea{font-size: 16px;}
  .form-section .form-text-box .form-text-heading { font-size: 28px;}
  .funding-details-sec .funding-details-wrap .funding-heading .funding-sebtext{margin-top: 10px; font-size: 14px;}
  .form-section .form-text-box .form-list-wrap .form-list {font-size: 16px;}
  .form-section .form-box form .input-group-full{font-size: 16px;}
  .form-section .form-box form .input-group-full .radio-line{text-align: start;}
  .form-section .form-box form .form-group .input-group input{font-size: 16px;}
  .form-section .form-box form .form-group .input-group input::placeholder{font-size: 16px;}
  .form-section .form-box form .input-group textarea::placeholder{font-size: 16px;}
  .form-btn-wrap {margin-top: 32px;}
  .form-section .form-box .form-heading{max-width: 270px;}
  .funding-details-sec .funding-details-wrap .funding-heading { font-size: 28px; max-width: 236px; margin: -50px auto 0px; padding: 15px;}
  .form-section {padding-bottom: 25px;padding-top: 30px;}
  .details-content-wrap .details-left .details-wrap::before{display: none;}
  .details-content-wrap .details-left .details-wrap{padding-right: 20px; padding: 20px;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{color: white;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap{flex-direction: column; gap: 12px; border-bottom: 1px solid #dce5eb; padding-bottom: 16px; margin-bottom: 16px; font-size: 15px; gap: 0;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-left-text{border-bottom: 0; width: 100%; padding: 4px 0;}
  .details-content-wrap .details-left .details-wrap .details-texts-wrap .details-right{border-bottom: 0; width: 100%; padding: 6px 0; text-align: start; display: flex;}
  .details-content-wrap .details-left .description-heading{display: none;}
  .details-right-sec{flex-direction: column;}
  .details-title { font-size: 16px;}
  .details-btn a{width: 80%; font-size: 16px;}
  .details-btn-green a{width: 80%; font-size: 16px;}
  .project-sec .project-wrapper .project-text-sec .project-title { font-size: 28px;}
  .project-sec .project-wrapper .project-text-sec .project-sebtitle { font-size: 20px;}
  .project-sec { padding: 20px 0 20px;}
  .footer .footer-wrapper{padding: 0px 10px;}
  .form-section .form-text-box .form-list-wrap .form-list::after{top: 0;}
  .form-section .form-text-box .form-list-wrap .form-list::before{top: 0;}
  .funding-details-sec { padding: 12px 25px 30px;}
  .details-content-wrap .details-left{gap: 18px;}
  .details-content-wrap .details-left .details-heading-wrap {font-size: 20px;}
  .form-section .form-box form .form-btn{font-size: 15px;}
  header .container{border-radius: 0px;}
  /* header.scrolled{top: 0px;} */
  .project-sec .project-wrapper .project-text-sec .project-btn-wrap .project-btn{font-size: 15px;}
  .section-banner .banner-image{ padding: 80px 0;;}
  .footer { padding: 18px;}
  .visa-wrapper { width: 120px;}

  .step-container .steps-wrap .step {gap: 20px; }
  .steps-sec .steps-title { font-size: 28px; margin-bottom: 30px;} 
  .steps-sec .steps-title img { width: 24px; height: 30px; }

  .step-container .steps-wrap .step .step-number { width: 35px; font-size: 15px;}
  .step-container .steps-wrap .step .step-number::before { width: 50px; }

  .step-container .steps-wrap .step .step-content .step-doller-wrap {  gap: 8px;  margin-bottom: 10px;}
  .step-container .steps-wrap .step .step-content .step-count { padding: 7px; font-size: 17px; border-radius: 4px; } 
  .step-container .steps-wrap .step .step-content .step-doller-wrap .step-doller {font-size: 15px; padding: 8px 10px;border-radius: 4px;}
  .step-container .steps-wrap .step .step-content p span {font-size: 16px; } 
  .steps-sec { padding: 10px 0 40px; } 
  .guaranted-sec { padding: 10px 25px 30px;} 
  .guaranted-sec .guaranted-sec-wrap { padding: 20px 0; } 
  .guaranted-sec .guaranted-sec-wrap .guranted-text p { font-size: 20px; max-width: 100%; margin-bottom: 20px; } 
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap {  gap: 20px;  flex-direction: column;} 
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box { padding: 20px; width: 100%; border-radius: 20px; } 
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li { font-size: 16px;  }

  .banner-image .banner-badge{width: 146px; top: 100px;}
  .banner-image .banner-badge .banner-badge-text{top: 37px; left: 55px; font-size: 8px;}
  .banner-content::before{width: 130%;}

  .section-banner .banner-badge{z-index: 1;}
  .section-banner .container{position: relative; z-index: 0;}
  .banner-image .banner-guaranted{width: 300px; height: 160px;}
  .form-section .form-box form .input-group-full{align-items: start;}
  .step-container .steps-wrap .step .step-content p { font-size: 16px;}
  .step-container .steps-wrap .step .step-content .text-differ p { font-size: 16px;}
  .guaranted-sec .guaranted-sec-wrap .guaranted-box-wrap .guranted-box ul li::before{top: 2px;}
  /* .step-container .steps-wrap .step .step-number::after{height: 227px;} */
  
  
}
@media screen and (max-width: 360px) {
  .section-banner .banner-stats .stats-data {
    font-size: 48px;
  }
  .gap-50 {
    gap: 3px;
  }
  .container .sblc-btn {
    font-size: 12px;
  }
  header .btn-menu-trigger {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
}
/* ********|| RESPONSIVE ENDS ||******** */