@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.bg_87 {
    background-color: #0094da;
}
.owl-prev .fa{
    background-color: #00aeef;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 19px; */
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.owl-prev:hover .fa {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.owl-next .fa{
    background-color: #00aeef;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 19px; */
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}

.owl-next:hover .fa {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.owl-prev:focus,
.owl-prev:focus-visible,
.owl-next:focus,
.owl-next:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}



.banner-text {
    position: relative;
    z-index: 10;
}

.slider-btn {
    display: inline-block;
    background-color: #0073e6;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    z-index: 10;
    position: relative;
}

.slider-btn:hover {
    background-color: #005bb5;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
        .custom-nav {
    text-align: center;
    margin-top: 20px;
}

.custom-nav button {
    background: none;
       border: none;
    cursor: pointer;
    margin: 2px;
}
.custom-nav button:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
    border-radius: 4px;
}
.custom-nav img {
    width: 30px;
    height: auto;
}
.sec-title h2 {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #1c165f;
    text-align: center;
    padding: 0% 1% 1%;
    margin-bottom: 0px !important;
}
.sec-title h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -14px;
  background-color: #1c165f;
}
.sec-title h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 12px;
  left: 50%;
  margin-left: -50px;
  background-color: #1c165f;
}

.img-wrapper {    
    display: inline-block;
    border-radius: 20px;
}

.img-wrapper img {
    display: block;
    width: 100%;
}
.team-txt1 h2{
    font-size: 24px;
    color: #00aeef;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
.dis_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #1c165f;
}
.neurosync_box1{
    width: 50%;
}
.neurosync_box2{
    padding: 0px 45px;
    width: 50%;
}
.team-txt1 h3{
    margin: 5px 0;
    padding: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #8a8a8a;
    text-transform: uppercase;
    line-height: 140%;
}
    .team-txt1 p{
        margin: 3px 0 0px;
        padding: 0;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        color: #010101;
        font-weight: 400;
        line-height: 140%;
        text-align: justify;
    }
.min-hgt{
    min-height: 500px;
}
    .msg-thry{
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: center;
    }
    .msg-thry-box-1{
        width: 50%;
    }
    .msg-thry-box-2 {
       width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 2% 3%;
}
.msg-thry h2{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #1c165f;
    text-align: left;
    padding: 1% 0;
    line-height: 140%;
    margin-bottom: 0px !important;
}
.msg-thry p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    text-align: justify;
    padding: 1% 0;
}
.banner {
    background-size: cover;
    background-position: center;
    height: 69vh;
    justify-content: start;
    align-items: center;
    display: flex;
        width: 100%;
}

.banner-text {
       width: 75%;
    padding: 2%;
    background-color: #ffffff40;
}
.banner-text h2{
    font-size: 28px;
    font-weight: 600;
    color: #191455;
}
.banner-text p{
         font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1%;
    margin-top: 10px;
    margin-right: 1%;
    line-height: 140%;
}
 .btn-cl {
    margin: 0px!important;
    font-weight: 600!important;
    font-size: 25px!important;
    padding: 0 !important;
    border-radius: none!important;
    color: #000!important;
    transition: none!important;
    background: none !important;
        cursor: pointer;
    }
.banner-text a {
      font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 32px;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.banner-text:hover a {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.rel{
    position: relative;
    overflow: hidden;
}
.wel_flex {
    display: flex;
    align-items: center;
}

.overlay_anim {
    overflow: hidden;
}

.overlay_anim::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.overlay_anim:hover::after {
    animation: shine 1.5s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.flex3 {
    display: grid;
    grid-template-areas:
        "item1 item2"
        "item1 item3";
    justify-content: end;
    padding-right: 30px !important;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    row-gap: 0px;
    column-gap: 21px;
    height: 560px;
}
.wel_btn a {
        font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    background-color: #f6f6f6;
    padding: 11px 40px;
    text-align: center;
    display: table;
    margin: 2% 0 !important;
    text-decoration: none;
    border-radius: 10px;
    transition: all .4s linear;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);

}

.wel_btn a:hover {
    background-color: #330d53;
    color: #fff;
}

.overlay_anim {
    overflow: hidden;
}

.overlay_anim::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.overlay_anim:hover::after {
    animation: shine 1.5s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.effect3 {
position: absolute;
    bottom: 1%;
    left: 80px;
    transform: translateY(0);
    z-index: -1;
    animation: effect3 6s infinite alternate linear;
}

@keyframes effect3 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(110px);
    }
}


.effect4 {
    position: absolute;
    top: 10%;
    right: 10%;
    transform: translateX(0);
    /* rotate: 180deg; */
    z-index: -1;
    /* animation: effect3 3s infinite alternate linear; */
}

@keyframes effect4 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(150px);
    }
}

.who h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 140%;
    margin: 0 !important;
    color: #000000;
    text-transform: capitalize;
}

.who h1 span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
    margin: 0 0 0px !important;
    display: inline-block;
    position: relative;
    letter-spacing: 2.5px;
    padding: 0px 0px;

    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}


.who h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    text-align: justify;
    margin: 0% 0%;
    color: #1c165f;

}

.who p {
      font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 150%;
    text-align: justify;
    margin: 1% 0% 0%;
    padding-right: 20px;
}

.who span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 150%;
    text-align: justify;
    margin: 0% 0%;
}


.who h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 1% 1%;
}

    .arrow{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1c165f;
    }
    .arrow .fa{
        font-size: 12px;
        border: 1px solid  #0b77b9;
        border-radius: 50px 50px;
        width: 25px;
        margin-top: 3px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.flx-prt{
        display: flex;
    justify-content: center;
    align-items: center;
}
/*---heading---*/

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden; /* hides overflowing animation */
}

.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
  animation: moveRight 2s linear infinite;
}

/* Keyframes for the animation */
@keyframes moveRight {
  0% {
    left: 0;
  }
  100% {
    left: 15%;
  }
}

.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.myofascial-release img{
    border-radius: 20px;
}

.ftr_bg {
    background-attachment: scroll;
    background-repeat: round;
    background-position: left;
    background-size: contain;
    padding-top: 2%;
    padding-bottom: 1%;
    background:linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.bg_faq{
    background-color: #e3e3e32e;
}
.br-top {
    border-top: 1px solid #ffffff80;
}
/*-----form-------*/

/*form*/

.form-container {
    background: #fff;
    padding: 30px;
    /* max-width: 800px; */
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

@keyframes moveleft {
    0% {
        left: 0%;
    }

    100% {
        left: calc(100% - 55px);
    }
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0 !important;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 10px 10px 10px;
    border: 1px solid #1f71b9;
    font-size: 16px;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group textarea {
    resize: none;
    height: 120px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group:nth-child(5) label {
    top: 10%;
    left: 12px;
    transform: translateY(-0%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1f71b9;
    /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    color: #434343;
    font-size: 12px;
}

.submit-btn {
    background: #434343;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #e56b00;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .form-container {
        padding: 20px;
    }

    .form-container h2 {
        font-size: 20px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 12px 16px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 16px 8px 8px 8px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input:focus+label,
    .form-group input:not(:placeholder-shown)+label,
    .form-group textarea:focus+label,
    .form-group textarea:not(:placeholder-shown)+label {
        font-size: 10px;
    }
}

/*form*/
/*----form-------*/
/*--heading style---*/
.sec-title h2 {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #1c165f;
    text-align: center;
    padding: 0% 1% 1%;
    margin-bottom: 0px !important;
}
.sec-title h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -14px;
  background-color: #1c165f;
}
.sec-title h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 12px;
  left: 50%;
  margin-left: -50px;
  background-color: #1c165f;
}


/*---our Team---*/
  .team{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .team-box{
           width: 23%;
        background-color: #fff;
        padding: 20px;
        margin: 1%;
        border-radius: 20px;
    }
    .team-box img{
        border-radius: 20px;
    } 
    .team-bg{
/*        background-color: #c6c7c824;*/
        background-color: #f1f3f4;
    }
    .team-txt h3{
        margin: 10px 0px 0;
        padding: 0;
        font-size: 14px;
        color: #6a6a6a;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        min-height: 40px;
        margin-bottom: 0 !important;
    }
    .team-txt h2{
        margin: 7px 0 0px;
        padding: 0;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        color: #00aeef;
        font-weight: 600;
        line-height: 140%;
        text-align: left;
    }
    .team-txt p{
        margin: 3px 0 0px;
        padding: 0;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        color: #010101;
        font-weight: 400;
        line-height: 140%;
        text-align: justify;
        min-height: 115px;
    }
    .team-txt a{
        background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
        padding: 7px 20px;
        display: inline-block;
        color: #fff;
        margin-top: 1px;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 400;
    }

/*---our Team---*/

/*--blog---*/

.blog_sm1{
    width: 98%;
    margin: 1% auto;
}
.blg_img{
    position: relative;
    width: 100%;
}
.bg_date {
     position: absolute;
    background-color: #00aeef;
    text-align: center;
    padding: 10px 15px;
}

.bg_date p{
   font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 110%;
    color: #fff;
    margin:0px;
}
.bg_date p span{
    font-weight: 700;
    font-size: 18px;
}
.blog_text{
    padding: 10px;
    /*  min-height: 305px;*/
    padding: 15px 18px;
}
.blog_text_bg1{
    background-color: #8ad7ff24;
}
.blog_text_bg2{
    background-color: #ffd78a24;
}
.blog_text_bg3{
    background-color: #8ad7ff25;
}
.blog_text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #0098b9;
    margin: 0% !important;
}
.blog_text h3{
   font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    color: #000;
    margin: 1px 0px 15px 0px;
}
.blog_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin: 1% 0%;
    margin: 2% 0% 0% !important;
}
.blog_text a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 16px;
    color: #ffffff;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.blog_text:hover a {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.blog_text p strong {
    font-weight: bold;
    font-size: 13px;
}

.blog_text2{
    background-color: #fff;
    padding: 10px 0;
/*  min-height: 305px;*/
}

.blog_text2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #0098b9;
    margin: 0% !important;
}
.blog_text2 h3{
   font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
    color: #000;
    margin: 1px 0px 15px 0px;
}
.blog_text2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin: 1% 0% 0% !important;
    text-align: justify;
}
.blog_text2 a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 16px;
    color: #ffffff;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.blog_text2:hover a {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.blog_text2 p strong {
    font-weight: bold;
    font-size: 16px;
}
.blog_cat {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 0%;
    border-radius: 4px;
}
.sidebar-title {
   font-family: 'Poppins', sans-serif;
    font-size: 18px;
    position: relative;
    margin: 0 0 7px;
    font-weight: 600;
    border: none;
    float: none;
    width: auto;
}
.s-border {
    width: 40px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: #c5c5c5;
}
.m-border {
    width: 20px;
    height: 1px;
    margin-bottom: 15px;
    border-radius: 50px;
    background: #c5c5c5;
}
.blog_cat ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #1c165f;
    font-weight: 500;
    text-decoration: none;
    line-height: 200%;
    text-wrap: balance;
}
.blog_cat ul li a .fa{
    color: #ee1625;
}
.center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 6px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    background-color:#1c165f;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border-radius: 10px;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #00aeef;
}
.cat_active{
    color: #d63638 !important;
}
.cus_back {
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-brd-pad2 {
    background-color: #fff;
    min-height: 470px;
    border: 1px solid #00aeef;
}

.blog_ban_txt h1 {
  font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    color: #00637b;
    margin: 1% 0% 1.5% !important;
    border-left: 5px solid #a0ce53;
    padding-left:10px;

}
.pagination {
    margin: 0 !important;
}
.inner-blog h1{
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #00aeef;
    border-left: 4px solid;
    padding: 0px 10px;
    line-height: 140%;
    text-align: left;

}


/*---blog---*/

.mobile-banner {
    display: none;
}

.scrn-banner {
    display: block;
    width: 100%;
}

.mrg-abt {
    margin: 0% 0% 0% 1% !important;
}

.mrg-abt1 {
    margin: 0% !important;
}

.time {
    width: 295px;
    float: right;
    margin: 0%;
}


.time p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0%;
    line-height: 150%;
    text-align: justify;
    padding: 0% 0% 2% 0%;
}

.provd p {
    padding: 2% 0%;
    color: #000;
    font-size: 14px;
    margin-left: -1%;
    margin-bottom: 0%;
    text-align: justify;
    line-height: 150%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.provd h4 {
    color: #000;
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 0%;
    text-align: justify;
    line-height: 150%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.provd-img {
    width: 42px !important;
    padding: 4px;
    background-color: #dbdfe1b0;
    border-radius: 12px;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

hr {
    border-top: 1px dotted #2b839b;
}

.link {
    text-decoration: none;
    color: #fff;
}

.link2 {
    text-decoration: none;
    color: #000;
}

.link2:hover {
    text-decoration: none;
    color: #000;
}

.v_a_img {
    vertical-align: middle;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}
.top-bnr {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2_2 {
    width: 80%;
    margin-left: 16%;
    max-width: 1500px;
}

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    margin: 1%;
    float: left;
}

.col_sm3 {
    width: 31%;
    margin: 1%;
    float: left;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 17%;
    margin: 1%;
    float: left;
}


.col_sm8 {
    width: 58%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}


.col_sm99 {
    width: 68%;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm110 {
    width: 8%;
    margin: 1%;
    float: left;
}

.blog_sm8 {
    width: 74%;
    float: left;
    margin: 0 1%;
}

.blog_sm88 {
    width: 22%;
    float: left;
    margin: 0 1%;
}
.blog_sm2{
    width: 31.33%;
    float: left;
    margin: 1%;
}
.col_sm10 {
    width: 11%;
    margin: 1%;
    float: left;
}

.col_sm100 {
    width: 85%;
    margin: 1%;
    float: left;
}

.test-img {
    margin: 4% auto 1%;
    width: 75px;
}

.brd-rd {
    border-radius: 50%;
}

/*-----------------------------------
enquire_now
------------------------------------*/

.brd {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 1%;
}

.enquire_now {
    width: 310px;
    height: 525px;
    background-color: #fff;
    z-index: 9999999;
    position: fixed;
    bottom: -481px;
    right: 0%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s ease;
}

.enquire_now:hover {
    bottom: 0px
}

/*.enquire_now_head{
	background-color: #ee579c;
    padding: 10px 0px 12px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}*/


.enquire_now_head {
    background: linear-gradient(-45deg, #ed4f9a, #0b77b9, #ed4f9a);
    background-image: url(../images/enquiry-bg.gif);
    background-size: 200% 200%;
    animation: gradient 2s ease infinite;
    padding: 3px 1px 0px 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.enquire_now_head h2 {
    font-family: 'PoppiNs', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 120px !important;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.enquire_now_body {
    padding: 15px 10px;
}

#enquire_now input[type="text"],
#enquire_now input[type="email"],
#enquire_now input[type="tel"] {
    width: 100%;
    padding: 9px;
    margin: 5px 0px;
    font-size: 13px;
    min-height: 0px;
    border: 1px solid #d4d4d4;
}


#enquire_now textarea {
    width: 100%;
    padding: 5px;
    font-family: 'PoppiNs', sans-serif;
    margin: 5px 0px;
    border: 1px solid #d4d4d4;
}

#enquire_now button[type="submit"] {
    cursor: pointer;
    width: 100px;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    margin: 1%;
    background-color: #0083be;
}

.checkbox {
    font-family: 'PoppiNs', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0.5%;
    font-weight: 600;
}

.checkbox2 {
    font-family: 'PoppiNs', sans-serif;
    font-size: 17px;
    color: #000;
    padding: 3% 0.5% 0.5%;
    font-weight: 600;
}

/*-----------------------------------
home page
------------------------------------*/
.col_dis_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
   
}
.col_dis_flex a{
    display: contents;
}

.over_col_sm3 {
    width: 18%;
    margin: 1%;
    position: relative;
    min-height: 250px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;

}

.servi_icon {
    width: 100px;
    float: none;
    margin: 1% auto;
}

.over_col_sm3:hover {
    border: 2px dashed #fff;
}

.over_col_sm3:hover .overlay {
    bottom: 0;
    height: 100%;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #0b77b9;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .4s ease;
}

.bg_clr22 {
    background-color: #fff;
    padding: 1.5%;
}


.services_txt2 h2 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 2%;
    min-height: 140%;
    font-family: 'PoppiNs', sans-serif;
}

.services_txt2 p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 1% 1% 0%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 140%;
    min-height: 100px;
}

.over_text {
    padding: 4%;
}

.over_text h4 {
      color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    padding: 2% 0 1% 0;
    margin: 0 !important;
    font-family: 'PoppiNs', sans-serif;

}

.over_text p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 1% 1% 0%;
        margin: 0;
    font-family: 'PoppiNs', sans-serif;
    line-height: 140%;
    min-height: 100px;
}

.tagline p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 180%;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.5%;
    margin-bottom: 0% !important;
}

.tagline p span {
    font-size: 30px;
    font-weight: 600;
}



.why_us h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0b77b9 !important;
    text-align: left;
    padding: 8% 1% 1%;
    margin-bottom: 0px !important;
}

.why_us h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    padding: 1% 1%;
    margin-bottom: 0% !important;
}


.why_us h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0% 1% 1%;
    margin-bottom: 0px !important;
}

.why_us p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    padding: 1% 1%;
    margin-bottom: 0% !important;
}


.welcome h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 600;
    padding: 1%;
    color: #000;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
}

.welcome h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #515151;
    line-height: 150%;
    text-align: left;
    padding: 1% 1%;
}


.welcome h2 span {
    font-weight: 600;
}


.welcome p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 170%;
    text-align: justify;
    padding: 1% 3% 1% 1%;
}

.welcome2 {
    min-height: 493px;
    border: 1px solid #27a9e059;
    padding: 4%;
}

.welcome2 h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    margin-bottom: 0% !important;
}


.welcome2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-bottom: 0% !important;
}


.review_n h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 170%;
    text-align: justify;
    margin-bottom: 0% !important;
}

.review_n h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}



.book_appointment {
    width: 190px;
    float: left;
    margin: 0% 1% 1%;
}

.app_btn {
    width: 100%;
    padding: 4% 4%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: #0083be;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}

.app_btn:hover {
    background-color: #016897;
    color: #fff;
}

.review {
    width: 160px;
    float: right;
    margin: 1% auto;
}


.review2 {
    width: 400px;
    float: left;
    margin: 1% auto;
}

.review3 {
    width: 100%;
    /* float: left; */
    margin: 0% auto;
}

.center-txt h4 {
    text-align: center;
    margin: 4% 0% 1%;
    font-size: 35px;
}

.review4 {
    width: 100%;
    /* float: left; */
    margin: 0% auto;
}

.flex8 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.why_sm4 {
    width: 23%;
    float: left;
    margin: 1%;
    min-height: 160px;
}

.why_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    padding: 15px;
    z-index: 9;
    position: relative;
    border-radius: 5px;
}

.img {
    width: 100%;
    display: block;
}

.why_icon_txt {
    background-color: #0083be;
    text-align: center;
    padding: 50px 10px 20px 10px;
    position: relative;
    margin-top: -30px;
    /* z-index: -999; */
    min-height: 130px;
}

.why_icon_txt h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
}
.btn35 {
       width: 100%;
    padding: 2% 3%;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #1c2068;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
}
.btn2 {
    width: 100%;
    padding: 7% 7%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background-color: #0083be;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}

.btn2:hover {
    background-color: #016897;
    color: #fff;
}

.pdg {
    padding: 0% 12%;
}

.services h2 {
     font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    margin: 1%;
    color: #1c165f;
}

.services h1 {
    font-family: 'Poppins', sans-serif;
    color: #0b77b9;
    font-size: 22px;
    font-weight: 600;
    line-height: 180%;
    text-align: left;
    margin-bottom: 0% !important;
}


.services p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
    padding: 1% 0%;
}


.fixed_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999999999999999999;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 16px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 7px;
        font-size: 22px;
    }
}

/*-----------------------
About Us
------------------------*/

.page_head {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-top: 2%;
    margin-right: 0%;
    margin-bottom: 1%;
    margin-left: 1%;
    border-left: 5px solid #0b77b9;
    padding-left: 1%;
}

.page_para {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 1%;
    padding-left: 1%;
}

.abt h2 {
       font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0% 1% 1%;
    margin-bottom: 0px !important;
}

.abt h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0b77b9;
    text-align: justify;
    padding: 0% 1% 1%;
    margin-bottom: 0px !important;
}

.abt h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
    padding: 0% 1% 0% 1%;
    margin-bottom: 0px !important;
}


.abt p {
       font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    padding: 0;
    margin: 0%;
}

.abt p span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.pdgg {
    padding: 3% 2%;
}


.bullet1 ul {
    list-style-image:url(../images/bullet1.png);
    margin-left:3%;
}
/*
.bullet ul {
   list-style-image: url(../images/bullet1.png);
    margin-left: 2.5%;
    margin-top: 0%;
    margin-bottom: 0%;
}*/

.bullet1 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #000000 !important;
    margin: 1%;
    padding: 1%;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff8c;
    box-shadow: rgb(255 255 255 / 0%) 0px 7px 29px 0px;

}

.bullet1-1 ul {
    list-style-image:url(../images/bullet1.png);
    margin-left:9%;
}
/*
.bullet ul {
   list-style-image: url(../images/bullet1.png);
    margin-left: 2.5%;
    margin-top: 0%;
    margin-bottom: 0%;
}*/

.bullet1-1 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #000000 !important;
    margin: 1%;
    padding: 1%;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff8c;
    box-shadow: rgb(255 255 255 / 0%) 0px 7px 29px 0px;

}

.bullet2 ul {
    list-style-image: url(../images/smilespa-bullet2.png);
    margin-left: 2.5%;
    margin-top: 0%;
}

.bullet2 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 170%;
    color: #fff !important;
    margin: 0% 0.5% 0% 1%;
    padding: 0% 0% 1% 1%;
    text-decoration: none;
    text-align: justify;
    font-weight: 500;
}

.bullet3 ul {
    list-style-image: url(../images/smilespa-bullet1.png);
    margin-left: 3.5%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bullet3 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 200%;
    color: #000 !important;
    margin: 0% 0.5% 0% 1%;
    padding: 0% 0% 1% 1%;
    text-decoration: none;
    text-align: justify;
    font-weight: 500;
}

.bullet4 ul {
    list-style-image: url(../images/smilespa-bullet1.png);
    margin-left: 4.5%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bullet4 ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 200%;
    color: #000 !important;
    margin: 0% 0.5% 0% 1%;
    padding: 0% 0% 1% 1%;
    text-decoration: none;
    text-align: justify;
    font-weight: 500;
}

.sitemap a {
    color: #0083be;
}

.smilespa-about-bg {
    background-image: url('../images/smilespa-about-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.abt_conter_icon {
    width: 150px;
    float: none;
    margin: 1% auto;
}

.abt_conter_text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin: 4% 0% 2%;
    line-height: 150%;
    color: #000;
}

.abt_conter_text h4 span {
    font-size: 25px;
    font-weight: 600;
    color: #ee579c;
}

/*--------------------------
services page
---------------------------*/

.servi h2 {
        font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #1c165f;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    padding: 1% 1% 1%;

}

.servi h2 span {
    font-size: 25px;
    color: #0083be;
    font-weight: 700;
}

.servi p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    text-align: justify;
    padding: 1% 1% 1%;
}


.servi_c h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    padding: 1% 1% 0%;
}

.servi_c h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    padding: 2% 1% 1%;
}

.servi_c h2 span {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.servi_c p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 170%;
    text-align: justify;
    padding: 1% 1% 1%;
}

.smilespa-whitening-bg {
    background-image: url('../images/smilespa-whitening-bg.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}

.faq p {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
    padding: 1%;
}

.faq p span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.faq_c p {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 15px;
    line-height: 160%;
    text-align: justify;
    font-weight: 400;
    padding: 1%;
}

.faq_c p span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}



/*-----------------------
counter
------------------------*/

.ex_pdgg {
    padding: 6%;
    /*border-bottom: 2px dashed #fff;*/
}

.bg_img1 {
/*  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);*/
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg_img5.jpg);
}

.products_col_sm3 {
    width: 23%;
    margin: 1%;
    float: left;
    /* padding:2%; */
    /*background: #fff;
	border-bottom:2px solid #009fe3;*/
}


.ab_shdw22 {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    /*background-color: rgb(255 255 255);*/
}

.conter_icon {
    width: 75px;
    float: none;
    margin: 0% auto;
}

.values h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 4% 0% 2%;
    line-height: 140%;
    color: #fff;
}


.banner_col_sm2 {
    width: 27%;
    margin: 0% 2% 0% 0%;
    float: left;
}

.banner_col_sm9 {
    width: 23%;
    margin: 1%;
    float: left;
}

.banner_col_sm99 {
    width: 73%;
    margin: 1%;
    float: left;
}

.logo {
    width: 180px;
}

.top-right {
    width: 700px;

}
.nav-top{
    display: flex;
      justify-content: space-between;
      box-sizing: border-box;
          padding: 10px;
}
.nav-flx{
    display: flex;
    align-items: center;
    justify-content: center;

}

.navbarr {
    width: 485px;
    float: left;
    margin: 1.5% 0%;
}

    .book-app{
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 10px;
        column-gap: 30px;
    }
    .book-app-1{
        width: 140px;
    }
    .book-app-2{
        width: 850px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        row-gap: 5px;

    }
    .book-app-3{
        width: 290px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 12px;

    }
    .book-app-2 h2{
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        text-align: left;
        margin: 0% 0%;
        color: #fff;
    }
    .book-app-2 p{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 150%;
        text-align: justify;
    }
    .book-app-3  a{
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        margin: 0px;
        font-weight: 500;
        border: 1px solid #e7e7e7;
        text-align: center;
        font-size: 14px;
        padding: 10px 14px;
        border-radius: 10px;
        color: #ffffff;
        transition: all 0.4s;
        background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
    }
    .book-app-3:hover a {
        color: #ffffff;
        transition: all 0.4s;
        transform: translateY(-5px);
    }
.heder_btn {
    width: 215px;
    float: right;
    margin: 2.2% 0% 0%;
}

.heder_btn p {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 2.5% 3%;

}
.heder_btn p a{
      font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.4s;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
}
.heder_btn:hover a {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.ftr_head {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    margin-top: 12%;
    font-weight: 600;
    margin-bottom: 0% !important;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 190%;
    text-decoration: none;
}

.ftr_icon {
    width: 5%;
    float: left;
}

.ftr_icon .fa {
    color: #fff;
    font-size: 18px;
}

.ftr_txt {
    width: 90%;
    float: right;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0%;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 160%;
    margin-bottom: 0%;
}

.txt_right {
    text-align: right;
}

.product_head {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    color: #0e2f98;
}

.product {
    background-color: #fff;
    width: 94%;
    padding-bottom: 20px;
}

.pro_icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 15px;
    margin: -31px auto 0px auto;
    background-color: #ffffff;
    position: relative;
}

.product h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 2% 0%;
    text-align: center;
}

.product p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 2% 3%;
    text-align: center;
    line-height: 160%;
}

.ftr_social {
    width: 320px;
    float: left;
}

.ftr_social .fa {
    color: #fff;
    font-size: 18px !important;
}

.ftr_logo_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    font-weight: 500;
    line-height: 160%;
}

.col_sm22 {
    width: 50%;
    margin: 0;
    float: left;
}

/*enquire now */
.sidebar-contact {
    position: fixed;
    top: 60%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 12px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999999;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 1% 3% 0%;
    padding: 0;

}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle {
     position: absolute;
    height: 174px;
    width: 37px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(115deg, #1c165f 0% -1%, #14b4f0);
    top: 0;
    right: 350px;
    line-height: 48px;
}

/*enqire now*/

/*----------------------------------------------------------------------------new------------*/
.serviceBox {
    text-align: center;
    position: relative;
    z-index: 1;
}

.serviceBox .title {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0 0 30px;
    border: 3px solid #e85c90;
    display: inline-block;
}

.serviceBox .service-content {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    margin: 0 0 20px;
    border-radius: 30px;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.serviceBox .description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    min-height: 50px;
    color: #000;
}

.serviceBox .service-icon {
    /*    background: #e85c90;*/
    font-size: 40px;
    line-height: 100px;
    width: 80px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

/*.serviceBox .service-icon:before,
.serviceBox .service-icon:after{*/
/*content: "";
    background: #fff;
    width: 80px;*/
/*height: 80px;*/
/*border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;*/
/*}*/

.serviceBox .service-icon:after {
    background: #fff;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -20px;
}

.serviceBox.blue {
    color: #6b9fe3;
}

.serviceBox.blue .title {
    border-color: #6b9fe3;
}

.serviceBox.blue .service-content,
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after {
    background: #6b9fe3;
}

.serviceBox.cyan {
    color: #31bfc4;
}

.serviceBox.cyan .title {
    border-color: #31bfc4;
}

.serviceBox.cyan .service-content,
.serviceBox.cyan .service-icon,
.serviceBox.cyan .service-icon:after {
    background: #31bfc4;
}

.serviceBox.purple {
    color: #8746ae;
}

.serviceBox.purple .title {
    border-color: #8746ae;
}

.serviceBox.purple .service-content,
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:after {
    background: #8746ae;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}


/*********************************
    Gallery Start
*********************************/

.brd-redios {
    border-radius: 5px;
}

.gallery_sm3 {
    width: 29.2%;
    float: left;
    margin: 1% 2% 2%;
    position: relative;
}

.gallery_sm3:hover .gallery_contant {
    left: 0;
    bottom: 0;
    width: 100%;
}

.gallery_contant {
    position: absolute;
    width: 60%;
    background-color: #0b77b9;
    bottom: 25px;
    left: -30px;
    transition: 0.3s;
}

.gallery_contant h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 15px 15px;
    text-align: left;
}

/*---------------------------------------------
contact us
----------------------------------------------*/

.career h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 150%;
    text-align: justify;
    margin: 1% 1%;
}

.contact_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    min-height: 248px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 0%;
}

.cont_icn {
    width: 100px;
    float: none;
    margin: 0 auto;
}

.cont_icn i {
    font-size: 20px;
}

.cont_txt_main {
    width: 98%;
    float: left;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}


.cont_txt_main p span {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}


.bg_img4 {
    background-image: url(../images/bg_img4.png);
        background-size: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.5% 0%;
    background-color: #00aeef;
}


/*---------------------------------------------
bg clr
----------------------------------------------*/
.bg_clr1 {
    background-color: #fff;
}

.bg_clr3 {
    background-color: #1c165f;
}
.bg_clr4 {
    background-color: #dbf4ff3b;
    padding: 25px 0px;
}

.bg_clr2 {
    background-color: #f5f5f5;
}

.bg_img6 {
    background-image: url(../images/smilespa-testimonial-bg.jpg);
    background-size: 100%;
}

.bg_clr7 {
    background-color: #26a7de;
}

.pdgg4 {
    padding: 0.5% 0.5%;
}

.pdgg2 {
    padding: 1%;
}


.bg_img2 {
    background-image: url(../images/footer-bg.jpg);
}

.bg_img3 {
    background-image: url(../images/bg_img3.jpg);
    background-size: cover;
    padding: 2% 0%;
}

.bg4 {
    background-color: #f5f5f5;
    background-image: url(../images/bgg2.jpg);
    background-repeat: repeat;
}


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arow {
    width: 25px;
    height: 33px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    transition-duration: 1s;
    background-image: url('../images/top.png');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999;
}

.top_arow:hover {
    width: 25px;
    height: 33px;
    position: fixed;
    right: 2%;
    transition-duration: 1s;
    bottom: 5%;
    cursor: pointer;
    background-image: url('../images/top-b.png');
}
@media only screen and (max-width:1700px) {
    .min-hgt {
        min-height: 445px;
    }
}
@media only screen and (max-width:1600px) {
    .min-hgt {
        min-height: 400px;
    }
}
@media only screen and (max-width:1500px) {
    .min-hgt {
        min-height: 355px;
    }
}
@media only screen and (max-width:1400px) {
    .msg-thry-box-2 {
        padding: 0% 2%;
    }
    .welcome2 {
        padding: 9%;
    }
    .blog-brd-pad2 {	
		min-height: 520px;
	}
}
@media only screen and (max-width:1300px) {
    .welcome2 {
        min-height: 543px;
        border: 1px solid #27a9e059;
        padding: 10% 10% 4%;
    }
    .blog-brd-pad2 {	
		min-height: 540px;
	}
    .min-hgt{
        min-height: 335px;
    }
    .dis_flex {
        height: 445px;
    }
    .neurosync_box1 img{
        height: 445px;
    }
}
@media only screen and (max-width:1200px) {
    .welcome2 {
        min-height: 565px;
    }
    .blog-brd-pad2 {	
		min-height: 540px;
	}
      .dis_flex {
        height: 525px;
    }
    .neurosync_box1 img{
        height: 525px;
    }
}
@media only screen and (max-width:1100px) {

}
@media only screen and (max-width:1030px) {

     .dis_flex {
        height: 565px;
    }
    .neurosync_box1 img{
        height: 565px;
    }
    .why_icon_txt h3 {
        min-height: 97px;
    }

    .why_sm4 {
        width: 31%;
    }

    .col_sm22 {
        width: 98%;
    }


    .over_col_sm3 {
        width: 23%;
    }

    .bg_img1 {
        background-size: cover;
    }

    .banner_col_sm2 {
        width: 94%;
    }

    .blog_sm88 {
        width: 58%;
    }

    .blog_sm8 {
        width: 98%;
        float: left;
        margin: 0 1%;
    }
}
@media only screen and (max-width:960px) {
    .team-box {
        width: 31%;
    }
    .banner-text p {
        margin-right: 0%;
    }
    .dis_flex {
        height: 115vh;
        flex-direction: column;
        justify-content: flex-start;
    }

    .neurosync_box2 {
        width: 100%;
    }
    .neurosync_box1 {
        width: 100%;
    }
    .neurosync_box2 {
        padding: 30px 45px 0 45px;
    }
}
@media only screen and (max-width:900px) {
    .mrg-tp{
            margin-top: 12%;
    }
    .top2 {
        width: 100%;
        margin: 0 auto;
    }
    .team-txt a {
        margin-top: 20px;
    }
    .nav-top {
        padding: 10px 0 0 0;
    }
    .nav-top {
        flex-direction: column;
    }
    .nav-flx {
        flex-direction: column;
    }
    .heder_btn p a {
        font-size: 18px;
        width: 100%;
        border-radius: 0;
    }
    .heder_btn p {
        padding: 0;
    }

    .banner {
        height: 40vh !important;
    }
    .welcome2 {
        min-height: 490px;
    }

    .welcome h1 {
        font-size: 24px;
    }

    .center-txt h4 {
        font-size: 24px;
    }
    .gallery_sm3 {
        width: 48%;
        margin: 2% 1%;
    }
    .top {
        width: 95%;
        margin: 0 auto;
    }
    .logo {
        float: none;
        margin: 1% auto;
    }
    .top-right {
        width: 100%;
        float: right;
        margin: 0% 0%;
    }
    .navbarr {
        width: 100% !important;
        float: none !important;
        margin: 0% auto !important;
        background-color: #0b77b9 !important;
    }
    .heder_btn p {
        text-align: center;
        margin-bottom: 0;
    }

    .heder_btn {
        float: none;
        width: 100%;
        margin: 0% auto 0%;
    }

    .over_col_sm3 {
        width: 31%;
    }

    .toggle {
        top: 43%;
    }
}
@media only screen and (max-width:800px) {
    .wel_flex {
        flex-direction: column;
    }
        .dis_flex {
        height: 115vh;
    }
    .blog_sm2 {
        width: 48%;
    }
    .time {
        padding-top: 7px;
        float: none;
        margin: 0 auto;
    }

    .cont_col_sm3 {
        width: 98%;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm8 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }

    .col_sm88 {
        width: 98%;
        float: none;
        margin: 1% auto;
    }

    .col_sm2 {
        width: 98%;
        float: none;
        margin: 0% auto;
    }

    .review2 {
        width: 335px;
    }

    .col_sm3 {
        width: 98%;
        float: none;
        margin: 0% auto;
        padding: 15px 0px;
    }

    .ftr_menu ul li a {
        line-height: 210%;
    }

    .ftr_txt {
        width: 93%;
    }

    .txt_right {
        text-align: left;
        padding: 1% !important;
    }

    .ftr_lt_txt {
        padding: 1%;
    }

    .products_col_sm3 {
        width: 48%;
    }

    .top2_2 {
        margin: 0 auto;
        width: 95%;
    }

    .col_sm99 {
        width: 98%;
    }

    .col_sm9 {
        width: 98%;
        margin: 1% auto;
        float: none;
    }

    .ftr_head {
        margin: 0% 0% 0% 0%;
    }

    .review {
        width: 160px;
        float: left;
        margin: 1% auto;
    }
}
@media only screen and (max-width:700px) {
        .mrg-tp {
        margin-top: 16%;
    }

    .msg-thry {
        flex-direction: column;
    }
    .msg-thry-box-1 {
        width: 100%;
    }
    .msg-thry-box-2 {
        width: 100%;
    }
    .top-bnr {
        width: 100%;
    }
    .banner-text {
        padding-left: 10%;
    }
    .contact {
        flex-direction: column;
        row-gap: 20px;
    }
    .contact-box {
        width: 96% !important;
    }
    .banner {
        height: 30vh !important;
    }
    .min-hgt {
        min-height: 0px;
    }
    .dis_flex {
        height: 120vh;
    }
    .team-box {
        width: 48%;
    }
    .over_col_sm3 {
        width: 48%;
    }

    .provd p {
        text-align: center;
    }

    .col_sm110 {
        float: none;
        margin: 0 auto;
        width: 18%;
    }

    .col_sm100 {
        width: 98%;
    }

    .tagline {
        display: none;
    }
    .team-box {
        padding: 15px;
    }
}
@media only screen and (max-width:600px) {
    .bg_img4 {
        padding: 4% 0%;
    }
    .book-app {
        row-gap: 12px;
    }
    .form-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .dis_flex {
        height: 125vh;
    }
    .col_sm8 {
        width: 99%;
    }
    .col_sm88 {
        width: 98%;
    }
    .why_sm4 {
        width: 48%;
    }

    .col_sm4 {
        width: 98%;
    }

    .blog_sm88 {
        width: 98%;
    }
    .blog_sm2 {
        width: 98%;
    }
    .blog-brd-pad2 {
        min-height: 0;
    }
}
@media only screen and (max-width:500px) {
        .mobile-banner {
        display: block;
        width: 100%;
    }
    .scrn-banner {
        display: none;
    }

    .top-bnr {
        width: 100%;
    }
    .banner-text {
        width: 95%;
    }
    .neurosync_box1 img {
        height: 300px;
    }
    .products_col_sm3 {
        width: 98%;
    }
    
    .gallery_sm3 {
        width: 100%;
    }
    .team-box {
        width: 98%;
    }
    .team-txt p {
        min-height: 0;
    }
    .banner {
        height: 42vh !important;
    }
    .banner-text {
        margin: 3%;
        padding: 3%;
        background-color: #ffffff85;
    }
    
    .banner-text h2 {
        font-size: 22px;
    }
    .banner-text p {
        font-size: 16px;
        margin-top: 5px;
        margin-right: 0%;
    }
    .sec-title h2 {
        margin-bottom: 15px !important;
    }
    .sec-title h2:before {
        bottom: 2px;
        left: 49%;
        margin-left: -16px;
    }
    .sec-title h2:after {
        margin-top: 2px;
        left: 50%;
        margin-left: -54px;
        margin-bottom: 0px;
    }
    .bullet1-1 ul {
         margin-bottom: 0;
    }
    .wp-block-columns {
         row-gap: 0px !important;
     }
         .dis_flex {
        height: 105vh;
    }
}
@media only screen and (max-width:440px) {
    .why_sm4 {
        width: 98%;
    }
    .why_icon_txt h3 {
        min-height: auto;
    }
    .over_col_sm3 {
        width: 96%;
    }
    .ftr_social {
        width: 200px;
    }
    
}
@media only screen and (max-width:475px) {
    .banner {
        height: 41vh !important;
    }
}
@media only screen and (max-width:470px) {
    .banner{
        height: 40vh !important;
    }
}
@media only screen and (max-width:460px) {
    .banner {
        height: 39vh !important;
    }
}
@media only screen and (max-width:450px) {
    .banner {
        height: 38vh !important;
    }

    .logo {
        width: 45%;
    }
    .flex3 {
        height: 325px;
    }
    .neurosync_box2 {
        padding: 30px 41px 0 15px;
    }
    .dis_flex {
        height: 105vh;
    }
    .review2 {
        width: 300px;
    }
    .sec-title h2:after {
        margin-top: 0px;
    }
    .sec-title h2:before {
        bottom: 2px;
    }

}
@media only screen and (max-width:430px) {
    .banner {
        height: 36vh !important;
    }
}
@media only screen and (max-width:400px) {
        .banner-text h2 {
        font-size: 20px;
    }
        .banner-text p {
        font-size: 14px;
    }
    .banner {
        height: 34vh !important;
    }
     .dis_flex {   
        height: 115vh;
    }
    .wel_btn a {
        display: inline-block;
        font-size: 13px;
    }
    .banner-text a {
        margin: 6px 0;
        padding: 8px 13px;
    }
}

@media only screen and (max-width:380px) {
    .banner {
        height: 32vh !important;
    }

}
@media only screen and (max-width:340px) {
    .banner {
        height: 29vh !important;
    }
    
}