﻿.Directory-content {
    display: flex;
    padding: 0px 15px;
}
.Directory-content .content-list svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 1px;
    display: inline-block;
}
.Directory-content .content-list {
    flex: 0 0 33%;
    order: -1;    
}

.Directory-content .content-map {
    flex-grow: 1;
    padding-left: 30px;
}
.Directory-content .map-sticky{
    position: sticky;
    top:10px;
}
.Directory-content .address-dsp{
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.Directory-content .content-title{
    background-color: #f8f9fa;
    color: #231f20;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
}
.Directory-content .cardbox {
    background-color: #f8f9fa;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 10px;
    padding: 20px 15px;
    position: relative;
}
.Directory-content .busservice{
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 10px;
}
.Directory-content .morebtn{
    font-size: 14px;
    padding: 5px 10px;
    background-color: #feb713;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #252525;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.Directory-content .morebtn:hover{
    text-decoration: none;
    color: #252525;
    background-color: #feb713;
}

.Directory-content .cardbox-title{
    color: #231f20;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.Directory-content .float-end{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: -20px -15px 25px 0;
    min-height: 42px;
}

.Directory-content .sign-bonus{
    height: 42px;
    background-color: #4ea72e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 0 0 0 15px;
    color: #FFF;
    gap: 5px;
    box-shadow: -2px 3px 7px rgba(0,0,0,0.2);
}
.Directory-content .sign-bonus strong{
    color: #FFF;
    font-size: 18px;
}

.Directory-content .badge{
    display: inline-block;
    min-width: 10px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #252525;
    border-radius: 15px;
}
.Directory-content .statelocation,
.Directory-content .statelocation>a{
    margin-bottom: 10px;
    color: #6a6a6a;
    font-size: 16px;
    display: flex;
}
.Directory-content .statelocation>a{
    margin-bottom: 0;
}
.Directory-content .statelocation svg{
    flex: 0 0 1em;
}
.Directory-content .fill-content{
    display: flex;
    gap: 10px 50px;
    align-items: center;
    margin-bottom: 15px;
}
.Directory-content .fill-content .leftbox{
    flex: 1;
    word-break: break-word;
}
.Directory-content .fill-content .logobox{
    flex: 0 0 200px;
    margin-right: 15px;
    padding: 15px 15px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #EFEEEF;
    max-width: 40%;
}
.Directory-content .fill-content .logobox img{
    max-width: 100%;
}
.Directory-content .summarybox{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.Directory-content .summarybox.loadrows{
    max-height: calc(16px * 1.6 * 3);
    overflow: hidden;
}
.Directory-content .summarybox .MoreInfo{
    color: #e7a204;
}
.Directory-content .summarybox .MoreInfo:hover{
    text-decoration: underline;
}



.Directory-content .MoreInfoBox{
    position: absolute;
    left: calc(100% + 11px);
    background-color: #FFF;
    top: 0;
    width: 640px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
}
.Directory-content .MoreInfoBox .moreinfo-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 30px;
    margin: 0 0 30px;
}
.Directory-content .MoreInfoBox .moreinfo-title .title{
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.Directory-content .MoreInfoBox .logobox{
    flex: 0 0 200px;
    text-align: center;
    padding-right: 20px;
}
.Directory-content .MoreInfoBox .logobox img{
    max-width: 100%;
}

.Directory-content .MoreInfoBox .moreinfo-footer{
    text-align: center;
    margin: 30px 0 0;
}


.DirectorySearch {
    display: flex;
    max-width: 800px;
    margin: 0 auto 6px;
}


.DirectorySearch .form_row {
    margin: 0px 8px 8px 0;
}
.DirectorySearch .input-box{
    flex-grow: 2;
}
.DirectorySearch .select-box{
    flex-grow: 1;
}
.CustomDirectoryBox .Search-info{
    min-height: 36px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.CustomDirectoryBox .info-close{
    margin-left: 7px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    padding: 0 0 2px;
}

.DirectorySearch input {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    background-color: #eff1f5;
    border: 1px solid #e9ecf1;
    font-size: 16px;
    height: 50px;
    padding: 8px 10px;
}
.DirectorySearch input:focus {
    background-color: #fbfbfb;
    border-color: #feb713;
    box-shadow: none;
    outline: none;
}
.DirectorySearch select {
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 50px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
    width: 100%;
}

.DirectorySearch .DirectorySearchButton,
.DirectorySearch .DirectoryClearButton {
    height: 50px;
    border: none;
    padding: 0px 30px;
    color: #FFF;
    border-radius: 4px ;
    cursor: pointer;
    font-weight: 700;
    background-color: #feb713;
    transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    -moz-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    /* Opera */
    -ms-transition: color ease-in 200ms, background ease-in 200ms, border ease-in 200ms;
    /* IE9? */

}

.DirectorySearch .DirectorySearchButton:hover,
.DirectorySearch .DirectoryClearButton:hover {
    background-color: #000;
}

.DirectorySearch .form_label label {
    font-weight: normal;
    color: #666;
    font-size: 13px;
}
.CustomDirectory{
    height: 640px;
}


.CustomDirectory p {
    margin-bottom: 8px;
    color: #666;
}

.CustomDirectory a {
    color: #666;
}

.CustomDirectory a:link {
    color: #666;
}

.CustomDirectory a:visited {
    color: #666;
}

.CustomDirectory a:hover {
    color: #ff6d49;
    text-decoration: none;
}

.CustomDirectory a:active {
    color: #666;
}

.CustomDirectoryBox a,
.CustomDirectoryBox a:link,
.CustomDirectoryBox a:visited {
    color: #29344a;
    transition: all ease-in 200ms;
}
.CustomDirectoryBox a:hover {
    color: #feb713;
    text-decoration: none;
}


.CustomDirectoryBox .table {
    width: 100%;
    margin: 30px 0 0;
    border: 1px solid #e3e3e3;
}

.CustomDirectoryBox .table td,
.CustomDirectoryBox .table th {
    text-align: left;
    padding: 8px 18px;
    border-bottom: 1px solid #e3e3e3;
}

.CustomDirectoryBox .table th {
    background-color: #f7f6f6;
    color: #777;
}

.CustomDirectoryBox .table td {
    background-color: #fff;
    color: #777;
}

.map-loading .CustomDirectory {
    position: relative;
}

.CustomDirectoryBox .gm-style-iw-d{
    font-size: 14px;
}


@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}



.map-loading .CustomDirectory:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.map-loading .CustomDirectory:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 10001;
}

@media (max-width: 991px) {
    .Directory-content{
        display: block;
    }
    .Directory-content .content-map{
        padding-left: 0;
    }
}

.CustomDirectoryBox-job .content-list p{
    margin-bottom: 10px;
}
.CustomDirectoryBox .gm-ui-hover-effect{
    outline: none !important;
    right: 0 !important;
    top: 0 !important;
}


@media(max-width: 1200px) {
    .CustomDirectory{
        height: 570px;
    }	
}


.CustomDirectory strong{
    font-weight: bold;
}

.Custom_Directory_form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
}
.Custom_Directory_form .center-box{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;

}
.Custom_Directory_form .content-box{
    background-color: #FFF;
    width: 750px;
    padding: 50px;
    border-radius: 6px;
    position: relative;
}
.Custom_Directory_form .close-btn,
.MoreInfoBox .close-btn{
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.Custom_Directory_form .close-btn::after,
.Custom_Directory_form .close-btn::before,
.MoreInfoBox .close-btn::after,
.MoreInfoBox .close-btn::before{
    content: "";
    position: absolute;
    width: 20px;
    border-bottom: 2px solid currentColor;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
}
.Custom_Directory_form .close-btn::after,
.MoreInfoBox .close-btn::after{
    transform: rotate(45deg);
}
.Custom_Directory_form .close-btn::before,
.MoreInfoBox .close-btn::before{
    transform: rotate(-45deg);
}
.Custom_Directory_form .title,
.Custom_Directory_form .FormThankYouPage h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}
.Custom_Directory_form .subtitle,
.Custom_Directory_form .FormThankYouPage h4{
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.Custom_Directory_form .controlbox{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.Custom_Directory_form input[type="text"],
.Custom_Directory_form input[type="email"],
.Custom_Directory_form input[type="tel"],
.Custom_Directory_form textarea,
.Custom_Directory_form select,
.Custom_Directory_form .tel-format{
    height: 45px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #E0E1E3;
    padding: 0 15px;
}
.Custom_Directory_form .textarea-box{
    position: relative;
}
.Custom_Directory_form .textarea-box textarea{
    width: 100%;
    height: 150px;
    padding: 15px;
}
.Custom_Directory_form .textarea-box .textarea-text{
    position: absolute;
    bottom: 8px;
    right: 15px;
    opacity: .5;
    font-size: 12px;
}

.Custom_Directory_form .textarea-box textarea::-webkit-scrollbar {
    width : 5px;
    height: 5px;
}
.Custom_Directory_form .textarea-box textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #F8F8F8;
    transition: background-color 300ms ease-in;
}
.Custom_Directory_form .textarea-box textarea:hover::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}
.Custom_Directory_form .textarea-box textarea::-webkit-scrollbar-track {
    border-radius: 10px;
    background   : #FFF;
}




.Custom_Directory_form label{
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin: 0 0 5px;
}
.footer-btnbox{
    text-align: center;
    margin: 20px 0 0;
}
.Custom_Directory_form .footer-btn{
    background-color: #FEB612;
    height: 45px;
    padding: 0 25px;
    border: none;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    transition: all ease-in 300ms;
}

.Custom_Directory_form .footer-btn:hover{
    background-color: #000;
}
.Custom_Directory_form .footer-link{
    color: #000;
    font-weight: bold;
}
.Custom_Directory_form .save-cookie{
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.Custom_Directory_form .telbox {
    position: relative;
}
.Custom_Directory_form .telbox input{
    width: 100%;
}
.Custom_Directory_form .telbox .tel-format{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.Custom_Directory_form .telbox input:valid + .tel-format,
.Custom_Directory_form .telbox input:focus,
.Custom_Directory_form .telbox input:focus:valid{
    opacity: 1;
}
.Custom_Directory_form .telbox input:valid,
.Custom_Directory_form .telbox input:focus + .tel-format{
    opacity: 0;
}
.Custom_Directory_form .sepbox{
    display: none;
}
.Custom_Directory_form .sepbox.sepbox-1{
    display: block;
}
.Custom_Directory_form .error-msg:not(:empty){
    color: red;
    text-align: center;
    margin: 0 0 10px;
}
.Custom_Directory_form .sepbox-2,
.Custom_Directory_form .sepbox-3{
    text-align: center;
}
.Custom_Directory_form .CityCounty span:empty + span{
    display: none;
}

@media (min-width: 1200px) {
    .Custom_Directory_form .sepbox-3 .title{
        font-size: 28px;
    }
    .Custom_Directory_form .sepbox-3 .subtitle{
        font-size: 22px;
    }
    .Custom_Directory_form .sepbox-3 p{
        font-size: 20px;
    }


}

@keyframes loading-rotate{
    0% {
        transform: rotate(0);
    }
        100% {
        transform: rotate(360deg);
    }
  }
.Custom_Directory_form.form-loading .content-box:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 3px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    animation: loading-rotate 0.7s infinite;
    z-index: 101;
}
.Custom_Directory_form.form-loading .content-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .Directory-content .fill-content{
        flex-direction: column;
        align-items: start;
    }
    .Directory-content .fill-content .logobox{
        flex: 1;
    }


}

@media (max-width: 991px) {
    .Custom_Directory_form .center-box{
        padding: 15px;
    }
    .Custom_Directory_form .content-box{
        padding: 30px;
    }
    .Directory-content .MoreInfoBox{
        left: 0;
        width: 100%;
        max-width: 100% !important;
        height: 100%;
        z-index: 1009;
        position: fixed;
        overflow: hidden;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 0;
        padding: 0;
    }

    .Directory-content .MoreInfoBox-center{
        display: flex;
        align-items: center;
        min-height: 100%;
        width: 100%;
        padding: 15px;
    }
    .Directory-content .MoreInfoBox-center2{
        background-color: #FFF;
        border-radius: 8px;
        position: relative;
        padding:30px;
    }

    .Directory-content .MoreInfoBox .moreinfo-title{
        flex-direction: column;
    }
    .Directory-content .MoreInfoBox .logobox{
        flex: 1;
        padding: 0;
    }

    html.show-MoreInfoBox{
        overflow: hidden;
    }

}
@media (max-width: 600px) {
    .Directory-content .fill-content{
        flex-direction: column;
        align-items: start;
    }
    .Directory-content .fill-content .logobox{
        flex: 1;
        max-width: 80%;
    }

}


.Custom_Directory_form .InterestText{
    display: none;
}
.Custom_Directory_form label .info{
    color: #F00;
}




.CustomDirectoryBox .Search-type{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.CustomDirectoryBox .Search-type li{
    padding: 10px;
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.CustomDirectoryBox .Search-type label{
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0px 34px 0 18px;
    color: #FFF;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-size: 14px;
}
.CustomDirectoryBox .Search-type .bgspan{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    z-index: -1;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z" fill="%23ffffff" ></path></svg>');
    background-position: top 5px right 5px;
    background-repeat: no-repeat;
    background-size: 12px;

}
.CustomDirectoryBox .Search-type input:not(:checked) ~ .bgspan{
    background-color: transparent !important;
    border: 1px solid #d9dee3;
}
.CustomDirectoryBox .Search-type input:not(:checked) ~ .text{
    color: #000;
}




.CustomDirectoryBox .Search-type li input{
    margin: 0 0 0 5px;
    cursor: pointer;
    display: none !important;
}


.custom-social-list{
    display: flex;
    gap: 10px;
    margin: 20px 0 20px;
}
.custom-social-list a{
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    margin: 0px ;
    font-size: 18px;
    transition: all ease-in 200ms;
    color: var(--icon-color) !important;
}
.custom-social-list svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    margin: 0 !important;
}

.custom-social-list a.is-facebook{
   --icon-color: #3b5998;
}
.custom-social-list a.is-instagram{
    --icon-color: #8d20c6;
}
.custom-social-list a.is-youtube{
    --icon-color: #cd1616 ;
}

.custom-social-list a:hover{
    color: #FFF !important;
    background-color: var(--icon-color) !important;
    border-color: var(--icon-color) !important;
 }

.sepbox-2 .custom-social-list ,
.sepbox-3 .custom-social-list {
    justify-content: center;
}







