@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,600;1,500;1,600&display=swap');

:root{
    --color-primary: #2F5597;
    --color-secondary: #000;
    --color-accent: #ffffff;
    --font-color: #000000; 
    --top_bar_caolor_text : #fff; 
    --nav-color:#000; 
    --nav-color-hover:#2F5597;  
    --section-bg-color: #F5FCFD; 
    --bs-font-body: "Poppins", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
    /* --bs-font-body: "Calibri", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans"; */
    --bs-font-title: "Poppins", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans"; 
} 
 

.__topbar_wrp {
    background: var(--color-primary);
    color: var(--top_bar_caolor_text);
    padding: 5px 0;  
    font-size: 13px; 
}
  
 
.header_nav {
    display: none;
     margin-top: 11px;  
    float: left;
    width: auto;
    
    position: relative;
    z-index: 9;
    margin-left: 15px;
     
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block; 
    background: var(--color-primary);
	height: 4px;
}
.header_nav a span {  
    background: var(--color-primary);
	display: block;
	margin: 4px 0;
	width: 35px;
	height: 4px;
}







h1,h2,h3,h4,h5,h6{
  font-family: var(--bs-font-title);
}
 

.__tpwhatsapp {
	/*	border: var(--color-secondary) 1.5px solid;*/
	color: var(--top_bar_caolor_text);
	margin-right: 15px;
	border-radius: 30px;
	padding: 4px 7px 6px;
}
.__tpwhatsapp:hover { 
   color: var(--top_bar_caolor_text); 
}

.__tptell{ 
	color: var(--top_bar_caolor_text);
	margin-left: 15px; 
	padding: 4px 0px 6px;


}

.__tpemail i,
.__tptell i { 
  width: 20px;
  height: 20px;
  background: var(--color-accent); 
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
} 


.__tpemail:hover,
.__tptell:hover{
  color: var(--top_bar_caolor_text); 
 
}

.__tpemail {  
	margin-left: 15px;   
	color: var(--top_bar_caolor_text); 
	border-radius: 30px;
	padding: 4px 0px 6px;
} 

 
 

.__rotation_animation img ,
.__rotation_animation i { 
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;  
}
.__rotation_animation:hover img ,
.__rotation_animation:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
 
.header,
.section, 

.wd100 {
  width: 100%;
  float: left;
} 


.__tagbio{
	margin: 0 5px;
}

.__tagbio{
	
}

.__addtocart {
    text-align: center;
}
.couponholder {
    padding: 20px 5px;
}
#couponcodemessage{
    display:block;
    color:red;
}
#couponcodemessage.success{
    color:green;
}
.__topbar_wrp .container {
  display: flex;
  justify-content: flex-end;
} 

.container.__cctest{
  display: flex;
  justify-content: space-between;
}

.__hdrtpart { 
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
 
.logo {
	padding: 5px 0;
    display: flex;
    align-items: center;
}

 
.__sbrasct {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 35px 0 0;
}
 


.__logregdrp {
  	 
}
.__logretbn {
    position: relative;
    
    color: #fff;
    font-size: 15px;
    font-weight: 500;
	background: var(--color-primary);
	border-radius: 30px;
	padding: 10px 25px;
	 
}
.__logretbn a{
	color: #fff;
}
.__logretbn a:hover{
	color: #fff;
}
 

 
 
.__cart {
    position: relative;
    margin-left: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
	display: none;
}
.__cart:hover{
	color: #000;
}
.__cart span{
	padding-left: 10px;
}
._gtag {
    background: #E81D1D;
    width: 18px;
    height: 18px;
    float: right;
    text-align: center;
    font-size: 11px;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    left: 12px;
    padding-top: 2px;
	margin-top: 0;
    line-height: 14px;
    top: -7px;
}
 






/* User Admin S*/

.__inner_nr {
	background: #f7fbff;
	padding-top: 35px;
	padding-bottom: 35px;
	min-height: 500px;
}
.dashboard {}
._dsoutbox { 
    background: #fff;
 	overflow: hidden;
    margin-bottom: 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	
	
}
._dsoutbox h5 {
	color: var(--secondary);
	font-size: 16px;
}
._dsoutbox ul {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style: none;
}
._dsoutbox ul li { 
	margin: 0px 0px;
	float: left;
	width: 100%;
	border-bottom: #ebeef3 1px solid;
}
._dsoutbox ul li a {
	color: #000;
	float: left;
	width: 100%;
	font-weight: 500;
    padding: 7px 10px;
    font-size: 12px;
}
._dsoutbox ul li a.actv {
	color: #fff;
	background: var(--color-primary);
		
}
._dsoutbox ul li a:hover {
	background: var(--color-primary);
	color: #fff;
}
 

._or_id,
._or_time {
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 2px;
}
._or_id h5 a {
	color: #000;
}
._or_probox {
	margin: 15px 0;
}
._or_probox_img {
	padding: 0;
	vertical-align: top;
}
._or_probox_text h5 {
	margin-bottom: 3px;
	font-size: 15px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-weight: 600;
	color: #000;
}
._or_probox_text h5 a {
	color: #6f6f6f;
}
._or_probox_text h5 a:hover {
	color: #333333;
}
._or_probox img {
	width: 75px;
	float: left;
	border: #e0e0e0 1px solid;
	padding: 2px;
	margin-right: 10px;
}
.otext {
	padding-bottom: 0;
}
.otext> .row {
	background: #fbfdff;
	border-top: #ececec 1px solid;
}
.__ordls,
.__ordcr {
	padding-top: 14px;
	font-size: 13px;
}
.__ordls {
	text-align: center;
	margin-bottom: 15px;
}
.status {
	padding: 3px 9px;
	text-align: center;
	display: inline-block;
	margin-top: 4px;
	line-height: 19px;
	font-size: 12px;
	background: #fff;
}
.__pending {
	border: #FFC107 1px solid;
	background: #FFC107;
	color: #fff;
}
.__pending:hover {
	color: #fff;
}
.__approval {
	border: green 1px solid;
	background: green;
	color: #fff;
}
.__approval:hover {
	color: #fff;
}
.__rejected {
	border: red 1px solid;
	background: red;
	color: #fff;
}
.__rejected:hover {
	color: #fff;
}
._or_supplier a {
	color: #6f6f6f;
}
._or_supplier a:hover {
	text-decoration: underline;
}
._dsoutbox h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
}
.__ordls b,
._or_probox_text small,
._or_supplier {
	color: #6f6f6f;
}
.__ordls b {
	font-size: 12px;
}
.profile-box {
	padding: 15px 30px;
}
.no-t-img {
	line-height: 42px;
	background: #b7b7b7;
	border-radius: 50%;
	width: 182px;
	height: 182px;
	margin: 0 auto;
	max-height: 182px;
	max-width: 182px;
	/* padding: 69px 0px; */
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	border: #ccc 1px solid;
}
.profile-box .pic-click-box {
	background: #8e8e8e;
	border-radius: 50%;
	display: block;
	height: 44px;
	margin: -26px auto 0;
	padding: 13px 0;
	position: relative;
	text-align: center;
	width: 44px;
}
.profile-box .pic-click-box input {
	position: absolute;
	opacity: 0;
	width: 25px;
}
.profile-box .pic-click-box .camera-icon {
	background: url(../images/user_sprite.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -5px;
}
.info-box {
	padding-bottom: 35px;
}
.profile-box .info-box h4 {
	color: #3b3e4a;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.profile-box .info-box h5 {
	color: #5d5e69;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.checkin,
.checkout {
	padding: 0;
}
.check_wrp {
	padding: 0 15px;
}
.checkout .form-control {
	margin-left: -1px;
}
._dsoutbox.__catsctwrap {
	padding: 15px 25px;
}
.__dsss {
	float: left;
	width: 100%;
	text-align: center;
	color: #bababa;
	font-size: 12px;
	font-weight: 500;
}
.__mycars {
	padding-bottom: 30px;
	min-height: 450px;
}
.__mycars h3 {
	text-align: center;
	margin-bottom: 20px;
}
.__inscarswp {
	min-width: 450px;
	max-width: 450px;
	margin: 0 auto;
}
.__crbox {
	background: #efefef;
	border-radius: 5px;
	padding: 22px 35px;
	position: relative;
	margin-bottom: 15px;
}
.__crbox h4 {
	font-size: 19px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 16px;
	min-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.__cls {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #505050;
	background: #efb7b7;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	padding-top: 6px;
	transition: all 1s;
}
.__cls:hover {
	background: #e61e25;
	color: #fff;
	transition: all 1s;
}
.otext h4 {
	font-size: 19px;
	font-weight: bold;
}
.__bdls .table th,
.__bdls .table td {
	padding: 7px;
	vertical-align: inherit;
}
.__bdls .table th {
	font-size: 14px;
	background: #f9f9f9;
}
.__bdls {
	padding: 10px;
	font-size: 15px;
}
.__bdls table {
	border: #dee2e6 1px solid;
}

._or_probox_text p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}
.orders_blk {
	border: solid 1px #d7d7d7;
	margin-bottom: 15px;
	padding: 0px 0;
	float: left;
	width: 100%;
	font-size: 14px;
}
.orders_blk_topbra {
	background: #f9f9f9;
	float: left;
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px solid #e6e6e6;
}
.orders_blk_topbra h4,
.orders_blk_topbra .h4 {
	font-size: 14px;
	color: #111111;
}
.cart_table_wrap table {
	margin-bottom: 0px;
}
.orders_blk table h5 {
	color: #8e8e8e;
	margin: 2px 0;
	font-size: 12px;
}
.priceoffer {
	padding-top: 15px !important;
	color: #388e3c;
	font-weight: 500;
	font-size: 12px;
}
.orders_blk table td {
	padding: 12px;
	font-size: 13px;
}
.orders_blk table h6 {
	float: left;
	width: 50%;
}
.orders_blk table h6 span {
	color: #8e8e8e;
}
.cart_table_wrap h4 {
	font-size: 14px;
	color: #111111;
}
.orders_blk table h6 {
	float: left;
	width: 50%;
	font-size: 11px;
}
.orders_blk table h6 span {
	color: #8e8e8e;
}
.pops {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	min-width: 600px;
}

/****  progress SSS*/

.pops ul.progress-bar {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	list-style: none !important;
	background-color: #337ab700 !important;
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.pops li.section {
	display: inline-block !important;
	padding-top: 45px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: gray;
	vertical-align: top !important;
	position: relative !important;
	text-align: center !important;
	overflow: hidden !important;
	float: inherit !important;
	border-bottom: none;
	text-overflow: ellipsis !important;
	font-weight: 500;
}
.pops li.section:before {
	/* content: 'x'; */
	content: ' ';
	position: absolute;
	top: 9px;
	left: calc(50% - 15px);
	z-index: 1;
	width: 20px;
	height: 20px;
	color: white;
	border: 2px solid white;
	border-radius: 17px;
	line-height: 23px;
	background: gray;
	font-size: 17px;
}
.pops .status-bar {
	height: 2px;
	background: #bfbfbf;
	position: relative;
	top: 20px;
	margin: 0 auto;
}
.pops .current-status {
	height: 2px;
	width: 0;
	border-radius: 1px;
	background: mediumseagreen;
}
@keyframes changeBackground {
	from {
		background: gray
	}
	to {
		background: mediumseagreen
	}
}
.pops li.section.visited:before {
	/*	content: '\2714';*/
	content: ' ';
	animation: changeBackground .5s linear;
	animation-fill-mode: forwards;
}
.pops li.section.visited.current:before {
	box-shadow: 0 0 0 2px mediumseagreen;
}
.progress-bar {
	display: inline-block;
}
.otext .fa-chevron-right {
	font-size: 14px;
}

/****  progress END*/


.manroredr {
	font-size: 12px;
}
.manroredr a {
	/*	color: #822024;*/
	transition: all 1s;
	font-weight: bold;
}
.manroredr a:hover {
	/*	color: #000;*/
	transition: all 1s;
}
.__needhlp {
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.__needhlp:hover {
	color: #000;
}
.__cancel {
	font-weight: bold;
	color: var(--red);
}
.__cancel:hover {
	color: var(--red);
}

.orders {
	padding: 15px 10px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	font-size: 12px;
}


.orders_wrap.cart_table_wrap h3 {
	font-size: 15px;
}

.orders_wrap.cart_table_wrap h3 a {
	color: #000;
}

.orders_wrap.cart_table_wrap .orders_blk {
	margin-bottom: 5px;
}

.info_orders {
	padding: 15px 10px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	color: #000;
}
.info_orders h5 {
	margin-bottom: 6px;
	color: #000;
}
.info_orders p {
	margin-bottom: 2px;
}
.__bdls td h6{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.__bdls td h6 a{
	color: #666666;
}
.__bdls td h6 a:hover{
	color: #000;
}
.__adrbook {  }  
.__adrbook h4 {
	text-align: center;
	font-size: 19px;
    font-weight: bold;
	margin-bottom: 40px;
}
.__adrbook .col-lg-6  > h5 {
	text-align: center;
	color: #666666;
	font-size: 17px; 
}
.__adrbook .__addrs_here {
    height: auto;
	margin-bottom: 15px;
}
.__adbookbox {
	/*padding: 10px 5%;*/
}
.__rtbor {
    /*border-left: #e8e8e8 1px solid;*/
}

.__hdsu{
	font-size: 19px !important;
    
}
.__wish_listsbx{}
.__wish_listsbx .__sub_pro h4 {
    line-height: 24px;
    font-size: 18px !important; 
}
.__wish_listsbx .__sub_pro {
    border: #dcdcdc 1px solid;
    margin-bottom: 15px;
}
.__wistrash {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    background: #ececec;
    display: block;
    text-align: center;
    color: #343a40;
    border: #ccc 1px solid;
}
.__wistrash:hover {
	color: red;
	border: red 1px solid;
}
/* User Admin E*/


 



/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; 
        top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    } 
}	
/* ============ small devices .end// ============ */


 
 


.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #038ed1;
}
.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}
.menu_wrap {
	font-size: 16px;
	font-weight: 500;
	padding-top: 0px;
	margin-right: 25px;
	float: left;
}
.menu_wrap .nav-item  {
	 position: relative;
}
.menu_wrap .navbar {
	padding: 0px;
 
}
.menu_wrap ul li {
	display: block;
}
.menu_wrap ul li a {
	padding: 12px 17px 12px !important;
	border-radius: 0px;
	color: var(--nav-color) !important;
	line-height: 12px;
	border-bottom:  3px solid  #fff;
}

.menu_wrap ul li a:hover,
.menu_wrap ul li a:focus {
	transition: all 1s;
/*  background: var(--color-secondary);*/
	color:  var(--nav-color-hover) !important; 
/*	border-bottom:  3px solid  var(--color-secondary);*/
}
 
.menu_wrap ul li.dropdown ul li a {
	padding-top: 12px !important;
	padding-bottom: 12px  !important;	
 	font-size: 14px;
	color:  var(--nav-color) !important;
	border: none; 
}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu  {
	color:  var(--color-accent) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	padding: 0px;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
} 
.menu_wrap ul li.dropdown ul li a:hover,
.menu_wrap ul li.dropdown ul li a:focus {
	transition: none;
	 
	color:  var(--color-accent) !important;
	background: var(--nav-color-hover);  
} 

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover{
	color: #fff; 
}
 
.menu_wrap ul li.active a {
	color:  var(--nav-color-hover) !important;
  	transition: all 1s;
}

.menu_wrap ul li.active::after {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    right: 0;
    background: var(--color-primary);
    content: "";
    margin: 0 auto;
    border-radius: 50%;
	bottom: 0;
}
 

.menu_wrap .navbar-light .navbar-nav .nav-link:hover, 
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color:  var(--nav-color-hover);
}

  
.menu_wrap .dropdown-menu > li:hover	
.menu_wrap .dropdown-menu > li:focus  {
    color: #16181b;
    text-decoration: none;
    background: #000 !important;	
}

.__banner{}

 .__banner .carousel-control-prev-icon,
.__banner .carousel-control-next-icon {
	width: 75px;
	height: 75px;
	background-color: #0000008c;
	border-radius: 50%;
	background-size: 40% 100%;

 }

.__banner .carousel-caption {
	text-align: left;
	font-family: 'Kanit', sans-serif;
	bottom: 9.25rem;
	top: 25%;
	left: 15%;
}
 .__banner .carousel-caption h5 {
	text-align: left;
	font-family: 'Kanit', sans-serif;
	color: #2F5597;
	font-size: 85px;
	 line-height: 93px;	
	font-style: italic;
	 
   text-shadow: 
     1px  1px     #fff, 
    -1px  1px     #fff, 
     1px -1px     #fff, 
    -1px -1px     #fff,
     1px  1px 5px #555;
}
 
 
  
.__scnB1{
    padding-top: 45px;
    padding-bottom: 45px;  
}
 
.__scnB1 h1{
	margin-bottom: 5px
}

.__scnB1 h3{
	font-size: 14px;
	margin-bottom: 10px
}

.__btn {
	border-radius: 30px;
	padding: 13px 30px;
	font-weight: bold;
}

.__btn i {
  margin-left: 10px;;
} 
 
.__wlctxtpart { 
	padding-right: 25px;
}
  
.__wlctxtpart h6{
	color: #2F5597;
	font-size: 14px; 
}
.__wlctxtpart h1{
	color: #000;
	font-size: 30px; 
}



.__bag_skew {
	overflow: hidden;
	-moz-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg); 
}

.__bdgicon  {
    -moz-transform: scale(0.9) skew(25deg, 0deg);
    -webkit-transform: scale(0.9) skew(25deg, 0deg);
    -o-transform: scale(0.9) skew(25deg, 0deg);
    -ms-transform: scale(0.9) skew(25deg, 0deg);
    transform: scale(0.9) skew(25deg, 0deg);  
	margin-left: -120px;
}

.__badges {
        width: 45%;
    height: 300px;
    color: #000;
    overflow: hidden;
    display: flex;
    border-radius: 15px;
    transition: all 1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    float: left;
    align-items: center;
    margin-left: 5%;
}


 
 

.__fr2bk {
  background: var(--section-bg-color) ;
  padding: 30px 0px;
}

.__bxzsr{ 
	flex: 0 0 auto;
	width:25%;
	margin-bottom:20px;
    /*width:20%;*/
}

.__slrp {
  border-radius: 15px;

 
    
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    overflow: hidden;
    padding: 0px;
    /*padding: 20px 0px 10px;*/
}

.__simgwp {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    
    /*display: none;*/
}
.__simgwp img {
  min-height: 250px;
  object-fit: cover;
}
.__slrptx {
	padding: 1px 15px;
	text-align: left;  
	color: #000; 
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	min-height: 60px;
}

.__slrptx:hover{ 	}
.__slrptx h4{
	margin: 7px 0;
	font-size: 17px;
	text-align: center;
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 
}

.__slrptx h4 a{
	color:  var(--font-color);
}

.__slrptx h4 a:hover{
	color:  var(--color-primary);
}

 
.__slrp .__btn {
    border-radius: 30px;
    padding: 10px 0px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.__rdnhfj{
	padding: 0 15px 15px;
}

.__slrp h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 1px 0;
  padding: 1px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 18px;
  color: #333333;
}

.__srv2bk h2,
.__fr2bk h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 23px; 
}
.__srv2bk h2 span,
.__fr2bk h2 span {
  background: var(--section-bg-color);
  padding:0 25px;
  color: #000000;
}
.__srv2bk h2:after,
.__fr2bk h2:after {
    content: "";
    display: block;
    border-bottom: 3px solid var(--color-primary);
    margin: -14px auto 0;
    width: 45%;
	border-radius: 30px;
}

 
  
.__sbheader {
	background: var(--color-accent);
	padding: 40px 0;
	text-align: center; 
	color: #000;
 
}
.__sbheader img{
	margin-bottom: 5px;
}

.__subxz {
	padding: 10px 3%;
	border-right: #96969682 1px solid;
}
.__rtbordernone{
	border-right: none
}
 
.__subxz h2{
	color: #000;
	font-size: 20px  ;
	margin: 20px 0 5px;
	padding: 0 0;
}


.__scnB2{
	
}
.__ldsrp{
	 
}
.__ldsrpbzd {
    background: var(--color-primary);
    border-radius: 10px;
    color: #fff;
    padding: 50px 80px 15px 30px;
    margin-bottom: 35px;
}
.__ldsrpbzd h2{
	font-size: 30px;
	line-height: 40px;
	
}

.__ldsrpbzd h2 span {
	font-size: 38px;
}

.__ldsrpbzd ul {
	margin: 10px 5px;
	padding: 0;
}


.__ldsrpbzd ul li {
	margin: 0 15px;
	padding: 0 0px 7px;
}
.__vidswrp{
	 
}
.__vidswboz{
	margin-top: 8%;
	background: #fff;
	border-radius: 10px;
	border: 2px solid var(--color-primary);
	
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	
	margin-left: -100px;
	height: auto;
	right: 0;
	overflow: hidden;
	position: relative;
	z-index: 100;
	
		
}

.__vidswboz video{
	float: left;
    width: 100%;
}



 



  /* footer SS */
.footer {
  padding: 35px 0 0 0;
  background: #000000;
  color: var(--color-accent);  
	font-size: 13px;
}

 
.f_info {
	line-height: 20px;
	  color: #fff;
}
.f_info a {
  color: #fff;
	transition: all 1s;
}
.f_info a:hover {
	transition: all 1s;
  color: var(--color-accent);  
}
.f_info b {
	 
	font-size: 14px;
	color: #fff;
}
.footer ul {
	padding: 0px;
	margin: 0;
}
.footer ul li {
	padding: 4px 0; 
	margin: 0px;
	list-style: none;
}
.ft a {
  color: var(--color-accent);  
	transition: all 1s;
}
.ft a:hover {
  color: var(--color-secondary);  
	transition: all 1s;
}
.ft ul li {
	margin-bottom: 5px;
}
.ft ul li:hover,
.ft ul li:focus,
.ft ul li:active {
	transition: all 1s;
}
.ft_menu ul li {
	line-height: 28px;
}
.ft_menu ul li a {
  color: var(--color-accent);  
	transition: all 1s;
}
.ft_menu ul li a:hover {
  color: var(--color-primary);  
	transition: all 1s;
}
._social_icons_top {
	float: left;
}
._social_icons_top i {
	border-radius: 50%;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	margin-right: 4px;
  color: var(--color-accent);  
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	font-size: 16px;
}
._social_icons_top i:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fa-facebook-f {
	background: #3b5998;
}
.fa-twitter {
	background: #00acee;
}
.fa-linkedin-in {
	background: #0e76a8;
}
.fa-youtube {
	background: #c4302b;
}
.fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
   
}
.store {
	margin: 0px 0px 5px;
	float: left;
	padding: 0 10px 5px 0px
}
.store img {
	border-radius: 6px;
	overflow: hidden;
}
.__social_wrap h6 { 
	font-size: 14px;
}
.copy_right {
	padding: 15px 0;
	text-align: left;
	color: var(--color-accent);  
	margin-top: 31px;
	border-top: #4a4a4a 1px solid;
}
.copy_right a {
  color: var(--color-accent);  
}
.copy_right a:hover {
	text-decoration: underline;
}
.pay_icon {
	float: right;
	margin-top: -4px;
}

/*Footer E*/
 
.menu_wrap.navbar-light .navbar-toggler {
    border-radius: 0px;
    background: #ffffff;
    border:  2px solid var(--color-primary);
    margin-bottom: 5px;
	border-radius: 3px;
}



 
.__abzofboz {
    background: #e9f1ff;
    padding: 20px;
    color: #000;
    -webkit-box-shadow: 0px 0px 5px 2px #00000021;
    -moz-box-shadow: 0px 0px 5px 2px #00000021;
    box-shadow: 0px 0px 5px 2px #00000021;
    border-radius: 10px;
 
}







 









.breadcrumb_wrap {
	background: #ebeef3;
    padding: 0 0;
    margin-bottom: 0px;
}

.breadcrumb_wrap .breadcrumb {
	margin-bottom: 0px;
	background: #ebeef3;
	padding: 7px 0px;
	font-size: 12px;
	padding-left: 0;
	color: #000;
}
.breadcrumb_wrap a {
	color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #666;
}



/*login_registration S*/

.__signwrap {
	padding-top: 45px;
	padding-bottom: 45px; 
    background: #f7fbff;
	
}
.inner_pg_blok {
	padding: 0px;
	margin-bottom: 35px;
	background: #fff;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
}
.inner_pg_blok.become_a_vendor {
	max-width: 60%;
}
.register_box,
.login_box {
	padding: 35px 30px 15px;
}

/*
.register_box {
	border-left: #cccbd0 1px solid;
}*/
.__signwrap h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
	
}
.required {
	color: red;
	padding-left: 1px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
}
.forgot_a {
	font-size: 13px;
	float: right;
	margin-top: -5px;
	color: #6e6e6e;
}
.social_login_wrap {
	float: left;
	width: 100%;
	margin: 0px 0;
	text-align: center;
	border-top: none;
	padding-top: 25px;
}
.social_login_wrap h5 {
	font-size: 14px;
}
.social_fb {
	padding: 7px 7px;
	float: none;
	width: auto;
	cursor: pointer;
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: none;
}
.__ctm_btn {
	text-align: center;
	min-width: 280px;
	max-width: 280px;
	margin: 0 auto;
	padding: 11px;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
}
 
.inner_pg_blok .form-group {
	color: #17112a;
}

/*login_registration E*/





/*Contact Us*/ 

.__contactPg h3 {
    text-align: left;
}
.__contactPg h4 {
    text-align: left;
	font-size: 17px;
}

.__contactPg .__jonindr {
    padding: 25px 25px;
}

.cont_bok1 a {
    color: #000;
}

 
.cont_bok1 {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}


.cont_bok1 .fas {
    float: left;
    margin-right: 7px;
    width: 25px;
    margin-top: 8px;
    text-align: center;
    color:  var(--color-primary);
}

.cont_bok1 a {
    color: #000;
}
.cont_bok1 a:hover {
    color: #000;
}

.map {
    border: #d4d4d4 1px solid;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.map iframe {
	float: left;
}

 
.__contactPg .form-control {
    height: auto;
    font-size: 14px;
}
 
.__mapbk iframe {
	float: left; 
    border: #ccc 1px solid !important;
    padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}

 
/*Contact Us*/



 

.__innerbanner{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 330px;
}
.__innerbanner.__about {
     background: url(../images/__about_bnr.jpg) no-repeat center center; 
 }

.__innerbanner.__category_list {
     
 }




.__innerbanner h2 {
    color: #fff;
    padding-top: 140px;
    font-size: 47px;
}

 





.shopping-cart .image {
    margin-right: 15px;
    width: 125px;
    float: left;
	margin-top: 25px;
}
.description{
	margin-top: 22px;
}
 
.description h5{
	font-size: 15px;
}
.shopping-cart{
	width: 100%;
	height: auto;
	margin: 00px auto;
	display: flex;
	flex-direction: column;
}

/* item styling */




.description{
 	float: left;     
}

.__bold{
	font-weight: bold;	 
}


._hsrt{
	background: #1260c6;
	text-align: center;
	padding: 5px;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}

.__price_crt{
	font-weight: bold;
	text-align: center;
}


.number-input.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.number-input.number-input button.minus {
    padding-left: 10px;
}
.number-input.number-input button {
    width: 2.5rem;
    height: .7rem;
}
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input.number-input button:before, 
.number-input.number-input button:after {
    width: .7rem;
    background-color: #495057;
}

.number-input button:before, 
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.__quantityox { 
	border: #ccc 1px solid;
    display: inline-block;
	width: 101px;
}
.__quantityox button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
 	line-height: 0;
  border: none;
  cursor: pointer;
}

.shopping-cart .buttons{
	position: relative;
	padding: 15px;
	text-align: center;
	color: red;
}
    
.shopping-cart .image img{
	width: 100%;
}

.description span{
  display: block;
  font-size: 1em;
  color: #000;
  font-weight: 400;
}
 

.quantity { 
	margin-right: 0px;
	display: block;
}

.quantity input{
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 1em;
  color: #000;
  font-weight: 300;
}

.minus-btn img{
  margin-bottom: 3px;
}
.plus-btn img{
  margin-top: 2px;
}

button:focus,
input:focus{
  outline: 0;
}

.total-price{
  width: 10%;
  padding-top: 27px;
  text-align: center;
  font-size: 1em;
  color: #000;
  font-weight: 300;
}

.description table {
	 line-height: 17px;
}

.total-price{
	font-weight: bold;
}
 
.delete-btn {
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
	cursor: pointer;
}

 
.__dvr {
    border-bottom: #ccc 1px solid;
    padding-bottom: 30px;
    background: #ebf5ff;
}

.__smy_btm{
	margin-top: 60px;
}
.__smy_btm_box{
	padding-right: 50px;
	float: left;
	width: 100%;
	

}
.__smy_btm_box_innr{
	background: #ebf5ff;
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
}
.__smy_btm_box_img{
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 20px;
	border: #29a268 1px solid;
}
.__smy_btm_box_img img{
	width: 100%;	
}
.__priv {
	background: var(--color-secondary);
	padding: 5px 15px;
	color: #fff;
	float: left;
	border-radius: 30px;
	font-weight: bold;
	margin-top: 5px;
}
.__smy_btm_box_innr h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.__smcart {
    border:  var(--color-secondary) 1px solid;
    float: right;
    padding: 5px 10px;
    color:  var(--color-secondary);
    font-size: 16px;
    background: #fff;
    cursor: pointer;
}
.__smcart a{
    color:#3277b8;
}
.__subtabintls{
	font-size: 16px;
	line-height: 30px;
	background: #ebf5ff;
	font-weight: bold;
	color: #000;
}

 
.__subtabintls td{
	 padding: 10px 25px;
}

.__xdfv{
	border-bottom: #fff 3px solid ;
}
.__xcfbbor{
	border-left: #fff 3px solid ;
}

.__brs {
    border-top: #29a268 1px solid;
    border-bottom: #29a268 1px solid;
    border-left: #29a268 1px solid;
}
.__sdsdc{
 	border-right: #29a268 1px solid;
	border-left: none;
}
.__proceed_checkout_btn{
	background:var(--color-primary);
	color : #fff;
	font-size:20px;
	text-align: center;
	padding: 18px 0;
	display: block;
	width: 100%;
	margin-top: 15px;
	font-weight: bold;
	transition: all 1s;
}
.__proceed_checkout_btn:hover {
	transition: all 1s;
 
	background:var(--color-secondary);
	color : #fff;
} 

.__itemsth{
	text-align: left;
}





.dash {
   display: inline-block;
}

.dash .navbar-nav .dropdown-toggle{
    border-radius: 30px;
    border:   1px solid var(--color-primary);
    padding: 5px 6px !important;
    display: flex;
    align-items: center;
}

.dash a {
    color: #5d5e69;
}

.after_login .nav-link.dropdown-toggle {
    padding-left: 0px;
    padding-right: 0px;
}

.after_login .img-fluid {
    float: left;
    margin-right: 7px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: var(--color-primary) 1px solid;
    padding: 2px;
 
} 
.lim {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
	font-weight: 500;
}
 
.after_login .dropdown-menu {
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    border: none;
    min-width: 175px;
    border-radius: 10px;
    padding: 0;
    font-size: 14px;
	overflow: hidden;
}
.after_login .dropdown-menu a {
    font-weight: 500;
    padding: 3px 15px !important;
}
.after_login .dropdown-menu a:hover {
	color: #fff !important;
	background: var(--color-primary);
	padding: 0;
}

label {
    display: inline-block;
    font-weight: 500;
}


._dsoutbox h4 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
}



.__add_more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    border: var(--color-primary) 1px solid;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 18px;
    color: var(--color-primary);
    transition: all 1s;
	cursor: pointer;
}
.__add_more:hover{
	color: #fff;
	background:var(--color-primary);
	transition: all 1s;
}



.__edit {
    float: right;
    margin-top: -52px;
    position: relative;
}
.__edit a {
    color: #f7000a;
    padding: 6px 8px 4px;
    float: right;
    background: #fff1e2;
    margin-left: 5px;
    line-height: 19px;
    margin-bottom: 3px;
    border-radius: 5px;
}
.__edit a:hover{
    color: #822024;
}  

.__lis {
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}






 

.__sdwb{
	margin:  15px 0;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
}
.__sdwb .flex-shrink-0.__catlisimg {
    display: none;
}

.__catetext{}

.__catetext h2{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	
	 
} 
.__catetext h4{
/*
	color: #000;
	font-size: 20px;
*/
	margin-bottom: 20px;
}




.__catetext h4.__price{
    	font-size: 18px;
     color: #00B743;
     margin-bottom: 10px;
    
}


.__catdecp {
/*	font-size: 17px;*/
	color: #000;
 	min-height: 85px;
}

.__catdecp ul {
    margin: 4px 13px;
    padding: 0px 5px;
    list-style-image: url(../images/list_icons.jpg);
}
.__catdecp ul li {
	margin-bottom: 5px;	
	color: #000;
 
}
 
.__viewmore {
    background: var(--color-primary);
    padding: 10px 45px;
    border-radius: 30px;
    display: inline-block;
    
    color: #fff;
    margin-top: 10px;
}

.__viewmore:hover{
	background: var(--color-secondary);
	color: #fff;
}
.__catlisimg{
	max-width: 450px;
	min-width: 450px;
}

.__catlisimg img{
	border-radius: 10px;
	width: 100%;
	padding: 2px;
	object-fit: cover;
	min-height: 250px;
	max-height: 250px;
	overflow: hidden;
	border: 1px solid  var(--color-primary);
}

.__scoutinner{
	margin: 25px 0;
    text-align: justify;
}
.__subdis {
    margin-top: 15px;
    color: #000;
    border: #2f5597 dotted 1px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 11%);
    position: relative;
    border-left: 6px solid #2f5597;
    border-right: 6px solid #2f5597;
}


.__subdis h5{
    position: relative;
    padding-bottom: 10px;
} 

.__subdis h5 span:after {
    content: "";
    display: block;
    border-bottom: 2px solid var(--color-primary);
    margin: 5px 0 auto 0;
    width: 170px;
    left: 0;
    position: absolute;
}



.__des{
	margin-top: -25px;
}

.__description_basic{  
	margin-top: 10px;
} 
.__description_basic ul { 
	padding: 0px;
	margin: 0px 20px;
} 
.__description_basic ul li{ 
	padding: 0px 0 3px;
	margin: 0px;
} 
 

.__prddetals {
	margin-top: 40px;
}

.__prodetltext .__price { 
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
	color: #00B743;
}

.__prodetltext h2{
	font-size: 26px;
	margin-bottom: 10px;
}

.__prodel_img {
	border: #ccc 1px solid;
	padding: 2px;
}

.__prodel_img img{
	object-fit: cover;
	min-height: 475px;
	max-height: 475px;
	width: 100%;
}
 
	
.__date_time {
	 border-bottom: #ccc 1px solid;
	 border-top: #ccc 1px solid;
	padding: 20px 0;
}


.__date_time .form-group {
    margin-bottom: 0;
}
 

.__date_icon .form-control {
    background: url(../images/date.png) no-repeat;
    background-position: 7px 6px;
	padding-left: 35px;
	border-radius: 0;
}
.__time_icon .form-control {
	border-radius: 0;
    background: url(../images/time.png) no-repeat;
    background-position: 7px 6px;
	padding-left: 35px;
}
.__date_icon .input-group-append{
	display: none;
}

.__textarea{
 
	padding: 15px 0 20px;
}
.__textarea .form-label {
    margin-bottom: 2px;
}
.__add_ons .form-control ,
.__textarea .form-control {
	border-radius: 0px;
} 

.__addoneswrp{
	border-top: #dee1e6 5px solid;		 
	border-bottom: #dee1e6 5px solid;	
	padding: 20px 0;
} 
.__addres{
 	margin-top: 7px;
	}


.__blksubbtnwp{
    text-align: center;
    margin-top: 15px;
}

.__showrmre {
    padding: 11px 25px;
    color: var(--color-primary) !important;
    border: var(--color-primary) 2px solid; 
    display: block;
    max-width: 320px;
    margin: 0 auto;
        transition: all 1s;
}
.__showrmre:hover{
        transition: all 1s;
    color: #fff !important;
    border: var(--color-primary) 2px solid;
    background: var(--color-primary);
}

.__adonsm{
	 border-bottom: #ccc 1px solid;
	padding: 20px 0;
}


.__addoneswrp .__proimg {
    min-height: 200px;
    max-height: 200px;
} 
.__addoneswrp .__prodextx h4 {
    font-size: 15px;
 
    min-height: 19px;
}
.__addoneswrp .__proimg img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}

.__addoneswrp .__price{
	margin-bottom: 0;
	font-size: 16px;
}
.__addoneswrp h4{
	font-size: 20px;
}

.__btn_select {
	padding: 10px 15px;
	width: 100%;
	margin-top: 10px;
}

.__btn_select.__active{
	background: var(--color-secondary);
	border:  var(--color-secondary); 
}


.__btnNext {
    float: left;
    background: var(--color-primary);
    font-size: 18px;
    color: #fff;
    padding: 18px 43px;
    border-radius: 30px;
 
    font-weight: bold;
	cursor: pointer;
	border: 1px solid  var(--color-primary);
	transition: all 1s;
}

.__btnNext:hover {
	color: #fff;
 	background: var(--color-secondary);
	transition: all 1s;
 
}
.__paynowbtn{
	
}



.__scoutinner .__subxz {
    margin-top: 20px;
	padding: 0 10px;
	border: none; 
}
.__abinboz .d-flex{ 
	margin-bottom: 15px;
}
.__abinboz{
	border-left:var(--color-primary) 5px solid;
	  border-radius: 10px;
    background: #f7f7f7;

	padding: 30px;
}

.__static_page{
	min-height: 500px;
}
.__static_page ul {
	margin: 0 0 15px;
    padding: 0 18px;
}

.__static_page ul li {
	padding-bottom: 4px;
}

.__static_page ol {
	margin: 0 0 15px;
    padding: 0 20px;
} 

.__servdb2img {
	border:  1px solid var(--color-primary); 
	padding: 5px;
}
 



.__prolistslid {
    position: relative;
	overflow: hidden;
}
.exzoom .exzoom_img_box{
	overflow: hidden;
}

.__propgdeils {
    padding: 30px 0;
}

.__prodetltext{
	padding-left: 30px;
}



.__subdis ul {
	margin: 0 0px;
	padding: 0 5px;
}

.__subdis ul li{
	margin: 0 15px;
	padding: 0 5px;
}

.__your_position_tag {
	background: #ffffff;
    border-radius: 30px;
    border: #2f5597 1px dashed;
    font-weight: 500;
    font-size: 17px;
    color: #2f5597;
    max-width: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 15px;
}


.__your_position_tag span {

	background: var(--color-primary);
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
}


.__tnkswrap{
    max-width: 600px;
    border: #4caf50 1px solid;
    margin: 5% auto;
    padding: 36px;
    text-align: center;
    border-radius: 30px;
	font-size: 17px;
	font-weight: normal;
	color: var(--color-primary);
	
	    -webkit-box-shadow:  0px 3px 13px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow:  0px 3px 13px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 10%);
}
.__thxicm {
    color: #4caf50;
    font-size: 100px;
    margin-bottom: 15px;
}

.__tnkswrap h1{
 	color: #4caf50;
} 
.__my_address {
    padding: 15px;
}


.__dshbz {}


.__dshbzinr { 
    border-radius: 10px; 
    padding: 20px;
	margin-bottom: 30px; 	
}

.__dshbz h2{
	font-size: 17px; 
}

.__dshbz h6{
    font-size: 48px;
    font-weight: lighter;
}
.__dshbzinr {
    color: #fff;
}

.__dshbzinr:hover {
    color: #fff;
}


.__daszocrl1 {
	background: #8bc34a;
}

.__daszocrl2 {
	background: #9c27b0;
}

.__daszocrl3 {
	background: #e91e63;
}

.__daszocrl4 {
	background:  #00bcd4;
}

.__daszocrl5 {
	background: #8bc34a;
}

 
.__account_settings{
	padding: 30px;
}

.__tascrpt{
	margin-top: 15px;
}
.__subdis p {
	margin-bottom: 5px;
}

.__subdis h5{
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 500; 
}

.__quantity_cartwp{
	margin-top: 15px;
}
 
.__instruction_doc {
	margin-top: 15px;
    display: block;
    color: var(--color-primary);
    border: var(--color-primary) 1px dotted;
    padding: 5px 15px;
    text-align: center;
    max-width: 215px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 1s;
}
.__instruction_doc:hover {
	background:  var(--color-primary);
	color: #fff;
	transition: all 1s;
}
  


.__testgrdaprt{}
.__testgrdaprt h4{
 	font-size: 20px;
	margin-bottom: 15px;
}

.__tsinrgrd {
	background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
}

.__tsinrgrd .flex-shrink-0 {
        display: none;
}


.__tsinrgrd img{
	width: 300px;
	min-height: 230px;
	max-height: 230px;
	object-fit: cover;
}
.__tsinrgrd h5{
	font-size: 19px;
	font-weight: 500;
}
.__tsinrgrd .__senomr{
	font-size: 12px;
	color: #5a5a5a;
}

.__tsinrgrd .__price {
	    color: #00B743;
	font-weight: bold;
	font-size: 16px;
}
.__status_tag {
	border: #ff9800 1px solid;
    padding: 1px 9px;
    border-radius: 22px;
    color: #ff9800;
    width: fit-content;
	margin: 5px 0; 
	font-size: 12px;
}
.__status_tag.__approved{
	color: #009688;
	border: #009688 1px solid;
}
.__dshPaybnt{
    background: var(--color-primary);
    color: #fff;
    margin-top: 10px;
    min-width: 180px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    transition: all 1s;
    display: inline-block;
    padding: 13px 5px; 
    width: 85%;
    margin: 5px auto 15px;
}
.__dshPaybnt:hover{
	background: var(--color-secondary);
    color: #fff;
}  
.__addResultbtn{
	 background: #00c19f;
}
.__addResultbtn:hover{
	background: #009278;
}

.__sudritrpwrap{
	display: flex;
    justify-content: space-between;
}


.participated {
    background: #9e9e9e;
    padding: 12px 10px!important;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 5px;
}
.participated  i { 
    display: none;
}

.__addfromwrap{
	background: #fff;
	margin: 0px 0 0px; 
	padding: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
}

.__cerfwap{
	background: #fff;
	margin: 0px 0 0px; 
 	padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
}
.__cerfwap .table{
	margin-bottom: 0px;
	border: #ccc;
}

.__dfilterwrap {
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	
}

.__dfilterwrap .col-3,
.__dfilterwrap .col{
	padding: 0 3px;
}

.__helpwrap {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
}

.__helpwrap  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2f55978f;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.__nubrline {
    padding: 0 13px;
}


.__nubrlineCode {
    max-width: 140px;
    font-size: 14px; 
}









.__afnotfi{
    float: left;
    margin: 6px 15px 0;
    color: var(--color-primary);
    font-size: 19px;
    cursor: pointer;
    position: relative;
        margin-top: 10px;
    margin-right: 30px;
}
.notification_number {
position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffc107d4;
    z-index: 99;
    top: -16px;
    text-align: center;
    font-size: 12px;
    color: #000;
    right: -9px;
    line-height: 0;
    padding-top: 10px;
}
.__ntidroplte{
    position: absolute;
    min-width: 250px;
    background: #fff;
    top: 25px;
    /*border: #ccc 1px solid;*/
    font-size: 13px;
    right: -12px;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%); 
    border-radius: 10px;
    display: none;
    padding-bottom: 15px;
   
}

.__ntidroplte ul{
    margin: 0px;
    padding: 10px 15px;
    list-style: none;
    overflow-y: scroll;
    max-height: 288px;
}

.__ntidroplte ul li {
    margin: 0px;
    padding: 7px 0;
    border-bottom: #ccc 1px solid;
    font-weight: 500;
    line-height: 18px;
}
.__ntidroplte ul li p {
    margin:0;
    padding: 0px 0;
}










.__shpwboz{
    padding: 14px;
    border: #e0e0e0 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
}


.__adbozb {
    padding: 15px;
    border: #2f5597 1px dotted;
    background: #f6f9ff;
    line-height: 20px;
    margin-bottom:15px; 
    border-radius: 10px;
    position: relative;
}
.__adreditbnt {
    background: #2f5597;
    padding-top: 4px;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    top: 10px;
    font-size: 18px;
}

.__adreditbnt:hover {
    background: #2f5597;
     color: #fff;
}







.__thank_youpupwrap  {}

.__thank_youpupboz{
    text-align: center;
}

.__thank_youpupboz .__xvtext p{
    margin-bottom: 5px;
    font-size: 16px;
}
.__pplinbtn {
     
    border-radius: 15px;
    padding: 2px 12px; 
    font-size: 15px;
    transition: all 1s;
    color: #2f5698;
    background: #fff;
    border: #2f5698 1px solid;
}
.__pplinbtn:hover{
        transition: all 1s;
  color: #fff;
    background: #2f5698;
    border: #2f5698 1px solid;
}
.__thank_youpupboz .modal-footer,
.__thank_youpupboz .modal-header {
     border: none;
} 
.__thank_youpupboz .modal-body.__xvtext {
      padding:  0px 8px 40px;
}
 
.__poplogo {
    margin-bottom: 20px;
}

.textgren{
        color: #008a06;

}

.__imgrightbk{
    float: right;
    margin: 0 0px 0px 15px;
    min-width: 500px;
    max-width: 500px;
}

.__imgleftbk{
    float: left;
    margin: 0 15px 0px 0px;
    min-width: 550px;
    max-width: 550px;
}


.__trash{
    background: #f44336;
    padding-top: 4px;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 43px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    top: 10px;
    font-size: 18px;
}

.__trash:hover{
    color: #fff;
}


.__apgFterBoz .d-flex.__tsinrgrd {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.__apgFterBoz .flex-shrink-0{
        display: none;
}

.__apgFterBoz .d-flex.__tsinrgrd img {
    width: 100%;
}

.__apgFterBoz .__sudritrpwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.__apgFterBoz .__tsinrgrd h5 {
    font-size: 16px;
    min-height: 38px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__status {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 3px 0;
    font-size: 12px; 
    min-width: 85px;
    text-align: center;
}
  
.__status.in_progress{
     color: #ff9800;
    background: #fff5e6;
    border: #ff9800 1px solid;
}

.__status.active{
    color: #4caf50;
    background: #f0ffde;
    border: #8bc34a 1px solid;
}


.__status.inactive {
    color: #5a5a5a;
    background: #eaeaea;
    border: #9e9e9e 1px solid;
}


.__apgFterBoz .__sudritrp.__drbnz  .__dshPaybnt,
.__apgFterBoz .__sudritrp.__drbnz {
    min-width: 100%;
    width: 100%;
} 

.__apgFterBoz .__testclos,
.__apgFterBoz .__reginclose{
   font-size: 13px; 
}

.__apgFterBoz .__sudritrp{
     width: 100%;
}


.__all_ptprgm_filterWp{
    margin-bottom: 15px;
}

.__all_ptprgm_filterWp .btn-primary {
    width:100%;
    height: 100%;
}

.__all_ptprgm_filterWp .__dfilterwrap {
    padding: 10px 15px;
}


.__all_ptprgm_filterWp .col-auto,
.__all_ptprgm_filterWp .col {
    padding: 0 7px;
}

.__all_ptprgm_filterWp .form-select{
    font-size: 14px;
} 

.__confidentiality_img{
    min-width: 650px;
    max-width: 650px;
} 
 
.__service_requestform {
    min-height: 330px;
}
 
.__pgDwnBozTx{
    
}
 
.__pgDwnBoz{
    display: flex;
    font-size: 30px;
    align-items: center;
    border: #2f5597 1px solid;
    border-radius: 55px;
    width: max-content;
    padding: 7px 11px;
    padding-right: 25px;
    background: #2f5597;
    color: #fff;
    transition: all .5s;
}  
.__pgDwnBoz i {
    background: #fff;
    color: #2f5597;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.__pgDwnBozTx {
    margin-left: 18px;
    font-size: 18px;
    font-weight: bold;
}


.__pgDwnBoz:hover { 
    transition: all .5s;
    border: #000 1px solid; 
    background: #000;
    color: #fff;
} 

.__pgDwnBoz:hover i{  
        color: #000;
}

.__anlyTable table{
    font-size: 13px; 
}
 
.__tablfld {
    max-width: 120px;
    min-width: 120px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.__suTbzie {
    margin-bottom: 15px;
}

.__suTbzie .__anlyTable table { 
    margin-bottom: 0;
}


.__isocrPgImg{
    margin-bottom: 25px;
}

 

.__isocrPgImg img {
    border-radius: 10px;
}

.__isocrPgTxs  h5 {
  font-size: 17px; 
}
.__isocrPgTxs{
    
}
.__isoPgBWz{
        margin-top: 2px
}

.__isoPgBWzSboz{ 
    margin-bottom: 15px;
}


.__isoPgBWzSbzoInr{border: #BEBEBE 1px solid;border-radius: 10px;overflow: hidden;padding: 10px;}

.__isoPgBWzSbzoInr .flex-shrink-0 img {
	width: 100px;
	height: 140px;
	object-fit: cover;
	border: #ccc 1px solid;
	padding: 5px;
	border-radius: 10px;
} 
.__isoPgBWzSbzoInr h6 {
	color: #2f5597;
	font-size : 15px;
	font-weight: 600;
}

.removeitemcart {
    width: 25px;
    color: #ed0000;
    height: 25px;
    display: flex;
    border-radius: 50%;
    background: #ededed;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: #ccc 1px solid;
}
.removeitemcart:hover{
    color: #ffffff; 
    background: #ed0000; 
    border: #ed0000 1px solid;
}





@media (max-width: 1199px) {
	
	.menu_wrap ul li a {
   	 	padding: 12px 12px 12px !important;
	}
	
	.__slrp .__btn {
		font-size: 12px;
	}
 
 
	.__banner .carousel-caption h5{
		font-size: 70px;
		line-height: 80px;
	}
	.__tsinrgrd img {
		width: 250px;
	}
 
}

@media (max-width: 991px) {
    
     .__all_ptprgm_filterWp{
         padding-bottom: 0;
     }
    .__all_ptprgm_filterWp .col {
        flex: 1 0 50%;
        margin-bottom: 15px;
        
    }
    .__all_ptprgm_filterWp .btn-primary {
     
        height: auto;
    }
 
	.header_nav {
        display: block;
	}
	
  	#menu.mm-menu_opened {
        display: block!important;
    }
	
	
	
	
	
	.__imgrightbk,
     .__imgleftbk { 
        min-width: 380px;
        max-width: 380px;
    }
    
    
	.__tsinrgrd{
		display: flex;
		flex-direction: column;
	}
 
 	.__tsinrgrd img {
		width: 100%;
	}
	
	.__sudritrpwrap {
		display: flex;
		flex-direction: column;
	}
	
	.__dshPaybnt { 
		padding: 10px 5px;
	}

 
	
	.__banner .carousel-caption h5{
		font-size: 50px;
		line-height: 60px;
	}
	
	
	.__topbar_wrp {
 		padding: 5px 0;
	}
	
	.__topbar_wrp .container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
 
	.logo img {
	  height: 60px;
	} 
	.__sbrasct {
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
		position: relative;
		padding: 10px 0;
	}
	
	.menu_wrap { 
		position: absolute;
		z-index: 2222; 
		margin-right: 0
	}
	
	.menu_wrap .navbar-collapse {
		background: rgb(255, 255, 255);	
		border-radius: 5px;
		overflow: hidden;
		min-width: 260px;
	}
	
	
	.menu_wrap ul li a{
		border-bottom: #ccc 1px solid;
	}
	.menu_wrap ul li a:hover, 
	.menu_wrap ul li a:focus,
	.menu_wrap ul li.active a{
		border-bottom: #ccc 1px solid;
		background: var(--nav-color-hover);
		color: #fff !important;;
	} 
	.__logregdrp {
		margin-right:50px;
		margin-top: 0;
	}
	.logo {
    padding: 0;
	}
	
	.menu_wrap .navbar{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	.menu_wrap.navbar-light .navbar-toggler{
		margin-top: 3px;
	}
	.pay_icon {
		float: initial;
		margin-top: 2px;
	}
	.copy_right { 
		text-align: center;
	}
	.copy_right .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.__banner .carousel-control-prev-icon,
	.__banner .carousel-control-next-icon {
		width: 60px;
		height: 60px;
	}
	
	
	.__bxzsr{ 
		flex: 0 0 auto;
		width: 33.333%;
		margin-bottom: 30px;
	}

	
	.__wlctxtpart2{
		margin-top: 30px;
	}
	
	.__vidswboz {
		margin-top: 0px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	
	.__subxz {
		line-height: 16px;
		font-size: 12px;
	}
	.__subxz h2 {
      	font-size: 16px;
		margin: 14px 0 5px;
	}
	
	
 
    .__abzofboz { 
    	margin-bottom: 15px;
    }
    
    
    .__catlisimg { 
        min-width: 250px;
    }

    


}  

@media (max-width: 767px) {
	
	 .__catlisimg { 
        min-width: 200px;
    }
	.__imgrightbk, .__imgleftbk {
        min-width: 100%;
        margin: 0 0 10px 0;
        max-width: 100%;
    }


	.__banner .carousel-caption  {	
		top: 6%; 
	}
	.__banner .carousel-caption h5{
		font-size: 25px;
		line-height: 30px;
	}
	
	.__catlisimg {
		max-width: 40%;
	}
	.__innerbanner { 
		min-height: 200px;
	}
	
	.__innerbanner h2 { 
		padding-top: 74px;
		font-size: 37px;
	}
	 
 
	.__banner .carousel-control-prev-icon,
	.__banner .carousel-control-next-icon {
		width: 45px;
		height: 45px;
	}
	
 
	
	.__bxzsr {
		flex: 0 0 auto;
		width: 50%;
		margin-bottom: 30px;
	}
	
	.__badges {
    width: 34%;
	}
 
}
 
@media (max-width: 576px) {
    .__blksubbtnwp {
         
        margin-top: 0;
    }
    
    .lim {
           display: none;
    }
    
    .after_login .img-fluid {
        margin-right: 0;
    }
    .__bxzsr {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    .__all_ptprgm_filterWp .col {
        flex: 1 0 100%;
        margin-bottom: 15px;
        
    }
    .__all_ptprgm_filterWp {
        padding-bottom: 15px;
    }
    
    
    
    .__logretbn {
     
        font-size: 13px;  
        padding: 10px 12px;
    }
	
	
	.__catdecp {
   
        min-height: auto;
    }


	.__tpemail,
	.__tptell { 
    	margin-left: 5px; 
		padding: 0;
		font-size: 12px;
	}
	
	.__simgwp img ,
	.__simgwp {
        width: 100%;
		min-height: 250px;
		max-height: 250px;
	    
    	min-height: 200px;
	}
	
	.__slrptx h4 {
 	 
    	font-size: 15px;
	}
	
	.__ldsrpbzd {
 
    	padding: 30px;
	}
	
	
	
	 .__innerbanner h2 {
		padding-top: 84px;
		font-size: 26px;
	}
	
	.__catlisimg {
		max-width: 100%;
	}
	.__sdwb .d-flex {
		display: block !important
	}
	.__catlisimg {
		max-width: 100%;
	}
	
	
	.__catetext {
		margin-left: 0!important;
		margin-top: 15px;
	}
 
	
	
	.__sbheader {
		display: none;
	}
	
	.__wlctxtpart h1 {
		font-size: 19px;
	}	
	.ft_menu{
		margin-bottom: 15px;
	}

	 
}