
.cky-title{
display:none;
}
.cky-consent-bar {
border-radius: 100px !important;
margin:0 30px;
}
.cky-btn {
  border-radius: 100px !important;
}
.cky-notice-des p {
padding-bottom: 5px !important;
}

.cky-accordion-header-wrapper,.cky-accordion {
     display: none;
}

.cky-privacy-title {
     font-size: 24px !important;
     font-weight: 600 !important;
     color: #13434D !important;
}

.cky-privacy-content {
     font-size: 18px !important;
     color: #13434D !important;
}

.cky-types-cookies {
     font-size: 24px !important;
     font-weight: 600 !important;
     color: #13434D !important;
}

.cky-type-cookies-title {
     font-size: 18px !important;
     font-weight: 600 !important;
     color: #13434D !important;
}

.cky-privacy-separter {
	background: #13434D 0% 0% no-repeat padding-box;
	opacity: 1;
}

.cky-cookies-separter {
	background: #13434D 0% 0% no-repeat padding-box;
	opacity: 0.5;
}

.cky-footer-shadow {
  display: none !important;
} 

.cky-preference-title {
	font-size: 24px !important;
    font-weight: 600 !important;
    color: #13434D !important;
}

.cky-preference-center {
	background: #FFFFFF !important;
}

.cky-preference-header, .cky-preference-body-wrapper, .cky-preference-content-wrapper, .cky-accordion-wrapper, .cky-accordion, .cky-accordion-wrapper, .cky-footer-wrapper, .cky-prefrence-btn-wrapper {
    border-color: unset !important;
}


.cky-prefrence-btn-wrapper button:nth-of-type(1) {
  	color: #13434d !important;
    background-color: #ffffff !important;
    border-color: #13434d !important;
}

.cky-privacy-policy-link {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #13434D !important;
}

#locked-textarea {
    resize: none; /* Disable resizing */
    overflow-y: auto; /* Optional: Enable scrolling if content exceeds height */
}

.cky-title-privacy-policy-link {
	color: #1BD68B !important;
}

@media (min-width: 1024px) and (max-width: 1366px) {
#footer-about-us {
   margin-top: 10px !important;
}
    /* Add more desktop-specific styles here */
}

@media only screen and (min-width: 1367px) and (max-width: 1680px) {

    /* Add more desktop-specific styles here */
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {

    /* Add more desktop-specific styles here */
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    /* Add more desktop-specific styles here */
}