@font-face {
    font-family: "Montserrat Med";
    src: url("assets/font/montserrat-medium.ttf");
}

@font-face {
    font-family: "Montserrat Light";
    src: url("assets/font/montserrat-light.ttf");
}

body {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2rem;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.form-control {
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

input.form-control,
textarea.form-control {
    background: #EDEDED;
    border: none;
}

.text-danger {
    color: #F54C41 !important;
}

.bg-danger {
    background-color: #F54C41 !important;
}

.btn-danger {
    background-color: #F54C41 !important;
    border-color: #F54C41 !important;
}

.bg-primary {
    background-color: #0E74BC !important;
}

.text-primary {
    color: #0E74BC !important;
}

.bg-secondary {
    background-color: #eeeeee !important;
}

.bg-info {
    background-color: #41C8F5 !important;
}

.btn-info {
    background-color: #41C8F5 !important;
    border-color: #41C8F5 !important;
}

.border-info {
    border-color: #41C8F5 !important;
}

.rounded-edge {
    border-radius: 15px;
}

.rounded-edge-sm {
    border-radius: 7px;
}

.fw-600 {
    font-weight: 600;
}

hr {
    opacity: 1 !important;
}

.testimony {
    font-family: 'Poppins', sans-serif;
}
.open-sans {
    font-family: 'Open Sans', sans-serif;
}
.fw-bolder {
    font-weight: 800 !important;
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

.g-border {
    position: absolute;
    top: 305px;
    left: 0;
    border-radius: 10px;
    width: 200px;
}

.emex-service {
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
}

#book-online {
    margin-bottom: 100px;
    border-radius: 10px;
}

#services-wrapper {
    position: absolute;
    top: -97px;
    width: 100%;
}

.blue-stripe {
    height: 140px;
}

#reviews-comment {
    width: 100%;
    position: absolute;
    top: 50px;
}

.bg-danger-shade {
    background: linear-gradient(90deg, rgba(245, 76, 65, 0) 0%, #F54C41 30%);
    width: calc(100% - 150px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 100px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-danger-shade .display-1 {
    font-size: 6.5rem;
}

#header .header-logo {
    height: 80px;
}

#header .btn.px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#header .row {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .row>* {
    width: unset;
}

#header .header-call-button {
    display: flex;
    align-items: center;
}

#header .fa-phone-volume {
    background: #41C8F5;
    font-size: 2rem !important;
    padding: 20px;
    /*position: absolute;*/
    color: black !important;
    top: -8px;
    width: 72px;
    height: 72px;
    /*right: 170px;*/
    z-index: 2;
    border-radius: 50%;
}

#header .cta-call {
    padding-right: 25px;
    background-color: #0E74BC !important;
    color: white;
    border-radius: 25px;
    /*position: relative;*/
    padding-top: 3px;
    padding-bottom: 3px;
    width: 215px;
    margin-left: -50px;
}

#header .cta-call i {
    font-size: .8rem;
}

#header .cta-call b {
    line-height: 10px;
    display: block;
    margin-bottom: 12px;
}

#header .row {
    margin-left: unset;
    margin-right: unset;
    flex-wrap: nowrap;
}

.cta {
    border-radius: 5px;
    cursor: pointer;
}

#reviews-comment .bg-primary {
    background-color: #0A5282 !important;
}

.testi-name {
    font-weight: 600;
    line-height: 1rem;
    font-size: 1.4rem;
}

.fa-star,
.testi-star {
    line-height: 1rem;
    color: #ffbd00 !important;
}

#footer {
    background-color: #DBE0E4 !important;
}

#header input.ps-5 {
    padding-left: 40px !important;
}

.fav-forms {
    position: absolute;
    left: 15px;
    top: 15px;
}

#hero-banner {
    overflow: hidden;
}

.banner-image {
    position: absolute;
    /*right: 0; */
    left: 50%;
    height: 100%;
}

.banner-image-mobile {
    display: none;
}

#book-online .form-img-container img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mont_med {
    font-family: "Montserrat Med";
}

.mont_lit {
    font-family: "Montserrat Light";
}

.osten-white {
    color: white;
}

.footer__ostenpowers {
    background: #21201f;
    padding: 10px;
}

.footer__ostenpowers_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__ostenpowers_item {
    padding: 0 5px;
}

.footer__ostenpowers-circle-container {
    display: flex;
}

.footer__ostenpowers-circle {
    height: 15px;
    width: 15px;
}

.footer__ostenpowers-text {
    font-size: 0.72rem;
    text-align: center;
}

.footer__ostenpowers a {
    text-decoration: none;
}

@media screen and (max-width: 1350px) {
    #header .cta-call {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    #header .d-none.d-lg-block.col-lg-5.py-4.header-form {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    #header .header-logo-container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-image {
        display: none;
    }

    #reviews-comment {
        position: relative;
        top: 0;
    }

    #book-online .form-img-container img {
        width: 100%;
        max-height: 500px;
        object-position: top;
    }

    #hero-banner .row,
    .testimony .row {
        margin-left: 0;
        margin-right: 0;
    }

    #hero-banner .row>* {
        padding-left: 0px;
        padding-right: 0px;
    }

    .blue-stripe {
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    #header .header-logo {
        height: 65px;
    }

    #header .fa-phone-volume {
        right: 10px !important;
        top: 10px !important;
    }

    #header .fa-phone-volume {
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    .banner-image-mobile {
        position: absolute;
        right: 0;
        width: 100%;
    }

    .bg-danger-shade {
        width: 100%;
        right: unset;
    }

    .g-border {
        position: relative;
        top: unset;
        right: unset;
    }

    #reviews-comment {
        position: relative;
        top: unset;
        width: unset;
    }

    .bg-danger-shade .display-1 {
        font-size: 4.5rem;
        margin-left: 20px;
    }
}