.custom_slider_padding{
    padding:30px 0 30px 0;
}

.slider_text{
	font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
}
.leading-8 {
    line-height: 2rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.mt-6 {
    margin-top: 1.5rem;
}

a {
    text-decoration: none;
}
a.theme_button_black_background {
    background: black;
    padding: 15px 23px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
}
span.theme_icon {
    position: relative;
    top: 6px;
    right: 7px;
}
a.theme_button_white_background {
    background: #fff;
    padding: 15px 23px;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
}
.margin-80{
    margin:80px 0;
}
.padding-80{
    padding:80px 0;
}
.center {
    text-align: center;
}
h4.sub_title {
    font-size: medium;
    color: #FFC107;
}
p.sub_description {
    color: #c1c1c1;
    font-size: large;
}
span.transport_icon {
    margin: 10px;
    color: #ffc107;
}
.location_heading {
    background: #ffb300;
    padding: 10px 10px 1px 10px;
    border-radius: 10px 10px 0 0;
}
.location-item {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    box-shadow: 0px 0px 12px #000;
    border: 2px solid #ffb300;
    transition: var(--transition);

}
.location_link{
    background: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -4px;
    right: 0px;
}
.new_label_design {
    margin: 5px 0 10px 0;
}

