/* Home style */
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .desktop-show{
        display: none !important;
    }     
    .shop_by_cost_logo{
        display: flex;
        justify-content: center;
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .shop_by_cost_logo img{
        height: 250px;
    }  
    .fc_content_wrapper{
        top: 93% !important;
        left: 35% !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .desktop-show{
        display: none !important;
    } 
    
    .shop_by_cost_logo{
        display: flex;
        justify-content: center;
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .shop_by_cost_logo img{
        height: 250px;
    }
    .fc_content_wrapper{
        top: 92% !important;
        left: 30% !important;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .desktop-show{
        display: none; 
    } 
    .epic-container{
        top: 0%;
    }      
    .story-img-section{
        margin-top:35rem;
    }
    .epic_btn_area{
        top: 145%;
    }
    .shop_by_cost_logo{
        display: flex;
        justify-content: center;
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .shop_by_cost_logo img{
        height: 250px;
    }
    .fc_content_wrapper{
        top: 92% !important;
        left: 30% !important;
    }
    .banners-section-container{ 
        bottom: 98.5%;
    }   
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mobile-show{
        display: none;
    }   
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .mobile-show{
        display: none;
    } 
}

@media (min-width: 768px) and (orientation: landscape) {
    .mobile-show{
        display: none;
    }     
    .collectives_overlay{
        top: 40%;
        padding: 5px 10px;
        line-height: 2.3rem;
    }
    .shopbycost_overlay{
        top: 65% !important;
    }
    .home-banner.banner{ 
        height: 73vh;
    }
}

.cc-md-d-none{
    display: none !important;
}
.text-end{
    text-align: end !important;
}


.explore-btn {
	display: inline-flex !important;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid #000;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
	background-color: white;
	color: black;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.explore-btn:hover {
	background-color: #d6232b !important;
	color:white !important;
	border: 1px solid #FFFFFF;
}

.explore-btn b {
	font-weight: bold;
	margin-right: 5px;
}
.explore-btn svg{
	margin-left: 8px;
}
.explore-btn-transparent {
	display: inline-flex !important;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	color: rgb(255, 255, 255);
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.explore-btn-transparent:hover {
	background-color: #d6232b !important;
	color:white !important;
	border: 1px solid #FFFFFF;
}

.explore-btn-transparent b {
	font-weight: bold;
	margin-right: 5px;
}
.explore-btn-transparent svg{
	margin-left: 8px;
}
/* BUTTON SMALL */
.explore-btn-sm {
	display: inline-flex !important;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	cursor: pointer;
	background-color: white;
	color: black;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.explore-btn-sm:hover {
	background-color: #d6232b !important;
	color:white !important;
	border: 1px solid transparent;
}

.explore-btn-sm b {
	font-weight: bold;
	margin-right: 5px;
}
.explore-btn-sm svg{
	margin-left: 8px;
}


.explore-btn-danger {
	display: inline-flex !important;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
	background-color: #ec2326;
	color: #ffffff;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.explore-btn-danger:hover {
	background-color: #FFFFFF !important;
	color:#000000 !important;
	border: 1px solid #ec2326;
}

.explore-btn-danger b {
	font-weight: bold;
	margin-right: 5px;
}
.explore-btn-danger svg{
	margin-left: 8px;
}

.tablet_view{
    display: none; 
}
/* 
#mobile-view {  
    display: none;
}
#desktop-view {  
    display: block;
} */
/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
    #desktop-view { 
        display: none;
    }
    .desktop_view{
        display: none;
    }
    .elephant-logo-1{
        height: auto;
        width: 50%;
    }
    .explore-btn-transparent {
        display: inline-flex !important;
        align-items: center;
        padding: 5px 10px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        font-size: 10px;
        cursor: pointer;
        background-color: transparent;
        color: rgb(255, 255, 255);
        transition: background-color 0.3s ease;
        text-decoration: none;
    }
    .explore-btn-transparent b {
        font-weight: bold;
        margin-right: 5px;
    }
    .explore-btn-transparent svg{
        margin-left: 4px;
    }

    .explore-btn {
        display: inline-flex !important;
        align-items: center;
        padding: 5px 10px;
        border: 1px solid #000;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        font-size: 10px;
        cursor: pointer;
        background-color: white;
        color: black;
        transition: background-color 0.3s ease;
        text-decoration: none;
    }
    .explore-btn svg{
        margin-left: 4px;
    }
    .explore-btn-danger {
        display: inline-flex !important;
        align-items: center;
        padding: 5px 10px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        font-size: 10px;
        cursor: pointer;
        background-color: #ec2326;
        color: #ffffff;
        transition: background-color 0.3s ease;
        text-decoration: none;
    }
    .explore-btn-danger svg{
        margin-left: 4px;
    }
}

/* Small devices (portrait tablets and large phones, 601px to 768px) */
@media (min-width: 601px) and (max-width: 768px) {
    #mobile-view {   
        display: none;
    }
    .mobile_view{
        display: none;
    }
}

/* Medium devices (tablets, 769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {    
    .banners-section-container{ 
        bottom: 98.5%;
    }   
    #mobile-view {  
        display: none;
    }
    .mobile_view{
        display: none;
    }
}

/* Large devices (laptops/desktops, 1025px and up) */
@media (min-width: 1025px) {
    #mobile-view {  
        display: none;
    }
    .mobile_view{
        display: none;
    }
    .tablet_view{
        display: none; 
    }
}






@media only screen and (max-width:767px)
{
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
    .sm-d-none{
        display: none !important;
    }
}
@media screen and (max-width:500px) {
    
}
@media screen and (min-width:501px) and (max-width:768px) {
    
}
@media screen and (min-width:1000px) {

}
@media only screen  and (min-width : 1224px) {
    
    .track-order-tab{
        width: 500px;
        margin: auto;
    }
}

@media only screen  and (min-width : 1824px) {
   
    .track-order-tab{
        width: 500px;
        margin: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
} 

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    
    .track-order-tab{
        width: 300px;
        margin: auto;
    }
}

.abcRioButtonBlue {    
    line-height: 1.5 !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    padding: 1rem 2.4rem !important;
    letter-spacing: -0.02em !important;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    color: #fff !important;
    background-color: #4285f4;
    border-color: #4285f4;
    -webkit-appearance: button;
    margin: 0 !important;
    overflow: visible;
    align-items: flex-start;
}
.abcRioButtonBlue span{
    font-size: 1.6rem !important;
    font-weight: 700 !important;
}
.fb-button {
     padding: 0px !important;
    margin: 0px !important; 
}
.fb-button button{
    line-height: 1.5 !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    padding: 1rem 2.4rem !important;
    letter-spacing: -0.02em !important;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    color: #fff !important;
    background-color: #4C69BA;
    border-color: #4C69BA;
    -webkit-appearance: button;
    margin: 0 !important;
    overflow: visible;
    align-items: flex-start;
}
.fb-button button img{
    margin-top: 10px !important;
    margin-left:15px !important;
}
.text-red{
    color:#da5555;
}
.text-white{
    color:#ffffff;
}
.bg-danger{
    background-color:#da5555;
}
.bg-success{
    background-color:#349a30;
}
.cart-btn-danger{
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #ffffff !important;
    background-color:#da5555;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px;
    border: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.cart-btn-success{
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #ffffff !important;
    background-color:#349a30;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px;
    border: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.cart-btn-primary{
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #ffffff !important;
    background-color:#18a7e4;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px;
    border: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.cart-button-primary{
    text-align: center;
    margin-top: 3px;    
    padding: 2.3rem 4.4rem !important;
    text-transform: none !important;
    color: #ffffff !important;
    background-color:#0088cc;
    font-weight: 600;
    border: none;
    width: 100%;
    position: relative;
    font-size: 15px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-decoration{
    text-decoration: underline;
}
.text-decoration:hover{
    text-decoration: underline;
    color: #4285f4 !important;
}
.text-transform{
    text-transform: none !important;
}
.product-count-text{
    color: #777777;
    font-size: 12px;
    font-weight: normal;
}
.product-count-text-bold{
    font-size: 12px;
    font-weight: bold;
}
.border-t{
    border-top: 1px solid #e7e7e7 !important;
}
.border-b{
    border-bottom: 1px solid #e7e7e7 !important;
}
.text-bold{
    font-weight:bold !important;
}
.font-gray{
    font-weight:700 !important;
}
.fs-12{
    font-size:12px !important;
}
.fs-11{
    font-size:11px !important;
}
.close-button{
    position: absolute;
    top: 2px;
    right: 2px;
    overflow: visible;
    background: #000000fa;
    border: 2px solid #000000;
    color: #ffffff;
    z-index: 1;
}
.product-flex{
    display: flex;
}
.justify-content-start{
    justify-content: flex-start !important;
}
.justify-content-center{
    justify-content: center !important;
}

.symbol-label{
    width: 50px;
    height: 50px;
}
.align-items-center{
    align-items:left !important;
}
.align-items-left{
    align-items:center !important;
}
.justify-content{
    justify-content:space-between;
}
.legacy-w-8{
    width: 8rem !important;
}
.ms-5{
    margin-left: 1.25rem!important;
}



.mod-control {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
    
}
.mod-label {
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
    left: 1rem;
    top: 0.75rem;
    padding: 0.2rem 0.25rem;
    color: #a6a6a6;
    background: #ffffff;
    transition: all 0.3s ease;
}
.mod-input {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    top: 0;
    left: 0;
    z-index: 1;
    resize: none;
    width: 100%;
    height: 46px;
    padding: 0.75rem 1.25rem;
    border: 1px solid #dfdfdf;
    color: #777;
    background: transparent;
    transition: all 0.2s ease-in-out;
}
.mod-input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.mod-input:-ms-mod-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.mod-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.mod-input:focus {
    outline: none;
    border: 2px solid #1a1a1a;
}
.mod-input:focus ~ .mod-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 5;
    font-size: 1rem;
    font-weight: bold;
    color: #1a1a1a;
    transition: all 0.3s ease-in-out;
}
.mod-input:not(:-moz-placeholder-shown).mod-input:not(:focus) ~ .mod-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mod-input:not(:-ms-input-placeholder).mod-input:not(:focus) ~ .mod-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 1.2rem;
    font-weight: 500;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mod-input:not(:placeholder-shown).mod-input:not(:focus) ~ .mod-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}  
.w-p-100{
    width: 100% !important;
}
.cur-pointer {
    cursor: pointer;
}
.border-danger{
    border: 1px solid #da5555;
}
.text-gray-600{
    color:#7e8299!important
}
.pro-table{
    width: 100%;
}
.pro-table th{
    padding: 5px;
}
.pro-table td{
    padding-right: 5px;
}
.not-allowed {
    cursor: not-allowed;
}
a.cart-button-primary.disabled{ 
    pointer-events: auto;
    cursor: not-allowed;
}
.page-link.active{
    background-color: black !important;
    padding: 15px !important;
    color: white !important;
}


/* CLIENT CARE BEGIN */
.legacy-w-70{
    width: 70%;
}
.legacy-w-65{
    width: 65%;
}
.legacy-w-60{
    width: 60%;
}
.legacy-w-40{
    width: 40%;
}
.legacy-w-30{
    width: 30%;
}
.legacy-w-20{
    width: 20%;
}
.legacy-w-15{
    width: 15%;
}
.legacy-w-10{
    width: 10%;
}
.silkcare-section-1{
    position: relative;
    z-index: 2;
    margin-top: 14vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-1 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -17vh;
}
.silkcare-breadcrumbs-1{
	display: flex;
    align-items: end;
    padding: 125px 20px 35px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-2{
    position: relative;
    z-index: 2;
    margin-top: 20vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-2 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -15vh;
}
.silkcare-breadcrumbs-2{
	display: flex;
    align-items: end;
    padding: 35px 20px 30px 20px;
}
.silkcare-section-3{
    position: relative;
    z-index: 2;
    margin-top: 25vh;
}
.silkcare-section-3 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1; 
    top: -16vh;
}
.silkcare-breadcrumbs-3{
	display: flex;
    align-items: end;
    padding: 95px 20px 30px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-4{
    position: relative;
    z-index: 2;
    margin-top: 25vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-4 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -6vh;
}
.silkcare-breadcrumbs-4{
	display: flex;
    align-items: end;
    padding: 95px 20px 30px 20px;
    font-family: 'HelveticaLightRegular';
    z-index: 99;
    position: relative;
}
.silkcare-section-5{
    position: relative;
    z-index: 2;
    margin-top: 10vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-5 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -3vh;
}
.silkcare-breadcrumbs-5{
	display: flex;
    align-items: end;
    padding: 95px 20px 30px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-6{
    position: relative;
    z-index: 2;
    margin-top: 30vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-6 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -23vh;
}
.silkcare-breadcrumbs-6{
	display: flex;
    align-items: end;
    padding: 75px 20px 30px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-7{
    position: relative;
    z-index: 2;
    margin-top: 75vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-7 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -59vh;
}
.silkcare-breadcrumbs-7{
	display: flex;
    align-items: end;
    padding: 20px 20px 20px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-8{
    position: relative;
    z-index: 2;
    margin-top: 5vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-8 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 7vh;
}
.silkcare-breadcrumbs-8{
	display: flex;
    align-items: end;
    padding: 20px 20px 20px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-9{
    position: relative;
    z-index: 2;
    margin-top: 15vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-section-9 img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -4vh;
    font-family: 'HelveticaLightRegular';
}
.silkcare-breadcrumbs-9{
	display: flex;
    align-items: end;
    padding: 20px 20px 20px 20px;
    font-family: 'HelveticaLightRegular';
}
.silkcare-sub-font{
	font-size: 1.7rem;
    font-family: 'HelveticaLightRegular';
}
.silkcare-font-bold{
	font-weight: bold;
	font-size: 2.5rem !important;
    font-family: Helvetica-Bold;
}
.fs-170{
    font-size: 10rem;
    line-height: 9rem;
	text-shadow: -2px 1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #ffffff;
}
.heading-1{
	display: flex;
	align-items:flex-end;
	gap:1rem;
}
.silkcare-container{
    font-family: 'HelveticaLightRegular';
}
.silkcare-header{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    font-family: 'HelveticaLightRegular'
}
.silkcare-title{
	text-align: center;
	font-size: 3.5rem !important;
    font-family: 'HelveticaLightRegular'
}
.silkcare-subtitle{
	font-weight: bolder;
	font-size: 3.5rem !important;
    font-family: 'HelveticaLightRegular'
}
.silkcare-side-header{
	display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    font-family: 'HelveticaLightRegular'
}
.silkcare-left-side-header{
	display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    font-family: 'HelveticaLightRegular'
}
.silkcare-right-side-header{
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    font-family: 'HelveticaLightRegular'
}
.silkcare-center-header{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 25%;
    font-family: 'HelveticaLightRegular'
}
.silkcare-side-start{
	display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    font-family: 'HelveticaLightRegular'
}
.silkcare-header span{
	max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'HelveticaLightRegular'
}
.silkcare-border{
	border-top: 2px solid #a8a7a7;
	margin: 0.5rem 0rem;
}

.design-11{
	display: flex;
    align-items: end;
	padding: 2rem 2rem 2rem 3rem; 
}
.design-1{
	border: 2px solid #a8a7a7;
	width: 100%;
	background-image: url("~/static/images/clientcare/fabricare-01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  
    padding: 7rem 0; 
}
.design-2{
	display: flex;
	align-items: end;
	background-color: #efefef;
	border: 2px solid #a8a7a7;
	padding: 2rem 2rem 2rem 3rem;
}
.design-3{
	display: flex;
	align-items: end;
	padding: 2rem 2rem 2rem 3rem;
}
.silkcare-font-1{
	font-size: 2rem;
}
/* CLIENT CARE END */

/* .divider_block-5{
    margin-top:2.5rem;
    margin-bottom:2.5rem;
} */
.divider_block-10{
    margin-top:5rem;
    margin-bottom:5rem;
}
.divider_block-15{
    margin-top:7.5rem;
    margin-bottom:7.5rem;
}
.divider_block-20{
    margin-top:10rem;
    margin-bottom:10rem;
}

/* RESPONSIVE BEGIN */
/* Medium Mobile Screen */
@media only screen and (max-width:768px) {
    .divider_block-5{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-c5{
        margin-top:0rem !important;
        margin-bottom:0rem !important;
    }
    .divider_block-10{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .divider_block-20{
        margin-top:10rem;
        margin-bottom:10rem;
    }
    .cc-md-d-none{
        display: block !important;
    }
    .cc-footer-div{
        font-size: 9.2px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer{
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer>span{
        color: #d8242c !important;
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer-light{
        font-size: 0.8rem;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer-bold{
        font-size: 0.8rem;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .sm-d-none{
        display: none !important;
    }
    /* Mobile client-care */
    .clientcare-header{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clientcare-title span{
        font-family: 'Helvetica-Bold';
        font-size: 2rem;
    }
    .clientcare-title{
        font-size: 2rem;
        font-family: HelveticaLightRegular;
    }
    .clientcare-header>span{
        font-size: 11px;
        font-family: HelveticaLightRegular;
    }
    .cc-heading-1{
        display: flex;
        align-items:flex-end;
        gap:0.5rem;
    }
    .cc-fs-170{
        font-family: 'HelveticaLightRegular';
        font-size: 6rem;
        line-height: 5rem;
        text-shadow: -2px 1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
        color: #ffffff;
    }
    .clientcare-sub-font{
        font-size: 1rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
        font-family: 'Helvetica-Bold';
    }
    .clientcare-font-1{
        font-weight: bold;
        font-size: 1rem !important;
        font-family: 'Helvetica-Bold';
    }    
    .clientcare-side-header{
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .clientcare-side-header>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    /* Section - 1 */
    .client-care-section-1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }    
    .clientcare-side-header-com-1{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 6rem !important;
    }
    .cc-side-header-2{
        margin-top:0px !important;
        margin-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 6rem !important;
    }
    
    .center-section{
        text-align: center;
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 0.8rem;        
        font-family: 'Helvetica-Bold';
    }
    /* Section 2 */
    .client-care-section-2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    } 
    .clientcare-side-header-com-2{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    /* Section 3 */    
    .client-care-section-3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 2vh;
    }
    .clientcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -28vh;
    }
    .clientcare-side-header-3{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-3>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-side-header-com-3{
        display: flex;
        justify-content: space-between;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        margin-top: 3rem !important;
    }
    /* section 4 */
    .client-care-section-4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-4{

    }
    .clientcare-side-header-4>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }
    .clientcare-side-header-com-4{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    /* Section 5 */
    .client-care-section-5{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }    
    .cc-header-5{
        text-align: end !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    .clientcare-side-header-5>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .clientcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -18vh;
    }
    .clientcare-side-header-com-5{
        display: flex;
        justify-content: space-between;
        /* flex-direction: column; */
        padding-left: 0rem !important;
        padding-right: 1.5rem !important;
        margin-top: 1rem !important;
    }
    /* Section 6 */
    .client-care-section-6{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-6{
        display: flex;
        justify-content: end;
        margin-top: 1rem !important;
    }
    .clientcare-side-header-6{

    }
    .clientcare-side-header-6>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -31vh;
    }
    /* Section 7 */    
    .client-care-section-7{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -18vh;
    }  
    .clientcare-side-header-com-7{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }    
    /* Section 8 */
    .client-care-section-8{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-8{
        display: flex;
        justify-content: end;
        margin-top: 4rem !important;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .clientcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -23vh;
    }
    .clientcare-side-header-8{
        
    }
    .clientcare-side-header-8>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }

    /* Section 9 */    
    .client-care-section-9{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 8vh;
    }
    .clientcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -21vh;
    }
    .clientcare-side-header-com-9{
        display: flex;
        justify-content: end;
        margin-top: 4rem !important;
        margin-right:8rem !important;
    }
    .clientcare-side-header-com-9a{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }
}
/* Small Mobile Screen */
@media only screen and (min-device-width : 320px) and (max-device-width : 360px) { 
    .divider_block-5{
        margin-top:1.5rem;
        margin-bottom:1.5rem;
    }
    .divider_block-c5{
        margin-top:0rem !important;
        margin-bottom:0rem !important;
    }
    .divider_block-10{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-15{
        margin-top:3rem;
        margin-bottom:3rem;
    }
    .divider_block-20{
        margin-top:5rem;
        margin-bottom:5rem;
    } 
    .cc-md-d-none{
        display: block !important;
    }
    .cc-footer-div{
        font-size: 9.2px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer{
        font-size: 8.8px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer>span{
        color: #d8242c !important;
        font-size: 8.8px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer-light{
        font-size: 0.8rem;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer-bold{
        font-size: 0.8rem;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .sm-d-none{
        display: none !important;
    }
    /* Mobile client-care */
    .clientcare-header{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clientcare-title span{
        font-family: 'Helvetica-Bold';
        font-size: 2rem;
    }
    .clientcare-title{
        font-size: 2rem;
        font-family: HelveticaLightRegular;
    }
    .clientcare-header>span{
        font-size: 11px;
        font-family: HelveticaLightRegular;
    }
    .cc-heading-1{
        display: flex;
        align-items:flex-end;
        gap:0.5rem;
    }
    .cc-fs-170{
        font-family: 'HelveticaLightRegular';
        font-size: 6rem;
        line-height: 5rem;
        text-shadow: -2px 1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
        color: #ffffff;
    }
    .clientcare-sub-font{
        font-size: 1rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
        font-family: 'Helvetica-Bold';
    }
    .clientcare-font-1{
        font-weight: bold;
        font-size: 1rem !important;
        font-family: 'Helvetica-Bold';
    }    
    .clientcare-side-header{
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .clientcare-side-header>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    /* Section - 1 */
    .client-care-section-1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }    
    .clientcare-side-header-com-1{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 4rem !important;
    }
    .cc-side-header-2{
        margin-top:0px !important;
        margin-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 5rem !important;
    }
    .center-section{
        text-align: center;
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 0.8rem;        
        font-family: 'Helvetica-Bold';
    }
    /* Section 2 */
    .client-care-section-2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -14vh;
    } 
    .clientcare-side-header-com-2{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }
    /* Section 3 */    
    .client-care-section-3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 0vh;
    }
    .clientcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -22vh;
    }    
    .clientcare-side-header-3{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-3>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-side-header-com-3{
        display: flex;
        justify-content: space-between;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        margin-top: 2rem !important;
    }
    /* section 4 */
    .client-care-section-4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-4{

    }
    .clientcare-side-header-4>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    }
    .clientcare-side-header-com-4{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    /* Section 5 */
    .client-care-section-5{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }    
    .cc-header-5{
        text-align: end !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    .clientcare-side-header-5>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .clientcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -16vh;
    }
    .clientcare-side-header-com-5{
        display: flex;
        justify-content: space-between;
        /* flex-direction: column; */
        padding-left: 0rem !important;
        padding-right: 1.5rem !important;
        margin-top: -1rem !important;
    }
    /* Section 6 */
    .client-care-section-6{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-6{
        display: flex;
        justify-content: end;
        margin-top: 1rem !important;
    }
    .clientcare-side-header-6{

    }
    .clientcare-side-header-6>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 3vh;
    }
    .clientcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -24vh;
    }
    /* Section 7 */    
    .client-care-section-7{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -14vh;
    }  
    .clientcare-side-header-com-7{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }    
    /* Section 8 */
    .client-care-section-8{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-8{
        display: flex;
        justify-content: end;
        margin-top: 3rem !important;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 6vh;
    }
    .clientcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -19vh;
    }
    .clientcare-side-header-8{
        
    }
    .clientcare-side-header-8>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }

    /* Section 9 */    
    .client-care-section-9{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 8vh;
    }
    .clientcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -16vh;
    }
    .clientcare-side-header-com-9{
        display: flex;
        justify-content: end;
        margin-top: 4rem !important;
        margin-right:5rem !important;
    }
    .clientcare-side-header-com-9a{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }
}
@media only screen and (min-device-width : 362px) and (max-device-width : 412px) {    
    .divider_block-5{
        margin-top:1.5rem;
        margin-bottom:1.5rem;
    }
    .divider_block-c5{
        margin-top:0rem !important;
        margin-bottom:0rem !important;
    }
    .divider_block-10{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-15{
        margin-top:3.5rem;
        margin-bottom:3.5rem;
    }
    .divider_block-20{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .cc-md-d-none{
        display: block !important;
    }
    .cc-footer-div{
        font-size: 9.2px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer{
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer>span{
        color: #d8242c !important;
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer-light{
        font-size: 8px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer-bold{
        font-size: 8px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .sm-d-none{
        display: none !important;
    }
    /* Mobile client-care */
    .clientcare-header{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clientcare-title span{
        font-family: 'Helvetica-Bold';
        font-size: 2rem;
    }
    .clientcare-title{
        font-size: 2rem;
        font-family: HelveticaLightRegular;
    }
    .clientcare-header>span{
        font-size: 11px;
        font-family: HelveticaLightRegular;
    }
    .cc-heading-1{
        display: flex;
        align-items:flex-end;
        gap:0.5rem;
    }
    .cc-fs-170{
        font-family: 'HelveticaLightRegular';
        font-size: 6rem;
        line-height: 5rem;
        text-shadow: -2px 1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
        color: #ffffff;
    }
    .clientcare-sub-font{
        font-size: 1rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
        font-family: 'Helvetica-Bold';
    }
    .clientcare-font-1{
        font-weight: bold;
        font-size: 1rem !important;
        font-family: 'Helvetica-Bold';
    }    
    .clientcare-side-header{
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .clientcare-side-header>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    /* Section - 1 */
    .client-care-section-1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }    
    .clientcare-side-header-com-1{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }
    .cc-side-header-2{
        margin-top:0px !important;
        margin-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 6rem !important;
    }
    
    .center-section{
        text-align: center;
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 0.8rem;        
        font-family: 'Helvetica-Bold';
    }
    /* Section 2 */
    .client-care-section-2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    } 
    .clientcare-side-header-com-2{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 9rem !important;
    }
    /* Section 3 */    
    .client-care-section-3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 0vh;
    }
    .clientcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -22vh;
    }    
    .clientcare-side-header-3{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-3>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-side-header-com-3{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 2rem !important;
    }
    /* section 4 */
    .client-care-section-4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-4{

    }
    .clientcare-side-header-4>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-4{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    /* Section 5 */
    .client-care-section-5{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }    
    .cc-header-5{
        text-align: end !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    .clientcare-side-header-5>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .clientcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-5{
        display: flex;
        justify-content: space-between;
        /* flex-direction: column; */
        padding-left: 0rem !important;
        padding-right: 1.5rem !important;
        margin-top: 0rem !important;
    }
    /* Section 6 */
    .client-care-section-6{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-6{
        display: flex;
        justify-content: end;
        margin-top: 1rem !important;
    }
    .clientcare-side-header-6{

    }
    .clientcare-side-header-6>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 3vh;
    }
    .clientcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -24vh;
    }
    /* Section 7 */    
    .client-care-section-7{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    }  
    .clientcare-side-header-com-7{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }    
    /* Section 8 */
    .client-care-section-8{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-8{
        display: flex;
        justify-content: end;
        margin-top: 5rem !important;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 6vh;
    }
    .clientcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }
    .clientcare-side-header-8{
        
    }
    .clientcare-side-header-8>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }

    /* Section 9 */    
    .client-care-section-9{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 8vh;
    }
    .clientcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-9{
        display: flex;
        justify-content: end;
        margin-top: 4rem !important;
        margin-right:5rem !important;
    }
    .clientcare-side-header-com-9a{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {	    
    .divider_block-5{
        margin-top:1.5rem;
        margin-bottom:1.5rem;
    }
    .divider_block-c5{
        margin-top:0rem !important;
        margin-bottom:0rem !important;
    }
    .divider_block-10{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-15{
        margin-top:3.5rem;
        margin-bottom:3.5rem;
    }
    .divider_block-20{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .cc-md-d-none{
        display: block !important;
    }
    .cc-footer-div{
        font-size: 9.2px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer{
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer>span{
        color: #d8242c !important;
        font-size: 10px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer-light{
        font-size: 8px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer-bold{
        font-size: 8px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .sm-d-none{
        display: none !important;
    }
    /* Mobile client-care */
    .clientcare-header{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clientcare-title span{
        font-family: 'Helvetica-Bold';
        font-size: 2rem;
    }
    .clientcare-title{
        font-size: 2rem;
        font-family: HelveticaLightRegular;
    }
    .clientcare-header>span{
        font-size: 11px;
        font-family: HelveticaLightRegular;
    }
    .cc-heading-1{
        display: flex;
        align-items:flex-end;
        gap:0.5rem;
    }
    .cc-fs-170{
        font-family: 'HelveticaLightRegular';
        font-size: 10rem;
        line-height: 8rem;
        text-shadow: -2px 1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
        color: #ffffff;
    }
    .clientcare-sub-font{
        font-size: 1.3rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
    }
    .clientcare-font-bold{
        font-weight: bold;
        font-size: 1.3rem !important;
        font-family: 'Helvetica-Bold';
    }
    .clientcare-font-1{
        font-weight: bold;
        font-size: 1.3rem !important;
        font-family: 'Helvetica-Bold';
    }    
    .clientcare-side-header{
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .clientcare-side-header>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    /* Section - 1 */
    .client-care-section-1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }    
    .clientcare-side-header-com-1{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 7rem !important;
    }
    .cc-side-header-2{
        margin-top:0px !important;
        margin-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 6rem !important;
    }
    
    .center-section{
        text-align: center;
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 0.8rem;        
        font-family: 'Helvetica-Bold';
    }
    /* Section 2 */
    .client-care-section-2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    } 
    .clientcare-side-header-com-2{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 9rem !important;
    }
    /* Section 3 */    
    .client-care-section-3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 0vh;
    }
    .clientcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -22vh;
    }    
    .clientcare-side-header-3{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-3>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-side-header-com-3{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 2rem !important;
    }
    /* section 4 */
    .client-care-section-4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-4{

    }
    .clientcare-side-header-4>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-4{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    /* Section 5 */
    .client-care-section-5{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }    
    .cc-header-5{
        text-align: end !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
    .clientcare-side-header-5>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .clientcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-5{
        display: flex;
        justify-content: space-between;
        /* flex-direction: column; */
        padding-left: 0rem !important;
        padding-right: 1.5rem !important;
        margin-top: 0rem !important;
    }
    /* Section 6 */
    .client-care-section-6{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-6{
        display: flex;
        justify-content: end;
        margin-top: 1rem !important;
    }
    .clientcare-side-header-6{

    }
    .clientcare-side-header-6>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }
    .clientcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 3vh;
    }
    .clientcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -24vh;
    }
    /* Section 7 */    
    .client-care-section-7{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
    }
    .clientcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    }  
    .clientcare-side-header-com-7{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }    
    /* Section 8 */
    .client-care-section-8{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 4vh;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-side-header-com-8{
        display: flex;
        justify-content: end;
        margin-top: 5rem !important;
    }
    .clientcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 6vh;
    }
    .clientcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }
    .clientcare-side-header-8>div.sub-1{
        font-size: 0.8rem;
        font-family: 'HelveticaLightRegular';
    }

    /* Section 9 */    
    .client-care-section-9{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .clientcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 8vh;
    }
    .clientcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .clientcare-side-header-com-9{
        display: flex;
        justify-content: end;
        margin-top: 4rem !important;
        margin-right:5rem !important;
    }
    .clientcare-side-header-com-9a{
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: 8rem !important;
    }
}

@media only screen  and (min-width : 1224px) {
    .divider_block-5{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-10{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .divider_block-20{
        margin-top:10rem;
        margin-bottom:10rem;
    }
    .cc-silkcare-title{
        font-size: 2rem;
        font-family: HelveticaLightRegular;
    }
    .cc-silkcare-title>span{
        font-size: 2rem;
        font-family: 'Helvetica-Bold';
    }
    .cc-footer-div{
        font-size: 15px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer{
        font-size: 15px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .cc-footer>span{
        color: #d8242c !important;
        font-size: 15px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    .center-section{
        text-align: center;
        font-size: 15px;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 15px;        
        font-family: 'Helvetica-Bold';
    }
    .cc-footer-light{
        font-size: 15px;
        font-family: HelveticaLightRegular;
        text-align: center;
    }
    .cc-footer-bold{
        font-size: 13px;
        font-family: Helvetica-Bold;
        text-align: center;
    }
    
    .silkcare-title span{
        font-family: 'Helvetica-Bold';
        font-size: 2rem;
    }
    .margin-left{
        margin-left:20rem;
    }
    .silkcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 14vh;
        font-family: 'HelveticaLightRegular'
    }
    .silkcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .silkcare-breadcrumbs-1{
        display: flex;
        align-items: end;
        padding: 125px 20px 35px 20px;
        font-family: 'HelveticaLightRegular'
    }
    .silkcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 20vh;
        font-family: 'HelveticaLightRegular'
    }
    .silkcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    }
    .silkcare-breadcrumbs-2{
        display: flex;
        align-items: end;
        padding: 35px 20px 30px 20px;
    }
    .silkcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 25vh;
    }
    .silkcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1; 
        top: -10vh;
    }
    .silkcare-breadcrumbs-3{
        display: flex;
        align-items: end;
        padding: 95px 20px 30px 20px;
    }
    .silkcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 8vh;
    }
    .silkcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 2vh;
    }
    .silkcare-breadcrumbs-4{
        display: flex;
        align-items: end;
        padding: 95px 20px 30px 20px;
    }
    .silkcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 10vh;
    }
    .silkcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -3vh;
    }
    .silkcare-breadcrumbs-5{
        display: flex;
        align-items: end;
        padding: 95px 20px 30px 20px;
    }
    .silkcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 30vh;
    }
    .silkcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }
    .silkcare-breadcrumbs-6{
        display: flex;
        align-items: end;
        padding: 75px 20px 30px 20px;
    }
    .silkcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 75vh;
    }
    .silkcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -59vh;
    }
    .silkcare-breadcrumbs-7{
        display: flex;
        align-items: end;
        padding: 20px 20px 20px 20px;
    }
    .silkcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .silkcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 9vh;
    }
    .silkcare-breadcrumbs-8{
        display: flex;
        align-items: end;
        padding: 20px 20px 20px 20px;
    }
    .silkcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 15vh;
    }
    .silkcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 1vh;
    }
    .silkcare-breadcrumbs-9{
        display: flex;
        align-items: end;
        padding: 20px 20px 20px 20px;
    }
}
@media only screen  and (min-width : 1624px) {
    .divider_block-5{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-10{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .divider_block-20{
        margin-top:10rem;
        margin-bottom:10rem;
    }
    .margin-left-9{
        margin-left:50rem;
    }
    .silkcare-section-1{
        position: relative;
        z-index: 2;
        margin-top: 14vh;
    }
    .silkcare-section-1 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -17vh;
    }
    .silkcare-breadcrumbs-1{
        display: flex;
        align-items: end;
        padding: 197px 20px 35px 20px;
    }
    .silkcare-section-2{
        position: relative;
        z-index: 2;
        margin-top: 20vh;
    }
    .silkcare-section-2 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -15vh;
    }
    .silkcare-breadcrumbs-2{
        display: flex;
        align-items: end;
        padding: 135px 20px 30px 20px;
    }
    .silkcare-section-3{
        position: relative;
        z-index: 2;
        margin-top: 25vh;
    }
    .silkcare-section-3 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1; 
        top: -12vh;
    }
    .silkcare-breadcrumbs-3{
        display: flex;
        align-items: end;
        padding: 200px 20px 30px 20px;
    }
    .silkcare-section-4{
        position: relative;
        z-index: 2;
        margin-top: 25vh;
    }
    .silkcare-section-4 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 1vh;
    }
    .silkcare-breadcrumbs-4{
        display: flex;
        align-items: end;
        padding: 220px 20px 30px 20px;
    }
    .silkcare-section-5{
        position: relative;
        z-index: 2;
        margin-top: 10vh;
    }
    .silkcare-section-5 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -3vh;
    }
    .silkcare-breadcrumbs-5{
        display: flex;
        align-items: end;
        padding: 205px 20px 30px 20px;
    }
    .silkcare-section-6{
        position: relative;
        z-index: 2;
        margin-top: 30vh;
    }
    .silkcare-section-6 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -20vh;
    }
    .silkcare-breadcrumbs-6{
        display: flex;
        align-items: end;
        padding: 173px 20px 30px 20px;
    }
    .silkcare-section-7{
        position: relative;
        z-index: 2;
        margin-top: 75vh;
    }
    .silkcare-section-7 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: -58vh;
    }
    .silkcare-breadcrumbs-7{
        display: flex;
        align-items: end;
        padding: 67px 20px 20px 20px;
    }
    .silkcare-section-8{
        position: relative;
        z-index: 2;
        margin-top: 5vh;
    }
    .silkcare-section-8 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 9vh;
    }
    .silkcare-breadcrumbs-8{
        display: flex;
        align-items: end;
        padding: 165px 20px 20px 20px;
    }
    .silkcare-section-9{
        position: relative;
        z-index: 2;
        margin-top: 15vh;
    }
    .silkcare-section-9 img{
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 1vh;
    }
    .silkcare-breadcrumbs-9{
        display: flex;
        align-items: end;
        padding: 155px 20px 20px 20px;
    }
    .center-section{
        text-align: center;
        font-size: 15px;
        font-family: 'HelveticaLightRegular';
    }
    .center-section>b{
        text-align: center;
        font-size: 15px;        
        font-family: 'Helvetica-Bold';
    }
}
/* Big screen */
@media only screen  and (min-width : 1824px) {
    .divider_block-5{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    .divider_block-10{
        margin-top:5rem;
        margin-bottom:5rem;
    }
    .divider_block-20{
        margin-top:10rem;
        margin-bottom:10rem;
    }
    /* .silkcare-subtitle{
        color:gold !important;
    } */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* .silkcare-subtitle{
        color:#0088cc !important;
    } */
}

/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
    

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    
} 

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    
} */