.navbar
{
    z-index: 9999999;
}
/* .navbar>.container
{
    flex-wrap: nowrap !important;
} */
.navbar-brand img
{
    width: 50%;
}
/* .form-select
{
    width: 15% !important;
    margin: 0.8rem 1rem !important;
} */
.selling_page 
{
    border-style:solid ;
    border-width: 5px;
    border-top-color: #23e5db;
    border-left-color: #ffce32;
    border-right-color: #3a77ff;
    border-bottom-color: #3a77ff;
    border-radius: 30px;
    background-color: white;
}
.data-profile
{
    list-style: none;
}
.data-profile li
{
    display: inline-block;
}
/* <!-- =============================== * nav-dropdown * ============================================ --> */
/* .nav-dropdown
{
    margin-top: 7rem;
} */
.dropdown-list
{
    list-style: none;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.dropdown-list li
{
    display: inline-block;
}
/* Dropdown Button */
.dropbtn {
    color: black;
    background-color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    border: none;
  }
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  /* .dropdown-menu
  {
    z-index: 9999;
  } */
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: start;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    /* left: 100%;
    transform: translateX(-100%); */
  }
  .dropdown-content-list
  {
    position: absolute;
    right: 0;
    min-width: 250%;
  }
  .dropdown-item:hover
  {
    background-color: #fff !important;
  }
  .text-Categories
  {
    color: black;
    font-size: 16px;
    font-weight: 700;
  }
  .text-Category
  {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 3px 50px 5px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  .content a
  {
    padding: 3px 15px 5px 50px;
  }
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {color: #0000EE;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(9,auto);    column-gap: 2rem;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {color:#0000EE; text-decoration: underline;}
/* <!-- =============================== * ad 1 * ============================================ --> */
.ad_img img{
    width: 100%;
    position: relative;
    z-index: -1;
}
.ad_img{
    width: 100%;
    margin: auto;
    margin-top: 35px;
    height: 200px;
    position: relative;
}
.ad_img i{
    position: absolute;
    top: 0%;
    right: 1%;
    z-index: 1;
    cursor: pointer;
}
.ads-form
{
    margin-bottom: 1rem;
}
.form-ads
{
    border: 1px solid #ced4da;
    padding: 2rem;
    border-radius: 10px;
}
.butn-form
{
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 5px;
    margin-right: .5rem;
}
.title-head-form
{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.title-form
{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.butn-post
{
    background-color: #231d50;
    border: 1px solid #231d50;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 3px;
}
/* =============================== * product * ============================================ */
.title-top
{
    text-align: start;
    font-size: 25px;
    font-weight: 500;
}
.product-info
{
    text-decoration: none !important;
    color: black !important;
}
.card-body h5
{
    text-align: start;
}
.product-item
{
    text-align: start;
}
.load-more
{
    border: 2px solid black;
    background-color: #fff;
    border-radius: .5rem;
    padding: .5rem 1rem;
    font-size: 18px;
    font-weight: 600;
    transition: all .1s;
}
.load-more:hover
{
    border: 4px solid black;
    background-color: #fff;
    border-radius: .5rem;
    padding: .5rem 1rem;
    font-size: 18px;
    font-weight: 600;
}
/* <!-- =============================== * lode more * ============================================ --> */
.LOde_more button{
    margin: 50px auto;
    padding: 8px 16px ;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
    display: block;
    transition: all 0.5s;
    border: 2px solid black;
}
.LOde_more button:hover{
    border: 4px solid black;
}
#lode_more_products_id{
   display: none;
}
/* <!-- =============================== * ad 2 * ============================================ --> */
.ads_img2{
    margin: auto;
    margin-top: 35px;
    position: relative;
}
.ads_img2 img{
    position: relative;
    z-index: 1;
    /* border: 1px solid black; */
}
.ads_img2 i{
    border: none;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 2;
    cursor: pointer;
}
.card-title
{
    font-size: 25px;
    font-weight: 600;
}
.card-text
{
    /* margin-top: 2rem; */
    font-size: 18px;
}
/* <!-- =============================== * downlode * ============================================ --> */
.downlode_app{
    background-color: #f7f8f9;
}
.downlode{
    margin: 20px 0 0 0;

}
.imges{
    width: 100%;
}
.text{
    border-left: 2px solid #cacdce;
}
.text h1{
    padding: 20px 20px 10px 20px ;
    font-size: 35px;
}
.text p{
    padding: 10px 20px 20px 20px;
    font-size: 20px;
}
.downlode_store p{
    padding: 20px 20px 0 0;
    font-weight: bold;
    font-size: 17px;
}
.downlode_store{
    /* padding-left: 30px; */
    margin-bottom: 1rem;
}
.downlode_store img{
  width: 140px;
  padding-left: 5px;
  cursor: pointer;
}
/* <!-- =============================== * footer * ============================================ --> */
.Main_footer{
    background-color: #ebeeef;
}
.footer-bg
{
    padding: 1.6rem 0;
    background-color: #231d50;
    color: #fff;
    text-align: right;
}
.footer_box
{
    margin: 1rem auto;
}
.footer_box h2{
    font-size: 17px;
    margin: 10px 0 15px 0;
    cursor: pointer;
}
.footer_box p{
    margin: 8px 0 8px 0;
    cursor: pointer;
}
.list-icon
{
    padding: 0;
    list-style: none;
}
.list-icon li
{
    display: inline-block;
    padding: 0 8px;
}
.list-app
{
    margin-right: 3rem;
}
.list-app img
{
    width: 100px;
    padding: 0 4px;
    /* margin: auto; */
}
.list-app-ar
{
    margin-left: 3rem;
}
.list-app-ar img
{
    width: 100px;
    padding: 0 4px;
    /* margin: auto; */
}
/* <!-- =============================== * Login * ============================================ --> */
.main-header
{
    margin: 3rem auto;
}
.form-login
{
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 1rem;
    height: auto;
}
.title-login
{
    font-size: 18px;
    font-weight: 600;
}
.input-group span
{
    background-color: #231d50;
    color: #fff;
}
.buton-login a
{
    display: block;
}
.buton1
{
    background-color: #231d50;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.5rem 5rem;
    margin: 0.5rem;
    font-size: 20px;
}
.bg-image-form
{
    background-color: #231d50;
    border-radius: 100%;
}
/*=============================== * Detailes * ============================================ -->*/
.product-Detailes
{
    margin-top: 5rem !important;
}
.product-Detailes .card-body
{
 padding: 1rem 2rem !important;
}
.owl-carousel1 .owl-item img
{
    
    width: 100px !important;
    border-radius: 5px;
}
.text-carousel
{
    text-decoration: underline;
    text-align: center;
}
.text-Recently .card-body
{
    padding: 1rem 1rem !important;
}
.butn-save
{
    background-color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
}
.view-filter ul
{
    list-style: none;
}
.view-filter ul li
{
    display: inline-block;
}
.butn-li
{
    background-color: #fff;
    border: none;
}
.butn-li i
{
    background-color: #c8f8f6;
    border: none;
    border-radius: 100%;
    padding: .6rem;
    transition: all .3s;
}
.butn-li i:hover
{
    background-color: #23e5db;
    border: none;
    border-radius: 100%;
    padding: .6rem;
}
.dropdown-li-list a
{
    color: black;
    text-decoration: none;
}
.Featured-ads
{
    font-size: 18px;
    font-weight: 700;
}
.butn-ads
{
    background-color: #231d50;
    border: 1px solid #231d50;
    color: #fff;
    border-radius: 5px;
    padding: .3rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
}
.grid-table-card .card-body
{
    padding: 1rem 1rem !important;
}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
/*======================================
   Start Shop Sidebar CSS
========================================*/
.shop-sidebar .single-widget {
	/* margin-top: 30px; */
    margin-bottom: 30px;
	background: #F6F7FB;
	padding: 30px;
}
.shop-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
/* Shop Price */
.shop .range .price-filter {
	display: block;
	margin-top: 20px;
}
.shop .range #slider-range {
	box-shadow: none;
	border: none;
	height: 4px;
	background: black;
	color: black;
	border-radius: 0px;
}
.shop .range #slider-range .ui-slider-range {
	box-shadow: none;
	background: #222;
	border-radius: 0px;
	border: none;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	width: 14px;
	height: 14px;
	line-height: 10px;
	background: #222;
	border: none;
	border-radius: 100%;
	top: -5px;
}
.shop .range .label-input {
	margin-top: 15px;
}
.shop .range .label-input span{
	margin-right:5px;
	color:#282828;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	background: black;
	color: black;
	cursor:pointer;
}
.shop .range .label-input input {
	border: none;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #222;
	background: transparent;
}
.check-box-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.check-box-sidebar
{
    list-style: none;
}
.check-box-sidebar li
{
    margin: 1rem auto;
}
.title-box-list
{
    color: black;
}
.check-box-list a
{
    /* color: black; */
    font-size: 18px;
    font-weight: 600;
}
.check-box-list li

.shop .range .check-box-list {
	margin-top: 15px;
}
.shop .range .check-box-list li:last-child{
	margin:0;
}
.shop .range .check-box-list li label input {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
}
.shop .range .check-box-list li label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color:#333;
	cursor:pointer;
}
.shop .range .check-box-list .count{
	margin-left:5px;
	color:#666;
}
/* Category List */
.shop-sidebar .categor-list {
	margin-top: 10px;
}

.shop-sidebar .categor-list li {
	margin-bottom: 10px;
}
.shop-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.shop-sidebar .categor-list li a {
	display: inline-block;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}
.shop-sidebar .categor-list li a:hover{
	color: black;
}
/* Recent Post */
.single-post a
{
    color: black;
}
/* Shop Topbar */
.shop .shop-top {
	clear: both;
	background: #f6f7fb;
	padding: 18px 20px 50px 20px;
}
.shop .shop-shorter {
	float: left;
}
.shop .single-shorter {
	display: inline-block;
	margin-right: 10px;
}
.shop .single-shorter:last-child{
	margin:0;
}
.shop .single-shorter label {
	display: inline-block;
	/* float: left; */
	margin: 4px 5px 0 0;
	font-weight:500;
}
.shop .nice-select {
	clear: initial;
	display: inline-block;
	margin: 0;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	height: auto;
	width: auto;
	border-radius: 0px;
}
.shop .nice-select::after{
	border-color:#888;
}
.shop .nice-select .list {
	border-radius:0px;
}
.shop .nice-select .option.selected {
	font-weight: 500;
}
.shop .nice-select .list li{
	color:#666;
	border-radius:0px;
}
.shop .nice-select .list li:hover{
	background:black;
	color:#fff;
}
.shop .view-mode {
	float: right;
}
.shop .view-mode li {
	display: inline-block;
	margin-right: 5px;
}
.shop .view-mode li:last-child{
	margin:0;
}
.shop .view-mode li a {
	width: 43px;
	height: 32px;
	background: transparent;
	border: 1px solid #77777775;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #888;
	border-radius: 0px;
}
.shop .view-mode li.active a,
.shop .view-mode li:hover a {
	background: black;
	color:#fff;
	border-color:transparent;
}
/* Category List */
.categor-list
{
    list-style: none;
}
.categor-list li a
{
    text-decoration: none;
}
.single-widget a
{
    text-decoration: none;
}
/* .image-detailes
{
    width: 100%;
    height: 55%;
}
.image-detailes img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/*======================================
   End Shop Sidebar CSS
========================================*/
.terms-of , .privacy
{
    margin: 2rem auto;
}
.term-ul ul
{
    list-style: none;
}
.term-ul ul li
{
    font-weight: 700;
    list-style: decimal;
}
.user-list
{
    width: 300px;
}
.user-info
{
    text-align: right;
    margin: .5rem;
}
.user-image i
{
    color: #231d50;
    margin-right: 1rem;
}
.user-info a
{
    color: black;
}
.data-user li
{
    display: table;
}
.icon-logout i
{
    transform: rotate(-180deg);
}
.butn-edit-profile
{
    background-color: #fff;
    border: 2px solid #231d50;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    padding: .5rem 8rem;
    margin: .5rem auto;
}
.butn-save-change
{
    background-color: #231d50;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 5px;
}
.delete-account
{
    border: 1px solid #ced4da;
    padding: 3rem;
    border-radius: 10px;
}
/* .bar-ads ul li
{
    list-style: none;
    display: inline-block;
    padding: 0 1rem;
    font-size: 20px;
    font-weight: 700;
} */
.bar-ads  a
{
    margin: 0 1rem;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #000;
}
.myads-butuns
{
    display: flex;
}
.myads-butn
{
    background-color: #fff;
    border: 1px solid #000;
    /* padding: .5rem 1rem; */
    border-radius: 5px;
}
.bg-date
{
    background-color: #f7f8f8;
     width: 24%;
    padding: 1rem;
    text-align: center;
}
.details-ads p
{
    font-size: 16px;
    font-weight: 700;
}
.icon-ellipsis
{
    cursor: pointer;
    position: relative;
}
.list-icon-ellipsis ul li
{
    list-style: none;
    margin: .5rem 0;
    padding: .5rem 1.6rem;
    font-size: 18px;
    transition: background-color .15s;
}
.list-icon-ellipsis
{
    position: absolute;
    right: 0;
    z-index: 999999;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0.1rem 0.3rem 0 rgb(0 47 52 / 20%), 0 0.1rem 0.3rem 0 rgb(0 47 52 / 20%);
    text-align: start;
    display: none;
}
.list-icon-ellipsis ul li:hover
{
    background-color: #231d50;
    color: #fff;
    padding: .5rem 1.6rem;
    
}
.bg-myads-detail img
{
    width: 50%;
    height: 50%;
}
.bg-myads-detail
{
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #000;
}
.text-myads-detail
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin: 1rem auto;
    padding: 1rem;
}
.text1
{
    font-size: 20px;
    font-weight: 700;
}
td
{
    border-bottom-width: 0 !important;
} 
.price , .safety , .posted
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 1rem;
}
.select-option
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 1rem;
}
.butn-select
{
    background-color: #231d50;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 5px;
}
.title-price
{
    font-size: 12px;
}
.breadcrumb-item a
{
    text-decoration: none;
    color: rgba(0,47,52,.64);
}
.title-settings
{
    font-size: 20px;
    font-weight: 700;
}
.billi-info
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 5rem;
    margin-bottom: 3rem;
}
.billi-info img
{
    width: 15%;
}
.Bought-Packages
{
    margin-bottom: 3rem;
}
.Bought-Packages ul li
{
    border-bottom: .2rem solid #000;
}
.Bought-Packages ul li
{
    display: inline;
    margin: 0 1rem;
}
.Bought-Packages a
{
    text-decoration: none;
    color: #000;
}
.Bought-Packages a:hover
{
    color: #000;
}
.Bought-Packages img
{
    width: 15%;
}
.Address
{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 1rem;
}
.myads-butns button
{
    margin: 1rem .5rem;
}

/* <!-- =============================== * chat-page * ============================================ --> */
.chat-box
{
    border: 1px solid #ced4da;
    /* border-radius: 5px; */
}
.bg-inbox
{
    background-color: #ebeeef;
    padding: 1rem;
}
.butn-masseg a
{
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 0.3rem 1.2rem;
    border-radius: 1.4rem;
}
.butn-masseg a:hover
{
    color: #000;
}
.chat {
	margin-top: auto;
	margin-bottom: auto;
}

.card {
	border-radius: 15px !important;
	/* background-color: rgba(0, 0, 0, 0.4) !important; */
}

.contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}

.msg_card_body {
	overflow-y: auto;
}

.card-header {
	/* border-radius: 15px 15px 0 0 !important; */
    background-color: #ced4da !important;
	border-bottom: 0 !important;
}

.card-footer {
	/* border-radius: 0 0 15px 15px !important; */
    background-color: #ced4da !important;
	border-top: 0 !important;
}

.container {
	align-content: center;
}

.search {
	border-radius: 15px 0 0 15px !important;
	/* background-color: rgba(0, 0, 0, 0.3) !important; */
	border: 0 !important;
	color: black !important;
}

.search:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.type_msg {
	/* background-color: rgba(0, 0, 0, 0.3) !important; */
	border: 0 !important;
	color: black !important;
	height: 60px !important;
	overflow-y: auto;
}

.type_msg:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.attach_btn {
    height: 60px;
	border-radius: 15px 0 0 15px !important;
	background-color: rgb(255, 255, 255) !important;
	border: 0 !important;
	color: black !important;
	cursor: pointer;
}

.send_btn {
    height: 60px;
	border-radius: 0 15px 15px 0 !important;
    background-color: rgb(255, 255, 255) !important;
	border: 0 !important;
	color: black !important;
	cursor: pointer;
}

.search_btn {
    height: 36px;
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.contacts {
	list-style: none;
	padding: 0;
}

.contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}

.active1 {
	background-color: #ced4da;
}

.user_img {
	height: 60px;
	width: 60px;
	border: 1.5px solid #f5f6fa;
}

.user_img_msg {
	height: 40px;
	width: 40px;
	border: 1.5px solid #f5f6fa;
}

.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}

.img_cont_msg {
	height: 40px;
	width: 40px;
}

.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 13px;
	right: 13px;
	border: 1.5px solid white;
}

.offline {
	background-color: #c23616 !important;
}

.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}

.user_info span {
	font-size: 20px;
	color: black;
}

.user_info p {
	font-size: 10px;
	color: rgba(0, 0, 0, 0.4);
}

.video_cam {
	margin-left: 50px;
	margin-top: 5px;
}

.video_cam span {
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}

.msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #82ccdd;
	padding: 10px;
	position: relative;
}

.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 25px;
	background-color: #78e08f;
	padding: 10px;
	position: relative;
}

.msg_time {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
}

.msg_time_send {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
}

.msg_head {
	position: relative;
}

#action_menu_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	cursor: pointer;
	font-size: 20px;
}

.action_menu {
	z-index: 1;
	position: absolute;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 15px;
	top: 30px;
	right: 15px;
	display: none;
}

.action_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.action_menu ul li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.action_menu ul li i {
	padding-right: 10px;
}

.action_menu ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}


/* width */

::-webkit-scrollbar {
	width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media(max-width: 576px) {
	.contacts_card {
		margin-bottom: 15px !important;
	}
}
/* <!-- =============================== * Responsive * ============================================ --> */
@media (min-width:1024px) and (max-width:1024px) 
{
    .downlode_store img
    {
        width: 75px;
    }
    .list-app img
    {
        width: 75px;
    }
    .ad_img i
    {
        right: 1.2%;
    }
    .image-detailes img
    {
        width: 100%;
    }
}
@media (max-width:1280px) and (min-width:1280px)
{
    .product-Detailes .card-body
    {
        padding: 1rem 3rem !important;
    }
}
@media (max-width:280px)
{
    .downlode_store img
    {
        width: 75px;
    }
    .list-app img
    {
        width: 75px;
    }
    .ad_img i
    {
        right: 4%;
    }
    .image-detailes img
    {
        width: 100%;
    }
    .myads-butn
    {
        font-size: 10px;
    }
    .butn-edit-profile
    {
        padding: 0.5rem 4rem;
    }
    .buton1
    {
        padding: 0.5rem 3rem;
    }
    .form-check-label
    {
        font-size: 10px;
    }
}
@media (min-width:375px) and (max-width:414px)
{
    .downlode_store img
    {
        width: 75px;
    }
    .image-detailes img
    {
        width: 100%;
    }
    .myads-butn
    {
        font-size: 10px;
    }
    .ad_img i
    {
        right: 3%;
    }
}
@media (min-width:414px) and (max-width:540px)
{
    .downlode_store img
    {
        width: 75px;
    }
    .ad_img i
    {
        right: 3%;
    }
    .myads-butn
    {
        font-size: 10px;
    }
}
@media (min-width:768px) and (max-width:912px)
{
    .downlode_store img
    {
        width: 75px;
    }
    .ad_img i
    {
        right: 2%;
    }
}