
/* Need to Inverst */
.form-fields input{
    padding: 0px 15px;
}
.needtoinverst{
    width: 100%;
    background-color: #F0F2F0;
    margin-top: 55px;
    padding-top: 10px;
    padding-bottom: 20px;

}
.waytoinvest_arrow_icon{
    font-size: 11px !important;
}
.waytoinvest_redir{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.title-h2{
    text-align : center;
    margin: 15px 0px;
        font-size: 28px;
        font-weight: bold;
    
    }
.form-fields {
   display: flex;
   flex-direction: column;
}
.form-fields label{
    font-size: 18px;
    font-weight: 500;
}
.form-fields label {
    margin-bottom: 12px !important;
}
.inverstnow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.inverstnow .form-fields{
    flex:0 0 33.33%;
     max-width:33.33%;
     padding: 0px 15px;
}
.button {
    background-color: #506d4d;
    border: none;
    border-radius: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin-top: 25px;
    cursor: pointer;
}
.submitbtn{
    text-align: center;
}
input {
   
   
    border-radius: 8px;
    border-width: 0.5px;
    border-style: solid;
    border-color: #969f6e;
    padding-left: 15px;
}
.error-message{
margin-top: 7px;
color: red;
font-size: 15px;

}


.main-div4 {
    
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

.invest {
    margin-top: 30px;
}
.p-usp {

    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.last-element {
    border-right: none;
    width: 260px;
}
.usp-maindiv {
    margin: 0px 110px;
    

}

.redir{
    color:#3e593c;
    font-size: 16px;
    font-weight: bold;
}
.line{
    border-right: 1.5px solid #a3a3a3;
}

.main-tabs {
    height: 75%;
    /* width: 90%; */
    border: 1px;
    
    /* margin-left: 67px; */
}

.tabs {
    height: 50px;
    width: 19.8%;
    border: 1px;
    float: left;
    border-bottom: 2px solid #e6e6e6;
}

.p-class {
    margin-top: 25px;
    font-size: 18px;
    color: #3e593c;
}


.active-span {
    border-bottom: 3px solid red;
    padding-bottom: 5px;
  }

@media (min-width: 300px) and (max-width:600px){

  

   
    .error-message{
        margin-top: 0px;
    }
 
}
@media (min-width:700px) and (max-width:890px) {

    
}   
@media (max-width:576px){
.main-tabs li a{
font-size: 20px !important;
}
}
/* 125% */
@media (min-width:1000px) and (max-width:1150px)  {


    .p-usp 
    {
       
        font-size: 15px;
        line-height: 15px;
    }
    .redir
    {
        
        font-size: 14px;
    }
} 
/* 110% */
@media (min-width:1151px) and (max-width:1199px)  {

    .p-usp{
        font-size: 15px;
    }
    .redir{
        font-size: 13px;
    }
} 
/* 100% */
@media (min-width:1200px) and (max-width:1299px)  {

    
} 



@media (min-width: 1500px)and (max-width: 1750px){
    
    .inverstnow {
        /* margin-left: 30rem; */
    }
    }
     
/* Form List - Gowtham - 26 Feb 2024 */
#submit_btn{
    padding: 15px 20px;
}
    .forms-container{
        margin: 0 auto;
        width: 100%;
        max-width: 1240px;
        padding: 0 15px;
    }    
    .emtRecHide {
        display: flex;
        justify-content: center !important;
        min-width: 100%;
        min-height: 50px;
        align-items: center;
        background-color: #f2f2f2;
    }
    .emtRecHide span{
        font-size: 20px;
        font-weight: 500;
        color: #3e593c;
    }
    .emtRecShow{
        display: none !important;
    }
    .forms-container .tab-content {
        display: none;
    }
    .forms-container .tab-content.active {
        display: block !important;
    }
    .main-tabs .nav-item.active {
        position:relative;
     }
 .main-tabs .nav-item.active::before {
     position:absolute;
     content:'';
         height:5px;
     left:0;
     bottom:0px;
     right:0px;
     border-radius:10px;
         background-color: #c7222a !important;
       
     }
    .main-tabs .nav-item{
        min-width: max-content;
        padding: 0 15px;
        flex:0 0 25%;
    }
    .main-tabs li a{
        display: flex;
        font-size: 18px !important;
        color: grey !important;
        min-width: max-content;
        width: 100%;
        justify-content: center;
        padding: 20px 0px !important;
    }
    .main-tabs li.active a{
        color: #3e593c !important;
        font-weight: 900;
        font-size: 18px !important;
        padding: 20px 0px !important;
    }
    .scrollable-tabs{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 90%;
    }
    .scrollable-tabs::-webkit-scrollbar{
        display: none;
    }
    .scroll-arrow{
        font-size: 20px;
        width: 5%;
        color: #3e593c;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination-container {
        margin: 20px 20px;
        display: flex;
        justify-content: center;
    }
    .pagination li .prev-link, .pagination li .next-link{
        font-size: 26px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    li.prev, li.next{
        padding: 0 5px;
        cursor: pointer;
    }
    li .prev-link, li .next-link  {
        color: #3e593c !important;
    }
    a.afDowloadCss {
        padding: 0 10px;
    }
    .formDesktop, .formDesktop a, .formDesktop span{
        cursor: pointer;
    }
    .pagination-item, .pagination-item a, .pagination-item span{
        font-size: 18px;
    }    
    .forms-container .tab-content .row:nth-of-type(odd) {
        background-color: #f6f6f6;
    }
    .pagination-item div.formDesktop{
        
        justify-content: center;
        display: inline-flex;
        font-size: 20px;
    }
    .pagination-item .formTitle{
        
        justify-content: flex-start;
    }
    .forms-container .nav{
        --bs-nav-tabs-border-width: 0 !important;
    }
    .pagination-container .pagination{
        align-items: center;
    }
    .pagination li a {
        width: 10px;
        height: 10px;
        margin: 0px;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        border-radius: 5px !important;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .pagination .page-item {
        margin: 0 5px;
    }
    .pagination li a:hover{
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }
    li.page-item.active a {
        background-color: #969f6e;
        border-color: #969f6e;
        width: 20px;
        z-index: 0;
        cursor: not-allowed;
    }
    .forms-container .pagination{
        --bs-pagination-padding-y: auto !important;
    }
    #formDownload{
        float: right;
    }
    .formMobile{
        display: none !important;
        position: relative;
    }
    .pagination-item > div, .pagination-item > p {
        display: inline-flex;
        align-items: center;
        font-size: 20px;
        padding: 15px;
        color: #3e593c;
        min-height: 50px;
    }
    .pagination-item{
        display: flex;
        justify-content: space-between;
    }
    .actions_cl{
        display: flex;
        align-items:center;
        column-gap:40px;
    }
    .pagination .prev{
        margin-right:30px
    }
    .pagination .next{
        margin-left:30px
    }
.form-fields input{
    width:auto ;
    height: 43px;
}
.need_to_invest_main{
    max-width:1240px;
    margin: 0 auto;
}
.waytoinvest{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}
.waytoinvest .usp{
    flex:0 0 20%;
    max-width:20%;
    padding: 0px 15px;
    margin-bottom: 50px;
}
.usp {
    width: 100%;
    border-right: 1px solid #a3a3a3;
    display: flex;
    column-gap:12px;
    align-items: center;
}
.waytoinvest_container{
    max-width: 1240px;
    padding: 0px 15px;
    margin: 0 auto;
}
.waytoinvest .usp:nth-child(5n){
    border-right: none;
}
.waytoinvest .usp:last-child{
    border-right: none;
}
.usp-elements.r {
    line-height: 1.2;
}
/* Form List - Gowtham - 26 Feb 2024 */

/* Mobile Form List - Gowtham - 27 Feb 2024 */
@media (max-width:1200px){
    .waytoinvest .usp{
        flex:0 0 25%;
        max-width:25%;
       
    }
    .waytoinvest .usp:nth-child(5n){
        border-right: 1px solid #a3a3a3;
    }
  
    .waytoinvest .usp:nth-child(4n){
        border-right: none;
    }
}
@media (max-width: 992px){
    .waytoinvest .usp{
        flex:0 0 33.33%;
        max-width:33.33%;
       
    }
    .waytoinvest .usp:nth-child(4n){
        border-right:  1px solid #a3a3a3;
    }
    .waytoinvest .usp:nth-child(3n){
        border-right: none;
    }
   
    .main-tabs{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .formDesktop{
        display: none !important;
    }
    .formMobile{
        display: block !important;
        width: auto;
        padding: unset;
        margin: auto;
    }
    
    .pagination-item{
        display: flex;
    }
    #formDownload{
        float: none;
    }
}
@media (max-width:767.98px){
    #submit_btn {
        margin-top: 0px;
    }
    .waytoinvest .usp{
        flex:0 0 50%;
        max-width:50%;
       
    }
    .waytoinvest .usp:nth-child(3n){
        border-right:  1px solid #a3a3a3;
    }
    .waytoinvest .usp:nth-child(2n){
        border-right: none;
    }
  
    .inverstnow .form-fields{
        flex:0 0 100%;
         max-width:100%;
         margin-bottom:20px;
    
    }
}
@media (max-width:480px){
    .form-fields label {
        margin-bottom: 6px !important;
    }
    .waytoinvest .usp:nth-child(5n) {
        border-right: none;
    }
    .waytoinvest .usp:nth-child(3n) {
        border-right: none;
    }
    .waytoinvest .usp{
        flex:0 0 100%;
        max-width:100%;
       margin-bottom:30px;
    }
    .waytoinvest .usp{
        border-right: none;
    }
    .p-usp {
        margin-bottom: 6px;

    }
}

.icons li {
    background: none repeat scroll 0 0 #506d4d;
    height: 5px;
    width: 5px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    border-radius: 50%;
    pointer-events: none;
  }
  .icons{
    cursor: pointer;
  }
  .dropdown-content  a:hover {
    color: #C7222A !important;
}
  .dropdown-content {
    display: none !important;
    position: absolute;
    background-color: #ffffff;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 38px;
    top: -3px;
  } 
  .dropdown-content::after{
    position:absolute;
    content:'';
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top:5px solid transparent;
    border-right: 5px solid transparent;
    right: -10px;
    top: 8px;
} 
  .dropdown-content a {
    color: #506d4d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
  .show {
    display: block;
  }
  .allTab{
    display : none;
  }
  span.category {
    line-height: 1.2;
    background-color: #c7222a;
    margin: 0 15px;
    color: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 14px;
}
/* .searchcategory.clicked{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' transform='rotate(180)'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
} */
.scroll-arrow {

    cursor: pointer;
}


  /* Mobile Form List - Gowtham - 27 Feb 2024 */
.search-tab .nav{
border-bottom: 1px solid #ddd !important;
}


.search-tab .nav-link{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
}

li.nav-item.active .subtitle
{
    color: #3e593cbd;
    
}
.category span{
    font-size:14px
}
.category_title{
    margin-top:-15px;
}
.subtitle{
    margin-top: -10px;
}
.mobicon{
    top: -6px;
    position: relative;
    left: -1px;
}
.webicon{
    position: relative;
    left: 20px;
    top: -4px;
}
@media (max-width:576px){
.main-tabs li a{
font-size: 20px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .nav-link > span {
        margin-right: 20px !important;
    }
}
}