body {
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #00000055;
    width: 100%;
    background-attachment: fixed;
}

.getquote {
    display: none !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.w-60 {
    width: 60% !important;
}

.quick_contact_phone,
.quick_contact_mail,
.quick_contact_address {
    font-size: 11px !important;
}

.row {
    margin: 0% !important;
}

.mui-textfield--float-label>label {
    color: #ffffff;
}

.mui-select:focus>label,
.mui-select>select:focus~label {
    color: #ffffff !important;
}

.mui-textfield--float-label>label:not(.phoneLabel) {
    -webkit-transform: translate(10px, 20px) !important;
    transform: translate(10px, 20px) !important;
}

.mui-textfield--float-label>input:focus~label:not(.phoneLabel),
.mui-textfield--float-label>textarea:focus~label:not(.phoneLabel) {
    -webkit-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
}

.mui-textfield--float-label>textarea:not(:focus).mui--is-not-empty~label,
.mui-select>label,
.selected-dial-code {
    color: #ffffff;
}

input[type="tel"] {
    border-radius: 6px !important;
}

.mui-textfield--float-label>input:not(:focus).mui--is-not-empty~label:not(.phoneLabel),
.mui-textfield--float-label>textarea:not(:focus).mui--is-not-empty~label:not(.phoneLabel) {
    -webkit-transform: translate(0px, -1px) !important;
    transform: translate(0px, -1px) !important;
}

.mui-textfield>input:focus~label,
.mui-textfield>textarea:focus~label {
    color: #ffffff;
}


/*custom placeholder */

#phone::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2196F3 !important;
}

#phone::-moz-placeholder {
    /* Firefox 19+ */
    color: #2196F3 !important;
}

#phone:-ms-input-placeholder {
    /* IE 10+ */
    color: #2196F3 !important;
}

#phone:-moz-placeholder {
    /* Firefox 18- */
    color: #2196F3 !important;
}


/* custom scrollbar */

.country-list::webkit-scrollbar {
    width: 10px;
    background-color: #00000011;
    border-radius: 50px !important;
}

.country-list::webkit-scrollbar-track {
    background-color: #00000011;
    border-radius: 50px !important;
}

.country-list::webkit-scrollbar-thumb {
    background-color: #00000055;
    cursor: pointer;
    border-radius: 50px !important;
}

.country-list::webkit-scrollbar-thumb:hover {
    background-color: #00000088;
}

select {
    max-width: 100% !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
.mui-textfield>textarea,
.mui-select>select,
.mui-textfield>text {
    height: 40px !important;
    width: 100%;
    border: none !important;
    background: #000 !important;
    border-bottom: 2px solid #000 !important;
    color: #fff;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
    margin-bottom: 10px;
    border-radius: 6px;
}

input[type="text"]:empty,
input[type="email"]:empty,
input[type="password"]:empty,
input[type="number"]:empty,
input[type="date"]:empty,
input[type="url"]:empty,
input[type="tel"]:empty,
.mui-textfield>textarea:empty,
.mui-select>select:empty {
    border-color: red;
    outline-color: red;
}


/*
.mui-textfield > input:focus, .custom-select:focus, .mui-select:focus, .mui-select > select {
    height: 40px !important;
} */

.contactBlk {
    background: #3e3e3ec4;
    padding: 10px 0px;
    border-radius: 10px;
}

.phoneLabel {
    opacity: 0;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3:focus-within~label {
    transform: translate(0px, -8px);
    opacity: 1;
    font-size: 12px;
    transition: all .15s ease-out;
}

.mui-textfield--float-label>input:not(:focus).mui--is-not-empty~label {
    color: #ffffff;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3:empty~label {
    opacity: 0 !important;
    transform: translate(0px, 0px) !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3:not(:empty)~label {
    transform: translate(0px, -8px);
    opacity: 1;
    font-size: 12px;
    transition: all .15s ease-out;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-:not(:focus)~label {
    transform: translate(0px, -8px);
    opacity: 1;
    font-size: 12px;
    transition: all .15s ease-out;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3:focus-within~label:after {
    position: absolute;
    top: -8px;
}

#phone:focus .phoneLabel {
    opacity: 0.9;
    position: absolute;
    top: 2px;
    left: 0px;
    transition: all 2s ease-in-out;
}

#phone {
    border-radius: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.26) !important;
}

.mui-btn--large {
    font-size: 20px;
}

.custom-control-label::before {
    background-color: #00000044;
}

.rounded {
    border-radius: 6px !important;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0rem;
}

.h2-cs {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.h3-cs {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.h1-cs {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 979px) {
    nav {
        display: none;
    }
}

@media (max-width: 576px) {
    div#phoneerror {
        /* margin: 0 !important; */
        margin: -50px 0px 30px 78px !important;
    }
    .h2-cs {
        font-size: 18px !important;
        padding: 10px;
        line-height: 1;
        width: 100% !important;
    }
    .h1-cs {
        font-size: 23px;
    }
    body {
        background-size: cover;
    }
    .tiny {
        transform: translate(-10px, -15px);
        font-size: 20px;
    }
    .sticky-popup {
        display: none;
    }
}


/* custom Styles */

.attachFile {
    color: #ffffff;
}

#attachment {
    background-color: transparent;
    border: none;
}

#phoneerror {
    margin: -50px 0px 0px 78px !important;
    color: #a94442;
}

#ABdev_main_header.header_layout_2 {
    position: relative !important;
}

#ABdev_header_spacer {
    height: 0px !important;
}

.contactBlk {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .h3-cs {
        font-size: 15px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
}