@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
  url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
  }
  
  .bi::before,
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

    .bi-envelope::before { content: "\f73d"; }
    .bi-telephone::before { content: "\f5c1"; }
    .bi-whatsapp::before { content: "\f618"; }
    .bi-instagram::before { content: "\f437"; }
    .bi-facebook::before { content: "\f344"; }
    .bi-arrow-up-circle::before { content: "\f13a"; vertical-align: -.15em; }
body {
    font-family: "Roboto", serif;
    padding-top:70px !important;
}
a {
    color: #ba09be;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }

    .h2, h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.banner {
    background: url(../images/assets/banners/background.jpg);
    padding-bottom: 40px;
    background-size: cover;
    background-attachment: fixed;
}
.gantry-banner {
    background: url(../images/assets/banners/gantry-advertising.jpg);
    background-size: cover;
}
.pole-kiosk-banner {
    background: url(../images/assets/banners/pole-kiosk-advertising.jpg);
    background-size: cover;
}
.airport-banner {
    background: url(../images/assets/banners/airport-advertising.jpg);
    background-size: cover;
    background-position: bottom;
}
.metro-banner {
    background: url(../images/assets/banners/metro-advertising.jpg);
    background-size: cover;
    background-position: bottom;
}
.hoarding-banner {
    background: url(../images/assets/banners/hoardings-advertising.jpg);
    background-size: cover;
    background-position: bottom;
}
.digital-screen-banner {
    background: url(../images/assets/banners/digital-screen-advertising.jpg);
    background-size: cover;
    background-position: bottom;
}
.cinema-ads-banner {
    background: url(../images/assets/banners/cinema-advertising.jpg);
    background-size: cover;
}

.bg-light {
    background-color: transparent !important;
}

li.nav-item {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    
}

.nav-link {
    color: #edb53e;
    text-transform: uppercase;
}

.gold-color {
    color: #edb53e;
}
.pink-color {
    color: #7a007c;
}

.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar {
    background: url(../images/assets/banners/background.jpg);
}
.pt-70 {
    padding-top: 70px;
}

.form-select, .form-control {
    color: #919191;
}
.form-control {
    border-radius: 1rem;
    padding:0.6rem 2rem;
    font-size: 1.2rem;
}

.submit {
    background: linear-gradient(104deg, #aa0dad 0%, rgb(217 81 220) 50%, #aa0dad 99%);
    color: #fff;
    font-size: 1.1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    border: navajowhite;
    text-align: center;
    border-radius: .5rem;
    margin-bottom: 15px;
}
.icons {
    text-align: center;
}
.icons span {
    font-size: 30px;
    color: #edb53e;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
    display: block;
}

.media-box {
    background: #faf4ff;
    border-radius: 15px;
    padding: 30px 0px;
}

.media-box-heading {
    color: #ba09be;
    font-size: 1.1rem;
    font-weight: 500;
    padding-top: 10px;
}
.card-body a:hover{
    color: #ba09be;
}
.accordion-button, .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #f6eaff;
    font-size: 1.1rem;
    font-weight: 500;
    align-items: flex-start;
}

.accordion-body {
    padding: 1rem 1.25rem;
    color: #212529;
    font-size: 1.1rem;
    font-weight: 400;
}

.bg-grey {
    background: #faf4ff;
}

.bg-blue {
    background: #16044e !important;
}

.contact-form .form-label {
    color: #919191;
    font-size: 1rem;
}

.rounded-15 {
    border-radius: 15px;
}

section {
    padding: 65px 0;
}

.footer {
    background: url(../images/assets/banners/footer.jpg);
    padding: 20px 0px;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    margin-top: -10px;
}

footer {
    background: url(../images/assets/banners/footer-bg.jpg);
    padding: 50px 0px;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.footer p, footer p, footer li a{
    font-size: 0.9rem;
    color: #fff;
}
footer li {
    list-style: none;
}
footer ul {
    padding: 0;
}
footer a:hover{
    color: #d3b53e;
}
.contact-info a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.social-links a {
    color:#edb53e;
    text-decoration: none;
    font-size: 25px;
    padding-right: 15px;
}

.contact-info .bi {
    color: #edb53e;
    font-size: 25px;
    padding-right: 10px;
}

.formarea {
    background: #faf4ff;
    padding: 40px;
}
.list-unstyled li {
    font-size: 1.1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(255 255 255 / 10%);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link:focus, .nav-link:hover {
    color: #edb53e;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0;
}

.dropdown-item {
    padding: .4rem 1rem;
    color: #35055a;
    border-bottom: 1px solid #edb53e82;
    font-size: 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #edb53e;
    color: #4d226d;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ffc13e40;
}

.mt-150 {
    margin-top: -150px !important;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 10px;
    border-radius: 5px;
    border: none;
}

.carousel-indicators {
    margin-bottom: -2rem;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #35055a;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0a0047;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    line-height: 34px;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.cta {
    color: #000;
    font-size: 14px;
    text-align: center;
    border-radius: .5rem;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color 0.1s ease, transform 0.1s ease;
    display: inline-block;
    text-wrap-mode: nowrap;
    background: #e2e2e2;
    border: none;
    text-wrap-mode: nowrap;
}
.cta:hover {
    color: #000000;
    transform: scale(1.05);
}
.book-now {
    background: linear-gradient(104deg, #aa0dad 0%, rgb(217 81 220) 50%, #aa0dad 99%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: .5rem;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color 0.1s ease, transform 0.1s ease;
    display: inline-block;
    text-wrap-mode: nowrap;
    border: none;
    text-wrap-mode: nowrap;
}
.book-now:hover {
    color: #fff;
    transform: scale(1.05);
}
.btn-primary {
    border-color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #ffffff;
    background-color: #e2e2e2;
    box-shadow: none;
}
.cta:active, .cta:focus {
    color: #ffffff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    background-color: #000;
    border-radius: 50%;
    padding: 15px;
}
.carousel-control-prev {
    left: -30px;
}
.carousel-control-next {
    right: -30px;
}
.modal-header {
    background: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.carousel-inner {
    border-radius: 0px 0px 10px 10px;
}
.modal-content {
    background-color: #ffffff00;
    border-radius: 10px;
    border: none;
}
.modal-body {
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
}
table{
    font-size: 14px;
    margin: 0px !important;
    text-align: center;
}
td,th{
    vertical-align: middle;    
}
th {
    font-weight: 500;
}
.sticky {
    position: sticky;
    top: -1px;
    color: white;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.inner-page .navbar {
    margin: 0px !important;
}
.inner-page .banner {
    padding-bottom: 0px;
}
.pagination {
    display: inline-flex;
}

.btn-primary:active:focus {
    box-shadow: none;
}
#result {
    position: absolute;
    z-index: 1;
}
.dt-layout-cell.dt-layout-start {
    display: none;
}
div#example_wrapper {
    width: 100%;
}
.dt-search {
    text-align: right;
    padding: 15px;
}
[type=search] {
    border-radius: 3px;
    margin-left: 0px;
    border: 1px solid #ccc;
}
.dt-paging {
    text-align: right;
    margin: 10px;
}
.dt-paging-button{
    border: 1px solid #ccc;
    padding: 2px 10px;
}

.column {
    border: 1px solid #ccc;
    border-radius: 5px; 
    padding:40px 20px; 
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .icon {
    font-size: 50px; 
    color: #007bff; 
  }
  .steps {
    background: #edb53e;
    border-radius: 70px;
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    height: 125px;
    width: 125px;
    line-height: 125px;
    margin-bottom: 30px;
}
/*inner pages style end*/

/*media query*/
@media (max-width: 768px) {
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
        background: rgba(23, 0, 82, 0.85);
    }
    .home-popup .pop-up-content {
        padding: 20px 0px 0px 20px;
    }
    .modal-header h3{
        font-size: 18px !important;
    }
    .home-popup .modal-body {
        padding: 0rem 1rem;
    }
    .modal.show .modal-dialog {
        transform: none;
        margin: 8rem 0.5rem;
    }
    .home-popup .btn-close {
        top: 10px;
        position: absolute;
        right: 10px;
    }
    .contact-info a {
        display: block;
    }
    th, td {        
        white-space: nowrap;
    }

    .pt-70 {
        padding-top: 20px;
    }
    iframe {
        height: 250px;
        margin-bottom: 20px;
    }
    .media-box-heading{
        font-size: 15px;
    }
    .accordion-body{
        font-size: 1rem;
    }
    .mt-150 {
        margin-top: -10px !important;
    }

    .formarea {
        background: #faf4ff;
        padding: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mp-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mp-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar {
        width: 100vw;
        position: fixed !important;
    }
    .content {
        padding-top: 70px !important;
    }
    .not-found {
        padding: 10px 10px 0px !important;
    }
}

/*media query start*/
@media (max-width: 576px) {
    .media-box img {
        height: 50px;
    }

    .media-box {
        padding: 20px 0px;
    }

    .icons span {
        font-size: 1rem;
        color: #edb53e;
        font-weight: 500;
        line-height: normal;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .svg-icon {
        float: none;
        margin-right: 0px;
        width: 35px;
    }

    .icons {
        text-align: center;
    }

    section {
        padding: 40px 0;
    }

    .banner {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: 0;
    }
    .carousel-control-next {
        right: 0;
    }
    .column {
        border: 0px solid #ccc;
        padding: 0px 20px;
        text-align: center;
        background: #ffffff00;
        border-radius: 0px;
    }
    .steps {
        background: #edb53e;
        border-radius: 70px;
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        height: 85px;
        width: 85px;
        line-height: 85px;
        margin-bottom: 10px;
    }
}
/*media query end*/

a.sidebar-link.active {
    background: #0e1218;
    color: #fff;
}
.sidebar-item .active img {
    filter: brightness(0) invert(1) !important;
}
.para {
    background: #f5f5f5;
    border-radius: 2em;
}
.color-blue {
    color: #360459;
}

.masonary-image {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.top-right-image{
    height: 83%;
}
.list-table{
    height: 275px;
    border: 1px solid #ccc;
}

::-webkit-scrollbar {
    width: 5px; 
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #d4d4d4;
    
}

::-webkit-scrollbar-thumb {
    background: #737373;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #353535;
}
.usp-icon{
    height: 70px;
}
.success {
    color: green;
}
.alert {
    color: red;
}
.table>thead {
    vertical-align: bottom;
    background: #7a007c;
    color: #fff;
}
h3{
    color:#7a007c;
}
.red {
    color: red;
}
.table-bordered>:not(caption)>*>* {
    text-transform: capitalize;
}
.contact-details a{
    color:#212529;
}
.not-found {
    padding: 150px 0px;
}
.alert {
    z-index: 999;
    position: absolute;
    padding: 6px !important;
}
section {
    scroll-margin-top: 12em;
}
@media (max-width: 576px) {
    .hide-mobile{
        display: none;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.spinner {
  border: 4px solid rgba(0,0,0,0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s ease infinite;
  margin: auto;
  position: relative;
  top: 30px;
  right: 40px;
}

.contact-details {
    margin-top: 20px;
}
.media-box img {
    transition: transform 0.3s ease;
}
.media-box img:hover {
    transform: scale(1.1);
}
option {
    color: #919191;
}
.form-select, .form-control {
    color: #212529;
}
.form-select{
    border-radius: 1rem;     
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-size: 19px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .spinner {
        right: -50px;
    }
}

.view-icon{
    width: 16px;
    margin-right: 5px;
    float: left;
    opacity: 0.8;
}
#adTab .nav-link {
    color: #444;
}
#adTab button.active {
    background-color: #eeece9;
}
#result {
    position: absolute;
    z-index: 999;
    inline-size: 250px;
    font-size: 14px;
    /* block-size: 300px; */
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}
.list-group-item-action, .list-group-item-secondary {
    background-image: url(/images/assets/icons/location1.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px 9px;
    padding-inline-start: 40px !important;
}

#result {
  max-height: 350px;
  overflow-y: auto;
  border-radius: 0px;
  box-shadow: 0px 5px 10px #9e9e9e70;
}

/*.leaflet-marker-icon{*/
/*    filter: hue-rotate(85deg) !important;*/
/*}*/
button.view-image {
    background: #5cb85c;
    color: #fff;
}
.view-image:hover, .view-image:active, .view-image:focus{
    background: #5cb85c;
    color: #fff;
}
button.show-on-map{
    background: #0275d8;
    color: #fff;
}
.show-on-map:hover, .show-on-map:active, .show-on-map:focus{
    background: #0275d8;
    color: #fff;
}
.ad-card.highlight{
    background-color: #e8e8e8 !important;
}

.ad-image:hover {
    filter: brightness(0.8);
    transform: scale(1.02);
}

.grid-heading{
    text-transform: capitalize;
    font-size: 18px;
}
.ad-image {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.4s ease;
    height: 195px;
}
.alert {
    color: #fff;
    font-size: 14px;
    max-width: 28ch;
    text-align: center;
    opacity: .9;
    background: rgba(0,0,0,.5);
    border-radius: 8px;
    overflow: hidden;
    --b: 1em;
    --h: 0.7em;
    --p: 5%;
    padding: 1em;
    clip-path: polygon(0 0,0 100%,100% 100%,100%0,min(100%,var(--p) + var(--b)/2)0,var(--p) calc(-1*var(--h)),max(0%,var(--p) - var(--b)/2)0);
    border-image: fill 0//var(--h) conic-gradient(#f66 0 0);
    position: absolute
}

#map {
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    /*z-index: -1;*/
}

.err-msg {
    border-style: thin;
    border-color: gray;
    background-color: rgba(0,0,0,.05);
    border-radius: 20px;
    padding-top: 37.5px;
    height: 110px
}

.modal.fade .modal-body {
    transition: transform 0s ease-out
}

.ad-card {
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    margin: 0 0 25px;
    min-height: 390px;
}

.ad-card p {
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 500;
}

.book-now-btn {
    margin-top: 20px;
    width: 100%
}

ul#adTab {
    border: 0
}

#adTab .nav-item {
    border: 1px solid #eee;
    border-radius: 0
}

.active#code-tab,.active#image-tab {
    border-bottom: 1px solid #eee!important
}

.nav-tabs .nav-link {
    border-radius: 0
}

#adTab .nav-link {
    padding: 5px 10px;
    line-height: 16px;
    font-size: 14px;
    text-transform: capitalize
}

.highlight {
    background-color: #e8e8e8
}

i.bi {
    color: #17008d
}
#scrollToTop i.bi {
    color: #ffffff;
}
.grid-para {
    float: left;
    width: 50%;
}
.fixed-search{
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding:25px 0 0px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
}
.form-home {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 10px 10px #110136;
    position: relative;
}
button#submit_search {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: -15%;
    padding: 0.6rem 4rem;
    font-size: 1.2rem;
    border-radius: 1rem;
}
.select2-container--default .select2-selection--single {
    border-radius: 1rem !important;
    border-color: #ced4da !important;
}

.fixed-search .select2-selection--single{
    font-size: 1rem;
    padding: 5px 10px !important;
}
.fixed-search .form-select{
    border-radius: 1rem;
    padding: 7px 10px;
    font-size: 1rem;
}
.fixed-search .form-control{
    border-radius: 1rem;
    padding: 7px 10px;
    font-size: 1rem;
}
.fixed-search button#submit_search{
    padding: 0.34rem 4rem;
    position: static;
    transform: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #333333 transparent transparent transparent !important;
    margin-top: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}
.select2-container--open .select2-dropdown--below {
        border-radius: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-left: -10px !important;
    margin-top: 5px !important;
}
.modal-body .form-control{
    border-radius: 1rem;
    padding: 0.4rem 1rem;
    font-size: 1rem;
}
@media (min-width: 576px) {
            .home-popup .modal-dialog {
                max-width: 750px;
                margin:5rem auto;
            }
        }
        .home-popup .modal{
            background: #000000d4;
        }
        .home-popup .modal-dialog {
            background: #ffffff;
            border-radius: 10px;
        }
        .home-popup .pop-up-content{
            background: #fce4ec;
            border-radius: 10px 0px 0px 10px;
            padding: 125px 50px;
        }
        .text-danger {
            font-size: 12px;
        }
        .home-popup .modal-dialog{
            background: #fff;
        }
        .home-popup .modal-header{
            background: none;
            border: 0;
        }
        .home-popup .pop-up-heading {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 30px;
        }
        .home-popup .modal {
            background: #00000085;
        }
        
        #flashMessagetext {
    transition: opacity 0.5s ease-in-out!important;
}

.contact-form .form-control {
    padding: 0.4rem 1rem;
    font-size: 1rem;
}
.contact-form .form-select {
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .fixed-search {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        z-index: 0;
        background-color: #fff;
        padding: inherit;
    }
    #map {
    height: 300px;
    }
    button#submit_search{
        position: static;
        transform: unset;
    }
}
