/*---------- start - welcome message css ----------*/
.map-welcome-message {
    position: absolute; 
    width: -moz-available; 
    width: -webkit-fill-available; 
    padding: 0; 
    bottom: 0; 
    z-index: 11; 
    background: #36414D; 
    padding: 15px 25px;
    margin-bottom: 0;
}
.map-welcome-message .content-tb {
    display: table; 
    width: 100%;
}
.map-welcome-message .content-tb .left {
    display: table-cell; 
    width: 60%;
}
.map-welcome-message .content-tb .right {
    display: table-cell; 
    width: 40%; 
    vertical-align: middle;
}
.map-welcome-message .content-tb .left .title {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 22.4px */
}
.map-welcome-message .content-tb .left .sub-title {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}
.map-welcome-message .content-tb .left .sub-title.mobile-class {
    margin-bottom: 15px;
}

.map-welcome-message .content-tb .left .sub-title span{
    font-size: 14px;
    font-weight: 400;

}
.map-welcome-message .content-tb .left .button-section {
    display: inline;
}
.map-welcome-message .content-tb .left .button-section a {
    cursor: pointer; 

    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}
.map-welcome-message .content-tb .flexible-section {
    margin: 10px 0 0 0; 
    display: inline-block;
    padding-left: 60px;
    background: url(/images/icon-calendar.svg) no-repeat left center;
    background-size: 45px 40px;
}
.map-welcome-message.mobile-class .content-tb .flexible-section {
    padding-left: unset;
    background: unset;
    display: block;
}
.map-welcome-message .content-tb .flexible-section a {
    color: #FFFFFF;
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 14px;
    line-height: 60px;
    padding: 16px 50px 16px 15.5px;
    border-radius: 6px;
    background: url(/images/icon-arrow-right.svg) no-repeat calc(100% - 13px) center, rgba(30, 183, 133, 1);
}
.map-welcome-message.mobile-class .content-tb .flexible-section a {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: unset;
    text-align: center;
}
.map-welcome-message .content-tb .flexible-section a:hover {
    text-decoration: none;
    background-color: rgb(23, 165, 118);
}
.map-welcome-message .content-tb .right table {
    width: 100%; 
    color: #FFFFFF; 
    font-weight: 600; 
    font-size: 14px; 
    line-height: 30px; 
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.map-welcome-message .content-tb .right table .col-logo {
    width: 1%; 
    vertical-align: middle; 
    padding-right: 10px;
}
.map-welcome-message .content-tb .right table .col-logo .icon-tick {
    display: block; 
    background: url(/images/icon-tick.svg) no-repeat center center; 
    width: 18px; 
    height: 13px; 
}
.map-welcome-message .content-tb .right table .col-details { width: 49%; }
.map-welcome-message .content-tb .right table .col-details.distance { padding-right: 20px; }
.map-welcome-message .content-tb .right table .col-details.distance.clickable { 
    text-decoration-line: underline;
    cursor: pointer;
}

.map-welcome-message .content-tb .right table .col-details .home_icon_stars{
    width: 95px;
    height: 15px;
    margin: 0 0 3px 0;
}
.map-welcome-message .content-tb .right table .col-details .icon-ratings {
    width: 58px; 
    height: 15px; 
    margin: 2px 0 0 0;
}
.map-welcome-message .content-tb .right table .col-details .home_icon_google{
    width: 46.88px;
    height: 20px;
    margin: 0 0 2px 7px;
}
.map-welcome-message .content-tb .right table .col-details .icon-google {
    width: 45px; 
    height: 15px; 
    margin: 3px 0 0 0;
}
.map-welcome-message .close-section {
    cursor: pointer; 
    color: #fff; 
    font-size: 30px; 
    width: 36px; 
    height: 36px; 
    position: absolute; 
    top: 0; 
    right: 10px; 
    line-height: 33px; 
    text-align: center;

}
.map-welcome-message .close-section img{
    width: 16px;
    height: 16px;
}
/*---------- end - welcome message css ----------*/


/*---------- start - custom seo content css ----------*/
@media only screen and (max-width:1024px){
    #seo_search{
        background: #4C5866;
    }
}
#seo_search .search-footer {
    margin: 0;
    border-bottom: 0;
    padding: 25px 0;
}
#seo_search {
    font-feature-settings: 'pnum' on, 'lnum' on;
}
#seo_search h1 {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
#seo_search h2 {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
}
#seo_search .txt-parking-rates {
    padding-bottom: 20px;
    text-align: center;
}
#seo_search .txt-title-list {
    padding-top: 15px;
}
#seo_search .list-suggested-locations {
    padding-top: 10px !important;
}
#seo_search .search-footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 20px;
}
#seo_search .search-footer p a {
    color: #1EB785;
    text-decoration: underline;
}
#seo_search .search-footer p a:hover { color: #2D3236; }
#seo_search .sec-intr-tbl {
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    width: 60%;
    margin: 0 auto;
}
#seo_search .sec-intr-tbl table {
    width: 100%;
}
#seo_search .sec-intr-tbl table thead {
    border-bottom: 1px solid #D7D7D7;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .sec-intr-tbl table thead th.col-1 {
    width: 60%;
    padding: 15px 10px 15px 30px;
}
#seo_search .sec-intr-tbl table thead th.col-2 {
    width: 40%;
    padding: 15px 30px 15px 0;
}
#seo_search .sec-intr-tbl table tbody td {
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .sec-intr-tbl table tbody td.col-1 {
    width: 60%;
    padding-left: 30px;
    font-weight: 600;
}
#seo_search .sec-intr-tbl table tbody td.col-2 {
    width: 40%;
    padding-right: 30px;
    font-weight: 400;
}
#seo_search .sec-intr-tbl table tbody tr.last-row td {
    padding-bottom: 15px;
}
#seo_search h3.faq-title {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0 20px 0;
}
#seo_search .search-footer ul { padding-top: 20px; }
#seo_search .search-footer ul li { line-height: 22px; }
#seo_search .search-footer ul li ul { padding-top: unset; }
#seo_search h3.faq-question {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
}
#seo_search h3.faq-question.is-hidden {
    background: url(/images/arrow-down.svg) no-repeat right center;
}
#seo_search h3.faq-question.is-visible {
    background: url(/images/arrow-up.svg) no-repeat right center;
}
#seo_search .faq-section {
    padding: 10px 10px;
    border-top: 1px solid #D7D7D7;
    cursor: pointer;
}
#seo_search .faq-answer {
    padding: 0 10px;
}
#seo_search .faq-answer p:first-child {
    padding-top: 0;
}
#seo_search .faq-answer .faq-content {
    display: table;
    width: 100%;
}
#seo_search .faq-answer .faq-content .col-text {
    display: table-cell;
    width: 70%;
}
#seo_search .faq-answer .faq-content .col-img {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
#seo_search .faq-answer .faq-content .play-video {
    cursor: pointer;
    display: contents;
}
#seo_search .faq-answer .faq-content .play-video img {
    height: 150px;
    width: 220px;
}
#seo_search .faq-answer .table-title {
    text-align: center;
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1EB785;
    margin-top: 20px;
}

/***** start - css for table cbd answer *****/
#seo_search .faq-answer .table-cbd {
    border: 1px solid #B0B0B0; 
    border-radius: 8px; 
    width: 60%; 
    margin: 0 auto;
}
#seo_search .faq-answer .table-melport table, 
#seo_search .faq-answer .table-cbd table {
    width: 100%;
}
#seo_search .faq-answer .table-melport table thead, 
#seo_search .faq-answer .table-cbd table thead {
    border-bottom: 1px solid #D7D7D7;
}
#seo_search .faq-answer .table-melport table thead tr th, 
#seo_search .faq-answer .table-cbd table thead tr th {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-cbd table thead tr .col-1 {
    padding: 15px 10px 15px 30px;
    width: 50%;
}
#seo_search .faq-answer .table-cbd table thead tr .col-2 {
    padding: 15px 10px 15px 0;
    width: 25%;
}
#seo_search .faq-answer .table-cbd table thead tr .col-3 {
    padding: 15px 30px 15px 0;
    width: 25%;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-1 {
    width: 50%;
    padding-top: 15px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-2 {
    width: 25%;
    padding-top: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-3 {
    width: 14%;
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-4 {
    width: 11%;
    padding-top: 15px;
}
#seo_search .faq-answer .table-melport table tbody tr.last-row td, 
#seo_search .faq-answer .table-cbd table tbody tr.last-row td {
    padding-bottom: 15px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-3 b, 
#seo_search .faq-answer .table-cbd table tbody tr .col-2 b {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-size: 15px;
    color: #1EB785;
    padding-left: 5px;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-4 span.icon-tick {
    display: inline-block;
    background: url(/images/icon-tick.svg) no-repeat center center;
    width: 18px;
    height: 13px;
    margin-right: 30px;
    margin-left: 10px;
}
#seo_search .faq-answer .table-cbd table tbody tr .col-4 span.icon-cross {
    display: inline-block;
    background: url(/images/icon-cross.svg) no-repeat center center;
    width: 18px;
    height: 13px;
    margin-right: 30px;
    margin-left: 10px;
}
/***** end - css for table cbd answer *****/

/***** start - css for table melbourne-port answer *****/
#seo_search .faq-answer .table-melport {
    border: 1px solid #B0B0B0; 
    border-radius: 8px; 
    width: 80%; 
    margin: 0 auto;
}
#seo_search .faq-answer .table-melport table thead tr .col-1 {
    padding: 15px 10px 15px 30px;
    width: 35%;
}
#seo_search .faq-answer .table-melport table thead tr .col-2 {
    padding: 15px 10px 15px 0;
    width: 20%;
}
#seo_search .faq-answer .table-melport table thead tr .col-4 {
    padding: 15px 10px 15px 0;
    width: 20%;
}
#seo_search .faq-answer .table-melport table thead tr .col-6 {
    padding: 15px 30px 15px 0;
    width: 25%;
}
#seo_search .faq-answer .table-melport table tbody tr .col-1 {
    width: 35%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-2 {
    width: 10%;
    padding-top: 15px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-3 {
    width: 10%;
    padding-top: 15px;
    padding-right: 10px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-4 {
    width: 10%;
    padding-top: 15px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-5 {
    width: 10%;
    padding-top: 15px;
    padding-right: 10px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-6 {
    width: 25%;
    padding-top: 15px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-5 span.icon-tick {
    display: inline-block;
    background: url(/images/icon-tick.svg) no-repeat center center;
    width: 18px;
    height: 13px;
}
#seo_search .faq-answer .table-melport table tbody tr .col-5 span.icon-cross {
    display: inline-block;
    background: url(/images/icon-cross.svg) no-repeat center center;
    width: 18px;
    height: 13px;
}
/***** end - css for table melbourne-port answer *****/

#seo_search .host-section {
    padding: 20px 0;
    border-top: 1px solid #D7D7D7;
}
#seo_search .host-section h3 {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
}
#seo_search .host-section p.first_p {
    padding-top: 15px;
}
#seo_search .host-section div {
    text-align: center;
    padding-top: 50px;
}
#seo_search .host-section div a.link-button {
    background: #1EB785;
    border-radius: 8px;
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border-width: 0;
    padding: 15px 80px;
}
#seo_search .host-section div a.link-button:hover {
    text-decoration: none;
    background-color: #19986F;
}


#seo_search .related-section {
    display: table;
    width: 100%;
    margin-top: 40px;
}
#seo_search .related-section .blogs-section {
    display: table-cell;
    width: 70%;
    padding-right: 10%;
}
#seo_search .related-section .blogs-section .blog-list-sec {
    display: table-cell;
    width: 100%;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row {
    display: table-row;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-img {
    display: table-cell;
    width: 20%;
    padding: 25px 20px 0 0;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-img a {
    display: block;
    height: 120px;
    width: 170px;
} 
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-img a img {
    height: 120px;
    width: 170px;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content {
    display: table-cell;
    width: 80%;
    padding: 30px 0 0 0;
    vertical-align: top;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content a {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #333333;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content a:hover {
    color: #1EB785;
}
#seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content p {
    padding-top: 5px;
    width: 73%;
}
#seo_search .related-section .links-section {
    display: table-cell;
    width: 30%;
}
#seo_search .related-section .blogs-section h3, 
#seo_search .related-section .links-section h3 {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}
#seo_search .related-section .links-section p {
    font-size: 14px;
    line-height: 22px;
    padding: 25px 0 10px 0;
}
#seo_search .related-section .links-section div {
    margin-top: 12px;
}
#seo_search .related-section .links-section a {
    text-decoration-line: underline;
    color: #1EB785;
}
#seo_search .related-section .links-section a:hover { color: #2D3236; }


#seo_search .money-back-guarantee-section {
    margin: 30px 0 25px 0;
    border: 1px solid rgba(176, 176, 176, 0.5);
    background: linear-gradient(271.39deg, rgba(30, 183, 133, 0.1) 0%, rgba(30, 183, 133, 0.025) 100%), #FFFFFF;
}
#seo_search .money-back-guarantee-section .guarantee-sub-section {
    padding: 16px 16px 16px 100px;
    background: url(/images/icon-ph-mbg.svg) no-repeat -10px -9px;
    background-position-x: -10px;
    background-position-y: -9px;
    background-repeat: no-repeat;
    background-size: 95px 95px;
}
#seo_search .money-back-guarantee-section .first-label {
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 9px 0;
    padding: 0;
    line-height: unset;
}
#seo_search .money-back-guarantee-section .second-label {
    /* font-family: Raleway; */
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: unset;
}
#seo_search .money-back-guarantee-section .second-label span {
    text-decoration-line: underline;
    color: #1EB785;
    cursor: pointer;
}
#seo_search .money-back-guarantee-section .second-label span:hover { color: #2D3236; }
/*---------- end - custom seo content css ----------*/


@media only screen and (max-width: 1440px) {
    .map-welcome-message {
        padding: 10px 15px;
    }
    .map-welcome-message .content-tb .left .title {
        font-weight: 600;
        font-size: 14px;
    }
    .map-welcome-message .content-tb .left .sub-title {
        margin-top: 5px;

    }
    .map-welcome-message .content-tb .left .button-section a {
        width: 200px;
        font-size: 13px;
    }
    .map-welcome-message .content-tb .left .dismiss-section span {
        font-size: 13px;
    }
    .map-welcome-message .content-tb .right table {
        font-size: 12px;
        line-height: 35px;
    }
    .map-welcome-message .content-tb .right table .col-logo {
        padding-right: 6px;
    }
    .map-welcome-message .content-tb .right table .col-details .icon-ratings, 
    .map-welcome-message .content-tb .right table .col-details .icon-google {
        margin: 0 0 0 0;
    }
}

@media only screen and (max-width: 1350px) {
    .map-welcome-message .content-tb { display: block; }
    .map-welcome-message .content-tb .left {
        display: block;
        width: 100%;
    }
    .map-welcome-message .content-tb .left .button-section, 
    .map-welcome-message .content-tb .left .dismiss-section { display: none; }
    .map-welcome-message .content-tb .right {
        display: block;
        width: 60%;
    }
    .map-welcome-message .content-tb .right table {
        line-height: 28px;
        margin-top: 10px;
    }
    .map-welcome-message .content-tb .right table .col-logo { padding-right: 8px; }
}

@media only screen and (max-width: 1100px) {
    #seo_search .search-footer {
        background-color: #FAFAFA;
        padding: 25px;
    }
    #seo_search .faq-answer .table-cbd {
        width: 80%;
    }
    #seo_search .faq-answer .table-melport {
        width: 100%;
    }
    .map-welcome-message {
        position: unset;
        padding: 30px 20px 5px 20px;
    }
    .map-welcome-message .content-tb .left .title {
        font-size: 16px;
    }
    .map-welcome-message .content-tb .left .sub-title {
        margin-top: 10px;
        font-size: 15px;
    }
    .map-welcome-message .content-tb .left .button-section {
        display: block;
        margin: 30px 0 0 0;
        text-align: center;
    }
    .map-welcome-message .content-tb .left .button-section a {
        display: inline-block;
        font-size: 11px;
        width: 300px;
        height: unset;
        padding: 15px 0;
    }
    .map-welcome-message .content-tb .right {
        width: 100%;
        text-align: center;
    }
    .map-welcome-message .content-tb .right table {
        width: 600px;
        display: inline-block;
        font-size: 15px;
        margin-top: 15px;
        line-height: 40px;
    }
    .map-welcome-message .content-tb .right table tbody {
        text-align: left;
    }
    .map-welcome-message .content-tb .right table .col-details .icon-ratings {
        margin: 2px 0 0 0;
    }
    .map-welcome-message .content-tb .right table .col-details .icon-google {
        margin: 3px 0 0 0;
    }
    #seo_search .money-back-guarantee-section .second-label span {
        display: block;
        margin-top: 6px;
    }
    #seo_search .money-back-guarantee-section .guarantee-sub-section {
        background-position-x: -4px;
        background-position-y: 2px;
    }
}
@media only screen and (max-width: 1000px) {
    #seo_search .sec-intr-tbl {
        width: 80%;
    }
}

@media only screen and (max-width: 760px) {
    #seo_search .sec-intr-tbl {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .map-welcome-message {
        /* font-family: Raleway; */
        font-family: Inter;
        font-style: normal;
        padding: 10px;
        margin: 8px 10px 8px 10px;
        border-radius: 8px;
    }
    .map-welcome-message .content-tb .left .title {  
        line-height: 20px;
        width: 90%;

        font-size: 14px;
        font-style: normal;
        font-weight: 700;
    }
    .map-welcome-message .content-tb .left .sub-title {
        margin-top: 15px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
    }
    .map-welcome-message .content-tb .left .sub-title span{

        font-size: 12px;
        font-style: normal;
        font-weight: 500;
    }

    .map-welcome-message .content-tb .left .button-section {
        display: inline;
    }
    .map-welcome-message .content-tb .left .button-section a {
        /* width: 100%;
        padding: 13px 0; */
        display: inline;
    }
    .map-welcome-message .content-tb .right table {
        /* width: min-content; */
        font-size: 11px;
        line-height: 17px;
        font-weight: 600;
    }
    .map-welcome-message .close-section {
        /* display: none; */
    }
    .map-welcome-message .content-tb .right table .col-logo .icon-tick {
        width: 16px; 
        height: 11px; 
    }
    #seo_search .money-back-guarantee-section .guarantee-sub-section {
        background-position-x: -10px;
        background-position-y: -9px;
    }
    #seo_search .money-back-guarantee-section .second-label span {
        display: unset;
        margin-top: unset;
    }
    #seo_search .faq-answer .faq-content {
        display: block;
    }
    #seo_search .faq-answer .faq-content .col-text {
        display: block;
        width: 100%;
    }
    #seo_search .faq-answer .faq-content .col-img {
        padding-top: 20px;
    }
    #seo_search h3.faq-question {
        padding-right: 25px;
    }
    #seo_search h3.faq-question.is-hidden, 
    #seo_search h3.faq-question.is-visible {
        background-position-y: 10px;
    }
    #seo_search .faq-answer .table-cbd {
        width: 100%;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-1, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-1 {
        padding: 5px 15px 0 15px;
        width: 10%;
        font-size: 14px;
        vertical-align: top;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-2, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-2 {
        width: 90%;
        padding: 5px 15px 0 0;
        font-size: 14px;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-2-span, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-2-span {
        width: 20%;
        padding-top: 5px;
        padding-right: 10px;
        font-size: 14px;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-3, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-3 {
        width: 70%;
        padding: 5px 15px 0 0;
        font-size: 14px;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-3 b,
    #seo_search .faq-answer .table-cbd table tbody tr .col-3 b {
        color: #1EB785;
        padding-left: 0;
    }
    #seo_search .faq-answer .table-melport table tbody tr.last-row td, 
    #seo_search .faq-answer .table-cbd table tbody tr.last-row td {
        padding-bottom: 5px;
    }
    #seo_search .faq-answer .table-melport table tbody tr.break-point, 
    #seo_search .faq-answer .table-cbd table tbody tr.break-point {
        border-bottom: 1px solid #B0B0B0;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-3 span.icon-tick, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-3 span.icon-tick {
        display: inline-block;
        background: url(/images/icon-tick.svg) no-repeat center center;
        width: 18px;
        height: 13px;
    }
    #seo_search .faq-answer .table-melport table tbody tr .col-3 span.icon-cross, 
    #seo_search .faq-answer .table-cbd table tbody tr .col-3 span.icon-cross {
        display: inline-block;
        background: url(/images/icon-cross.svg) no-repeat center center;
        width: 18px;
        height: 13px;
    }


    #seo_search .host-section div {
        padding-top: 30px;
    }
    #seo_search .host-section div a.link-button {
        padding: 15px 0;
        width: 100%;
        display: block;
        font-size: 15px;
    }
    #seo_search .related-section {
        display: block;
        border-top: 1px solid #D7D7D7;
        margin-top: 15px;
        padding-top: 30px;
    }
    #seo_search .related-section .blogs-section {
        display: block;
        width: 100%;
        padding-right: unset;
    }
    #seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-img { 
        display: none;
    }
    #seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content {
        display: block;
        width: 100%;
    }
    #seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content a {
        font-size: 14px;
    }
    #seo_search .related-section .blogs-section .blog-list-sec .blog-row .blog-col-content p {
        padding-top: 10px;
        width: 100%;
    }
    #seo_search .related-section .links-section {
        display: block;
        width: 100%;
        margin-top: 30px;
        border-top: 1px solid #D7D7D7;
        padding-top: 30px;
    }
    .map-welcome-message .content-tb .right table .col-details .home_icon_stars{
        width: 58px; 
        height: 15px; 
        margin: 0 0 2px 0;
    }
    .map-welcome-message .content-tb .right table .col-details .home_icon_google{
        width: 45px; 
        height: 15px; 
        margin: 0 0 2px 0;
    }
}