body {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  background-color: #F7FBFF;
}
.signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #0193FF;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px 0 20px;
  cursor: pointer;
  text-decoration: none;
  background-color: #0193FF;
  color: #FFFFFF;
}
.signup-btn:hover,
.signup-btn:focus,
.signup-btn:active {
  text-decoration: none;
  color: #FFFFFF;
}
.dropdown-menu {
  max-height: 400px;
  top: calc(100% + 10px);
  border: 1px solid rgb(230, 237, 249);
  border-radius: 14px;
  background: rgb(255, 255, 255);
  padding: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}
.open > .dropdown-menu {
  display: flex;
}
.dropdown-menu > li > a {
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #28344f;
  transition: .2s ease all;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.dropdown-menu > li > a:hover {
  background-color: #edf7ff;
}
.guest .navbar-default.navbar{
  background-color: #ffffff;
  filter: drop-shadow(0 4px 22.3px RGBA(180, 183, 207, 0.38));
  height: 70px;
  padding: 10px 0;
}
.guest .navbar-default .navbar-nav.navbar-left > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #4A5465;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.guest .navbar-default .navbar-nav.navbar-left > li.active > a, 
.guest .navbar-default .navbar-nav.navbar-left > li.active > a:hover, 
.guest .navbar-default .navbar-nav.navbar-left > li.active > a:focus {
  color: #08183C;
}
.guest .nav.navbar-nav.navbar-left {
  /*min-width: 360px;*/
  min-width: 520px;
  display: flex;
  justify-content: space-between;
  margin-left: 155px;
}
.guest .nav.navbar-nav.navbar-left::before, 
.guest .nav.navbar-nav.navbar-left::after {
  display: none;
}
.guest .navbar-default .navbar-nav.navbar-left > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  transition: background-color 0.3s ease;
}
.guest .navbar-default .navbar-nav.navbar-left > li > a:hover::after {
  background-color: #0193FF;
}
.guest .navbar-default .navbar-nav.navbar-left > li > a.active::after,
.guest .navbar-default .navbar-nav.navbar-left > li.active > a::after {
  background-color: #0193FF;
}
.guest .navbar-default .navbar-nav.navbar-right {
  margin-right: 0;
}
.guest .navbar-default .navbar-nav.navbar-right > li:last-child {
  margin-left: 6px;
}
.guest .navbar-default .navbar-nav.navbar-right > li > a.get, 
.guest .navbar-default .navbar-nav.navbar-right > li > a.signup {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 6px 0 12px;
  cursor: pointer;
}
.guest .navbar-default .navbar-nav.navbar-right > li > a.get {
  background-color: #EDF7FF;
  border: 1px solid #D7ECFF;
  color: #08183C;
}

.guest .navbar-default .navbar-nav.navbar-right > li > a.signup {
  background-color: #0193FF;
  color: #FFFFFF;
  border: 1px solid #0193FF;
}
.arrow-box {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #D7ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 6px;
}
.arrow-box i {
  transform: rotate(45deg); 
  font-size: 14px;
  color: #08183C;
}
.arrow-box.blue i {
  color: #126FFF;
}
.second2 .row {
  display: flex;
  align-items: center;
}
.tab-icon {
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
.nav-pills .tab-icon {
  margin-right: 10px;
}
.tab-icon.ig-icon {
  background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
}
.tab-icon.fb-icon {
  background-color: #1877F2;
}
.tab-icon.yt-icon {
  background-color: #FF0000;
}
.tab-icon.tt-icon {
  background-color: #000;
}
.tab-icon.tg-icon {
  background-color: #24A1DE;
}
.tab-icon.x-icon {
  background-color: #1DA1F2;
}
.tab-pane .tab-icon {
  width: 74px;
  height: 74px;
  font-size: 38px;
  margin-bottom: 20px;
}
.tabs-container .tab-pane h3 {
  font-size: 20px;
  font-weight: 600;
  color: #08183C;
}
.tab-pane .tab-icon {
  width: 74px;
  height: 74px;
  font-size: 38px;
  margin-bottom: 20px;
}
.tabs-container .tab-pane h3 {
  font-size: 20px;
  font-weight: 600;
  color: #08183C;
}
.our-service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.our-service-list>li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #08183C;
  padding: 10px 18px;
  border-radius: 10px;
}
#why-choose {
  position: relative;
  padding: 80px 0;
}
.swiper-button-next, 
.swiper-button-prev {
  position: relative;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  border: 1px solid #D7ECFF;
}
.swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 7px;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
}
.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 16px;
  gap: 0 2px;
}
.rating li i {
  color: #FF8A15;
}
#main-hero {
  padding-top: 60px;
  padding-bottom: 100px;
}
#main-hero .row {
  display: flex;
  align-items: center;
}
.rate{
  width: 100px;
  height: 16px;
  object-fit: cover;
  background-repeat: no-repeat;
}

#sky-rocket {
  padding-top: 75px;
}
.Services, .Register {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  height: 48px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px 0 20px;
  cursor: pointer;
  text-decoration: none;
}
.Services:hover,
.Services:focus,
.Services:active,
.Register:hover,
.Register:focus,
.Register:active {
  text-decoration: none;
}
.Services {
  background-color: #FFFFFF;
  border-color: #D7ECFF;
}
.Register {
  background-color: #0193FF;
  color: #FFFFFF;
  border-color: #0193FF;
}
.Register:hover{
  color: white;
}
.work-section,
.second2,
#why-choose,
.footer-inner {
  /*background-image: url(https://mypanelcdn.com/aaAiI/OwqmkieAYUEo2tW1.webp);
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #0193FF;
}
.footer-inner {
  border-radius: 24px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 40px;
  z-index: 2;
}
#why-choose h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.second2 {
  width: 100%; 
  border-radius: 15px;
  padding: 60px;
}
.regb i {
  transform: rotate(45deg);
  font-size: 14px;
  color: #0193FF;
}
.serb {
  background: #EDF7FF;
  border: 1px solid #D7ECFF ;
}
.serb i {
  color: #0193FF;
}
.Register .arrow-box, .Services .arrow-box {
  margin-left: 15px;
}
/*.left-col{
color: #08183C;
margin-top: 70px;
}*/
.p1 {
  color: #4A5465;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.bg {
  width: 497px;
  margin-left: auto;
  border-radius: 10px;
  background: linear-gradient(180deg,#D7ECFF,#88CDFF);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}
.bg2 {
  width: 497;
  height: 757px;
  margin-top: 50px;
  border-radius: 10px;
  background:linear-gradient(180deg,#D7ECFF,#88CDFF);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-form {
  width: 100%;
  border-radius: 5px;
  background-color: white;
  filter: drop-shadow(11px 21px 57.7px RGBA(85, 106, 141, 0.28));
  padding: 25px 45px;
  margin: 0;
}
.form2{
  width: 435px;
  height: 697px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
#log {
  margin-bottom: 30px;
  margin-top: 0;
}

#googleicon{
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 5px;
}
.newbtn{
  width: 100%;
  height: 38px;
  background-color: #EDF7FF;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #D7ECFF;
  line-height: 38px;
}
.newbtn2{
  display: none;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #11285A;
  margin-top: 20px;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #D7ECFF; 
}

.separator:not(:empty)::before {
  margin-right: 10px;
}

.separator:not(:empty)::after {
  margin-left: 10px;
}

.main-form .form-control{
  width: 100%;
  height: 38px;
  background-color: #EDF7FF;
  border: 1px solid #D7ECFF;
  border-radius: 5px;
  box-shadow: none;
}


.main-form .control-label{
  color: #4A5465;
  font-size: 13px;
  font-weight: 400;
}
.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.options label {
  color: #08183C;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
}
.options a {
  text-decoration: none;
  color: #08183C;
  font-size: 13px;
}
.btnlog { 
  width: 100%;
  height: 38px;
  background-color: #0193FF;
  font-size: 13px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #0193FF;
  font-weight: 500;
}

.col-md-6.text-md-right {
  text-align: center;       /* center align */
  margin-top: 10px;         
  margin-left: 116px;
}

.col-md-6.text-md-right span {
  font-size: 12px;
  color: #4A5465;
}

.col-md-6.text-md-right span a {
  color: #007BFF;
  text-decoration: none;
  font-weight: 500;
}
.col-md-6.text-md-right span a:hover {
  text-decoration: underline;
}
.pull-right-middle {
  line-height: 0px;
}


.grl {
  width: 100%;
}
.sec2{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.heading {
  margin-top: 0;
  font-size: 44px;
  font-weight: 600;
  color: #08183C;
  margin-bottom: 25px;
}
.headingnew {
  font-size: 44px;
  font-weight: 600;
  margin-top: -50px;
}
.para1 {
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 28px;
}
.prevArrow {
  width: 48px;
  height: 48px;
  background-color: #3A87FF;
  border: none;
  border-radius: 5px ;
  margin-top: 15px;
}
.nextArrow{
  width: 48px;
  height: 48px;
  background-color: #3A87FF;
  border: none;
  border-radius: 5px ;
  margin-top: 15px;
}
.regis2 {
  color: #08183C;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #EDF7FF;
  border: 1px solid #D7ECFF;
  line-height: 40px;
  padding: 15px 20px 15px 20px;
  text-decoration: none !important;
}

.newar{
  transform: rotate(45deg);
  color: #0193FF;
  margin-left: 15px;
  font-size: 16px;
}

.head9{
  text-align: center;
  color: #08183C;
  font-size: 40px;
}
#countries-offer {
  padding-top: 120px;
  padding-bottom: 95px;
}
#countries-offer .para9 {
  margin-bottom: 30px;
}
.head10{
  text-align: center;
  color: #08183C;
  font-size: 40px;
  margin-top: 20px;
}
.para9{
  color: #4A5465;
  text-align: center;
  font-size: 14px;
}

.register a{
  text-decoration: none;
  color: white;
}
.regis2 a{
  text-decoration: none;
  color: #08183C;
}

.Services a{
  text-decoration: none;
  color: #08183C;
}
.heading2{
  text-align: center;
  color: #08183C;
  font-weight: 600;
  font-size: 40px;
  margin-top: 90px;
  margin-bottom: 40px;
}
.para3{
  text-align: center;
  color: #4A5465;
  font-weight: 400;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
}
.line{
  margin-top: 20px;
  color:#126FFF ;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.icond{
  width: 58px;
  height: 58px;
  border: 3px solid #D7ECFF;
  border-radius: 5px;
  background-color: #EDF7FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons {
  font-size: 25px;
  color: #0193FF;
}

.first{
  background-color: white;
  border-radius: 10px;
  border: 1px solid #D7ECFF;
  height: 365px;
  padding: 34px 28px 34px 28px;
  margin-bottom: 30px;
}
.fr1{
  color: #08183C;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 14px;
  font-weight: 600;
}
.para4{
  color: #4A5465;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.mobile-view {
  display: none !important;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  margin-bottom: 450px;
}
#our-services {
  padding-top: 40px;
}
.tabs-container {
  background: linear-gradient(180deg,#D7ECFF,#EDF7FF, #EDF7FF);
  border-radius: 15px;
  padding: 60px 60px 45px;
  border-top: 1px solid rgba(77, 166, 255, 0.2);
  border-left: 1px solid rgba(77, 166, 255, 0.2);
  border-right: 1px solid rgba(77, 166, 255, 0.2);
  border-bottom: none;
}
.tabs-container .row {
  display: flex;
}
.nav-tabs-custom {
  border: none;
  padding: 20px;
  background: linear-gradient(180deg, #FFFFFF,#EDF7FF);
  border-radius: 10px;
  height: 100%;
}

.nav-tabs-custom > li {
  float: none;
  margin-bottom: 10px;
}

.nav-tabs-custom > li > a {
  display: flex;
  align-items: center;
  background: #EDF7FF;
  border-radius: 5px;
  border: 1px solid #d7ecff;
  padding: 12px;
  color: #08183C;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
}

.nav-tabs-custom > li.active > a,
.nav-tabs-custom > li > a:hover {
  background: #0193FF;
  color: #fff !important;
  border-color: #0193FF;
}

.nav-tabs-custom i {
  font-size: 20px;
}

/* Tab content area */
#our-services .tab-content {
  background: linear-gradient(180deg,#B9E0FF,#EDF7FF);
  border-radius: 10px;
  padding: 40px 48px;
}
#our-services .tab-pane h4 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: 08183C;
}

#our-services .tab-pane p {
  color: #08183C;
  line-height: 1.6;
}

#head3{
  color: #08183C;
  font-size: 40px;
  font-weight: 600;
}
#para5{
  color: #4A5465;
  font-weight: 400;
  margin-right: 80px;
  margin-left: 30px;
}
#head3n{
  display: none;
}
#para5n{
  display: none;
}

.iconf{
  width: 37px;
  height: 37px;
  margin-right: 10px;
  transition: filter 0.3s ease;
}
.nav-tabs-custom.nav-pills > li.active > a .iconf, 
.nav-tabs-custom.nav-pills > li.active > a:hover .iconf, 
.nav-tabs-custom.nav-pills > li.active > a:focus .iconf{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.nav-tabs-custom.nav-pills > li.active > a:focus{
  background-color: #126FFF;
}
.logofc{
  width: 74px;
  height: 74px;
}
.exp{
  display: inline-flex;        
  align-items: center;         
  justify-content: space-between; 
  margin-top: 15px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 8px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}
.exp a{
  text-decoration: none;
  color: white;
}
.exp:hover{
  color: white;
}
#stories {
  padding-top: 120px;
}
.testhead {
  margin-bottom: 35px;
  font-weight: 600;
  color: #08183C;
  font-size: 40px;
}
.testimonial {
  background: #B9E0FF;
  border-radius: 15px;
  padding: 14px;
  margin-bottom: 20px;
}
.testimonial-inner {
  padding: 25px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.testimonial img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial p {
  font-size: 14px;
  margin-bottom: 10px;

}
.italic{
  font-style: italic;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  color: #126FFF;
  font-size: 20px;
  top: auto;
  bottom: -70px;
  width: auto;

}
.carousel-control.left {
  left: 45%;
}
.carousel-control.right {
  right: 45%;
}

.testimonial .name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  color: #08183C;
  margin-top: 10px;
}
.bgar{
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D7ECFF;
}
.bgar1{
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D7ECFF;
}
.faq-section {
  max-width: 800px;
  margin: 50px auto;
}
.faq-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
  color: #08183C;
}
.faq-section .panel-group .panel {
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.faq-section .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq-section .panel-default > .panel-heading {
  border-radius: 0;
  background: transparent;
  padding: 0;
  border: none;
}
.faq-section .panel-default > .panel-heading .panel-title a {
  background-color: #126FFF;
  border: 1px solid #126FFF;
  display: flex;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  height: 60px;
  align-items: center;
  padding: 0 12px 0 30px;
  justify-content: space-between;
  border-radius: 10px;
}
.faq-section .panel-default > .panel-heading .panel-title a.collapsed {
  background-color: #ffffff;
  border: 1px solid #D7ECFF;
  color: #08183C;
}
.faq-section .panel-default > .panel-heading .panel-title a::after {
  content: "+";
  font-size: 16px;
  color: #0193FF;
  background: #EDF7FF;
  border-radius: 5px;
  border: 1px solid #D7ECFF;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-section .panel-default > .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "−";
  color: #126FFF;
  background: #EDF7FF; 
}
.faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #B9E0FF;
  border-radius: 10px;
  padding: 35px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #08183C;
  margin-top: 15px;
  border: 1px solid #D7ECFF;
}


.faq-section .panel-default > .panel-heading.active a {
  color: #ffffff;
}
.faq-section .panel-default.panel-body {
  background: #B9E0FF;
  border-radius: 8px 8px 8px 8px;
  padding: 21px;
  color: #08183C;
  margin-top: 10px;
}
.load-more {
  text-align: center;
  margin-top: 20px;
}
.btn-load {
  background: #EDF7FF;
  border: 1px solid #0193FF;
  width: 100%;
  color: #0193FF;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  height: 60px;
  font-size: 14px;
}
/* Hidden FAQ items */
.hidden-faq {
  display: none;
}
.newar2{
  transform: rotate(45deg);
  color: #FFFFFF;
  margin-left: 10px;
  font-size: 16px;
}
.head6{
  font-size: 40px;
  font-weight: 600;
  color: white;
}
.para6{
  color: white;

}
.strt {
  background: transparent;
  border: 1px solid white;
  width: 312px;
  height: 55px;
  border-radius: 10px;
  margin-top: 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 53px;
}
.strt:hover,
.strt:focus,
.strt:active {
	color: #ffffff;
	text-decoration: none;
}
footer{
  background-color: #fff;
  margin-top: -130px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #D7ECFF;
  padding-top: 210px;
}
.headf{
  font-weight: 600;
  font-size: 36px;
  color: #08183C;
}
.iconbg{
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF7FF;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #D7ECFF;
  margin-top: 10px;
  color: #0193FF;
}
.iconbg:hover,
.iconbg:focus,
.iconbg:active {
  color: #0193FF;
  text-decoration: none;
}
.list-unstyled{
  margin: 0;
}
.list-unstyled li a {
  color: #4A5465;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
.list-unstyled li a:hover,
.list-unstyled li a:active,
.list-unstyled li a:focus {
  text-decoration: none;
  color: #126FFF;
}
.lnks{
  color: #08183C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}


.text-center-nw {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  height: 64px;
  margin-top: 70px;
  margin-bottom: 15px;
  border: 1px solid #0193FF;
  border-radius: 10px;
  padding: 0 15px;
}

.para8 {
  font-size: 14px;
  margin: 0;
  color: #0193FF;
}

.smallimgs {
  display: flex;
  gap: 12px;
}

.smallimgs img {
  height: 12px;
  object-fit: contain;
}


/* General card styling */
.card {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
  width: 350px;
  height: 370px;
  margin-left: 30px;
  display: none;
}

.card:hover {
  transform: translateY(-5px);
}

/* Headings */
.card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #1e293b;
}

/* Paragraph */
.card p {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
}

/* "Read more" link */
.card a {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}


.inmain{
  margin-top: 60px;

}
.info-box{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  max-width: 500px;
  margin: 0 auto 30px auto;
  width: 100%;               
}
.info-box {

  margin-bottom: 20px !important;
}

.info-box, .icon {
  font-size: 16px;
  color: #007bff;
  padding: 6px, 6px, 6px, 6px;

}

.info-box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0a1f44;
}

.info-box,.info-box1,.info-box2 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}


#how-work {
  padding-top: 58px;
}
.work-section {
  padding: 60px 40px 40px;
  width: 100%;
  border-radius: 15px;
  color: #ffffff;
}

.work-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}


.work-grid {
  gap: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.work-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  min-height: 200px;
}

.work-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #08183C;
}

.work-card p {
  font-size: 14px;
  color: #4A5465;
  line-height: 1.4;
  margin-bottom: 0;
}

.step {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #D7ECFF;
  color: #0193FF;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  background-color: #EDF7FF;
  font-size: 20px;
  margin-bottom: 19px;
}
.service-box {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #D7ECFF;
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1);
}
.service-box img {
  width: 30px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  background-size: contain;
  margin-bottom: 12px;
}
.service-box h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #111827;
  font-weight: 600;
}
.service-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}
.alert {
  margin-bottom: 15px;
}
form .g-recaptcha,
form #rcaptcha,
form .captcha {
  display: flex;
  justify-content: center;
  margin: 8px 0;
}
.form .row {
  align-items: center;
}
.form .text-md-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flag {
  width: 54px;
  height: 54px;
  margin-bottom: 10px; 
}
.flag-india     { background-position:   0   0; }
.flag-uk        { background-position:   -95px  0; }
.flag-usa       { background-position: -189px 0; }
.flag-uae       { background-position:-281px 0; }
.flag-germany   { background-position:-376px 0; }
.flag-france    { background-position:-470px 0; }
.flag-korea     { background-position:-565px 0; }
.flag-phillip   { background-position:-659px 0; }
.flag-nigeria   { background-position:-752px 0; }
.flag-brzil    { background-position: -846px 0; }
@media (min-width: 768px) {
  .benefits-swipper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .benefits-swipper .swiper-slide {
    flex: 1 1 calc(33.333% - 20px); /* 3 per row example */
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  /* Navbar stacks */
  #navbar .navbar-nav {
    flex-direction: column;
    margin-right: 0;
  }
  .navbar {
    height: auto;
    padding: 2px;
  }
  #logo{
    font-size: 17px;
    margin-top: 15px;
  } 
  .navbar-toggle, .collapsed{
    margin-top: 10px;

  }
  .signup1{
    display: block;
    display: inline-flex;        
    align-items: center;         
    justify-content: space-between; 
    margin-top: 10px;
    margin-left: 100px;
    height: 34px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    padding: 0 8px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    width: 80px;
  }
  .signup{
    display: none;
  }
  .arrow-box i{
    font-size: 8px;
  }
  .card{
    display: block;
  }
  /* Two-column sections → single column */
  .left-col, .right-col {
    margin-top: 30px;
    text-align: center;
  }
  .mobile-view {
    display: block !important;
  }

  .first1{
    background-color: white;
    border-radius: 10px;
    border: 1px solid #D7ECFF;
    width: 360px;
    height: 365px;
    margin-left: 15px;
    padding: 30px 30px 30px 30px ;

  }

  .swiper {
    width: 100%;
    padding: 20px 0;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
  }



  .grl {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .sec2{
    font-size: 24px;
    margin-top: 5px;
  }
  .para1{
    margin-top: 0px;
  }
  .bg{
    width: 350px;
    height: 350px;
  }
  .bg2{
    width: 341px;
    height: 630px;
  }
  .form{
    height: 300px;
    width: 313px;
    margin-bottom: 0px;
  }
  .form2{
    height: 600px;
    width: 313px;
  }
  #log{
    display: none;
  }
  .heading{
    font-size: 30px;
    text-align: left;
  }
  .col-md-6.text-md-right {
    text-align: center;       /* center align */
    margin-top: -10px;         
    margin-left: 0px;
  }

  .headingnew{
    font-size: 30px;
    text-align: left;
    margin-top: 15px;
  }
  .Register{
    display: none;
  }
  .Services{
    display: none;
  }
  .newbtn{
    display: none;
  }
  .newbtn2{
    display: block;
    width: 265px;
    margin-top: 13px;
    height: 38px;
    top: 13px;
    margin-left: 25px;
    border-radius: 5px;
    border-width: 1px;
    background-color: #EDF7FF;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #D7ECFF;
    line-height: 38px;
  }
  .separator{
    display: none;
  }
  .defp{
    text-align: left;
    font-size: 13px;
    margin-left: 1px;
    margin-top: 14px;
  }
  .user, .pass, .whts, .email{
    margin-left: 25px;
    width: 265px;
  }
  .options{
    font-size: 12px;
    margin: 12px 28px;
  }
  .options a{
    font-size: 12px;
  }
  .btnlog{
    width: 265px;
    margin-left: 5px;
  }
  .second2{
    height: 69em;
  }
  .heading2{
    font-size: 30px;
  }
  .line{
    font-size: 17px;
  }


  .testhead{
    margin-top: 100px;
    border:none;
    box-shadow: none;
    font-size: 30px;
  }

  .tabs-container {
    display: flex;
    flex-direction: column;
    height: auto; 
    width: 100%;  
    margin-top:80px;
    background: transparent;
    border: none;
    box-shadow: none !important;

  }

  #head3n, 
  #para5n {
    order: 1; 
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .nav-tabs-custom {
    order: 2;
    margin: 20px 0;
    height: auto;
    margin-left: -30px;
  }


  .tab-content {
    order: 3;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  #head3n{
    color: #08183C;
    font-weight: 600;
    margin-top: -750px;
    display: block;
    font-size: 30px;
    text-align: center;
  }
  #para5n{
    color: #4A5465;
    font-weight: 400;
    margin-right: 20px;
    margin-left: 20px;
    display: block;
    font-size: 13px;
  }

  #head3, #para5{
    display: none;
  }

  .nav-tabs-custom {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;    /* keep them in one row */
    gap: 8px;             /* space between boxes */
  }

  .nav-tabs-custom li {
    width: 84px;
    height: 74px;
    text-align: center;   /* center icon + text */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-tabs-custom li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;        
    padding: 4px;
  }

  .nav-tabs-custom li a img.iconf {
    display: block;
    margin: 0 auto 4px auto;  
    width: 24px;   
    height: 24px;
  }
  #loadMoreBtn{
    width: 350px;
    font-size: 12px;
  }
  .panel-title a{
    font-size: 10px;
  }
  .panel-body{
    font-size: 9px;
  }

  .panel-title a:after {
    content: "+";
    position: absolute;
    right: 9px;         
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #126FFF;
    background: #EDF7FF; 
    border-radius: 4px;
    padding: 2px 6px;   
    line-height: 1;
  }

  .panel-title a[aria-expanded="true"]:after {
    content: "−";
    color: #126FFF;
    background: #EDF7FF; 
  }

  .carousel .item .col-sm-6 {
    width: 100%;
    float: none;
  }
  .carousel .item .col-sm-6:nth-child(2) {
    display: none;
  }

  .bgar{
    margin-left: -40px;
  }
  .bgar1{
    margin-right: -40px;
  }

  .head9, .head10{
    font-size: 30px;
  }
  .para9{
    font-size: 13px;
  }

  .head10{
    margin-top: 800px;
  }
  .service-box{
    height: 300px;
  }
  .service-box p{
    font-size: 13px;
  }
  .faq-title{
    font-size: 30px;
  }
  .head6{
    font-size: 30px;

  }
  .para6{
    font-size: 13px;
  }
  .strt{
    width: 200px;
    height: 43px;
  }
  .info-box{
    text-align: left;
  }
  /* Footer 
  cleanup */
  footer {
    height: auto;
    padding: 5px 15px;
  }
  
  .text-center-nw{
    height: 46px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .para8{
    font-size: 8px;
    margin-top: 1px;
  }
  .smallimgs img{
    height: 7px;
    object-fit: contain;
  }

  .work-grid {
    grid-template-columns: 1fr; 
  }
  .work-section{
    height: 65em;

  }
  .work-section h2{
    font-size: 30px;
    margin-top: -50px;
  }
}
@media(max-width:550px) {
  #main-hero .row {
    display: block;
  }
  #main-hero {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .heading {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .p1 {
    margin-bottom: 10px;
  }
  #main-hero .btn-group {
    display: none;
  }
  .bg {
    width: 100%;
    height: auto;
    padding: 14px;
    border-radius: 14px;
  }
  .main-form {
  	border-radius: 8px;
    padding: 22px 24px;
  }
  .main-form .form-group {
    margin-bottom: 8px;
  }
  .main-form .control-label {
    margin-top: 0;
    margin-left: 0;
  }
  .main-form .form-control {
    margin-left: 0;
  }
  .options {
    margin: 0;
  }
  .btnlog {
    width: 100%;
    margin: 0;
  }
  .main-form .text-center {
    font-size: 12px;
  }
  .second2 {
    border-radius: 10px;
    padding: 18px;
    height: auto;
  }
  .second2 .row {
    display: block;
  }
  .grl {
    margin: 0 auto 20px;
  }
  .heading2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mobile-view .first1{
    width: 100%;
    height: 395px;
    margin-left: 0;
    padding: 25px 20px;
  }
  .mobile-view.swiper {
    width: 100%;
    padding: 0 15px;
    overflow: visible;
  }
  .mobile-view.swiper-horizontal > .swiper-pagination-bullets, 
  .mobile-view .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    overflow: visible;
    bottom: 0;
    top: 0;
    margin: 0;
  }
  #how-work {
    padding-top: 38px;
  }
  .work-section h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .work-section {
    height: auto;
    padding: 25px 20px 20px;
    border-radius: 10px;
  }
   .work-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
  }
  .work-card {
    border-radius: 8px;
    padding: 10px;
    min-height: auto;
  }
  .step {
    width: 32px;
    height: 32px;
    border: 1px solid #D7ECFF;
    border-radius: 4px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .work-card h3 {
  	font-size: 14px;
    margin-bottom: 5px;
  }
  .work-card p {
  	font-size: 12px;
    line-height: 1.2;
  }
  #sky-rocket {
    padding-top: 40px;
  }
  .head9, .head10 {
    font-size: 24px;
  }
  .para9 {
    font-size: 14px;
  }
  .tabs-container {
  	margin-top: 0;
    background: linear-gradient(180deg,#D7ECFF,#EDF7FF, #EDF7FF);
    padding: 20px 15px;
    border-top: 1px solid rgba(77, 166, 255, 0.2);
    border-left: 1px solid rgba(77, 166, 255, 0.2);
    border-right: 1px solid rgba(77, 166, 255, 0.2);
    border-bottom: none;
  }
  .tabs-container .row {
    display: block;
  }
  #head3n {
    margin-top: 0;
    font-size: 24px;
    order: 0;
  }
  .nav-tabs-custom {
  	gap: 4px;
    margin: 0;
    flex-wrap: wrap;
    padding: 10px;
  }
  .nav-tabs-custom li {
    width: auto;
    height: auto;
    margin: 0;
  }
  .nav-tabs-custom.nav-pills > li + li {
  	margin-left: 0;
  }
  .nav-tabs-custom .tab-icon {
  	width: 28px;
    height: 28px;
    margin-right: 0;
  }
  .nav-tabs-custom i {
    font-size: 14px;
  }
  #our-services .tab-content {
    border-radius: 8px;
    padding: 20px 20px;
    margin-top: 0 0 10px;
  }
  .tab-pane .tab-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    line-height: 54px;
  }
  .tabs-container .tab-pane h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  #our-services .tab-pane p {
    color: #08183C;
    line-height: 1.2;
    text-align: center;
  }
  .our-service-list {
    gap: 4px;
    justify-content: center;
  }
  .our-service-list > li{
    font-size: 10px;
    padding: 6px 8px;
    border-radius: 4px;
  }
  .head10 {
    margin-top: 0;
  }
  #countries-offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #countries-offer .para9 {
    margin-bottom: 20px;
  }
  .service-box {
    height: auto;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .flag {
    width: 34px;
    height: 34px;
    margin-bottom: 0;
  }
  .service-box h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-box p {
    font-size: 14px;
    line-height: 1.2;
  }
  .flag-uk {
    background-position: -119px 0;
  }
  .flag-usa {
    background-position: -119px 0;
  }
  .flag-uae {
    background-position: -177px 0;
  }
  .flag-germany {
    background-position: -237px 0;
  }
  .flag-france {
    background-position: -296px 0;
  }
  .flag-korea {
    background-position: -533px 0;
  }
  .flag-phillip,
  .flag-nigeria{
    background-position: -474px 0;
  }
  .flag-brzil {
  	width: 34px !important;
    height: 34px !important;
    background-position: -533px 0;
    background-size: cover !important;
  }
  #why-choose {
    padding: 30px 0;
  }
  #why-choose .first {
    display: block;
    height: auto;
  }
  #why-choose h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .swiper {
    width: auto;
    padding: 0;
  }
  .first {
    padding: 24px 20px;
    margin-bottom: 15px;
    height: auto;
  }
  .icond {
    width: 38px;
    height: 38px;
    border: 1px solid #D7ECFF;
  }
  .icons {
    font-size: 18px;
  }
  .fr1 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .swiper-button-next, 
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .swiper-button-next::after, 
  .swiper-button-prev::after {
    font-size: 12px;
  }
  #stories {
    padding-top: 40px;
  }
  .testhead {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .testimonial {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .testimonial-inner {
    padding: 20px 20px;
    border-radius: 5px;
  }
  .testimonial img {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-right: 0;
  }
  .testimonial .name {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 5px;
  }
  .testimonial p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .rating {
  	font-size: 12px;
  }
  .faq-section {
    max-width: fit-content;
    margin: 25px auto;
  }
  .faq-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faq-section .panel-default > .panel-heading .panel-title a{
  	padding: 0 45px 0 15px;
  }
  .faq-section .panel-group .panel + .panel {
    margin-top: 10px;
  }
  .faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
  	padding: 20px 15px;
    margin-top: 10px;
  }
  #loadMoreBtn {
    width: 100%;
    font-size: 14px;
  }
  .footer-inner {
    border-radius: 10px;
    margin-top: 0;
    padding: 30px 20px;
  }
  .footer-inner {
    border-radius: 10px;
    margin-top: 0;
    padding: 30px 20px;
  }
  .head6 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .para6 {
    font-size: 14px;
  }
  .para6 br{
  	display: none;
  }
   .strt {
    width: 200px;
    height: 43px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 0;
  }
  footer {
  	padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }
  .headf {
  	font-weight: 600;
    font-size: 24px;
  }
  footer .col-sm-6 > p {
    font-size: 14px !important;
  }
  footer .col-sm-6 > p br{
  	display: none;
  }
  .d-flex.gap-2 {
    margin-bottom: 30px;
  }
  .fw-bold.lnks.sr {
    margin-top: 30px;
  }
  .text-center-nw {
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: center;
  }
  .smallimgs {
    display: none;
  }
  .para8 {
    font-size: 12px;
    margin-top: 0;
  }
  .guest .navbar-default.navbar {
    height: auto;
  }
  .guest #navbar .nav.navbar-nav.navbar-left,
  .guest #navbar .nav.navbar-nav.navbar-right {
    margin-left: -15px;
    min-width: auto;
    display: block;
    margin-right: -15px;
  }
  .guest .navbar-default .navbar-nav.navbar-left > li > a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .guest .navbar-default .navbar-nav.navbar-left > li > a::after {
    height: 80%;
    width: 93px;
    bottom: 0;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    border-radius: 0 20px 20px 0px;
  }
  .guest .navbar-default .navbar-nav.navbar-left > li > a.active::after, 
  .guest .navbar-default .navbar-nav.navbar-left > li.active > a::after {
    background: linear-gradient(270deg,rgba(18, 111, 255, 0.84) 0%, rgba(18, 111, 255, 0.21) 60%, rgba(18, 111, 255, 0) 100%);
  }
  .guest #navbar .nav.navbar-nav.navbar-right {
    display: flex;
  }
  .guest #navbar .nav.navbar-nav.navbar-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .guest #navbar .nav.navbar-nav.navbar-right > li {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .guest .navbar-default .navbar-nav.navbar-right > li > a {
    width: 100%;
  }
  /*SINGUP*/
  
  
  
}
/*DASHBOARD*/
.app-main {
  position: relative;
}
.app-sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 14;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.app-main-outer {
  flex: 1;
  flex-direction: column;
  display: flex;
  z-index: 12;
  padding: 0px 20px 0 calc((15px) + 0px);
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.app-sidebar {
  width: 0;
  min-width: 0;
  flex: 0 0 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0;
  border: 1px solid #D7ECFF;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  transition: all .2s;
  z-index: 11;
}
@media (min-width: 1140px) {
  .app-main-outer {
    padding: 0px 0 0 270px;
  }
  .app-sidebar {
    width: 270px;
    min-width: 270px;
    flex: 0 0 270px;
  }
}
.app-inner-layout-page {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.app-brand-wrap {
  padding: 35px 24px;
  display: flex;
  justify-content: center;
}
.app-logo-brand img {
  width: 124px;
}
.app-hamburger,
.mobile-hamburger {
  width: 40px;
  height: 40px;
  background-color: #0193FF;
  border: none;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px;
  gap: 3px 0;
}
.app-hamburger span,
.mobile-hamburger span {
  height: 2px;
  border-radius: 50px;
  background-color: #010101;
  width: 18px;
}
.mobile-hamburger span {
  height: 2px;
  background: #FFFFFF;
}
.app-sidebar-menu-wrap {
  padding: 0 24px 24px;
}
.vertical-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.vertical-nav-menu li >a {
  background-color: #FFFFFF;
  display: flex;
  padding: 6px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #4A5465;
  text-decoration: none;
  align-items: center;
  transition: all .3s ease;
}
.vertical-nav-menu li > a:hover {
  background-color: #0193FF;
  color: #FFFFFF;
}
.vertical-nav-menu li.active > a {
  background-color: #0193FF;
  color: #FFFFFF;
}
.vertical-nav-menu li > a .nav-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #EDF7FF;
  margin-right: 10px;
  transition: all .3s ease;
}
.vertical-nav-menu li.active > a .nav-icon {
  background-color: #FFFFFF;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  margin: 0;
}
.menu-icon,
.filter-icon,
.well-icon,
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  display: block;
  background-image: url(https://mypanelcdn.com/aaAiI/chljM1TftU8wESQK.webp);
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  width: 14px;
  height: 14px;
  background-size: 183px 64px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-new-order {
  background-position: 0 0;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-new-order,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-new-order{
  background-position: 0 -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-mass-order {
  background-position: -14px 0px;
  width: 13px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-mass-order,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-mass-order{
  background-position: -14px -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-services {
  background-position: -27px 0;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-services,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-services{
  background-position: -27px -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-orders {
  background-position: -41px 2px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-orders.
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-orders{
  background-position: -41px -12px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-add-funds {
  background-position: -55px 2px;
  width: 15px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-add-funds,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-add-funds{
  background-position: -55px -12px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-tickets {
  background-position: -84px 2px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-tickets,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-tickets{
  background-position: -84px -12px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-child-panel {
  background-position: -126px 0;
  width: 13px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-child-panel,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-child-panel{
  background-position: -126px -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-affiliate {
  background-position: -112px 0;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-affiliate,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-affiliate{
  background-position: -112px -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-api {
  background-position: -139px 2px;
  width: 17px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-api,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-api{
  background-position: -139px -12px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-updates {
  background-position: -156px 0px;
  width: 13px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-updates,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-updates{
  background-position: -156px -14px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-contact-us {
  background-position: -99px 1px;
  width: 13px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-contact-us,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-contact-us{
  background-position: -99px -13px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-news {
  background-position: -169px 0;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon.navbar-news,
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon.navbar-news{
  background-position: -169px -14px;
}
.app-header {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 10px 12px 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
.app-header-left .app-logo-brand {
  display: none;
}
.app-header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 5px;
}
.mobile-item {
  display: none;
}
.dropdown-toggle.lang-button, 
.dropdown-toggle.currency-toggle {
  width: 87px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background-color: #EDF7FF;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #010101;
  text-decoration: none;
  text-transform: capitalize;
}
.menu-icon.icon-lang {
  width: 15px;
  height: 16px;
  background-position: 0px 0;
  border-radius: 50px;
  margin-right: 4px;
}
.setting-button, 
.mode-button, 
.menu-user-account {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #EDF7FF;
}
.menu-user-logout {
  background-color: #0193FF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 15px;
}
.menu-user-logout:hover,
.menu-user-logout:focus,
.menu-user-logout:active {
  color:#FFFFFF;
}
.app-header-menu a {
  text-decoration: none;
}
.menu-icon.icon-logout {
  width: 13px;
  height: 14px;
  background-size: 162px 58px;
  background-position: -148px -25px;
  margin-left: 10px;
}
.menu-icon.icon-account {
  width: 18px;
  height: 19px;
  background-size: 165px 57px;
  background-position: -78px -25px;
}
.menu-icon.icon-setting {
  width: 18px;
  height: 15px;
  background-size: 167px 57px;
  background-position: -117px -25px;
}
.menu-icon.mode-icon-1 {
  width: 20px;
  height: 20px;
  background-size: 167px 62px;
  background-position: -97px -27px;
}
.menu-icon.icon-currency {
  width: 16px;
  height: 16px;
  background-size: 168px 60px;
  background-position: -137px -26px;
  margin-right: 3px;
}
.dropdown-toggle.lang-button::after, 
.dropdown-toggle.currency-toggle::after {
  content: '';
  background-image: url(https://mypanelcdn.com/aaAiI/LFtG36Y891c4fQTI.png);
  width: 9px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.well {
  background-color: #FFF;
  border: 1px solid #D7ECFF;
  border-radius: 12px;
  box-shadow: none;
}
.nav-tabs.filter-tabs > li > a {
  background-color: #fff;
  border: 1px solid #D7ECFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #4A5465;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  padding: 5px 20px 5px 5px;
}
.nav.nav-tabs.filter-tabs {
  border: none;
  margin-bottom: 19px;
  display: flex;
  flex-wrap: wrap;
}
.nav.nav-tabs.filter-tabs >li {
  margin-right: 5px;
}
.nav-tabs.filter-tabs > li.active > a,
.nav-tabs.filter-tabs > li a:hover,
.nav-tabs.filter-tabs > li a:focus,
.nav-tabs.filter-tabs > li a:active {
  background-color: #0193FF;
  color: #FFFFFF;
  border-color: #0193FF;
}
.filter-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #0193FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: all .3s ease;  
}
.nav-tabs.filter-tabs li.active > a .filter-icon-box,
.nav-tabs.filter-tabs li > a:hover .filter-icon-box,
.nav-tabs.filter-tabs li > a:focus .filter-icon-box,
.nav-tabs.filter-tabs li > a:active .filter-icon-box {
  background-color: #FFFFFF;
}
.filter-icon {
  width: 18px;
  height: 18px;
  background-size: 182px 66px;
  background-position: 0 -29px;
}
.filter-icon.filter-new-order {
  background-position: 0 -29px;
}
.filter-tabs li.active a .filter-icon.filter-new-order, 
.filter-tabs li a:hover .filter-icon.filter-new-order {
  background-position: 0 -47px;
}
.filter-icon.filter-mass-order {
  background-position: -18px -29px;
  width: 16px;
}
.filter-tabs li.active a .filter-icon.filter-mass-order,
.filter-tabs li a:hover .filter-icon.filter-mass-order {
  background-position: -18px -48px;
}
.filter-icon.filter-auto-order {
  background-position: -70px -29px;
  width: 16px;
}
.filter-tabs li.active a .filter-icon.filter-auto-order,
.filter-tabs li a:hover .filter-icon.filter-auto-order{
  background-position: -70px -47px;
}
.filter-icon.filter-fav-order {
  background-position: -34px -29px;
  width: 17px;
}
.filter-tabs li.active a .filter-icon.filter-fav-order,
.filter-tabs li a:hover .filter-icon.filter-fav-order {
  background-position: -34px -46px;
}
.filter-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-bottom: 12px;
}
.filter-list li button {
  background-color: #EDF7FF;
  border: 1px solid #D7ECFF;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #0193FF;
  font-size: 20px;
}
.loggedIn .form-control,
.loggedIn .select2-selection--single,
.loggedIn .form-group .panel-description{
  border-color: #D7ECFF;
  box-shadow: none;
  background-color: #EDF7FF;
  border-radius: 10px;
  min-height: 48px;
}
.loggedIn textarea.form-control {
  resize: none;
}
.loggedIn .search-dropdown .input-wrapper .form-control {
  min-height: auto;
}
.loggedIn .form-group .select2-selection.select2-selection--single, 
.loggedIn .form-group .select2-selection.select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}
.control-label {
  font-size: 14px;
  font-weight: 400;
  color: #4A5465;
  display: block;
}
.loggedIn .form-group .panel-description {
  padding: 12px;
}
.help-block {
  font-size: 10px;
  color: #0193FF;
  font-weight: 500;
  text-align: right;
}
.btn.btn-main {
  background-color: #0193FF;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-color: #0193FF;
  border-radius: 10px;
  min-height: 48px;
  line-height: 32px;
}
.btn.btn-block.btn-neworder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-main .charge-box {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  margin-left: 7px;
}
.well-heading {
  background-color: #0193FF;
  padding: 7px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.well-icon-box {
  width: 47px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  margin-right: 8px;
}
.well-icon.well-icon-heart {
  width: 22px;
  height: 22px;
  background-size: 238px 90px;
  background-position: -45px -64px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  right: 12px;
  border: 1px solid #D7ECFF;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  aspect-ratio: 5/3;
  clip-path: polygon(0 0,0 2px,50% 100%,100% 2px,100% 0,50% calc(100% - 2px));
  background: #0193FF;
  height: auto;
  border: none;
  left: auto;
  position: relative;
  margin: auto;
  top: auto;
}
.service-filter-wrapper,
.order-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFF;
  border: 1px solid #D7ECFF;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 20px;
}
.service-filter-wrapper .filter-list {
  margin: 0;
}
.service-filter-wrapper .input-group {
  display: flex;
  align-items: center;
  background-color: #EDF7FF;
  border: 1px solid #D7ECFF;
  border-radius: 8px;
  height: auto;
  min-width: 56%;
  padding-left: 10px;
}
.guest .service-filter-wrapper .input-group {
  min-width: 38%;
}
@media (min-width: 1450px) and (max-width: 1600px) {
  .service-filter-wrapper .input-group {
    min-width: 40%;
  }
}
.service-filter-wrapper .input-group:before,
.service-filter-wrapper .input-group:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #D7ECFF;
}
.service-filter-wrapper .input-group::before {
  left: -28px;
}
.service-filter-wrapper .input-group::after {
  right: -28px;
}
.service-filter-wrapper .input-group .form-control {
  border: none;
  box-shadow: none;
  background-color: transparent;
  min-height: auto;
  height: 40px;
}
.service-filter-wrapper .input-group .btn.btn-big-secondary {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  color: #0193FF;
}
.service-filter-wrapper .btn.btn-main {
  min-height: 42px;
}
.well-title {
  font-size: 24px;
  font-weight: 500;
  color: #08183C;
  margin-bottom: 20px;
}
@media(max-width: 550px){
  .app-main-outer, .active .app-main-outer {
    padding: 0px 15px 0px calc((15px) + 0px);
  }
  .app-header {
  	padding: 8px 15px 8px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .app-header-left .app-logo-brand,
  .mobile-item {
  	display: block;
  }
  .desktop-item,
  .menu-logout-text {
  	display: none; 
  }
  .menu-icon.icon-logout {
    margin: 0;
  }
  .menu-user-logout {
    border-radius: 8px;
  }
  .balance-box {
    width: 70px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #EDF7FF;
    border: 1px solid #D7ECFF;
    font-size: 12px;
    font-weight: 500;
  }
  .active .app-sidebar {
    width: 270px;
    min-width: 270px;
    flex: 0 0 270px;
  }
  .app-inner-layout-page {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  
  .filter-icon-box {
  	width: 32px;
    height: 32px;
  }
  .nav-tabs.filter-tabs > li > a{
  	font-size: 12px;
    padding: 4px 4px 4px 4px;
  }
  .nav.nav-tabs.filter-tabs > li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav.nav-tabs.filter-tabs{
  	gap: 4px;
  	justify-content: center;
  }
  .filter-list{
  	gap: 6px;
  }
  .filter-list li button{
    border-radius: 4px;
    width: 53px;
    height: 32px;
    font-size: 18px;
  }
  .btn.btn-main .charge-box {
    max-width: 100px;
  }
  .well-heading {
    font-size: 16px;
  }
  .well-icon-box {
  	width: 38px;
    height: 38px;
  }
  .loggedIn .form-control, .loggedIn .select2-selection--single, .loggedIn .form-group .panel-description{
  	border-radius: 8px;
  min-height: 42px;
  }
  .app-brand-wrap {
    padding: 15px;
  }
  .service-filter-wrapper, .order-filter{
  	border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .service-filter-wrapper .filter-list {
    margin-bottom: 10px;
  }
  .service-filter-wrapper .input-group {
  	min-width: 100%;
    margin-bottom: 10px;
  }
  .service-filter-wrapper .input-group::before, 
  .service-filter-wrapper .input-group::after {
  	display: none;
  }
  .service-filter-wrapper .dropdown, .service-filter-wrapper .dropdown button {
    width: 100%;
  }	
  .well-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
}