h4 {
	margin:0;
}

h5 {
	margin:0;
}

h6 {
	margin:0;
}


img {
    max-width: 100%;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fix-layout-wrapper{
    max-width: 675px;
    width: 100%;
    margin: auto;
}

.topic-detail-section{
    padding: 0 15px;
}

. {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.heritage-name-detail-wrapper {
    text-align: center;
     margin: auto;
     position:relative;
     bottom: 50px;
}

.topic-fix-layout-wrapper{
    max-width: 675px;
    width: 100%;
    margin: auto;
}

.topic-fix-layout-wrapper .heritage-footer-wrapper {
    text-align: center;
    max-width: 600px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topic-fix-layout-wrapper .heritage-footer-wrapper p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.social-login-icon-wrapper {
     margin-bottom: 18px;
     position:relative;
     bottom: 50px;
}

.social-login-icon-wrapper ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.social-login-icon-wrapper ul li {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    margin-bottom: 18px;
}

@media (max-width: 380px) {
    .social-login-icon-wrapper ul li {
        padding: 0 1px;
    }
}

.social-login-icon-wrapper ul li p {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    color: var(--font-color);
    letter-spacing: 1px;
}

@media (max-width: 380px) {
    .social-login-icon-wrapper ul li p {
        font-size: 11px;
    }
}

/* social media icon */
.social-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--button-background) no-repeat 0 0/100%;
    border: var(--button-boarder-width) solid var(--button-boarder-color);
    box-shadow: var(--button-box-shadow);
    margin-bottom: 5px;
    padding: 12px;
}

.heritage-contacts-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    position: relative;
    background: #212A39;
    box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 120px;
    padding: 5px 20px;
    padding-left: 55px;
    margin-bottom: 24px;
}

.heritage-contacts-btn-wrapper p {
    font-size: 14px !important;
}


input:checked+.slider:before {
    transform: translateX(210px);
}

.phone-number-main-section {
    margin-top: -23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.number-btn-wrapper {
    background: #EBECF0;
    border: 2px solid #C46106;
    box-shadow: inset 0px 14px 34px rgba(0, 0, 0, 0.11);
    border-radius: 100px;
    padding: 9px 12px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.number-btn-wrapper h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--phone-number-text-color);
}

/* orangebrown */
.full-screen {
    position: fixed;
    right: 10px;
    z-index: 10;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    color: var(--full-screen-icon-color);
}

.topic-top-header-section {
    margin-top: -85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.85rem;
    position: relative;
    z-index: 1;
    
}

.topic-top-header-section .logo {
    width: clamp(120px, 164px, 196px);
    height: clamp(120px, 164px, 196px);
    border-radius: 50%;
    border: 5px solid rgba(235, 236, 240, 0.0);
	background: linear-gradient(135deg, var(--button-top-start), var(--button-top-end));
    border-radius: var(--border-radius);
  		/* box-shadow:
    var(--shadow-xy) var(--shadow-xy) var(--shadow-blur) var(--shadow-spread) var(--outer-shadow-dark),
    calc(-1 * var(--shadow-xy)) calc(-1 * var(--shadow-xy)) var(--shadow-blur) var(--shadow-spread) var(--outer-shadow-light); */
    padding: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 94.22px;
    height: 94.22px;
}

.topic-top-header-section .logo img {
    width: 240px;
    max-width: 240px;
    height: auto;
}

.topic-top-header-section .logo_txt {
    font-size: clamp(14px, 1rem, 1rem);
    color: #212121;
    font-weight: 400;
}

.social-icon-wrapper svg path,
.berry-bliss-footer-wrapper .slider svg path {
    fill: var(--social-icon-color);
}

.berry-bliss-footer-wrapper {
    text-align: center;
    max-width: 300px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.berry-bliss-footer-wrapper .slider {
    width: 48px;
    height: 48px;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.berry-bliss-footer-wrapper .slider::before {
    display: none;
}

.footer_logo {
    max-width: 85px;
    height: auto;
    padding: 1rem 0 1.5rem;
}