/*.ebd-sub-field {
    margin-bottom: 25px;
}
.ebd-each-frontend-field {
    margin-bottom: 25px;
}
.ebd-each-frontend-field > label {
    font-weight: 500;
}
label.ebd-checkbox-label {
    margin-right: 20px;
}
.ebd-checkbox-label input[type="checkbox"] {
    margin-right: 5px;
}
.ebd-error {
    font-style: italic;
    color: #ea1c1c;
    margin-top: 5px;
}
.ebd-form-message {
    border: 1px solid;
    padding: 5px;
}
.ebd-form-message.ebd-success {
    color: green;
    font-style: italic;
}
.ebd-search-field {
    display: inline-block;
    width: 17%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.ebd-view-toggle-wrap a img {
    display: inline-block !important;
}
.ebd-view-toggle-wrap a{border-bottom:none !important;}
a.ebd-view-toggle-trigger.ebd-grid-view-icon img {
    width: 32px;
}
a.ebd-view-toggle-trigger.ebd-current-view {
    border: 1px solid #222 !important;
    padding: 2px;
}*/
.ebd-main-wrap img,
.ebd-detail-template-main-wrap img{
    max-width: 100%;
}
.ebd-form-wrap{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker.ebd-ui-calendar{
    font-size: 14px;
}
.ui-datepicker.ebd-ui-calendar .ui-state-default{
    text-align: center;
}
.ui-datepicker.ebd-ui-calendar .ui-state-highlight, .ui-datepicker.ebd-ui-calendar .ui-state-highlight, .ui-datepicker.ebd-ui-calendar .ui-widget-header .ui-state-highlight{
    background: #000;
    border-color: #000;
    color: #FFF;
}
/*Form Layout 1*/
.ebd-form-wrap.ebd-frontend-form-template-1{
    display: block;
    border: 1px solid #eee;
    padding: 45px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field{
    margin-bottom: 40px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field{
    padding: 30px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
}
.ebd-form-wrap .ebd-each-frontend-field.ebd-captcha{
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-captcha > label{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-title-sec{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-submit-field{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fc1f1f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-fst-title{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field{
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 30px;
    padding-left: 65px;
    background: #fcfcfc;
    margin: -30px -30px 40px -30px;
    position: relative;
    border-bottom: solid 1px #ddd;
    color: #333;
    line-height: 1;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 30px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-social-field:before{
    content: "\e857";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-content-field:before{
    content: "\e828";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-category-field:before{
    content: "\e81d";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-tags-field:before{
    content: "\e82f";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-contact-field:before{
    content: "\e834";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-location-field:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field label.ebd-title-field.ebd-gallery-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field .ebd-sub-field{
    display: block;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field .ebd-sub-field label{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="email"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="url"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="password"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="search"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field textarea{
    background: transparent;
    font-size: 16px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field textarea{
    line-height: 1.5;
    padding: 15px;
    min-height: 200px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field .ebd-field textarea:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="text"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="email"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="url"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="password"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="search"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="text"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="email"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="url"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="password"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field input[type="search"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field .ebd-field textarea:focus{
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field .ebd-datepicker-wrap input[type="text"]{
    padding-left: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-extra-custom-fld{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-frontend-form-template-1 .ebd-extra-custom-fld > label{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field-wrap{
    display: block;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field-wrap{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-field:before,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-field:after,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field-wrap:before,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field{
    display: inline-block;
    float: left;
    width: 31.333%;
    margin-left: 3%;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field:nth-of-type(3n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field{
    display: inline-block;
    float: left;
    width: 48.5%;
    margin-left: 3%;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-contact-sec .ebd-sub-field:nth-of-type(2n+1),
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-social-sec label.ebd-title-field{
    margin-bottom: 60px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-each-frontend-field.ebd-social-sec .ebd-sub-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field label{
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 0;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field label:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-weight: 400;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label{
    color: #3B5998;
    padding-left: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label:before{
    content: "\f09a";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label{
    color: #7DC6F9;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label:before{
    content: "\f099";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label{
    color: #DD4B38;
    padding-left: 26px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label:before{
    content: "\f0d5";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label{
    color: #010101;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label:before{
    content: "\f16d";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label{
    color: #FF0000;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label:before{
    content: "\f167";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label{
    color: #0083BE;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label:before{
    content: "\f0e1";
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label{
    color: #bd081c;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label:before{
    content: "\f0d2";
}
.ebd-error{
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-1 select{
    background-image: url(../images/down-arrow.jpg);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FFF;
    width: 50%;
    background-position: right  15px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #888888;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-1 select:focus{
    outline: none;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-1 input[type="checkbox"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-1 input[type="radio"]:focus{
    outline: none;
}
.ebd-form-wrap.ebd-frontend-form-template-1 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-options-wrap label{
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #888;
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-1 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-1 label.ebd-opt-main-sc{
    display: inline-block;
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 label.ebd-checkbox-label label{
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-1 label.ebd-checkbox-label  input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-options-wrap label input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-options-wrap label input[type="radio"]{
    margin-right: 6px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-map-wrap #ebd-map-frame{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-map-wrap .ebd-plot-map{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fc1f1f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-location-map-wrap .ebd-plot-map:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .qq-uploader{
    margin-bottom: 0;
    line-height: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .qq-uploader .qq-upload-button{
    padding: 0 25px 0 45px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #aaa;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .qq-uploader .qq-upload-button:before{
    content: "\e866";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 25px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-1 .qq-uploader .qq-upload-button:hover{
    cursor: pointer;
    background: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-content-sec .ebd-field{
    margin-bottom: 10px;
}









/*Form Layout 2*/
.ebd-form-wrap.ebd-frontend-form-template-2{
    display: block;
    border: 1px solid #bfbfbf;
    padding: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field{
    margin-bottom: 40px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field{
    padding: 30px;
    border: 1px solid #bfbfbf;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-captcha > label{
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-title-sec{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-submit-field{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]{
    font-family: 'Roboto', sans-serif;
    padding: 0 80px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f3f4f5;
    color: #ff5a64;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]:hover{
    background: #ff5a64;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-fst-title{
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field{
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 30px;
    padding-left: 80px;
    background: #FFF;
    margin: -30px -30px 15px -30px;
    position: relative;
    color: #333;
    line-height: 1;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 30px;
    line-height: 1;
    margin-top: -1px;
    background: #ff5a64;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    padding-left: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-social-field:before{
    content: "\e857";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-content-field:before{
    content: "\e828";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-category-field:before{
    content: "\e81d";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-tags-field:before{
    content: "\e82f";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-contact-field:before{
    content: "\e834";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-location-field:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field label.ebd-title-field.ebd-gallery-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field .ebd-sub-field{
    display: block;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field .ebd-sub-field label{
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="email"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="url"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="password"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="search"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field textarea{
    background: transparent;
    width: 100%;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    line-height: 30px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #bfbfbf;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field textarea{
    line-height: 1.5;
    border: solid 1px #bfbfbf;
    padding: 15px;
    min-height: 200px;
    margin-top: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="text"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="email"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="url"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="password"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="search"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="text"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="email"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="url"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="password"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field input[type="search"]:focus{
    border-color: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-extra-custom-fld{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-frontend-form-template-2 .ebd-extra-custom-fld > label{
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 5px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field-wrap{
    display: block;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field-wrap{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-field:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-field:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field-wrap:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field{
    display: inline-block;
    float: left;
    width: 31.333%;
    margin-left: 3%;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field:nth-of-type(3n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field{
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-contact-sec .ebd-sub-field:nth-of-type(2n+1),
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-social-sec label.ebd-title-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-social-sec .ebd-sub-field{
    margin-bottom: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field label{
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 0;
    margin-bottom: 5px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field label:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: 400;
    font-family: fontawesome;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label{
    color: #3B5998;
    padding-left: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label:before{
    content: "\f09a";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label{
    color: #7DC6F9;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label:before{
    content: "\f099";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label{
    color: #DD4B38;
    padding-left: 26px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label:before{
    content: "\f0d5";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label{
    color: #010101;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label:before{
    content: "\f16d";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label{
    color: #FF0000;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label:before{
    content: "\f167";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label{
    color: #0083BE;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label:before{
    content: "\f0e1";
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label{
    color: #bd081c;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label:before{
    content: "\f0d2";
}
.ebd-error{
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-2 select{
    background-image: url(../images/down-arrow.jpg);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FFF;
    width: 50%;
    background-position: right  0px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #888888;
    padding: 0px;
    line-height: 40px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #bfbfbf;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-2 select:focus{
    outline: none;
    border-color: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-2 input[type="checkbox"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-2 input[type="radio"]:focus{
    outline: none;
}
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label{
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #888;
}
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-opt-main-sc{
    display: inline-block;
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]{
    margin-right: 6px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:checked,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:not(:checked),
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:checked,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:not(:checked),
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:checked + label,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:not(:checked) + label,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:checked + label,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:not(:checked) + label,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:checked + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:not(:checked) + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:checked + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:not(:checked) + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label:before{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:not(:checked) + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:not(:checked) + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label:after{
    content: '';
    width: 8px;
    height: 8px;
    background: #ff5a64;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label:after{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:not(:checked) + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:not(:checked) + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="checkbox"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 label.ebd-checkbox-label  input[type="checkbox"]:checked + label:after,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-options-wrap label input[type="radio"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-map-wrap #ebd-map-frame{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-map-wrap .ebd-plot-map{
    font-family: 'Roboto', sans-serif;
    padding: 0 80px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f3f4f5;
    color: #ff5a64;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-map-wrap .ebd-plot-map:hover{
    background: #ff5a64;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .qq-uploader{
    margin-bottom: 0;
    line-height: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .qq-uploader .qq-upload-button{
    padding: 0 25px 0 45px;
    line-height: 40px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #f3f4f5;
    color: #ff5a64;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .qq-uploader .qq-upload-button:before{
    content: "\e866";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 25px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-2 .qq-uploader .qq-upload-button:hover{
    cursor: pointer;
    background: #ff5a64;
    color: #FFF;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-content-sec .ebd-field{
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-location-sec label.ebd-title-field,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-location-sec .ebd-sub-field label,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-content-sec label.ebd-title-field,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field label{
    margin-bottom: 5px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-tags-sec label.ebd-title-field{
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-social-sec{
    padding-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-contact-sec{
    padding-bottom: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-location-sec .ebd-sub-field:last-of-type{
    margin-bottom: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap:before{
    display: block !important;
    margin-left: 0 !important;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap input[type="text"]{
    padding-left: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap:before,
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap:before{
    margin-left: 0 !important;
}
.ebd-form-wrap.ebd-frontend-form-template-2 .ebd-each-frontend-field.ebd-datepicker-title-wrap label.ebd-fst-title{
    margin-bottom: 5px;
}









/*Form Layout 3*/
.ebd-form-wrap.ebd-frontend-form-template-3{
    display: block;
    border: 1px solid #c4cad0;
    padding: 45px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field{
    margin-bottom: 40px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field{
    padding: 30px;
    border: 1px solid #c4cad0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-title-sec{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-submit-field{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #d7d7d7;
    color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]:hover{
    background: #000;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-fst-title{
    font-size: 18px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: none;
    position: relative;
    width: 200px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-title-sec .ebd-field{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field{
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 30px;
    padding-left: 65px;
    background: transparent;
    margin: -30px -30px 0px -30px;
    position: relative;
    color: #334e6f;
    line-height: 1;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field:before{
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 30px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-social-field:before{
    content: "\e857";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-content-field:before{
    content: "\e828";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-category-field:before{
    content: "\e81d";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-tags-field:before{
    content: "\e82f";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-contact-field:before{
    content: "\e834";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-location-field:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field label.ebd-title-field.ebd-gallery-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field .ebd-sub-field{
    display: block;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field .ebd-sub-field label{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="email"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="url"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="password"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="search"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field textarea{
    background: transparent;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #c4cad0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field textarea{
    line-height: 1.5;
    padding: 15px 20px;
    min-height: 200px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="text"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="email"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="url"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="password"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="search"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="text"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="email"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="url"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="password"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field input[type="search"]:focus{
    border-color: #000;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.05);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-1 .ebd-extra-custom-fld{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-frontend-form-template-3 .ebd-extra-custom-fld > label{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-captcha > label{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-sec .ebd-sub-field-wrap{
    display: block;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-sec .ebd-sub-field-wrap{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field:nth-of-type(3n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field .ebd-field{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-sec .ebd-sub-field{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-contact-sec .ebd-sub-field:nth-of-type(2n+1),
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-contact-sec .ebd-sub-field .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-sec .ebd-sub-field .ebd-field{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-social-sec label.ebd-title-field{
    margin-bottom: 0px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-social-sec .ebd-sub-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field label{
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 0;
    margin-bottom: 0px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field label:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-weight: 400;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label{
    color: #3B5998;
    padding-left: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label:before{
    content: "\f09a";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label{
    color: #7DC6F9;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label:before{
    content: "\f099";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label{
    color: #DD4B38;
    padding-left: 26px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label:before{
    content: "\f0d5";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label{
    color: #010101;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label:before{
    content: "\f16d";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label{
    color: #FF0000;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label:before{
    content: "\f167";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label{
    color: #0083BE;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label:before{
    content: "\f0e1";
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label{
    color: #bd081c;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label:before{
    content: "\f0d2";
}
.ebd-error{
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-3 select{
    background-image: url(../images/down-arrow.jpg);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FFF;
    width: 50%;
    background-position: right  15px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #484f57;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-3 select:focus{
    outline: none;
    border-color: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-3 input[type="checkbox"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-3 input[type="radio"]:focus{
    outline: none;
}
.ebd-form-wrap.ebd-frontend-form-template-3 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-options-wrap label{
    margin-right: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #484f57;
    line-height: 1;
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-3 label.ebd-checkbox-label  input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-options-wrap label input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-options-wrap label input[type="radio"]{
    margin-right: 6px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-map-wrap #ebd-map-frame{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-map-wrap .ebd-plot-map{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: #d7d7d7;
    color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-location-map-wrap .ebd-plot-map:hover{
    background: #000;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .qq-uploader{
    margin-bottom: 0;
    line-height: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .qq-uploader .qq-upload-button{
    padding: 0 25px 0 45px;
    line-height: 40px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: #d7d7d7;
    color: #363636;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .qq-uploader .qq-upload-button:before{
    content: "\e866";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 25px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .qq-uploader .qq-upload-button:hover{
    cursor: pointer;
    background: #000;
    color: #FFF;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-content-sec .ebd-field{
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-extra-custom-fld{
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field{
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.ebd-form-wrap .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap,
.ebd-form-wrap .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap{
    position: relative;
}
.ebd-form-wrap .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap:before,
.ebd-form-wrap .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap:before{
    content: "\e836";
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 20px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap input[type="text"],
.ebd-form-wrap .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap input[type="text"]{
    padding-left: 50px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-3 label.ebd-opt-main-sc{
    display: inline-block;
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-3 label.ebd-checkbox-label label{
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-datepicker-title-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-field.ebd-datepicker-wrap{
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
}
.ebd-form-wrap.ebd-frontend-form-template-3 .ebd-each-frontend-field.ebd-datepicker-title-wrap label.ebd-fst-title{
    font-size: 16px;
}









/*Form Layout 4*/
.ebd-form-wrap.ebd-frontend-form-template-4{
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field{
    margin-bottom: 40px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field{
    padding: 0px;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-title-sec{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-submit-field{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #FE0003;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-fst-title{
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: none;
    position: absolute;
    top: 19px;
    margin-top: 0;
    left: 0;
    margin-left: 15px;
    padding-left: 20px;
    visibility: visible;
    opacity: 1;
    color: #1E1E21;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-fst-title:before{
    position: absolute;
    font-family: Linearicons-Free;
    content: "\e849";
    top: 50%;
    left: 0;
    margin-left: 0px;
    line-height: 1;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-datepicker-title-wrap label.ebd-fst-title{
    position: relative;
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 35px;
    font-size: 14px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-datepicker-title-wrap.ebd-focused-field label.ebd-fst-title{
    visibility: visible;
    opacity: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-datepicker-title-wrap label.ebd-fst-title:before{
    display: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-datepicker-wrap:before{
    content: "\e836";
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 20px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-datepicker-title-wrap .ebd-datepicker-wrap input[type=text]{
    padding-left: 50px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field{
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 0;
    padding-left: 35px;
    background: transparent;
    margin: 0px;
    margin-bottom: 35px;
    position: relative;
    border-bottom: solid 2px #1e1e21;
    color: #1e1e21;
    line-height: 1;
    position: relative;
}

.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-focused-field > label{
    visibility: hidden;
    opacity: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-tags-sec.ebd-focused-field > label{
    visibility: visible;
    opacity: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 0px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-social-field:before{
    content: "\e857";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-content-field:before{
    content: "\e828";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-category-field:before{
    content: "\e81d";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-tags-field:before{
    content: "\e82f";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-contact-field:before{
    content: "\e834";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-location-field:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-gallery-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field .ebd-sub-field{
    display: block;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field .ebd-sub-field label{
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="email"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="url"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="password"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="search"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field textarea{
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    line-height: 55px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #d6d6d6;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-title-sec input[type="text"]{
    padding-left: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-title-sec label.ebd-fst-title{
    margin-left: 20px;
    padding-left: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field textarea{
    line-height: 1.5;
    padding: 15px;
    min-height: 200px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="text"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="email"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="url"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="password"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="search"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="text"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="email"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="url"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="password"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field input[type="search"]:focus{
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-extra-custom-fld{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-frontend-form-template-4 .ebd-extra-custom-fld > label{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-captcha > label{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field-wrap{
    display: block;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field-wrap{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-field:before,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-field:after,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field-wrap:before,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field{
    display: inline-block;
    float: left;
    width: 49%;
    margin-left: 2%;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field{
    display: inline-block;
    float: left;
    width: 48.5%;
    margin-left: 3%;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field:nth-of-type(2n+1),
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-social-sec label.ebd-title-field{
    margin-bottom: 35px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-social-sec .ebd-sub-field{
    margin-bottom: 30px;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field label{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    line-height: 0;
    margin-left: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-focused-field label{
    visibility: hidden;
    opacity: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field label:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-weight: 400;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label{
    padding-left: 20px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-facebook label:before{
    content: "\f09a";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-twitter label:before{
    content: "\f099";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label{
    padding-left: 26px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus label:before{
    content: "\f0d5";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-instagram label:before{
    content: "\f16d";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-youtube label:before{
    content: "\f167";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin label:before{
    content: "\f0e1";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest label:before{
    content: "\f0d2";
}
.ebd-error{
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-4 select{
    background-image: url(../images/down-arrow.jpg);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FFF;
    width: 50%;
    background-position: right  15px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #888888;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 select:focus{
    outline: none;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="checkbox"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="radio"]:focus{
    outline: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-options-wrap label{
    margin-right: 30px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #888;
}
.ebd-form-wrap.ebd-frontend-form-template-4 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-4 label.ebd-opt-main-sc{
    display: inline-block;
    margin-bottom: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 label.ebd-checkbox-label  input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-options-wrap label input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-options-wrap label input[type="radio"]{
    margin-right: 6px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-map-wrap #ebd-map-frame{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-map-wrap .ebd-plot-map{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: #FE0003;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-map-wrap .ebd-plot-map:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .qq-uploader{
    margin-bottom: 0;
    line-height: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .qq-uploader .qq-upload-button{
    padding: 0 25px 0 45px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    background: #FE0003;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .qq-uploader .qq-upload-button:before{
    content: "\e866";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 25px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-4 .qq-uploader .qq-upload-button:hover{
    cursor: pointer;
    background: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-content-sec .ebd-field{
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field{
    margin-bottom: 35px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-social-sec{
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-category-sec label.ebd-category-field,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-content-sec label.ebd-content-field,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-image-sec{
    margin-bottom: 25px;
}

.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-location-sec{
    margin-bottom: 20px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-contact-sec{
    margin-bottom: 15px;
}
/*.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-extra-custom-fld label{
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-extra-custom-fld label:before{
    position: absolute;
    font-family: Linearicons-Free;
    content: "\e81d";
    top: 50%;
    left: 0;
    margin-left: 0px;
    line-height: 1;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field{
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field > label,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field > label{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    line-height: 0;
    margin-left: 20px;
    margin-bottom: 25px;
    padding-left: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field > label{
    margin-left: 0;
    padding-left: 35px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field.ebd-focused-field > label,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field.ebd-focused-field > label{
    visibility: hidden;
    opacity: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field > label:before,
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field > label:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: Linearicons-Free;
    font-weight: 400;
    font-size: 18px;
    margin-top: -2px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field > label:before{
    margin-left: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field.ebd-email_address > label:before{
    content: "\e818";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field.ebd-website > label:before{
    content: "\e83c";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-contact-sec .ebd-sub-field.ebd-phone_number > label:before{
    content: "\e830";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-location-sec .ebd-sub-field > label:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-extra-custom-fld.ebd-focused-field > label{
    visibility: visible;
    opacity: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-4 .ebd-each-frontend-field.ebd-category-field label.ebd-title-field{
    margin-bottom: 20px;
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="checkbox"] { display: none; }
.ebd-form-wrap.ebd-frontend-form-template-4  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9c9c9c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="radio"] { display: none; }
.ebd-form-wrap.ebd-frontend-form-template-4  input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="radio"] + label:last-child { margin-bottom: 0; }
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9c9c9c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.ebd-form-wrap.ebd-frontend-form-template-4 input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #9c9c9c;
    top: 6px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}








/*Form Layout 5*/
.ebd-form-wrap.ebd-frontend-form-template-5{
    display: block;
    border: 1px solid #eee;
    padding: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field{
    margin-bottom: 40px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field{
    padding: 30px;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-title-sec{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-submit-field{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-submit-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-fst-title{
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-title-sec .ebd-field{
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-title-sec .ebd-field input[type="text"]{
    padding-left: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-field input[type="text"]{
    width: 100%;
}
.ebd-form-wrap input:focus{
    outline: none !important;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-title-sec .ebd-field:before{
    position: absolute;
    content: "\e802";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Linearicons-Free;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field{
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 30px;
    padding-left: 65px;
    background: transparent;
    margin: -30px -30px 40px -30px;
    position: relative;
    border-bottom: solid 1px #ddd;
    color: #333;
    line-height: 1;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field:before{
    position: absolute;
    font-weight: 400;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 30px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-social-field:before{
    content: "\e857";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-content-field:before{
    content: "\e828";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-image-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-category-field:before{
    content: "\e81d";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-tags-field:before{
    content: "\e82f";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-contact-field:before{
    content: "\e834";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-location-field:before{
    content: "\e833";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field label.ebd-title-field.ebd-gallery-field:before{
    content: "\e827";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field .ebd-sub-field{
    display: block;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field .ebd-sub-field label{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="text"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="email"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="url"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="password"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="search"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field textarea{
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field textarea{
    line-height: 1.5;
    padding: 25px 45px;
    min-height: 200px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="text"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="email"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="url"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="password"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="search"]:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="text"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="email"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="url"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="password"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field input[type="search"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field textarea:hover,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field textarea:focus{
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-extra-custom-fld{
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-frontend-form-template-5 .ebd-extra-custom-fld > label{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-captcha > label{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field-wrap{
    display: block;
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field-wrap{
    margin-top: 30px;
}
/*.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-field:before,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-field:after,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field-wrap:before,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field-wrap:after{
    content: "";
    display: table;
    clear: both;
}*/
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field{
    display: block;
    width: 100%;
    margin-left: 0%;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field:nth-of-type(3n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-contact-sec .ebd-sub-field,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field{
    display: block;
    width: 100%;
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-contact-sec .ebd-sub-field:nth-of-type(2n+1),
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-sec .ebd-sub-field:nth-of-type(2n+1){
    margin-left: 0;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-social-sec label.ebd-title-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-social-sec .ebd-sub-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field .ebd-field{
    position: relative;
    display: block;
    line-height: 0;
    margin-bottom: 25px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field .ebd-field:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field .ebd-field input[type="text"]{
    padding-left: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-facebook .ebd-field:before{
    content: "\f09a";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-twitter .ebd-field:before{
    content: "\f099";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-googleplus .ebd-field:before{
    content: "\f0d5";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-instagram .ebd-field:before{
    content: "\f16d";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-youtube .ebd-field:before{
    content: "\f167";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-linkedin .ebd-field:before{
    content: "\f0e1";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-social-sec .ebd-sub-field.ebd-social-pinterest .ebd-field:before{
    content: "\f0d2";
}
.ebd-error{
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.ebd-form-wrap.ebd-frontend-form-template-5 select{
    background-image: url(../images/down-arrow.jpg);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FFF;
    width: 50%;
    background-position: right  15px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #888888;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    border: solid 1px #e0e0e0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-5 select:focus{
    outline: none;
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.ebd-form-wrap.ebd-frontend-form-template-5 input[type="checkbox"]:focus,
.ebd-form-wrap.ebd-frontend-form-template-5 input[type="radio"]:focus{
    outline: none;
}
.ebd-form-wrap.ebd-frontend-form-template-5 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-options-wrap label{
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #888;
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-5 label.ebd-checkbox-label  input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-options-wrap label input[type="checkbox"],
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-options-wrap label input[type="radio"]{
    margin-right: 6px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-map-wrap #ebd-map-frame{
    margin-top: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-map-wrap .ebd-plot-map{
    padding: 0 30px;
    line-height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    color: #FFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-location-map-wrap .ebd-plot-map:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .qq-uploader{
    margin-bottom: 0;
    line-height: 1;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .qq-uploader .qq-upload-button{
    padding: 0 25px 0 45px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #aaa;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .qq-uploader .qq-upload-button:before{
    content: "\e866";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 25px;
    line-height: 1;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-form-wrap.ebd-frontend-form-template-5 .qq-uploader .qq-upload-button:hover{
    cursor: pointer;
    background: #000;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-content-sec .ebd-field{
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-location-sec .ebd-sub-field .ebd-field,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-location-sec .ebd-sub-field .ebd-field{
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-location-sec .ebd-sub-field .ebd-field:before{
    position: absolute;
    content: "\e833";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Linearicons-Free;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-location-sec .ebd-sub-field .ebd-field input[type="text"]{
    padding-left: 45px;
}
.ebd-frontend-form-template-5 .ebd-extra-custom-fld.ebd-text-only-fld .ebd-field{
    position: relative;
}
.ebd-frontend-form-template-5 .ebd-extra-custom-fld.ebd-text-only-fld .ebd-field:before{
    position: absolute;
    content: "\e81d";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Linearicons-Free;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}
.ebd-frontend-form-template-5 .ebd-extra-custom-fld.ebd-text-only-fld .ebd-field input[type="text"]{
    padding-left: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field .ebd-field{
    position: relative;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field .ebd-field input[type="text"]{
    padding-left: 45px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field .ebd-field:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Linearicons-Free;
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field.ebd-email_address .ebd-field:before{
    content: "\e818";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field.ebd-website .ebd-field:before{
    content: "\e839";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec .ebd-sub-field.ebd-phone_number .ebd-field:before{
    content: "\e830";
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-extra-custom-fld .ebd-field.ebd-datepicker-wrap input[type="text"]{
    padding-left: 50px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-tags-sec .ebd-field{
    position: relative;
}
/*.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-tags-sec .ebd-field:before{
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    content: "#";
    font-weight: 400;
    margin-left: 20px;
    font-size: 16px;
}*/
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-tags-sec .ebd-field input[type="text"]{
    padding-left: 35px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-social-sec{
    padding-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec label.ebd-title-field{
    margin-bottom: 30px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-contact-sec{
    padding-bottom: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-location-sec{
    padding-bottom: 15px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 label.ebd-checkbox-label,
.ebd-form-wrap.ebd-frontend-form-template-5 label.ebd-opt-main-sc{
    display: inline-block;
    margin-bottom: 10px;
}
.ebd-form-wrap.ebd-frontend-form-template-5 label.ebd-checkbox-label label{
    display: inline-block;
}
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-datepicker-title-wrap label.ebd-fst-title{
    font-size: 14px;
}


/*Image Uploader*/
.ebd-pro-prev-holder{
    position: relative;
    width: 100px;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 10px;
}
.ebd-pro-prev-holder img{
    width: 100px;
}
.ebd-pro-prev-holder .ebd-prev-name{
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 14px;
    width: 100px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ebd-pro-prev-holder .ebd-pro-preview-remove{
    position: absolute;
    top: -15px;
    right: -15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pro-prev-holder .ebd-pro-preview-remove span{
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #000;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-image-sec .ebd-file-preview,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-gallery-sec .ebd-file-preview{
    padding-bottom: 20px;
}*/
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-image-sec  .ebd-error,
.ebd-form-wrap.ebd-frontend-form-template-5 .ebd-each-frontend-field.ebd-gallery-sec  .ebd-error{
    margin-top: 10px;
}



/*Form Extra Styles*/
.ebd-form-wrap .ebd-each-frontend-field textarea.ebd-wp-editor{
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 15px !important;
}





/*List Layouts Styles*/
.ebd-directory-listing-wrap a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*List layout 1*/
.ebd-main-wrap{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ebd-main-wrap .ebd-directory-listing-wrap .ebd-each-directory a{
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #67676F;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap a:focus,
.ebd-main-wrap a:active{
    outline: none;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 40px 0;
    border: 1px solid #eee;
    padding: 20px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory:first-of-type{
    margin-top: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory.ebd-featured-directory{
    padding: 20px;
    margin: 45px 0;
    border: 1px solid #eee;
    /*background: #FAFAFA;*/
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-feat-img-wrap{
    width: 40%;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-list-details-wrap{
    width: 60%;
    padding-left: 30px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-category span.ebd-each-category{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-right: 8px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-category span.ebd-each-category:last-of-type{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-category span.ebd-each-category:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79C33A;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-category span.ebd-each-category a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-category span.ebd-each-category a:hover{
    color: #79C33A;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 h2.ebd-list-title{
    margin: 10px 0;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 h2.ebd-list-title a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 h2.ebd-list-title a:hover{
    color: #79C33A;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-listing-description p{
    font-size: 15px;
    color: #67676F;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags{
    display: block;
    margin: 20px 0 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span.ebd-tag-title{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 12px;
    background: #77C436;
    position: relative;
    color: #FFF;
    margin-right: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span.ebd-tag-title:before,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span.ebd-tag-title:after{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span.ebd-tag-title:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #77C436;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span{
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span a{
    color: #1e1e21;
    margin-right: 10px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span:last-of-type a{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-tags span a:hover{
    color: #77C436;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location{
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #66696f;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl:last-of-type{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl span{
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    color: #67676F;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl span:hover a{
    color: #79C33A;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a{
    border-bottom: solid 1px #67676F !important;
    color: #67676F;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a:hover{
    color: #79C33A;
    border-color: #79C33A !important;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl span:before{
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 500;
    font-family: Linearicons-Free;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-address span:before{
    content: "\e833";
    margin-left: -2px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number span:before{
    content: "\e830";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-email-add span:before{
    content: "\e818";
    margin-top: -2px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span:before{
    content: "\e86b";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information{
    display: block;
    margin: 20px 0 20px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a{
    width:35px;
    height:35px;
    text-align: center;
    line-height:35px;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-facebook-icn{
    background: #3b5998;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-twitter-icn{
    background: #6acff4;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-googleplus-icn{
    background: #CC3731;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-instagram-icn{
    background: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-youtube-icn{
    background: #FF0000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-linkedin-icn{
    background: #0083BE;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a.ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-social-information a:hover{
    background: #79C33A;
    color: #FFF;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-expiry-date{
    display: block;
    margin: 10px 0 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 15px;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-expiry-date .ebd-exp-date-wrap span{
    font-weight: 400;
    border-bottom: 1px solid #67676F;
    color: #67676F;
    margin-left: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-view-more-btn{
    display: block;
    margin-top: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #77C436;
    background: #77C436;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-view-more-btn a:hover{
    color: #77C436;
    background: transparent;
}








/*List layout 2*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    border: 1px solid #eee;
    margin-top: 40px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory.ebd-featured-directory{
    /*background: #fcfcfc;*/
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory:first-of-type{
    margin-top: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-feat-img-wrap{
    width: 40%;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-list-details-wrap{
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-left: 10px;
    margin-right: 2px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag:last-of-type,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category:last-of-type{
    margin-right: 0;
}
/*.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag:before,*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #65686D;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag:first-of-type,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category:first-of-type{
    padding-left: 0px;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag:first-of-type:before,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category:first-of-type:before{
    display: none;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag a,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category a{
    color: #65686D;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag a:hover,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-category span.ebd-each-category a:hover{
    color: #CE1D27;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-category-title{
    font-size: 13px;
    font-weight: 500;
    background: #CE1D27;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 h2.ebd-list-title{
    margin: 10px 0;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 700;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 h2.ebd-list-title a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 h2.ebd-list-title a:hover{
    color: #CE1D27;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-listing-description p{
    font-size: 15px;
    color: #65686D;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags{
    display: block;
    margin: 15px 0 20px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-tags-title{
    font-size: 18px;
    font-weight: 500;
    color: #CE1D27;
    margin-right: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-tags-title i{
    position: relative;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-tags span.ebd-each-tag{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-left: 10px;
    margin-right: 2px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location{
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #66696f;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl:last-of-type{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl span{
    position: relative;
    padding-left: 45px;
    font-size: 15px;
    color: #65686D;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl span a:hover,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a:hover{
    color: #CE1D27;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl span:before{
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    color: #FFF;
    background: #CE1D27;
    font-weight: 400;
    font-family: Linearicons-Free;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-address span:before{
    content: "\e833";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number span:before{
    content: "\e830";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-email-add span:before{
    content: "\e818";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span:before{
    content: "\e86b";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-social-information{
    display: block;
    margin: 20px 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-social-information a{
    width:30px;
    height:30px;
    text-align: center;
    line-height:27px;
    font-size: 14px;
    color: #65686D;
    border: solid 2px #65686D;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-social-information a:hover{
    background: #CE1D27;
    border-color: #CE1D27;
    color: #FFF;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-expiry-date{
    display: block;
    margin: 20px 0 20px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 15px;
    font-weight: 700;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-expiry-date .ebd-exp-date-wrap span{
    color: #CE1D27;
    margin-left: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-view-more-btn{
    display: block;
    margin-top: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    background: #65686D;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-view-more-btn a:hover{
    background: #CE1D27;
}







/*List layout 3*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 25px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory.ebd-featured-directory{
    /*background: #fafafa;*/
    padding: 25px 25px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    border: solid 1px #eee;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-feat-img-wrap{
    width: 45%;
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-list-details-wrap{
    width: 55%;
    padding-left: 30px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-category{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-left: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image img{
    min-height: 350px;
    object-fit: cover;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-category span.ebd-each-category{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-category span.ebd-each-category a{
    padding: 0px 15px;
    color: #FFF;
    display: block;
    line-height: 30px;
    background: #7D64F3;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-category span.ebd-each-category a:hover{
    background: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-category span.ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag{
    margin-right: 5px;
    display: inline-block;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag a{
    position: relative;
    padding: 0px 15px 0 25px;
    font-size: 14px;
    color: #67676F;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    line-height: 30px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag a:before{
    content: "\e82f";
    font-family: Linearicons-Free;
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 20px;
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags span.ebd-each-tag a:hover{
    color: #7D64F3;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-category-title{
    font-size: 13px;
    font-weight: 500;
    background: #CE1D27;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 h2.ebd-list-title{
    margin: 10px 0;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 h2.ebd-list-title a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 h2.ebd-list-title a:hover{
    color: #7D64F3;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-listing-description p{
    font-size: 15px;
    color: #65686D;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-tags{
    display: block;
    margin: 15px 0 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location{
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #66696f;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl:last-of-type{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl span{
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl span a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl span a:hover{
    color: #7D64F3;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a{
    border-bottom: solid 1px #6E6E6E;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a:hover{
    color: #7D64F3;
    border-color: #7D64F3;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information{
    display: block;
    margin: 20px 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information  a{
    width:35px;
    height:35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height:35px;
    font-size: 16px;
    color: #FFF;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-facebook-icn{
    background: #3b5998;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-twitter-icn{
    background: #6acff4;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-googleplus-icn{
    background: #CC3731;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-instagram-icn{
    background: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-youtube-icn{
    background: #FF0000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-linkedin-icn{
    background: #0083BE;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information a.ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-social-information  a:hover{
    background: #7D64F3;
    color: #FFF;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-expiry-date{
    display: block;
    margin: 10px 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 14px;
    font-weight: 500;
    color: #65686D;
    position: relative;
    padding-left: 30px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-expiry-date .ebd-exp-date-wrap:before{
    content: "\e836";
    color: #000;
    font-size: 20px;
    font-family: Linearicons-Free;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-expiry-date .ebd-exp-date-wrap span{
    font-weight: 500;
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-view-more-btn{
    display: block;
    margin-top: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #7D64F3;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #7D64F3;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-view-more-btn a:hover{
    color: #7D64F3;
    background: transparent;
}







/*List layout 3*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 40px 0;
    padding: 0;
    border: 1px solid #eee;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory.ebd-featured-directory{
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory:first-of-type{
    margin-top: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap{
    width: 400px;
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-list-details-wrap{
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 30px 40px;
}
/*.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory.ebd-featured-directory .ebd-list-details-wrap{
    background: #fafafa;
}*/
/*.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-other-elements-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-category{
    margin-top: 15px;
    margin-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    opacity: 0.5;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(200,200,200,0.3) 30%, rgba(100,100,100,0.3) 50%, rgba(2,2,2,0.5) 75%, rgba(0,0,0,1) 115%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(72%, rgba(200,200,200,0.3)), color-stop(50%, rgba(100,100,100,0.3)), color-stop(75%, rgba(2,2,2,0.5)), color-stop(115%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(200,200,200,0.3) 30%, rgba(100,100,100,0.3) 50%, rgba(2,2,2,0.5) 75%, rgba(0,0,0,1) 115%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(200,200,200,0.3) 30%, rgba(100,100,100,0.3) 50%, rgba(2,2,2,0.5) 75%, rgba(0,0,0,1) 115%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(200,200,200,0.3) 30%, rgba(100,100,100,0.3) 50%, rgba(2,2,2,0.5) 75%, rgba(0,0,0,1) 115%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(200,200,200,0.3) 30%, rgba(100,100,100,0.3) 50%, rgba(2,2,2,0.5) 75%, rgba(0,0,0,1) 115%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-category span.ebd-each-category{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-left: 3px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-category span.ebd-each-category a{
    padding: 0px 15px;
    color: #FFF;
    display: block;
    line-height: 30px;
    background: #208ef0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-category span.ebd-each-category a:hover{
    background: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-category span.ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags .ebd-tag-title{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-right: 15px;
}

.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag{
    margin-right: 10px;
    display: inline-block;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag a{
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    display: block;
    line-height: 30px;
    padding-left: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag a:before{
    content: "";
    height: 6px;
    width: 6px;
    background: #333;
    position: absolute;
    top: 11px;
    left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags span.ebd-each-tag a:hover{
    color: #208ef0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-category-title{
    font-size: 13px;
    font-weight: 500;
    background: #CE1D27;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 h2.ebd-list-title{
    margin: 10px 0;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 h2.ebd-list-title a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 h2.ebd-list-title a:hover{
    color: #208ef0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-listing-description p{
    font-size: 15px;
    color: #65686D;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-tags{
    display: block;
    margin: 0 0 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location{
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #66696f;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    margin-left: 40px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:first-of-type{
    margin-left: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main{
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-family: Linearicons-Free;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main:hover:before{
    color: #208ef0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl.ebd-address .ebd-tool-tip-main:before{
    content: "\e833";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number .ebd-tool-tip-main:before{
    content: "\e830";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl.ebd-email-add .ebd-tool-tip-main:before{
    content: "\e818";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd .ebd-tool-tip-main:before{
    content: "\e86b";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main span{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    min-width: 200px;
    text-align: center;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #208ef0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main span:before{
    position: absolute;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #208ef0 transparent transparent transparent;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:first-of-type .ebd-tool-tip-main span{
    left: -10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:first-of-type .ebd-tool-tip-main span:before{
    left: 12px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(2) .ebd-tool-tip-main span{
    left: -53px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(2) .ebd-tool-tip-main span:before{
    left: 53px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(3) .ebd-tool-tip-main span{
    left: -90px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(3) .ebd-tool-tip-main span:before{
    left: -3px;
    right: 0;
    margin: 0 auto;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(4) .ebd-tool-tip-main span{
    left: -90px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(4) .ebd-tool-tip-main span:before{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(5) .ebd-tool-tip-main span{
    left: -90px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl:nth-of-type(5) .ebd-tool-tip-main span:before{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main:hover span{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: visible;
    opacity: 1;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-directory-location .ebd-location-sim-styl .ebd-tool-tip-main span a{
    color: #FFF;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-social-information{
    display: block;
    margin: 20px 0 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-social-information .ebd-social-title{
    display: inline-block;
    margin-right: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-social-information a{
    font-size: 18px;
    color: #898989;
    margin-right: 12px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-social-information a:hover{
    color: #208ef0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-expiry-date{
    display: block;
    margin: 0 0 15px;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    position: relative;
    padding-left: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-expiry-date .ebd-exp-date-wrap:before{
    content: "\e836";
    color: #FFF;
    font-size: 16px;
    font-family: Linearicons-Free;
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-expiry-date .ebd-exp-date-wrap span{
    font-weight: 400;
    position: relative;
}
.ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-list-details-wrap .ebd-view-more-btn{
    display: block;
    margin-top: 20px;
}
.ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-list-details-wrap .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #f1f3f6;
    background: #f1f3f6;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-list-details-wrap .ebd-view-more-btn a:hover{
    color: #FFF;
    background: #208ef0;
}









/*List layout 5*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 45px 0 40px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory.ebd-featured-directory{
    position: relative;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.075);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.075);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory:first-of-type{
    margin-top: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-feat-img-wrap{
    width: 400px;
    position: relative;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-list-details-wrap{
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 50px 40px;
    background: #fafafa;
}
/*.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory.ebd-featured-directory .ebd-list-details-wrap{
    background: #f1f1f1;
}*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-category{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-category span.ebd-each-category{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-category span.ebd-each-category a{
    padding: 0px 15px;
    color: #FFF;
    display: block;
    line-height: 30px;
    background: #f56407;
    border: solid 1px #f56407;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-category span.ebd-each-category a:hover{
    background: #FFF;
    color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-category span.ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-tags-title{
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-right: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-each-tag{
    margin-left: 5px;
    display: inline-block;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-each-tag a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #555;
    display: block;
    line-height: 26px;
    background: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-each-tag:first-of-type{
    margin-left: 0px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags span.ebd-each-tag a:hover{
    color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-category-title{
    font-size: 13px;
    font-weight: 500;
    background: #CE1D27;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 h2.ebd-list-title{
    margin: 0 0 10px;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 500;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 h2.ebd-list-title a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 h2.ebd-list-title a:hover{
    color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p{
    font-size: 15px;
    color: #65686D;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p a.more-link{
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p a.more-link:after{
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p a.more-link:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #f56407;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p a.more-link:hover:before{
    width: 100%;
}*/
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-listing-description p a.more-link:hover:after{
    -webkit-transform: translate(5px, -50%);
    -moz-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags{
    display: block;
    margin: 15px 0 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location{
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #66696f;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl:last-of-type{
    margin-right: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl span{
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #6E6E6E;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl span a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl span:before{
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: Linearicons-Free;
    position: absolute;
    top: -4px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl span a:hover,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl span:hover:before{
    color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-address span:before{
    content: "\e833";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-address span:hover:before{
    color: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number span:before{
    content: "\e830";
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-email-add span:before{
    content: "\e818";
    margin-top: 0px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span:before{
    content: "\e86b";
    margin-top: 0px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a{
    border-bottom: solid 1px #6E6E6E;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl.ebd-webadd span a:hover{
    color: #f56407;
    border-color: #f56407;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-expnsocial-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information{
    display: inline-block;
    margin: 0;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information  a{
    width: 30px;
    height: 30px;
    background: #f56407;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    margin-right: 0;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-facebook-icn{
    background: #3B5998;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-twitter-icn{
    background: #7CC5F8;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-googleplus-icn{
    background: #000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-instagram-icn{
    background: #DD4D42;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-youtube-icn{
    background: #FF0000;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-linkedin-icn{
    background: #007BB6;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information a.ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information .ebd-social-links-title{
    margin-right: 10px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-social-information  a:hover{
    background: #f56407;
    color: #FFF;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-expiry-date{
    display: inline-block;
    margin: 5px 0 15px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 14px;
    font-weight: 500;
    color: #65686D;
    position: relative;
    padding-left: 25px;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-expiry-date .ebd-exp-date-wrap:before{
    content: "\e836";
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: Linearicons-Free;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-expiry-date .ebd-exp-date-wrap span{
    font-weight: 500;
    position: relative;
}
.ebd-directory-listing-wrap.ebd-list-template-5 .ebd-view-more-btn{
    display: block;
    margin-top: 15px;
}
.ebd-directory-listing-wrap.ebd-list-template-5 .ebd-view-more-btn a{
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #f56407;
    background: #f56407;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-directory-listing-wrap.ebd-list-template-5 .ebd-view-more-btn a:hover{
    color: #f56407;
    background: transparent;
}












/*Grid Layout*/
.ebd-grid-layout .ebd-main-grid-wrap{
    display: block;
}
.ebd-grid-layout .ebd-main-grid-wrap:before,
.ebd-grid-layout .ebd-main-grid-wrap:after{
    display: table;
    content: "";
    clear: both;
}
.ebd-grid-layout.ebd-grid-column-2 .ebd-main-grid-wrap .ebd-each-directory{
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 60px;
}
.ebd-grid-layout.ebd-grid-column-2 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(2n){
    margin-right: 0;
    clear: right;
}
.ebd-grid-layout.ebd-grid-column-2 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(2n + 1){
    clear: left;
}
.ebd-grid-layout.ebd-grid-column-3 .ebd-main-grid-wrap .ebd-each-directory{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
.ebd-grid-layout.ebd-grid-column-3 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(3n){
    margin-right: 0;
    clear: right;
}
.ebd-grid-layout.ebd-grid-column-3 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(3n + 1){
    clear: left;
}
.ebd-grid-layout.ebd-grid-column-4 .ebd-main-grid-wrap .ebd-each-directory{
    width: 24%;
    float: left;
    margin-right: 1.333%;
    margin-bottom: 40px;
}
.ebd-grid-layout.ebd-grid-column-4 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(4n){
    margin-right: 0;
    clear: right;
}
.ebd-grid-layout.ebd-grid-column-4 .ebd-main-grid-wrap .ebd-each-directory:nth-of-type(4n + 1){
    clear: left;
}
.ebd-grid-layout .ebd-main-grid-wrap .ebd-each-directory.ebd-featured-directory{
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.05);
}
.ebd-directory-listing-wrap .ebd-main-grid-wrap .ebd-pagination-wrap{
    display: block;
    width: 100%;
    margin: 0;
    float: left;
}
.ebd-socialnexpdat:before,
.ebd-socialnexpdat:after{
    display: table;
    clear: both;
    content: "";
}


/*Grid Layout 1*/

/*Grid Layout 3*/
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 300px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a{
    position: relative;
    display: block;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-directory-image:before{
    background: rgba(0,0,0,0.5);
}*/
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category{
    margin-top: 8px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-left: 5px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category .ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 13px;
    position: relative;
    font-weight: 700;
    padding: 0 5px 0 15px;
    display: block;
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category .ebd-each-category a:hover{
    color: #79C33A;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-category .ebd-each-category a:before{
    position: absolute;
    top: 50%;
    font-size: 14px;
    font-weight: 500;
    background: #79C33A;
    content: "";
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 10px;
    color: #0C0C0C;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap h2 a{
    color: #0C0C0C;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap h2 a:hover{
    color: #79C33A;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description{
    padding: 0 0 12px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description p{
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.65;
    margin-bottom: 0;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap{
    display: block;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap{
    padding: 10px 30px 30px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    display: block;
    padding: 0px;
    line-height: 1;
    position: relative;
    margin: 10px 0;
}
/*.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags:before{
    position: absolute;
    top: 56%;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FFC928;
    content: "\f02c";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}*/
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-tag-title{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 12px;
    background: #77C436;
    position: relative;
    color: #FFF;
    margin-right: 25px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-tag-title:before{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #77C436;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a{
    color: #1e1e21;
    margin-right: 0px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a:hover{
    color: #79C33A;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6A6A6A;
    padding: 0px 0px 6px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    margin-bottom: 10px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a:hover{
    color: #79C33A;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl .ebd-locat-title{
    font-weight: 700;
    color: #5A5B5D;
    padding-right: 10px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    display: block;
    padding: 20px 0px 0;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information{
    display: block;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a{
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-right: 2px;
    display: inline-block;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-facebook-icn{
    background: #3B5998;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-twitter-icn{
    background: #7CC5F8;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-instagram-icn{
    background: #000;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-googleplus-icn{
    background: #DD4D42;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-youtube-icn{
    background: #FF0000;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-linkedin-icn{
    background: #007BB6;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information  a:hover{
    background: #79C33A;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: block;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    padding-left: 25px;
    color: #0C0C0C;
    margin-top: 15px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    color: #0C0C0C;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn{
    display: block;
    margin-top: 30px;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #77C436;
    background: #77C436;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-1 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a:hover{
    color: #77C436;
    background: transparent;
}













/*Grid Layout 2*/

.ebd-grid-layout.ebd-grid-template-2 .ebd-main-grid-wrap .ebd-each-directory{
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap{
    position: relative;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    position: relative;
    overflow: hidden;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 300px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a{
    position: relative;
    display: block;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-directory-image:before{
    background: rgba(0,0,0,0.5);
}*/
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-left: 5px;
    background: rgba(255,255,255,0.3);
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #CE1D27;
    display: block;
    color: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category:hover{
    background: #FFF;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
    color: #5B5B5B;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap h2 a{
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap h2 a:hover{
    color: #CE1D27;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description p{
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 1.65;
    margin-bottom: 10px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-expiry-date{
    margin-bottom: 20px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-expiry-date .ebd-exp-date-wrap{
    font-size: 13px;
    font-weight: 700;
    color: #404040;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-expiry-date .ebd-exp-date-wrap span{
    color: #CE1D27;
    margin-left: 10px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0px 20px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap{
    display: block;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 30px 20px 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory.ebd-featured-directory .ebd-extra-content-wrap{
    background: #f1f1f1;
}*/
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    display: block;
    padding: 0px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    margin: 22px 0 20px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags:before{
    position: absolute;
    top: 56%;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    color: #CE1D27;
    content: "\f02c";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a{
    position: relative;
    color: #5A5B5D;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a:hover{
    color: #CE1D27;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a:hover{
    color: #CE1D27;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl:before{
    position: absolute;
    top: 50%;
    font-size: 15px;
    font-weight: 400;
    font-family: Linearicons-Free;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #CE1D27;
    color: #FFF;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-email-add:before{
    content: "\e818";
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number:before{
    content: "\e830";
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-website:before{
    content: "\e86b";
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-address:before{
    content: "\e833";
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    display: block;
    padding: 25px 0px 0;
    border-top: solid 1px #ddd;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information{
    display: inline-block;
    float: left;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    display: inline-block;
    color: #65686D;
    border: solid 2px #65686D;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a:hover{
    color: #FFF;
    background: #CE1D27;
    border-color: #CE1D27;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-top: 6px;
    font-weight: 500;
    color: #333;
    padding-left: 25px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #CE1D27;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn{
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    background: #65686D;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a:hover{
    background: #CE1D27;
}










/*Grid Layout 3*/
.ebd-grid-layout.ebd-grid-template-3 .ebd-main-grid-wrap .ebd-each-directory{
    -webkit-box-shadow: 0 8px 15px 1px rgba(50,50,50,0.075);
    box-shadow: 0 8px 15px 1px rgba(50,50,50,0.075);
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 300px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a{
    position: relative;
    display: block;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-directory-image:before{
    background: rgba(0,0,0,0.5);
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-left: 5px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 14px;
    position: relative;
    font-weight: 400;
    padding: 0 15px;
    line-height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    color: #FFF;
    background: #7D64F3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
/*.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a:before{
    position: absolute;
    top: 50%;
    font-size: 14px;
    font-weight: 500;
    content: "\f07b";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}*/
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a:hover{
    background: #000;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2 a{
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2 a:hover{
    color: #7D64F3;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description{
    padding: 20px;

}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description p{
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    margin-top: 0;
    line-height: 1.65;
    margin-bottom: 0;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap{
    display: block;
    border: 1px solid #eee;
    background: #FFF;
}
/*.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory.ebd-featured-directory .ebd-extra-content-wrap{
    background: #FAFAFA;
}*/
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    display: block;
    padding: 15px 20px 18px;
    line-height: 1;
    border-bottom: solid 1px #eee;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a{
    position: relative;
    padding-left: 25px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a:before{
    position: absolute;
    top: -3px;
    font-size: 20px;
    font-weight: 500;
    content: "\e82f";
    font-family: Linearicons-Free;
    left: 0;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a:hover{
    color: #7D64F3;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .wbs-tags-title{
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 0 8px 0 10px;
    line-height: 22px;
    background: #B5B5B5;
    color: #000;
    margin-right: 15px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .wbs-tags-title:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #B5B5B5;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6A6A6A;
    padding: 0px 20px 15px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a:hover{
    color: #7D64F3;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl:before{
    position: absolute;
    top: -3px;
    font-size: 18px;
    font-weight: 500;
    color: #7D64F3;
    font-family: Linearicons-Free;
    left: 0;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-email-add:before{
    content: "\e818";
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number:before{
    content: "\e830";
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-website:before{
    content: "\e86b";
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-address:before{
    content: "\e833";
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    display: block;
    padding: 15px 20px;
    background: #F7F7F7;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory.ebd-featured-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    background: #ddd;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information{
    display: inline-block;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-right: 2px;
    color: #FFF;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-facebook-icn{
    background: #3B5998;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-twitter-icn{
    background: #7CC5F8;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-instagram-icn{
    background: #000
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-googleplus-icn{
    background: #DD4D42;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-youtube-icn{
    background: #FF0000;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-linkedin-icn{
    background: #007BB6;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a:hover{
    background: #7D64F3;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: inline-block;
    float: right;
    font-size: 13px;
    position: relative;
    margin-top: 6px;
    font-weight: 500;
    color: #6A6A6A;
    padding-left: 25px;
}
.ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #7D64F3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-main-wrap .ebd-grid-layout.ebd-grid-template-3 .ebd-view-more-btn{
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 20px;
}
.ebd-main-wrap .ebd-grid-layout.ebd-grid-template-3 .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #7D64F3;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #7D64F3;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-main-wrap .ebd-grid-layout.ebd-grid-template-3 .ebd-view-more-btn a:hover{
    color: #7D64F3;
    background: transparent;
}









/*Grid Layout 4*/
.ebd-grid-layout.ebd-grid-template-4 .ebd-main-grid-wrap .ebd-each-directory{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #E9E9E9;
}
/*.ebd-grid-layout.ebd-grid-template-4 .ebd-main-grid-wrap .ebd-each-directory.ebd-featured-directory{
    background: #fafafa;
}*/
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap{
    position: relative;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a{
    position: relative;
    display: block;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    min-height: 300px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-directory-image:before{
    background: rgba(0,0,0,0.5);
}*/
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-left: 5px;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    line-height: 25px;
    background: #208ef0;
    border: solid 1px #208ef0;
    display: block;
    color: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a:hover{
    color: #208ef0;
    background: #FFF;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description{
    text-align: center;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description p{
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 1.65;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0px 20px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap .ebd-directory-category{
    text-align: center;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 15px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap{
    display: block;
    padding: 25px 0px 0px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag a{
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    padding: 0 5px 0 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag a:hover{
    color: #208ef0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag a:before{
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFF;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag:first-of-type a:before{
    display: none;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2{
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 20px;
    padding: 0 15px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2 a{
    color: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2 a:hover{
    color: #208ef0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
    text-align: center;
    margin-bottom: 20px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    margin-bottom: 6px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a:hover{
    color: #208ef0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    display: block;
    padding: 15px 0px 10px;
    border-top: solid 1px #ddd;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information{
    display: inline-block;
    float: right;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information  a{
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    color: #8A8A8A;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a:last-of-type{
    margin-right: 0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information  a:hover{
    color: #208ef0;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-top: 6px;
    font-weight: 500;
    color: #333;
    padding-left: 25px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date .ebd-exp-date-wrap:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #208ef0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-view-more-btn{
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-view-more-btn a{
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #f1f3f6;
    background: #f1f3f6;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-view-more-btn a:hover{
    color: #FFF;
    background: #208ef0;
}












/*Grid Layout 5*/
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    position: relative;
    overflow: hidden;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 300px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 350px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-2 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    height: 450px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    object-fit: cover;
    min-height: 300px;
    height: 100%;
    width: 100%;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a{
    position: relative;
    display: block;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-directory-image:before{
    background: rgba(0,0,0,0.5);
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-main-grid-wrap .ebd-each-directory.ebd-featured-directory{
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.05);
}
/*.ebd-grid-layout.ebd-grid-template-5 .ebd-main-grid-wrap .ebd-each-directory.ebd-featured-directory .ebd-extra-content-wrap{
    background: #FAFAFA;
}*/
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-right: 5px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category:first-of-type{
    margin-left: 0;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    margin-bottom: 5px;
    line-height: 28px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f56407;
    display: block;
    color: #FFF;
    border: solid 1px #F56407;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a:hover{
    background: #FFF;
    color: #f56407;
    border-color: #F56407;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2 a{
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2 a:hover{
    color: #f56407;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-listing-description p{
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.35;
    position: relative;
    max-height: 55px;
    overflow: hidden;
    margin-bottom: 24px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-listing-description{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 30px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-content-mix-up-wrap{
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap:hover .ebd-listing-description{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap{
    display: block;
    border: 1px solid #eee;
    background: #FAFAFA;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    display: block;
    padding: 10px 20px;
    line-height: 1;
    border-bottom: solid 1px #eee;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #555;
    display: block;
    line-height: 26px;
    background: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .ebd-each-tag a:hover{
    color: #F56407;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .wbs-tags-title{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
    margin-right: 5px;
}
/*.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags .wbs-tags-title:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 10px;
    border-color: transparent transparent transparent #B5B5B5;
}*/
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    padding: 15px 20px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl{
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl:last-of-type{
    margin-bottom: 0;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl a:hover{
    color: #f56407;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl:before{
    position: absolute;
    top: 50%;
    font-size: 18px;
    font-weight: 500;
    font-family: Linearicons-Free;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-email-add:before{
    content: "\e818";
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-phn-number:before{
    content: "\e830";
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-website:before{
    content: "\e86b";
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location .ebd-location-sim-styl.ebd-address:before{
    content: "\e833";
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    display: block;
    padding: 15px 20px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information{
    display: block;
    float: left;
    width: 100%;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin-right: 2px;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-facebook-icn{
    background: #3B5998;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-twitter-icn{
    background: #7CC5F8;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-instagram-icn{
    background: #000;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-googleplus-icn{
    background: #DD4D42;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-youtube-icn{
    background: #FF0000;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-linkedin-icn{
    background: #007BB6;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information .ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-social-information a:hover{
    background: #f56407;
    color: #FFF;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #f56407;
    padding-left: 25px;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ebd-grid-layout.ebd-grid-template-5 .ebd-view-more-btn{
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-view-more-btn a{
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #f56407;
    background: #f56407;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-grid-layout.ebd-grid-template-5 .ebd-view-more-btn a:hover{
    color: #f56407;
    background: transparent;
}




.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image{
    height: auto;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-2.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4.ebd-original-image-size .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-image img{
    max-height: unset;
    min-height: unset;
    height: auto;
    width: auto;
    object-fit: contain;
}








/*Pagination Stlyes*/

.ebd-directory-listing-wrap .ebd-pagination-wrap{
    display: block;
    text-align: center;
    margin: 20px 0;
}
/*Layout 1*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers{
    position: relative;
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding: 0 15px;
    line-height: 35px;
    border: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.current,
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers:hover{
    background: #79C33A;
    color: #FFF;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers:hover{
    color: #FFF;
    background: #CE1F26;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.dots{
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.dots:hover{
    background: transparent;
    color: #000;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.prev{
    padding-left: 35px;
    border: solid 1px #eee;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.prev:before{
    content: "\e879";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    line-height: 1;
    color: #666;
    -webkit-transform: translate(15px, -50%);
    -moz-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.prev:hover:before{
    color: #FFF;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.next{
    padding-right: 35px;
    border: solid 1px #eee;
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.next:before{
    content: "\e87a";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    right: 0;
    line-height: 1;
    color: #666;
    -webkit-transform: translate(-15px, -50%);
    -moz-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-1 .page-numbers.next:hover:before{
    color: #FFF;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}





/*Layout 2*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-2{
    padding: 15px;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers{
    position: relative;
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #65686D;
    padding: 0 15px;
    line-height: 35px;
    border: 1px solid #65686D;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers:hover{
    background: #CE1D27;
    color: #FFF;
    border-color: #CE1D27;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.dots{
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.dots:hover{
    background: transparent;
    color: #000;
    border: none;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.prev{
    padding-left: 35px;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.prev:before{
    content: "\e879";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    line-height: 1;
    color: #444;
    -webkit-transform: translate(15px, -50%);
    -moz-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.prev:hover:before{
    color: #FFF;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.next{
    padding-right: 35px;
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.next:before{
    content: "\e87a";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    right: 0;
    line-height: 1;
    color: #444;
    -webkit-transform: translate(-15px, -50%);
    -moz-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-2 .page-numbers.next:hover:before{
    color: #FFF;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}







/*Layout 3*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-3{
    position: relative;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,1) 38%, rgba(232,230,247,1) 58%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(38%, rgba(235,232,252,1)), color-stop(58%, rgba(232,230,247,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,1) 38%, rgba(232,230,247,1) 58%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,1) 38%, rgba(232,230,247,1) 58%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,1) 38%, rgba(232,230,247,1) 58%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(235,232,252,1) 38%, rgba(232,230,247,1) 58%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    padding: 15px;
}
/*.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-3{
    position: relative;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,205,209,1) 43%, rgba(255,204,207,1) 63%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(43%, rgba(252,205,209,1)), color-stop(63%, rgba(255,204,207,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,205,209,1) 43%, rgba(255,204,207,1) 63%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,205,209,1) 43%, rgba(255,204,207,1) 63%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,205,209,1) 43%, rgba(255,204,207,1) 63%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(252,205,209,1) 43%, rgba(255,204,207,1) 63%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    padding: 15px;

}*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-3:after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 50%;
    width: 80%;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 2px 6px 1px rgba(100,100,100,0.1);
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers{
    position: relative;
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    font-weight: 700;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers:hover{
    background: #7D64F3;
    color: #FFF;
    border-color: #7D64F3;
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.dots:hover{
    background: transparent;
    color: #000;
}
/*.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers:hover{
    background: #CE1F26;
    color: #FFF;
    border-color: #CE1F26;
}*/
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev{
    padding-left: 35px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 30px;
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev:before{
    content: "\e879";
    position: absolute;
    font-weight: 500;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    line-height: 1;
    color: #000;
    -webkit-transform: translate(15px, -50%);
    -moz-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev:hover{
    background: transparent;
    color: #7D64F3;
}
/*.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev:hover{
    background: transparent;
    color: #CE1F26;
}*/
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev:hover:before{
    color: #7D64F3;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
/*.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.prev:hover:before{
    color: #CE1F26;
    -webkit-transform: translate(10px, -50%);
       -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
         -o-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
}*/
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next{
    padding-right: 35px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 30px;
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next:hover{
    background: transparent;
    color: #7D64F3;
}
/*.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next:hover{
    background: transparent;
    color: #CE1F26;
}*/
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next:before{
    content: "\e87a";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    right: 0;
    line-height: 1;
    color: #000;
    font-weight: 500;
    -webkit-transform: translate(-15px, -50%);
    -moz-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next:hover:before{
    color: #7D64F3;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}
/*.ebd-pagination-wrap.ebd-pagination-template-3 .page-numbers.next:hover:before{
    color: #CE1F26;
    -webkit-transform: translate(-10px, -50%);
       -moz-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
         -o-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
}*/







/*Layout 4*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-5{
    position: relative;
    padding: 15px;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    text-decoration: none;
    font-size: 12px;
    border: none;
    font-weight: 500;
    color: #000;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    text-align: center;
    line-height: 35px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers:hover{
    background: #f56407;
    color: #FFF;
    border-color: #f56407;
}
/*.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers:hover{
    background: #5EA032;
    color: #FFF;
    border-color: #5EA032;
}*/
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.dots,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.dots{
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.dots:hover,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.dots:hover{
    background: transparent;
    color: #000;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.prev,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next{
    width: 35px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    visibility: collapse;
    vertical-align: middle;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.prev:before,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next:before{
    content: "\e875";
    font-size: 14px;
    visibility: visible;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: Linearicons-Free;
    left: 0;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next:before,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next:before{
    content: "\e876";
}
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.prev:hover:before,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next:hover:before{
    color: #FFF;
    background: #f56407;
}
/*.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.prev:hover:before,
.ebd-pagination-wrap.ebd-pagination-template-5 .page-numbers.next:hover:before{
    color: #FFF;
    background: #5EA032;
}*/









/*Layout 5*/
.ebd-directory-listing-wrap .ebd-pagination-wrap.ebd-pagination-template-4{
    position: relative;
    padding: 15px;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
    border: none;
    font-weight: 500;
    color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers:hover{
    color: #208ef0;
}
/*.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.current,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers:hover{
    color: #208ef0;
}*/
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.dots{
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.dots:hover{
    background: transparent;
    color: #000;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.current:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #208ef0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.prev,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next{
    width: 35px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    visibility: collapse;
    vertical-align: middle;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.prev:before,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next:before{
    content: "\e879";
    font-size: 14px;
    visibility: visible;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: Linearicons-Free;
    left: 0;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next:before,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next:before{
    content: "\e87a";
}
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.prev:hover:before,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next:hover:before{
    color: #208ef0;
}
/*.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.prev:hover:before,
.ebd-pagination-wrap.ebd-pagination-template-4 .page-numbers.next:hover:before{
    color: #208ef0;
}*/











/*Toggle View*/
.ebd-view-toggle-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    margin: 20px 0;
}
.ebd-view-toggle-wrap .ebd-view-toggle-trigger{
    display: inline-block;
    float: left;
    border-bottom: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FFF;
    color: #e0e0e0;
    font-size: 18px;
    border: solid 1px #e2e3dc !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-view-toggle-wrap .ebd-view-toggle-trigger.ebd-list-view-icon{
    margin-right: 10px;
}
.ebd-view-toggle-wrap .ebd-view-toggle-trigger.ebd-map-view-icon{
    margin-left: 10px;
}
.ebd-view-toggle-wrap .ebd-view-toggle-trigger.ebd-current-view,
.ebd-view-toggle-wrap .ebd-view-toggle-trigger:hover{
    border-color: #3c3b3b !important;
    background: #3C3B3B;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*Title Section*/
.ebd-main-wrap .ebd-directory-listing-wrap h2{
    font-size: 28px;
    margin: 20px 0;
    text-transform: capitalize;
}

/*Search layout*/
.ebd-search-form-wrap{
    display: block;
    width: 100%;
}
.ebd-search-form-wrap form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-search-form-wrap form .ebd-search-field{
    width: 21.25%;
    padding-right: 15px;
    line-height: 1;
}
.ebd-search-form-wrap form .ebd-search-field.ebd-srch-submit-field{
    width: 15% !important;
    padding-right: 0;
    text-align: right;
}
.ebd-search-form-wrap.ebd-search-secs-3 form .ebd-search-field{
    width: 28.33%;
}
.ebd-search-form-wrap.ebd-search-secs-2 form .ebd-search-field{
    width: 42.5%;
}
.ebd-search-form-wrap.ebd-search-secs-1 form .ebd-search-field{
    width: 85%;
}


/*Search Layout 1*/
.ebd-search-form-wrap.ebd-search-template-1 form{
    -ms-flex-align: flex-end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.ebd-search-template-1 .ebd-search-field .ebd-title-field-lbl{
    font-size: 13px;
    font-weight: 700;
    color: #1f1f21;
    display: block;
    margin-bottom: 8px;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]{
    padding: 0 10px;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    background: #FFF;
    color: #1f1f21;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]:focus{
    border: 1px solid #aaa;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]::-moz-placeholder{
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]::placeholder{
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]::-webkit-input-placeholder{
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-1 .ebd-search-field input[type="text"]::-ms-input-placeholder{
    color: #666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-1 .ebd-search-field select{
    font-size: 13px;
    font-weight: 400;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding: 0 25px 0 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-image: url(../images/down-icon-1.png);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-1 .ebd-search-field select:focus{
    border: 1px solid #aaa;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-1 .ebd-search-field input[type="submit"]{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #79c33a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-1 .ebd-search-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-1 .ebd-search-field.ebd-srch-submit-field{
    margin-top: 21px;
}





/*Search Layout 2*/
.ebd-search-form-wrap.ebd-search-template-2 form{
    -ms-flex-align: flex-end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.ebd-search-template-2 .ebd-search-field .ebd-title-field-lbl{
    display: none;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]{
    padding: 0 15px;
    width: 100%;
    line-height: 45px;
    font-size: 13px;
    height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    background: #FFF;
    color: #1f1f21;
    border: 1px solid #b7b7b7;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]:focus{
    border: 1px solid #aaa;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]::-moz-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]::placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]::-webkit-input-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-2 .ebd-search-field input[type="text"]::-ms-input-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-2 .ebd-search-field select{
    font-size: 13px;
    font-weight: 700;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding: 0 25px 0 15px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #b7b7b7;
    background-image: url(../images/down-icon-2.png);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right 12px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-2 .ebd-srch-submit-field{
    position: relative;
}
.ebd-search-template-2 .ebd-srch-submit-field:before{
    content: "\e86f";
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    margin-left: 23%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-search-template-2 .ebd-search-field select:focus{
    border: 1px solid #aaa;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-2 .ebd-search-field input[type="submit"]{
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    padding-left: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #ce1e28;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-2 .ebd-search-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}







/*Search Layout 3*/
.ebd-search-form-wrap.ebd-search-template-3 form{
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border: solid 1px #A2A2A2;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
}
.ebd-search-form-wrap.ebd-search-template-3.ebd-clear-include form{
    margin-bottom: 50px;
    position: relative;
}
.ebd-search-form-wrap.ebd-search-template-3.ebd-clear-include form .ebd-srch-clear-field{
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
}
.ebd-search-form-wrap.ebd-search-template-3.ebd-clear-include form .ebd-srch-clear-field:before{
    display: none;
}
.ebd-search-form-wrap.ebd-search-template-3 .ebd-search-field{
    padding-right: 2px;
}

.ebd-search-template-3 .ebd-search-field .ebd-title-field-lbl{
    display: none;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]{
    padding: 0 15px;
    width: 100%;
    line-height: 42px;
    font-size: 13px;
    height: 42px;
    border: none;
    font-weight: 500;
    background: #FFF;
    color: #1f1f21;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-3 .ebd-search-field{
    position: relative;
}
.ebd-search-template-3 .ebd-search-field:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #c3c3c3;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]:focus{
    border: none;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]::-moz-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]::placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]::-webkit-input-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-3 .ebd-search-field input[type="text"]::-ms-input-placeholder{
    color: #666;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-3 .ebd-search-field select{
    font-size: 13px;
    font-weight: 700;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding: 0 25px 0 15px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    border: none;
    background-image: url(../images/down-icon-2.png);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-3 .ebd-srch-submit-field{
    position: relative;
}
.ebd-search-template-3 .ebd-srch-submit-field:after{
    content: "\e86f";
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    font-family: Linearicons-Free;
    top: 50%;
    right: 0;
    margin-right: 18%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-search-template-3 .ebd-search-field select:focus{
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-3 .ebd-search-field input[type="submit"]{
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    padding: 0;
    padding-right: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #7d64f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-3 .ebd-search-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-3 .ebd-search-field.ebd-srch-submit-field:before{
    display: none;
}
.ebd-search-form-wrap.ebd-search-template-3 form .ebd-search-form-main-fields-wrap .ebd-search-field:nth-last-of-type(2):before{
    display: none;
}







/*Search Layout 4*/
.ebd-search-form-wrap.ebd-search-template-4 form{
    -ms-flex-align: flex-end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.ebd-search-template-4 .ebd-search-field .ebd-title-field-lbl{
    display: none;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]{
    padding: 0px;
    width: 100%;
    line-height: 45px;
    font-size: 13px;
    height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    background: #FFF;
    color: #1f1f21;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]:focus{
    border-bottom: 1px solid #666;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]::-moz-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]::placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]::-webkit-input-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-4 .ebd-search-field input[type="text"]::-ms-input-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-4 .ebd-search-field select{
    font-size: 13px;
    font-weight: 500;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding: 0px 25px 0 0;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    background-image: url(../images/down-icon-3.png);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right 3px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-4 .ebd-srch-submit-field{
    position: relative;
}
.ebd-search-template-4 .ebd-search-field select:focus{
    border-bottom: 1px solid #666;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-template-4 .ebd-search-field input[type="submit"]{
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #208ef0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-4 .ebd-search-field input[type="submit"]:hover{
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}






/*Search Layout 5*/
.ebd-search-form-wrap.ebd-search-template-5 form{
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding-right: 60px;
}

.ebd-search-form-wrap.ebd-search-template-5.ebd-clear-include form{
    margin-bottom: 50px;
    position: relative;
}
.ebd-search-form-wrap.ebd-search-template-5.ebd-clear-include form .ebd-srch-clear-field{
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
}
.ebd-search-form-wrap.ebd-search-template-5 form .ebd-search-field{
    width: 25%;
    padding-right: 0;
    position: relative;
}
.ebd-search-form-wrap.ebd-search-template-5.ebd-search-secs-3 form .ebd-search-field{
    width: 33.33%;
}
.ebd-search-form-wrap.ebd-search-template-5.ebd-search-secs-2 form .ebd-search-field{
    width: 50%;
}
.ebd-search-form-wrap.ebd-search-template-5.ebd-search-secs-1 form .ebd-search-field{
    width: 100%;
}
.ebd-search-template-5 .ebd-search-field .ebd-title-field-lbl{
    display: none;
}
.ebd-search-template-5 .ebd-search-field input[type="text"]{
    padding: 0 15px 0 32px;
    width: 100%;
    line-height: 60px;
    font-size: 13px;
    height: 60px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    background: #FFF;
    color: #1f1f21;
    border: none;
    border-right: solid 1px #D6D6D6;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-5 .ebd-search-field input[type="text"]::-moz-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-5 .ebd-search-field input[type="text"]::placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-5 .ebd-search-field input[type="text"]::-webkit-input-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-template-5 .ebd-search-field input[type="text"]::-ms-input-placeholder{
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-search-form-wrap input:focus{
    outline: none !important;
}
.ebd-search-template-5 .ebd-search-field select{
    font-size: 13px;
    font-weight: 500;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    padding: 0 35px 0 32px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: none;
    border-right: solid 1px #D6D6D6;
    background-image: url(../images/down-icon-3.png);
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right 18px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-5 .ebd-srch-submit-field{
    position: relative;
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-search-field:before{
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-left: 12px;
    font-size: 14px;
    z-index: 1;
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-search-field.ebd-search-keyword:before{
    content: "\f15b";
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-search-field.ebd-search-location:before{
    content: "\f041";
    font-size: 16px;
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-search-field.ebd-directory-category:before{
    content: "\f07b";
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-search-field.ebd-directory-tags:before{
    content: "\f02b";
    font-size: 16px;
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-srch-submit-field:before{
    content: "\e86f";
    position: absolute;
    z-index: 0;
    font-size: 20px;
    font-weight: 500;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    background: #f56407;
    color: #FFF;
    font-family: Linearicons-Free;
    top: 50%;
    left: -1px;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-form-wrap.ebd-search-template-5 .ebd-srch-submit-field:hover:before{
    background: #000;
}
.ebd-search-template-5 .ebd-search-field select:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ebd-search-form-wrap.ebd-search-template-5 form .ebd-search-field.ebd-srch-submit-field{
    width: 60px !important;
    position: absolute;
    top: 0;
    right: 0;
}
.ebd-search-template-5 .ebd-search-field input[type="submit"]{
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    padding-left: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #f56407;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-search-template-5 .ebd-search-field input[type="submit"]:hover{
    background: #000;
}

.ebd-search-form-main-fields-wrap{
    display: block;
    width: 100%;
}
.ebd-search-form-main-fields-wrap:before,
.ebd-search-form-main-fields-wrap:after{
    display: table;
    clear: both;
    content: "";
}
.ebd-search-form-wrap form .ebd-search-field{
    float: left;
    display: inline-block;
}




/*Directory Detail Page*/

.ebd-detail-template-main-wrap{
    font-family: 'Roboto', sans-serif;
}
/*.ebd-detail-template-main-wrap article{
    padding: 60px !important;
}*/

/*Directory Detail Template 1*/
.ebd-detail-template-1 .ebd-directory-image img{
    /*width: 100%;*/
    vertical-align: top;
}
.ebd-detail-template-1 .ebd-singl-dtl-top-wrap{
    position: relative;
}
.ebd-detail-template-1 .ebd-singl-dtl-top-wrap .ebd-second-wrap-insdimg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ebd-detail-template-1 .ebd-directory-category{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 45px;
}
.ebd-detail-template-1 .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-right: 3px;
}
.ebd-detail-template-1 .ebd-directory-category .ebd-each-category a{
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    background: #f56c5c;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-directory-category .ebd-each-category a:hover{
    background: #FFF;
    color: #f56c5c;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
}
.ebd-detail-template-1 .ebd-singlpge-expiry-dte{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 45px;
    line-height: 1;
}
.ebd-detail-template-1 .ebd-singlpge-expiry-dte span{
    color: #FFF;
    font-size: 14px;
    vertical-align: baseline;
    line-height: 1;
}
.ebd-detail-template-1 .ebd-singlpge-expiry-dte span.lnr{
    font-size: 16px;
    padding-right: 8px;
    line-height: 1;
}
.ebd-detail-template-1 .ebd-secndwrap-desc h1{
    margin: 20px 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    color: #0D0D0D;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-content-wrap p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #686870;
    margin-top: 0;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap{
    padding: 45px;
    background: #f2f2f2;
    font-size: 14px;
    color: #66696F;
    font-weight: 400;
    margin: 40px 0;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information{
    margin-bottom: 20px;
    display: block;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information:last-of-type{
    margin-bottom: 0;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value{
    position: relative;
    padding-left: 35px;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value:before,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: -1px;
    left: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-emailsc:before{
    content: "\e818";
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-websc:before{
    content: "\e86b";
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-phnsc:before{
    content: "\e830";
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value.ebd-singl-dtl-addrsc:before{
    content: "\e833";
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value a{
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:hover,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value a:hover{
    color: #f56c5c;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:before,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value a:before{
    content: "";
    position: absolute;
    top: -moz-calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    width: 0;
    height: 1px;
    background: #f56c5c;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:hover:before,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value a:hover:before{
    width: 100%;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-custom-fields-wrap .ebd-each-custom-field{
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #686870;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-custom-fields-wrap .ebd-each-custom-field .ebd-label{
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    color: #0d0d0d;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap{
    display: block;
    position: relative;
    margin-bottom: 35px;
    margin-top: 30px;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap:after,
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap:before{
    display: table;
    content: "";
    clear: both;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery{
    float: left;
    width: 12.28125%;
    margin-right: 0.25%;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:nth-of-type(8n){
    margin-right: 0;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery img{
    vertical-align: top;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover img{
    -webkit-transform: scale(1.2) translateZ(0);
    -moz-transform: scale(1.2) translateZ(0);
    -ms-transform: scale(1.2) translateZ(0);
    -o-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:before{
    content: "\e827";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    -webkit-transform: translateZ(0) scale(0.5);
    -moz-transform: translateZ(0) scale(0.5);
    -ms-transform: translateZ(0) scale(0.5);
    -o-transform: translateZ(0) scale(0.5);
    transform: translateZ(0) scale(0.5);
    margin-top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    z-index: 1;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:before{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:after{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-foot-wrap-tagsnsoc{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-detail-template-1 .ebd-social-information a{
    display: inline-block;
    margin-right: 3px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-social-information a:last-of-type{
    margin-right: 0;
}
.ebd-detail-template-1 a.ebd-facebook-icn{
    background: #3a559f;
}
.ebd-detail-template-1 a.ebd-twitter-icn{
    background: #7cc5f8;
}
.ebd-detail-template-1 a.ebd-instagram-icn{
    background: #cc3731;
}
.ebd-detail-template-1 a.ebd-instagram-icn{
    background: #010101;
}
.ebd-detail-template-1 a.ebd-youtube-icn{
    background: #ff0000;
}
.ebd-detail-template-1 a.ebd-linkedin-icn{
    background: #0083be;
}
.ebd-detail-template-1 a.ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-detail-template-1 .ebd-social-information a:hover{
    color: #FFF;
    background: #000;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 3px;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-directory-tags .ebd-each-tag a{
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #363636;
    background: #f2f2f2;
    border: solid 1px #D7D7D7;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-1 .ebd-secndwrap-desc .ebd-directory-tags .ebd-each-tag a:hover{
    color: #FFF;
    background: #363636;
    border-color: #363636;

}
.ebd-detail-template-1 .ebd-google-map-wrap{
    margin-bottom: 40px;
}
.ebd-detail-template-1 .ebd-google-map-wrap #ebd-google-map{
    min-height: 300px;
}
.ebd-detail-template-1 .ebd-info-value iframe{
    width: 100%;
    min-height: 400px;
}





/*Directory Detail Template 2*/

.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-directory-category{
    display: block;
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category a{
    position: relative;
    padding-left: 15px;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category a:hover{
    color: #1864F8;
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category:first-of-type a{
    padding-left: 0;
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category a:before{
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1864f8;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-detail-template-2 .ebd-directory-category .ebd-each-category:first-of-type a:before{
    display: none;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap h1{
    font-size: 32px;
    margin: 10px 0;
    font-weight: 500;
    color: #000;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-singlpge-expiry-dte{
    display: inline-block;
    margin-right: 15px;
    color: #777;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-singlpge-expiry-dte span.lnr{
    padding-right: 6px;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags:before{
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -moz-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    -o-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
    left: 0;
    height: 18px;
    background: #777;
    width: 2px;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags span.ebd-each-tag a{
    padding-right: 10px;
    color: #777;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags span.ebd-each-tag a:hover{
    color: #1864f8;
}
.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-directory-image{
    display: block;
    margin-bottom: 30px;
}
/*.ebd-detail-template-2 .ebd-singl-dtl-top-wrap .ebd-directory-image img{
    width: 100%;
}*/
.ebd-detail-template-2 .ebd-secndwrap-desc{
    display: block;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-content-wrap p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #666;
    margin-top: 0;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-custom-fields-wrap{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #666;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-custom-fields-wrap a:hover{
    color: #1864F8;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-custom-fields-wrap .ebd-each-custom-field{
    display: block;
    margin-bottom: 20px;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-custom-fields-wrap .ebd-label{
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap{
    display: block;
    position: relative;
    margin-bottom: 35px;
    margin-top: 30px;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap:after,
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap:before{
    display: table;
    content: "";
    clear: both;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery{
    float: left;
    width: 12.28125%;
    margin-right: 0.25%;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:nth-of-type(8n){
    margin-right: 0;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery img{
    vertical-align: top;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover img{
    -webkit-transform: scale(1.2) translateZ(0);
    -moz-transform: scale(1.2) translateZ(0);
    -ms-transform: scale(1.2) translateZ(0);
    -o-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:before{
    content: "\e827";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    -webkit-transform: translateZ(0) scale(0.5);
    -moz-transform: translateZ(0) scale(0.5);
    -ms-transform: translateZ(0) scale(0.5);
    -o-transform: translateZ(0) scale(0.5);
    transform: translateZ(0) scale(0.5);
    margin-top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    z-index: 1;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:before{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:after{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc{
    display: block;
    background: #2C2F34;
    padding: 30px;
    color: #FFF;
    font-size: 14px;
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-contact-information-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-contact-information-wrap .ebd-each-contact-information{
    display: inline-block;
    margin-right: 10px;
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value{
    position: relative;
    padding-left: 25px;
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value a{
    color: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value a:hover{
    color: #1b63f6;
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value:before,
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: 0px;
    left: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-emailsc:before{
    content: "\e818";
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-websc:before{
    content: "\e86b";
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-phnsc:before{
    content: "\e830";
}
.ebd-detail-template-2 .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-addrsc:before{
    content: "\e833";
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-social-information{
    display: block;
    margin-top: 25px;
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-social-information span{
    padding-right: 10px;
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-social-information a{
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    background: #656565;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-2 .ebd-foot-wrap-tagsnsoc .ebd-social-information a:hover{
    background: #1b63f6;
}

.ebd-detail-template-2 .ebd-info-value iframe{
    width: 100%;
    min-height: 400px;
}
.ebd-detail-template-2 .ebd-google-map-wrap{
    margin-bottom: 40px;
}
.ebd-detail-template-2 .ebd-google-map-wrap #ebd-google-map{
    min-height: 300px;
}







/*Directory Detail Template 3*/
.ebd-detail-template-3{
    font-size: 14px;
    display: block;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap{
    display: block;
}
.ebd-detail-template-3 .ebd-directory-category{
    display: block;
}
.ebd-detail-template-3 .ebd-directory-category .ebd-each-category{
    display: inline-block;
    margin-right: 4px;
}
.ebd-detail-template-3 .ebd-content-wrap p{
    margin-top: 0;
}
.ebd-detail-template-3 .ebd-directory-category .ebd-each-category a{
    display: block;
    padding: 0 10px;
    line-height: 28px;
    background: #f56c5c;
    text-transform: capitalize;
    color: #FFF;
    border: solid 1px #F56C5C;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-directory-category .ebd-each-category a:hover{
    background: transparent;
    color: #f56c5c;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap h1{
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    display: block;
    margin: 10px 0;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 20px;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags span.lnr{
    margin-right: 12px;
    font-weight: 500;
    font-size: 16px;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags .ebd-each-tag{
    display: inline-block;
    margin-right: 15px;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags .ebd-each-tag:last-of-type{
    margin-right: 0;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags .ebd-each-tag a{
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-singl-dtl-top-wrap .ebd-singlpg-expntags .ebd-directory-tags .ebd-each-tag a:hover{
    color: #f56c5c;
}
/*.ebd-detail-template-3 .ebd-directory-image img{
    width: 100%;
}*/
.ebd-detail-template-3 .ebd-secndwrap-desc{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 340px;
    margin: 0 auto;
}
.ebd-detail-template-3 .ebd-secndwrap-desc:before,
.ebd-detail-template-3 .ebd-secndwrap-desc:after{
    display: table;
    content: "";
    clear: both;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-singdtl-mnbar{
    width: 100%;
    /*padding-right: 350px;*/
    float: left;
    font-weight: 400;
    padding-top: 30px;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-foot-wrap-tagsnsoc{
    width: 300px;
    position: relative;
    display: block;
    margin-top: 30px;
    padding: 25px 20px;
    border: 1px solid #eee;
    font-weight: 400;
    color: #3a3a3a;
    float: right;
    margin-right: -340px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information{
    margin-bottom: 20px;
    display: block;
    padding-left: 35px;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value{
    position: relative;
    padding-left: 0px;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value:before{
    position: absolute;
    font-family: Linearicons-Free;
    top: -2px;
    left: 0;
    margin-left: -35px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-emailsc:before{
    content: "\e818";
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-websc:before{
    content: "\e86b";
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value.ebd-singl-dtl-phnsc:before{
    content: "\e830";
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value.ebd-singl-dtl-addrsc:before{
    content: "\e833";
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a,
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-location-information .ebd-info-value a{
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:hover{
    color: #f56c5c;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:before{
    content: "";
    position: absolute;
    top: -moz-calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    width: 0;
    height: 1px;
    background: #f56c5c;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-contact-information-wrap .ebd-each-contact-information .ebd-info-value a:hover:before{
    width: 100%;
}
.ebd-detail-template-3 .ebd-social-information{
    display: block;
    margin-top: 25px;
}
.ebd-detail-template-3 .ebd-social-information a{
    display: inline-block;
    margin-right: 3px;
    font-size: 22px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-social-information a:hover{
    color: #FFF;
    background: #f56c5c;
}
.ebd-detail-template-3 .ebd-social-information a:last-of-type{
    margin-right: 0;
}
.ebd-detail-template-3 a.ebd-facebook-icn{
    background: #3a559f;
}
.ebd-detail-template-3 a.ebd-twitter-icn{
    background: #7cc5f8;
}
.ebd-detail-template-3 a.ebd-googleplus-icn{
    background: #cc3731;
}
.ebd-detail-template-3 a.ebd-instagram-icn{
    background: #010101;
}
.ebd-detail-template-3 a.ebd-youtube-icn{
    background: #ff0000;
}
.ebd-detail-template-3 a.ebd-linkedin-icn{
    background: #0083be;
}
.ebd-detail-template-3 a.ebd-pinterest-icn{
    background: #bd081b;
}
.ebd-detail-template-3 .ebd-custom-fields-wrap .ebd-each-custom-field{
    margin-bottom: 25px;
    display: block;
}
.ebd-detail-template-3 .ebd-custom-fields-wrap .ebd-each-custom-field .ebd-label{
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap{
    display: block;
    position: relative;
    margin-bottom: 0px;
    margin-top: 30px;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap:after,
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap:before{
    display: table;
    content: "";
    clear: both;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery{
    float: left;
    width: 16.458333%;
    margin-right: 0.25%;
    margin-bottom: 2px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:nth-of-type(6n){
    margin-right: 0;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery img{
    vertical-align: top;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover img{
    -webkit-transform: scale(1.2) translateZ(0);
    -moz-transform: scale(1.2) translateZ(0);
    -ms-transform: scale(1.2) translateZ(0);
    -o-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:before{
    content: "\e827";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    -webkit-transform: scale(0.5) translateZ(0);
    -moz-transform: scale(0.5) translateZ(0);
    -ms-transform: scale(0.5) translateZ(0);
    -o-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    margin-top: -10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    z-index: 1;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:before{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5) translateZ(0);
    -moz-transform: scale(0.5) translateZ(0);
    -ms-transform: scale(0.5) translateZ(0);
    -o-transform: scale(0.5) translateZ(0);
    transform: scale(0.5) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-detail-template-3 .ebd-secndwrap-desc .ebd-gallery-wrap .ebd-each-gallery:hover a:after{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ebd-detail-template-3 .ebd-info-value iframe{
    width: 100%;
    min-height: 400px;
}
.ebd-detail-template-3 .ebd-google-map-wrap{
    margin-top: 30px;
    margin-bottom: 0;
}
.ebd-detail-template-3 .ebd-google-map-wrap #ebd-google-map{
    min-height: 300px;
}






/*Directory Dashboard*/

.entry-content .ebd-dashboard-wrap a{
    border-bottom: none;
}
.ebd-dashboard-wrap{
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.ebd-dashboard-wrap .ebd-dashboard-head .ebd-dashboard-row{
    background: #f6fafb;
}
.ebd-dashboard-wrap .ebd-dashboard-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.ebd-dashboard-wrap .ebd-dashboard-head .ebd-dashboard-row .ebd-dashboard-col{
    padding: 20px 10px;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col{
    padding: 10px;
    display: inline-block;
}
.ebd-dashboard-wrap .ebd-dashboard-head .ebd-dashboard-row{
    border-top: none;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col.ebd-dashboard-sn{
    width: 50px;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col.ebd-dashboard-ttl{
    width: 250px;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col.ebd-dashboard-date{
    width: 120px;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col.ebd-dashboard-status{
    width: 100px;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-col.ebd-dashboard-action{
    width: 170px;
}
.ebd-dashboard-wrap .ebd-dashboard-head .ebd-dashboard-row{
    font-weight: 700;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-row:nth-of-type(even){
    background: #f6fafb;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-row:nth-of-type(odd){
    background: #fcfffe;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
    margin-right: 3px;
    border: solid 1px transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-edit{
    background: #a3dcc2;
    border-color: #a3dcc2;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a span{
    display: block;
    line-height: 28px;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-delete{
    background: #ffc2b6;
    border-color: #ffc2b6;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-view{
    background: #a0c2f3;
    border-color: #a0c2f3;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a:hover{
    background: transparent;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-edit:hover{
    color: #a3dcc2;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-delete:hover{
    color: #ffc2b6;
}
.ebd-dashboard-wrap .ebd-dashboard-body .ebd-dashboard-action a.ebd-view:hover{
    color: #a0c2f3;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-ttl a{
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-dashboard-wrap .ebd-dashboard-row .ebd-dashboard-ttl a:hover{
    color: #f56c5c;
}
/*Directory Dashboard Pagination*/

/*Layout 3*/
.ebd-dashboard-wrap  .ebd-pagination-wrap{
    position: relative;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,0.31) 38%, rgba(232,230,247,0.31) 58%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(38%, rgba(235,232,252,0.31)), color-stop(58%, rgba(232,230,247,0.31)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,0.31) 38%, rgba(232,230,247,0.31) 58%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,0.31) 38%, rgba(232,230,247,0.31) 58%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(235,232,252,0.31) 38%, rgba(232,230,247,0.31) 58%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(235,232,252,0.31) 38%, rgba(232,230,247,0.31) 58%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    padding: 15px;
    text-align: center;
    display: block;
    margin-top: 40px;
}
.ebd-dashboard-wrap  .ebd-pagination-wrap:after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 50%;
    width: 80%;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 2px 6px 1px rgba(100,100,100,0.1);
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers{
    position: relative;
    display: inline-block;
    margin-right: 2px;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    border: none;
    font-weight: 700;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers:hover,
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.current{
    background: #a0c2f3;
    color: #FFF;
    border-color: #a0c2f3;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.dots:hover{
    background: transparent;
    color: #000;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.prev{
    padding-left: 35px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 30px;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.prev:before{
    content: "\e879";
    position: absolute;
    font-weight: 500;
    font-family: Linearicons-Free;
    top: 50%;
    left: 0;
    line-height: 1;
    color: #000;
    -webkit-transform: translate(15px, -50%);
    -moz-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    -o-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.prev:hover{
    background: transparent;
    color: #a0c2f3;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.prev:hover:before{
    color: #a0c2f3;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.next{
    padding-right: 35px;
    padding-left: 15px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 30px;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.next:hover{
    background: transparent;
    color: #a0c2f3;
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.next:before{
    content: "\e87a";
    position: absolute;
    font-family: Linearicons-Free;
    top: 50%;
    right: 0;
    line-height: 1;
    color: #000;
    font-weight: 600;
    -webkit-transform: translate(-15px, -50%);
    -moz-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    -o-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%);
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.ebd-dashboard-wrap .ebd-pagination-wrap .page-numbers.next:hover:before{
    color: #a0c2f3;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}





/*Map Layouts*/
.gm-style-iw{
    background: #FFF;
}
.ebd-map-view-wrap .ebd-map-info-outer-wrap{
    width: 320px !important;
    height: 350px !important;
    overflow: unset;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
}
.ebd-map-view-wrap .ebd-map-info-outer-wrap > div{
    width: 100%;
    height: 100%;
    max-width: 320px !important;
    max-height: 350px !important;
    display: block;
    overflow: unset !important;
}
.ebd-map-view-wrap .ebd-map-info-outer-wrap{
    -webkit-box-shadow: 0px 24px 5px 1px rgba(0,0,0,0.075);
    box-shadow: 0px 24px 5px 1px rgba(0,0,0,0.075);
    top: 0 !important;
    max-height: 350px !important;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gm-style .gm-style-iw-t::after{
    display: none !important;
}

.ebd-map-view-wrap .ebd-map-info .ebd-info-content-wrap{
    padding: 25px 20px 25px;
    background: #FFF;
    height: 175px;
    overflow: hidden;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-title{
    display: block;
    margin-bottom: 15px;
    height: 20px;
    overflow: hidden;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-title a{
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #000;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-title a:hover{
    color: #fc6a52;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-address,
.ebd-map-view-wrap .ebd-map-info .ebd-info-phone,
.ebd-map-view-wrap .ebd-map-info .ebd-info-website{
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-website{
    margin-bottom: 0;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-address .ebd-address-icon,
.ebd-map-view-wrap .ebd-map-info .ebd-info-phone .ebd-phone-icon,
.ebd-map-view-wrap .ebd-map-info .ebd-info-website .ebd-website-icon{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 7px;
    left: 0;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-address .ebd-address-icon:before{
    content: "\e833";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Linearicons-Free;
    position: absolute;
    top: -8px;
    left: 0;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-phone .ebd-phone-icon:before{
    content: "\e830";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Linearicons-Free;
    position: absolute;
    top: -8px;
    left: 0;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-website .ebd-website-icon:before{
    content: "\e818";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Linearicons-Free;
    position: absolute;
    top: -8px;
    left: 0;
}
.ebd-map-view-wrap .ebd-map-info .ebd-info-website a{
    color: #999;
    border-color: #999;
}
.ebd-map-view-wrap .ebd-map-info a{
    color: #999;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-map-view-wrap .ebd-map-info a:hover{
    color: #fc6a52;
}
.ebd-map-info-close img{
    display: none !important;
}
.ebd-map-info-close{
    position: absolute !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    height: 25px !important;
    width: 25px !important;
    right: 38px !important;
    top: 0px !important;
    background: #f56407 !important;
    line-height: 25px !important;
    text-align: center !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-map-info-close:hover{
    background: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.ebd-map-info-close:before{
    content: "\e870";
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    font-family: Linearicons-Free;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-map-info-close:hover:before{
    color: #FFF;
}
.ebd-map-info-window{
    margin-left: 0px;
    margin-top: 0;
}
.ebd-map-info-arrow{
    margin-left: -24px;
}
.ebd-map-info-arrow div{
    display: none !important;
}
.ebd-map-info:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #FFF transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    margin-top: 25px;
}
.ebd-map-info:after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 17px 0 17px;
    border-color: rgba(0,0,0,0.031) transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    margin-top: 25px;
}
/*.ebd-map-info-arrow div:first-of-type{
    height: 50px !important;
    width: 31px !important;
    top: 0 !important;
    left: -8px !important;
}
.ebd-map-info-arrow div:first-of-type div{
    -webkit-transform: skewX(45deg) !important;
       -moz-transform: skewX(45deg) !important;
        -ms-transform: skewX(45deg) !important;
         -o-transform: skewX(45deg) !important;
            transform: skewX(45deg) !important;
    left: -10px !important;
    height: 46px !important;
    width: 31px !important;
}
.ebd-map-info-arrow div:last-of-type{
    top: -12px !important;
    height: 50px !important;
    width: 31px !important;
    left: 23px !important;
}
.ebd-map-info-arrow div:last-of-type div{
    -webkit-transform: skewX(-45deg) !important;
       -moz-transform: skewX(-45deg) !important;
        -ms-transform: skewX(-45deg) !important;
         -o-transform: skewX(-45deg) !important;
            transform: skewX(-45deg) !important;
    height: 50px !important;
    width: 31px !important;
    left: 15px !important;
    top: -4px !important;
}*/














/*.gm-style-iw{visibility:hidden;}
.gm-style-iw.ebd-map-info-outer-wrap {
    visibility: visible;
}*/

/*Featured Posts*/
/*Featured Ribbon Template 1*/
.ebd-directory-image{
    position: relative;
    /*overflow: hidden;*/
}
.ebd-each-directory img,
.ebd-info-image img{
    vertical-align: top;
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image{
    /*overflow: hidden;*/
}
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image img,
.ebd-main-wrap .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-feat-img-wrap .ebd-directory-image img{
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}
.ebd-ribbon-template-1 .ebd-featured-tag{
    position: absolute;
    z-index: 1;
    left: -60px;
    top: 25px;
    width: 200px;
    font-size: 14px;
    font-weight: 400;
    background: #79C33A;
    color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ebd-list-template-1 .ebd-ribbon-template-1 .ebd-directory-image,
.ebd-list-template-2 .ebd-ribbon-template-1 .ebd-directory-image,
.ebd-list-template-3 .ebd-ribbon-template-1 .ebd-feat-img-wrap,
.ebd-list-template-4 .ebd-ribbon-template-1 .ebd-feat-img-wrap,
.ebd-list-template-5 .ebd-ribbon-template-1 .ebd-directory-image{
    overflow: hidden;
}
.ebd-grid-template-3 .ebd-ribbon-template-1 .ebd-featured-tag,
.ebd-list-template-3 .ebd-ribbon-template-1 .ebd-featured-tag{
    top: auto;
    bottom: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ebd-list-template-4 .ebd-ribbon-template-1 .ebd-featured-tag{
    left: auto;
    right: -60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.ebd-grid-template-4 .ebd-ribbon-template-1 .ebd-dir-img-wrap{
    overflow: hidden;
}*/
/*Ribbon Template 2*/
.ebd-ribbon-template-2 .ebd-featured-tag{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 400;
    background: #7d64f3;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ebd-ribbon-template-2 .ebd-featured-tag:before{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #7d64f3;
}
.ebd-ribbon-template-2 .ebd-featured-tag:after{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #6f1910 transparent transparent;
}
.ebd-grid-template-3 .ebd-ribbon-template-2 .ebd-featured-tag{
    top: auto;
    bottom: 20px;
}
.ebd-list-template-3 .ebd-ribbon-template-2 .ebd-featured-tag{
    top: auto;
    bottom: 40px;
}
.ebd-list-template-4 .ebd-ribbon-template-2 .ebd-featured-tag{
    top: auto;
    bottom: 60px;
}
.ebd-list-template-5 .ebd-ribbon-template-2 .ebd-directory-image{
    overflow: visible !important;
}
.ebd-grid-template-5 .ebd-ribbon-template-2 .ebd-dir-img-wrap,
.ebd-grid-template-3 .ebd-ribbon-template-2 .ebd-dir-img-wrap,
.ebd-grid-template-1 .ebd-ribbon-template-2 .ebd-dir-img-wrap,
.ebd-grid-template-2 .ebd-ribbon-template-2 .ebd-dir-img-wrap{
    overflow: visible !important;
}
/*Ribbon Template 3*/
.ebd-ribbon-template-3 .ebd-featured-tag{
    position: absolute;
    z-index: 1;
    left: -60px;
    top: 25px;
    width: 200px;
    font-size: 14px;
    font-weight: 400;
    background: #f56407;
    color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 30px;
    line-height: 29px;
    border: 1px solid #FFF;
    text-align: center;
}
.ebd-ribbon-template-3 .ebd-featured-tag:before{
    position: absolute;
    top: 23px;
    left: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #6f1910 transparent transparent;
}
.ebd-ribbon-template-3 .ebd-featured-tag:after{
    position: absolute;
    top: 23px;
    right: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #6f1910 transparent transparent;
}
.ebd-list-template-1 .ebd-ribbon-template-3 .ebd-directory-image,
.ebd-list-template-2 .ebd-ribbon-template-3 .ebd-directory-image,
.ebd-list-template-3 .ebd-ribbon-template-3 .ebd-feat-img-wrap,
.ebd-list-template-4 .ebd-ribbon-template-3 .ebd-feat-img-wrap,
.ebd-list-template-5 .ebd-ribbon-template-3 .ebd-directory-image{
    overflow: hidden;
}
.ebd-grid-template-3 .ebd-ribbon-template-3 .ebd-featured-tag,
.ebd-list-template-3 .ebd-ribbon-template-3 .ebd-featured-tag{
    top: auto;
    bottom: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ebd-list-template-3 .ebd-ribbon-template-3 .ebd-featured-tag:before,
.ebd-grid-template-3 .ebd-ribbon-template-3 .ebd-featured-tag:before{
    position: absolute;
    top: -15px;
    left: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ebd-list-template-3 .ebd-ribbon-template-3 .ebd-featured-tag:after,
.ebd-grid-template-3 .ebd-ribbon-template-3 .ebd-featured-tag:after{
    position: absolute;
    top: -15px;
    right: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.ebd-list-template-4 .ebd-ribbon-template-3 .ebd-featured-tag{
    left: auto;
    right: -60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ebd-grid-template-2 .ebd-ribbon-template-3 .ebd-dir-img-wrap,
.ebd-grid-template-4 .ebd-ribbon-template-3 .ebd-directory-image,
.ebd-grid-template-4 .ebd-ribbon-template-1 .ebd-directory-image{
    overflow: hidden;
}
/*Ribbon Template 4*/
.ebd-ribbon-template-4 .ebd-featured-tag{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;
    font-size: 14px;
    padding: 0 30px 0 20px;
    font-weight: 400;
    background: #CE1D27;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ebd-ribbon-template-4 .ebd-featured-tag:before{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #6f1910 transparent transparent;
}
.ebd-list-template-5 .ebd-ribbon-template-4 .ebd-directory-image{
    overflow: visible !important;
}
.ebd-grid-template-3 .ebd-ribbon-template-4 .ebd-featured-tag{
    top: auto;
    bottom: 20px;
}
.ebd-list-template-3 .ebd-ribbon-template-4 .ebd-featured-tag{
    top: auto;
    bottom: 40px;
}
.ebd-list-template-4 .ebd-ribbon-template-4 .ebd-featured-tag{
    top: auto;
    bottom: 60px;
}
.ebd-grid-template-5 .ebd-ribbon-template-4 .ebd-dir-img-wrap,
.ebd-grid-template-3 .ebd-ribbon-template-4 .ebd-dir-img-wrap,
.ebd-grid-template-1 .ebd-ribbon-template-4 .ebd-dir-img-wrap,
.ebd-grid-template-2 .ebd-ribbon-template-4 .ebd-dir-img-wrap{
    overflow: visible !important;
}
/*Ribbon Template 5*/
.ebd-ribbon-template-5 .ebd-featured-tag{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0px;
    font-size: 14px;
    padding: 0 15px 0 20px;
    font-weight: 400;
    background: #208ef0;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ebd-ribbon-template-5 .ebd-featured-tag:before{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-color: #208ef0 transparent transparent transparent;
}
.ebd-ribbon-template-5 .ebd-featured-tag:after{
    position: absolute;
    bottom: 0;
    left: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 12px;
    border-color: transparent transparent transparent #208ef0;
}
.ebd-list-template-1 .ebd-ribbon-template-5 .ebd-directory-image,
.ebd-list-template-2 .ebd-ribbon-template-5 .ebd-directory-image,
.ebd-list-template-3 .ebd-ribbon-template-5 .ebd-feat-img-wrap,
.ebd-list-template-4 .ebd-ribbon-template-5 .ebd-feat-img-wrap,
.ebd-list-template-5 .ebd-ribbon-template-5 .ebd-directory-image{
    overflow: hidden;
}
.ebd-grid-template-3 .ebd-ribbon-template-5 .ebd-featured-tag{
    top: auto;
    bottom: 20px;
}
.ebd-list-template-3 .ebd-ribbon-template-5 .ebd-featured-tag{
    top: auto;
    bottom: 40px;
}
.ebd-list-template-4 .ebd-ribbon-template-5 .ebd-featured-tag{
    top: auto;
    bottom: 60px;
}
/*Map Ribbon*/
.ebd-map-info.ebd-ribbon-template-1 .ebd-info-image,
.ebd-map-info.ebd-ribbon-template-3 .ebd-info-image{
    overflow: hidden;
    position: relative;
}
/*Small Width Container in widget*/
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-feat-img-wrap,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-feat-img-wrap,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-feat-img-wrap,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-feat-img-wrap,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-feat-img-wrap{
    width: 100%;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-each-directory .ebd-list-details-wrap{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory .ebd-list-details-wrap{
    width: 100%;
    padding: 20px 20px 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-3 .ebd-each-directory .ebd-list-details-wrap{
    width: 100%;
    padding: 10px 0 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-4 .ebd-each-directory .ebd-list-details-wrap{
    width: 100%;
    padding: 20px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-each-directory .ebd-list-details-wrap{
    width: 100%;
    padding: 20px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-directory-social{
    margin-bottom: 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-2 .ebd-each-directory.ebd-featured-directory{
    padding-top: 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-1 h2.ebd-list-title,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-2 h2.ebd-list-title,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-3 h2.ebd-list-title,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-4 h2.ebd-list-title,
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-5 h2.ebd-list-title{
    font-size: 18px;
    line-height: 1.35;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-location .ebd-location-sim-styl{
    display: block;
    width: 100%;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-5 .ebd-directory-tags{
    margin-bottom: 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-expiry-date{
    margin-top: 5px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-listing-wrap.ebd-list-template-1 .ebd-directory-social .ebd-social-links a{
    margin-bottom: 8px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout .ebd-main-grid-wrap .ebd-each-directory{
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    float: none;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap{
    padding: 15px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap{
    padding: 15px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 16px;
    line-height: 1.35;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 16px;
    line-height: 1.35;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    padding: 0 0 15px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-location{
    padding: 10px 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    padding: 15px 0 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-5 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    float: left;
    width: 100%;
    margin-top: 12px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 16px;
    line-height: 1.35;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description{
    padding: 15px 20px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 16px;
    line-height: 1.35;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap{
    padding: 10px 20px 20px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social{
    display: block;
    float: left;
    margin-top: 10px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-2 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    margin: 10px 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category{
    margin-bottom: 5px;
    margin-top: 5px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-listing-description p{
    margin-bottom: 10px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat{
    padding: 10px 0 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social{
    float: left;
    width: 100%;
    margin-top: 5px;
    display: block;
    text-align: center;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date{
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date:before{
    left: 0;
    right: 0;
    margin-left: -130px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social .ebd-social-links a{
    font-size: 16px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2{
    font-size: 16px;
    line-height: 1.35;
    padding: 0 15px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date .ebd-exp-date-wrap:before{
    display: none;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date .ebd-exp-date-wrap span{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-left: 25px;
}
.ebd-main-wrap.ebd-small-width-container .ebd-grid-layout.ebd-grid-template-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-expiry-date .ebd-exp-date-wrap span:before{
    content: "\e836";
    font-family: Linearicons-Free;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #208ef0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ebd-main-wrap .ebd-directory-listing-wrap .ebd-no-results-img img{
    display: block;
    margin: 20px auto 10px;
    max-width: 450px;
    width: 100%;
}
.ebd-main-wrap .ebd-directory-listing-wrap h2.ebd-no-result{
    font-size: 32px;
    display: block;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-image{
    height: 350px !important;
}
.ebd-main-wrap.ebd-small-width-container .ebd-directory-image img{
    min-height: 350px !important;
    object-fit: cover;
    height: 100%;
    max-height: 350px !important;
}

/*Front end Form*/
.ebd-login-form-wrapper .login-username label,
.ebd-login-form-wrapper .login-password label,
.ebd-login-form-wrapper .ebd-captcha-wrap label{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.ebd-login-form-wrapper .ebd-captcha-wrap label{
    margin-bottom: 5px;
}
.ebd-login-form-wrapper .login-username input[type="text"],
.ebd-login-form-wrapper .login-password input[type="password"]{
    display: block;
    width: 100%;
    max-width: 500px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin-top: 5px;
}
.ebd-login-form-wrapper .login-remember label{
    display: block;
    vertical-align: middle;
    font-size: 16px;
}
.ebd-login-form-wrapper .login-remember label input[type="checkbox"]{
    vertical-align: middle;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-top: -2px;
    margin-right: 2px;
}
.ebd-login-form-wrapper .login-submit{
    display: block;
}
.ebd-login-form-wrapper .login-submit input[type="submit"]{
    padding: 15px 20px;
    border: 1px solid #aaa;
    background: #fafafa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-login-form-wrapper input:focus{
    outline: none !important;
}
.ebd-login-form-wrapper .login-submit input[type="submit"]:hover{
    color: #FFF;
    background: #000;
    border-color: #000;
}

/*Widgets*/
.ebd-directory-categories-list-wrap,
.ebd-directory-tags-list-wrap{
    display: block;
}
.ebd-directory-tags-list-wrap .ebd-list-each-tag,
.ebd-directory-categories-list-wrap .ebd-list-each-category{
    display: inline-block;
    margin: 5px 3px;
}
.ebd-directory-tags-list-wrap .ebd-list-each-tag a,
.ebd-directory-categories-list-wrap .ebd-list-each-category a{
    display: block;
    padding: 10px;
    border: 1px solid #e4e4e4;
    color: #777;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-directory-tags-list-wrap .ebd-list-each-tag a:hover,
.ebd-directory-categories-list-wrap .ebd-list-each-category a:hover{
    background: #208ef0;
    color: #FFF;
    border-color: #208EF0;
}


/*Test*/
/*.ebd-single-templat-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.ebd-single-templat-wrap:before,
.ebd-single-templat-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.ebd-single-templat-wrap .ebd-detail-template-main-wrap{
    width: 65%;
    float: left;
}
.ebd-single-templat-wrap #secondary{
    width: 35% !important;
    float: right;
    padding-left: 50px;
}*/


/*.site-content.site-inner-content-wrap #primary{
    width: 100% !important;
}*/

/*Category Listing*/
.ebd-directory-categories-list-wrap{
    position: relative;
    display: block;
    margin-top: 15px;
}
.ebd-directory-categories-list-wrap:before,
.ebd-directory-categories-list-wrap:after{
    content: "";
    clear: both;
    display: table;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap{
    width: 25%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-category-head{
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-category-head a{
    color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-category-head a:hover{
    color: #fc6a52;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-category-head i{
    display: inline-block;
    background: #f7a297;
    color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -7px;
    left: 0;
    text-align: center;
    line-height: 35px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-list-each-category{
    margin: 0 0 10px;
    display: block;
    padding-left: 0;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-list-each-category a{
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    /*text-decoration: underline;*/
    position: relative;
    padding-left: 0px;
    vertical-align: middle;
    -ms-word-break: break-all;
    word-break: break-all;
}
/*.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-list-each-category a:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #777;
}*/
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-list-each-category .ebd-category-post-count{
    float: right;
    background: #eee;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}
.ebd-directory-categories-list-wrap .ebd-main-category-wrap .ebd-list-each-category a:hover{
    color: #FC6A52;
}
.ebd-directory-categories-list-wrap.ebd-main-categ-wrap-container .ebd-main-category-wrap{
    width: 33.33%;
}
.ebd-directory-categories-list-wrap.ebd-main-categ-wrap-container-small .ebd-main-category-wrap{
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ebd-sidebar-wrap .ebd-directory-categories-list-wrap.ebd-main-categ-wrap-container-small .ebd-main-category-wrap{
    padding-right: 0;
}

/*Column wise design adjustments*/
/*3 columns*/
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap{
    padding: 10px 15px 20px;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap h2,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 18px;
    line-height: 1.25;
}
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a,
.ebd-grid-layout.ebd-grid-template-1.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a{
    padding: 6px 12px;
    font-size: 12px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap h2,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap h2{
    font-size: 18px;
    line-height: 1.25;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 11px;
    line-height: 25px;
    padding: 0 10px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social .ebd-social-links a,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social .ebd-social-links a{
    margin-bottom: 5px;
}
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a,
.ebd-grid-layout.ebd-grid-template-2.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-view-more-btn a{
    font-size: 13px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 16px;
    line-height: 1.25;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 12px;
    padding: 0 10px;
    line-height: 26px;
}
.ebd-main-wrap .ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-view-more-btn a,
.ebd-main-wrap .ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-view-more-btn a{
    padding: 8px 15px;
    font-size: 12px;
}
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags,
.ebd-grid-layout.ebd-grid-template-3.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-directory-tags{
    padding: 12px 20px 10px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two h2{
    font-size: 16px;
    line-height: 1.25;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag a,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-cont-mix-two .ebd-directory-tags .ebd-each-tag a{
    font-size: 12px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-view-more-btn a,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-view-more-btn a{
    padding: 6px 20px;
    font-size: 12px;
}
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-3 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social .ebd-social-links a,
.ebd-grid-layout.ebd-grid-template-4.ebd-grid-column-4 .ebd-each-directory .ebd-extra-content-wrap .ebd-socialnexpdat .ebd-directory-social .ebd-social-links a{
    font-size: 16px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-directory-category .ebd-each-category a{
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 5px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap{
    padding: 15px 20px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-listing-description,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-listing-description{
    padding: 0 20px;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-each-directory .ebd-dir-img-wrap .ebd-content-mix-up-wrap h2{
    font-size: 16px;
    line-height: 1.25;
}
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-3 .ebd-view-more-btn a,
.ebd-grid-layout.ebd-grid-template-5.ebd-grid-column-4 .ebd-view-more-btn a{
    padding: 5px 15px;
    font-size: 12px;
}

/*Directory Detail Sidebar Styles*/
.ebd-main-outer-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.ebd-main-outer-wrap .ebd-content-area{
    padding: 30px;
}
.ebd-main-outer-wrap.ebd-right-sidebar .ebd-content-area{
    width: 70%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}
.ebd-main-outer-wrap.ebd-right-sidebar .ebd-sidebar-wrap{
    width: 30%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    padding-left: 30px;
}
.ebd-main-outer-wrap.ebd-left-sidebar .ebd-content-area{
    width: 70%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
}
.ebd-main-outer-wrap.ebd-left-sidebar .ebd-sidebar-wrap{
    width: 30%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 30px;
}
.ebd-main-outer-wrap .ebd-sidebar-wrap > div{
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}
.ebd-main-outer-wrap .ebd-sidebar-wrap > aside{
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}
.ebd-form-message.ebd-success {
    margin: 20px 0;
    border: 2px solid #2aab2a;
    padding: 10px;
    color: #016d01;
    font-style: italic;
}
.ebd-form-message.ebd-error {
    margin: 20px 0;
    padding: 10px;
    border: 2px solid #ff0000;
    font-style: italic;
}
.ebd-google-map-wrap {
    margin: 10px 0;
}
.ebd-main-wrap {
    padding: 10px;
}
.ebd-search-form-wrap {
    margin-bottom: 20px;
}
.ebd-search-field input[type="text"]:focus,
.ebd-search-field select:focus{
    outline: none;
}
.ebd-search-form-wrap .ebd-search-field.ebd-srch-clear-field{
    display: block;
    width: 100%;
}
.ebd-srch-clear-field input.ebd-search-clear{
    color: #FFF;
    font-size: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 10px;
    border: none;
    -webkit-transition: all ease 0.35s;
       -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
         -o-transition: all ease 0.35s;
            transition: all ease 0.35s;
}
.ebd-search-template-1 .ebd-srch-clear-field input.ebd-search-clear{
    background: #79c33a;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.ebd-search-template-2 .ebd-srch-clear-field input.ebd-search-clear{
    background: #ce1e28;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.ebd-search-template-3 .ebd-srch-clear-field input.ebd-search-clear{
    background: #7d64f3;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}
.ebd-search-template-4 .ebd-srch-clear-field input.ebd-search-clear{
    background: #208ef0;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.ebd-search-template-5 .ebd-srch-clear-field input.ebd-search-clear{
    background: #f56407;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}
.ebd-srch-clear-field input.ebd-search-clear:hover{
    background: #3C3B3B;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.ebd-srch-clear-field input.ebd-search-clear:focus{
    outline: none;
}
.ebd-map-info-outer-wrap button.gm-ui-hover-effect{
    opacity: 1;
    top: 0 !important;
    right: 0 !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background: #FFF !important;
    color: #000 !important;
    -webkit-transition: all ease 0.35s;
       -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
         -o-transition: all ease 0.35s;
            transition: all ease 0.35s;
}
.ebd-map-info-outer-wrap button.gm-ui-hover-effect:hover{
    cursor: pointer;
}
.ebd-main-wrap,
.ebd-site-main,
.ebd-form-wrap,
.ebd-dashboard-wrap,
.ebd-directory-categories-list-wrap,
.ebd-sidebar-wrap{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}