@font-face {
    font-family: Bell MT;
    src: url(../fonts/BellMT.woff)
}

@font-face {
    font-family: DINProRegular;
    src: url('../fonts/DINProRegular.ttf')
}

body {
    background-color: #f1eadd;
}

.new-blog-head .page-head .info-wrape p a {
    color: currentColor;
    font-weight: 600;
}

.new-blog-head {
    padding: 100px 0px;
}



.new-blog-head .page-head .info-wrape img {
    width: 45px;
}

.new-blog-head .page-head .info-wrape h1 {
    font-family: Bell MT;
    color: #5d6f85;
    font-size: 4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #b06560;
    padding: 0px 40px 0px 0px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 40px;
}

.new-blog-head .page-head .info-wrape h2 {
    font-family: Bell MT;
    color: #272525;
    font-size: 2rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 40px;
}

.new-blog-head .page-head .info-wrape p {
    font-family: DINProRegular;
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 40px;
}

.new-blog-head .page-head .sub-txt-wrap {
    margin-left: -90px;
}

.faqs-list-sec {
    padding-bottom: 100px;
}

.faqs-wrapper {
    border-top: 1px solid #909294;
    padding-top: 60px;
}


.faq-nav .lbl {
    border-bottom: 1px solid #909294;
    text-transform: uppercase;
    color: #808081;
    font-family: DINProRegular;
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.faq-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-nav {
    padding-right: 100px;
    position: sticky;
    top: 100px;
}

.faq-nav ul li a {
    color: #808081;
    font-family: Bell MT;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.6s ease;
}

.faq-nav ul li a.active,
.faq-nav ul li a:hover {
    color: #b06560;
}


.faq-nav ul li:not(:last-of-type) {
    margin-bottom: 5px;
}



.faq-title {
    border-bottom: 1px solid #909294;
    text-transform: uppercase;
    color: #434343;
    font-family: DINProRegular;
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


.custom-accordion {
    border-bottom: 1px solid #909294;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.custom-accordion .custom-accordion-title {
    font-family: Bell MT;
    font-weight: 700;
    color: #434343;
    font-size: 1.6rem;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.6s ease;
}
.custom-accordion .custom-accordion-title:hover{
    color: #b06560;
}

.custom-accordion .custom-accordion-title::after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23b06560" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"/></svg>');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100% 100%;
    transition: all 0.6s ease;
}

.custom-accordion.active .custom-accordion-title {
    color: #b06560;
}

.custom-accordion.active .custom-accordion-title::after {
    transform: rotate(-180deg);
}

.custom-accordion-content {
    display: none;
    padding-top: 10px;
    padding-right: 50px;
}

.custom-accordion-content p {
    margin-bottom: 0;
    font-family: DINProRegular;
    color: #272525;
}

.custom-accordion+.faq-title{
    padding-top: 50px;
}

.new-blog-head .page-head .info-wrape p:last-of-type{
    margin-bottom: 0 !important;
}

.custom-accordion-content p a{
    color: currentColor;
        font-weight: 700;
}

@media screen and (max-width:1350px) {
    .new-blog-head .page-head .sub-txt-wrap {
    margin-left: 0;
}
}

@media screen and (max-width:1024px) {
    .new-blog-head .page-head .sub-txt-wrap {
    margin-left: 0;
}
.new-blog-head .page-head .info-wrape h1 {
    font-size: 2.5rem;
}
}

@media screen and (max-width:991px) {
.faq-nav {
    padding-right: calc(var(--bs-gutter-x) * .5);
    position: relative;
    top: 0;
    margin-bottom: 40px;
}
.new-blog-head .page-head .sub-txt-wrap {
    margin-left: 0;
}
.new-blog-head .page-head .info-wrape h1 {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 767px){
    .new-blog-head {
    padding: 50px 0px 30px;
}
.new-blog-head .page-head .info-wrape h1 {
    font-size: 1.8rem;
    padding: 0px 10px 0px 0px;
    margin-bottom: 20px;
}
.new-blog-head .page-head .info-wrape h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.new-blog-head .page-head .info-wrape p {
    font-size: 14px;
        margin-bottom: 15px;
}
.new-blog-head .page-head .info-wrape img{
    display: none;
}
.faqs-wrapper {
    padding-top: 10px;
}
.custom-accordion .custom-accordion-title{
    font-size: 1rem;
}
.custom-accordion+.faq-title {
    padding-top: 30px;
}
.custom-accordion {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.faq-title{
        margin-bottom: 10px;
}
.faq-nav ul li a{
        font-size: 14px;
}
.faqs-list-sec {
    padding-bottom: 50px;
}
.faq-nav ul li:not(:last-of-type) {
    margin-bottom: 0;
}
.custom-accordion-content p{
    font-size: 14px;
}
.custom-accordion-content{
    padding-right: 0;
}
}