body{
    font-family: 'Open Sans'; 
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/');
    src: url('../fonts/?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* header */
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
header{
    box-shadow: 0px 2px 3px #96969629;
    position: relative;
}
.modal-header{
    border: none;
}
.modal-footer{
    border: none;
}
.modal-btn .btn-primary{
    background: #AB0100 !important;
    border-color: #AB0100 !important;
    font-weight: bold !important;
    width: 100%;
}
.modal-btn{
    text-align: center;
    width: 100%;
}
.modal-header{
    display: block;
    padding: 10px 18px;
}
.modal-header .close {
    position: absolute;
    top: 16px;
    right: 20px;
}
.modal-footer{
    justify-content: center;
}
.modal-header h6{
    color: #960100;
    font-size: 18px;
    font-weight: normal;
}
.modal-header h4{
    font-size: 25px;
    font-weight: 600;
    color: #081F2E;
}
.wrapper.active {
    top: 0px;
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.login .btn-primary{
    background: #AB0100;
    border-color: #AB0100;
    padding: 8px 30px;
    font-weight: bold;
}

/* banner */
.banner{
    position: relative;
}
.banner-text{
    position: absolute;
    top: 20%;
    width: 100%;
    left: 15%;
}
.banner-text h6{
    color: #AB0100;
    font-size: 18px;
    font-weight: bold;
}
.banner-text h2{
    font-weight: bold;
    font-size: 50px;
    color: #081F2E;
}
.banner .owl-dots{
   position: absolute;
   top: 77%;
   left: 15%;
}
/* about-sbi */
.about-sbi{
    background: #F8F8F8;
    position: relative;
}
.about-img-box {
    position: fixed;
    right: 4%;
    top: 80%;
    z-index: 999;
}
.loandiv:hover
{
overflow-y: auto;
height: 200px;
margin-bottom:10px;


scrollbar-color: #ccc #1c2e4d;
scrollbar-width: thin;

}
.sbi-text h5{
    font-size: 18px;
    color: #AB0100;
    font-weight: 600;
}
.sbi-text h3{
    font-size: 30px;
    color: #081F2E;
    font-weight: bold;
}
.sbi-text p{
    color: #081F2E;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans';
}
.sbi-text a{
    color: #081F2E;
    font-size: 16px;
    text-decoration: none;
}
.icon-box{
    display: flex;
    align-items: center;  
    margin-bottom: 15px;
}
.icon-box h5{
    font-size: 20px;
    font-weight: 600;
    color: #081F2E;
    padding-left: 30px;
}
.icon-box h6{
    font-size: 20px;
    font-weight: 600;
    color: #081F2E;
    padding-left: 30px;
}
.sbi-text{
    padding: 50px 30px;
}
.icon-box-contnt{
    padding: 50px 30px;
}
/* offer-zone */
.offer-zone{
    position: relative;
    padding: 50px 0;
}
.offer-zone .owl-prev{
    background: #fff;
    height: 50px;
    width: 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: -6%;
}
.offer-zone .owl-prev span{
    font-size: 38px;
    text-align: center;
    line-height: 25px;
}
.offer-zone .owl-next{
    background: #fff;
    height: 50px;
    width: 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    right: -6%;
}
.offer-zone .owl-next span{
    font-size: 38px;
    text-align: center;
    line-height: 25px;
}
.offer-zone h3{
    font-size: 30px;
    font-weight: bold;
    color: #081F2E;
    text-align: center;
}
.offer-zone p{
    font-size: 16px;
    font-weight: normal;
    color: #081F2E;
    text-align: center;
}
.offer-zone .item p{
text-align: left;
}
/* Benefits of SIB Home Loan */
.benefits-of-loan{
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 40px;
}
.loan-sections{
	overflow: hidden;
	transition: 0.7s;
	position: relative;	
    background: #fff;
    height: 250px;
    margin-bottom: 30px;
}
.loan-sections img{
	width: 100%;
    padding-bottom: 20px;	
}
.loan-text{
	position: absolute;
	top: 73%;
	bottom: 0;
	padding: 0 20px;
	overflow: hidden;
	transition: 0.7s;
    margin-top:-60px
}
.loan-text p{
color: #fff;
font-size: 12px;
margin-bottom: 35px;
}
.loan-sections:hover .loan-text{
	transition: 0.7s;
    top: 0;
    background-color: #AB0100;
    margin-top: 0;
   
}
.loan-sections:hover .loan-text .second-icon {
   display: none !important;
}

.loan-sections:hover .loan-text .first-icon{
display: block;
}
.loan-text h4{
    font-weight: 600;
    font-size: 20px;
    color: #081F2E;
}
.loan-sections:hover .loan-text p{
    color: #fff;
}
.loan-sections:hover .loan-text h4{
    color: #fff;
}
.loan-text img{
    width: 50px;
}
.benefits-of-loan h3{
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 40px;
}
/* emi-calculetor */
.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: #ab0100 !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;
  }
  .marker {
      font-size: 17px;
  }
  #emipaymentsummary h4 {
    font-size: 16px;
    color: #666;
    margin-top: 0.3rem;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
}
@media(min-width:992px)
{
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    width: 50% !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;
}
  

.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;
}
/* responsive */
@media (max-width: 1199px){
.loan-text h4{
    font-size: 17px;
}
.loan-sections:hover .loan-text p{
    font-size: 14px;
}
.aproved-img-position{
    right: 21%;
}
}
@media (max-width: 991px){
.banner-text h2{
        font-size: 35px;
}
.sbi-text {
    padding: 50px 0px;
}
.offer-zone .item{
    margin-left: 10px;
    margin-right: 10px;
}
.contant h5{
    font-size: 16px;
}
.apporved .item{
    margin-right: 10px;
    margin-left: 10px;
}
.document-contant h4{
    font-size: 25px;
}
.document-tab .nav-link{
    font-size: 17px;
    margin-right: 30px;
}
ul{
    padding: 0;
}
}
@media (max-width: 767px){
.icon-box-contnt {
    padding: 15px 0px;
}
.banner-text h2 {
    font-size: 15px;
    line-height:0px;
}
.aproved-img img{
    width: 100%;
}
.bottam-top{
    padding-bottom: 20px;
}
.coppy-text p{
    font-size: 14px;
}
}
@media (max-width: 499px){
.banner-text h2 {
    font-size: 14px;
}
.banner-text{
    top: 6%;
}
.login .btn-primary {
    background: #AB0100;
    border-color: #AB0100;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 14px;
}
.sbi-text h3{
    font-size: 25px;
}
.offer-zone p{
    font-size: 13px;
}
.offer-zone h3{
    font-size: 25px;
}
.offer-zone .owl-prev{
    display: none;
}
.offer-zone .owl-next{
    display: none;
}
.document-img img{
    width: 100%;
}
.about-img-box{
    display: none;
}
.apporved .owl-next{
    display: none;
}
.apporved .owl-prev{
    display: none;
}
}
@media (max-width: 355px){
.banner-text h6{
    font-size: 12px;
}
.banner-text h2 {
    font-size: 13px;
}
.login .btn-primary {
    background: #AB0100;
    border-color: #AB0100;
    padding: 3px 7px;
    font-weight: bold;
    font-size: 11px;
}
.sbi-text h3 {
    font-size: 20px;
}
.emi-calculetor .container h4{
    padding-left: 0;
    font-size: 25px;
}
.emi-calculetor .container p{
    padding-left: 0;
    font-size: 13px;
}
.benefits-of-loan h3{
    font-size: 23px;
}
.text-aline{
    padding: 0;
}
.emi-loan{
    padding: 0;
}
.emi-loan h5{
    font-size: 16px;
}
.emi-btn {
    padding: 20px 0px;
}
.emi-btn .btn-primary {
    background: #AB0100;
    border-color: #AB0100;
    padding: 5px 22px;
    font-weight: bold;
    font-size: 14px;
}
.faqs h4{
    font-size: 22px;
}
.contant h5 {
    font-size: 12px;
}
.document-img {
    padding-top: 15px;
}
.document-contant h4 {
    font-size: 19px;
}
.document-tab .nav-link {
    font-size: 13px;
    margin-right: 30px;
}
.apporved h3{
    font-size: 22px;
}
.apporved p{
    font-size: 13px;
}
.footer-wrapper a{
    font-size: 14px;
}
.aproved-img h6{
    font-size: 15px;
}
.logo img{
    width: 115px;
}
}