/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "montserrat", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 350px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #3e6fb6;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .area-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 14px 10%;
        background: #f4f6fa;
        font-size: 13px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-breadcrumb a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-breadcrumb a:hover {
        text-decoration: underline;
    }
    .area-breadcrumb i {
        font-size: 10px;
        color: #c0c0c0;
    }
    .area-links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    .area-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 12px;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.15s all ease-out;
    }
    .area-links a i {
        color: #3e6fb6;
        flex-shrink: 0;
    }
    .area-links a:hover {
        border-color: #3e6fb6;
        color: #3e6fb6;
        box-shadow: 0 10px 24px rgba(0, 34, 68, 0.1);
    }
    .area-links-nearby a i {
        color: #f9b707;
    }
    .area-links-more {
        margin: 18px 0 0 0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-links-more a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-links-more a:hover {
        text-decoration: underline;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 300px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #3e6fb6;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .area-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 14px 10%;
        background: #f4f6fa;
        font-size: 13px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-breadcrumb a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-breadcrumb a:hover {
        text-decoration: underline;
    }
    .area-breadcrumb i {
        font-size: 10px;
        color: #c0c0c0;
    }
    .area-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .area-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 12px;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.15s all ease-out;
    }
    .area-links a i {
        color: #3e6fb6;
        flex-shrink: 0;
    }
    .area-links a:hover {
        border-color: #3e6fb6;
        color: #3e6fb6;
        box-shadow: 0 10px 24px rgba(0, 34, 68, 0.1);
    }
    .area-links-nearby a i {
        color: #f9b707;
    }
    .area-links-more {
        margin: 18px 0 0 0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-links-more a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-links-more a:hover {
        text-decoration: underline;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 250px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #3e6fb6;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .area-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 14px 10%;
        background: #f4f6fa;
        font-size: 12px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-breadcrumb a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-breadcrumb a:hover {
        text-decoration: underline;
    }
    .area-breadcrumb i {
        font-size: 10px;
        color: #c0c0c0;
    }
    .area-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .area-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 12px;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.15s all ease-out;
    }
    .area-links a i {
        color: #3e6fb6;
        flex-shrink: 0;
    }
    .area-links a:hover {
        border-color: #3e6fb6;
        color: #3e6fb6;
        box-shadow: 0 10px 24px rgba(0, 34, 68, 0.1);
    }
    .area-links-nearby a i {
        color: #f9b707;
    }
    .area-links-more {
        margin: 18px 0 0 0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-links-more a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-links-more a:hover {
        text-decoration: underline;
    }
}

@media(max-width: 769px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .strip-item,
    .square-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px auto;
    }
    .strip-item img {
        height: 280px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #3e6fb6;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .area-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding: 14px 10%;
        background: #f4f6fa;
        font-size: 11px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-breadcrumb a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-breadcrumb a:hover {
        text-decoration: underline;
    }
    .area-breadcrumb i {
        font-size: 10px;
        color: #c0c0c0;
    }
    .area-links {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .area-links a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 12px;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.15s all ease-out;
    }
    .area-links a i {
        color: #3e6fb6;
        flex-shrink: 0;
    }
    .area-links a:hover {
        border-color: #3e6fb6;
        color: #3e6fb6;
        box-shadow: 0 10px 24px rgba(0, 34, 68, 0.1);
    }
    .area-links-nearby a i {
        color: #f9b707;
    }
    .area-links-more {
        margin: 18px 0 0 0;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #8a8a8a;
    }
    .area-links-more a {
        color: #3e6fb6;
        text-decoration: none;
    }
    .area-links-more a:hover {
        text-decoration: underline;
    }
}
