:root {
--color-primary: #2b69fa;
--color-border-light: #e5e7eb;
--color-secondary: #d8e4ff;
--pbg-primary: #2b69fa;
--ptext-100: #606c7d;
} .adqs-frontend-add-list {
font-family: inherit;
}
.adqs-radio-action .radio-btn label {
position: relative;
}
.adqs-section-padding {
margin-bottom: 30px;
}
.adqs-section-padding .container .row {
display: flex;
gap: 30px;
}
.adqs-section-padding .container .row .col-lg-6 {
flex: 0.5;
}
.adqs-radio-action .radio-btn label::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
left: 30px;
top: 30px;
border-radius: 50%;
}
.adqs-radio-action .radio-btn label::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
left: 26px;
top: 26px;
border-radius: 50%;
border: 1px solid #ebeeeb;
}
.adqs-radio-action input[type="radio"] {
display: none;
color: #000;
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label {
border: 1px solid rgba(43, 105, 250, 1);
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label::before {
background: rgba(43, 105, 250, 1);
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label::after {
border-color: rgba(43, 105, 250, 1);
}
.adqs-radio-action .radio-btn label {
position: relative;
}
.adqs-radio-action .radio-btn label::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
left: 24px;
top: 30px;
border-radius: 50%;
}
.adqs-radio-action .radio-btn label::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
left: 20px;
top: 26px;
border-radius: 50%;
border: 1px solid #ebeeeb;
}
.adqs-radio-action input[type="radio"] {
display: none;
color: #000;
}
.adqs-radio-action input[type="radio"] + .radio-btn label {
width: 100%;
border-radius: 6px;
border: 2px solid var(--color-border-light, #e5e7eb);
min-height: 94px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
padding: 25px 25px 25px 50px;
color: rgba(43, 105, 250, 1);
font-weight: 500;
cursor: pointer;
display: inline-block;
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label {
border: 1px solid rgba(43, 105, 250, 1);
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label::before {
background: rgba(43, 105, 250, 1);
}
.adqs-radio-action input[type="radio"]:checked + .radio-btn label::after {
border-color: rrgba(43, 105, 250, 1) ed;
} a {
text-decoration: none;
color: #000;
}
label,
.adqs-link-item {
font-size: 16px;
font-weight: 500;
}
.adqs-section-wrapper {
background: #f8f9ff;
font-family: "Urbanist", sans-serif;
}
.adqs-section-wrapper:not(:last-child) {
margin-bottom: 30px;
padding-bottom: 20px;
}
.adqs-section-wrapper .adqs-section-head-title {
padding: 20px 40px;
border-bottom: 1px solid #e1e6ff;
}
.adqs-section-wrapper .adqs-section-head-title h3 {
font-size: 22px;
}
.adqs-section-wrapper .adqs-radio-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 30px;
padding: 40px;
}
.adqs-section-wrapper .adqs-radio-item .adqs-adqs-radio-action {
background: #fff;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border-radius: 6px;
border: 1px solid transparent;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
input[type="radio"] {
display: none;
color: #000;
}
.adqs-section-wrapper .adqs-radio-item .adqs-adqs-radio-action .radio-btn {
position: relative;
height: 100%;
width: 100%;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn::before {
content: "";
position: absolute;
width: 14.67px;
height: 14.67px;
left: 29.67px;
top: 30px;
border-radius: 50%;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn::after {
content: "";
position: absolute;
width: 22px;
height: 22px;
left: 26px;
top: 26px;
border-radius: 50%;
border: 1px solid #27ae60;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn
label {
height: 100%;
width: 100%;
position: absolute;
cursor: pointer;
color: #606c7d;
margin-left: 10px;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn
label
span {
display: block;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn
label
span:not(:last-child) {
margin-bottom: 10px;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
.radio-btn
label
.text {
color: #000;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
input[type="radio"]
+ .radio-btn {
width: 100%;
border: 1px solid var(--color-border-light, #e5e7eb);
border-radius: 6px;
min-height: 170px;
-webkit-box-shadow: 0 3px 5px rgba(143, 142, 159, 0.05);
box-shadow: 0 3px 5px rgba(143, 142, 159, 0.05);
padding: 25px 25px 25px 50px;
color: #000;
font-weight: 500;
cursor: pointer;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
input[type="radio"]:checked
+ .radio-btn {
border: 1px solid #27ae60;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
input[type="radio"]:checked
+ .radio-btn::before {
background: #27ae60;
}
.adqs-section-wrapper
.adqs-radio-item
.adqs-adqs-radio-action
input[type="radio"]:checked
+ .radio-btn::after {
border-color: #27ae60;
}
.single-field-wrapper {
padding: 20px 44px;
}
.single-field-wrapper .adqs-radio-choose {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 30px;
margin-bottom: 10px;
}
.single-field-wrapper .adqs-form-radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.single-field-wrapper .adqs-form-radio label {
margin-left: 10px;
}
.single-field-wrapper input[type="radio"] {
height: 22px;
width: 22px;
accent-color: #26a35a;
}
.single-field-wrapper input,
.single-field-wrapper select,
.single-field-wrapper textarea {
width: 100%;
border: 1px solid #eff3fe;
background: #fff;
padding: 0 15px;
font-size: 14px;
border-radius: 4px;
}
.single-field-wrapper input:focus-visible,
.single-field-wrapper select:focus-visible,
.single-field-wrapper textarea:focus-visible {
outline: none;
}
.single-field-wrapper input,
.single-field-wrapper select {
height: 51px;
}
.single-field-wrapper textarea {
padding: 15px;
}
.single-field-wrapper .adqs-form-inner:not(:last-child) {
margin-bottom: 20px;
}
.single-field-wrapper .adqs-form-inner p {
font-size: 14px;
color: #606c7d;
}
.single-field-wrapper .adqs-form-inner .adqs-image-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
}
.single-field-wrapper .adqs-form-inner .adqs-image-section:not(:last-child) {
margin-bottom: 30px;
}
.single-field-wrapper .adqs-form-inner .adqs-uplode-thumb-main {
height: 158px;
width: 188px;
padding: 20px;
border: 1px solid #d4e3ff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
gap: 10px;
margin-top: 8px;
border-radius: 4px;
position: relative;
}
.single-field-wrapper .adqs-form-inner .adqs-uplode-thumb-main p {
font-size: 10px;
}
.single-field-wrapper .adqs-form-inner .adqs-input-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.adqs-section-btn .adqs-radio-choose {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.adqs-section-btn .adqs-radio-choose .adqs-link-item {
margin-left: 15px;
}
.adqs-section-btn .adqs-radio-choose .adqs-link-item .inner-text {
color: var(--color-primary,#2b69fa);
}
.adqs-section-btn .adqs-button {
margin-top: 50px;
}
.adqs-section-btn .adqs-button .adqs-btn {
padding: 16px 62px;
background: var(--color-primary,#2b69fa);
border-radius: 8px;
color: #fff;
} .label-toogle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
margin-bottom: 10px;
}
.responsive-toggle-container {
position: relative;
}
.devices {
position: absolute;
background: #ffffff;
border: 1px solid black;
padding: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
} .switch {
position: relative;
display: inline-block;
width: 48px;
height: 23px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #afbbcc;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.switch .slider:before {
position: absolute;
content: "";
height: 17px;
width: 17px;
left: 4px;
bottom: 3px;
background-color: #ffffff;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.switch input:checked + .slider {
background-color: #27ae60;
}
.switch input:focus + .slider {
-webkit-box-shadow: 0 0 1px #27ae60;
box-shadow: 0 0 1px #27ae60;
}
.switch input:checked + .slider:before {
-webkit-transform: translateX(23px);
-ms-transform: translateX(23px);
transform: translateX(23px);
}
.switch .slider.round {
border-radius: 34px;
}
.switch .slider.round:before {
border-radius: 50%;
}
.single-field-wrapper .single-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.adqs-business-hour-data {
display: none;
}
.day-switch-open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 600px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 30px 0;
}
.day-switch-grp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 15px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.day-switch-grp input[type="checkbox"] {
height: 15px;
width: auto;
}
.day-switch-grp label {
font-size: 12px;
}
.adqs-oen-close-time-wrapper .single-slot-open-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
}
.adqs-oen-close-time-wrapper .single-slot-open-close select {
width: 150px;
}
.adqs-oen-close-time-wrapper .single-slot-open-close {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
height: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.adqs-oen-close-time-wrapper .single-slot-open-close select {
width: 150px;
}
.single-slot-open-close button.adqs-time-slot-delete {
background: #ffffff;
padding: 8px;
margin: 0;
height: 100%;
border: none;
}
.adqs-oen-close-time-wrapper button.adqs-time-slot-delete:hover {
background: #ffffff;
color: rgba(43, 105, 250, 1);
}
.adqs-oen-close-time-wrapper button.adqs-time-slot-delete:focus {
outline: none;
}
.adqs-oen-close-time-wrapper button.adqs-add-time-slot {
background: #ffffff;
color: #21ed21;
border: none;
margin: 0 auto;
}
.adqs-oen-close-time-wrapper button.adqs-add-time-slot:hover {
background: #ffffff;
color: green;
border: none;
}
.adqs-oen-close-time-wrapper button.adqs-add-time-slot:focus {
outline: none;
}
.adqs-oen-close-time-wrapper {
display: none;
}
.twemnty_four_open_switch {
display: none;
}
.single-feat-wrapper,
.single-slide-wrapper {
position: relative;
margin-top: 10px;
}
.single-feat-wrapper img,
.single-slide-wrapper img {
width: 124px;
height: 120px;
object-fit: cover;
}
.slider-img-container {
display: flex;
gap: 10px;
}
div#feat-remove,
#slide-remove {
position: absolute;
top: -10px;
right: -8px;
background: #f44336;
height: 26px;
width: 26px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.single-field-wrapper .adqs-checkbox-item {
display: flex;
gap: 20px;
flex-wrap: wrap;
max-height: 280px;
overflow-y: auto;
}
.single-field-wrapper .adqs-checkbox-item ul{list-style: none;padding: 0;}
.single-field-wrapper .adqs-checkbox-item ul:not(.children){margin: 0;}
.single-field-wrapper .adqs-checkbox-item ul.children{margin-left:10px;}
.single-field-wrapper .adqs-checkbox-item .adqs-checkbox {
display: flex;
gap: 10px;
align-items: center;
padding: 2px 0;
cursor: pointer;
} .single-field-wrapper .qsd-form-check-control input[type="checkbox"] {
height: 18px !important;
width: 18px !important;
accent-color: #26a35a !important;
cursor: pointer !important;
} .adqs-section-head-title .qsd-ad-form-check-control input[type="checkbox"] {
height: 18px !important;
width: 18px !important;
accent-color: #26a35a !important;
cursor: pointer !important;
} .single-field-wrapper .adqs-checkbox-item .adqs-checkbox input[type="checkbox"] {
height: 18px !important;
width: 18px !important;
accent-color: #26a35a !important;
cursor: pointer !important;
}
.adqs-section-head-title .qsd-ad-form-check-control{
display: flex;
align-items: center;
gap: 12px;
}
.adqs-section-head-title .qsd-ad-form-check-control label{
font-size: 18px;
font-weight: 500;
line-height: 24px;}  .adqs-section-wrapper .adqs-section-head-title {
display: flex;
justify-content: space-between;
}
.single-field-wrapper
.adqs-checkbox-item
.adqs-checkbox
input[type="checkbox"]::after {
content: "";
background: url(//www.sinerbusiness.com/wp-content/plugins/adirectory/assets/frontend/img/Vector.png) no-repeat center/cover;
height: 10px;
width: 10px;
display: none;
}
.single-field-wrapper
.adqs-checkbox-item
.adqs-checkbox
input[type="checkbox"]:checked {
background: #26a35a;
}
.single-field-wrapper
.adqs-checkbox-item
.adqs-checkbox
input[type="checkbox"]:checked::after {
display: block;
}
.single-field-wrapper input {
width: 100%;
border: 1px solid #eff3fe !important;
background: #fff;
font-size: 14px;
border-radius: 4px;
}
.single-field-wrapper :is(.adqs-title-input, label) {
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.single-field-wrapper
:is(
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"]
) {
padding: 0px 15px !important;
}
.single-field-wrapper input::placeholder {
font-size: 14px !important;
}
.single-field-wrapper #adqs_price {
margin-bottom: 15px;
}
.single-field-wrapper :is(.qsd-form-check-control, .adqs-form-check-control) {
display: flex;
gap: 5px;
align-items: center;
margin-bottom: 10px;
} .single-field-wrapper .qsd-form-check-control label,
.adqs-section-head-title .qsd-ad-form-check-control label,
.single-field-wrapper .adqs-checkbox-item .adqs-checkbox label {
cursor: pointer !important;
font-size: 14px !important;
font-weight: 500 !important;
color: var(--gray-700, #333) !important;
} .adqs-section-wrapper :is(input[type="checkbox"], input[type="radio"]) {
width: 18px !important;
height: 18px !important;
}   .single-field-wrapper .qsd-form-check-control,
.adqs-section-head-title .qsd-ad-form-check-control {
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.adqs-section-wrapper .qsd-form-label {
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-transform: capitalize !important;
}
.adqs-section-wrapper .adqs_map-latlon-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.adqs-section-wrapper .adqs-map-actions {
display: flex;
gap: 20px;
align-items: center;
}
.quicktags-toolbar input{
width: auto !important;
} #adqs_map {
width: 100%;
height: 300px;
} @media (max-width: 1536px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
.single-field-wrapper .adqs-checkbox-item {
flex-direction: column;
}
.adqs-section-wrapper .adqs_map-latlon-wrap {
grid-template-columns: 1fr;
}
}
@media (max-width: 320px) {
}
@media (min-width: 1536px) {
} .lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
box-sizing: border-box;
}
.lds-spinner {
color: currentColor;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3.2px;
left: 36.8px;
width: 6.4px;
height: 17.6px;
border-radius: 20%;
background: currentColor;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
} .qsd-address-ajax {
position: relative;
}
#adqs_address_result {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #ddd;
border-top: none;
border-radius: 0 0 4px 4px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
z-index: 1000;
max-height: 200px;
overflow-y: auto;
display: none;
list-style: none;
margin: 0;
padding: 0;
}
#adqs_address_result.show {
display: block;
}
#adqs_address_result li {
font-size: 14px;
cursor: pointer;
padding: 12px 15px;
transition: all 0.3s ease;
border-bottom: 1px solid #f0f0f0;
}
#adqs_address_result li:last-child {
border-bottom: none;
}
#adqs_address_result li:hover {
background: #f8f9fa;
color: #007cba;
}
#adqs_address_result li.selected {
background: #e3f2fd;
border-left: 3px solid #007cba;
color: #007cba;
}
#adqs_address_result li.loading,
#adqs_address_result li.no-results,
#adqs_address_result li.error {
color: #666;
font-style: italic;
cursor: default;
pointer-events: none;
}
#adqs_address_result li.error {
color: #d32f2f;
} .qsd-map-field {
margin-top: 15px;
}
.adqs_map-latlon-wrap {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 15px;
}
.adqs_map-input {
flex: 1;
min-width: 200px;
}
.adqs_map-input label {
display: block;
font-weight: 500;
color: #333;
}
.adqs_map-latlon-wrap > .adqs_map-input label{margin-bottom: 5px;}
.adqs_map-input input {
width: 100%;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.adqs_map-input input:focus {
outline: none;
border-color: #007cba;
box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.adqs_map-input input.error {
border-color: #d32f2f;
box-shadow: 0 0 0 2px rgba(211, 47, 47, 0.2);
}
.adqs_map-input input.valid {
border-color: #4caf50;
box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}
.adqs-map-actions {
display: flex;
gap: 15px;
align-items: flex-end;
flex-wrap: wrap;
}
.adqs_map-generate .qsd-btn {
background: #007cba;
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: all 0.3s ease;
min-width: 120px;
}
.adqs_map-generate .qsd-btn:hover {
background: #005a87;
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.adqs_map-generate .qsd-btn:active {
transform: translateY(0);
}
.qsd-form-check-control {
display: flex;
align-items: center;
gap: 8px;
}
.qsd-form-check-control input[type="checkbox"] {
width: auto;
margin: 0;
}
#adqs_map {
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.3s ease;
}
#adqs_map:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} .map-loading {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
background: #f5f5f5;
border: 1px solid #ddd;
border-radius: 4px;
color: #666;
font-style: italic;
} @media (max-width: 768px) {
.adqs_map-latlon-wrap {
flex-direction: column;
}
.adqs_map-input {
min-width: 100%;
}
.adqs-map-actions {
flex-direction: column;
align-items: stretch;
}
.adqs_map-generate .qsd-btn {
width: 100%;
}
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.adqs-feat-loader-container {
display: flex;
justify-content: center;
align-items: center;
background: #ffffff;
width: 180px;
margin-top: 8px;
}
input.adqs-submit-btn {
background: rgba(43, 105, 250, 1);
border: #ffdead;
color: #ffffff;
padding: 12px 30px;
cursor: pointer;
}
img.adqs-dir-img {
width: 80px;
}
.single-field-wrapper .qsd-ad-search-tax{margin-bottom: 20px;}