/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion

-------------------------------------------------------------------*/

html,
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  --clr-primary: #24478d;
  --clr-secndry: #363636;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 60px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #24478d;
  --button-line: #24478d;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* 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;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('../icomoon/fonts/icomoon.eot?zals2c');
  src: url('../icomoon/fonts/icomoon.eot?zals2c#iefix') format('embedded-opentype'), url('../icomoon/fonts/icomoon.ttf?zals2c') format('truetype'), url('../icomoon/fonts/icomoon.woff?zals2c') format('woff'), url('../icomoon/fonts/icomoon.svg?zals2c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e900";
}
.icon-person:before {
  content: "\e901";
}
.icon-profile:before {
  content: "\e902";
}
.icon-promote:before {
  content: "\e903";
}
.icon-right-arrow:before {
  content: "\e904";
}
.icon-rocket:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e906";
}
.icon-tempo:before {
  content: "\e907";
}
.icon-tick:before {
  content: "\e908";
}
.icon-tick-circle:before {
  content: "\e909";
}
.icon-tractor:before {
  content: "\e90a";
}
.icon-transparency:before {
  content: "\e90b";
}
.icon-truck:before {
  content: "\e90c";
}
.icon-trust:before {
  content: "\e90d";
}
.icon-twitter:before {
  content: "\e90e";
}
.icon-vision:before {
  content: "\e90f";
}
.icon-attach:before {
  content: "\e910";
}
.icon-building:before {
  content: "\e911";
}
.icon-calculator:before {
  content: "\e912";
}
.icon-call:before {
  content: "\e913";
}
.icon-cancle:before {
  content: "\e914";
}
.icon-car:before {
  content: "\e915";
}
.icon-cash:before {
  content: "\e916";
}
.icon-cell:before {
  content: "\e917";
}
.icon-clock:before {
  content: "\e918";
}
.icon-cloud:before {
  content: "\e919";
}
.icon-comment:before {
  content: "\e91a";
}
.icon-complex:before {
  content: "\e91b";
}
.icon-cycle:before {
  content: "\e91c";
}
.icon-date:before {
  content: "\e91d";
}
.icon-detail:before {
  content: "\e91e";
}
.icon-dustbin:before {
  content: "\e91f";
}
.icon-facebook:before {
  content: "\e920";
}
.icon-factory:before {
  content: "\e921";
}
.icon-factory-machine:before {
  content: "\e922";
}
.icon-heart:before {
  content: "\e923";
}
.icon-help:before {
  content: "\e924";
}
.icon-home:before {
  content: "\e925";
}
.icon-house:before {
  content: "\e926";
}
.icon-internet:before {
  content: "\e927";
}
.icon-linkedin:before {
  content: "\e928";
}
.icon-mail:before {
  content: "\e929";
}
.icon-map:before {
  content: "\e92a";
}
.icon-money:before {
  content: "\e92b";
}
.icon-m-shop:before {
  content: "\e92c";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1280px) {
  .f-1280-10 .f-col {
    width: 10%;
  }
  .f-1280-9 .f-col {
    width: 11.11111111%;
  }
  .f-1280-8 .f-col {
    width: 12.5%;
  }
  .f-1280-7 .f-col {
    width: 14.28571429%;
  }
  .f-1280-6 .f-col {
    width: 16.66666667%;
  }
  .f-1280-5 .f-col {
    width: 20%;
  }
  .f-1280-4 .f-col {
    width: 25%;
  }
  .f-1280-3 .f-col {
    width: 33.33333333%;
  }
  .f-1280-2 .f-col {
    width: 50%;
  }
  .f-1280-1 .f-col {
    width: 100%;
  }
  .w-1280-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1280-33 {
    width: 33%;
  }
  .w-1280-16 {
    width: 16.666666%;
  }
  .mb-1280-100 {
    margin-bottom: 100px;
  }
  .mb-1280-95 {
    margin-bottom: 95px;
  }
  .mb-1280-90 {
    margin-bottom: 90px;
  }
  .mb-1280-85 {
    margin-bottom: 85px;
  }
  .mb-1280-80 {
    margin-bottom: 80px;
  }
  .mb-1280-75 {
    margin-bottom: 75px;
  }
  .mb-1280-70 {
    margin-bottom: 70px;
  }
  .mb-1280-65 {
    margin-bottom: 65px;
  }
  .mb-1280-60 {
    margin-bottom: 60px;
  }
  .mb-1280-55 {
    margin-bottom: 55px;
  }
  .mb-1280-50 {
    margin-bottom: 50px;
  }
  .mb-1280-45 {
    margin-bottom: 45px;
  }
  .mb-1280-40 {
    margin-bottom: 40px;
  }
  .mb-1280-35 {
    margin-bottom: 35px;
  }
  .mb-1280-30 {
    margin-bottom: 30px;
  }
  .mb-1280-25 {
    margin-bottom: 25px;
  }
  .mb-1280-20 {
    margin-bottom: 20px;
  }
  .mb-1280-15 {
    margin-bottom: 15px;
  }
  .mb-1280-10 {
    margin-bottom: 10px;
  }
  .mb-1280-5 {
    margin-bottom: 5px;
  }
  .mb-1280-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  .f-1024-5 .f-col {
    width: 20%;
  }
  .f-1024-4 .f-col {
    width: 25%;
  }
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  .f-1024-2 .f-col {
    width: 50%;
  }
  .f-1024-1 .f-col {
    width: 100%;
  }
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-33 {
    width: 33%;
  }
  .w-1024-16 {
    width: 16.666666%;
  }
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 834px) {
  .f-834-10 .f-col {
    width: 10%;
  }
  .f-834-9 .f-col {
    width: 11.11111111%;
  }
  .f-834-8 .f-col {
    width: 12.5%;
  }
  .f-834-7 .f-col {
    width: 14.28571429%;
  }
  .f-834-6 .f-col {
    width: 16.66666667%;
  }
  .f-834-5 .f-col {
    width: 20%;
  }
  .f-834-4 .f-col {
    width: 25%;
  }
  .f-834-3 .f-col {
    width: 33.33333333%;
  }
  .f-834-2 .f-col {
    width: 50%;
  }
  .f-834-1 .f-col {
    width: 100%;
  }
  .w-834-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-834-33 {
    width: 33%;
  }
  .w-834-16 {
    width: 16.666666%;
  }
  .mb-834-100 {
    margin-bottom: 100px;
  }
  .mb-834-95 {
    margin-bottom: 95px;
  }
  .mb-834-90 {
    margin-bottom: 90px;
  }
  .mb-834-85 {
    margin-bottom: 85px;
  }
  .mb-834-80 {
    margin-bottom: 80px;
  }
  .mb-834-75 {
    margin-bottom: 75px;
  }
  .mb-834-70 {
    margin-bottom: 70px;
  }
  .mb-834-65 {
    margin-bottom: 65px;
  }
  .mb-834-60 {
    margin-bottom: 60px;
  }
  .mb-834-55 {
    margin-bottom: 55px;
  }
  .mb-834-50 {
    margin-bottom: 50px;
  }
  .mb-834-45 {
    margin-bottom: 45px;
  }
  .mb-834-40 {
    margin-bottom: 40px;
  }
  .mb-834-35 {
    margin-bottom: 35px;
  }
  .mb-834-30 {
    margin-bottom: 30px;
  }
  .mb-834-25 {
    margin-bottom: 25px;
  }
  .mb-834-20 {
    margin-bottom: 20px;
  }
  .mb-834-15 {
    margin-bottom: 15px;
  }
  .mb-834-10 {
    margin-bottom: 10px;
  }
  .mb-834-5 {
    margin-bottom: 5px;
  }
  .mb-834-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  line-height: 1.3;
  padding: 0 25px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  background: #f39223;
}
.button.white {
  background: #ffffff;
  color: #24478d;
}
.button.white:hover {
  background: #f39223;
  color: #ffffff;
}
.button.white.line {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.white.line:hover {
  background: #ffffff;
  color: #24478d;
}
.button.line {
  background: #f59232;
  /* border: 1px solid var(--button-line); */
  color: #fff;
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-top: 8px;
  margin-bottom: 30px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  background: #f4f6f9;
  border-radius: 8px;
  width: 100%;
  z-index: 2;
  position: relative;
  color: #000;
  outline: none;
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
}
.form-label {
  font-size: 16px;
  line-height: 1.3;
  color: #929497;
  margin-bottom: 15px;
}
.form-field ~ .form-label {
  color: #929497;
  font-size: var(--input-fs-main);
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 194px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #a7b3c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  background: #f4f6f9 url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-bottom: 14px;
}
.radio-box input {
  width: 20px;
  height: 20px;
  accent-color: #24478d;
}
.radio-box label {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2d;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #a24eea;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: #a24eea;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: #24478d;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  font-size: 18px;
  line-height: 25px;
  color: #6d6e70;
  line-height: 1.6;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 18px;
  line-height: 1.6;
  color: #6d6e70;
  margin-bottom: 0;
}
.e_part{
  margin-top: 25px;
}
 ul li{
  font-size: 18px;
  line-height: 25px;
  color: #6d6e70;
}
.content-body ul li a {
  color: #24478D;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #24478D;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
/* .offer-panel,
.footer-panel,
.panel {
  display: none;
} */
.footer-box {
  padding: 38px 0 65px 0;
  background: #ffefe1;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}
.logo-box {
  width: 30%;
  /* height: 60px; */
  display: block;
  margin-bottom: 40px;
}
.logo-box img {
  object-fit: contain;
}
.link-box {
  margin-bottom: 40px;
}
.link-box:last-child {
  margin-bottom: 0;
}
.footer-panel ul li {
  margin-bottom: 9px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 14px;
}
.footer-panel ul li i {
  font-size:17px;
  color: #929497;
}
.footer-panel ul li a {
  font-size: 15px;
  line-height: 1.1;
  color: #6d6e70;

}
.footer-panel ul li a:hover {
  color: #424244;
}
.footer-panel ul li a:hover i {
  color: #424244;
}
.footer-tel a {
  display: block;
  margin-bottom: 6px;
}
.footer-top {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.footer-btm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 24px;
}
.footer-btm-left {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
.footer-btm-left p,
.footer-btm-left a {
  font-size: 14px;
  color: #6d6e70;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer-btm-link {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-btm-link a:hover {
  color: #24478d;
}
.footer-btm-link a:first-child {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #6d6e70;
}
.footer-btm-right {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
.footer-btm-right a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer-btm-right a:hover i {
  font-weight: 600;
}
.footer-btm-right i {
  font-size: 24px;
  color: #6d6e70;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.footer-location p{
  font-size: 15px;
}
.link-hdn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #424244;
  margin-bottom: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.sec-hdn.center span {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-hdn.center .comm-hdn,
.sec-hdn.center .comm-sub-hdn,
.sec-hdn.center .comm-para p {
  text-align: center;
}
.sec-hdn.white span::before {
  background: #ffffff;
}
.sec-hdn.white span::after {
  background: #f39223;
}
.sec-hdn.white .comm-hdn,
.sec-hdn.white .comm-sub-hdn {
  color: #ffffff;
}
.sec-hdn.white .comm-para p {
  color: #fff;
}
.sec-hdn span {
  display: flex;
  margin-bottom: 16px;
}
.sec-hdn span::before {
  content: "";
  width: 40px;
  height: 4px;
  background: #24478d;
  display: block;
}
.sec-hdn span::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #f39223;
  display: block;
}
.comm-hdn {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #424244;
  text-transform: inherit;
  position: relative;
}
.comm-hdn span {
  color: #f39223;
}
.comm-sub-hdn {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2a2d;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.comm-sub-hdn.white {
  color: #ffffff;
}
.comm-sec-hdn {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  color: #2a2a2d;
  text-transform: inherit;
  margin-bottom: 15px;
}
.contact-detaiskmp-wrap{
  margin-bottom: 90px;
}
.contact-detaiskmp-wrap .commity-mem-list{
  margin-top: 0;
}
.value-box h4{
  margin-top: 15px;
}
.us-box h4{
  margin-top: 15px;
}
.comm-para p {
  font-size: 18px;
  line-height: 25px;
  color: #6d6e70;
  /* margin-bottom: 12px; */
}
.inside-ornage .comm-para p{
  color: #000; font-size: 18px;
}
.inside-ornage .comm-para p.vision-content{
  font-size: 18px;
}
.comm-para p:last-child {
  margin-bottom: 0;
}
.comm-hdn-box {
  text-align: center;
  padding: 40px 0 180px 0;
  background: #ffefe1;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comm-hdn-box.abt-hdn{
  padding-bottom: 200px;
}
.comm-hdn-box .comm-hdn {
  margin-bottom: 24px;
}
.comm-hdn-box .button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.comm-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.comm-breadcrumbs a,
.comm-breadcrumbs span {
  font-size: 16px;
  line-height: 1.3;
  color: #24478d;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-breadcrumbs a:last-child:hover,
.comm-breadcrumbs span:last-child:hover {
  color: #24478d;
}
.comm-breadcrumbs a:hover,
.comm-breadcrumbs span:hover {
  color: #f39223;
}
.comm-breadcrumbs span {
  font-weight: 500;
}
.comm-breadcrumbs a.active {
  font-weight: 600;
}
.comm-box-para {
  max-width: 700px;
  margin: 0 auto 40px;
}
.comm-box-para p {
  font-size: 18px;
  line-height: 1.4;
  color: #424244;
  margin-bottom: 12px;
}
.comm-box-para p:last-child {
  margin-bottom: 0;
}
.comm-btm-box {
  margin-top: -90px;
}
/* Tab */
.comm-tab-wrap {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loan_tab,
.tabs {
  background: #edf1f5;
  border-radius: 25px;
  padding: 5px;
  width: fit-content;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loan_tab li,
.tabs li {
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #323335;
  cursor: pointer;
  height: 100%;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loan_tab li.active,
.tabs li.active {
  font-size: 16px;
  background: #f39223;
  color: #ffffff;
}
/* Tab  Ends*/
.chat-box {
  width: 66px;
  height: 66px;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}
.chat-img {
  width: 30px;
  height: 30px;
}
.chat-img img {
  object-fit: contain;
}
:root {
  --top-header-height: 50px;
  --header-height: 100px;
  --header-scroll-height: 70px;
}
html,
body {
  width: 100%;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #fdfdfd;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: content-box;
  background-color: #1d438d;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-1 {
  max-width: 1300px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-small {
  max-width: 1180px;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-tiny {
  /* max-width: 846px; */
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.sl-overlay{background: #000 !important; opacity: 0.8 !important;}
.main-container {
  padding-top: calc(var(--header-height) + var(--top-header-height));
}
.comm-section {
  padding: 60px 0;
  position: relative;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt16 {
  margin-top: 16px;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.overflowHidden {
  overflow: hidden;
}
.morespace {
  margin-bottom: 60px;
}
.banner-sec {
  /* padding: 50px 0 0 0; */
  padding: 0;
  margin-bottom: 50px;
  background: #084e9b;
  width: 100%;
  height: 100%;
  /* border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px; */
  z-index: -1;
  overflow-x: hidden;
}
.banner-sec .comm-para p{
  color: #fff;
}
.banner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.banner-left {
  /* max-width: 810px; */
  max-width:50%;
}
.banner-left .comm-para {
  margin-bottom: 36px;
}
.banner-hdn {
  margin-bottom: 35px;
}
.banner-hdn p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.banner-hdn p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}

.banner-list {
  margin-bottom: 56px;
}
.banner-list ul{
  display: flex;
    gap: 20px
}
.banner-list ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  padding-left: 42px;
  position: relative;
  background: #f59232;
  border-radius: 50px;
  padding: 7px 20px;
  color: #084e9b;
}
.banner-list ul li.btn-org{
  background: #f59232;
  color: #fff;
}
.banner-list ul li.btn-white{
  background: #fff;
  color: #000;
}
.banner-list ul li:last-child {
  margin-bottom: 0;
}
/* .banner-list ul li::before {
  content: "\e909";
  font-family: "icomoon" !important;
  font-size: 26px;
  color: #24478d;
  position: absolute;
  top: -5px;
  left: 2px;
} */
.banner-right {
  /* width: 612px;
  height: 576px; */
  width: 50%;
  height: 100%;
}
.banner-swiper {
  height: 100%;
}
.banner-img {

  /* max-width: 612px;
  max-height: 576px; */
  width: 100%;
  height: 700px;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-swiper-pagination {
  bottom: 40px !important; text-align: left;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  width: 20px;
  height: 4px;
  background: #f59232;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.offering-sec .sec-hdn {
  margin-bottom: 16px;
}
.offering-sec .f-row{
  justify-content: center;
}
.offering-sec .comm-tab-wrap {
  margin-bottom: 70px;
}
.offering-hdn {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.offering-hdn i {
  color: #24478d;
  font-size: 45px;
}
.offering-box-wrap .f-col {
  display: flex;
  height: auto;
  position: relative;
  padding: 0px 8px;
}
.offering-box {
  border: 2px solid #ff9800;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
}
.offering-box .comm-sec-hdn {
  height: 50px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.offering-box .comm-para {
  margin-bottom: 18px;
  height: 120px;
  white-space: normal;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  overflow: hidden;
}
.apply-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  gap: 0 12px;
  background-color: #ff9800;
  color: #fff;
  padding: 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /* position: absolute;
   left: 29%;
  bottom: -17px;  */
}
.apply-box:hover i {
  transform: translateX(5px);
}
.apply-box i {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.know-more {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  gap: 0 12px;
  background: var(--button-fill);
  color: #fff;
  padding: 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /* position: absolute;
   left: 29%;
  bottom: -17px;  */
}
.know-more:hover i {
  transform: translateX(5px);
}
.know-more i {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.apply-hdn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-transform: capitalize;
}
.comm-section.eligible-sec .container {
	width: 100%;
	max-width: 1400px;
}
.eligible-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  background: #055497;
  border-radius: 15px;
  padding: 0px 50px 0px 0;
  /* margin-left: 220px; */
}

.comm-section.eligible-sec .eligible-wrap .comm-sub-hdn{
  color: #ffffff;
}

.comm-section.eligible-sec .eligible-wrap .sec-hdn span::before{
  background: #ffffff;
}

.eligible-img {
  /* width: 405px;
  height: 418px; */
  border-radius: 40px;
  /* margin-left: -220px; */
}
.eligible-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  
}
/* .comm-section.eligible-sec .eligible-info {
  /* flex: 1; 
} */
.eligible-info {
  flex: 1;
}
.eligible-info .sec-hdn {
  /* margin-bottom: 45px; */
  display: none;
}
.eligible-box-wrap {
  display: flex;
  gap: 0 30px;
}
.eligible-box {
  background: transparent;
  /* border-radius: 30px; */
  /* padding: 30px 30px 35px 30px; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  flex: 1;
}
.eligible-box .comm-sec-hdn{
  color: #fff;
}
.eligible-box .comm-sec-hdn p{ font-size: 18px; color: #fff;}

.eligible-box i {
  font-size: 72px;
  color: #f59232;
  font-weight: bold;
  margin-right: 30px;
  /* margin-bottom: 22px; */
}
.eligible-box h3{ font-size: 22px;}
.arrow-icon-box img{
  width: 55px;
  margin-left: 35px;
}
.choose-left .sec-hdn {
  margin-bottom: 42px;
}
.inside-ornage{
  background: #ffefe1;
  /* background: #ffefe1 url('../img/bottom-org-bg.png') no-repeat bottom center; */
  background-size: auto;
  border-radius: 15px;
}
.inside-ornage .sec-hdn{
  text-align: center;
}
.inside-ornage .sec-hdn span{
  display: none;
}
.inside-ornage .choose-wrap{
  align-items: start; 
  /* padding-bottom: 5rem; */
}
.impact-box-wrap{
  padding-right: 100px;
}
.choose-wrap {
  display: flex;
  align-items: center;
  gap: 0 42px;
}
.choose-box {
  padding: 0  0px 25px 40px;
  /* box-shadow: 0px 10px 40px rgba(112, 112, 112, 0.09);
  border-radius: 30px; */
}
.choose-right ul{
  padding-left: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.choose-right ul li{
  color: #000;
  list-style: disc;
}
.choose-box:last-child {
  margin-bottom: 0;
}
.choose-box span {
  background: rgba(36, 71, 141, 0.1);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: none;
}
.choose-box span i {
  font-size: 36px;
  color: #24478d;
}
.choose-box .comm-sec-hdn {
  margin-bottom: 16px; color: #24478d; font-size: 25px;
  font-weight: bold;
}
.choose-left {
  flex: 1;
}
.choose-right {
  /* background: #24478d; */
  background: url(../img/vision-mission-img.png) no-repeat right bottom;
  /* border-radius: 40px; */
  max-width: 874px;
  /* padding: 48px 40px 40px 40px; */
  border-left: 1px solid #f59232;
  flex: 1;     border-radius: 0px 0 15px 0px;
}
.testi-content-wrap {
  padding: 50px;
  text-align: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 30px;
}
.testi-content-wrap p {
  margin-bottom: 40px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-content-wrap h4 {
  font-size: 20px;
  font-weight: 500;
  color: #24478d;
  text-transform: capitalize;
  margin-top: 10px;
}
.testi-content-wrap h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #929497;
}
.inside-ornage .impact-box span{
  display: none;
}
.inside-ornage .impact-box-wrap .f-row {
  gap: 30px 0; margin-bottom: 30px;
}
.impact-box-wrap .w50 {
  display: flex;
  height: auto;
}
.impact-box {
  padding: 0 30px;
  max-width: 70%;
  /* border-radius: 30px; */
  /* background: #32569f; */
  /* box-shadow: 10px 24px 108px rgba(112, 112, 112, 0.05); */
}
.impact-box .comm-sec-hdn {
  color: #24478d; font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.inside-ornage .impact-box .comm-para p{
  font-size: 18px;
}
.impact-box .comm-para p {
  color: #000;
}
.impact-box span {
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.impact-box span i {
  font-size: 24px;
  color: #ffffff;
}
.inside-ornage .comm-sub-hdn{
  padding: 25px;
  margin: 0;
  color: #174a94;

}
.inside-ornage h4.comm-sub-hdn{
  color: #ff9037;
}
.inside-ornage h4.comm-sub-hdn.white{
  color: #24478d; font-size: 25px;
  font-weight: bold;
}
.quotes-img {
  width: 43px;
  height: 36px;
}
.quotes-img img {
  object-fit: contain;
}
.testi-left {
  width: 105px;
  height: 105px;
  background: #174a94;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -53px;
  z-index: 2;
}
.testi-right {
  width: 75%;
  position: absolute;
  right: 0;
  top: calc(50% - 302px);
  margin-right: auto;
  z-index: 10;
}
.testi-right .sec-hdn {
  padding-bottom: 74px;
}
.testi-right .swiper-slide {
  display: flex;
  height: auto;
}
.testi-right .comm-sec-hdn{
  margin-bottom: 40px;
}
.testi-wrap {
  position: relative;
  overflow-x: hidden;
}
.testi-wrap::after {
  content: "";
  background: #f3f5f9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  z-index: 0;
}
.testi-info {
  display: flex;
  align-items: center;
  background: #f3f5f9;
  padding: 128px 0 97px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  height: 830px;
}
.success-info {
  height: 730px;
}
.success-right {
  top: 50%;
  transform: translate(0, -50%);
}
.life-slider .testi-box {
  gap: 0;
  padding: 30px;
}
.life-slider .testi-para p:last-child{
  margin-bottom: 15px;
}
.testi-box {
  padding: 60px 66px 34px 54px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px 0;
}
.testi-swiper {
  position: relative;
  margin-right: 20px;
}
.testi-para p {
  font-size: 20px;
  color: #2a2a2d;
  line-height: 1.4;
  margin-bottom: 12px;
}
.testi-para p:last-child {
  margin-bottom: 0;
}
.testi-person-wrap .designation {
  margin-bottom: 0;
  font-size: 16px;
}
.testi-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.person {
  font-size: 20px;
  font-weight: 600;
  color: #24478d;
  line-height: 1.2;
  margin-bottom: 8px;
}
.testi-pagination-wrap {
  display: flex;
  align-items: center;
  gap: 0 30px;
  position: absolute;
  top: 0px;
  right: 166px;
}
.testi-pagination-wrap .testi-prev i {
  transform: rotate(180deg);
}
.testi-prev,
.testi-next {
  width: 60px;
  height: 60px;
  border: 1px solid #24478d;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testi-prev.swiper-button-disabled,
.testi-next.swiper-button-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.testi-prev:hover,
.testi-next:hover {
  background: #24478d;
}
.testi-prev:hover i,
.testi-next:hover i {
  color: #ffffff;
}
.testi-prev i,
.testi-next i {
  font-size: 16px;
  color: #24478d;
}
.blog-main-section {
  margin-bottom: 80px;
}
.blog-col h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}
.blog-col p {
  font-size: 18px;
  margin-bottom: 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6d6e70;
}
.blog-pic {
  height: 280px;
  width: 100%;
}
.blog-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.text-link {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #24478d;
}
.text-link i {
  margin-left: 5px;
}
.text-link i.ph-arrow-right::before {
  font-weight: 600;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
/*EMI Calculator*/
.emi-popup-wrap {
  max-width: 1300px;
  border-radius: 40px;
  background: #ffffff;
  padding: 60px 98px;
  margin: 0 auto;
  position: relative;
}
.emi-popup-wrap .button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.emi-close-wrap {
  position: absolute;
  top: 40px;
  right: 40px;
}
.emi-close-wrap i {
  font-size: 40px;
  color: #a6a8ab;
}
.doughnut-box {
  width: 290px;
  height: 290px;
}
/*----- Styling the sliders ----*/
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0 14px;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #f39223;
  border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #f39223;
  cursor: pointer;
  margin-top: -12px;
  -webkit-appearance: none;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #9088d2;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #f39223;
  cursor: pointer;
  margin-top: -12px;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #f39223;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
input[type="range"]::-ms-fill-lower {
  background: #f3f5f9;
  border-radius: 5px;
}
input[type="range"]::-ms-fill-upper {
  background: #f39223;
  border-radius: 5px;
}
input[type="range"]::-ms-thumb {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #f39223;
  cursor: pointer;
  margin-top: -12px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #f3f5f9;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #f39223;
}
/*-------------------------------------*/
.calc-wrap {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-bottom: 38px;
}
.calc-right {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  width: 100%;
  background: #ffefe1;
  border-radius: 30px;
  padding: 60px;
}
.calc-left {
  flex: 1;
}
.range-hdn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 24px;
  margin-bottom: 14px;
}
.range-hdn-wrap span {
  background: rgba(243, 245, 249, 0.9);
  border-radius: 10px;
  padding: 14px 16px;
}
.range-hdn-wrap span p {
  font-size: 16px;
  font-weight: 500;
  color: #24478d;
}
.range-box {
  margin-bottom: 30px;
}
.range-limit ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 24px;
}
.range-limit ul li {
  font-size: 16px;
  line-height: 1.3;
  color: #929497;
}
.chart-hdn {
  font-size: 14px;
  line-height: 1.3;
  color: #808183;
  margin-bottom: 8px;
  width: fit-content;
}
.chart-amt {
  color: #2a2a2d;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}
.chart-details {
  margin-bottom: 35px;
}
.red-dot,
.blue-dot {
  position: relative;
}
.red-dot::after,
.blue-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #24478d;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: -14px;
}
.red-dot::after {
  background: #f39223;
}
.range-hdn {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #2a2a2d;
}
.mfp-close {
  display: none !important;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.7;
  background: #000000;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*EMI Calculator Ends*/
.pro-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
.product-link-box {
  width: 190px;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 18px;
  box-shadow: 0px 10px 40px rgba(112, 112, 112, 0.09);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px 0;
}
.product-link-box.active {
  border: 1px solid #24478d;
}
.product-link-box.active i {
  color: #24478d;
}
.product-link-box.active .pro-hdn {
  color: #24478d;
}
.product-link-box:hover {
  border: 1p solid #24478d;
}
.product-link-box:hover i {
  color: #24478d;
}
.product-link-box:hover .pro-hdn {
  color: #24478d;
}
.product-link-box i {
  font-size: 50px;
  color: #929497;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pro-hdn {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #58595b;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pro-cat {
  position: relative;
  transition: all 0.4s ease;
}
.proPosition {
  position: fixed;
  top: calc(var(--header-height) + var(--top-header-height));
  left: 0;
  padding: 20px 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}
.proPosition ul {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.pro-cat-wrap {
  transition: all 0.4s ease;
}
.pro-cat-wrap ul {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.pro-cat-wrap ul li a {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 28px;
  color: #2a2a2d;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.pro-cat-wrap ul li a.active {
  background: #d3dae8;
  color: #24478d;
  font-weight: 500;
}
.pro-cat-wrap ul li a:hover {
  background: #d3dae8;
  color: #24478d;
}
.machinery-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.machinery-left {
  max-width: 560px;
  width: 100%;
}
.machinery-left .comm-para {
  margin-bottom: 38px;
}
.machinery-right {
  width: 780px;
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.machinery-right img {
  object-fit: cover;
}
.feature-sec {
  background: #ffefe1;
  padding: 90px 0;
  margin: 60px 0;
}
.feature-sec .sec-hdn {
  margin-bottom: 36px;
}
.feature-sec .f-col {
  display: flex;
}
.feature-box {
  background: #ffffff;
  border-radius: 30px;
  padding: 60px 80px 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.feature-box ul li {
  font-size: 18px;
  color: #424244;
  margin-bottom: 20px;
  position: relative;
}
.feature-box ul li::before {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 16px;
  color: #24478d;
  position: absolute;
  top: 0px;
  left: -26px;
}
.feature-box ul li:last-child {
  margin-bottom: 0;
}
.eligibility-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eligibility-left {
  width: 25%;
}
.eligibility-left .sec-hdn {
  margin-bottom: 42px;
}
.eligibility-left .comm-para {
  margin-bottom: 52px;
}
.eligibility-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 0;
}
.eligibility-box span {
  width: 60px;
  height: 60px;
  background: #f3f5f9;
  border-radius: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.eligibility-box span i {
  font-size: 30px;
  color: #24478d;
}
.eligibility-hdn {
  font-size: 16px;
  line-height: 1.3;
  color: #6d6e70;
  margin-bottom: 12px;
}
.eligibility-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 70%;
}
.eligibility1 {
  grid-area: 1 / 1 / 3 / 2;
}
.eligibility2 {
  grid-area: 1 / 2 / 2 / 3;
}
.eligibility3 {
  grid-area: 1 / 3 / 2 / 4;
}
.eligibility4 {
  grid-area: 2 / 2 / 3 / 3;
}
.eligibility5 {
  grid-area: 2 / 3 / 3 / 4;
}
.document-box-wrap {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  justify-content: start;
  flex-wrap: wrap;
  /* gap: 50px 0; */
  gap: 35px;
}
.document-box-wrap .comm-sec-hdn {
  color: #24478d;
  font-size: 20px;
  font-weight: 600;
}
.document-wrap {
  display: flex;
  align-items: center;
  background: #f3f5f9;
  padding: 100px 64px 100px 195px;
  border-radius: 30px;
  margin-left: 250px;
}
.document-info {
  flex: 1;
  margin-left: 60px;
}
.document-box {
  width: 320px;
}
.document-box .dtl-list li {
  font-size: 18px;
  line-height: 1.5;
  color: #6d6e70;
  display: flex;
  align-items: flex-start;
}
.document-box .dtl-list li:before {
  content: "·";
  font-size: 38px;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 10px;
  margin-top: 4px;
}
.document-img {
  width: 400px;
  height: 600px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-left: -445px;
  overflow: hidden;
}
.document-img img {
  object-fit: cover;
}
.document-info .comm-sub-hdn {
  margin-bottom: 43px;
}
.schedule-box {
  background: #24478d;
  border-radius: 30px;
  overflow: hidden;
  padding: 90px 0 84px;
}
.schedule-box .comm-sub-hdn {
  width: 556px;
  margin: 0 auto 44px;
}
.schedule-box .comm-para {
  max-width: 780px;
  margin: 0 auto 54px;
}
.schedue-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
.interest-sec .sec-hdn {
  width: 634px;
  margin: 0 auto;
}
.interest-box {
  border-radius: 30px;
  padding: 40px 30px 44px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.interest-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.interest-box i {
  font-size: 42px;
  color: #24478d;
  margin-bottom: 24px;
  display: block;
}
.int-swiper {
  padding: 40px 0;
}
.int-swiper .swiper-slide {
  display: flex;
  height: auto;
}
.interest-box-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.interest-box-title-wrap .comm-sec-hdn {
  color: #24478d;
  font-size: 20px;
  font-weight: 600;
}
.interest-hdn {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
}
.interest-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 22px;
}
.faq-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.faq-left {
  width: 66%;
}
.faq-right {
  width: 30%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.faq-right img {
  object-fit: cover;
}
.faq-acc-item {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid rgba(101, 108, 118, 0.1);
}
.faq-acc-item .panel {
  margin-top: 24px;
  display: none;
}
.faq-acc-item.active .faq-accordion {
  color: #24478d;
}
.faq-acc-item.active .faq-accordion::after {
  transform: rotate(225deg);
  border-right: 1px solid #f39223;
  border-bottom: 1px solid #f39223;
}
.faq-accordion {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #424244;
  cursor: pointer;
  position: relative;
}
.faq-accordion::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #24478d;
  border-bottom: 1px solid #24478d;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -14px;
  transition: all 0.4s ease;
}
/* PL POPUP */
.pl-popup-wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 98px;
  background: #ffffff;
  border-radius: 40px;
}
.pl-popup-wrap .sec-hdn {
  margin-bottom: 68px;
}
.pl-popup-wrap .sec-hdn .comm-para p {
  font-size: 20px;
  font-weight: 500;
  color: #2a2a2d;
}
.pl-popup-wrap .f-row {
  margin-bottom: 60px;
}
.pl-popup-wrap .button {
  display: flex;
  margin: 0 auto;
  width: 218px;
}
.loan-popup .comm-tab-wrap {
  margin-bottom: 40px;
}
.loan-popup .sec-hdn {
  margin-bottom: 24px;
}
/* PL POPUP Ends */


.audio-popup {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.audio-popup-content {
  background: #fff;
  padding: 25px 20px 20px;
  border-radius: 12px;
  width: 340px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  position: relative;
  text-align: center;
}

.audio-popup .close-audio {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

.audio-popup h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #002f6c; /* match your brand blue */
}
/* meet POPUP  */
.tnc-hdn {
  margin-top: 24px;
  font-size: 12px;
  color: #929497;
  text-align: center;
}
.date-picker ~ i,
.time-picker ~ i {
  position: absolute;
  right: 20px;
  top: 65px;
  line-height: 0;
  font-size: 34px;
  color: #6d6e70;
  z-index: 20;
}
/* meet POPUP Ends */
.abt-hdn .comm-hdn {
  max-width: 718px;
  width: 100%;
  margin: 0 auto 60px;
}
.abt-counter {
  padding: 38px 0;
  background: #084e9b;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 25px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}
.about-comm-btm-box {
  margin-top: -100px;
}
.count-box {
  /* width: 33%; */
  width: 22%;
  /* border-right: 1px solid #d1d2d3; */
  display: flex;
  align-items: center;
  position: relative;
    margin-top: -100px;
  justify-content: center;
  flex-direction: column;
  gap: 0px 0;
}
.count-box:last-child {
  border-right: none;
}
.count-text{
  background: #ff9037;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.count-text .counter-value {
  font-size: 90px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.count-text span {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.count-hdn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 25px;
  text-align: center;
  /* max-width: 140px; */
}
.count-img {
  width: 60px;
  height: 60px;
}
.count-img img {
  object-fit: contain;
}
.who-sec {
  margin-top: 110px;
}
.who-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 36px;
  margin-bottom: 120px;
}
.who-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.who-wrap:last-child {
  margin-bottom: 0;
}
.who-img {
  width: 540px;
  height: 600px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.who-img img {
  object-fit: cover;
}
.who-info {
  max-width: 780px;
  width: 100%;
}
.who-info .comm-sec-hdn {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.who-info-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
}
.who-pointer-hdn {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2d;
  line-height: 1.3;
  margin-bottom: 20px;
}
.who-pointer ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #6d6e70;
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}
.who-pointer ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2a2a2d;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 5px;
}
.mission-wrap .f-col {
  display: flex;
  height: auto;
}
.mission-sec {
  margin: 60px 0;
  background: #ffefe1;
}
.mission-sec .comm-sub-hdn {
  margin-bottom: 25px;
}
.mission-box {
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 60px 74px;
}
.mission-box span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(36, 71, 141, 0.1);
  margin-bottom: 38px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission-box span i {
  font-size: 30px;
}
.mission-box .comm-sec-hdn {
  margin-bottom: 20px;
}
.team-sec .comm-sub-hdn {
  margin-bottom: 44px;
}
.team-sec .comm-tab-wrap {
  margin-bottom: 40px;
}
.team-wrap .f-row {
  gap: 60px 0;
}
.team-wrap .f-col {
  display: flex;
  height: auto;
  margin-top: 110px;
}
.team-box {
  border-radius: 30px;
  padding: 150px 40px 80px 60px;
  background: #f3f5f9;
  height: 100%;
}
.team-box .comm-para p {
  color: #000000;
  height: 140px;
  overflow-y: auto;
  padding-right: 24px;
}
.team-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin: -260px 0 24px 0;
  border: 1px solid #d7d9de;
}
.team-img img {
  object-fit: cover;
}
.team-hdn {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #0a0937;
  margin-bottom: 12px;
}
.designation {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #929497;
  margin-bottom: 24px;
}
/* about page journey Slider css */
.journey {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}
.journey .history-slide {
  height: 80%;
  width: 100%;
  overflow: visible;
}
.journey .history-slide .swiper-slide {
  transition: all 0.2 ease;
  opacity: 0.7;
  margin-top: 30px;
  display: flex;
}
.journey .history-slide .swiper-slide article {
  width: 100%;
}
.journey .history-slide .journey-white-box {
  transition: all 0.2 ease;
  background: #fff;
  padding-right: 20px;
  text-align: left;
  top: 0;
  padding: 30px;
  margin-right: 30px;
  min-height: 280px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
}
.journey .history-slide .journey-white-box h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 14px;
}
.journey .history-slide .journey-white-box h2 {
  font-size: 18px;
  color: #0a0937;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.journey .history-slide .journey-white-box p {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.journey .history-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.journey .history-slide .swiper-slide.swiper-slide-active .journey-white-box {
  opacity: 1;
}
.journey .history-slide .swiper-slide.swiper-slide-active .journey-white-box p {
  opacity: 0.8;
}
.journey .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journey .swiper-scrollbar-drag {
  background: #24478d !important;
}
.journey .swiper-scrollbar {
  background: #f3f5f9;
}
.journey .sec-hdn span::before,
.journey .sec-hdn span::after {
  width: 20px;
}
.journey .swiper-horizontal > .swiper-scrollbar,
.journey .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: -50px;
}
.journey .journey-year {
  font-size: 32px;
  font-weight: 700;
  color: #303030;
}
.contact-box-wrap {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
}
.contact-box {
  display: flex;
  height: auto;
  flex: 1;
}
.contact-left {
  max-width: 640px;
  width: 100%;
  background: #24478d;
  padding: 80px;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px 0;
}
.contact-left .footer-btm-right {
  justify-content: flex-start;
}
.contact-left .footer-btm-right i {
  color: #d1d2d3;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.contact-left .footer-btm-right i:hover {
  color: #f39223;
}
.contact-left .sec-hdn {
  margin-bottom: 120px;
}
.contact-info {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
  margin-bottom: 40px;
}
.contact-info:last-child {
  margin-bottom: 0;
}
.contact-info i {
  font-size: 20px;
  color: #d1d2d3;
}
.contact-info a:hover {
  color: #f39223;
}
.contact-info a,
.contact-info p {
  font-size: 18px;
  line-height: 1.3;
  color: #d1d2d3;
}
.contact-link-wrap a {
  margin-bottom: 6px;
  display: block;
}
.contact-link-wrap a:last-child {
  margin-bottom: 0;
}
.contact-Right {
  background: #ffffff;
  padding: 60px 104px 95px;
}
.contact-form {
  max-width: 745px;
  width: 100%;
}
.form-hdn-box {
  padding: 40px 0 34px;
}
.form-hdn-box .comm-hdn {
  text-align: center;
}
.form-hdn-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 24px;
}
.form-hdn-wrap .comm-sec-hdn {
  margin-bottom: 0;
  text-transform: uppercase;
}
.form-hdn-wrap i {
  font-size: 32px;
  color: #24478d;
}
.form-box-wrap .button {
  width: 218px;
  display: flex;
  margin: 0 auto;
}
.form-box-wrap .form-textarea-group .form-field {
  height: 133px;
}
.form-box {
  margin-bottom: 30px;
}
.radio-wrap {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 16px;
}
.attach-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
#delete {
  width: 60px;
  height: 60px;
  background: rgba(36, 71, 141, 0.2);
  border-radius: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#delete:hover i {
  color: red;
}
#delete i {
  color: #24478d;
  font-size: 26px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.attach-info {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 700px;
  width: 100%;
  height: 70px;
  background: #f4f6f9;
  border-radius: 8px;
  padding: 15px;
  border: 1px dashed #929497;
}
.attach-info label {
  font-size: 16px;
  line-height: 1.2;
  color: #929497;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  padding: 20px;
}
.attach-info label::before {
  content: "\e919";
  font-family: "icomoon" !important;
  font-size: 42px;
  color: #929497;
}
#choose_file {
  display: none;
}
.news-hdn-box {
  padding: 40px 0 60px;
}
.news-hdn-box .comm-hdn {
  text-align: center;
}
.news-box-wrap {
  margin-bottom: 120px;
}
.news-box-wrap .f-row {
  gap: 60px 0;
}
.news-box-wrap .f-col {
  display: flex;
}
.new-box {
  padding: 36px;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.new-box .comm-sec-hdn {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 18px;
}
.new-box .comm-para {
  margin-bottom: 16px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-box .apply-hdn {
  font-size: 18px;
  font-weight: 400;
}
.news-img {
  width: fit-content;
  height: 54px;
  margin-bottom: 36px;
}
.news-img img {
  object-fit: contain;
}
.news-date {
  font-size: 14px;
  line-height: 1.3;
  color: #929497;
  margin-bottom: 8px;
}
.investor-hdn-box {
  padding-bottom: 10px;
}
.investor-box {
  padding: 40px 0 90px 0;
}
.investor-box .comm-hdn {
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
}
.invest-info-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.invest_container {
  width: 70%;
}
.invest-tab-wrap {
  width: 20%;
}
.invest-tab-wrap .sec-hdn.center span {
  justify-content: flex-start;
}
.invest-tab-wrap .sec-hdn.center span::before,
.invest-tab-wrap .sec-hdn.center span::after {
  width: 20px;
}
.page-link-tab-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #2a2a2d;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.invest-tabs {
  margin-top: 50px;
}
.invest-tabs li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #929497;
  padding: 12px 0;
}
.invest-tabs li:first-child {
  padding-top: 0;
}
.invest-tabs li:last-child {
  padding-bottom: 0;
}
.invest-tabs li.active {
  color: #24478d;
}
.invest-tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #a6a8ab;
}
.invest-tabs li a:hover,
.invest-tabs li a.active {
  color: var(--button-fill);
}
.invest-info-box {
  border-radius: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: 100%;
}
.links-tabs {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #f3f5f9;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.links-tabs li {
  height: 100%;
  text-transform: capitalize;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #6d6e70;
  font-weight: 700;
  padding: 8px 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.links-tabs li:hover,
.links-tabs li.active {
  color: #24478d;
  border-bottom: 2px solid #24478d;
}
.investor-pdf-download-sec-wrap {
  margin-top: 30px;
}
.investor-pdf-download-sec-wrap .f-row {
  gap: 30px 0;
}
.investor-pdf-download-sec-wrap .f-col {
  display: flex;
}
.investor-pdf-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 24px;
  border-radius: 18px;
  border: 1px solid #e6e7e7;
  background: #fff;
  width: 100%;
  gap: 12px;
}
.investor-pdf-box i {
  font-size: 30px;
  color: #24478d;
}
.pdf-title {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2d;
  flex: 1;
}
.investor-pdf-box:hover {
  background: #f3f5f9;
}
.investor-pdf-box:hover .pdf-title {
  color: #24478d;
}
.investor-pdf-box:hover i {
  color: #2a2a2d;
}
.director-wrap {
  margin-top: 60px;
}
.director-sec-wrap {
  margin-top: 60px;
}
.director-sec-wrap .f-row {
  gap: 30px 0;
}
.director-sec-wrap .f-col {
  display: flex;
}
.commity-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 0;
  width: 100%;
}
.commity-hdn {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2d;
}
.commity-mem-list {
  margin-top: 30px;
}
.commity-mem-list li {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.commity-mem-list li h5 {
  font-size: 18px;
  color: #000;
}
.commity-mem-list li:last-child {
  margin-bottom: 0;
}
.commity-mem-list li span {
  width: fit-content;
  background: #eaedf4;
  border-radius: 50px;
  padding: 5px 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #24478d;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icon {
  background: rgba(36, 71, 141, 0.1);
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icon i {
  font-size: 36px;
  color: #24478d;
}
.grey-bg {
  background: #f3f5f9;
  border-radius: 30px;
  padding: 60px;
}
.investor-contact-wrap {
  margin-top: 40px;
}
.investor-contact-wrap p {
  font-size: 16px;
  color: #6d6e70;
}
.if-row {
  gap: 30px 0;
}
.if-row .w50 {
  display: flex;
}
.investor-box {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
}
.invest-box-title {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2d;
}
.investor-content-wrap {
  margin-top: 16px;
}
.investor-name {
  font-size: 18px;
  font-weight: 500;
}
.investor-contact-dtl-wrap {
  margin-top: 24px;
}
.investor-contact-dtl-wrap li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}
.investor-contact-dtl-wrap li i {
  font-size: 24px;
  color: #24478d;
}
.investor-contact-dtl-wrap li p,
.investor-contact-dtl-wrap li a {
  color: #424244;
}
.career-hdn-box {
  padding: 40px 0 50px 0;
}
.us-box {
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.us-box i {
  display: block;
  font-size: 48px;
  color: #24478d;
  margin-bottom: 20px;
}
.us-sec .comm-sub-hdn {
  margin-bottom: 60px;
}
.value-box {
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 10px 24px 99px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.value-box span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(36, 71, 141, 0.1);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.value-box span i {
  font-size: 36px;
  color: #24478d;
}
.value-wrap {
  padding: 100px 60px 85px 0px;
  background: #ffefe1;
  border-radius: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 60px;
  margin-left: 200px;
}
.value-img {
  width: 405px;
  height: 418px;
  border-radius: 40px;
  overflow: hidden;
  margin-left: -200px;
}
.value-img img {
  object-fit: cover;
}
.value-info {
  flex: 1;
}
.value-info .sec-hdn {
  margin-bottom: 54px;
}
.one-sec .sec-hdn .comm-para {
  max-width: 510px;
  text-align: center;
  margin: 0 auto;
}
.button-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.bcmus-sec-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.bcmus-box-row {
  width: 31.33%;
  margin: 16px;
  border-radius: 14px;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
  gap: 12px;
}
.bcmus-left {
  flex: 1;
}
.bcmus-title {
  font-size: 20px;
  font-weight: 600;
  color: #303030;
}
.location-dtl {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6d6e70;
  font-size: 14px;
  margin-top: 6px;
}
.location-dtl i {
  font-size: 16px;
}
.bcmus-right i {
  font-size: 20px;
  color: #1d438d;
  font-weight: 500;
}
.partner-hdn-box {
  padding: 40px 0 50px 0;
}
.partner-sec .sec-hdn .comm-sub-hdn {
  margin-bottom: 128px;
}
.partner-img {
  width: 100%;
  height: 50px;
}
.partner-img img {
  object-fit: contain;
}
.partner-wrap .f-row {
  gap: 128px 0px;
}
.partner-wrap .sec-hdn {
  margin-bottom: 150px;
}
.finetech-sec {
  background: #f3f5f9;
}
.finetech-sec .sec-hdn {
  margin-bottom: 120px;
}
.finetech-img {
  width: 100%;
  height: 60px;
}
.finetech-img img {
  object-fit: contain;
}
.finetech-sec {
  margin: 60px 0;
  padding: 160px 0 200px;
}
.finetech-swiper .swiper-slide {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.with-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 92px;
  padding: 92px 145px 73px 0;
  border-radius: 40px;
  box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.05);
  margin-left: 240px;
}
.with-img {
  width: 479px;
  height: 493px;
  border-radius: 40px;
  overflow: hidden;
  margin-left: -240px;
}
.with-img img {
  object-fit: cover;
}
.with-form-wrap .button {
  width: 218px;
}
.with-form-wrap .select-field {
  background-size: 30px;
}
.with-info .comm-para p {
  font-weight: 500;
  color: #424244;
  margin-bottom: 30px;
}
.privacy-box h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #221e26;
  margin-bottom: 22px;
}
.privacy-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #221e26;
  margin-bottom: 22px;
}
.privacy-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #221e26;
  margin-bottom: 36px;
}
.privacy-box ul {
  margin-bottom: 30px;
}
.privacy-box ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #221e26;
  margin-bottom: 16px;
  padding-left: 16px;
}
.error-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-wrap .button {
  z-index: 10;
}
.error-lottie {
  max-width: 590px;
  height: 420px;
  margin-bottom: 55px;
}
.error-lottie dotlottie-player {
  object-fit: contain;
}
.locate-counter {
  max-width: 1050px;
  margin-bottom: 30px;
  /*   .count-box {
    max-width: 350px;
  }
 */
}
.locate-counter .count-hdn {
  max-width: 152px;
}
.locate-box {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.locate-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 22px;
}
.locate-right {
  max-width: 875px;
  width: 100%;
  height: 670px;
  border-radius: 22px;
  overflow: hidden;
  flex: 1;
}
.locate-left {
  max-width: 595px;
  width: 100%;
}
.search-bar {
  position: relative;
  margin-bottom: 16px;
}
.search-bar::before {
  content: "";
  background: url(../img/svg/saerch.svg) center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.search-bar input {
  width: 100%;
  height: 50px;
  background: #f3f5f9;
  border-radius: 10px;
  padding: 14px 14px 14px 52px;
  border: none;
}
.address-hdn {
  font-size: 18px;
  font-weight: 500;
  color: #424244;
  line-height: 1.3;
  margin-bottom: 16px;
}
.address-box {
  background: #ffffff;
  padding: 26px 24px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.address-box.active {
  background: #f3f5f9;
}
.address-box:hover {
  background: #f3f5f9;
}
.add-detail {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
  margin-bottom: 16px;
}
.add-detail p {
  font-size: 14px;
  line-height: 1.3;
  color: #424244;
  text-transform: capitalize;
}
.add-detail i {
  font-size: 20px;
  color: #24478d;
}
.address-links-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
}
.address-links-wrap i {
  font-size: 20px;
  color: #24478d;
}
.address-links a {
  font-size: 14px;
  line-height: 1.3;
  color: #424244;
}
.address-links a:first-child {
  border-right: 1px solid #424244;
  padding-right: 12px;
  margin-right: 6px;
}
.address-list {
  height: 536px;
  overflow: scroll;
  padding-right: 18px;
  overflow-x: hidden;
}
.address-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.address-list::-webkit-scrollbar-thumb {
  background: #d1d2d3;
  border-radius: 10px;
}
.address-list::-webkit-scrollbar-track {
  background: #f3f5f9;
  border-radius: 10px;
}
.search-btn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
  border-top: 1px solid #e6e7e7;
  margin-right: 18px;
  padding-top: 18px;
}
.search-hdn {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #424244;
}
/* loan eligility page css start 
====================================================================================== */
.tiny-title {
  font-size: 18px;
  font-weight: 500;
  color: #424244;
  text-align: center;
  margin-bottom: 12px;
}
.eligibility-main-wrap .links-tabs {
  margin-top: 60px;
}
.eligibility-main-wrap .tab__list {
  display: flex;
  justify-content: center;
  margin: 0 auto 24px;
  width: fit-content;
}
.eligibility-main-wrap .tab__item {
  /* overflow: hidden;
      transition: 0.2s;
      position: relative; */
  padding: 6px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #808183;
}
.eligibility-main-wrap .tab__item:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #24478d;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.eligibility-main-wrap .tab__item.is--active {
  color: #24478d;
  position: relative;
}
.eligibility-main-wrap .tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}
.eligibility-main-wrap .tab__content {
  padding: 32px;
  background: #fff;
  border-radius: 0 10px 10px;
}
.eligibility-main-wrap .tab__content-item {
  display: none;
}
.eligibility-main-wrap .tab__content-item.is--active {
  display: block;
}
.eligibility-main-wrap .tab__content-title {
  padding: 24px 24px 24px 0;
}
.eligibility-main-wrap .tab_list_1 {
  background: #f3f5f9;
  border-radius: 25px;
  padding: 2px 5px 5px;
  width: fit-content;
  height: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.eligibility-main-wrap .tab_list_1 span {
  position: relative;
}
.eligibility-main-wrap .tab_list_1 .tab__item.is--active {
  color: #f39223;
}
.eligibility-main-wrap .tab_list_1 .tab__item.is--active:before {
  background: #fff;
  border: 0;
  height: 100%;
  top: 5%;
  border-radius: 50px;
  z-index: 0;
}
.eligibility-main-wrap .tab-list-2 {
  border-bottom: 2px solid #f3f5f9;
}
.eligibility-main-wrap .tab .tab .tab__item {
  font-size: 16px;
}
.eligibility-main-wrap .tab .tab .tab__content {
  padding: 0;
}
.loantype-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  gap: 0 30px;
}
.loantype-content-left,
.loantype-content-right {
  width: 48%;
}
.loan-form {
  background: #f2f8ff;
  padding: 40px;
  border-radius: 20px;
}
.loan-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.loantype-contact-form {
  margin-top: 40px;
}
.loantype-contact-form .form-field {
  background: #fff;
}
.loantype-contact-form .form-grp {
  margin-bottom: 36px;
}
.loantype-contact-form .button {
  width: 100%;
}
.loantype-form-note {
  font-size: 12px;
  font-weight: 700;
  color: #929497;
  margin-top: 30px;
}
.result-box-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 46px;
  margin-top: 30px;
}
.result-box.before-line {
  position: relative;
  padding-left: 46px;
}
.result-box.before-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #a6a8ab;
  height: 100%;
}
.loan-amnt-reslt {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2d;
}
.loan-amnt-reslt span {
  font-size: 18px;
  font-weight: 500;
}
.applyBtn {
  width: 100%;
  margin: 40px 0 14px;
}
.result-btns-grp {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.result-btns-grp a {
  width: 50%;
}
.loan-form-tiny-title {
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 23px;
}
.apply-loan-form-wrapper {
  margin-top: 60px;
}
.text-center {
  text-align: center;
}
.meeting-form-wrapper {
  margin-top: 40px;
}
.corner-sec .faq-acc-container {
  margin: 60px 0 40px;
  padding: 0 40px;
  box-shadow: 0px 10px 40px rgba(112, 112, 112, 0.09);
  border-radius: 30px;
}
.corner-sec .faq-acc-item:last-child {
  border-bottom: 0;
}
.corner-sec .faq-accordion {
  font-size: 24px;
  font-weight: 700;
}
.corner-sec .faq-accordion strong {
  color: #2a2a2d;
}
.repayment-popup-form-content {
  margin-top: 41px;
}
.scheme-sec-wrap {
  padding: 40px;
  box-shadow: 0px 10px 40px rgba(112, 112, 112, 0.09);
  border-radius: 30px;
  margin-bottom: 60px;
}
.scheme-sec-wrap hr {
  margin: 30px 0;
}
.scheme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scheme-row h3 {
  font-size: 24px;
  font-weight: 700;
  color: #424244;
  position: relative;
}
.customer-page-title {
  font-size: 22px;
  font-weight: 600;
  color: #2a2a2d;
  line-height: 1.3;
  margin-bottom: 20px;
  text-decoration: underline;
}
.customer-box li {
  list-style-type: disc;
  padding-left: 0 !important;
  margin-left: 20px;
}
.customer-box a {
  color: #221e26;
  text-decoration: underline;
}
.landing-partner-box-wrap {
  margin-bottom: 30px;
}
.landing-partner-box-wrap .comm-sec-hdn:hover {
  color: var(--button-fill);
}
.landing-partner-box-wrap .site-name:hover {
  color: #2a2a2d;
}
.site-name {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  color: var(--button-fill);
}
/* pay emi page css start 
============================================================================================== */
.pay-emi-wrap {
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
  /*   max-width: 1180px;
  width: calc(100% - 30px);
  margin: auto; */
  text-align: center;
}
.payment-gateway-links {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.pay-company-link {
  background: #f2f8ff;
  padding: 40px;
  border-radius: 20px;
  width: 49%;
}
.pay-company-link img {
  width: 70%;
  height: 100%;
  object-fit: contain;
}
.pay-company-link:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.terms-sec-wrap {
  margin-top: 60px;
}
/* blogs page css start
======================================================================================== */
.breadcrumb {
  display: flex;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--clr-primary);
}
.breadcrumb a::after {
  content: '>';
  font-size: 16px;
  margin: 0 6px;
}
.breadcrumb a:hover {
  color: var(--clr-secndry);
}
.breadcrumb li:last-child a {
  font-weight: 600;
}
.breadcrumb li:last-child a::after {
  content: '';
}
.blog-breadcrumb {
  margin-top: 0;
}
.blogs-hdr-sec {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-hdr-left {
  width: 30%;
}
.page-hdr-title {
  font-size: 42px;
  text-transform: capitalize;
}
.page-hdr-title strong {
  font-weight: 600;
}
.blog-search-form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-search-form .select-field {
  background: transparent url(../img/popup-dd-icon.svg) no-repeat right center;
  background-position-x: 94%;
  border: 1px solid var(--clr-lBlue);
  width: 100%;
  height: 56px;
  line-height: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  color: #4D5566;
  width: 300px;
}
.blog-search-form .form-field {
  border: 1px solid #4D5566;
  border-radius: 12px;
  color: #4D5566;
  padding-left: 16px;
}
.blogs-sec-wrap {
  margin-top: 36px;
}
.blogs-sec-wrap .f-col {
  display: flex;
  margin-bottom: 30px;
}
.blogs-box {
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(258deg, #c6d3e3, #ffffff, #dde5ee) border-box;
  width: 100%;
}
.blogs-img {
  height: 259px;
  width: 100%;
  margin-top: -4px;
}
.blogs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.blogs-dtl {
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogs-dtl .button {
  width: fit-content;
}
.blogs-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btm-bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 150px;
  padding: 0 88px;
}
.btm-bnr-content {
  padding: 66px 0;
  max-width: 415px;
  width: 100%;
  color: #fff;
}
.btm-bnr-content p {
  margin: 20px 0 40px;
  font-weight: 300;
  color: var(--clr-lBlue);
}
.btm-bnr-img {
  width: 531px;
  height: 536px;
  margin-top: -120px;
}
.btm-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-top: 64px;
}
.pagination a {
  background: transparent;
  border: 1px solid #4D5566;
  border-radius: 100%;
  color: var(--clr-secndry);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.pagination a i {
  font-size: 24px;
  color: var(--clr-primary);
}
.pagination a:hover,
.pagination a.active {
  background: var(--clr-primary);
  color: #fff;
}
.pagination a:hover i,
.pagination a.active i {
  color: #fff;
}
/* blog detail page css start*/
.ngg-galleryoverview.default-view{
  text-align: left;
}
.sl-wrapper .sl-navigation button.sl-prev{
  font-size: 5.5rem;
        color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next{
  font-size: 5.5rem;
        color: #fff;
}
.blog-detail-wrap {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.blog-detail-wrap .comm-hdn {
  margin-bottom: 30px;
}
.blog-title {
  font-size: 42px;
  color: var(--clr-secndry);
  line-height: 1.2;
  margin-bottom: 40px;
}
.blog-dtl-img {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  overflow: hidden;
}
.blog-dtl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content p {
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4D5566;
}
.blog-content img {
  border-radius: 0px;
}
.blog-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #4D5566;
}
.blog-content h4 {
  font-size: 24px;
  font-weight: 400;
  color: #1D438D;
}
.blog-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4D5566;
}
.blog-content a {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-primary);
}
.share-sec {
  display: flex;
  align-items: center;
  gap: 12px;
}
.share-sec span {
  color: #4D5566;
}
.share-soc-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-soc-icons a {
  background: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.share-soc-icons a:hover {
  background: var(--clr-secndry);
  transform: translate(0, -5px);
}
/* Career Detail Starts */
/* Career Detail Ends */
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
#header .main-header {
	/* background: #8e9091; */
  background: #f59232;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 80px;
}
.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.top-header-drop > a:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/menu-drop.png) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}

.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
  top: 65px;
  padding: 30px;
  right: 0;
  width: 470px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul li {
  padding: 0;
}
.drop ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  border-radius: 5px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.drop ul li a i {
  font-size: 24px;
  color: #24478d;
  width: 40px;
  height: 40px;
  background: #f3f5f9;
  border-radius: 5px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drop ul li a span {
  color: #424244;
}
.drop ul li a:hover span {
  color: #24478d;
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.drop-hdn {
  font-size: 14px;
  font-weight: 500;
  color: #929497;
  margin-bottom: 6px;
}
.dropdown-inside{
  padding-left: 5rem;
}

.dropdown-inside a:before {
  content: "";
  position: absolute;
  left: 5.9rem;
  border-radius: 100%;
  overflow: hidden;
  width: 6px;
  height: 6px;
  background: #24478d;
}



.side-drop {
  position: relative;
}
.side-drop::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -11px;
  background: url(../img/menu-drop.svg);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.side-drop:hover::after {
  right: -18px;
}
.side-drop:hover .side-drop-box {
  opacity: 1;
  visibility: visible;
}
.side-drop-box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: absolute;
  top: -14px;
  right: -80%;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  width: 290px;
}
.side-drop-box a {
  padding-left: 16px !important;
  position: relative;
}
.side-drop-box a:hover {
  color: #24478d;
}
.side-drop-box a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
  width: 6px;
  height: 6px;
  background: #24478d;
}

.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
  border-top: 1px solid rgba(112, 112, 112, 0.25);
}
.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li {
  padding: 7px 12px;
}
.header-list li a {
  font-size: 16px;
  color: #424244;
  font-weight: 500;
}
.fixHeader {
  background-color: #fff;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.3);
}
.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}
.menuBtn .button {
  margin-left: 16px;
}
.top-header {
  height: var(--top-header-height);
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header .header-list li:first-child {
  padding-left: 0;
}
.top-header .head-right .header-list li:first-child {
	padding-left: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.top-header .head-right .header-list li:first-child a {
	font-size: 16px;
	font-weight: 500;
}
.top-header .header-list li:last-child {
  padding-right: 0;
}
.top-header .header-list li a {
  color: #fff;
  text-transform: capitalize;
}
.top-header .header-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.top-header .header-list li a span {
  color: #24478d;
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 1;
}
.menuOverlay.active {
  opacity: 0.6;
  visibility: visible;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
  z-index: 2;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #24478d;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #24478d;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #f39223;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 50px;
  padding-left: 1.3em;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #f39223;
  max-width: 240px;
  width: 100%;
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: #f39223;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}

.mob-navigation a {
  display: block;
  position: relative;
  padding: 10px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #24478d;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
  border-bottom: 1px solid #f592326e;
}

.mob-navigation a:hover {
  color: #f39223;
}
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.has-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.has-dropdown li a i {
  width: 40px;
  height: 40px;
  background: #e9ecf3;
  border-radius: 5px;
  font-size: 18px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.has-dropdown li a span {
  flex: 1;
  white-space: pre-wrap;
}
.mob-nav a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
.mob-nav a i {
  font-size: 16px;
  color: #24478d;
  width: 30px;
  height: 30px;
  background: #f3f5f9;
  border-radius: 5px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mob-nav a span {
  white-space: initial;
  flex: 1;
}

/*custom css DEV IT*/
.meetPopup {
  display: none;
}
.lifemasSwiper .swiper-slide {
  width: 80% !important;
}

.f-col-100 {
	width:100%; display:contents;
}
.f-col-100 .f-col{
	width:50%;
}
.app-url {
  font-size: 18px;
}
.contact-info-wrap h3{ color:#fff;}
.contact-map{width:100%;}


/* Life at Mas */
p{
  font-size: 18px;
    line-height: 25px;
    color: #6d6e70;
}
.container-inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.event-card {
  background: #fff;
   border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  width: 345px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: #0056b3;
}

.event-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.event-title {
  font-size: 22px;
  font-weight: bold;
  color: #424244;
  margin-bottom: 15px;
}

.year-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.year-buttons a {
  background: #f59232;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.year-buttons a:hover {
  background: #24478d;
}

@media (max-width: 768px) {
  .event-card {
    width: 100%;
  }
}

p:empty {
  display: none;
}

/* Home slider rotating words start */
 .banner-hdn p.sentence{
  display: flex;
  margin: 0;
  vertical-align: top;
  flex-direction: column
} 

/* Rotator: styling + no-overlap rules */
.sentence {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  display: inline-block;
}

.word-group {
  position: relative;
  display: inline-block;
  height: 1.25em;    /* keeps vertical size stable */
  overflow: hidden;  /* hide letters from inactive words */
  vertical-align: bottom;
  white-space: nowrap;
}

/* each word is stacked in the same place */
.word-group .word {
  position: absolute;
  top: 0;
  left: 0;
  color: #f59232;
  opacity: 0;
  font-size: 50px;
  pointer-events: none;
  white-space: pre;            /* preserve real spaces */
}

/* only active word becomes visible */
.word-group .word.active {
  opacity: 1;
  pointer-events: auto;
}

/* individual letters */
.word-group .word .letter {
  display: inline-block;
  white-space: pre;           
  transform-origin: center center;
  transform: rotateX(-90deg);
  opacity: 0;
  /* animation triggered by JS: animation-name/duration/delay set inline */
}

/* default letter animation keyframe (flip-in) */
@keyframes letterIn {
  0%   { transform: rotateX(-90deg); opacity: 0; }
  100% { transform: rotateX(0deg);    opacity: 1; }
}


/* Home slider rotating words end */

/* Custom header dropdown menu Start */

.drop .custom-dropdown-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  top: 50px;
  padding: 10px 30px;
  right: 0;
  width: 200px;
  margin-left: -150px;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop .custom-dropdown-menu li {
  padding: 0;
}

/* Custom header dropdown menu End */

.interest-box-wrap .swiper-wrapper{
  justify-content: center;
}


.sticky-sunrise {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; /* Ensure it's on top */
  pointer-events: none; /* Optional: allow clicks through */
}

.sticky-sunrise img {
  display: block;
  width: 100%; 
  /* max-width: 512px; 
  height: auto; */
}

/* Logo text animation */

.headline {
  font-size: clamp(24px, 5vw, 25px);
  color: #878787;
  font-style: italic;
  font-weight: 600;
  max-width: 156px;
  width: 100%;
}

.headline-wrap {
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

/* Optional: subtle entrance for first line */
.first-line {
  opacity: 0;
  transform: translateY(6px);
  animation: riseIn 0.5s ease-out 0.15s forwards;
}
@keyframes riseIn { to { opacity: 1; transform: translateY(0); } }

/* Typewriter for the second line */
.typewriter1 {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-right: 2px solid #F39325; /* cursor */
  width: 0ch; /* start hidden */
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 2px;  /* space for underline */
  animation:
    typing 2.2s steps(13) 0.6s forwards,
    hideCursor 0s linear 2.8s forwards; /* hide cursor after typing */
}

/* Orange line grows with typing */
.typewriter1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;   /* sits at the bottom edge of padded box */
  height: 2px;
  background: #F39325;
  width: 0ch; /* hidden at start */
  animation: underlineGrow 2.2s steps(13) 0.6s forwards;
}

/* Animations */
@keyframes typing { to { width: 13ch; } }
@keyframes underlineGrow { to { width: 13ch; } }
@keyframes hideCursor { to { border-right: none; } }


.linetext { display: block; }



.loan-list {
  list-style-type: disc; /* dot style */
  padding-left: 20px;   /* space before dots */
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.loan-list li {
  margin-bottom: 6px; /* space between items */
}

.product-mobile-view{display: none;}

.chat-img img{
  display: none;
}

.header-nav-btn-mob{
  display: none;
}
.mobile-social{
  display: none;
}

.locate-counter .count-text .counter-value{
  font-size: 38px;
}

.right-social-top li a i{
font-size: 23px;
}


/* Scroll to Top Button */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #02498f;
    color: #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 9999;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 7px;  /* slight lift animation */
}

.footer-box .logoBox{
  margin-bottom: 10px;
}
.footer-box .logo{
  width: 50px;     height: auto;
}
.footer-box .headline{
  font-size: clamp(14px, 5vw, 10px);
}

.footer-box .headline-wrap{margin-left: 7px;}
.link-box-wrap{
  margin-top: 0rem;
}

/* Table html divident */


.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.custom-table th {
  background: #f3f3f3;
  font-weight: 600;
}

.inner-table {
  width: 100%;
  border-collapse: collapse;
}

.inner-table th,
.inner-table td {
  border: 1px solid #999;
  padding: 6px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .custom-table th, 
  .custom-table td {
      font-size: 14px;
      padding: 8px;
      white-space: nowrap;
  }
}

.board-title h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.board-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.board-title p {
  font-size: 16px;
  margin-bottom: 20px;
}

.investor-contact-dtl-wrap {
  margin-top: 10px;
}

.investor-contact-dtl-wrap .contact-row {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.investor-contact-dtl-wrap .contact-row strong {
  font-weight: 600;
}

.investor-contact-dtl-wrap a {
  color: #424244;   /* standard link color */
  text-decoration: underline;
}



.abt-text-indent{    padding-left: 25px;}

.abdropdown-inside{
  padding-left: 2rem;
}

.abdropdown-inside a:before {
  content: "";
  position: absolute;
  left: 2.9rem;
  border-radius: 100%;
  overflow: hidden;
  width: 6px;
  height: 6px;
  background: #24478d;
}
.top-header .drop ul {
  height: auto;
  overflow: hidden;}

.page-id-117 .comm-btm-box{ display: none;}
.page-id-117 .comm-hdn-box{ padding: 40px 0 85px 0;}
.page-id-199 .comm-btm-box{ display: none;}
.page-id-199 .comm-hdn-box{ padding: 40px 0 85px 0;}
.page-id-207 .comm-btm-box{ display: none;}
.page-id-207 .comm-hdn-box{ padding: 40px 0 85px 0;}
.page-id-214 .comm-btm-box{ display: none;}
.page-id-214 .comm-hdn-box{ padding: 40px 0 85px 0;}
.page-id-192 .comm-btm-box{ display: none;}
.page-id-192 .comm-hdn-box{ padding: 40px 0 85px 0;}
/* Responsive css start */

@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
  .header-box {
    border-top: 0px solid rgba(112, 112, 112, 0.25);
  }
  .nav-wrapper {
    max-width: 100%;
  }
  .mob-navigation .nav-title {
    max-width: 75%;
  }
}
@media all and (max-width: 1920px) {
  .testi-right {
    width: 80%;
  }
}
@media all and (max-width: 1707px) {
  /*   .success-right {
    top: calc(50% - 347px);
  }
 */
}
@media all and (max-width: 1680px) {
  .testi-pagination-wrap {
    top: 16px;
    right: 48px;
  }
  /* inner pages */
  .testi-para p {
    font-size: 21px;
  }
  .testi-info {
    height: 760px;
  }
  /* 
  .testi-right {
    top: calc(50% - 290px);
  }

  .success-right {
    top: calc(50% - 320px);
  } */
  .word-group{
    margin-left: 0rem !important;
  }
  .word-group .word{
    font-size: 40px;
  }
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
  .testi-pagination-wrap {
    top: 0px;
    right: 58px;
  }
  .testi-right .sec-hdn {
    padding-bottom: 50px;
  }
  .word-group{
    margin-left: 0rem !important;
  }
  .word-group .word{
    font-size: 40px;
  }
 
}
@media all and (max-width: 1536px) {
  :root {
    --header-height: 86px;
  }
  .banner-hdn p {
    font-size: 42px;
  }
  .banner-sec {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .header-box{
    border: 0; margin: 16px 0;
  }
  .comm-sec-hdn {
    font-size: 20px;
  }
  .comm-sub-hdn {
    font-size: 30px;
  }
  .offering-box .comm-sec-hdn {
    height: 52px;
  }
  .offering-box .comm-para {
    margin-bottom: 18px;
    height: 200px;
  }
  .offering-hdn i {
    font-size: 30px;
  }
  .eligible-info .sec-hdn {
    margin-bottom: 70px;
  }
  .comm-para p {
    font-size: 16px;
    line-height: 25px;
  }
  /* inner pages  */
  .comm-hdn-box {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  /* 
  .success-right {
    top: calc(50% - 330px) !important;
  }

  .testi-right {
    top: calc(50% - 290px);
  } */
  .us-sec .comm-sub-hdn {
    margin-bottom: 40px;
  }
  .value-wrap {
    padding: 70px 60px 60px 0px;
  }
  .banner-left {
    max-width: 525px;
  }
  .word-group{
    margin-left: 0rem !important;
  }
  .word-group .word{
    font-size: 40px;
  }
}
@media all and (max-width: 1440px) {

  .container {
    max-width: calc(100% - 69px);
  }
  .proPosition ul {
    max-width: calc(100% - 69px);
  }
  .value-info .sec-hdn {
    margin-bottom: 44px;
  }
  .testi-box {
    padding: 40px 40px 34px 40px;
  }
  .mission-box {
    padding: 40px 40px;
  }
  .investor-pdf-box {
    padding: 26px 16px;
  }
  .drop ul{
    height: 450px;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (max-width: 1366px) {
  .interest-btn-wrap {
    gap: 14px 0;
    flex-direction: column;
    width: 100%;
  }
  .interest-btn-wrap .button {
    width: 100%;
  }
  .interest-hdn {
    font-size: 18px;
  }
  .document-wrap {
    padding: 70px 64px 70px 195px;
  }
  .finetech-sec {
    padding: 100px 0 140px;
  }
  .finetech-sec .sec-hdn {
    margin-bottom: 100px;
  }
  .partner-wrap .f-row {
    gap: 90px 0px;
  }
  .value-wrap {
    padding: 70px 40px 60px 0px;
  }
  .value-info .f-row {
    gap: 30px 0;
  }
  .testi-info {
    height: 720px;
  }
  .blog-pic {
    height: 230px;
  }
  .person {
    font-size: 18px;
  }
  .designation {
    font-size: 16px;
  }
  .pl-form-wrap,
  .loan-form-wrap {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 16px;
  }
  .blog-dtl-img {
    border-radius: 20px;
  }
  .offering-box .comm-para {
    height: 130px;
}
}
@media all and (max-width: 1280px) {
  .comm-section {
    overflow-x: hidden;
  }
  /* 
  .testi-right {
    top: calc(50% - 326px);
  }
 */
  .document-box-wrap {
    gap: 30px 0;
  }
  .invest-tab-wrap {
    width: 30%;
  }
  .eligible-box-wrap {
    gap: 0 30px;
  }
  .with-wrap {
    padding: 92px 100px 73px 0;
    margin-left: 200px;
  }
  .with-img {
    width: 720px;
    margin-left: -200px;
  }
  .testi-para p {
    font-size: 20px;
  }
  .pl-popup-wrap {
    padding: 40px 70px;
  }
  .pl-popup-wrap .f-row {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .comm-section {
    padding: 40px 0;
  }
  .comm-sec-hdn {
    font-size: 18px;
  }
  .eligible-box-wrap {
    display: flex;
    gap: 0 40px;
  }
  .eligible-box {
    padding: 30px;
  }
  .eligible-box .comm-sec-hdn {
    height: 70px;
  }
  .eligible-wrap {
    gap: 0 60px;
    padding: 70px 60px 70px 0;
  }
  .choose-right {
    padding: 30px 40px 30px 40px;
  }
  .blog-pic {
    height: 200px;
  }
  .footer-box {
    padding: 40px 0 75px 0;
  }
  .footer-top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-top {
    padding-bottom: 30px;
    margin-bottom: 38px;
  }
  .document-wrap {
    padding: 70px 40px 70px 195px;
  }
  .document-box {
    width: 310px;
  }
  .document-img {
    width: 350px;
    height: 530px;
  }
  .locate-left {
    max-width: 500px;
  }
  .us-box {
    padding: 40px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  }
  .pl-popup-wrap {
    max-width: 1060px;
    padding: 40px 70px;
    margin-top: 30px;
  }
  .mission-wrap .f-row {
    gap: 30px 0;
  }
  .menuBtn .button,
  .top-header {
    display: none;
  }
  .logo {
    width: 95px;
    height: 50px;
  }
  .mob-nav-btn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    padding: 0 1em 1em 1em;
  }
  .mob-nav-btn a {
    display: flex;
    padding: 12px 30px;
    color: #fff;
  }
  .drop-hdn {
    padding-left: 1em;
  }
  .logo-box img {
    width: 50%;
}
}

@media all and (max-width: 1180px) {
.offering-box .comm-para {
  height: 155px;
}
}

@media all and (max-width: 1024px) {

  .dropdown-inside-mobile a{
    padding-left: 5.7rem;
  }
  
  .dropdown-inside-mobile a:before {
    content: "";
    position: absolute;
    left: 4.6rem;
    border-radius: 100%;
    overflow: hidden;
    width: 6px;
    height: 6px;
    background: #24478d;
  }

  .banner-sec {
    padding: 100px 0 0 0;
  }
  .banner-wrap {
    flex-direction: column;
    gap: 40px;
  }
  
  .eligible-wrap {
    gap: 60px 0;
    padding: 40px;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .eligible-img {
    margin-left: 0px;
  }
  .blog-col h3 {
    font-size: 22px;
  }
  .blog-pic {
    height: 170px;
  }
  .footer-top {
    gap: 40px 30px;
  }
  .link-box-wrap:first-child {
    width: 172px;
  }
  .document-wrap {
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 30px;
  }
  .document-img {
    margin-left: 0px;
  }
  .document-box {
    width: 32%;
  }
  .document-img {
    width: 100%;
    height: 370px;
  }
  .document-info {
    margin-left: 0px;
  }
  .document-box-wrap .comm-sec-hdn {
    font-size: 18px;
  }
  .eligibility-box {
    padding: 24px;
  }
  .eligibility-wrap {
    flex-direction: column;
  }
  .eligibility-left {
    width: 100%;
  }
  .eligibility-right {
    max-width: 100%;
  }
  .eligibility-left .comm-para {
    margin-bottom: 30px;
  }
  .comm-hdn {
    font-size: 34px;
  }
  .comm-breadcrumbs {
    margin-bottom: 10px;
  }
  .comm-hdn-box .comm-hdn {
    margin-bottom: 0px;
  }
  .comm-box-para {
    margin: 0 auto 30px;
  }
  .product-link-box {
    padding: 20px;
  }
  .schedule-box {
    padding: 60px 0;
  }
  .footer-box {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  /* inner pages */
  .invest-info-wrap {
    gap: 0 80px;
  }
  .invest-tab-wrap {
    width: 36%;
  }
  .invest-tabs li {
    font-size: 14px;
  }
  .locate-wrap {
    flex-direction: column;
    gap: 22px 0;
  }
  .locate-left,
  .locate-right {
    max-width: 100%;
  }
  .locate-right {
    height: 360px;
    flex: auto;
  }
  .count-box {
    gap: 10px 0;
  }
  .locate-counter,
  .abt-counter {
    /* max-width: 900px; */
    padding: 28px 0;
  }
  .us-box {
    padding: 40px 26px;
  }
  .partner-sec .sec-hdn .comm-sub-hdn {
    margin-bottom: 60px;
  }
  .partner-wrap .f-row {
    gap: 70px 0px;
  }
  .with-wrap {
    padding: 92px 40px 73px 0;
    margin-left: 170px;
    gap: 0 40px;
  }
  .with-img {
    margin-left: -170px;
    height: 440px;
  }
  .value-info .sec-hdn {
    margin-bottom: 30px;
  }
  .value-wrap {
    margin-left: 160px;
    padding: 60px 40px 50px 0px;
  }
  .value-img {
    width: 340px;
    height: 360px;
    margin-left: -160px;
  }
  .testi-pagination-wrap {
    position: static;
    margin-top: 30px;
  }
  .testi-info {
    height: 760px;
  }
  .testi-swiper {
    margin-right: 3px;
  }
  /* contact page */
  .contact-Right {
    padding: 60px 70px 70px;
  }
  .contact-left {
    padding: 70px;
  }
  .attach-info {
    max-width: 84%;
    height: 132px;
  }
  .calc-right {
    max-width: 460px;
    padding: 30px;
  }
  .emi-popup-wrap {
    padding: 60px 70px;
  }
  /* investor page css */
  .invest_container {
    width: 84%;
  }
  .team-box {
    padding: 150px 30px 80px;
  }
  .grey-bg {
    padding: 40px;
  }
  .chat-box {
    bottom: 130px;
  }
  /* loan eligibility page css  */
  .result-box-wrap {
    gap: 0 30px;
  }
  .loan-amnt-reslt {
    font-size: 24px;
  }
  .eligibility-main-wrap .tab .tab .tab__item {
    padding: 6px 18px;
  }
  .eligibility-main-wrap .tab__content-item.is--active {
    width: 100%;
    overflow: hidden;
  }
  .eligibility-main-wrap .tab-list-2 {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    justify-content: flex-start;
  }
  .pl-popup-wrap {
    margin: 0 10px;
  }
  .know-more{margin-bottom: 10px;}
  .offering-box .comm-para {
    height: 200px;
}
}
@media all and (max-width: 990px) {

  .abdropdown-inside a:before {
    left: 0.4rem;
  }
  :root {
    --input-height: 45px;
    --top-header-height: 0px;
  }
  .main-container {
    padding: 85px 0 41px;
  }
  .comm-section {
    padding: 32px 0;
  }
  .button {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .tab_drawer_heading {
    display: block;
    border-radius: 25px;
    box-shadow: 10px 19px 60px rgba(0, 0, 0, 0.05);
    padding: 30px;
    cursor: pointer;
  }
  .invest-info-box {
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.05);
  }
  .mt16 {
    margin-top: 26px;
  }
  .footer-top {
    gap: 40px 70px;
  }
  .chat-box {
    width: 52px;
    height: 52px;
    bottom: 80px;
    right: 20px;
  }
  .chat-img {
    width: 20px;
    height: 30px;
  }
  .banner-hdn {
    margin-bottom: 20px;
  }
  .banner-left .comm-para {
    margin-bottom: 24px;
  }
  .banner-list {
    margin-bottom: 32px;
    display: none;
  }
  .banner-list ul li {
    margin-bottom: 16px;
  }
  .offering-box-wrap .f-row {
    gap: 40px 0;
  }
  .offering-box .comm-sec-hdn {
    height: 50px;
  }
  .offering-box .comm-para {
    height: 100px;
  }
  /* inner pages */
  .product-link-box {
    width: 170px;
  }
  .product-link-box i {
    font-size: 42px;
  }
  .comm-hdn-box {
    padding: 40px 0 130px 0;
  }
  .machinery-wrap {
    gap: 30px;
  }
  .interest-box-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-box {
    padding: 40px 50px 50px;
  }
  .comm-sec-hdn {
    margin-bottom: 10px;
  }
  .finetech-sec .sec-hdn {
    margin-bottom: 60px;
  }
  .finetech-sec {
    padding: 80px 0 100px;
  }
  .finetech-img {
    height: 50px;
  }
  .career-hdn-box {
    padding: 40px 0 60px 0 !important;
  }
  /* contact page */
  .contact-Right {
    padding: 60px 60px 70px;
  }
  .contact-left {
    padding: 60px;
  }
  /* about page */
  .who-img {
    width: 460px;
    height: 510px;
  }
  .mission-box {
    border-radius: 20px;
    padding: 30px;
  }
  .team-box {
    border-radius: 20px;
    padding: 150px 30px 40px;
  }
  .team-img {
    border-radius: 20px;
  }
  .invest_container {
    width: 100%;
  }
  .investor-hdn-box {
    padding-bottom: 40px;
  }
  /* loan eligibility page css  */
  .result-box.before-line {
    position: relative;
    padding-left: 26px;
  }
  /*   .loantype-content-left {
    width: 44%;
  }

  .loantype-content-right {
    width: 76%;
  }
 */
  .loantype-content-wrapper {
    flex-direction: column;
  }
  .loantype-content-left,
  .loantype-content-right {
    width: 100%;
  }
  .loan-form {
    padding: 30px;
  }
  .bcmus-box-row {
    margin: 0 auto 34px;
  }
  .date-picker ~ i,
  .time-picker ~ i {
    right: 13px;
    top: 56px;
    font-size: 20px;
  }
  .pl-popup-wrap {
    padding: 40px;
  }
  .word-group{
    margin-left: 0rem;
  }
  .word-group .word{
    font-size: 25px;
  }
}
@media all and (max-width: 834px) {
  .choose-wrap {
    gap: 42px;
    flex-direction: column;
  }
  .eligible-img {
    width: 100%;
    height: 540px;
  }
  .testi-left {
    width: 90px;
    height: 90px;
  }
  .testi-pagination-wrap {
    gap: 0 16px;
  }
  .footer-top {
    gap: 40px;
  }
  
  .blog-pic {
    height: 130px;
  }
  .blog-col h3 {
    font-size: 18px;
  }
  .footer-box {
    padding: 40px 0 40px 0;
  }
  /* inner pages  */
  .product-link-box {
    width: 150px;
    gap: 10px 0;
  }
  .pro-cat-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .pro-cat-wrap ul {
    width: 100%;
    padding: 20px 0;
  }
  .proPosition ul {
    max-width: 110%;
    padding-left: 52px;
  }
  .machinery-wrap {
    flex-direction: column-reverse;
  }
  .machinery-left {
    max-width: 100%;
  }
  .machinery-right {
    width: 100%;
  }
  .feature-wrap .f-row {
    gap: 30px 0;
  }
  .eligibility-right {
    display: flex;
    flex-direction: column;
  }
  .schedule-box {
    padding: 60px;
  }
  .faq-wrap {
    flex-direction: column-reverse;
  }
  .faq-right {
    width: 50%;
  }
  .faq-left {
    width: 100%;
  }
  .partner-hdn-box {
    padding: 40px 0;
  }
  .us-box {
    padding: 30px 26px;
  }
  .partner-img {
    height: 44px;
  }
  .finetech-img {
    height: 46px;
  }
  .with-wrap {
    margin-left: 110px;
    padding: 60px 30px 70px 0;
    gap: 0 50px;
    align-items: flex-start;
  }
  .with-img {
    margin-left: -110px;
    height: 310px;
  }
  .form-grp,
  .form-textarea-group {
    margin-bottom: 20px;
  }
  .with-form-wrap .button {
    margin-top: 20px;
  }
  /* contact page */
  .contact-left .sec-hdn {
    margin-bottom: 70px;
  }
  .contact-left {
    padding: 40px;
  }
  .contact-box-wrap {
    margin-bottom: 60px;
  }
  .contact-Right {
    padding: 50px 50px 50px;
  }
  .attach-wrap span {
    width: 50px;
    height: 50px;
  }
  .attach-wrap span i {
    font-size: 22px;
  }
  .calc-wrap {
    flex-direction: column;
  }
  .calc-left {
    width: 100%;
  }
  .calc-right {
    max-width: 100%;
  }
  /* about page */
  .who-wrap,
  .who-wrap:nth-of-type(even) {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px 0;
  }
  .who-wrap {
    margin-bottom: 80px;
  }
  .mission-sec .comm-sub-hdn {
    margin-bottom: 50px;
  }
  .mission-wrap .f-row {
    gap: 30px 0;
  }
  .team-hdn {
    font-size: 24px;
  }
  .who-sec {
    margin-top: 60px;
  }
  .who-img {
    width: 100%;
  }
  .bcmus-box-row {
    width: 60%;
  }
}
@media all and (max-width: 768px) {
  .headline-wrap{
    margin-left: 10px !important;
  }
  .container {
    max-width: 100%;
  }
  .banner-left {
    max-width:100% ;
  }
  .choose-box {
    padding: 0 20px;
}
  .banner-right {
  display: none !important;
  }
  .hero-swiper-pagination{display: none !important;}
  .banner-img{
    width: 100%;
    height: auto;
  }
  .banner-wrap{
    gap:0;
  }
  .offering-box .comm-sec-hdn {
    height: 100%;
  }
  .eligible-info .sec-hdn {
    margin-bottom: 40px;
  }
  .testi-right .sec-hdn {
    padding-bottom: 50px;
  }
  .blog-pic {
    height: 180px;
  }
  .blog-main-section .f-row {
    gap: 30px 0;
  }
  .eligible-box .comm-sec-hdn {
    height: 90px;
  }
  /* inner page  */
  .comm-hdn-box {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .pro-link-wrap {
    gap: 0 16px;
  }
  .product-link-box {
    padding: 20px 15px;
  }
  .pro-cat-wrap ul {
    width: 122%;
  }
  .comm-hdn {
    font-size: 32px;
  }
  .feature-sec {
    margin: 20px 0;
  }
  .with-wrap {
    margin-left: 0px;
    padding: 40px;
    gap: 50px 0;
    flex-direction: column;
  }
  .with-img {
    margin-left: 0px;
    height: 320px;
    width: 100%;
  }
  .finetech-sec {
    margin: 60px 0 30px;
  }
  .comm-section.us-sec {
    padding: 32px 0 50px;
  }
  .partner-img {
    height: 41px;
  }
  .with-img {
    border-radius: 30px;
  }
  .value-wrap {
    margin-left: 0px;
    padding: 40px;
    flex-direction: column;
    gap: 40px 0;
  }
  .value-img {
    width: 100%;
    margin-left: 0px;
  }
  .contact-box-wrap {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .contact-left {
    max-width: 100%;
  }
  .contact-left .sec-hdn {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 20px;
  }
  .contact-Right {
    padding: 40px;
  }
  .attach-info {
    max-width: 90%;
    height: 100%;
  }
  .pl-popup-wrap {
    margin-top: 0px;
  }
  .count-text span {
    font-size: 30px;
  }
  .count-hdn {
    font-size: 16px;
  }
  .invest-tab-wrap {
    width: 100%;
  }
  .invest-info-wrap {
    flex-direction: column;
  }
  .invest-tabs li {
    padding: 7px 0;
  }
  .banner-sec {
        padding: 125px 0 20px 0px !important;
    }

.header-nav-btn-mob{
  display: flex; padding-bottom: 15px;
  padding-top: 0;
}
.header-nav-btn-mob a{
  font-size: 15px;
  height: 40px;
  line-height: 34px;  padding: 10px 20px;

}
  .invest-tabs li:first-child {
    padding-top: 12px;
  }
  .blog-dtl-img {
    border-radius: 14px;
    height: 300px;
  }
  .testi-info {
    display: none;
  }
  .testi-right {
    width: 100%;
    position: static;
    margin-right: unset;
    transform: unset;
  }
  .testi-wrap {
    padding: 0 15px;
  }
  .testi-wrap::after {
    display: none;
  }
  .testi-box {
    background: #f3f5f9;
    padding: 24px 16px;
    border-radius: 16px;
  }
  .testi-swiper {
    margin-right: 0;
  }
  .header-box .container{
    padding: 0;
  }
  .header-box{
    margin: 20px;
    border: 0;
  }
  .banner-sec{
    padding: 55px 0 0 8px;
  }
  .blog-main-section {
    margin-bottom: 0;
}
.banner-hdn {
 margin-top: 55px;
}
.banner-hdn p{
  font-size: 28px !important;
}
.word-group{
  margin-left: 0rem;
}
.word-group .word{
  font-size: 25px !important;
}
}
@media all and (max-width: 640px) {
  .comm-section {
    padding: 24px 0;
  }
  .banner-sec {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .banner-list ul li::before {
    font-size: 22px;
  }
  .testi-left {
    margin-left: -30px;
    width: 70px;
    height: 70px;
  }
  .blog-pic {
    height: 150px;
  }
  .eligible-box .comm-sec-hdn {
    height: 100%;
  }
  /*   .testi-right {
    top: calc(50% - 290px);
  } */
  .footer-top {
    gap: 19px;
  }
  .link-box-wrap {
    width: 100%;
  }
  
  .footer-btm {
    gap: 18px;
    flex-direction: column;
  }
  .footer-btm-left {
    gap: 14px 0;
    flex-direction: column;
  }
  .eligible-box-wrap {
    gap: 30px 0;
    flex-direction: column;
  }
  .eligible-box {
    padding: 24px;
  }
  .eligible-wrap {
    border-radius: 30px;
    padding: 30px;
  }
  .eligible-img img,
  .eligible-box,
  .choose-box,
  .impact-box,
  .choose-right,
  .testi-content-wrap {
    border-radius: 20px;
  }
  .choose-right {
    padding: 30px;
  }
  .footer-box {
    border-top-right-radius: 0px;
    border-top-left-radius:0px;
  }
  .choose-box {
    padding: 30px;
  }
  /* inner pages  */
  .pro-cat-wrap ul {
    width: 145%;
  }
  .proPosition ul {
    max-width: 136%;
  }
  .comm-btm-box {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .pro-link-wrap {
    gap: 0 20px;
    width: 130%;
  }
  .document-box {
    width: 46%;
  }
  .schedule-box .comm-sub-hdn,
  .interest-sec .sec-hdn {
    width: 100%;
  }
  .faq-right {
    width: 70%;
  }
  .count-text span {
    font-size: 32px;
  }
  .count-hdn {
    font-size: 18px;
  }
  .attach-info {
    max-width: 87%;
  }
  .calc-right {
    max-width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .loan-details {
    width: 100%;
  }
  .with-wrap {
    padding: 30px;
  }
  .bcmus-box-row {
    width: 100%;
  }
  .feature-sec {
    padding: 60px 0;
  }
  .emi-close-wrap i {
    font-size: 30px;
  }
  .pl-popup-wrap {
    border-radius: 18px;
  }
  .pl-popup-wrap .sec-hdn {
    margin-bottom: 28px;
  }
  .pl-popup-wrap {
    padding: 30px 18px 30px 24px;
  }
}
@media all and (max-width: 576px) {
  
  .abdropdown-inside a:before {
    left: 0.4rem;
  }
  .comm-hdn {
    font-size: 32px;
  }
  .banner-hdn p {
    font-size: 36px;
  }
  .banner-left .comm-para {
    margin-bottom: 20px;
  }
  .banner-list ul li {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .banner-list ul li:last-child{
    margin-bottom: 14px;
  }
  .comm-sec-hdn {
    font-size: 18px;
  }
  .eligible-box {
    padding: 10px;
  }
  .eligible-box i{
    font-size: 30px; margin-right: 10px;
  }
  .arrow-icon-box img{
    width: 35px; margin-left: 20px;
  }
  .eligible-box .comm-sec-hdn p{
    font-size: 16px;
  }
  .eligible-img {
    height: 480px;
  }
  .eligible-wrap {
    padding: 30px;
    gap: 40px 0;
  }
  .eligible-box-wrap {
    gap: 20px 0;
  }
  .eligible-box .comm-sec-hdn {
    height: 50px;
  }
  .choose-left .sec-hdn {
    margin-bottom: 30px;
  }
  .word-group{
    margin-left: 0rem;
  }
  .word-group .word{
    font-size: 30px;
  }
  .banner-list ul{
    gap: 9px;
  }
  
  .choose-box {
    padding: 10px 20px;
  }
  .choose-right {
    padding: 0px;
    background: none; border-left: 0;
  }
  .inside-ornage .choose-right .impact-box{max-width: 100%;}
  .inside-ornage .comm-sub-hdn{
    padding: 20px;
  }
  .impact-box-wrap{padding-right: 0;}
  .testi-prev,
  .testi-next {
    width: 40px;
    height: 40px;
  }
  .testi-left {
    margin-left: -30px;
    width: 70px;
    height: 70px;
  }
  .testi-right .sec-hdn {
    padding-bottom: 30px;
  }
  .blog-pic {
    height: 170px;
  }
  .blog-col h3 {
    height: 50px;
  }
  .offering-box:first-child .comm-sec-hdn {
    height: 40px;
  }
  /* inner pages */
  .pro-cat-wrap ul {
    width: 164%;
  }
  .pro-cat {
    margin: -20px 0;
  }
  .count-hdn {
    font-size: 16px;
  }
  .locate-comm-btm-box,
  .about-comm-btm-box {
    padding-left: 0px !important;
  }
  .locate-counter {
    margin-bottom: 0;
  }
  .search-btn-wrap {
    gap: 16px 0;
    flex-direction: column;
  }
  .address-box {
    padding: 16px 24px;
  }
  .abt-counter {
    padding: 28px 0;
  }
  .value-wrap {
    padding: 26px;
  }
  .value-img {
    border-radius: 30px;
  }
  /*   .testi-right {
    top: calc(50% - 320px);
  } */
  .emi-close-wrap {
    top: 20px;
    right: 20px;
  }
  .pl-popup-wrap .button {
    width: 100%;
  }
  .pl-popup-wrap .sec-hdn .comm-para p {
    font-size: 16px;
  }
  .calc-right {
    max-width: 100%;
  }
  .locate-box {
    padding: 20px;
  }
  .testi-para p {
    font-size: 18px;
  }
  .schedule-box {
    padding: 40px;
  }
  .pro-cat-wrap {
    padding: 10px 0;
  }
  .invest-info-box {
    padding: 30px 16px;
  }
  .pdf-title {
    font-size: 14px;
  }
  .investor-pdf-box {
    gap: 8px;
  }
  .investor-pdf-box i {
    font-size: 24px;
  }
  .investor-pdf-download-sec-wrap .f-row {
    gap: 20px 0;
  }
  .investor-pdf-download-sec-wrap {
    padding-right: 14px;
  }
  .commity-hdn {
    font-size: 20px;
  }
  .commity-hdn br {
    display: none;
  }
  .morespace {
    margin-bottom: 20px;
  }
  .pay-company-link {
    padding: 30px 20px;
  }
  .pay-company-link img {
    width: 80%;
  }
  /* loan eligib page css  */
  .result-box-wrap {
    gap: 30px 0;
    flex-direction: column;
  }
  .result-box .form-label {
    margin-bottom: 0;
  }
  .result-box.before-line {
    padding-left: 0;
  }
  .result-box.before-line::before {
    border-left: 0;
  }
  .bcmus-box-row {
    margin: 0 auto 24px;
  }
  .choose-right{
    border-left: 0;
  }
}
@media all and (max-width: 480px) {
  :root {
    --header-height: 70px;
  }
  .main-container {
    padding: 70px 0 41px;
  }
  .banner-hdn p {
    font-size: 32px;
  }
  .offering-box:first-child .comm-sec-hdn {
    height: 100%;
  }
  .offering-box .comm-para,
  .eligible-box .comm-sec-hdn {
    height: auto;
  }
  .eligible-wrap {
    padding: 24px;
  }
  .eligible-img {
    height: 385px;
  }
  .eligible-img img {
    border-radius: 34px;
  }
  .comm-sub-hdn {
    font-size: 26px;
  }
  .testi-content-wrap {
    padding: 30px;
  }
  .testi-left {
    margin-left: -20px;
    width: 60px;
    height: 60px;
  }
  .quotes-img {
    width: 33px;
    height: 33px;
  }
  /*   .testi-right {
    top: calc(50% - 300px);
  } */
  .testi-pagination-wrap {
    top: 10px;
    right: 30px;
  }
  .testi-para {
    height: 180px;
    overflow: auto;
  }
  .testi-para p {
    font-size: 16px;
  }
  .testi-box {
    padding: 30px 30px 34px 30px;
  }
  .designation {
    margin-bottom: 14px;
  }
  .offering-sec .comm-tab-wrap {
    margin-bottom: 40px;
  }
  /* inner pages */
  .comm-btm-box {
    padding-left: 40px;
  }
  .pro-link-wrap {
    width: 160%;
  }
  .comm-btm-box {
    padding-bottom: 28px;
  }
  .pro-cat-wrap ul {
    width: 187%;
  }
  .proPosition {
    padding: 0;
  }
  .proPosition ul {
    max-width: 180%;
  }
  .schedule-box {
    padding: 30px;
  }
  .int-swiper {
    padding: 0px 0;
  }
  .faq-right {
    width: 100%;
  }
  .abt-counter {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .abt-counter .count-box {
    gap: 10px 0;
    width: 46%;
  }
  .abt-counter .count-box:nth-child(2) {
    border: 0;
  }
  .contact-comm-box {
    padding-left: 0;
    overflow-x: hidden;
  }
  .contact-Right {
    padding: 30px;
  }
  .attach-info {
    max-width: 85%;
  }
  .form-box {
    margin-bottom: 16px;
  }
  .form-grp,
  .form-textarea-group {
    margin-top: 0px;
  }
  .emi-popup-wrap {
    padding: 40px 30px;
  }
  .interest-box i {
    margin-bottom: 10px;
  }
  .who-img {
    height: 360px;
  }
  .journey .history-slide .journey-white-box {
    padding: 30px;
  }
  .with-wrap {
    padding: 20px;
  }
  .schedue-btn-wrap {
    flex-direction: column;
    gap: 30px 0;
  }
  .schedue-btn-wrap .button {
    width: 100%;
  }
  .investor-box {
    padding: 30px;
  }
  .director-sec-wrap {
    margin-top: 40px;
  }
  .document-box {
    width: 100%;
  }
  .eligibility-box,
  .document-wrap {
    border-radius: 14px;
  }
}
@media all and (max-width: 432px) {
  .banner-hdn p {
    font-size: 30px;
  }
  .banner-right {
    height: 420px;
  }
  .comm-hdn {
    font-size: 28px;
  }
  .blog-col p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* inner pages */
  .pro-link-wrap {
    width: 180%;
  }
  .pro-cat-wrap ul {
    width: 210%;
  }
  .proPosition ul {
    max-width: 200%;
    padding-left: 30px;
  }
  .document-box-wrap .comm-sec-hdn {
    font-size: 16px;
  }
  .count-text span {
    font-size: 26px;
  }
  .locate-counter .count-hdn {
    max-width: 100px;
  }
  .contact-box {
    padding: 30px;
  }
  .contact-box .comm-sub-hdn {
    font-size: 22px;
  }
  .form-box-wrap .button {
    width: 100%;
  }
  .locate-counter .count-hdn {
    max-width: 160px;
  }
  .payment-gateway-links {
    flex-direction: column;
  }
  .pay-company-link {
    width: 100%;
  }
}
@media all and (max-width: 393px) {
  .banner-hdn p {
    font-size: 26px;
  }
  .eligible-img {
    height: 310px;
  }
  .testi-pagination-wrap {
    position: static;
    margin-top: 14px;
  }
  /*   .testi-right {
    top: calc(50% - 302px);
  } */
  .testi-left {
    margin-left: -26px;
    width: 60px;
    height: 60px;
  }
  .link-box-wrap {
    width: 100%;
  }

  .comm-hdn {
    font-size: 26px;
  }
  .pro-link-wrap {
    width: 205%;
    justify-content: flex-start;
  }
  .pro-cat-wrap ul {
    width: 236%;
  }
  .proPosition ul {
    max-width: 246%;
  }
  .machinery-right {
    height: 320px;
  }
  .schedue-btn-wrap {
    gap: 20px 0;
    flex-direction: column;
  }
  .schedue-btn-wrap .button {
    width: 100%;
  }
  .interest-box:hover {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  }
  .abt-counter {
    padding: 20px 0;
    gap: 20px 0;
    margin-top: 20px;
  }
  .value-img {
    height: 300px;
  }
  .testi-para p {
    font-size: 16px;
  }
  .testi-box {
    padding: 30px;
  }
  .attach-info {
    max-width: 80%;
  }
  .attach-info label {
    padding: 10px;
  }
  .address-box {
    padding: 16px 10px;
  }
  .address-hdn {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .banner-hdn p {
    font-size: 24px;
  }
  .banner-right {
    height: 370px;
  }
  .choose-right {
    padding: 30px 20px;
  }
  .impact-box {
    padding: 25px;
  }
  /* inner pages */
  .product-link-box {
    padding: 15px;
  }
  .pro-link-wrap {
    width: 220%;
    justify-content: flex-start;
  }
  .pro-cat-wrap ul {
    width: 260%;
  }
  .document-img {
    height: 340px;
  }
  .schedule-box {
    padding: 40px 20px;
  }
  .comm-hdn {
    font-size: 24px;
  }
  .comm-sub-hdn {
    font-size: 24px;
  }
  .count-text span {
    font-size: 22px;
  }
  .count-box {
    gap: 5px 0;
  }
  .locate-counter {
    padding: 12px 0;
    margin-top: 30px;
  }
  .comm-hdn-box {
    padding: 40px 0 100px 0;
  }
  .doughnut-box {
    width: 250px;
    height: 250px;
  }
  .comm-btm-box {
    margin-top: -60px;
  }
  .who-img {
    height: 340px;
  }
}

@media (min-width:1281px) and (max-width:1368px){
  .banner-img{height: auto;}
  .know-more{margin-bottom: 10px;}
  .word-group{
    margin-left: 9rem;
  }
  .header-box{margin: 10px 0; border: 0;}
  .footer-top{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .bcmus-box-row{
    width: 30%; margin: 16px;
  }
}
@media (min-width:1200px) and (max-width:1280px){
  .know-more{margin-bottom: 10px;}
  .bcmus-box-row {
    width: 30.33%;}
  .word-group{
    margin-left: 10rem;
  }
  .footer-top{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .offering-box .comm-para {
    height: 160px;
}
}
@media (min-width:993px) and (max-width:1199px){

  .mobile-social {
    display: flex;
    padding: 3px 10px;
    background: #f59232;
   justify-content: center;
   align-items: center;
}

.mobile-social .right-social-top {
  display: flex;  align-items: center;
}
.mobile-social .right-social-top li{
  padding: 5px; color: #fff;
}
.mobile-social .right-social-top li a{
  color: #fff;
}
  .bcmus-box-row {
    width: 46.33%;         margin: 16px;
  }
  .bcmus-sec-wrap{
    justify-content: start;
  }
  .know-more{margin-bottom: 10px;}
  .banner-list ul li:last-child{
    margin-bottom: 16px;
  }
  .banner-list ul li{
    margin-bottom: 16px;
  }
  .word-group{
    margin-left: 9rem;
  }
  .eligible-box {
    padding: 0px;
  }
  .eligible-box i{
    font-size: 48px;
    margin-right: 10px;
  }
  .arrow-icon-box img {
    width: 48px;
    margin-left: 15px;
  }
  .eligible-wrap{
    gap: 40px 0;
  }
  .choose-box{
    padding: 18px;
  }
  .choose-right{
    padding: 0;  border-left: 0;
  }
  .inside-ornage .choose-right .impact-box {
    padding: 0 18px;
  }
  .inside-ornage .comm-sub-hdn{
    padding: 18px;
  }
  .choose-wrap{
    gap: 10px;
  }
  .eligible-wrap{
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
  .eligible-box .comm-sec-hdn{
    width: 180px;
  }
  .count-text{
    height: 150px;
    width: 150px;
  }
  .count-text .counter-value {
    font-size: 70px;
  }
  .count-hdn{
    margin-top: 10px
  }
  .header-box{
    margin: 25px 0 20px 0; border: 0;
  }
  .banner-left {
    max-width:100% ;
  }
  .banner-right {
   display: none;
  }
  .banner-hdn {
    margin-top: 100px;
  }
  .banner-wrap{
    gap:0;
  }
  .banner-img{max-width: 100%;}
  .success-right{top:44%;}
  .logo-box {
    display: none;
  }
  .news-hdn-box {
    padding: 100px 0 60px;
  }
  
  .intSwiper .swiper-slide {
    width: 100% !important;
  }
  .pro-link-wrap {
    width: auto;
  }
  .comm-btm-box {
    padding-left: 0;
  }
  .pro-hdn {
    font-size: 13px;}
    .comm-breadcrumbs {
      margin-top: 70px;
    }
    .comm-para p{
      padding-bottom: 15px;
    }
    .comm-hdn{
      padding-bottom: 15px;
    }
    .interest-box-wrap .swiper-wrapper{display: block;}
    .swiper-pagination{display: none;}

    .who-wrap, .who-wrap:nth-of-type(even) {
      flex-direction: column;
      align-items: flex-start;
      gap: 36px 0;
  }
  .locate-counter .count-text .counter-value {
    font-size: 29px;
}
}
@media (min-width:768px) and (max-width:992px){
  .mobile-social {
    display: flex;
    padding: 3px 10px;
    background: #f59232;
   justify-content: center;
   align-items: center;
}

.mobile-social .right-social-top {
  display: flex;  align-items: center;
}
.mobile-social .right-social-top li{
  padding: 5px; color: #fff;
}
.mobile-social .right-social-top li a{
  color: #fff;
}

  .interest-box-wrap .swiper-wrapper{display: block;}
  .bcmus-box-row {
    margin: 16px; width: 28.33%;
  }
  .swiper-pagination{display: none;}
  .locate-counter .count-text .counter-value {
    font-size: 21px;
}

.footer-btm{
  margin-bottom: 25px;
}
.count-text span {
  font-size: 20px;
}
  .banner-list ul li:last-child{
    margin-bottom: 16px;
  }
  .word-group{
    margin-left: 9rem;
  }
  .eligible-box {
    padding: 0px;
  }
  .eligible-box i{
    font-size: 48px;
    margin-right: 10px;
  }
  .arrow-icon-box img {
    width: 48px;
    margin-left: 15px;
  }
  .eligible-wrap{
    gap: 40px 0;
  }
  .choose-box{
    padding: 18px;
  }
  .choose-right{
    padding: 0;  border-left: 0;
  }
  .inside-ornage .choose-right .impact-box {
    padding: 0 18px;
  }
  .inside-ornage .comm-sub-hdn{
    padding: 18px;
  }
  .choose-wrap{
    gap: 10px;
  }
  .abt-counter .count-box {
    gap: 10px;
    width: 50%;
    margin-top: 0;
  }
  .count-hdn{
    margin-top: 10px;
  }
  .count-text{
    width: 100px;
    height: 100px;
  }
  .abt-counter {
    padding: 15px 0;
  }
  .comm-hdn-box.abt-hdn {
    padding-bottom: 125px;
  }
  .count-text .counter-value{
    font-size: 35px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .logo-box{
    display: none;
  }
  .know-more{
    margin-bottom: 10px;
  }
  .offering-box .comm-para {
    height: 150px;
}
.banner-right{
  display: none;
}
.banner-hdn {
  margin-top: 80px;
}
.comm-hdn-box{padding-top: 120px !important;}

.investor-pdf-download-sec-wrap .f-col{
  width: 100%;
}
.news-hdn-box {
  padding: 100px 0 60px;
}

.intSwiper .swiper-slide {
  width: 100% !important;
}
.pro-link-wrap {
  width: auto;
}
.comm-btm-box {
  padding-left: 0;
}
.pro-hdn {
  font-size: 13px;}
  .comm-breadcrumbs {
    margin-top: 40px;
  }
  .comm-para p{
    padding-bottom: 15px;
  }
  .comm-hdn{
    padding-bottom: 15px;
  }
}
@media(max-width:767px){

  .mobile-social {
    display: flex;
    padding: 3px 10px;
    background: #f59232;
   justify-content: center;
   align-items: center;
}

.mobile-social .right-social-top {
  display: flex;  align-items: center;
}
.mobile-social .right-social-top li{
  padding: 5px; color: #fff; font-size: 15px;
}
.mobile-social .right-social-top li a{
  color: #fff; font-size: 15px;
}
  .bcmus-sec-wrap {
    margin: 10px;}
  .abdropdown-inside a:before {
    left: 0.4rem;
  }
  html {
    scroll-padding-top: 80px; /* match mobile header height */
  }
  .header-nav-btn-mob a {
    font-size: 14px;}
  .interest-box-wrap .swiper-wrapper{display: block;}
  .swiper-pagination{display: none;}
  .interest-box{
    padding: 15px 30px 44px 24px;
  }
  .scroll-top.show {
    opacity: 1;
    visibility: visible;
   
    bottom: 7px;  /* slight lift animation */
  }
  .choose-right{padding: 0;}

  .inside-ornage .choose-right .impact-box {
    max-width: 100%;
    padding: 0 18px;
}
  .choose-wrap{
    gap: 10px;
  }
  .eligible-box{
    /* justify-content: space-between; */
    padding: 0;
  }
  .eligible-box .comm-sec-hdn{
    width: 230px;
  }
  .abt-counter .count-box {
    gap: 10px;
    width: 50%;
    margin-top: 0;
  }
  .count-hdn{
    margin-top: 10px;
  }
  .count-text{
    width: 100px;
    height: 100px;
  }
  .abt-counter {
    padding: 15px 0;
  }
  .comm-hdn-box.abt-hdn {
    padding-bottom: 125px;
  }
  .locate-counter .count-text .counter-value{
    font-size: 21px;
  }
  .count-text span {
    font-size: 17px;
}
  /* product mobile view */
  .product-mobile-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 10px;
  }

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

  .product-item i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff9800;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }

  .product-item a {
    font-size: 16px;
    margin: 0;
    color: #fff;       
    font-weight: normal; 
  }
  .product-item a:hover {
    text-decoration: underline;
  }
  .logo-box{ display: none;}
  .logo-box img{
    width: 100%;
  }
  .link-box-wrap {
    width: 100%;
}
  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.offering-box .comm-para, .eligible-box .comm-sec-hdn{
  height: 154px;
}
.comm-hdn-box{padding-top: 120px !important;}

.investor-pdf-download-sec-wrap .f-col{
  width: 100%;
}
.news-hdn-box {
  padding: 100px 0 60px;
}

.intSwiper .swiper-slide {
  width: 100% !important;
}
.comm-btm-box{
  padding-left: 0;
}
.pro-link-wrap {
  width: auto;        justify-content: center;
} 

.pro-hdn {
  font-size: 13px;}
  .comm-breadcrumbs {
    margin-top: 40px;
  }
  .comm-para p{
    padding-bottom: 15px;
  }
  .comm-hdn{
    padding-bottom: 15px;
  }
  .footer-btm{
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=main.css.map */


