.ct-service-box:hover p,
.ct-service-box:hover h3,
.ct-service-box:hover .fas {
	color: #fff;
	transition: color .3s;
}

.entry-content{
	text-align:justify !important;
	font-size: 12px !important;
}

h2{
	text-align:left;
}

.affx-spec-label, .affx-spec-value, .affiliatex-pros li, .affiliatex-cons li, .affx-single-product-content li {
	font-size: 15px !important;
}

#rank-math-faq .rank-math-list-item{
	position:relative;
}
#rank-math-faq .rank-math-list-item input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index:999;
}
#rank-math-faq .rank-math-list-item .rank-math-question  {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: normal !important;
    position:relative;
    margin-bottom: 0;
}
#rank-math-faq .rank-math-list-item p.rank-math-question:before {
	display:inline-block;
	content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #000000;
	margin-right: 8px;
}
#rank-math-faq .rank-math-list-item input:checked+p:before {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#rank-math-faq .rank-math-answer{
	padding: 10px 10px 0px 10px;
	max-height: 0;
	overflow:hidden;
}
#rank-math-faq .rank-math-list-item input:checked+p ~.rank-math-answer {
	max-height: 100vh;
	overflow:visible;
}

#rank-math-toc{
	position:relative;
}

#rank-math-toc h2 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position:relative;
    margin-bottom: 0;
	color:black;
	    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #ffffff;
}
#rank-math-toc h2:before {
	display:inline-block;
	content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #000000;
	margin-right: 8px;
}

#rank-math-toc nav{
	padding: 10px 10px 0px 10px;
	max-height: 0;
	overflow:hidden;
}
#rank-math-toc input:checked+h2~nav {
	max-height: 100vh;
	overflow:visible;
}

/* CSS for toggle switch styling */
            .switch {
                position: relative;
                display: inline-block;
                width: 53px;
                height: 25px;
            }

            .switch input {
                opacity: 0;
                width: 0;
                height: 0;
            }

            .slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #ccc;
                -webkit-transition: .4s;
                transition: .4s;
            }

            .slider:before {
                position: absolute;
                content: "";
                height: 17px;
                width: 18px;
                left: 4px;
                bottom: 4px;
                background-color: white;
                -webkit-transition: .4s;
                transition: .4s;
            }

            input:checked + .slider {
                background-color: #2196F3;
            }

            input:focus + .slider {
                box-shadow: 0 0 1px #2196F3;
            }

            input:checked + .slider:before {
                -webkit-transform: translateX(26px);
                -ms-transform: translateX(26px);
                transform: translateX(26px);
            }

            /* Rounded sliders */
            .slider.round {
                border-radius: 34px;
            }

            .slider.round:before {
                border-radius: 50%;
            }
			


/* Styles for styled accordion buttons */
.accordion-button {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
    cursor: pointer;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; /* Adjust spacing between buttons */
    transition: background-color 0.3s, transform 0.3s;
}

.accordion-button:hover {
    background-color: #f4f4f4;
    transform: translateY(-2px);
}

/* Styles for accordion content */
.accordion-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    display: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.form-table td{
	padding: 5px 18px !important;
	line-height: 0 !important;
}
