* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif !important;
}
.fiq_contact_us_header {
    position: relative;
    height: 520px;
}
.fiq_contact_us._header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.fiq_contact_us_header_wrap {
    width: 1280px;
    margin: auto;
    z-index: 10;
    position: relative;
    padding-top: 20px;
}
.fiq_contact_us_logo_user_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fiq_contact_us_logo {
    width: 210px;
    height: auto;
}
.fiq_contact_us_user_img {
    width: 60px;
    height: 60px;
    display: block;
    background: white;
    border-radius: 100%;
    overflow: hidden;
}
.fiq_contact_us_user_img img {
    width: 100%;
    height: 100%;
}
.fiq_contact_us_user_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fiq_contact_us_user_wrap span {
    color: white;
    font-size: 16px;
}
.fiq_contact_us_header_heading {
    color: white;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-top: 160px;
}
.fiq_contact_us_current_page_wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 190px;
    margin: auto;
    height: 40px;
    border: 1px solid #009DC8;
    border-radius: 6px;
    margin-top: 10px;
    color: white;
    font-size: 16px;
    background: #062d428a;
}
.fiq_contact_us_current_page_wrap span {
    color: #d6c100;
}
.fiq_contact_cards_wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fiq_contact_cards_section {
    padding: 80px 0px;
}
.fiq_contact_cards_wrap h2{
    font-size: 42px;
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    margin-bottom: 15px;
}
.fiq_contact_cards_wrap h2 span{
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}
.fiq_contact_cards_wrap p{
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 480px;
    line-height: 24px;
    text-align: center;
}
.color-bar-2 {
    margin-top: 10px;
}
.color-bar-2 img {
    width: 130px;
    height: auto;
}
.fiq_contact_cards_parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.contact_card_item {
    width: 27%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 35px;
}
.contact_card_item h5 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.contact_card_item span {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.fiq_contact_cards_parent .contact_card_item:first-child {
    border: 1px solid #f8c521;
}
.fiq_contact_cards_parent .contact_card_item:nth-child(2){
    border: 1px solid #00416d;
}
.fiq_contact_cards_parent .contact_card_item:last-child{
    border: 1px solid #1c9e75;
}
.fiq_contact_cards_parent .contact_card_item:first-child span {
    background: #f8c521;
    font-size: 30px;
}
.fiq_contact_cards_parent .contact_card_item:nth-child(2) span {
    background: #00416d;
    font-size: 28px;
}
.fiq_contact_cards_parent .contact_card_item:last-child span {
    background: #1c9e75;
}
.fiq_contact_cards_parent .contact_card_item:last-child span {
    background: #1c9e75;
    font-size: 30px;
}
.fiq_contact_cards_parent .contact_card_item:last-child span i {
    margin-top: 3px;
}
.fiq_git_wrap {
    width: 1280px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fiq_git_wrap img {
    width: 520px;
    height: 680px;
}
.fiq_git_wrap .fiq_git_card_wrap {
    width: 720px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px;
}
.fiq_git_section {
    padding-bottom: 80px;
}
.fiq_git_wrap .fiq_git_card_wrap h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 5px;
}
.fiq_git_wrap .fiq_git_card_wrap p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 480px;
    line-height: 24px;
    text-align: start;
}
.fiq_git_wrap .fiq_git_card_wrap div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.fiq_git_wrap .fiq_git_card_wrap div span {
    display: flex;
    flex-direction: column;
    width: 48.5%;
}
.fiq_git_wrap .fiq_git_card_wrap span {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.fiq_git_wrap .fiq_git_card_wrap input {
    padding: 3px 15px 0px;
    border-radius: 8px;
    border: 1px solid #a5a5a5;
    font-size: 16px;
    height: 55px;
    margin-bottom: 20px;
    color: #2e2e2e;
}
.fiq_git_wrap textarea {
    resize: none;
    height: 150px;
    border-radius: 8px;
    font-size: 16px;
    padding: 15px;
    color: #2e2e2e;
    width: 100%;
    border: 1px solid #a5a5a5;
}
.fiq_git_wrap .fiq_git_card_wrap input:focus-visible,.fiq_git_wrap textarea:focus-visible {
    outline: none;
    border: 1px solid #2e2e2e;
}
.fiq_git_wrap .fiq_git_card_wrap label{
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.fiq_git_card_wrap button {
    width: 100%;
    height: 55px;
    color: white;
    border: none;
    font-size: 16px;
    background: #1c9e75;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 5px;
    margin-top: 25px;
    letter-spacing: 0.5px;
}
.fiq_git_card_wrap button:hover {
    background: #00416d;
}
.fiq_map_wrap iframe {
    width: 100%;
    height: 450px;
}
@media (max-width: 500px){
    .fiq_contact_us_header {
        height: 360px;
    }
    .fiq_contact_us_logo {
        width: 110px;
    }
    .fiq_contact_us_header_wrap {
        width: 100%;
    }
    .fiq_contact_us_logo_user_wrap {
        padding: 0px 20px;
    }
    .fiq_contact_us_user_wrap {
        gap: 10px;
    }
    .fiq_contact_us_user_wrap span {
        font-size: 12px;
    }
    .fiq_contact_us_user_img {
        width: 40px;
        height: 40px;
    }
    .fiq_contact_us_header_heading {
        font-size: 22px;
        margin-top: 100px;
    }
    .fiq_contact_us_current_page_wrap {
        width: 150px;
        height: 35px;
        font-size: 12px;
    }
    .fiq_contact_cards_section {
        padding: 50px 0px;
    }
    .fiq_contact_cards_wrap {
        width: 100%;
    }
    .fiq_contact_cards_wrap h2 {
        font-size: 26px;
    }
    .fiq_contact_cards_wrap p {
        font-size: 14px;
        max-width: 320px;
    }
    .fiq_contact_cards_parent {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px;
    }
    .contact_card_item {
        width: 280px;
        height: 220px;
        padding: 25px;
    }
    .contact_card_item span {
        width: 50px;
        height: 50px;
    }
    .contact_card_item h5 {
        font-size: 18px;
    }
    .fiq_contact_cards_wrap p {
        font-size: 12px;
    }
    .fiq_contact_cards_parent .contact_card_item:first-child span {
        font-size: 20px;
    }
    .fiq_contact_cards_parent .contact_card_item:nth-child(2) span {
        font-size: 18px;
    }
    .fiq_contact_cards_parent .contact_card_item:last-child span {
        font-size: 20px;
    }
    .fiq_git_wrap {
        width: 100%;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .fiq_git_section {
        padding-bottom: 50px;
        padding: 0px 20px 50px;
    }
    .fiq_git_wrap img {
        width: 350px;
        height: auto;
    }
    .fiq_git_wrap .fiq_git_card_wrap h2 {
        font-size: 26px;
    }
    .fiq_git_wrap .fiq_git_card_wrap p {
        font-size: 12px;
    }
    .fiq_git_wrap .fiq_git_card_wrap div {
        margin-top: 25px;
    }
    .fiq_git_wrap .fiq_git_card_wrap label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .fiq_git_wrap .fiq_git_card_wrap input {
        padding: 0px 10px 0px;
        font-size: 11px;
        height: 40px;
        margin-bottom: 15px;
    }
    .fiq_git_wrap textarea {
        height: 100px;
        font-size: 12px;
        padding: 10px;
    }
    .fiq_git_card_wrap button {
        height: 40px;
        font-size: 12px;
        padding-top: 2px;
        margin-top: 20px;

    }
    .fiq_git_wrap .fiq_git_card_wrap {
        height: 515px;
        padding: 25px;
        width: 100%;
    }
    .fiq_map_wrap iframe {
        height: 300px;
    }
}
