/*
Color Palette and
Typography
#DD3663
#4B14AA
#d4ba77 primary light
#D0331F red
#e45f4e red light
#007bff light blue
#D0331F
#FFFFFF
#7974AA
#C39F43  primary
#392907
#230F4E
AgB5Cc
Lexend
Subtitle03
Body text 01
Heading01 Heading02
Subtitle03
Body text 01
Heading03
Subtitle03
Body text 01




*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;500;600;800&display=swap');

:root {
  --primary: #C39F43 !important;
  --primary-light: #d4ba77 !important;

  --danger: #D0331F !important;
  --danger-light: #e45f4e !important;

  --info: #007bff !important;
  --gray-light: #e0e2e3;

  --dark-blue: #33196B;
  --dark-blue-light: #4B14AA;

  --dark: #111;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lexend', sans-serif;
  background: #ffffff;
  font-size: 13px;
  color: #393939; }

button,
input,
optgroup,
select,
textarea {
  font-family: 'Lexend', sans-serif; }

.custom-select,
.form-control {
  font-size: 13px; }

.gj-timepicker .form-control {
  font-size: 13px !important; }

#radioBtn .notActive {
  color: #a4a4a4;
  background-color: #fff; }

.btn-sm {
  font-weight: 600; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary); 
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}

body a,
body a:hover {
  color: #393939;
  text-decoration: none; }

body.noscroll {
  overflow: hidden; }

.btn {
  color: #ffffff; }

.button {
  text-align: center; }

.btn:hover {
  color: #ffffff; }

img {
  max-width: 100%;
  max-height: 100%; }

.border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.none {
  display: none; }

.clear {
  clear: both; }

.submit-btn {
  text-align: center; }

.theme-button {
	padding: 13px 45px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 25px;
	display: inline-block;
	line-height: 1;
	/*background: linear-gradient(to right, #D0331F 30%, #d4ba77 60%);*/
	background: #D0331F;
	font-size: 14px;
	border: 0;
	height: 44px;
}

.theme-button.medium {
  padding: 10px 15px; }

.col-2-pading-right {
  padding-right: 7.5px; }

.col-2-pading-left {
  padding-left: 7.5px; }

.gj-picker-bootstrap div[role="navigator"] div:first-child span:before,
.gj-picker-bootstrap div[role="navigator"] div:last-child span:before {
  font-family: FontAwesome;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 18px; }
.gj-picker-bootstrap div[role="navigator"] div:first-child span::before, .gj-picker-bootstrap div[role="navigator"] div:last-child span::before {
	font-family: FontAwesome;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  background-color: #2450a6 !important;
  border-color: #2450a6 !important; }

.gj-picker-bootstrap table tr td.today div {
  color: #2450a6 !important; }

.line {
  clear: both;
  height: 2px;
  width: 20px;
  margin: 10px auto 0px;
  background-color: #2450a6; }

.theme-button-line {
  border: 1px solid #2450a6;
  background-color: transparent;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #2450a6; }

.line-separate {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0px 20px; }

.no-padding-right {
  padding-right: 0px; }

.theme-button:hover {
  background-color: var(--primary-light);
  color: #ffffff; }

.btn-outline-secondary:hover {
  background-color: #2450a6; }

ul.slick-dots li button {
  width: 15px;
  height: 5px;
  background-color: #2450a6;
  padding: 0px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0.3; 
}

ul.slick-dots li.slick-active button {
	opacity: 1;
	background-color: #fff !important;
}

.slick-dots li {
  margin: 0px 0px !important;
  height: 15px !important; }
.slick-dots li button:before {
  font-size: 0px !important; }

.content-wrap {
  max-width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 56px - 70px);
  overflow: hidden; }

.no-margin-top {
  margin-top: 0px; }

.heading-page {
  font-size: 14px;
  font-weight: 600;
  padding: 14px 15px 14px 40px;
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 50px; }
  .heading-page .icon-back {
    text-align: center;
    display: table;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer; }
  .heading-page .back-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 0px solid #ddd;
    height: 50px;
    width: 40px;
    text-align: center;
    display: table; }

.share-button {
  margin-top: 20px; 
}
.share-button ul {
  list-style: none;
  padding: 0px 0px; 
}
.share-button li {
  display: inline-block;
  text-align: center; 
}
.share-button li a {
  padding: 2px 5px;
  background-color: #2450a6;
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: block; 
}
.share-button li a .svg-inline--fa {
  color: #ffffff; 
}
.share-button li.text {
    font-weight: 600;
    padding-right: 5px; 
}

body .form-control:focus {
  border-color: #2450a6;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
  
  
.field-group {
	position: relative;
	padding: 2px;
}

.field-group .grdnt {
	background: #d1d0e2;
	padding: 2px;
	border-radius: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.field-group .form-control:focus ~ .grdnt,.field-group .gj-unselectable:focus ~ .grdnt {
	background: linear-gradient(to right, #D0331F 30%, #d4ba77 60%);
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem .75rem;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #C39F43;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 25px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	z-index: 1;
	position: relative;
}
.form-control:focus {
	color: #C39F43;
}
.form-control::placeholder {
	color: #C39F43;
	opacity: 0.5;
}

.section-single-page {
  padding: 15px 15px; }

.img-news {
  margin: 0px 0px 10px; }

#content {
	width: 100%;
	min-height: calc(100vh - 56px);
	transition: all 0.3s;
	padding: 45px 0px 55px;
	right: 0;
}

.line-separate {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 15px; }

.subsite {
  padding: 20px 15px;
  min-height: calc( 100vh - 56px - 70px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 2;
  position: relative; }

.subsite-with-banner {
  padding: 15px 15px 20px;
  height: 100vh; }

.subsite.fixedbanner {
  margin-top: 125px; }

.subsite-banner {
  position: relative;
  height: 156px;
  overflow: hidden; }
  .subsite-banner img {
    width: 100%; }

@media only screen and (min-width: 430px) {
  .subsite-banner img {
    max-height: 999999999px; } }
@media screen and (max-width: 330px) and (min-width: 320px) {
  .subsite-banner img {
    width: auto;
    height: 100%;
    max-width: 99999px; } }
.subsite-heading {
  text-align: center;
  color: #2450a6;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
  padding-top: 0px; }
  .subsite-heading span {
    color: #df9403; }

.subsite-heading-description {
  text-align: center;
  margin-bottom: 5px; }

form label {
  font-weight: 600; }
form .input-group > .custom-select:not(:last-child), form .input-group > .form-control:not(:last-child) {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.custom-select {
	height: 40px;
	padding: .375rem .75rem;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 25px;
	z-index: 1;
	position: relative;
	color: #C39F43;
}

.form-layout {
  padding: 00px 0px; }
  .form-layout .form-group.col-md-12 .row {
    margin-bottom: 0px !important; }
  .form-layout textarea {
    min-height: 60px; }
  .form-layout .addon {
    position: absolute;
    padding: 7px 40px 7px 10px; }
  .form-layout .field-group {
    position: relative; }
    .form-layout .field-group .svg-inline--fa {
      top: 10px;
      left: 12px;
      position: absolute;
      z-index: 4;
      color: #b5b5b5; }
  .form-layout input[type="text"] {
    padding: 0px 10px 0px 10px; }
  .form-layout input.last-name[type="text"] {
    padding: 0px 10px 0px 10px; }
  .form-layout select.with-icon,
  .form-layout input.with-icon {
    padding-left: 30px;
    position: relative; }
  .form-layout input.with-icon.datepicker,
  .form-layout input.with-icon.timepicker {
    padding-left: 33px; }

#content .form-layout .form-group .row,
#content .form-layout .form-group.col-md-12 {
  margin-bottom: 15px; }

.form-check label {
  font-weight: normal; }

.form-check {
  line-height: 1.8; }

.margin-bottom-row {
  margin-bottom: 15px; }

.grey-box {
  border: 0px solid #dadfe3;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 10px; }

.field-row {
  margin-bottom: 15px !important; }
  .field-row label {
    font-weight: 600; }
  .field-row .field-group {
    position: relative; }
    .field-row .field-group .row {
      margin-bottom: 15px; }
    .field-row .field-group .svg-inline--fa,
    .field-row .field-group .fab,
    .field-row .field-group .fas,
    .field-row .field-group .fa,
    .field-row .field-group .far {
      top: 10px;
      left: 12px;
      position: absolute;
      z-index: 4;
      color: #b5b5b5; }
    .field-row .field-group input.with-icon,
    .field-row .field-group select.with-icon {
      padding-left: 30px; }
    .field-row .field-group .form-check label.form-check-label a {
      text-decoration: underline;
      color: #2d51a0; }

.connect-with {
  width: 100%;
  text-align: center;
  border-top: 1px solid #b5b5b5;
  padding-top: 20px; }
  .connect-with .text-head {
    text-align: center;
    margin-bottom: 20px; }
  .connect-with ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px; }
    .connect-with ul li {
      display: inline-block;
      list-style: none;
      margin-right: 5px; }
      .connect-with ul li .svg-inline--fa {
        margin-right: 5px; }
      .connect-with ul li a {
        text-decoration: none;
        background: #b5b5b5;
        color: #fff;
        font-weight: 600;
        padding: 5px 10px; }
      .connect-with ul li .connect-facebook {
        background: #3b5998; }
      .connect-with ul li .connect-google {
        background: #dd4b39; }
      .connect-with ul li .connect-twitter {
        background: #1177b5; }

.pagination {
  margin-top: 20px; }
  .pagination .page-link {
    color: #2450a6; }
  .pagination .page-item.active .page-link {
    background-color: #2450a6;
    border-color: #2450a6; }

/*==================================================
2. PRELOADER
==================================================*/
.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0; }

.preloading .wrap-preload {
	background-color: #C39F43;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.preloading .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff; }

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.preloading .cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader; }

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1; }
  to {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0; } }
/* ---------------------------------------------------
3. HEADER
----------------------------------------------------- */
.bg-header {
  z-index: 10;
  position: fixed !important;
  top: 0px;
  left: 0px;
  height: 56px;
  width: 100%;
  background-color: #2450a6;
  border-bottom: 0px solid #ddd; }

.navbar {
  position: relative; }
  .navbar #sidebarleftbutton.btn,
  .navbar #sidebarrightbutton.btn {
    background-color: transparent;
    padding: 5px 5px;
    font-size: 28px;
    line-height: 0px;
    position: absolute;
    font-size: 20px; }
  .navbar .btn:hover {
    color: #ffffff; }
  .navbar #sidebarleft.btn {
    left: 1rem; }
  .navbar #sidebarrightbutton.btn {
    right: 1rem; }
    .navbar #sidebarrightbutton.btn .notif {
      position: relative; }
      .navbar #sidebarrightbutton.btn .notif .fa-circle {
        height: 10px;
        width: 10px;
        color: #df9403;
        position: absolute;
        bottom: 0px;
        right: -3px;
        z-index: 22;
        color: #df9403;
        border: 1px solid #2450a6;
        border-radius: 100%; }
  .navbar .logo {
    height: 30px;
    width: auto;
    margin: 5px 0px;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    text-align: center; }
  .navbar .logo,
  .navbar #sidebarleftbutton.btn,
  .navbar #sidebarrightbutton.btn {
    color: #ffffff; }
  .navbar .logo img {
    height: 100%;
    width: auto; }
  .navbar .logo .fa-pizza-slice {
    color: #ec7b00; }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

/* ---------------------------------------------------
4. SIDEBAR  
----------------------------------------------------- */
/* SIDEBAR PROFILE */
.sdprofile {
  background-color: rgba(255, 255, 255, 0.08);
  min-height: 100px;
  position: relative;
  padding-left: 100px; }
  .sdprofile .sdp-left {
    position: absolute;
    margin: 15px 10px 15px 20px;
    left: 0px;
    top: 0px; }
    .sdprofile .sdp-left img {
      width: 70px;
      height: 70px;
      overflow: hidden;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  .sdprofile .sdp-right {
    padding: 20px 20px 0px 0px; }
    .sdprofile .sdp-right .sd-name {
      font-weight: 600;
      color: #df9403; }

/* SIDEBAR LEFT */
.sidenav .fa-caret-down {
  color: #ffffff !important;
  margin: 5px 0px 0px !important;
  float: right; }

.sidenav .collapsible-body {
  padding: 0px 0px !important;
  background-color: rgba(255, 255, 255, 0.08); }
  .sidenav .collapsible-body a {
    padding: 5px 20px 5px 43px !important; }

.sidenav a,
.sidenav a:hover,
.sidenav a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

.sidenav ul ul a {
  padding-left: 30px !important; }

.sidebar-header h3 {
  font-size: 20px;
  font-weight: 800; }

#sidebarleft {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background-color: #2450a6;
  color: #fff;
  transition: all 0.3s;
  overflow: auto; }
  #sidebarleft a,
  #sidebarleft a:hover {
    color: #ffffff; }
  #sidebarleft ul .svg-inline--fa {
    color: #df9403; }
  #sidebarleft .svg-inline--fa {
    color: #ffffff; }

#sidebarleft .list-unstyled .fas,
#sidebarleft .list-unstyled .svg-inline--fa {
  font-size: 14px;
  margin-right: 5px;
  width: 25px; }

#sidebarleft.active {
  left: 0; }

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 26px; }

#sidebarleft #dismiss {
  top: 15px;
  right: 15px; }

#dismiss:hover {
  color: #ffffff; }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  top: 0px;
  transition: all 0.5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1; }

#sidebarleft .sidebar-header {
  padding: 20px;
  background-color: #2450a6; }

#sidebarleft ul {
  padding: 10px 0px; }

#sidebarleft ul li a {
  padding: 5px 20px;
  font-size: 1.1em;
  display: block; }

#sidebarleft ul li a:hover {
  background-color: rgba(255, 255, 255, 0.07); }

#sidebarleft ul li.active > a,
a[aria-expanded="true"] {
  color: #fff; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

/* SIDEBAR RIGHT */
#sidebarright {
  width: 100%;
  right: -100%;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 999;
  background-color: #2450a6;
  color: #fff;
  transition: all 0.3s;
  overflow: auto; }
  #sidebarright a,
  #sidebarright a:hover {
    color: #ffffff; }
  #sidebarright ul .svg-inline--fa {
    color: #df9403; }
  #sidebarright .right-menu {
    padding: 0px 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.3);
    margin-top: 0px; }
    #sidebarright .right-menu .right-menu-item {
      padding: 0px 0px;
      background-color: rgba(255, 255, 255, 0.08);
      margin-bottom: 1px; }
    #sidebarright .right-menu .ntitle {
      font-weight: 600; }
    #sidebarright .right-menu .desc {
      font-size: 13px; }
  #sidebarright ul li a {
    position: relative;
    padding: 10px 20px 10px 50px;
    font-size: 1.1em;
    display: block; }
  #sidebarright ul li .fas,
  #sidebarright ul li .svg-inline--fa {
    font-size: 20px;
    margin-right: 5px;
    color: #df9403;
    position: absolute;
    left: 20px; }
  #sidebarright .count {
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 3px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 3px; }

#sidebarright #dismiss {
  top: 15px;
  left: 15px; }

#sidebarright .sidebar-header {
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18); }

#sidebarright.active {
  right: 0; }

.sidebar-header h3 {
  margin-bottom: 0px; }

.search-wrapper {
  margin: 0;
  padding: 10px 10px;
  color: #303030;
  position: relative; }

.search-wrapper input#search {
  display: block;
  font-weight: 300;
  width: 100%;
  height: 35px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  border: 0;
  border: 0px solid #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background: #ffffff; }
.search-wrapper i.material-icons {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  color: #303030;
  line-height: auto;
  height: auto; }
.search-wrapper button.ssubmit {
  border: 0px solid #ffffff;
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 18px; }

.search-form.search-content {
  margin: 10px 0px 20px;
  font-size: 13px; }
  .search-form.search-content .search-wrapper {
    padding: 0px 0px; }
    .search-form.search-content .search-wrapper input#search {
      border: 1px solid #dbdbdb; }
    .search-form.search-content .search-wrapper button.ssubmit {
      top: 8px;
      right: 10px;
      color: #dbdbdb; }

/* ---------------------------------------------------
5. BOTTOM PANEL
----------------------------------------------------- */
.bottom-panel {
	height: 55px;
	background: #ffff;
	width: 100%;
	border-top: 0px solid #ddd;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	padding: 0px 5px 5px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
.bottom-panel .bp-col {
	width: 25%;
	height: 100%;
	text-align: center;
	float: left;
	border-right: 0px solid #ddd;
	position: relative;
}
    .bottom-panel .bp-col a {
      width: 100%;
      display: block;
      height: 100%; }
.bottom-panel .bp-col .bp-icon {
	width: 100%;
	padding: 4px 0;
	font-size: 24px;
	color: #d4ba77;
}
    .bottom-panel .bp-col .bp-text {
      width: 100%;
      color: #ffffff; }
  .bottom-panel .bp-col:last-child {
    border-right: 0px solid #ddd; }

/* ---------------------------------------------------
6. HOMEPAGE
----------------------------------------------------- */
#content {
  max-width: 1024px;
  margin: 0 auto;
/*  background: linear-gradient(to bottom right, #e6f9ff -70%, #fff 70%);*/
  background: linear-gradient(to bottom right, #fff -70%, #fff 70%);

  /* HOMEPAGE SLIDER */ }
  #content .form-group .row {
    margin-bottom: 0px; }
  #content .labelclock {
    padding-top: 8px; }
#content .img-hero {
	overflow: hidden;
	margin: 0;
}
    #content .img-hero .slick-slide img {
      width: 100%;
      height: auto; }
#content .img-hero ul.slick-dots {
	bottom: 7px;
	left: 0;
	text-align: left;
	padding: 0 15px;
	z-index: 1;
	width: auto;
}
  #content .img-hero ul.slick-dots li {
    margin: 0px; }
#content .img-hero ul.slick-dots li button {
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
}
  #content .img-hero ul.slick-dots li button:before {
    color: #fff;
    font-size: 0px; }

.container-homepage {
  padding: 0px 15px; }

.section-home {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 15px; }

.heading-section {
  position: relative;
  text-align: left;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  .heading-section .sa-title.popcat {
    width: 100%;
    line-height: 1; }
  .heading-section .sa-title {
    color: #2450a6;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600; }

.section-home .more-category {
  width: 100%;
  padding: 10px 0px 0px;
  text-align: center; }
  .section-home .more-category .mcbutton {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }

.section-a {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 15px; }

.section-home.s-category {
  position: relative; }

.home-category-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px; }
  .home-category-list .home-box-category {
    position: relative;
    width: 50%;
    height: 85px;
    overflow: hidden;
    float: left;
    border: 5px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .home-category-list .home-text-category {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center; }
    .home-category-list .home-text-category .bc-text {
      word-break: break-word;
      display: table-cell;
      z-index: 2;
      vertical-align: middle;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 0px 20px;
      line-height: 1; }
  .home-category-list .home-image-category {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    .home-category-list .home-image-category img {
      opacity: 0.5;
      max-height: 9999999%;
      width: 200%;
      height: auto;
      max-width: 200%;
      margin-left: -50%; }

/* HOMEPAGE ICON MENU -*/
.home-icon {
  padding-left: 15px;
  padding-right: 15px; }
  .home-icon .homepage-icon-menu {
    display: block; }
  .home-icon .section-home {
    padding: 20px 15px 10px;
    background-color: #fff; }
  .home-icon .container {
    padding-top: 5px;
    padding-bottom: 5px; }
  .home-icon .row {
    margin-bottom: 15px; }
  .home-icon .row:last-of-type {
    margin-bottom: 0px; }
  .home-icon .s-icon {
    padding: 0px 0px;
    text-align: center; }
    .home-icon .s-icon .s-icon-text {
      font-weight: 600;
      font-size: 11px; }
    .home-icon .s-icon img {
      width: 30px;
      margin-bottom: 10px;
      height: auto; }

/* HOMEPAGE AVAILABLE CAR */
.available-car {
  padding: 15px 0px;
  position: relative; }
  .available-car .heading-section .sa-title {
    width: 100% !important; }
  .available-car .slick-track {
    margin: 0px 0px; }
  .available-car .slick-prev {
    right: 35px;
    z-index: 3;
    top: 90%;
    left: auto; }
  .available-car .slick-next {
    right: 10px;
    z-index: 3;
    top: 90%; }
  .available-car .slick-prev:before,
  .available-car .slick-next:before {
    color: #2450a6; }
  .available-car .acr-box {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 15px;
    width: 280px;
    position: relative; }
    .available-car .acr-box .acr-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0px;
      left: 0px; }
      .available-car .acr-box .acr-bg img {
        width: 100%;
        height: auto;
        max-height: 9999999px;
        opacity: 0.1;
        position: absolute;
        bottom: 0px; }
    .available-car .acr-box .acr-box-in {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      height: 170px; }
      .available-car .acr-box .acr-box-in .acr-content {
        padding: 20px 20px; }
        .available-car .acr-box .acr-box-in .acr-content .ct-name {
          font-size: 18px;
          color: #2450a6;
          font-weight: 600; }
        .available-car .acr-box .acr-box-in .acr-content .ct-cost .cprice {
          font-size: 24px;
          font-weight: 600;
          color: #df9403;
          display: block; }
        .available-car .acr-box .acr-box-in .acr-content .ct-cost .perday {
          position: relative;
          top: -5px;
          margin-bottom: 10px;
          display: block; }
        .available-car .acr-box .acr-box-in .acr-content .ct-info {
          padding: 10px 0px 0px;
          position: relative; }
          .available-car .acr-box .acr-box-in .acr-content .ct-info ul {
            background-color: #ffffff;
            margin-bottom: 20px;
            display: inline-block;
            float: left;
            padding: 0px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
            .available-car .acr-box .acr-box-in .acr-content .ct-info ul li {
              padding: 0px 5px 0px 0px;
              display: inline-block; }
              .available-car .acr-box .acr-box-in .acr-content .ct-info ul li img {
                width: 20px;
                height: auto;
                display: inline; }
        .available-car .acr-box .acr-box-in .acr-content .ct-reserve {
          display: block;
          clear: both; }
      .available-car .acr-box .acr-box-in .acr-img {
        width: 180px;
        float: right;
        margin-right: -40px;
        margin-top: 40px;
        position: absolute;
        right: 0px; }
        .available-car .acr-box .acr-box-in .acr-img img {
          width: 100%; }
      .available-car .acr-box .acr-box-in .acr-content {
        width: 100%; }

/* HOMEPAGE DESTINATION */
.vacation-destination {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%; }
  .vacation-destination .heading-section {
    padding-left: 15px;
    padding-right: 15px; }
  .vacation-destination .vs-carousel .item {
    width: 250px;
    padding-left: 15px; }
    .vacation-destination .vs-carousel .item .vs-box .vsb-top {
      position: relative; }
      .vacation-destination .vs-carousel .item .vs-box .vsb-top .vsb-rating {
        color: #df9403;
        color: #fff;
        position: absolute;
        padding: 5px 8px;
        background-color: #2450a6;
        top: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        left: 10px; }
        .vacation-destination .vs-carousel .item .vs-box .vsb-top .vsb-rating .fa-star {
          color: #df9403; }
      .vacation-destination .vs-carousel .item .vs-box .vsb-top .vsbt-img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        height: 150px; }
        .vacation-destination .vs-carousel .item .vs-box .vsb-top .vsbt-img img {
          width: 100%;
          height: auto;
          max-height: 99999999px; }
    .vacation-destination .vs-carousel .item .vs-box .vsb-middle {
      padding: 5px 0px;
      font-weight: 600;
      font-size: 15px; }
      .vacation-destination .vs-carousel .item .vs-box .vsb-middle .vsbm-left {
        color: #2450a6;
        display: inline-block; }
      .vacation-destination .vs-carousel .item .vs-box .vsb-middle .vsbm-right {
        display: inline-block;
        color: #df9403;
        float: right; }

/* HOMEPAGE NEWS */
.section-home.home-news .home-news-wrap .more-category {
  padding: 0px 0px; }
.section-home.home-news .home-news-wrap .news-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .section-home.home-news .home-news-wrap .news-item .hnw-title {
    font-weight: 600; }
  .section-home.home-news .home-news-wrap .news-item .news-content {
    position: relative;
    width: 100%;
    padding-left: 120px;
    min-height: 70px; }
    .section-home.home-news .home-news-wrap .news-item .news-content .hnw-img {
      width: 100px;
      position: absolute;
      top: 0px;
      left: 0px;
      overflow: hidden;
      height: 100%; }
      .section-home.home-news .home-news-wrap .news-item .news-content .hnw-img img {
        height: auto;
        max-height: 99999px;
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .section-home.home-news .home-news-wrap .news-item .news-content .hnw-desc .more {
      color: #2450a6; }

/*==================================================
7. BOOKING 
==================================================*/
.gj-picker-md [role="header"],
.gj-picker-md .arrow-begin,
.gj-picker-md [role="body"] [role="arrow"] {
  background: #2450a6 !important;
  background-color: #2450a6 !important; }

.gj-picker-md .arrow-end {
  border: 16px solid #2450a6 !important; }

.gj-picker-md [role="footer"] button.gj-button-md {
  color: #2450a6 !important; }

.gj-timepicker .form-control {
  display: block !important;
  width: 100% !important;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.gj-timepicker-md [role="right-icon"] {
  font-size: 0px !important;
  width: 100%;
  height: 100%; }

/*==================================================
8. SUBSCRIBE
==================================================*/
.section-subscribe {
  background-color: #fff;
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
  margin-top: 20px; }

.section-subscribe .subcontainer {
  z-index: 1;
  position: relative; }

.section-subscribe .subcontainer .textsub {
  text-align: center; }

.section-subscribe .subcontainer .section-title {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px; }

.section-subscribe .subcontainer .submitsub {
  background-color: #2450a6;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #2450a6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 4px 8px 0px 10px;
  right: 30px;
  top: 11px;
  cursor: pointer;
  width: 28px;
  height: 28px; }

.section-subscribe .bg-subscribe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.2; }

.section-subscribe .bg-subscribe img {
  width: 100%;
  height: auto;
  max-height: 999999px; }

.section-subscribe .mail-subscribe-box {
  position: relative;
  padding-bottom: 35px;
  margin-top: 10px;
  padding: 0px 20px; }

.section-subscribe .mail-subscribe-box input {
  color: #303030;
  border: 1px solid #2450a6;
  height: 50px;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  margin-bottom: 0px;
  padding: 10px 50px 10px 20px;
  box-sizing: border-box; }

.section-subscribe .mail-subscribe-box i {
  position: absolute;
  color: #95b700;
  font-size: 18px;
  border: 1px solid #2450a6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 4px 8px 4px 10px;
  right: 30px;
  top: 11px;
  cursor: pointer;
  width: 28px;
  height: 28px; }

/* ==================================================
9. CHART
==================================================== */
.page-cart .svg-inline--fa {
  margin-right: 5px;
  color: #a4a4a4; }
.page-cart .subsite-heading {
  margin-bottom: 10px; }
.page-cart .chart-box {
  position: relative;
  border: 0px solid #ced4da;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  overflow: hidden; }
  .page-cart .chart-box ul {
    list-style: none;
    padding: 0px 0px;
    margin-bottom: 0px; }
    .page-cart .chart-box ul li {
      padding: 10px 10px; }
      .page-cart .chart-box ul li .svg-inline--fa {
        margin-right: 5px;
        color: #a4a4a4; }
      .page-cart .chart-box ul li label {
        font-weight: 600;
        margin-bottom: 0px; }
    .page-cart .chart-box ul li:nth-child(odd) {
      background-color: #eee; }
  .page-cart .chart-box .extraservice {
    padding: 0px 0px; }
    .page-cart .chart-box .extraservice .service-row {
      padding: 10px 10px; }
    .page-cart .chart-box .extraservice .service-row:nth-child(2n+1) {
      background-color: #eee; }
    .page-cart .chart-box .extraservice .svg-inline--fa {
      margin-right: 5px;
      color: #a4a4a4; }
    .page-cart .chart-box .extraservice .es-left,
    .page-cart .chart-box .extraservice .es-right {
      float: left;
      width: 50%; }
    .page-cart .chart-box .extraservice .es-right {
      text-align: right; }
  .page-cart .chart-box label {
    margin-bottom: 0px; }
.page-cart .coupon .btn.btn-outline-secondary {
  padding: 0px 20px;
  border: 0px solid #ffffff;
  font-size: 13px; }
.page-cart .cart-car-box {
  width: 200px;
  padding-top: 20px;
  margin: 0px auto 20px; }
  .page-cart .cart-car-box .chart-car {
    text-align: center; }
    .page-cart .cart-car-box .chart-car img {
      max-width: 200px;
      width: 100%; }
.page-cart .chart-car-title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2450a6;
  line-height: 1.2; }
.page-cart .chart-car-price {
  background-color: #2450a6;
  text-align: center;
  font-size: 14px;
  margin: 7px auto;
  padding: 5px;
  border-radius: 90px;
  color: #fff;
  width: 120px; }
  .page-cart .chart-car-price .svg-inline--fa {
    color: #df9403;
    margin-right: 5px; }
.page-cart .cart-box-detail {
  padding: 0px 0px 0px 0px; }
  .page-cart .cart-box-detail .cb-box {
    padding: 0px 0px 3px; }
    .page-cart .cart-box-detail .cb-box label {
      margin-bottom: 0px;
      font-weight: 600; }
.page-cart .button {
  margin: 30px 0px; }
.page-cart .cart-total {
  padding: 10px 10px;
  border: 0px solid #dadfe3;
  border-radius: 10px;
  background-color: #f7f7f7; }
  .page-cart .cart-total .ct-row {
    padding: 0px 0px 5px; }
    .page-cart .cart-total .ct-row .ct-left {
      width: 50%;
      float: left;
      text-align: left; }
    .page-cart .cart-total .ct-row .ct-right {
      width: 50%;
      float: left;
      text-align: right; }
      .page-cart .cart-total .ct-row .ct-right span {
        width: 50px;
        text-align: left;
        display: inline-block; }
  .page-cart .cart-total .ct-row.total {
    font-weight: 600; }
  .page-cart .cart-total .svg-inline--fa.fa-dollar-sign {
    color: #a4a4a4;
    margin-right: 5px; }

/* ====================================================
10. CHECKOUT
======================================================*/
.page-checkout .form-layout {
  padding: 0px 0px; }
.page-checkout .subsite-heading-row {
  margin-bottom: 10px; }
.page-checkout .cart-total {
  padding: 10px 10px;
  border: 0px solid #dadfe3;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-bottom: 20px; }
  .page-checkout .cart-total .ct-row {
    padding: 0px 0px 5px; }
    .page-checkout .cart-total .ct-row .ct-left {
      width: 50%;
      float: left;
      text-align: left; }
    .page-checkout .cart-total .ct-row .ct-right {
      width: 50%;
      float: left;
      text-align: right; }
      .page-checkout .cart-total .ct-row .ct-right span {
        width: 50px;
        text-align: left;
        display: inline-block; }
  .page-checkout .cart-total .ct-row.total {
    font-weight: 600; }
  .page-checkout .cart-total .svg-inline--fa.fa-dollar-sign {
    color: #a4a4a4;
    margin-right: 5px; }

/* ================================================ 
11. MY RIDES
================================================ */
.page-my-rides .db {
  text-align: center;
  margin: 20px 0px;
  color: #2450a6;
  text-decoration: underline; }
.page-my-rides .mr-car-box-wrap {
  position: relative;
  overflow: hidden; }
  .page-my-rides .mr-car-box-wrap .mr-car-box {
    width: 200px;
    padding-top: 20px;
    margin: 0px auto 20px; }
    .page-my-rides .mr-car-box-wrap .mr-car-box .cd {
      text-align: center;
      margin: 10px 0px 5px; }
    .page-my-rides .mr-car-box-wrap .mr-car-box .mr-car {
      text-align: center; }
    .page-my-rides .mr-car-box-wrap .mr-car-box .mr-car-title {
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #2450a6;
      line-height: 1.2; }
    .page-my-rides .mr-car-box-wrap .mr-car-box .mr-car-code {
      background-color: #2450a6;
      text-align: center;
      font-size: 14px;
      margin: 0px auto;
      padding: 5px;
      border-radius: 90px;
      color: #fff;
      width: 120px;
      font-weight: 600; }
.page-my-rides .trip {
  border: 1px solid #dbdbdb;
  width: 100%;
  display: flex;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 120px; }
  .page-my-rides .trip .tl-wrap {
    display: table-cell;
    vertical-align: middle; }
  .page-my-rides .trip .trip-right,
  .page-my-rides .trip .trip-left {
    width: 50%;
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
    display: table;
    height: 100%; }
  .page-my-rides .trip .arrow {
    position: absolute;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    display: table;
    text-align: center;
    background-color: #df9403;
    border-radius: 100%;
    padding-top: 4px; }
    .page-my-rides .trip .arrow .svg-inline--fa {
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      font-size: 18px; }
  .page-my-rides .trip .trip-left {
    padding-right: 25px;
    border-right: 1px solid #dbdbdb; }
  .page-my-rides .trip .trip-right {
    padding-left: 25px; }
  .page-my-rides .trip .tl-location {
    font-weight: 600;
    color: #2450a6; }
  .page-my-rides .trip .tl-date {
    font-size: 12px; }
  .page-my-rides .trip .tl-time {
    font-size: 12px; }

/* =====================================================
12. SETTING
===================================================== */
.page-setting .profile-picture .ppimg {
  width: 100px;
  height: 100px;
  margin: 20px auto 10px;
  border-radius: 100%;
  overflow: hidden; }
  .page-setting .profile-picture .ppimg img {
    max-width: 100%;
    max-height: 100%; }
.page-setting .setting-submit {
  margin-top: 30px; }

/* =====================================================
13. CAR LIST
===================================================== */
.page-car-list .car-card {
  border: 1px solid #dbdbdb;
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px 170px;
  position: relative;
  min-height: 145px; }
  .page-car-list .car-card .cc-left {
    width: 160px;
    text-align: center;
    position: absolute;
    left: 10px;
    padding: 10px; }
    .page-car-list .car-card .cc-left .ccl-text span {
      padding: 0px 5px; }
    .page-car-list .car-card .cc-left .ccl-text .svg-inline--fa {
      margin-right: 5px;
      color: #b5b5b5; }
  .page-car-list .car-card .cc-right {
    width: 100%;
    padding-left: 10px;
    line-height: normal; }
    .page-car-list .car-card .cc-right .ccr-row-a {
      font-weight: 600; }
    .page-car-list .car-card .cc-right .ccr-row-b {
      width: 100%;
      color: #b5b5b5;
      margin-bottom: 5px;
      font-weight: 600; }
    .page-car-list .car-card .cc-right .ccr-row-c {
      width: 100%; }
    .page-car-list .car-card .cc-right .ccr-row-d {
      width: 100%;
      margin-top: 5px; }
    .page-car-list .car-card .cc-right .ccr-row-e {
      width: 100%;
      color: #b5b5b5; }
      .page-car-list .car-card .cc-right .ccr-row-e span {
        color: #df9403;
        font-size: 16px;
        font-weight: 600; }

/* ====================================================
14. DESTINATIONS 
===================================================== */
.destination-card {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px; }
  .destination-card .dc-top {
    position: relative;
    padding: 0px 0px 0px 130px;
    min-height: 90px; }
  .destination-card .dc-left {
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px; }
    .destination-card .dc-left .dcl-image {
      height: 100%;
      width: 100%; }
  .destination-card .dc-right .dcr-row-a {
    font-weight: 600;
    color: #2450a6; }
  .destination-card .dc-right .dcr-row-b {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .destination-card .dc-bottom {
    display: flex; }
    .destination-card .dc-bottom .dcb-left {
      width: 50%;
      text-align: left; }
    .destination-card .dc-bottom .dcb-right {
      line-height: 1;
      width: 50%;
      text-align: right;
      font-size: 16px;
      font-weight: 600;
      color: #df9403; }

.star-rates .star {
  color: #dbdbdb; }
.star-rates .star.rated {
  color: #df9403; }
.star-rates .rated-value {
  margin-left: 2px; }

/* =====================================================
15. NEWS LIST
===================================================== */
.news-card {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }
  .news-card .nc-top {
    position: relative;
    padding: 0px 0px 0px 130px;
    min-height: 90px; }
    .news-card .nc-top .nc-left {
      border-radius: 10px;
      overflow: hidden;
      width: 120px;
      height: 80px;
      position: absolute;
      left: 0px;
      top: 0px; }
      .news-card .nc-top .nc-left .ncl-image {
        height: 100%;
        width: 100%; }
    .news-card .nc-top .nc-right .ncr-row-a {
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 600;
      color: #2450a6; }
    .news-card .nc-top .nc-right .ncr-row-b {
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

/* =====================================================
16. NEWS 
===================================================== */
.tab-comment {
  padding: 0px 0px; }
  .tab-comment .add-new-comment {
    margin-top: 0px;
    margin-bottom: 15px; }
    .tab-comment .add-new-comment .input.your-name {
      width: 100%;
      margin-bottom: 5px;
      padding: 5px 5px; }
    .tab-comment .add-new-comment .input.your-msg {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px 10px;
      height: 70px;
      border-radius: 5px;
      border: 1px solid #ececec; }
    .tab-comment .add-new-comment .theme-button.send-msg {
      border: 0px solid #333333;
      padding: 8px 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
  .tab-comment .comment-list .section-comment {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px; }
    .tab-comment .comment-list .section-comment .comment-view-body {
      background-color: #fafafa;
      border: 1px solid #ececec;
      padding: 10px 10px;
      border-radius: 5px; }
      .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-img {
        overflow: hidden;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 5px; }
      .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading {
        margin-bottom: 5px; }
        .tab-comment .comment-list .section-comment .comment-view-body .cm-row .cm-comment .cmc-heading .cm-hour {
          font-size: 10px;
          padding-top: 2px;
          margin-bottom: 0px;
          color: #949494; }

/* ====================================================
17. FEEDBACK
===================================================== */
.page-feedback form {
  margin: 20px 0px; }
.page-feedback .feedback-submit {
  margin: 30px 0px; }
.page-feedback .row-check {
  text-align: center;
  margin: 30px 0px; }

/* ====================================================
18. GALLERY
===================================================== */
.gallery-section {
  margin-bottom: 15px;
  margin-top: 15px; }
  .gallery-section .row-filter {
    margin-bottom: 5px; }
  .gallery-section .row-gallery {
    margin-left: -5px;
    margin-right: -5px; }
  .gallery-section .gall-row {
    width: 100%; }
  .gallery-section .gall-row-filter {
    width: 100%; }
  .gallery-section .gall-col {
    width: 50%;
    float: left;
    padding: 5px 5px; }
  .gallery-section .wrap-gallery img {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
  .gallery-section .col {
    padding: 3px;
    margin: 0; }
  .gallery-section .filter-gallery {
    text-align: center; }
  .gallery-section .filter-button {
    color: #2450a6;
    background: transparent;
    padding: 10px 5px;
    font-weight: 600;
    margin-bottom: 5px;
    border: 0px solid #cecece; }
  .gallery-section .filter-button.active {
    color: #df9403; }
  .gallery-section .gallery-img-box,
  .gallery-section .gallery-img-box * {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .gallery-section .gallery-img-box.gallery-hidden {
    display: none; }

/* ====================================================
19. REGISTER / SIGN UP
==================================================== */
.page-register form {
  margin: 20px 0px; }
.page-register a {
  text-decoration: underline;
  color: #2450a6; }
.page-register .register-submit {
  margin: 30px 0px; }
.page-register .have-a-account {
  margin-top: 30px;
  text-align: center; }

/* ====================================================
20. LOGIN
==================================================== */
.page-login form {
  margin: 20px 0px; }
.page-login a {
  text-decoration: underline;
  color: #2450a6; }
.page-login .login-submit {
  margin: 30px 0px; }
.page-login .text-with-link {
  margin-top: 30px;
  text-align: center; }

/*==================================================
21. 404 PAGE
==================================================*/
.page-error .subsite {
  padding: 0px 0px; }

.error-page {
  text-align: center;
  width: 100%;
  height: calc( 100vh - 56px - 70px);
  position: relative; }

.error-page h1 {
  margin: 0px 0px;
  font-size: 58px;
  font-weight: 600; }

.error-page .in-error-page {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table; }

.error-page .in-error-page .in-in-error-page {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/*==================================================
22. CAR SINGLE PAGE
==================================================*/
.single-car-box {
  position: relative;
  width: 100%; }
  .single-car-box .scb-left {
    display: flex;
    padding: 10px 0px;
    border-top: 1px solid #d5d3d3;
    border-bottom: 1px solid #d5d3d3;
    background-color: #fff; }
    .single-car-box .scb-left .scbl {
      padding: 10px;
      width: 100%;
      text-align: center; }
      .single-car-box .scb-left .scbl .scbl-ra {
        color: #9f9f9f; }
      .single-car-box .scb-left .scbl .scbl-rb {
        font-weight: 600;
        color: #2450a6; }
      .single-car-box .scb-left .scbl .scbl-rc img {
        width: 30px;
        margin: 5px 0px 0px; }
    .single-car-box .scb-left .scbl-center {
      border-right: 1px solid #d5d3d3;
      border-left: 1px solid #d5d3d3; }
  .single-car-box .scb-right {
    height: 100%;
    padding: 10px 0px; }

.page-car-single {
  position: relative; }
  .page-car-single .bg-img img {
    position: absolute;
    left: 0px;
    height: 100%;
    opacity: 0.2;
    top: 0px;
    max-width: 999999px; }
  .page-car-single .cs-top {
    padding: 10px 71px 10px 0px;
    border-top: 0px solid #d5d3d3;
    border-bottom: 0px solid #d5d3d3;
    display: flex;
    position: relative;
    min-height: 63px;
    margin-bottom: 10px; }
    .page-car-single .cs-top .cst-left {
      width: 100%;
      border-right: 1px solid #d5d3d3; }
      .page-car-single .cs-top .cst-left .subsite-heading {
        font-size: 24px;
        text-align: left;
        padding: 2px 0px;
        line-height: 1.2; }
    .page-car-single .cs-top .cst-right {
      height: 43px;
      position: absolute;
      text-align: center;
      right: 0px;
      width: 61px;
      top: 10px; }
  .page-car-single .btn-reserve {
    margin: 20px 0px 10px; }
    .page-car-single .btn-reserve .theme-button {
      padding: 10px 20px; }
  .page-car-single .price .price-value {
    color: #2450a6;
    font-size: 24px;
    font-weight: 600;
    line-height: 1; }
  .page-car-single .price .duration {
    color: #9f9f9f; }

/*==================================================
23. PROFILE 
==================================================*/
.page-profile .cf-heading {
  padding: 10px 15px;
  font-weight: 600;
  color: #2450a6; }
.page-profile .row-avatar {
  padding: 0px 15px;
  margin-top: -60px;
  text-align: center; }
  .page-profile .row-avatar .avatar-img img {
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #fff; }
.page-profile .probox {
  background-color: #f9f9f9;
  margin: 20px -15px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .page-profile .probox .border-center {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; }
  .page-profile .probox .bx-col {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 80px;
    display: table; }
    .page-profile .probox .bx-col .bx-col-in {
      display: table-cell;
      vertical-align: middle; }
      .page-profile .probox .bx-col .bx-col-in .count {
        color: #2450a6;
        font-weight: 600;
        font-size: 18px; }
.page-profile .row-info-profile .proname {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 10px 0px 0px;
  color: #2450a6; }
.page-profile .row-info-profile .proname-info {
  text-align: center; }
.page-profile .row-info-profile .pro-des {
  padding: 20px 0px 10px;
  text-align: center; }
.page-profile .row-info-profile .socmed {
  text-align: center;
  width: 100%;
  margin-top: 10px; }
  .page-profile .row-info-profile .socmed .socmed-line {
    display: inline-block; }
    .page-profile .row-info-profile .socmed .socmed-line .socmed-item {
      width: 25px;
      height: 25px;
      display: table;
      text-align: center;
      color: #ffffff;
      background-color: #2450a6;
      -webkit-border-radius: 90%;
      -moz-border-radius: 90%;
      border-radius: 90%;
      font-size: 10px;
      padding: 0px 0px; }
      .page-profile .row-info-profile .socmed .socmed-line .socmed-item .si-icon {
        display: table-cell;
        vertical-align: middle; }

.profile-trip {
  margin: 0px -15px; }

.destination-card-small {
  padding-left: 15px;
  width: 133px; }
  .destination-card-small .dcs-img {
    margin-bottom: 5px;
    position: relative; }
    .destination-card-small .dcs-img img {
      border-radius: 10px; }
  .destination-card-small .dcs-row-a {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    left: 10px;
    bottom: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

/* ---------------------------------------------------
24. FOOTER
----------------------------------------------------- */
.footer {
  padding: 20px 35px;
  height: 100px;
  background-color: #2450a6;
  text-align: center;
  color: #ffffff; }

.footer .footer-heading {
  font-weight: 600;
  margin-bottom: 10px; }

.footer .socmed {
  text-align: center;
  width: 100%; }

.footer .socmed .socmed-line {
  display: inline-block; }

.footer .socmed .socmed-line .socmed-item {
  width: 30px;
  height: 30px;
  display: table;
  text-align: center;
  color: #95b700;
  background-color: #ffffff;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  font-size: 16px;
  padding: 0px 0px; }

.footer .socmed .socmed-line .socmed-item .si-icon {
  display: table-cell;
  vertical-align: middle;
  color: #2450a6; }

/*==================================================
25. PREVIEW
==================================================*/
body.preview {
  background-color: #ffffff;
  background-size: 120% auto; }
  body.preview .container {
    max-width: 1300px; }
  body.preview .wrap-qr {
    margin-top: 20px; }
  body.preview .description {
    margin: 10px auto 30px;
    text-align: justify;
    padding: 0px 0px 0px 10px; }
  body.preview .your-mobile {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 20px auto 0px; }
  body.preview .container {
    position: relative;
    z-index: 2; }
  body.preview .here {
    background-color: #2450a6;
    color: #ffffff;
    padding: 5px 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    margin: 10px; }
  body.preview .pr-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    opacity: 0.2; }
    body.preview .pr-bg img {
      width: 100%;
      height: auto; }
  body.preview .wrapper {
    max-width: 953px;
    margin: 50px auto;
    font-size: 15px; }
  body.preview .pr-title {
    display: inline-block;
    padding: 0px 20px;
    font-size: 40px;
    font-weight: 800;
    color: #2450a6; }
  body.preview .pr-tagline {
    display: inline-block;
    font-size: 27px; }
  body.preview .content-left {
    max-width: 410px;
    float: left; }
  body.preview .content-left .mobileframe {
    float: left;
    position: relative;
    border-radius: 30px;
    border: 0px solid #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.44); }
  body.preview #qrimage {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 150px;
    height: auto; }
  body.preview .buy-now .bn {
    background: #2450a6;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px 0px;
    border-radius: 90px;
    cursor: pointer; }
  body.preview .buy-now .bn:hover {
    background-color: #df9403; }
  body.preview .content-left .mobileframe .preview-mobile-frame {
    background-color: #ffffff;
    overflow: hidden; }
  body.preview .content-left .mobileframe,
  body.preview .content-left .mobileframe .mobile-frame-bg,
  body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame,
  body.preview .content-left .mobileframe .preview-mobile-frame {
    height: 700px;
    width: 369px;
    box-sizing: unset; }
  body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
    position: relative;
    margin: 0px;
    border: none;
    background: none;
    overflow-y: scroll;
    overflow-x: hidden; }
  body.preview .content-right {
    float: right;
    text-align: center;
    width: 543px; }
  body.preview .content-right .in-r {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
  body.preview .content-right h1 {
    font-weight: 600;
    margin-bottom: 0px; }
  body.preview .content-right p {
    margin-bottom: 40px; }

@media only screen and (max-width: 450px) {
  .content-left .mobileframe,
  .content-left .mobileframe .mobile-frame-bg,
  .content-left .mobileframe .preview-mobile-frame #previewFrame,
  .content-left .mobileframe .preview-mobile-frame {
    height: 700px;
    width: 100%;
    box-sizing: unset; } }
@media only screen and (max-width: 767px) {
  body.preview .wrapper {
    margin-top: 0px !important;
    padding-left: 0px !important; }
    body.preview .wrapper .ctc {
      margin-top: 0px !important; }
    body.preview .wrapper .description {
      padding: 0px 0px !important; }
  body.preview .content-left,
  body.preview .content-right {
    width: 100%;
    margin: 0 auto;
    float: unset; }
  body.preview .content-left {
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 410px;
    margin: 0 auto;
    float: unset;
    display: block; }
    body.preview .content-left .mobileframe {
      width: 100% !important;
      box-sizing: border-box; }
  body.preview .content-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
    width: 100% !important; }
  body.preview .description {
    width: 100%;
    margin: 0px 0px;
    max-width: 100%; }
  body.preview .content-right .in-r {
    text-align: left; }
  body.preview .pr-title {
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center; }
  body.preview .your-mobile {
    text-align: center;
    max-width: 100%; }
  body.preview .pr-tagline {
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }
  body.preview .content-right .in-in-r {
    margin-top: 30px; }
  body.preview .wrap-qr {
    text-align: center; } }
@media only screen and (max-width: 410px) {
  body.preview .content-left .mobileframe {
    width: 100% !important;
    box-sizing: border-box; }
    body.preview .content-left .mobileframe .preview-mobile-frame {
      width: 100% !important; }
      body.preview .content-left .mobileframe .preview-mobile-frame #previewFrame {
        width: 100%; } }
@media only screen and (max-width: 956px) {
  body.preview .wrapper {
    max-width: 99999px;
    margin: 50px auto;
    width: 100%;
    position: relative;
    padding-left: 50px; }
    body.preview .wrapper .content-right {
      padding: 0px 20px 0px 30px;
      width: calc( 100% - 379px ); }
  body.preview .content-left .mobileframe {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border-top: 5px solid #dbdbdb;
    border-right: 5px solid #dbdbdb;
    border-bottom: 5px solid #dbdbdb;
    border-left: 5px solid #dbdbdb; } }

/*# sourceMappingURL=theme.css.map */


.heading {
	font-size: 28px;
	color: #C39F43;
}
.sub-heading {
	color: #7974AA;
	font-size: 13px;
	font-weight: 300;
}
.form-group {
	margin-bottom: 20px;
}
.logDvdr hr {
	border: 0;
	height: 1px;
	background: #d1d0e2;
}
.logDvdr span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #d1d0e2;
	color: #C39F43;
}
.logDvdr {
	margin: 30px 0;
}
.logsocil h5 {
	color: #C39F43;
}
.socils {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.socils li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	margin: 0 10px;
	color: #fff;
	font-size: 16px;
}
.socils li.facebook {
	background: #2A42C8;
}
.socils li.gmail {
	background: #E04D5F;
}
.field-group .iti {
	width: 100%;
	position: relative;
	z-index: 1;
}
.field-group .iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	border-right: 2px solid #d1d0e2;
	color: #C39F43;
}
.field-group .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	height: 20px;
	top: 10px;
}
.field-group .iti__arrow {
	border-top: 4px solid #C39F43;
}
.subsite .row.h-100 {
/*	overflow: auto;*/
}
.field-group.profImg {
	background: #ecf9f5;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto 45px;
	border-radius: 50%;
	padding: 15px;
	position: relative;
	line-height: 55px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.profImg img {
	max-width: 60%;
	max-height: 60%;
}
.upldImg {
	position: absolute;
	bottom: -10px;
	right: -3px;
	width: 30px;
	height: 30px;
	background: linear-gradient(to bottom, #D0331F 30%, #d4ba77 60%);
	color: #fff;
	border-radius: 50%;
	line-height: 30px;
	font-size: 12px;
}
.upldImg input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
	right: 15px;
	top: 9px;
	position: absolute !important;
	color: #d1d0e2;
	z-index: 1;
}
.backButton {
	background: transparent;
	border: 0;
	font-size: 20px;
	color: var(--primary);
	padding: 0;
}
button:focus {
	outline: none;
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}

.otp-rw {
	justify-content: center;
}
.otp-rw .col {
	max-width: 56px;
}
.otp-rw input {
	text-align: center;
	font-size: 16px;
}
.slide-none {
	display: none;
}
.slide.active {
	display: block;
}
.upld-img {
	background: aliceblue;
	padding: 15px;
	border-radius: 3px;
	height: 103px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.upld-img.upld-img-main {
	height: 216px;
}
.upld-img .upldImg {
	bottom: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}
.prog-bar {
	text-align: center;
}
.prog-bar i {
	color: #d4ba77;
}
.prog-bar i.actv {
	color: #DD3663;
}
.note-txt ul {
	padding-left: 18px;
	list-style: lower-roman;
}
.textarea-lg {
	height: 150px !important;
}

.price-range-slider {
	width: 100%;
	float: left;
	padding: 30px 0;
}
 .price-range-slider .range-value {
	 margin: 0;
}
 .price-range-slider .range-value input {
	 width: 100%;
	 background: none;
	 color: #000;
	 font-size: 16px;
	 font-weight: initial;
	 box-shadow: none;
	 border: none;
	 margin: 20px 0 20px 0;
}
 .price-range-slider .range-bar {
	 border: none;
	 background: #000;
	 height: 3px;
	 width: 96%;
	 margin-left: 8px;
}
 .price-range-slider .range-bar .ui-slider-range {
	 background: #06b9c0;
}
 .price-range-slider .range-bar .ui-slider-handle {
	 border: none;
	 border-radius: 25px;
	 background: #fff;
	 border: 2px solid #06b9c0;
	 height: 17px;
	 width: 17px;
	 top: -0.52em;
	 cursor: pointer;
}
 .price-range-slider .range-bar .ui-slider-handle + span {
	 background: #06b9c0;
}
.intrstBtn {
	height: 40px;
	border: 0;
	padding: 3px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	margin-bottom: 10px;
	line-height: 1;
	color: #C39F43;
	font-size: 12px;
}
.intrstBtn-inr {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 32px;
	border-radius: 25px;
	background: #fff;
	padding: 0px 5px;
}
.intrstBtn.slctBt {
	background: linear-gradient(to right, #D0331F 30%, #d4ba77 60%);
}
.intrstBtn.slctBt i{
	color: #D0331F;
}
.srch-intrBtn {
	position: absolute;
	top: 8px;
	right: 12px;
	z-index: 1;
	background: transparent;
	border: 0;
	font-size: 20px;
	color: #d1d0e2;
}
.srch-intrBtn:hover {
	color: #D0331F;
}
.vdoSec .field-group {
	height: 150px;
}
.vdoSec .field-group .grdnt {
	background: linear-gradient(to right, #D0331F 30%, #d4ba77 60%);
}
.vdoupld {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index: 2;
	border-radius: 23px;
	opacity: 0;
	cursor: pointer;
}
.upldIcn {
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	z-index: 1;
	top: 2px;
	left: 2px;
	border-radius: 23px;
	padding: 28px 0;
}
.upldIcn i {
	font-size: 50px;
	color: #7974AA;
}
.upldIcn p {
	margin: 5px 0 0;
	font-size: 16px;
}
.toggle-handle {
	background-color: #fff;
}
.toggle-group .btn {
	font-size: 13px;
	line-height: 17px;
}
.skipBtn {
	margin-left: 15px;
}
.ranger-slider {
	position: relative;
}
.slider-reslt {
	position: absolute;
	top: -26px;
	right: 0;
	text-align: right;
}
.slider-reslt input {
	border: 0;
	background: transparent;
	width: 25px;
	display: inline;
	text-align: right;
}
.chkGender .toggle.btn {
	min-width: 80px;
}
.chkGender .btn-success {
	background-color: #d4ba77;
	border-color: #d4ba77;
}
.chkGender .btn-danger{
	background-color: #D0331F;
	border-color: #D0331F;
}
.ui-widget-header {
	background: #DD3663;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #D0331F;
	background: #ffff;
}
.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 {
	border: 1px solid #D0331F;
	background: #fff;
}
.addStroty {
	display: flex;
	font-size: 13px;
	line-height: 23px;
	color: #C39F43;
}
.addStroty span {
	width: 25px;
	height: 25px;
	display: block;
	background: linear-gradient(to bottom right, #D0331F 0%, #dd3663 100%);
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
}
.nav-right {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: end;
}
.nav-row {
	width: calc(100% + 10px);
}
.nav-right li a {
	color: #d4ba77 !important;
	margin-left: 20px;
}
.bp-col::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 18px);
	width: 36px;
	height: 3px;
	background: #fff;
}
.bp-col.actv::after {
	background: #C39F43;
}
.bottom-panel .bp-col.actv .bp-icon {
	color: #C39F43;
}
.nitifi a {
	  position: relative;
}
.nitifi .notiBell {
	display: block;
	position: absolute;
	top: 0;
	right: 2px;
	width: 10px;
	height: 10px;
	background: #D0331F;
	border-radius: 50%;
	border: 2px solid #fff;
}
/** home**/


.screen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	padding: 60px 15px 0px;
}
.personInr {
	position: relative;
	z-index: 2;
}
.person {
	width: 100%;
	height: 100%;
	background: #d6d5d5;
	border-radius: 10px;
	position: relative;
}

.photo {
	margin: auto;
	height: calc(100vh - 300px);
	border-radius: 10px;
	display: flex;
	align-items: flex-end;
	color: #eee;
	box-shadow: 0 2px 7px 0 rgba(136, 136, 136, 0.7);
	cursor: grab;
	transition: 300ms;
	background-size: cover;
	background-position: top center;
}

.photo.moving {
  transition: none;
  cursor: grabbing;
}

.photo.nope::after {
  content: "NOPE";
  color: #fe466d;
  border: 6px solid #fe466d;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  padding: 0.2rem 0.4rem;
  position: absolute;
  top: 8%;
  right: 8%;
  transform: rotate(15deg);
}

.photo.super_like::after {
  content: "SUPER LIKE";
  color: #08a4ef;
  border: 6px solid #08a4ef;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  padding: 0.2rem 0.4rem;
  position: absolute;
  width: 150px;
  bottom: 10%;
  left: 24%;
  transform: rotate(-15deg);
}

.photo.like::after {
  content: "LIKE";
  color: #1be4a1;
  border: 6px solid #1be4a1;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  padding: 0.2rem 0.4rem;
  position: absolute;
  top: 8%;
  left: 8%;
  transform: rotate(-15deg);
}

.personal {
	padding: 15px 15px 40px;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 44%);
	border-radius: 10px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.prImg {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
}
.prImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.name-age {
	width: calc(100% - 50px);
	padding-left: 10px;
	color: #fff;
	padding-top: 3px;
}
.name {
	font-size: 18px;
	margin: 0;
}
.name-age p {
	font-size: 12px;
	margin: 1px 0 0;
}



/* Actions */
.commands {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 70px;
}
.command {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 20px;
	box-shadow: 0 2px 6px 0 rgba(112, 125, 134, 0.14);
	cursor: pointer;
	color: #fff;
}

.command:hover {
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(112, 125, 134, 0.33);
}
.bugIcn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #C39F43;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	font-size: 12px;
}
.strtMsg {
	color: #fff;
	font-size: 25px;
	position: absolute;
	bottom: 3px;
	right: 15px;
}
.swipeUserInfoIcon{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}
.command.i-like {
	background: #2ADF7E;
}
.command.i-heart {
	background: #FA9C66;
}
.command.i-likeDown {
	background: var(--danger);
}
.command.i-info {
	background: #1F70E6;
}
.command.i-undo{
	background: #7974AA;
}
.person::before {
	content: '';
	position: absolute;
	top: -18px;
	left: -3px;
	width: 85%;
	height: 100%;
	background: var(--primary);
	border-radius: 10px;
	transform: rotate(-5deg);
	z-index: 1;
}
.person::after {
	content: '';
	position: absolute;
	top: -18px;
	right: -3px;
	width: 85%;
	height: 100%;
	background: var(--danger);
	border-radius: 10px;
	transform: rotate(5deg);
	z-index: 1;
}
.imgsSlid .slick-prev,.imgsSlid .slick-next {
	top: 0;
	width: 50px;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	height: 100%;
}
.imgsSlid .slick-prev::before,.imgsSlid .slick-next::before {
	content: '';
}
.imgsSlid .slick-prev {
	left: 0;
}
.imgsSlid .slick-next {
	right: 0;
}


/** home end **/

.allStories {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
}
.allStories li {
	width: 50px;
	height: 50px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	flex: 0 0 auto;
}	
.allStories li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tabsDesig .nav-tabs a {
	color: #d4ba77;
	margin-right: 15px;
	border-bottom: 3px solid transparent;
	padding-bottom: 4px;
	border-radius: 1px;
}
.tabsDesig .nav-tabs li a.active {
	color: #D0331F;
	border-bottom: 3px solid #d4ba77;
}
.tabsDesig .nav-tabs {
	border-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	height: 30px;
}
.tabsDesig .nav-tabs li {
	flex: 0 0 auto;
}
.usercard {
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}
.usercard .card-body {
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
}
.usrContnt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 44%);
	padding: 10px;
}
.usrContnt h6 {
	margin: 0;
	font-size: 13px;
}
.usrContnt p {
	margin: 0;
	font-size: 10px;
}
.ttlImgs {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}
.usercard .onlineStts {
	position: absolute;
	top: 10px;
	width: 11px;
	height: 11px;
	background: #2ADF7E;
	border-radius: 50%;
	right: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.allUsers-list .tab-pane {
	height: 100%;/*calc(100vh - 227px);*/
	overflow-y: auto;
	overflow-x: hidden;
}
.userImg-lg {
	height: 300px;
	width: calc(100% + 30px);
	margin-left: -15px;
/*	background-size: cover;*/
  background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
.userImg-lg .bugIcn {
	width: 35px;
	height: 35px;
	line-height: 32px;
	font-size: 18px;
}
.userDetails .nm {
	font-size: 24px;
	color: #C39F43;
	margin: 0;
}
.userDetails .dis {
	font-size: 10px;
	margin: 0;
	color: #C39F43;
}
.reactBtns {
	list-style: none;
}
.reactBtns {
	list-style: none;
	display: flex;
	justify-content: end;
	margin: 9px 0;
}
.reactBtns li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
}
.reactBtns .icon-like {
	background: #2ADF7E;
}
.reactBtns .icon-dislike {
	background: var(--danger);
}
.udtHd {
	color: var(--dark);
	font-size: 15px;
	margin-bottom: 5px;
}
.dsc {
	font-size: 12px;
	font-weight: 300;
	color: #7974AA;
	margin: 0;
}
.subsite-scroll {
	overflow: auto;
  overflow-x: hidden;
}
.otherImgs li {
	width: 70px;
	height: 70px;
	border-radius: 7px;
	margin-right: 10px;
}
.InterestsItms {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
}
.InterestsItms li {
	margin-right: 13px;
	font-size: 12px;
	flex: 0 0 auto;
	font-weight: 300;
	color: #7974AA;
}
.usrBios p {
	margin: 0 0 5px;
	font-weight: 300;
	font-size: 12px;
	color: #7974AA;
}
.text-muted{
	color: #7974AA !important;
}
.text-primary{
	color: #C39F43 !important;
}
.text-danger{
	color: #DD3663 !important;
}
.font-weight-300{
	font-weight: 300;
}
.goChat {
	text-align: center;
	width: 150px;
	display: block;
	margin: auto;
	font-size: 14px;
}
.goChat i {
	font-size: 35px;
}
.goChat span {
	display: block;
	margin: auto;
}

.panel-heading {
	color: #C39F43;
	font-size: 20px;
	margin-bottom: 5px;
}
.wd-100p {
  width: 100%;
}
.wd-80p {
  width: 80%;
}
.wd-60p {
  width: 60%;
}
.wd-40p {
  width: 40%;
}
.wd-20p {
  width: 20%;
}


.chat-message-container{
	overflow: scroll;
	height: 100%;/*vh;*/
	padding-bottom: 320px;
}
.card.chat-list-item{

	/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border:none;*/
	border-radius:25px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.chat-list-item .item-left{
	flex-wrap: wrap;
	display: flex;
	vertical-align: middle;
	align-content: center;
	max-width: 85px;	
	justify-content:center;
}

.chat-list-item .card-bg{
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 25px;
}

.chat-list-item .img-fluid{
	width: 100%;
	border-radius: 14px;
	height: 100%;
}

.chat-list-item .item-right{
	max-width: calc(100% - 85px);
}

.chat-list-item .unread-msg-cnt{
	position: absolute;
	bottom: 10px;
	right: 20px;
	background: #dd3663;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

i.user-online{
	font-size:9px;
	vertical-align:middle;
	color: #2ADF7E;
}

.message-preview{
	color: var(--dark-blue-light);
	font-size:13px;
	font-weight:300;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*** CHATTING LIST END ***/

/*** SIDEBAR TO RIGHT START ***/
#sidebarleft.active {
  left: unset;
  right:0;
}
#sidebarleft {
  width: 250px;
  position: fixed;
  top: 0;
  left: unset;
  right:-250px;
  height: 100vh;
  z-index: 999;
  /*background-color: #2450a6;*/
  background: -webkit-linear-gradient(70deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  background: -o-linear-gradient(70deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  background: -ms-linear-gradient(70deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  background: -moz-linear-gradient(70deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  background: linear-gradient(20deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  color: #fff;
  transition: all 0.3s;
  overflow: auto;
  height: calc(50% - 80px);
  border-bottom-left-radius: 25px;
  padding-top:8px;
}

#sidebarleft ul li{
	position:relative;
	margin-bottom:16px;
	
}
#sidebarleft ul li:not(:last-child):after {
  	content: "";
	background: rgba(255, 51, 150, 0.2);
	position: absolute;
	left: 20px;
	height: 2px;
	width: 200px;
	bottom: -10px;
	
}
#sidebarleft ul li .fa{
	margin-right:16px;
}

#sidebarleft ul{
	padding:0;
}
/*** SIDEBAR TO RIGHT END ***/

/*** USER CHAT ***/
.userImgCenter{
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

i.user-status-chat-msgs{
	vertical-align:top;
}

.reactBtns .icon-messaging {
 	border: 1px solid rgb(242, 242, 242);
	background: linear-gradient(to bottom,#00a19f 40%,#007ca2 60%);
  	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.reactBtns .icon-video-camera {
	background: linear-gradient(to bottom,#ff5a93 40%,#cf1c71 60%);
  	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#chat2.card{
	border:none;
	border-radius:none;
	background-color:transparent;
}
#chat2 .form-control {
border-color: transparent;
}

#chat2 .form-control:focus {
border-color: transparent;
box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}

.message-details-body{
	border-radius: 25px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	min-width: 200px;
	padding:10px;	
}

.message-details-body .message-content{
	margin-bottom:5px;
}

.send-message-container{
	height: 55px;
	background: #ffff;
	width: 100%;
	border-top: 0px solid #ddd;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	position: fixed;
}

/*#chat2 .message-conversation-holder{
	height: 400px;
	background: transparent;
	width: 100%;
	border-top: none;
	bottom: 90px;
	left: 0px;
	z-index: 1;
	position: fixed;
	overflow: scroll;

}*/

#chat2 .message-conversation-holder{
	height: 100%;/*400px*/
	overflow-y: scroll;
	scrollbar-width: none;
}

#chat2 .message-conversation-holder::-webkit-scrollbar { 
	width: none;
}

#chat2 .msg-sender-you{
	color:#007bff;
}
#chat2 .msg-sender-friend{
	color:#DD3663;
}
#chat2 .message-details-body .message-content, #chat2 .send-message-container .send-msg-inp{
	color: #4B14AA;
	font-size: 13px;
	font-weight: 300;
}

#chat2 .send-message-container .send-msg-inp::placeholder { 
  color:#C39F43;
  font-weight:400;
  opacity: 1;
}

.sent-time{
	color:#C6C2F0;
  font-size: 10px;
}


.message-conversation-holder .msg-day{
	background-color: #7974AA;
	color: #fff;
	padding: 5px 10px;
	border-radius: 25px;
	border:none;
	outline:none;
}

.message-conversation-holder .msg-day:hover{
	background-color: #7974AAC9;
}

.message-conversation-holder .msg-day:focus{
	box-shadow: none;
}

#chat2 .send-message-container a{
	font-size:20px;
	position:relative;
}
#chat2 .send-message-container a:not(:last-child){
	margin-right:10px;
}

#chat2 .send-message-container .msg-helper:after{
	content: '';
	position: absolute;
	height: 3px;
	background: transparent;
	width: 24px;
	left: calc(100% - 20px);
	top: 0;
}

.send-message-container .msg-helper .fa{
  	background: linear-gradient(20deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%);
  	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.send-message-container .msg-helper.cs-actv{
	color:#C39F43;
}
.send-message-container .msg-helper.cs-actv:after{
	background: linear-gradient(20deg, rgb(143, 0, 144) 0%, rgb(195, 0, 99) 80%, rgb(210, 0, 87) 100%) !important;
}

.send-message-container .msg-helper.cs-actv .fa{
	background:unset;
	-webkit-text-fill-color: unset;
}
/*** USER CHAT END ***/

/*** MY PROFILE DETAILS ***/
.userPrCntDv{
	width: 130px;
	text-align: center;
	height: 100%;
	padding-top: 20px;
	font-size: 20px;
	background: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	border-radius: 2px;
	color: #007bff;
	position:relative;
}

.userPrCntDv .fa{
	color:#D0331F;
}

.userImg-lg .userPrCntDv .prEditIcn .fa{
	color:#fff;
}
.userImg-lg .userPrCntDv .prEditIcn {
 	top:unset;
 	right:unset;
 	bottom: -16px;
	color: #fff;
	right: 50%;
	transform: translateX(50%);
  	width: 64px;
  	height: 64px;
  	line-height: 55px;
  	font-size: 34px;
	background: linear-gradient(to top,#1b46bd 0%, #217ff3 100%);
}

/*** MY PROFILE DETAILS END ***/

/*** NOTIFICATIONS START***/
.notif-container{
	overflow: scroll;
	height: 100vh;

}
.notif-container .item-left{
	flex-wrap: wrap;
	display: flex;
	vertical-align: middle;
	max-width: 85px;
	justify-content: center;
}
.notif-container .item-left .notif-img-dv{
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 25px;
}
.notif-container .item-left .notif-img-dv img{
	width: 100%;
	border-radius: 50%;
	height: 100%;
}

.notif-container .notif-details{
	position:relative;
	margin-bottom:16px;
	
}
.notif-container .notif-details:after {
  	content: "";
	background: rgb(121, 116, 170, 0.2);
	position: absolute;
	left: 8px;
	height: 2px;
	width: calc(100% - 20px);
	bottom: 0px;
	
}

.notif-container .notif-details .message-preview{
	margin-bottom:5px;
	
}
.tm-preview{
	color: #d4ba77;
	font-size:13px;
	font-weight:300;
}
.mt-35{
	margin-top:35px !important;
}
/*** NOTIFICATIONS END ***/

/*** SETTINGS START ***/
.settings-container .setting-item-list{
	overflow: scroll;
	height: 100vh;

}
.settings-container .setting-item-list li{
	position: relative;
	margin-bottom: 16px;
	font-size:16px;
}

.settings-container .setting-item-list li .setting-item-nm{
/*	background: linear-gradient(to right, #D0331F 30%, #d4ba77 60%);*/
  background: linear-gradient(to right, var(--dark) 100%, var(--primary-light) 0%);
  	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.settings-container .setting-item-list li .setting-item-icon{
	margin-right: 16px;
	color: #C39F43;
	width:20px;
	display:inline-block;
	text-align:center;
}

.settings-container .setting-item-list li:nth-last-child(3)::after {
  content: "";
  background: rgba(255, 51, 150, 0.2);
  position: absolute;
  left: 3px;
  height: 2px;
  width: calc(100% - 20px);
  bottom: -10px;
}
/*** SETTINGS END ***/

/*** LOGIN MINOR***/
.al-highlight-txt{
	color: #C39F43 !important;
}
/*** LOGIN MINOR END ***/

/*** SUBSCRIPTION PLANS ***/
.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}

.plan-card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.plan-one .pricing-header {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

.plan-one .pricing-header .plan-title {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 600;
    background: #58379f;
    margin: 0;
}

.plan-one .pricing-header .plan-cost {
    color: #ffffff;
    background: #644a9d;
    padding: 15px 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.plan-one .pricing-header .plan-save {
    color: #ffffff;
    background: #84b3f2;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 700;
}


.plan-one .plan-features {
    border: 1px solid #e6ecf3;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    
}

.plan-one .plan-features li {
    padding: 10px 15px 10px 40px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px solid #e6ecf3;
    line-height: 100%;
    
}

.plan-one .plan-footer {
    border: 1px solid #e6ecf3;
    border-top: 0;
    background: #ffffff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 10px 0 30px 0;
}

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }
    .plan-one .pricing-header i {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
}
/*** SUBSCRIPTION PLANS END ***/

/*** FAQ PAGE START***/
.faq-container .fq-box1 {
  position: relative;
  border: 0px solid #ced4da;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.faq-container .fq-box .service-row {
  padding: 10px 10px;
}
.faq-container .fq-box .service-row:nth-child(2n+1) {
  background: rgb(115, 116, 170,0.09);
}
.faq-container .fq-box .service-row .es-left {
	width: calc(100% - 10px);
	cursor: pointer;
	float:left;
}
.faq-container .fq-box .service-row .es-right {
	width: 10px;
	cursor: pointer;
	float:left;
	text-align:right;
}
.faq-container .fq-box .service-row .fq-question{
	color: #D0331F;
}
/*** FAQ PAGE END ***/
a:visited, .nav-right li a:visited{
  color: #C39F43 ! !important;
}

a:hover, .nav-right li a:hover{
  color: #d4ba77 !important;
}