/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
    background: url("../img/insta/Background.png") center top no-repeat;
}

a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif !important; }
body{font-family: 'Poppins', sans-serif; position: relative; font-size: 14px;}
:root {
  scroll-behavior: smooth;
}
a{color: #212121; text-decoration:none;}
a:hover{color: #212121; text-decoration: none;}
button{background:#1D7240; border-radius: 5px; height:55px; border: 0px;font-family: 'Poppins', sans-serif !important;  min-width: 100%; color: #fff !important; font-size: 16px !important;  font-weight:600;}
button:hover, button:active, button:focus{background:#212121; color:#fff !important;}

h1{font-size:36px; line-height:75px;}

p{font-family: 'Poppins', sans-serif !important; font-size: 16px; line-height: 25px; }

h2 {
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 18px;
}


.dark-blue{background-color: #071E2C;}
.text-dark-blue{color: #071E2C;}
.religare-green-bg{background-color: #2B6C43;}
.yellow-bg{background-color: #FFFF00;}
.teal-blue-bg{background-color: #12A0D8;}
.light-blue{background-color: #F0F5FB;}
.grey-blue{background-color:#fff;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.frmFld.btnS{ margin-top:23px !important;}
.frmFld{width:100%; float:none; margin-right:0px;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #52df32;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
 
.headersec{padding:20px 0px; border-radius:0px 0px 10px 10px;}
.headpunchLine{padding-top:0px;}
 .account-links {
    font-size: 14px;
    padding: 5px 0px;
    min-width: 165px;
    margin: 0px;
    text-align: center;
    background-image: linear-gradient(to right, #18839e, #289e5e) !important;
    background: linear-gradient(120deg, #176e37 15px, #176e37 37%, #47d77c 99%);
    position: relative;
    z-index: 1;
    overflow: hidden;
 
    border-radius: 25px;
}
.btn-green{display: inline-block; vertical-align: middle; color: #fff; line-height: 30px;}
a.account-links.btn-green:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    border-radius: 6px;
    transition: all 0.5s ease-in 0s;
}
a.account-links.btn-green:hover {
    color: #fff;
    border: 1px solid #1d8c8b !important;
}
 .account-links:hover::after {
    background: #fff;
    width: 100%;
    border-image: linear-gradient(45deg, #2ca54c, #18839e);
}
 

#hero{background: url("https://www.religareonline.com/wp-content/uploads/2024/05/Landing-page-banner.png") center top no-repeat;    background-size: cover;}






/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
 
}
 

@media (max-width: 1366px) {
 
}

 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {width: 100%; padding-top:100px; padding-bottom: 0px;}
 
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top:0px;
  text-align: center;
 
      padding-bottom: 20px;
}
 

#hero h1 span {
font-size: 46px;
background: #197C38;
background: linear-gradient(to right, #197C38 0%, #067EC4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: 900;
}

#hero h1 span img{width:120px;}

.textbox h2 {
  color: #2B2B2B;
  margin:0px 0 0 0;padding:0px;
  font-size: 34px;    text-align: left;text-transform: uppercase;
}

#hero .icon-box {
background:#fff;
  padding:10px 10px 0px 10px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height:95%;
  text-align: center;
    box-shadow: 0px 0px 10px 0px #cacaca;

border-radius:10px;
}

#hero .mainBtn{background: linear-gradient(to right, #197C38 0%, #067EC4 100%); color:#fff !important; font-weight:400;}
#hero .mainBtnBox{width:70%;}
#hero .mainBtnBox a{color:#fff !important;}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size:18px;
  line-height: 26px;
}

#hero .icon-box p{color:#171717; padding-top:10px; font-size: 12px; line-height: 16px;}


#hero .icon-box h3{
  color:#fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3:hover {
  color:#52df32;
}

#hero .icon-box:hover {
  border-color:#52df32;
}

#hero .icon-box:hover h3{color:#52df32;}

 


.bg-gradient {
    background-image: linear-gradient(to right, #18839e, #289e5e) !important;
}

#hero .headicons img{width:54px; height:54px;}

@media (min-width: 1024px) {
 
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  
    #hero .mobHead h2 {
    font-size: 26px;
    line-height: 24px;
    font-weight:600;
  }
}



/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.mainbanner {
  width: 100%;
margin-top: 70px;
position: relative; background: url("http://religareonline.com/wp-content/uploads/2022/11/rta-banner.png") no-repeat; background-size: cover;  padding-top:20px; background-size:cover;
 /* height: 527px;*/
  }

.mainbanner img{width: 100%;}

.mainbanner1 {
  width: 100%;
  margin-top: 70px; position: relative; background: url("../images/Banner1.jpg") no-repeat; background-size: cover; height: 527px; padding-top: 70px; background-size:cover;}

.mainbanner1 img{width: 100%;}

.mainbanner2 {
  width: 100%;
  margin-top: 70px; position: relative; background: url("../images/banner3.jpg") no-repeat; background-size: cover; height: 527px; padding-top: 70px; background-size:cover;}

.mainbanner2 img{width: 100%;}

#registration_form{position:relative;}
#resendOtpS a{font-size:12px; display:block; color:#9D9D9D; text-align:right; cursor:pointer;}

.banner_content{padding-left: 0; }
.banner_content h2::after{background:url("../images/wstroke.png") no-repeat; width: 100%; content: ''; position: absolute;bottom: -12px; padding: 2px;left: 0px;}

h2{ padding: 0 0 0px 0; margin:0px; color: #2B2B2B; font-size:18px; line-height:18px;}
 
.banner_content p{font-size: 24px; line-height: 34px;margin-top: 30px; color: #ffff00;}
 
.leadform{background:#ecf3fe; padding:20px 29px 33px 29px; border-radius:20px; border:1px solid #aed5dd;}

h1.open-account {
    font-size: 18px;
   line-height: 35px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #333;
}


.formfield{
    position: relative;
    text-align: left;
    width: 100%;
  }
  .formfield *{
    box-sizing: border-box;
  }
  
  .formfield>input, .formfield>label,   .formfield>select{
    padding: 0.8em;
    margin: 0.2em;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
	text-align: left;
	font-size: 16px;
  }
  
  .error-in {
    font-size: 12px;
    color: red;
    padding-left: 5px;
   
    padding-top: 5px;
    display: none;
	text-align:left !important;
}
  .formfield>input{
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    outline: none;
    height: 40px;
    cursor: pointer;
    font-size: 15px;
    padding-left: 18px;
    padding-top: 15px;
    background:#fff;
  }

  .formfield>input:focus{
    outline: 1px solid #21927b;
  }
  .formfield>label{
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    color: #ccc;
    white-space: nowrap;
  }
  input:focus + label, input:valid + label{
    color: #000000;
    font-size: 0.8em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background: #f9f9fb;
    transition: 0.2s ease-in-out;
    top: -5px;
    left: 1em;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    height: 40px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.notes {
    font-size: 11px;
    margin: 0;
    text-align:left;
	    line-height: 18px;
}


button#loadMore {
    padding: 10px 20px;
    color: #fff;
    background: #12b250;
}

.resend a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
}

button.let-begin span {
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in;
}

p.otp-text {
    font-size: 12px;
    text-align: right;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #12b250;
    color: white;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
	padding-top:4px;
}

 .select2-container--default .select2-selection--single .select2-selection__arrow{top:14px !important;}

button.let-begin {
        display: inline-block;
        /* width: 365px; */
        height: 40px;
        border: 1px solid #013d2a;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in;
        z-index: 1;
        margin-top: 20px;
        background: #013d2a;
        border-radius: 50px;
        border-radius: 10px;
        line-height: 20px;
        border-radius: 10px;
    }
       
       button.let-begin::before,
       button.let-begin::after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        transform: skew(15deg);
        transition: all 0.5s;
        overflow: hidden;
        z-index: -1;
       }
       .lead-form {
        border-radius: 25px;
       }
       .after::after{
        position: absolute;
        content: '';
        right: -7px;
        width: 1px;
        height: 25px;
        background-color: #fff;  
       }

      .after:hover {
        color: #4a0b0b;
    }
       button.let-begin::before {
        left: -10px;
        background: #36bd6b;
       }
       
       button.let-begin::after {
        right: -10px;
        background: #36bd6b;
       }
       
       button.let-begin:hover::before,
       button.let-begin:hover::after {
        width: 58%;
       }
       
       button.let-begin:hover span {
        color: #fff;
        transition: 0.3s;
       }
       
       button.let-begin span {
        color: #fff;
        font-size: 14px;
        transition: all 0.3s ease-in;
       }
	   
	   button.let-begin.submit-btn{background:#12b250;}
        button.let-begin.submit-btn::before {
        left: -10px;
        background: #013d2a;
       }
       
       button.let-begin.submit-btn::after {
        right: -10px;
        background: #013d2a;
       }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
 

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

section.about{padding-top:107px;}
.AboutSec img{width:100%; margin-top: -5px;}
section h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
}






/*--------------------------------------------------------------
# count box section
--------------------------------------------------------------*/

.about .count-box i {
    display: block;
    font-size: 48px;
    color: #94c045;
    float: left;
    line-height: 0;
}
.about .count-box {
    width: 100%;
}
.about .count-box img{width:20%; float:left;}

.about .count-box span {
    font-size: 22px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #444444;
    margin-left: 50px;
}
.about .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #646c55;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{display:flex;}

.services .icon-box {
     text-align: center;
  padding:10px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width:100%;
  
}

.services .icon-box span{display:block;}
.mainserviceBox{background: #fff; border-radius:20px; padding: 10px 20px; width:70%;}
.services .icon-box .icon {
   justify-content: center;
  border-radius: 4px;
  display: flex;
 
 border-radius:10px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
margin-bottom: 15px;
font-size: 16px;
font-weight: 400;
line-height: 24px; 
}

.services .icon-box:hover .services .icon-box h4{font-weight:600 !important;}

.services .icon-box:hover{border: 1px solid #ccc;  border-radius:10px;}

.services .stepBox .icon-box:hover{border:none;}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .mainserviceBox .icon-box h4:hover{font-weight:600;}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  border-color: #52df32;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #52df32;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background:#52df32;
  border-color:#52df32;
  color: #151515;
}
  

.counters{padding-top:70px;}
.AboutSec h2{font-size:24px; font-weight:600; line-height:48px; color:#127D6B;}
.AboutSec h3{font-size:16px; font-weight:400;}
.stepBox{display:flex; justify-content:center;}
.stepsec h3{font-size:20px; font-weight:500;}
.stepsec h2{font-size:28px; font-weight:700; color:#2B2B2B;}
.stepsec .icon-box{width:100%;}
.stepsec .icon-box .icon{justify-content:center;}
.textbox{align-self: center;}
.stepBox .icon-box:hover{box-shadow:none;}


@media (max-width: 1390px) {button.let-begin span{font-size:14px;}}

@media (max-width: 768px) {
section.about{ padding-top: 40px;}
.about .count-box img{width:15% !important; margin-right:15px; margin-top:-4%;}
#hero {
    background: url("https://www.religareonline.com/wp-content/uploads/2024/05/option-trade-mob.jpg") center top no-repeat;
    background-size: contain;
	min-height:510px;
	padding-top: 430px;
	
}
#hero .container{background:#e0eef7;}

}


@media (max-width:500px) {
	
	button.let-begin span{font-size:16px;}
#hero .container{background:#e0eef7}	
#hero{min-height:283px;}
section.services{padding:20px 0px !important;}
#header .logo img {width:90%;}
#hero h1 span{font-size:28px;}
#hero h1 span img {width:65px;}
.headpointers{padding-top:0px;}
#hero .mainBtnBox{width:100%;}
#hero h2{margin-top:20px;}
#hero h1 span{font-size:28px;}
#hero h1 span img{width:68px;}
.headpointers{padding-top:0px;}
#hero .mainBtnBox{width:100%; margin-top:0px;}
section#form{top:73%;}
.leadform{margin-top:0%; padding-bottom:40px !important;}
#hero{padding-top:250px;}
.mainImage{padding-top:25px;}
#resendOtpS a{right:322px !important;}
section.about{padding-top:25px !important; padding-bottom:0px !important;}
.services.stepsec{padding:20px 0px;}
.stepsec h2{font-size:20px !important;}
iframe {width:390px !important; height:212px !important;}
.services .icon-box{padding:10px 0px 0px 0px !important; margin:15px !important;}
section h3{font-size:23px; line-height:35px;}
#dmatsec .section-title h2{margin-bottom:0px;}
.section-title{padding-bottom:0px;}

}

@media (max-width:390px) {
	    #hero {
        min-height: 250px;
		padding-top: 222px;
    }
	
}