:root {
    --color-blue: #3c98cd;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
span,
li {
    font-family: "Lato" !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

table {
    width: 100%;
}

.row {
    width: 100%;
}

.testimonial-3 {
    padding: 0 !important;
    max-width: 1000px;
}

h2 {
    font-size: 36px;
    color: black;
}

.content-inner {
    padding: 120px 0;
}

.section-full:last-child {
    margin-bottom: 0px;
}

#featuredproducts .section-full {
    padding: 0 !important;
}

header {
    height: 100% !important;
}

h2::after {
    content: "";
    background: var(--color-blue);
    width: 50px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-head {
    margin-bottom: 70px;
}

#home {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.webp"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero.webp");
    height: calc(100vh - 80px);
    background-size: cover;
    background-position: center;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none !important;
}

#home .container,
#home .row {
    height: calc(100vh - 80px);
}

#home h1 {
    font-size: 60px;
    line-height: 65px;
    color: white;
    font-weight: bold;
    font-family: "Poppins" !important;
}

#home p {
    color: white;
    font-weight: 400;
    font-size: 19px;
    font-family: "Poppins" !important;
}

.site-button.btn-block {
    font-family: "Poppins" !important;
    width: fit-content;
    font-size: 17px;
    padding: 12px 40px;
}

.site-button.btn-block.center-btn {
    padding: 12px 0 !important;
}

.daz-logo img,
.logo-footer img {
    max-width: 250px;
}

.daz-footer-img {
    background: none;
}

footer,
.footer-top,
.daz-footer-img .footer-bottom {
    /* background: #002d53 !important; */
    background: #183253 !important;
}

.daz-footer-img:after {
    background: none;
}

footer p {
    text-transform: none;
    font-size: 18px;
}

footer .recent-posts-entry .post-title a,
footer .recent-posts-entry .post-meta ul li,
footer .recent-posts-entry .post-meta i,
footer .widget_services ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

footer h5.text-white {
    /* color: var(--color-blue); */
    font-size: 22px;
    text-transform: capitalize;
}

li .site-button {
    font-size: 18px;
    border-radius: 50px;
}

.footer-bottom {
    font-size: 16px;
    text-transform: none;
}

.header-nav .nav>li>a {
    padding: 30px 20px;
}

.color-blue {
    color: var(--color-blue) !important;
}

.header-nav .nav>li .sub-menu li .fa {
    top: 15px;
}

input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: "";
    display: inline-block;
    visibility: visible;
    /* border: 2px solid white; */
}

input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: var(--color-blue);
    content: "";
    display: inline-block;
    visibility: visible;
    /* border: 2px solid white; */
}

#accordions {
    margin-top: 30px;
    width: 100%;
}

.contact-form-img {
    height: 570px;
    object-fit: cover;
    object-position: left;
    margin-left: -15px;
}

table {
    margin: 0;
}

.site-button.white.facebook,
.site-button.white.google-plus,
.site-button.white.instagram,
.site-button.white.linkedin,
.site-button.white.twitter,
.site-button.white.youtube,
.site-button.white.whatsapp {
    color: white !important;
    background: transparent !important;
}

.site-button.white.facebook:hover,
.site-button.white.google-plus:hover,
.site-button.white.instagram:hover,
.site-button.white.linkedin:hover,
.site-button.white.twitter:hover,
.site-button.white.youtube:hover,
.site-button.white.whatsapp:hover {
    color: #007BB6 !important;
}

.site-button:hover:after,
.site-button-secondry:hover:after {
    opacity: 0 !important;
}

@media (min-width: 1200px) {
    .sub-menu .sub-menu {
        max-height: 500px;
        overflow: auto;
    }


    .sub-menu .sub-menu.measurment-solutions {
        overflow: initial !important;
    }

    .form-card img {
        margin-left: -15px;
    }
}

/* .sub-menu li a {
    width: fit-content;
}

.header-nav .nav > li .sub-menu {
    width: 100%;
}

.header-nav .nav > li {
    position: unset !important;
} */

@media (max-width: 400px) {
    #home h1 {
        font-size: 40px !important;
        line-height: 45px;
    }

    .contact-form-img {
        height: 400px !important;
    }
}

@media (max-width: 600px) {
    table {
        overflow-x: auto;
        width: 100%;
        display: block;
    }

    .first-checklist {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .content-inner {
        padding: 100px 0;
    }

    .header-nav .nav>li>a {
        padding: 10px 20px;
    }

    .daz-logo {
        z-index: 0;
    }

    #ataglance .checklist {
        margin-top: 30px;
    }

    .first-checklist {
        margin: 0;
    }

    .nav>li:nth-child(2) .sub-menu i {
        display: none !important;
    }

    .nav>li:nth-child(2) .sub-menu .sub-menu {
        display: none !important;
    }

    .text-block {
        margin-top: 30px;
    }

    #hq .checklist {
        margin-bottom: 30px !important;
    }

    .white-card {
        margin: 20px 0;
    }

    .list-inline>li {
        padding-bottom: 8px;
    }

    #imgs .section-full {
        padding: 26px 0px 50px 0;
    }

    .form-card form {
        padding: 25px !important;
    }

    form h3,
    form p,
    form b {
        padding: 0 15px;
    }

    #contact-us-form .form-card form {
        padding: 30px 0 !important;
    }

    #join-our-team img {
        border-radius: 20px;
        margin-top: 25px;
    }

    .site-filters li {
        margin-bottom: 20px;
    }

    #customer-requests .site-filters li {
        margin-bottom: 20px;
    }

    .support-pic {
        margin-top: 30px;
    }

    .contact-form-img {
        padding-top: 15px;
        border-radius: 30px;
        margin-left: 0 !important;
    }

    #features-competencies .checklist {
        padding-bottom: 24px;
    }
}


i#search-icon {
    font-size: 15px;
    cursor: pointer;
}

.search-dropdown {
    padding: 10px 0 30px 0;
}

.search-icon {
    padding: 24px 12px;
}

#suggestions.autocomplete-suggestions {
    display: none !important;
}

@media (max-width: 901px) {
    .search-icon.bigscreen-icon {
        display: none !important;
    }

    .mobile-div .autocomplete-suggestions-mobile {
        display: none !important;
    }

    .mobile-div {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        margin-top: 30px;
    }

    .mobile-div .search-dropdown {
        display: block !important;
        padding: 0;
    }

    .mobile-div .search-icon {
        padding: 0 0 0 15px;
    }

    .header-nav .nav li:last-of-type {
        border-bottom: 1px solid #E9E9E9;
    }
}

@media (min-width: 901px) {
    .mobile-div {
        display: none !important;
    }
}