@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&amp;family=Raleway:wght@300;400;500;600;700;800&amp;display=swap");

:root {
    /* green:#21B7AB; blue: #05194B; */
    /* --primary:#A14A76; */
    /* --secondary:#F9F1F0; */
    /* --primary-hover:#9156D7; */
    /* --third-color:#E5A0AB; */
    --secondary: #f8f8f8;
    /* --third-color:#199AEF; */
    --third-color: #b50488;
    --primary: #b50488;
    --primary-hover: #b50488;
    --text-color: #707070;
    --title-color: #24201b;
    --light-text-color: #fff;

    --theme-bg-color: #d3e9fb;

    --title-font: "Raleway", sans-serif;
    --border: #efefef;
}
.fa {
    color: var(--primary);
    font-size: 20px !important;
}
body {
    position: relative;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    /* font-family: 'Heebo', sans-serif; */
    font-family: "Cabin", sans-serif;
}
p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--title-color);
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 2px !important;
    background: var(--primary);
    padding: 5px 6px;
}
.navbar-toggler i {
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
}

/*** buttons ***/

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 8px 10px;
    font-weight: 500;
    margin-right: 5px;
    box-shadow: 0px 2px 4px 0px rgba(148, 146, 148, 1);
}
.btn-primary:hover {
    background: var(--primary-hover);
    border: none;
    box-shadow: none !important;
    outline: none;
}
.btn-primary:focus {
    background: var(--primary-hover);
    border: none;
    box-shadow: none;
    outline: none;
}
/*** section ***/
.section {
    padding: 50px 0;
}

.sec-header {
    margin: 0px 0 30px 0;
}
.sec-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: 0px;
    margin: 10px 0 15px 0;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

.sub-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--primary);
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}

.sec-header .line-left,
.line-center {
    width: 80px;
    height: 4px;
    border-bottom: 2px solid var(--third-color);
}
.sec-header .line-center {
    margin: 0 auto;
}
.section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section ul li {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 0;
    }
    .sec-title {
        font-size: 22px;
        margin: 10px 0 10px 0;
        line-height: 28px;
    }
    .sec-header .line-left,
    .line-center {
        width: 50px;
        height: 2px;
    }
    .sec-header {
        margin: 10px 0 20px 0;
    }
    .sub-title {
        margin-bottom: 10px;
    }
}

/** header section **/
.header {
    background: var(--secondary);
}

.navbar-brand {
    padding-top: 0rem;
    margin-top: -10px;
    padding-bottom: 0rem;
}

/* .navbar-brand img{
    width: 60%;
  } */
.navbar-nav .nav-item {
    padding: 0;
    margin: 0 !important;
}
.navbar-nav .nav-item .nav-link {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0px;
    border-radius: 3px;
}
.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}
.top-bar {
    background: var(--third-color);
    padding: 5px 10px;
    width: 100%;
    color: #f8f4f4;
    top: 0;
}
.top-bar p {
    color: #f8f4f4;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 30%;
    }
    .navbar-brand img {
        width: 75%;
    }
    header .navbar .btn-primary {
        padding: 6px 10px;
        left: -120px;
    }
}

/*** no-sec ***/
.about-sec {
    /* background: linear-gradient(90deg, #EFEFEF 40%, #fff 60%); */
}
.about-sec .img-bx {
    padding: 20px;
    position: relative;
    /* border: var(--primary) 1px solid; } */
}
.about-sec .img-bx img {
    /* border-top-left-radius: 35%; border-top-right-radius: 45%;
  border-bottom-left-radius: 5%; border-bottom-right-radius:5%; */
    border-radius: 50%;
}
.about-sec p {
    text-align: justify;
}
.about-sec .img-bx .crs-line {
    z-index: 2;
    position: absolute;
    width: 60px;
    height: 60px;
    border: #f2f3f3 1px solid;
    transform: rotate(90deg);
    bottom: 0%;
    left: 30px;
    border-radius: 50%;
    background: #f2f3f3;
}
.about-sec .img-bx .crs-line2 {
    z-index: -1;
    position: absolute;
    width: 80px;
    height: 80px;
    border: var(--secondary) 1px solid;
    transform: rotate(90deg);
    bottom: 1%;
    left: 5px;
    border-radius: 50%;
    background: var(--theme-bg-color);
    display: block;
}
.about-sec .img-bx:hover .crs-line2 {
    border-radius: 50%;
    bottom: 0% !important;
    transition: 0.7s;
    background: var(--theme-bg-color);
}

.no-bx {
    padding: 5px 0;
    margin: 0px 0;
    border-radius: 5px;

    display: flex;
    align-items: center;
}
.no-bx .img-bx {
    background: transparent;
    padding: 10px;
}
.no-bx img {
    width: 44px !important;
    margin-right: 10px;
    border-radius: 0% !important;
    filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(1045%)
        hue-rotate(207deg) brightness(91%) contrast(92%);
}
.no-bx i {
    font-size: 24px;
    color: var(--third-color);
    padding: 8px;
    background: var(--secondary);
    margin-bottom: 0px;
    margin-right: 10px;
    border-radius: 5px;
}
.no-bx h4 {
    font-size: 18px;
    margin-top: 5px;
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
}
.no-bx p {
    line-height: 26px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .no-bx i {
        font-size: 20px;
        padding: 4px;
    }
    .about-sec .img-bx {
        padding: 10px 0 10px 10px;
        margin-bottom: 10px;
    }
    .no-bx h4 {
        font-size: 16px;
    }
}

/*** trans-sec ***/
.trans-sec {
    position: relative;
    background: #e5f0ff;
    /* background: url(../img/cta-banner.jpg);  */
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        360deg,
        var(--primary) 1%,
        var(--third-color) 100%
    );
}
.trans-sec .sec-title {
    font-size: 26px;
}
.trans-sec .sec-title,
.trans-sec p {
    color: #fafafa;
}
.trans-sec .btn-primary {
    background: var(--light-text-color);
    color: var(--title-color);
    padding: 10px 15px;
    font-size: 16px;
    box-shadow: none;
}

.trans-sec .video-bx {
    position: relative;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.trans-sec .cont-bx {
    padding: 10px 25px;
}
.trans-sec .cont-bx p {
    line-height: 30px;
}
.trans-sec .video-bx img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 0;
    width: 100%;
    border-radius: 30px;
}
.trans-sec .video-bx:hover .video-bx img {
    transform: scale(1.08);
}
.trans-sec .video-bx button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 3;
    background: RGB(192, 213, 243, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    border: #fff 4px solid;
    box-sizing: border-box;
    padding: 9px 12px;
    text-align: center;
}
.trans-sec .video-bx button i {
    color: #ea4335;
    font-size: 33px;
    margin: 3px 0 0 5px;
}
.trans-sec .video-bx button:focus {
    background: RGB(255, 255, 255, 0.8);
}

.y-modal .btn-close {
    z-index: 23;
    background: var(--dark);
    width: 20px;
    height: 20px;
    border: var(--dark) 1px solid;
    border-radius: 50%;
    margin-top: -35px;
    float: right;
    text-align: center;
    line-height: 24px;
}
.y-modal .btn-close i {
    color: var(--light);
    padding: 0px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .trans-sec .cont-bx {
        padding: 0px 5px;
    }
    .trans-sec .cont-bx p {
        line-height: 26px;
    }
    .trans-sec .video-bx button {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: RGB(255, 255, 255, 0.9) 4px solid;
        box-sizing: border-box;
        padding: 9px 6px;
        text-align: center;
    }
    .trans-sec .video-bx button i {
        font-size: 24px;
    }
}
/**** Hairloss sec *****/
.hailoss-sec {
}

.hailoss-sec .tab {
    display: none;
}

.hailoss-sec button {
    background-color: var(--primary);
    color: #ffffff;
    border: none;
    padding: 6px 20px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.hailoss-sec button:hover {
    opacity: 0.8;
}

.hailoss-sec #prevBtn {
    background-color: #bbbbbb;
}

.hailoss-sec .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: none;
    opacity: 0.5;
}

.hailoss-sec .step.active {
    opacity: 1;
}

.hailoss-sec .step.finish {
    background-color: #4caf50;
}

.hailoss-sec .all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hailoss-sec .thanks-message {
    display: none;
}

.hairloss-form {
    padding: 10px;
    border-radius: 10px;
}

.hailoss-sec input.invalid {
    background-color: #ffdddd;
}

.hailoss-sec .input-hidden {
    /* For Hiding Radio Button Circles */
    position: absolute;
    width: 100%;
    left: -9999px;
}

.icon-ul {
    display: block;
    padding: 10px 0 !important;
    margin: 0;
    background: #f6f6f6 !important;
}
.icon-ul li {
    display: inline-block;
    width: 16%;
    padding: 0;
    margin: 0;
}
.hailoss-sec input[type="radio"]:checked + label > img {
    border: 2px solid var(--primary);
}
.hailoss-sec input[type="radio"] + label {
    margin: 10px 0;
}
.hailoss-sec input[type="radio"] + label > img {
    border: 2px #efefef solid;
    border-radius: 20px;
    padding: 0px;

    transition: 500ms all;
}

.hailoss-sec input[type="radio"]:checked + label > img {
    transform: rotateZ(-1deg) rotateX(10deg);
}
.nav-tabs {
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0;
}
.nav-tabs .nav-link {
    background: var(--secondary);
    width: 150px;
    text-align: center;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-tabs .nav-link.active {
    background: #d3e9fb;
    color: var(--primary);
    border: var(--third-color) 1px solid;
}

.form-floating label {
    margin-left: 0px;
}

.contact-bx {
    padding: 20px 10px;
}

.contact-bx h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: var(--title-color);
}

@media screen and (max-width: 768px) {
    .hailoss-sec .col-4 {
        padding: 0 4px;
    }

    .hailoss-sec input[type="radio"] + label {
        margin: 5px 0;
    }
    .hailoss-sec input[type="radio"] + label > img {
        border-radius: 10px;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        letter-spacing: 0px;
        padding: 6px;
    }
}
/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: var(--primary-hover)
        radial-gradient(circle, transparent 1%, #a07ccc 1%) center/15000%;
}
.ripple:active {
    background-color: var(--primary-hover);
    background-size: 100%;
    transition: background 0s;
}

/* Button style */
button {
    cursor: pointer;
}

.why-best {
    background: var(--secondary);
}
.why-best .sec-title {
    color: var(--title-color);
}
.why-best .card {
    margin-bottom: 10px;
    border: var(--border) 1px solid;
    border-radius: 6px;
}
.why-best .card:hover {
    box-shadow: 0px 9px 9px -4px rgba(107, 102, 107, 0.3) !important;
    transition: 0.9s;
}
.why-best .card-body {
    min-height: 250px;
    max-height: auto;
}
.why-best .card-header {
    font-size: 18px;
    color: var(--light-text-color);
    font-weight: 500;
    letter-spacing: 0px;
    background: var(--third-color);
    padding: 10px 0 8px 0;
}

@media screen and (max-width: 768px) {
    .why-best .card-body {
        min-height: auto;
    }
    .why-best .card-header {
        font-size: 16px;
        padding: 8px 0;
    }
}

.kit-sec {
    position: relative;
    /* background: linear-gradient(180deg, var(--primary) 100%, #fff 0%); */
    margin-bottom: 0px;
    padding-bottom: 20px !important;
    border-bottom: #e8e8e8 1px solid !important;
    background: #fff;

    background-position: center;
    background-size: cover;
}

.kit-sec .kit-item img {
    width: 100%;
}

.kit-sec .sec-title,
.kit-sec h4 {
    color: var(--title-color);
}

.kit-sec p {
    text-align: left;
    color: var(--text-color);
}
.kit-sec h4 {
    font-size: 20px;
}

.kit-sec ul {
    padding: 0 0px 0 20px;
}
.kit-sec ul li {
    list-style: circle;
    color: var(--text-color);
    padding-left: 0px;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.kit-sec .konw-btn .btn-primary {
    background: var(--primary);
}
.kit-sec .konw-btn .btn-primary:hover {
    background: var(--secondary);
}
.kit-carousel .owl-nav {
    margin-top: 30px;
    width: 100%;
    display: block !important;
    justify-content: center;
}
.kit-carousel .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 50%;
}
.kit-carousel .owl-nav .owl-next {
    right: 0px;
    position: absolute;
    top: 50%;
}
.kit-carousel .owl-nav .owl-prev,
.kit-carousel .owl-nav .owl-next {
    margin: 0;
    width: 40px;
    height: 40px;
    display: block;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    color: var(--light);
    background: var(--third-color);
    border-radius: 50px;
    font-size: 24px;
    padding: 2px;
    transition: 0.5s;
}
.kit-carousel .owl-nav .owl-prev i,
.kit-carousel .owl-nav .owl-next i {
    padding: 5px 7px;
    font-size: 20px;
    color: #efefef;
}
.kit-carousel .owl-nav .owl-prev:hover,
.kit-carousel .owl-nav .owl-next:hover {
    color: #ffffff !important;
    display: inline-block;
    background: var(--primary);
}

@media screen and (max-width: 768px) {
    .kit-sec h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .kit-sec h4 {
        font-size: 16px;
    }

    .kit-carousel .owl-nav .owl-prev {
        left: 0px;
        position: absolute;
        top: 35% !important;
    }
    .kit-carousel .owl-nav .owl-next {
        right: 0px;
        position: absolute;
        top: 35% !important;
    }
}

.table thead {
    background: var(--third-color) !important;
    color: var(--light-text-color);
    border-bottom: #fafafa 1px solid !important;
    outline: none;
}

.table tbody {
    border-top: none !important;
    outline: none;
}
.table tbody i {
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}
.table tbody tr td:first-child {
    background: var(--secondary);
}
.table tbody tr td:nth-child(3) {
    background: #d4e8ff;
}

.cta-sec {
    background: url(../img/cta-banner.jpg);
    background-position: center;
    background-size: cover;
}

.cta-sec .cta-overlay {
    /* background: var(--secondary); p*/
    padding: 60px 0;
    /* background: RGB(239, 240, 241,0.4); */
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}
.cta-sec .cta-box {
    padding: 20px;
    border-radius: 20px;
    text-align: center;

    background: rgb(255, 255, 255, 0.6);
    /* background: linear-gradient(145deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px outset rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.2);  */
}

.cta-sec .cta-img {
    padding: 0px 0;
}
.cta-sec .cta-img img {
    border-radius: 10%;
    margin: 0 auto;
    width: 90%;
}
.cta-sec .sec-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: normal;
    color: var(--title-color);
    text-transform: capitalize;
}
.cta-sec p {
    color: var(--text-clor);
    font-size: 18px;
}
.cta-sec .btn-primary {
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .cta-sec .cta-overlay {
        /* background: var(--secondary); p*/
        padding: 40px 0;
    }
    .cta-sec .sec-title {
        font-weight: 500;
        font-size: 22px;
    }
    .cta-sec .btn-primary {
        padding: 8px 30px;
    }
}

.faq-sec {
    background: #f8f8f8;
}
.accordion {
    border: none !important;
}
.accordion-button {
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 10px;
    background: #fff;
    border: none !important;
}

.accordion-button:hover,
.accordion-button:focus,
.accordion-button:visited {
    background: var(--secondary) !important;
    box-shadow: none !important;
    outline: none;
    border: none !important;
    color: var(--primary) !important;
}
.accordion-button:not(.collapsed) {
    background: var(--secondary) !important;
    box-shadow: none !important;
    border: none !important;
    color: var(--primary) !important;
}
.accordion-item {
    border: none !important;
}
.accordion-item:hover {
    box-shadow: none !important;
    outline: none;
}

.client-sec .col-lg-2 {
    padding: 0 5px;
}
.client-bx {
    text-align: center;
    border: var(--border) 1px solid;
    margin-bottom: 10px;
}
.client-bx:hover {
    border: #d4d4d6 1px solid;
}
.review-sec {
    background: var(--third-color);
}
.review-sec .sec-title {
    color: var(--light-text-color);
}
.review-box {
    padding: 10px;
    margin: 10px 0;
    border-radius: 15px;

    background: var(--secondary);
}
.review-box img {
    width: 100px !important;
    border-radius: 5%;
    margin: 0 auto 10px auto;
}

.review-box .desc {
    padding: 10px 5px;
    min-height: 170px;
}
.review-box h6 {
    font-size: 20px;
}
.ratings i {
    color: #cecece;
    font-size: 14px;
}
.rating-color {
    color: #fbc634 !important;
}
.form-control {
    background: #fff;
}
.form-control:focus {
    border: var(--primary) 1px solid !important;
    box-shadow: none;
}

@media screen and (max-width: 767.98px) {
    .review-box p {
        min-height: auto;
    }
}

.footer {
    background: var(--secondary);
    padding: 20px 0;
    color: var(--border);
}
.footer p {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
}
.footer a {
    font-size: 14px;
    color: var(--light-text-color);
    text-decoration: none;
    margin-right: 5px;
}
.footer a i {
    background: var(--third-color);
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
}
.footer a i:hover {
    background: var(--primary-hover);
}

.modal-header {
    background: #b90482;
    border: none;
    margin-bottom: 10px;
}
.modal-header .modal-title {
    color: var(--light-text-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-header .btn-close {
    color: var(--light-text-color) !important;
}
.modal-content {
    border: none !important;
}
.modal-body {
    padding: 20px 40px;
}
.modal-content .btn-primary {
    padding: 8px 20px;
}
.modal-content .form-control {
    padding: 10px;
    margin: 5px 0;
    border: #707070 1px solid;
}

@media screen and (max-width: 767.98px) {
    .modal-content .form-control {
        padding: 6px 10px;
        margin: 5px 0;
    }
    .modal-header {
        padding: 10px 10px;
    }
    .modal-header .modal-title {
        font-size: 18px;
    }
    .modal-body {
        padding: 10px 20px;
    }
}

.app-menu {
    display: none;
}
@media screen and (max-width: 767.98px) {
    .map {
        width: 100% !important;
    }
    .footer {
        margin-bottom: 30px;
    }
    .app-menu {
        display: block;
        padding: 8px 0;
        background: var(--primary);
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 2;
    }
    .app-menu a {
        text-decoration: none;
        text-align: center;
    }
    .app-menu .book-btn {
        background: transparent;
        font-size: 18px;
        color: var(--light-text-color);
    }
    .app-menu .book-btn:hover {
        background: var(--primary-hover);
    }
    .app-menu .book-btn i {
        margin-right: 0px;
    }
    .app-menu .rght-br {
        padding: 0px 4px;
        border-right: var(--primary-hover) 1px solid;
        line-height: 15px;
        margin-top: 0px;
        padding: 5px;
    }
}

/*** slider ***/

.lg-slider {
    display: block;
}
.mb-slider {
    display: none;
}
@media screen and (max-width: 767.98px) {
    .lg-slider {
        display: none;
    }
    .mb-slider {
        display: block;
    }
}
@media screen and (max-width: 575.98px) {
    .lg-slider {
        display: none;
    }
    .mb-slider {
        display: block;
    }
}

.b-sec {
    position: relative;
}
.b-sec .card {
    border: #efefef 1px solid;
    border-radius: 10px;
}
.card img {
    border-radius: 10px;
}

.sticky {
    position: sticky;
    z-index: 23;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

@media screen and (max-width: 767px) {
    .sticky {
        position: relative;
    }
}

.thank-sec {
    padding: 100px 0;
    background: var(--primary);
}
.thank-sec .thk-bx {
    padding: 50px 30px;
}
.thank-sec .thk-bx h1 {
    font-size: 40px;
    color: var(--light-text-color);
}

.thank-sec .thk-bx h5 {
    font-size: 20px;
    color: var(--light-text-color);
}

@media screen and (max-width: 767.98px) {
    .thank-sec .thk-bx h1 {
        font-size: 30px;
    }
    .thank-sec .thk-bx h5 {
        font-size: 16px;
    }
    .enq-btn {
        display: none !important;
        z-index: -2;
    }
}

.enq-btn {
    z-index: 2;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.enq-btn .btn-primary {
    box-shadow: none;
}

#contact .invalid-feedback {
    padding: 0px 15px;
}
/**.text-center{
    text-align:left !important;
  } **/

.form-control.is-invalid,
.was-validated .form-control:focus {
    border: 1px solid red !important;
}
