/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #222;
  background: #ffffff;
  text-align: -webkit-center;

}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0 0;
  background-color:#ffffff; 
}


#header .logo a {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.my-user{
	font-size: 40px;
    border: solid 2px #adb5bd;
    border-radius: 100px;
    color: #adb5bd;
}
.navbar {
  padding: 0;
  background:#ffffff;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #213c43;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 25px;
  line-height: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;  
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500; 
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 45px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 10px 0;
    background-color: #323057;
    width: 92%;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible; 
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 55px 0;
  margin: 10px;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

@media (min-width:1025px){
	section{
		max-width:480px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 40%;		
		background: #ffffff;
	}
	body {
	  font-family: "Open Sans", sans-serif;
	  color: #222;
	  background: #f1f3f4;
	  text-align: -webkit-center;

}
	
}
.top-img{
    width: 100%;
    padding: 55px;
}
.fixed-bottom-my{
	/* position: fixed; */
	position: relative;
    right: 0;
    /* bottom: 0; */
     bottom: -55px; 
    left: 0; 
    z-index: 10;
	
	border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    padding: 11px;

}
.my-text-color{
	color: #bb20f6 !important;
}
.my-text-color2{
	color: #213c43 !important;
}
.text-fon-20{
	font-size: 20px;
    color: #bb20f6;
    font-weight: 600;
	
}
.text-fon-16{
	font-size: 16px;
    color: #111111;
}
.mr-10{
	margin-right: 10px;
}
.my-input-box{
	background: #fff;
    border-right: 0px;
}
.my-input-box2{
	background: #fff;
}
.my-input-box2:focus {    
    outline: 0;
    box-shadow: none;
} 
.btn-primary{
	background-color: rgb(24 61 69);
}
.text-center{
	text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.fw700{
	font-weight: 700;
}
.card-small {
    padding: 0px 10px;
   /*  background: #ddd; */
    box-shadow: 1px 1px;
    border-radius: 15px;
}
.user-photo{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
div.scrollmenu {    
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
}
.item-offer {
    height: 150px;
    width: 280px;
    border-radius: 15px;
}
.p10{
	padding:10px;
	background: #fff;
}
.card-bg-color {
    background-image: linear-gradient(181deg, #0c3a46, #2f6270);
	border-radius: 20px;
}
.mmn100{
    width: 100px;
}
.fs-12{font-size: 12px;}
.mmn130{
    width: 130px;
}
.mmn{
    padding: 19px;
	background-image: linear-gradient(181deg, #0c3a46, #2f6270);
	border-radius: 10px;
}

.mmn-djc{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.djc{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.my-btn{
    font-size: 12px;
    background: #fff;
    color: #213c43 !important;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 55px;
}
.wellat-r{
    font-size: 30px;
    color: #213c43;
    padding: 0px 7px;
    background: #fff;
    border-radius: 100px;
	margin-right: 5px;
}
.my-hr {
    border-bottom: dashed 2px #ffffff;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.mb-80 {
    margin-bottom: 80px;
   /*  background: #25ff001f; */
    padding: 10px 8px;
}
.mb-80-all {
    margin-bottom: 80px;   
}
.baner-height{
	height: 180px;
	border-radius: 15px;
}
.baner-Brands-height{
	height: auto;
	border-radius: 10px;
}
.sell-earn{
	border: solid 1px #ddd;
    box-shadow: 1px 1px;
    padding: 10px;
    border-radius: 15px;
}
.partners-baner-Brands{
	height: 82.9px;
	border-radius: 10px;
}
.partners{
	border: solid 1px #ddd;
    box-shadow: 1px 1px;
    padding: 2px;
    border-radius: 15px;
}
.iconc{
	width: 36px;
	height: 36px;
}
.br15{	
    border-radius: 15px;
}

.catagori{
	color: #000;
    font-weight: bold;
}
.categories{
   display: list-item;    
 } 

.sell-earn-icon{	
    font-size: 30px;
    color: #213c43;
    padding: 0px 7px;
    background: #fff;
    border-radius: 100px;    
}
.back-btn{	
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.b-p10{
	padding: 0px 10px;
}

.color-red{
	color:red;
}