/********************* Corporate FD ***************/
.corparate-fd,.corparate-title{
text-align:center;
}
.border-dashed{
    border-bottom:1px dashed #ccc; 
}
.corparate-title h2 span{
    position: relative;
    display: inline-block;
    padding: 0 70px;
    max-width: 620px;
    color: #000;
}
.corparate-title h2 span:before{
    position: absolute;
    height: 1px;
    background: #000;
    content: "";
    width: 30px;
    top: 50%;
    padding: 0 20px;
    left:0;
}
.corparate-title h2 span:after{
    position: absolute;
    height: 1px;
    background: #000;
    content: "";
    width: 30px;
    top: 50%;
    padding: 0 20px;
    right:0;
}
.border-none{
    border:none !important;    
}
.corparate-title img{
width:100%;
}

.corparate-suitable{
text-align:left;
}
.corparate-suitable img{
    width:100%;
    }
  @media screen and (max-width:991px) {
.cor-list{
    margin-top:20px;
    display:flex;
    flex-direction:column-reverse;
}
.invest-datalist h2{
    font-size: 20px;
}
.invest-datalist .invest-card h4{
    font-size:18px !important;
}
}

.cor-fb-model{
    width:950px;
    margin:0 auto;
}
.cor-padding{
    padding:30px;
}
.corparatre-fd-detail .mfcardd{
height:325px;
}
.corparatre-fd-detail .cardbg .card-hover {
    background: #000;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    height: 185px;
    z-index: 1;
}

.invest-datalist img{
width:100%;
}
 .invest-datalist .invest-card{
     text-align:left;
    }   
    .invest-datalist .invest-card h4{
        font-size:24px;
        font-weight:600;
        color:#000;
    }
    .invest-datalist .invest-card p{
        font-size:16px;
    }


.cor-favourite-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
}
.cor-pt{
    padding-top:25px;
}
.form-fields .select2-container--default.select2-container {
    width: 100% !important;
}

.caluclated-value {
    border: solid 1px #cccccc;
    padding: 15px 50px;
    
}

.cd-bank-account-field{
    display:none;
}

#Conformation .modal-dialog, #trackOrder .modal-dialog, #personal-Loan .modal-dialog {
    width: 320px;
}
@media screen and (max-width:991px) {
#Conformation .modal-dialog, #trackOrder .modal-dialog, #personal-Loan .modal-dialog{
    width:auto;
}
}
.confirmation-content {
    text-align: center;
    padding: 20px 0;
}

.confirmation-content h5 {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
}

@media screen and (max-width:991px) {
    .row-eq-height.corporate-fd-sec {
        display: block;
    }
    .corporate-fd-sec>div {
        margin-bottom: 30px;
    }
}


.company-details {
    border: 1px solid #ccc;
    background: #fff;
    border-top: 3px solid #01b3f1
}

.company-details .brdrbtm {
    border-bottom: 1px solid #ccc
}

.company-details .tradebtns {
    position: relative
}



 .company-details .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    left: 20px;
  }
  
  .company-details .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
   .company-details .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
   .company-details .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
   .company-details input:checked + .slider {
    background-color:#01b3f1;
  }
  
  .company-details input:focus + .slider {
    box-shadow: 0 0 1px #01b3f1;
  }
  
  .company-details input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
   .company-details .slider.round {
    border-radius: 34px;
  }
  
   .company-details .slider.round:before {
    border-radius: 50%;
  }
  
  .company-details {
    border: 1px solid #ccc;
    background: #fff;
    border-top: 3px solid #01b3f1
}

.company-details .brdrbtm {
    border-bottom: 1px solid #ccc
}

.company-details .tradebtns {
    position: relative
}



 .company-details .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    left: 20px;
  }
  
  .company-details .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
   .company-details .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
   .company-details .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
   .company-details input:checked + .slider {
    background-color:#01b3f1;
  }
  
  .company-details input:focus + .slider {
    box-shadow: 0 0 1px #01b3f1;
  }
  
  .company-details input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
   .company-details .slider.round {
    border-radius: 34px;
  }
  
   .company-details .slider.round:before {
    border-radius: 50%;
  }


.card-details {
    display: flex;
}

.card-details .card-image {
    min-width: 120px;
}

.card-image .card-image-circle {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100%;
    background: #f2f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vehicle-loan-application-section .card-image .card-image-circle img {
    width: 100%;
    height: 100%;
}

.card-details .card-content {
    padding-left: 15px;
    margin-top: 30px;
}

.cor-padding{
    padding:30px;
}


