/*

Theme Name: naturellaskincare

Theme URI: https://naturellaskincare.com/

Author: naturellaskincare

Author URI: https://naturellaskincare.com/

Template: twentytwentyone

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: two-column, responsive-layout

*/

.form-bg-top {
    background: transparent;
    position: relative;
    z-index: 1;
}
.capchaBox {
    width: 100%;
    display: inline-block;
}
.capchaBoxLeft {
    width: 125px;
    float: left;
    padding-right: 15px;
}
.capchaBoxRight {
    width: calc(100% - 125px);
    float: left;
}
.banner-section {

}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    background: transparent;
    opacity: 1;
    height: 48px;
    color: #556570;
    padding: 6px 15px 6px 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-shadow: inherit;
    border: 0;
    border-bottom: 1px solid #556570;
    border-radius: 0;
    font-weight: 400;
    position: relative;
}
.know-more-btn:hover {
    color: #6968A7;
}
.btn {
    background: #6968A7;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid #6968A7;
    padding: 15px 24px;
    min-width: 120px;
    position: relative;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
}
.btn:hover {
    background: #6968A7;   
    border-color: #6968A7;
    color: #ffffff;
}
.btn.btn-border{
    background: transparent;   
    border-color: #6968A7;
    color: #6968A7;
}
.btn.btn-border:hover{
    background: #6968A7;   
    border-color: #6968A7;
    color: #D2FB7D;
}
.card-title a {
    text-decoration: none;
    color: #6968A7;
}
.page-banner-section {
  height: 60vh;
  overflow: hidden;
}

.page-banner-img {
  height: 100%;
  position: relative;
}

.page-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.page-banner-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity */
  z-index: 1;
}

.page-banner-section .container {
  z-index: 2;
}
.two-box-bg-img-con {
    position: relative;
}
.sky-bg {
    background-color: #EBF8FF !important;
}
.two-box-bg-img-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.two-box-bg-img-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.two-box-bg-img-text {
    padding: 60px;
}
.full-banner .banner-section {
    background-color: #f1eae0;
}
.full-banner .banner-section h1 {
    color: #8d4d00;
}
@media only screen and (max-width: 1199px) {
    .btn {
        font-size: 16px;
        padding: 14px 21px;
        min-width: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 12px 18px;
        min-width: 108px;
    }
}