.coupon-code{	
	padding: 10px;
    margin: 10px;
    background: #011f2d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    border: 1px dashed #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 4px #558a9a, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    text-shadow: -1px -1px #aa3030;
	text-align: center;
}
.background-box{
	float: none;
    border: 1px solid rgba(204, 204, 204, 0.68);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 8px;
    overflow: hidden;
    word-wrap: break-word;
    background: rgba(255, 255, 255, 0.6);
}
.aneeq-btn {
    margin-top:20px;
	border:1px solid #29B6F6;
	padding:8px;
	background-color:#21ABD6;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
    line-height: 1.8em;
}
.aneeq-btn2 {
    margin-top:11px;
	border:1px solid #29B6F6;
	padding:8px;
	background-color:#21ABD6;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
    line-height: 1.2em;
}
.aneeq-btn a,
.aneeq-btn2 a{
    color: #fff;
	text-decoration: none;
}
.aneeq-btn:hover{
    background : #21abd6;
	border: 1px solid #fff;
}
.aneeq-btn2:hover{
    background : #000;
}
.features-btn{ 
	float: none;
    border:1px solid #000;
    box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
    overflow: hidden;
    word-wrap: break-word;
	margin-top:11px;
	background-color:#1e1e1ef5;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Modern Toggle Switch for Customizer "Enable" Checkboxes */
:is(
  #customize-control-theme_options-enable_aneeq_slider_section,
  #customize-control-theme_options-enable_aneeq_services_section,
  #customize-control-theme_options-enable_blog_section,
  #customize-control-theme_options-enable_aneeq_testimonial_section,
  #customize-control-theme_options-enable_woo_section
) .customize-inside-control-row {
  margin: 0 !important;
}
#customize-controls .customize-control-checkbox label {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    line-height: 1.4;
}

#customize-controls .customize-control-checkbox input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 44px;
    height: 24px;
    background: #e2e8f0;
    border-radius: 12px;
    position: relative;
    outline: none;
    float: right;
    cursor: pointer;
    margin: 0;
    margin-right: 12px;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

#customize-controls .customize-control-checkbox input[type="checkbox"]:before {
    content: '' !important;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

#customize-controls .customize-control-checkbox input[type="checkbox"]:checked {
    background: #21ABD6 !important;
}

#customize-controls .customize-control-checkbox input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px rgba(33, 171, 214, 0.3) !important;
}

#customize-controls .customize-control-checkbox input[type="checkbox"]:checked:before {
    transform: translateX(20px);
}