*{
  padding:0px;
  margin:0px;
  box-sizing:border-box;
  scroll-behavior: smooth;
}
:root {
  /* Color Variables */
  --heading-color: #FFFFFF;
  --secondary-color: #2ecc71;
  --button-bg: #338EB6;
  --text-color: rgba(255,255,255,0.56);
  --main-font: 'Lufga', sans-serif;
}

body{
  padding-bottom:0px;
}
body.guest {
 background: rgba(0, 9, 38, 1);
}
.social-tabs-boxes .circle-tab-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex: 1;
  max-width: 420px; /* approx 5 icons at 60px + margin */
}

.social-tabs-boxes .circle-tab-slider {
  display: inline-flex;
    padding: 50px 0px;
    margin: 0;
    justify-content: center;
}
.tab-nav-wrapper .nav-tabs {
border:none;
}
.tab-nav-wrapper {
    display: flex
;
    align-items: center;
  position:relative;
}

.social-tabs-boxes .circle-tab-slider > li {
  list-style: none;
  margin-right: 10px;
  flex: 0 0 auto; /* prevent shrinking */
}

.social-tabs-boxes .circle {
 position: relative;
    width: 115px;
    height: 99px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 85px;
    overflow: hidden;
    border: 1px solid #474752;
    transition: border-color 0.3s ease;
    cursor: pointer;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.circle-tab-slider {
  overflow: hidden;
  width: 100%;
}

.circle-tab-slider-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: max-content;
}

.social-tabs-boxes .circle img {
  width: 100%;
  height: auto;
}

.social-tabs-boxes .circle-arrow {
    /* background-color: #eee; */
    border: none;
    /* padding: 10px 15px; */
    /* font-size: 18px; */
    cursor: pointer;
    width: 50px;
    height: 50px;
}
/* Active tab's circle style */
.circle-tab-slider li.active .circle {
  background-color: #192C4D; /* Change this color as needed */
}
.social-tabs-boxes .nav-tabs > li.active > a,
.social-tabs-boxes .nav-tabs > li.active > a:hover,
.social-tabs-boxes .nav-tabs > li.active > a:focus {
  background-color: transparent; /* dark background */
  border-radius: 50%;
  color: #fff;
  border:none;
  outline:none;
}

.social-tabs-boxes .nav-tabs > li > a {
  padding: 10px;
  border: none;
  background-color: transparent;
}

.guest .navbar{
  background-color: rgba(255, 255, 255, 0.7); /* 70% opaque white */
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px); /* For Safari */
  padding: 15px 0px;
  border: none;
}
#main-head .nav.navbar-nav.navbar-right{
	display: flex;
    align-items: center;
}
#fix-space{
padding-top:120px;
}
.guest.home_page .navbar{
  margin: 0px;
}
.guest .navbar-right li a{
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24.76px;
  text-align: left;
  color:rgba(66, 51, 67, 1);
  background-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.signup-btn{
  border:2px solid #338EB6;
  border-radius:60px;
  background: #338EB6;
  padding: 0px 35px;
  margin-left: 15px;
}
.signup-btn a{
  color:#ffffff !important;
}
.signin-btn{
  border:2px solid #338EB6;
  border-radius:60px;
  padding: 0px 35px;
}
.signin-btn a{
  color:#338EB6 !important;
}
/* Hero Section */
.hero-section{
  padding: 130px 0px 50px 0px;
  background-image: url('https://storage.perfectcdn.com/c46c3c/jp8wz7a35c6pogx5.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.right-hero-content p.top-heading{
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 26.1px;
  text-align: left;
  color: var(--heading-color);
}
.right-hero-content h1{
  font-family: var(--main-font);
  font-size: 45px;
  font-weight: 700;
  line-height: 58.73px;
  text-align: left;
  color: var(--heading-color);
}
.right-hero-content h2{
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  color: var(--text-color);
}
.right-hero-content p{
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 26.1px;
  text-align: left;
  color: var(--text-color);
}
.right-hero-content p.top-paragraph {
  font-size: 16px;
}
.create-acc-text{
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 17.31px;
  letter-spacing: 0.2597014904022217px;
  text-align: center;
  color:#ffffff;
  margin-left: 70px;
}
/* Custom class for 1.5 columns width */
.col-sm-1-5 {
  width: 12.5% !important; /* 1.5/12 of the row width */
}
.form-wrapper {
  width:450px;
}
.form-control.custom-inputes{
  width:100%;
  background: RGBA(255, 255, 255, 0.2);
  padding: 10px 20px;
  border: none;
  height: 52px;
  color: #fff;
  border-radius: 12px;
}
.signup-wrapper .form-control.custom-inputes {
  border: 2px solid transparent;
}
.form-control.custom-inputes:focus{
  font-family: Lufga;
  font-weight:400;
  color:#ffffff;
}
.signup-wrapper .form-control.custom-inputes:focus {
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.form-control.custom-inputes::placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: var(--main-font);
  font-weight: 500;
}
.signup-wrapper .form-control.custom-inputes::placeholder {
  font-weight: 300;
  color: #ffffff;
  opacity: .80;
}
.form-control.custom-inputes::placeholder {
  font-weight: 600;
}
.signup-wrapper .form-control.custom-inputes::placeholder {
  font-weight: 300;
}
.checkbox label{
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: left;
  color: var(--heading-color);
}
.sm-icons-wrapper{
  padding: 50px 0px 0px 0px;
}
.sm-conten-sec{
  padding: 50px 0px;
}
.custom-divider{
  width:10%;
  height:2px;
  margin:0 auto;
  background-color:#19223c;
}
.sm-inner-sec h2{
  font-family: 'Lufga', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.sm-inner-sec p{
  font-family: 'Lufga', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: center;
  color: var(--text-color);

}
.sm-boxes-wrapper{
  padding:80px 0px 0px 0px;
}
.sm-inner-box {
  position: relative;
  padding: 5px;
  background: #192c4d;
  border-radius: 23px;
}
.sm-inner-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 23px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.sm-inner-box img{
  position: absolute;
  top: 0; /* Start from the top of the box */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -35%); /* Center horizontally and adjust vertically */
  width: 100px; /* Example width for the image */
  height: auto; /* Maintain aspect ratio */
}
.sm-inner-content{
  padding: 40px 20px;
  margin-top: 75px;
}
.sm-inner-box img{
  width: 140px;
  /* margin-top: -70px; */
}
#eye-img{
  width: 200px;
}
.sm-inner-content h3{
  font-family: var(--main-font);
  font-size: 29px;
  font-weight: 700;
  line-height: 37.85px;
  text-align: center;
  color: #ffffff;
}
.sm-inner-content p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: center;
  color: var(--text-color);
}
/* SM Market Section  */
.sm-detail-data{
  background: rgba(121, 183, 232, 0.3);
  width: 100%;
  padding: 50px 0px;
  position: relative;
}
.sm-detail-data:before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.container.detail-inner {
  position: relative;
  z-index: 2;
}
.detail-inner h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: left;
  color: var(--heading-color);
  width: 660px;
  margin-top: 0px;
}
.detail-inner p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: left;
  color: var(--text-color);
  margin-bottom: 35px;
}
.detail-inner a{
  text-decoration: none;
  font-family: var(--main-font);
  font-size: 30px;
  font-weight: 700;
  /* line-height:  40px; */
  text-align: center;
  color: #ffffff;
  background-color: var(--button-bg);
  border-radius: 50px;
  padding: 10px 100px;
  border: 0px;
  box-shadow: 4px 10px 20px 0px #00000026;

}
.sm-detail-data img {
  position: absolute;
  top: -165px;
  right: 0px;
  background-blend-mode: exclusion;
  width: 35%;
}
/* Get Started Section */
#custom-buston{
  text-decoration: none;
  font-family: var(--main-font);
  font-size: 30px;
  font-weight: 700;
  /* line-height:  40px; */
  text-align: center;
  color: #ffffff;
  background-color: var(--button-bg);
  border-radius: 50px;
  padding: 10px 60px;
  border: 0px;
  box-shadow: 4px 10px 20px 0px #00000026;
  margin:15px 0px;

}
#customnew::after {
  content: "";
  display: inline-block;
  height: 32px;
  left: 12px;
  bottom: -6px;
  width: 40px;
  position: relative;
  background: url(https://storage.perfectcdn.com/c46c3c/8u18jwhqd3mhu6w5.svg) no-repeat;
}
#customnew{
  text-decoration: none;
  font-family: var(--main-font);
  font-size: 30px;
  font-weight: 700;
  /* line-height:  40px; */
  text-align: center;
  color: #ffffff;
  background-color: #FFFFFF33;
  border-radius: 50px;
  padding: 10px 40px;
  border: 0px;
  box-shadow: 4px 10px 20px 0px #00000026;
  margin-top:25px;
}
.get-started{
  background: rgba(121, 183, 232, 0.3);
  width: 100%;
  padding: 50px 0px;
  background-image: url('images/Group\ 1321316539.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode: exclusion;
}
.get-started-inner h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: center;
  color: var(--heading-color);
  margin-top: 0px;
}
.get-started-inner p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 35px;
}
/* Services Section */
.services-wrapper{
  padding: 80px 0px;
}
.services-inner h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: left;
  color: var(--heading-color);
  margin-top: 0px;
}
.services-inner p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: left;
  color: var(--text-color);
  width: 440px;
}
.even-row{
  margin-top:100px;
}
.services-inner-left img {
  padding-right: 50px;
}
.services-inner-right img{
  padding-left: 50px;
}
/* Reviews Section */
.reviews-wrapper{
  padding: 80px 0px;
}
.reviews-wrapper h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  color: var(--heading-color);
  margin-top: 0px;
}
.reviews-wrapper p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  color: var(--text-color);
}
.review-box h3{
  font-family: var(--main-font);
  font-size: 34px;
  font-weight: 400;
  line-height: 44.38px;
  text-align: center;
  color: var(--heading-color);
  margin-top: 0px;
}
.review-box p{
  font-family: var(--main-font);
  font-size: 25px;
  font-weight: 800;
  line-height: 34px;
  text-align: center;
  color: var(--text-color);
  width: 280px;
  margin: 0 auto 15px auto;
}
/* FAQ Section */
.faq-wrapper {
  padding: 80px 0px;
}

.faq-inner h2 {
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  color: var(--heading-color);
  margin-top: 0px;
}

.faq-inner p {
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  width: 1100px;
  margin: 0 auto;
}

.panel-default>.panel-heading,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  color: var(--text-color) !important;
  border: none !important;
  outline: none;    
}
.daymode .panel-default>.panel-heading,
.daymode .panel-default>.panel-heading+.panel-collapse>.panel-body {
  color: #232326 !important;
}
.panel-default{
  border-radius: 12px !important;
}
.panel-default>.panel-heading{
  padding: 15px 15px;
  background-color: transparent !important;
}
.panel-collapse>.panel-body{
  padding: 5px 15px 10px 15px;
  border-radius: 0px 0px 12px 12px !important;
}
.content .panel-group .panel {
  background-color: #1b2f50;
  outline: none;
  border: none;
  margin: 15px 0px;
  position: relative;
  border-radius: 12px !important;
}
.content .panel-group .panel:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 12px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.panel-heading a:hover{
  text-decoration: none;
}
.content{
  margin-top: 40px;
}
.panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none !important;


  &::after {
    content: "";
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
}
/* Newsletter Section */
.newsletter-wrapper {
  padding: 50px 0px;
  background-color: #1B2F50;
}


/* Center and style the newsletter form */
.newsletter-form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* Spacing between label and input group */
}

.newsletter-label {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}


/* Button styling */
.guest .btn-circle {
  border-radius: 50px !important;
  /* Makes the button circular */
  background-color: #338EB6;
  /* Blue color */
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
}
.guest .input-wrapper{
  position: relative;
}
/* Align icon inside the button */
.guest .btn-circle i {
  font-size: 20px;
}
/* Fix input field and button alignment */
.guest .input-group {
  display: flex;
  align-items: center;
  height: 40px;
}
.guest .input-wrapper .custom-inputes{
  width: 300px !important;
  height: 60px;
  border-radius: 50px;
  padding: 10px 15px;
  position: relative !important;
}
.guest .input-group-btn {
  margin-left: -1px;
  /* Eliminate gap between input and button */
}
/* Slider Section */
.slider-wrapper{
  padding: 80px 0px 180px 0px;
}
.slider-two-left h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: left;
  color: var(--heading-color);
}
.slider-two-left p{
  font-family: var(--main-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 24.8px;
  text-align: left;
  color: var(--text-color);
}
.slidertwobx{
  position: relative;
  background: #182c4d;
  border-radius: 20px;
  padding: 30px;
}
.slidertwobx:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 23px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.slidertwobx h3{
  font-family: var(--main-font);
  font-size: 34px;
  font-weight: 700;
  line-height: 44.38px;
  text-align: left;
  color: var(--heading-color);
}
.slidertwobx p{
  font-family: var(--heading-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--text-color);
}
.slider-two {
  position: relative;
}
.slider-two .slick-slide {
  margin: 0px 10px;
}
.slick-slider-flags .slick-next {
  position: absolute;
  top: 96%;
  right: 47%;
}
.slick-slider-flags .slick-next:before,.slider-two .slick-prev:before{
  font-size: 40px;
  color: transparent;
  border: 1px solid var(--text-color);
  border-radius: 50%;
}
.slick-slider-flags .slick-prev{
  position: absolute;
  top: 96%;
  left: 47%;
}
.slider-two .slick-next {
  position: absolute;
  top: 107%;
  right: 4%;
}
.daymode.dashboard #custom-na .dropdown-menu{
background-color: #FFFFFF;
}
.daymode.dashboard #custom-na .dropdown-menu > li > a {
    color: #000;
}
#custom-na .dropdown-menu{
background: #081028;
  min-width: 185px;
}
#custom-na .dropdown-menu > li > a {
    color: #fff;
}
#custom-na .dropdown-menu > li > a:hover{
background-color:#338eb6;
}
.slider-two .slick-next:before,.slider-two .slick-prev:before{
  font-size: 40px;
  color: transparent;
  border: 1px solid var(--text-color);
  border-radius: 50%;
}
.slider-two .slick-prev{
  position: absolute;
  top: 107%;
  left: 85%;
}
.slider-two .slick-dots li.slick-active button:before{
  color:rgba(51, 142, 182, 1);
  font-size: 18px;
}
.slider-two .slick-dots li button::before{
  color:rgba(51, 142, 182, 0.8);
  font-size: 18px;
}
.slider-two .slick-dots{
  text-align: left;
  position: absolute;
  top: 107%;
}
/* First Slider */
.custom-container{
  border-radius: 20px;
  background: #182c4d;
}
.custom-container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 23px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.custom-container .item{
  padding: 80px;
}
.text-wrap p{
  font-family: var(--main-font);
  font-size: 31px;
  font-weight: 400;
  line-height: 40.46px;
  text-align: center;
  color: #ffffff;
}
.first-slider{
  padding: 50px 0px 120px;
  position: relative;
}
.first-cloud {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 0px;
}
.second-cloud {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0px;
}
.first-slider h2{
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65.26px;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.first-slider-btn a{
  text-decoration: none;
  font-family: var(--main-font);
  font-size: 30px;
  font-weight: 700;
  /* line-height:  40px; */
  text-align: center;
  color: #ffffff;
  background-color: var(--button-bg);
  border-radius: 50px;
  padding: 10px 100px;
  border: 0px;
  margin: 40px 0px;
}
.carousel-indicators .active {
  background-color: rgba(51, 142, 182, 1) !important;
}
.carousel-indicators li{
  background-color: rgba(51, 142, 182, 0.5) !important;
  border: none !important;
  outline: none !important;
}
.slick-slider-flags{
  padding-bottom:80px;
}

.slick-slider-flags .card {
  background-color: #15203c;
  border-radius: 10px;
  padding: 20px;
  color: white;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slick-slider-flags .card h3 {
  font-family: var(--main-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 44.38px;
  text-align: left;
  color: var(--heading-color);
  margin-top:25px;
}

.slick-slider-flags .card p {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--text-color);
}

.slick-prev,
.slick-next {
  color: white;
  z-index: 1;
}

.slick-dots li button:before {
  color: white;
}



.slider-navigation {
  margin-top: 20px;
  text-align: center;
  position: relative;
}

/* Slider Container */


/* Cards (Slides) */
.slick-slider-flags .card {
  background-color: #1e2a40;
  padding: 40px 36px;
  border-radius: 23px;
  position: relative;
}
.slick-slider-flags .card:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 23px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.slider-container{
  overflow-x: hidden !important;
}
.slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Slick Slider Styling */
.slick-slider-flags {
  margin: 20px 0;
}

.slick-slider-flags .slick-dots li button:before {
  color: #1e2945 !important;
}

/* Container for dots */
.slick-slider-flags>.slick-dots {
  position: absolute !important;
  bottom: 20px !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}

/* Each indicator */
.slick-slider-flags .slick-dots li {
  margin: 0 10px;
}

/* Straight indicator bar */
.slick-slider-flags .slick-dots .slide-indicator {
  display: inline-block;
  width: 40px;
  /* Width of each bar */
  height: 5px;
  /* Height of each bar */
  background-color: rgba(24, 44, 77, 1);
  /* Inactive bar color */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* Smooth transitions */
}

.slick-slider-flags .slick-slide {
  margin: 0px 10px;
}
.slick-slider-flags #slick-slide-control10  {
  border-radius:10px 0px 0px 10px;
}
.slick-slider-flags #slick-slide-control14 {
  border-radius:0px 10px 10px 0px;
}
.slick-slider-flags .slick-dots li button:before{
  font-size:0px !important;
}

/* Active indicator bar */
.slick-slider-flags .slick-dots .slick-active .slide-indicator {
  background-color: #FFFFFF;
  border-radius:10px;
  /* Active bar color */
}
/* Last SLider */
/* Slider container */
.slider-container-last {
  text-align: center;
  padding: 50px 0px;
}

/* Circle styling for images */
.circle {
  position: relative;
  width: 115px;
  height: 99px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 85px;
  overflow: hidden;
  border: 1px solid #474752;
  transition: border-color 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Active slide styling */
.slick-current .circle {
  border-color: #FFFFFF; /* Highlighted border for active slide */
  background: rgba(25, 44, 77, 1); /* Background for the active circle */
}
.info-sections{
  background-color: #182c4d;
  padding: 30px 40px;
  border-radius: 23px;
  position: relative;
}
.info-sections:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 23px;
  background: linear-gradient(to top, RGBA(0, 33, 140, 0), RGBA(135, 173, 210, 0.43));
  -webkit-mask: linear-gradient(to top, #00C853, #B2FF59);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.last-slider-right h3{
  font-family: var(--main-font);
  font-size: 34px;
  font-weight: 700;
  line-height: 44.38px;
  color: var(--heading-color);
  text-align: left;
}
.last-slider-right p{
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--text-color);
}
.last-slider-right ul li{
  list-style: none;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--text-color);
}
.last-slider-left img{
  width: 100%;
}
/* Chevron icon styles */
.arrow-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  stroke: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: -15px;
  left: -13px;
}
.slider-container-last .slick-prev:before,
.slick-next:before {
  display: none; /* Hide default arrow icons */
}
.arrow-icon-top {
  width: 40px;
  height: 40px;
  padding: 10px;
  stroke: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.slider-two  .slick-prev:before,
.slick-next:before {
  display: none; /* Hide default arrow icons */
}
.twice-btn{
  display: flex;
  gap: 20px;
}
#custom-panel-title a{
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color:#FFFFFF;
}
.panel-body p{
  font-family: Nunito;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #FFFFFFD9;
}

/* Footer */
.footer-wrapper{
  background-color: rgba(0, 4, 16, 1);
  padding: 70px 0px;
  background-image: url('https://storage.perfectcdn.com/c46c3c/kq7lgfqfmlgjuem1.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 5% 100%;
  position: relative;
}
.top-btn{
  position: absolute;
  right: 8%;
  z-index: 999;
  cursor: pointer;
}

.col-two p{
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  text-align: left;
  color: var(--text-color);
  margin-bottom: 25px;
}
.col-third{
  padding-left: 50px;
}
.col-third ul li,.col-fourth ul li{
  list-style: none;
  margin: 5px 0px;
}
.col-third ul li a,.col-fourth ul li a{
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--text-color);
}
.socail-media ul li{
  list-style: none;
  display: flex;
  margin: 0 5px;
}
.socail-media ul{
  display: flex;
}
.socail-media ul li a{
  background-color:transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 12px;
  border: 0.4px solid #474752;

}
.socail-media ul li a img{
  width: 100%;
}
.copyright{
  padding-right: 80px;
}
.copyright p{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: var(--text-color);
}
.terms a{
  text-decoration: none;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: var(--text-color);

}
.slick-slider-flags .slick-prev:before {
    content: '←';
  display:none;
}
.password-container {
  position: relative;
  width: 100%;
}


.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  width: 25px;
}
/* New Order Page Dashboard Start*/
body.dashboard.nightmode {
  background-color: #000926;
}
body.dashboard.daymode {
  background-color: #EDEDED;
}
.dashboard .well {
  border: 1px solid #343B4F;
  background-color: #0B1739;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 24px;
}
.daymode.dashboard .well{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: none;
}
.nightmode.dashboard .well{
  background-color: #0B1739;
}
.well .nav.nav-tabs {
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 25px;
  width: auto;
  display: inline-block;
}
.daymode .well .nav.nav-tabs {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}
.nightmode .well .nav.nav-tabs {
  border-color: #343B4F;
}
.well .nav.nav-tabs > li > a {
  font-size: 16px;
  
  text-decoration: none;
  border-radius: 0;
  border: none;
  margin: 0;
  line-height: 2;
  min-width: 156px;
  text-align: center;
}
.daymode .well .nav.nav-tabs > li > a {
  color: #232326;
}
.nightmode .well .nav.nav-tabs > li > a {
  color: #fff;
}
.daymode .well .nav.nav-tabs > li > a:hover,
.daymode .well .nav.nav-tabs > li > a:active,
.daymode .well .nav.nav-tabs > li > a:focus,
.daymode .well .nav.nav-tabs > li.active > a{
  color: #fff;
  background-color: #338EB6;
}
.nightmode .well .nav.nav-tabs > li > a:hover,
.nightmode .well .nav.nav-tabs > li > a:active,
.nightmode .well .nav.nav-tabs > li > a:focus,
.nightmode .well .nav.nav-tabs > li.active > a{
  color: #fff;
  background-color: #338EB6;
}
.well .nav.nav-tabs > li.active:first-child > a,
.well .nav.nav-tabs > li:first-child > a:hover,
.well .nav.nav-tabs > li:last-child > a:hover,
.well .nav.nav-tabs > li.active:last-child > a {
  border-radius: 30px;
}
.social-icon-wrapper.panel-default > .panel-heading, 
.social-icon-wrapper .panel-collapse > .panel-body {
  padding-left: 25px;
  padding-right: 25px;
}
.search-dropdown .input-wrapper .form-control {
  background-color: #112048;
  border-color: #4059A6;
  height: 48px;
  border-radius: 12px;
}
.search-dropdown .input-wrapper .input-wrapper__prepend {
  color: #AEB9E1;
}
.dashboard .form-group .form-control {
  height: 48px;
  border-radius: 12px;
}
.daymode.dashboard .form-group .form-control,
.daymode .well .search-dropdown.select2-container--default .select2-selection--single{
  border-color: #D9D9D9;
  color: #232326;
  background-color: #FFFFFF !important;
}
.nightmode.dashboard .form-group .form-control {
  color: #fff;
  background-color: #112048;
  border-color: #4059A6;
}
.select2-dropdown.dropdown-menu {
  background-color: #112048;
  border-left: 1px solid #4059A6;
  border-right: 1px solid #4059A6;
  border-bottom: 1px solid #4059A6;
}
.well .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
.daymode .well .select2-container--default .select2-selection--single{
  background-color: #F5F5F5 !important;
  border-color: #EEEEEE;
}
.nightmode .well .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.daymode .well .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #232326;
}

.select2-dropdown .select2-results__options.dropdown-menu {
  background-color: transparent;
}
.select2-dropdown .select2-results__options.dropdown-menu > li > a:hover {
  background-color: #337ab7;
}
.select2-dropdown .select2-results__options.dropdown-menu > li > a {
  color: #fff;
}
.form-group .panel-body.border-solid.border-rounded {
  border: 1px solid;
  border-radius: 12px;
  padding: 20px 15px;
  
  
}
.daymode .form-group .panel-body.border-solid.border-rounded{
  border-color: #D9D9D9;
  color: #232326;
  background-color: #FFFFFF;
}
.daymode .form-group .panel-body.border-solid.border-rounded p{
  color: #232326;
}
.nightmode .form-group .panel-body.border-solid.border-rounded{
  border-color: #4059A6;
  color: #FFFFFF;
  background-color: #112048;
}
.form-group .help-block.min-max {
  color: #7A86A4;
  font-size: 12px;
}
.btn.btn-primary {
  background-color: #338EB6;
  border-color: #338EB6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--main-font);
  min-width: 283px;
  height: 52px;
  border-radius: 40px;
}
.btn.btn-primary.btn-outline {
  border-color: #338EB6;
  background-color: transparent;
  color: #338EB6;
  font-size: 14px;
  font-weight: 600;
  min-width: 122px;
  height: 36px;
  line-height: 22px;
}
.well hr {
  border-color: #222C49;
  margin-left: -23px;
  margin-right: -23px;
}
.daymode .well hr{
  border-color: #E6E6E6;
}
.bottom-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-fields .form-group {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.dashboard .bottom-fields .form-group .form-control {
  background-color: transparent;
  border: none;
  height: auto;
  border-radius: 0;
  font-size: 24px;
  font-weight: 700;
  
  width: auto;
  padding: 0;
  box-shadow: none;
  display: inline-block;
}
.daymode.dashboard .bottom-fields .form-group .form-control{
  color: #232326;
}
.nightmode.dashboard .bottom-fields .form-group .form-control{
  color: #fff;
}
#order-form .bottom-fields .form-group .control-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.daymode #order-form .bottom-fields .form-group .control-label {
  color: rgba(35, 35, 38, 0.56);
}
.nightmode #order-form .bottom-fields .form-group .control-label {
  color: rgba(255, 255, 255, 0.54);
}
.right-fields {
  display: flex;
  align-items: center;
}
.average_time_wrapper {
  border-radius: 30px;
  display: flex;
  align-items: center;
  min-width: 241px;
  padding: 6px 18px;
  margin-right: -45px;
}
.daymode .average_time_wrapper {
  background-color: #F5F5F5;
}
.nightmode .average_time_wrapper {
  background-color: #17264C;
}
.average_icon {
  margin-right: 12px;
}
.average_content p {
  margin-bottom: 0;
  font-size: 14px;
  
  font-weight: 500;
  font-family: var(--main-font);
}
.daymode .average_content p {
  color: rgba(35, 35, 38, 0.56);
}
.nightmode .average_content p {
  color: rgba(255, 255, 255, 0.54);
}
.daymode .average_content p#average_time {
  color: #232326;
}
.nightmode .average_content p#average_time {
  color: #fff;
}
.right-fields .btn.btn-block.btn-primary {
  min-width: 283px;
  height: 52px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #E7E7E7;
  font-family: var(--main-font);
}
.nav-pills.filter-pills > li > a.pill-item {
  font-size: 14px;
  font-weight: 400;
  border-radius: 48px;
  background-color: #0B1739;
  border: 1px solid #343B4F;
  color: #fff;
  font-family: var(--main-font);
  line-height: 1.6;
  text-transform: capitalize;
}
.daymode .nav-pills.filter-pills > li > a.pill-item {
  background-color: #fff;
  border-color: #D5D7D9;
  color: #232426;
}
.nav-pills.filter-pills > li.active > a.pill-item {
  background-color: #338EB6;
  border-color: #338EB6;
}
.daymode .nav-pills.filter-pills > li.active > a.pill-item {
  color: #ffffff;
  border-color: #338EB6;
  background-color: #338EB6;
}
.nav-pills.filter-pills > li + li {
  margin-left: 12px;
}
.filter-pills .search {
  float: right;
  margin: 0;
}
.filter-pills form {
  margin-bottom: 0;
}
.filter-pills .search .input-group .form-control {
  background-color: #0B1739;
  border: 1px solid #343B4F;
  box-shadow: none;
  outline: none;
  border-radius: 48px;
  height: 42px;
  z-index: 1;
  padding-left: 40px;
}
.daymode .filter-pills .search .input-group .form-control {
  color: rgba(35, 35, 38, 1);
  background-color: #ffffff;
  border-color: rgba(213, 215, 217, 1);
}
.filter-pills .search .input-group .input-group-btn {
  display: inline-block;
  margin: 0;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.filter-pills .search .input-group .input-group-btn .btn.btn-default {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0;
}
.daymode .filter-pills .search .input-group .input-group-btn .btn.btn-default {
  color: rgba(35, 35, 38, 1);
}
.filter-pills .search .input-group {
  display: flex;
  align-items: center;
}
.table-wrapper .table >thead >tr>th {
  background-color: #0A132F;
  padding: 18px 16px;
  color: #ADA4CD;
}
.daymode .table-wrapper .table >thead > tr > th {
  color: #232326;
  background-color: #FAFAFA;
}
.table-wrapper .table > thead > tr > th,
.table-wrapper .table > tbody > tr > td {
  font-family: Lufga;
  border: none;
}
.table-wrapper .table > tbody > tr > td{
  color: #ffffff;
}
.daymode .table-wrapper .table > tbody > tr > td {
  color: rgba(35, 35, 38, 1);
}
.table-wrapper .table > tbody > tr > td .id_cell{
  color: #ADA4CD;
}
.daymode .table-wrapper .table > tbody > tr > td .id_cell{
  color: #232326;
}
.table-wrapper .table > tbody > tr > td {
  padding: 25px 16px;
}
.table-wrapper .table > tbody > tr:nth-child(even) > td {
  background-color: #0A132F;
}
.daymode .table-wrapper .table > tbody > tr:nth-child(even) > td {
  background-color: rgba(245, 245, 245, 1);
}
.table-wrapper .table > thead > tr > th:first-child, 
.table-wrapper .table > tbody > tr > td:first-child {
  border-radius: 12px 0 0 12px;
}
.table-wrapper .table > thead > tr > th:last-child, 
.table-wrapper .table > tbody > tr > td:last-child {
  border-radius: 0 12px 12px 0;
}
.update_badge {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.update_badge.Pending {
  background-color: #F2994A4D;
  color: #F2994A;
}
.update_badge.Answered {
  background-color: #2F80ED66;
  color: #99C4FF;
}
.daymode .update_badge.Answered {
  color: #335CA1;
}
.update_badge.Closed {
  background-color: #332F3D;
  color: #828282;
}
.update_badge.disabled {
  background-color: #C467674D;
  color: #E27878;
}
.daymode .update_badge.disabled {
  color: #8B3333;
}
.update_badge.decreased {
  background-color: #33B6724D;
  color: #33B672;
}
.update_badge.increased {
  background-color: #B6A4334D;
  color: #B6A433;
}
.daymode .update_badge.increased {
  color: #6C6117;
}
.update_badge.new_service,
.update_badge.enabled {
  background-color: #6EA2FC4D;
  color: #9ABFFF;
}
.daymode .update_badge.new_service, 
.daymode .update_badge.enabled {
  color: #335CA1;
}
.pagination > li > a, 
.pagination > li:last-child > a, 
.pagination > li:first-child > a {
  background-color: #0A1330;
  border-color: #0A1330;
  border-radius: 40px;
  color: #fff;
  margin: 0 4px;
}
.daymode .pagination > li > a, 
.daymode .pagination > li:last-child > a, 
.daymode .pagination > li:first-child > a {
  color: #232326;
  background-color: #FAFAFA;
  border-color: #BEBEBE;
}
#custom-navbar {
  background-color: #081028;
  border: none;
  color: #ffffff;
  margin: 0px;
  padding: 11px 20px;
  border-radius: 0px !important;
  box-shadow: 0px 8px 28px 0px #0105114D;
  border-bottom: 1px solid #0B1739 !important;
  z-index: 330 !important;
}
#sidebar {
  background: #081028;
  transition: all 0.3s;
  height: 100vh;
  position: fixed;
  width: 250px;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: 0px 8px 28px 0px #0105114D;
  border-right: 1px solid #0B1739 !important;
}
.logo-wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 22px 10px;
}
.site-logo-img .navbar-brand {
  height: auto;
}
.site-logo-img .navbar-brand img {
  width: 100%;
  max-height: 36px;
  margin: 0;
  vertical-align: bottom;
}
#sidebar::-webkit-scrollbar {
  display: none;
}

.active #sidebar {
  width: 130px;
}
#sidebar ul{
  margin-top: 40px;
  padding: 0 20px !important;
}

#sidebar.hidden {
  left: -250px;
}

#sidebar ul {
  padding: 0;
  list-style: none;
}

#sidebar ul li {
  margin: 5px 0px; 
}
#sidebar ul li a {
  display: flex;
  align-items: center;
  color: #AEB9E1;
  text-decoration: none;
  font-family: Lufga;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding: 0px 20px;
  margin: 0;
  transition: background 0.3s;
  height: 48px;
  border-radius: 80px;
}
#sidebar ul li a .navbar-icon {
  margin-right: 10px;
  margin-left: 0;
}
#sidebar ul li a:hover, 
#sidebar ul li.active a {
  background-color: #338EB6;
  color: #ffffff;
}

.active #sidebar ul li {
  justify-content: center;
}
.active #sidebar ul li a{
  color: #FFFFFF;
  padding: 5px 0px;
  margin: 0;
  width: 59px;
  justify-content: center;
}

.active #sidebar ul li i {
  margin-right: 0;
}
.active #sidebar ul li a .navbar-icon {
  margin: 0;
}
.active #sidebar .site-logo-img .navbar-brand img{
  display:none;
}
.active #sidebar .site-logo-img .navbar-brand{
  display:none;
}
.active #sidebar .site-logo-img #coll-img {
  display:block;
  width:60px;
}
#coll-img{
  display:none;
}
.active #sidebar #toggleSidebar{
  margin-left: -15px;
}
.active #sidebar ul li span {
  display: none;
}
.active #sidebar ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.active #sidebar ul li i {
  font-size:16px;
  margin-left:0px;
}
.active #sidebar .balance-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.active #sidebar .balance-wrapper .balance img, 
.active #sidebar .balance-wrapper #balance-icon, 
.active #sidebar .balance-wrapper .balance-text .bal {
  display: none;
}
.dashboard-body {
  padding-left: 0;
  color: #020e21;
  -moz-transition: 0.14s ease;
  -webkit-transition: 0.14s ease;
  -o-transition: 0.14s ease;
  transition: 0.14s ease;
  min-height: 100vh;
}
@media (min-width: 1140px) {
  .dashboard-body {
    padding-left: 250px;
  }
  .ar .dashboard-body {
    padding-left: 0;
    padding-right: 273px;
  }
  .active .dashboard-body {
    padding-left: 130px;
  }
  .ar .active .dashboard-body {
    padding-left: 0;
    padding-right: 130px;
  }
}
header {
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
}
.daymode header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D1D1D1;
}
.nightmode header {
  background-color: #081028;
  border-bottom: 1px solid #0B1739;
}

@media (min-width: 1140px) {
  header {
    left: 250px;
  }
  .active header {
    left: 0;
  }
  .ar header {
    left: 0;
    right: 273px;
  }
  .ar .active header {
    left: 0;
    right: 0;
  }
}
.main-wrapper {
  padding: 100px 25px 30px;
  min-height: 100vh;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: 80%;
}

.social-icons a {
  width: 55px;
  height: 52px;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 18px 18px 0;
  border: 1px solid;
}
.daymode .social-icons a{
  border-color: #D5D7D9;
}
.nightmode .social-icons a{
  border-color: #1F4F64;
}
.csn-btn {
  padding: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid;
  margin-bottom: 10px;
  font-family: var(--main-font);
  border-radius:10px;
}
.csn-btn  a span{
vertical-align: middle;
}
.daymode .csn-btn {
  border-color: #D5D7D9;
  background-color:#fff;
}
.daymode .csn-btn a {
  text-decoration:none;
  color:#232326;
}
.nightmode .csn-btn a {
  text-decoration:none;
  color:#ffffff;
}
.nightmode .csn-btn {
  border-color: #1F4F64;
  background-color:#112048;
}
#csn-space .col-sm-3 {
padding-right:10px !important;
  padding-left:10px !important;
}
.daymode .brand-category img {
  filter: brightness(30%);
}
.social-icons a.active {
  background-color: #338DB5;
}
.toggle-btn {
  cursor: pointer;
  font-size: 20px;
  margin: 10px;
}

.contact-box {
  
  border-radius: 16px;
  border: 0.6px solid;
  box-shadow: 1px 1px 1px 0px #10193466;
  padding: 15px;
}
.daymode .contact-box {
  background-color: #ffffff;
  border-color: #ffffff;
}
.nightmode .contact-box {
  background-color: #0B1739;
  border-color: #343B4F;
}

.contact-box h2 {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: var(--heading-color);
}
.daymode .contact-box h2 {
  color: #232326;
}
.nightmode .contact-box h2 {
  color: var(--heading-color);
}

.contact-box p {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  
}
.daymode .contact-box p {
  color: rgba(35, 35, 38, .56);
}
.nightmode .contact-box p {
  color: var(--text-color);
}
.contact-box .contac-inners {
  
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.daymode .contact-box .contac-inners {
  background-color: #F5F5F5;
}
.nightmode .contact-box .contac-inners {
  background-color: #112048;
}
.contac-inners .inner-meta p {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 12.55px;
  text-align: left;
  
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.daymode .contac-inners .inner-meta p {
  color: rgba(35, 35, 38, .50);
}
.nightmode .contac-inners .inner-meta p {
  color: var(--text-color);
}
.contac-inners .inner-meta p .badge {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  width: 60px;
  line-height: 14px;
  margin-left: 5px;
}
.daymode .contac-inners .inner-meta p .badge {  
  color: rgba(35, 35, 38, .50);
  background-color: #DDD9D9;
}
.nightmode .contac-inners .inner-meta p .badge {
  background-color: #29385E;
}
.daymode .inner-link img {
  filter: brightness(0);
}
.contac-inners .inner-meta h3 {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin: 0px;
}
.daymode .contac-inners .inner-meta h3 {
  color: #232326;
}
.nightmode .contac-inners .inner-meta h3 {
  color: var(--heading-color);
}
.contac-inners .inner-icon {
  margin-right: 8px;
}
.contac-inners .inner-meta {
  width: 75%;
}

.daymode .social-icon-wrapper.panel {
  border: 1px solid #ffffff !important;
}
.nightmode .social-icon-wrapper.panel {
  border: 1px solid #343B4F !important;
}

.social-icon-wrapper.panel,
.social-icon-wrapper .panel-body {
  outline: none;
  border: none;
}
.daymode .social-icon-wrapper.panel,
.daymode .social-icon-wrapper .panel-body {
  background-color: #FFFFFF;
}
.nightmode .social-icon-wrapper.panel,
.nightmode .social-icon-wrapper .panel-body {
  background-color: #0B1739;
}


.social-icon-wrapper .panel-heading {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 12.55px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.daymode .social-icon-wrapper .panel-heading {
  color: #232326 !important;
}
.nightmode .social-icon-wrapper .panel-heading {
  color: #E7E7E7 !important;
}
.social-icon-wrapper .panel-heading:before,
.social-icon-wrapper .panel-heading:after {
  display: none;
}
#toggleButton {
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid;
  padding: 5px 8px;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 12.55px;
  min-width: 170px;
  text-transform: uppercase;
}
.daymode #toggleButton {
  border-color: #232326;
  color: #232326;
}
.nightmode #toggleButton {
  border-color: #343B4F;
}
.form-tabs>li.active>a {
  background-color: #338EB6;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  border-radius: 35px;
}

.form-tabs>li>a:hover {
  background-color: #338EB6;
  color: #FFFFFF;
  outline: none;
  border: none;
  border-radius: 35px;
}

.form-tabs.nav.nav-tabs {
  border: 1px solid #343b4f;
  margin: 0px;
  width: 70%;
  border-radius: 80px;
}
.form-tabs.nav.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 33.33%;
}
.control-label, 
.relapp-form label {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 12.55px;
  text-align: left;
  
  margin-bottom: 10px;
}
.daymode .control-label, 
.daymode .relapp-form label {
  color: #232326;
}
.nightmode .control-label, 
.nightmode .relapp-form label {
  color: #E7E7E7;
}

.relapp-form input,
.relapp-form select, 
#field-orderform-fields-link, 
#field-orderform-fields-quantity{
  border: 1px solid;
  border-radius: 12px;
  padding: 20px 15px;
  font-family: var(--main-font);
}
.daymode .relapp-form input,
.daymode .relapp-form select, 
.daymode #field-orderform-fields-link, 
.daymode #field-orderform-fields-quantity{
  border-color: #D9D9D9;
  color: #232326;
  background-color: #FFFFFF !important;
}
.nightmode .relapp-form input,
.nightmode .relapp-form select, 
.nightmode #field-orderform-fields-link, 
.nightmode #field-orderform-fields-quantity{
  border-color: #4059A6;
  color: #FFFFFF;
  background-color: #112048 !important;
}
.relapp-form select option{
  color: #FFFFFF;
  background-color: #112048;
}
.relapp-form span {
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  color: #7A86A4;
}

.below-wrapper {
  margin-top: 25px;
}

#down-content {
  border: 1px solid #4059A6;
  border-radius: 16px;
}

#down-content .panel-body {
  border-radius: 16px;
}

.toggle-container {
  margin-right: 10px;
  margin-left: 10px;
}
.mode-button.toggle {
  width: 50px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 30px;
  height: 42px;
  display: block;
  font-size: 18px;
}
.daymode .mode-button.toggle {
  color: #232326;
  border-color: #D5D7D9;
}
.nightmode .mode-button.toggle {
  color: #ffffff;
  border-color: #343B4F;
}
.toggle-btn {
  background: #ddd;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.dark-mode .toggle-btn {
  background: #555;
  color: white;
}

#account-panel {
  
  outline: none;
  border: 1px solid;
}
.daymode #account-panel {
  border-color: #ffffff;
  background-color: #ffffff;
}
.nightmode #account-panel {
  border-color: #343B4F;
  background-color: #0B1739;
}


#account-panel .panel-heading p {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin: 0px;
}
.daymode #account-panel .panel-heading p {
  color: #232326;
}
.nightmode #account-panel .panel-heading p {
  color: #FFFFFF;
}
.account-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.account-data p i {
  color: #338EB6;
  font-size: 18px;
  margin-right: 5px;
}

.account-data p {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
}
.daymode .account-data p{
  color: rgba(35, 35, 38, 0.7);
}
.nightmode .account-data p{
  color: var(--text-color);
}
.account-data:last-child {
  margin-bottom: 0;
}
.account-icon {
  margin-right: 10px;
}
.account-data .amount {
  font-weight: 700;
  
}
.daymode .account-data .amount {
  color: #232326;
}
.nightmode .account-data .amount {
  color: #FFFFFF;
}

#account-panel .panel-body {
  padding: 20px 15px;
  border-top: 1px solid;
}
.daymode #account-panel .panel-body {
  border-color: #E6E6E6;
}
.nightmode #account-panel .panel-body {
  border-color: #222C49;
}

#toggleSidebar {
  background-color: transparent;
  border: 1px solid #414F7D;
  border-radius: 8px;
  margin: 0;
  width: 44px;
  height: 32px;
  padding: 0;
  min-width: 44px;
  font-size: 14px;
}

.spacer {
  height: 30px;
}

#toggle-mode {
  border: 1px solid #343B4F;
  border-radius: 38px;
  background-color: transparent;
}

#toggle-mode i {
  color: #FFFFFF;
}

#custom-na li .custom-avatar {
  border: 1px solid;
  border-radius: 48px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  height: 42px;
  min-width: 189px;
  background-color: transparent;
  text-decoration: none;
}
.daymode #custom-na li .custom-avatar {
  border-color: #D5D7D9;
}
.nightmode #custom-na li .custom-avatar {
  border-color: #343B4F;
}
.lang-drop .dropdown-toggle {
  border: 1px solid;
  border-radius: 48px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  height: 42px;
  min-width: 121px;
  background-color: transparent;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.nightmode .lang-drop .dropdown-toggle {
  color: #ffffff;
  border-color: #343B4F;
}
.daymode .lang-drop .dropdown-toggle {
  color: #232326;
  border-color: #D5D7D9;
}
.guest .lang-drop > a {
  border-color: #808080;
}
.lang-drop .dropdown-toggle:hover,
.lang-drop .dropdown-toggle:active,
.lang-drop .dropdown-toggle:focus,
.lang-drop.open .dropdown-toggle,
.lang-drop.open .dropdown-toggle:hover,
.lang-drop.open .dropdown-toggle:active,
.lang-drop.open .dropdown-toggle:focus{
  background-color: transparent;
}
.lang-drop .dropdown-toggle .flag-icon.flag-icon-squared {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin-right: 5px;
}
.lang-drop a span:last-child {
  margin-left: auto;
}
#custom-na {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 0;
  list-style: none;
}
#custom-na li .custom-avatar p{
  margin:0px 15px 0px 5px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
}
.daymode #custom-na li .custom-avatar p {
  color: #232326;
}
.nightmode #custom-na li .custom-avatar p {
  color: #FFFFFF;
}
#custom-na li .custom-avatar span i{
  font-size: 14px;
}
.daymode #custom-na li .custom-avatar span i {
  color: #232326;
}
.nightmode #custom-na li .custom-avatar span i {
  color: #FFFFFF;
}
.custom-avatar span {
  display: block;
  margin-left: auto;
  margin-right: 8px;
}
.dropdown-toggle:hover {
  background-color: transparent !important;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #343B4F;
  padding: 15px;
  margin-top:40px;
}
#sbmit-btn{
  background-color: #338EB6;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 12.55px;
  text-align: center;
  color: #E7E7E7;
  outline: none;
  border: 0;
  border-radius: 38px;
  padding: 15px 80px;
}
#price{
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 12.55px;
  text-align: left;
  color: #FFFFFF;
}
.price-span .span-title{
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--text-color);
}
.balance-wrapper {
  background-color: #338EB61A;
  border: 1px solid #343B4F;
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
  margin: 40px 20px;
}

.balance {
  display: flex;
  align-items: center;
}

.balance img {
  margin-right: 10px;
}

.balance p {
  margin: 0px;
}

.balance-text .bal {
  font-family: Lufga;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-align: left;
  color: var(--text-color);
  text-transform: uppercase;
  margin: 0px;
}

.balance-text .actual-balance {
  font-family: Lufga;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: var(--heading-color);
}

#balance-icon>a .fa {
  color: #338EB6;
  font-size: 35px !important;
}

#balance-icon a {
  padding: 0px !important;
}

#balance-icon a:hover {
  background-color: transparent !important;
}
.form-tabs li a{
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px !important;
  text-align: center;
  color: #ffffff !important;
}
.form-tabs >li.active>a, .form-tabs >li.active>a:focus, .form-tabs>li.active>a:hover{
  background-color: #338EB6 !important;
  color: #ffffff !important;
  outline: none;
  border: none !important;
}
.well .nav.nav-tabs > li > a:hover,.well .nav.nav-tabs > li > a:focus{
   border-radius:30px !important;
}
.form-tabs li a:hover{
  background-color: #338EB6 !important;
}
.blog-item{
border: 1px solid #0b1739;
    padding: 15px;
    border-radius: 15px;
}
.blog-link {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.desktop-display #toggleSidebar{
  display:none;
}
.navbar-toggle .icon-bar{
  background-color:#fff;
  margin-top:5px;
}

/* Dashboard Services Styling Started  */
.dasboard-table-container{
  background-color: #0B1739;
  border-radius: 8px;
  border: 1px solid #343B4F;
  padding: 19px 20px;
  outline: none;
  margin-bottom:30px;
}
.daymode .dasboard-table-container {
  background-color: #ffffff;
  border-color: #ffffff;
}
.dasboard-table-container .table-wrapper .table > thead > tr > th {
  background-color: #0A1330;
  color: #5C6687;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.daymode .dasboard-table-container .table-wrapper .table > thead > tr > th {
  background-color: rgba(245, 245, 245, 1);
  color: rgba(35, 35, 38, 1);
}
.dash-service-list{
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #F4F4F4;
  margin-bottom:15px;
}
.daymode .dash-service-list {
  color: rgba(35, 35, 38, 1);
}
#fav-icon,
.btn-order-now{
  border: 1px solid #338EB6;
  border-radius: 8px;
  color: #338EB6;
  display: block;
  width: 40px;
  height: 28px;
  padding: 4px 10px;
}
#fav-icon.favorite-active,
.btn-order-now:hover,
.btn-order-now:active,
.btn-order-now:focus {
  background-color: #338EB6;
  color: #000000;
}
.daymode #fav-icon.favorite-active,
.daymode .btn-order-now:hover,
.daymode .btn-order-now:active,
.daymode .btn-order-now:focus {
  color: #ffffff;
}
.filter-pills .btn.btn-primary.dropdown-toggle {
  background-color: #0B1739;
  border-color: #343B4F;
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  height: 44px;
  font-size: 14px;
  font-family: var(--main-font);
}
.daymode .filter-pills .btn.btn-primary.dropdown-toggle {
  color: rgba(35, 36, 38, 1);
  background-color: #ffffff;
  border-color: rgba(213, 215, 217, 1);
}
.table-wrapper .btn.btn-primary {
  border-color: #338EB6;
  background-color: transparent;
  color: #338EB6;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  min-width: 85px;
  height: 32px;
}
.modal-content {
  font-family: Lufga;
  background-color: #0B1739;
  border: 1px solid #343B4F;
  border-radius: 8px;
}
.daymode .modal-content {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.modal-content button.close {
  color: #fff;
  opacity: 1;
  font-size: 52px;
  font-weight: 100;
  line-height: 21px;
}
.daymode .modal-content button.close {
  color: #232326;
}
.daymode .modal-title {
  color: #232326;
}
.desc-box {
  background-color: #112048;
  border-radius: 7px;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 500;
}
.daymode .desc-box {
  background-color: #F5F5F5;
}
.modal-body label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.daymode .modal-body label{
  color: #2C2323;
}
.modal-dialog.modal-md {
  width: 760px;
}
#ticketModal .modal-dialog.modal-md {
  width: 590px;
}
#ticketModal .modal-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #222C49;
}
.daymode #ticketModal .modal-header {
  border-bottom-color: #E6E6E6;
}
.modal-body #ticketsend .control-label {
  margin-top: 0;
  color: #E7E7E7;
  font-size: 16px;
  font-weight: 500;
}
#ticketModal .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding: 0;
}
#ticketModal #ticketsend .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
#ticketModal .col {
  padding-right: 6px;
  padding-left: 6px;
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: fit-content;
  padding-bottom: 12px;
}
#ticketModal .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#ticketModal .custom-control .custom-control-label {
  width: 100%;
  height: 40px;
  margin: 0;
  padding-left: 35px;
  padding-right: 15px;
  border-radius: 48px;
  border: solid 1px #4059A6;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  font-weight: 300;
  font-family: var(--main-font);
}
#ticketModal .custom-control-input:checked ~ .custom-control-label {
  border-color: #fff;
  background-color: #FFFFFF1A;
}
#ticketModal .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E7E7E70D;
  border: 2px solid #E7E7E733;
}
#ticketModal .custom-control-label::before {
  border-radius: 50px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
#ticketModal .custom-control-label::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #0B1739;
  font-size: 9px;
  width: auto;
  height: auto;
  top: 50%;
  left: 15px;
  opacity: 0;
  transform: translateY(-50%);
}
#ticketModal .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ffffff;
}
#ticketModal .custom-control-input:checked ~ .custom-control-label::after {
  opacity:1;
}
#ticketModal .files-wrapper {
  color: #fff;
}
.daymode .modal-body #ticketsend .control-label {
  color: #232326;
}
.daymode #ticketModal .custom-control .custom-control-label {
  border-color: #D5D7D9;
  color: #2C2323;
}
.daymode #ticketModal .custom-control .custom-control-label:before {
  border-color: #D9D9D9;
  background-color: rgba(231, 231, 231, 0.2);
}
.daymode #ticketModal .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(51, 142, 182, 1);
  border-color: rgba(51, 142, 182, 1);
}
.daymode #ticketModal .custom-control-input:checked ~ .custom-control-label::after {
  color: #fff;
}
.daymode #ticketModal .files-wrapper {
  color: #338eb6;
}
.dashboard .form-group textarea.form-control {
  height: auto;
  resize: none;
}
/* Dashboard Services Stying Ended */
/* Dashboard Deposit Stying Started */
.nav-tabs.nav-custom-tabs {
  border: 1px solid #343B4F;
  border-radius: 30px;
  margin-bottom: 25px;
  width: auto;
  display: inline-block;
  background-color: #0B1739;
}
.daymode .nav-tabs.nav-custom-tabs {
  background-color: #ffffff;
  border-color: #ffffff;
}
.nav-tabs.nav-custom-tabs >li >a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  border: none;
  margin: 0;
  line-height: 2;
  min-width: 156px;
  text-align: center;
}
.daymode .nav-tabs.nav-custom-tabs > li > a {
  color: #525252;
}
.nav.nav-tabs.nav-custom-tabs > li.active:first-child > a, 
.nav.nav-tabs.nav-custom-tabs > li:first-child > a:hover, 
.nav.nav-tabs.nav-custom-tabs > li:last-child > a:hover, 
.nav.nav-tabs.nav-custom-tabs > li.active:last-child > a {
  border-radius: 30px;
  border: none;
}
.nav.nav-tabs.nav-custom-tabs > li > a:hover, 
.nav.nav-tabs.nav-custom-tabs > li > a:active, 
.nav.nav-tabs.nav-custom-tabs > li > a:focus,
.nav.nav-tabs.nav-custom-tabs > li.active > a {
  background-color: #338EB6;
  color: #ffffff;
}
.well-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #222C49;
  margin-left: -23px;
  margin-right: -23px;
  padding: 0 23px 24px;
  font-family: var(--main-font);
}
.daymode .well-title {
  color: #232326;
  border-bottom-color: #E6E6E6; 
}
.well-small-title {
  font-family: var(--main-font);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.daymode .well-small-title {
  color: #232326;
}
.well .panel-group .panel.panel-default {
  background-color: #112048;
  border-radius: 11px !important;
  border: none;
}
.daymode .well .panel-group .panel.panel-default {
  background-color: rgba(245, 245, 245, 1);
}
.well .panel-group .panel-heading a {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--main-font);
}
.daymode .well .panel-group .panel-heading a {
  color: #232326;
}
.daymode .panel-heading a:after {
    border-color: #232326;
}
.well.child-panel-well .panel-group .panel-heading a {
  color: #E7E7E7;
}
.well.child-panel-well .panel-group .panel-heading a .count {
  font-size: 22px;
  font-weight: 500;
  margin-right: 5px;
}
.blue-box {
  background-color: #112048;
  border-radius: 11px;
  padding: 15px 19px;
}
.blue-box h4, .blue-box p, .blue-box a {
  font-size: 14px;
  font-weight: 500;
  color:#E7E7E7;
  font-family: var(--main-font);
}
/* Dashboard Deposit Stying Ended */
.table.api-table td, .table.api-table th {
  border-color: #1B2951;
  font-family: var(--main-font);
  padding-top: 12px;
  padding-bottom: 12px;
}
.daymode .table.api-table td,
.daymode .table.api-table th {
  border-color: #E6E6E6;
}
.table.table-bordered.api-table {
  border: none;
  border-radius: 8px;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #1B2951;
}
.daymode .table.table-bordered.api-table {
  box-shadow: 0 0 0 1px #E6E6E6;
}
.left-head {
  font-size: 16px;
  display: block;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.daymode .left-head {
  color: #232326;
}
.table.api-table td:last-child {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.table.api-table thead > tr > th {
  background-color: #10204D;
  color: #ADA4CD;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.daymode .table.api-table thead > tr > th {
  background-color: #F5F5F5;
  color: rgba(35, 35, 38, 1);
}
.daymode .table.api-table td:last-child {
  color: rgba(35, 35, 38, 0.58);
}
.table.api-table thead > tr > th:first-child {
  border-radius: 8px 0 0 0;
}
.table.api-table thead > tr > th:last-child {
  border-radius: 0 8px 0 0;
}
pre {
  border-radius: 12px;
  background-color: #1B2951;
  border-color: #1B2951;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--main-font);
}
.daymode pre {
  background-color: #F5F5F5;
  color: rgba(35, 35, 38, 1);
  border-color: #F5F5F5;
}
.ticket-header {
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-family: var(--main-font);
}
.daymode .ticket-header {
  color: #232326;
}
.filter-pills .btn.btn-primary {
  height: 42px;
  min-width: 196px;
}
/* Dashboard Orders Stying Started */
#dash-order-btns > li > a {
  background-color:#0B1739;
  border-radius:48px;
  border:1px solid #343B4F;
  font-family: Lufga;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color:#FFFFFF;
}
.daymode #dash-order-btns > li > a {
  background-color: #FFF;
  border-color: #D5D7D9;
  color: #232426;
}
#dash-order-btns li{
  margin:0px 10px 0px 0px;
}
#dash-order-btns li.active a{
  background-color: #338EB6;
}
.daymode #dash-order-btns li.active a{
  background-color: #338EB6;
  color: #ffffff;
}

.dasboard-ordertable-container table tr td{
  border: none !important;
}
.dasboard-ordertable-container{
  outline: none;
}
.dasboard-ordertable-container table  tr th{
  font-family: Lufga;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #5C6687;
  text-transform: uppercase;
  padding: 15px !important;
  border: none !important; 
}
.dasboard-ordertable-container table  tr td{
  font-family: Lufga;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px !important;
  border: none !important; 
}

.dasboard-ordertable-container .table  tr:nth-child(odd) {
  background-color:#0A132F;
  border-radius:12px !important;
}
.order-actions a{
  border:1px solid #338EB6;
  border-radius:50px;
  background-color:transparent;
  outline:none;
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color:#338EB6;
  padding:10px 15px;
}
.order-actions a:hover{
  background-color:#338EB6;
  color:#ffffff;
  border:1px solid #338EB6;
}
/* Dashboard Orders Stying Ended */

/* Dashboard Massorder Stying Started */
.mass-order-container{
  background-color:#0B1739;
  border:1px solid #343B4F;
  border-radius:16px;
}
.mass-box-header{
  padding:15px;
  border-bottom:1px solid #222C49;
}
.mass-box-header h2{
  font-family: Lufga;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color:#ffffff;
  margin:0px;
}
.mass-footer-box{
  padding:15px 15px 10px 15px;
  border-top:1px solid #222C49;
  display:flex;
  justify-content:flex-end;
}
.mass-main-box{
  padding:15px;
}
.mass-main-box label{
  font-family: Lufga;
  font-size: 16px;
  font-weight: 500;
  line-height: 12.55px;
  text-align: left;
  color:#E7E7E7;
  margin-bottom:10px;
}
.mass-main-box textarea{
  border:1px solid #4059A6;
  border-radius:12px;
  background-color:#112048;
  resize:none;
}
#mass-btn{
  text-decoration: none;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
  line-height:  18px;
  text-align: center;
  color: #ffffff;
  background-color: var(--button-bg);
  border-radius: 50px;
  padding: 10px 90px;
  border: 0px;
  box-shadow: 4px 10px 20px 0px #00000026;
  margin:0px;
}

/* Dashboard Massorder Stying Ended */
/* Dashboard FAQ Stying Started */
.well-faq {
  border: 1px solid #343B4F;
  border-radius: 16px;
  padding: 15px 15px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.well-faq h5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.well-faq h2 {
  font-size: 35px;
  font-weight: 700;
  color: #338EB6;
}
.well-faq p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: var(--main-font);
  margin-bottom: 22px;
}
.well-faq .input-group .form-control {
  background-color: #0B1739;
  border: 1px solid #343B4F;
  box-shadow: none;
  outline: none;
  border-radius: 48px;
  height: 42px;
  z-index: 1;
  padding-left: 40px;
  min-width: 370px;
}
.well-faq .input-group-btn {
  display: inline-block;
  margin: 0;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.well-faq .input-group .btn.btn-default {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0;
}
.well-faq .input-group {
  margin: auto;
}
.well.small-faq h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--main-font);
  color: #fff;
  margin-bottom: 5px;
}
.well.small-faq p {
  font-size: 14px;
  color: RGBA(255, 255, 255, 0.60);
  font-weight: 400;
  font-family: var(--main-font);
  line-height: 22px;
}
.well.small-faq {
  min-height: 227px;
}
.daymode .well-faq {
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.daymode .well-faq h2 {
  color: #232326;
}
.daymode .well-faq p {
  color: rgba(35, 35, 38, 0.58);
}
.daymode .well-faq .input-group .form-control {
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 1);
}
.daymode .well-faq .input-group .btn.btn-default {
  color: #232326;
}
.daymode .well.small-faq h3 {
  color: #232326;
}
.daymode .well.small-faq p {
  color: rgba(35, 35, 38, 0.58);
}
/* Dashboard FAQ Stying Ended */
/* Dashboard Childpanel Stying Started */
#childpanel-container{
  background-color:#0B1739;
  border-radius:16px;
  border:1px solid #343B4F;
  padding:0px;
}
.childpanel-main{
  padding:15px;
}
.childpanel-main .form-group label{
  font-family: Lufga;
  font-size: 16px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  color:#FFFFFF;
}
.childpanel-main .form-group input , .childpanel-main .form-group select{
  background-color:#112048;
  border:1px solid #4059A6;
  border-radius:12px;
  height:50px;
}
.childpanel-main .form-group select option{
  font-family: Lufga;
  color:#ffffff;
}
.alert-text-childpanel{
  font-family: Lufga;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color:#ffffff;
}
.childpanel-footer-box{
  padding:15px 15px 10px 15px;
  border-top:1px solid #222C49;
  display:flex;
  justify-content:space-between;
}
.childpanel-footer-box .form-group label{
  font-family: Lufga;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color:rgba(255,255,255,0.56);;
}
.child-panel-well h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  font-family: var(--main-font);
}
.child-panel-well p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--main-font);
}
.child-panel-right{
  background-color:#0B1739;
  border-radius:16px;
  border:1px solid #343B4F;
}
.childtabs{
  border:none;
  background:transparent !important;
  margin-bottom:25px;
}
.childtabs.nav.nav-tabs li {
  border:1px solid #343B4F;
  outline:none;
  border-radius:48px;
  margin:0px 15px 0px 0px;
}
.childtabs.nav.nav-tabs li:hover{
  border:1px solid #343B4F;
  outline:none;
  border-radius:48px;
  background:#338EB6 !important;
}
.childtabs.nav.nav-tabs li a{
  font-family: Lufga;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color:#FFFFFF;
  background:transparent !important;
  border:none;
}
.childtabs.nav.nav-tabs li.active{
  background-color:#338EB6;
}
/* Dashboard Childpanel Stying Ended */

.na-main-wraper{

  padding: 90px 30px 30px 250px;
  min-height: 100vh;
}
.daymode #childpanel-container {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.daymode .mass-box-header {
  border-bottom-color: #E6E6E6;
}
.daymode .mass-box-header h2 {
  color: #232326;
}
.daymode .childpanel-main .form-group label {
  color: #232326;
}
.daymode .alert-text-childpanel {
  color: #232326;
}
.daymode .childpanel-footer-box {
  border-top-color: #E6E6E6;
}
.daymode #price {
  color: #232326;
}
.daymode .child-panel-well h2 {
  color: #232326;
}
.daymode .child-panel-well p {
  color: rgba(35, 35, 38, 0.5);
}
.daymode .well.child-panel-well .panel-group .panel-heading a {
  color: #232326;
}
.daymode .blue-box {
  background-color: whitesmoke;
}
.daymode .blue-box h4,.daymode .blue-box p,.daymode .blue-box a {
  color: #232326;
}
@media (max-width: 500px) {
  #sidebar {
    left: -250px;
  }
  .active #sidebar {
    left: 0;
    width: 210px;
  }
  .main-wrapper {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-wrapper{
    padding: 15px 15px 10px;
  }
  .active #sidebar .site-logo-img #coll-img{
    display: none;
  }
  .active #sidebar .site-logo-img .navbar-brand,
  .active #sidebar .site-logo-img .navbar-brand img {
    display: block;
  }
  #sidebar ul {
    margin-top: 10px;
    padding: 0 15px !important;
  }
  .active #sidebar ul {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .active #sidebar ul li{
    width: 100%;
  }
  .active #sidebar ul li span{
    display: inline-block;
  }
  .active #sidebar ul li a {
    color: #AEB9E1;
    padding: 0px 20px;
    margin: 0;
    width: auto;
    justify-content: flex-start;
  }
  .active #sidebar ul li a .navbar-icon {
    margin: 10px;
  }
  .balance-wrapper{
    margin: 20px 0px;
  }
  .active #sidebar .balance-wrapper .balance img, .active #sidebar .balance-wrapper #balance-icon, .active #sidebar .balance-wrapper .balance-text .bal {
    display: initial;
  }
  .nav-pills.filter-pills > li {
    max-width: 49%;
    width: 49%;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
  }
  .nav-pills.filter-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills.filter-pills > li.search {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .table-wrapper .table > tbody > tr > td {
    padding: 10px;
  }
  .table-wrapper .table > thead > tr > th {
    padding: 10px 10px;
  }
  .update_badge{
    display: flex;
    white-space: nowrap;
  }
  .well.small-faq {
    min-height: auto;
  }
  .width-40 {
    min-width: auto;
  }
  .modal-dialog.modal-md,
  #ticketModal .modal-dialog.modal-md{
    width: auto;
  }
  .desc-box{
    font-size: 14px;
    white-space: wrap;
  }
  .well-title{
    margin-left: -15px;
    margin-right: -15px;
  }
  .guest .navbar{
    padding: 5px 0px;
  }
  .hero-section {
    padding: 40px 0px;
    background-size: cover;
    background-position: right top;
  }
  .right-hero-content p.top-heading {
    margin-top: 0;
    font-size: 16px;
  }
  .right-hero-content h1{
    font-size: 32px;
  	line-height: 36px;
  }
  .right-hero-content h2 {
    font-size: 18px;
  }
  .right-hero-content p.top-paragraph {
    font-size: 14px;
  }
  .form-wrapper {
    width: auto;
  }
  .form-control.custom-inputes {
    margin: 0px 0px 0;
    height: 46px;
  }
  #custom-buston{
    font-size: 22px;
    margin: 0;
    padding: 10px 40px;
  }
  .create-acc-text{
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 15px;
  }
  .col-sm-1-5 {
    width: 24.5% !important;
  }
  .sm-conten-sec {
    padding: 30px 0px;
  }
  .sm-inner-sec h2 {
  	font-size: 32px;
    line-height: 42px;
  }
  .sm-inner-sec p {
  	font-size: 16px;
    line-height: 22px;
  }
  .sm-inner-box{
    margin-bottom: 40px;
  }
  .sm-inner-box img {
    width: 90px;
  }
  .sm-inner-content {
    padding: 30px 15px;
    margin-top: 15px;
  }
  .sm-inner-content h3 {
  	font-size: 24px;
    line-height: 24px;
  }
  .sm-inner-content p {
  	font-size: 16px;
    line-height: 22px;
  }
  #eye-img {
    width: 90px;
  }
  .col-md-4:last-child .sm-inner-box {
    margin-bottom: 0;
  }
  .slider-wrapper {
    padding: 10px 0px 50px 0px;
  }
  .sm-detail-data img {
    top: -136px;
  }
  .first-slider {
    padding: 30px 0px 0px;
  }
  .first-cloud {
    top: 0px;
    width: 180px;
  }
  .first-slider h2 {
  	font-size: 32px;
    line-height: 42px;
  }
  .custom-container .item {
    padding: 20px;
  }
  .text-wrap p {
  	font-size: 18px;
    line-height: 24px;
  }
  .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  .second-cloud {
    width: 180px;
  }
  .first-slider-btn a {
    font-size: 22px;
    line-height: 40px;
    padding: 10px 40px;
    margin: 20px 0px;
  }
  .slider-container .slick-dotted.slick-slider.slick-slider-flags {
    margin-bottom: 0;
    right: auto;
    padding-bottom: 40px;
  }
  .slick-slider-flags .card {
    padding: 20px 15px;
  }
  .slick-slider-flags .card .flag-icon {
    width: 60px;
  }
  .slick-slider-flags .card h3 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slick-slider-flags .card p {
  	font-size: 14px;
    line-height: 22px;
  }
  .slick-slider-flags .slick-dots .slide-indicator {
    width: 20px;
    height: 3px;
    padding: 3px;
  }
  .slick-slider-flags .slick-dots li {
    margin: 0 0px;
  }
  .slider-two-left h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .slick-slider-flags .slick-slide {
    margin: 0px 0px;
  }
  .slider-two-left p {
  	font-size: 16px;
    line-height: 24px;
  }
  .slider-two .slick-slide {
    margin: 0px 0px;
  }
  .slidertwobx {
    padding: 20px 15px;
  }
  .slidertwobx img.img-responsive {
    width: 60px;
  }
  .slidertwobx h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .slidertwobx p {
  	font-size: 14px;
    line-height: 24px;
  }
  .slider-two .slick-dots{
    display: none !important;
  }
  .slider-two .slick-prev {
    left: 42%;
  }
  .slider-two .slick-next {
    right: 42%;
  }
  .sm-detail-data {
    padding: 30px 0px;
  }
  .detail-inner h2 {
    font-size: 32px;
    line-height: 42px;
    width: auto;
  }
  .detail-inner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .detail-inner a {
    font-size: 18px;
    padding: 10px 40px;
  }
  .services-wrapper {
    padding: 40px 0px;
  }
  .services-inner h2 {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .services-inner p {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    text-align: center;
  }
  .services-wrapper .row:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .services-inner-right img {
    padding-left: 0;
    width: 280px;
    margin: 0 auto 20px;
  }
  .services-wrapper #custom-buston {
    margin: auto;
    display: block;
    width: 180px;
  }
  .even-row {
    margin-top: 20px;
  }
  .services-inner-left img {
    padding-right: 0;
    margin: 0 auto 10px;
    width: 280px;
  }
  .circle {
    width: 55px;
    height: 42px;
    padding: 10px;
  }
  .circle img {
    width: 26px;
  }
  .image-slider .slick-arrow {
    display: none !important;
  }
  .slider-container-last {
    padding: 0px 0px 20px;
  }
  .info-sections {
    padding: 20px 15px;
  }
  .last-slider-left img {
    width: 20%;
  }
  .last-slider-right h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .last-slider-right p {
    font-size: 16px;
    line-height: 24px;
  }
  .last-slider-right ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-wrapper {
    padding: 30px 0px;
  }
  .faq-inner h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .faq-inner p {
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }
  .content {
    margin-top: 20px;
  }
  .footer-wrapper {
    background-color: rgba(0, 4, 16, 1);
    padding: 30px 0px;
  }
  .footer-wrapper .col-md-3:first-child img {
    width: 110px;
    margin-bottom: 20px;
  }
  .col-two p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .socail-media ul li a {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .col-third {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .col-third ul li, .col-fourth ul li {
    width: 20%;
    display: inline-block;
  }
  .copyright {
    padding-right: 0;
  }
  .copyright p {
    text-align: center;
  }
  .terms a {
    text-align: center;
    margin: auto;
    display: block;
  }
  #sidebar.active {
    left: 0;
  }
  .desktop-display #toggleSidebar{
    display:block;
  }
  .desktop-display #toggleSidebar img {
    filter: invert(1) contrast(100);
  }
  .form-tabs.nav.nav-tabs {
    border: 1px solid #343b4f;
    margin: 0px;
    width: 100%;
    border-radius: 80px;
    display: flex;
    justify-content: center;
  }
  .form-tabs.nav.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33.33%;
  }
  .form-tabs.nav.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }
  .social-icon-wrapper .panel-heading {
    line-height: 30px;
  }
  #custom-na {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin: 0;
  }
  header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: auto;
    right: auto;
    position: relative;
    justify-content: space-between;
  }
  #custom-na li .custom-avatar{
    min-width: auto;
  }
  #custom-na li .custom-avatar p{
    font-size: 12px;
    font-weight: 600;
  }
  .mode-button.toggle{
    width: 42px;
  }
  .lang-drop .dropdown-toggle .lang-name {
    display: none;
  }
  .lang-drop .dropdown-toggle {
    min-width: 42px;
  }
  .toggle-container {
    margin-right: 5px;
    margin-left: 5px;
  }
  #toggleButton{
    font-size: 14px;
    min-width: auto;
    height: 32px;
  }
  .social-icons a{
    width: 42px;
    height: 38px;
    font-size: 12px;
    margin: 0 6px 8px 0;
  }
  .social-icons{
    max-width: 100%;
  }
  .social-icon-wrapper.panel-default > .panel-heading, .social-icon-wrapper .panel-collapse > .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-icons a img {
    height: 18px;
    width: 60%;
  }
  .dashboard .well{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .well .nav.nav-tabs > li > a {
    font-size: 12px;
    min-width: 86px;
  }
  .bottom-fields {
    flex-direction: column;
    align-items: flex-start;
  }
  .right-fields{
    width: 100%;
  }
  .average_time_wrapper{
    min-width: 60%;
    margin-right: -10%;
    flex: 0 0 50%;
  }
  .right-fields .btn.btn-block.btn-primary{
    min-width: 50%;
    width: 50%;
  }
  .guest .lang-drop .dropdown-toggle .lang-name {
      display: inline-block;
  }
  .guest .navbar-right li a {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .guest .lang-drop .dropdown-toggle {
    border: none;
  }
  .signin-btn,
  .signup-btn{
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .signup-btn a,
  .signin-btn a{
    color: rgb(66, 51, 67) !important;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus{
    border-color: #338EB6;
    background-color: #338EB6;
    border-radius: 13px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
  }
  
}

/* Service Page Styling Ended */
@media (max-width:480px){
  #custom-na .dropdown-menu {
    background: #081028;
    min-width: 100%;
}
  .right-hero-content p.top-heading {
    font-size: 16px;
  }
  .right-hero-content h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .right-hero-content h2 {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .form-wrapper {
    width: 100%;
  }
  .col-sm-1-5 {
    width: 25% !important;
  }
  #custom-buston {
    font-size: 24px;
    line-height: 35px;
    border-radius: 50px;
    padding: 10px 40px;
    border: 0px;
    box-shadow: 4px 10px 20px 0px #00000026;
    margin-top: 25px;
  }
  .sm-icons-wrapper {
    padding: 10px 0px 0px 0px;
  }
  .sm-conten-sec {
    padding: 30px 0px;
  }
  .sm-inner-sec h2 {
    font-family: 'Lufga', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
  }
  .custom-divider {
    width: 30%;
    height: 2px;
    margin: 0 auto;
    background-color: #19223c;
  }
  .sm-inner-box {
    margin: 70px 0px;
  }
  .sm-boxes-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .first-slider h2 {
    font-family: var(--main-font);
    font-size: 35px;
    font-weight: 700;
    line-height: 50ppx;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 30px;
  }
  .slider-wrapper {
    padding: 0px 0px 130px 0px;
  }
  .custom-container .item {
    padding: 30px 20px;
  }
  .text-wrap p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
  }
  #quote-carousel{
    margin: 0px 15px;
  }
  .carousel-indicators {
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .slider-two-left h2 {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    color: var(--heading-color);
  }
  .slidertwobx h3 {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: var(--heading-color);
  }
  .slidertwobx {
    margin-top: 20px;
  }
  .slider-two .slick-next {
    position: absolute;
    top: 107%;
    right: 7%;
  }
  .slider-two .slick-prev {
    position: absolute;
    top: 107%;
    left: 70%;
  }
  .sm-detail-data img {
    position: absolute;
    top: -90px;
    right: 0px;
    background-blend-mode: exclusion;
    width: 50%;
  }
  .detail-inner h2 {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    color: var(--heading-color);
    width: 100%;
    margin-top: 0px;
  }
  .services-inner h2 {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    color: var(--heading-color);
    margin-top: 0px;
  }
  .services-inner p {
    width: 100%;
  }
  .services-inner-right img {
    padding-left: 0px;
    margin-top: 30px;
  }
  .services-inner-left img {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .faq-inner p {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color);
    width: 100%;
    margin: 0 auto;
  }
  .info-sections {
    background-color: #182c4d;
    padding: 20px;
    border-radius: 20px;
    margin-top:50px;
  }
  .last-slider-right h3 {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: var(--heading-color);
    text-align: left;
  }
  .last-slider-right p {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--text-color);
  }
  .last-slider-right ul li {
    list-style: none;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--text-color);
  }
  #custom-panel-title a {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
  }
  .circle {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffffff;
    transition: border-color 0.3s ease;
    cursor: pointer;
  }
  .last-slider-left img {
    width: 30%;
  }
  .col-two p {
    margin: 25px 0px;
  }
  .top-btn {
    position: absolute;
    right: 8%;
    z-index: 999;
    cursor: pointer;
    bottom: 5%;
  }
  .col-third {
    padding-left: 0px;
    margin-top:25px;
  }
  .copyright {
    padding-right: 0px;
  }
  .copyright p {

    text-align: center;

  }
  .terms {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .footer-wrapper {
    padding: 40px 0px;

  }
  .slider-container .slick-dotted.slick-slider {
    margin-bottom: 30px;
    position: relative;
    right: 0%;
  }
  .first-slider {
    padding: 0px 0px;
  }
  .slick-slider-flags {
    padding-bottom: 0px;
  }
  .slick-slider-flags .card h3 {
    font-family: var(--main-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: var(--heading-color);
    margin-top: 25px;
  }
  .slider-container-last{
    width:80%;
    margin:0px auto;
  }
  .services-wrapper {
    padding: 30px 0px;
  }
  #main-head .nav.navbar-nav.navbar-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
  .social-tabs-boxes .circle {
  position: relative;
  width: 45px;
  height: 45px;
  margin:
0 auto;
  padding:
10px;
  border-radius:
85px;
  overflow:
hidden;
  border:
1px solid #474752;
  transition:
border-color 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .social-tabs-boxes .nav-tabs > li > a {
  padding:2px;
  border:none;
  background-color: transparent;
}
  .social-tabs-boxes .circle-arrow {
  border:none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
  .circle-arrow.right{
  position: absolute;
  right: 35%;
  top: 80%;
  }
  .circle-arrow.left{
  position: absolute;
  left: 35%;
  top: 80%;
  }
}
@media (min-width: 1600px) and (max-width: 2399.98px) {
  .signup-animation-wrapper {
    padding: 70px 50px 70px 250px !important;
    margin-top: -20px;
	}
}
