@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500&display=swap');

:root {
    /* Font */
    --Dosis: 'Dosis', sans-serif;

    /* colors */
    --sky-blue: #14C4C4;
    --dark-sky: #00A3A3;
    --light-sky: #F4FAFF;
    --white: #ffffff;
    --black: #000000;
    --blue-border: #39a0ed;
    --text-green: #0B2121;
    --red: #EB2323;
    --bg: #f8f7f9;
    --orange: #ff6700;
    --gray: #555c63;
    /* --orange: #ffb37f; */
    --red-20: rgba(235, 35, 35, 0.2);
    --sky-blue-20: rgba(20, 196, 196, 0.2);

    /* Font Size */
    --text-font: 14px;
    --heading-font: 18px;
    --font-12: 12px;
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

:after,
:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0;
    font-family: var(--Dosis);
    font-size: var(--text-font);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 500;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

h3 {
    font-size: 50px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    padding-bottom: 15px;
}


.title-mb {
    margin-bottom: 20px !important;
}

.main_website ul {
    padding-left: 0px;
    list-style: disc;
}

.con-frist-ul {
    padding-left: 16px !important;
}

.con-secound-ul {
    padding-left: 16px !important;
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol {
    /* list-style: none; */
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.static {
    position: static
}

.block {
    display: block
}

.contents {
    display: contents
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: #4ade80;
    background-color: rgb(74 222 128/var(--tw-bg-opacity))
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: #818cf8;
    background-color: rgb(129 140 248/var(--tw-bg-opacity))
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: #f87171;
    background-color: rgb(248 113 113/var(--tw-bg-opacity))
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: #facc15;
    background-color: rgb(250 204 21/var(--tw-bg-opacity))
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: #f0fdf4;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: #eef2ff;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: #fef2f2;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: #fefce8;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.outline {
    outline-style: solid
}

.focus\:not-sr-only:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    width: auto
}

/* Actual Css Start */
header {
    padding: 20px;
    border-bottom: 3px solid var(--dark-sky);
}

header .head-logo {
    gap: 55px;
}

header .head-icons,
.menu-panel {
    gap: 40px;
    align-items: center;
}

header .head-icons img {
    width: 25px;
}

a {
    text-decoration: none;
}

h3,
h4 {
    margin-bottom: 0;
}

.form-heading {
    padding: 10px 0 35px;
}

.form-heading h3 {
    font-size: var(--heading-font);
    line-height: 24px;
    color: var(--text-green);
    font-weight: 600;
}

.profile-form {
    font-size: var(--text-font);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 400;
    margin: 0;
    border: 1px solid var(--black);
    border-bottom: 0;
}

.profile-form form>div,
.profile-form .user-form>div {
    border-bottom: 1px solid var(--black);
}

.form-property {
    padding: 10px 15px;
    background-color: var(--gray);
    color: var(--white);
    letter-spacing: 1px;
}

form h4 {
    font-size: var(--font-12);
    line-height: 18px;
    font-weight: 600;
}

.profile-form form>div>input,
.profile-form .user-form>div>input,
.profile-form textarea,
.profile-form select {
    width: 100%;
    border: 0;
    padding: 10px 15px;
}

.services_action_area {
    gap: 10px;
}
.services_action_area img{
    width: 20px;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
    font-size: var(--font-12);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 400;
}

form input:focus,
form select:focus,
form textarea:focus {
    outline: none;
    font-size: var(--font-12);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 400;
}

.form-field {
    border-left: 1px solid var(--black);
    padding: 0;
}

.form-field .from-check {
    width: 50%;
}

.form-field .from-check label {
    width: 100%;
    margin-left: 10px;
}

.form-field.d-flex {
    padding: 10px 15px;
}

.form-btn a {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--sky-blue);
    color: var(--white);
    font-size: var(--text-font);
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--sky-blue);
    color: var(--white);
    font-size: var(--text-font);
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
}

.form-btn a:hover {
    background-color: var(--text-green);
}

.form-btn a img {
    width: 15px;
    height: 15px;
    margin: 0 5px 5px 0;
}

.ftr-logo {
    background-color: var(--text-green);
    padding: 10px 20px;
    margin-top: 150px;
}

.uplod-logo-img {
    min-height: 120px;
}

.big-btn a,
.big-btn input[type=submit],
.img-btn {
    line-height: 24px;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--sky-blue);
    color: var(--white);
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
}

.big-btn a:hover,
.big-btn .img-btn:hover {
    background-color: var(--text-green);
}

.big-btn a img,
.big-btn .img-btn img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    /* margin: 0 5px 5px 0; */
}

.client-list .form-heading {
    width: 50%;
    border-bottom: 3px solid var(--sky-blue);
}

.client-list .form-heading input {
    padding: 5px 15px;
    font-size: var(--heading-font);
    line-height: 24px;
    font-weight: 500;
    border: 1px solid var(--blue-border) !important;
    border-radius: 8px;
    background-color: var(--bg);
}

.client-list .form-heading input::placeholder {
    font-size: var(--heading-font);
    line-height: 24px;
    font-weight: 500;
    color: var(--text-green);
}

.client-list .form-heading input:focus {
    outline: none;
    font-size: var(--heading-font);
    line-height: 24px;
    color: var(--text-green);
    font-weight: 500;
    border: 1px solid var(--blue-border);
}

.detail-list {
    border: 1px solid var(--black);
}

.detail-list ul {
    padding: 10px 15px;
    border-bottom: 1px solid var(--black);
}

.detail-list ul li {
    padding: 0;
    font-size: var(--text-font);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 500;
}

.detail-list ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.detail-list .list-head {
    background-color: var(--light-sky);
}

.detail-list .list-head li {
    font-weight: 600;
}

.detail-list ul:last-child() {
    border-bottom: 0;
}

.detail-list h4 {
    font-size: var(--text-font);
    line-height: 18px;
    font-weight: 600;
    color: var(--text-green);
    display: none;
    padding: 10px;
    background-color: var(--light-sky);
}

#propery-dropdown {
    border: 1px solid var(--sky-blue);
    padding: 10px 10px 10px 35px;
    font-size: var(--heading-font);
    line-height: 24px;
    color: var(--text-green);
    font-weight: 600;
    border-radius: 10px;
    background-color: var(--bg);
    background-image: url(../images/home.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 22px;
}

#propery-dropdown:focus {
    outline: none;
    font-size: var(--heading-font);
    line-height: 24px;
    color: var(--text-green);
    font-weight: 600;
}

.propery-zone {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.propery-zone .panel {
    display: none;
}

.panel-group .configure-data {
    display: none;
}

.propery-zone-confo {
    padding: 15px;
    background-color: var(--bg);
    border: 1px solid var(--black);
}

.propery-zone-scroll {
    width: auto;
    white-space: nowrap;
}

.propery-zone-scroll>div {
    width: 169px;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid var(--sky-blue);
    border-radius: 5px;
    margin-right: 15px;
    background-color: var(--white);
}

.propery-zone-scroll h3 {
    font-size: var(--heading-font);
    line-height: 24px;
    color: var(--text-green);
    font-weight: 600;
    margin-bottom: 15px;
}

.propery-zone {
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--bg);
}

.propery-zone::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.propery-zone::-webkit-scrollbar-track {
    background: var(--bg);
    border: 1px solid var(--black);
}

.propery-zone::-webkit-scrollbar-thumb {
    background-color: var(--sky-blue);
    border-radius: 10px;
    height: 12px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.item-list {
    column-count: 2;
}
.zone-ioptions.item-list {
    column-count: 1;
}

.zone-ioptions.item-list li h3{width:150px;}
.zone-ioptions .n-a-check, .zone-ioptions .ok-check, .zone-ioptions .defect-check, .zone-ioptions .delete-item, .zone-ioptions .safety-check {
    width: 60px;
    text-align: center;
}
.zone-ioptions .maintenance-check{width: 120px;
    text-align: center;}
.zone-item-comment {
    margin: 0 10px;max-height: 40px;
}
.zone-ioptions .zone-comment{width: 250px;text-align: left;}
.zone-ioptions.item-list li {
    align-items: center;
}
.zone-ioptions th:first-child, .zone-ioptions td:first-child {
    text-align: left;
}
.zone-ioptions th {
    padding-bottom: 5px;
}
.zone-ioptions th, .zone-ioptions td {
    text-align: center;
}
.item-list li {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}
.zone-ioptions p {
    padding: 5px 0 !important;
}
.item-list li h3 {
    display: inline-block;
    width: 40%;
    font-size: var(--text-font);
    line-height: 18px;
    font-weight: 500;
    color: var(--text-green);
}

.item-list li span {
    display: none;
}

.item-list li div {
    text-align: center;
    width: 7%;
}

.faulty-check {
    width: 20% !important;
    display: flex;
}

.remove-zone-item {
    display: flex;
}

.faulty-check img,
.remove-zone-item img {
    width: 15px;
    margin-top: -6px;
}

.item-list li label {
    width: 100%;
    height: 15px;
    position: relative;
}

.item-list li input {
    width: 0;
}

/* 
.item-list li input[type="radio"]:after {
    content: "";
    background-color: transparent;
    display: inline-block;
    height: 12px;
    width: 12px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    border: 1px solid var(--black);
    transition: left .25s, background-color .13s;
}

.item-list li input[type="radio"]:checked:before {
    content: "";
    background-color: transparent;
    display: inline-block;
    height: 5px;
    width: 10px;
    left: 50%;
    position: absolute;
    top: 3px;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 2px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.faulty-check input[type="radio"]:after {
    left: 10px !important;
}

.faulty-check input[type="radio"]:checked:after {
    border: 1px solid var(--sky-blue);
} */

/* .faulty-check input[type="radio"]:not(:checked)+img {
    display: none;
}

.faulty-check input[type="radio"]:checked+img {
    display: block;
}*/





.item-list li input[type="radio"]:checked,
.item-list li input[type="radio"]:not(:checked),
.item-list li input[type="checkbox"]:checked,
.item-list li input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.item-list li input[type="radio"]:checked+label,
.item-list li input[type="radio"]:not(:checked)+label,
.item-list li input[type="checkbox"]:checked+label,
.item-list li input[type="checkbox"]:not(:checked)+label {
    position: relative;
    /* padding-left: 28px; */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.item-list li input[type="radio"]:checked+label:before,
.item-list li input[type="radio"]:not(:checked)+label:before,
.item-list li input[type="checkbox"]:checked+label:before,
.item-list li input[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid var(--black);
    /* border-radius: 100%; */
    background: transparent;
}

.item-list li .na-check input[type="radio"]:checked+label:before,
.item-list li .na-check input[type="radio"]:not(:checked)+label:before,
.item-list li .ok-check input[type="radio"]:checked+label:before,
.item-list li .ok-check input[type="radio"]:not(:checked)+label:before,
.item-list li .na-check input[type="checkbox"]:checked+label:before,
.item-list li .na-check input[type="checkbox"]:not(:checked)+label:before,
.item-list li .ok-check input[type="checkbox"]:checked+label:before,
.item-list li .ok-check input[type="checkbox"]:not(:checked)+label:before {
    left: 6px;
}

.item-list li .faulty-check input[type="radio"]:checked+label:before,
.item-list li .faulty-check input[type="radio"]:not(:checked)+label:before,
.item-list li .faulty-check input[type="checkbox"]:checked+label:before,
.item-list li .faulty-check input[type="checkbox"]:not(:checked)+label:before {
    left: 3px;
}

.item-list li .faulty-check input[type="radio"]:not(:checked)+img,
.item-list li .faulty-check input[type="checkbox"]:not(:checked)+img {
    display: none;
}

.item-list li .faulty-check input[type="radio"]:checked+img,
.item-list li .faulty-check input[type="checkbox"]:checked+img {
    display: block;
}

.item-list li input[type="radio"]:checked+label:after,
.item-list li input[type="checkbox"]:checked+label:after {
    content: '';
    width: 10px;
    height: 5px;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 1px;
    /* border-radius: 100%; */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: rotate(-45deg);
    border-left: 2px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.item-list li .na-check input[type="radio"]:checked+label:after,
.item-list li .na-check input[type="radio"]:not(:checked)+label:after,
.item-list li .ok-check input[type="radio"]:checked+label:after,
.item-list li .ok-check input[type="radio"]:not(:checked)+label:after,
.item-list li .na-check input[type="checkbox"]:checked+label:after,
.item-list li .na-check input[type="checkbox"]:not(:checked)+label:after,
.item-list li .ok-check input[type="checkbox"]:checked+label:after,
.item-list li .ok-check input[type="checkbox"]:not(:checked)+label:after {
    left: 7px;
}

.item-list li input[type="radio"]:not(:checked)+label:after,
.item-list li input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    /* -webkit-transform: scale(0);
    transform: scale(0); */
}

.item-list li input[type="radio"]:checked+label:after,
.item-list li input[type="checkbox"]:checked+label:after {
    opacity: 1;
    /* -webkit-transform: scale(1);
    transform: scale(1); */
}

.faulty-check input[type="radio"]:checked+label:after,
.faulty-check input[type="checkbox"]:checked+label:after {
    border-left: 2px solid var(--sky-blue) !important;
    border-bottom: 1px solid var(--sky-blue) !important;
    left: -3px !important;
}

.faulty-check input[type="radio"]:checked+label::before,
.faulty-check input[type="checkbox"]:checked+label::before {
    left: -4px !important;
}

.faulty-check input[type="radio"]:checked+label:before,
.faulty-check input[type="checkbox"]:checked+label:before {
    border: 1px solid var(--sky-blue) !important;
}

.na-check,
.ok-check {
    min-width: 25px;text-align: center;
}

/* ,
.item-list li input[type="radio"]:not(:checked) + label:after */



.panel-title a {
    color: var(--text-green);
    text-decoration: none;
}

.job-individual .property-accordion {
    height: 500px;
    overflow-x: auto;
}

.property-accordion .detail-list textarea {
    height: 22px;
}

.property-accordion .detail-list ul:nth-child(odd) {
    background-color: var(--bg);
}

.property-accordion .detail-list select,
.property-accordion .detail-list textarea {
    background-color: transparent;
}

.property-accordion .comment-down {
    background-color: var(--bg);
    border: 1px solid var(--sky-blue);
    border-radius: 5px;
}

.property-accordion .panel, .zone-customization .panel, .zones-sections .main-panel {
    padding: 15px 40px;
    background-color: var(--white);
    border: 1px solid var(--sky-blue);
}

.property-accordion, .zone-customization-item {
    gap: 15px;
}

.property-accordion .panel-heading a.block:after, .zones-sections .main-panel:after {
    content: url(../images/arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 22px;
    transform: translateY(-50%) rotateX(180deg);
    right: 20px;
    transition: transform 0.5s;
}

.property-accordion .panel-heading a[aria-expanded="true"]:after, .zones-sections .main-panel[aria-expanded="true"]:after {
    top: 6px !important;
    transform: translateY(-50%) rotateX(0);
}

.img-boxs {
    gap: 15px;
}

.img-boxs div {
    width: 100px;
    padding: 20px 0;
    text-align: center;
    background-color: var(--bg);
    border: 1px solid var(--sky-blue);
    border-radius: 5px;
}

.profile-form .img_preview {
    margin-bottom: 10px;
}

.img-boxs h3 {
    font-size: var(--heading-font);
    line-height: 24px;
    font-weight: 500;
    color: var(--text-green);
}

.img-boxs .img-uplod {
    background-color: var(--sky-blue);
    border: 1px solid var(--black);
}

.big-btn.submit-report a {
    background-color: var(--orange);
}

.big-btn.submit-report a:hover {
    background-color: var(--dark-sky);
}

.container-lg.d-flex.flex-wrap {
    gap: 20px;
}

.user-home-list .detail-list ul li img {
    margin-right: 3px;
}

.user-list {
    border-bottom: 3px solid var(--sky-blue);
    padding-bottom: 35px;
}

#calendar-select {
    border: 1px solid var(--black);
    padding: 10px 50px 10px 10px;
    font-size: var(--text-font);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 600;
    background-image: url(../images/calender.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 22px;
}

#calendar-select:focus {
    outline: none;
    font-size: var(--text-font);
    line-height: 18px;
    color: var(--text-green);
    font-weight: 600;
}

.area-graph h3 {
    padding-left: 35px;
    position: relative;
    font-size: var(--text-font);
    line-height: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.area-graph h3:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.completed-area:after {
    background-color: var(--sky-blue);
}

.to-be-area:after {
    background-color: red;
}

.schedule-area:after {
    background-color: var(--light-sky);
    border: 1px solid var(--sky-blue);
}


/* Header css start */

.navbar-expand-lg .navbar-toggler {
    display: block;
}

header.header {
    padding: 5px 0;
}

.menu_bar span {
    display: block;
    width: 26px;
    height: 3px;
    transition: 200ms;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--text-green);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    margin-left: 0;
    border-radius: 100px;
}

.menu_bar.not-openmenu span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu_bar.not-active span:nth-child(2) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu_bar.not-active span:nth-child(3) {
    bottom: 0;
    transform: rotate(0);
}

.menu_bar.closemenu span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}

.menu_bar.closemenu span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu_bar.closemenu span:nth-child(3) {
    bottom: 11px;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}

.menu_bar span+span {
    margin-top: 6px;
}

a.menu_bar {
    margin-left: 15px;
    margin-top: -2px;
}

.navbar-toggler-icon {
    width: 26px;
    margin-top: 0;
    height: auto;
}

.navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.navbar {
    justify-content: flex-end;
    padding: 0;
}

.navbar-collapse {
    position: fixed;
    right: 0;
    width: 100%;
    background: var(--Honolulu-Blue);
    height: 100%;
    padding: 0 20px;
    top: 0;
    z-index: 9;
    background: var(--dark-sky);
    color: var(--white);
    width: 20%;
    display: none;
    padding-top: 10px;
    padding-left: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-collapse {
    top: 140px;
}

.login .navbar-collapse {
    top: 110px;
}

.scroll-block {
    overflow: hidden;
}

.navbar-nav li {
    margin-left: 0;
    margin-top: 0px;
    position: relative;
}

.navbar-nav li:first-child {
    margin-top: 15px;
}

/* .navbar-nav {
    display: none;
} */

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-collapse.show {
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .nav-link {
    font-size: 18px;
}

.navbar .nav-link:hover,
.navbar-nav li.active {
    color: var(--text-green);
}

.img-uplod a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.detail-list .list-body li {
    font-size: var(--font-12);
}

.bg-red-20 {
    background: var(--red-20);
}

.bg-sky-blue-20 {
    background: var(--sky-blue-20);
}

.dropdown-toggle {
    display: none;
}

.menu-item-has-children.dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: unset;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
}

.edit-job {
    position: absolute;
    right: 180px;
}

.copy-job {
    position: absolute;
    right: 150px;
}

.page-template-template-new-report .duplicate_zone {
    right: 120px;
}

.delete-job {
    position: absolute;
    right: 120px;
}

.delete-job img {
    width: 18px;
}

.zone-check,
.zone-cong-check {
    position: absolute;
    right: 160px;
}

.menu-item-has-children.dropdown .dropdown-menu li:first-child {
    margin-top: 0;
}

.menu-item-has-children.dropdown .dropdown-menu li:before {
    content: ">";
    position: absolute;
    top: 13px;
    left: 10px;
    color: var(--white);
}

.menu-item-has-children.dropdown .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
}

.menu-item-has-children.dropdown .dropdown-menu li {
    padding: 10px 0;
}

.menu-item-has-children.dropdown .dropdown-menu li a:hover,
.menu-item-has-children.dropdown .dropdown-menu li:hover,
.menu-item-has-children.dropdown .dropdown-menu li:hover:before,
.menu-item-has-children.dropdown .dropdown-menu li.active a,
.menu-item-has-children.dropdown .dropdown-menu li.active:before {
    background: transparent;
    color: var(--text-green);
}

.dropdown-item {
    color: var(--white);
}

.confi-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.confi-lable {
    min-width: 120px;
}

.confi-list li div a img {
    height: 15px;
    width: auto;
    min-width: 15px;
}

.price-lable {
    font-weight: 500;
}

.price-lable {
    font-weight: 500;
}

.services .big-btn a {
    width: fit-content;
}

.menu-panel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-white {
    display: none;
}

.img-color {
    display: none;
}

.menu-panel.openmenu {
    position: absolute;
    right: -60%;
    top: -10px;
}

.menu-panel.openmenu .img-white {
    /* display: block; */
}

.menu-panel.openmenu .img-color {
    /* display: none; */
}

.menu-panel.openmenu .navbar-toggler,
.menu-panel.openmenu a {
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-panel.openmenu .navbar-toggler .menu_bar span {
    background: var(--white);
}

.menu-panel.openmenu .navbar-toggler .menu_bar.closemenu span {
    background: var(--black);
}

.breadcrumb {
    background-color: transparent;
    margin-top: 1rem;
    padding-left: 0;
    margin-bottom: 0;
}

.no-breadcrumb {
    padding-top: 35px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--blue-border);
    content: ">";
}

.breadcrumb a {
    color: var(--dark-sky);
}

.breadcrumb a:hover {
    color: var(--orange);
    text-decoration: none;
}

/*Payments Css Start*/
.sp-table th {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #185875;
    border: 1px solid #000;
}

.sp-table td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
    border-bottom: none;
}

.sp-table {
    text-align: left;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}

.sp-table td,
.sp-table th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
}

.sp-table .totals td:first-child {
    text-align: right;
}

.stripe-card-brand.stripe-credit-card-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/credit-card.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-visa-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/visa.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-amex-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/amex.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-diners-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/diners.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-discover-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/discover.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-jcb-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/jcb.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-maestro-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/maestro.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-brand.stripe-mastercard-brand {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    right: 10px;
    background: no-repeat url(../images/mastercard.svg);
    display: block;
    width: 30px;
    height: 24px;
    background-size: 100%;
}

.stripe-card-group {
    position: relative;
}

/*Payments Css end*/

.custom-range {
    margin-top: 10px;
}

.user-home-list .custom-range input {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid var(--black) !important;
    padding: 5px 10px !important;
}

/* Tooltip Css Start */
.tooltipevent {
    width: 200px;
    /*
    height:100px;*/
    background: #fff;
    position: absolute;
    z-index: 10001;
    transform: translate3d(-50%, -100%, 0);
    font-size: 0.8rem;
    box-shadow: 1px 1px 3px 0px #888888;
    line-height: 1rem;
}

.tooltipevent div {
    padding: 10px;
}

.tooltipevent div:first-child {
    font-weight: bold;
    border: solid 1px black;
}

.tooltipevent div:last-child {
    position: relative;
}

.tooltipevent div:last-child::after,
.tooltipevent div:last-child::before {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    /*
    box-shadow: 1px 1px 2px 0px #888888;*/
    border-bottom: 0;
    border-top-color: whitesmoke;
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipevent div:last-child::before {
    border-top-color: #888888;
    bottom: -5px;
}

/* Tooltip Css End */


/* Start Main Website */
.f_banner {
    background-color: #0DB8B8;
    background-image: url(https://spektmate.com/app/uploads/2024/01/signal-pattern-lighter.png);
    background-repeat: repeat;
    padding: 100px 0 180px;
}

.f_banner h1 {
    color: #fff;
    font-size: 60px;
}

.f_banner h3 {
    color: #fff;
    font-size: 26px;
    margin: 20px 0;
}

.n_btn {
    background: #FF6700;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 100px;
    margin-top: 30px;
    display: table;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.n_btn:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}

.divider {
    position: relative;
    z-index: 5;
    margin-top: -169px;
}

.divider_overlap_above {
    transform: rotate(180deg);
}

.divider_overlap_above svg {
    transform: rotateY(180deg);
    fill: #fff;
}

/* Logo Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    height: auto !important;
    width: auto !important;
    font-size: 0;
    line-height: 0;
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-slider .slick-arrow:before {
    color: #333;
    font-size: 2.5rem;
    font-weight: 900;
    height: 3rem;
    opacity: 1;
    width: 3rem
}

.slick-slider .slick-arrow.slick-prev {
    left: -3rem;
    transition: .5s ease
}

.slick-slider .slick-arrow.slick-prev:hover {
    left: -3.25rem
}

.slick-slider .slick-arrow.slick-prev:before {
    content: "<" !important
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: -3rem;
    transition: .5s ease
}

.slick-slider .slick-arrow.slick-next:hover {
    right: -3.25rem
}

.slick-slider .slick-arrow.slick-next:before {
    content: ">" !important
}

.customer-logos img {
    max-height: 100px;
    width: auto;
    margin: auto;
}

.slick-track {
    display: flex;
    align-items: center;
}

.logos_sec h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.accordion-button {
    display: block;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion-button:hover {
    cursor: pointer;
}

.accordion-button:after {
    content: "+";
    /* fa-chevron-down */
    position: absolute;
    right: 0;
}

.active-acc .accordion-button:after {
    content: "-";
    /* fa-chevron-up */
}

/* Woocommerce Css Start */
.woocommerce-page .button, .wc-block-components-checkout-place-order-button {
    line-height: 24px;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--sky-blue) !important;
    color: var(--white) !important;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
}

.woocommerce-page .button:hover, .wc-block-components-checkout-place-order-button:hover {
    background-color: var(--text-green);
}

.woocommerce-page .button img {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

/* Woocommerce Css End */

.floorplan-image-section { display: flex; margin-top: 10px; }
.woocp_image_box { position: relative; width: 100px; height: auto; margin-right: 10px; }
.floorplan-image-section .woocp_remove_image { position: absolute; right: 0; background-color: #000000; color: #ffffff; border-radius: 50%; margin: 5px; padding: 3px; font-size: 11px; width: 10px; text-align: center; text-decoration: none; }


.select2-selection--multiple:before { content: ""; position: absolute; right: 7px; top: 42%; border-top: 5px solid #888; border-left: 4px solid transparent; border-right: 4px solid transparent; }

@media (max-width: 1700px) {
    .divider {
        margin-top: -140px;
    }
}

@media (max-width: 1439px) {
    .divider {
        margin-top: -130px;
    }
}

@media (max-width: 1365px) {
    .divider {
        margin-top: -120px;
    }
}
@media (max-width: 1199px) {
.property-accordion .panel, .zone-customization .panel, .zones-sections .main-panel {
    padding: 15px 15px;
}
}

@media (max-width: 991px) {

    .slick-next,
    .slick-prev {
        display: none !important
    }
}


.con_sec img {
    max-height: 600px;
    border-radius: 30px;
}

.con_sec {
    padding: 80px;
}

.light-bg {
    background: #F8F7F9;
    margin-top: 50px;
}

.con_sec h3 {
    font-size: 50px;
    margin: 0 0 20px;
}

.con_sec p {
    margin-bottom: 15px;
}

/* .con_sec ul {
    margin: 10px 0;
    list-style: disc;
    padding: 0 0 0 10px;
} */

/* FREE TRIAL SECTION */

.free-trial-section {
    background-color: #0DB8B8 !important;
    padding: 50px 0px 0px 0px;
    margin-top: -5px;
    position: relative;
}

.shape-fill-top {
    fill: #0DB8B8;
}

.bottom-shap-bg {
    background-color: #0DB8B8;
}

.shape-fill {
    fill: #F8F7F9;
}

.cust-review-wrapper {
    padding: 34px 0px 34px 20px;
}

/* Top-tier support section */

.top-tier-section {
    background-color: #F8F7F9;
    margin-top: -5px;
    margin-bottom: -21px;
    position: relative;
}

.top-tier-text-wrapper {
    padding: 140px 0px 0px 30px;
    justify-content: center;
    align-items: center;
}

.top-tier-b-shap {
    fill: white;
}

.top-tier-t-shap {
    background-color: #F8F7F9;
}

.p-left-ul {
    padding-left: 9px !important;
}

/* Constant section */
.Pricing-section {
    padding-bottom: 50px;
}

.pricing-box {
    background: white;
    border-radius: 50px;
    padding: 35px;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.pricing-row-p {
    padding-top: 50px;
    row-gap: 30px;
}

.pricing-title {
    padding-bottom: 30px;
}

.price {
    padding-bottom: 30px;
}

sup {
    font-size: 20px;
    top: -1.5em;
    right: -7px;
}

sub {
    font-size: 20px;
    bottom: -0.25em;
    left: -7px;
}

.price-list {
    margin-left: 17px;
}

/* cust-review section */

.cust-review-section {
    background-color: #F8F7F9;
    padding-bottom: 60px;
    margin-top: -2px;
    position: relative;
}

.cust-image {
    border-radius: 50px !important;
    overflow: hidden !important;
}

/* capterra section start */

.capterra-section {
    padding: 100px 0px 50px 0px;
    background-color: #0DB8B8;
}

.cs-pl-ul {
    padding-left: 20px !important;
}

.review-img {
    max-width: 400px;
    width: 100%;
}

.icon-img {
    max-width: 400px;
    width: 100%;
    margin: 20px 0px;
}

/* testimonial section  */

.testimonial-section {
    background-image: url('https://www.spectora.com/hubfs/Delivering%20Better%20Tools-min.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* margin-top: -190px; */
    margin: -190px 0px -230px 0px;
    /* padding-top: 50px;
    padding-bottom: 45px;
    margin-bottom: -230px; */
    padding: 50px 0px 50px 0px;
}

.p-bottom {
    padding-bottom: 160px;
}

.testi-img {
    width: 51px;
    height: 51px;
    overflow: hidden;
}

.testimonial-box {
    border-radius: 4px;
    border: 0.5px solid #e2e8f0;
    background-color: #F8F7F9;
    padding: 50px 60px 50px 60px;
}

.testi-row-gap {
    row-gap: 30px;
}

.tesi-t-shape-fill {
    fill: none;
}

.tesi-b-shape-fill {
    fill: #0DB8B8;
}

.testi-t-shap-bg {
    background-color: #0DB8B8;
}

.testi-b-shap-bg {
    background-color: none;
}

/* Frequently Asked Questions */

.faq-section {
    background-color: #0DB8B8;
    padding: 75px 0px 0px 0px;
    margin-top: -3px;
    position: relative;
}

.faq-shape-bg {
    fill: #0DB8B8;
}

.accordion {
    padding: 34px 0px 60px 0px;
}

.accordion-item {
    border: 1px solid white;
    padding: 17px;
    margin-bottom: 16px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(13,184,184,0.05);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/*  Trial section */

.trial-section {
    background-color: #F8F7F9;
    margin-top: -5px;
    position: relative;
    padding: 75px 0px;
}

/* footer */
.page-template-template-front .ftr-logo {
    margin: 0;
}

/* End Main Website */


/*.....Responsive Start.....*/

/* @media max-width:1899px Start */
@media screen and (max-width: 1899px) {
    .menu-panel.openmenu {
        right: -50%;
    }

    .testimonial-section {
        padding-bottom: 70px;
    }
}

/* @media max-width:1899px End */

/* @media max-width:1699px Start */
@media screen and (max-width: 1699px) {
    .menu-panel.openmenu {
        right: -40%;
    }
}

/* @media max-width:1699px End */
/* @media max-width:1599px Start */
@media screen and (max-width: 1599px) {
    .menu-panel.openmenu {
        right: -30%;
    }

    .navbar-collapse {
        padding: 30px;
    }
}

/* @media max-width:1599px End */
/* @media max-width:1535px Start */
@media screen and (max-width: 1535px) {
    .menu-panel.openmenu {
        right: -25%;
    }
}

/* @media max-width:1535px End */
/* @media max-width:1439px Start */
@media screen and (max-width: 1439px) {
    .menu-panel.openmenu {
        right: -20%;
    }

    header .head-icons,
    .menu-panel {
        gap: 30px;
    }
}

/* @media max-width:1439px End */

/* @media max-width:1335px Start */
@media screen and (max-width: 1335px) {
    .menu-panel.openmenu {
        right: -10%;
    }
}

/* @media max-width:1335px End */

/* @media max-width:1280px Start */
@media screen and (max-width: 1280px) {
    .user-home-list .detail-list ul li img {
        margin-right: 1px;
    }
}

/* @media max-width:1280px End */
/* @media max-width:1279px Start */
@media screen and (max-width: 1279px) {
    .menu-panel.openmenu {
        right: -20%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
    }

    .divider_overlap_above {
        margin-top: 4px;
    }
}

/* @media max-width:1279px End */

/* @media max-width:1165px Start */
@media screen and (max-width: 1165px) {
    .menu-panel.openmenu {
        right: -5%;
    }

    header .head-icons,
    .menu-panel {
        gap: 20px;
    }

    .navbar-collapse {
        top: 145px;
    }

    .divider_overlap_above {
        margin-top: 4px;
    }
}

/* @media max-width:1165px End */

/* @media max-width:1024px Start */
@media screen and (max-width: 1024px) {
    header {
        padding: 20px 0;
    }

    header .head-logo {
        gap: 30px;
    }

    header .head-icons {
        gap: 25px;
    }

    .form-heading {
        padding: 0 0 25px;
    }

    .ftr-logo {
        margin-top: 100px;
    }

    .no-breadcrumb {
        padding-top: 25px;
    }

    .divider_overlap_above {
        margin-top: 20px;
    }
}

/* @media max-width:1024px End */
/* @media max-width:1023px Start */
@media screen and (max-width: 1023px) {
    header .head-icons img {
        width: 20px;
    }

    .menu-panel.openmenu {
        right: 0%;
    }
}

/* @media max-width:1023px End */
/* @media max-width:991px Start */
@media screen and (max-width: 991px) {
    .item-list {
        column-count: 1;
    }

    .item-list li h3 {
        width: 50%;
    }

    .client-list {
        flex-wrap: wrap;
    }

    .user-home-list {
        padding: 0 0 30px 0 !important;
    }

    .navbar-collapse {
        width: 30%;
    }

    .testimonial-box {
        padding: 30px;
    }
}

/* @media max-width:991px End */
/* @media max-width:767px Start */
@media screen and (max-width: 767px) {
    .client-list .list-head {
        display: none;
    }

    .user-list .list-head {
        display: flex;
    }

    .detail-list h4 {
        display: inline-block;
        width: 30%;
    }

    .property-accordion .detail-list h4 {
        display: none;
    }

    .detail-list ul {
        padding: 0;
    }

    .user-list .detail-list ul {
        padding: 10px;
    }

    .user-list .detail-list h4 {
        display: none;
        width: 30%;
    }

    .property-accordion .detail-list ul {
        padding: 10px;
    }

    .detail-list ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-right: 10px;
        border-bottom: 2px solid var(--white);
    }

    .property-accordion .detail-list ul li {
        border-bottom: none;
    }

    .client-list .form-heading {
        width: 65%;
    }

    .property-accordion .detail-list ul select {
        width: 100% !important;
    }

    .property-accordion .panel, .zones-sections .main-panel {
        padding: 15px 25px;
    }

    .login .navbar-collapse {
        top: 95px;
    }
}

/* @media max-width:767px End */
/* @media max-width:650px Start */
@media screen and (max-width: 650px) {
    .navbar-collapse {
        width: 40%;
    }
}

/* @media max-width:650px End */
/* @media max-width:575px Start */
@media screen and (max-width: 575px) {
    .form-field {
        border-left: none;
    }

    header .head-logo {
        gap: 15px;
    }

    header .head-icons {
        gap: 10px;
    }

    .form-heading {
        padding: 0 0 20px;
    }

    .no-breadcrumb {
        padding-top: 20px;
    }

    .ftr-logo {
        margin-top: 80px;
    }

    .detail-list h4 {
        width: 35%;
    }

    .client-list .form-heading {
        width: 100%;
    }

    .comment-down {
        height: 150px !important;
    }

    .property-accordion form {
        gap: 20px;
    }

    .property-accordion .detail-list ul,
    .user-list .detail-list ul {
        padding: 0;
    }

    .property-accordion .detail-list ul li {
        flex-wrap: wrap;
        padding: 10px;
    }

    .property-accordion .detail-list ul:nth-child(odd) {
        background-color: transparent;
    }

    .property-accordion .detail-list h4 {
        display: inline-block;
        width: 100%;
    }

    .item-list {
        margin: 0;
    }

    .list-head,
    .user-list .list-head {
        display: none;
    }

    .property-accordion .panel, .zones-sections .main-panel {
        padding: 15px 20px;
    }

    .user-list .detail-list h4 {
        display: inline-block;
        width: 35%;
        text-align: left;
    }
}

/* @media max-width:575px End */
/* @media max-width:475px Start */
@media screen and (max-width: 475px) {
    .navbar-collapse {
        top: 140px;
    }

    .navbar-collapse {
        width: 100%;
    }

    header .head-icons,
    .menu-panel {
        gap: 10px;
    }
}

/* @media max-width:475px End */
/* @media max-width:450px Start */
@media screen and (max-width: 450px) {
    .confi-list li {
        gap: 10px;
    }

    .copy-job {
        right: 85px;
    }

    .page-template-template-new-report .duplicate_zone{
        right: 55px;
    }

    .delete-job {
        right: 60px;
    }

    .zone-check,
    .zone-cong-check {
        right: 80px;
    }

    .edit-job {
        right: 110px;
    }

    h3.panel-title img {
        width: 15px;
        height: auto;
    }

    .property-accordion .panel, .zones-sections .main-panel {
        padding: 10px;
    }

    .panel-title a {
        font-size: 16px;
    }

    .property-accordion .panel-heading a.block::after {
        top: 18px;
        right: 10px;
    }

    header .head-logo {
        gap: 5px;
    }

    .navbar-collapse {
        top: 130px;
    }

    .login .navbar-collapse {
        top: 80px;
    }
}

/* @media max-width:450px End */
/*.....Responsive End.....*/