body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
div,
p,
ol,
li,
ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text-white {
    color: #fff !important;
}

.section-padding {
    padding: 5rem 0;
}
.form-group p{
    margin-bottom: 1rem;
}

/*BANNER*/
.contact-us--mobilebanner-img {
    display: none;
}

.about-banner {
    position: relative;
}

.about-banner-content {
    position: absolute;
    top: 40%;
    left: 0%;
    right: 0%;
    color: #fff;
    text-align: center;
}


.about-banner-content h1 {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    font-weight: 300;
}

.about-banner-content p {
    font-size: 1rem;
    padding-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
}

.contact-heading-first {
    font-size: 14px;
    letter-spacing: 2px;
    color: #896E22;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 500;
    padding-bottom: 1rem;
}

.contact-heading-first::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #333333;
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: -20%;
}

.contact-form-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5rem;
}

.contact-form-detail form {
    width: 100%;
    margin: 2rem auto 0 auto;
}

.contact-form-wrapper {
    width: 48%;
}

.contact-details-wrapper {
    width: 45%;
}

.contact-form-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    width: 100%;
    margin: 0 auto;
}

.contact-details-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
}

.contact-item {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 40px 0 0px 0;
}

.icon-wrapper {
    width: 15%;
    text-align: right;
    margin-right: 20px;
}

.icon-wrapper img {
    width: 100%;
    max-width: 50%;
}

.text-wrapper {
    width: 70%;
}

.text-wrapper h4 {
    font-size: 1.25rem;
    color: #333333;
}

.contact-details-list {
    background-color: #FFFAEE;
    padding: 1rem 0rem 4rem 0;
    width: 100%;
    border-radius: 8px;
    margin: 2rem auto 0 auto;
    border-radius: 8px;
}

.text-wrapper p {
    font-size: 1.15rem;
    color: #333333;
    font-weight: 200;
    padding-top: 10px;
}

.contact-form-detail .contact-form-wrapper form p {
    padding: 1rem 0;
}

.contact-form-detail .contact-form-wrapper form p label span input {
    margin-top: 10px !important;
    border-radius: 8px;
    border: none;
    background-color: #E7E7E799;
}

.contact-form-detail .contact-form-wrapper form p label {
    width: 100% !important;
}

.contact-form-detail .contact-form-wrapper form p label span select {
    width: 100% !important;
    border: none;
    background-color: #E7E7E799;
    border-radius: 8px;


}

.contact-form-detail form input {
    font-size: 1rem;
    background-color: #003541;
    width: 100%;
    color: #333;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
}
.contact-form-detail input[type="submit"]{
    color: #fff;
}
.contact-item a,
.location_area a {
    text-decoration: none;
}

.contact-form-detail form p label span div.iti {
    width: 100% !important;
}

.contact-form-detail form p label span div.iti input.wpcf7-form-control {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
}

.office-sec {
    background-image: url("../images/nearby-bg-desk.png");
    padding: 5rem 4rem;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.office-sec h3 {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    position: relative;
}

.office-sec h3::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 30px;
    left: 49%;
    bottom: -106%;
}

.office-sec h2 {
    font-size: 3.75rem;
    color: #fff;
    text-align: center;
    padding: 2rem 0 4rem 0;
    font-weight: 300;
     font-family: "Libre Franklin", sans-serif;
}

.office-locations-wrapper {
    display: flex;
    width: 100%;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.office-card {
    background-color: #fff;
    width: 32%;
    padding: 2.5rem 2rem;
    border-radius: 1rem;

}

.office-card h4 {
    font-size: 1.5rem;
    color: #333333;
    padding-bottom: 1rem;
    font-weight: 400;
}

.office-card p {
    font-size: 1.05rem;
    font-weight: 200;
    color: #333333;
    line-height: 30px;
}

.office-card-child {
    display: flex;
    width: 100%;
}

.office_location_icon {
    width: 12%;
}

.location_area {
    width: 88%;
}

.newletter-sec .section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}
.newletter-sec .section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}
.newletter-sec .section-header h2 {
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
     font-family: "Libre Franklin", sans-serif;
}
.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 4rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}
.newletter-container {
    display: flex;
    justify-content: space-between;
}
.newletter-container .newletter-box {
    width: 40%;
}
.newletter-container .newletter-img {
    width: 50%;
}
.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}
.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}

.customer-form .contact-form-wrapper-spinner {
    position: absolute;
    bottom: -2rem;
}

.office-card p svg {
    margin-right: 10px;
}

/*---------media query---------*/

@media screen and (min-width: 2500px) {
    body {
        max-width: 2500px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {}

@media screen and (min-width: 1600px) and (max-width: 1999px) {}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .about-banner-content h1 {
        font-size: 3.5rem;
    }
    .section-padding{
        padding: 4rem 0;
    }

    .about-banner-content p {
        font-size: 1.15rem;
        max-width: 35%;
    }   
    .office-sec{
        padding: 4rem 2.2rem;
    }

    .contact-form-wrapper h3,
    .contact-details-wrapper h3 {
        font-size: 1.5rem;
    }

    .text-wrapper h4 {
        font-size: 1.25rem;
    }

    .office-sec h2 {
        font-size: 3rem;
    }

    .office-card h4 {
        font-size: 1.35rem;
    }

    .office-card p {
        font-size: 1rem;
    }
.newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3.5rem;
    }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .about-banner-content{
        top:32%;
    }

    .about-banner-content h1 {
        font-size: 3.5rem;
    }

    .about-banner-content p {
        font-size: 1.5rem;
        max-width: 60%;
        font-weight: 200;
    }

    .contact-form-wrapper {
        width: 48%;
    }
    .contact-details-list {
        padding: 0rem 0rem 2rem 0;
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        border-radius: 8px;
    }

    .contact-details-wrapper h3 {
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
        font-size: 1.25rem;
        font-weight: 400;
    }

    .text-wrapper h4 {
        font-size: 1rem;
        color: #333333;
    }

    .contact-item {
        padding: 20px 0 0px 0;
    }

    .text-wrapper p {
        font-size: 1rem;
    }

    .office-sec h2 {
        font-size: 2.15rem;
        font-weight: 300;
    }

    .office-sec h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .office-locations-wrapper {
        justify-content: space-between;
        gap:1rem;
    }

    .office-card {
        background-color: #fff;
        width: 48%;
        margin: 0 auto;
    }

    .office-card p svg {
        margin-right: 10px;
    }

    .office-sec {
        background-image: url(../images/nearby-bg-mob.png);
        padding: 3rem 4rem;
    }
    .newletter-container .newletter-box{
        width: 45%;
    }
    .newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3rem;
    }
    .section-header-container h2.section-header{
        font-size: 3rem !important;
    }
    .newletter-container .section-header h2{
        font-size: 3rem;
    }
    .newletter-container .customer-form input[type="submit"]{
        width: 150px;
    }
    .newletter-container .customer-form input.wpcf7-email{
        width: 280px;
        margin-right: 1rem;
    }

}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .contact-us--mobilebanner-img {
        display: none;
    }

    .breadcrumb-submenu span a,
    .breadcrumb-submenu span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .contact-desktop-banner-img {
        display: block;
    }

    .about-banner-content h1 {
        font-size: 3.5rem;
    }
    .about-banner-content{
        top:25%;
    }

    .about-banner-content p {
        font-size: 1.5rem;
        max-width: 60%;
        font-weight: 200;
        line-height: 36px;
    }

    .contact-form-detail {
        flex-direction: column;
    }

    .contact-form-wrapper {
        width: 100%;
    }

    .contact-details-wrapper {
        width: 100%;
        margin-top: 2rem;
    }

    .contact-form-detail form {
        max-width: 100%;
    }

    .contact-details-list {
        padding: 2rem 0rem 0rem 0;
        margin-bottom: 3rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        border-radius: 8px;
    }
    .contact-item:last-child{
        padding-bottom: 20px;
    }

    .contact-form-wrapper h3,
    .contact-details-wrapper h3 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 1.5rem;
        font-weight: 400;
    }

    .contact-details-wrapper h3 {
        max-width: 50% !important;
    }

    .text-wrapper h4 {
        font-size: 1.25rem;
        color: #333333;
    }

    .contact-item {
        padding: 20px 0 0px 0;
        justify-content: space-evenly;
    }

    .text-wrapper p {
        font-size: 1.15rem;
    }

    .office-sec h2 {
        font-size: 2.5rem;
        font-weight: 300;
    }

    .office-sec h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .office-locations-wrapper {
        flex-direction: column;
    }

    .office-card {
        background-color: #fff;
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }

    .office-card p svg {
        margin-right: 10px;
    }

    .office-sec {
        background-image: url(../images/nearby-bg-mob.png);
        padding: 3rem 0;
    }

    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }

    .wpcf7-spinner {
        display: none !important;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .contact-us--mobilebanner-img {
        display: block;
    }

    .contact-desktop-banner-img {
        display: none;
    }

    .about-banner-content h1 {
        font-size: 3.8rem;
    }

    .about-banner-content p {
        font-size: 1.5rem;
        max-width: 100%;
        font-weight: 200;
    }

    .contact-form-detail {
        margin-top: 2rem;
        flex-direction: column;
    }

    .contact-form-wrapper {
        width: 100%;
        
    }

    .contact-details-wrapper {
        width: 100%;
    }

    .contact-form-detail form {
        margin:2rem 0 0;
    }

    .contact-details-list {
        padding: 0rem 0rem 2rem 0;
        margin-bottom: 3rem;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 2rem;
        border-radius: 8px;
    }
    .icon-wrapper{
        text-align: center;
    }

    .contact-form-wrapper h3,
    .contact-details-wrapper h3 {
        width: 100%;
        margin: 0 auto;
        font-size:2rem;
        font-weight: 400;
    }

    .text-wrapper h4 {
        font-size: 1rem;
        color: #333333;
    }

    .contact-item {
        padding: 20px 0 0px 0;
        justify-content: flex-start;
    }

    .text-wrapper p {
        font-size: 1rem;
    }

    .office-sec h2 {
        font-size: 2.15rem;
        font-weight: 300;
    }

    .office-sec h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .office-locations-wrapper {
        flex-direction: column;
    }

    .office-card {
        background-color: #fff;
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }

    .office-card p svg {
        margin-right: 10px;
    }

    .office-sec {
        background-image: url(../images/nearby-bg-mob.png);
        padding: 3rem 0;
    }
.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .contact-us--mobilebanner-img {
        display: block;
    }

    .contact-desktop-banner-img {
        display: none;
    }

    .contact-heading-first {
        max-width: 80%;
        margin: 0 auto;
        line-height: 20px
    }

    .about-banner-content h1 {
        font-size: 3rem;
    }

    .about-banner-content p {
        font-size: 1em;
        max-width: 100%;
        font-weight: 200;
        line-height: 23px;
    }

    .contact-form-detail {
        flex-direction: column;
    }

    .contact-form-wrapper {
        width: 100%;
    }

    .contact-details-wrapper {
        width: 100%;
    }

    .contact-form-detail form {
        max-width: 100%;
    }

    .contact-details-list {
        padding: 0rem 0rem 2rem 0;
        margin-bottom: 3rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2rem;
        border-radius: 8px;
    }

    .contact-form-wrapper h3,
    .contact-details-wrapper h3 {
        width: 100%;
        margin: 0 auto;
        font-size: 1.9rem;
        font-weight: 400;
    }

    .text-wrapper h4 {
        font-size: 1rem;
        color: #333333;
    }

    .contact-item {
        padding: 20px 0 0px 0;
        justify-content: flex-start;
    }

    .text-wrapper p {
        font-size: 1rem;
    }

    .office-sec h2 {
        font-size: 2.15rem;
        font-weight: 300;
        padding-bottom: 3rem !important;
    }

    .office-sec h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .office-locations-wrapper {
        flex-direction: column;
    }

    .office-card {
        background-color: #fff;
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }

    .office-card p svg {
        margin-right: 10px;
    }

    .office-sec {
        background-image: url(../images/nearby-bg-mob.png);
        padding: 3rem 0;
    }
    .section-padding{
        padding: 3rem 1rem;
    }
    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-sec .section-header h2{
        font-size: 2rem;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .newletter-container .customer-form p {
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
    }
    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }
    .newletter-container .newletter-box {
        padding: 2rem 1rem 0;
    }
    .newletter-sec .section-header p:after{
        display: none;
    }
    .customer-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0rem;
    }
    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }
    .newletter-container .newletter-box {
        padding: 2rem 1rem 0;
    }
    .about-our-story .about-our-story-para p{
        font-size: 1rem;
    }
    .tour_review-main .sub-header,.tour_review-main .section-header h2{
        text-align: center;
    }
    .testimonial-sec .section-header-container p.sub-header:after{
        margin: 0 auto;
    }
    .newletter-sec .section-header p:after{
        display: none;
    }
    .

}