

:root {
    --themetextColor: #1d1d1d;
    --themebgColor: #e6e6e6;
    --themeheadingColor: #0083ca;
    --themeFooterBgColor: #2e3339;
  }
  
.whats-up-btn {
    transform: rotate(360deg) !important;
}

.container-1920 {
    width: 1350px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
html {
  scroll-behavior: smooth;
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
}
.scrollup:hover svg,
.scrollup:focus svg {
  -webkit-animation: toBottomFromTop20 0.5s forwards;
  animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
  bottom: 20px;
}
@-webkit-keyframes toBottomFromTop20 {
  49% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop20 {
  49% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
/* Footer Section Css Start */

 
  footer {
    background: #2e3339;
    color: #757575;
    padding: 1.25rem;
    border-top: 5px solid #1fac4b;
}
.text-justify {
  text-align: justify!important;
}
footer h6 {
  font-size: 14px;
}
footer h5 {
  font-size: 18px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
footer a {
  color: #eeeded;
  line-height: 0px;
}
footer h5,
footer h6{
  color: #757575;
}
footer .social li:last-child, footer .social {
  margin-right: 0 !important;
  padding: 0;
}
.page-elevan .social li {
  width: 24.95px;
  height: 24.95px;
}
.social li {
  background-color: #fff;
  border-radius: 100% 100% 100% 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 60%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 60%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.56rem;
  margin-right: 5px;
  width: 1.56rem;
  text-align: center;
  background: #fff;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  padding: 1px;
}
.social svg {
  color: #666;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
a.facebook:hover, .member-social.dark a.facebook:hover, .social li.facebook:hover {
  background: #3b5998;
}
footer a:hover, footer a:focus, footer a:active {
  color: #b6b8b6;
  text-decoration: none;
}
.social li :hover svg {
  color: #fff;
}
a.twitter:hover, .member-social.dark a.twitter:hover, .social li.twitter:hover {
  background: #00aced;
}
a.ytube:hover, .member-social.dark a.ytube:hover, .social li.ytube:hover {
  background: #bb0000;
}
.list-unstyled li a svg{
  margin-right: 0.5rem;
}
.btn-theme {
    color: #e6e6e6 !important;
    background-color: #0083ca;
    border-color: #007cc0;
}
.btn-theme, .btn-flip {
  border-radius: 0px;
}

.btn-lg {
  font-size: 1.12rem;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 8px 12px;
  line-height: 1.5;
}
.text-center {
  text-align: center!important;
}
.btn-theme:hover {
  color: #0083ca !important;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.btn-theme svg{
  margin-left: 1rem;
}
.green-theme .faqs-top-link ul li a {
font-size: 20px;
}
.reFaq{
  display: flex;
    justify-content: center;
    width: 80%;
}
.closeBtn{
  display: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
  border-radius: 3px;
  transition: all .4s;
}
.hoverClose{
  display: none;
}
.closeBtn:hover{
  background: #fff;
}
.closeBtn:hover .hoverClose{
  display: block;
}
.closeBtn:hover .normalClose{
  display: none;
}
.closeBtn img{
  width: 100%;
  height: 14px;
  object-fit: contain;
}
.dropdown-content {
  transition: all .7s;
}
  /* Footer Section Css End */


  @media screen and (min-width: 1061px) and (max-width: 1370px) {
    .banner-text span.text-success{
      font-size: 42px!important;
      font-weight: 700;
    }
    
    .text-center.p-4.h2.Special-text span {
      font-size: 30px;
      line-height: 50px;
  }
    .banner {
      object-position: center;
  }
    
      footer h5 {
        font-size: 16px;
      }
    .heading h1 {
        font-size: 24px;
    }
    .para p {
        font-size: 16px;
    }
    .theme-btn {
        padding: 5px 10px;
    }
    .premium-services-dropdown,
    .search-btn,
    .blue-btn,
    .white-btn,
    .blue-br-btn,
    .green-theme .green-br-btn,
    .yellow-btn,
    a.buyer-btn{
        padding: 5px 10px;
        font-size: 14px;
    font-weight: 500;
    }
    .buyer-text h1,
    .banner-text h1 {
      font-size: 3.2em!important;
        line-height: 46px;
        font-weight: 500;
    }
    .banner-text p {
        font-size: 20px;
    }
    .banner-text span {
        margin-top: 10px;
        font-size: 20px;
        line-height: 32px;
    }
    .buyer-text p{
        font-weight: 300;
        font-size: 18px;
    }
    .white-box p {
        font-size: 18px;
    }
    .blue-section h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .what-heading h1,
    .step-heading h1,
    .step-list-info h2,
    .loan-type-heading h1,
    .begin-section .section-title,
    .become-gray-section h1,
    .explore-heading h1,
    .work-heading h1,
    .banner-text h1 {
        font-size: 44px !important;
    line-height: 55px;
    margin-bottom: 20px;
    }
    .what-text h2,
    .candidate-text h1,
    .talent-text h1,
    .online-process h1,
    h2.explore-inner-heading,
    .explore-outer .img-heading,
    .fbs-text {
        font-size: 20px;
        font-weight: bold;
    }
    .what-text p,
    .online-process p,
    .become-gray-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .blue-faq-link {
        font-size: 15px;
    }
    .card-heading {
        font-size: 19px;
    }
   
    .bottom-band-text {
        justify-content: center;
    }
    .card-para {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-tab-section .nav-tabs .nav-link {
        padding: 10px 0px;
        font-size: 16px;
    }
    .account-text h2 {
        font-size: 20px;
    }
    .account-text p {
        font-size: 18px;
        line-height: 26px;
    }
    .account-img{
        display: flex;
        justify-content: end;
    }
    .account-img img {
        width: 60%;
    }
    .finance-heading h1,
    .faq-heading h1 {
        font-size: 24px;
    }
    .plateform-containe h2 a {
        font-size: 20px;
        font-weight: bold;
    }
    .plateform-containe p {
        font-size: 16px;
    }
    .plateform-card {
        border: 1px solid #ccc;
        padding: 20px;
        height: 370px;
    }
    .plateform-header {
        height: 100px;
    }
    .faqs-section .btn-header-link {
        font-size: 18px;
    }            
    .btn-header-link .plus-minus
     {
        width: 24px;
        height: 24px;
        border: 2px solid var(--themeheadingColor)
    }
    .green-theme .btn-header-link .plus-minus{
        border: 2px solid #45b269;
    }
    .btn-header-link .plus-minus .plus {
        height: 14px;
    }
    .faq-middle-text,
    .green-theme .faq-middle-text {
        font-size: 20px;
    }
    .process-mobile img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .process-mobile {
        height: 500px;
        overflow: hidden;
    }
    .process-heading h1 {
        margin-bottom: 0px;
    font-size: 24px;
    }
    .green-theme .f-card {
        height: 255px;
    }
    .user-card {
        height: 220px;
    
    }
    .user-card-para p {
        font-size: 16px;
    }
    .step-list-info ul li {
        line-height: 26px;
        font-size: 18px;
       
        margin-bottom: 5px;    
    }
    .large-text {
        font-size: 18px;
    }
    .loan-info p {
        font-size: 16px;
    }
    .faqs-top-link ul li a,
    .green-theme .faqs-top-link ul li a {
        font-size: 16px;
        padding: 0;
    }
    .begin-section .nav-tabs .nav-link {
        font-size: 18px;
    }
    .begin--info p {
        font-size: 20px;
    }    
    .explore-inner {
        width: 220px;
        height: 120px;
        font-size: 24px;
    }
    .tab-large-text {
        font-size: 18px;
    }
    .step-listing li p {
        font-size: 16px;
    }
    .check-round {
        width: 25px;
        height: 25px;
    }
    .step-tab-details p {
        font-size: 16px;
    }
    .round-icon,
    .ans-round-icon {
        width: 50px;
        height: 50px;
    }
    .o-icon {
        height: 30px;
    }
    .fbs-round,
    .light-bg::after, 
    .yelllo-light-bg::after,
    .green-light-bg::after{
        width: 90px;
        height: 90px;
    padding: 24px;
    }
    .tread-box {
        padding: 12px 0px;
        width: 90%;            
    }
    .talent-text ul .talent-icon1::after {
        height: 45px;
    }
    .theme-header .navbar-expand-lg .brand-logo{
      margin-left: 15px;
    }
    .banner-img {
      height: 560px;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .banner-text span{
    font-size: 15px;
    margin: 20px 0;
    line-height: 24px;
}
  .banner-text {
    left: 0;
       padding: 0px 15px;
}
  .blue-section h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 14px;
}
.band-img-text h2 {
  font-size: 23px;
}
  .closeBtn{
    display: block;
  }
  .right-text {
       padding: 50px 20px;
    align-items: center;
  }
  .theme-header .dropdown, .theme-header .dropup {
    height: auto;
    padding: 5px 0px;
  }
  .dropdown:hover .dropdown-content {
    display: none;
}
  .dropdown .dropdown-content.open{
    top: 0;
    height: 100%;
    overflow: auto;
    display: block;
    transition: all .7s;
  }
  .dropdownSpan-list li {
    width: 50%;
  }
  .left-text {
    padding: 30px 30px 60px 30px;
}


  .reFaq {
    display: inherit;
    width: auto;
}
  .pbr .sub-tab-section.is-sticky {
    top: 91px;
  }
  .sub-tab-section.is-sticky {
    top: 91px;
  }
  .btn-fill {
    font-size: 21px;
  }
  .here-is-box .fa {
    font-size: 61px;
}
  .here-is-box h1 {
    font-size: 25px;
  }
  .thankutext h1 {
    font-size: 1.2rem;
  }
  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-title {
  font-size: 1rem;
}
  .buyer-text h1,
  .banner-text h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}
.banner-text span {
  line-height: 28px;
}

    .footer-list {
        margin-bottom: 20px;
      }
      .footer-list:last-child {
        margin-bottom: 0;
      }
      .footer-large-text {
        font-size: 24px;
        margin-bottom: 5px;
      }
      .bottom-footer {
        text-align: center;
      }
      .top-footer {
        background-color: var(--themeFooterBgColor);
        padding: 30px;
      }
      .inner-footer .col{
        flex-basis: auto;
          flex-grow: 0;
        max-width: inherit;
        margin: 10px 0px;
      }
      .container-1920 {
        width: 100%;
    }
    .product-dropdown:hover .search-btn {
      justify-content: center;
  }
  .theme-header .navbar-nav > li > .dropdown-menu.show{
    display: block !important;
  }
  .theme-header .navbar-nav > li > .dropdown-menu{
    display: none !important;
  }
  .theme-header .dropdown:hover .h-link .material-icons{
    transform: rotate(0deg) !important;
  }
  .theme-header .dropdown.show:hover .h-link .material-icons{
    transform: rotate(180deg) !important;
}
.theme-header .dropdown:hover .material-icons{
  transform: rotate(0deg) !important;
}
.theme-header .dropdown.show:hover .material-icons{
  transform: rotate(180deg) !important;
}
.theme-header .dropdown.product-dropdown:hover .search-btn svg{
  transform: rotate(0deg) !important;
}
.theme-header .dropdown.product-dropdown.show:hover .search-btn svg{
  transform: rotate(180deg) !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .reFaq {
    display: inherit;
    width: auto;
}
  .theme-header .dropdown:hover .material-icons{
    transform: rotate(0deg) !important;
  }
  .theme-header .dropdown.show:hover .material-icons{
    transform: rotate(180deg) !important;
  }
  .product-dropdown:hover .search-btn {
    justify-content: center;
}
    .inner-footer .col{
        flex-basis: auto;
          flex-grow: 0;
        max-width: inherit;
        margin: 10px 0px;
      }
      .top-footer {
        background-color: var(--themeFooterBgColor);
        padding: 30px;
      }
      .container-1920 {
        width: 100%;
    }
}
@media screen and (min-width: 1061px) and (max-width: 1370px) {
.bottom-footer .row{
    margin-left: 40px;
    }
    .inner-footer {
        margin-left: 40px;
      }
      .footer-list li a {
        font-size: 13px;
      }
      .footer-large-text {
        font-size: 18px;
        margin-bottom: 5px;
      }
      .bottom-footer span {
        font-size: 16px;
      }

}