.place_section {
    position: relative;
    margin: 75px 0;
    z-index: 9;
}

.place_section .place_left_side .section_title {
    text-align: left;
    padding-bottom: 40px;
}

.place_section .place_left_side .code_tag {
    color: var(--text-white);
    /*display: inline-block;*/
    padding: 3px 20px;
    border-radius: 50px;
}
.place_section .place_left_side .code_tag.blue {
    background-color: var(--main_purple);
}
.place_section .place_left_side .code_tag.orange {
    background-color: var(--orange);
}


.place_section .place_left_side .place_panel .place_info {
    padding: 30px 35px;
}

.place_section .place_left_side .place_panel {
    background-color: var(--bg-white);
    border-radius: 12px;
    box-shadow: 0 0 8px #e1dcf9;
    margin-bottom: 50px;
}
.place_section .place_left_side .place_panel .map-container{
    height: 400px;
}

.place_section .place_left_side .place_panel .place_info h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-purple);
    display: block;
    transition: .4s all;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: revert;
}

.place_section .place_left_side .place_panel .main_img img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.place_section .place_right_side .place_search_block form .form_inner button {
    font-size: 20px;
    position: absolute;
    background-color: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--main_purple);
    padding: 5px;
    transition: .4s all;
}

.place_section .place_right_side .place_search_block form .form_inner .form-control {
    height: 100%;
    border-radius: 12px;
    border: 1px solid #9E9BA7;
    padding-right: 50px;
    color: var(--body-text-purple);
}

.place_section .place_right_side .place_search_block form .form_inner {
    position: relative;
    width: 100%;
    height: 60px;
}

.place_section .place_right_side .connected_block ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.place_section .place_right_side .connected_block ul li .cat {
    width: 75%;
    transition: .4s all;
}

.place_section .place_right_side .connected_block ul li .cat i {
    color: var(--main_purple);
    margin-right: 3px;
}

.blue_ad_section {
    position: relative;
    margin-top: -85px;
    margin-bottom: 40px;
}

.blue_ad_section.innerpage_adsection {
    margin: 80px 0;
}

.blue_ad_section .ad_block {
    background-image: url(images/new/need_bg.png);
    padding: 48px 50px;
    background-color: var(--bg-purple);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 0 8px #0000004f;
    color: var(--text-white);
    display: flex;
}

.placelistm, .regionlist {
    line-height: 2em;
}

.placelist, .regionlist a {
    text-decoration: underline;
}

.placelist, .regionlist a:hover {
    text-decoration: none;
    color: var(--dark-purple);
    
}

.placelist_title {
    font-weight: 700;
}

.placelist .placelist_title {
    background-image: var(--bg-orange-gradiunt);
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 13px;
    color: var(--text-white);
}
.placelist p.two-columns {
    column-count: 2;
    column-gap: 30px;
}
.placelist p.three-columns {
    column-count: 3;
    column-gap: 30px;
}
.placelist .zip-list-cont{

}
.placelist .zip-list-cont a:after {
    content: ', ';
}
.placelist .zip-list-cont a:last-child:after {
    content: '';
}
.placelist .zip-list-cont .overflow {
    display: none;
}
.placelist .zip-list-cont .more{
    color: #674eed;
    text-wrap:nowrap;
    cursor: pointer;
}

.inner_page_block {
    background-position: bottom;
    min-height: 350px !important;
}


.bread_crumb {
    padding-top: 100px;

}
.bread_crumb .bred_text ul li {
    color: var(--text-white);
}
.top_home_wraper {
    min-height: 550px;
    background-size: cover;
}
.faq_panel .list_block{
    text-align: center;
}

.faq_panel .list_block .icon img{
    height: 95px;
}

.blog_detail_section .blog_inner_pannel {
    margin-top: -100px;
}

.search_hit {
    color: var(--orange);
}

.zip_item:not(:first-child) {
    margin-left: -.3em;  
  }
  
  .zip_item:first-child:empty ~ .zip_item:not(:empty) {
    margin-left: 0;  
  }
  
  .zip_item:first-child:empty ~ .zip_item:not(:empty) ~ .zip_item:not(:empty) {
    margin-left: -.3em;  
  }
  
  .zip_item:empty {
    display: none;
  }
  
  .zip_item:not(:first-child):before {
    content: ", ";
  }
  
  .zip_item:empty + .zip_item:not(:empty):before {
    content : "";
  }
  
  .zip_item:not(:empty) ~ .zip_item:empty + .zip_item:not(:empty):before {
    content : ", ";
  }

  .search_result_items {
    margin-bottom: 20px;
  }
  .search_results_header > div {
    font-weight: 700;
  }

  .search_result_header {
    border-bottom: 1px solid var(--bg-purple);
    margin-bottom: 15px;
    font-weight: 700;
  }

  .search_result_items.search_result_items:nth-child(odd) {
    background-color: var(--light-purple);
  }

  .search_result_items.search_result_items {
    padding: 10px 0;
  }

  .search_results_page {
    padding-top: 0;
  }

  .search_results_page .banner_text {
    padding-top: 20px;
  }

  .blog_detail_section {
    margin: 60px 0;
}

.placerow > div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-purple);
}

.alert-search {
    
        color: var(--text-white);
        background-color: var(--body-text-purple);
        border-color: #ffecb5;
    
}

#contactForm .form-group.error input,
#contactForm .form-group.error textarea{
    border: 2px solid red;
}
#contactForm .form-group.error .error-message{
    color:red;
    font-size: 13px;
    padding-left:20px;
}
#contactForm .success{
    text-align: center;
    border: 2px solid #b2efa3;
    border-radius: 12px;
    padding: 5px 20px;
    background-color: #c8ffbb70;
    color: #6dbb5a;
    font-weight: bold;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.icon-spinner {
    display: inline-block;
    font-size:4em;
    height: 1em;
    line-height: 1;
    margin: 0;
    animation: anim-rotate 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 .25em rgba(255,255,255, .3);
}

