*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-margin-top: 80px;
}
.background-images-1 {
    text-align: right;
    margin-top: -294px;
    position: relative;
    z-index: -1;
}
.background-images-1 img{
    width: 400px;
    height: 500px;
}

/* video part start */
.loanfront-video {
    margin-top: -17rem;
    background: #384981 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #00000029;
    opacity: 100%;
    height: 490px;
    text-align: center !important;
}
.youtube-video-1 {
    margin-top: 70px;
    border: 1px solid red;
}

.youtube-video{
    position: relative;
    height: 490px;
}
.video-div{
    width: 585px;
    background-size: 100%;
    height: 282px;
    margin: auto;
    padding: 13px 20px 13px 13px;
    background: url('assets/img/Group2541N.svg') no-repeat;
    background-size: contain;
}
.video-anchor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iframe-video {
    height: 100%;
    width: 100%;
    /* position: relative; */
    border-radius: 25px 25px 25px 25px;
}


/* about faq css */


.h 
{
    justify-content: space-between;
}

.nav 
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabsa {
    padding: 10px;
}
.tabsa p {
    padding: 10px !important;
}
.aka {
    background-color: #032289;
    color: white !important;
}
.colr {
    color: #707070;
    font-weight: 500;
    cursor: pointer;
}
.inputsearch-li {
    padding: 19px;
    position: relative;
    /* display: none; */
}
.srch{
    display: none;
}
.wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 12%);
    height: 34px;
}
.search-input input {
    /* height: 55px; */
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 4px 60px 0 20px;
    font-size: 18px;
    /* box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); */
    position: relative;
}
.search-content {
    margin-top: 2px;
}

.search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    height: auto;
    background-color: white;
  }
  
  .search-input.activeSuggetion .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
  }
  .search-input.activeSuggetion .autocom-box li{
    display: block;
  }
  .autocom-box li:hover{
    background: #efefef;
  }
    
  .autocom-box{
    position: absolute;
    /* border: 1px solid red; */
    z-index: 999;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  }
  .autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    color: #000000;
  }
.search-input .icon {
    position: absolute;
    right: 0px;
    top: 2px;
    /* height: 55px; */
    width: 55px;
    text-align: center;
    /* line-height: 55px; */
    font-size: 20px;
    color: black;
    cursor: pointer;
}
.fa-search:before {
    content: "\f002";
}
.inputsearch-li {
    padding: 19px;
    position: relative;
    /* display: none; */
}
.click, .links {
    padding: 5px;
    font-size: 1.2em;
    font-family: 'Open Sans';
    border: none;
    outline: none;
    width: 200px;
    color: #707070;
    transition: 0.3s;
}
.click {
    color: black !important;
}
.dropbtn {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%) !important;
    border-radius: 50%;
    /* color: black; */
    width: 70px !important;
    /* padding: 5px;
    font-size: 16px; */
    /* border: none;
    cursor: pointer; */
    background-color: white;
}
.dropbtn:focus{
    outline: none !important;
}
.list {
    position: absolute;
    left: -110px;
    top: 47px;
    transform: scaleY(0);
    transform-origin: top;
    background-color: white;
    /* transition: 0.3s; */
    z-index: 999;
}
.newlist {

    transform: scaleY(1);

}
.links {
    text-align: left;
}

.footercard {
    background: white 0% 0% no-repeat padding-box;
    border: none;
    box-shadow: 0px 2px 12px #00000029;
    margin-top: 50px;
}
.card {
    width: 100%;
}

.faqtitle {
    color: #1137B2;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.faqtitll {
    color: #032289;
}
.fabtitle {
    color: #1137B2;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.fabtitle{
    color: #032289;
}
.faq-hr{
    border-top: 1px solid #707070;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin: auto;
}
#nav-profile {
    display: none;
}
.fabh4 {
    color: #032289;
    text-align: left;
    font: normal normal bold 20px/25px 'Open Sans';
    letter-spacing: 0px;
    opacity: 1;
    margin-bottom: 10px;
}
#nav-contact {
    display: none;
}

@media screen and (min-width:0px) and (max-width: 300px) {
    .video-div {
        width: 250px !important;
        height: 120px !important;
    }
    .faqtitll {
        font-size: 20px !important;
    }
    .fabh4 {
        font-size: 17px !important;
    }
    .table-faq{
        overflow-x: auto;
    }
    .srch{
        display: block;
    }
  }

@media only screen and (min-width: 0px) and (max-width: 567px){
    #tabs{
        margin-top: 4rem;
    }
    .background-images-1 {
        margin-top: -97px;
    }
    .background-images-1 img {
        width: 130px;
        height: 200px;
    }
    .loanfront-video{
        height: 324px;
        margin-top: -5rem;
    }
    .youtube-video{
        height: 324px;
    }
    .video-div{
        width: 300px;
        height: 148px;
        background-size: contain;
        display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    }
    .iframe-video {
        position: static;
        height: 90%;
        width: 95%;
        border-radius: 19px !important;
    }
#b{
    display: none;
}
#c{
    display: none;
}
.h{
    justify-content: center;
    margin-top: 3rem;
}
.colr{
    margin-right: 15px;
}
.searh-feild{
    display: none;
}
.srch{
    padding: 17px 0px 0px 0px;
    display: block;

}
.tabsa{
    padding: 10px 0px 10px 0px;
}
.fabtitl{
    font-size: 1.5rem !important;
}
.fabpara{
    text-align: justify;
}
}
@media only screen and (min-width: 568px) and (max-width: 700px){
    .h {
        justify-content: center;
    }
    .tabsa {
        padding: 10px 0px 10px 0px;
    }
    .srch{
        display: block;
    }
    .colr {
        margin-right: 15px;
    }
    .searh-feild {
        display: none;
    }
    #b {
        display: none;
    }
    #c {
        display: none;
    }
}
 @media only screen and (min-width: 767px) and (max-width: 992px){
    .productpart-contact {
        background-size: contain;
        height: 200px;
    }
    .cards-item-1 {
        height: 186px;
        top: -88px;
    }
    .para-booster-1122 {
        font-size: 26px;
    }
    .loanfront-video {
        margin-top: -13rem;
     }
     .searh-feild{
         display: none;
     }
    
    .list{
        top: 54px;
    }
 }

 @media screen and (min-width:720px) and (max-width:800px) {
     .navtabs
     {
         display: block !important;
     }
 }