
::placeholder {
    color: #97A9B3 !important;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #97A9B3 !important;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.lh-1 {
    line-height: 1;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}

.font-14 {
    font-size: 14px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.mainFrame {
    max-width: 1200px;
    margin: auto;
}

.search-component {
    border: 2px solid #4EB0E2;
    border-radius: 20px;
    overflow: hidden;
    width: 72%;
    margin: auto;
}

.search-component input {
    border: 0;
}

.footer-bg {
    background-color: #06334b;
    color: #fff;
}

.footer-title {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 2.66;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-items {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.footer-items li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    padding-left: 0px;
}

.footer-items .icon-section {
    flex-shrink: 0;
    display: inline-flex;
    font-size: 20px;
    color: #71BF44;
    min-width: 48px;
}

.footer-items .text-section {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.footer-links a {
    text-decoration: none;
}

.intro-section .card{
    position: relative;
    overflow: hidden;
}

.top-left-decorator {
    height: 70px;
    width: 70px;
    background-color: #0B277F;
    position: absolute;
    top: -40px;
    left: -40px;
    transform: rotate(45deg);
    outline: #fff solid 10px;
}

.top-left-decorator:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 30px;
    left: 46px;
}

.bottom-left-decorator {
    height: 70px;
    width: 70px;
    background-color: #16BBEC;
    position: absolute;
    bottom: -40px;
    right: -40px;
    transform: rotate(-135deg);
    outline: #fff solid 10px;
}

.bottom-left-decorator:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 30px;
    left: 46px;
}

.section-title {
    margin: 0;
    font-family: inherit;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-title:before {
    content: "";
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #71BF44;
}

.full-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

.packages-section .card {
    position: relative;
    overflow: hidden;
}

.packages-section .card {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.bi-quote.quote-start:before {
    transform: rotateX(180deg);
    top: -4px;
    position: relative;
}

.bi-quote.quote-end:before {
    transform: rotate(180deg);
    top: -4px;
    position: relative;
}

.highlight-text {
    color: #008ed3;
}

.font-140 {
    font-size: 140%;
}

.sidebar .accordion-button,
.sidebar .accordion-body {
 padding: 12px;
}

.sidebar .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.partners-link {
    color: #06334B;
    border-radius: 4px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #06334b;
    height: 90px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.card-img-top {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

.no-underline {
    text-decoration: none !important;
}

.underline {
    text-decoration: underline !important;
}

.cart-btn.dropdown-toggle::after {
    display: none;
}

.checkout-line {
    border-bottom: 1px solid #ddd;
}

.float-right {
    float: right !important;
}

.x-small {
    font-size: .7em;
}

.cart-box {
    width: 400px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.text-right {
    text-align: right !important;
}

.aboutBannerImage {
    width: 100%;
    height: 100%;
}

#enquiryBasket .checkout-line:nth-child(even) {
    background-color: #f5f5f5;
}

#enquiryBasket .checkout-line:nth-child(odd) {
    background-color: #fff;
}

.breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

.fa-sr-only, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.spin-icon {
    animation: 2s linear 0s infinite normal none running spin;
}

.fa-refresh::before {
    content: "";
}

.active-nav-with-arrow .list-group-item-action{
    display: flex;
}

.active-nav-with-arrow .list-group-item-action .arrow-span{
    display: none;
}

.active-nav-with-arrow .list-group-item-action.active .arrow-span{
    display: block;
}




@-moz-keyframes spin {
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    to {transform:rotate(360deg);}
}

.spin {
    animation: spin 1000ms linear infinite;
}

@media (max-width: 992px) {
    .search-options {
        flex-wrap: wrap;
    }
    .search-options.gap-3 {
        gap: 4px !important;
    }
    .search-options .p-2{
        padding: 4px !important;
    }

    .search-component {
        width: 100%;
    }
}

.checkout-title { border-bottom: 1px solid #ddd;}
.checkout-line { border-bottom: 1px solid #ddd;}
.recommended { background-color:#e4fbe9; color:#116924; float: right }
.optional { background-color:#f5f9ff; color:#0059D3; float: right }
.required { background-color:#f9f2f4; color:#c7254e; float: right }