h2,
h3,
span {
    scroll-margin-top: 200px !important;
}

.layouts .imghalf {
    overflow: visible !important;
}

.imghalf h2 {
    scroll-margin-top: 250px !important;
}

.testSlider .testSliderBg {
    display: block;
}

.page-id-184 .layouts .imghalf .halfImgBg {
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #f7941e;
    padding: 50px;
}

.grid-item {
    width: 20%;
    text-align: center;
    margin: 25px 0;
    padding: 20px 0;
    background-color: #fff;
}

.grid-item p {
    color: #6e6f72;
    font-weight: 500;
    font-size: 1em;
}

.page-id-16975 .layouts .imghalf .halfImgBg {
    background-size: contain;
    background-repeat: no-repeat;
}

.theianav a:after {
    content: "";
    background-image: url(https://www.frasereye.com/wp-content/uploads/2023/05/theia-logo.svg);
    background-size: contain;
    width: 100%;
    height: 10vh;
    display: block;
    margin-top: 10px;
    background-repeat: no-repeat;
}

.orange-button {
    background-color: #f6941e;
    display: inline-block;
    color: #fff !important;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
}

.contacts-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1em;
}

.contacts-icons div {
    background-color: #f5f5f5;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    padding: 20px;
}

@media screen and (max-width: 997px) {
    .grid-item {
        width: 50%;
    }

    .grid-item p {
        font-size: .8em;
        margin: 0 1rem 1rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    #menu-item-13004 img {
        max-width: 30px;
    }

    .grid-item {
        width: 50%;
    }

    .grid-item p {
        font-size: .8em;
        margin: 0 1rem 1rem 1rem;
    }
}

.sectionHalf ul.twocols {
    width: 100%;
}

.layouts .sectionHalf .leftContent h3,
.layouts .sectionHalf .rightContent h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.layouts .sectionHalf .leftContent,
.layouts .sectionHalf .rightContent {
    align-items: flex-start !important;
}

.iconbox {
    background-color: #f8941e;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px auto;
}

.icon {
    width: 150px;
    text-align: center;
    color: #fff;
}

.icon img {
    width: 150px;
    height: auto;
}

.doctors .drHolderHome .doctorCard {
    animation: fadeIn .3s ease-out;
}

.contactFormWrap {
    padding: 60px;
}

@media (max-width: 980px) {
    .contactFormWrap {
        padding: 1rem;
    }
}

form .gfield_html {
    font-size: 12px;
}

section form .gform_button.button {
    background: #f8941e !important;
}

.seeingbutton.desk {
    display: block;
    position: fixed;
    right: 60px;
}

.seeingbutton.mob {
    display: none;
}

@media (max-width: 980px) {
    .seeingbutton.desk {
        display: none;
    }

    .seeingbutton.mob {
        display: block;
    }
}