
/* blog posts item  */

.blog-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    /* min-height: 240px; */

    border-radius: 15px;
}

.blog-excerpt {
    min-height: 100px;
}

.blog-title {
    /* min-height: 90px; */
}

.blog-date-category {
    padding-top: 10px;
}

.blog-items-section.archive-blog-items {
    width: 100%;
    margin-bottom: 30px;
}

.blog-title h4 {
    font-size: 16px;
}

.blog-posts-inner-wrapper {
    padding: 60px;
}

.blog-post-title-wrapper h1 {
    color: #283671;
    font-family: 'Montserrat';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.blog-post-filter-content-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.blog-post-filter-category-wrapper {
    margin-top: 20px;
}

.blog-post-filter-category-wrapper ul {
    display: flex;
    gap: 20px;
    list-style-type: none;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.blog-post-filter-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    flex-direction: column;
}

.blog-post-filter-title h4 {
    color: #283671;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

ul.blog-post-filter-category-list li {
    display: flex;
    height: 36px;
    padding: 3px 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 1px 1px 9.4px 0 rgba(0, 0, 0, 0.13);
}

ul.blog-post-filter-category-list li a {
    color: #35B6B4;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

ul.blog-post-filter-category-list li.active {
    border-radius: 32px;
    background: #283671;
    transition: 0.3s ease-in-out;
}

ul.blog-post-filter-category-list li.active a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

input.blog-post-filter-search-input {
    display: flex;
    width: 180px;
    height: 36px;
    border-radius: 21px;
    border: 1px solid #283671;
    padding: 3px 41px;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-shrink: 0;
}

.blog-post-filter-search-wrapper {
    position: relative;
}

.blog-post-filter-search-wrapper:after {
    position: absolute;
    content: '\f002';
    font-size: 15px;
    font-family: 'Font Awesome 6 Pro';
    top: 6px;
    right: 25px;
    color: #283671;
}


.blog-post-filter-search-wrapper.active::after {
    content: '\f00d'; /* close icon */
    pointer-events: auto; /* allow clicking when active */
    cursor: pointer;
}

.blog-posts-content-inner-wrapper .row .loading-spinner {
    margin: 80px auto;
    width: 40px;
    height: 40px;
    border: 4px solid #C6C6C6;
    border-top: 4px solid #283671; 
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.blog-post-filter-search-wrapper.no-after::after {
  content: '';
  transition: 0.3s ease-in-out;
}

nav.navigation.pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.pagination.eagle-pagination {
    justify-content: center;
    padding-top: 40px;
}



.pagination.eagle-pagination .page-numbers.current {
    color: #35B6B4;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
}

.pagination.eagle-pagination .page-numbers {
    color: #35B6B4;
}

nav.navigation.pagination {
    justify-content: center;
    padding-top: 60px;
}

nav.navigation.pagination ul li {
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 19.04px;
}

nav.navigation.pagination ul li a {
    color: #798DA3;
}

nav.navigation.pagination ul li .current {
    color: #35B6B4;
}

/* Previous button icon */
nav.navigation.pagination ul li a.prev.page-numbers i {
    color: #35B6B4;
}

/* Next button icon */
nav.navigation.pagination ul li a.next.page-numbers i {
    color: #35B6B4;
}

div#blog-posts-content-inner-wrapper .row .no-newsroom-posts {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #283671;
}

.pagination.eagle-pagination .page-numbers.next,
.pagination.eagle-pagination .page-numbers.prev{
    position: relative;
}

.pagination.eagle-pagination .page-numbers.next:after {
    content: '\f054';
    font-size: 15px;
    font-family: 'Font Awesome 6 Pro';
    position: absolute; 
    right: 0;
    top: 0;
}

.pagination.eagle-pagination .page-numbers.prev:after{
    content: '\f053';
    font-size: 15px;
    font-family: 'Font Awesome 6 Pro';
    position: absolute; 
    left: 0;
    top: 0;
}

/* Single Claim */

.single-claims-img-inner-row.eagle-widthcontainer {
    position: relative;
}
.gws-image-item.single-claim-banner-img .image {
    width: 100%;
    height: 450px;
}
.gws-image-item.single-claim-banner-img .image img {
    border-radius: 25px;
}
.gws-heading.single-claim-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.gws-heading.single-claim-report-your-claim-heading * {
    text-align: left;
}
.single-claim-report-your-claim-row {
    margin: 40px 0 60px;
}
.single-claim-report-your-claim-inner-row.eagle-widthcontainer {
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    padding: 45px;
}
.single-claim-report-your-claim-heading {
    margin-bottom: 35px;
}
.single-claim-report-your-claim-inner-row .single-claim-report-your-claim-heading p strong {
    color: #35B6B4;
}
.container-single-claim-report-your-claim-custom-container {
    margin: 25px 0;
}
.container-col.single-claim-report-your-claim-custom-container {
    justify-content: space-between;
    align-items: center;
}
.container-col.single-claim-report-your-claim-custom-container .single-claim-report-your-claim-text, .container-col.single-claim-report-your-claim-custom-container .single-claim-report-your-claim-button {
    width: fit-content;
}
.container-col.single-claim-report-your-claim-custom-container .single-claim-report-your-claim-button a {
    width: 140px;
    display: block;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid #283671;
    border-radius: 5px;
    font-size: 15px;
}
.single-claim-content-row {
    padding: 90px 0;
}
.gws-heading.single-claim-content-row-heading {
    width: 65%;
}
.text-content-wrapper.single-claim-content-row-text ul {
    margin: 30px 0;
    padding-left: 15px;
}
.single-claim-tip-inner-row.eagle-widthcontainer .wpb_wrapper {
    display: flex;
    gap: 50px;
}
.single-claim-tip-inner-row.eagle-widthcontainer {
    padding: 60px 150px;
    border-radius: 25px;
}
.single-claim-tip-row {
    margin: 70px 0;
}
.gws-image-item.single-claim-tip-img {
    width: 10%;
}
.content-wrapper.container-single-claim-tip-custom-container {
    width: 90%;
    margin: auto;
}
.single-claims-img-row {
    margin-top: 50px;
}
.text-content-wrapper.single-claim-content-row-text p strong {
    font-weight: 800;
}
.gws-heading.single-claim-tip-heading h4 {
    margin-bottom: 0;
}
.motor-motorcycle-content-inner-row .text-content-wrapper.single-claim-content-row-text ul {
    margin: 0;
}
.single-claim-report-your-claim-inner-row.eagle-widthcontainer li {
    margin-bottom: 10px;
}
.content-wrapper.container-single-claim-content-custom-container {
    margin-bottom: 40px;
}
.constat-lamiable-row {
    margin: 120px 0;
}
.gws-heading.constat-lamiable-heading {
    margin-bottom: 45px;
}
.gws-heading.single-claim-content-row-heading-2 {
    margin-bottom: 5px;
}
.gws-heading.single-claim-banner-text-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60%;
}
.content-wrapper.container-single-claim-content-custom-container .text-content-wrapper.single-claim-content-row-text li:not(:last-child) {
    margin-bottom: 15px;
}
.text-content-wrapper.constat-lamiable-video-block iframe {
    width: 875px;
    height: 490px;
}
.single-claim-health-insurance-content-inner-row .text-content-wrapper.single-claim-content-row-text ul {
    margin: 0;
}

/* UAT (Big screen) */
#gform_fields_8.gform_fields.top_label.form_sublabel_below.description_below {
    row-gap: 24px;
}
.form-footer-heading h3 {
    margin-bottom: 15px;
}
.social-media-link a i {
    width: 38px;
}
i.fa-brands.fa-linkedin-in {
    display: flex;
    justify-content: center;
}
i.fa-brands.fa-facebook-f {
    display: flex;
    justify-content: center;
}
i.fa-brands.fa-youtube {
    display: flex;
    justify-content: center;
}
.social-media-link {
    display: flex;
}
.contact-eagle-wrapper .phone-wrapper .form-right-text-wrapper a, .contact-eagle-wrapper .fax-wrapper .fax-text-wrapper p {
    font-weight: 500;
}
.get-in-touch-info-container .address-wrapper .form-right-text-wrapper p {
    color: #4F556A;
}
.get-in-touch.left form input, .get-in-touch.left form select {
    color: #4F556A;
}
label.gfield_label.gform-field-label {
    font-weight: 600;
}
.make-a-claim-text-wrapper .how-to-text p {
    line-height: 21px;
}
.insurance-at-eagle-text-one {
    padding-bottom: 30px;
}
.insurance-at-eagle-text-one p {
    color: #000000;
}
/* .comprehensive-insurance-cover-icon-wrapper .icon .icon-wrapper {
    width: 100%;
} */

.comprehensive-insurance-cover-icon-wrapper .icon-text-theft {
    width: 10%;
}

.comprehensive-insurance-cover-icon-wrapper .icon .icon-wrapper img {
    object-fit: contain;
}
.comprehensive-insurance-cover-btn-row .gws-button a {
    font-weight: 500;
}
.why-insure-at-eagle-inner-row.eagle-widthcontainer h3 {
    margin: 0;
}
.vc_row-fluid.insurance-covers-row {
    background: rgba(53, 182, 180, 0.1);
    padding-top: 60px;
}
.health-insurace-banner .eagle-text-content-inner-wrapper {
    max-width: 1000px;
}
.why-choose-our-health-plan-section .why-choose-icon-wrapper .icon-text-content-wrapper p {
    padding-right: 30px;
}
.statement-heading {
    min-height: 60px;
    display: flex;
    align-items: center;
}
.financial-highlights-heading h3, .gws-heading.financial-announcement-heading-title.gellatio h3{
    font-size: 20px;
}
/* .loading {
	border-bottom: 4px solid rgba(0, 0, 0, .2);
	border-left: 4px solid rgba(0, 0, 0, .2);
	border-right: 4px solid rgba(0, 0, 0, .2);
	border-top: 4px solid rgba(0, 0, 0, .5);
	border-radius: 100%;
	height: 32px;
	width: 32px;
	animation: spin .6s infinite linear;
  text-indent: 999em;
  margin:3em auto;
}
@keyframes spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
} */
.eagle-banner-container.health-insurace-banner .button-background p {
    color: #283671;
}
.eagle-banner-container.health-insurace-banner .banner-text-container p {
    /* color: #283671; */
}
.title-panel-wrapper .accordion-title {
    cursor: pointer;
}
.home-content-wrapper.mosofer .text-content-wrapper p:first-child {
    font-weight: 400;
}
.home-content-wrapper.mosofer .text-content-wrapper em {
    font-size: 14px;
}
/* .underline {
    display: none;
} */
.benefits-protection-section .accordion-terms-conditions {
    padding-top: 25px;
}
.benefits-protection-section .accordion-terms-conditions .gws-heading h2 {
    text-align: right;
}


/* UAT */
.team-member-image {
    height: 440px;
}
.team-member-image img {
    object-position: top;
}
.archive-team-member:hover .team-member-image img,
.archive-team-member .linked-in-container:hover + .open-popup .team-member-image img {
    background: #35B6B4;
}
.archive-team-member .linked-in-container {
    padding: 20px;
    z-index: 2;
}
.archive-team-member .open-popup {
    cursor: pointer;
    z-index: 1;
}
.team-member-item .archive-team-member .linked-in-container i.fa-brands.fa-linkedin-in {
    font-weight: 900;
    font-size: 23px;
	transition: 0.6s all ease-in-out;
}
.archive-team-member .team-member-image img {
	transition: 0.6s all ease-in-out;
}
.member-right-content-wrapper .member-job-title p br {
    display: none;
}
.vc_row.travel-banner-section .eagle-img-container {
    position: relative;
}
.vc_row.travel-banner-section .eagle-img-container:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.types-of-insurance-text .text-content-wrapper.left {
    padding-right: 200px;
    padding-top: 10px;
}
.container-col.types-of-insurance-icons-wrapper {
    padding-right: 100px;
    column-gap: 55px;
    row-gap: 50px;
}
.gws-image-item.additional-coverage-img {
    height: 600px;
}
.gws-image-item.additional-coverage-img .image-wrapper {
    height: 100%;
}
.gws-image-item.additional-coverage-img .image-wrapper .image {
    height: 100%;
}
.gws-image-item.additional-coverage-img .image-wrapper .image img {
    object-position: bottom;
}
.gws-heading.additional-coverage-heading {
    margin-bottom: 15px;
}
.plans-overview-row .container-col .vc_row {
    margin: 0;
}
.mosofer-wrapper, .assistance-ada {
    align-items: center;
    gap: 20px;
}
.container-col.rodent-cover-wrapper > div.vc_row {
    padding-right: 45px;
}
.rodent-cover-wrapper {
    justify-content: center;
    align-items: center;
    gap: 0;
}
.container-col.assistance-ada .gws-image-item.car-insurance-left-img {
    width: 50% !important;
}
.container-col.assistance-ada > div:last-child {
    width: 50% !important;
}
.plans-overview-row .container-col.mosofer-wrapper .vc_row .text-content-wrapper {
    padding-top: 5px;
}
.plans-overview-row .container-col .vc_row .gws-button-wrapper {
    margin-top: 20px;
}
.content-wrapper.container-assistance-ada .text-content-wrapper {
    margin-bottom: 0;
}
.assistance-ada > div .wpb_column .vc_column-inner .wpb_wrapper {
    width: 85%;
}
.assistance-ada > div .wpb_column .vc_column-inner .wpb_wrapper .gws-heading {
    max-width: 90%;
}
.mosofer-wrapper > div .wpb_column .vc_column-inner .wpb_wrapper {
    width: 77%;
}
.content-wrapper.container-rodent-cover-wrapper .wpb_wrapper {
    width: 70% !important;
}
.insurance-at-eagle-text-one p,
.insurance-at-eagle-text-two p {
    color: #283671;
}
.motorcycle-accordion-section .accordion-heading-row,
.car-insurance-plan-row .accordion-heading-row {
    height: 425px;
}
.motorcycle-accordion-section .heading-wrapper .left-img-accordion img,
.car-insurance-plan-row .heading-wrapper .left-img-accordion img {
    object-position: bottom;
}
.accordion-wrapper .accordion > div:nth-last-child(2) .col-width {
    border-radius: 0 0 20px 20px;
    padding-bottom: 75px;
}
.left-subheading-accordion p {
    line-height: 20px;
    color: #283671;
    font-size: 16px;
}
.comprehensive-insurance-cover-section {
    padding-bottom: 100px;
}
.third-party-liability .icon-wrapper {
    margin: 0 auto;
    width: 40px;
}
.third-party-insurance-icons-wrapper .icon-text-item.third-party-liability .icon {
    justify-content: center;
    align-items: center;
    display: flex;
}
/* .make-a-claim-container.eagle-widthcontainer {
    padding-top: 80px;
} */
.first-choice-icons.eagle-widthcontainer {
    padding-bottom: 0;
}
.first-choice-section {
    padding-bottom: 65px;
}
.snap-section-right .text-content-wrapper p:first-child {
    padding-bottom: 7px;
}
.medecin-section-inner.eagle-widthcontainer .wpb_wrapper > .vc_row.wpb_row.vc_inner.vc_row-fluid {
    align-items: center;
    display: flex;
}
.network-img-slider button.slick-arrow {
    justify-content: center;
    height: fit-content;
    align-items: center;
    /* margin: auto 0; */
    display: flex;
    padding: 0;
    bottom: 0;
    top: 0;
}
.network-img-slider button.slick-arrow i {
    line-height: 20px;
    margin-top: -8px;
    font-weight: 300;
    font-size: 20px;
}
.banner-slide-left {
    max-width: 40%;
}
.shareholding-stat-right {
    width: 40%;
}
.archive-team-member {
    height: 370px;
}
.term-board-of-directors .archive-team-member {
    height: 440px;
}
.tabs-item-inner.eagle-widthcontainer .wrapper a.tab-link.business {
    display: none;
}
.single-claim-report-your-claim-row {
    margin: 40px 0 0 0;
}
.single-claim-content-row {
    margin-top: 110px;
}
.single-claims-img-row {
    margin-bottom: 70px;
}
.constat-lamiable-row {
    margin-top: 60px;
}
.sorry-text {
    padding-top: 20px;
}
.blog-share-link button {
    background: transparent;
    padding: 0;
    outline: 0;
    border: 0;
}
.blog-share-link {
    position: relative;
}
.success_message {
    position: absolute;
    line-height: 16px;
    color: #283671;
    font-weight: 600;
    font-size: 12px;
    left: -16px;
    top: 35px;
}
.back-to-home-btn .gws-button {
    display: flex;
}
.back-to-home-btn a {
    background: transparent;
    display: flex;
    width: 300px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #283671;
    border-radius: 5px;
    transition: 0.6s all ease-in-out;
}
.back-to-home-btn a:visited {
    color: #283671;
}
.back-to-home-btn a:hover {
    background: #283671;
    color: #FFFFFF !important;
}
.vc_row.home-banner-slider >  .vc_column_container {
    height: 600px;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner {
    height: 100%;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner > .wpb_wrapper > .slider-container.home-banner-slider-container {
    height: 100%;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner > .wpb_wrapper > .slider-container.home-banner-slider-container .slider-wrapper {
    height: 100%;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner > .wpb_wrapper > .slider-container.home-banner-slider-container .slider-wrapper .slick-list {
    height: 100% !important;
}
.vc_row.home-banner-slider > .vc_column_container > .vc_column-inner > .wpb_wrapper > .slider-container.home-banner-slider-container .slider-wrapper .slick-list .slick-track {
    height: 100%;
}
.team-member-details.right .img-and-text-wrapper {
    justify-content: center;
}
.team-member-assistant-manager .team-member-img .image {
    /* width: 450px; */
}
.check.col-width .checkbox-description p {
    max-width: 90%;
    margin: 0 auto;
}
.post-type-archive-sales-agent .archive-team-member {
    height: 440px;
}
#relationship-managers .agent-email, 
#relationship-managers .agent-number {
    align-items: flex-start;
}
div#relationship-managers .agent-items-wrapper {
    flex-wrap: wrap;
    gap: 3%;
}
.agent-items-wrapper .team-member-item {
    width: 366px;
}
div#sales-person .agent-name,
div#accredited-agents .agent-name {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 40%;
}
div#sales-person .agent-email,
div#accredited-agents .agent-email {
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    width: 40%;
}
div#sales-person .agent-email .detail-wrapper, 
div#sales-person .agent-number .detail-wrapper,
div#accredited-agents .agent-email .detail-wrapper, 
div#accredited-agents .agent-number .detail-wrapper {
    padding-bottom: 0;
}
div#sales-person .agent-email .detail-wrapper:not(:last-child),
div#accredited-agents .agent-number .detail-wrapper:not(:last-child) {
    padding-bottom: 10px;
}
div#sales-person .agent-number,
div#accredited-agents .agent-number {
    align-items: flex-start;
    justify-content: center;
    min-width: auto;
    width: 20%;
}
div#sales-person .agent-name p,
div#accredited-agents .agent-name p {
    max-width: 220px;
}


/* Footer - Powered by */
.powered-by-text p, 
.powered-by-text a {
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    transition: 0.6s all ease-in-out;
}
.powered-by-text a {
    font-weight: 700;
}
.powered-by-text a:visited {
    color: #FFFFFF;
}
.powered-by-text a:hover {
    color: #C0F8E8;
}
footer a {
    color: white !important;
}
footer a:visited {
    color: white !important;
}

/* Newsroom dropdown */

.blog-post-filter-category-wrapper.hide-mobile {
    display: none;
}

.blog-post-filter-category-wrapper.hide-mobile.active {
    display: block;
}

.selected-desktop {
    background-color: #FAFCFD;
    color: #283671;
    padding: 10px 16px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: background-color 0.3s;
    box-shadow: 0px 7.469px 22.406px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 15%;
}

.blog-post-filter-content-wrapper.hide-mobile .blog-post-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-post-filter-content-wrapper.hide-mobile .eagle-filter-dropdown .arrow-btn {
    display: flex;
    align-items: center;
}

footer form a {
    color: #283671 !important;
}

.claim-btn a, .claim-btn a:visited {
    color: #fff;
}

.claim-tab-container {
    padding-bottom: 90px;
}

/* data privacy page  */
.data-privacy-wrapper {
    padding: 60px;
}

.data-privacy-wrapper .wpb_wrapper {
    padding-bottom: 30px;
}

.gws-heading.data-privacy-heading h2 {
    text-align: left;
    padding-bottom: 25px;
}

.data-privacy-wrapper .text-content-wrapper > ul {
    margin: 0;
}

/* annual reports single */
.annual-reports-inner .back-btn a {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.annual-reports-inner .back-btn a i, .annual-reports-inner .back-btn a p {
    color: #283671 !important;
    font-size: 16px !important;
    transition: all 0.5s;
}

.annual-reports-heading {
    padding-bottom: 0;
}

/* Search results */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    margin-bottom: 5vh;
}
.posts-grid article {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 7.469px 22.406px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    transition: transform 0.3s ease; 
}
.posts-grid article:hover {
    transform: translateY(-5px); 
}
h1.page-title {
    color: #283671;
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: normal;
    padding-top: 60px;
    padding-bottom: 40px;
    font-weight: 700;
    line-height: normal;
}
/* Responsive */
@media (max-width: 900px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}
.page-title {
    opacity: 0;
    transform: translateY(-40px);
    animation: dropIn 0.8s ease-out forwards;
}
@keyframes dropIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-no-results input.search-field,
.search-results input.search-field {
    border-radius: 16px;
    width: 320px;
    opacity: 1;
    transition: width 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    padding: 0 7px;
    margin-right: 16px;
    border: 1px solid #283671;
    margin-bottom: 8vh;
    margin-top: 5vh;
}
.search-no-results input.search-submit,
.search-results input.search-submit{
    border-radius: 8px !important;
    background: #283671;
}
.search-no-results button, input[type="button"], input[type="reset"], input[type="submit"],
.search-results button, input[type="button"], input[type="reset"], input[type="submit"]{
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #283671 !important;
    line-height: 1;
    color: white !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0.6em 1em 0.4em;
}


/* Travel landing page */
.travel-hero-banner .vc_column-inner > .wpb_wrapper > .gws-image-item {
    position: relative;
}

.travel-hero-banner .wpb_wrapper > .gws-image-item {
    width: calc(100% - 70px);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.travel-hero-banner .gws-heading h2 {
    text-align: left;
    font-weight: 400;
}

.travel-banner-top-content {
    position: absolute;
    top: 23%;
    left: 17.5vw;
    max-width: 37%;
}

.travel-banner-bottom {
    position: absolute;
    bottom: 0;
    left: 17.5vw;
}

.travel-banner-top-content .wpb_wrapper .gws-heading:nth-child(2) {
    margin-bottom: 30px;
}

.travel-banner-top-content .wpb_wrapper .text-content-wrapper:nth-child(4) {
    margin-block: 10px 30px;
}

.travel-banner-bottom .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 1170px;
}

.travel-banner-bottom .gws-button a {
    padding: 8px 40px;
    border-radius: 5PX;
    background: rgba(255, 255, 255, 0.20);
}

.travel-banner-bottom .gws-button a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

.travel-banner-border {
    position: absolute;
    bottom: 80px;
    height: 1px;
    background: white;
    left: 35px;
    right: 35px;
}

.travel-hero-banner {
    margin-bottom: 16px;
}

.travel-team-qna-wrapper .travel-team-inner > .vc_column-inner > .wpb_wrapper {
    width: calc(100% - 70px);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.why-choose-travel .left .gws-heading h2 {
    text-align: left;
    margin-left: 17.5vw;
}

.why-choose-travel .left .text-content-wrapper {
    margin-left: 17.5vw;
}

.why-choose-travel {
    margin-top: 108px;
}

.why-choose-travel .right {
    padding: 50px 27px;
    border-radius: 10px;
    border: 1.5px solid #35B6B4;
    background: rgba(53, 182, 180, 0.10);
    max-width: 31%;
    margin-left: 3%;
}

.why-choose-travel .right .gws-heading h2 {
    margin-bottom: 25px;
    text-align: left;
}

.why-choose-travel .right .icon-text-item:not(:last-child) {
    margin-bottom: 30px;
}

.why-choose-travel .right .icon-text-item.text- .icon-wrapper {
    width: 27px;
}

.why-choose-travel .left {
    position: initial;
}

.why-choose-travel .left .gws-image-item {
    position: absolute;
    bottom: 0;
}

.why-choose-travel {
    position: relative;
}

.travel-robin-assist {
    margin-top: 95px;
    margin-bottom: 55px;
}

.travel-robin-assist .gws-image-item.robin-assist-logo {
    margin: 0 auto;
    width: 435px;
    height: 100%;
}

.why-choose-travel .left .text-content-wrapper p strong {
    font-weight: 600;
}

.travel-robin-assist .text-content-wrapper p strong {
    font-weight: 600;
}

.travel-robin-assist .text-content-wrapper {
    max-width: 48%;
    padding-block: 40px 33px;
    margin: 0 auto;
}

.content-wrapper.container-travel-robin-assist-icon-wrapper {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: calc(100% - 200px); /* 100px padding on each side */
    margin: 0 auto;
}

.content-wrapper.container-travel-robin-assist-icon-wrapper .icon-text-wrapper {
    justify-content: center;
}


.travel-robin-assist-bottom .gws-heading {
    position: absolute;
    top: 14%;
    width: 100%;
}

.container-travel-robin-assist-icon-wrapper .icon-wrapper {
    width: 21px;
}

.content-wrapper.container-travel-robin-assist-icon-wrapper .icon-text-bottom {
    max-width: 75%;
}

.travel-robin-assist-icon-wrapper {
    row-gap: 28px;
}

.travel-robin-assist-bottom .gws-image-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.container-travel-robin-assist-icon-wrapper .icon-text-bottom p {
    font-weight: 600;
}

.travel-plans-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto !important;
}

.travel-plans-wrapper.border-radius-top {
    border-radius: 10px 10px 0 0;
}

.travel-plans-wrapper.border-radius-bottom {
    border-radius: 0 0 10px 10px;
}

.travel-plans-wrapper .gws-heading.plans-main-heading {
    padding-top: 77px;
}

.travel-plans-inner .text-content-wrapper {
    padding-bottom: 20px;
}

.travel-plans-inner {
    padding-block: 88px 70px;
}

.travel-plans-inner .right .gws-button-wrapper {
    padding-bottom: 30px;
}

.travel-need-help-wrapper .need-help-cta .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}

.travel-need-help-wrapper .need-help-cta .wpb_wrapper .gws-button a {
    padding: 8px 25px;
    border-radius: 5PX;
}

.travel-need-help-wrapper {
    padding-block: 70px;
}

.why-choose-travel .right .icon-text-wrapper,
.container-travel-robin-assist-icon-wrapper .icon-text-wrapper {
    align-items: center;
}

.travel-plans-inner .right .gws-button a:hover {
    color: #fff !important;
    background: #35B6B4 !important;
}
