.abouttopsec{
    width: 100%;
    margin:0;
    padding:120px 0;
    overflow: hidden;
    background:#000 url(../../images/citybanner.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.abouttopsec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
}
.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;
    font-family: var(--font-oswald);
}
.titleblck{
    display: block;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: var(--primary-color);
    font-weight: 800;
}
.titleblcklarge{
    display: block;
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 0rem;
    color:#fff;
    font-weight: 700;
    font-family: var(--font-oswald);
}
.abouttopsec .titlesnail{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
    color: var(--primary-color);
}
.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;border:1px solid #e2ddda;border-radius: 35px;cursor: pointer;}
.tab-button{width:100%;overflow:hidden;position:relative;box-sizing:border-box;padding: 21px 50px 21px 40px;font-size: 1.1rem;font-weight: 500;color:#777;display: block;line-height: 1.5;margin-bottom:0;text-transform:none;}
.tab-caption{position:relative;width:100%;box-sizing:border-box;padding: 0px 40px 30px;overflow:hidden;}
.tab-button::after{content:'\f067';position:absolute;top:30px;right:20px;font-family: 'FontAwesome';font-size: .6rem;width: 20px;height: 20px;background: #000;color: #fff;
text-align: center;line-height: 21px;font-weight: 300 !important;border-radius: 50%;}
.tab-caption p{font-size:.95rem;line-height:1.4;color:#777;display:block;}
.on{color:#000;border-bottom:0;}
.on::after{content:'\f068';position:absolute;top:30px;right:20px;font-family: 'FontAwesome';font-size: .6rem;width: 20px;height: 20px;background:#3e557a;color: #fff;
text-align: center;line-height: 21px;font-weight: 300 !important;border-radius: 50%;}
.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: var(--whitecolor);
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 50px;
    border: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 500;
}