@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800;900&display=swap");
@import url("../css/bootstrap.css");
@import url("../css/animate.css");
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("../css/xicon.css");
@import url("../css/variables.css");
@import url("../css/mobile-nav.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #27ae6036;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #26ae52;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--default-color);
  font-size: var(--base-font-size);
  background: #1e2022;
}
.ff-primary {
  font-family: var(--base-font-family);
}
.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}
.fc-secondary {
  color: var(--secondary-color);
}
.fc-dark {
  color: var(--dark-color);
}
.fc-lite {
  color: var(--lite-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}
h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}
h3,
.h3 {
  font-size: var(--font-size-h3);
}
h4,
.h4 {
  font-size: var(--font-size-h4);
}
h5,
.h5 {
  font-size: var(--font-size-h5);
}
h6,
.h6 {
  font-size: var(--font-size-h6);
}
p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}

/*** theme sections padding ***/
.sec-padding-100 {
  padding: 100px 0;
}
.sec-padding-90 {
  padding: 90px 0;
}
.sec-padding-80 {
  padding: 80px 0;
}
.sec-padding-70 {
  padding: 70px 0;
}
.sec-padding-60 {
  padding: 60px 0;
}
.sec-padding-xlarge {
  padding: 50px 0;
}
.sec-padding-large {
  padding: 40px 0;
}
.sec-padding-medium {
  padding: 30px 0;
}
.sec-padding-small {
  padding: 25px 0;
}
.sec-padding-xsmall {
  padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
  margin: 100px 0;
}
.sec-margin-90 {
  margin: 90px 0;
}
.sec-margin-80 {
  margin: 80px 0;
}
.sec-margin-70 {
  margin: 70px 0;
}
.sec-margin-60 {
  margin: 60px 0;
}
.sec-margin-xlarge {
  margin: 50px 0;
}
.sec-margin-large {
  margin: 40px 0;
}
.sec-margin-medium {
  margin: 30px 0;
}
.sec-margin-small {
  margin: 25px 0;
}
.sec-margin-xsmall {
  margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}
p span {
  color: black;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: 0px;
  outline: none;
}
/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}
.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}
h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}
.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}
.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* header
------------------------------------*/
.header-main {
  padding: 0 0 0 0;
}
.top-bar {
  color: white;
  background: var(--secondary-color);
  padding: 0;
}
.top-info-list {
  float: left;
  margin: 10px 0;
}
.top-info-list li {
  float: left;
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px;
}
.top-info-list li:first-child {
  padding-left: 0px;
}
.top-info-list li:last-child {
  padding-right: 0px;
}
.top-info-list li span {
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 20px;
}
.top-info-list li span.icon-phone2 {
  font-size: 15px;
  top: 1px;
  position: relative;
}
.top-info-list li + li {
  border-left: 1px solid #515151;
}
.top-info-list li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.top-info-list li a:hover {
  color: white;
}

.nav-area-full {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
.logo {
  margin: 0;
  float: left;
}
.logo a {
  display: block;
}
.top-area {
  display: inline-block;
  width: 100%;
}

.main-menu {
  width: 100%;
  display: inline-block;
  float: right;
  margin: 0;
}
.main-menu > ul {
  float: right;
  margin: 0px;
}
.main-menu > ul > li {
  padding: 0px 15px;
  float: left;
  position: relative;
}
.main-menu > ul > li:last-child {
  padding-right: 0px;
}
.main-menu > ul > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #71787e;
  left: 0px;
  top: 30%;
}
.main-menu > ul > li:first-child:before {
  display: none;
}
.main-menu > ul > li > a {
  padding: 0px;
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 700;
  text-transform: uppercase;
}

.main-menu > ul > li.active > a,
.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active,
.main-menu > ul > li > a:focus {
  color: var(--primary-color);
}

.dropdown {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  padding: 0px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 5px solid var(--secondary-color);
}
.main-menu > ul > li:hover .dropdown {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  left: 0;
}

.dropdown > ul {
  list-style: none;
}
.dropdown > ul > li {
}
.dropdown > ul > li:before {
  display: none;
}
.dropdown > ul > li + li {
  border-top: 1px dotted #457584;
}
.dropdown > ul > li > a {
  color: #133569;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 10px 8px 15px;
  display: block;
}
.dropdown > ul > li > a:hover {
  color: black;
  background: none;
}
.dropdown > ul > li > a:hover:before {
  display: none;
}
.double-drop {
  width: 400px !important;
}

.dropdown > ul > li > ul {
  display: none;
}
.dropdown > ul > li.level2:hover > ul {
  display: block;
}

.stickyheader {
  position: fixed;
  z-index: 9999;
  min-height: auto;
}
.stickyheader .logo img {
  width: 80px;
}
.stickyheader .logo {
  margin: 5px 0;
}
.stickyheader .navbar-inverse {
  margin: 10px 0 0 0;
}
.stickyheader .top-info-list ul {
  margin: 5px 0;
}

/* sticky social icons
------------------------------------*/
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -155px;
  top: 180px;
  width: 200px;
  display: none;
  z-index: 999;
}
.sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 45px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.sticky li:hover {
  margin-left: -115px;
}
.sticky li img {
  float: left;
  margin: 0;
  margin-right: 10px;
}
.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  line-height: 45px;
  color: white;
}
.sticky li a {
  color: white;
}

/* sldier home
------------------------------------*/
.slider-wrapper {
  width: 100%; /*margin-bottom: 20px;*/
  position: relative;
}
.home-banner {
  width: 100%;
  height: 438px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
.home-banner-content {
}
.home-banner-content h1 {
  font-size: var(--font-size-h1-home-vmin);
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  letter-spacing: -2px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
}
.home-banner-content h1:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  right: 0px;
  bottom: -5px;
  border-radius: 200px;
}
.home-banner-content h1 span {
  color: var(--primary-color);
}
.home-banner-content .subtitle {
  color: white;
  font-size: 16px;
}
.home-banner-content a.home-banner-link {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 20px;
  background: var(--primary-color);
  color: white;
  position: relative;
  display: table;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.home-banner-content a.home-banner-link:after {
  content: "\e93a";
  font-family: "icomoon" !important;
  font-size: 13px;
  color: white;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.home-banner-content a.home-banner-link:hover {
  background: var(--primary-color-dark);
}

/* slick Dots .home slider */
.home-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 3px;
  list-style: none;
  width: 1140px;
}
.home-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
}
.home-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: white;
  border: none;
  border-radius: 200px;
}
.home-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
  border: none;
}
/* slick arrows .home slider */
.home-slider .slick-prev,
.home-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-slider .slick-prev {
  left: 15px;
}
.home-slider .slick-next {
  right: 15px;
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  font-family: "icomoon" !important;
  color: white;
  font-size: 50px;
  line-height: 1;
}
.home-slider .slick-prev:before {
  content: "\e958";
}
.home-slider .slick-next:before {
  content: "\e957";
}
.home-slider .slick-prev:hover:before,
.home-slider .slick-next:hover:before {
  color: var(--primary-color);
}
/* progress bar */
.slider-progress {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: var(--primary-color);
}

/* inner banner
------------------------------------*/
.inner-banner {
  width: 100%;
  height: 330px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-banner-content {
}
.inner-banner-content h1 {
  font-size: var(--font-size-h1-inner-vmin);
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  letter-spacing: -2px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
  float: left;
}
.inner-banner-content h1:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  right: 0px;
  bottom: -5px;
  border-radius: 200px;
}
.inner-banner-content h1 span {
  color: var(--primary-color);
}
.inner-banner-content .subtitle {
  color: white;
  font-size: 16px;
}

/* home boxes area
------------------------------------*/
.home-box-main {
  margin: 10px 0;
  text-align: center;
}
.home-box-main img {
  margin: 0 auto 10px auto;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
}
.home-box-main h3 {
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.home-box-main p {
  padding: 0 0 10px 0;
}
.home-box-main a.more-link {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
  background: var(--primary-color);
  color: white;
  display: inline-block;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.home-box-main a.more-link:hover {
  background: var(--primary-color-dark);
  color: white;
}

/* why book area
------------------------------------*/
.why-book-area {
  background: url("../images/why-book-bg.jpg") repeat 0 0;
}
.why-book-area .hd01 {
  margin: 0 auto 15px auto;
}
.book-icons-box {
  padding: 20px 60px;
  margin: 0px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.book-icons-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 178px;
  right: -20px;
  top: 15%;
  background: url("../images/icon-box-sep.png") no-repeat 0 0;
}
.book-icons-box img {
  margin: 0 auto 15px auto;
}
.book-icons-box h3 {
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0px;
  padding: 25px 0 10px 0;
  position: relative;
}
.book-icons-box h3:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 5px;
  background: var(--primary-color);
  margin: 0 auto;
  display: table;
  top: 0;
  left: 0;
  right: 0;
}
.book-icons-box p {
  color: black;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0px;
}
.book-icons-box.nosep:before {
  display: none;
}
.why-book-area .col-lg-4:nth-child(3n) .book-icons-box:before {
  display: none;
}

/* testimonial area
------------------------------------*/
.testimonial-area {
}
.testimonials-slider-main {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  padding-bottom: 40px;
}
.testimonials-slider {
  padding: 20px 0 0 0;
}
.testimonials-slider img {
  border-radius: 200px;
  margin: 0 auto 25px auto;
  box-shadow: 0 0 0 8px white, 0 0 0 10px #112c4a;
}
.testimonials-slider p {
  font-size: 20px;
  line-height: 22px;
  margin: 0 auto 20px auto;
  font-style: italic;
  font-family: "Times New Roman", serif;
  position: relative;
  width: 90%;
}
.testimonials-slider p:before,
.testimonials-slider p:after {
  position: relative;
  display: inline-block;
  color: var(--secondary-color);
  font-family: "icomoon" !important;
  font-size: 15px;
  font-style: initial;
}
.testimonials-slider p:before {
  content: "\e90c";
  left: -5px;
  top: -15px;
}
.testimonials-slider p:after {
  content: "\e90b";
  right: -5px;
  bottom: -10px;
}

/* slick Dots .testimonial slider */
.testimonials-slider-main .slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.testimonials-slider-main .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 0;
  cursor: pointer;
}
.testimonials-slider-main .slick-dots li button {
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: url(../images/slick-dots.png) no-repeat 0 0;
  border: none;
}
.testimonials-slider-main .slick-dots li.slick-active button {
  border: none;
  background: url(../images/slick-dots.png) no-repeat top 0 left -11px;
}
/* slick arrows .testimonial slider */
.testimonials-slider-main .slick-prev,
.testimonials-slider-main .slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 18px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials-slider-main .slick-prev {
  left: -20px;
  background: url(../images/slick-arrows.png) no-repeat top 0 left 0;
}
.testimonials-slider-main .slick-next {
  right: -20px;
  background: url(../images/slick-arrows.png) no-repeat top 0 left -18px;
}

/* hover boxes
------------------------------------*/
.hover-boxes-area {
  padding: 25px 0 10px 0;
}

.travel-box-main {
  margin: 15px 0;
  position: relative;
  min-height: 420px;
  overflow: hidden;
  text-align: center;
}
.travel-box-main img {
  width: 100%;
}
.travel-content {
  padding: 15px 15px 15px 0px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 75%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
}
.travel-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  background: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.travel-content h4 span {
  font-size: 18px;
  display: block;
}
.travel-content .starts {
  margin: 0 auto 20px auto;
  display: table;
}
.travel-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.travel-content a {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 35px 10px 25px;
  background: transparent;
  color: white;
  position: relative;
  border: 1px solid white;
  display: none;
}
.travel-content a:before {
  position: absolute;
  content: "\f178";
  font-family: fontAwesome;
  font-size: 13px;
  color: white;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.travel-content a:hover {
}
.travel-box-main:hover {
}
.travel-box-main:hover .travel-content {
  top: 0px;
  height: 100%;
  padding: 70px 15px 20px 15px;
  background: rgba(0, 0, 0, 0.7);
}
.travel-box-main:hover .travel-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0 30px 0;
  margin: 0 0 20px 0;
  background: none;
  width: 100%;
}
.travel-box-main:hover .travel-content h4:before {
  position: absolute;
  content: "";
  width: 72px;
  height: 20px;
  left: 0px;
  top: 0px;
  margin: auto;
  right: 0px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
}
.travel-box-main:hover .travel-content h4::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 20px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  border: 1px solid #ffffff;
  border-top: 1px solid transparent;
}
.travel-box-main:hover .travel-content p {
  display: block;
  color: #ffffff;
}
.travel-box-main:hover .travel-content a {
  display: table;
  margin: 0 auto;
}

.destination-box-main {
  margin: 15px 0;
  position: relative;
  min-height: 260px;
  overflow: hidden;
}
.destination-content {
  padding: 15px 15px 15px 15px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 67%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.destination-content h4 {
  font-size: 27px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  font-family: "Cinzel", serif;
}
.destination-content h4 span {
  font-size: 18px;
  display: block;
}
.destination-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.destination-box-main:hover .destination-content {
  top: 0px;
  height: 100%;
  padding: 20px 15px;
  background: rgba(13, 16, 43, 0.8);
}
.destination-box-main:hover .destination-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #f15b22;
  font-family: "Cinzel", serif;
  margin-top: 0px;
}
.destination-box-main:hover .destination-content h4 span {
  font-size: 18px;
  display: inline-block;
}
.destination-box-main:hover .destination-content p {
  display: block;
}

.points-box-main {
  margin: 15px 0;
  position: relative;
  min-height: 358px;
  overflow: hidden;
}
.points-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 72%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.points-content h4 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: white;
  height: 58px;
  padding: 18px 0 0 90px;
  text-transform: uppercase;
  background: url(assets/images/benefit-hd-bg.png) no-repeat 0 0;
}
.points-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
.points-box-main:hover .points-content {
  top: 0px;
  height: 100%;
  padding: 100px 15px 20px 15px;
  background: rgba(8, 37, 142, 0.85);
}
.points-box-main:hover .points-content h4 {
  background: none;
  border-left: 5px solid #d69d03;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  height: auto;
}
.points-box-main:hover .points-content p {
  display: block;
}

/* tabs custom (place nav and tabs anywhere separately)
------------------------------------*/
.tabs-custom-nav li a {
  color: black;
}
.tabs-custom-nav li a.current {
  color: #fff;
}
.tabs-custom .tab-content-panel {
  display: none;
  overflow: hidden;
  width: 100%;
}
.tabs-custom .tab-content-panel.selected {
  display: block;
}

/* tabs generic (nav and tabs in main div)
------------------------------------*/
.tab-custom-nav li a {
  color: black;
}
.tab-custom-nav li a.current {
  color: #0076fb;
}
.tab-custom .tab-content-panel {
  display: none;
  overflow: hidden;
  width: 100%;
}
.tab-custom .tab-content-panel.selected {
  display: block;
}

/* tabs generic (nav and tabs in main div tabs with style)
------------------------------------*/
.tabs-main {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.tabs-main ul.tabs-nav {
  padding: 0px;
  width: 100%;
  float: left;
  margin: 0 0 -1px 0;
}
.tabs-main ul.tabs-nav li {
  list-style: none;
  float: left;
}
.tabs-main ul.tabs-nav li a {
  background: #003a7b;
  border: 1px solid #bcc5cb;
  border-bottom: 0px;
  color: white;
  padding: 7px 15px;
  display: block;
  text-decoration: none;
}
.tabs-main ul.tabs-nav li a.current {
  background: white;
  color: #003a7b;
}
.tabs-main .tab-content-panel {
  background: white;
  padding: 15px 30px 25px 30px;
  border: 1px solid #bcc5cb;
  display: none;
  overflow: hidden;
  width: 100%;
}

/* points boxes area
------------------------------------*/
.points-boxes-area {
  background: #000000;
}
.points-boxes-area .col-lg-4 {
  border-right: 1px solid #292929;
}
.points-boxes-area .col-lg-4:nth-child(3) {
  border-right: 0px;
}
.points-box {
  padding: 30px 0 30px 80px;
  position: relative;
}
.points-box img {
  position: absolute;
  left: 0px;
  top: 30px;
}
.points-box h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.points-box p {
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  padding: 0;
}

/* accordion
------------------------------------*/
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion {
  overflow: hidden;
  background: none;
  margin-top: 30px;
}
.quest-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ececec;
  color: #0c2745;
  padding: 0px 15px 0px 15px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all linear 0.15s;
  text-decoration: none;
  border-bottom: 1px solid #dbdbdb;
}
.quest-title:before {
  position: absolute;
  content: "\e91e";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0px;
  font-family: "icomoon" !important;
  color: #1e1e1e;
  font-size: 20px;
}
.quest-title.active,
.quest-title:hover {
  content: "\e91c";
}
.quest-title:after {
  width: 60px;
  height: 1px;
  left: -60px;
  bottom: -1px;
  background: #dbdbdb;
  position: absolute;
  content: "";
}
.quest-title.active:before {
  content: "\e91c";
}
.quest-title:hover:before {
  /*content: "\f056";*/
}
.quest-content {
  padding: 15px 20px;
  display: none;
  background: #dddddd;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.quest-content p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  color: #363636;
}

/* gallery
------------------------------------*/
.gallery-slider-main {
  position: relative;
  margin: 25px 0 20px 0;
}
.gallery-slider-main .slick-slide img {
  width: 100%;
}
.gallery-nav-wrapper {
  width: 93%;
  margin: 0 auto 40px;
}
.gallery-nav-main {
  position: relative;
}
.gallery-nav-main .slick-slide {
  background: white;
  padding: 5px;
}
.gallery-nav-main .slick-slide img {
  width: 100%;
  cursor: pointer;
  opacity: 0.5;
}
.gallery-nav-main .slick-slide.slick-current img {
  opacity: 1;
}
/* slick Dots gallery nav */
.gallery-nav-main .slick-dots {
  position: absolute;
  bottom: -30px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.gallery-nav-main .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
}
.gallery-nav-main .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #1f8bf3;
  border: none;
  border-radius: 200px;
}
.gallery-nav-main .slick-dots li.slick-active button {
  background: #003a7b;
  border: none;
}
/* slick arrows gallery nav */
.gallery-nav-main .slick-prev,
.gallery-nav-main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-nav-main .slick-prev {
  left: -25px;
}
.gallery-nav-main .slick-next {
  right: -25px;
}
.gallery-nav-main .slick-prev:before,
.gallery-nav-main .slick-next:before {
  font-family: "icomoon" !important;
  color: var(--secondary-color);
  font-size: 50px;
  line-height: 12px;
}
.gallery-nav-main .slick-prev:before {
  content: "\e958";
}
.gallery-nav-main .slick-next:before {
  content: "\e957";
}
.gallery-nav-main .slick-prev:hover:before,
.gallery-nav-main .slick-next:hover:before {
  color: var(--primary-color);
}

.slide-count-wrap {
  text-align: center;
  padding: 0 0 15px 0;
}

/* tablestyle1
------------------------------------*/
.tablestyle1 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.tablestyle1 th {
  padding: 9px 8px;
  background-color: #595959;
  color: white;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  width: 50%;
}
.tablestyle1 tr {
  background-color: white;
}
.tablestyle1 tr:nth-child(even) {
  background-color: #efefef;
}
.tablestyle1 td {
  border: 1px solid #e1e1e1;
  padding: 9px 8px;
  font-size: 14px;
  vertical-align: middle;
}
.tablestyle1 tr td:nth-child(1) {
  text-align: left;
  padding-left: 25px;
}

/* tablestyle2
------------------------------------*/
.tablestyle2 {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
.tablestyle2 tr {
  background-color: white;
}
.tablestyle2 td {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  width: 50%;
}

/* tablestyle3
------------------------------------*/
.tablestyle3 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.tablestyle3 th {
  padding: 9px 8px;
  background-color: #ea333f;
  color: white;
  border: 1px solid #bf2d36;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  width: 50%;
}
.tablestyle3 tr {
  background-color: white;
}
.tablestyle1 tr:nth-child(even) {
  background-color: #efefef;
}
.tablestyle3 td {
  border: 1px solid #cccccc;
  padding: 9px 8px;
  font-size: 14px;
  vertical-align: middle;
}

/* Contact (page)
------------------------------------*/
.form-box-main {
  background: #f6f6f6;
  padding: 30px 15px;
  border: 1px solid #e5e5e5;
}
.form-box-main h2 {
  padding: 0 0 15px 0;
}
.form-box-main form {
  width: 100%;
}
.form-box-main form ul li {
  width: 50%;
  margin: 0 0 20px 0;
  padding: 0 15px;
  float: left;
  box-sizing: border-box;
}
.form-box-main form ul li:nth-child(even) {
  margin-right: 0;
}
.form-box-main form ul li:last-child {
  margin-bottom: 0px;
}
.form-box-main form ul li.full-field {
  width: 100%;
}
.form-box-main form ul li label.field-txt {
  font-weight: 500;
  font-size: 12px;
  color: #000303;
  text-transform: uppercase;
  margin: 0 0 7px;
  width: 100%;
  display: block;
}
.form-box-main form ul li label.field-txt span {
  color: #ec1d23;
}
.form-box-main form ul li input[type="text"],
.form-box-main form ul li input[type="number"],
.form-box-main form ul li textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  font-weight: 400;
}
.form-box-main form ul li select {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 12px 15px;
  color: gray;
  font-size: 13px;
  font-weight: 400;
}
.form-box-main form ul li select[name="ddlMonth"],
.form-box-main form ul li select[name="ddlDay"],
.form-box-main form ul li select[name="ddlYear"] {
  float: left;
  width: 32.5%;
  margin: 0 1% 0 0;
}
.form-box-main form ul li select[name="ddlYear"] {
  margin: 0;
}
.form-box-main form ul li textarea {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 100px;
}
.form-box-main form ul li select[name="txtPhoneCode"] {
  float: left;
  width: 24%;
  margin: 0 1% 0 0;
  cursor: pointer;
}
.form-box-main form ul li input[name="txtPhone"] {
  width: 75%;
}
.check-list {
  float: left;
  margin: 0 15px 0 0;
}
.form-box-main form ul li input[type="checkbox"]:not(old),
.form-box-main form ul li input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.form-box-main form ul li input[type="checkbox"]:not(old) + label,
input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url("../images/checks.png") no-repeat 0 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
}
.form-box-main form ul li input[type="checkbox"]:not(old):checked + label {
  background-position: 0 -24px;
}
.form-box-main form ul li input[type="radio"]:not(old):checked + label {
  background-position: 0 -48px;
}
.form-box-main form ul li button {
  background: var(--secondary-color);
  padding: 10px 35px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
  float: left;
  text-transform: uppercase;
  border: 0px;
  position: relative;
  display: table;
}
.form-box-main form ul li button:after {
  content: "\e93a";
  font-family: "icomoon" !important;
  font-size: 13px;
  color: white;
  padding-left: 10px;
}
.form-box-main form ul li button:hover {
  background: var(--secondary-color-dark);
  cursor: pointer;
}
.form-box-main form ul li input::-webkit-input-placeholder {
  color: rgb(234, 234, 234);
  opacity: 1 !important;
}
.form-box-main form ul li input:-moz-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form ul li input::-moz-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form ul li input:-ms-input-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form ul li textarea::-webkit-input-placeholder {
  color: rgb(234, 234, 234);
  opacity: 1 !important;
}
.form-box-main form ul li textarea:-moz-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form ul li textarea::-moz-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form ul li textarea:-ms-input-placeholder {
  color: rgb(234, 234, 234);
}
.form-box-main form input:focus,
.form-box-main form textarea:focus,
.form-box-main form ul li select:focus,
.form-box-main form ul li option:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* sidebar
------------------------------------*/
.sidebar {
}
.sidebar h4 {
  color: white;
  background: var(--secondary-color);
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.sidebar-list {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid #d9d9d9;
}
.sidebar-list li {
  border-top: 1px solid #d9d9d9;
}
.sidebar-list li:first-child {
  border-top: 0px;
}
.sidebar-list li a {
  background: #f5f5f5;
  color: #000810;
  text-transform: capitalize;
  font-size: 14px;
  padding: 12px 15px 12px 30px;
  position: relative;
  display: block;
}
.sidebar-list li a:hover {
  color: var(--secondary-color);
}
.sidebar-list li a:before {
  position: absolute;
  content: "\e93a";
  font-family: "icomoon" !important;
  font-size: 18px;
  color: var(--secondary-color);
  left: 15px;
  top: 10px;
}
.side-banner {
  margin: 10px 0;
}

/* focus slider area
------------------------------------*/
thumb-slider-main {
  position: relative;
}
.thumb-slider {
}
.thumb-slide {
  padding: 25px;
  position: relative;
}
.thumb-slider .thumb-slide img {
  transition: all 300ms ease;
}
.thumb-slider .slick-center img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.thumb-content h3 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
}
.thumb-content {
  position: absolute;
  bottom: 25px;
  padding: 0;
  transition: all 300ms ease 0s;
  left: 40px;
}
.thumb-content span {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 300ms ease 0s;
}
.slick-center .thumb-content {
  bottom: 0px;
  left: 0px;
}
/* slick arrows .testimonial slider */
.thumb-slider .slick-prev,
.thumb-slider .slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 57px;
  height: 57px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.thumb-slider .slick-prev {
  left: -65px;
  background: url(../images/slick-arrows-slider.png) no-repeat top 0 left 0;
}
.thumb-slider .slick-next {
  right: -65px;
  background: url(../images/slick-arrows-slider.png) no-repeat top 0 left -57px;
}
.thumb-slider .thumb-slide:focus {
  outline: none;
}

/* thumb bid gallery
------------------------------------*/
.bid-slider-gallery {
  position: relative;
  padding: 10px 5px 10px 0;
  float: left;
  width: 78%;
}
.bid-slider-gallery .slick-slide {
  border: 1px solid #e7edef;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.bid-slider-gallery .slick-slide img {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.bid-gallery-nav-wrapper {
  width: 22%;
  float: left;
  padding: 5px 0 0 5px;
}
.bid-gallery-nav {
  position: relative;
}
.bid-gallery-nav .slick-slide {
  padding: 5px 0;
  height: 88px;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.bid-gallery-nav .slick-slide img {
  width: 100%;
  height: 88px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.bid-gallery-nav .slick-slide.slick-current img {
  opacity: 1;
}

/* sliderxs
------------------------------------*/
.sliderxs {
}
/* slick Dots .sliderxs slider */
.sliderxs .slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0;
  margin: 0 auto;
  border-radius: 3px;
  list-style: none;
  text-align: center;
}
.sliderxs .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
}
.sliderxs .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #10171f;
  border: none;
  border-radius: 200px;
}
.sliderxs .slick-dots li.slick-active button {
  background: var(--primary-color);
  border: none;
}
.sliderxs .slick-dots li button:before {
  display: none;
}
.sliderxs .col-lg-2:focus,
.sliderxs .col-lg-3:focus,
.sliderxs .col-lg-4:focus,
.sliderxs .col-lg-6:focus {
  outline: none;
}

.ct-table table {
  width: 100%;
}

ul.tabs-custom-nav li {
  display: inline-block;
  text-align: center;
}

ul.tabs-custom-nav li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 2.16px;
  text-transform: uppercase;
  color: #fff;
  /* color: #8D8D8D; */
  padding: 5px 10px 9px;
  position: relative;
  text-align: center;
}

ul.tabs-custom-nav li a.current:before {
  background: #00d38b;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -13px;
  content: "";
  border-radius: 5px 5px 0 0;
  left: 0px;
}

.ct-table tr th {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  /* identical to box height */
  color: #fff;
  /* color: #8D8D8D; */
  padding: 10px;
  background: #2f3235;
}

.ct-table table tr td {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  /* identical to box height */
  color: #ffffff;
  border-bottom: 1px solid #2f3235;
  padding: 14px;
}

ul.tabs-custom-nav {
  padding: 0 10px;
  margin: 0 0 12px;
}
section#transaction-sec {
  background: #25282a;
  border: 1px solid #2f3235;
  padding: 15px 0px;
  /* width: 97%; */
  margin: 0 auto;
  border-radius: 5px;
  margin: 0 15px;
}

.ct-table {
  border: 1px solid #2f3235;
  border-top: 0px;
}
.search-bar i {
  position: absolute;
  left: 10px;
  top: 9px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  padding: 6px 41px;
  border-radius: 11px;
}
div#withdraw .modal-dialog {
  max-width: 500px;
  margin: 8.75rem auto;
}
.choose-binary select {
  width: 100%;
  border: 1px solid #80808030;
  background: #2f3031;
  padding: 7px 6px 8px 7px;
  border-radius: 3px;
  color: #fff;
}
.beneficiary-added-txt {
  position: relative;
  background: #fff;
  width: 300px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 50px;
}

.beneficiary-added-txt p {
  padding: 0;
}

.beneficiary-added-txt h6 {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 0 0 0 5px;
}

.beneficiary-added-txt:before {
  height: 80%;
  width: 3px;
  background: blue;
  content: "" "";
  position: absolute;
  left: 5px;
}
.credit-main {
  border: 2px solid;
  border-radius: 10px;
  margin: 0 0 0 0;
  background: #25282a;
  border-color: #2f3235;
  width: 55%;
  padding: 3px 0 13px 0;
}

.credit-card-div img {
  width: 67px;
}

.visa-card {
  text-align: right;
  padding: 3px 0px 0 0px;
}
.credit-card-div ul li {
  display: inline-block;
  margin: 0 0 17px 0px;
  font-size: 12px;
  color: white;
  font-family: "Inter";
  padding: 14px 0 5px 0;
}

.credit-card-div ul li:nth-child(1) {
  margin: 0;
}
.credit-card-div h3 {
  font-size: 14px;
  color: white;
  padding: 4px 0 0 0;
  font-family: "Inter";
}

.credit-card-div ul {
  margin: 0;
}

.visa-card h5 {
  font-size: 16px;
  color: white;
  padding: 17px 0 0 12px;
}

.visa-card img {
  margin: 3px 0 60px 23px;
}

.credit-card-div img {
  width: 83px;
  margin: 5px 0 20px 0;
}
button#ct-credit-a {
  width: 142px;
  padding: 3px 0 5px 0;
  background: transparent;
  border-color: white;
  transition: all 0.6s ease;
  margin: -85px 0 0 0;
}

button#ct-credit-a:hover {
  background: white;
  color: black;
}

button#ct-credit-save {
  margin: -30px 0 0px 0;
}
a.make-transaction-btn {
  background: transparent !important;
  border: 1px solid;
  border-radius: 5px;
  transition: all 0.6s ease;
}

a.make-transaction-btn:hover {
  background: white !important;
  color: black;
}
a.make-transaction-btn:before {
  display: none;
}
/********** Responsive **********/
section#top-bar {
  background: #121415;
  padding: 16px 0 13px 0;
  border-bottom: 2px solid #565252e3;
}

.logo-div img {
  width: 210px;
}
.profile-div {
  width: 100%;
  text-align: end;
}

.profile-div span i {
  font-size: 20px;
  color: white;
}
.profile-div span {
  margin: 0 0 10px 20px;
  display: inline-block;
}

.profile-div div {
  display: inline-block;
  margin: 0 0 0 19px;
}
section#dashboard-sec {
  padding: 35px 0px 26px 0;
  position: relative;
}
.dsh-txt h1 {
  font-size: 24px;
  color: white;
  font-family: "Inter";
  font-weight: 700;
  padding: 0;
  margin: 4px 0 0 0;
}
.add-btn {
  display: inline-block;
  margin: 0 0 0 20px;
}

.withdraw-btn {
  display: inline-block;
  margin: 0 0 0 20px;
}

.btn-div {
  width: 100%;
  text-align: end;
}

.add-btn a {
  display: inline-block;
  font-size: 14px;
  transition: all 0.6s ease;
  color: white;
  border: 2px solid white;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 14px;
}

.withdraw-btn a {
  transition: all 0.6s ease;
  display: inline-block;
  font-size: 14px;
  color: white;
  background: #387cff;
  padding: 12px 46px;
  border-radius: 13px;
  font-weight: 700;
}
section#dashboard-sec:before {
  position: absolute;
  content: "";
  width: 99%;
  height: 2px;
  bottom: 0;
  background: #2f3235;
  left: 50%;
  transform: translatex(-50%);
}
.add-btn a:hover {
  background: white;
  color: #25282a;
}

.withdraw-btn a:hover {
  background: white;
  color: #25282a;
}

.btn-div img {
  cursor: pointer;
}
.grwth-main {
  background: #25282a;
  padding: 18px 30px 18px 18px;
  margin: 30px 0 0 0;
  border: 1px solid #3f4244;
  border-radius: 13px;
}

.totl-indiv img {
  text-align: center;
  margin: 13px 0 0 0;
}
.totl-indiv p {
  padding: 0px 0 5px 0;
  /* color: #8D8D8D; */
  color: #fff;
  font-size: 13px;
  font-family: "Inter";
  text-transform: uppercase;
}

.totl-indiv h4 {
  font-size: 26px;
  color: white;
  font-family: "Inter";
  padding: 0px 0 6px 0;
  font-weight: 500;
}

.totl-indiv a {
  background: #27ae6036;
  color: #27ae60;
  transition: all 0.6s ease;
  border-radius: 3px;
  font-size: 13px;
  padding: 1px 4px 2px 1px;
  margin: 0 0 0 0px;
  font-family: "Inter";
  font-weight: 500;
}
.totl-indiv a i {
  font-size: 10px;
  margin: 1px 2px 0px 3px;
}
.totl-indiv a.btn-clr {
  background: transparent;
  color: #69767b;
}
.totl-indiv a:hover {
  color: white;
}
.user-panel {
  background: #25282a;
  border: 1px solid #3f4244;
  border-radius: 11px;
  height: 460px !important;
  margin: 20px 0 0 0;
  overflow: hidden !important;
}

.user-head h2 {
  font-size: 12px;
  font-family: "Inter";
  padding: 0;
  /* color: #ffffff63; */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.user-head {
  padding: 9px 20px 9px 14px;
}
.action {
  text-align: right;
}

.name,
.action {
  background: #8d8d8d3b;
}
.user-icon-div {
  width: 100%;
  text-align: right;
  padding: 7px 30px 10px 10px;
}

.user-icon-div span i {
  font-size: 15px;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.user-name p {
  padding: 0;
  color: white;
  font-size: 10px;
  font-family: "Inter";
}

.user-profile-picture-div {
  text-align: right;
  padding: 17px 0 11px 7px;
}

.user-name h4 {
  font-size: 12px;
  color: white;
  font-family: "Inter";
}
.user-name {
  padding: 20px 0 3px 7px;
  position: relative;
}
.profile-inner {
  width: 152px;
  height: 140px;
  background: #25282a;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px;
  margin: 0 !important;
  display: none !important;
  position: absolute;
  left: -330%;
  top: 40px;
  z-index: 9;
}

.profile-pic-box {
  display: flex !important;
  align-items: self-start;
  margin: 0 !important;
}

.profile-pic-box h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  margin: 5px 0 0 6px;
}

.profile-pic-box h4 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;

  /* Gray */
  color: #929292;
  text-align: left;
  margin: 0 !important;
}
.profile-box-clicked .profile-inner {
  display: block !important;
}
.ct-chart:before {
  content: attr(data-chart);
  position: absolute;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  left: 32px;
  top: 87px;
}
.ct-chart:after {
  content: attr(data-population);
  position: absolute;
  border-radius: 3px;
  padding: 0 2px 0 7px;
  background: #254535;
  color: #27a24b;
  font-size: 13px;
  cursor: pointer;
  left: 85px;
  top: 94px;
}
.profile-box {
  position: relative;
  cursor: pointer;
}
section#user-sec {
  padding: 4px 0 0px 0;
}
.ct-chart canvas {
  width: 100%;
  height: 457px !important;
  padding: 95px 10px 0 20px;
  border: 1px solid;
  border-color: #3f4244;
  background: #25282a;
  border-radius: 11px;
  margin: 20px 0 0 0;
  overflow: hidden !important;
}
.ct-chart p {
  color: white;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  left: 0;
  top: 40px;
  font-family: "Inter";
  width: 100%;
  padding: 0 0 0 33px;
}
.ct-chart p:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 0.9px;
  background: #80808066;
  top: 37px;
}
.user-name:before {
  position: absolute;
  width: 772px;
  height: 0.1px;
  left: -79px;
  transform: translate(23px);
  background: #80808063;
  content: "";
  bottom: -7px;
}
.ct-chart {
  height: 520px !important;
  overflow: hidden !important;
  border-radius: 14px;
  position: relative;
  padding: 0;
  margin: 0;
}
main.app-container {
  overflow: hidden !important;
}
.user-box {
  width: 97%;
  height: 362px;
  overflow-y: auto;
  overflow-x: hidden;
}
.search-bar {
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  display: block;
}

.search-bar input,
select {
  background: #2f3031;
  border: 1px solid #b0b3b7;
  padding: 5px 25px;
  border-radius: 4px;
  color: #ffffff;
  margin: 0 0 8px 0;
  width: 100%;
  margin-left: 1%;
}

.search-bar input::placeholder,
select::placeholder {
  color: #b0b3b7;
}

.ct-table a {
  background: #27ae60;
  border-radius: 4px;
  position: relative;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
}
.ct-table a:before {
  position: absolute;
  /* content: "\f176";
    font-family: 'FontAwesome'; */
  font-size: 9px;
  left: 4px;
  top: 3px;
}
td.ct-dots {
  text-align: center;
}
.search-bar input:focus {
  outline: 0px;
}

.edit-profile-btn a {
  transition: all 0.6s ease;
  display: block;
  width: 100%;
  text-align: start;
  font-size: 14px;
  color: white;
  padding: 9px 7px;
  margin: 3px 0 6px 0;
  border-radius: 4px;
}

.edit-profile-btn {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.edit-profile-btn a:hover {
  background: #80808052;
}
.generate-pdf {
  display: inline-block;
  position: relative;
}
.more-btn-div {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.user-more-btn-div {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.notification-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.generate-pdf-div {
  position: absolute;
  background: #25282a;
  color: white;
  width: 125px;
  right: 0;
  display: none !important;
  text-align: left;
  padding: 5px 6px 1px 6px;
  z-index: 9;
}

.generate-pdf-div a {
  font-size: 13px !important;
  color: white;
  display: inline-block;
  margin: 0 0 5px 0;
  transition: all 0.6s ease;
  border-radius: 3px;
  padding: 10px 10px;
}

.generate-pdf-div a:hover {
  background: #3d4042;
}

.generate-pdf:hover .generate-pdf-div {
  display: block !important;
  box-shadow: -1px 4px 7px #0000008f;
}
.notification-container .generate-pdf-div {
  display: block !important;
  box-shadow: -1px 4px 7px #0000008f;
}
.more-btn-div .generate-pdf-div {
  display: block !important;
  box-shadow: -1px 4px 7px #0000008f;
}
.user-more-btn-div .generate-pdf-div {
  display: block !important;
  box-shadow: -1px 4px 7px #0000008f;
}
div#withdraw .modal-dialog {
  width: 642px !important;
  background: #0f1011 !important;
}

.modal-header {
  background: #1e2022;
  padding: 7px 0 1px 9px;
  border-radius: 1px 0 0 0;
  border-bottom: 1px solid #8e8f90;
}

.modal-header h5 {
  font-size: 12px;
  color: white;
  font-family: "Inter";
  text-transform: uppercase;
}

.modal-content button.close span {
  color: white;
  padding: 0 10px 0 12px;
  position: relative;
  top: -4px;
}

.withdraw-funds p {
  font-size: 15px;
  color: #cbc6c6f0;
  margin: 0;
  padding: 0;
}

.modal-body {
  background: #1e2022;
}

.withdraw-funds h2 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 12px 0;
  color: white;
  font-family: "Inter";
}
.withdraw-img-div img {
  width: 230px;
}
.modal-header button:focus {
  outline: 0px;
}

.withdraw-main {
  background: #333;
  border: 1px solid;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
}
.ct-ftr {
  text-align: center;
  padding: 6px 0 7px 0;
  background: #1e2022;
  width: 498px;
  margin: 0 auto;
}
.chose-txt h3 {
  font-size: 14px;
  color: white;
  font-family: "Inter";
}
.chose-txt p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.modal-content {
  background: #1e2022;
  padding: 0 10px 12px 0px;
}

.chose-txt {
  padding: 20px 50px 6px 8px;
}
.currency-txt-div {
  text-align: center;
}

.currency-div {
  width: 98%;
  background: #404244;
  margin: 0 auto;
  padding: 3px 0 4px 0;
}

.currency-txt-div p {
  margin: 0;
  padding: 0;
  color: #ada6a6;
  font-size: 12px;
  font-family: "Inter";
  text-transform: uppercase;
}

.currency-txt-div p span {
  color: white;
  margin: 0 0 0 7px;
}
.choose-binary h4 {
  font-size: 17px;
  color: #ffffffcf;
  margin: 0 0 0 0;
  font-family: "Inter";
  padding: 13px 0 0 0;
}

.choose-binary {
  padding: 0px 0 0 0;
}
.choose-binary input,
textarea {
  width: 100%;
  border: 1px solid #80808030;
  background: #2f3031;
  padding: 7px 6px 8px 7px;
  border-radius: 3px;
  color: white;
}

.choose-binary input::placeholder,
textarea::placeholder {
  color: rgb(227, 227, 227);
}

.ftr-btn {
  width: 100%;
  text-align: end;
  padding: 13px 0 0 0;
}

.ftr-btn a {
  display: inline-block;
  background: #387cff;
  color: white;
  padding: 7px 22px 7px 20px;
  border-radius: 4px;
}
.choose-binary hr {
  background: white;
}
.ct-ftr button {
  width: 210px;
  padding: 0 !important;
  height: 41px;
}
button#ct-btn-addcart {
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0 20px 0;
}
ul.otp-num li {
  display: inline-block;
  width: 45px;
}
div#otp .modal-dialog {
  width: 365px;
  background: #1e2022;
}

div#otp .modal-dialog .modal-content {
}

div#otp .modal-dialog .modal-content .withdraw-main {
  background: #1e2022;
  border: 0;
}

div#otp .withdraw-funds h2 {
  font-size: 17px;
}
div#otp .withdraw-funds p {
  width: 330px;
  padding: 0 0 20px 0;
  font-size: 13px;
}
div#otp .modal-content {
  padding: 0;
}
/********** Responsive **********/
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
  .ct-chart p:before {
    content: "";
    position: absolute;
    width: 471%;
    left: -14px;
    height: 0.9px;
    background: #80808066;
    top: 37px;
  }
  .ct-table a {
    background: #27ae60;
    border-radius: 4px;
    position: relative;
    color: white;
    padding: 4px 10px;
    font-size: 11px;
    width: 75px;
    display: block;
  }
  .ct-table table tr td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    color: #ffffff;
    border-bottom: 1px solid #2f3235;
    padding: 14px;
  }
  ul.tabs-custom-nav {
    padding: 0 10px;
    margin: 0 0 12px;
    text-align: center;
  }
  ul.tabs-custom-nav li a.current:before {
    background: blue;
    width: 95%;
    height: 3px;
    position: absolute;
    bottom: 2px;
    content: "";
    border-radius: 5px;
    left: 3px;
  }
  .search-bar {
    text-align: center;
    padding: 15px 0;
    width: 240px;
    margin: 0 at;
    margin: 0 auto;
    float: none;
  }
  .search-bar i {
    position: absolute;
    left: 10px;
    top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ct-chart canvas {
    height: 243px !important;
  }
  .ct-chart p:before {
    width: 251%;
  }
  .dsh-txt h1 {
    font-size: 24px;
    color: white;
    text-align: center;
    font-family: "Inter";
    font-weight: 700;
    padding: 0;
    margin: 4px 0 0 0;
  }
  .logo-div img {
    width: 142px;
    margin: 3px 0 0 0;
  }
  .btn-div {
    width: 100%;
    text-align: center;
    padding: 13px 0 0 0;
  }
  .add-btn a {
    font-size: 11px;
    padding: 7px 11px;
    border-radius: 14px;
  }
  .withdraw-btn a {
    transition: all 0.6s ease;
    display: inline-block;
    font-size: 11px;
    color: white;
    background: #387cff;
    padding: 10px 22px;
    border-radius: 13px;
    font-weight: 700;
  }
  section#dashboard-sec {
    padding: 15px 0px 15px 0;
    position: relative;
  }
  .user-panel {
    background: #25282a;
    border: 1px solid #3f4244;
    border-radius: 11px;
    height: 479px !important;
    margin: 20px 0 0 0;
    overflow: hidden !important;
  }
  .ct-chart {
    height: auto !important;
    overflow: hidden !important;
    border-radius: 14px;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .ct-table table {
    width: 100%;
    width: 130%;
    overflow-x: auto;
  }
  .ct-table {
    border: 1px solid #2f3235;
    border-top: 0px;
    width: 250%;
    overflow-x: auto;
  }
  ul.tabs-custom-nav li a {
    font-size: 10px;
    padding: 5px 5px 9px;
  }
  ul.tabs-custom-nav li a.current:before {
    background: blue;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    content: "";
    border-radius: 5px;
    left: 0px;
  }
  ul.tabs-custom-nav li {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px;
  }
  ul.tabs-custom-nav {
    padding: 0 10px;
    margin: 0 0 12px;
    text-align: center;
  }
  .search-bar {
    text-align: center;
    padding: 0 0 11px 0;
  }
  .search-bar i {
    position: absolute;
    left: 10px;
    top: 9px;
  }
  .search-bar {
    position: relative;
  }
  .generate-pdf-div {
    width: 99px;
    left: 1px;
    top: 35px;
    text-align: left;
    padding: 5px 6px 1px 6px;
    z-index: 9;
  }
  .generate-pdf-div a {
    font-size: 10px !important;
  }
  .ct-ftr {
    width: 100%;
  }
  div#withdraw .modal-dialog {
    width: 380px !important;
  }
}
.makeheadersticky {
  position: fixed;
  z-index: 1000;
  background: #121415;
  padding: 16px 0 13px 0;
  border-bottom: 2px solid #565252e3;
  top: 5%;
}
.toolbar-2.fixed {
  position: fixed;
  z-index: 1000;
  background: #121415;
  padding: 10px 0 7px 0;
  border-bottom: 1px solid #565252e3;
  top: 0px;
  width: 100%;
  /* margin-top: -1.3%; */
}
