@font-face {
  font-family: 'Soleil Bk';
  src: url('../font/Soleil-Book.woff2') format('woff2'),
    url('../font/Soleil-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Soleil Lt';
  src: url('../font/Soleil-Light.woff2') format('woff2'),
    url('../font/Soleil-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Soleil';
  src: url('../font/Soleil-Bold.woff2') format('woff2'),
    url('../font/Soleil-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
 
@font-face {
  font-family: 'Soleil';
  src: url('../font/Soleil-Regular.woff2') format('woff2'),
    url('../font/Soleil-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  color: #424e79;
  overflow-x: hidden;
  font-family: "soleil", Sans-seriffont;

}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline
{
    display: none !important;
}

.loader_wrapper{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: url(../img/loader.gif) 50% 50% no-repeat #f1f1f1;
    /* opacity: 0.5; */
}
.reset-capital-banner{
  background-image: url("../img/bg_new.jpg"); 
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.container {
  max-width: 1140px;
}

.hide {
  display: none;
}

/* Top Menu */
.logo {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 90px;
}

.footer-logo {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-left: 90px;

}
.footer-logo a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.logo a {
  color: #3b4ca8;
  font-size: 18px;
  font-weight: 600;    
  line-height: 56px;
  text-decoration: none;
}

.property-logo {
  text-decoration: none;
}

.main-header {
  /* background: #1a2238; */
  align-items: center;
  border-color: #d6d6d6;  
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  color: #1a2238;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 2rem;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

header.main-header nav {
  width: 100%;
  text-align: right;
  padding: 35px 0px;
}

header.main-header nav ul {
  margin: 0;
}

header.main-header nav ul li {
  display: inline;
  padding-left: 27px;
  padding-right: 27px;


}

header.main-header nav ul li a {
  font-family: "soleil", Sans-seriffont;
  font-size: 16px;
  font-weight: 700;
  color: #1a2238;
  fill: #1a2238;
  text-transform: uppercase;
  padding-top: 10px;
  text-shadow: 0 0 #90939D;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
  position: relative;
}

header.main-header nav ul li a::before {
  content: "";
  background: linear-gradient(90deg, rgba(213, 117, 16, 1) 0%, rgba(170, 94, 111, 1) 50%, rgba(132, 73, 187, 1) 100%);
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  opacity: 0;
}

header.main-header nav ul li a:hover {
  line-height: 20px;
  color: #ff6a3d;
}

header.main-header nav ul li a.active {
  color: #ff6a3d;
}

header.main-header nav ul li a:hover::before {
  opacity: 1;
}

.fa-solid.fa-bars {
  display: none;
}

/* baner section */


  
/* .reset-capital-banner h3 {
  padding-top: 20px;
  color: #3b4ca8;
  font-weight: 600;
  font-size: 32px;
} */


/* buying properties section */
  button.btn.btn-primary.homebtn_size {
    padding: 22px 47px;
    border-radius: 2px;
    font-size: 23px;
}
.buying-properties {
  padding-bottom: 50px;
  padding-top: 50px;
}
.points {
    border: 1px solid black;
    margin: auto;
    max-width: 200px;
    padding: 5px;
}
.points .form-group,
.points .form-group label{
  margin-bottom: 0;
}
.points .form-check-input{
  height: 20px;
  width: 20px;
}
.points label.form-check-label{
  font-size: 20px;
  color: #000;
  margin-left: 10% !important;
}

/*Apply style to edge only start for points*/
@supports(--foo: false) {
   .points .form-check-input { accent-color: #007bff; }
  
}
/*Apply style to edge only end for points*/

/*Apply style to IE only start for points*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

     .points .form-check-input { accent-color: #007bff; }
}

/*Apply style to IE only end for points*/

/*footer*/

.main-footer {
  position: relative;
  margin: 0; 
  box-sizing: border-box;
  border-style: dotted;
  /* background: #1a2238; */
  color: #1a2238;
  border-width: 1px 0px 1px 0px;
  border-color: #1a2238;
  padding: 35px 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

footer.main-footer ul li {
  list-style-type: none;
  line-height: 3;
}

footer.main-footer h4 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

footer.main-footer p {
  font-size: 14px;
  font-weight: 300;
}

footer.main-footer ul li a {
  color: #1a2238;
  fill: #1a2238;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .3px;
  padding: 13px 20px;
  line-height: 20px;
  transition: transform .4s;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
footer.main-footer ul li a.social{
  display: inline-block;
  width: 30px;
  font-size: 18px;
}
footer.main-footer ul li a:hover {
  padding: 13px 20px;
  transform: scale(.8);
  text-decoration: none;
  line-height: 20px;
}

.copyright {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}


/* Style by Jalpa */
a.contact-link {
  color: #ff6a3d;
}
a.contact-link:hover{
  text-decoration: none;
}
ol, ul, dl{
  list-style: none;
  padding-inline-start: 20px;
}

.modal-body {
  text-align: center;
}

.modal-header h4 {
  width: 100%;
}

.modal-header .close,
.modal-header .close:hover {
  color: #f8f8fb;
  opacity: 1 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:focus-within,
.btn-primary:target,
.btn-primary:visited,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus, 
 .show > .btn-primary.dropdown-toggle:focus,
 .btn-primary.disabled, .btn-primary:disabled,
 .show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
  background-color: #ff6a3d;
  border-color: #ff6a3d;
  box-shadow:0 0 0 0.2rem rgb(255 106 61);
  border-radius: 0;
}

.btn-default {
  color: #34394C;
  border: solid 0.5px #ff6a3d;
}

.primary-title {
  color: #ff6a3d;
  font-weight: 700;
  font-size: 76px;
}

.primary-title:hover {
  color: #ff6a3d;
  text-decoration: none;
}

.modal-content {
  background: #1a2238;
  color: #f8f8fb;
  border-radius: 0;
}
video.home_video.disable{
  pointer-events:none;
}
.bg-alt-dark.hide{
  display: none;
}
section.check.mb-5.mt-5{
  /* background: url('../img/pointbg.jpg') no-repeat; */
}
.mark-point {
  margin: auto;
  /*padding: 20px;*/
}
ul.point_ul{
  padding-left: 0;
  display: flex; 
}
ul.point_ul > li {
  position: relative;
  padding-left: 40px;
  max-width: 33.33%;
    flex: 0 0 33.33%;
   /*width: -webkit-fill-available !important;*/
}
.mark-point h3{
  color: #3b4ca8;
  font-weight: 600;
}
ul.point_ul > li h3{
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
ul.point_ul > li::before {
  content: '';
  background: url('../img/right_icon.png') no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 30px;
  margin-right: 10px;
}
.mark-point .full-width.mt-5.mb-5 {
    max-width: 900px;
    margin: auto;
}
/* Style by Jalpa */






/*Start Registration form style by hiteshree */

.logo_wrapper a {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.form-video.wrapper{
  position: relative;
}
.bg-alt-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a2238;
  border-radius: 2px;
  padding: 30px;
  width: 100%;
  max-width: 500px;
}

.registration_page {
  margin: 5%;
}

.intro-header {
  color: #3b4ca8;
}

.regist {
  color: #1a2238;
  margin: 3% 0;
  font-size: 26px;
  font-weight: 800;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  background: transparent !important;
  color: #f8f8fb;
  border-color: transparent;
  border-bottom: 0px;
  background-color: transparent !important;
  border-top: none;
  border-left: none;
  border-radius: 0px;
  border-right: 0px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  width: 30%;
}
.input-group-text:after{
  content:"  *";
  color: red;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f8f8fb;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.register {
  color: #f8f8fb;
  width: 100%;
}

.form-check-input {
  margin-left: -0.5rem !important;
}

.form-check-label {
  color: #f8f8fb;
  margin-left: 5% !important;
}


/*FAQ page start*/
.reset-capital-faqbanner{
    padding: 80px 0;
    font-size: calc(52rem/16);  
}
.faq_main .accordion{ 
  margin-bottom: 80px;
}

.faq-question{
  color: #3b4ca8;
  font-weight: 700;
}
.faq-question:hover {
    color: #3b4ca8;
    text-decoration: none;
}
.faq-question:visited{
      text-decoration: none; 
}
.btn:focus{
    outline: 0;
    box-shadow:none; 
}
.btn{
  text-decoration: none;
}
.accordion .card-body{
  padding: 20px 20px 20px 32px;
}
.primary-title.subtitle {
    font-size: 50px;
}
/*FAQ page end*/
  .more_leads {
    margin-bottom: 9%;
  }
  .reset-capital-faqbanner h3 
  {
    font-size: 39px; 
  }


/* media query*/


/*End Registration form style by hiteshree */


/*media query*/

@media screen and (min-width: 768px) {
  #navbar {
    display: block !important;
  }  
   
}
@media screen and (max-width: 1600px) {
  .primary-title{
    font-size: 73px;
  }
}
@media screen and (max-width: 1200px) {
  footer::before { 
    background-size: auto;
  }
@media screen and (max-width:558px) {
  button.btn.btn-primary.homebtn_size{
    padding: 10px 10px;
    font-size: 14px;
  }
}
 
  .logo{
    padding-left: 20px;
    text-align: left;
  }
  .primary-title,
  .logo_wrapper a {
    font-size: 55px;
  }
  .reset-capital-banner h3,
  ul.point_ul > li h3 
  {
    font-size: 20px; 
  } 
  .main-header .col-2{
    display: none;
  }

  .main-header .col-7{
    max-width: 65%;
    flex: 0 0 65%;
  }
  header.main-header nav ul{
    padding: 0;
  }
  header.main-header nav ul li{
    padding: 0 15px;
  }

}
  
@media screen and (max-width: 991px) {
  footer.main-footer ul {
    margin: 0;
    padding: 0;
  }
  .col-4.logo {
    max-width: 50%;
    flex: 0 0 50%;
}
  .main-header .col-7 {
    max-width: 50%;
    flex: 0 0 50%;
}
   .primary-title,
  .logo_wrapper a {
    font-size: 38px;
  }
  .reset-capital-banner h3, .primary-title.subtitle, ul.point_ul > li h3
  {
    font-size: 17px;  
  }  
  footer.main-footer ul li a { 
    padding-left: 0;
  }

  .footer-logo {
    padding-left: 0;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .col-4.logo {
    max-width: 90%;
    flex: 0 0 90%;
}
  ul.point_ul > li {
    max-width: 100%;
    flex: 0 0 100%;
}
ul li {
  margin-bottom:10px;
}
  .mark-point{
    margin-top: 150px;
  }
  .fa-solid.fa-bars {
    font-size: 28px;
    display: block;
    /* margin: 0 -15px; */
  }
 /* ul.point_ul {
     display: contents; 
  }*/
  
  .show .fa-solid.fa-bars:before {
    content: "\f00d";
    position: absolute;
    right: 5%;
    top: -45px;
  }

  #navbar {
    display: none;
    text-align: center;
    font-size: 50px;
  }

  .show #navbar {
    display: block;
  }

  .logo {
    padding-left: 15px;
    flex: 0 0 80%;
    max-width: 80%;
    text-align: left;
    font-size: 22px;
    margin: auto 0px;
  }
  .main-header .col-7{
    max-width: 10%;
    flex: 0 0 10%;
    padding: 0;
    margin: auto;
  }
  .main-header.show .col-7{
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  header.main-header nav ul {
    margin: 0;
    padding: 0;
    /* margin-left: -125px; */

  }

  header.main-header nav ul li {
    display: block;
    text-align: left;
    margin: 0; 
    padding: 20px 0;
     font-size: initial; 
  }

  header.main-header nav ul li a {
    font-size: 16px;
  }

  footer.main-footer ul {
    padding: 0;
  }

  .primary-title,.primary-title.subtitle,
  .logo_wrapper a {
    font-size: 30px;
  }

  .reset-capital-banner h3
  /*ul.point_ul > li h3 */
  {
    font-size: 15px; 
  }

  h3,
  .regist {
    font-size: 20px;
    margin: 0;
  }
  ul.point_ul > li::before{
    height: 20px;
    width: 20px;
    background-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
  .reset-capital-banner.home_page {
    position: relative;
    padding: 0;
    height: 215px;
}
  .reset-capital-banner .col-6.col-sm-6{
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: -100px;
      /*padding: 0;*/
  }
  .faq_main .accordion{
    margin-bottom: 50px;
  }
  .buying-properties {
    padding-bottom: 50px;
  }

  .logo_wrapper {
    padding-top: 50px;
  }

  .regist {
    padding: 50px 0 30px 0;
  }

  .main-footer {
    padding: 36px 0;
  }

  .copyright {
    margin-top: 50px;
  }

  .bg-alt-dark {
    width: 100%;
    padding: 15px;
  } 
   .input-group-text {
    width: 44%;
  }
  .form-video.wrapper.toggleclass {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  ul.point_ul {
      display: block;
      margin-top: 0 !important;
      max-width: 300px;
      margin: auto;
  }
}
@media screen and (max-width: 520px) {
  .reset-capital-banner.home_page{
    background-image: url("../img/mobile.png"); 
    height: 280px;
    padding: 0;
  }
  .reset-capital-banner.home_page h1{
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .reset-capital-banner.home_page{
    height: 200px;
  }
  .col-4.logo img{
    max-width: 50px !important;
    height: auto;
  }
  .col-4.logo a{
    font-size: 16px;
  }
}
