
 html,
 body {
 	height: 100%;
 	background: #fff;
 	 font-family: "Poppins", sans-serif !important;
 }

button.details-aside-content__button {
    width: 220px;
	    padding: 16px 0;
}

button.details-aside-content__button a {
    color: white;
}
.deal-content__box {
    padding-top: 60px;
}
section.main__about.about {
    padding: 80px 0;
}
.deal__inner {
    border-bottom: 1px solid #efefef;
}
.support__inner {
    justify-content: center;
}
h2.support-content__title {
    width: 80%;
    margin: 30px auto;
    text-align: center;
	font-size: 28px;
    margin-top: 20px;
}
.support__content.support-content h1 {
    color: white;
    font-size: 44px;
    font-weight: 600;
}

section.main__support.support {
    padding: 0px 0;
	    margin-bottom: 0;
}
.header__top.header-top {
	display:none;
}
.header-content__inner {
    padding: 0 30px !important;
}
li.menu-list__item.menu-list__item--categories.circle a {
    width: 40px;
    height: 40px;
    border: 1px solid #898989;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.explore-course {
    padding: 40px 0 100px 0;
}
.explore-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.explore-course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
}
.explore-course-grid-1 {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
        padding: 14px 24px;
    border-radius: 6px;
    border: 2px solid #eef0f6;
    margin-top: 24px;
    transition: .3s all ease;
}
.explore-course-grid-1 span {
    display: block;
}
.gird-1-head h2 {
    font-size: 20px;
    color: #0e1133;
    font-weight: 600;
    margin-bottom: 0;
    transition: .3s all ease;
}
.gird-1-head span {
    font-size: 15px;
    color: #6d6e75;
    font-weight: 500;
    transition: .3s all ease;
}
.explore-course-grid-1 span img {
    width: 40px;
}
a.category {
    color: #2b78da;
    font-size: 16px;
	    font-weight: 600;
}
a.footer-content-box__logo.logo img {
    width: 110px;
}
.footer-content__inner {
    padding: 0 30px !important;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	    gap: 10px;
}
p.footer-bottom__copy a {
    color: #ffffff80;
    text-decoration: underline;
    text-underline-position: from-font;
}
footer.footer {
    padding-top: 70px;
}
.footer__bottom.footer-bottom {
    padding: 20px 0;
}
a.inventory-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.gird-1-head {
    width: 100%;
}








.form-modal{
    position:relative;
    max-width: 600px;
    height:auto;
    margin-top:4em;
	margin-bottom:4em;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    border-radius:18px;
    box-shadow:0 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-modal button{
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size:1em;
    z-index: 2;
    outline: none;
    background:#fff;
    transition:0.2s;
}

.form-modal .btn{
    border-radius: 10px;
    border:none;
    font-weight: bold;
    font-size:1.2em;
     padding: 16px;
    transition:0.5s;
    border:1px solid #ebebeb;
    margin-bottom:0.5em;
    margin-top:0.5em;
}

.form-modal .login , .form-modal .signup{
    background:#387ADF;
    color:#fff;
}

.form-modal .login:hover , .form-modal .signup:hover{
    background:#222;
}

.form-toggle{
    position: relative;
    width:100%;
    height:auto;
}

.form-toggle button{
    width:50%;
    float:left;
        padding: 15px;
    margin-bottom:1.5em;
    border:none;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 600;
    border-radius:12px;
	background:#F6F6F6;
}



#login-toggle{
    background:#387ADF;
    color:#ffff;
}

.form-modal form{
    position: relative;
    width:100%;
    height:auto;
    left:50%;
    transform:translateX(-50%); 
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.3%; 
}

#login-form , #signup-form{
    position:relative;
    width:100%;
    height:auto;
    padding-bottom:1em;
}

#signup-form{
    display: none;
}


#login-form button , #signup-form button{
    width:100%;
        margin-top: 26px;
        padding: 16px;
	text-align: center;
    justify-content: center;
	max-width:100%;
}

.form-modal input{
    position: relative;
    width:100%;
    padding: 0.7em 1.4em 0.7em 1.4em !important;
    margin-top:0.7em;
    margin-bottom:0.7em;
    border-radius: 10px;
    border:none;
    background:#F6F6F6;
    outline:none;
    font-weight: 500;
    font-size: 15px;
    transition:0.3s all ease;
}

.form-modal select{
    position: relative;
    width:100%;
    padding: 0.7em 1.4em 0.7em 1.4em !important;
    margin-top:0.7em;
    margin-bottom:0.7em;
    border-radius: 10px;
    border:none;
    background:#F6F6F6;
    outline:none;
    font-weight: 500;
    font-size: 15px;
    transition:0.3s all ease;
}
.form-modal textarea{
    position: relative;
    width:100%;
    padding: 0.7em 1.4em 0.7em 1.4em !important;
    margin-top:0.7em;
    margin-bottom:0.7em;
    border-radius: 10px;
    border:none;
    background:#F6F6F6;
    outline:none;
    font-weight: 500;
    font-size: 15px;
    transition:0.3s all ease;
	    height: 47px;

}


.form-modal input:focus , .form-modal input:active{
    transform:scaleX(1.02);
}

.form-modal input::-webkit-input-placeholder{
    color:#222;
}

.form-modal select:focus , .form-modal select:active{
    transform:scaleX(1.02);
}

.form-modal select::-webkit-input-placeholder{
    color:#222;
}

.form-modal textarea:focus , .form-modal textarea:active{
    transform:scaleX(1.02);
}

.form-modal textarea::-webkit-input-placeholder{
    color:#222;opacity: 1;
}

.form-modal p{
    font-size:16px;
    font-weight: bold;
}

.form-modal p a{
    color:#387ADF;
    text-decoration: none;
    transition:0.2s;
}

.form-modal p a:hover{
    color:#222;
}


.form-modal i {
    position: absolute;
    left:10%;
    top:50%;
    transform:translateX(-10%) translateY(-50%); 
}

.fa-google{
    color:#dd4b39;
}

.fa-linkedin{
    color:#3b5998;
}

.fa-windows{
    color:#0072c6;
}

.-box-sd-effect:hover{
    box-shadow: 0 4px 8px hsla(210,2%,84%,.2);
}

@media only screen and (max-width:500px){
    .form-modal{
        width:100%;
    }
}

@media only screen and (max-width:400px){
    
}

.form-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.form-modal {
        padding: 36px 36px 32px;
}

.form-modal h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
	line-height: 29px;
}
.form-modal p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}


.form-grid .form-img{
	background-image: url(../images/book-shelf.jpg);
    width: 100%;
       height: 100%;
    background-position: center;
    background-size: contain;
}
.form-img.inventory {
    background-image: url(../images/about-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.checkbox {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
}

.checkbox input {
    width: auto;
    margin: 0;
}

.checkbox p {
    margin: 0;
	 font-size: 15px;
}
ul.footer-content__list.footer-content__list_with_dots {
    flex-direction: row;
    max-width: 100%;
}
li.footer-content__list-item:first-child a:before {
    all: unset;
}
.form-modal.aos-init.aos-animate {
    transform: translateX(-50%);
}
.opt-verify {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.opt-verify input {
    width: 50px;
    height: 50px;
	padding: 12px !important;
    text-align: center;
}
.checkbox.forgot {
    justify-content: right;
}
h1.section-top__title {
    font-size: 40px;
}
p.about-content__text {
    margin-bottom: 10px;
}
button.deal-form__btn.read-more {
    padding: 16px 0;
}

input, textarea, button{
	font-family: "Poppins", sans-serif ;
}

a.footer-bottom__socials-link i {
    color: white;
    font-size: 16px;
}
li.breadcrumbs__list-item span {
    color: white;
    font-size: 16px;
}
.breadcrumbs__list-item::after {
    right: -24px !important;
    top: 50%;
    /* width: 2px !important; */
    /* height: 20px !important; */
    /* background: white; */
}
ul.breadcrumbs__list {
    gap: 30px;
}
a.breadcrumbs__list-link {
    text-decoration: none;
}
.form-grid.Manage-inventory {
    /* display: block; */
    grid-template-columns: 100%;
    margin: 0 40px;
}
.form-modal.Manage-inventory h2 {
    text-align: center;
}
.form-modal.Manage-inventory{
	max-width: 100% !important;
}

.header__content.header-content.uk-sticky.uk-sticky-fixed.aos-init.aos-animate.uk-active.uk-sticky-below {
    background: white;
    transition: .3s all ease;
	    padding: 8px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.header__content.header-content.uk-sticky.uk-sticky-fixed.aos-init.aos-animate.uk-active.uk-sticky-below button.details-aside-content__button {
    padding: 16px 0;
}

.uk-sticky-fixed {
	z-index: 2;
	box-sizing: border-box;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background:white;
	transition:.3s all ease;
}


.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
}



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
    background-color: #fff;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); 
    z-index: 1;
    padding: 10px 10px;
    border-radius: 6px;
	top: 50px;
    left: -60px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
      font-size: 15px;
}

.dropdown a:hover {background-color: #f6f6f6;}

.show {display: block;}

.dropdown img {
    width: 28px;
}

div#myDropdown a {
    display: flex;
    justify-content: left;
    gap: 8px;
    align-items: center;
}
div#myDropdown a i {
    font-size: 18px;
	    color: #387ADF;
}

div#myDropdown a.delete i {
    color: #f72b50;
}




.upload__box {
    padding: 14px 0px;
}
.upload__box .upload__btn-box .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  margin: 0;
    padding: 0;
}

.upload__box .upload__btn-box p{
	margin-bottom:0;
	    color: black;
}
.upload__box .upload__btn-box i{
	position:unset;
	transform:unset;
	    color: black;
}

.upload__btn {
  display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    border: 2px dashed grey;
    padding: 16px;
    border-radius: 54px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.categories__inner {
    grid-template-columns: repeat(3, 1fr);
	    gap: 30px;
		    margin-top: 30px;
}
h2.categories-item__box-text {
    padding: 20px 24px;
}
.categories-item__box-img {
    height: 100%;
}
section.main__categories.categories {
    padding: 70px 0;
}
form.details-aside-content__inner {
    color: white; 
}
form.details-aside-content__inner h4 {
    font-size: 20px;
	    font-weight: 600;
}

form.details-aside-content__inner {
    padding-top: 24px;
}

.device-flex {
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.device-flex span {
    font-size: 16px;
}
.inventory-detail-head {
    margin: 10px 0;
}
section.main__details.details .explore-flex img {
    width: 42px;
    height: 42px;
    background: #387ADF;
    border-radius: 50%;
    padding: 9px;
}

.details-content__images.details-content-images {
    margin-bottom: 26px;
}



.viewmemberprofile .col8memberpersonalindfo {
    padding: 46px 46px;
    border-radius: 14px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	    background: white;
}
.personalinfotable tr th {
    color: #000;
}


section.main__categories.categories.Profile {
    background: white;
}

table.table.table-bordered.table-responsive.personalinfotable th {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
}

table.table.table-bordered.table-responsive.personalinfotable td {
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}

.edit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
	    margin-top: 35px;
}
button.deal-form__btn.read-more.editownerprofile_btn {
    width: 300px;
    border-radius: 10px;
}
button.deal-form__btn.read-more.ownerprofile_update {
    width: 300px;
    border-radius: 10px;
}

.update_ownerprofile {
    display: none;
}
.update_ownerprofile.form-modal {
    max-width: 100%;
    box-shadow: none;
   all: unset;
    display: none;
}
.colupdatedprofile {
    margin-bottom: 20px;
}
.col12updateprofilediv_personal {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 46px;
    border-radius: 20px;
}

button.deal-form__btn.read-more.ownerprofile_update {
    font-size: 20px;
    background: #387ADF;
}

.update_ownerprofile.form-modal .edit-btn {
    margin-top: 8px;
}
.form-group label {
    font-size: 14px;
    font-weight: 500;
	    margin-bottom: 0;
}

.imagesgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-radius: 10px;
}
.imagesgrid-1{
	position:relative;
}

.imagesgrid img {
    border-radius: 10px;
	 
}
.imagesgrid img {
    border-radius: 10px;
    height: 130px;
    object-fit: cover;
}

.logout-page {
    display: none;
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 9;
    /* transform: translate(-50%, -50%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	    z-index: 99;
}
.Coupon-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-logout {
      padding: 36px 60px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
	max-width: 450px;
    width: 450px;
}
.Coupon-details.pd-0 h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 14px;
}
.Coupon-details.pd-0 h4 span {
    color: #387ADF !important;
}
.logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
a.Cancel {
    background: white;
        padding: 12px 24px;
   border-radius: 10px;
    font-size: 16px;
    color: black;
	    width: 170px;
}
a.logout {
    background: #387ADF;
    color: white;
        padding: 12px 24px;
    border-radius: 10px;
    font-size: 16px;
	    width: 170px;
}

a.logout {
    background:#387ADF;
}

.dOn {
    display: block;
}

.about-logout img {
    width: 80px;
}
.about-logout span {
    display: block;
}
a.menu-list__btn.notification_li img {
    width: 33px;
	
}

a.menu-list__btn.notification_li{
	position:relative;
}

.menu-list__item.menu-list__item--categories.notification_li{
	position:relative;
}


.notification_li{cursor: pointer;}
  .dropdwon_notification_div{border-radius: 8px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);background: #fff;position: absolute;right: 0;width: 350px;z-index: 99;padding: 20px;max-height: 370px;overflow: auto;display: none;top: 78px;
    right: 0;}
  .dropdwon_notification_div ul{padding-left: 0;}
  .dropdwon_notification_div ul li{list-style-type: none;border-bottom: 1px dashed #0b2742;margin-bottom: 17px;
    padding-bottom: 12px;}
  .dropdwon_notification_div ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
  .notification_div_main .notify_div{display: flex;justify-content: flex-start;align-items: flex-start;gap:10px;}
  .notification_div_main .notify_div img{width: 55px !important;
    height: 55px;border-radius: 50%;}
  .notification_div_main .notify_div .notification_text h2{font-size: 16px; font-weight: 500;padding-bottom: 3px;}
  .notification_div_main .notify_div .notification_text p{margin-bottom: 5px;font-size: 14px;}
  .notification_div_main .notify_div .notification_time p{text-align: center;line-height: 15px;font-weight: 600;margin-top: 5px;}

.dropdwon_notification_div::-webkit-scrollbar {
  width: 6px;
}
.dropdwon_notification_div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.dropdwon_notification_div::-webkit-scrollbar-thumb {
  background: #2b78da; 
  border-radius: 10px;
}
.dropdwon_notification_div::-webkit-scrollbar-thumb:hover {
  background: #1566cd; 
}
.notification_text span{
	color:#387ADF;
}
.about-logout h6 {
    font-size: 16px;
    margin-bottom: 20px;
}
.about-logout.search h4 {
    font-weight: 500;
    font-size: 22px;
}
.action-btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:5px;
}
.action-btn a.Cancel {
    width: 100%;
    background: black;
    color: white;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
    margin: 8px 0;
}
.action-btn a.logout {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
    margin: 8px 0;
}
a.tap-view {
    margin-top: 6px;
    display: block;
    color: #387ADF;
}
li.about-content__list-item {
    padding-left: 22px;
}

ul.about-content__list {
    margin-bottom: 18px;
    margin-top: 18px;
}
h2.about-content__title.title.text-center {
    display: block;
}



.formmngenv{margin-bottom: 12px;}
.formmngenv .forminputs{border: 1px solid #ccc;}
.locationdiv_lblcheck{margin: 4px;background-color: #d1d1d1;border-radius: 4px;border: 1px solid #fff;overflow: hidden;float: left;}
.locationdiv_lblcheck label {float: left; line-height: 3.0em;width: 8.0em; height: 3.0em;}
.locationdiv_lblcheck label span {text-align: center; display: block;}
.locationdiv_lblcheck label input {position: absolute;display: none;color: #fff !important;}
.locationdiv_lblcheck label input + span{color: #fff;}
.locationdiv_lblcheck input:checked + span {color: #ffffff;text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);}
.action input:checked + span{background-color: #387adf;}
.locationtype_inputs{margin-top: 10px;display: flex  ;position: relative;}
.username_div{display: flex;align-items: center;gap: 10px;}
.username_div .username{color: #000;font-size: 14px;font-weight: 600;}

.searchbtn_inventsubdiv{position: relative}
.searchbtn_inventsubdiv input{border: 1px solid #ccc;height: 40px;width: 300px;border-radius: 10px;padding: 5px 15px;}
.inevtn_searchwithheadingdiv{margin-bottom: 50px;}
.inevtn_searchwithheadingdiv h2{margin-bottom: 0;}
.searchbtn_inventsubdiv i{position: absolute;width: 40px;height: 40px;line-height: 40px;right: -10px;cursor: pointer;}
.updateprofile_inputdiv .updatepro_lbl{margin-bottom: 7px;}
.updateprofile_inputdiv .updatepro_inputs{border: 1px solid #ccc;}


.privacy{
	padding:70px 0;
}

.privacy h3 {
    font-size: 25px;
    margin: 20px 0;
}
.dl-menuwrapper {
 	display: none;
}

i#eye {
    float: right;
    position: unset;
    transform: unset;
    margin-top: -72px;
    z-index: 9;
    left: -14px;
    position: relative;
    cursor:pointer;
}

i#eye-1{
    float: right;
    position: unset;
    transform: unset;
    margin-top: -72px;
    z-index: 9;
    left: -14px;
    position: relative;
    cursor:pointer;
}

i#eyeold{
    float: right;
    position: unset;
    transform: unset;
    margin-top: -45px;
    z-index: 9;
    left: -14px;
    position: relative;
    cursor:pointer;
}

i#eyenew{
    float: right;
    position: unset;
    transform: unset;
    margin-top: -45px;
    z-index: 9;
    left: -14px;
    position: relative;
    cursor:pointer;
}

i#eyeconfirm{
    float: right;
    position: unset;
    transform: unset;
    margin-top: -45px;
    z-index: 9;
    left: -14px;
    position: relative;
    cursor:pointer;
}

a.login-icons img {
    width: 30px;
}
    .d-flex.login-icons {
        justify-content: center;
        align-items: center;
        gap: 18px;
        margin-top: 35px;
    }

    input#mobile_code {
        padding-left: 52px !important;
    }

    .iti__country-list {
        position: absolute;
        z-index: 25 !important;
    }

    .deal-form__inner {
        position: relative;
    }
    /* .deal-form__inner i {
        position: absolute;
        top: 43px;
        right: 41%;
        transform: translate(-50%, -50%);
    } */

    #target-1 {
       
        display:none;
    }

    .iti {
        width: 100%;
    }

    input#login_mobile_code {
        padding-left: 52px !important;
    }


    section.main__section-top.section-top {
        height: 200px;
        padding-top: 32px;
        padding-bottom: 0;
    }
    section.main__section-top.section-top .container {
        box-shadow: none;
    }

.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 50px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.wrap{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    height: 55px;
    background: #007cdf;
    line-height: 55px;
    padding-right: 55px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    position: relative;
  }
  
  .wrap .input{
    border: 0;
    background: transparent;
    width: 100%;
    padding-left: 15px;
    outline: none;
    /* font-family: sans-serif; */
    font-size: 14px;
    color: #fff;
    /* font-style: italic; */
    transition: all 0.3s ease;
    position: relative;
  }
  
  .wrap .fa{
    color: #fff;
    position: absolute;
    right: 17px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
  }
  
  .wrap.active{
    width: 100%;
    padding-left: 25px;
    transition: all 0.5s ease;
  }
  
  .wrap .input.active{
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
  }
  
  .wrap input::placeholder {
    color: #fff;
  }
    
    /* loader */
    
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 100px;
      left: 100px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 100px;
      left: 100px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 100px;
      left: 100px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 200px; 
      height: 200px;
      opacity: 0;
    }
  }
  .load-bag {
    position: fixed;
    top: 0;
    background:#0000006b;
    z-index: 999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
  }

  .deal-form__clear-btn[data-v-23543608] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    / margin-left: 1px; /
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    position: absolute;
    left: unset;
    right: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  
.lds-ripple{position: absolute!important;    transform: translate(-64%, 0px);}
.load-bag{display: grid!important;justify-items: center;align-content: center;}
.d-flex-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.d-flex-profile .username {
    color: #fff !important;
}

.contactus-box span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    text-align: center;
}
.contactus-box span:last-child {
    
    margin-bottom: 14px;
    
}
.contactus-box h3 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.contactus-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    border-radius: 20px;
}

section.main__about.about.contact {
    padding: 50px 0;
}


/* Hide the spinner controls on Chrome, Safari, Edge, and Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinner controls on Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}







