@font-face{font-family:'SuisseScreenTrial';src:url('../../custom/fonts/SuisseScreenTrial-Regular.otf') format('opentype');font-weight:normal;font-style:normal}
@font-face{font-family:'Satoshi_Regular';src:url('../../custom/fonts/Satoshi-Regular.otf') format('opentype');font-weight:normal;font-style:normal}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --font-card: 'SuisseScreenTrial';
    --font-Satoshi: 'Satoshi_Regular';
    --vibrant_Lime : #D5FA99;
    --dark_forest_Green : #142D0E;
    --airy_cream : #F0F1E9;
}

body {
    background-color: var(--airy_cream);
}

.heading1, h1 {
    font-family: var(--font-card);
}

.new_call_opions .container-fluid {
    max-width: 1400px;
}

.contact_us_content {
    padding: 75px 0 0px;
}

.contact_left_widget h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--dark_forest_Green);
}

.new_call_opions {
    padding: 24px 0;
    margin-bottom: 0
}

.secondary_cta {
    display: inline-block !important;
    padding: 11px 30px;
    font-size: 14px;
    border: 1px solid #1B3B13;
}

.faq_btn {
    padding: 12px 0
}

.secondary_cta:hover {
    background: #FFEDF0
}

.contact_new_btn {
    padding: 17px 30px
}

.contact_options .new_opt_title {
    padding: 15px 0
}

.new_call_opions .four_callopts .contact_img {
    background: rgb(229, 245, 201);
    padding: 40px 24px;
    height: 100%;
}

.contact_img h3 {
    min-height: 29px;
    font-size: 32px;
    font-family: var(--font-card);
    letter-spacing: -2%;
    color: #000;
    text-align: center;
}

.contact_img p {
    min-height: 60px;
    text-align: center;
}

.contact_img a {
    text-decoration: none;
}

.contact_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 48px;
}

.contact_btns .secondary_cta {
  font-size: 18px;
  color: #1B3B13 !important;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 50px;
}

.single_contact_info a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_newcontact {
    font-size: 34px
}

.social_media_sec {
    padding: 24px 0 60px
}

.social_media_sec h3 {
    font-family: var(--font-card);
    letter-spacing: -2%;
}

.social_media_sec .social_media_content ul li {
    display: inline-block;
    margin-right: 12px
}

.common_fontsize {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark_forest_Green);
    font-weight: 400;
    letter-spacing: -2%;
}

.contact_sub {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-Satoshi);
  color: var(--dark_forest_Green);
}

.single_contact_info a {
    text-decoration: none;
}

@media only screen and (max-width: 1140px) {
    .contact_wrapper {
        gap: 20px;
    }

    .contact_img h3 {
        font-size: 24px;
    }

    .contact_img p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .new_call_opions .container-fluid {
        padding: 0 32px;
    }

    .contact_wrapper {
        grid-template-columns: 100%;
    }

    .social_media_sec {
        padding: 24px 0 20px;
    }

    .new_call_opions {
        padding: 40px 0
    }

    .contact_us_content {
        padding: 40px 0 0px
    }

    .social_media_sec .social_media_content ul li {
        margin-right: 12px
    }

    .text_newcontact {
        font-size: 22px
    }

    .new_call_opions {
        padding: 25px 0
    }

    .common_fontsize {
        font-size: 18px
    }

    .secondary_cta {
        font-size: 16px
    }

    .social_media_sec h3 {
        font-size: 24px
    }

    .contact_images img {
        margin-bottom: 12px !important
    }

    .contact_left_widget h1 {
        font-size: 40px
    }
    .contact_left_widget .common_fontsize {
        font-size: 24px;
    }
}