/*Location individual Page*/
#page-header {
    background-color: #818181 !important; 
    background-position: center !important;
    background-size: cover !important;
    background-image: none !important;
}

/*@media (min-width: 768px) {
    #page-header {
        padding: 14em 2em !important;
    }
}*/

@media (min-width: 1190px) {
    #page-header {
        background-position: center !important;
    }
}

@media (max-width: 500px) {
    h2 .deckline {
        font-size: 1.6em !important;
    }
}

p {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
}

body {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
}

h3 {
    text-align: center;
}

hr {
    width: 50%;
}

.title-p {
    font-size: 18px;
}

.grid {
    display: grid;
    place-items: center;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    /* place-items: center; */
    flex-wrap: wrap;
    /* justify-content: center; */
    /* text-align: center; */
    margin-top: 50px;
}

.flex-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
/* hover effect */ .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000ad;
}

/* Image container */
.container-image {
    position: relative;
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 20px;
}

@media(min - width: 992px) {
    section {
        margin-bottom: 150px;
    }
}

.image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.space {
    margin-bottom: 50px;
}
/* a.btn.btn-primary.custom{
		line-height: 0.5 !important;
		border-radius: 20px !important;
		} */
@media(max - width: 991px) {
    .flex {
        flex-flow: wrap-reverse;
    }
}

@media(min - width: 1033px) {
    .container-image {
        min-height: 17em;
    }

    .image {
        min-height: 17em;
    }

    .flex-box {
        align-items: center;
    }

    .padding {
        padding-left: 86px;
    }
}

ul {
    list-style-image: none;
}
/*
		.fa-ul {
		line-height: 24px;
		}
		.fa-li{
		color: crimson
		} */
.main-content ul li {
    list-style-type: none;
    margin: 0 0 0.5rem 0;
    padding-left: 1.5rem;
    text-indent: -0.5rem;
}

    .main-content ul li::before {
        content: '';
        display: inline-block;
        height: 9px;
        width: 9px;
        background-color: crimson;
        border-radius: 50%;
        position: relative;
        left: -0.5rem;
        top: -0.1rem;
        line-height: 25px;
    }

.branch-location {
    height: 335px;
    width: 400px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 10px 10px 16px;
    border-radius: 15px;
}
/* rounded */
iframe {
    border-radius: 15px;
}

.btn-animation:active {
    transform: rotateZ(1.7deg);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.btn-animation {
    transition: all 0.5s;
}

    .btn-animation:hover {
        transform: scale(1.05);
    }

.title-color {
    color: crimson !important;
}

.center {
    text-align: center;
}

/*End of Location individual Page*/

/*@media (min-width: 768px) {
    #page-header {
        padding: 14em 2em !important;
    }*/


@media (min-width: 1190px) {
    #page-header {
        background-position: center !important;
    }
}

@media (max-width: 500px) {
    h2.deckline {
        font-size: 1.6em !important;
    }
}

p {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
}

body {
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif !important;
}

h3 {
    text-align: center;
}

hr {
    width: 50%;
}

.grid {
    display: grid;
    place-items: center;
    margin-top: 10px;
}

.flex-box-landing {
    display: flex;
    place-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

/* hover effect */ .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: transparent;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 15px;
}

.container-image:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Image container */
/*.container-image {
    position: relative;
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 15px;
}
@media(max-width: 991px) and (min-width: 400px) {
    .container-image {
        width: 300px;
    }
}*/


/*.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 11em;
    border-radius: 15px;
}*/
.image.image-main {
    display: block;
    width: 100%;
    height: auto;
    min-height: 11em;
    border-radius: 15px;
}
.space {
    margin-bottom: 50px;
}

/*a.btn.btn-primary.custom {
    line-height: 0.5 !important;
    border-radius: 20px !important;
}

.branch-location {
    height: 500px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 10px 10px 16px;
    border-radius: 15px;
}
/* rounded */
iframe {
    border-radius: 15px;
}

.p-margin {
    margin-top: 1.6em;
}

.btn-animation:active {
    transform: rotateZ(1.7deg);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.btn-animation {
    transition: all 0.5s;
}

    .btn-animation:hover {
        transform: scale(1.05);
    }
.branch-location.branch-location-main {
    width: unset;
    height: 500px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 10px 10px 16px;
    border-radius: 15px;
}
@media (min-width: 992px) {
    section {
        margin-bottom: 150px !important;
    }
}
      
      @media (min-width: 1033px) {
    .flex-box {
        align-items: center;
    }
}  

@media (min-width: 1033px) {
    .padding {
        padding-left: 86px;
    }
}

@media (min-width: 1033px) {
    .image {
        min-height: 17em;
    }
}

.container-image.container-image-main{
        position: relative;
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 15px;
}

a.btn.btn-primary.custom1 {
    line-height: 0.5 !important;
    border-radius: 20px !important;
}

.location-individual-a{
    text-transform: capitalize;
}

h2.deckline.upper-case {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .flex {
        flex-flow: wrap-reverse;
    }
}

@media (max-width: 991px) and (min-width: 400px) {
    .container-image.container-image-main
    {
        width: 300px !important;
    }
}