/* Sticky footer styles
-------------------------------------------------- */
.chonburi-regular {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
}

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 95.153px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 85.637px */
}
h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 44.465px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 40.018px */
    margin: 0;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 29.957px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-top: 0;
}
h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #518298;
    font-size: 16.923px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.703px; /* 98.7% */
    text-align: left;
}
p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16.406px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.891px; /* 115.146% */
    text-align: left;
}
hr {
    border-top: 2px solid black;
    max-width: 207px;
    margin-bottom: 45px;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;   
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 8.213px;
    background: #518298;
    padding: 5% 10%;
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17.925px;
    font-style: normal;
    font-weight: 800;
    line-height: 17.692px; /* 98.7% */
    border: 2px solid #518298;
}
button:hover {
    background: transparent;
    color: #518298;
}
header.top {

}
.container.header {
    padding: 2% 10%;
    text-align: left;
    background-color: white;
}
.container.header .logo {
    cursor: pointer;
    text-align: center;
}
.container.header .logo img {
    max-width: 377px;
}
.header h1 {
    margin-bottom: 43px;
}
.header .locationContainer {
    max-width: 70%;
    margin-top: 3%;
    column-gap: 3%;
}
.header .locationContainer .info {
    text-align: center;
    padding: 5%;
}
.header .locationContainer .col-md-6 {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
}
.header .locationContainer .infoLine {
    align-items: center;
}
.header .locationContainer .icon {
    max-width: 20px;
    margin-right: 3%;
}
.header .locationContainer p {
    margin: 0;
}
.header .locationContainer button {
    margin-top: 3%;
    width: 100%;
    padding: 3%;
}
.redTear {
    background-image: url('../img/um-bg.png');
    background-repeat: repeat-x;
    background-size: 50% 60%;
    background-color: #211b27;
}
.redTear.container {
    padding: 5% 15%;
}
.redTear h2 {
    width: auto;
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    line-height: 44px;
    margin-bottom: 30px;
}
.redTear .probs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.redTear .probs.mobile-hide {
    display: none;
}
.redTear .feels {
    cursor: pointer;
}
.redTear .info {
    width: auto;
    background-color: white;
    padding: 6%;
    margin: 0;
    line-height: 44px;
    margin-bottom: 0;
    color: #CA3C2D;
    text-align: center;
    font-size: 33px;
    cursor: pointer;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.redTear .store .who {
    justify-content: center;
    align-items: center;
}
.redTear .store .counter {
    padding-left: 0;
}

.testimonials {
    background-color: #211b27;
}
.testimonials h2 {
    width: auto;
    text-align: center;
    margin-bottom: 3%;
}
.testimonials.container {
    position: relative;
    padding-top: 0;
}
.testimonials .testBox {
    background-color: #FFF;
    border-radius: 20px;
    padding: 5% 5% 6% 5%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .testBox p {
    font-size: 14px;
    color: black;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonials p.signature {
    color: white;
    margin-top: 8%;
    font-size: 12px;
    font-weight: 700;
}
.testimonials .triangle {
    width: 30px;
    position: relative;
    margin-left: 10%;
}
.testimonials .triangle img {
    top: 0;
    position: absolute;
}
.testimonials .arrows {
    position: absolute;
    width: 80%;
    bottom: 50%;
}
.testimonials .arrows .previous {
    text-align: left;
    left: -5%;
}
.testimonials .arrows .next {
    text-align: right;
    right: -5%;
}
.testimonials .arrows img {
    max-width: 20px;
}

.flowers {
    background: #674458;
}

.flowers .flowery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

.flowers .feels {
    text-align: center;
}

.flowers h3 {
    margin-top: 5%;
}

.flowers h3, .flowers p {
    color: white;
}

.flowers .feels img {
    max-height: 230px;
    width: auto;
    margin: 0 auto;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background-color: #211b27;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    align-items: center;
    padding: 3% 10%;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 260px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    width: 307px;
    padding: 2% 7%;
    background-color: #674458;
    border: 2px solid #674458;
}
footer button:hover {
    color: black;
    border: 2px solid white;
    background-color: white;
}

/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
    
}
.owl-theme .owl-nav {
    margin-top: 10px;
    right: 0;
    position: absolute;
    bottom: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -50%;
    position: relative;
}
.owl-carousel .owl-nav button.owl-next {
    right: -50%;
    position: relative;
}
.owl-dots button {
    width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid white;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
    }
    .container.header {
        background-image: none;
    }
    .container.header .logo {
        text-align: center;
    }
    .container.header .logo img {
        max-width: 250px;
    }
    .header h1 {
        margin-bottom: 10px;
        font-size: 30px;
        text-align: center;
    }
    .redTear {
        background-image: none;
        background-color: #c23a27;
    }
    .redTear.container {
        padding-top: 0;
        padding-bottom: 12%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .redTear .probs.mobile-show {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .redTear h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .redTear h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .redTear .probs {
        grid-template-columns: repeat(1, 1fr);
    }
    .testimonials h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .testimonials .arrows {
        display: none;
    }
    .flowers .flowery {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .flowers p {
        text-align: center;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .logo {
        display: none;
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  