body{
  overflow-x: hidden !important;
}
.bg-white {
  background-color: #fff;
}

* {
  font-family: 'sahel' !important;
}

.navbar-img {
  border-radius: 18px !important;
}

.search-input {
  background-color: #e8e8e8;
  border: none;
}

.search-input:focus {
  background-color: #e8e8e8 !important;
  border: none !important;
}

#navbar-icon {
  color: #000;
}

.search-button {
  background-color: #e8e8e8 !important;
}
.bnrsearch {
  float: right;
  margin-right: 10px;
  margin-top: 30px;
  
}

.wp1s-slider-wrapper {
  direction: ltr;
  padding-bottom: 0 !important
}
.btn-navbar {
  border-radius: 4px !important;
}

.bg-spciap {
  background-color: #f0efef;
}

.img-header {
  border-radius: 10px !important;
}

#icon-start {
  font-size: 20px;
  color: gold;
}

.card-team {
  border-radius: 10px;
}

.card-team-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #cecece;
}

.card-content {
  border-radius: 13px;
}

.img-border {
  border-radius: 9px;
}

.btn-file {
  border-radius: 7px !important;
}

.border-spciap {
  border-radius: 5px;
}

.offers-nav-link-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #cecece;
}

.btn-arrow {
  background-color: #dbdbdb;
  color: #808080;
}

.border-img-services {
  border-radius: 8px;
}

.bg-footer {
  background-color: #3e3c51;
}

.bg-footer-2 {
  background-color: #514e5f;
}

.text-footer {
  color: #9e9caa;
}

.title-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 4px;
  border-radius: 2px;
  background-color: gold;
}

.nav-link {
  font-size: medium !important;
}

/*tabs*/
* {
  font-family: 'sahel';
}

.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.1s ease-in-out;
  background: transparent !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 3px solid gray;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 3px solid gray;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#software {
  display: block;
}

.scrollbar-lastnews {
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.slider-scroll {
  /* margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 181px);
    flex: 0 0 calc(100% - 181px);
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; */
  padding: 0;
  position: relative;
  overflow: hidden;
  /*background: blue;*/
}

.slider-scroll .slide {
  /*background: #91f9ba;*/
  /*    width: 100%;
    height: 100%; */
  display: flex;
  justify-content: start;
  position: relative;
  left: 0;
  transition: transform 400ms ease;
}

.slider-scroll .slides {
  /*background: #b1a1ff;;*/
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin: 5px 0 5px 0px;
  position: relative;
  font-size: 50px;
  color: white;
  text-align: center;
  /*padding: 0 5px;*/
  /*border-right: 1px solid #fff;*/
  transition: transform 400ms ease;
}

.slider-scroll .slides a {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  z-index: 1;
  /*background: red;*/
}

.box-slides {
  box-sizing: border-box;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  justify-content: flex-start;
  padding: 5px 5px;
  padding-bottom: 16px;
  position: relative;
}

.box-slides-img img {
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slider-scroll .next,
.slider-scroll .prev {
  position: absolute;
  top: 51%;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  cursor: pointer;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: #d3c3da36;
  transform: translateY(-50%);
}

.slider-scroll .next {
  left: 10px;
}

.slider-scroll .prev {
  right: 10px;
}

.sticky {
  transform: translateY(-100%);
}

.pics {
  display: flex;
}

.pics1 {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.pics-item {
  display: block;
  flex-grow: 1;
  margin-top: 20px;
}

.pics-item:not(:last-of-type) {
  margin-left: 20px;
}

.pics-item>div {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
}

.pics-item>div img {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.pics-item1 {
  max-width: 49.5%;
  width: 49.5%;
}

.service-title {
  color: black;
}

.service-subtitle {
  color: black;
}

@media screen and (max-width: 1024px) {
  .media-last-news-body {
    font-size: small;
  }
  .main-contact{
    padding-top: 180px !important;
  }
  .main-nav-link {
    font-size: smaller !important;
  }

  .media-article-img {
    width: 50px !important;
    height: 35px !important;
  }

  .title-footer {
    font-size: medium;
  }

  .title-footer::before {
    width: 70% !important;
  }

  .card-team-title {
    font-size: medium;
  }

  .header-right {
    width: 100% !important;
  }

  .contactus-intro {
    padding-top: 150px !important;
  }

  .contactus-img {
    position: relative;
    bottom: 200px !important;
  }
  #contactus-icon {
    font-size: 60px !important;
    color: #889ab2;
  }
  .contact-title{
   margin-bottom: 85px !important;
  }
  .img-services{
    width: 70%;
  }
  .slide-img{
    width: 100px !important;
  }
  .contact-us-title{
    top: 350px;
  }
  .maincontact-inro{
    padding-top: 250px;
  }
  .text-btn-wallet{
    font-size: medium;
  }
  #wallet{
    height: 900px;
  }
  #downloads{
    height: 900px !important;
  }
  .title-blog{
    font-size: medium;
  }
  .price-shoppingcart{
    font-size: small;
  }
}

@media screen and (min-width: 1024px) {
  .img-services{
    width: 60% !important;
  }
  .media-article-img {
    width: 50px !important;
    height: 35px !important;
  }
  .contact-us-title{
    top: 360px;
  }
  .product-item-title {
    font-size: medium !important;
  }

  .offers-nav-link {
    font-size: medium !important;
  }

  .singup-body {
    height: 800px !important;
    margin-bottom: 10px !important;
  }

  .singup-container {
    height: 700px !important;
  }

  .contactus-intro {
    padding-top: 250px !important;
  }
  
  #contactus-icon {
    font-size: 55px !important;
    color: #889ab2;
  }
  .slide-img{
    width: 100px !important;
  }
  .contact-img-container{
    position: relative;
    bottom: 250px;
  }
  .maincontact-inro{
    padding-top: 270px;
  }
  .text-btn-wallet{
    font-size: large;
  }
  #wallet, #address{
    height: 1000px;
  }
  #downloads{
    height: 1000px !important;
  }
  .btn-blog-form{
    padding: 10px 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-right {
    padding-top: 40px !important;
    background-position: center -9px !important;
    background-size: 30% !important;
  }
  .footer-left {
      padding-top: 40px !important;
      background-size: 40% !important;
  }
  .service-title {
    font-size: 20px !important;
  }
  .main-contact{
    padding-top: 150px !important;
  }
  .service-subtitle {
    font-size: 13px !important;
  }
  .img-services{
    width: 75% !important;
  }
  .card-team-title {
    font-size: medium;
  }
  .contact-us-title{
    top: 210px;
  }
  .last-news-text {
    font-size: small;
  }

  .media-article-img {
    width: 45px !important;
    height: 25px !important;
  }
  .tabcontent{
    padding: 0 12px;
  }
  .offers-nav-link {
    font-size: smaller !important;
  }
  .slide-img{
    width: 130px !important;
  }
  .tab button {
    padding: 6px 10px !important;
  }
  
  .title-footer {
    font-size: smaller;
  }

  .title-footer::before {
    width: 60% !important;
  }

  .products-title {
    font-size: smaller;
  }

  .btn-products {
    font-size: smaller !important;
    padding: 3px 35px !important;
  }

  .btn-paginate {
    font-size: smaller;
  }

  .singup-container {
    background: none !important;
  }

  .contactus-intro {
    padding-top: 100px !important;
  }

  .contactus-img {
    position: relative;
    bottom: 150px !important;
  }
  .main-contact-title{
    font-size: medium;
  }
  .main-contact-img{
    top: 80px !important;
  }
  .contact-title{
    margin-bottom: 150px !important;
   }
  .maincontact-inro{
    padding-top: 200px;
  }
  .text-btn-wallet{
    font-size: medium;
  }
  #wallet, #address{
    height: 900px;
  }
  #downloads{
    height: 900px !important;
  }
  .orders-date{
    font-size: x-small;
  }
  .orders-title{
    font-size: x-small;
  }
  .address-title{
    font-size: medium;
  }
  .address-subtitle{
    font-size: smaller;
  }
  .text-address{
    font-size: small;
  }
  #address-icon{
    font-size: 20px !important;
  }
  .title-blog{
    font-size: small;
  }
  .btn-blog-form{
    padding: 10px 25px !important;
  }
  .steps-box-title{
    font-size: medium;
  }
  .price-shoppingcart{
    font-size: medium;
  }
}
@media screen and (max-width: 575px){
  .main-contact{
    padding-top: unset !important;
  }
  .img-contact{
    padding: unset !important;
  }
  .img-contact img{
    position: unset !important;;
    width: unset !important;
  }
  .price-shoppingcart{
    font-size: small;
  }
}
@media screen and (max-width: 425px) {
  .box-slides {
    padding: 5px 7px 0 10px !important;
  }

  .service-title {
    font-size: 17px !important;
  }

  .service-subtitle {
    font-size: 11px !important;
  }
  .img-services{
    width: 90% !important;
  }
  .media-last-news-body {
    font-size: x-small;
  }

  .media-article-img {
    width: 45px !important;
    height: 25px !important;
  }

  .navbar-img {
    height: 40px !important;
    border-radius: 18px !important;
  }

  .offers-nav-link {
    font-size: small !important;
  }

  .title-footer {
    font-size: smaller;
  }

  .title-footer::before {
    width: 60%;
  }

  .aboute-maintext,
  .accordion-text {
    font-size: small;
  }

  .product-notfound-title,
  .btn-notfound {
    font-size: small;
  }

  .singup-container {
    background: none !important;
    height: auto !important;
  }

  .contactus-intro {
    padding-top: 80px !important;
  }

  .contactus-img {
    position: relative;
    bottom: 100px !important;
  }
  .contact-card-sm-title,.contact-card-lg-title {
    font-size: small;
  }
  
  
  .contact-card-sm-text, .contact-card-lg-text {
    font-size: smaller;
  }
  #contactus-icon{
    font-size: 45px !important;
  }
  .main-contact-title{
    font-size: medium;
  }
  .main-contact-img{
    top: 60px !important;
  }
  .list-main-contact > li{
    font-size: small;
  }
  .maintitle-contact{
    font-size: medium;
  }
  .maincontact-inro{
    padding-top: 150px;
  }
  .tab-dashboard-card-mainnumber{
    font-size: medium !important;
  }
  .tab-dashboard-card-maintitle{
    font-size: large;
  }
  .tab-dashboard-card-maintitle-wallet{
    font-size: large !important;
  }
  .tab-dashboard-card-subtitle{
    font-size: xx-small !important;
  }
  .tab-dashboard-card-mainnumber-2{
    font-size: medium !important;
  }
  .tab-dashboard-card-mainnumber-3{
    font-size: medium !important;
  }
  .tab-dashboard-card-mainnumber-4{
    font-size: medium !important;
  }
  .wallet-n{
    color: #bf687b;
    font-size: x-small;
  }
  .title-lastnews-dashboard{
    font-size: medium;
  }
  #wallet, #address{
    height: 800px;
  }
  #downloads{
    height: 800px !important;
  }
  .date-pay{
    font-size: small;
  }
  .container-pay{
    height: 250px !important;
  }
  .address-title{
    font-size: small;
  }
  .address-subtitle{
    font-size: x-small;
  }
  .text-address{
    font-size: small;
  }
  #address-icon{
    font-size: 15px !important;
  }
  .title-blog{
    font-size: medium;
  }
  .btn-blog-form{
    padding: 10px 60px !important;
  }
  .alert-checkout{
    font-size: small;
  }
  .title-card-shoppingcart{
    font-size: small;
  }
  .subtitle-card-shoppingcart{
    font-size: smaller;
  }
  .price-shoppingcart{
    font-size: smaller;
  }
}
.paginate-blog {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 52px;
  border-radius: 10px;
  width: max-content;
}
.paginate-blog .next, .paginate-blog .prev {
  width: max-content;
  padding: 0 12px;
}
.paginate-blog a, .paginate-blog span {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 6px;
  text-align: center;
  border-radius: 5px;
}
.paginate-blog .current,.paginate-blog a:hover {
  background: #eee;
}

@media screen and (max-width: 375px) {
  .offers-nav-link {
    font-size: x-small !important;
  }
  .img-services{
    width: 100% !important;
  }
  .media-article-img {
    width: 45px !important;
    height: 25px !important;
  }

  .navbar-img {
    height: 40px !important;
    border-radius: 18px !important;
  }

  .slider-scroll .next,
  .slider-scroll .prev {
    line-height: 19px;
    width: 19px;
  }

  .aboute-maintext,
  .accordion-text {
    font-size: x-small;
  }

  .accordion:after {
    font-size: 13px !important;
  }

  .active:after {
    font-size: 13px !important;
  }

  .accordion {
    font-size: small !important;
  }

  .btn-paginate {
    font-size: 10px;
  }

  .contactus-intro {
    padding-top: 60px !important;
  }

  .contactus-img {
    position: relative;
    bottom: 110px !important;
  }
  #contactus-icon{
    font-size: 35px !important;
  }
  .contact-end-card-title{
    font-size: medium;
  }
  .contact-end-card-list> li{
      font-size: small;
  }
  .main-contact-img{
    top: 40px !important;
  }
  .maincontact-inro{
    padding-top: 120px;
  }
  .wallet-number{
    font-size: medium;
  }
  .title-pay{
    font-size: medium;
  }
  .text-address{
    font-size: x-small;
  }
  #address-icon{
    font-size: 10px !important;
  }
  .alert-checkout{
    font-size: smaller;
  }
  .title-card-shoppingcart{
    font-size: smaller;
  }
  .subtitle-card-shoppingcart{
    font-size: x-small;
  }
  .price-shoppingcart{
    font-size: small;
  }
}

@media screen and (max-width: 320px) {
  .service-title {
    font-size: 13px !important;
  }
  .img-services{
    width: 110% !important;
  }
  .service-subtitle {
    font-size: 9px !important;
  }

  .media-article-img {
    width: 45px !important;
    height: 25px !important;
  }

  .tab button {
    padding: 5px 8px;
  }

  .box-slides {
    padding: 0px 0px 0 0px !important;
  }

  .accordion:after {

    font-size: 11px !important;

  }

  .active:after {

    font-size: 11px !important;

  }

  .products-title {
    font-size: xx-small;
  }

  .contactus-intro {
    padding-top: 40px !important;
  }

  .contactus-img {
    position: relative;
    bottom: 75px !important;
  }
  .maincontact-inro{
    padding-top: 110px;
  }
  .address-title{
    font-size: smaller;
  }
  .address-subtitle{
    font-size: x-small;
  }
  .steps-box-title{
    font-size: medium;
  }
}


/*aboute*/
.border-img-aboute {
  border-radius: 20px;
}

.aboute-text {
  border-radius: 20px;
}

.accordion {
  background-color: #f0efef;
  color: black;
  cursor: pointer;
  padding: 10px 30px 15px 15px;
  width: 100%;
  text-align: right;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 10px;
  direction: rtl;
  border-radius: 10px;
  font-size: medium;
}

.accordion:focus {
  outline: none;
}

.accordion:after {
  content: '\25BC';
  font-size: 15px;
  font-weight: bold;
  color: gray;
  float: left;
  margin-left: 5px;
}

.accordionactive:after {
  content: "\25B2";
  font-size: 15px;
  font-weight: bold;
  color: gray;


}

.accordionactive,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*products*/
.border-product {
  border-radius: 10px;
}

.btn-products {
  background-color: #dfdbf6;
  border-radius: 9px;
}

.btn-products:hover {
  background-color: #d0cbebe3;
}

.btn-paginate-active {
  background-color: #dfdbf6;
}

.btn-paginate-active:hover {
  background-color: #bdb8dae3 !important;
}

.btn-paginate:hover {
  background-color: #dfdbf6;
}

/*singup*/
.singup-container {
  display: flex;
  align-items: center;
}

.singup-body {
  border-radius: 15px;
  height: 700px;
}

#main-singup {
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
}

.singup-container {
  flex: 1;
  height: 600px;
  border-radius: 15px;
  width: 100%;
  background: url(../img/sign\ up.jpg);
  object-fit: contain;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

.form-singup-bg {
  background-color: #e7f1fb;
  border: none;
  border-radius: 5px;
}

.btn-singup {
  border-radius: 9px;
}

/*footer*/

.footer-right,
.footer-left {
  position: relative;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  padding: 2em;
}
.footer-right a,
.footer-left a {
  color: inherit;
}

.footer-right a:hover,
.footer-left a:hover {
  color: #ffd600;
}

.footer-right {
  background-color: #444253;
  background-image: url("../img/RoundedRect.png");
  background-repeat: no-repeat;
  background-position: center -2%;
  background-size: 40%;
}

.footer-title {
  width: 100%;
  font-size: 16px;
  padding: .5em 0;
  border-bottom: 2px solid #ffd600;
}

@media screen and (min-width: 48em) {
  .footer-title {
    width: 70%;
    font-size: 20px;
  }
}

footer .menu-item a {
  padding: .4em 0;
  display: block;
}
footer .sub-menu {
  display: none
}

.footer-list-item::before {
  content: " ";
  display: inline-block;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}


.social-list {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: .5em 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: -6%;
  transform: translateX(-50%);
}

.social-list-item {
  text-align: center;
}
.social-list-link {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background-color: #514f5f;
  border-radius: 50%;
  margin: 0 .25em;
  padding: 7px;
}
.footer-left {
  background-color: #514f5f;
  background-image: url("../img/Rounded Rectangle 14 copy 2.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 75%;
}

@media screen and (min-width: 48em) {

  .footer-left {
    background-size: 40%;
  }
}

.namad-list-item img {
  width: 60%;
  display: inline-block;
  text-align: center;
}

.copy {
  color: rgba(255, 255, 255, 0.7);
}

#login {
  display: none;
}

/*contactus*/
.main-contact-img{
  position: relative;
  top: 120px;
  z-index: 10;
}


.contact-line {
  background-color: #d7d7d7;
}

.contact-card-text {
  color: #666666;
}
.contact-card-sm-title {
  color: #666666;
}

.contact-card-sm-text {
  color: #666666;
}

.contact-card-lg-title {
  color: #666666;
}

.contact-card-lg-text {
  color: #666666;
}
img{
  object-fit: contain;
}
.img-header-banner{
  width: 100% !important;
}
.media-article-body{
  font-size: small;
}
/*dashbord*/
.border-dashbord{
  border-radius: 15px;
}
.main-profile{
  width: 35%;
}
.list-item-dashbord{
  font-size: 19px;
}
.active-dashboard{
  background-color: white;
}
.tab-content-dashboard:nth-child(1){
  display: block;
}
.tab-content-dashboard{
  display: none;
}
.tab-dashboard-card{
  background-color: #dc6ff0;
  border-radius: 15px;
}
.tab-dashboard-card-subtitle{
  font-size: small;
}
.tab-dashboard-card-cotainernumber{
  border-radius: 50%;
}
.tab-dashboard-card-mainnumber{
  font-size: xx-large;
  font-weight: bold;
  color: #dc6ff0;
}
.tab-dashboard-card-2{
  background-color: #81b666;
  border-radius: 15px;
}
.tab-dashboard-card-mainnumber-2{
  font-size: xx-large;
  font-weight: bold;
  color: #81b666;
}
.tab-dashboard-card-3{
  background-color: #f1b728;
  border-radius: 15px;
}
.tab-dashboard-card-mainnumber-3{
  font-size: xx-large;
  font-weight: bold;
  color: #f1b728;
}
.tab-dashboard-card-4{
  background-color: #bf687b;
  border-radius: 15px;
}
.tab-dashboard-card-mainnumber-4{
  font-size: x-large;
  font-weight: bold;
  color: #bf687b;
}
.tab-dashboard-card-walletnumber{
  border-radius: 50px;
}
.wallet-n{
  color: #bf687b;
}
.media-dashboard{
  box-shadow: 0 4px 8px 0 #f7f7f7, 0 6px 20px 0 rgb(224, 220, 220);
}
.scrollbar-dashboard{
  height: 174px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.border-btn-wallet{
  border-radius: 15px;
}
#icon-btn-wallet{
  font-size: x-large !important;
}
.border-wallet{
  border-radius: 15px;
}
.container-pay{
  height: 350px;
}
.orders-card{
  box-shadow: 0 4px 8px 0 #f7f7f7, 0 6px 20px 0 rgb(224, 220, 220);
}
.box-address{
  box-shadow: 0 4px 8px 0 #f7f7f7, 0 6px 20px 0 rgb(224, 220, 220);
}
#address-icon{
  font-size: 30px;
  cursor: pointer;
}
.text-address{
  cursor: pointer;
}
.form-dashboard-bg{
  background-color: #eaedf2;
  border: none;
  border-radius: 10px;
}
.btn-account{
  background-color: #454253;
  color: #fafafa;
  border-radius: 10px;
  padding: 11px 10px;
}
.btn-account:hover{
  color: #fafafa;
  background-color: #3b3849;
}
/*archiveblog*/
.card-blog{
  border: none;
  border-radius: 10px;
}
.img-card-blog{
  border-radius: 5px;
}
.subtitle-card-blog{
  font-size: smaller !important;
}
.btn-blog{
  background-color: #add7e5;
  font-size: small;
  border-radius: 8px;
}
.btn-blog:hover{
  background-color: #9fcfdf;
}
.badge-blog{
  background-color: #ededed;
  font-weight: normal;
  color: #000;
}
.captcha-img{
  border-radius: 20px;
}
.form-blog-bg{
  background-color: #efefef;
  border: none !important;
  border-radius: 10px;
}
.form-blog-bg:focus{
  background-color: #efefef;
}
input.form-blog-bg{
  height: 50px;
}
.btn-blog-form{
  background-color: #454253;
  color: white;
  border-radius: 9px;
  padding: 10px 60px;
}
.btn-blog-form:hover{
  color: white;
  background-color: #3c3949;
}
/*support*/
.border-support-txt{
  border-radius: 15px;
}
.list-support-item{
  list-style: disc;
}
.steps{
  border-radius: 15px;
  border: 4px solid #b7b7b7;
}
.steps-number{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #949494;
  border-radius: 50%;
  color: #949494;
}
.text-step{
  color: #777779;
}
.text-step p{
  margin: 0;
}
.steps-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #949494;
  border-radius: 50%;
  color: #949494;
}
.border-support{
  border-radius: 15px;
}
.steps-box{
  border: 3px solid #bdbdbd;
  
  border-radius: 14px;
}
#steps-box-icon-g{
  color: #e7ce36;
}
#steps-box-icon-t{
  color: #d1cfcd;
}
.bg-level{
  background-color: #aed5e5;
  border-radius: 9px;
}
.bg-level:hover{
  background-color: #a5ccdb;
  cursor: pointer;
}
.btn-steps{
  padding: 10px 70px;
  border-radius: 10px;
}
/*checkoute*/
.border-title{
  border-radius: 13px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '\003E' !important;
}
.alert-checkout{
  background-color: #a1c2e5;
  border-radius: 12px;
}
#alert-checkout-icon{
  cursor: pointer;
}
.card-checkout{
  border-radius: 18px;
}
.form-checkout{
  background-color: #e7f0f9;
  border: none;
  height: 45px;
  border-radius: 10px;
}
.bg-card-body-checkout{
  background-color: #f2f0f1;
  border-radius: 13px;
}
.card-checkout-name{
  font-size: small;
}
.raidio-bank:focus{
  border: none !important;
  outline: none !important;
}
.raidio-bank{
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.btn-checkout{
  background-color: #454255;
  color: #e9e7f2;
  border-radius: 12px;
  transition: 0.5s ease-in-out;

}
.btn-checkout:hover{
  color: #e9e7f2;
  background-color: #514f5f;
}
/*shoppingcart*/
.sum-shoppingcart{
  background-color: #a1c2e5;
  border-radius: 12px;
}
.card-shoppingcart{
  border-radius: 12px;
}
.btn-del-shoppingcart{
  border-radius: 9px;
}
.btn-shoppingcart{
  padding: 11px 1px;
  background-color: #afd6e5;
  border-radius: 11px;
}
.btn-shoppingcart:hover{
  background-color: #a1d0e2 !important;
}
.form-shoppingcart{
  background-color: #eedcdc;
  border: 0;
  border-radius: 11px;
}
.form-shoppingcart:focus{
  background-color: #eedcdc !important; 
}
.icon-socials {
  cursor: pointer;
  font-size: 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: -2px 5px 0;
}
#facebook-icon:hover{
  color: rgb(77, 77, 250);
  transition: 0.5s all ease-in-out;
}
#twitter-icon:hover{
  color: rgb(102, 176, 205);
  transition: 0.5s all ease-in-out;
}
#linkedin-icon:hover{
  color: rgb(79, 119, 179);
  transition: 0.5s all ease-in-out;
}
.short-link{
  font-size: small;
}
.pass-file{
  border: 1px solid #343a40;
  border-radius: 8px;
}
.tab-downloadlist{
  border-radius: 20px 20px 1px 1px;
  background-color: #f0efef;
  cursor: pointer;
}
.active-downloadlistlink{
  border-radius: 20px 20px 1px 1px;
  background-color: #e5f4fb;
}
.tabcontent-downloadlist{
  border: 3px solid #e5f4fb;
  border-radius: 10px;
}
.bg-bluespcial{
  background-color: #e5f4fb;
}
.tab-downloadlist-content{
  display: none;
}
.tab-downloadlist-content:nth-child(1){
  display: inline;
}
.card-content {
  border-radius: 13px;
}
.badge-blog{
  background-color: #ededed;
  font-weight: normal;
  color: #000;
}
.captcha-img{
  border-radius: 20px;
}
.form-blog-bg{
  background-color: #efefef;
  border: none !important;
  border-radius: 10px;
}
.form-blog-bg:focus{
  background-color: #efefef;
}
input.form-blog-bg{
  height: 50px;
}
.btn-file {
  border-radius: 7px !important;
}
.btn-blog-form{
  background-color: #454253;
  color: white;
  border-radius: 9px;
  padding: 10px 60px;
}
.btn-blog-form:hover{
  color: white;
  background-color: #3c3949;
}




  /*footer*/

.footer-right,
.footer-left {
  position: relative;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  padding: 2em;
}

@media screen and (min-width: 48em) {

  .footer-right,
  .footer-left {
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 5em 3em 0;
  }
}

.footer-right a,
.footer-left a {
  color: inherit;
}

.footer-right a:hover,
.footer-left a:hover {
  color: #ffd600;
}

.footer-right {
  background-color: #444253;
  background-image: url("../img/RoundedRect.png");
  background-repeat: no-repeat;
  background-position: center -2%;
  background-size: 40%;
}

@media screen and (min-width: 48em) {
  .footer-right {
    background-image: url("../img/RoundedRect.png");
    background-position: center -1%;
    background-size: 20%;
  }
}

.go-top {
  position: absolute;
  left: 50%;
  top: -4%;
  transform: translateX(-50%);
  background-color: #444253;
  border-radius: 50%;
  padding: .25em .75em;
}

.footer-title {
  width: 100%;
  font-size: 16px;
  padding: .5em 0;
  border-bottom: 2px solid #ffd600;
}

@media screen and (min-width: 48em) {
  .footer-title {
    width: 70%;
    font-size: 20px;
  }
}


.footer-list-item {
  padding: .5em 0;
}

.footer-list-item::before {
  content: " ";
  display: inline-block;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}


.footer-left {
  background-color: #514f5f;
  background-image: url("../img/Rounded Rectangle 14 copy 2.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 75%;
}

@media screen and (min-width: 48em) {

  .footer-left {
    background-size: 40%;
  }
}

.namad-list-item img {
  width: 60%;
  display: inline-block;
  text-align: center;
}


.copy {
  color: rgba(255, 255, 255, 0.7);
}

#login {
  display: none;
}

/*contactus*/
.main-contact{
  padding-top: 250px;
}
.img-contact {
  position: relative;
  padding: 30px;
}
.img-contact img {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: -35px;
}
.contact-line {
  background-color: #d7d7d7;
}

.contact-card-text {
  color: #666666;
}
.contact-card-sm-title {
  color: #666666;
}

.contact-card-sm-text {
  color: #666666;
}

.contact-card-lg-title {
  color: #666666;
}

.contact-card-lg-text {
  color: #666666;
}
img{
  object-fit: contain;
}
.img-header-banner{
  width: 100% !important;
}

.team .swiper-button-next, .team .swiper-button-prev {
  color: #212529;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  cursor: pointer;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: #d3c3da36;
}
.team .swiper-button-next::after, .team .swiper-rtl .swiper-button-prev::after {
  content: " " !important;
}


.media-article-body{
  font-size: small;
}
/*# sourceMappingURL=Main.css.map */
.comments_list .comment .comment-respond {
	border:1px solid #e4e1e3;
	border-radius:4px;
	padding:1em 1em 0;
	margin:20px 50px 12px 0
}
.comments-area .comment-reply-title {
  font-size: 16px;
}
.comments_list .comment .comment-respond .comment-reply-title {
  font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.comment-form .form-submit {
  display: flex;
  justify-content: end;
}

.comment-list .comment .comment-body{
  position: relative;
  margin-bottom: 12px;
}
.comment-list .comment .comment-author .avatar {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-left: 10px;
}
.comment-list .comment .comment-author .fn {
  display: inline-block;
  position: relative;
  font-size: 12px;
  top: -10px;
}
.comment-list .comment .comment-author .says {
  display: none;
}
.comment-list .comment .comment-metadata {
  margin-right: 52px;
  margin-top: -20px;
  margin-bottom: 12px;
  font-size: 12px;
}
.comment-list .comment .comment-content {
  padding: 12px;
  background: #efefef;
  border-radius: 7px;
  margin-right: 50px;
}
.comment-list .comment .comment-content p {
  margin-bottom: 0;
}
.comment-list .comment .reply {
  position: absolute;
  top: 5px;
  left: 0px;
}
.comment-list .comment .reply .comment-reply-link {
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #efefef;
  border-radius: 8px;
}
/**/
.box-download-single .tab-content {
  box-shadow: 0 0 15px #00000015;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.box-download-single .nav-link {
  background: #eee;
  border-radius: 12px 12px 0 0;
  font-weight: bold;
}
.box-download-single .nav-link.active {
  position: relative;
  z-index: 1;
  background: #e3f4f9;
  box-shadow: 0 -5px 15px -5px #00000015;
}
.box-download-single .item-download-st .name-item-download-st {
  background: #e3f4f9;
}
.box-download-single .item-download-st .link-item-download-st span{
  color: #5f8bb7;
}