.info-link {
    background-color: #000;
    width: 100%;
}

.info-link-container {
    display: flex;
    justify-content: center;
}

    .info-link-container .info-link-item {
        width: auto;
        margin: 20px 30px;
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        color: #fff;
    }

.left-blue-box {
    background: #1a9ad4 url("../images/blue-bg.png");
    height: 950px;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

.left-blue-box-one {
    background: #1a9ad4 url("../images/blue-bg.png");
    height: 1180px;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

.left-blue-box-inner {
    padding: 50px 100px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 48px;
}

.right-blue-box {
    padding: 50px;
}

.back-link {
    color: #8692A6;
    position: relative;
    margin-left: 20px;
}

    .back-link:before {
        width: 10px;
        height: 18px; /* Added height for the background image */
        content: "";
        background-image: url(../images/arrow_back.png);
        background-size: contain; /* Ensure the image fits within the dimensions */
        position: absolute;
        left: -20px;
        top: -0px;
    }

h1.join-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.to-begin {
    color: #8692A6;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}

.highlight-partner {
    border: 2px solid #007bff;
    background-color: #f0f8ff;
    transition: all 0.3s ease;
}

div.data-list-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-transform: none;
}

#postal-suggestions {
    /*border: 1px solid #ccc;*/
    max-height: 150px;
    overflow-y: auto;
    background: white;
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.postal-suggestion {
    padding: 6px 10px;
    cursor: pointer;
}

    .postal-suggestion:hover {
        background-color: #eee;
    }

.sign-in-box {
    background: #F5F9FF;
    padding: 15px;
}

    .sign-in-box:hover {
        background: #eff2f6;
        padding: 15px;
    }

.sign-in-text {
    color: #3B3B3B;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.sign-in-to-your-account {
    color: #3B3B3B;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 15px;
}

.do-not-show-box {
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
}

    .do-not-show-box:hover {
        background: #f1f1f1;
    }

.donot-create {
    color: #8692A6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
}

.donot-create-ul {
    color: #8692A6;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
}

.row-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.astric-sign {
    color: #FF000A;
    font-size: 20;
}

label.login-label {
    color: #696F79;
    font-size: 20px;
    font-weight: normal !important;
}

.form-control {
    height: 64px;
    margin-bottom: 25px;
}

.form-control-one {
    display: inline-block;
    max-width: 55px;
    width: 100%;
    height: 64px;
    padding: 6px 12px;
    margin-right: 13px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-check-label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #696F79;
    padding-left: 10px;
}

.remind-me {
    box-sizing: border-box;
    border: 2px solid #008FCF;
    background: #fff;
    padding: 10px;
    width: 45%;
}

    .remind-me:hover {
        box-sizing: border-box;
        border: 2px solid #008FCF;
        background: #008FCF;
        color: #fff;
    }

.login-me {
    width: 45%;
    box-sizing: border-box;
    border: 2px solid #008FCF;
    background: #008FCF;
    color: #fff;
    padding: 10px;
}

    .login-me:hover {
        box-sizing: border-box;
        border: 2px solid #008FCF;
        background: #fff;
    }

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 64px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    min-width: min-content;
    margin-top: 10px;
}

    .gsi-material-button .gsi-material-button-icon {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents {
        -webkit-flex-grow: 0;
        flex-grow: 0;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state,
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
            background-color: #303030;
            opacity: 8%;
        }

.forgot-password {
    width: 100%;
    font-family: 'Whitney';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #008FCF;
    margin-top: 15px;
}

.or-text {
    width: 100%;
    height: 50px;
    margin: 30px 0 0px 0;
    text-align: center;
    font-size: 28px;
    position: relative;
}

    .or-text h3 {
        background-color: #fff;
        width: auto;
        display: inline-block;
        z-index: 3;
        padding: 0 20px 0 20px;
        color: #a3a3a3;
        position: relative;
        font-weight: lighter;
        margin: 0;
        font-size: 26px;
    }

    .or-text:after {
        content: '';
        width: 100%;
        border-bottom: solid 1px #ccc;
        position: absolute;
        left: 0;
        top: 30%;
        z-index: 1;
    }

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -65px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.field-space {
    padding-left: 0px !important;
}

.field-space-right {
    padding-right: 0px !important;
}

::-webkit-input-placeholder {
    color: #929292;
    font-size: 20px;
}

::-moz-placeholder {
    color: #929292;
    font-size: 20px;
}

:-ms-input-placeholder {
    color: #929292;
    font-size: 20px;
}

::placeholder {
    color: #929292;
    font-size: 20px;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.img-fluid-space {
    padding-right: 0px !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.left-search-box {
    padding: 40px 40px 40px 60px;
}

.form-control-search {
    opacity: 0.5;
    border-bottom: 1px solid #000000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    padding: 5px 5px 5px 30px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-partner-name {
    background: #FFFFFF;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.04);
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.part-kit {
    line-height: 50px;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

/* Style the submit button */
.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

    .example button:hover {
        background: #0b7dda;
    }

/* Clear floats */
.example::after {
    content: "";
    clear: both;
    display: table;
}

.search-right-border {
    border-right: 1px solid #000;
}

.btn.btn-primary.search-right-box-button {
    height: auto;
}

.search-right-box {
    border: 0;
    padding: 10px 0px 10px 10px !important;
    margin-left: 10px;
    width: 90%;
    outline: none;
}

.search-right-box-button {
    padding: 10px;
    width: 50px;
    position: absolute;
    right: 15px;
}

.nav-tabs-local {
    border: 0px;
}

.search-partner-name .btn {
    height: 50px;
}

.nav-tabs-local-normal a {
    background: #fff;
    border: 1px solid #008FCF;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 19px;
    display: block;
    float: left;
    text-align: center;
}

    .nav-tabs-local-normal a.active {
        background: #008FCF;
        border: 1px solid #008FCF;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 19px;
        display: block;
        float: left;
        color: #fff;
        text-align: center;
    }

        .nav-tabs-local-normal a.active:hover {
            background: #fff;
            border: 1px solid #008FCF;
            color: #008FCF;
        }

.nav-tabs-local-normal :hover {
    background: #008FCF;
    border: 1px solid #008FCF;
    color: #fff;
}

.nav-tabs-local-normal a:hover {
    color: #fff;
    text-decoration: none;
}

.font-size-20 {
    font-size: 20px;
}

.font-weight-bold {
    font-weight: bold;
}

.padding-zero {
    padding: 0px !important;
}

.line-height-50 {
    line-height: 50px
}

.margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.data-list-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
}

.data-list-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-transform: none;
}

.data-list-title-one {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #2C2C2C;
    margin: 0px;
}

.fa.fa-star {
    font-size: 25px;
    color: #F6C002;
}

.fa-star-half-full {
    font-size: 25px;
    color: #F6C002;
}

.start-point {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #606060;
}

.product-price {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #111111;
    text-align: right;
}

.phone-no {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #606060;
}

.website {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #606060;
}

    .website a {
        color: #606060;
    }

.row-space {
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-addedss {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #606060;
}

.checkout-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 50px;
}

.checkout-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #8692A6;
    margin-bottom: 40px;
}

.table-checkout {
    border-collapse: collapse;
    width: 100%;
}

    .table-checkout th, .table-checkout td {
        text-align: left;
        padding: 15px;
    }

    .table-checkout tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .table-checkout tr {
        border-bottom: 1px solid #E6EFF5;
    }

.btn-availibility {
    height: 64px;
    background: #008FCF;
    color: #fff;
    padding: 14px 30px;
    font-size: 24px;
    font-weight: 500;
}

    .btn-availibility:hover {
        background: #029ade;
        color: #fff;
    }

.website-inner, .website-inner a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 10px 0;
}

.part-town {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.datalist-table {
    margin-bottom: 40px;
}

.frame-space {
    margin: 40px 0;
}

.frame-container {
    width: 100%;
    max-width: 501px;
    padding: 35px;
}

.frame-title {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.frame-sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #2C2C2C;
    margin-bottom: 15px;
}

.text-align-right {
    text-align: right
}

.text-open {
    color: #65BE31;
}

.btn {
    height: 64px;
}

.utility-menu .btn-group .btn {
    padding-top: 0rem !important
}

    .utility-menu .btn-group .btn .caret {
        margin-top: -60px;
    }

@media (max-width: 767px) {
    .mobile-location-row {
        display: flex;
        align-items: flex-start;
    }

        .mobile-location-row .location-icon-col {
            padding-top: 4px;
            display: flex;
        }

        .mobile-location-row .location-icon-img {
            max-width: 16px;
            margin-top: 4px;
        }

        .mobile-location-row .col-sm-11,
        .mobile-location-row .col-xs-11 {
            padding-left: 0;
        }

    .search-space {
        margin-top: 20px;
    }

    .map-dimension {
        width: 100% !important;
        height: 300px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: block;
        overflow: hidden;
    }

    .left-search-box {
        padding: 20px;
    }

    .info-link-container {
        display: block;
        justify-content: center;
    }

        .info-link-container .info-link-item {
            width: auto;
            margin: 20px 10px;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            color: #fff;
        }

    .add-addedss {
        font-size: 16px;
    }

    .padding-zero {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .nav-tabs-local-normal a {
        width: 50%;
    }

    .img-fluid-space {
        padding-right: 15px !important;
    }

    .search-right-box {
        margin-left: 0px;
        width: 85%;
    }

    .datalist-table {
        width: 430px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .left-blue-box-inner {
        padding: 50px 15px;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
    }

    .left-blue-box {
        height: 200px;
    }

    .left-blue-box-one {
        height: 200px;
    }

    .search-right-border {
        border-right: 0px;
    }
}

.map-dimension {
    height: 650px;
    width: 40%;
    margin-top: 50px;
}

@media (max-width:1060px) and (min-width:768px) {
    .form-control-one {
        margin-right: 3px;
        max-width: 40px;
        width: 100%;
        height: 64px;
    }

    .left-blue-box-inner {
        padding: 50px 15px;
        line-height: 40px;
        color: #fff;
        font-weight: 500;
        font-size: 30px;
    }
}

@media (max-width:527px) and (min-width:375px) {
    .form-control-one {
        margin-right: 3px;
        max-width: 40px !important;
        width: 100%;
        height: 64px;
    }
}

@media (max-width:1600px) and (min-width:1180px) {
    .form-control-one {
        margin-right: 25px;
        max-width: 50px !important;
        width: 100%;
        height: 64px;
    }
}

@media (max-width:991px) and (min-width:370px) {
    .col-md-6.field-space-right.field-bottom-space, .col-md-8.field-space-right {
        padding-left: 0px !important;
    }
}

@media (max-width:1289px) and (min-width:1100px) {
    .font-size-20 {
        font-size: 16px;
    }

    .nav-tabs-local-normal a, .nav-tabs-local-normal a.active {
        padding: 15px 13px;
    }
}

@media (max-width:1099px) and (min-width:768px) {
    .font-size-20 {
        font-size: 16px;
    }

    .nav-tabs-local-normal a, .nav-tabs-local-normal a.active {
        padding: 15px 13px;
        width: 50%;
        text-align: center;
    }

    .col-sm-4.font-size-20.line-height-50, .col-sm-3.line-height-50.font-size-20.font-weight-bold.col-xs-12.padding-zero {
        width: 50% !important;
    }

    .col-sm-5.nav-tabs-local-normal.padding-zero {
        width: 100% !important;
    }
}

@media (max-width:768px) and (min-width:840px) {
    .font-size-20 {
        font-size: 16px;
    }

    .nav-tabs-local-normal a, .nav-tabs-local-normal a.active {
        padding: 15px 13px;
    }

    .col-sm-4.font-size-20.line-height-50 {
        width: 50% !important;
    }
}
