html, body{
  overflow-x: hidden;
  width: 100%;
  
}

footer{
  margin-bottom: 0;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  color: black;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f7f7f7;
}

a {
  color: black;
  text-decoration: none;
}

#main-header {
  background-color: #121242;
  padding: 15px 0;
}

#main-header .header-container{
  display: flex;
  justify-content: space-between;
  color: white; 
  margin: 0 100px;
  align-items: center;
  text-align: center;
}

#main-header .header-container .header-logo{
  display: flex;
  align-items: center;
  text-align: center;
}

#main-header .header-container .header-logo ul {
  display: flex;
  justify-content: space-around;
}

#main-header .header-container .header-logo a{
  color: white;
}

#main-header .header-container .header-logo a img{
  width: 25px;
  height: 25px;
  padding-top: 5px;

}

#main-header .header-container .header-logo span {
  border-left: 1px solid gray;
  padding: 3px 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

#main-header .header-container .home {
  width: 40%;
}

#main-header .header-container .home ul{
  display: flex;
  justify-content: space-between;
}

#main-header .header-container .home li{
  list-style: none;
}

#main-header .header-container .home li a {
  color: white;
}

#main-header .header-container .lang #languge {
  outline: none;
}

#main-header .header-container .lang #google_translate_element .one {
  font-size: 14px;
  color: white; 
  align-items: center;
  text-align: center;
  margin-top: 5px;
}

#main-header .header-container .lang #google_translate_element .one a{
  color: rgba(210, 209, 209, 0.686);
}
#main-header .header-container .home i{ 
  color: white;
  font-size: 25px;
}

#main-header .header-container .div-button{
  width: 20%;
}

#main-header .header-container .div-button .btn-outline--gradient {
  background-image: radial-gradient(100% 100% at 100% 0,#4348a4 0,#8289bc 100%);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

#main-header .header-container .div-button .signup-btn {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0,#4348a4 0,#8289bc 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45,35,66,.4) 0 2px 4px,rgba(45,35,66,.3) 0 7px 13px -3px,rgba(58,65,111,.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
}

#main-body {

}

#main-body .container {
  display: flex; 
  padding: 0 7%;
  width: 100%;
}

#main-body .container .image{
  width: 45%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#main-body .container .cards{
  width: 70%;
  align-items: center;
  text-align: center;
  margin-right: 40px;
}

#main-body .container .cards h1{
  word-wrap: break-word;
  font-size: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main-body .container .cards p{
  font-size: 20px;
  line-height: 30px;
  color: rgb(83, 82, 82);
}

#main-body .plane{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 3%;
  overflow: hidden;
  padding: 20px 50px;
}
#main-body .plane .plain-cards .plan-card__header{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;

}

#main-body .plane .plain-cards .plan-card__header h4{
  text-transform: capitalize;
}

#main-body .plane .plain-cards .plan-card__header svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 80px;
}

#main-body .plane .plain-cards{
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid green;
  border-bottom: 3px solid #00a6f7;
  border-radius: 10px !important;
  text-align: center;
  padding-bottom: 20px;
}

#main-body .plane .plain-cards:nth-child(5){
  grid-column: 2;
}


.plan-card__header {
  background-color: #00a6f7;
  padding: 20px;
  height: 150px;
  position: relative;
  z-index: 1;
  text-align: left;
  color: white;
  font-size: 20px;
}


.plan-card .wave-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 217%;
  z-index: -1;
  display: flex;
  align-items: flex-end;
}

.plan-card__header {
  padding: 20px;
  height: 150px;
  position: relative;
  z-index: 1;
  background: #0575e6;
  background: -webkit-linear-gradient(to right,#1a3183,#0575E6);
  background: linear-gradient(to right,#1a3183,#0575E6);
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list{
  padding-left: 0;
  list-style: none;
  text-align: left;
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
  padding-right: 50px;
  font-weight: 500;

}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.0rg/2000/svg" width="20" height"20" viewBox="0 0 24 24" fill="none" stroke="%234CAF50" stroke-width="2" strock-linecap="round" strock-linejoin="round"><<circle cx="12" cy="12" r="10"/><polyline points="9 12 12 15 16 10"/> </svg>');
  background-size: contain;
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li .badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin-left: 20px;
  margin-top: 5px;
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li .badge--success {
  background-color: rgba(40,199,111,.15);
  border: 1px solid #28c76f;
  color: #28c76f;
}

#main-body .plane .plain-cards .plan-card__body .plan-feature-list li h5 {
  display: inline-block;
  font-weight: 100;
  font-size: 15px;
  color: #00a6f7;
}

#main-body .plane .plain-cards .plan-card__footer {
  padding: 20px;
}

#main-body .plane .plain-cards .plan-card__footer .btn--base {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0,#5adaff 0,#5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45,35,66,.4) 0 2px 4px,rgba(45,35,66,.3) 0 7px 13px -3px,rgba(58,65,111,.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: jetbrains mono,monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}


#main-body .our .col-xxl- {
  width: 100%;
  display: flex;
}

#main-body .our .justify-content-center {
  justify-content: center!important;
}

#main-body .our .section-header{
 text-align: center;
 justify-content: center;
 align-items: center;
}

#main-body .our .section-header .section-top-title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #00a6f7;
}

#main-body .our .section-header .section-top-title .border-left {
  padding-left: 40px;
  position: relative;
  font-weight: bold;
}

#main-body .our .section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

#main-body .our .section-header .section-top-title .border-left::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #00a6f7;
  transform: translate(-50%)
  
}

#main-body .why-choose-us{
  background: #0575e6;
  background: -webkit-linear-gradient(to right,#1a3183,#0575E6);
  background: linear-gradient(to right,#1a3183,#0575E6);
  position: relative;
  height: 650px;
}

#main-body .why-choose-us svg{
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  z-index: 1;
  transform: scale(-1);
}

#main-body .why-choose-us .container{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
}


#main-body .why-choose-us .container .rowgy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}


#main-body .why-choose-us .container .rowgy .wow {
  width: 100%;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;;
  border-radius: 10px;
  border: 1px solid #5654542e;
  box-shadow: 0 0 15px rgba(31,38,135,.493);
  
}


#main-body .why-choose-us .container .rowgy .wow:nth-child(4),
#main-body .why-choose-us .container .rowgy .wow:nth-child(5){
 justify-self: center;
 margin-left: 250px;
 padding: 20px;
}

#main-body .why-choose-us .container .rowgy .wow i{
  font-size: 50px;
  color:#00a6f7
}

#main-body .why-choose-us .container .rowgy .wow .service-i {
  width: 75px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.625rem;
  background-color: #00a6f726;
}

#main-body .why-choose-us .container .rowgy .wow .service-card{
  width: 100%;
}

#main-body .why-choose-us .container .rowgy .wow .service-card .service-card__content{
  color: #373e4a;
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
  font-size: 1.5rem;

}

#main-body .why-choose-us .container .rowgy .wow .service-card .service-card__content p{
  font-size: 18px;
  line-height: 18px;
}

#main-body .section-faq{
  width: 100%;
  background-color: #00a6f712;
}

#main-body .section-faq .containerfaq{
  display: flex;
  flex-direction: column;
  padding: 20px 50px;

}

#main-body .section-faq .containerfaq .row {
  margin-bottom: 30px;
}
  

#main-body .section-faq .containerfaq .row .wow {
  word-break: break-word;
  font-size: 1.5rem;

}

#main-body .section-faq .containerfaq .section-header{
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

#main-body .section-faq .containerfaq .section-header p{
  font-size: 25px;
  padding: 0 100px;
  font-weight: 100;
  line-height: 30px;
}

#main-body .section-faq .accordion .row1{
  display: flex;
  width: 100%;
}

#main-body .section-faq .accordion .row1 .left{
  width: 49%;
  margin-right: 30px;
}

#main-body .section-faq .accordion .row1 .right{
  width: 49%;

}

#main-body .section-faq .accordion .row1 .accordionitem{
  margin-bottom: 20px;
  border: 1px solid #53b7e9;
  border-radius: 5px;

}

#main-body .section-faq .accordion .row1 .accordionitem button{
  padding: 10px 7px;
  font-size: 17px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #d7e7ef;
  text-align: left;
  border: 1px solid #53b7e9;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease
}

#main-body .section-faq .accordion .row1 .accordionitem button.active {
  background: #2e70b6;
  color: white;
}

#main-body .section-faq .accordion .row1 .accordionitem button i{
  margin-left: 10px;
  align-self: center;
  color: #616163;
  transition: transform 0.3s ease;
}

#main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: white;
  padding: 0 15px;
  background-color: #d7e7ef;
  border-radius: 5px;
}

#main-body .section-faq .accordion .row1 .accordionitem  .accordion-collapse.open {
  padding: 15px;
}

#main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody {
  padding: 10px 0;
  border-radius: 5px;
  background-color: #d7e7ef;
}

#main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p{
  font-size: 16px;
}

#main-body .partner {
  width: 100%;
}

#main-body .partner .containerptner{
  display: flex;
  flex-direction: column;
}


#main-body .partner .containerptner .row .section-header{
  align-items: center;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

#main-body .partner .containerptner .brand-slider{
 padding: 0 50px;
 margin-bottom: 20px;
}

#main-body .partner .containerptner .brand-slider img {
  width: 200px;
  height: 200px;
}

#main-body .aboutus{
  width: 100%;
  margin-bottom: 40px;
}

#main-body .aboutus .containerabout{
  padding: 0 50px;
}

#main-body .aboutus .containerabout .rowgy5{
  display: flex;
  width: 100%;
}

#main-body .aboutus .containerabout .rowgy5 .collg6{
  width: 49%; 
  word-break: break-word ;
}

#main-body .aboutus .containerabout .rowgy5 .collg6:nth-child(2){
  margin-left: 50px;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img{
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;

}

#main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle{
  color: #00a6f7;
  font-size: 30px;
  text-transform: capitalize;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2{
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card{
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcardicon{
  width: 65px;
  height: 65px;
  background: #0575e6;
  background: -webkit-linear-gradient(to right,#3853b6,#0575E6);
  background: linear-gradient(to right,#3853b6,#0575E6);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .375rem;
  color: #fff;
  border-radius: 10px;
  font-size: 2rem;
  box-shadow: rgba(45,35,66,.4) 0 4px 8px,rgba(45,35,66,.3) 0 7px 13px -3px,#3c4fe0 0 -3px 0 inset;
  margin-right: 20px;
  aspect-ratio: 1/1;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content{
  font-size: 25px;
  font-weight: 100;
  word-break: break-word;
  width: 60%;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4{
  line-height: 30px;
}

#main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p{
  font-size: 20px;
  line-height: 30px;
  color: #545555;
}

#main-body .howitwork {
  width: 100%;
  margin-bottom: 40px;
}

#main-body .howitwork .containerhow .row{
  margin-bottom: 40px;
}

#main-body .howitwork .containerhow{
  display: flex;
  flex-direction: column;
}

#main-body .howitwork .containerhow .collg6 {
  align-items: center;
  text-align: center;
}

#main-body .howitwork .containerhow .collg6 .sectiontoptitle {
  color: #00a6f7;
  font-size: 30px;
  font-weight: 500;

}

#main-body .howitwork .containerhow .rowgy4{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0 50px;
}


#main-body .howitwork .containerhow .rowgy4 .how-work-item {
  width: 100%;
}

#main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card{
  padding: 0 10px;
  line-height: 25px;
}

#main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card h3{
  font-size: 20px;
  font-weight: 600;
}

#main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card p{
  font-size: 16px;
}

              /*Register*/

#main-body .appcontent{
  align-items: center;
  text-align: center;
}

#main-body .appcontent .content-wrapper{
  background-color: white;
  margin: 10px 450px;
  padding:10px 20px 50px 20px;
  border-radius: 10px; 
  box-shadow: 0 0 50px rgba(156, 156, 157, 0.493);
}

#main-body .appcontent .content-wrapper .content-body .cardmb0  .card-body{
  word-wrap: break-word
}


#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body{
  display: flex;
  flex-direction: column;
  color: #595a5a;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .brand-logocenter{
  font-size: 7px;
  margin: 20px 0;
  color: #595a5a;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body h4 {
  font-size: 20px;
  
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  color: #595a5a;

}

#main-body .appcontent .content-wrapper .messages{
  padding: 10px 20px;
  background-color: #4c70ff;
}

#main-body .appcontent .content-wrapper .messages .message {
  color: #f6f6f6;
  font-size: 16px;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form {
  display: flex;
  flex-direction: column;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .alertdanger{
  color: red;
  font-size: 10px;
  list-style: none;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .alertdanger li{
  list-style: none;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
  width: 100%;
  display: flex;
  margin-top: 20px;
  align-items: start;
  text-align: left;
  justify-content: space-between;
  gap: 10px;
}


#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 {
  width: 100%;
  align-items: start;
  margin-top: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input{
  width: 100%;
  padding: 7px 5px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #bfbfbf;
  font-size: 18px;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .form-check{
  display: flex;
  width: 100%;
}


#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .form-check input{
  width: 20px;
  margin-right: 10px;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 a {
  color: #86a1e4;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 button {
  width: 100%;
  padding: 7px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #4c70ff;
  border-radius: 5px;
  border: none;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2{
  align-self: center;
  text-align: center;
  font-size: 18px;
  color: #595a5a;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .text-center-2{
  align-self: center;
  text-align: center;
  font-size: 18px;
  color: #595a5a;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .text-center-2 a{
  color: #86a1e4;
}

.inputlogin-button{
  width: 100%;
  padding: 7px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #4c70ff;
  border-radius: 5px;
  border: none;
  margin-top: 20px;
  font-size: 18px;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1login .d-flexjustify-content-between{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1login .d-flexjustify-content-between a{
  color: #1a3183;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1login .input-groupinput-toggle{
  width: 100%;
  display: flex;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1login .input-groupinput-toggle input{
  width: 100%;
  padding: 7px 5px;
  outline: none;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1login .input-groupinput-toggle span{
  background-color: #cacbcb;
  padding: 7px 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  text-align: center;
  border: 1px solid #bfbfbf;
  font-size: 20px;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row:last-child {
  display: flex;
  flex-direction: column;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6{
  width: 50%;
  display: flex;
  flex-direction: column;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input{
  padding: 7px 0 7px 5px;
  font-size: 15px;
  outline: none;
  border: 1px solid #bfbfbf;
  width: 100%;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 .form-control{
  border-radius: 5px;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password .inputgroup input{
  border-top-right-radius: none !important;
  border-bottom-right-radius: none !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 select{
  width: 100%;
  padding: 7px 0 7px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #595a5a;
  outline: none;

}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password .inputgroup{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

#main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
  background-color: #cacbcb;
  padding: 7px 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  text-align: center;

}

/*dashboard start here*/

.dashboard-wrap{
  display: flex;
  justify-content:space-between;
  gap: 10px;
  background-color: #f7f7f7;
  width: 100%;
}

.dashboard-wrap .main-menu-fixed {
  width: 20%;
  padding: 0 30px;
  height: 100vh;   
  display: grid;
  grid-template-rows: auto 1fr;
  color: #a3a1a1;
  position: fixed;
  top: 0;
  left: 0;
  background-color:#ededef;
  overflow: hidden;
}

.dashboard-wrap .main-menu-fixed ul li {
  list-style: none;
}

.dashboard-wrap .navbar-header{
  padding: 20px 0 10px 0; 
  background-color:#dfdfe2;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}

.dashboard-wrap .navbar-header .nav{
  display: flex;
  justify-content: space-between;
 
}

.dashboard-wrap .main-menu-content{
  overflow-y: auto;
  padding: 10px 0;
  position: relative;

  /* Scroll shadows */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 20px, black calc(100% - 20px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, transparent 0, rgb(183, 31, 31) 20px, rgb(198, 37, 37) calc(100% - 20px), transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;

  scrollbar-width: 10px;         
  scrollbar-color: #1a3183;
  transition: scrollbar-color 0.3s ease;
}

.dashboard-wrap .main-menu-content:hover::-webkit-scrollbar{
  scrollbar-width: 15px;
}

.dashboard-wrap .main-menu-content::-webkit-scrollbar {
  width: 6px;
}


.dashboard-wrap .main-menu-content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}

.dashboard-wrap .main-menu-content:hover::-webkit-scrollbar-thumb{
  background: #1a3183;
}

.dashboard-wrap .main-menu-content .navigation{
  display: flex;
  flex-direction: column;
  margin: 20px 5px 20px 0;
}


.dashboard-wrap .main-menu-content .navigation .active{
  background-color: #1a3183;
  width: 100%;
  padding: 10px 0 10px 20px;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
}

.dashboard-wrap .main-menu-content .navigation .active a{
  color: #ffffff;
}

.dashboard-wrap .main-menu-content .navigation .active span{
  padding-left: 30px;
  color: white;
  font-size: 20px;
}

.dashboard-wrap .main-menu-content .navigation .navigation-header{
  width: 100%;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  display: flex;
  margin-bottom: 20px;  
  color: #aaa9a9;
  
}

.dashboard-wrap .main-menu-content .navigation .navigation-header span{
  font-size: 20px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item{
  display: flex;
  flex-direction: column;
  color: #151313;
  padding-bottom: 10px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div .d-flex{
  width: 100%;
  display: flex;
  align-items: center;
  color: #777676;
}


.dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div .d-flex span{
  padding-left: 20px;
  font-size: 16px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div i{
  color: #777676;
  font-size: 14px;
  justify-self: right;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .menu-content{
  width: 100%;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  transition: max-height 0.1s ease, opacity 0.4s ease, padding 0.3s ease;
  color: #777676;
  padding-left: 2px;
}

.menu-content.open{
  opacity: 0;
  padding: 12px;
}


.dashboard-wrap .main-menu-content .navigation .nav-item .menu-content li{
  padding-bottom: 20px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .menu-content li:last-child{
  padding-bottom: 2px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .menu-content li span{
  padding-left: 20px;
}

.dashboard-wrap .main-menu-content .navigation .nav-item .menu-content li a{
  align-items: center;
  display: flex;
  color: #777676;

}

.dashboard-wrap .content-wrapper{
  width: 78.5%;
  background-color: transparent;
  position: fixed;
  right: 0px;
  z-index: 1;
  padding: 0px 5px 5px 0;
  height: 100vh;   
  display: grid;
  grid-template-rows: auto 1fr;
  color: #a3a1a1;
  
}


.dashboard-wrap .content-wrapper{
  overflow-y: auto;
  position: fixed;
  top: 20px;
  right: 0px;
  scrollbar-width: 10px;         
  scrollbar-color: #1a3183;
  transition: scrollbar-color 0.3s ease;
  padding-right: 40px;
}

.dashboard-wrap .content-wrapper .content-body:hover::-webkit-scrollbar{
  scrollbar-width: 15px;
}

.dashboard-wrap .content-wrapper .content-body::-webkit-scrollbar {
  width: 6px;
}


.dashboard-wrap .content-wrapper .content-body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
}

.dashboard-wrap .content-wrapper .content-body:hover::-webkit-scrollbar-thumb{
  background: #1a3183;
}

.dashboard-wrap .header-navbar {
  width: 74.3%;
  z-index: 1;
  position: fixed;
  margin-bottom: 20px;
  justify-content: center;
}

.dashboard-wrap .header-navbar .navbar-container{
  display: flex;
  justify-content: space-between;
  background: #1a3183;
  border-radius: 10px;
  height: 100%;
  align-items: center;
  text-align: center;
  box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
}

.dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
  width: 30%;
}

.dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper .navbar-navbookmark-icons{
  display: flex;
  align-items: center;
  text-align: center;
}

.dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper .navbar-navbookmark-icons li{
  list-style: none;
}

.dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper .navbar-navbookmark-icons li a{
  color: white;
  padding-left: 20px;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav{
  display: flex;
  width: 50%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav li{
  list-style: none;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav li a{
  color: white;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav li:last-child{
  display: flex;
  justify-content:flex-end;
  margin-right: 20px;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-language {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-language .all{
  padding: 10px 0;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user{
  width: 50%;
  display: flex;
  position: relative;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav {
  margin-right: 20px;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span{
  text-transform: capitalize;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .avatar img{
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu{
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  position: absolute;
  top: 56px;
  right: 0px;
  align-items: flex-start;
  text-align: left;
  border-radius: 5px;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
  visibility: hidden;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu.active{
  visibility: visible;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu .hr{
 margin-top: 20px;
}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu svg{
  margin: 0 10px 0 20px;

}

.dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu .dropdown-item{
  padding-top: 20px;
  display: flex;
  color: #686767;
}

.dashboard-wrap .dflexcard {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  padding-right: 40px;
  box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
  margin-bottom: 20px;
  margin-top: 90px;
}

.dashboard-wrap .dflexcard nav ol{
  display: flex;
  list-style: none;
}

.dashboard-wrap .dflexcard nav ol li{
  padding-left: 10px;
}

.dashboard-wrap .dflexcard nav ol li a{
  color: #1a3183;
}

.dashboard-wrap .content-body{
  width: 100%;
}

.dashboard-wrap .content-body #dashboard-ecommerce{
  display: flex;
  flex-direction: column;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;

} 


.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4{
  width: 35%;
  height: 240px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);

}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal{
  padding: 20px;
  position: relative;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal h5{
  margin-bottom: 20px;
  font-size: 16px;
  color: rgb(89, 89, 89);
  font-weight: 400;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal svg{
  position: absolute;
  top: 0;
  right: 40px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal p{
  margin-bottom: 20px;
  font-size: 15px;
  color: #737272;

}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal h3{
  margin-top: 60px;
  font-size: 17px;
  margin-bottom: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal h3 a{
  color: #4d6ad3;

}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 .card-congratulation-medal .btnbtn--primary{
  padding: 5px 15px;
  background-color: #28c76f;
  border-radius: 10px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8{
  width: 63%;
  height: 240px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
  width: 50%;
  display: flex;
  text-align: center;
  align-items: center;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex{
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding-top: 4px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar{
  padding: 15px;
  border-radius: 50%;
  margin-right: 20px;
}

.bg-light-success{
  background-color: rgb(68, 144, 68);
}

.bg-light-success svg{
  color: rgb(3, 255, 3);
}

.bg-light-danger{
  background-color: rgb(68, 134, 144);
}

.bg-light-danger svg{
  color: rgb(0, 221, 255);
}


.bg-light-primary{
  background-color: rgb(116, 111, 158);
}

.bg-light-primary svg{
  color: #4d6ad3;
}

.bg-light-info{
  background-color: rgb(151, 105, 131);
}

.bg-light-info svg{
  color: rgb(253, 4, 145);
} 

.bg-light-warning{
  background-color: rgb(160, 178, 124);
}

.bg-light-warning svg{
  color: rgb(170, 255, 0);
}

.bg-light-primar{
  background-color: rgb(163, 167, 120);
}

.bg-light-primar{
  color: rgb(238, 255, 0);
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .my-auto{
  align-self: center;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .my-auto h4{
  font-size: 17px;
  font-weight: 600;
  color: #0d064a;
  padding: 3px 0;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .my-auto p{
  font-size: 16px;
  color: #737373;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4{
  width: 35%;
  height: 55vh;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6{
  width: 45%;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 h6{
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 h4{
  font-size: 16px;
  font-weight: 100;
  padding-bottom: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12{
  width: 100%;
  height: 200px;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12 .col12 h4,h5{
  font-size: 16px; 
  font-weight: 100;
  padding-bottom: 20px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12 .col12 .fontsmall2{
  font-size: 12px; 
  font-weight: 100;
  padding-bottom: 10px;
  color: #c2b8b8;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12 .col12 p{
  font-size: 14px; 
  font-weight: 100;
  padding-bottom: 10px;
  color: #c2b8b8;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12 .col12 .fwbolder{
  font-weight: 700;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8{
  width: 63%;
  height: 420px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  padding: 20px;

}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 .d-sm-flexjustifycontent{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 .d-flexalignitems1{
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 .d-flexalignitems1 .bulletprimary{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #4d6ad3;
  margin-right: 10px;
}

.dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 .d-flexalignitems1 .bulletwarning{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(248, 177, 72);
  margin-right: 10px;
}


.market{
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #1a3183;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #1a3183;
  height: 300px; 

}

#btcLiveChart {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.market canvas{
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
}

.market .comtex{
  align-self: self-end;
  padding: 5px 20px;
  color: white;
}

.card-company-table{
  margin: 20px 20px 40px 0; 
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
}

.card-company-table table{
  background-color: #dfdfe2;
  width: 100%;
  padding: 10px 0 1px 0;
  border-collapse: collapse;
}

.card-company-table table thead{
  width: 100px;
}

.card-company-table table thead tr th{ 
  width: 100px;
  padding: 20px 10px;
  text-align: start;
}

.card-company-table table tbody{
  background-color: #ffffff;
  border: none;

}

.card-company-table table tbody tr {
  border: none;
}
.card-company-table table tbody tr td:last-child,
.card-company-table table tbody tr th:last-child{
  width: 150px;
}

.card-company-table table tbody tr td{
  border-right: none;
  text-align: start;
  padding: 10px;
  border-bottom: 1px solid #eeeded;
  
}

.card-company-table table tbody tr td .badge-danger{
  background-color: red;
  padding: 3px 10px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px rgba(251, 140, 144, 0.9);
  font-size: 12px;
  color: white;
  text-transform: capitalize;
}

.card-company-table table tbody tr td .danger{
  background-color: rgb(73, 132, 240);
  padding: 3px 10px;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
  font-size: 12px;
  color: white;
  text-transform: capitalize;
}


#main-body .appcontenttt {
  display: flex;
  margin-top: 200px;
  align-items: center;
  text-align: center;
  justify-content: center;

}

#main-body .appcontenttt .content-wrapper .messages{
  padding: 10px 20px;
  background-color: #4c70ff;
}

#main-body .appcontenttt .content-wrapper .messages .message {
  color: #f6f6f6;
  font-size: 16px;
}

#main-body .appcontenttt .content-wrapper {
  background-color: white;
  margin: 10px 350px;
  padding: 10px 20px 50px 20px;
  width: 40%;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(156, 156, 157, 0.493);
}

#main-body .appcontenttt .content-wrapper .card-body{
  width: 100%;
}

#main-body .appcontenttt .content-wrapper .card-body .mb2{
  font-size: 20px;
  color: #737373;
}

#main-body .appcontenttt .content-wrapper .card-body .text-muted{
  font-size: 16px;
  color: #575555;
  padding: 10px 0;
}

#main-body .appcontenttt .content-wrapper .card-body form{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

#main-body .appcontenttt .content-wrapper .card-body form .passemail{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 10px;
}


#main-body .appcontenttt .content-wrapper .card-body form .passebutton{
  width: 100%;
}


#main-body .appcontenttt .content-wrapper .card-body .mb3{
  width: 70%;
}

#main-body .appcontenttt .content-wrapper .card-body .mb3 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 10px;
  
}

#main-body .appcontenttt .content-wrapper .card-body form button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 70%;
  margin-bottom: 10px;
}

#main-body .appcontenttt .content-wrapper .card-body form button:hover{
  color: #a2b0e3
}

#main-body .appcontenttt .content-wrapper .card-body .mt3{
  font-size: 16px;
  margin-bottom: 10px;
}

#main-body .appcontenttt .content-wrapper .card-body .mt3 button{
  padding: 3px 15px;
  margin-left: 20px;
  border-radius: 3px;
}

#main-body .appcontenttt .content-wrapper .card-body .mt3 button:hover{
  color: white;
  background-color: #0d064a;
}


#main-body .appcontenttt .content-wrapper .card-body .mt-3{
  font-size: 12px;
  color: red;
  margin-top: 40px;
}

/* Dashboard profile start here*/

#Dashboard-div {
  display: flex;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  padding: 20px;
}

#Dashboard-div #page-account-settings{
  width: 100%;
  height: 100%;
}

#Dashboard-div .tabpaneactive {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Dashboard-div .tabpaneactive .dflex{
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

#Dashboard-div .tabpaneactive .dflex img{
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
}

#Dashboard-div .tabpaneactive .dflex .mt75ms-1{
  display: flex;
  flex-direction: column;
}

#Dashboard-div .tabpaneactive .dflex .edit{
  display: block;
  position: absolute; 
  width: 30%;
  right: -10px;
  top: 0;
  padding: 10px; 
  margin-bottom: 10px; 
  border-radius: 5px;
  align-items: center;
  color: #08c108;
  font-size: 16px;
  word-wrap: break-word;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

#Dashboard-div .tabpaneactive .dflex .edit.hidden {
  opacity: 0;
  transform: translateY(-8px);
}

#Dashboard-div .tabpaneactive .dflex .mt75ms-1 .btnbtn-smtext-white{
  padding: 3px 0px;
  color: white;
  width: 25%;
  font-size: 16px;
  background-color: #1a3183;
  text-align: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}

#Dashboard-div .tabpaneactive .dflex .mt75ms-1 .btnbtn-smtext-white:hover{
  background-color: #1a02f3;
}

#Dashboard-div .tabpaneactive .dflex .mt75ms-1 p{
  font-size: 14px;
  color: #737373;
}

#Dashboard-div .tabpaneactive form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Dashboard-div .tabpaneactive form .row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#Dashboard-div .tabpaneactive form .formgroup{
  width: 49%;
  display: flex;
  flex-direction: column;
 
}

#Dashboard-div .tabpaneactive form .formgroup label{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 100;
  color: rgb(71, 71, 71);
}

#Dashboard-div .tabpaneactive form .formgroup input{
  border: 1px solid rgb(157, 157, 157);
  padding: 10px;
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
}

#Dashboard-div .tabpaneactive form .rowlast{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Dashboard-div .tabpaneactive form .rowlast .formgroup{
  width: 32%;
}

#Dashboard-div .tabpaneactive form .rowlast .col12{
  margin-top: 20px;
}

#Dashboard-div .tabpaneactive form .rowlast .col12 button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#Dashboard-div .tabpaneactive form .rowlast .col12 button:hover{
  background-color: #1a02f3;
}

/* Dashboard referral start here*/
#Dashboard-divrf{
  display: flex;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  margin-bottom: 40px;
}

#Dashboard-divrf .rowref{
  width: 100%;
}

#Dashboard-divrf .rowref .card-header{
  display: flex;
  flex-direction: column;
  width: 100%;
  
}

#Dashboard-divrf .rowref .card-header label{
  padding: 20px 20px 0px 20px;
}

#Dashboard-divrf .rowref .card-header h3{
  padding: 0 20px;
}

#Dashboard-divrf .rowref .card-header .input-group{
  width: 100%;
  margin-top: 5px;
  display: flex;
  margin-bottom: 40px;
  padding: 0 20px;
}

#Dashboard-divrf .rowref .card-header .input-group .form-controlmargintop-10{
  width: 100%;
  padding: 10px 5px;
  font-size: 18px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
}

#Dashboard-divrf .rowref .card-header .input-group .btnbtn-infomargin{
  padding: 0 20px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid rgb(157, 157, 157);
}

#Dashboard-divrf .rowref .card .table-responsive--md{
  width: 100%;
  margin-bottom: 20px;
}

#Dashboard-divrf .rowref .card .table-responsive--md .tableee{
  width: 100%;
}

#Dashboard-divrf .rowref .card .table-responsive--md table, th, td{
  border: none;
 
}

#Dashboard-divrf .rowref .card .table-responsive--md .tableee thead{
  width: 100%;
  padding: 10px 0;
}

#Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr{
  width: 100%;
  background-color: gray;
}

#Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th{
  padding: 5px 0;
  border: none;
  border-color: gray;
  color: white;

}

#Dashboard-divrf .rowref .card .table-responsive--md .tableee tbody tr td img{
  width: 40px;
  height: 40px;
  border-radius: 5px;

}

.rowreff{
  display: flex;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  margin-bottom: 20px;
}

.rowreff .colmd12col-lg-12{
  width: 100%;
}


.rowreff .card-body .table-responsive table{
  width: 100%;
}

.rowreff .card-body .table-responsive table thead{
  background-color: gray;
  width: 100%;
}

.rowreff .card-body .table-responsive table thead tr{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.rowreff .card-body .table-responsive table thead tr th{
  font-size: 18px;
  color: rgb(233, 230, 230);
}
/* Dashboard changr of password start here*/

#Dashboard-div .rowmb-none-30{
  width: 100%;
}

#Dashboard-div .rowmb-none-30 #accountvertical form{
  display:  flex;
  flex-direction: column;
  width: 100%;
}

#Dashboard-div .rowmb-none-30 #accountvertical form .inputgroup{
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 5px 0 15px 0;
}

#Dashboard-div .rowmb-none-30 #accountvertical form .inputgroup input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: none;
}

#Dashboard-div .rowmb-none-30 #accountvertical form .mb1 label{
  font-size: 14px;
  font-weight: 100;
  color: rgb(71, 71, 71);
}

#Dashboard-div .rowmb-none-30 #accountvertical form .mb1 .inputgroup-text{
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  background-color: #1a3183;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

#Dashboard-div .rowmb-none-30 #accountvertical form .mb1 .inputgroup-text svg{
  color: #dddcdc;
}

#Dashboard-div .rowmb-none-30 #accountvertical form .row button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

/* verification start here*/

#Dashboard-div .rowverif .colxl2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-div .rowverif .colxl2 form .card{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-div .rowverif .colxl2 form .card .card-header{
  margin-bottom: 20px;
}

#Dashboard-div .rowverif .colxl2 form .card .card-header h4{
  color: #1a3183;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

#Dashboard-div .rowverif .colxl2 form .card .card-header p{
  font-size: 14px;
  color: #737373;
}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-xl-12vr{
  width: 100%;
  margin-bottom: 20px;
}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-xl-12vr input{
  border: none;
  width: 100%;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  font-size: 17px;
  color: #737272;
  outline: none;
}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-md-6v {
  width: 49%;
  margin-bottom: 20px;
}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-md-6v .mb-2{
  width: 100%;
  display: flex;
  flex-direction: column;

}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-md-6v .mb-2 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
}

#Dashboard-div .rowverif .colxl2 form .card .card-body .rowv .col-md-6v .mb-2 select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
}

#Dashboard-div .rowverif .colxl2 form .card .rowv .col12 button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

/* Account founding start here*/


#Dashboard-divf {
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
}

#Dashboard-divf .bsstepper{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bsstepper .bsstepper-header{
  padding: 20px 20px 30px 20px;
  border-bottom: 1px solid rgb(223, 223, 223);
  border-bottom-color: #edebeb;
  margin-bottom: 30px;
}

#Dashboard-divf .bsstepper .bsstepper-header .step-trigger{
  display: flex;
}

#Dashboard-divf .bsstepper .bsstepper-header .step-trigger .bs-stepper-box{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #708beb;
  color: white;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-right: 10px;
  box-shadow: 0 0 2px 2px rgba(145, 120, 235, 0.2);

}

#Dashboard-divf .bsstepper .bsstepper-header .step-trigger .bs-stepper-label{
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bsstepper .bsstepper-header .step-trigger .bs-stepper-label .bs-stepper-title{
  color: #708beb;
  font-size: 17px;
  font-weight: 500;
}

#Dashboard-divf .bsstepper .bsstepper-header .step-trigger .bs-stepper-label .bs-stepper-subtitle{
  font-size: 14px;
  margin-top: 3px;
}

#Dashboard-divf .bssteppercontent{
  padding: 0px 20px 30px 20px;

}

#Dashboard-divf .bssteppercontent .contentheader{
  width: 100%;
  margin-bottom: 20px;
}


#Dashboard-divf .bssteppercontent form img{
  width: 40px;
  height: 40px;
  margin-bottom: 20px
  ;
}

#Dashboard-divf .bssteppercontent .contentheader h5{
  padding-bottom: 3px;
  color: #1a3183;
}

#Dashboard-divf .bssteppercontent form .rowfoun{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6{
  width: 49%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mdr3{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mdr3 select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 20px;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mdr3 label{
  margin-bottom: 5px;
  color: rgb(71, 71, 71);
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6 label{
  margin-bottom: 5px;
  color: rgb(71, 71, 71);
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 20px;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6 select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb1colmd12{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb1colmd12 label{
  margin-bottom: 5px;
  color: rgb(71, 71, 71);
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb1colmd12 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 10px;
}

#Dashboard-divf .bssteppercontent button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

#Dashboard-divf .bssteppercontent button svg{
  margin-left: 6px;
}

/* Account Deposite log start here*/
#Dashboard-divf .bssteppercontent .contentheader .mbother {
  padding-bottom: 3px;
  color: #e90606;
}

#Dashboard-divf .bssteppercontent .contentheader .textmutedod {
  color: #00CFE8;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6m{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bssteppercontent form .rowfoun{
  display: flex;
  gap: 10px;
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6m label{
  margin-bottom: 5px;
  color: rgb(71, 71, 71);
}

#Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6m select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-bottom: 20px;
}

.alertdanger{
  color: red;
  font-size: 10px;
  margin-bottom: 10px;
}


/* Account Deposite log start here*/

#Dashboard-divl {
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(149, 126, 235, 0.2);
  margin-bottom: 40px;
}

#Dashboard-divl .rowlog{
 width: 100%;
}

#Dashboard-divl .rowlog .col12log .card{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divl .rowlog .col12log .card .cardheaderl{
  padding: 20px 0 0 20px;
}

#Dashboard-divl .rowlog .col12log .card .cardbodyl{
  padding: 20px 0 0 20px;
}


#Dashboard-divl .rowlog .col12log .card .cardtitle{
  font-size: 18px;
  color: #1a3183;
  margin-bottom: 20px;

}

#Dashboard-divl .rowlog .col12log .card .cardtext{
  font-size: 16px;
  margin-bottom: 20px;
  color: #737373;
  text-transform: capitalize;
  width: 100%;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive{
  width: 100%;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table thead{
  width: 100%;
}


#Dashboard-divl .rowlog .col12log .card .tableresponsive .table thead tr{
  display: flex;
  justify-content: space-between;
  background-color: rgb(235, 240, 240);
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: left;
  align-items: start;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table thead tr th{
  word-wrap: break-word;
  padding-right: 10px;
  vertical-align: middle;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody tr .dphistort{
  padding: 20px 20px;
  color: #737373;
  width: 14%; 
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trr{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid rgb(222, 219, 219);
  align-items: start;
}


#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trr td{
  word-wrap: break-word;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
  text-transform: capitalize;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trr td a{
  cursor: pointer;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive #tabledp th, td{
  width: 16.6%;
  text-align: center;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive #tablewd th, td{
  width: 16.6%;
  text-align: center;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive #tablein th, td{
  width: 12.5%;
  text-align: center;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trr .status{
  text-align: center;
  align-items: center;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trr .status span{
  color: #1a3183;
  background-color: rgb(235, 240, 240);
  border-radius: 20px;
  text-align: center;
  align-items: center;
  padding: 5px;
  margin: 0 20px;
}

#Dashboard-divl .rowlog .col12log .card .cardheaders {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
}

#Dashboard-divl .rowlog .col12log .card .cardheaders .cardtitle{
  margin-bottom: 0px;

}

#tablesr th, td {
  width: 20%;
  text-align: center;

}

#Dashboard-divl .rowlog .col12log .card .cardheaders a{
  padding: 5px 10px;
  color: white;
  background-color: #1a3183;
  border-radius: 10px;
  text-align: center;
}

.Support{
  margin-top: 50px;
}

/* found transfer start here*/

#Dashboard-divf {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: inherit;
  margin-bottom: 40px;
}

#Dashboard-divf .rowf{
  width: 100%;
}


#Dashboard-divf .rowf .contentheader .mb-0{
  padding: 10px 0 0 0;
  margin-bottom: 1px;
  color: #1a3183;

}

#Dashboard-divf .rowf .col12{
  display: flex;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 4px 0 5px -2px rgba(56, 7, 235, 0.2);
  padding: 20px;
}


#Dashboard-divf .rowf .col12 .cardheader .card-title{
  color: #1a3183;
  margin-bottom: 20px;
}

#Dashboard-divf .rowf .col12 .card{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .rowf .col12 .cardbodyfo{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .rowf .col12 .cardbodyfo form .row{
  width: 100%;
}

#Dashboard-divf .rowf .col12 .cardbodyfo form .mb-1colmd12{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#Dashboard-divf .rowf .col12 .cardbodyfo form .mb-1colmd12 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
}

#Dashboard-divf .rowf .col12 .cardbodyfo form .mb-1colmd12 select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
}

#Dashboard-divf .rowf .col12 .cardbodyfo form .mb-1colmd12 label{
  margin-bottom: 5px;
  color: rgb(71, 71, 71);
}

#Dashboard-divf .rowf .col12 .cardbodyfo button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

#Dashboard-divf .rowf .col12 .cardbodyfo button svg{
  margin-left: 6px;
}


#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .tra {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid rgb(222, 219, 219);
  align-items: start;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .tra td{
  width: 20%;
  align-items: flex-start;
  text-align: left;
}


#Dashboard-divl .rowlog .col12log .card .tableresponsive .table thead .tra th{
  width: 20%;
  align-items: flex-start;
  text-align: left;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trafirst{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid rgb(222, 219, 219);
  align-items: start;  
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trafirst td{
  width: 25%;
  align-items: flex-start;
  text-align: left;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table tbody .trafirst td button{
   padding: 5px 10px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

#Dashboard-divl .rowlog .col12log .card .tableresponsive .table thead .trafirst th{
  width: 25%;
  align-items: flex-start;
  text-align: left;
}


/* found tranfer dasboard-divl start here*/

#Dashboard-divl .rowlog .col12log .demospacing-0{
  width: 100%;
  background-color: rgb(255, 224, 224);
  padding: 10px;

}
  
#Dashboard-divl .rowlog .col12log .demospacing-0 .alertbody{
  color: rgb(225, 104, 104);
}

/* Deposite preview start here*/

#Dashboard-div .contentbodypre{
  width: 100%;
}

#Dashboard-div .contentbodypre .cardbodypre .sectionlabel{
  text-transform: uppercase;
}

#Dashboard-div .contentbodypre .cardbodypre .couponsinput-group img{
  width: 40px;
  height: 40px;
  margin: 20px 20px;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details h6{
  font-size: 16px;
  color: #1a3183;
  margin: 20px 0 3px 0;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details hr{
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-group{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-group p{
  width: 100%;
  border: 1px solid rgb(157, 157, 157);
  border-top: none;
  padding: 10px;
  margin-bottom: 20px;
  border-color: rgb(208, 206, 206);
  font-size: 16px;
  color: #737373;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-group .list-groupitem{
  border-top: 1px solid rgb(208, 206, 206);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-unstyled{
  list-style: none;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-unstyled li{
  font-size: 16px;
  color: #737373;
}

#Dashboard-div .contentbodypre .cardbodypre .price-details .list-unstyled li .detail-amt{
  margin: 5px 0 20px 0;
}

#Dashboard-div .contentbodypre .cardbodypre .waves-effect{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

#Dashboard-div .contentbodypre .cardbodypre .waves-effect:hover{
  color: #a2b0e3;
}


#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard center h3{
  color: #1a3183;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  align-items: center;
  text-align: center;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text{
  width: 100%;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .textmt-2{
  color: #737373;
  font-size: 16px;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text h4{
  color: #1a3183;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  align-items: center;
  text-align: center;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .alertalert-info{
  background-color: #dce1f0;
  width: 100%;
  align-items: center;
  text-align: center;
  color: #2d59f8;
  border-radius: 7px;
  margin-bottom: 20px;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .manualimg{
  align-items: center;
  text-align: center;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .manualimg img{
  width: 150px;
  height: 100px;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .formmb-1{
  align-items: center;
  text-align: center;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .formmb-1 label{
  font-size: 16px;
  color: #737373;
  margin-bottom: 5px;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .formmb-1 .inputgroup{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .formmb-1 .inputgroup input{
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: none;
  color: #737373;
  outline: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .col-md12text .formmb-1 button{
  padding: 5px 10px;
  border-radius: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #6788ff;
  border-color: #6788ff;
  cursor: pointer;
  color: #eceaea;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .colmd12ma{
  margin: 15px 0 25px 0;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .colmd12ma .formmb-1{
  display: flex;
  flex-direction: column;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .colmd12ma .formmb-1 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  cursor: pointer;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .colmd1ma a{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

#Dashboard-divf .bsstepper .bsstepper-header .custom-cardcard form .colmd1ma button:hover{
  color: #a2b0e3;
}

/* Support section start here*/

#Dashboard-div .rowustify{
  width: 100%;
}

#Dashboard-div .container{
  width: 100%;
}

#Dashboard-div .rowustify .card-support{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Dashboard-div .rowustify .card-support .cardheader{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #1a3183;
  font-size: 16px;
}

#Dashboard-div .rowustify .card-support .cardheader a{
  color: white;
  background-color: #35a222;
  padding: 5px 20px;
  border-radius: 10px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form{
  width: 100%;

}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .ee{
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .ee .formgroupcol{
  width: 49%;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .ee .formgroupcol label{
  font-size: 16px;
  color: #737373;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .formgroupcol select{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  margin-top: 5px;
  margin-bottom: 20px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .form-groupcol-md-12{
  width: 100%;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .form-groupcol-md-12 input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px;
}

                  
#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .col-12form-group{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .col-12form-group textarea{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  cursor: pointer;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .col-12form-group small{
  display: flex;
  align-self: self-end;
  margin-right: 20px;
  background-color: #1a3183;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: wheat;
  font-size: 10px;
  padding: 5px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group{
  width: 100%;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group .input-group{
  display: flex;
  width: 100%;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group #fileUploadsContainer .input-group{
  margin-bottom: 10px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group .input-group input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: none;
  color: #737373;
  outline: none;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group .input-group .btnbtn-outline-primarysp{
  padding: 0 20px;
  color: white;
  background-color: #1a3183;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form  .rowform-group p{
  color: #737373;
  font-size: 16px;
  margin-bottom: 20px;
}

#Dashboard-div .rowustify .card-support .cardbodysupport form .rowform-group .btn{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.modalfadeshow{
  width: 100%;
  background-color: rgba(171, 190, 217, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  pointer-events: all;
  z-index: 9999;
}

.modalfadeshow.active{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modalfadeshow .modal-dialog{
  background: #fffbfb;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.7);
  border-radius: 10px;
  width: 40%;
  height: 350px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.4s ease;
}

.modalfadeshow.active .modal-dialog{
  transform: translateY(0);
  opacity: 1;
}

.modalfadeshow .modal-dialog .modal-content{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modalfadeshow .modal-dialog .modal-content .modalheader{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: white;
  padding: 20px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgb(189, 188, 188);
}

.modalfadeshow .modal-dialog .modal-content .modalheader h5{
  padding-bottom: 0px;
}

.modalfadeshow .modal-dialog .modal-content .modalheader i{
  background-color: rgb(214, 213, 213);
  color: white;
}

.modalfadeshow .modal-dialog .modal-content .modal-body{
  width: 100%;
}

.modalfadeshow .modal-dialog .modal-content .modal-body ul{
  border: 1px solid rgb(225, 223, 223);
  border-radius: 10px;
  margin: 0 30px 10px 30px;
  align-items: start;
  list-style: none;
}


.modalfadeshow .modal-dialog .modal-content .modal-body ul li{
  border-bottom: 1px solid rgb(225, 223, 223);
  align-items: start;
  list-style: none;
  padding: 10px 20px;
  text-align: start;

}


.modalfadeshow .modal-dialog .modal-content .modal-body ul li span{
  color: #20294d;
}

.modalfadeshow .modal-dialog .modal-content .modal-footer{
  margin: 20px 30px;
  align-items: flex-start;
  width: 20%;
}

.modalfadeshow .modal-dialog .modal-content .modal-footer button{
  padding: 10px 15px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.footerfooter-static{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footerfooter-static p{
  font-size: 16px;
  color: #737373;
  margin-top: 20px;
  margin-bottom: 40px;

}

.footerfooter-static a{
  padding-left: 10px;
  color: #4d6ad3;
}

.footerfooter-static .float-md-end{
  margin-left: 50px;
}

.footerfooter-static .float-md-end svg{
  margin-left: 10px;
  color: red;
}

#footer {
  background-color: #121242;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 15px 30px;
}

#footer .footer-container{
  display: flex;
  margin: 0 40px;
}

#footer .footer-container .footer-inner{
  display: flex;
  flex-direction: column;
  margin-right: 0px;
}

#footer .footer-container .footer-inner .contact-us {
  display: flex;
  flex-direction: column;
}

#footer .footer-container .footer-inner .contact-us span {
  padding-bottom: 10px;
}

#footer .footer-container .footer-inner .contact-us span i{
  padding-right: 15px;
  color: #379bf8;
  font-size: 17px;
}

#footer .footer-container .footer-inner ul li{
  list-style: none;
  border-bottom: 1px solid #8b8a8a;
  padding: 10px 0;
}

#footer .footer-container .footer-inner ul li:last-child{
  border: none;
}


#footer .outer-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 40px 90px 0 40px;
  padding: 20px;
  border: 1px solid #8b8a8a;
  border-radius: 10px;
}


#footer .outer-footer .footer-log{
  padding: 5px;
}

#footer .outer-footer .footer-log .footer-img-logo {
  display: flex;
}

#footer .outer-footer .footer-log .footer-img-logo span{
  border-left: 1px solid #8b8a8a;
  padding: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 14px;

}

#footer .outer-footer .footer-log .footer-img-logo img{
  height: 25px;
  width: 25px;
}

#footer .outer-footer .copyright span{
 text-transform: capitalize;
 text-align: right;
}
#footer a{
  color: white;
}

#footer p{
  color: white;
  font-weight: 600;
  font-size: 19px;
  padding: 15px 0;
  text-transform: capitalize;
}

/* About us terms start here*/

#main-body .about-us{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#main-body .about-us .innerherobg_img{
  width: 100%;
  background-color: #1a3183;
  height: 80px;
}

#main-body .about-us .innerherobg_img .collg6text-center{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 27px;
}

#main-body .about-us .innerherobg_img .collg6text-center .pagetitletextwhite{
  color: white;
}

#main-body .about-us  .pt50pb100section--bg{
  padding: 40px 20px 0 20px;
  background-color: #b6d0eb;
}

#main-body .about-us  .pt50pb100section--bg ul li{
  list-style: none;
  font-size: 18px;
  padding-top: 10px;
}

#main-body .about-us .pt100p {
  width: 100%;
  padding: 40px;
}

#main-body .about-us .pt100pb100 .container{
  display: flex;
  flex-direction: column;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg5{
  width: 45%;
  height: 350px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71{
  width: 54%;
  padding: 20px;
  height: 350px;
  border: 1px solid gray;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(31,38,135,.493);
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper{
  width: 100%;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown .udu{
  display: flex;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown .udu .formgroupcollg6{
  width: 100%;
}


#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown .formgroupcollg6{
  margin-bottom: 20px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown input{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  cursor: pointer;

}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown textarea{
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgb(157, 157, 157);
  border-color: rgb(157, 157, 157);
  border-radius: 5px;
  color: #737373;
  outline: none;
  cursor: pointer;
  height: 70px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown button{
  padding: 10px 10px;
  color: white;
  background-color: #1a3183;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 30%;
}

#main-body .about-us .pt100pb100 .container .rowgy4justify .colxl6collg71 .contactformwrapper .rown button:hover{
  background-color: #304694;
  color: rgb(215, 186, 186);
}

#main-body .about-us .pt100pb100 .container .rowgy4justifyhh{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justifyhh .collg4colmd6{
  width: 33%;
  height: 200px;
  border-radius: 5px;
}

#main-body .about-us .pt100pb100 .container .rowgy4justifyhh .collg4colmd6 .contactinfocar{
  background-color: #14233c;
  background: -webkit-linear-gradient(to right,#1a3183,#0575E6);
  background: linear-gradient(to right,#1a3183,#0575E6);
  display: flex;
  padding: 20px;
}

#main-body .about-us .pt100p .bt_bb_text p{
  font-size: 18px;
  line-height: 30px;
}

#main-header .header-container .manue{
  display: none;
}

#main-body .container .hbutton{
  display: none;
}

#main-body .why-choose-ust{
  display: none;
}

#main-header-mobile{
  display: none;
}

.dashboard-wrap .header-navbar .navbar-container .bars {
  display: none;
}

.dashboard-wrap .navbar-header .nav li .mibile-times{
  display: none;
}

.tableresponsive {
  display: none;
}


@media only screen and (max-width: 1100px) {
          /* sub navber intro section for media querry start here*/ 
 

}

@media only screen and (max-width: 932px) {
  #main-header {display: none;
  }

  #main-body .our .justify-content-center {
    display: none;
  }

  #main-header .header-container .home {
    display: none;
  }

  #main-header .header-container .lang {
    display: none;
  }
  
  #main-header .header-container .div-button {
    display: none;
  }

  .dashboard-wrap .navbar-header .nav .nav-toggle .nav-link{
    display: none;
  } 

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav li .nav-link-style{
    display: none;
  }

  #main-header-mobile {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    background-color: #121242;
    padding: 30px 0;
    z-index: 9999;
  }

  #main-header-mobile .header-container {
    display: flex;
    justify-content: space-between;
    color: white;
    margin: 0 100px;
    align-items: center;
    text-align: center;
  } 

  #main-header-mobile .header-container .header-logo a img {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }

  #main-header-mobile .header-container .header-logo {
    display: flex;
    align-items: center;
    text-align: center;
  }

 #main-header-mobile .header-container .header-logo span {
    font-size: 10px;
  }

 #main-header-mobile .header-container .manue {
    display: flex;
  }

 #main-header-mobile .header-container .manue i{
    font-size: 30px;
  }

   #main-header-mobile .header-container .manue i:hover{
    color: #d1e9e5;
  }

  #main-header-mobile .mobile-navc{
    width: 100%;
    max-height: 0;
    position: relative;
    left: 3000px;
    opacity: 0;
    flex-direction: column;
    transition: max-height 0.6s ease, opacity 0.4s ease;
  }

  #main-header-mobile .mobile-navc.active{
    opacity: 1;
    max-height: 400px;
    left: 0px;
  }


  #main-header-mobile  .mobile-navc .mobil-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    color: white;
    list-style: none;
    padding: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a{
    color: white;
    font-size: 20px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang select{
    width: 100%;
    padding: 5px  10px;
    font-size: 16px;
    border-radius: 5px;

  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a{
    color: rgb(211, 211, 211);
    font-size: 20px;
  }

  
  #main-header-mobile .div-buttom {
    margin-left: 10%;
    width: 20%;
    color: white;
  }

  #main-header-mobile .div-buttom a{
    background-image: radial-gradient(100% 100% at 100% 0,#4348a4 0,#8289bc 100%);
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  #main-header-mobile .div-buttom a:hover{
    color: #90b9e3;
  }

  #main-body {
    margin-top: 100px;
  }
  
  #main-body .container {
    padding: 0 10%;
    display: flex;
    flex-direction: column;
  }

  #main-body .container .hbutton{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  #main-body .container .hbutton .btnbtn-mdbtn--basemt-4fadeInUp{
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0,#4348a4 0,#8289bc 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45,35,66,.4) 0 2px 4px,rgba(45,35,66,.3) 0 7px 13px -3px,rgba(58,65,111,.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;

  }

  #main-body .container .hbutton .btnbtn-mdbtn--basemt-4fadeInUp:hover{
    color: #08c108;
  }

  #main-body .container .cards h1 {
    font-size: 50px;
    color: #393939;
  }

  #main-body .container .cards {
    width: 100%;
    margin-right: 0px;
  }

  #main-body .container .cards p {
    font-size: 17px;
    line-height: 24px;
  }

  #main-body .container .image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10%;
}

  #main-body .aboutus .containerabout .rowgy5 {
    flex-direction: column;
   
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 {
    width: 100%;
    word-break: break-word;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    width: 100%;
    height: 600px;
    border-radius: 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6:nth-child(2) {
    margin-left: 0px;
    margin-top: 30px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 30px;
    font-weight: 700;
    color: #626262;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content {
    width: 100%;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcardicon {
  
    margin-top: 0rem;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
    overflow: hidden;
    padding: 20px 10%;
    align-items: center;
    justify-content: center;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item{
    width: 100%;
    margin-bottom: 30px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card {
    width: 100%;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card h3 {
    font-size: 18px;
    color: #525151;
  }


  #main-body .plane {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 10%;
  }

  #main-body .plane .plain-cards {
    margin-bottom: 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }

  #main-body .plane .plain-cards:nth-child(5){
    grid-column: auto !important;
  }

  #main-body .why-choose-us{
    display: none;
  }

  #main-body .why-choose-ust{
    display: flex;
    flex-direction: column;
    background: #0575e6;
    background: -webkit-linear-gradient(to right,#1a3183,#0575E6);
    background: linear-gradient(to right,#1a3183,#0575E6);
    position: relative;
    
  }

  #main-body .why-choose-ust .our .section-header {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  #main-body .why-choose-ust .our{
    display: flex;
  }

  #main-body .why-choose-ust .container {
    display: flex;
    flex-direction: column;
    padding: 20px 10% 60px 10%;
    width: 100%;
  }
  
  #main-body .why-choose-ust .container .rowgy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
    
  }

  #main-body .why-choose-ust .container .rowgy .wow {
    width: 100%;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #5654542e;
    box-shadow: 0 0 15px rgba(31,38,135,.493);
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5){
    width: 49%;
    grid-column: 1 / -1;
    justify-self: center;
  }

  #main-body .why-choose-ust .container .rowgy .wow .service-i {
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.625rem;
    background-color: #00a6f726;
  }
  
  #main-body .why-choose-ust .container .rowgy .wow i {
    font-size: 50px;
    color: #00a6f7;
  }

  #main-body .why-choose-ust .container .rowgy .wow .service-card .service-card__content {
    color: #373e4a;
    margin: 0;
    line-height: 1.2;
    word-break: break-word;
    font-size: 1.5rem;
  }

  #main-body .why-choose-ust .container .rowgy .wow .service-card .service-card__content h3{
    color: #4b4b4b;
  }

   #main-body .why-choose-ust .container .rowgy .wow .service-card .service-card__content p{
    color: #616161;
    font-size: 16px;
  }

  #main-body .why-choose-ust .ourt .section-header {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-top-title {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #ffffff;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title{
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
  }


  #main-body .section-faq .containerfaq {
    padding: 20px 10%;
  }

   #main-body .section-faq .containerfaq .section-header h2{
    font-size: 30px;
    font-weight: 600;
   }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 19px;
    padding: 0;
  }

  #main-body .section-faq .accordion .row1 {
    flex-direction: column;
  }

  #main-body .section-faq .accordion .row1 .left {
    width: 100%;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    padding: 10px 7px;
    cursor: pointer;
    font-size: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 18px;
  }

  #main-body .section-faq .accordion .row1 .right {
    width: 100%;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 400px;
    height: 200px;
  }

  /* Registration*/

  #main-body .appcontent .content-wrapper {
    margin: 10px 100px;
  }

  #main-body .appcontenttt {
    margin-top: 100px;
  }

    #main-body .appcontenttt .content-wrapper {
      margin: 10px 100px;
  }

  /*nav side bar*/

  .dashboard-wrap .main-menu-fixed {
    width: 40%;
    position: fixed;
    padding: 0 30px;
    height: 100vh;
    display: none;
    grid-template-rows: auto 1fr;
    color: #a3a1a1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ededef;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100);
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 9999;
    
  }

  .dashboard-wrap .main-menu-fixed.active{
    display: grid;
    transform: translateX(0);
    opacity: 1;
  }

  .dashboard-wrap .content-wrapper {
    width: 100%;
  }

  .dashboard-wrap .header-navbar {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    border-radius: 5px;
    height: 80px;
    margin: 0 10px;

  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    display: flex;
    align-self: self-start;
    justify-content: start;
    text-align: left;
    padding-left: 40px;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars i{
    font-size: 30px;
    color: #f2f1f1;
    cursor: pointer;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars i:hover{
    color: #d2d0dc;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper .navbar-navbookmark-icons {
    display: none;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .dashboard-wrap .navbar-header .nav li .mibile-times {
    display: flex;
    margin-right: 20px;
    font-size: 35px;
    color: rgb(73, 72, 72);
  }

  #Dashboard-divf .rowf .contentheader{
    margin-left: 20px;
  }

  .dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div {
    padding: 10px 30px 10px 0px;
  }

  #footer .footer-container{
    justify-content: space-between;
    gap: 10px;
  
  }

  #footer .footer-container .footer-inner .about-us span{
    font-size: 16px;
    line-height: 20px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 {
    width: 35%;
    height: auto;
  }

}

@media only screen and (max-width: 740px) {
            /* sub navber intro section for media querry start here*/ 
  .market {
    width: 100%;
  }

  
  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .dashboard-wrap .content-wrapper {
    padding-right: 400px;
  }
}

@media only screen and (max-width: 677px) {
            /* sub navber intro section for media querry start here*/ 


}

@media only screen and (max-width: 540px) {
            /* sub navber intro section for media querry start here*/ 

  .tableresponsive{
    display: none;
  }

  .dashboard-wrap .content-wrapper {
    width: 100%;
    background-color: transparent;
    position: fixed;
    right: 0px;
    z-index: 1;
    padding: 0px 5px 5px 0;
    height: a;
    display: grid;
    grid-template-rows: auto 1fr;
    color: #a3a1a1;
    padding: 0 20px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-4 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    margin-top: 20px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 48%;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .card-company-table {
    margin: 20px 20px 0px 0;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

    .market {
    width: 100%;
  }

  
  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .dashboard-wrap .content-wrapper {
    padding-right: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    gap: 10px;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    width: 70%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .nav-search {
    margin: 10px;
    
  }

  .dashboard-wrap .main-menu-fixed {
    width: 40%;
    position: fixed;
    padding: 0 10px;
  }

  #Dashboard-divf .bssteppercontent form .rowfoun {
    flex-direction: column;
  }

  #Dashboard-divf .bssteppercontent form .rowfoun .mb-1col-md-6 {
    width: 100%;
  }

  #Dashboard-divl .rowlog .col12log .card .tableresponsive #tablein th, td {
    font-size: 10px;
  }

  #main-header-mobile .header-container {
    margin: 0 50px;
  }

  #main-header-mobile .div-buttom a {
    line-height: auto;
    padding: .175rem .75rem;
  }

  #main-header-mobile .div-buttom {
    width: 40%;
    display: flex;
    gap: 5px;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 40px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    flex-direction: column;
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    width: 100%;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password {
    flex-direction: column;
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 20px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 {
    margin-top: 10px;
  }


  #main-body .appcontenttt .content-wrapper {
    margin: 10px 40px;
    width: 100%;
  }

  #Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .ee {
    flex-direction: column;
    gap: 0px;
  }

  #Dashboard-div .rowustify .card-support .cardbodysupport form .rowsp .ee .formgroupcol {
    width: 100%;
  }

  .rowreff .card-body .table-responsive table thead tr th {
    font-size: 10px;
    padding-right: 3px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card p {
    font-size: 15px;
    padding: 5px;
    word-break: break-word;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
            /* sub navber intro section for media querry start here*/ 
  #main-header-mobile .header-container {
  margin: 0 25px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }

  #main-header-mobile .div-buttom {
    width: 50%;
    margin-top: 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 25px;
    line-height: 25px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 25px;
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 18px;
    line-height: 20px;
    color: #545555;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 3%;
    padding: 20px 10px;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 10px;
    gap: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 15px;
  }

  #main-body .plane .plain-cards {
    margin-bottom: 20px;
    height: 420px;
  }
  
  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0px;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 25px;
  }

  #main-body .why-choose-ust .container {
    display: flex;
    flex-direction: column;
    padding: 0px 10px 30px 10px;
    width: 100%;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 23px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 18px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 180px;
  }

  #footer {
    padding: 0px 10px 15px 10px;
  }

  #footer .footer-container {
    margin: 0 0px;
    flex-direction: column;
  }

  #footer p {
    padding: 0px 0 0 0;
  }

  .dashboard-wrap .main-menu-fixed {
    width: 50%;
  }

  .dashboard-wrap .main-menu-content .navigation .active {
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
  }

  .dashboard-wrap .navbar-header .nav li .mibile-times {
    font-size: 25px;
  }

  .dashboard-wrap .main-menu-content .navigation {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 0;
  }

  .dashboard-wrap .main-menu-content .navigation .active span {
    padding-left: 25px;
    font-size: 18px;
  }

  .dashboard-wrap .main-menu-content .navigation .active a {
    width: 100%;
    display: flex;
  }

  .dashboard-wrap .main-menu-content .navigation .nav-item .nav-item-div {
    padding: 10px 10px 10px 0px;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .dropdown-menu {
    right: -20px;
  }

  #Dashboard-div .tabpaneactive form .row {
    flex-direction: column;
  }

  #Dashboard-div .tabpaneactive form .formgroup {
    width: 100%;
  }

  #Dashboard-div .tabpaneactive form .formgroup input {
    margin-bottom: 20px;
  }

  #Dashboard-div .tabpaneactive form .rowlast {
    flex-direction: column;
  }

  #Dashboard-div .tabpaneactive form .rowlast .formgroup {
    width: 100%;
  }

  #Dashboard-div .tabpaneactive form .row {
    margin-bottom: 0px;
  }

  #Dashboard-div .tabpaneactive form .rowlast .col12 {
    margin-top: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav {
    display: none;
  }
  .card-company-table {
    display: none;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    flex-direction: column;
  }

  .tableresponsive {
    display: flex;
    width: 100%;
  }

  .tableresponsive .table{
    width: 100%;    
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
    background-color: #0d064a;
    border-bottom-left-radius: 10px;
    height: 300px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 95% !important;
    display: block;
  }

  .market .comtex {
    align-self: self-end;
    text-align: end;
    padding: 0px 20px;
    color: white;
    width: 100%;
  }

  .footerfooter-static p {
    margin-bottom: 10px;
  }

  .footerfooter-static {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    flex-direction: column;
  }

}

@media only screen and (max-width: 480px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 30px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 412px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 30px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 30px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 344px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 30px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 324px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 25px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 10px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li h5 {
    font-size: 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px) {
  htm, body {
    overflow-x: hidden;
  }

  #main-body .container {
    padding: 0 10px;
  }

  #main-body .container .cards h1 {
    font-size: 18px;
  }

  #main-body .container .image {
    margin-bottom: 20px;
  }

  #main-body .aboutus {
    margin-bottom: 20px;
  }

  #main-body .aboutus .containerabout {
    padding: 0 10px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .about-thumb img {
    height: 300px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader .sectiontoptitle {
    font-size: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .sectionheader h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content h4 {
    line-height: 20px;
    font-size: 18px;
  }

  #main-body .aboutus .containerabout .rowgy5 .collg6 .rowgy4 .colxxl9 .about-card .aboutcard_content p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .howitwork {
    margin-bottom: 0px;
  }

  #main-body .howitwork .containerhow .row {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .collg6 .sectiontoptitle {
    font-size: 23px;
  }

  
  #main-body .howitwork .containerhow .collg6 .section-title {
    font-size: 18px;
    text-transform: capitalize;
  }

  #main-body .howitwork .containerhow .rowgy4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 20px 10px;

  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item {
    margin-bottom: 20px;
  }

  #main-body .howitwork .containerhow .rowgy4 .how-work-item .how-work-card__step {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  #main-body .plane {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px;
    gap: 0%;
  }

  #main-body .plane .plain-cards {
    height: 470px;
  }

  #main-body .plane .plain-cards .plan-card__header {
    margin-bottom: 0px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li {
    padding-left: 10px;
    font-size: 14px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li span {
    padding-right: 5px;
    font-size: 14px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg12 .col12 h4, h5 {
    padding-bottom: 7px;
  }

  #main-body .plane .plain-cards .plan-card__body .plan-feature-list li h5 {
    font-size: 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer {
    padding: 0 20px;
  }

  #main-body .plane .plain-cards .plan-card__footer .btn--base {
    margin-bottom: 30px;
  }


  #main-body .why-choose-ust .ourt .section-header {
    margin: 20px 0;
  }

  #main-body .why-choose-ust .ourt .section-header .section-title {
    font-size: 20px;
    height: 20px;
  }

  #main-body .why-choose-ust .container {
    padding: 20px 10px 30px 10px;
  }

  #main-body .why-choose-ust .container .rowgy {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  #main-body .why-choose-ust .container .rowgy > :nth-child(5) {
    width: 100%;
  }

  #main-body .section-faq .containerfaq {
    padding: 20px 10px;
  }

  #main-body .section-faq .containerfaq .section-header h2 {
    font-size: 20px;
  }

  #main-body .section-faq .containerfaq .section-header p {
    font-size: 16px;
    line-height: 20px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem button {
    font-size: 16px;
  }

  #main-body .section-faq .accordion .row1 .accordionitem .accordion-collapse .accordionbody p {
    font-size: 14px;
  }

  #main-body .partner .containerptner .brand-slider {
    padding: 0 10px;
  }

  #main-body .partner .containerptner .brand-slider img {
    width: 100%;
    height: 200px;
  }

  #footer {
    background-color: #121242;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 15px 5px;
  }

  #footer .footer-container {
    display: flex;
    flex-direction: column;
    margin: 0 0px;
  }

  #footer .footer-container .footer-inner .contact-us span a{
    font-size: 14px;
  }

  #footer .outer-footer {
    margin: 20px 0px 0 0px;
    flex-direction: column;
    padding: 7px;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  #footer .outer-footer .copyright{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .outer-footer .footer-log .footer-img-logo img {
    height: 15px;
    width: 15px;
  }

  #footer .outer-footer .footer-log .footer-img-logo span {
    font-size: 9px;
  }

  #footer .outer-footer .copyright span {
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
 
  #footer .outer-footer .copyright span br{
    display: none;
  }

  .footerfooter-static {
    margin: 20px 10px;
    width: 100%;
  }

  .footerfooter-static p {
    font-size: 12px;
    color: #737373;
    margin: 0px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
  }

  .footerfooter-static .float-md-end {
    margin: 10px 0 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 0 0px;
  }

  .tableresponsive{
    display: flex;
  }

  .danger {
    background-color: rgb(73, 132, 240);
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(215, 216, 241, 0.9);
    font-size: 12px;
    color: white;
    text-transform: capitalize;
  }

  svg {
    max-width: 100% !important;
    height: auto;
    display: block;
    
  }

  #statistics-order-chart,
  .apexcharts-cancave,
  .apexcharts-svg{
    max-width: 100% !important;
  }

  .dashboard-wrap .content-wrapper {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row {
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 .row .col-xl-6 .d-flex .avatar {
    padding: 10px;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-xl-8 {
    width: 100%;
    height: auto;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height {
    flex-direction: column;
  }

  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg4 .rowmatch-height .col-lg6 {
    width: 100%;
  }
  
  .dashboard-wrap .content-body #dashboard-ecommerce .match-height .col-lg8 {
    width: 100%;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav .dropdown-user .nav-link .user-nav span {
    display: none;
  }

  .dashboard-wrap .dflexcard {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    padding-right: 40px;
    box-shadow: 6px 6px 7px rgba(56, 7, 235, 0.2);
    margin-bottom: 20px;
    margin-top: 90px;
  }

  .dashboard-wrap .content-body {
    width: 100%;
  }

  .market {
    width: 100%;
    margin-bottom: 20px;
  }

  #btcLiveChart {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }

  .card-company-table {
    display: none;
  }

  .dashboard-wrap .header-navbar .navbar-container .bookmark-wrapper {
    width: 15%;
  }

  .dashboard-wrap .header-navbar .navbar-container .bars {
    padding-left: 20px;
  }

  .dashboard-wrap .header-navbar .navbar-container {
    justify-content: flex-start;
  }

  .dashboard-wrap .header-navbar .navbar-container .navnavbar-nav {
    margin-left: 20px;
  }

  .card-company-table table {
    background-color: #dfdfe2;
    width: 70% !important;
    padding: 10px 0 1px 0;
    border-collapse: collapse;
  }

  .card-company-table table thead tr th {
    width: 10%;
    padding: 20px 10px;
    text-align: start;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md .tableee thead tr th {
    word-break: break-word;
  }

  #main-body .appcontent .content-wrapper {
    margin: 10px 20px;
    padding: 10px 5px 25px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body .cardtextmb2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form label{
    font-size: 14px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 {
    margin-bottom: 10px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row {
    gap: 0px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 input {
    padding: 5px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .mb-1col-6 input {
    padding: 5px 0 7px 5px;
    font-size: 13px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .row .password span {
    padding: 8px 5px;
  }

  #main-body .appcontent .content-wrapper .content-body .authwrapperauthv1px-2 .authinnerpy2 .cardmb0 .card-body form .mb-1 .text-centermt-2 {
    font-size: 16px;
  }

  .danger {
    padding: 3px 7px;
    font-size: 9px;
  }

  #Dashboard-divrf .rowref .card .table-responsive--md table, th, td {
    font-size: 10px;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li {
    padding: 10px 0 0 0;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .home ul li a {
    font-size: 18px;
  }

  #main-header-mobile .div-buttom {
    margin-top: 7px;
    width: 60%;
  }

  #main-header-mobile  .mobile-navc .mobil-nav .lang span a {
    font-size: 16px;
  }
}