@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Light.eot');
    src: url('../fonts/EuclidCircularA-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Light.woff') format('woff'),
        url('../fonts/EuclidCircularA-Light.ttf') format('truetype'),
        url('../fonts/EuclidCircularA-Light.svg#EuclidCircularA-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.eot');
    src: url('../fonts/EuclidCircularA-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff'),
        url('../fonts/EuclidCircularA-Bold.ttf') format('truetype'),
        url('../fonts/EuclidCircularA-Bold.svg#EuclidCircularA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.eot');
    src: url('../fonts/EuclidCircularA-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff'),
        url('../fonts/EuclidCircularA-Regular.ttf') format('truetype'),
        url('../fonts/EuclidCircularA-Regular.svg#EuclidCircularA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Euclid Circular A';
    margin: 0;
}
.container.sm-medium {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

header {
    background: #FCF8EF;
}

.header-row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px;
}

.logo a,.logo a img {
    display: block;
}

.phone a {
    font-size: 25px;
    font-weight: bold;
    color: #29484A;
    text-decoration: none;
    transition: 0.5s all;
}
.phone a:hover {
    color: #000000;
}
.phone span a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
}
main {
    margin: 52px 0 0;
}
.container.sm-small {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.contact-us-wrp {
    text-align: center;
}

.contact-us-wrp .heading h1 {
    font-size: 58px;
    color: #29484A;
    margin: 0;
    font-weight: bold;
    line-height: normal;
}

.contact-us-wrp .heading h1 span {
    display: block;
    font-size: 35px;
    font-weight: normal;
}

.contact-us-wrp form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 70px 0 53px;
}
.single-input {
    width: 47%;
}

.single-input input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #29484A;
    color: #29484A;
    font-size: 20px;
    line-height: normal;
    padding: 30px 0;
}

.single-input input::placeholder {
    color: #29484A;
}

.single-input input:focus-visible {
    outline: none;
}
.single-input.full-width button {
    background: #29484A;
    color: #fff;
    border: 0;
    font-size: 28px;
    padding: 50px 86px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.5s all;
}

.single-input.full-width button:hover {
    background: #000000;
}


section.location {
    background: #17627C;
}
.container.sm-large {
    max-width: 1600px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 100px 0 96px;
    gap: 60px;
}
.info-box p {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}
.info-box h2 {
    margin: 0 0 40px;
    color: #fff;
    line-height: normal;
    font-weight: bold;
    font-size: 22px;
}
.info-box {
    border-left: 1px solid #ffffffab;
    padding: 0 0 0 67px;
}
.info-box.info-box4 {
    border-right: 1px solid #ffffffab;
    padding: 0 67px 0 67px;
}

.social {
    padding: 55px 0;
}
.social-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}
.social-links ul li {
    list-style: none;
}
.social-links ul li a, .social-links ul li a img {
    display: block;
}
.copyright p {
    font-size: 16px;
    color: #29484A;
    line-height: normal;
    margin: 0px 0 28px;
}

.copyright p:last-child {
    margin: 0;
}

.copyright {
    text-align: center;
}

.copyright-area {
    background: #EEF6F4;
    padding: 65px 0 70px;
}



@media screen and (max-width:1590px) {
    .info-box.info-box4 {
        padding: 0 37px 0 37px;
    }
    .info-box {
        padding: 0 0 0 37px;
    }
    .contact-info {
        gap: 37px;
    }
} 

@media screen and (max-width:1365px) {
    .info-box {
        padding: 0 0 0 37px;
        width: 40%;
    }
    .info-box.info-box4, .info-box.info-box2 {
        padding: 0 37px 0 37px;
        border-right: 1px solid #ffffffab;
    }
}

@media screen and (max-width:959px) {
    .contact-info {
        gap: 33px;
    }
    .info-box.info-box4, .info-box.info-box2 {
        padding: 0 33px 0 33px;
    }
    .info-box {
        padding: 0 0 0 33px;
    }
    .contact-us-wrp form {
        gap: 40px;
    }
    .single-input.full-width button {
        padding: 12px 66px;
    }
}

@media screen and (max-width:767px) {
    .header-row {
        justify-content: center;
    }
    .header-col {
        width: 100%;
        text-align: center;
    }
    .logo a img {
        margin: 0 auto 20px;
        width: 300px;
        height: auto;
    }
    .contact-us-wrp .heading h1 {
        font-size: 48px;
    }
    .contact-us-wrp .heading h1 span {
        font-size: 28px;
    }
    .single-input {
        width: 100%;
    }
    .info-box, .info-box.info-box4, .info-box.info-box2 {
        padding: 0 0 30px 0;
        border: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
    .info-box.info-box4{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .container.sm-medium, .container.sm-small, .container.sm-large {
        padding: 0 30px;
    }
}

@media screen and (max-width:599px) {
    .phone a {
        font-size: 20px;
    }
    .contact-us-wrp .heading h1 {
        font-size: 38px;
    }
    .contact-us-wrp .heading h1 span {
        font-size: 26px;
    }
    .single-input input {
        font-size: 16px;
        padding: 20px 0;
    }
    .single-input.full-width button {
        padding: 12px 50px;
        font-size: 18px;
    }
    .contact-us-wrp form {
        margin: 35px 0 35px;
        gap: 25px;
    }
    .contact-info {
        padding: 50px 0 50px;
    }
    .social-links ul {
        gap: 20px;
    }
    .social-links ul li a img {
        width: 45px;
    }
    .social {
        padding: 30px 0;
    }
    .copyright-area {
        background: #EEF6F4;
        padding: 35px 0 35px;
    }
}