@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Poppins:wght@200;500;600;700;800;900&display=swap');

html{
    scroll-behavior:smooth;
    scroll-padding-top:0px;
}
body{
    font-family: 'Poppins', sans-serif;
}
.innerSection h2 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 20px;
    width: 100%;
}
.innerSection h2 span {
    display: block;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}

#verify {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin-bottom: 4px;
    background-color: #1e723f;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 4px;
    padding: 9px 0;
    background-color: #05903c;
}

a.t-c-apply {
    font-size: 12px;
}

p.copy-right {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
}

p.text-white.pt-5.font-weight-light {
    font-size: 12px;
    font-weight: 300;
}

.introText {
    -moz-text-fill-color: white;
    -webkit-text-fill-color: white;
    -moz-text-stroke-color: #25274e;
    -webkit-text-stroke-color: #25274e;
    -moz-text-stroke-width: 1px;  
    -webkit-text-stroke-width: 1px;
    font-size: 70px;
    font-weight: 700;
}
    h3.let-begin {
        font-weight: 700;
        font-size: 22px;
        color: #12b250;
    }
    img.logo {
        width: 280px;
        filter: brightness(1000);
    }
    h2.main-heading {
        color: #3E3E3E;
        font-size: 30px;
        font-weight: 700;
    }
    .border-left-dotted {
        border-right: 2px dashed #ddd;
    }
    .border-bottom-dotted{
        border-bottom: 2px dashed #ddd;
    }
    .border-left-dotted {
        background: white;
        min-width: 260px;
        padding: 10px;
        max-width: 260px;
    }
    
    img.img-fluid.hover-img {
    display: none;
   }
   
   a.popmake-4488 {
    color: #333;
    font-size: 14px;
        cursor: pointer;
}
   
   
   input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
    
    .padding-left-side {
        padding-left: 50px;
        padding-top: 10px;
    }
	.contin{padding-top:3rem;}
    .main-banner{background-image: url('https://www.religareonline.com/wp-content/themes/Campaigns/trade-from-charts/img/zerobrokerageoffer-allsegmentsmodel-web.jpg');  background-size: cover; padding-top:2rem; padding-bottom:3rem;
	
	}
    h5.heading-type {
        font-weight: 700;
        font-size: 16px;
        color: #000;
    }
    p.width-styles {
        font-size: 14px;
        color: #000;
        padding: 0 55px;
        padding-top: 15px;
    }
    p.text-style {
        font-size: 14px;
        font-weight: 400;
    }
    header {
        position: absolute;
        height: 80px;
        width: 100%;
        background: transparent !important;
    }
    li.px-2 {
        list-style: none;
    }
    /* .form-shadow{
        box-shadow: 2px 15px 26px #000000b3 !important;
    } */
.bg-gradient {
        background: #F6FAFD;
}
    h4.product-name-tag {
        margin: 0;
        padding: 8px 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: rgb(77 88 120);
    }
    .product-name>img {
        width: 33px;
    }
    
    .how-to-section{
        background: #F6FAFD;
    }
    .col {
        position: relative;
        top: 0;
        transition: top ease 0.5s;
        min-width: 140px;
        max-width: 140px;
        border-radius: 4px;
        background: #fff;
        text-align: center;
        padding: 5px;
        margin: 4px;
        min-height: 100px;
        display: grid;
        place-content: center;
        border: 1px solid #25274e;
    }

    .row.productlist.mt-2 {
        padding-top: 15px;
    }
    .row.productlist {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .col:hover {
        transform: scale(1.1);
        transition: top ease 0.5s;
        top: -5px;
        box-shadow: 3px 8px 16px #c9c9cd;
        border: 1px solid #25274e;
    }
    section.mobile-section {
        display: none;
    }
    .pro-sec-1 {
        display: flex;
        max-width: 100%;
    }
    .col.w-50 {
        min-width: 48%;
    }
    .tech-investment{
        background-color: #fff;
    }
    .product-div {
        display: none;
        width: 100%;
    }
    .container-progessbar {
        display: flex;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        counter-reset: step;
      }
      .container-progessbar li {
        width: calc(100%/3);
        text-align: center;
        counter-increment: step;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #747d8c;
      }
.container-progessbar li:before {
    content: counter(step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #25274e;
    border: 3px solid #25274e;
    color: #747d8c;
    font-weight: bold;
    margin-bottom: 25px;
    font-weight: 400;
    color: #fff;
}
      .container-progessbar li:after {
    content: "";
    height: 3px;
    width: 85%;
    position: absolute;
    left: -43%;
    top: 23px;
    z-index: 1;
    border-bottom: 2px dashed #707070;
      }
      .container-progessbar li:first-child:after {
        display: none;
      }
.container-progessbar li.active:before, .container-progessbar li.active::after {
    /* background-color: #12b250; */
    /* color: #fff; */
    /* border-color: #12b250; */
  /*  border-bottom: 2px dashed #707070;*/
}
      button.let-begin {
        display: inline-block;
        /* width: 365px; */
        height: 40px;
        border: 1px solid #0f6aaf;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in;
        z-index: 1;
        margin-top: 20px;
        background: #0f6aaf;
        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;
       }
       .logo-fit {
        width: 231px;
        height: 80px;
        padding: 10px 20px;
        border: 1px solid #12b250;
        border-radius: 40px;
        transition: all 0.3s ease-in;
    }
    
    
  .logo-fit:hover img.img-fluid.defult-img{
    display:none
   }
   
  .logo-fit:hover img.img-fluid.hover-img{
   display:block
  }

    .logo-fit:hover{
        
        background-color: #12B250;
    }
    p.copy-right {
        font-weight: 300;
    }
    .form-control {
        border-radius: 10px;
        height: 52px;
        border: 2px solid #cccdcd ;
    }
    .form-control:focus{
        box-shadow: none;
        outline: none;
        border-color: #12b250;
    }

    h1.open-account {
        font-size: 18px;
        font-weight: 400;
        /* border-bottom: 1px solid #ddd; */
        padding-bottom: 10px;
        font-weight: 500;
        color: #333;
    }
    p.message {
        font-size: 10px;
        padding-top: 10px;
        color: #969696;
        text-align: center;
    }
    ::placeholder {
        font-weight: 300;
        color: #969696;
        opacity: 1; /* Firefox */
      }
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #969696;
      }
      ::-ms-input-placeholder { /* Microsoft Edge */
       color: #969696;
      }
      .form-shadow {
        width:380px;
        background:#fcfcff;
        border-radius: 10px;
        
         
        margin-left:auto;
    }
    footer{
        background-color: #363636 ;
    }
	
	
 

/*----------------------------form style---------------------*/
.formfield{
    position: relative;
    /* box-sizing: border-box;
    float: left;
    margin: auto;
    padding: 0px;
    border: 0px;
    font-size: 1em; */
    width: 100%;
  }
  .formfield *{
    box-sizing: border-box;
  }
  /* #firstnamefield, #lastnamefield{
    width: 50%;
    min-width: 250px;
  } */
  /* #addressfield{
    width: 100%;
  }
  #zipcodefield{
    width: 25%;
  }
  #cityfield{
    width: 75%;
  } */
  .formfield>input, .formfield>label,   .formfield>select{
    padding: 0.8em;
    margin: 0.2em;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
  }
  
  .error-in {
    font-size: 12px;
    color: red;
    padding-left: 5px;
    display: block;
    padding-top: 5px;
    display: none;
}
  .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;
}


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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 37px;
}

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

.select2-container--open .select2-dropdown {
    left: 0;
    top: -10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #12b250;
    color: white;
}

button.navbar-toggler {
    background: #fff;
}

.navbar-collapse.collapse.show {
    background: #12b250;
    border: 1px solid #000;
}


img.img-fluid.mobile-img {
    display: none;
}






    @media (max-width: 1024px){
    
    .row.pt-3 {
      padding-top: 0 !important;
    }
    
    .main-banner-site.position-absolute.bottom-0{position:relative !important;}
    
    .formSec{margin-top:0px !important;}
    
 
    
    .col-lg-7.mt-4 {
    margin-top: 0px !important;
    }
    
    .formfield.mb-3 {
    margin-bottom: 6px !important;
    }
    
    .innerSection h2 {
    text-align: center;
    }
    
    header.main_header.py-3 {
        padding: 0 !important;
    }
    
    section.main-banner.py-4 {
     background-image: url('https://www.religareonline.com/wp-content/themes/Campaigns/one-and-elite-plan/img/main-bg.png');
    background-size: cover;
    padding: 0 !important;
     }

    
    p.copy-right.ps-4 {
    padding-left: 0 !important;
    }
    
    
    img.img-fluid.mobile-img {
       display: block;
     }
     
     img.img-fluid.desktop-img{
     
       display: none;
     
     }
  
    
    .container-progessbar {
    padding:0;
    }
    
    .form-shadow {
    width: auto;
    }

        .after::after{
            display: none;
        }
          
        button.let-begin span {
            /* color: #fff; */
            font-size: 13px;
        }

        .logo-fit{height: unset;}
        section.mobile-section {
            display: block;
            padding: 10px 0;
       }
       .container-fluid.desktopView-1{
        display: none;
       }

       .border-left-dotted {
        background: white;
        min-width:208px;
        padding: 10px;
        max-width: 170px;
    }


    .padding-left-side {
        padding-left: 25px;
    }

       
    }


@media (max-width: 768px){
	.main-banner, .contin{padding-top:0px;}
	
.formSec {margin-top:506px !important;}

		.main-banner{background: url('https://www.religareonline.com/wp-content/uploads/2024/03/mob-bg11-1.jpg') no-repeat;  background-size: cover;
		 
		}
		
	 .main-banner-inner{background: url('https://www.religareonline.com/wp-content/themes/Campaigns/trade-from-charts/img/zerobrokerageoffer-allsegmentsmodel-mob.jpg') no-repeat;  background-size: contain;}	
		
		
    
    div#navbarSupportedContent{background: #12b250;}
    
    p.width-styles {
    font-size: 10px;
    }
    
      h5.heading-type, p.text-style{
    font-size:12px;
    }
    p.width-styles{    
        padding: 0px 10px;
    }
        .img-sec.text-center{
            display: none;
        }
    }
	
	
	   @media (max-width: 680px){
		   .formSec {margin-top:279px !important;}
			
	   }
	
	
	
    
      @media (max-width: 375px){
		  .formSec {margin-top:247px !important;}
      .innerSection h2{font-size:14px;}
      .border-left-dotted{max-width:186px;}
      h2.main-heading{font-size:25px;}
      .innerSection h2 span{font-size:23px;}
 
      }
 
    @media screen and (max-device-width:1920px), screen and (max-width:1367px) {
     .container.max-width {
       max-width: 1200px !important;
     }
   }