button {
    border-radius: 0 !important;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.header-submenu {
    background: #6a6a6a;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}

.home-h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.header-submenu .ui.list>.item {
    display: inline-block !important;
    margin-left: 15px !important;
}

.header-submenu .custom.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-box {
    padding: 8px;
    border: 1px #ccc solid;
    margin-bottom: 25px;
}


.home-box.horizontal {
    display: flex;
    align-items: flex-start;
}

.home-box.horizontal img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}


.home-box.horizontal h3 {
    margin-top: 0;
}

.home-box h3 {
    margin: 10px 0 5px 0;
    color: #40aea5;
    font-size: 15px;
}

.home-box .description {
    font-size: 13px;
}

.home-form-wrapper .items {
    width: 100%;
    margin-bottom: 15px;
}

.custom.container {
    width: 100%;
    max-width: 940px;
    margin: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ui.secondary.menu .item {
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
}

.ui.attached.tabular.menu.custom {
    padding-left: 25px;
    min-height: auto;
}

.ui.tabular.menu.custom .item {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background: #ccc;
    padding: 5px 40px;
    border: 0;
    border-radius: 0 !important;
    margin-right: 27px;
}

.ui.tabular.menu.custom .item:after {
    content: " ";
    height: 0;
    border-top: 26px solid transparent;
    border-left: 25px solid #ccc;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 100%;
}

.ui.tabular.menu.custom .item.active {
    background: #40aea5;
}

.ui.tabular.menu.custom .item.active:after {
    border-top: 26px solid transparent;
    border-left: 25px solid #40aea5;
}

.ui.bottom.attached.tab.segment.custom {
    border: 0 !important;
    border-top: 15px solid #40aea5 !important;
    padding: 0 !important;
}

.home-hero-image-wrapper {
    position: relative;
    min-height: 200px;
    height: 500px;
    color: #555;
}


.home-hero-image-wrapper img {
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    height: 100%;
}

.home-hero-image-wrapper .hero-title {
    position: absolute;
    width: calc(100% - 340px);
    max-width: 400px;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 900 !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}


.home-hero-image-wrapper .hero-title h2 {
    font-weight: 900 !important;
}


.home-hero-image-wrapper .hero-description {
    position: absolute;
    width: calc(100% - 340px);
    bottom: 10px;
    padding: 25px;
    box-sizing: border-box;
    left: 20px;
    color: #fff;
    background: rgba(125, 125, 125, 0.9);
}

.home-search-form {
    position: absolute;
    top: -10px;
    right: 10px;
    height: 100%;
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 32px;
    margin-bottom: 2rem;
}

img {
    margin-bottom: -4px;
}

header {
    color: #000;
    padding: 10px 0;
    max-width: 940px;
    margin: auto;
    width: 100%;
    margin-bottom: 25px;
}



.home-header-tagline {
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
}

.home-header-title {
    margin-top: 0;
    font-size: 48px;
    margin-bottom: 10px;
}

.logo {
    padding: 0 !important;
    position: absolute !important;
    width: 70px;
}

.logo img {
    max-height: 80px;
    width: auto !important;
}

.navigation .menu a.item {
    color: inherit;
}

.navigation .menu .dropdown {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.ui.secondary.menu a.item:hover {
    color: #aaaaaa;
}

.banner-wrapper {
    position: relative;
    /* padding-top: 120px;
    padding-bottom: 180px; */
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner-wrapper label {
    font-size: 1.2rem;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image-abs {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image-abs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-featured-box {
    margin: -4px;
}

.home-featured-box .large {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 2px;
}

.home-featured-box .small {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 2px;
}

.featured-image {
    position: relative;
    display: block;
}

.featured-image .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.large .featured-image .title h3 {
    font-size: 48px;
}

.small .featured-image .title h3 {
    font-size: 32px;
}

.featured-image img {
    width: 100%;
}

.text-center {
    text-align: center;
}

.grey-bg {
    padding: 40px 0;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.card-intro .image,
.card-intro .image-left {
    margin: 0 auto;
    margin-bottom: 15px;
}

.card-intro>.middle {
    vertical-align: middle;
}

.card-intro .image-left {
    float: left;
    margin-right: 15px;
}

.card-intro h5 {
    margin-bottom: 0;
}

.card-intro .image-left .material-icons,
.card-intro .image .material-icons {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
}

.card-intro .image .large {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    font-size: 48px;
    background: black;
    color: white;
    font-family: auto;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.copyright {
    min-width: 300px;
}

.margin-bottom {
    margin-bottom: 40px !important;
}

.margin-top {
    margin-top: 40px !important;
}

.margin-extra-bottom {
    margin-bottom: 80px !important;
}

.margin-extra-top {
    margin-top: 80px !important;
}

.passage h2 {
    margin-bottom: 1rem;
}

.footer-hero-banner {
    position: relative;
    color: #fff;
    padding: 80px 0;
}

.footer-hero-banner h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.footer-hero-banner .ui.button {
    min-width: 250px;
}

footer {
    background: #6a6a6a;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 50px;
}

footer .ui.container {
    width: 100%;
    max-width: 940px !important;
}

footer .secondary-footer-wrapper {
    background: #5b5b5b;
    font-size: 12px;
}


footer .secondary-footer-wrapper a {
    font-size: 12px !important;
}

footer a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.ui.list .item {
    padding-bottom: 5px;
}

.ui.list .item .material-icons {
    vertical-align: middle;
    margin-right: 5px;
    color: #bcbcbc;
}

footer .ui.grid {
    margin-bottom: 30px !important;
}

.steps-wrapper {
    background: #f9f9f9;
    margin-bottom: 30px;
}

.car-list .car-image img {
    width: 100%;
}

.car-list .price .discount-price .discount-amount {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}

.car-list .price .final-price {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

.car-list .price .final-price.small {
    font-size: 18px;
}

.car-list .price .ui.button {
    margin-top: 25px;
    min-width: 150px;
}

.limit-width {
    max-width: 500px;
    margin-bottom: 30px;
}

.limit-width h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.quanity-checker {
    max-width: 150px;
}

.quanity-checker .ui.button {
    min-width: auto !important;
    width: 80px;
    margin-top: 0 !important;
}

.quanity-checker .quantity {
    height: 36px;
    width: 100px;
    text-align: center !important;
    margin-right: 0.25em !important;
}

h3 small {
    font-weight: normal;
    margin-left: 5px;
}

.price:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.price .label {
    float: left;
    margin-bottom: 0;
}

.price .amount {
    float: right;
}

h3.amount {
    display: contents;
}

.total-price {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 15px;
}

.ui.tiny.button,
.ui.tiny.buttons .button,
.ui.tiny.buttons .or {
    font-size: 0.85714286rem !important;
}

body {
    width: 100%;
    overflow: overlay;
    overflow-x: hidden;
}

.modal_form_label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form_label {
    margin-bottom: 0.5rem;
}

.driver.item {
    margin-bottom: 0.5rem;
}

.w-100 {
    width: 100%;
}

.no-border {
    border-radius: 0;
    box-shadow: none !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.text-red {
    color: red !important;
}

.mtb-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.body {
    min-height: 80%;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.input-error {
    margin-top: 0.2rem;
    color: red;
}

.text-green {
    color: green !important;
}

.text-black {
    color: black !important;
}

.faq-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 45px;
    color: #fff;
    text-align: center;
}

.w-70 {
    width: 70% !important;
}

.updown {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #E4E4E4 !important;
    opacity: 1 !important;
}

.addon_description {
    text-align: left;
    font: Regular 14px/21px Lato;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}

.vehicle_option {
    text-align: left !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    color: #333333 !important;
    opacity: 1 !important;
}

.vehicle_option_icon {
    color: black !important;
    height: 17px !important;
    width: 16px !important;
    font-size: 16px !important;
}

.display-block {
    display: block !important;
}

.overtime {
    border-radius: 0 !important;
}

.overtime .content {
    text-align: center;
}

.overtime .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.returnModal .deny {
    color: #a8a8a8 !important;
}

.returnModal {
    border-radius: 0 !important;
}

.returnModal .content {
    text-align: center;
}

.returnModal .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.returnModal .deny {
    color: #a8a8a8 !important;
}


.error {
    border-radius: 0 !important;
}

.error .content {
    text-align: center;
    min-height: 50px;
}

.error .deny {
    color: #a8a8a8 !important;
}

.similarCar .actions {
    border-top: 0px solid rgba(34, 36, 38, 0.15);
    padding: 2rem !important;
    border-radius: 0 !important;
}

.similarCar .content {
    text-align: left;
}

.similarCar .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.similarCar .deny {
    color: #a8a8a8 !important;
}

.similarCar .four.wide.column {
    text-align: center;
}

.similarCar .vehicle_image_container {
    width: 100px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
}

.similarCar .vehicle_image {
    width: 100%;
    height: 100%;
}

.similarCar .vehicle_name {
    margin-top: 1rem;
}

.couponApplied {
    border-radius: 0 !important;
}

.couponApplied .content {
    text-align: center;
}

.couponApplied .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.couponApplied .deny {
    color: #a8a8a8 !important;
}

.couponFailed {
    border-radius: 0 !important;
}

.couponFailed .content {
    text-align: center;
}

.couponFailed .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.couponFailed .deny {
    color: #a8a8a8 !important;
}

.resetBooking {
    border-radius: 0 !important;
}

.resetBooking .content {
    text-align: center;
}

.resetBooking .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.resetBooking .deny {
    color: #a8a8a8 !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.braintree-placeholder {
    display: none !important;
}

.min-height-container {
    min-height: 700px;
}

.contact-us-container {
    /*background: #F9F9F9 0% 0% no-repeat padding-box;*/
    opacity: 1;
    margin-top: -5px !important;
}

.contact-us-content {
    padding-bottom: 82px;
}

.contact-us-content h4 {
    text-align: left;
    font: Bold 24px/29px Lato;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 0 !important;
}

.contact-us-content h2 {
    text-align: left;
    font: Bold 48px/52px Lato;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-bottom: 29px !important;
    margin-top: 0 !important;
}

input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4E4;
    opacity: 1;
    border-radius: 0 !important;
}

textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E4E4E4;
    opacity: 1;
    border-radius: 0;
}

.ui.yellow.button {
    background: #FCE232 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 0 !important;
}

.ui.fluid.dropdown {
    border-radius: 0 !important;
}

.menu.transition {
    border-radius: 0 !important;
}

.ui.popup {
    border-radius: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.updown {
    height: 36px !important;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.container-content {
    margin-bottom: 60px;
}

.container-content-profile {
    margin-bottom: 60px;
    margin-top: 30px;
}

.container-content-history {
    margin-bottom: 60px;
    margin-top: 30px;
}

.ui.dropdown {
    border-radius: 0 !important;
}

.green_circle {
    margin: 0px !important;
    border: 2px solid #009C21;
    opacity: 1;
    padding: 26px;
    border-radius: 50%;
    color: #009C21;
    font-size: 24px !important;
    position: relative;
    margin-bottom: 15px !important;
}

.green_circle:before {
    top: 15px;
    left: 14px;
    position: absolute;
    content: "\f00c";
}


.red_circle {
    margin: 0px !important;
    border: 2px solid #D10E0E;
    opacity: 1;
    padding: 26px;
    border-radius: 50%;
    color: #D10E0E;
    font-size: 24px !important;
    position: relative;
    margin-bottom: 15px !important;
}

.red_circle:before {
    top: 15px;
    left: 17px;
    position: absolute;
    content: "\f00d";
}

.card-title {
    margin-bottom: 0.5rem;
}

.stripeElement * {
    font-family: Inter UI, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 1rem;
}

.stripeElement form {
    max-width: 496px !important;
    padding: 0 15px;
}

.stripeElement form>*+* {
    margin-top: 20px;
}

.stripeElement .container {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 3px;
}

.stripeElement fieldset {
    border-style: none;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    background: rgba(18, 91, 152, 0.05);
    border-radius: 8px;
}

.stripeElement fieldset legend {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #8898aa;
    padding: 3px 10px 7px;
}

.stripeElement .card-only {
    display: block;
}

.stripeElement .payment-request-available {
    display: none;
}

.stripeElement fieldset legend+* {
    clear: both;
}

.stripeElement input,
.stripeElement button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
    color: #fff;
}

.stripeElement input:-webkit-autofill {
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.stripeElement #example4-card {
    padding: 10px;
    margin-bottom: 2px;
}

.stripeElement input {
    -webkit-animation: 1ms void-animation-out;
}

.stripeElement input::-webkit-input-placeholder {
    color: #9bacc8;
}

.stripeElement input::-moz-placeholder {
    color: #9bacc8;
}

.stripeElement input:-ms-input-placeholder {
    color: #9bacc8;
}

.stripeElement button {
    display: block;
    width: 100%;
    height: 37px;
    background-color: #d782d9;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.stripeElement button:active {
    background-color: #b76ac4;
}

.stripeElement .error {
    padding: 0 !important;
}

.stripeElement .error .message {
    padding: 0 !important;
}

.stripeElement .error svg .base {
    fill: #e25950;
}

.stripeElement .error svg .glyph {
    fill: #f6f9fc;
}

.stripeElement .error .message {
    color: #e25950;
}

.stripeElement .success .icon .border {
    stroke: #ffc7ee;
}

.stripeElement .success .icon .checkmark {
    stroke: #d782d9;
}

.stripeElement .success .title {
    color: #32325d;
}

.stripeElement .success .message {
    color: #8898aa;
}

.stripeElement .success .reset path {
    fill: #d782d9;
}


.vehicleType {
    border-radius: 0 !important;
}

.vehicleType .content {
    text-align: center;
}

.vehicleType .ok {
    text-align: center;
    width: 50%;
    margin-bottom: 1rem !important;
}

.vehicleType .deny {
    color: #a8a8a8 !important;
}

.margin-auto {
    margin: auto;
}

.vehicleType img {
    width: 240px;
}

.vehicleType h3 {
    height: 50px;
}

.card-intro a {
    color: black;
    font-family: "Times New Roman", Times, serif;
}

.card-intro h3 {
    display: inline;
    margin-left: 15px;
    vertical-align: super;
}
}

.card-intro h5::first-letter {
    text-transform: uppercase;
}

.card-intro.border {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.card-intro.border:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.card-intro a {
    display: block;
}

.small-icon {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px !important;
}

.card-description {
    margin-top: .1rem;
    font-size: 16px;
}

.banner-wrapper.ui.segment {
    background: unset !important;
    color: #555 !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

.banner-wrapper.ui.segment label {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.banner-wrapper.ui.loading.segment {
    background: unset !important;
    color: white !important;
}

.banner-wrapper.ui.loading.segment:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 0.28571429rem;
    z-index: 100;
}

.segment-blank {
    border: 0 !important;
    box-shadow: unset !important;
}

.segment-blank.loading {
    color: black !important;
}

.payment-button {
    margin-top: 5rem;
}

.payment-container {
    min-height: 275px;
}

.payment-container p {
    margin: .6em 0em !important;
}

.payment-button {
    font-size: x-large !important;
}

.navigation .menu {
    width: 100%;
}

.navigation .menu .rightMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.ui.secondary.menu .item>img:not(.ui) {
    width: 180px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.ui.container {
    width: 100%;
}

.tnc .checkbox {
    display: initial;
}

.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.home-box.horizontal {
    min-height: 100px;
}


@media (min-width: 980px) {
    .top-bar-alert {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 830px) {
    .top-bar-alert {
        margin-top: 0;
    }
}

.top-bar-alert {
    width: 100%;
    float: left;
    background: #ededed;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media (min-width: 830px) {

    .top-bar-alert .alert-heading.msg-02 {
        padding: 10px 2%;
        width: 40%;
    }
}

@media (min-width: 980px) {

    .top-bar-alert .alert-heading {
        padding: 10px 2%;
        width: 25%;
    }
}

@media (min-width: 830px) {

    .top-bar-alert .alert-heading {
        padding: 10px 2%;
        width: 30%;
    }
}

.top-bar-alert .alert-heading {
    background: #002496;
    float: left;
    display: inline;
    color: #fff;
    padding: 10px 2%;
    font-size: .938em;
    font-weight: 700;
    text-transform: uppercase;
    width: 96%;
}

@media (min-width: 980px) {

    .top-bar-alert .alert-message {
        padding: 10px 2%;
        width: 67%;
    }
}

@media (min-width: 830px) {

    .top-bar-alert .alert-message {
        padding: 10px 2%;
        width: 62%;
    }
}

@media (min-width: 830px) {
    .top-bar-alert .alert-message.msg-02 {
        padding: 10px 2%;
        width: 52%;
    }
}

.top-bar-alert .alert-message a {
    font-weight: 700;
    color: #002496;
    padding-left: 16px;
}

ul.ui.list li:first-child,
ol.ui.list li:first-child,
.ui.list .list>.item:first-child,
.ui.list>.item:first-child {
    display: inline-block !important;
    margin-left: 0 !important;
}

.content-base {
    width: 450px;
    background: #FFF;
    position: relative;
    z-index: 11;
    padding: 20px;
    float: left;
}

.content-base ul {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-base a {
    padding: 0;
}

.content-base ul {
    width: 200px !important;
}

.content-base li {
    color: #5d5d5d;
    margin-bottom: 10px;
}

.content-base .title a {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 900 !important;
    color: #011e93 !important;
}

.content-base .title a:hover {
    background: transparent !important;
}

.dropdown-hover .menu {
    width: 452px;
}

.content-base.full {
    width: 950px;
    top: 15px;
    position: absolute;
    left: 36px;
    transform: translate(-50%, 0);
    right: 0;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
}

.content-base.full.login {
    width: 950px;
    top: 15px;
    position: absolute;
    left: -5px;
    transform: translate(-50%, 0);
    right: 0;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
}


.content-base.full ul {
    width: 180px !important;
}

.no-border {
    border: 0 !important;
}

.content-base.full a {
    text-align: center !important;
}

.content-base.full li.title {
    vertical-align: middle;
    justify-content: center;
    display: flex;
    min-height: 120px;
}

.home-box.middle {
    min-height: 310px;
}

.text-white {
    color: white !important;
}

.divider {
    padding: 0 !important;
}

.social-media {
    display: flex;
    text-align: center;
}

.column-right h2 {
    margin-bottom: 8px;
}

.social-media button {
    padding: 6px !important;
    font-size: 1rem !important;
}

footer {
    padding-top: 20px !important;
}

footer .ui.grid {
    justify-content: center;
    margin-bottom: 0 !important;
}

footer .column {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: inline;
}

footer .border-left {
    min-height: 110px;
    border-right: 1px solid #d2d2d2;
}

footer .no-border {
    margin-left: 16px;
    min-height: 110px;
}

footer .contact {
    font-weight: 700;
    font-size: 100%;
    color: #fff;
    line-height: 24px;
    margin: 0 0 3px 0;
}

footer .divider {
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.8) !important;
}

footer .icon-only {
    padding: 0 !important;
    font-size: 2rem !important;
    background-color: transparent !important;
}

footer .social-media {
    margin-top: 6px;
    margin-bottom: 6px;
}

footer #ra-hour {
    font-size: 37px;
    line-height: 33px;
    font-weight: 700;
    float: left;
    color: #fff;
    display: inline-block;
    margin: 0 6px 0 0;
}

footer #ra-title {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    float: left;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

footer #ra-call {
    font-size: 18px;
    line-height: 18px;
    float: left;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 4px 0;
}

footer #ra-text {
    font-size: 12px;
    line-height: 13px;
    float: left;
    color: #fff;
    display: inline-block;
    width: 100%;
}

footer .clearfix {
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

footer .my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}


.hero-title {
    z-index: 1 !important;
}

.hero-description {
    z-index: 1 !important;
}

.hero-image {
    z-index: 0 !important;
}

.home-hero-image-wrapper img {
    object-fit: cover !important;
    width: 100% !important;
    object-position: bottom !important;
    height: 100% !important;
    max-height: 500px !important;
    object-fit: cover !important;
    object-position: bottom !important;
}


.content-base.full .text{   
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 0 !important;
}
.home-box.middle img {
    min-height: 180px;
    max-height: 180px;
}


.no-padding{
    padding: 0 !important;
}