
@font-face {
    font-family: 'Fredoka';
    src: url('../assets/font/FredokaRegular.eot');
    src: url('../assets/font/FredokaRegular.eot') format('embedded-opentype'),
         url('../assets/font/FredokaRegular.woff2') format('woff2'),
         url('../assets/font/FredokaRegular.woff') format('woff'),
         url('../assets/font/FredokaRegular.ttf') format('truetype'),
         url('../assets/font/FredokaRegular.svg#FredokaRegular') format('svg');
}

.watch-btn a
{
    color:#000;
    font-weight:bold;
    font-size: 22px;
}

.emi-calculetor{
    padding-top: 60px;
}

.radio-progress-adv {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 1rem;
    gap: 0.25rem;
  }
  .radio-progress-adv .form-check { 
    flex: 1;
    padding-left: 0;
  }
  .form-group span
  {
      color:#AB0100;
      font-size:14px;
  }
  .form-check span
  {
       color:#AB0100;
      font-size:14px;
  }
  .form-check-label
  {
      font-size:12px;
      margin-top: 8px;
  }
  .radio-progress-adv .form-check:not(:first-child) .form-check-label::after {
    position: absolute;
    background-color: var(--primary);
    border-radius: 0.125rem;
    top: -0.5rem;
    display: block;
    content: "";
    height: 0.5rem;
    width: 100%;
    left: 0;
    transform: translateX(-52.5%);
    background: #960100;
  }
  .radio-progress-adv .form-check-input {
    position: absolute;
    left: -5000px;
  }
  .radio-progress-adv .form-check-input:checked + .form-check-label {
    font-weight: bold;
  }
  .radio-progress-adv .form-check-label {
    width: 100%;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
}
.text-aline{
    display: flex;
align-items: center;
justify-content: space-between;
padding: 0 50px;
}
.audio-progress {
    height: 6px;
    width: 100%;
    background-color: #C0C0C0;
    overflow: hidden;
  }
  .audio-progress .bar {
    height: 100%;
    background-color: #ab0101;
  }
  
  #audio-progress-handle {
    display: block;
    position:absolute;
    z-index: 1;
    margin-top: -7px;
    margin-left: -11px;
    width: 20px;
    height: 20px;
    border: 4px solid #ab0101;
    border-top-color: #ab0101;
    border-right-color: #ab0101;
    transform: rotate(45deg);
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    cursor:pointer;
}
.pr-bar{
    padding: 20px 45px;
} 
.bar-contant{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.bar-contant h6{
    font-size: 18px;
    color: #081F2E;
}
.text-aline h4{
    font-size: 16px !important;
    padding: 0 !important;
}
.text-aline h3{
    color: #081F2E;
    font-size: 16px;
    padding: 6px 30px;
    border: 1px solid #000;
}
fieldset{
    margin-bottom: 30px;
}
fieldset h5{
    font-size: 18px;
    font-weight: 600;
    color: #081F2E;
    padding-left: 55px;
}
:root {
    --primary-hue: 283deg;
    --primary: hsl(var(--primary-hue), 38%, 42%);
    --S: 38%;
    --L0: 42%;
    --L1: calc(var(--L0) + 7%);
    --L-1: calc(var(--L0) - 7%);
    --L-2: calc(var(--L0) - 10%);
    --L-3: calc(var(--L0) - 13%);
  }
  
  .radio-progress-adv .form-check--checked ~ .form-check .form-check-label::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
  
.emi-calculetor .container{
   border: 1px solid #EEEEEE;
   border-radius: 8px;
}
.emi-calculetor .container h4{
    color: #081F2E;
    font-size: 30px;
    font-weight: bold;
    padding-left: 50px;
    padding-top: 30px;
}
.emi-calculetor .container p{
    color: #081F2E;
    font-size: 16px;
    font-weight: normal;
    padding-left: 50px;
}
.emi-loan h6{
    color: #747474;
    font-size: 16px;
    font-weight: normal;
}
.emi-loan h5{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #747474;
    padding-bottom: 10px;
    padding-right: 30px;
}
.emi-loan{
    padding: 0 30px;
    margin-bottom: 30px;
}
.emi-btn .btn-primary{
    background: #AB0100;
    border-color: #AB0100;
    padding: 8px 50px;
    font-weight: bold;
}
.emi-btn{
    padding: 30px 30px;
}
.contant-card-text ul li
{
  font-weight: normal;
}
/*  FAQS */
.contant{
    display: flex;
    align-items: center;
}
.contant h5{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.contant i{
    margin-right: 20px;
    font-size: 12px;
    color: #AB0100;
}
.all-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-faqs .btn-primary{
    font-size: 30px;
    color: #AB0100;
    font-weight: bold;
    background: transparent;
    border-color: transparent;
}
.faqs .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 207, 255, 0);
}
.faqs .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}
.faqs .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #AB0100;
    background-color: transparent;
    border-color: transparent;
}
.faqs .card{
    border: none;
}
.all-text-section{
    border-bottom: 1px solid #747474;
}
.all-text-section .card-body{
    padding: 10px 135px;
}
.all-btn{
    text-align: center;
    padding-top: 50px;
}
.all-btn .btn-primary{
    background-color: transparent;
    border-color: transparent;
    color: #AB0100;
    font-size: 18px;
    font-weight: 600;
}
.all-btn hr{
    background: #AB0100;
    width: 200px;
    height: 2px;
    border: none;
    margin-top: 0;
}
.faqs h6{
    color: #AB0100;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.faqs h4{
  color: #081F2E;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.faqs{
    padding-top: 50px;
    padding-bottom: 30px;
}
::-webkit-scrollbar {
    height: 12px;
    width: 10px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
/* document */
.documents-bg{
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.document-tab .nav-tabs .nav-link{
    border: none;
    color: #434E57;
}
.document-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: transparent;
    color: #AB0100;
}
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #AB0100;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
.document-tab .nav-link{
   padding: 10px 0 10px 0px;
font-weight: 600;
font-size: 22px;
margin-right: 60px;
}
.document-tab  .nav-tabs{
    border: none;
    border-radius: 15px;
}
.document-tab h5{
  color: #081F2E;
  font-size: 16px;
  font-weight: normal;
  padding-top: 30px;
}
.all-text-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 4px #DBE4EB;
}
.section-weapper{
    margin-bottom: 30px;
}
.document-tab .card{
    border: none;
}
.document-tab .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}
.contant h5{
    padding-top: 0;
    font-size: 18px;
    font-weight: 600;
}
.calculatorcontainer {
    background: #fff !important;
}
.emicalculatorcontainer {
    background: #fff !important;
  }
.document-tab .tab-pane p{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.loadmask-msg div {
    display: none !important;
}
.emicalculatorcontainer {
    border: none !important;
  }
.loadmask, .loadmask-msg {
    display: none !important;
}
.emi-container{
    border: 1px solid #cccccc75;
    border-radius: 8px;
}

 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 4px solid #ab0100 !important;
  }
  .ui-widget-header {
    background: #868686 !important;
  }
  #emicalculatorinnerformwrapper {
      background: #fff;
  }
  ul.loanproduct-nav {
    display: none !important;
  }
  #emicalculatorinnerformwrapper {
    border: none !important;
  }
  #emicalculatorinnerform {
    border-bottom: none !important;
  }
  .emicalculatorcontainer .control-label {
  text-align: left !important;
  color: #000 !important;
    font-size: 19px !important;
    font-weight: bold;
    margin-top: 23px;
    padding-bottom: 20px;
   
  }
  .marker {
      font-size: 17px;
  }
  #emipaymentsummary h4 {
    font-size: 16px;
    color: #666;
    margin-top: 0.3rem;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    padding-bottom: 9px;
}
@media(min-width:992px)
{
    
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    width: 31% !important;
    float: right !important;
    flex: none;
}
}
.input-group {
    text-align: right;
    justify-content: right;
}
#emipaymentsummary p {
    font-weight: 700;
    text-align: left;
    padding: 0;
}
#emiamount, #emitotalinterest {
   /* border-bottom: 1px solid #ccc;*/
    margin-bottom: 25px;
}
  

.document-contant h6{
    color: #AB0100;
    font-size: 18px;
    font-weight: 600;
}
.document-contant h4{
    color: #081F2E;
    font-size: 30px;
    font-weight: bold;
}
.document-contant{
    padding-top: 50px;
}
.document-img{
    padding-top: 180px;
}
.text-tittil p{
    font-size: 16px !important;
    padding-top: 30px;
}
/* Approved Projects by SIB */
.aproved-img{
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 6px #8A9EB221;
    border-radius: 5px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.aproved-img-position{
    position: absolute;
    top: 5%;
    right: 5%;
}
.apporved .owl-prev {
    background: #fff;
    height: 50px;
    width: 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: -6%;
}
.apporved .owl-prev span {
    font-size: 38px;
    text-align: center;
    line-height: 25px;
}
.apporved .owl-next {
    background: #fff;
    height: 50px;
    width: 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: -6%;
}
.apporved .owl-next span {
    font-size: 38px;
    text-align: center;
    line-height: 25px;
}
.location{
    display: flex;
    align-items: center;
}
.location i{
    color: #AB0100;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 15px;
}
.location p{
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.aproved-img h6{
    color: #081F2E;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 20px;
}
.apporved p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.apporved h3{
    font-size: 30px;
    color: #081F2E;
    font-weight: bold;
    text-align: center;
}
.apporved {
    padding-top: 50px;
    padding-bottom: 30px;
}
/* footer */
.footer-wrapper{
    background: #AB0100;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-wrapper li{
    list-style-type: none;
    padding-bottom: 20px;
}
.footer-wrapper a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.coppy{
    background: #960100;
}
.coppy-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.coppy-text p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.loan-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loan-form-control{
    position: relative;
    bottom: 46px;
    font-size: 21px;
    text-align: right;
} 
.main-wrapper .top-section .form-container .submit-btn {
    font-size: 16px;
    color: #ffffff;
    font-family: "Fredoka";
    height: 55px;
    border-radius: 30px;
    background-color: #ce181e;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    
   
}
.main-wrapper header.header .link {
  
    font-family: 'Fredoka' !important;
}
#infoCarousel .owl-nav{
    position: absolute;
    right: 0;
    bottom: 40%;
    left: 0;
}
#infoCarousel .owl-nav button{
    background:#ce181e ;
    width: 50px;
    height: 50px;
    opacity: 1 !important;
}

#infoCarousel .owl-nav button.owl-prev{
    float: left;
    margin-left: -23px;
}
#infoCarousel .owl-nav button.owl-next{
    float: right;
    margin-right: -23px;
}
#infoCarousel .owl-nav button span{
    font-size: 38px;
    color: #fff;
    opacity: 1;
}
#infoCarousel .owl-nav button:hover{
    background:#ce181e ;
}

.ui-slider-horizontal {
    height: .2em !important;
  }

 
@media(max-width:768px){
 
.calculate-box
    {
        margin-bottom: 12px !important;
    }

.ui-slider-horizontal {
    height: .2em !important;
  }


  .ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    height: 1.7em !important;
    width: 1.7em !important;
    outline: 0 none;
    margin-top: -8px;
  }

  .main-wrapper .get-start-right-bottom {
    position: fixed;
    right: 64px;
    bottom: 48px;
    z-index: 15;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    font-family: "Fredoka";
    height: 60px;
    border-radius: 50px;
    line-height: normal;
    background-color: #ce181e;
    border: none;
    display: none;
    align-items: center;
    padding: 20px 32px;
    cursor: pointer;
    font-weight: 800;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}
.main-wrapper .get-start-right-bottom a{
    color: #fff;
}
@media (max-width: 991.98px){
.main-wrapper .top-section .form-container {
 
    margin-top: 40px;
}
.loan-form-control {
    position: relative;
    bottom: 0px;
    margin-bottom: 5px;
    width: 50%;
}
#emicalculatorform div.sep {
    padding-top: 24px;
}
.emicalculatorcontainer .control-label {
    text-align: left !important;
    color: #000 !important;
    font-size: 19px !important;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 12px;
    width: 50%;
    float: left;
}
}
@media(max-width:768px){
.main-wrapper .get-start-right-bottom 
{
    right: 0;
    border-radius: 0;
    bottom: 27px;
    width: auto;
    border-radius: 9px;}
}
@media (max-width: 575.98px){
.main-wrapper {
    
    padding-bottom: 45px;
}
.main-wrapper .faq-section .faq-box .tab-nav .link {
    font-size: 14px;
    padding: 9px;
}

}
@media (max-width:350px){
.main-wrapper .faq-section .faq-box .tab-nav .link {
    font-size: 14px;
    padding: 6px;
}
}
.main-wrapper .get-start-right-bottom a{
    color: #fff;
}


.main-wrapper .get-start-right-bottom.display-btn {
    display: block;
}

#emicalculatorinnerform {
    padding: 20px 24px 10px 20px;
}
