@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x:hidden;
}
body.hidden-scrolling{
	overflow-y: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
a:hover
{
	text-decoration: none;
}
.banner-right
{
	margin-top: -34px;
}
.txt-right1 {
    text-align: right;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    right: 100px;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.footer-top {
      background-color: #04488f;
    padding: 14px 0;
    border-top: 1px solid #fff;
}
.t1
{
	color: #fed001;
}
.ln-hide
{
	line-height: 62px;
}
.subscribe {
    margin-top: 0px;
}
.swiper-slide-active
{
	background-color: #fed001;
}

.swiper-slide-next
{
	background-color: #04488f;
}
.subscribe input[type="email"] {
    background: #fff;
    border: none;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 22px;
    outline: none;
    width: 400px;
    color: var(--heading-color);
    border-radius: 4px 0 0 4px;
    border: 1px solid #ced4da;
}
.subscribe button {
    background: #fed001;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 12px;
    cursor: pointer;
    width: 19%;
    color:#04488f;
    border-radius: 0 4px 4px 0;
}
.social-icon
{
        width: 34px;
    height: 34px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #444444;
    padding: 8px 0;
    text-align: center;
    margin-left: 4px;
}
.ft-btm
{
	background-color: #04488f;
	padding:0;
}

.ft-btm-in
{
	padding: 1em 40px;
height: auto
}
.br-1x
{
	border-right: 1px solid #e9bfff;
}
.ft-btm h4 {
    text-align: center;
    color: #f8f8f8;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.ft-btm p {
    color: #fed001;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.e1{
	position: relative;
	top: 49px;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.file-selet
{
	    position: relative;
    left: -46px;
    top: 39px;
}
.img-br
{
	position: relative;
}
.logo-file
{
	    position: absolute;
    top: 0;
    left: 97%;
    transform: translate(-50%, -50%);
}
.img-br
{
	    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
}

.sub-title-div {
    background-color: #f2593a;
    color: #fff;
    padding: 18px;
    border-bottom: 10px solid #00a9d0;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    margin-bottom: 35px;
}
.top-link
{
	list-style-type: none;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.modal-bx
{
	padding:0 1em;
}
.top-link li
{
       margin-left: 14px;
    margin-top: 12px;
}

.my-modal .modal-title
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}
.top-header {
    padding: 2px 0;
}
.terms-list
{
	list-style-type: decimal;
    color: #03286b;
    list-style-position: outside;
    padding-left: 20px;
}
.login-btn
{
	    color: #009eca;
}
.login-btn-1
{
	    background-color: #fff;
    color: #04488f;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border: 1px solid #04488f;
    transition: 0.5s all;
}
.login-btn-1:hover
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #3b83d4; 
	background-color: #04488f;
}
.login-btn-2
{
	background-color: #04488f;
    color: #fff;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border: 1px solid #04488f;
    transition: 0.5s all;
}
.login-btn-2:hover
{
	background: #fff;
	color:#04488f;
	text-decoration: none;
	border: 1px solid #04488f;
}
.social-icons {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-icons a {
    color: #4b004b;
    padding: 0 10px 0 0;
    font-size: 20px;
}
/*.fot1 {
    border-top: 1px solid #3cbcdb;
    padding: 20px 0;
    border-bottom: 1px solid #3cbcdb;
}*/
.down-btn
{
	background-color: #00a9d0;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    border:1px solid #00a9d0;
    transition:0.5s all;
}
.down-btn:hover
{
background-color:transparent;
text-decoration: none;
}
.seller-btn
{
	background-color: #04488f;
    color: #fff;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border:1px solid #04488f;
    transition:0.5s all;
}
.seller-btn:hover
{
background-color:transparent;
text-decoration: none;
color: #04488f;
}
.svg-shape
{
	    position: relative;
    height: 100px;
    top: -189px;
}
.top-header
{
	    padding: 2px 0;
}
.aro-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: -40px;
right: 160px;
}
.aro-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 595px;
    right: auto;
    top: -26px;
}
.aro-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: 709px;
    top: -23px;
}
.aro-slider .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    
}
.aro-slider .swiper-button-next::after {
    font-family: FontAwesome;
    content: "\f178";
    font-size: 22px;
    color: #000;
}  
.aro-slider .swiper-button-prev::after {
    font-family: FontAwesome;
    content:  "\f177";
    font-size: 22px;   
    color: #000;     
}     

/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding:0 15px;
	background-color:#d3d3d5;
}
.header-main{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0;
}
.header .logo{
	padding: 0 15px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px 0 0;
	margin: 0 auto;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.menu
{
	margin-bottom: 0;
}
.header .menu > .menu-item > a{
	display: block;
    padding: 12px;
    font-size: 16px;
    color: #282728;
    text-transform: capitalize;
    font-weight: 550;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #fff;
	background-color:#03488f;
	text-decoration: none;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #e91e63;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: -14px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	    display: block;
    height: 2px;
    width: 20px;
    background-color: #8f8a8a;
    position: relative;
    margin-top: 6px;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8f8a8a;
    box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color:transparent;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #d3d3d5;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #282828;
    padding: 12px 15px;
    border-bottom: 1px solid #c9c9c9;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}


/*Banner*/
.banner
{
	padding:2em 0 0 0 ;
}
.banner-txt
{
font-family: 'Roboto', sans-serif;
font-size:55px;
}
.banner-left
{
	padding:2em 0;
}
.ban-txt1
{
	    color: #282728;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 6px 0;
    font-family: 'Poppins', sans-serif;
}
/*Banner Close*/
/*Seller*/
.seller-bx
{
	background-color:#fed001;
	padding: 0 0 3em 0;

}
.col-wh
{
	color:#ffffff;
}
.col-Bl
{
	color:#000;
}
.col-00a
{
	color:#04488f;
}
.txt-upper
{
	text-transform: uppercase;
}
.title
{
	font-size: 50px;
	 font-weight: 500;
	 letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

.sell-bx
{
	background-color:#04488f;
	padding:20px 20px;
	border-radius:10px;
	box-shadow:0 1rem 3rem rgba(0,0,0,.175);
	margin: 4em 0;
	transform: translateY(0px);
	transition: 0.5s all;
	cursor: pointer;
}
.sell-bx:hover
{
	transform: translateY(-10px);
}
.sell-bx2
{
	background-color: #fff;
padding: 40px 30px;
border-radius: 10px;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
margin: 2em 0;
transform: translateY(0px);
transition: 0.5s all;
cursor: pointer;
}
.sell-bx2:hover
{
	transform: translateY(-10px);
}
.sell-bx2 h3 {
    color: #04488f;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}
.sell-bx2:hover
{
background-color:#04488f;
}
.sell-bx2:hover h3
{
color: #fff;
}
.sell-bx2:hover .line1
{
background-color:#fff;
}
.sell-bx2:hover .sell-info
{
color: #fff;
}
.line1
{
	    width: 100%;
    height: 2px;
    background-color:#04488f;
    margin: 20px 0;
}
.sell-bx2 .sell-info
{
	color: #04488f;
	margin: 0;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.left-info
{
	padding-left:20px;
}
.ft-onc2 {
    padding: 15px 0px 0px 0px;
}
.seller-info-bx{
	
	padding:8px 20px 8px 20px;
	transition: 0.5s all;

}
.seller-info-bx:hover
{
background-color:#dfe7f1;
}
.seller-info-bx:hover .seller-info-title{
    color: #04488f;
    font-family: 'Poppins', sans-serif;
    
}
.seller-info-bx:hover .seller-info
{
	color: #04488f;
}

.seller-info-bx:hover .sell-info-info
{
 color: #04488f;
}
.seller-info-bx:hover .sell-info-link
{
 color: #04488f;
}
.sell-info
{
	color: #fff;
margin: 0;
line-height: 25px;
font-size: 15px;
font-family: 'Poppins', sans-serif;
}
.sell-info-link
{
	    color: #282728;
    margin: 7px 0 0 0;
    display: inline-block;
    font-size: 15px;
}
.sell-info-info {
    color: #282728;
    margin: 0;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.line
{
	    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}
.sell-bx h3
{
	    color: #fed001;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}
.tag-sell {
    color: #04488f;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    font-weight: 550;
}
.swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #f05a3a;*/
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    margin-left: -106px;
}
     .mySwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 76%;
    position: relative;
    transition-property: transform;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
      border-radius:10px;
      padding: 14px;

}

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-container {
        width: 100%;
        height: 300px;
        margin: 20px auto;
      }
      .append-buttons {
        text-align: center;
        margin-top: 20px;
      }

      .append-buttons button {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
      }
      .bg-f0
      {
      	background-color:#4b004b;
      }
      .bg-00
      {
      	background-color:#4b004b;
      }
      .aro-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

}
.about-us
{
	padding: 3em 0 0 0;
	    background-color: #d3d3d5;
}
/*Seller Close*/

.seller-bx2
{
	    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.ban-txt3 {
  color: #282728;
  font-size: 17px;
  line-height: 30px;
}
.seller-img
{
	height:80px;
	width:80px;
	border-radius:50%;
}
.about-left
{
	padding-right: 2em;
	padding-top: 2em;
}
.about-us1
{
	padding: 3em 0;
}
.title-nm {
    font-size: 50px;
    margin-bottom: 1em;
    font-weight: 500;
        letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.service
{
	margin-bottom: 2em;
    margin-top: 2em;
    padding: 10px;
    display: flex;
    transition: 0.5s all;
    /*justify-content: space-between;
    align-items: center;*/
}
.service:hover
{
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.cnt-form
{
	padding-right: 2em;
}

.cnt-right
{
	padding-left: 2em;
}
.cnt-title
{
	font-size: 24px;
    font-weight: bold;
}
.map  
{
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 6px;

}
.seller-img img
{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius:50%;
}
 .mySwiper .swiper-slide {
    text-align: left;
    font-size: 16px;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
}
.banner-inside {
    background: linear-gradient( rgb(241 87 57 / 29%) 100%, rgb(245 188 173 / 64%)100%),url(../images/pic-1.jpg);
    height: 300px;
    background-size: cover;
    background-position: center;
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nm-test
{
	margin: 3em 0 0 0 ;
}
.banner-inside h2
{
font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #fff;
    letter-spacing: 0.5px;
}
.why-us
{
	padding: 3em 0;
	background-color: #fff;
}
.ban-txt-nm {
      color: #282728;
    font-size: 18px;
    font-weight: 550;
    text-align: left;
    line-height: 26px;
    padding-left: 26px;
}
.term-list
{
	list-style-type: decimal;
    /* list-style-position: inside; */
    padding-left: 30px;
}
.term-list li {
    color: #282728;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 1em;
    padding-left: 5px;
}
.terms-us
{
	background-color: #fff;
	padding: 3em 0;
}
.feature h3
{
	font-size: 20px;
    color: #f3583a;
}
.m-content-box-border
{
	      width: 40px;
    height: 4px;
    background: #f3583a;
    margin: 20px 0 40px 0 ;
}
.about-us1
{
	    padding: 2em 0;
    background: #fff;
}
.list-feature
{
	margin: 20px 0;
    list-style-type: disc;
    padding-left: 2em;
}
.list-feature li
{
margin-top: 1em;
}
.feature
{
	box-shadow: 0 1px 10px 0 rgb(37 53 85 / 10%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
	-webkit-box-shadow: 0 1px 10px 0 rgb(37 53 85 / 10%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
	-o-box-shadow: 0 1px 10px 0 rgb(37 53 85 / 10%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
	-moz-box-shadow: 0 1px 10px 0 rgb(37 53 85 / 10%), inset 0 1px 0 0 rgb(255 255 255 / 10%);
	  padding: 2em;
    border-bottom: 5px solid #efbdb4;
    border-radius: 6px;
    margin-bottom: 2em;
}
.txt-ban
{
	    position: relative;
    top: 100px;
    left: 200px;
}
.col-wh
{
	color:#fff;
}

.seller-info
{
	background-color: #fff;
border-radius: 10px;
position: relative;
top: 26px;
left: -70px;
margin:10px 0;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 37%);
width: 36%;
padding:20px 0;
margin:0px 0 0px auto;
}
.seller-info-title
{
	color: #000000;
    font-family: 'Poppins', sans-serif;
   font-size: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.seller-bx3 {
    padding: 4em 0 0em 0;
}
.fot1 {
    /* border-top: 1px solid #4b004c; */
    padding: 10px 0 0 0;
}
.bt-bor {
    border-top: 1px solid #eeeeee;
}
/*Footer*/
.footer
{
	background-color:#fff;
	padding:20px 0 0px 0;
}
.footer-title
{
	color:#151515;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom:15px;
	text-align: right;
}
.ft-bx
{
	padding:0 30px;
      margin-top: 15px;
}
.category-list
{
	list-style-type:none; 
	
}
.btm-title
{
	color: #04488f;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    margin: 20px 0 6px 0;
}
.category-list li
{
	    float: left;
    width: 30%;
    margin-right: 13px;
    margin-bottom: 4px;
}
.category-list li a, .fot-link
{
	color:#777;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:15px;
}

.category-list1
{
	    list-style-type: none;
    margin: 30px 0;
}

.category-list1 li
{
	    
    margin-right: 13px;
    margin-bottom: 4px;
}
.category-list1 li a
{
	color:#777;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:15px;
	transition: 0.5s all;
}
.category-list1 li a:hover
{
	margin-left: 5px;
	text-decoration: none;
}
.linkcategory li
{
display:inline-block;
margin-right:20px;
margin-bottom:5px;
width: 22%;
    float: left;
}
.footer-pha
{
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.linkcategory li a {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.bor-right
{
	border-right:1px solid #3cbcdb;
}
.ft-bx1
{
	display: flex;
    justify-content: space-between;
    padding: 0 30px;

}
.pp-cat
{
	color:#151515;
}
.ft2
{
	margin-bottom: 10px;
}
.mtb-30
{
	margin-bottom: 30px;
}
/*.fot1
{
	border-top:1px solid #3cbcdb;
	padding: 20px 0;
}*/
.payment-icons
{
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.payment-icons li
{
	margin-right:6px;
}
.wrapper
{
	padding:3em 0;
}
.sub-title
{
color:#000000;
font-family: 'Poppins', sans-serif;
font-size:24px;
margin-bottom:35px;
}
.alert
{
	    text-transform: capitalize;
    padding: 0;
    font-size: 14px;
}
.btn-otp
  {
        background-color: #d1d2d4;
    text-align: center;
    margin-right: 6px;
  }
  .shop-nm
  {
  	    font-size: 18px;
    color: #808080;
    font-weight: bold;
    margin: 15px 0 15px 0;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }
.inside-wrapper
{
	padding:0 3em;
}
.reg  .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    line-height: 1.5;
    color: #626262;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #757070;
    border-radius: 0;
}
.reg .form-control {
    display: block;
    margin-bottom:8px;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #626262;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #757070;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.label-txt
{
	color:#626262;
	font-size:15px;
}
/* The container */
.chk-frm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14;
  color:#626262;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk-frm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
 background-color: #fff;
    border-radius: 5px;
    border: 1px solid #626262;
}

/* On mouse-over, add a grey background color */
.chk-frm:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-frm input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk-frm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk-frm .checkmark:after {
      left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #25a9d1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-otp
{
	    color: #626262;
    border: 1px solid #cacaca;
    padding: 0 15px;
    margin: 0;
    /* line-height: 27px; */
    height: 40px;
    font-size: 15px;
}
.btn-add-file
{
	background-color:#00a9d0;
	color:#fff;
}
.sign-up-btn
{
	    width: 100%;
    display: inline-block;
    background-color:#03488f;
    border-radius: 5px;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    margin: 2em 0 0 0;
    transition: 0.5s all;
    border:1px solid #03488f;
}
.sign-up-btn:hover
{
	background-color: transparent;
	border:1px solid #03488f;
	 color:  #03488f;
	 text-decoration: none;
}
.mb1em
{
	    margin-bottom: 1em;
}
.error
{
	color:#f5573a;
}
.know-more
{
	    position: relative;
    top: 40px;
    /* left: 235px; */
    /* left: 0; */
    color:#03488f;
    font-size: 23px;
    text-align: right;
    width: 100%;
    display: inline-block;
    /* margin-top: 10px; */
}
.know-more1
{
	    position: relative;
    top: 23px;
    /* left: 235px; */
    /* left: 0; */
    color: #03488f;
    font-size: 23px;
    text-align: right;
    width: 100%;
    display: inline-block;
    /* margin-top: 10px; */
}
.sell-bx2:hover .know-more
{
color:#fff;
}
.sell-bx:hover .know-more
{
color:#03488f;
}
.mt-1em
{
	    margin-top: 1em;
}
.svg-shape
{
	height: 0px;
    position: relative;
    top: -179px;
}
.sell-bx:hover
{
	background-color: #fff;
}
.sell-bx:hover .sell-info
{
	color: #04488f;
}
.sell-bx:hover h3
{
	color: #04488f;
}
.sell-bx:hover .line {
    width: 100%;
    height: 2px;
    background-color:#04488f;
    margin: 20px 0;
} 
.sell-bx:hover .know-more1
{
	color:#3b83d4;
}

/*price*/

.pricingTable{
    background: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 20px 0 30px;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background:linear-gradient(to right,#b9b9b9,#999999);
    padding: 30px 20px 70px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}
.pricingTable .price-value{ padding-left: 45px; }
.pricingTable .price-value .amount{
    font-size: 90px;
    font-weight: 500;
    line-height: 80px;
    display: inline-block;
}
.pricingTable .price-value .currency{
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 0 -20px;
    display: inline-block;
}
.pricingTable .title{
    color: #a0a0a0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.pricingTable .pricing-content{
    font-family: 'Lato', sans-serif;
    padding: 0 33px;
    margin: 0 0 30px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #555;
    background: #efefef;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    padding: 5px 15px 5px 50px;
    margin: 0 0 5px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fff;
    background: linear-gradient(to right,#00c7c0,#00b3c3);
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background:linear-gradient(to right,#b9b9b9,#999999);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 4px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricing-content li:before,
.pricingTable.purple .pricingTable-signup a{
    background: linear-gradient(to right,#dcc03e,#d6b115);
}
.pricingTable.purple .title{ color: #ddc03e; }
.pricingTable.yellow .pricingTable-header,
.pricingTable.yellow .pricing-content li:before,
.pricingTable.yellow .pricingTable-signup a{
    background: linear-gradient(to right,#85ba41,#56ab2f);
}
.pricingTable.yellow .title{ color: #85ba41; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px 10px; }
}




@media(max-width: 1024px)
{
	body
	{
		overflow-x:hidden;
	}
.banner-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
}	
.aro-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: -23px;
}
.banner {
    padding: 20px 0;
}
.txt-ban {
    position: relative;
    top: 100px;
    left: 100px;
}
.sell-bx h3 {
   /* color: #000;*/
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.sell-bx2 h3 {
    /*color: #000;*/
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.seller-info {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: 26px;
    left: -50px;
    margin: 10px 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 37%);
    width: 42%;
    padding: 20px 0;
    margin: 0px 0 0px auto;
}
.sell-bx2
{
padding:15px;
}

.sell-bx
{
padding:15px;
}

	}


	@media(max-width: 768px)
{
.banner-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 32px;
}
.payment-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seller-bx2 {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    background-position: left;
}
.footer-pha
{
	text-align: center;
}
.br-1x {
    border-right: 1px solid #e9bfff;
}
.ft-btm-in {
    padding: 1em 30px;
    height: 170px;
}
.linkcategory li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 44%;
    float: left;
}
.footer-title {
    color: #151515;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
.input-group-prepend
{
	margin-bottom: 1em;
}
.banner-left {
    padding: 2em 0;
    margin-bottom: 3em;
}
.seller-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 14px;
}
.header-main {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    top: -56px;
    right: 32px;
}
.mobile-pb-3
{
	margin-bottom: 10px;
}
.sell-bx
{
	margin: 2em 0;
}
.tag-sell {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    text-align: center;
    margin: 0px 0;
}
.mySwiper .swiper-slide {
        height: fit-content;
}	
body
{
	overflow-x:hidden;
}
.aro-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: -23px;
}
.aro-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 53px;
    top: -23px;
}
.mySwiper .swiper-slide
{
	height:100%;
}
.txt-ban {
    position: relative;
    top: 100px;
    left: 30px;
}
.banner {
    padding: 0;
    background: #fff;
}
.seller-info {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: 26px;
    left: -18px;
    margin: 10px 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 37%);
    width: 49%;
    padding: 20px 0;
    margin: 0px 0 0px auto;
}
.svg-shape {
    height: 0px;
    position: relative;
    top: -109px;
}
.inside-wrapper {
    padding: 0;
}
.header
{
	background-color: #fff;
}

.nm-test {
    margin: 1em 0 0 0;
}

	}


@media(max-width: 900px)
{
.header
{
	background-color: #fff;
}

}


	@media(max-width: 600px)
{

	.header-main {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    top: 0px;
    right: 0px;
}
.svg-shape {
    height: 0px;
    position: relative;
    top: -130px;
}
.seller-bx3 {
    padding: 2em 0 2em 0;
}
.txt-right1 {
    text-align: center;
}
.subscribe input[type="email"]
{
	width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
    margin-bottom: 1em;
}
.ft-btm {
    padding:0;
}
.ft-btm p {
    /*color: #e9bfff;*/
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
}
.ft-btm-in {
    padding: 1em 2px;
    height: 189px;
    border-top: 1px solid #fff;
}

.login-btn-1
{
	
    border-radius: 29px;
    padding: 8px 24px;
    display: block;
    font-size: 14px;
}
.login-btn-2
{
	background-color: #04488f;
    color: #fff;
    padding: 10px 32px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border: 1px solid #04488f;
    transition: 0.5s all;
}
.mobile-pb-3
{
	margin-bottom: 14px;
}

.top-header {
    padding: 2px 0;
    border-bottom: 1px solid #e9e9e9;
}
.logo-file {
    position: absolute;
    top: 0;
    left: 190px;
    transform: translate(-50%, -50%);
}
.file-selet {
    position: relative;
    left: 0;
    top: 0;
}
.slider-testi
{
	margin-top: 40px;
}
.banner-inside
{
	margin-top: 10px;
}
.swiper-pagination-fraction {
    top: -7px;
    right: 160px;
}
.aro-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: 1px;
}
.aro-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 53px;
    top: 1px;
}
.mob-right-float
{
	float: right;
}
.social-icons {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.footer-title
{
	/*color:#00276b;*/
	font-size:16px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom:15px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.feature
{
	    padding: 1em;
}
.banner-left {
    padding: 2em 0;
    margin-bottom: 0em;
}
.swiper-container
{
	margin: 0 auto;
}
.dah-hide
{
	display: none;
}
.nm-test {
    margin: 1em 0 0 0;
}
.title-nm
{
	margin-bottom: 0;
	font-weight: 530;
	    margin-bottom: 0;
    font-size: 43px;
    line-height: 50px;
}
.header
{
	    background-color: transparent;
    margin-top: -7px;
}
.header {
position: absolute;
width: 30px;
right: 20px;
top: 19px;
z-index: 11;
padding: 0 15px;
background-color: transparent;
}
.header-main {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0;
width: 30%;
}
.header .open-nav-menu {
height: 34px;
width: 40px;
margin-left: -16px;
align-items: center;
justify-content: center;
cursor: pointer;
}
.btm-title {
   /* color: #00a9d0;*/
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    margin: 0px 0 6px 0;
}
.img-mobile {
width: 50%;
margin-left: auto;
margin-right: auto;
display: block;
}
.tag-sell {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    text-align: center;
    margin: 30px 0 0 0;
}
.about-us {
    padding: 0em 0 2em 0;
    background-color: #d3d3d5;
}
.cnt-right {
    padding-left: 10px;
    padding-top: 2em;
    padding-right: 10px;
}
.banner-txt {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 43px;
}
.sell-bx h3 {
    /*color: #000;*/
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}
.sell-bx2 h3 {
    /*color: #000;*/
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}
.txt-ban {
    position: relative;
    top: 0;
    left: 0;
}
.seller-info {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 37%);
    width: 96%;
    margin-left: auto;
    padding: 20px 0;
    margin: 0px auto 0px auto;
}
.seller-bx2 {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em 0;
    height: auto;
    background-position: right;
}
.login-btn {
    color: #009eca;
    text-align: center;
    display: block;
    font-size: 14px;

}
.top-link {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.title {
    font-size: 43px;
    margin-bottom: 1em;
    font-weight: 530;
    line-height: 50px;
	font-family: 'Roboto', sans-serif;
}
.mt-1em {
    margin-top: 0;
}
.sell-bx {
    /*background-color: #f05a39;*/
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    margin: 0em 0;
    transform: translateY(0px);
    transition: 0.5s all;
    cursor: pointer;
}
.sell-bx2 {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    margin: 2em 0;
    transform: translateY(0px);
    transition: 0.5s all;
    cursor: pointer;
}
.linkcategory li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 44%;
    float: left;
}
.seller-bx {
   /* background-color: #4b004b;*/
    padding: 3em 0 3em 0;
}
.footer-pha {
    font-size: 12px;
    /* color: #3c5e9b; */
    padding: 0 0 6px 0;
    text-align: center;
    line-height: 16px;
    margin-bottom: 10px;
}
.banner {
    padding: 0px 0;
}
.top-link li {
    margin-left: 0;
    margin-top: 0px;
    margin-right: 10px;
    width: auto;
}
.down-btn {
    background-color: #00a9d0;
    color: #fff;
    padding: 6px;
    border-radius: 50px;
    border: 1px solid #00a9d0;
    transition: 0.5s all;
    font-size: 12px;
    text-align: center;
    width: 116px;
    display: inline-block;
}
.banner-left {
        padding: 10px 0;
    position: relative;
    top: 15px;
}
.service {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 10px;
    display: flex;
}
.inside-wrapper {
    padding: 0;
}
.mob-38
{
	    margin-top: 34px;
}
.mob-rev
{
  flex-direction: column-reverse;
  -moz- flex-direction: column-reverse;
  -webkit- flex-direction: column-reverse;
  -o- flex-direction: column-reverse;
}
.rev-btn
{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pl-mo-0
{
	padding-left: 0;
}
.left-info {
    padding-left: 0;
}

.e1{
	position: relative;
	top: 0px;
}
.banner-right
{

    margin-top: 36px;

}
.mobile-hide
{
	display: none;
}
}

@media(max-width: 440px)
{
.down-btn {
    background-color: #00a9d0;
    color: #fff;
    padding: 6px;
    border-radius: 50px;
    border: 1px solid #00a9d0;
    transition: 0.5s all;
    font-size: 12px;
    text-align: center;
    width: 116px;
    display: inline-block;
}
}
