* {
  margin: 0;
  padding: 0;
  outline: none; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: url(../images/home/myntra.png) 5% 13% fixed no-repeat, url(../images/home/myntra.png) 98% 85% fixed no-repeat, url(../images/home/om.png) 0% 97% fixed no-repeat, url(../images/home/dhaki.png) 100% 15% fixed no-repeat, linear-gradient(to bottom, #fbe7bc, #fbe7bc);
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 16px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-top: 124px; }
  @media all and (max-width: 1200px) {
    body {
      padding-top: 90px; } }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none; }

ul,
ol,
li {
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #ff9800; }

@media all and (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 40px; } }
@media all and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 36px; } }
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px; } }
@media all and (max-width: 575px) {
  h1 {
    font-size: 24px;
    line-height: 28px; } }

h2 {
  font-size: 28px;
  line-height: 1.43; }
  h2::after {
    content: '';
    display: inline-block;
    left: 18px;
    top: -6px;
    width: 100px;
    height: 1px;
    background: #ff9800;
    position: relative; }
  @media all and (max-width: 575px) {
    h2 {
      font-size: 24px;
      line-height: 28px; } }

h3 {
  font-size: 20px;
  line-height: 1.33; }

h4 {
  font-size: 18px;
  line-height: 30px; }

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px; }
  @media all and (max-width: 575px) {
    p {
      font-size: 16px;
      line-height: 30px; } }

p a {
  color: #f44336; }
  p a:hover {
    text-decoration: underline; }

/* ========== Blog Styles ============ */
.blog-hd {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #ff9800;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.038em; }

.blog-para {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.062em;
  font-family: "Montserrat", sans-serif; }

.post-hd {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  color: #ff9800;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.046em; }

label {
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: black;
  margin-bottom: 10px !important;
  font-family: "Montserrat", sans-serif !important; }

strong {
  font-weight: 700; }

figure {
  margin: 0; }
  figure img {
    width: 100%; }

.btn.focus, input.focus[type=submit], .header .navbar-nav li.contact-button a.focus, .header .navbar-nav li.book-slot-button a.focus,
.btn:focus,
input[type=submit]:focus,
.header .navbar-nav li.contact-button a:focus,
.header .navbar-nav li.book-slot-button a:focus {
  outline: 0;
  box-shadow: none; }

section {
  padding: 120px 0; }
  @media all and (max-width: 1200px) {
    section {
      padding: 100px 0; } }
  @media all and (max-width: 991px) {
    section {
      padding: 80px 0; } }
  @media all and (max-width: 575px) {
    section {
      padding: 60px 0; } }

@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

.outer-wrapper {
  background: transparent;
  max-width: 1520px;
  margin: 0 auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  padding-bottom: 70px; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    .outer-wrapper {
      max-width: 1170px; } }
  @media all and (min-width: 1201px) and (max-width: 1366px) {
    .outer-wrapper {
      max-width: 1170px; } }

.main-wrapper {
  max-width: 1120px;
  margin: 0 auto; }
  @media all and (max-width: 1200px) {
    .main-wrapper {
      max-width: 960px; } }
  @media all and (max-width: 991px) {
    .main-wrapper {
      max-width: 710px; } }
  @media all and (max-width: 767px) {
    .main-wrapper {
      max-width: 540px; } }
  @media all and (max-width: 575px) {
    .main-wrapper {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

@media all and (min-width: 1367px) and (max-width: 1600px) {
  .container {
    max-width: 1100px; } }
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1100px; } }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.logged-in header {
  top: 32px !important; }

@media all and (max-width: 782px) {
  .logged-in header {
    top: 46px !important; } }
@media all and (max-width: 601px) {
  .logged-in {
    margin-top: -46px !important; }
    .logged-in header {
      position: absolute; }
    .logged-in .main-wrapper {
      margin-top: 0px !important; } }
.btn, input[type=submit], .header .navbar-nav li.contact-button a, .header .navbar-nav li.book-slot-button a {
  display: inline-block;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 600;
  color: white;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  position: relative; }
  .btn-big {
    height: 48px;
    line-height: 48px; }
  .btn-green {
    background: #f44336;
    border: 1px solid #f44336; }
    .btn-green:hover {
      border: 1px solid #ff9800;
      background: #ff9800;
      color: white; }
  .btn-yellow {
    background: #ff9800;
    border: 1px solid #ff9800; }
    .btn-yellow:hover {
      border: 1px solid #ff9800;
      background: #ff9800;
      color: white; }

input[type=submit] {
  border: 1px solid #ff9800;
  background: #ff9800;
  color: white;
  height: 48px;
  margin: 0 15px 0 0; }
  input[type=submit]:hover {
    border: 1px solid white;
    background: white;
    color: #ff9800; }

input[type="email"], input[type="number"], input[type="radio"], input[type="select"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #d4d7dc;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.43;
  outline: none;
  background: white;
  color: black;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border; }

input[type="email"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="select"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
  background-color: white;
  color: black;
  border: 1px solid #d4d7dc; }

input:focus {
  outline: none !important;
  box-shadow: none !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: white url(../images/home/arrow-down.png) no-repeat 95% center;
  /* Add custom arrow */
  color: black;
  font-weight: 600; }
  select:focus {
    color: black;
    font-weight: 600; }

textarea {
  height: 150px;
  resize: none; }

input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  visibility: hidden !important; }
  input[type=checkbox] + label {
    padding: 0 0 0 20px !important;
    padding-left: 30px !important;
    color: white !important;
    display: inline-block !important;
    max-width: inherit !important;
    margin: 0px 10px 0 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    position: relative !important;
    letter-spacing: 0 !important;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */ }
    @media all and (max-width: 575px) {
      input[type=checkbox] + label {
        line-height: 22px !important; } }
  input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #f44336;
    background: #f44336;
    left: 0;
    top: 13px;
    border-radius: 0; }
    @media all and (max-width: 575px) {
      input[type=checkbox] + label:before {
        top: 0; } }
  input[type=checkbox] + label:after {
    content: '';
    background: none !important;
    position: absolute;
    left: 8px;
    top: 17px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    display: none; }
    @media all and (max-width: 575px) {
      input[type=checkbox] + label:after {
        top: 4px; } }
  input[type=checkbox]:checked + label {
    color: white !important;
    font-weight: 600 !important;
    user-select: none;
    -webkit-user-select: none; }
  input[type=checkbox]:checked + label:before {
    border-color: #f44336; }
  input[type=checkbox]:checked + label:after {
    display: block; }

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important; }
  input[type=radio] + label {
    padding: 0 10px 0 30px !important;
    color: black !important;
    display: inline-block !important;
    max-width: inherit !important;
    margin: 0px 10px 0 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    position: relative !important;
    letter-spacing: 0 !important;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */ }
  input[type=radio] + label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    background: #dadada;
    left: 0;
    top: 13px;
    border-radius: 55%; }
  input[type=radio] + label:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: white !important;
    left: 6px;
    top: 19px;
    border-radius: 55%;
    display: none; }
  input[type=radio]:checked + label {
    color: #f44336 !important;
    font-weight: 600 !important;
    user-select: none; }
  input[type=radio]:checked + label:before {
    border-color: #f44336 !important;
    background: #f44336 !important; }
  input[type=radio]:checked + label:after {
    display: block; }

header {
  width: 1520px;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 999;
  transition: 0.3s all;
  background: none;
  padding: 24px 0; }
  header .header-logo img {
    height: 66px;
    transition: 0.3s ease; }
  header.shrink {
    padding: 12px 0;
    background: #fae7bc; }
    header.shrink::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 51px;
      left: -1px;
      bottom: -50px;
      z-index: 5;
      background: url(../images/home/rounded-left.png) 0 0 no-repeat; }
    header.shrink::after {
      content: '';
      position: absolute;
      width: 50px;
      height: 51px;
      right: -1px;
      bottom: -50px;
      z-index: 5;
      background: url(../images/home/rounded-right.png) 0 0 no-repeat; }
    header.shrink .header-logo img {
      height: 50px;
      transition: 0.3s ease; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    header {
      width: 1170px; } }
  @media all and (min-width: 1201px) and (max-width: 1366px) {
    header {
      width: 1170px; } }
  @media all and (max-width: 1200px) {
    header {
      width: 100%;
      padding: 0; } }
  @media all and (max-width: 575px) {
    header::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 51px;
      left: -1px;
      bottom: -50px;
      z-index: 5;
      background: url(../images/home/rounded-left.png) 0 0 no-repeat; }
    header::after {
      content: '';
      position: absolute;
      width: 50px;
      height: 51px;
      right: -1px;
      bottom: -50px;
      z-index: 5;
      background: url(../images/home/rounded-right.png) 0 0 no-repeat; } }

.header .navbar {
  padding: 0;
  transition: 0.3s;
  width: 100%;
  margin: 0 auto; }

#mega-menu-wrap-header-menu-1 {
  display: inline-flex; }

#mega-menu-header-menu-1 {
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  #mega-menu-header-menu-1 li {
    font-size: 14px;
    line-height: 24px; }
  #mega-menu-header-menu-1 li.mega-menu-item {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    margin: 0 25px 0 0; }
    #mega-menu-header-menu-1 li.mega-menu-item:last-child {
      margin: 0; }
    @media all and (max-width: 1200px) {
      #mega-menu-header-menu-1 li.mega-menu-item {
        display: block;
        text-align: center;
        margin: 0 0 25px 0; }
        #mega-menu-header-menu-1 li.mega-menu-item:last-child {
          margin: 0 0 25px 0; } }
    @media all and (max-width: 575px) {
      #mega-menu-header-menu-1 li.mega-menu-item {
        margin: 0 0 12px 0; } }

#mega-menu-header-menu-1 a.mega-menu-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  color: black;
  transition: 0.3s ease;
  border-top: 2px solid #f44336;
  border-bottom: 2px solid #ff9800;
  height: 48px;
  display: block; }
  @media all and (max-width: 1200px) {
    #mega-menu-header-menu-1 a.mega-menu-link {
      font-size: 18px;
      border: 0; } }
  #mega-menu-header-menu-1 a.mega-menu-link:hover {
    border-top: 2px solid #ff9800;
    border-bottom: 2px solid #f44336;
    color: black;
    transition: 0.3s ease; }

.header .navbar-nav {
  flex-direction: row;
  align-items: center;
  font-size: 0; }
  .header .navbar-nav li.search {
    margin: 0 0 0 24px; }
  .header .navbar-nav li.contact-button {
    margin: 0 0 0 32px; }
    .header .navbar-nav li.contact-button a {
      height: 48px;
      background: #ff9800;
      border: 1px solid #ff9800;
      color: white;
      line-height: 48px; }
      .header .navbar-nav li.contact-button a:hover {
        border: 1px solid #66130d;
        background: #66130d;
        color: white; }
    @media all and (max-width: 1200px) {
      .header .navbar-nav li.contact-button {
        margin: 0 0 32px 0; } }
  .header .navbar-nav li.book-slot-button {
    margin: 0 0 0 32px; }
    .header .navbar-nav li.book-slot-button a {
      height: 48px;
      background: #f44336;
      border: 1px solid #f44336;
      color: white;
      line-height: 48px; }
      .header .navbar-nav li.book-slot-button a:hover {
        border: 1px solid #66130d;
        background: #66130d;
        color: white; }
    @media all and (max-width: 1200px) {
      .header .navbar-nav li.book-slot-button {
        margin: 0; } }

.header .collapse-menu {
  display: flex;
  align-items: center; }
  @media all and (max-width: 1200px) {
    .header .collapse-menu {
      flex-direction: column;
      padding-top: 20%; } }
  @media all and (max-width: 991px) {
    .header .collapse-menu {
      padding-top: 50%; } }

/* -- search panel -- */
.header .search-panel {
  padding: 0 25px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 1520px;
  margin: 0 auto;
  height: 88px;
  transition: all 0.5s ease;
  transform: translateY(-115px);
  z-index: 99; }
  @media (max-width: 1520px) {
    .header .search-panel {
      width: 100%; } }
  .header .search-panel.open {
    transform: translateY(0);
    transition: all 0.5s ease; }
    @media all and (max-width: 1200px) {
      .header .search-panel.open {
        z-index: 9999; } }
  .header .search-panel form {
    display: flex;
    align-items: center;
    height: 88px;
    width: 1120px;
    margin: 0 auto;
    position: relative; }
    @media all and (max-width: 1200px) {
      .header .search-panel form {
        width: 100%; } }
  .header .search-panel input[type=search] {
    height: 48px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 500;
    color: #ff9800;
    padding: 0 48px 0 15px;
    border-radius: 0;
    border-bottom: 1px solid #ff9800; }
    @media all and (max-width: 575px) {
      .header .search-panel input[type=search] {
        font-size: 14px; } }
  .header .search-panel input[type=submit] {
    min-width: 32px;
    height: 32px;
    background: url(../images/home/search-dark.svg) center center no-repeat;
    font-size: 0;
    text-align: center;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    border: 0; }
    @media all and (max-width: 1200px) {
      .header .search-panel input[type=submit] {
        right: 40px;
        bottom: 30px; } }
    @media all and (max-width: 575px) {
      .header .search-panel input[type=submit] {
        right: 45px; } }
  .header .search-panel a.search-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    background: white;
    box-shadow: 0 0 5px #dadada;
    border-radius: 50%;
    text-align: center; }
    @media all and (max-width: 1200px) {
      .header .search-panel a.search-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 26px;
        right: 26px;
        box-shadow: none; } }
    .header .search-panel a.search-close:hover::before {
      height: 0;
      background: none; }

/* -- search panel -- */
.hamburger-menu {
  display: none; }

@media all and (max-width: 1200px) {
  .hamburger-menu {
    z-index: 99;
    transition: 0.3s;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 8px 0 0 0;
    margin: 0; }
    .hamburger-menu span {
      background: black;
      height: 2px;
      width: 16px;
      display: block;
      border-radius: 0;
      margin: 0 auto 4px;
      transition: 0.3s; }
      .hamburger-menu span:nth-child(3) {
        margin-bottom: 0px; } }
@media all and (max-width: 1200px) {
  .hamburger-menu.hamburger-menu-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(4px);
    -moz-transform: rotate(45deg) translateX(4px);
    -o-transform: rotate(45deg) translateX(4px);
    -ms-transform: rotate(45deg) translateX(4px);
    transform: rotate(45deg) translateX(4px);
    transition: 0.3s; }

  .hamburger-menu.hamburger-menu-icon span:nth-child(2) {
    display: none;
    transition: 0.3s; }

  .hamburger-menu.hamburger-menu-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(4px);
    -moz-transform: rotate(-45deg translateX(4px));
    -o-transform: rotate(-45deg) translateX(4px);
    -ms-transform: rotate(-45deg) translateX(4px);
    transform: rotate(-45deg) translateX(4px);
    transition: 0.3s; } }
@media all and (max-width: 1200px) {
  .collapse-menu {
    background: #fbe7bc;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 90;
    transition: 0.5s;
    transform: translateX(100%);
    width: 100%;
    padding: 0; }
    .collapse-menu.collapse-menu-open {
      transform: translateX(0%);
      transition: 0.5s;
      overflow: auto; }
      .collapse-menu.collapse-menu-open .navbar-nav {
        padding: 0 0 50px 0;
        display: block;
        text-align: center; }
    .collapse-menu .right-arrow {
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 1; }
      .collapse-menu .right-arrow a img {
        transform: rotate(180deg); }
    .collapse-menu .left-arrow {
      position: absolute;
      top: 30px;
      width: 90%;
      right: 0;
      margin: 0 auto;
      left: 0;
      z-index: 1; }
      .collapse-menu .left-arrow a img {
        width: 24px;
        height: 24px; } }
@media all and (max-width: 1200px) {
  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    display: none;
    opacity: 0;
    transition: 0.3s; }
    .menu-overlay.collapse-overlay {
      display: block !important;
      opacity: 1;
      transition: 0.3s; } }
@media all and (max-width: 1200px) {
  .mobile-header {
    width: 100%; } }

.footer {
  background: #ff9800;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px; }

.footer_bottom {
  padding: 28px 0; }
  @media all and (max-width: 991px) {
    .footer_bottom {
      text-align: center; } }
  @media all and (max-width: 575px) {
    .footer_bottom {
      padding-bottom: 30px; } }
  .footer_bottom .copy_right {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: white;
    margin-bottom: 0; }
    .footer_bottom .copy_right a {
      color: white; }
      .footer_bottom .copy_right a:hover {
        color: white; }

.footer_bottom_menu {
  text-align: right;
  margin-bottom: 0; }
  @media all and (max-width: 991px) {
    .footer_bottom_menu {
      text-align: center; } }
  .footer_bottom_menu li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500; }
    @media all and (max-width: 991px) {
      .footer_bottom_menu li {
        margin: 10px; } }
    .footer_bottom_menu li:last-child {
      margin-left: 60px; }
      @media all and (max-width: 991px) {
        .footer_bottom_menu li:last-child {
          margin: 10px; } }
    .footer_bottom_menu li a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #f44336;
      margin: 0 0 0 15px; }

.footer .collapse:not(.show) {
  display: none; }

@media all and (max-width: 991px) {
  .link_hd {
    border-bottom: 1px solid #4c5b7b;
    padding-bottom: 15px; } }

footer .hs-email label {
  display: none !important; }

footer .hs-email label.hs-error-msg {
  display: block !important;
  max-width: 200px; }

.all-menu {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 991px) {
    .all-menu {
      display: block; } }

img.bg-myntra1 {
  position: absolute;
  left: 2%;
  top: 10%;
  width: 30%; }

img.bg-myntra2 {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 30%; }

.inner-wrapper {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden; }
  .inner-wrapper.radius-class {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden; }

.hero-home {
  height: 720px;
  background: #ff9800;
  overflow: hidden;
  position: relative; }
  @media all and (max-width: 1200px) {
    .hero-home {
      height: auto; } }
  @media all and (max-width: 991px) {
    .hero-home {
      padding: 160px 0 30px; } }
  @media all and (max-width: 575px) {
    .hero-home {
      padding: 130px 0 30px; } }
  .hero-home::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 150px;
    background: url(../images/home/banner-after.png) 0 0;
    z-index: 5; }
    @media all and (max-width: 575px) {
      .hero-home::after {
        height: 140px;
        bottom: -10px; } }

.home-hero-content {
  position: absolute;
  top: 50%;
  left: 12%;
  z-index: 5;
  transform: translateY(-50%);
  max-width: 400px; }
  @media all and (max-width: 991px) {
    .home-hero-content {
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media all and (max-width: 575px) {
    .home-hero-content {
      width: 90%;
      z-index: 10; } }

@media all and (max-width: 991px) {
  .hero-content {
    text-align: center; } }
.hero-content h1 {
  color: white;
  margin: 0 0 16px 0; }
  .hero-content h1 span {
    font-weight: 300;
    font-size: 30px;
    display: block;
    color: #ff9800; }
  @media all and (max-width: 575px) {
    .hero-content h1 {
      margin-bottom: 10px; } }
.hero-content p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 30px 0; }
  @media all and (max-width: 1200px) {
    .hero-content p {
      margin: 0 0 20px 0; } }
  @media all and (max-width: 575px) {
    .hero-content p {
      font-size: 15px; } }
@media all and (max-width: 575px) {
  .hero-content .btn, .hero-content input[type=submit], .hero-content .header .navbar-nav li.contact-button a, .header .navbar-nav li.contact-button .hero-content a, .hero-content .header .navbar-nav li.book-slot-button a, .header .navbar-nav li.book-slot-button .hero-content a {
    height: 46px;
    line-height: 46px;
    padding: 0 20px; } }

#hero_home_slider .swiper-slide img {
  width: 100%; }

.about-content {
  padding: 0 50px 0 0;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 991px) {
    .about-content {
      padding: 0 0 50px 0; } }
  .about-content p {
    text-align: justify; }
    @media all and (max-width: 575px) {
      .about-content p {
        text-align: left; } }

.content-data {
  padding-top: 80px;
  background: #801810;
  position: relative; }
  @media all and (max-width: 575px) {
    .content-data {
      padding-top: 30px; } }
  .content-data::after {
    content: '';
    background: url(../images/home/london-bg.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    background-size: contain; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    .content-data .heading-section {
      margin-bottom: 50px !important; } }
  @media all and (min-width: 1201px) and (max-width: 1366px) {
    .content-data .heading-section {
      margin-bottom: 30px !important; } }
  @media all and (max-width: 991px) {
    .content-data .heading-section {
      margin-bottom: 60px !important; } }
  @media all and (max-width: 575px) {
    .content-data .heading-section {
      margin-bottom: 40px !important; } }

/* -- heading section --*/
.heading-section.without-paragraph {
  margin: 0 auto 80px; }
  @media all and (max-width: 1200px) {
    .heading-section.without-paragraph {
      margin: 0 auto 50px; } }
  @media all and (max-width: 991px) {
    .heading-section.without-paragraph {
      margin: 0 auto 40px; } }
.heading-section.with-paragraph {
  margin: 0 auto 80px; }
  @media all and (max-width: 1200px) {
    .heading-section.with-paragraph {
      margin: 0 auto 50px; } }
  @media all and (max-width: 991px) {
    .heading-section.with-paragraph {
      margin: 0 auto 40px; } }
  .heading-section.with-paragraph h2 {
    margin: 0 auto 16px; }
  .heading-section.with-paragraph p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5; }

.light-bg .heading-section h2 {
  color: #ff9800; }
.light-bg .heading-section p {
  color: #ff9800; }

.dark-bg .heading-section h2 {
  color: white; }
.dark-bg .heading-section p {
  color: white; }

/* -- heading section --*/
.dark-bg h2 {
  color: white; }
.dark-bg h3 {
  color: white; }
.dark-bg ul li {
  color: white; }

aside {
  margin: 125px 0 0 0;
  position: relative; }
  aside::before {
    content: '';
    position: absolute;
    left: 0;
    top: -150px;
    width: 250px;
    height: 200px;
    background: url(../images/home/flower.png) 0 0 no-repeat; }

.widget {
  padding: 25px;
  background: #8c1f16;
  border-radius: 12px;
  margin: 0 0 35px 0;
  box-shadow: 0 0 50px rgba(107, 21, 14, 0.85);
  position: relative;
  z-index: 2; }
  .widget h3 {
    color: #ff9800; }
  .widget ul {
    margin: 30px 0 10px 15px; }
    .widget ul li {
      margin: 0 0 5px 0; }
      .widget ul li a {
        color: white; }
  .widget.aside-gallery ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0; }
    .widget.aside-gallery ul li {
      width: 48%;
      list-style: none;
      border-radius: 8px;
      overflow: hidden;
      margin: 0 0 10px; }
      @media all and (max-width: 991px) {
        .widget.aside-gallery ul li {
          width: 32.33%; } }
      .widget.aside-gallery ul li img {
        width: 100%; }
  .widget.aside-social ul {
    margin: 30px 0 0; }
    .widget.aside-social ul li {
      list-style: none; }
      .widget.aside-social ul li i {
        color: #ff9800;
        margin: 0 15px 0 0; }

.comment {
  background: #a90329;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #a90329 0%, #8f0222 44%, #6d0019 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: relative; }
  .comment::before {
    content: '';
    background: url(../images/home/kash.png) 0 0 no-repeat;
    width: 301px;
    height: 317px;
    position: absolute;
    left: -65px;
    bottom: 0; }
    @media all and (max-width: 767px) {
      .comment::before {
        height: 150px;
        background-size: 100%;
        width: 150px;
        left: 0; } }
  .comment::after {
    content: '';
    background: url(../images/home/dhak.png) 0 0 no-repeat;
    width: 310px;
    height: 314px;
    position: absolute;
    right: -68px;
    bottom: 0;
    background-size: 80%; }
    @media all and (max-width: 767px) {
      .comment::after {
        height: 150px;
        background-size: 100%;
        width: 150px;
        right: 0; } }

.bg-myntra {
  margin: 0 auto 270px;
  max-width: 819px;
  width: 100%;
  position: relative;
  color: #ff9800;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  font-family: "Nanum Pen Script", cursive;
  z-index: 5; }
  .bg-myntra::after {
    content: '';
    background: url(../images/home/border.png) center 0 no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -180px;
    width: 789px;
    height: 76px;
    background-size: 40%; }
    @media all and (max-width: 1200px) {
      .bg-myntra::after {
        bottom: -135px; } }
    @media all and (max-width: 991px) {
      .bg-myntra::after {
        width: 100%; } }
    @media all and (max-width: 767px) {
      .bg-myntra::after {
        width: 100%;
        bottom: -150px; } }
    @media all and (max-width: 575px) {
      .bg-myntra::after {
        bottom: -120px; } }
  @media all and (max-width: 1200px) {
    .bg-myntra {
      margin: 0 auto 170px; } }
  @media all and (max-width: 991px) {
    .bg-myntra {
      width: 90%;
      margin: 0 auto 170px;
      font-size: 28px; } }
  @media all and (max-width: 575px) {
    .bg-myntra {
      width: 100%;
      margin: 0 auto 120px;
      font-size: 16px;
      line-height: 26px; } }
  .bg-myntra img {
    width: 100%; }

.testimonial-section {
  position: relative; }
  .testimonial-section .testimonial-slider {
    position: relative;
    margin-top: 46px; }
    .testimonial-section .testimonial-slider .testimonial-card {
      text-align: center; }
      .testimonial-section .testimonial-slider .testimonial-card .testimonial-content {
        border: 1px solid #c13b30;
        padding: 30px;
        text-align: center;
        position: relative; }
        .testimonial-section .testimonial-slider .testimonial-card .testimonial-content::after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 20px solid #900222;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -20px;
          filter: drop-shadow(0 1px 0 #f44336);
          -webkit-filter: drop-shadow(0 1px 0 #f44336); }
        @media all and (max-width: 1200px) {
          .testimonial-section .testimonial-slider .testimonial-card .testimonial-content {
            padding: 15px; } }
        .testimonial-section .testimonial-slider .testimonial-card .testimonial-content .quote-icon {
          text-align: center;
          padding-bottom: 20px; }
        .testimonial-section .testimonial-slider .testimonial-card .testimonial-content .content-part {
          text-align: center; }
          .testimonial-section .testimonial-slider .testimonial-card .testimonial-content .content-part p {
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            font-weight: 400; }
      .testimonial-section .testimonial-slider .testimonial-card .testimonial-author {
        margin-top: 30px; }
        .testimonial-section .testimonial-slider .testimonial-card .testimonial-author h4 {
          font-size: 18px;
          line-height: 21px;
          font-weight: 500;
          text-align: center;
          padding-top: 10px;
          color: #0D162E;
          letter-spacing: -0.01em; }
          .testimonial-section .testimonial-slider .testimonial-card .testimonial-author h4 span {
            display: block;
            font-size: 13px;
            line-height: 15px;
            font-weight: 400;
            letter-spacing: -0.01em; }
        .testimonial-section .testimonial-slider .testimonial-card .testimonial-author .circle-item {
          height: 65px;
          width: 65px;
          border-radius: 50%;
          margin: 0 auto; }

/* -- swiper common button --*/
.swiper-button {
  width: 47px;
  height: 47px; }

.testimonial-slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -84px; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: -22px; } }
  @media all and (min-width: 1201px) and (max-width: 1366px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: -22px; } }
  @media all and (max-width: 1200px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: 0; } }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -84px; }
  @media all and (min-width: 1367px) and (max-width: 1600px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: -22px; } }
  @media all and (min-width: 1201px) and (max-width: 1366px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: -22px; } }
  @media all and (max-width: 1200px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 0; } }

.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  background: url(../images/home/prev-arrow.svg) no-repeat center;
  transition: 0.3s;
  background-size: 10px;
  background-color: #ff9800; }
  .swiper-button-prev:hover {
    transition: 0.3s;
    background-color: #f44336; }

.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  background: url(../images/home/next-arrow.svg) no-repeat center;
  transition: 0.3s;
  background-size: 10px;
  background-color: #ff9800; }
  .swiper-button-next:hover {
    transition: 0.3s;
    background-color: #f44336; }

/* -- swiper common button --*/
.inner-hero {
  height: auto; }
  @media all and (max-width: 991px) {
    .inner-hero {
      position: relative;
      bottom: -1px; } }

.about-content table th {
  color: #ff9800; }
.about-content table td {
  color: white; }
.about-content table th, .about-content table td {
  border-top: 1px solid #943a33; }
.about-content .table {
  margin: 0 0 100px 0; }
  .about-content .table thead th {
    border-bottom: 1px solid #943a33; }

.committee-content h3 {
  color: #ff9800; }
.committee-content ul {
  margin: 50px 0 50px 17px;
  display: inline-block; }
  .committee-content ul li {
    width: 50%;
    float: left; }
    @media all and (max-width: 575px) {
      .committee-content ul li {
        width: 100%; } }
.committee-content .table {
  margin: 30px 0 0 0; }
  .committee-content .table td, .committee-content .table th {
    vertical-align: middle; }
  .committee-content .table ul li {
    width: auto;
    float: left;
    margin: 0 0 0 30px; }

.category-part h3 {
  color: #ff9800; }
.category-part select {
  width: 200px;
  float: right; }
  @media all and (max-width: 575px) {
    .category-part select {
      float: left;
      margin: 15px 0 0 0; } }

.gallery_slider {
  margin: 50px 0;
  border-radius: 20px;
  overflow: hidden; }
  .gallery_slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery_slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    opacity: 1;
    color: #ff9800;
    background: white;
    font-weight: 600; }
  .gallery_slider .swiper-pagination-bullet-active {
    color: white;
    background: #ff9800; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: inherit; }

.contact-us-content h3 {
  color: #ff9800; }
.contact-us-content p a {
  color: white; }
  .contact-us-content p a:hover {
    color: white; }
.contact-us-content form {
  margin: 50px 0;
  padding: 25px;
  background: #921c13;
  border-radius: 12px;
  box-shadow: 0 0 50px rgba(107, 21, 14, 0.85); }
  .contact-us-content form .form-check {
    height: 48px;
    line-height: 48px; }
  .contact-us-content form .form-check-input {
    margin-top: 0; }
  .contact-us-content form label.form-label {
    color: white; }
  .contact-us-content form p a {
    font-size: 14px;
    font-weight: 600; }

.amount-area {
  margin: 30px 0; }
  .amount-area label.form-label {
    margin: 0 25px 0 0 !important; }
  .amount-area input[type="text"] {
    width: 100px; }
    .amount-area input[type="number"] {
      width: 100px !important; }
  .amount-area.visible-div {
    display: none; }

/*# sourceMappingURL=style.css.map */
