section {
    position: relative;
    z-index: 1;
}
.grid_6.color_selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 3em;
}

.color_selector .color_palette {
    flex: 0.7;

}

.color_palette .sp-container {
    width: 100%;
    background: none;
    border: none;
}

.color_palette .sp-container .sp-picker-container {
    width: 85%;
    border-left: 0;
}

ul#color_codes_list {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 15px;
    justify-content: space-around;
}

ul#color_codes_list li {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    font-size: 19px;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


ul#color_codes_list li input {
    height: 45px;
    width: 125px;
    padding: 20px;
    color: black;
}

/*=== Common Content Css ===*/

section.ctmidsection.ct_aboutcnt {
    background: #fff;
    padding: 50px 0;
}
section.ctmidsection h2 {
    font-family: levenim-bold;
    color: #000;
    font-size: 36px;
    margin: 0 0 25px;
}
section.ctmidsection.ct_aboutcnt p {
    font-family: levenim-regular;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 15px 0;
}
section.ctmidsection.ct_aboutcnt p a:hover{
	color: #BA2125;
}

/*=== Note Text Css ===*/

.ctnote_txt {
	padding-top: 10px;
	font-family: levenim-regular;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.ctnote_txt p strong{
	font-family: levenim-bold;
}
h2.ctrbborder,
h2.ctbborder {
	position: relative;
	padding-bottom: 10px;
}
h2.ctrbborder{
	margin-top: 0;
}
h2.ctrbborder:after,
h2.ctbborder:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #e71818;
}
h2.ctrbborder:after{
	background: #fff;
}
.ctnote_txt{
	background: #e71818;
	padding: 25px;
	color: #fff;
}
.ct_redbgcnt {
	background: #e71818;
	padding: 50px 35px;
}
section.ctmidsection .ct_redbgcnt h2,
section.ctmidsection .ct_redbgcnt p{
	color: #fff;
}

/*=== Faq Css ===*/

section.ctmidsection.ct_faqcnt {
    background: url(../images/faq-bg.png) left top no-repeat;
    background-size: cover;
    padding: 50px 0;
}
section.ctmidsection.ct_faqcnt .panel-group ol {
    padding: 0;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel {
    background-color: #f0f0f0;
    border-bottom: 1px solid;
    margin: 2px 0;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading {
    background: #f0f0f0;
	padding: 0 20px 0 8px;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a {
    font-size: 18px;
    font-family: levenim-bold;
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 30px;
	padding: 18px 30px;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a[aria-expanded="true"],
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a.colapsed {
    color: #BA2125;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a:after {
    content: "\f107";
    color: #df1111;
    font-size: 27px;
    font-weight: 900;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 1;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a[aria-expanded="true"]:after,
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-heading h3.panel-title a.colapsed:after{
	content: "\f106";
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-body p {
    font-family: levenim-regular;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 15px;
}
section.ctmidsection.ct_faqcnt .panel-group ol .panel .panel-body p:last-child{
	margin: 0;
} 

@media screen and (max-width:1180px) {
    .grid_6.color_selector {
        gap: 0;
    }
}

@media screen and (max-width:1020px) {

    .color_palette .sp-container .sp-picker-container {
        width: 100%;
    }

    .color_palette .sp-container {
        width: 100%;
    }

    .grid_6.color_selector {
        flex-direction: column;
        gap: 45px;
    }


    .color_selector .color_palette {
        width: 57%;
    }

    ul#color_codes_list {
        column-count: 2;
        display: block;
        gap: 29px;
    }

    ul#color_codes_list li {
        margin: 15px 0;
    }

    ul#color_codes_list li:first-child {
        margin-top: 0;
    }

    .color_codes {
        margin-bottom: 3em;
    }
}

@media screen and (max-width:680px) {
    ul#color_codes_list li {
        gap: 20px;
    }

    .cus-tool {
        min-height: 30dvh;
    }

    ul#color_codes_list {
        display: inline;
    }

    .color_selector .color_palette {
        width: 80%;
    }

    .grid_6.color_selector {
        gap: 25px;
    }
}

@media screen and (max-width:480px) {
    .sp-top-inner .sp-color {
        width: 75%;
    }

    .sp-top-inner .sp-hue {
        left: 84%;
    }
}