.abouttopsec{
    width: 100%;
    margin:0;
    padding:200px 0;
    overflow: hidden;
    background:#000 url(../images/term.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.abouttopsec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.abouttopsec .container{
  position: relative;
  z-index: 1;
}
.abouttopsec h1{
  color: #fff;
}
.abouttopsec .shrtdesc p{
  color: #fff;
}
.titlesamll{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #3e557a;
}
.titleblck{
    display: block;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 800;
}
.titleblcklarge{
    display: block;
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color:#fff;
    font-weight: 700;
}
.abouttopsec .titlesnail{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
    color:#000;
}
.abouttopsec .shrtdesc p{
    font-size: .95rem;
    color: #524e4e;
}
.faqbg{width: 100%;margin:0;padding: 40px 0;overflow: hidden;}
.bor-bg{margin-bottom: 20px;width:100%;overflow:hidden;}
.tab-button{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
.tab-caption{
    display: block;
    padding: 0 15px 15px;
    border:1px solid #efefef;
    margin-bottom: 2rem;
}
.tab-caption p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-top: 15px;
}
.tab-caption ul{
    margin:0rem 0;
}
.tab-caption  ul li{
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    text-align: justify;
}
.tab-caption  ul li::after{
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #5a7fbb;
     font-family: 'FontAwesome';
}
.help-details{
    position: relative;
    display: block;
    padding: 30px 15px 40px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: #000;
    border-radius: 6px;
}
.need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--ambed-base, #a47c68);
    mix-blend-mode: luminosity;
    opacity: 0.20;
    z-index: -1;
    background-image: url(../images/custom3.webp);
}
.need-help-icon {
    height: 85px;
    width: 85px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.need-help-icon span {
    font-size: 30px;
    color: #3e557a;
}
.need-help-title {
    font-size: 26px;
    color:#fff;
    line-height: 32px;
    font-weight: 600;
}
.need-help-contact {
    position: relative;
    display: block;
    margin-top: 4px;
}
.need-help-contact p {
    font-size: 16px;
    color:#adc4e9;
    margin: 0;
    line-height: 20px;
    line-height: 1.5;
}
.need-help-contact a {
    font-size: 20px;
    line-height: 1.5;
    color:#fff;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.enquirenow{
    width: 100%;
    margin-top: 25px;
    overflow:hidden;
}
.enquirenow a{
    padding: 0 15px;
    background: #121F32;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 50px;
    border: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 500;
}