html,
body,
.wrapperP {
  width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Light.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-ExtraBold.ttf);
  font-weight: 800;
}

body {
  font-family: "Nunito" !important;
  color: #404040;
  font-weight: 500;
  font-size: 14px;
  background-image: url("../images/sec1-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.title {
  font-family: "EB Garamond", serif;
  font-weight: bold;
}

.dispNone {
  display: none;
}

.w100perc {
  width: 100%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader,
.ajaxLoader {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.loader .lds-ripple,
.ajaxLoader .lds-ripple {
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1126px) {
  .itemImg img {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .owl-carousel .item {
    text-align: center;
    padding: 20px;
  }

  .carousel-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.tnc-content {
  margin: auto;
  padding-top: 10rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 1300px;
  width: 85%;
}

.tnc-content p {
  text-align: justify;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}

.tnc-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.tnc-content h3 {
  text-align: center;
  padding-bottom: 20px;
}

.tnc-content h5 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.tnc-content span {
  padding: 10px 0px;
  line-height: 2.2;
  font-weight: bold;
}

.tnc-content b {
  font-weight: bold !important;
}

.tnc-content ul {
  padding-left: 18px;
}

.tnc-content ul li {
  padding: 5px 0px;
}

.tnc a {
  text-decoration: none;
}

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

.success {
  animation: float 2s ease-in-out infinite;
}

.fail {
  animation: shake-animation 2s ease-in-out infinite;
}

.text-yellow:hover {
  color: #f4d21b;
}

.footer2 {
  padding: 18px 0 5px 0;
  justify-content: space-between;
  /* margin: 0 95px; */
  width: 100%;
}

.footer2 > div {
  align-self: center;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.btn-green-border {
  background: #fff;
  border: 2px solid #1fb173;
  border-radius: 10px;
  font-size: 18px;
  padding: 20px;
  width: 150px;
  margin: auto;
  color: #1fb173;
}

.btn-green-border:hover,
.btn-green-border:focus {
  background: #1fb173;
  border: 1px solid #1fb173;
  color: #ffffff;
}

.fc-grey {
  margin-top: 30px;
}

.fc-grey label {
  /*color:#939393;*/
  font-weight: 500;
  margin-bottom: 10px;
}

.fc-grey .form-control {
  background: #ffffff;
  color: #404040;
  border: 1px solid #f0f1f5;
  box-shadow: none;
  outline: none;
  padding: 0 25px;
  line-height: 45px;
  height: 45px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fc-grey.x2 .form-control {
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
}

.fc-code {
  border-radius: 30px;
}

.fc-code .input-group {
  border-radius: 0;
}

.fc-code .input-group-addon {
  padding: 0;
  border: 1px solid #f0f1f5;
  border-right: none;
  min-width: 80px;
  background: #ffffff;
  margin-right: 25px;
  color: #404040;
}

.fc-code .input-group-addon.disabled {
  background: #eeeeee;
}

.bl-none {
  border-left: none !important;
}

.form-group {
  text-align: left;
  margin-bottom: 1.5rem;
}

.input-group-cus {
  background: transparent;
  border: 1px solid #e0e8f6;
  border-radius: 10px;
  color: black;
  height: 50px;
  display: flex;
  transition: all 0.5s;
}

.input-group-cus .input-group-prepend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.2rem;
  font-weight: 600;
  font-size: 15px;
  padding-top: 3px;
}

.input-group-cus .form-control {
  border: none !important;
}

.jErr,
.jErr label {
  color: red !important;
  font-weight: 500 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.error {
  font-weight: 300 !important;
}

.text-white {
  color: #fff !important;
}

.text-yellow {
  color: #ffda00 !important;
}

.text-orange {
  color: #ea8864 !important;
}

.text-red {
  color: #ff5778;
}

.text-blue {
  color: #0968ec;
}

/*select2*/
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: 2px solid #c9c9c9;
  padding: 11px 18px;
  height: 48px;
  color: black !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 8px;
  width: 8px;
  border-color: black;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  border-bottom-width: 2px;
  border-right-width: 2px;
  transition: 0.3s;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(225deg);
  top: 18px;
  height: 8px;
  width: 8px;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transition: border-width 150ms ease-in-out;
  border-bottom-width: 2px;
  border-right-width: 2px;
  transition: 0.3s;
}

.select2-dropdown.select2-dropdown--below {
  width: 100%;
  right: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e8f4ff;
  color: #3e3e4a;
}

.select2-results__option {
  background-color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e8f4ff;
}
/*.form-group label{
    color: #404040;
}
*/

/*.fc-code input.form-control {
    width: calc(100% - 15px);
}*/

.fc-grey .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #717171;
}

.fc-grey .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #717171;
}

.fc-grey .form-control::placeholder {
  color: #717171;
}
/*
.fc-grey .form-control:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}*/

.fc-code
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #404040;
  width: 80px;
}

.fc-code
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 6px;
}

.fc-blue label {
  color: #006dff;
}

.fc-blue .form-control {
  background: #e7f1ff;
  color: #006dff;
}

.fc-blue.fc-code .input-group-addon,
.fc-blue.fc-code .input-group-addon .select2-selection__rendered {
  background: #e7f1ff;
  color: #006dff;
}

.fc-blue.fc-code .input-group-addon .select2-selection__arrow b {
  border-color: #006dff transparent transparent;
}

.fc-blue-line .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  font-size: 26px;
  padding: 30px 0;
  color: #00d5a1;
}

.fc-blue-line .form-control:focus {
  border-bottom: 2px solid #00d5a1;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #f7f7f7;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #939393;
  line-height: 28px;
  border: none;
  font-size: 15px;
  font-weight: 600;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  outline: none;
  height: 48px;
}

.select2-container {
  width: 80px !important;
}

.input-group-addon {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0;
  border: none;
  /* min-width: 100px; */
  background-color: transparent !important;
}

.input-group-cus .input-group {
  width: auto !important;
}

.select2-dropdown.select2-dropdown--below {
  width: 150px !important;
}

/*boostrap dropdown*/
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu {
  border-radius: 10px;
  color: #fff;
  left: -38px;
}

.dropdown-menu > li {
  color: black;
  font-weight: 500;
  text-decoration: none;
  padding: 4px;
  margin: 3px 0px;
  transition: all 0.5s;
  white-space: nowrap;
  padding: 8px 10px;
}

.dropdown-menu > li > a {
  color: black;
  text-decoration: none;
  display: block !important;
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-item:hover {
  color: #ffd45d !important;
}

.dropdown-menu > li:focus,
.dropdown-menu > li:hover {
  background-color: #e9ecef;
}

a,
.btn {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

footer {
  position: relative;
  text-align: center;
  width: 100%;
  bottom: 0;
  background-color: transparent;
}

/*Vivek*/
/*.select2-container--default .select2-selection--single{
    background-color: #1E2264;
    padding: 0px 0px 0px 35px;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 50px;
}

.select2-container--default .select2-selection--single:focus{
    outline:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 12px 0px 10px 20px;
}

.select2-selection__arrow{
    display: none;
}*/

/*pagination*/
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ffd45d;
  cursor: not-allowed;
  background-color: transparent;
  border-color: none;
  border: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #ffd45d;
  cursor: default;
  background-color: transparent;
  border-color: #337ab7;
  border: none;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #ffd45d;
  background-color: transparent;
  border-color: none;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 14px;
}

.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #00dcff;
}
/*pagination*/

/*Nicholas*/

.bg-panel {
  overflow: hidden;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

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

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

.ml-5 {
  margin-left: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem;
}

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

.p-0 {
  padding: 0px;
}

.mr-0 {
  margin-right: 0px !important;
}

/*mybiaya*/
.container {
  width: 100%;
  height: 100%;
  padding: 0;
}

section {
  position: relative;
}

.mw-container {
  padding: 10px 10%;
  margin: 0 auto;
}

.mw-container2 {
  max-width: 65%;
  margin: 0 auto;
}

.padding-container {
  padding: 8rem 0;
}

.ov.padding-container {
  padding: 5rem 0;
}

.d-flex {
  display: flex;
}

.align-item-center {
  align-items: center;
}

.posRel {
  position: relative;
}

.m-0 {
  margin: 0;
}

.bg-settings {
  width: 100%;
  height: 100vh;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  /* background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); */
  left: 0;
  right: 0;
  padding: 10px 10%;
}

#btnMenu:focus {
  outline: none;
}

.collapse-menu {
  background-color: #4d5359;
  /* background-image: url("../÷/mobile-nav-bg.png"); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 98;
  opacity: 1;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  z-index: 100 !important;
}

.collapse-menu .topRightFlower {
  position: absolute;
  right: 0;
  width: 100px;
}

.collapse-menu .bottomLeft {
  position: absolute;
  bottom: -60px;
  left: -135px;
  /* clip: rect(0, 356px, 264px, 175px); */
  width: 280px;
}

.collapse-menu.show {
  height: 100vh;
  opacity: 1;
}

.noScroll {
  overflow: hidden !important;
}

.collapse-menu #navbar {
  background-image: none;
}

.collapse-content {
  display: inline-flex;
  flex-flow: column;
  height: 100%;
  margin-top: 2rem;
  justify-content: space-between;
}

.collapse-content div a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.collapse-content .nav-scroll,
.collapse-content .nav-tab {
  padding: 20px;
}

.collapse-content .link-button {
  flex-direction: column;
  row-gap: 28px;
  align-items: center;
  margin-bottom: calc(25vh + 1.5rem);
}

.collapse-item:hover,
.collapse-item.active {
  color: #ffc727;
}

.collapse-footer {
  font-size: 16px;
  padding: 8px 5px 18px 5px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.bar1,
.bar2,
.bar3 {
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 7px);
  transform: rotate(-45deg) translate(-1px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -8px);
  transform: rotate(45deg) translate(-1px, -8px);
}

.logo {
  max-width: 140px;
}

.nav-tab {
  margin: 0 20px;
}

.nav-item {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.nav-item:hover,
.nav-item:focus,
.nav-item.active {
  color: #ffda00;
}

.nav-item.active .dot {
  opacity: 1;
}

.nav-item .number {
  font-size: 12px;
}

.nav-item .text {
  font-size: 18px;
  margin-top: 5px;
  text-decoration: none;
  text-align: center;
}

.nav-item .dot {
  width: 8px;
  height: 8px;
  background: #ceb341;
  border-radius: 50%;
  float: right;
  margin-top: 5px;
  opacity: 0;
}

.dropdown-service {
  right: 0;
  background: #343898 !important;
  border-radius: 5px;
  text-align: left;
  min-width: 200px !important;
  margin-left: -40px;
}

.dropdown-service li a {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  white-space: unset;
}

.dropdown-service li a:hover {
  background: transparent;
  color: #ceb341 !important;
}

/*collapsible*/
.collapsible {
  background-color: #fff;
  color: #3e3e4a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
}

.collapsible div {
  max-width: 90%;
}

.collapsible.active,
.collapsible:hover {
  background-color: #eef7ff;
  color: #343898;
}

.collapsible:after {
  content: "\002B";
  color: #3e3e4a;
  font-weight: bold;
  /*float: right;*/
  margin-left: 5px;
  transform: scale(1.3);
  position: absolute;
  right: 18px;
  top: 18px;
}

.collapsible.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}

.content div {
  padding: 15px 0px;
}

.content div li {
  padding: 5px 0px;
}

.content p {
  padding: 5px 0px;
}

.Slider {
  color: white;
  width: 100%;
  position: relative;
  text-align: center;
}

.Slider-content {
  width: 100%;
  height: calc(100vh - 84.5px);
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: space-between;
}

.Slider-content h5 {
  font-size: 48px;
}

.Slider-content p {
  font-size: 20px;
  max-width: 540px;
  margin-top: 4rem;
  line-height: 1.5;
  font-weight: 600;
}

.Slider-content-inner {
  margin-top: -10%;
}

.Slider-slide {
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 1s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.Slider-slide.show {
  opacity: 1;
}

.slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-slider-s1 {
  background-image: url(../images/s1-bg.png);
}

.bg-slider-s2 {
  background-image: url(../images/s1-bg2.png);
}

.bg-slider-s3 {
  background-image: url(../images/s1-bg3.png);
}

.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1;
}

#testimonials .owl-carousel .owl-item .itemImg {
  background: linear-gradient(161.6deg, #ffcd7e -6.95%, #ff8441 99.06%);
  border-radius: 20px;
  padding: 30px;
}

#home {
  position: absolute;
  top: 0;
  z-index: -1;
}

.btn-primary {
  background: #ceb341;
  padding: 13px 30px;
  margin-top: 35px;
  color: #3e3e4a;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #ceb341;
  outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ffffff;
  /*padding: 15px 30px;*/
  border: 1px solid #ffffff;
  color: #343898;
}

.btn-primary-line {
  background: transparent;
  padding: 15px 30px;
  color: #ceb341 !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #ceb341;
  outline: none;
}

.btn-primary-line:hover,
.btn-primary-line:focus {
  background: #ffffff;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  color: #343898 !important;
}

.btn-arrow {
  background: #fff;
  padding: 20px;
  margin-left: -2px;
  margin-right: -2px;
}

.btn-arrow:hover {
  background: #eee;
}

.btn-arrow .left {
  transform: rotate(180deg);
}

.blue-t-box {
  background: rgba(10, 21, 100, 0.7);
  padding: 30px 50px;
  margin-top: 45px;
}

.about-us {
  align-self: flex-end;
  margin-bottom: 10%;
}

.small-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-us .title {
  font-size: 28px;
}

.about-us p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.wa-icon {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.wa-icon-mobile {
  max-width: 35px;
  margin-right: 20px;
}

.wa-icon-mobile img {
  width: 42px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 8px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.bg-img-s2 {
  background: #f9f9f9;
  min-height: 670px;
}

.section-title {
  color: #343898;
  line-height: 1.5;
}

.section-fs {
  font-size: 36px;
}

.section-fs-header {
  font-size: 48px;
  color: #fff;
}

.loan_app_section {
  display: grid;
  grid-template-columns: 50% 50%;
}

.loan_app_box {
  margin-left: 33%;
  max-width: 500px;
}

.ex-desc {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.5;
}

.s2-img {
  max-width: 950px;
  width: 100%;
  height: 100%;
}

.mgr-custom {
  margin-left: 10%;
}

.js-space-between {
  justify-content: space-between;
}

.js-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.collapse-box {
  max-width: 600px;
  margin-top: 30px;
}

.collapse-box .collapsible {
  background: transparent;
  padding: 0;
  color: #3e3e4a;
  font-size: 18px;
  font-weight: 600;
}

.collapse-box .collapsible:after {
  display: none;
}

.collapse-box .collapsible span:after {
  content: "\002B";
  color: #3e3e4a;
  font-weight: bold;
  margin-right: 5px;
}

.collapse-box .collapsible.active span:after {
  content: "\2212";
}

.collapse-box .content {
  padding: 0;
  background: transparent;
  font-size: 16px;
  color: #3e3e4a;
  margin-top: 5px;
  max-width: 400px;
}

.application-years {
  position: absolute;
  bottom: 0;
  right: 33%;
}

.application-years div {
  padding: 30px;
  min-width: 208px;
  background: #0a1564;
  color: #fff;
  margin-left: -2px;
  margin-right: -2px;
}

.application-years div:nth-child(2) {
  background: #343898;
}

.application-years div h5 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.application-years div span {
  font-size: 18px;
  max-width: 100px;
  line-height: 1.5;
}

.bg-img-s3 {
  background: #fff;
}

.s3-img {
  width: 100%;
}

.pdt-custom {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.s3-box-bg {
  height: 430px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.s3-box-bg:hover .s3-box-desc {
  bottom: 62px;
}

.s3-box-bg:hover .s3-box-desc a {
  opacity: 1;
}

.s3-box-bg:hover .s3-box-desc p {
  padding-bottom: 40px;
  -webkit-line-clamp: unset;
}

.s3-box-desc {
  position: absolute;
  bottom: 20px;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.4s;
}

.s3-box-desc h5 {
  font-size: 24px;
}

.s3-box-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.s3-box-desc a {
  border: 1px solid #ceb341;
  color: #ceb341;
  padding: 15px 20px;
  opacity: 0;
}

.s3-box-desc a:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #343898;
  padding: 15px 20px;
}

.bg-img-s4 {
  background-image: url(../images/s4-bg.png);
  min-height: 750px;
  height: 100%;
}

.blue-box {
  background: #343898;
  color: #fff;
  max-width: 500px;
  padding: 60px;
  font-size: 18px;
  margin-top: 30px;
}

.blue-box p {
  margin-top: 30px;
}

.bt-1 {
  border-top: 1px solid #fff;
  width: 55px;
  margin: 0px 10px;
  margin-top: 12px;
}

.btn-arrow2 {
  background: #0a1564;
  padding: 10px 15px;
  margin-left: 10px;
}

.btn-arrow2:hover {
  background: #152384;
}

.btn-arrow2 .left {
  transform: rotate(180deg);
}

.owl-carousel .owl-item img {
  width: auto;
}

#home.owl-carousel .owl-item img {
  height: 100vh;
  width: 100%;
}

/*footer*/
.footer-bg {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footerTop {
  height: 100%;
  margin: auto;
}

.f-sec1 {
  text-align: left;
}

.f-sec1 img {
  width: 90%;
}

.f-sec1 p {
  color: #a7a7a7;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  width: 90%;
}

.f-sec2 {
  text-align: left;
}

.f-sec2 h3 {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  line-height: 2;
  font-weight: 700;
  padding-bottom: 20px;
}

.f-sec3 h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-bottom: 5px;
}

.f-sec3 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.f-sec2 div {
  width: 90%;
  line-height: 3;
}

.f-sec2 h5,
.f-sec3 h5 {
  font-size: 24px;
  color: #ceb341;
  font-weight: 700;
}

.f-sec2 a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.f-sec2 a:hover {
  color: #ceb341;
}

.f-sec3 {
  text-align: left;
  margin-left: 30px;
}

/*.f-sec3 div{
    width: 230px;
    margin: 35px auto;
    line-height: 2.5;
}*/

.f-sec3 img {
  margin: 0 5px;
}

footer {
  background-color: #0d0d0d;
}

.footerBtm {
  color: #fff;
  /* padding: 15px 0px; */
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
  margin: -3px auto auto auto;
  width: calc(100% - 13rem);
}

.copyright {
  padding-top: 6px;
}

.copyright,
.tnc {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: black;
}

.d-grid {
  display: grid;
}

.footerTag {
  display: grid;
  grid-template-columns: 35px 90%;
}

.footerTag img {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

footer .grid4 {
  grid-template-columns: 25% 25% 25% 25%;
  padding: 6rem 0;
}

.grid5 {
  grid-template-columns: 100px 140px 58.5% 21%;
}

.grid2 {
  grid-template-columns: 50% 50%;
}

.socialMedia a img {
  transition: 0.3s;
}

.socialMedia a:hover img {
  transform: translateY(-5px);
}

.form-bg {
  background-image: url(../images/form-bg.png);
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-group label {
  color: black;
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 600;
}

.form-group .form-control {
  background: transparent;
  border: 1px solid #e0e8f6;
  border-radius: 10px;
  color: black;
  height: 50px;
  padding-left: 1.2rem;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.5s;
}

.form-group .form-control:focus {
  border: 1px solid #036efc;
  box-shadow: none;
}

.focus-green-border {
  border: 1px solid #036efc !important;
  box-shadow: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 50%;
  padding: 7px;
  margin-top: 2px;
  background-color: transparent;
  border: 1px solid #5c86b9;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cfdbf0 !important;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfdbf0 !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfdbf0 !important;
}

input[type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 8px;
  background-color: #036efc;
  top: 2px;
  left: -23px;
  border-radius: 50%;
}

input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  background: rgba(0, 0, 0, 0);
  top: 5px;
  left: -17px;
  /* border: 3px solid blue; */
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}

#income option {
  background: #ffffff;
  color: #3e3e4a;
}

select.decorated option:hover {
  box-shadow: 0 0 10px 100px #74f59b inset !important;
}

.contact-message {
  background: #e8f4ff;
  padding: 15px;
  margin-top: 37px;
  font-size: 16px;
}

.standard-bg {
  background: #e8f4ff;
}

.business_desc {
  max-width: 750px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.6;
}

#application .sp-box {
  min-height: 265px;
}

.sp-box {
  background: #0a1564;
  padding: 35px;
  color: #fff;
  margin: 20px 10px;
  max-width: 290px;
  min-height: 230px;
  text-align: left;
}

.sp-box img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  align-self: center;
}

.sp-box b {
  font-size: 18px;
}

.sp-box p {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0px;
  min-width: 200px;
}

/*About*/
.bg-about-s1 {
  background-image: url(../images/about-bg.png);
  width: 100%;
  height: 280px;
  margin-top: 90px;
}

.bg-about-s2 {
  background: #0a1564;
}

.value-box h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px;
}

.value-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  padding: 0px 10px;
}

.bg-about-s3 {
  background: #f9f9f9;
}

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

.fs-about {
  font-size: 30px;
}

.about-content {
  padding: 4rem;
  max-width: 85%;
}

.about-content p {
  padding: 10px 0px;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 16px;
}

.about-align-custom {
  text-align: left;
  margin-right: 7%;
  max-width: 80%;
}

.op-box {
  background: #fff;
  box-shadow: 0px 0px 20px #eeeeee;
  padding: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  min-height: 110px;
}

.op-box img {
  margin-right: 20px;
  margin-left: 15px;
}

.op-box h5 {
  font-size: 18px;
  font-weight: 500;
  max-width: 165px;
  margin: 0px;
}

.p-custom {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-about-s4 {
  background: #343898;
}

.mission-box h5 {
  font-size: 36px;
  line-height: 1.3;
}

.mission-box:nth-child(2) h5 {
  font-size: 28px;
}

.mission-box:nth-child(2) p {
  max-width: 75%;
}

.mission-box p {
  margin-top: 30px;
  border-left: 2px solid #ceb341;
  padding: 3px 30px;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 18%;
  max-width: 62%;
}

.bg-light-blue {
  background: #343898;
}

.box-light-blue {
  margin-top: 30px;
  background: #e8f4ff;
  padding: 30px;
}

.mw-loan {
  max-width: 75%;
}

.loan-fs {
  padding: 5rem;
  margin-left: 3rem;
}

.loan-fs h5 {
  font-size: 32px;
  margin-top: 20px;
}

.loan-fs p {
  font-size: 16px;
}

.btn-blue {
  background: #0a1564;
  border: 1px solid #0a1564;
  color: #fff;
  min-width: 200px;
}

.btn-blue:hover {
  background: #0a1564;
  border: 1px solid #0a1564;
  color: #ceb341;
}

.contact-info {
  background: #343898;
  padding: 70px;
  color: #fff;
  font-size: 15px;
  min-height: 561px;
}

.contact-info h5 {
  font-weight: 600;
  font-size: 20px;
}

.contact-info div {
  padding-top: 15px;
}

.contact-info div label {
  font-weight: 600;
  color: #ceb341;
}

.contact-info div p {
  line-height: 2;
}

.form-box {
  background: #0a1564;
  padding: 40px 10%;
  min-height: 561px;
}

.mh-services {
  max-height: 850px;
}

.mh-about {
  max-height: 580px;
}

.mh-img-s2 {
  max-height: 600px;
}

.bg-bank-loan {
  background-image: url("../images/bank-loan.png");
}

.bg-house-loan {
  background-image: url("../images/house-loan.png");
}

.bg-sme-loan {
  background-image: url("../images/sme-loan.png");
}

.bg-bank-portfolio {
  background-image: url("../images/bank-portfolio.png");
}

.bg-about1 {
  background-image: url("../images/about1.png");
}

.bg-about2 {
  background-image: url("../images/about2.png");
}

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

.apply-online-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.testimonial-section {
  display: flex;
}

.testimonial-list img {
  width: auto !important;
}

.selectCustom {
  font-size: 18px;
}

#counter .current {
  color: #ceb341;
}

.mobile-flex {
  display: grid;
  grid-template-columns: 30% 70%;
}

.mobile-flex
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border-right: none !important;
}

.br-none {
  border-right: none !important;
}

.bl-none {
  border-left: none !important;
}

/*for BM only*/
.BM .bm-text-small p {
  font-size: 14px;
}

.BM .nav-tab {
  margin: 0px 20px;
}

.BM .nav-tab a {
  font-size: 18px;
}

.BM .op-box h5 {
  font-size: 15px;
}

#home.owl-theme .owl-dots {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
/*for BM only end*/

@media (max-width: 1800px) {
  .loan-fs h5 {
    font-size: 28px;
  }

  .loan-fs p {
    font-size: 15px;
  }

  .font-small {
    font-size: 16px !important;
  }

  .contact-info {
    padding: 60px;
  }
}

@media (max-width: 1700px) {
  .loan-fs {
    padding: 3rem;
  }

  .loan-fs p {
    font-size: 16px;
  }

  .about-content {
    padding: 3rem 4rem;
  }

  .op-box h5 {
    font-size: 15px;
  }

  .BM .nav-tab a {
    font-size: 16px;
  }

  .contact-info {
    padding: 50px;
  }
}

@media (max-width: 1500px) {
  .loan-fs h5 {
    font-size: 24px;
    margin-top: 0px;
  }

  .contact-info {
    padding: 40px;
  }

  .loan-fs p {
    font-size: 15px;
  }

  .box-light-blue {
    margin-top: 15px;
  }

  .about-content .mt-5 {
    margin-top: 3rem;
  }

  .loan_app_box {
    max-width: 500px;
    margin-left: 23%;
  }

  .application-years {
    right: 25%;
  }

  .op-box h5 {
    font-size: 14px;
  }

  .about-align-custom {
    max-width: 85%;
  }

  .mh-about {
    max-height: 580px;
  }
}

@media (max-width: 1365px) {
  .mw-container2 {
    max-width: 80%;
  }

  .sticky {
    padding: 10px 3%;
  }

  .sp-box {
    padding: 30px;
    max-width: 320px;
  }

  .f-sec2 a,
  .f-sec2 h3,
  .nav-item .text {
    font-size: 16px;
  }

  .nav-tab {
    margin: 0 20px;
  }

  .btn-primary-line {
    font-size: 16px;
  }

  .fs-about {
    font-size: 26px;
  }

  .op-box {
    padding: 20px;
  }

  .op-box h5 {
    font-size: 14px;
  }

  .loan-fs p {
    font-size: 14px;
  }

  .Slider-content h5 {
    font-size: 40px;
  }

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

  .about-us .title {
    font-size: 24px;
  }

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

  .about-us {
    margin-bottom: 5%;
  }

  .mission-box h5 {
    font-size: 32px;
  }

  .mission-box p {
    font-size: 15px;
  }

  .collapsible {
    font-size: 14px;
  }

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

  .contact-info {
    padding: 30px;
  }

  .contact-info div p {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .mw-loan {
    max-width: 85%;
  }

  .loan-fs p {
    font-size: 13px;
  }

  .contact-info {
    padding: 25px;
  }

  .fs-about {
    font-size: 22px;
    line-height: 1.6;
  }

  .about-content p {
    line-height: 1.6;
  }
}

@media (max-width: 1060px) {
  .loan_app_box {
    margin-left: 18%;
    max-width: 380px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1.35;
  }

  .ex-desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .collapse-box .collapsible {
    font-size: 16px;
  }

  .pdt-custom {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .s3-box-desc a {
    opacity: 1;
  }

  .s3-box-desc p {
    padding-bottom: 40px;
    -webkit-line-clamp: unset;
  }

  .s3-box-desc {
    bottom: 62px;
  }

  .blue-box p {
    font-size: 16px;
  }

  #sendRequest .section-title {
    padding: 0px 37px;
    text-align: left;
  }

  .application-years {
    right: 20%;
  }

  .application-years div {
    padding: 25px;
  }

  .application-years div h5 {
    font-size: 36px;
  }

  .application-years div span {
    font-size: 16px;
  }

  .sp-box {
    min-height: 200px;
  }

  .sp-box p {
    font-size: 14px;
  }

  .mh-about {
    max-height: 610px;
  }

  .bg-about1 {
    background-position: left;
  }

  .bg-about2 {
    background-position: right;
  }
}

@media (max-width: 900px) {
  .header {
    padding: 15px 0px;
  }

  .header ul {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .padding-container {
    padding: 4rem 0;
  }

  footer .grid4 {
    grid-template-columns: 100%;
  }

  .apply-online-section {
    display: block;
  }

  /* .left {
    transform: rotate(90deg);
  } */

  .testimonial-section {
    display: block;
  }

  .bg-img-s4 {
    background-image: url(../images/s4-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .loan_app_section {
    grid-template-columns: 100%;
  }

  .loan_app_box {
    margin-left: 0px;
    max-width: 85%;
    margin: 0 auto;
  }

  .application-years {
    position: relative;
    right: 0;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .application-years div {
    margin: 0;
  }

  .application-years div h5 {
    color: #ceb341;
  }

  .bg-s2 {
    background-image: url("../images/s2-img-mobile.png");
    height: 220px;
  }

  .Slider-content {
    display: flex;
    text-align: center;
    height: 90%;
    align-items: center;
  }

  .Slider-content-inner {
    /*padding-top: 10rem;*/
  }

  .bg-slider-s1 {
    background-image: url(../images/s1-bg-mobile.png);
    height: 105vh;
  }

  .bg-slider-s2 {
    background-image: url(../images/s1-bg2-mobile.png);
    height: 105vh;
  }

  .bg-slider-s3 {
    background-image: url(../images/s1-bg3-mobile.png);
    height: 105vh;
  }

  #s1 .Slider-content-inner .title {
    margin: 0rem auto 0 auto;
    max-width: 280px;
    font-size: 28px;
  }

  .arrw-section {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }

  .about-us {
    flex-flow: column-reverse;
    display: flex;
  }

  .Slider-content p {
    margin-top: 2rem;
    font-size: 16px;
  }

  .btn-primary {
    margin-top: 1rem;
    font-size: 16px;
  }

  .blue-t-box {
    padding: 20px 30px;
    text-align: left;
  }

  .blue-t-box p {
    font-size: 16px;
  }

  .btn-arrow {
    padding: 10px;
  }

  .bg-about-s1 {
    margin-top: 70px;
  }

  .about-content {
    padding: 3rem 0px;
  }

  .mh-services {
    max-height: 400px;
  }

  #about .mgt90 {
    margin-top: 70px;
  }

  .reverse-about {
    display: flex;
    flex-flow: column-reverse;
  }

  .op-box {
    display: block;
    text-align: center;
    min-height: 150px;
  }

  .op-box img {
    margin-right: 0;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .BM .op-box {
    min-height: 165px;
  }

  .about-content {
    max-width: 100%;
    padding: 3rem;
  }

  .about-align-custom {
    margin: 0;
  }

  .value-box {
    margin-bottom: 30px;
  }

  #about .padding-container {
    padding: 4rem 0;
  }

  .value-box h5,
  .value-box p {
    padding: 0;
  }

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

  .small-title {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .mission-box {
    margin-bottom: 30px;
  }

  .mission-box .title {
    font-size: 20px;
  }

  .mission-box:nth-child(2) h5 {
    font-size: 20px;
  }

  .mission-box p,
  .mission-box:nth-child(2) p {
    margin-left: 0px;
    max-width: 100%;
  }

  .mission-box .small-title {
    font-size: 12px;
  }

  .mh-about {
    max-height: 300px;
  }

  .bg-about-s1 {
    background-image: url(../images/about-bg-mobile.png);
    height: 150px;
  }

  .section-fs-header {
    font-size: 28px;
  }

  .dropdown-service {
    margin-left: 0px;
  }

  .langDDOpt {
    left: 0px;
    right: 0px;
    border-radius: 10px;
  }

  .collapse-content div .langDDOpt a {
    color: black;
    font-weight: 500;
  }

  .loan-fs {
    margin-left: 0;
  }

  #about .mgt90 {
    margin-top: 0;
  }

  .about-content .mt-5 {
    margin-top: 0;
  }

  .about-content {
    padding: 4rem 3rem;
  }

  .about-content .small-title {
    margin-top: 0;
  }

  .btn-blue {
    width: 100%;
    margin-top: 30px;
  }

  .faq-contact.mgt100 {
    margin-top: 70px;
  }

  .faq-contact .padding-container {
    padding: 4rem 0;
  }

  .contact-info {
    min-height: auto;
  }

  .contact-info div p {
    font-size: 16px;
  }

  .mw-mobile-custom {
    max-width: 100%;
    margin: auto;
  }

  .mw-mobile-custom2 {
    max-width: 80%;
    margin: auto;
  }

  .clearfix.mgb45 {
    margin-bottom: 0;
  }

  .form-group {
    margin-bottom: 30px;
  }

  footer .grid2 {
    grid-template-columns: 100%;
    text-align: center;
  }

  .copyright {
    margin: 5px 0px;
  }

  .tnc.mgt10 {
    margin-top: 0;
  }

  .tnc a {
    margin: 5px 0px;
  }

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

  .f-sec3 {
    margin-left: 0;
  }

  .f-sec2 div {
    margin: 10px 0px;
    width: 100%;
    line-height: 1.5;
  }

  .copyright {
    margin: 0px auto 10px auto;
    line-height: 1.35;
  }

  .copyright {
    text-align: left;
  }

  .dropdown-service {
    text-align: center;
    left: -25px;
    margin-top: 0px !important;
  }

  .f-sec2 h5,
  .f-sec3 h5 {
    color: #ceb341;
    margin-top: 50px;
    font-size: 18px;
  }

  .faq-img {
    margin-top: 30px;
  }

  .sp-box {
    margin: 20px auto;
  }
}

@media (max-width: 380px) {
  #s1 .Slider-content-inner .title {
    margin-top: 4rem;
    max-width: 230px;
    font-size: 24px;
  }

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

  .btn-primary {
    margin-top: 2rem;
  }

  .about-us .title {
    font-size: 22px;
  }

  .Slider-content p {
    font-size: 12px;
  }

  .arrw-section {
    margin-top: 30px;
  }

  .blue-box {
    padding: 60px 30px;
  }

  .op-box {
    min-height: 160px;
  }

  .op-box h5 {
    font-size: 13px;
  }

  .blue-t-box {
    margin-top: 25px;
  }
}

#navbar {
  background: #181818;
  margin: auto;
}

#navbar > div {
  max-width: 2000px;
}

#navbar.mw-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
}

#navbar div:last-child {
  display: flex;
  align-items: center;
}

#navbar div:last-child div:first-child {
  margin-left: 0;
}

.collapse-menu #navbar {
  background: rgba(3, 110, 252, 1.55, 0.53);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.6px);
  -webkit-backdrop-filter: blur(8.6px);
}

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

.btn-download {
  background: rgb(255, 214, 2);
  background: linear-gradient(
    180deg,
    rgba(255, 214, 2, 1) 0%,
    rgba(255, 101, 41, 1) 100%
  );
  border-radius: 40px;
  transition: all 0.5s;
  border: none;
  padding: 10px 20px !important;
}

.btn .apply-now-img {
  margin-right: 8px;
  position: relative;
  top: -2px;
  width: 23px;
}

.btn-download:hover,
.btn-apply-loan:hover {
  filter: brightness(0.9);
  color: white;
}

.btn-download:active,
.btn-download:visited,
.btn-apply-loan:active,
.btn-apply-loan:visited {
  color: white;
}

.dropdown-menu.mobile {
  min-width: 120px;
  padding: 8px 0;
}

.dropdown-menu.mobile li a {
  color: black;
  /* padding-right: 65%; */
}

.text-light-green {
  color: #74f59b;
}

section {
  margin-top: -10px;
}
#group-few-id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../images/Landing Lalalend - bg5.png") no-repeat center
    center;
  background-size: cover;
}

#how-it-works {
  background: url("../images/Landing Lalalend - bg4.png") no-repeat center
    center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
