#main {
  margin-top: 50px;
}

.preview-bg { display:none;}

.get-box { 
  background-image: url(../../assets/images/scheme-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 15% 50px;
  padding-bottom: 5%;


}

@media (max-width: 992px) {
  #main {
    margin-top: 80px;
  }
  section {
    padding: 30px 0;
}
.view-all-oe {
  padding: 10px;
}

.terms-title{
    margin-left: 80px;
}
.preview-bg { display: block;}
.get-box { background-image: none;}
}

/* -----------------------------------  get-started start css  ----------------------------------- */
.get-started{
    margin-top: 80px;
  }

 
.get-started .php-email-form {
  background: #2297f1;
  padding: 30px;
  height: 100%;
  border-radius:10px
}
.brands-box { max-width: 650px; margin: auto;}

@media (max-width: 575px) {
  .get-started .php-email-form {
    padding: 20px;
  }
}

.get-started .php-email-form h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.get-started .php-email-form p {
  font-size: 14px;
  margin-bottom: 7px;
  color: #fff;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-started .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input
{
  box-shadow: none;
    font-size: 14px;
    border-radius: 20px;
    color: #b4b4b4;
    font-weight: 700;
    padding: 8px 16px;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: #2297f1;
}

 .register-log {
  background: #fff;
  border: 0;
  padding: 9px 50px;
  color: #2297f1;
  transition: 0.4s;
  border-radius: 20px;
  font-weight: 700;
}

.register-log:hover {
  color: #000;
  outline: none;
}
.register-log:hover {
  outline: none;
}
.form-itr input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-itr label {
  position: relative;
  cursor: pointer;
}

.form-itr  label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #045ea0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background:#fff;
  border-radius: 5px;
}

.form-itr  input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #045ea0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.save-line{
    color: #2297f1;
    font-weight: 700;
    font-size: 36px;
}
section{
  padding: 30px 0;
  overflow: hidden;
}

.form-heading{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
/* -----------------------------------  get-started end css  ----------------------------------- */
/* --------------------repe-up  css start -------------------------*/
.repe-up ul li a span{
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.repe-up ul{
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
  margin: 0 10px;
  padding: 30px;
}

.repe-up ul li a img{
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.repe-up ul li{
  margin-bottom: 15px;
}
.main-heading{
  background: #2297f1;
  /*border-radius: 50px;*/
  font-size: 26px;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  clip-path: polygon(0 0,100% 0,97% 100%,0% 100%);
}

.main-heading-btn{
  background: #2297f1;
  border-radius: 50px;
  font-size: 26px;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
}

.main-heading-btn:hover{
    color: #000;
}

.view-all-oe{
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
  margin: 0 10px;
  padding: 30px;
}
.view-all-oe span{
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.view-all-oe img{
  width: 100px;
  height: 80px;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* --------------------repe-up  css end -------------------------*/

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  /*background: #106eea;*/
  /*top: 0;*/
  /*border-radius: 0px;*/
}

.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.register-iu{
  background: #2297f1;
  color:#fff;
  display: block;
  margin: auto;
  max-width: 220px;
  text-align: center;
  padding: 12px;
}
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.loans-img{
  display: flex;
  background-color:#2196f0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
}
.loans-img span{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.recent-blog-posts .main-heading {
  width: fit-content;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.recent-blog-posts .main-heading-btn {
  width: fit-content;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
 
  border-radius:5px 5px 0 0;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
    right: 0;
    top: 9%;
    background-color: #2297f1;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 20px 0 0 20px;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}
.post-item{
margin-bottom: 20px;
}
.ref-opp{
  position: absolute;
  bottom: 6%;
  color: #fff;
  left: 3%;
  font-size: 16px;
  font-weight: 600;
  
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5fafec;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3c94d7;
}

.recent-blog-posts .swiper-button-prev, .swiper-rtl .swiper-button-next {
  top: 40%;
  left: 0%;
  color: #fff;
  background: #2196f0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.recent-blog-posts .swiper-button-next, .swiper-rtl .swiper-button-prev {
  top: 40%;
  right: 0%;
  color: #fff;
  background: #2196f0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.recent-blog-posts .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 16px;
}
.recent-blog-posts .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 16px;
}

.iter-fi{
  position: absolute;
  z-index: 111;
  top: 40%;
  left: -1%;
}
.recent-blog-posts{
  position: relative;
}
.iter-se{
  position: absolute;
  z-index: 111;
  top: 40%;
  right: -1%;
}

.view-all-oe .col-lg-1.col-md-2 a {
    justify-content: center;
}

.hot-property-title{
    display: none;
}

.properties-holder .info{
    background-color: #2297f1;
}

.terms-title{
    font-weight: 700;
    margin-left: 162px;
}

.form-group .form-control{
    min-height: 40px;
}

.spo-text{
    margin-left: -45px;
    margin-bottom: 15px;
}

.spo-logo{
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .terms-title{
        text-align: center;
        margin-top: 30px;
        margin-left: 30px;
    }
    
    .spo-text{
        text-align: center !important;
        margin-left: 0px;
    }

    .spo-logo{
        text-align: center !important;
        margin-bottom: 15px;
        margin-top: 15px;
        /* margin-left: 90px; */
    }
    
    .main-heading{
        font-size: 19px;
    }
    
    .main-heading-btn{
        font-size: 24px;
    }

}

