.cta-form-bullets{
    list-style: none;
}
.cta-form-bullets > li{
    margin:5px;
    list-style-position: inside;
    text-indent: -1em;
}

.form-item{
    font-size:14px !important;
}
.bstrap3-material .label-align-top .radio, .bstrap3-material .label-align-top .checkbox {
    margin-left: 5px !important;
}

.bstrap3-material .form-horizontal .control-label, .bstrap3-material .form-horizontal .radio, .bstrap3-material .form-horizontal .checkbox, .bstrap3-material .form-horizontal .radio-inline, .bstrap3-material .form-horizontal .checkbox-inline {
    padding-top: 0px !important;
}
small{
    font-size:10px !important;
}

/* FOOTER */
.social-03{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0px 5px 5px;
    position: relative;
    display: inline-block;
}
.social-03, .social-03:link, .social-03:visited{
    color: #FFF;
}
.social-03 .sico{
    height: 40px;
    width: 40px;
}
.footer-links a, .footer-links a:link, .footer-links a:visited{
    margin: 0px 15px 15px;
    color: #121722;
    font-weight: 600;
}
.footer-links a:hover{
    color: var(--accent-color);
}


@media screen and (max-width: 600px) {
  #hideonmobile {
    visibility: hidden;
    display: none;
  }
}


.formbg{
    background-image: url("/Portals/0/ThemePluginPro/uploads/2021/9/23/FormBG2.jpg");
    background-repeat: no-repeat;
}



/* FOOTER */
.color-black{
    color:black !important;
}

.footer-link{
    color:white !important;
    text-decoration: none !important;
}
.footer-link:hover{
    color:#0070D7 !important;
}

.fa-stack:hover{
    color:#0070D7 !important;
}
.cta-option{
    font-weight: bold;
    color:#0070D7;
}
#dnn449root > div.row > div.c-form.form-horizontal.normal.label-align-top.col-sm-12 > div:nth-child(5){
    margin-top:-50px !important;
}

/* FOOTER ACCORDION */
 .qsn-tabs {
	 border-radius: 8px;
	 overflow: hidden;
	 box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
 .qsn-tab {
	 width: 100%;
	 color: white;
	 overflow: hidden;
}
 .qsn-tab-label {
	 display: flex;
	 justify-content: space-between;
	 cursor: pointer;
     color:#0070D7;
     font-size: 24px;
	/* Icon */
}
 .qsn-tab-label:hover {
	 background: #000;
}
 .qsn-tab-label::after {
	 content: "\276F";
	 width: 1em;
	 height: 1em;
	 text-align: center;
	 transition: all 0.35s;
}
 .qsn-tab-content {
	 max-height: 0;
	 padding: 0 1em;
	 color: #000;
	 background: black;
	 transition: all 0.35s;
}
 .qsn-tab-close {
	 display: flex;
	 justify-content: flex-end;
	 padding: 1em;
	 font-size: 0.75em;
	 background: #000;
	 cursor: pointer;
}
 .qsn-tab-close:hover {
	 background: #000;
}
 input.qsni {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}
 input.qsni:checked + .qsn-tab-label {
	 background: #000;
     border-bottom:1px solid white;
}
 input.qsni:checked + .qsn-tab-label::after {
	 transform: rotate(90deg);
}
 input.qsni:checked ~ .qsn-tab-content {
	 max-height: 100vh;
	 padding: 1em;
}

.mobile-text {
  text-align: left !important;
}

@media (max-device-width: 600px) {
  .mobile-text {
    text-align: center !important;
  }
}

/* HOLIDAY 2023 */
.holiday-item{
    margin-left:10px;
    padding:5px 10px;
    border:1px dashed green;
    border-radius:10px;
}
.item-available{
    color:green;
}
.item-taken{
    color:red;
    border:1px solid red;
    text-decoration: line-through;
}
.holiday-service{
    margin-left:10px;
    padding:5px 10px;
    border:1px solid #007bff;
    border-radius:10px;
    color: #007bff;
}
.discount-amount{
    font-size:32px;
    font-weight: bold;
    color:red;
    
}
.required label:after, legend.required:after {
    display: none;
}

.disclosure{
    text-align: center;
    font-size: 12px;
}




