* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/*html {
  scroll-behavior: smooth;
}*/




@font-face {
  font-family: 'FontsFree-Net-SFProText';
  src: url('../fonts/FontsFree-Net-SFProText-Bold.ttf');
}

@font-face {
  font-family: 'Sequel-Sans-Book-Body';
  src: url('../fonts/Sequel-Sans-Book-Body.otf');
}

@font-face {
  font-family: 'sequel-sans-book-body-2';
  src: url('../fonts/sequel-sans-book-body-2.ttf');
}

@font-face {
  font-family: 'sfprodisplay-bold';
  src: url('../fonts/sfprodisplay-bold.OTF');
}

@font-face {
  font-family: 'Sequel-Sans-Bold-Body';
  src: url('../fonts/Sequel-Sans-Bold-Body.otf');
}


.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home p, .home ul, .home ol{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'sfprodisplay-bold';
  color: #303030;
}



a{
  text-decoration: none !important;
  transition: all .4s ease-in-out;
}

p, li {
  font-size: 16px;
  color: #717171;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}



.Heaeder_wrapper {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

header.upper_header {
    width: 100%;
    float: left;
    padding: 20px 0 15px;
}

header.down_header.sticky_header {
    position: fixed;
    z-index: 99999;
    padding: 10px 0px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    background: #010101;
    transition: all .4s ease;
    top: 0;
}

.upper_header_box_1 p a {
  font-size: 14px;
  font-family: 'Sequel-Sans-Book-Body';
  color: #fff;
}

.upper_header_box_1 p a i {
  font-size: 17px;
  padding-right: 12px;
}

.upper_header_box_2 {
    text-align: right;
    padding-right: 35px;
}

.upper_header_box_2 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
}

.upper_header_box_2 a {
  font-size: 14px;
  color: #fcb71a;
  font-family: 'Sequel-Sans-Book-Body';
}

.upper_header_box_2 span {
    color: #fcb71a;
}

.upper_header_box_2 a i {
  font-size: 16px;
  color: #fff;
  padding-right: 9px;
}

.upper_header_cart a {
    display: inline-block;
    position: relative;
    margin: 0px 16px 0px 0px;
}

.upper_header_box_2_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.upper_header_cart a i {
    color: #ffff;
    font-size: 24px;
}

.upper_header_cart a span {
    width: 20px;
    height: 20px;
    background: #fcb71a;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: -10px;
}



header.down_header {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-top: 1px solid rgb(204 204 204 / 50%);
}

header.down_header .row {
  align-items: center;
}

.down_header_logo {
  width: 100%;
  float: left;
}

.main_menu {
  width: 100%;
  float: left;
}

.main_menu ul {
  float: right;
  display: flex;
  align-items: center;
}

.main_menu ul li {
    list-style: none;
    float: left;
    padding: 0 12px;
}

.main_menu ul li:first-child {
  padding-left: 0;
}
.main_menu ul li:last-child {
  padding-right: 0;
}

.main_menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0 !important;
    font-weight: 400;
    display: inline-block;
}

.main_menu ul li a:hover {
    color: #fcb71a;
}

.main_menu ul li:last-child a {
    border: 1px solid #fff;
    padding: 14px 37px !important;
    line-height: normal;
}

.main_menu ul li:last-child a:hover {
    background: #fcb71a;
    color: #000;
    border-color: #fcb71a;
}

section.banner {
  width: 100%;
  float: left;
  position: relative;
}

section.banner video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.over_lay {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 99%;
  background: rgb(0 0 0 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.baner_cont {
  position: relative;
  top: 50px;
}


.baner_cont h4 {
  color: #fcb71a;
  font-size: 25px;
  font-family: 'sfprodisplay-bold';
  letter-spacing: 1px;
  padding-bottom: 8px;
}

.baner_cont h2, .baner_cont h2 p {
  color: #fff;
  font-size: 80px;
  font-family: 'sfprodisplay-bold';
  line-height: 103px;
  letter-spacing: -3px;
}

.baner_cont h2 span {
    color: #fcb71a;
}

.banner_btn a {
  min-width: 220px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 14px 10px;
  position: relative;
  z-index: 1;
}

.banner_btn {
  padding-top: 30px;
}

.banner_btn a:first-child {
  border: 2px solid #fcb71a;
  color: #fcb71a;

}

.banner_btn a:first-child::before {
  content: "";
  position: absolute;
  background: #fcb71a;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.banner_btn a:last-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #8a3ab9;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}

.banner_btn a:last-child:hover{
  border-color: #8a3ab9;
  color: #fff;
}

.banner_btn a:first-child:hover::before, .banner_btn a:last-child:hover::after{
width: 100%;
}

.banner_btn a:first-child:hover{
  color:#000;
  border-color: #fcb71a;
}
.welcome_sect_img img{
animation: data15 16s infinite linear;
}
@keyframes data15{
  form{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
.banner_btn a:last-child {
  background: #fff;
  border: 2px solid #fff;
  color: #8a3ab9;
  margin-left: 15px;
}

.banner_btn a span {
  padding-left: 12px;
}


section.welcome_sect {
  width: 100%;
  float: left;
  padding: 100px 0;
}

section.welcome_sect .row {
  align-items: center;
}

section.welcome_sect [class*="col-"] {
  display: flex;
  align-items: center;
}

.welcome_sect_cont {
  width: 100%;
  float: left;
}

.welcome_sect_cont h4 {
  font-size: 23px;
  color: #8a3ab9;
  font-family: 'FontsFree-Net-SFProText';
  letter-spacing: -1px;
  padding-bottom: 5px;
}

.welcome_sect_cont h1 {
  font-size: 40px;
  color: #252525;
  line-height: 50px;
  font-family: 'sfprodisplay-bold';
  padding-bottom: 10px;
}

.welcome_sect_cont p {
  line-height: 35px;
  color: #555555;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.welcome_sect_cont a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 15px 45px;
  background: #8a3ab9;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.welcome_sect_cont a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fcb71a;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}


.welcome_sect_cont a span {
  padding-left: 10px;
}

.welcome_sect_img {
    text-align: center;
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.welcome_sect_img iframe {
    width: 100%;
}

.welcome_sect_img::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: 12px solid #8a3ab9;
    border-left: 0;
    border-bottom: 0;
    top: -30px;
    right: -30px;
}


.welcome_sect_img::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: 12px solid #8a3ab9;
    bottom: -30px;
    left: -30px;
    border-right: 0;
    border-top: 0;
}

.welcome_sect_img img {
  filter: drop-shadow(2px 4px 15px rgb(0 0 0 / 40%));
}

section.service_sect {
  width: 100%;
  float: left;
  background: url(../img/bg-1.jpg) no-repeat;
  padding: 90px 0;
  background-size: cover;
}

section.service_sect .container-fluid {
  padding: 0 85px;
}

.service_sect_heading {
  padding: 0 10px;
}

.service_sect_heading h3 {
  font-size: 40px;
  color: #303030;
  text-transform: capitalize;
  font-family: 'sfprodisplay-bold';
  padding-bottom: 20px;
}

.service_box {
  background: #fff;
  position: relative;
  padding: 10px;
  box-shadow: 0px 0 5px 2px rgb(0 0 0 / 15%);
  transition: all .4s ease-in-out;
}

.service_box:hover {
  background: #8A39B9 !important;
}

.service_box:hover img {
  transform: scale(1.3);
  transition: all .9s ease;
}

.service_box img {
  transition: all .9s ease;
}



.service_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fcb71a;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.service_box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fcb71a;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease-in-out;
}

.service_box:hover::before, .service_box:hover::after {
  opacity: 0;
}

div#sliver_slider .item {
  padding: 10px;
}


.service_box_cont {
    text-align: center;
    padding: 30px 0 32px;
    min-height: 515px;
}
.service_box_cont h4 {
    font-size: 22px;
    color: #1d1d1d;
    font-family: 'sfprodisplay-bold';
    padding-bottom: 12px;
    margin-bottom: 0;
}

.service_box:hover h4, .service_box:hover p {
  color: #fff;
  transition: all .4s ease-in-out;
}

.service_box_cont p {
  color: #555555;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  line-height: 29px;
}

.sliver_slider_btn {
  text-align: center;
  padding-top: 30px;
}

.sliver_slider_btn a {
    color: #8a3ab9;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Sequel-Sans-bold-Body';
    display: inline-block;
    border: 2px solid #8a3ab9;
    padding: 15px 50px;
    position: relative;
    z-index: 1;
}

.sliver_slider_btn a span {
  padding-left: 10px;
  font-weight: 600;
}

.sliver_slider_btn {
  text-align: center;
  padding-top: 45px;
}

div#sliver_slider .owl-nav {
  position: absolute;
  top: -75px;
  right: 7px;
}

div#sliver_slider .owl-nav button {
  font-size: 16.51px !important;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  border: 2px solid #8a3ab9 !important;
  border-radius: 0 !important;
  color: #2c2c2c !important;
  transition: all .5s ease-in-out;
}

div#sliver_slider .owl-nav button:hover {
  border-color: #303030 !important;
  background: transparent !important;
}


div#sliver_slider .owl-nav button span {
  font-weight: 700;
}

.service_box_img {
  position: relative;
  overflow: hidden;
}

.service_box_img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #8A39B9;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .4s ease-in-out;
}

.service_box:hover .service_box_img::after {
  bottom: 0;
  opacity: 1;
}

section.arise_sect {
  width: 100%;
  float: left;
  padding: 130px 0;
}

.arise_sect_img_area {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.arise_sect_cont {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 8px;
  background: #fff;
  padding-bottom: 20px;
}

.arise_sect_cont h3 {
  font-size: 41px;
  color: #242424;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  padding-bottom: 14px;
}

.arise_sect_cont h5 {
    font-size: 16px;
    color: #8a3ab9;
    font-style: italic;
    padding-bottom: 18px;
    font-family: 'sequel-sans-book-body-2';
    font-weight: 100;
}

.amazon_div h6 {
  color: #8a3ab9;
  font-size: 16px;
  font-style: italic;
}

.arise_sect_cont p {
  font-size: 16px;
  color: #717171;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 7px;
}

.amazon_div h6 img {
  padding-left: 5px;
}

.amazon_div {
  padding-top: 30px;
  padding-left: 74px;
  position: relative;
}

.amazon_div_arrow {
  position: absolute;
  bottom: 0;
  left: -80px;
}

.amazon_div_arrow img{
  animation: data16 1s infinite alternate linear;
  }
  @keyframes data16{
    form{
      transform: translateX(0);
    }
    to{
      transform: translateX(11px);
    }
  }


.arise_sect_img_area::before {
  content: "";
  position: absolute;
  background: url(../img/before.png) no-repeat;
  width: 432px;
  height: 303px;
  left: -37px;
  top: -35px;
  z-index: -1;
}

.arise_sect_cont::after {
  content: "";
  position: absolute;
  background: url(../img/after.png) no-repeat;
  width: 422px;
  height: 303px;
  right: -40px;
  bottom: -40px;
  z-index: -1;
}

section.appointments_sect {
  width: 100%;
  float: left;
  background: #F5F5F5;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.appointments_heading h3 {
  font-size: 41px;
  color: #242424;
  font-family: 'sfprodisplay-bold';
  letter-spacing: -1px;
  padding-bottom: 0;
}

.Appointments_box ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Appointments_box ul li {
  list-style: none;
}

.Appointments_box {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 0 5px 2px rgb(0 0 0 / 15%);
  transition: all .5s ease-in-out;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.Appointments_box:hover {
  background: #8A39B9;
}

.Appointments_box:hover h3 {
  color: #fff;
}

.Appointments_box:hover button.btn.btn-danger {
  background: #fff;
  border-color: #fff;
}



.Appointments_box:hover ul li:nth-child(2) span:first-child {
  background: #4E1D6E;
}

.Appointments_box ul li:nth-child(2) span:first-child {
  transition: all .4s ease-in-out;
}

.Appointments_box ul li:nth-child(2) span:first-child p {
    color: #fff;
    font-family: 'Sequel-Sans-Bold-Body';
    font-size: 14px;
}

.Appointments_box ul li:nth-child(2) span p {
    line-height: normal;
}

.Appointments_box ul li h3 {
  font-size: 19px;
  color: #242424;
  font-family: 'sfprodisplay-bold';
}

.Appointments_box ul li:nth-child(2) span {
  font-family: 'Sequel-Sans-Bold-Body';
  font-size: 14px;
  background: #8A39B9;
  display: inline-block;
  color: #fff;
  padding: 3px 7px;
  border-radius: 10px;
}

.Appointments_box ul li:nth-child(2) span:last-child {
  background: #FBB51A;
  margin-left: 10px;
  color: #242424;
}

.Appointments_box ul li:nth-child(2) span:last-child p {
    font-family: 'Sequel-Sans-Bold-Body';
    font-size: 14px;
    color: #242424;
}

/*.Appointments_box ul li:nth-child(3) a {
    font-size: 14px;
    text-transform: uppercase;
    color: #8a3ab9;
    display: inline-block;
    border: 1px solid #8a3ab9;
    font-family: 'sfprodisplay-bold';
    padding: 10px 24px;
    line-height: normal;
}*/

.Appointments_box button.btn.btn-danger {
    font-size: 14px;
    text-transform: uppercase;
    color: #8a3ab9;
    display: inline-block;
    border: 1px solid #8a3ab9;
    font-family: 'sfprodisplay-bold';
    padding: 10px 24px !important;
    line-height: normal;
    background: transparent;
    border-radius: 0;
}

.Appointments_box ul li:nth-child(3) a {
    font-size: 14px;
    text-transform: uppercase;
    color: #8a3ab9;
    display: inline-block;
    border: 1px solid #8a3ab9;
    font-family: 'sfprodisplay-bold';
    padding: 10px 24px !important;
    line-height: normal;
    background: transparent;
    border-radius: 0;
}


.Appointments_box:hover ul li:nth-child(3) a {
    background: #fff;
}

.appointments_heading {
    padding-bottom: 35px;
    position: relative;
    z-index: 99;
}


.Appointments_box ul li:nth-child(1) {
  width: 47%;
}

.Appointments_box ul li:nth-child(2) {
  width: 23%;
  text-align: center;
}

.Appointments_box ul li:nth-child(3) {
  width: 30%;
  text-align: right;
}

section.appointments_sect .curcle_1 {
  width: 546px;
  height: 546px;
  background: rgb(138 58 185 / 6%);
  border-radius: 50%;
  position: absolute;
  top: -240px;
  left: 30px;
}

section.appointments_sect .curcle_2 {
  background: rgb(166 191 255 / 23%);
  width: 401px;
  height: 432px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: -160px;
}


section.appointments_sect .curcle_3 {
  width: 754px;
  height: 754px;
  background: rgb(252 183 26 / 8%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}


section.home_blog_sect {
  width: 100%;
  float: left;
  padding: 100px 0;
}

.home_blog_sect_heading h3 {
  font-size: 41px;
  color: #242424;
  font-family: 'sfprodisplay-bold';
  letter-spacing: -1px;
  padding-bottom: 0;
}

.blog_box_1_area {
  width: 100%;
  float: left;
  position: relative;
}

.blog_box_1_img {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.blog_box_1_area:hover img {
  transform: scale(1.3);
}



.blog_box_1_img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .8s ease;
}

.blog_box_1_img_date {
  position: absolute;
  top: 0;
  background: #FCB71B;
  width: auto;
  left: 0;
  display: inline-block;
  text-align: center;
  padding: 14px 15px 12px;
  transition: all .5s ease-in-out;
}

.blog_box_1_area:hover .blog_box_1_img_date {
  background: #8B3ABA;
}

.blog_box_1_area:hover .blog_box_1_img_date h3, .blog_box_1_area:hover .blog_box_1_img_date p span {
  color: #fff;
}

.blog_box_1_img_date h3 {
  font-size: 45px;
  color: #212121;
  font-family: 'sfprodisplay-bold';
  line-height: 35px;
  padding-bottom: 4px;
  transition: all .4s ease-in-out;
}

.blog_box_1_img_date p span {
  display: block;
  font-size: 15px;
  color: #212121;
  font-family: 'Sequel-Sans-Book-Body';
  letter-spacing: 2px;
  line-height: 19px;
  transition: all .4s ease-in-out;
}

.home_blog_sect_heading {
  padding-bottom: 25px;
}

.blog_box_1_cont {
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 17px;
}

.blog_box_1_cont p {
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}

section.subscribe_sect {
  width: 100%;
  background: url(../img/contact-form-bg.jpg) no-repeat;
  padding: 86px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

.subscribe_sect_cont h3 {
  font-size: 38px;
  color: #fff;
  font-family: 'sfprodisplay-bold';
  padding-bottom: 6px;
}
.subscribe_sect_cont p {
  font-size: 19px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

section.testimonil_sect {
  width: 100%;
  float: left;
}

section.testimonil_sect [class*="col-"] {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.testimonil_area {
  width: 100%;
  float: left;
  background: url(../img/testiminial_bg.jpg) no-repeat;
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
}


.rating_str span {
  font-size: 22px;
  color: #ec8200;
  margin: 0 3px;
}

.rating_str span:first-child {
  margin-left: 0;
}
.rating_str span:last-child {
  margin-right: 0;
}

div#testimonil_slider .item p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 51px;
    padding-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#testimonil_slider .owl-nav button:hover {
    color: #8b3aba !important;
}

p.show-read-more a {
    color: #8b3aba;
}

div#testimonil_slider .item p::before {
    content: "";
    position: absolute;
    background: url(../img/qiuts-1.png) no-repeat;
    width: 37px;
    height: 31px;
    top: 10px;
    margin-left: -41px;
    background-size: 100% 100%;
}
 
div#testimonil_slider .item p::after {
    content: "";
    position: absolute;
    background: url(../img/qiuts-2.png) no-repeat;
    width: 37px;
    height: 31px;
    bottom: -10px;
    margin-left: 2px;
    background-size: 100% 100%;
}

div#testimonil_slider .item h3 {
  font-size: 17px;
  color: #7830a2;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 25px;
}


div#testimonil_slider .item {
  padding: 0 50px;
}

div#testimonil_slider .rating_str {
  padding-bottom: 25px;
}

div#testimonil_slider {
  width: 100%;
  padding-left: 10px;
  padding-right: 0px;
}

div#testimonil_slider .owl-nav button {
  font-size: 25px !important;
  color: #3c3c3c !important;
  position: relative;
  margin: 0 11px;
  transition: all .4s ease-in-out;
}



div#testimonil_slider button.owl-prev::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #8B3ABA !important;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

div#testimonil_slider .owl-nav {
  text-align: right !important;
  padding-right: 110px;
}

.testimonil_area_btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #8a3ab9;
    font-family: 'Sequel-Sans-Bold-Body';
    padding: 15px 48px;
    border: 2px solid #8a3ab9;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.testimonil_area_btn a span {
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  left: 0;
}

.testimonil_area_btn {
    text-align: left;
    padding-left: 90px;
    padding-top: 25px;
}

.home_form_area {
  width: 100%;
  float: left;
  padding: 70px;
}

.home_form_area h3 {
  font-size: 41px;
  color: #242424;
  font-family: 'sfprodisplay-bold';
  letter-spacing: -1px;
  padding-bottom: 35px;
}

footer.main_footer {
  background: #EEEEEE;
  width: 100%;
  float: left;
  padding: 75px 0 50px;
}

.footer_box_1 {
  width: 100%;
  float: left;
}

.footer_box_1 p, .footer_box_1 p a {
  font-size: 16px;
  color: #555555;
    font-family: 'poppins';
}

.footer_box_1 p {
  padding-bottom: 8px;
}

.footer_box_1 p span.phn_2 {
    display: block;
    padding-left: 55px;
}

.footer_box_1 p b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    float: left;
    width: 56px;
}

.footer_box_2 {
  text-align: center;
}

.footer_box_2 a {
  font-size: 31px;
  color: #555555;
  display: inline-block;
  margin: 0 14px;
}

.footer_box_2 a:hover {
  transform: translateY(-10px);
  color: #8B3ABA;
}

.footer_box_2 a:first-child {
  margin-left: 0;
}
.footer_box_2 a:last-child {
  margin-right: 0;
}

.footer_vp_jump {
  text-align: right;
}

.footer_vp_jump a {
    width: 62px;
    line-height: 62px;
    height: 62px;
    border: 2px solid #8B3ABA;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #742e9e;
    font-weight: 700 !important;
    margin-top: -32px;
}

.footer_vp_jump a:hover {
    background: #8B3ABA;
    color: #fff;
}


.copy_cont p, .copy_cont p a {
    color: #555555;
    font-size: 15px;
    font-family: 'poppins';
}

.copy_cont p i {
    color: #8B3ABA;
    margin: 0 0px;
}

.footer_payment {
  text-align: right;
}

.row.ftr_1 {
  align-items: center;
}

.row.ftr_2 {
  align-items: center;
  margin-top: 40px;
}

.home_form form input, .home_form form textarea {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
}

.home_form_area form [class*="col-"] {
  padding: 0 15px;
}

.home_form form input, .home_form form textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    color: #787878;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 55px;
}

.home_form form textarea {
  min-height: 75px;
}

.home_form form button {
    width: auto;
    height: auto;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #8B3ABA;
    border-radius: 0;
    color: #fff;
    padding: 15px 50px;
    margin-top: 15px;
    transition: all .4s ease-in-out;
    font-family: 'Sequel-Sans-Bold-Body';
}

.home_form form button:hover,.home_form form button:focus {
  background: #fcb71a;
}

.home_form form button span {
  padding-left: 8px;
}





.welcome_sect_cont a::before, .sliver_slider_btn a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fcb71a;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}


.welcome_sect_cont a:hover:before, .sliver_slider_btn a:hover::before {
width: 100%;
}

 .sliver_slider_btn a::before, .testimonil_area_btn a::before  {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #8B3ABA;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease-in-out;
}


.sliver_slider_btn a:hover::before, .testimonil_area_btn a:hover::before  {
width: 100%;
}

.sliver_slider_btn a:hover, .testimonil_area_btn a:hover {
  border-color:#8B3ABA;
  color: #fff;
  }

  ::placeholder {

    color: #616161 !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

  }

  ::placeholder :focus {
    color: #495057 !important;
    background-color: #fff !important;
/*    border-color: #80bdff;
    outline: 0;*/
    box-shadow: unset !important;
}

  /* ---------- */

  /* service page css */


  section.inner_banner {
    width: 100%;
    float: left;
    position: relative;
}

section.inner_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
}

.inner_banner_img {
  width: 100%;
  float: left;
}

.inner_banner_img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.inner_banner_bredcrum {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.inner_banner_bredcrum h3 {
    color: #fff;
    font-size: 60px;
    font-family: 'sfprodisplay-bold';
    line-height: normal;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.inner_about_instagram_heading h3 {
    font-size: 41px;
    color: #292929;
    padding-bottom: 0;
    text-align: center;
}
.inner_about_instagram_heading h3 a {
    color: #8b3bb9;
    display: inline-block;
}

.inner_about_instagram_img ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

/* section.inner_service_sect {
  width: 100%;
  float: left;
  padding: 100px 0;
} */

section.inner_service_sect .service_box {
    background: #fff;
    position: relative;
    padding: 20px;
  box-shadow: 0px 0 55px 2px rgb(0 0 0 / 20%);
  transition: all .4s ease-in-out;
  margin-bottom: 35px;
}


/* service page css end */

/* ------------- */

/* contact page css */


section.inner_contact_page .home_form_area {
  padding: 0;
}

.inner_pages_area {
  width: 100%;
  float: left;
  padding: 100px 0;
}



.conatct_pages_box {
    width: 100%;
    float: left;
    position: relative;
    padding: 55px 40px 80px 65px;
    overflow: hidden;
    z-index: 1;
    background-position: center center;
}

/*.conatct_pages_box::after {
  content: "";
  position: absolute;
  width: 378px;
  height: 378px;
  background: #7c2dab;
  border-radius: 50%;
  left: -120px;
  bottom: -190px;
  z-index: -1;
}*/

.conatct_pages_box .curcle_2 {
    position: absolute;
  width: 378px;
  height: 378px;
  background: rgb(124 45 171 / 70%);
  border-radius: 50%;
  left: -120px;
  bottom: -190px;
  z-index: -1;
}


.conatct_pages_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    z-index: -9;
}

.conatct_pages_box .curcle_1 {
    position: absolute;
    width: 336px;
    height: 379px;
    background: rgb(124 45 171 / 70%);
    border-radius: 50%;
    right: -140px;
    top: -250px;
    z-index: -1;
}

.conatct_pages_box h3 {
  color: #fff;
  font-family: 'sfprodisplay-bold';
  line-height: 37px;
  font-size: 31px;
  padding-bottom: 35px;
}

.conatct_pages_box ul li {
  list-style: none;
}

.conatct_pages_box ul li, .conatct_pages_box ul li a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.conatct_pages_box ul li i {
  padding-right: 10px;
  width: 30px;
}

.conatct_pages_box ul li {
  list-style: none;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}

.conatct_pages_box ul li:last-child {
  margin-bottom: 0;
}

.conatct_pages_box i.fa.fa-map-marker {
  font-size: 26px;
}

.conatct_pages_box i.fa {
    font-size: 22px;
    float: left;
    width: 35px;
}

.conatct_pages_box i.fa.fa-envelope {
  font-size: 22px;
}

 
section.inner_contact_page .home_form form input, section.inner_contact_page .home_form form textarea {
    border-bottom: 1px solid #787878;
    color: #787878;
    margin-bottom: 50px;
    background: transparent;
}

section.inner_contact_page .home_form form textarea {
    min-height: 75px;
    margin-bottom: 40px;
    background: transparent;
}

section.inner_contact_page .home_form {
  padding-right: 50px;
}


section.inner_contact_page .home_form_area h3 {
  font-size: 41px;
  color: #8a3ab9;
  padding-bottom: 50px;
}

/* contact page css end */



/* ------------ */

/* blog single page css */

section.blog_sigle_page {
  width: 100%;
  float: left;
}

/*section.blog_sigle_page img.xyz {
  width: 100%;
  max-width: 35%;
  height: auto;
  float: right;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 21px;
}*/


/ login ragister page css /

.login_ragister_tab_area {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 40px rgb(0 0 0 / 20%);
  padding: 55px;
}

.login_ragister_tab_area .nav-link.active {
  border: 0;
}

.login_ragister_tab_area .nav-tabs {
  border: 0;
}

.login_ragister_tab_area .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}

.login_ragister_tab_area .nav-tabs .nav-item a {
  font-size: 18px;
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #efefef;
  border-radius: 0 !important;
  padding: 18px 20px;
  position: relative;
  border: 0;
}

.login_ragister_tab_area .nav-tabs .nav-item a.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #8a3ab9;
  left: 50%;
  bottom: -14px;
}



.login_ragister_tab_area .nav-tabs .nav-item a.active {
    background-color: #8a3ab9 !important;
    color: #fff !important;
}

.login_ragister_tab_area .tab-pane {
  padding-top: 40px;
}


.login_ragister_tab_area .home_form input {
  height: 69px;
  border: 1px solid #bdbdbd !important;
  padding-left: 25px !important;
  padding-right:25px !important;
  color: #999999;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}

.login_ragister_tab_area ::placeholder{
  color: #999999 !important;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  background: transparent;
}

div#show_hide_password input {
  border: 0 !important;
  height: auto;
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

div#show_hide_password {
  height: 69px;
  border: 1px solid #bdbdbd !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  color: #999999;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.login_ragister_tab_area .home_form form button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 21px 0;
  margin-top: 43px;
}

.login_ragister_tab_area div#show_hide_password .input-group-addon a {
  color: #999999 !important;
  font-size: 32px;
}

.home_form p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  color: #555555;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.home_form p a {
  color: #8b3aba;
}


:focus {
  border-color: unset !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

/* login ragister page css end */

/* login ragister page css */

.login_ragister_tab_area {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 40px rgb(0 0 0 / 20%);
  padding: 55px;
}

.login_ragister_tab_area .nav-link.active {
  border: 0;
}

.login_ragister_tab_area .nav-tabs {
  border: 0;
}

.login_ragister_tab_area .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}

.login_ragister_tab_area .nav-tabs .nav-item a {
    font-size: 18px;
    color: #555555;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #efefef;
    border-radius: 0 !important;
    padding: 14px 20px;
    position: relative;
    border: 0;
}

.login_ragister_tab_area .nav-tabs .nav-item a.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #8a3ab9;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) !important;
}



.login_ragister_tab_area .nav-tabs .nav-item a.active {
    background-color: #8a3ab9 !important;
    color: #fff !important;
}

.login_ragister_tab_area .tab-pane {
  padding-top: 40px;
}


.login_ragister_tab_area .home_form input {
    height: 50px;
    border: 1px solid #bdbdbd !important;
    padding-left: 25px !important;
    color: #999999;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 21px;
    padding-bottom: 0;
}

.login_ragister_tab_area ::placeholder{
  color: #999999 !important;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

div#show_hide_password input {
  border: 0 !important;
  height: auto;
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

div#show_hide_password {
    height: 50px;
    border: 1px solid #bdbdbd !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #999999;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.login_ragister_tab_area .home_form form button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 14px 0;
    margin-top: 26px;
}

.login_ragister_tab_area div#show_hide_password .input-group-addon a {
    color: #999999 !important;
    font-size: 21px;
}
.home_form p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  color: #555555;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.home_form p a {
  color: #8b3aba;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 100px white inset !important;
        color: #999999 !important;

}

input:-webkit-autofill{
    -webkit-text-fill-color: #999999 !important;
}
section.iner_about_sect {
  width: 100%;
  float: left;
  background: #f3f3f3;
}

.iner_about_sect_img_area {
  width: 100%;
  float: left;
  position: relative;
}

.iner_about_sect_img {
    width: 100%;
    float: left;
/*    display: none;*/
}

.iner_about_sect_img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    animation: data15 16s infinite linear;
}

.iner_about_sect_img_gril {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.iner_about_sect_img_area {
  width: 100%;
  float: left;
  position: relative;
}



.iner_about_sect_img_gril img {
    height: 440px;
    object-fit: contain;
    width: 100%;
    border: 8px solid #8b3bb9;
}


/*.iner_about_sect_img_gril::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 200px;
    background: #8b3bb9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
*/
.iner_about_sect_cont {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 0;
}

.iner_about_sect_cont h2 {
  font-size: 41px;
  color: #323232;
  font-family: 'sfprodisplay-bold';
}

.iner_about_sect_cont h3 {
    color: #8b3bb9;
    font-size: 30px;
    font-family: 'sfprodisplay-bold';
    padding-bottom: 0;
    margin-top: 13px;
}

.iner_about_sect_cont p {
  font-size: 16px;
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 34px;
}

section.inner_about_instagram {
    width: 100%;
    float: left;
    padding-top: 80px;
    background: #fff7e5;
    padding-bottom: 83px;
}

.about-us .inner_pages_area.about_inn {
    padding-top: 0;
    padding-bottom: 0;
}



body.contact .inner_pages_area {
    padding-bottom: 0;
    background: #fff;
}

/*section.inner_about_instagram [class*="col-"] {
    align-items: center;
    display: flex;
}*/

.inner_about_instagram_heading {
    padding-bottom: 30px;
}



.inner_about_instagram_heading h3 a {
  color: #8b3bb9;
  display: inline-block;
}

.inner_about_instagram_heading {
    padding-bottom: 30px;
    width: 100%;
    float: left;
}

.inner_about_instagram_img {
    width: 100%;
    float: left;
}


.inner_about_instagram_img ul li {
  float: left;
  width: 18%;
  margin: 1%;
  list-style: none;
}

.inner_about_instagram_img ul li img {
    width: 96%;
    box-shadow: 1px 1px 47px rgb(0 0 0 / 20%);
    padding: 0px;
    background: #8b3aba;
}

.inner_about_instagram_img ul {
  margin: 0;
  padding: 0;
}

.inner_about_instagram_img ul li {
    float: left;
    width: 49%;
    margin: 0.5%;
    list-style: none;
}

.inner_about_instagram_btn {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 45px;
}

.inner_about_instagram_btn a {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #722d9a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid #722d9a;
    padding: 18px 43px;
}

.inner_about_instagram_btn a:hover {
    background: #fcb71a;
    color: #242424;
    border-color: #fcb71a !important;
}


section.iner_about_sect {
  width: 100%;
  float: left;
  background: #f3f3f3;
  padding-top: 60px;
}

section.iner_about_sect .row {
    align-items: baseline;
}

.inner_pages_area.about_inn {
  padding-top: 0;
}

.calendar {
  width: 100%;
  margin: 0px auto 0;
  background: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
  padding: 30px;
}

.booking_calender {
  margin-right: 20px;
}

.calendar__month {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.cal-month__previous, .cal-month__next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 22px;
}


.cal-month__next:hover, .cal-month__previous:hover {
    background-color: #42a5f5;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    font-weight: 800;
    color: #111;
  }


.cal-month__next {
  right: 0;
}

.cal-month__current {
  text-align: center;
  font-size: 33px;
  color: #8a3ab9;
  font-family: 'sfprodisplay-bold';
  padding-bottom: 25px;
}

.cal-head__day {
  font-family: 'sfprodisplay-bold';
  color: #555555;
  font-size: 16px;
}

.cal-head__day, .cal-body__day {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  float: left;
  margin-bottom: 0px !important;
}

.booking_calender .cal-body__week, .calendar__head {
  display: block;
  height: 50px;
  width: 100%;
}

.calendar__head {
  line-height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 15px;
}

.calendar__head:after {
   display: none;
  }


.booking_calender .cal-body__day {
  color: #777;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.booking_calender .cal-day__month--current {
  color: #e1e1e1;
}

.booking_calender .cal-day__day--today {
  font-weight: 800;
  color: #2196f3;
}

.booking_calender .cal-day__day--selected {
  background-color: #8a3ab9 !important;
  box-shadow: unset !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

.booking_calender .booking_cahrt {
  width: 100%;
  float: left;
  padding-left: 15px;
}

.booking_cahrt h3 {
  font-size: 30px;
  color: #8a3ab9;
  font-family: 'sfprodisplay-bold';
}

.time_price span {
  font-family: 'Sequel-Sans-Bold-Body';
  font-size: 15px;
  background: #4f1d6d;
  display: inline-block;
  color: #fff;
  padding: 4px 9px;
  border-radius: 10px;
}

.time_price span:last-child {
  background: #fcb71a;
  color: #242424;
  margin-left: 12px;
}

.slot_list h4 {
  font-size: 22px;
  color: #000000;
  font-family: 'sfprodisplay-bold';
  margin-bottom: 15px;
}

.slot_list {
  padding-top: 40px;
}

.slot_list ul {
  width: 70%;
  float: left;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.slot_list ul li {
    list-style: none;
    width: 30.6%;
    margin: 1% 1% !important;
    float: left;
    text-align: center;
    / padding: 4.5px 10px;
    /: ;
    margin-bottom: 0px;
}

.slot_list ul li a {
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: block;
  border: 1px solid #555555;
  padding: 4.5px 10px;
}

.slot_list ul li a.active {
  background: #8a3ab9;
  color: #fff;
  border-color: #8a3ab9;
}



.slot_list ul li:nth-child(1n) {
  margin-left: 0;
}

.slot_list ul li:nth-child(3n) {
  margin-right: 0;
}

.slot_book_now_btn {
  width: 100%;
  float: left;
}

.slot_book_now_btn a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  background: #8a3ab9;
  padding: 15px 34px;
  color: #fff;
}

section.login_ragister_page [class*="col-"]:first-child {
  flex: 0 0 55%;
  max-width: 55%;
}

section.login_ragister_page [class*="col-"]:last-child {
  flex: 0 0 45%;
  max-width: 45%;
}

.booking_calender .cal-body__week {
  display: flex;
  justify-content: space-between;
  text-align: center !important;
  float: none !important;
  margin-bottom: 20px;
}

.booking_calender .cal-body__week:last-child {
  margin-bottom: 0;
}



.inner_pages_area.booking_pages_area {
  background: #f9f7f7;
}

.booking_calender {
  margin-right: 15px;
}

.booking_calender .cal-day__month--current {
  background: #ececec;
  border-radius: 50%;
  color: #555555;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px !important;
}



.inner_checkout_area
{background: #f9f7f7;

}

.check_out_sect_left_area {
 padding: 50px 70px;
 background: #fff;
 box-shadow: 1px 1px 10px rgba(0,0,0,0.04);
}

.check_out_sect_left_area .check_out_sect_left_heading h3 {
font-size: 41px;
color: #242424;
letter-spacing: -1px;
display: inline-block;
}

.check_out_sect_left_area .check_out_sect_left_heading .check_out_sect_edit i {
    color: #424242;
    font-size: 19px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fcb71a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.check_out_sect_left_area .check_out_sect_left_heading .check_out_sect_edit{
    display: inline-block;
    float: right;
}

.check_out_sect_left_details ul {
  list-style: none;
}

.check_out_sect_left_heading {
    margin-bottom: 40px;
}

.check_out_sect_left_details ul h4{
  font-size: 18px;
  font-family: 'Poppins';
  margin-bottom: 8px;
  font-weight: 600;
  margin: 0px;
  color:#111;

}
.check_out_sect_left_details ul p{
font-size: 16px;
color: #555555;
margin: 0px;

margin-bottom: 40px;
}

.check_out_sect_left_details ul p a{
  color: #555;
}

.check_out_sect_left_details_form h4{
    font-size: 18px;
  font-family: 'Poppins';
  margin-bottom: 8px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
  color:#111;
}

.check_out_sect_left_details_form p{
    color: #555;
}

.check_out_sect_left_details_form textarea{
  width: 100%;
  height: 100px;
  border:1px solid #ccc;
}

.cart_view {
  background: #fff;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
  border:1px solid #ccc;
}
.cart_view h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0;
}
.cart_view h3 span{
    width: 36px;
    height: 36px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    float: right;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    position: relative;
    top: -6px;
}
.cart_view h4{
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #555;
    display: inline-block;
    width: 100%;
}

.cart_view p{
  color: #555555;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.cart_view p.prices {
    font-size: 16.50px;
    color: #242424;
    background: #fcb71a;
    position: absolute;
    padding: 0px 6px;
    border: 0;
    bottom: 25px;
    right: 23px;
    border-radius: 8px;
}

.sub_total {
  text-align: right;
}

.sub_total h3{
  font-size: 20px;
  color: #555555;
  margin: 0px;
  margin-top: 30px;
  margin-bottom:30px;
  font-family: 'Poppins';
  font-weight: 600;
}
.sub_total h3 span{
  color: #722d9a;
}

.cart_button_group a{
  display: inline-block;
  width: 100%;
  background: #722d9a;
  padding: 15px 0px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border:2px solid #722d9a;
  transition: all 0.5s;

}

.cart_button_group a:hover{
 background: none;
border:2px solid #722d9a;
color: #722d9a;
}

.cart_button_group a:last-child:hover{
  background: #722d9a;
  color: #fff;
}
.cart_button_group a:last-child{
background: none;
border:2px solid #722d9a;
color: #722d9a;

}
.cart_view{
    transition: all 0.5s;
}
.cart_view:hover{
  border:1px solid #722d9a;
background:  #722d9a;
}

.cart_view:hover h3, .cart_view:hover h4, .cart_view:hover p{
  color: #fff;
}

.cart_view:hover p.prices{
  background:  #722d9a;
  color: #fff;
}

body .booking_calender .ui-widget.ui-widget-content {
    border: 0 solid #c5c5c5;
}


body .booking_calender .ui-datepicker th {
    padding: 0;
    font-weight: 600;
    border: 0;
    font-size: 15px;
    font-size: 16px;
    font-family: 'Poppins';
}

body .booking_calender .ui-datepicker td a, body .booking_calender .ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    border-radius: 50% !important;
    margin: 0px 2px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #111 !important;
}
body .booking_calender .ui-widget.ui-widget-content {
    border: 0 solid #c5c5c5;
    width: 100%;
    background: none !important;
}

body .booking_calender .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background: none;
    border: 0px;
    margin-bottom: 32px;
    font-size: 29px;
    font-family: 'sfprodisplay-bold';
    color: #8a3ab9;
}

.ui-datepicker .ui-datepicker-next span::after{
     content: "\f105";
     position: absolute;
     top: 0px;
     right: 0px;
     'font-family:'FontAwesome';
     font-size: 16px;
}

.home_form_area .text-danger {
    color: #dc3545!important;
    position: absolute;
    top: 41px;
}

.footer_payment img{
    filter: grayscale(1);
}

.slot_book_now_btn button {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
    background: #8a3ab9;
    padding: 15px 34px;
    color: #fff;
    border: 0;
    transition: all .4s ease-in-out;
}

.slot_book_now_btn button:hover {
    background: #fcb71a;
}



.booking_calender table.ui-datepicker-calendar a.ui-state-default.ui-state-highlight{
    color: #fff !important;
    background: #8a3ab9 !important;
}


table.ui-datepicker-calendar a.ui-state-default.ui-state-active {
    background: #fcb71a !important;
    color: #242424 !important;
}

td.ui-datepicker-unselectable.ui-state-disabled span {
    background: transparent !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ececec !important;
    color: #454545;
}

a.ui-datepicker-prev::after {
    content: "\f104 ";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 37px;
    top: 12px;
    left: 20px;
    font-weight: 100 !important;
    color: #555555 !important;
    cursor: pointer;
}

a.ui-datepicker-prev span.ui-icon.ui-icon-circle-triangle-w {
    display: none;
}

a.ui-datepicker-next::after {
    content: "\f105 ";
    position: absolute;
    font-family: 'FontAwesome';
    right: 20px;
    top: 15px;
    font-size: 37px;
    font-weight: 100 !important;
    color: #555555 !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span.ui-icon.ui-icon-circle-triangle-e {
    display: none;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: unset !important;
    background: transparent !important;
    font-weight: unset !important;
    color: unset !important;
}


.slot_list ul li p {
    line-height: normal;
    font-size: 15px;
}

span.errorslot {
    width: 100%;
    clear: both;
    position: relative;
    top: -10px;
    font-size: 15px;
    font-family: 'Poppins';
}


body.login section.login_ragister_page [class*="col-"]:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

body.services section.inner_service_sect {
    padding-top: 100px;
    padding-bottom: 50px;
}

body.blog section.inner_service_sect, body.blogs section.inner_service_sect  {
    padding: 100px 0 60px;
}


ul.pagination li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 31px 58px rgb(0 0 0 / 50%);
    text-align: center;
    color: #454545;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

ul.pagination li a:hover {
    background: #8738b5;
    color: #fff;
}

ul.pagination li.active a {
    background: #8b3aba !important;
    color: #fff !important;
}

ul.pagination li:first-child {
    margin-left: 0;
}

ul.pagination li:last-child {
    margin-right: 0;
}

ul.pagination li {
    margin: 0 6px;
}

ul.pagination li:first-child a {
    background: #8b3aba;
    color: #fff;
}

ul.pagination li:last-child a {
    background: #8b3aba;
    color: #fff;
}
ul.pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}





/* dashboord main page css */

.main_dashbord_area .tab {
  float: left;
  border: unset;
  background-color: #fff;
  width: 30%;
  height: auto;
  padding: 20px;
  border-radius: 7px;
}

/* Style the buttons inside the tab */

.main_dashbord_area .tab button {
    background: #f1f0f0;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 16px;
    color: #555555;
    margin: 15px 0;
    padding: 16px 22px !important;
    display: block;
    width: 100%;
    border: 0;
    letter-spacing: 0px;
    text-align: left !important;
}
/* Change background color of buttons on hover */
.main_dashbord_area .tab button:hover {
  background-color: #ddd;
}

.main_dashbord_area .tabcontent h2 {
  font-size: 41px;
  color: #292929;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  text-transform: capitalize;
}

div#main_dshbord h3 {
  font-size: 25px;
  color: #8a3ab9;
  padding-top: 5px;
  font-family: 'sfprodisplay-bold';
  margin-bottom: 15px;
}

.main_dashbord_area .tabcontent p a {
  color: #8a3ab9;
}

.main_dashbord_area .tabcontent p {
  line-height: 35px;
  font-size: 18px;
}

/* Create an active/current "tab button" class */
.main_dashbord_area .tab button.active {
  background-color: #8a3ab9;
  color: #fff;
}

.main_dashbord_area .tab button.active h4 {
  color: #fff !important;
}

/* Style the tab content */

.main_dashbord_area .tabcontent {
  float: left;
  width: 67%;
  border-left: none;
  height: auto;
  margin-left: 3%;
  background: #fff;
  padding: 40px;
  border: 0;
  border-radius: 7px;
}

.modal-title {
  font-size: 41px;
  color: #292929;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  text-transform: capitalize;
}

div#My_Appointments {
  padding: 30px;
}

.inner_pages_area {
  width: 100%;
  float: left;
  padding: 100px 0;
  background: #f9f7f7;
}

.main_dashbord_area .tab button:first-child {
  text-align: center;
  margin-top: 0;
}

.main_dashbord_area .tab button:last-child {
  margin-bottom: 0;
}




.main_dashbord_area .tab button:first-child .user_img_box {
  width: 108px;
  height: 108px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.main_dashbord_area .tab button:first-child h4 {
  font-size: 18px;
  font-family: 'sfprodisplay-bold';
  color: #555555;
}

.Appointments_heading h3 {
  font-size: 41px;
  color: #292929;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 0;
}

div#My_Appointments table.table tr th {
  font-size: 14px;
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

div#My_Appointments table.table tr td {
  font-size: 13px;
  color: #929292;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

div#My_Appointments table.table tr td span {
  font-size: 20px;
  color: #e7010c;
  margin-left: 4px;
  line-height: normal;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

div#My_Appointments table.table tbody tr:first-child th {
  border: 0 !important;
  padding-bottom: 10px;
}

div#My_Appointments .table td, div#My_Appointments .table th {
  padding: 15px 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

div#Change_Password h2 {
  font-size: 41px;
  color: #292929;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  padding-bottom: 20px;
}

div#Change_Password form input[type=text] {
    height: 50px;
    border: 1px solid #bdbdbd !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #999999 !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 0 !important;
    margin-bottom: 20px;
}
div#Change_Password form input[type=password] {
 height: 50px;
  border: 1px solid #bdbdbd !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  color: #999999 !important;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border-radius: 0 !important;
  margin-bottom: 20px;
}

div#Change_Password form [type=button] {
    border-radius: 0 !important;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #8a3ab9;
    color: #fff;
}

div#Change_Password div#show_hide_password {
    height: 69px;
    border: 0px solid #bdbdbd !important;
    padding-left: 0px!important;
    padding-right: 0px !important;
    color: #999999;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

div#Change_Password div#show_hide_password .input-group-addon {
    position: absolute;
    right: 22px;
     z-index: 9;
}

div#Change_Password div#show_hide_password2 {
    height: 69px;
    border: 0px solid #bdbdbd !important;
    padding-left: 0px!important;
    padding-right: 0px !important;
    color: #999999;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

div#Change_Password div#show_hide_password2 .input-group-addon {
    position: absolute;
    right: 22px;
    z-index: 9;
    top: 14px;
}

.main_dashbord_area {
  display: flex;
  flex-wrap: wrap;
}

.Message_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.Message_heading h3 {
  font-size: 41px;
  color: #292929;
  font-family: 'sfprodisplay-bold';
  line-height: normal;
  margin-bottom: 0;
}

.Message_heading button.btn.btn-primary {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-radius: 0 !important;
  border: 1px solid #8a3ab9;
  background: #f8f7f7 !important;
  color: #8a3ab9;
  padding: 10px 22px;
}

.Message_heading button.btn.btn-primary i {
  font-weight: 100 !important;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 5px;
}

.Message_box {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 13px;
}

.Message_box ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.Message_box ul li {
  float: left;
  list-style: none;
}

.Message_box ul li:first-child h3 {
  font-size: 18.55px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 62px;
  height: 62px;
  background: #8a3ab9;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #fff;
  position: relative;
}

.Message_box ul li:nth-child(2) p {
  font-size: 13px;
  line-height: 25px;
  color: #515151;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.Message_box ul li:nth-child(3) p a {
  font-size: 13px;
  color: #515151;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #e2e2e2;
  line-height: normal;
  padding: 4px 14px;
  border-radius: 10px;
}

.Message_box ul li:nth-child(3) p i {
  font-size: 23px;
  color: #ff0000!important;
  padding-right: 5px;
}

.Message_box ul li:nth-child(3) p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Message_box ul li:nth-child(3) h4 {
  margin: 0;
  font-size: 13px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.Message_box ul li:nth-child(3) p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
  justify-content: flex-end;
}

.Message_box ul li:nth-child(1) {
  width: 18%;
  float: left;
}

.Message_box ul li:nth-child(2) {
    width: 50%;
    padding-left: 25px;
}

.Message_box ul li:nth-child(3) {
  width: 32%;
  text-align: right;
}

.main_dashbord_area .tabcontent i.fa {
    font-size: 22px;
    color: #999999;
}

div#Profile h2 {
  padding-bottom: 10px;
}

.profile_form_user_img {
    position: relative;
    display: inline;
    float: left;
}

.profile_form_user_img img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    background: #f2f2f2;
}

.profile_form_user_area input[type="file"] {
    position: absolute;
    right: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgb(232, 169, 29);
    border-radius: 50%;
    text-align: center;
    color: rgb(59, 59, 59);
    bottom: 0px;
    font-size: 11px;
    opacity: 0;
    cursor: pointer;
}

.profile_form_user_edit_icon {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #e8a91d;
  border-radius: 50%;
  text-align: center;
  font-size: 29px;
  color: #3b3b3b;
  bottom: 0;
}


.profile_form_user_img {
    position: relative;
    display: inline;
}

.profile_form_user_area {
  width: 50%;
  float: left;
}

.profile_form_user_area_form {
  width: 50%;
  float: left;
}

.profile_form_user_area_form input {
    height: 58px;
    border-radius: 0 !important;
    padding-left: 25px !important;
    margin-bottom: 20px !important;
    font-family: 'Poppins' !important;
    font-size: 15px;
}

.profile_form_user_area_form .ui.icon.input>i.icon {
    right: 9px !important;
    left: inherit !important;
    top: -11px !important;
    padding: 0 !important;
    font-size: 19px;
}
.profile_form_user_area_form div#rangestart {
  margin-bottom: 20px;
}

.profie_submit_btn {
  width: 100%;
  float: left;
}

.profie_submit_btn [type=submit] {
    -webkit-appearance: button;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #8a3ab9 !important;
    color: #fff !important;
    border: 0 !important;
    margin-top: 30px !important;
    clear: both;
}

.modal-dialog {
  max-width: 743px !important;
}

.modal-dialog.modal-dialog-centered .modal-header {
  border: 0;
}

.messege_box_1_img img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
}

.modal-content {
  padding: 40px;
  padding-right: 100px;
  padding-left: 50px;
}

.messege_box_1_img_cont {
  width: 80%;
  float: left;
  background: #efefef;
}

.messege_box_1_img {
  width: 17%;
  float: left;
}

.messege_box_1.messege_box_2 .messege_box_1_img img {
  display: none;
}

.messege_box_1_img h3 {
  text-transform: uppercase;
  width: 76px;
  height: 76px;
  line-height: 76px;
  background: #fcb71a;
  border-radius: 50%;
  text-align: center;
  color: #3e3e3e;
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 0;
}


.messege_box_1_img_cont p {
  font-size: 13px !important;
  line-height: 25px !important;
  color: #515151;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.messege_box_1_img_cont_date {
  float: right;
}

.messege_box_1_img_cont_date span {
  font-size: 13px;
  color: #515151;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.messege_box_1_img_cont_date span:first-child {
  padding-right: 12px;
}

.messege_box_1_img_cont {
  width: 83%;
  float: left;
  background: #efefef;
  padding: 10px 15px;
  border-radius: 15px;
  padding-left: 30px;
  position: relative;
}

.modal-body_area .messege_box_1:nth-child(even) .messege_box_1_img_cont {
  background: #f6e6ff;
}

.modal-body_area .messege_box_1:nth-child(even) .messege_box_1_img_cont::after {
  border-right-color: #f6e6ff;
}

.modal-dialog.modal-dialog-centered .modal-header {
  margin-bottom: 35px;
}

.messege_box_1_img_cont::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 20px solid #efefef;
  border-bottom: 13px solid transparent;
  top: 7px;
  left: -14px;
}


div#Message .modal-body form input[type=text] {
  width: 75%;
  height: 55px;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  float: left;
}

div#Message .modal-body form [type=submit] {
  width: 22.5%;
  float: left;
  border-radius: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'sfprodisplay-bold';
  background: #8a3ab9;
  color: #fff;
  border: 0;
  padding: 15.1px 10px;
  margin-left: 2.5%;
}


.modal-body form {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.modal.show .modal-dialog {
  margin-top: 20px !important;
}


.modal.fade .modal-dialog button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #8a3ab9;
    opacity: 1;
    border-radius: 50%;
}

.modal.fade .modal-dialog button.close span {
  position: relative;
  top: -6px;
  font-size: 23px;
  text-shadow: unset !important;
  opacity: 1 !important;
  box-shadow: unset !important;
  color: #fff !important;
}

.modal-dialog {
  margin: unset !important;
  margin-left: auto !important;
  margin-right: 120px !important;
}

.modal-body_area {
  width: 100%;
  float: left;
  height: 300px;
  overflow-y: auto;
}

.messege_box_1 {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}


.modal-body_area .messege_box_1:last-child {
  margin-bottom: 0 !important;
}

.modal-dialog {
  max-width: 743px !important;
}

.profile_user_area_form {
  width: 50%;
  float: left;
  padding-left: 20px;
}

.profile_user_area_form ul li {
  list-style: none;
  margin-bottom: 20px;
}

.profile_user_area_form ul li:last-child {
  margin-bottom: 0;
}

.profile_user_area_form ul li h4 {
  margin-bottom: 0;
  font-size: 15px;
  color: #363636;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 0;
  line-height: normal;
}

.profile_user_area_form ul li p {
  font-size: 21px;
  color: #7e7e7e;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}


div#Message .modal-content ::-webkit-scrollbar {
  display: none;
}

.profile.edit_area {
  width: 100%;
  float: left;
}


.forget_pass {
    background: transparent !important;
    border: 0;
    padding: 0;
}


button.btn.btn-danger.forget_pass {
    color: #8b3aba;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 auto !important;
    display: inline-block;
    margin-top: 20px !important;
    text-align: center;
    width: 100%;
}

.forget_popup .modal-content {
    padding: 40px;
}

.forget_popup .modal-footer button.btn.btn-success {
    margin-top: 0;
}

.forget_popup label {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}

.forget_popup .modal-footer.border-top-0.d-flex.justify-content-center {
    padding: 0;
}


.forget_popup .modal-dialog.modal-dialog-centered {
    margin: 0 auto !important;
}

/* dashboord main page css end */


.footer_vp_jump a{
  animation: up-down linear 4s alternate;
  animation-iteration-count: infinite ;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s alternate;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s alternate;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s alternate;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

.home_booking_popup .modal-dialog {
    margin: 0 auto !important;
}

.home_booking_popup .login_ragister_tab_area {
    width: 100%;
    float: left;
}

.home_booking_popup .modal-content {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: unset !important;
}

.footer_box_1 span{
    margin-left: 6px;
}

.home_booking_popup .modal.fade .modal-dialog button.close {
    position: absolute;
    right: -10px;
    top: 35px;
    width: 50px;
    height: 50px;
    background: #8a3ab9;
    opacity: 1;
    border-radius: 50%;
    z-index: 9;
}

.home_booking_popup .modal.fade .modal-dialog button.close span {
    position: relative;
    top: -4px;
    font-size: 26px;
    text-shadow: unset !important;
    opacity: 1 !important;
    box-shadow: unset !important;
    color: rgb(255, 255, 255) !important;
}

.home_booking_popup .home_form form {
    margin-top: 0;
}

.home_booking_popup .home_form {
    width: 100%;
    float: left;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

section.paymnet_sect .card {
  margin-bottom: 1.5rem;
} 

section.paymnet_sect .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: .25rem;
}

section.paymnet_sect .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

section.paymnet_sect .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #eeeeee;
  border-bottom: 0;
  border-radius: 0;
}

section.paymnet_sect .card-footer:last-child {
  background: transparent;
  border: 0;
  padding-top: 0;
}

section.paymnet_sect .card-footer button {
  height: auto;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  background: #8B3ABA;
  border-radius: 0;
  color: #fff;
  padding: 15px 50px;
  margin-top: 0;
  transition: all .4s ease-in-out;
  width: 100%;
  /* letter-spacing: 1px; */
}

section.paymnet_sect .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

section.paymnet_sect .form-control:focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #c8ced3 !important;
  outline: 0;
  box-shadow: 0 0 0 #F44336;
}

section.paymnet_sect .float-right {
  float: left !important;
}

section.paymnet_sect .form-group input {
  height: 55px;
  border: 1px solid #bdbdbd !important;
  padding-left: 25px !important;
  color: #999999;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
  border-radius: 0 !important;
}

section.paymnet_sect .form-group label {
  color: #555555;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #252525;
  font-weight: 400;
}


section.paymnet_sect .form-group input {
  height: 55px;
  border: 1px solid #bdbdbd !important;
  padding-left: 25px !important;
  color: #999999;
  font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  border-radius: 0 !important;
}

section.paymnet_sect .form-group {
    margin-bottom: 30px;
}

section.paymnet_sect .row.month_rw .form-group select, section.paymnet_sect .row.month_rw .form-group input {
    height: 56px;
    border-radius: 0 !important;
}

/* continou css */

section.paymnet_sect .padding {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    border-radius: 5px;
    overflow: hidden;
}

section.paymnet_sect .card {
  border: 0;
}

section.paymnet_sect .card-body {
  padding: 0;
  padding-top: 35px;
}

section.paymnet_sect .card-footer:last-child {
    padding: 0;
    padding-top: 15px;
}

section.paymnet_sect span.input-group-text {
  border-radius: 0;
  background: #eee;
}

section.paymnet_sect .card-header {
    text-align: center;
}



.profie_submit_btn [type=button] {
    -webkit-appearance: button;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #8a3ab9 !important;
    color: #fff !important;
    border: 0 !important;
    margin-top: 20px !important;
    clear: both;
}

.down_header_logo img{
  max-width: 300px;
}
.profile.edit_area .ui[class*="left icon"].input>input {
    padding-left: 1.671429em!important;
    padding-right: 1em!important;
}


.profile_form_user_area_form div#rangestart {
    padding: 0;
}

.profile_form_user_area_form div#rangestart {
    padding: 0;
    box-shadow: unset;
}

.profile_form_user_area_form .ui.input.left.icon {
    width: 100%;
}



.subscribe_sect_form {
    width: 100%;
    float: left;
}

.subscribe_sect_form form input {
    width: 70%;
    border-radius: 0 !important;
    height: 54px;
    font-size: 16px;
    color: #818181;
    font-family: 'poppins';
    padding-left: 20px;
    float: left;
}

.subscribe_sect_form form input ::placeholder{
	font-size: 18px;
    color: #818181;
    font-family: 'poppins';
}

section.subscribe_sect .row {
    align-items: center;
}



.subscribe_sect_form form button.btn.btn-primary {
    width: 27%;
    font-size: 14px;
    color: #fcb71a;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fcb71a;
    padding: 14px 41px;
    font-family: 'sfprodisplay-bold';
    float: right;
    margin-left: 3%;
}


.show-read-more .more-text{
  display: none;
}



body.contact section.inner_about_instagram {
    width: 100%;
    float: left;
    padding-top: 80px;
    background: #000;
    background-position: center center;
    padding-bottom: 80px;
    margin-top: 80px;
    background-size: cover;
    background: url(../img/contact-form-bg.jpg) no-repeat;
    background-size: cover;
}

body.contact .inner_about_instagram_heading {
    padding-bottom: 0px;
    width: 40%;
    float: left;
}

body.contact .inner_about_instagram_img {
    width: 60%;
    float: left;
}


body.contact .inner_about_instagram_heading h3 {
    font-size: 60px;
    color: #292929;
    padding-bottom: 0;
    text-align: left;
    line-height: 80px;
    width: 80%;
}

body.contact section.inner_about_instagram [class*="col-"] {
    display: flex;
    align-items: center;
}

 .moretext {
  display: none;
}

div#testimonil_slider a.moreless-button {
    font-size: 18px;
    line-height: 30px;
    color: #8b3aba;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

div#testimonil_slider .item p::after {
    display: none;
}

div#testimonil_slider .item p.moretext::after {
    display: block !important;
    right: 0px;
}

div#testimonil_slider .item p.moretext::before {
    display: none;
}

div#testimonil_slider .item p.moretext {
    padding-left: 30px;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}


.inner_banner_bredcrum {
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.main_dashbord_area .tab button:first-child h4 {
    text-align: center;
}


.Message_box ul li:nth-child(3) p a:first-child {
    background: transparent !important;
    padding: 0;
}



div#exampleModalCenter .modal-body form [type=button] {
    width: 22.5%;
    float: left;
    border-radius: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'sfprodisplay-bold';
    background: #8a3ab9;
    color: #fff;
    border: 0;
    padding: 15.1px 10px;
    margin-left: 2.5%;
}


.main_dashbord_area .tab button:first-child .user_img_box img {
    width: 108px;
    height: 108px;
    object-fit: cover;
}


.navbar-expand-sm {
    justify-content: flex-end !important;
    padding: 0 !important;
    flex-grow: unset !important;
}

div#navbar-list-2 {
    justify-content: end;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}


section.check_out_sect form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart_button_group button {
    display: inline-block;
    width: 100%;
    background: #722d9a;
    padding: 15px 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #722d9a;
    transition: all 0.5s;
}
.subscribe_sect_form form button.btn.btn-primary:hover{
background: #fcb71a !important;
color:#8B3ABA;
}
.iner_about_sect_img_gril img {
    border: 0 solid #8b3bb9;
}
.iner_about_sect_img img{
	display: none;
}
.iner_about_sect_img_gril {
    width: auto;
    position: relative;
    left: 0;
    transform: none;
    top: 0;
}
.iner_about_sect_img_gril img {
    height: 510px;
    /* background: #fff; */
    padding-right: 0;
    max-width: 97%;
    padding: 20px 0px 0px;
    /* background: #fff; */
    border: 1px solid #ccc;
}



body.contact .inner_about_instagram_heading h3 {
    font-size: 43px;
    color: #ffffff;
    padding-bottom: 0;
    text-align: left;
    line-height: 55px;
    width: 80%;
    letter-spacing: -1px;
}

section.iner_about_sect {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 88px;
}

.mid_abt {
    float: left;
    width: 100%;
    background: #fff;
    padding: 70px 0px;

}
.mid_abt img {
    height: 410px;
    width: 100%;
    object-fit: contain;
        animation: data15 16s infinite linear;
}

   .mid_abt .mid_abt_text{ min-height: 410px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.mid_abt .mid_abt_text h2 {
    color: #8b3bb9;
    font-size: 41px;
    font-family: 'sfprodisplay-bold';
    padding-bottom: 0px;
    margin-top: 0px;
    letter-spacing: -1px;
}

      .mid_abt .mid_abt_text p{
      	 font-size: 16px; 
    color: #555555;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 34px;
}
       section.blog_sigle_page img.xyz {
    width: 100%!important;
    max-width: 100%!important;
    height: 350px;
    object-fit: cover;

}
section.blog_sigle_page p {
    text-align: left;
    margin-top: 16px;
}
section.blog_sigle_page {
    width: 100%;
    float: none;
    max-width: 821px;
    margin: 0px auto;
}
section.blog_sigle_page h3 {
    text-align: left;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: -1px;
}

.home_booking_popup .modal-dialog {
    margin: 0 auto !important;
    max-width: 612px !important;
}
.upper_header_box_2 img {
    object-fit: cover;
    border: 1px solid #fcb71a;
}
.upper_header_box_2 a {
    font-size: 14px;
    color: #fcb71a;
    font-family: 'poppins';
    text-transform: capitalize;
}
body{
   font-family: 'poppins';
}
#Message .modal-body_area {
    height: auto;
}
#Message .modal-dialog.modal-dialog-centered .modal-header {
    margin-bottom: 0;
}
#Message  .modal-dialog {
    max-width: 743px !important;
    margin: 0px auto !important;
}
#Message .modal-content {
    padding-right: 50px;
    padding-left: 50px;
}

#Message .modal-body form {
    margin-top: 23px;
}

#Message .modal-body form [type=button]:hover{
  background: #fcb71a;
  color:#333;
}

#Message .modal-title {
    font-size: 35px;
    }
    #Message .modal.fade .modal-dialog button.close {
        right: 0;
    top: -1px;
  }
  #Message .Message_heading button.btn.btn-primary i{
color:#8a3ab9;
  }

  .ui-datepicker-calendar tbody td a,   .ui-datepicker-calendar tbody td span {
    display: flex;
    border-radius: 50%;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
    width: 45px;
    height: 45px;
    font-family: 'poppins';
    align-items: center;
    justify-content: center;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

a.ui-state-default.ui-state-highlight {
    background: #8b3bb9;
    color: #fff;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
div#ui-datepicker-div {
    background: #fff;
    box-shadow: 0 20px 27px 0 rgb(152 152 152 / 31%);
    padding: 13px;
    border-radius: 6px;
}
.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-weight: 700;
        font-family: 'poppins';

    color:#8b3bb9;
}

.book-your-session .ui-datepicker-calendar tbody td a, .login .ui-datepicker-calendar tbody td a, .home  .ui-datepicker-calendar tbody td a {
    background: none !important;
}

.book-your-session .ui-datepicker-calendar a.ui-state-default.ui-state-highlight, .login .ui-datepicker-calendar a.ui-state-default.ui-state-highlight, .home .ui-datepicker-calendar a.ui-state-default.ui-state-highlight{
    background: #8b3bb9 !important;
    color:#fff !important;
  }
table.ui-datepicker-calendar tr th span {
    padding: 0 12px 14px;
    display: inline-block;
    color: #000;
}
.ui-datepicker-title {
    margin-bottom: 1.25rem;
  }
  .profile_form_user_area_form div#rangestart {
    padding: 0;
    box-shadow: unset;
    margin-bottom: 0;
}
.blog_sigle_page h6 {
    font-family: 'Poppins';
    margin-bottom: 13px;
}
.blog_sigle_page h6 span{
    float: right;
}
.book-your-session .booking_pages_area .alert-danger{
    max-width: 1109px;
    margin: 0px auto 45px;
}
.profile_form i{
  font-size: 0px !important;
}
.profile_form .fa-pencil:before {
    content: "\f040";
    font-size: 27px;
    color:#000;
}

.book-your-session .home_booking_popup h3 {
    font-size: 41px;
    color: #242424;
    letter-spacing: -1px;
    display: inline-block;
    margin-bottom: 0;
}
  .book-your-session .home_booking_popup label{
    font-size: 16px;
    font-family: 'poppins';
  }
  .book-your-session .login_ragister_tab_area .tab-pane {
    padding-top: 24px;
}

.home_booking_popup .modal.fade .modal-dialog button.close:hover{
  background:  #fcb71a;
  color: #333 !important;
}
.home_form form button:hover {
    color: #333;
}

.testimonial-inn-page {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 88px;
}

.testmonial-container-in-are {
    max-width: 800px;
    margin: 0 auto;
}

.test-monial-in-bx {
    background: rgb(139 59 185 / 7%);
    margin: 0 auto !important;
    border-radius: 0px 100px 10px 100px;
    padding: 85px 80px 60px;
    position: relative;
}

.quote-img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #fcb71a;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-img img {
    width: 100%;
    max-width: 79px;
}

.test-monial-in-bx p {
    font-size: 16px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 32px;
}

.test-monial-in-bx h4 {
    font-size: 22px;
    color: #7830a2;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-top: 20px;
    text-align: right;
    margin-bottom: 0;
}

.test-monial-in-bx:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 0px solid transparent;
    border-top: 62px solid #ece6ef;
    bottom: -45px;
    right: 120px;
}

.test-monial-in-mn-bx {
    padding: 60px 0 55px;
}

.paymnet_sect .card-header img{
  filter: grayscale(1);
}

.thank_you_area {
    max-width: 500px;
    min-height: auto;
    background: #f5f5f5;
    width: 100%;
    margin: 0px auto;
    padding: 50px;
    text-align: center;
    border: 1px solid #ccc;
}
.thank_you_area h3{
    font-size: 41px;
    color: #8b3aba;
    letter-spacing: 0px;
}

.thank_you_area h5 {
    font-size: 15px;
    margin: 14px 1px 3px;
}
.thank_you_area a{
    border: 1px solid #fff;
    padding: 12px 37px !important;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #722d9a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: 2px solid #722d9a;
    padding: 18px 43px;
    margin-top: 19px;
}
.thank_you_area a:hover{
  background: #722d9a !important;
  color: #fff !important;
}
html body .booking_calender table.ui-datepicker-calendar a.ui-state-default.ui-state-active {
    background: #fcb71a !important;
    color: #242424 !important;
}

@media screen and (max-width:576px){
  .footer_box_1 p b {
    display: block;
    width: 100%;
}
.footer_box_2 {
    text-align: center;
    padding-top: 29px !important;
    padding-bottom: 16px !important; 
}
}

@media screen and (max-width:767px){
 /* .Heaeder_wrapper .col-md-6{
    padding: 0px;
  }*/
  .test-monial-in-bx {
    padding: 75px 36px 40px;
}
}

.home_blog_sect .blog_area_btn a{
    font-size: 14px;
    text-transform: uppercase;
    color: #8a3ab9;
    font-family: 'Sequel-Sans-Bold-Body';
    padding: 15px 48px;
    border: 2px solid #8a3ab9;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.home_blog_sect .blog_area_btn a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #8B3ABA;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
}
.home_blog_sect .blog_area_btn a:hover {
    border-color: #8B3ABA;
    color: #fff;
}
.home_blog_sect .blog_area_btn a:hover::before {
    width: 100%;
}

.home_blog_sect .blog_area_btn {
	text-align: center;
    margin-top: 60px;
}
.home_blog_sect .blog_area_btn span{
	margin-left: 5px;
}
.footer_vp_jump {
    text-align: center;
}


.rest_password {
  padding: 70px 0px;
  float: left;
  width: 100%;
}

.rest_password div#Change_Password h2 {
    font-size: 39px;
    color: #292929;
    font-family: 'sfprodisplay-bold';
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.rest_password div#Change_Password {
    max-width: 555px;
    margin: 0px auto;
    padding: 50px;
    border: 1px solid #ccc;
}

 .rest_password div#Change_Password .input-group-addon a {
    color: #999999 !important;
    font-size: 21px;
}
.rest_password div#Change_Password button {
    width: 100%;
    height: auto;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #8B3ABA;
    border-radius: 0;
    color: #fff;
    padding: 15px 50px;
    margin-top: 0;
    transition: all .4s ease-in-out;
    font-family: 'Sequel-Sans-Bold-Body';
}
.rest_password div#Change_Password button:hover{
background: #f4ad1c;
color:#333;
}

.rest_password div#Change_Password div#show_hide_password2 {
    margin-bottom: 8px;
}

.upper_header_box_2 strong{
  font-weight: normal !important;
}
.Heaeder_wrapper.sticky_header2 strong{
display: none;
}

header.down_header.sticky_header .col-md-4{
  flex: 0 0 22%;
}

header.down_header.sticky_header .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 78%;
    max-width: 78%;
}

header.down_header.sticky_header div#navbar-list-2 {
    padding-right: 162px;
}

header.sticky_header2 .upper_header_box_2_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 0;
    max-width: 1140px;
    left: 0;
    margin: 0px auto;
    z-index: 999999;
}

.Heaeder_wrapper.sticky_header2 .upper_header_box_2 {
    text-align: right;
    padding-right: 14px;
}

.Heaeder_wrapper.sticky_header2 .upper_header_box_2 a i {
    font-size: 24px;
}

.Heaeder_wrapper.sticky_header2  .upper_header_box_2 img{
  margin-right: 0px;
}
header.sticky_header .main_menu ul li:last-child a {
    border: 0px solid #fff;
    padding: 5px 0px !important;
}
.Heaeder_wrapper.sticky_header2 {
      position: fixed;
    top: 0px;
    background: #000;
}

.Heaeder_wrapper.sticky_header2 .upper_header_box_2_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 9999999999999999999;
    right: 0;
}

.Heaeder_wrapper.sticky_header2  .main_menu ul li:last-child a:hover {
    background: none;
    color: #fff;
    border-color: #fcb71a;
}


form#formsend input#messagenew {
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd !important;
    color: #999999;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 0;
    padding: 0 25px;
    float: left;
    max-width: 76%;
    margin-right: 3%;
}

form#formsend input#messagenew::placeholder {
color: #999999!important;
text-transform: capitalize;

}

form#formsend button#inputEmail4 {
    width: 100%;
    max-width: 21%;
    height: 50px;
    border-radius: 0;
    background: #8a3ab9;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
  transition: ease 0.4s all;
}

form#formsend button#inputEmail4:hover {
    background: #fcb71a;
    color: #000;
}

.modal-dialog.modal-dialog-centered.mycl {
    margin-right: auto!important;
}

.mycl .modal-content {
    padding-right: 50px;
    padding-left: 50px;
}

.Message_box ul li:first-child p {
    color: #717171;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    text-transform: capitalize;
}

.modal-dialog.threadcl .modal-body form input.form-control.subject {
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 20px;
}

.notyfication-hvr {
    position: absolute;
}

.notification-avtar img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 45px;
}
.notification > a {
    margin: 0;
}

.notification {
    position: relative;
    padding-right: 0;
}

.notyfication-hvr {
    position: absolute;
    min-width: 400px;
    right: 0;
    z-index: 9;
    padding-top: 40px;
    transition: ease 0.4s all;
    filter: drop-shadow(0 -5px 25px rgb(0 0 0 / 25%));
    border-radius: 5px;
    overflow: hidden;
}



.notyfication-hdr {
    text-align: center;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.noty-fication-body {
    background: #f0f0f0;
}

.noty-fication-body ul li {
    list-style: none;
}

.noty-fication-body ul li a {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.noty-fication-body ul li:last-child a {
    border-bottom:0;
}

.noty-fication-body ul li a:hover{
  background: #fff;
} 

.noty-fication-body ul li a:focus{
  outline: none!important;
  border-color: #fff!important;
} 

.notification-item {
    display: flex;
    align-items: center;
    padding: 12px 25px;
}

.notification-item-cont h4 {
    font-family: 'Poppins';
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notification-item-cont h6.time {
    color: #727272;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins';
}

.notification-item-cont {
    padding-left: 15px;
}

.notyfication-hvr:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    top: 32px;
    right: 24px;
    transform: rotate(45deg);
}

.notyfication-hdr h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
}

.upper_header_cart {
    display: flex;
}

section.blog_sigle_page {
    max-width: 1000px;

}

section.blog_sigle_page img.xyz {
    width: 100%!important;
    max-width: 100%!important;
    object-fit: cover;
    height: auto;
    max-height: 450px;
    border: 1px solid #9f9f9f;
    padding: 5px;
}


section.blog_sigle_page img.xyz {
  width: 100% !important;
  max-width: 40% !important;
  object-fit: cover;
  height: auto;
  max-height: 450px;
  border: 1px solid #c4c4c4;
  padding: 8px;
  margin-bottom: 5px;
  float: right;
  margin-left: 20px;
  margin-top: 8px;
}


.dt-tmng {
  padding-bottom: 15px;
}

.blog_sigle_page h6 span {
    float: none;
}

h6.dt-tmng span {
    color: #000;
    padding-left: 0px;
}

h6.dt-tmng {
  color: #8a3ab9;
}

section.paymnet_sect .card-header {
    padding: 15px 0;
    border-radius: 0!important;
}

section.paymnet_sect .card form {
    height: auto!important;
}

section.paymnet_sect div#card-container {
    padding: 0px 30px 0px;
}

section.blog_sigle_page h3.mn-ttl {
    padding-bottom:0px;
    margin-bottom: 20px;
}

.notyfication-hdr span.close:hover {
    opacity: 1;
}
.notyfication-hdr span.close {
    margin-top: -24px;
    font-size: 21px;
    border: 1px solid #000;
    height: 25px;
    width: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
    transition: ease 0.4s all;
}

.noty-fication-body {
    background: #f0f0f0;
    max-height: 300px;
    overflow-y: auto;
}

.service_sect .item   .service_box_cont   {
    min-height: 369px;
}


.inner_service_sect .service_box_cont {
    text-align: left;
    padding: 0 0 0 30px;
    min-height: auto;
    float: left;
    width: 61%;
    padding-left: 33px;
}
section.inner_service_sect .service_box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
section.inner_service_sect  .col-md-4{
  flex:0 0 100%;
  max-width: 100%;
}
section.inner_service_sect  .service_box_img {

    float: left;
    width: 36%;
}

section.inner_service_sect  .service_box_img img{
  width: 100%;
}

section.inner_service_sect .service_box_cont p {
    width: 100%;

}

section.inner_service_sect .service_box::before{
  display: none;
}

section.inner_service_sect .service_box::after{
  display: none;
}

.inner_service_sect .row .col-md-4:nth-child(2n) .service_box{
    flex-direction: row-reverse;
}
.inner_service_sect .row .col-md-4:nth-child(2n) .service_box .service_box_cont{
padding-right: 40px;
padding-left: 0px;
}

.blogs   .inner_service_sect .col-md-4{  -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }

    #Book_Your_Sessions .curcle_1,     #Book_Your_Sessions .curcle_2,     #Book_Your_Sessions .curcle_3{
      display: none;
    }
        #Book_Your_Sessions section.appointments_sect {

    background: none;
    padding: 0;

}
        #Book_Your_Sessions section.appointments_sect .Appointments_box ul{
          margin-bottom: 0px !important;
        }

         #Book_Your_Sessions section.appointments_sect .Appointments_box {
    background: #f5f5f5;
    box-shadow: 0px 0 1px 1px rgb(0 0 0 / 15%);
    padding: 25px 30px;
    margin-bottom: 24px;
  }
  #Book_Your_Sessions section.appointments_sect .Appointments_box:hover {
    background: #8A39B9 !important;
}

.alert-success {
  color: #4fb467;
  background-color: transparent;
  border-color: #5fc577;
  margin-bottom: 25px;
  border-radius: 0;
  border: 2px solid #5fc577 !important;
  font-size: 16px;
}

.inner_podcast {
  padding: 90px 0;
}

.pod_box_1_area iframe {
    width: 100%;
    height: 350px;
    border: 1px solid #8b3aba;
    padding: 6px;
}

.pod_box_1_area {
  padding: 15px 0;
}

.choosepayment {
    padding-bottom: 25px;
}

.choosepayment img {
    width: 100%;
    max-width: 99px;
    height: 44px;
    object-fit: contain;
}

.choosepayment ul li {
    list-style: none;
    display: inline;
    padding-right: 20px;
}

.choosepayment ul li:last-child {
    padding-right: 0px;
}


.inner_about_instagram_btn.biographybtn {
    padding-top: 20px;
    text-align: left;
}

.forget_popup input#email1forget {
    height: 50px;
    border: 1px solid #bdbdbd !important;
    padding-left: 25px !important;
    color: #999999;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 0;
}

.forget_popup button.btn.btn-success.submitforget {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    background: #8B3ABA;
    border: 0;
    border-radius: 0;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forget_popup button.btn.btn-success.submitforget:hover, .forget_popup button.btn.btn-success.submitforget:focus {
    background: #fcb71a;
        color: #333;
}

.forget_popup .modal-header {
    margin-bottom: 20px!important;
    padding-bottom: 0;
}

.forget_popup .modal-content {
    border-radius: 0;
}

.forget_popup h5#exampleModalLabel1 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.modal-open .forget_popup .modal {
    background: #3a3a3a!important;
}

.forget_popup .modal-dialog.modal-dialog-centered {
    max-width: 500px!important;
}

.form-group label[for="email1"] {
    display: none;
}
.service_sect .item .service_box_cont {
    min-height: 369px;
    color: #555555;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    line-height: 29px;
}
.service_box:hover .service_box_cont{
  color:#fff;
}

.gj-icon.clock{    
    right: 4% !important;
    top: 12px !important;
    color: #999999 !important;
    font-size: 21px !important;
  }
.footer_playstore {
    position: fixed;
    right: -128px;
    bottom: 40%;
    width: auto;
    z-index: 99;
    transform: rotate(-90deg);
}

  .footer_playstore img{
width:150px;
}
.payimg {
  width: 100%;
  height: 193px;
  object-fit: contain;
}

@media screen and (max-width:991px){
 footer.main_footer .row.ftr_1 [class*="col-"]:nth-child(3) {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0px auto !important;
    margin-top: 0px !important;
  padding: 32px 0px 0px 0px !important;
  margin-top: 33px !important;
  border-top: 1px solid #ccc !important;
  width: 100% !important;
  border-bottom: 1px solid #ccc !important;
} 
.payimg {
  width: 100%;
  height: 262px;
  object-fit: contain;
}
}
@media screen and (max-width:400px){
  .footer_playstore {
  right: -102px !important;
}
}