@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Playball&subset=latin-ext");
html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
a,
ol {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:target {
    text-decoration: none;
    outline: none !important;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 0px;
}

h6 {
    font-size: 0px;
}

p {
    font-size: 15px;
}

a {
    font-size: 15px;
}

li {
    font-size: 15px;
}

body {
    font-family: "Roboto", sans-serif !important;
}

header {
    width: 100%;
    background: #fff;
}

.nav-bar {
    display: none;
}

header nav {
    z-index: 1000;
    width: 100%;
    margin: auto;
}

header nav ul {
    list-style: none;
    text-align: right;
}

header nav ul li {
    display: inline-block;
    position: relative;
    margin: 10px 13px;
}

header nav:after {
    content: "";
    display: block;
    clear: both;
}

.justify-content-between {
    padding: 13px 0;
}

header nav ul li:nth-child(7) .menu_book_now {
    background: #f6957c;
    padding: 12px 27px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    font-size: 15px;
}

header nav ul li:nth-child(7) {
    margin-right: 0px;
}

header nav ul li a {
    color: #2d2d2d;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #2d2d2d;
}


/* header nav ul li:hover { background: #34495e; } */

header nav ul li i {
    margin-right: 10px;
}

header nav ul li:hover .children {
    display: block;
}

header nav ul li .children li a {
    margin-left: 30px;
}

header nav ul li .fa-angle-down {
    position: relative;
    top: 3px;
}


/* sudip */

.nav-bar .fa-bars {
    display: none;
}

.header_inner {
    width: 90%;
    margin: 0 auto;
}

.nav-bar {
    display: block;
}

.nav-bar img {
    width: 100%;
}

.footer_logo {
    width: 60%;
}

.footer_logo img {
    width: 100%;
    height: auto;
}


/* sudip */

.active {
    color: #f6957c !important;
}

li.current-menu-item a {
    color: #f6957c !important;
}

.banner_bottom {
    background: #fcf7ea;
}

.banner_bottom .banner_bottom_inner {
    width: 90%;
    margin: 0 auto;
    padding: 74px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_one .banner_bottom_inner_one_pic {
    height: 332px;
    overflow: hidden;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_one .banner_bottom_inner_one_pic img {
    width: 100%;
    height: auto;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_two .banner_bottom_inner_one_text_box h1 {
    color: #2d2d2d;
    font-weight: 600;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_two .banner_bottom_inner_one_text_box p {
    max-height: 70px;
    color: #888888;
    margin-top: 20px;
    overflow: hidden;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_two .banner_bottom_inner_one_text_box .learn_more {
    margin-top: 40px;
}

.banner_bottom .banner_bottom_inner .banner_bottom_inner_two .banner_bottom_inner_one_text_box .learn_more .learn_more_button {
    padding: 12px 27px;
    color: #fff;
    background: #f6957c;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
}

.learn_more_training {
    padding: 12px 27px;
    color: #fff;
    background: #f6957c;
    width: 150px;
    margin: 25px auto 0;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
}

.learn_more_training a {
    color: #fff;
    padding: 10px 5px;
}

.learn_more_appointment a {
    padding: 12px 27px;
    color: #fff;
    background: #f6957c;
    width: auto;
    text-align: center;
    margin: 18px;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
}


/*.learn_more_appointment a{
  color: #fff; 
  padding: 10px;
}*/

.learn_more_appointment {
    display: block;
    justify-content: center;
    width: 100%;
    /* grid-template-columns: 1fr 1fr; */
    margin: 50px auto;
    text-align: center;
}

.pay-frm table {
    width: 50%;
    margin: 20px auto;
}

.meet_owner {
    background: #fff; 
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.meet_owner .meet_owner_inner {
    width: 90%;
    margin: 0 auto;
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    top: 8%;
}

.meet_owner .meet_owner_inner .meet_owner_inner_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text {
    padding: 0 50px;
}

.meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text h1 {
    color: #2d2d2d;
    font-weight: 600;
    padding-bottom: 40px;
}

.meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text h2 {
    color: #2f7e7a;
    font-weight: 600;
}

.meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text p {
    margin-top: 14px;
    color: #888888;
    max-height: 250px;
    overflow: hidden;
}

.meet_owner .meet_owner_inner .meet_owner_inner_two .meet_owner_inner_two_pic img {
    width: 100%;
    height: auto;
}

.meet_our_angeles {
    background: #fcf7ea;
}

.meet_our_angeles .meet_our_angeles_block {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.meet_our_angeles .meet_our_angeles_block h1 {
    text-align: center;
    color: #2d2d2d;
    font-weight: 600;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
    margin-top: 42px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 120px;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one {
    height: 377px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px #d6d0d0, -3px 10px 15px #d6d0d0, 4px 10px 15px #d6d0d0;
    box-shadow: 0px 10px 10px #d6d0d0, -3px 10px 15px #d6d0d0, 4px 10px 15px #d6d0d0;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_img_box {
    height: 234px;
    overflow: hidden;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_img_box img {
    width: 100%;
    height: auto;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box {
    text-align: center;
    height: 143px;
    padding-top: 40px;
    margin: 0 30px;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box h1 {
    color: #3a8581;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box P {
    color: #2d2d2d;
}

.meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box span {
    font-weight: 600;
    margin-left: 10px;
    font-family: "Roboto", sans-serif;
}

.traning {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.traning .traning_one {
    background: #4F72C1;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.traning .traning_one .traning_one_text_box {
    width: 80%;
    margin: 0 auto;
}

.traning .traning_one .traning_one_text_box h2 {
    color: #fff;
    font-weight: 600;
}

.traning .traning_one .traning_one_text_box p {
    color: #fff;
    margin-top: 30px;
}

.traning .traning_two iframe {
    width: 100%;
    height: 352px;
    display: block;
    margin: 0px;
    padding: 0px;
}


/********************************************gallery_slider*************************************/

.gallery_slider {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.gallery_slider h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 43px;
}

.slider {
    width: 86.5%;
    margin: 0px auto;
}

.testimonial_grid {
    padding: 4px;
    background: #fff;
    margin: 0 5px 0 5px;
}

.testimonial_grid img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}


/********************************************gallery_slider*************************************/

.footer {
    background: #2d2d2d;
    padding: 42px 0;
}

.footer .footer_inner {
    width: 90%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1.2fr 3fr;
    grid-template-columns: 1.5fr 1.2fr 3fr;
    grid-column-gap: 70px;
}

.footer .footer_inner .footer_inner_one .footer_social {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 35px 0 25px 0;
    position: relative;
}

.footer .footer_inner .footer_inner_one p {
    color: #fff;
    padding-top: 20px;
    border-top: 1px solid #818181;
}

.footer .footer_inner .footer_inner_one p a {
    color: #fff;
}

.footer .footer_inner .footer_inner_two .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer_inner .footer_inner_two .footer_menu a {
    margin-bottom: 10px;
    color: #fff;
}

.footer .footer_inner .footer_inner_two .footer_menu li {
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
}

.footer .footer_inner .footer_inner_three p {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #818181;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.6fr 1fr;
    grid-template-columns: 2.6fr 1fr;
    margin-top: 20px;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_one .address_block {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_one .address_block .address {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .3fr 2fr;
    grid-template-columns: .3fr 2fr;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_one .address_block .address .address_one p {
    color: #fff;
    border-bottom: none;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_one .address_block .address .address_one:nth-child(1) {
    margin-right: 25px;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
}

.footer .footer_inner .footer_inner_three .footer_inner_three_block_two .book_now_button {
    padding: 12px 27px;
    color: #fff;
    background: #f6957c;
}
i.facebook_holder.fab.fa-facebook-f {
    color: #fff;
}
i.locator.fas.fa-map-marker-alt, i.phone_number.fas.fa-phone{
    color: #f6957c;
    font-size: 24px;
}
i.phone_number.fas.fa-phone{
    transform: rotate(90deg);
}
.slider-container {
    max-width: calc(100vw);
    overflow: hidden;
    position: relative;
}

.img-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-slider .image-with-caption {
    min-width: calc(100vw);
    max-width: calc(100vw);
    position: relative;
}

.bullets_corusel {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
}

.bullets_corusel .bullet_corusel {
    width: 12px;
    height: 12px;
    background-color: #888888;
    border-radius: 100%;
    margin-right: 8px;
    cursor: pointer;
}

.bullets_corusel .bullet_corusel:last-child {
    margin-right: 0;
}

.left_right_icon {
    display: none;
}

.image-with-caption img {
    width: 100%;
    height: auto;
}

.about_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100vh;
    overflow-y: hidden;
    position: relative;
}

.about_banner img {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    width: 100%;
}

.about_banner .about_banner_text_area {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.about_banner .about_banner_text_area h3 {
    color: #fff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.banner_bottom_text_area {
    background: #fcf7ea;
    padding: 80px 0;
}

.banner_bottom_text_area .banner_bottom_text_area_inner {
    width: 90%;
    margin: 0 auto;
}

.banner_bottom_text_area .banner_bottom_text_area_inner p {
    text-align: center;
    color: #888888;
}

.banner_bottom_text_area .banner_bottom_text_area_inner .about_review {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_bottom_text_area .banner_bottom_text_area_inner .about_review .about_review_button {
    padding: 12px 27px;
    color: #fff;
    background: #ddb654;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
}

.about_owner_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.about_owner_block .about_owner_block_one .about_owner_block_one_pic img {
    width: 100%;
    height: auto;
}

.about_owner_block .about_owner_block_two {
    background: url("../images/about_background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_owner_block .about_owner_block_two .about_owner_block_two_text_box {
    padding: 0 65px 0 40px;
}

.about_owner_block .about_owner_block_two .about_owner_block_two_text_box h1 {
    color: #fff;
    font-weight: 600;
}

.about_owner_block .about_owner_block_two .about_owner_block_two_text_box h2 {
    font-weight: 600;
    color: #ddb654;
    padding: 40px 0 14px 0;
}

.about_owner_block .about_owner_block_two .about_owner_block_two_text_box p {
    color: #fff;
    max-height: 250px;
    overflow: hidden;
}

li.booknow.menu-item a {
    background: #f6957c;
    padding: 12px 27px;
    color: #fff;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    font-size: 15px;
}

.service_bottom {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.service_bottom .service_bottom_text_box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.service_bottom .service_bottom_text_box h3 {
    color: #3A3F74;
    font-family: 'Playball', cursive;
}

.service_bottom .service_bottom_text_box p {
    color: #888888;
    margin-top: 45px;
}

.eyelash_extension_main_block_holder {
    background: #fff;
}

.eyelash_extension_main_block_holder .eyelash_extension {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_one .eyelash_extension_one_pic img {
    width: 100%;
    height: auto;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
    padding: 0 40px 0 65px;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box h1 {
    color: #4F72C1;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box p {
    color: #2d2d2d;
    margin-top: 24px;
    /*height: 275px;*/
    overflow: auto;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box .eyelash_extension_rupees {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    margin-top: 30px;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box .eyelash_extension_rupees .eyelash_extension_rupees_one {
    text-align: center;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box .eyelash_extension_rupees .eyelash_extension_rupees_one p {
    margin-top: 0px;
    height: unset;
    color: #888888;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box {
    padding: 0 65px 0 40px;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box h1 {
    color: #4F72C1;
}

.eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box p {
    margin: 40px 0;
    color: #2d2d2d;
    /*height: 70px;*/
    overflow: auto;
}

.removal_background {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.removal_background .removal_background_inner_holder {
    width: 90%;
    margin: 0 auto;
}

.removal_background .removal_background_inner_holder h1 {
    color: #3A3F74;
    text-align: center;
}

.removal_background .removal_background_inner_holder .text-left {
    text-align: left !important;
    margin-top: 50px;
}

.removal_background .removal_background_inner_holder .margin-gap {
    margin: 35px 0;
    text-align: left;
}

.removal_background .removal_background_inner_holder .margin-gap_holder {
    text-align: center;
    margin: 0px;
}

.removal_background .removal_background_inner_holder p {
    color: #888888;
    text-align: center;
    margin: 30px 0 30px 0;
}

.removal_background .removal_background_inner_holder .removal_background_inner ul.removal_background_inner_one {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    padding-top: 30px;
}

.removal_background .removal_background_inner_holder .removal_background_inner .removal_background_inner_one .removal_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.removal_background .removal_background_inner_holder .removal_background_inner .removal_background_inner_one .removal_price::after {
    content: "";
    height: 1px;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #888888));
    background-image: linear-gradient(to right, transparent 50%, #888888 50%);
    background-size: 10px 2px;
    /* background-repeat: repeat-x; */
    width: 62%;
    left: 22%;
    top: 11px;
}

.removal_background .removal_background_inner_holder .removal_background_inner .removal_background_inner_one .removal_price p {
    margin: 0px;
}

.removal_background .removal_background_inner_holder .note_only p {
    color: #fff;
    text-align: right;
    margin: 0px;
}

.organic-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.organic-wrapper h1 {
    color: #3a8581;
    margin: 20px 0;
}

.organic-wrapper h1:nth-child(1) {
    margin: 0 0 20px 0;
}

.organic-wrapper p {
    color: #2d2d2d;
}

.organic-wrapper p:nth-child(7),
.organic-wrapper p:nth-child(8) {
    margin: 5px 0;
}

.airbrush_tanning {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px 20px 80px;
    text-align: center;
}

.airbrush_tanning h1 {
    color: #3A3F74;
}

.airbrush_tanning p {
    color: #fff;
    margin-top: 13px;
}

.airbrush_tanning .learn_more_service{
    display: flex;
    justify-content: center;
}

.airbrush_tanning .learn_more_service a.learn_more_button{
    padding: 12px 27px;
    color: #fff;
    background: #8AB6E0;
    width: auto;
    text-align: center;
    margin: 18px;
    /*-webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;*/
}
.airburush_tanning_wrapper {
    background: #fff;
    padding: 80px 0;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner {
    width: 90%;
    margin: 0 auto;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner h1 {
    color: #2d2d2d;
    text-align: center;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner h2 {
    text-align: center;
    color: #2f7e7a;
    margin: 25px 0 34px 0;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block .airburush_wrapper_holder ul {
    position: relative;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block .airburush_wrapper_holder ul li {
    list-style: none;
    margin-top: 18px;
    color: #2d2d2d;
    padding-left: 25px;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block .airburush_wrapper_holder ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #2f7e7a;
    border-radius: 50%;
    z-index: 2;
    margin-top: 4px;
}

.airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block .airburush_wrapper_holder ul li:nth-child(1) {
    margin-top: 0px;
}

.spray_tanning_wrapper {
    background: url(../images/after_traning_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner {
    width: 90%;
    margin: 0 auto;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner h1 {
    text-align: center;
    color: #ddb654;
    margin-bottom: 45px;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block ul {
    position: relative;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block ul li {
    list-style: none;
    margin-top: 18px;
    color: #fff;
    padding-left: 25px;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    margin-top: 4px;
}

.spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block ul li:nth-child(1) {
    margin-top: 0px;
}

.eyelash_extension_wrapper_block {
    padding: 80px 0;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner {
    width: 90%;
    margin: 0 auto;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner h1 {
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 25px;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .eyelash_extension_wrapper_ul_li ul {
    position: relative;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .eyelash_extension_wrapper_ul_li ul li {
    list-style: none;
    margin-top: 18px;
    color: #2d2d2d;
    padding-left: 25px;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .eyelash_extension_wrapper_ul_li ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #2f7e7a;
    border-radius: 50%;
    z-index: 2;
    margin-top: 4px;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .eyelash_extension_wrapper_ul_li ul li:nth-child(1) {
    margin-top: 0px;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner h4 {
    margin: 35px 0;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner p {
    color: #2d2d2d;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .sugaring_block {
    margin-top: 80px;
    border-top: 1px solid #888888;
}

.eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .sugaring_block h1 {
    text-align: left;
    color: #3a8581;
    margin-top: 80px;
}

.appointment_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.appointment_wrapper .appointment_wrapper_one {
    background: url(../images/appointment_background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block {
    padding: 0 20px 0 65px;
}

.appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block h1 {
    color: #ddb654;
    margin-bottom: 20px;
}

.appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block p {
    color: #fff;
    max-height: 333px;
    overflow: auto;
}

.appointment_wrapper .appointment_wrapper_two img {
    width: 100%;
    height: auto;
}

.below_appointment_wrapper {
    background: #fff;
    padding: 80px 0;
}

.below_appointment_wrapper .below_appointment_wrapper_inner {
    width: 90%;
    margin: 0 auto;
}

.below_appointment_wrapper .below_appointment_wrapper_inner p {
    color: #888888;
}

.eyelash_extesion_traning {
    background: #fcf7ea;
    padding: 80px 0;
}

.eyelash_extesion_traning .eyelash_extesion_traning_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.eyelash_extesion_traning .eyelash_extesion_traning_inner h3 {
    color: #3a8581;
    font-family: 'Playball', cursive;
}

.eyelash_extesion_traning .eyelash_extesion_traning_inner h1 {
    font-family: "Roboto", sans-serif;
    margin-top: 30px;
}

.eyelash_extesion_traning .eyelash_extesion_traning_inner p {
    color: #2d2d2d;
    margin-top: 10px;
}

.eyelash_extesion_traning_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_one img {
    width: 100%;
    height: auto;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block {
    padding: 0 65px 0 40px;
    width: 100%;
    /*height: 435px;*/
    overflow: auto;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block .traning_bottom_two_text_block_rupees {
    padding-bottom: 35px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block .traning_bottom_two_text_block_rupees div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block .traning_bottom_two_text_block_rupees div h1 {
    color: #2d2d2d;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block .traning_bottom_two_text_block_rupees p {
    color: #2d2d2d;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block .traning_bottom_two_text_block_rupees:nth-child(4) {
    padding-bottom: 0px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder {
    padding: 0 40px 0 65px;
    width: 100%;
    height: 410px;
    overflow: auto;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_one {
    margin-bottom: 70px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_one h1 {
    color: #2d2d2d;
    padding-bottom: 20px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_one p {
    color: #2d2d2d;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_one p:nth-child(3) {
    color: #888888;
    padding: 6px 0 18px 0;
    font-style: italic;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_one div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_two h1 {
    color: #2d2d2d;
    padding-bottom: 20px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_two div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_two div p {
    color: #2d2d2d;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_two p {
    color: #2d2d2d;
}

.eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder .traning_bottom_two_text_block_holder_two p:nth-child(5) {
    color: #888888;
    padding-top: 10px;
    font-style: italic;
}

.eyelash_extension_kits {
    background: #fcf7ea;
}

.eyelash_extension_kits .eyelash_extension_kits_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.eyelash_extension_kits .eyelash_extension_kits_inner h1 {
    margin-bottom: 15px;
    color: #2d2d2d;
}

.eyelash_extension_kits .eyelash_extension_kits_inner p {
    margin-bottom: 25px;
    color: #2d2d2d;
}

.eyelash_extension_kits .eyelash_extension_kits_inner p:nth-child(4) {
    margin-bottom: 0px;
    font-weight: 600;
}

.eyelash_extension_payment {
    background: #fff;
}

.eyelash_extension_payment .eyelash_extension_payment_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.eyelash_extension_payment .eyelash_extension_payment_inner p {
    color: #2d2d2d;
    font-size: 25px;
    margin-bottom: 16px;
}

.eyelash_extension_payment .eyelash_extension_payment_inner p a {
    color: #3a8581;
    font-size: 25px;
    margin-bottom: 16px;
}

.eyelash_extension_payment .eyelash_extension_payment_inner p span {
    font-weight: 800;
}

.eyelash_extension_payment .eyelash_extension_payment_inner p:nth-child(2) {
    color: #3a8581;
    margin-bottom: 0px;
}

.contact_us {
    background: #fcf7ea;
}

.contact_us .contact_us_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}

.contact_us .contact_us_inner h1 {
    text-align: center;
    font-weight: 600;
    color: #2d2d2d;
}

.contact_us .contact_us_inner .contact_us_holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 40px;
    margin-top: 40px;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one h2 {
    font-weight: 600;
    color: #2f7e7a;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one p {
    color: #2d2d2d;
    margin: 18px 0;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name .input_type_text,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name .input_type_email,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email .input_type_text,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email .input_type_email {
    width: 100%;
    color: #888888;
    outline: none;
    font-size: 14px;
    padding: 1em 1em;
    border: none;
    border: 1px solid #d8d8d8;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name ::-webkit-input-placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email ::-webkit-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name :-ms-input-placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email :-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name ::-ms-input-placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email ::-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name ::placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email ::placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name :-ms-input-placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email :-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_name ::-ms-input-placeholder,
.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_email ::-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge .input_type_comment {
    resize: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    color: #888888;
    outline: none;
    font-size: 14px;
    padding: 1em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge ::-webkit-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge :-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge ::-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge ::placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge :-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_meaasge ::-ms-input-placeholder {
    color: #888888;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_us_send_button {
    text-align: right;
    margin-top: 10px;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_one .contact_us_send_button .custom_contact_us {
    padding: 12px 27px;
    color: #fff;
    background: #ddb654;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_holder_two p {
    font-weight: 600;
    color: #2f7e7a;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_address {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .3fr 2fr;
    grid-template-columns: .3fr 2fr;
    grid-row-gap: 30px;
    margin-top: 40px;
}

.contact_us .contact_us_inner .contact_us_holder .contact_us_address .contact_us_address_one p {
    color: #2d2d2d;
    font-weight: normal;
}

.contact_name span input,
.contact_email span input,
.contact_meaasge span textarea {
    width: 100%;
    color: #888888;
    outline: none;
    font-size: 14px;
    padding: .7em 1em;
    border: none;
    border: 1px solid #d8d8d8;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.contact_us_captcha span input {
    width: 88%;
    color: #888888;
    outline: none;
    font-size: 14px;
    padding: .7em 1em;
    border: none;
    border: 1px solid #d8d8d8;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.contact_us_send_button {
    position: relative;
}

.contact_us_send_button input[type=submit] {
    padding: 12px 27px;
    color: #fff;
    background: #ddb654;
    -webkit-box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    box-shadow: 0px 5px 10px #d6d0d0, -3px 5px 15px #d6d0d0, 4px 5px 15px #d6d0d0;
    border: 0;
    font-size: 15px;
}

.contact_us_send_button .ajax-loader {
    position: absolute;
    top: 35%;
    bottom: 35%;
}
section.eyelash_extension_wrapper_block.botoxfilter{
    padding:0 0 80px;
}
.nav-bar img {
    width: 90%;
}

.page-template-appointment .airburush_tanning_wrapper{
    padding:80px 0;
}
section.botox-packages{
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 80px;
}
section.botox-packages h1{
    color: #3a8581;
    margin: 20px 0;
}
section.botox-packages .packages-question{
    margin-top: 80px;
}
section.botox-packages .packages-question-items {
    margin: 30px 0;
}
section.botox-packages .packages-question-items h4{
    margin-bottom: 15px;
}

.eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
    padding: 117px 40px 117px 65px;
}

.eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_one .eyelash_extension_one_pic img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

.eyelashlist{
    margin: 20px 0px 0px 18px;
}

.eyelash_extension_one_pic{
    height: 100%;
}

.nutritional h2{
    color: #888888;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}
.nutritional h2 span{
    color: #3a8581;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    padding: 30px 0 4px;
    display: block;
}

.t-center{
    text-align: center !important;
   padding: 30px 0 0;
}

@media only screen and (max-width: 2800px) and (min-width: 1921px){
    .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 117px 40px 117px 140px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 0 40px 0 140px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1600px){
    .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 117px 40px 117px 100px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 0 40px 0 100px;
    }
}

@media screen and (min-width: 1440px) {
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block,
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder {
        height: unset;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
        grid-column-gap: 65px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one {
        height: unset;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_img_box {
        height: unset;
    }
    .banner_bottom .banner_bottom_inner .banner_bottom_inner_one .banner_bottom_inner_one_pic {
        height: unset;
    }
}

@media (max-width: 1261px) {
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
        grid-column-gap: 65px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one {
        height: unset;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_img_box {
        height: unset;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box p {
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    .banner_bottom .banner_bottom_inner .banner_bottom_inner_two {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}

@media (max-width: 1165px) {
    .banner_bottom .banner_bottom_inner .banner_bottom_inner_one .banner_bottom_inner_one_pic {
        height: unset;
    }

    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 40px 40px 40px 50px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension {
        align-items: center;
    }

    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box {
        padding: 40px 65px 40px 40px;
    }
}

@media only screen and (max-width: 1083px) and (min-width: 1025px) {
    header nav ul li {
        margin: 10px 9px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .about_owner_block .about_owner_block_two .about_owner_block_two_text_box p {
        overflow: auto;
    }
    .meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text p {
        overflow: auto;
    }
}

@media (max-width: 1024px) {
    .nav-bar img{
        width:16%;
    }
    header nav ul li a {
        color: #fff !important;
        font-size: 21px;
        padding: 0px 46px !important;
    }
    header nav ul li:nth-child(7) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu_custom_bottom {
        padding-right: 46px;
    }
    .footer .footer_inner .footer_inner_three .footer_inner_three_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_two {
        display: unset;
        margin-left: unset;
    }
    .footer_inner i{
        color: #fff;
    }
    header {
        height: 76px;
    }
    header .header_inner .menu_responsive_block a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 76px;
    }
    .menu_responsive_block {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    .justify-content-between {
        padding: 0px;
    }
    .menu_fixed {
        position: fixed !important;
        right: -100%;
        top: 0px;
        overflow: hidden;
        height: 100%;
        background: #000;
        width: 100% !important;
        max-width: unset !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 0px !important;
        padding-right: 0px !important;
        z-index: 99;
    }
    header nav ul {
        text-align: left;
    }
    header nav ul li {
        display: block;
        border-bottom: 1px solid #000 !important;
        width: 100%;
        height: 40px;
        text-align: right;
        margin-left: 0px;
    }
    header nav ul li:nth-child(7) {
        margin-left: 0px;
    }
    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #000;
        overflow: hidden;
        font-size: 30px;
        text-decoration: none;
        float: right;
        margin-top: 5px;
    }
    header nav {
        width: 45%;
        margin: unset;
        background-color: #000;
    }
    .search.expanded {
        max-width: 27vw;
    }
    .search {
        padding: 1.6px;
        top: -10px;
        max-width: 0;
        width: 27vw;
    }
    .icon {
        position: absolute;
        right: 0px;
        top: -6px;
    }
    .search.expanded {
        border-radius: 0px;
    }
    header nav ul li:nth-child(7) .menu_book_now {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 21px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
        grid-column-gap: 65px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one {
        height: unset;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_img_box {
        height: unset;
    }
    li.booknow.menu-item{
        padding: 0 46px;
    }
    li.booknow.menu-item a {
        width: 100px;
        display: inline-block;
        padding: 4px 14px !important;
    }

    li.booknow.menu-item a {
        margin-top: 0px;
    }

    .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 117px 40px 117px 50px;
    }
}

@media only screen and (max-width: 995px) and (min-width: 778px) {
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box p {
        font-size: 12px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box h1 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block {
        padding: 0 65px 0 40px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box,
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box {
        padding: 0px;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder,
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block {
        padding: 0px;
    }
    .contact_us .contact_us_inner .contact_us_holder {
        -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
    }
    .eyelash_extesion_traning_bottom>div:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .eyelash_extesion_traning_bottom>div:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .eyelash_extesion_traning_bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 60%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block {
        margin: 50px 0;
        height: unset;
        overflow: auto;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder {
        height: unset;
        margin-top: 50px;
    }
    .appointment_wrapper>div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .appointment_wrapper>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .appointment_wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 60%;
        margin: 0 auto;
    }
    .appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block {
        margin: 50px 0;
    }
    .appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block p {
        max-height: unset;
    }
    .spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .spray_tanning_wrapper .spray_tanning_wrapper_inner .spray_tanning_wrapper_inner_block ul li:nth-child(1) {
        margin-top: 18px;
    }
    .airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .airburush_tanning_wrapper .airburush_tanning_wrapper_inner .airburush_tanning_wrapper_inner_block .airburush_wrapper_holder ul li:nth-child(1) {
        margin-top: 18px;
    }
    .eyelash_extension>div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .eyelash_extension>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .eyelash_extension>div:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .eyelash_extension>div:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box p {
        height: unset;
    }
    .removal_background .removal_background_inner_holder .removal_background_inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 67%;
        margin: 0 auto;
    }
    .removal_background .removal_background_inner_holder p {
        text-align: left;
    }
    .removal_background .removal_background_inner_holder .note_only p {
        width: 67%;
        margin: 0 auto;
    }
    .eyelash_extension_main_block_holder .eyelash_extension {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        margin: 50px 0;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box p {
        height: unset;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box .eyelash_extension_rupees .eyelash_extension_rupees_one p {
        font-size: 12px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box {
        margin-top: 50px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box p:nth-child(4) {
        margin-bottom: 0px;
    }
    .banner_bottom_text_area {
        padding: 50px 0;
    }
    .footer .footer_inner {
        -ms-grid-columns: 1fr 1fr 2fr;
        grid-template-columns: 1fr 1fr 2fr;
    }
    .footer .footer_inner .footer_inner_one .footer_social::after {
        width: calc(100% + 56px);
    }
    .footer .footer_inner .footer_inner_three .footer_inner_three_block_two .book_now_button {
        font-size: 10px;
    }
    /* .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 0px;
    } */
    .service_bottom .service_bottom_text_box {
        width: 100%;
        padding: 0 20px;
    }

    .removal_background .removal_background_inner_holder .margin-gap_holder {
        text-align: left;
    }
    .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 50px 0px 50px 0px;
    }
}

@media only screen and (max-width: 769px) and (min-width: 768px) {
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box {
        height: 170px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box h1 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .nav-bar img {
        width: 25%;
    }
    .contact_us .contact_us_inner {
        width: 70%;
        padding: 50px 0;
    }
    .contact_us .contact_us_inner .contact_us_holder {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder,
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block {
        padding: 0px;
    }
    .eyelash_extesion_traning_bottom {
        width: 70%;
    }
    .appointment_wrapper {
        width: 70%;
    }
    .airbrush_tanning {
        padding: 50px 20px;
    }
    .service_bottom {
        padding: 50px 0;
    }
    .service_bottom .service_bottom_text_box h4 {
        font-size: 38px;
    }
    .service_bottom .service_bottom_text_box p {
        margin-top: 20px;
    }
    .removal_background .removal_background_inner_holder .removal_background_inner {
        width: 77%;
    }
    .removal_background .removal_background_inner_holder .note_only p {
        width: 77%;
    }
    .eyelash_extension_main_block_holder .eyelash_extension {
        width: 90%;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box p {
        margin: 15px 0;
    }
    .about_owner_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 70%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .about_owner_block .about_owner_block_two {
        padding: 50px 0;
    }
    .about_owner_block .about_owner_block_two .about_owner_block_two_text_box p {
        max-height: unset;
    }
    .bullets_corusel {
        bottom: 15%;
    }
    .justify-content-between {
        padding: 0px;
    }
    .menu_fixed {
        position: fixed !important;
        right: -100%;
        top: 0px;
        overflow: hidden;
        height: 100%;
        background: #000;
        width: 100% !important;
        max-width: unset !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 0px !important;
        padding-right: 0px !important;
        z-index: 99;
    }
    header nav ul {
        text-align: left;
    }
    header nav ul li {
        display: block;
        border-bottom: 1px solid red;
        width: 100%;
        height: 40px;
        text-align: right;
        margin-left: 0px;
    }
    header nav ul li a {
        padding: 4px 20px !important;
        font-size: 15px;
    }
    header nav ul li:nth-child(7) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu_custom_bottom {
        padding-right: 20px;
    }
    .nav-bar .fa-bars {
        display: block;
        padding: 20px;
        color: #000;
        overflow: hidden;
        font-size: 30px;
        text-decoration: none;
        float: right;
        margin-top: 5px;
    }
    header nav {
        width: 45%;
        margin: unset;
        background-color: #000;
    }
    header nav ul li:nth-child(7) .menu_book_now {
        font-size: 15px;
    }
    .search.expanded {
        max-width: 27vw;
    }
    .search {
        padding: 1.6px;
        top: -10px;
        max-width: 0;
        width: 27vw;
    }
    .icon {
        position: absolute;
        right: 0px;
        top: -6px;
    }
    .search.expanded {
        border-radius: 0px;
    }
    header nav ul li:nth-child(7) .menu_book_now {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .banner_bottom .banner_bottom_inner {
        width: 70%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 74px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 50px;
    }
    .footer .footer_inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 60px;
    }
    .footer .footer_inner .footer_inner_one .footer_social::after {
        width: calc(100% + 153px);
    }
    .footer .footer_inner .footer_inner_three .footer_inner_three_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer .footer_inner .footer_inner_three .footer_inner_three_block .footer_inner_three_block_two {
        display: unset;
        margin-left: unset;
    }
    .traning {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .traning .traning_one {
        height: 250px;
    }
    .traning .traning_two iframe {
        height: 250px;
    }
    .meet_owner .meet_owner_inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 70%;
    }
    .meet_owner .meet_owner_inner .meet_owner_inner_one {
        padding: 50px 0;
    }
    .meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text p {
        max-height: unset;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box p {
        font-size: 15px;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner .meet_our_angeles_inner_one .meet_our_angeles_inner_one_text_box h1 {
        font-size: 24px;
    }
    .organic-wrapper h1{
        font-size: 21px;
   }
   .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
    margin: 50px 0 0px;
   }
   .t-center {
    text-align: left!important;
   }
   .removal_background .removal_background_inner_holder h1 {
    text-align: left;
  }
  .organic-wrapper {
    padding: 50px 0;
    font-size: 15px;
 }
 .removal_background {
    padding: 50px 0;
}
.removal_background .removal_background_inner_holder .margin-gap_holder {
    text-align: left;
}

li.booknow.menu-item{
    padding: 0 20px 0px 34px;
}

.eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
    padding: 0px 25px 0px 25px;
}

.eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
    padding: 0px 0px 0px 0px;
}

}

@media (max-width: 560px) {
    .nav-bar img {
        width: 30%;
    }
}
@media (max-width: 480px) {
   
    .contact_us .contact_us_inner {
        width: 90%;
    }
    .eyelash_extension_payment .eyelash_extension_payment_inner p {
        font-size: 22px;
    }
    .eyelash_extesion_traning {
        padding: 50px 0;
    }
    .eyelash_extesion_traning .eyelash_extesion_traning_inner h3 {
        font-size: 25px;
    }
    .eyelash_extesion_traning_bottom {
        width: 100%;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_one {
        width: 90%;
        margin: 0 auto;
    }
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block_holder,
    .eyelash_extesion_traning_bottom .eyelash_extesion_traning_bottom_two .eyelash_extesion_traning_bottom_two_text_block {
        padding: 0 18px;
    }
    .appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block {
        padding: 0 15px;
    }
    .appointment_wrapper .appointment_wrapper_one .appointment_wrapper_one_text_block h1 {
        font-size: 19px;
    }
    .eyelash_extension_wrapper_block {
        padding: 50px 0;
    }
    .eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner h1 {
        font-size: 16px;
    }
    .eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .sugaring_block {
        margin-top: 40px;
    }
    .eyelash_extension_wrapper_block .eyelash_extension_wrapper_block_inner .sugaring_block h1 {
        margin-top: 30px;
        font-size: 19px;
    }
    .spray_tanning_wrapper {
        padding: 50px 0;
    }
    .spray_tanning_wrapper .spray_tanning_wrapper_inner h1 {
        margin-bottom: 0px;
        font-size: 19px;
    }
    .airburush_tanning_wrapper {
        padding: 50px 0;
    }
    .airburush_tanning_wrapper .airburush_tanning_wrapper_inner h1 {
        font-size: 17px;
    }
    .airburush_tanning_wrapper .airburush_tanning_wrapper_inner h2 {
        font-size: 15px;
        margin: 10px 0 0px 0;
    }
    .appointment_wrapper {
        width: 90%;
    }
    .removal_background .removal_background_inner_holder .removal_background_inner .removal_background_inner_one .removal_price::after {
        width: 50%;
        left: 31%;
    }
    .service_bottom {
        padding: 50px 0;
    }
    .service_bottom .service_bottom_text_box h3 {
        font-size: 25px;
    }
    .service_bottom .service_bottom_text_box p {
        margin-top: 20px;
        font-size: 14px;
    }
    .removal_background .removal_background_inner_holder .removal_background_inner {
        width: 100%;
    }
    .removal_background .removal_background_inner_holder .note_only p {
        width: 100% !important;
    }
    .eyelash_extension_main_block_holder .eyelash_extension {
        width: 100%;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 0 15px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box h1 {
        font-size: 21px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box {
        padding: 0 15px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_two .eyelash_extension_two_text_box h1 {
        font-size: 21px;
    }
    .eyelash_extension_main_block_holder .eyelash_extension .eyelash_extension_one .eyelash_extension_one_pic {
        width: 90%;
        margin: 0 auto;
    }
    header nav ul li:nth-child(7) .menu_book_now {
        font-size: 13px;
    }
    .meet_owner .meet_owner_inner .meet_owner_inner_one .meet_owner_inner_one_text {
        padding: 0 15px;
    }
    .banner_bottom_text_area {
        padding: 50px 0;
    }
    .about_banner .about_banner_text_area h3 {
        font-size: 30px;
    }
    .about_owner_block {
        width: 90%;
        margin: 0 auto;
    }
    .about_owner_block .about_owner_block_two .about_owner_block_two_text_box {
        padding: 0 15px;
    }
    header nav ul li a {
        font-size: 13px;
    }
    header nav ul li:nth-child(7) {
        margin-left: 0px;
        padding-bottom: 10px;
       
    }
    li.booknow.menu-item a{
        box-shadow:none;
        margin-right: 0px;
    }
    .banner_bottom .banner_bottom_inner {
        width: 90%;
    }
    .meet_our_angeles .meet_our_angeles_block .meet_our_angeles_inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .meet_owner .meet_owner_inner {
        width: 90%;
    }
    .footer .footer_inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .learn_more_appointment {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .eyelash_extension_payment .eyelash_extension_payment_inner p a {
        font-size: 20px;
    }
    .eyelash_extension_main_block_holder.nutritional .eyelash_extension .eyelash_extension_two .eyelash_extension_one_text_box {
        padding: 0px 15px 0px 15px;
    }
}

@media (max-width: 460px) {
    .nav-bar img {
        width: 45%;
    }
}
@media (max-width: 390px) {
    .nav-bar img {
        width: 55%;
    }
}
@media (max-width: 355px) {
    .nav-bar img {
        width: 70%;
    }
}
@media only screen and (max-width: 770px) and (min-width:760px) {
     header nav ul li:nth-child(7) {
        margin-left: 0px;
        padding-bottom: 10px;
       
    }
    li.booknow.menu-item a{
        box-shadow:none;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1025px) and (min-width:1020px) {
 header nav ul li:nth-child(7) {
        margin-left: 0px;
        padding-bottom: 10px;
       
    }
    li.booknow.menu-item a{
        box-shadow:none;
        margin-right: 0px;
   /* display: flex;
    align-items: center;
    justify-content: center; */
    }
}
/*# sourceMappingURL=mystyle.css.map */