

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    letter-spacing: 2px;
    transition: all .4s ease-in-out;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
select:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

ul li, ol li{
	list-style: none;
}

button, a, i{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    text-decoration: none !important;
    transition:  all .4s ease-in-out;

}


button:active, button:focus, a:active, a:focus{
	background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}



::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border-radius: 0px;
}

::-webkit-scrollbar-thumb {
background: rgb(0 114 188);
    background: linear-gradient(180deg, rgb(0 114 188) 17%, rgb(242, 242, 242) 100%);
    border-radius: 0px;
    transition: all .4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
background: rgb(000,000,000);
background: linear-gradient(180deg, rgba(36,37,41,1) 60%, rgba(36,37,41,1) 100%);
}









/* HEADER START */

/* Header menu dropdown start here */
header .main-menu ul.menu-left .sub-menu-how {
    display: none !important;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.sub-menu-how li{}
.sub-menu-how li a{
    display: block;
    width: 100%;
    background-color: #0072bc;
}
header .main-menu .menu-left li a:before {
    content: '';
    position: absolute;
    background-color: #00a651;
    height: 52px;
    width: 100%;
    left: 0;
    top: 0px;
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.sub-menu-how li a:hover{
    background-color: #00a651 !important;
}
.sub-menu-how li a:before{
   display: none !important;

}

li#how-to-buy:hover ul.sub-menu-how {
    display: block !important;
    margin-top: 14px !important;
}
li#Aucctionss:hover ul.sub-menu-how {
    display: block !important;
    margin-top: 14px !important;
}
li#servicesss:hover ul.sub-menu-how {
    display: block !important;
    margin-top: 14px !important;
}
li#Contact-us:hover ul.sub-menu-how {
    display: block !important;
    margin-top: 14px !important;
}

header .main-menu ul.menu-left {
    display: flex !important;
}

/* header menu dropdown end here */



header .welcome-pacific {
	background-color: #f9faff;	
	padding: 6px 0;
}

header .welcome-pacific p{
	font-size: 12px;
	color: #898989;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 6px;
	text-align: center;
	letter-spacing: .5px;
}


header .welcome-pacific .right .cont{
	display: flex;
	justify-content: flex-end;

}

header .welcome-pacific .right .cont a {
	background-color: transparent;
	color: #898989;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
}

header .welcome-pacific .right .cont .dropdown{
	position:  relative;
}

header .welcome-pacific .right .cont .dropdown:last-child {
    margin-left: 15px;
}

header .welcome-pacific .right .cont .dropdown:last-child:before {
    content: '';
    position: absolute;
    background: #898989;
    height: 15px;
    width: 1px;
    left: -6px;
    top: 6px;
}


header .logo-search .logo img {
    position: relative;
    left: -65px;
}

header .logo-search .search .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header .logo-search .search .cont input{
	border:  1px solid #ebebeb;
	color:  #00a651;
	font-size: 12px;
	padding: 20px 12px;
}


header .logo-search .search .cont input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:  #aaaaaa;
  font-size: 12px;
  font-style: italic;
  opacity: 1; /* Firefox */
}



header .logo-search .search .cont .cat-dropdown{
	border: 1px solid #ebebeb;
    color: #363636;
    font-size: 13px;
   	padding: 8px 35px 8px 25px;
   	background-color: #f9faff;
   	font-weight: 500;
}

header .logo-search .search .cont .dropdown-toggle::after {
    border: none;
    content: '\f0d7';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 12px;
}

header .logo-search .search .cont .dropdown-menu {
    padding: 0;
}

header .logo-search .search .cont .dropdown-menu a {
    padding: 6px 18px;
    font-size: 14px;
}

header .logo-search .search .cont .dropdown-menu .dropdown-item.active, header .logo-search .search .cont .dropdown-menu .dropdown-item.hover, header .logo-search .search .cont .dropdown-menu .dropdown-item:active, header .logo-search .search .cont .dropdown-menu .dropdown-item:hover {
    color:  #fff;
    background-color: #00a651;
}



header .logo-search .search .cont .search-btn {
    padding: 6px 16px;
    background-color: #00a651;
    border: none;
}

header .logo-search .search .cont .search-btn:hover {
    background-color: #0072bc;
}


header .logo-search .search .cont .search-btn i {
	font-size: 14px
}

header .logo-search .search .cont .search-btn i {
    font-size: 14px;
    color: #fff;
}



header .cart .cont {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}

header .cart .cont .inner-cont {
    background-color: #0072bc;
    padding: 10px 12px;
    position: relative;
}

header .cart .cont .inner-cont a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 26px 0 0;
}

header .cart .cont .inner-cont:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    z-index: 111;
}


header .cart .cont .inner-cont:after {
    content: '\f0d7';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   	right: 12px;
    top: 9px;
    color:  #fff;
}

header .cart .cont .inner-cont a img {
    margin-right: 22px;
}


header .cart:hover .mini-cart{
	bottom: -310px;
	opacity: 1;
	pointer-events: unset;
}

header .mini-cart {
       position: absolute;
    bottom: -320px;
    opacity: 0;
    background-color: #fff;
    z-index: 111;
    padding: 20px;
    width: 330px;
    right: -65px;
    border-radius: 10px;
    transition:  all .4s ease-in-out;
    box-shadow: 0px -2px 4px #0072bc61;
    pointer-events: none;
}

header .mini-cart .cont {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}


header .mini-cart .mini-cart-name-price h4 {
    color: #0072bc;
    font-size: 14px;
}

header .mini-cart .mini-cart-name-price h3 {
    font-size: 14px;
}

header .mini-cart .mini-cart-name-price h3 span {
    color: #0072bc;
    font-size: 12px;
}

header .mini-cart .mini-cart-name-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


header .mini-cart .mini-cart-quantity-del {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .mini-cart .mini-cart-quantity-del h4 {
    font-size: 14px;
}

header .mini-cart .mini-cart-quantity-del i {
    color: #252525;
}

header .mini-cart .mini-cart-quantity-del i:hover {
    color: #0072bc;
}


header .mini-cart .total {
    display: flex;
    justify-content: space-between;
}

header .mini-cart .total h4 {
    font-size: 18px;
}

header .mini-cart .total h4 span {
    font-size: 14px;
    color: #0072bc;
}

header .mini-cart .overlay-btn {
   margin-top: 5px !important;
}

header .mini-cart .overlay-btn a {
    color: #0072bc;
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #0072bc;
}

header .mini-cart .overlay-btn:hover a{
	color:  #fff;
}


section.main-menu {
    background-color: #0072bc;
    position: relative;
    
}


header .main-menu ul {
    display: flex !important;
    justify-content: space-between;
    align-items: center;    
    margin-bottom: 0;
    height: 100%;
    
}


header .main-menu .menu-left {
    overflow: hidden;
}

header .main-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: .5px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
}

header .main-menu .menu-left li a:before {
    content: '';
    position: absolute;
    background-color: #00a651;
    height: 52px;
    width: 100%;
    left: 0;
    top: -52px;
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

header .main-menu .menu-left li a:hover:before, header .main-menu .menu-left li a.active:before  {
    top: -1px;
    opacity: 1;
}

header .main-menu:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #00a651;
    height: 100%;
    width: 26%;
    z-index: 0;
}

header .main-menu .my-acc {
    justify-content: flex-end;
}

header .main-menu .my-acc a.dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 5;
}

header .main-menu .my-acc a.dropdown-toggle:after {
    right: -8px;
    position: relative;
}

header .main-menu .my-acc .dropdown-menu{
	padding:  0;
	border-radius: 5px;
}

header .main-menu .my-acc .dropdown-menu a {
    color: #fff;
    background-color: #00a651;
    border-bottom: 1px solid #fff;
    padding: 10px;
}

header .main-menu .my-acc .dropdown-menu a:last-child {
    border: none;
}

header .main-menu .my-acc a:hover {
    color: #fcd905;
}

header .main-menu .my-acc .dropdown:before {
    content: '';
    position: absolute;
    background-image: url(../img/usericon.png);
    height: 50px;
    width: 50px;
    left: -35px;
    top: 13px;
    z-index: 1;
    background-repeat: no-repeat;
}

/* HEADER END */




/* HOME SLIDER START */
.home-slider {

}

.home-slider .cont {
    background-image: url(../img/Slider-Banner.jpg);
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-slider .cont h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
}

.overlay-btn {
	position: relative;
	margin-top: 35px !important;
	overflow: hidden;
}

.overlay-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0072bc;
    right: -150%;
    top: 0;
    z-index: 0;
    transition:  all .4s ease-in-out;
    transform: skew(-70deg, 0deg);
}


.overlay-btn:hover:before{
	    right: 0 !important;
	    transform: skew(0deg, 0deg);
}

.overlay-btn:hover a{
	border: 1px solid #0072bc;
}

.overlay-btn a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    border: 1px solid #fff;
    padding: 8px 16px;
    display: inline-block;
    position:  relative;
    z-index: 1;
}


ul.slider-social {
    position: absolute;
    right: 0;
    top: 35%;
    right: 32px;
    margin: auto !important;
}


ul.slider-social a {
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
    display: block;
    margin: 20px 0;
    padding: 2px 7px;
    text-align: center;

}

ul.slider-social a:hover{
	background-color: #0072bc;
	border: 1px solid #0072bc;

}
ul.slider-social a i {
    font-size: 14px;
    color: #fff;
}


ul.slider-social:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #fff;
    top: -100px;
    right: 15px;
}

ul.slider-social:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #fff;
    top: 100%;
    right: 15px;
}


.home-slider .slick-dots {
    bottom: 40px;
    display: block;
}

.home-slider .slick-dots li button {
	width: 26px;
    height: 26px;

}

.home-slider .slick-dots li.slick-active button {
    border: 1px solid #fff;
}

.home-slider .slick-dots li button:before {
    font-size: 35px;
	top: 9px;
    left: 9px;
    background-color: #fff;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
}

.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}


/* HOME SLIDER END */



/* TOP CATS START */

.top-cats {
    padding-bottom: 50px;
}
.top-cats .cont {
    position: relative;
    margin-top:15px;
}

.top-cats .cont img {
    width: 100%;
}

.top-cats .cont h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
}

.top-cats .cont .inner-cont {
    position: absolute;
    top: 5%;
    width: 95%;
    height: 90%;
    left: 8px;
    right: 0;
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.top-cats .cont p {
    font-size: 16px;
    color: #fff;
}


.top-cats .cont .inner-cont a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #fff;
    letter-spacing: 1.5px;
    padding: 3px 20px;
    opacity: 0;
    pointer-events: none;
    font-weight: 600;
}

.top-cats .cont .inner-cont:hover a {
    opacity: 1;
    pointer-events: initial;
}

.top-cats .cont .inner-cont a:hover {
    color: #0072bc;
    background-color: #fff;
    border-color: #fff;
}

.top-cats .cont .inner-cont:before {
    content: '';
    position: absolute;
    background-color: #0072bccc;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: scale(0);
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.top-cats .cont .inner-cont:hover:before {
    transform: scale(1);
    opacity: 1;
}



/* TOP CATS END */


/* CURRENT AUCTIONS START */

section.current-auctions {
    padding-top: 40px;
    padding-bottom: 40px;
}

.current-auctions ul {
    align-items: flex-end;
}

.current-auctions .main {
    margin-bottom: 70px;
    padding: 5px;
}

.current-auctions .main .c-auction-main-img {
    width: 100%;
    transition: all .4s ease-in-out;
}

.current-auctions .main:hover img {
    transform: scale(1.1);
}

.current-auctions .main .cont {
    overflow: hidden;
}

.current-auctions .main:hover {
    box-shadow: 0px 0px 9px 0px #ccc;
}

.current-auctions ul a {
    color: #a1a1a1;
    font-size: 12px;
    border: none !important;
    padding: 5px 0 !important;
    margin: 0 20px;
    border-bottom: 3px solid transparent !important;
    font-weight:  400;
    position: relative;
    z-index: 1;
}


 .current-auctions ul a.active{
	color:  #00a651 !important;
    border-bottom: 3px solid #00a651 !important;
    background-color: transparent !important;
 
}
.current-auctions ul a.active{
	color:  #00a651 !important;
    border-bottom: 3px solid #00a651 !important;
   
 
}

.current-auctions ul h2 {
    background-color: #00a651;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.auction-hover li:after{
    display: none;

}
.main-current-auction .auction-count {
    font-size: 14px;
    color: #a1a1a1;
    padding-top: 15px;
    padding-bottom: 20px;
}



.current-auctions .details .auction-cat {
    margin: 0;
    color: #a1a1a1;
    font-size: 12px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ccc;
}

.current-auctions .details h4 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 0;
    color: #363636;
    font-weight: 600;
    letter-spacing: 0;
}

.current-auctions .details .c-bid {
    color: #a1a1a1;
    font-size: 14px;
}

.current-auctions .details .c-bid span {
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}

.current-auctions .main:hover h4 {
    color: #0072bc;
}

.current-auctions .main:hover .details .c-bid span {
	color:  #00a651;
}



.current-auctions .cont .auction-hover {
position: absolute;
    top: 16px;
    left: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.current-auctions .main:hover .auction-hover {
	opacity: 1;
    left: 25px;

}


.current-auctions .cont .auction-hover a {
    margin: 0;
}

.auction-hover li {
    margin-bottom: 3px;
    padding: 3px 16px 3px 8px;
    padding-left: 0;
}

.auction-hover li:before {
	content: '';
	position: absolute;
	background-color: #0072bc;
	left: -60px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.auction-hover li {
    position: relative;
}

.auction-hover li:hover:before {
    left: 0;
    opacity: 1;
    z-index: 0;
}

.auction-hover li img {
    background-color: #fff;
    padding: 8px 8px;
    transition: all .4s ease-in-out;
}

.auction-hover li:hover a {
    z-index: 11;
    position: relative;
}

.auction-hover li:hover:before {}

.auction-hover li:hover img {
    background-color: #0072bc;
}

.auction-hover li span {
    opacity: 0;
}

.auction-hover li:hover span {
    opacity: 1;
}

.current-auctions .cont .auction-hover a {
    color: #fff;
}

.auction-hover li:hover img {
    background-color: unset;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(161deg) brightness(107%) contrast(101%);
}

.auction-hover li span {
    margin-left: 14px;
}

.auction-hover li:after {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 36px;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0;
    transition:  all .4s ease-in-out;
}

.auction-hover li:hover:after {
    opacity: 1;
}

.current-auctions .nav-tabs {
    position: relative;
    border-bottom: 0;
}
.current-auctions .nav-tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #e1e1e1;
    z-index: 0;
    width: 98%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}





/* CURRENT AUCTIONS END */


  .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #007bff;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }


   .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	}

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 90%;
    caret-color:#fff;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #007bff;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }


.remodal {
   background: transparent;
}

.remodal-overlay {
    background: rgb(255 255 255 / 90%);
}



.remodal-close {
    left: unset;
    right: 0;
    color: #007bff !important;

}

.current-auctions .overlay-btn {
    display: inline-block;
    margin-top: -10px !important;
}


.current-auctions  .overlay-btn a {
    color: #0072bc;
    border: 1px solid #0072bc;
    padding: 8px 30px;
}

.current-auctions .overlay-btn:hover a {
    color: #fff;
}






/* LIVE AUCTIONS START */

.live-auction {
    padding: 50px 0 40px 0;
    position: relative;
}

.live-auction:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f9faff;
    height: 100%;
    width: 90%;
    margin: auto;
}

.live-auction .head h2 {
    background-color: #00a651;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.live-auction .head p {
    font-size: 14px;
    color: #a1a1a1;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
}


.live-auction .overlay-btn {
    display: inline-block;
    margin-top: 30px !important;
}


.live-auction .overlay-btn a {
    color: #0072bc;
    border: 1px solid #0072bc;
    padding: 8px 30px;
}

.live-auction .overlay-btn:hover a {
    color: #fff;
}








.live-auction .head p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e1e1e1;
    height: 1px;
}


.live-auction-slider .main {
    display: flex !important;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    margin-bottom: 20px;
    position: relative;
    outline:0px !important;
    -webkit-appearance:none;
    transition: all .4s ease-in-out;
    
}

.live-auction-slider .main:hover{
	box-shadow: 0px 0px 8px 4px #e0e0e0;
}

.live-auction-slider .slick-slide {
    margin-right: 15px;
}

.live-auction-slider .slick-slide{
    outline: 0px !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}


.live-auction-slider .left .auction-hover {
position: absolute;
    top: 16px;
    left: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.live-auction-slider .main:hover .auction-hover {
	opacity: 1;
    left: 20px;
}

.live-auction-slider .main:hover .right h2 {
    color: #0072bc;
}


.live-auction-slider .left.auction-hover a {
    margin: 0;
}

.live-auction-slider .left.auction-hover li {
    margin-bottom: 3px;
    padding: 3px 16px 3px 8px;
    padding-left: 0;
}

.live-auction-slider .left .auction-hover li:before {
	content: '';
	position: absolute;
	background-color: #0072bc;
	left: -60px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.live-auction-slider .left .auction-hover li {
    position: relative;
}

.live-auction-slider .left .auction-hover li:hover:before {
    left: 0;
    opacity: 1;
    z-index: 0;
}

.live-auction-slider .left .auction-hover li img {
    background-color: #fff;
    padding: 8px 8px;
    transition: all .4s ease-in-out;
}

.live-auction-slider .left .auction-hover li:hover a {
    z-index: 11;
    position: relative;
}

.live-auction-slider .left .auction-hover li:hover:before {}

.live-auction-slider .left .auction-hover li:hover img {
    background-color: #0072bc;
}

.live-auction-slider .left .auction-hover li span {
    opacity: 0;
}

.live-auction-slider .left .auction-hover li:hover span {
    opacity: 1;
}

.live-auction-slider .left .auction-hover a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-auction-slider .left .auction-hover li:hover img {
    background-color: unset;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(161deg) brightness(107%) contrast(101%);
}

.live-auction-slider .left .auction-hover li span {
    margin-left: 14px;
}

.live-auction-slider .left .auction-hover li:after {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 36px;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0;
    transition:  all .4s ease-in-out;
}

.live-auction-slider .left .auction-hover li:hover:after {
    opacity: 1;
}

.live-auction-slider .right {
    width: 100%;
    padding: 10px 25px;
    padding-bottom: 0;
}

.live-auction-slider .right h4 {
    font-size: 12px;
    color: #a1a1a1;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
    padding-bottom: 8px;
    letter-spacing: 1px;
}


.live-auction-slider .right h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #363636;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    width: 70%;
}

.live-auction-slider .right p.c-bid {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 400;
}

.live-auction-slider .right p.c-bid span {
    font-size: 16px;
    color: #00a651;
    font-weight: 500;
}


.live-auction-slider .right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.live-auction-slider .right ul li {
    font-size: 12.5px;
    color: #a1a1a1;
    font-weight: 400;
}


.live-auction-slider .right ul li span {
    display: block;
    text-align: center;
}


.live-auction-slider  .slick-arrow {
    background-color: #0072bc;
    
}

.live-auction-slider .slick-arrow {
    background-color: #0072bc;
    height: 35px;
    width: 35px;
    display: inline-block;
}

.live-auction-slider .slick-next {
    top: -96px;
    right: 4px;
}

.live-auction-slider .slick-prev {
    top: -96px;
    right: 48px;
    left: unset;
}

.slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 1;
    font-size: 14px;
}



/* LIVE AUCTIONS END */







/* PAST/UPCOMING AUCTIONS START */


.past-upcoming-auctions {
    padding-top: 30px;
    padding-bottom: 50px;
}

.past-upcoming-auctions .cont {
    overflow: hidden;
}

.past-upcoming-auctions img {
    width: 100%;
    transition: all .4s ease-in-out;
}

.past-upcoming-auctions img:hover {
    transform: scale(1.1);
}

.past-upcoming-auctions img .cont {
    position: relative;
}

.past-upcoming-auctions  .inner-cont {
    position: absolute;
    top: 25px;
    left: 40px;
    pointer-events: none;
}

.past-upcoming-auctions .inner-cont h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
}

.past-upcoming-auctions .inner-cont p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    width: 57%;
}
/* PAST/UPCOMING AUCTIONS END */









/* HOW TO BID START  */
.how-to-bid {
    padding-top: 25px;
    padding-bottom: 30px;
}

.how-to-bid .head {
    text-align: center;
    padding-bottom: 45px;
}


.how-to-bid .head h2{
	color:  #00a651;
	font-size: 24px;
	font-weight:  bold;
	text-transform:  uppercase;
	margin-bottom: 10px;
}

.how-to-bid .head p {
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
    line-height: 1.6;
    color: #363636;
}


.how-to-bid .bid-steps h2 {
    font-size: 72px;
    color: #00a651;
    font-weight: 600;
    margin-bottom: 0;
    position:  relative;
}

.how-to-bid .bid-steps h4 {
    font-size: 24px;
    color: #00a651;
    font-weight: 600;
}

.how-to-bid .bid-steps p {
    font-size: 14px;
    color: #363636;
    width: 80%;
    line-height: 1.8;
    font-weight: 400;
}


.how-to-bid .one h2:after {
    content: '';
 
    height: 135px;
    width: 215px;
    position: absolute;
    top: 20px;
    right: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: arrow_one 10s ease-in-out infinite;
}

@keyframes arrow_one {
    0%   { transform: scale(1)   translate(0px, 0px); }
    50%  { transform: scale(1) translate(10px, 20px); }
    100% { transform: scale(1)   translate(0px, 0px); }
  }


.how-to-bid .two h2{
	margin-top: 15px;
}



.how-to-bid .two h2:after {
    content: '';
   
    height: 135px;
    width: 175px;
    position: absolute;
    bottom: 40px;
    right: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: arrow_two 10s ease-in-out infinite;
}

@keyframes arrow_two {
    0%   { transform: scale(1)   translate(0px, 0px); }
    50%  { transform: scale(1) translate(-10px, 20px); }
    100% { transform: scale(1)   translate(0px, 0px); }
  }






.how-to-bid .bid-steps img{
	animation: bid_img_anim 4s ease-in-out infinite;
}

@keyframes bid_img_anim {
    0%   { transform: scale(1)   translate(0px, 0px); }
    50%  { transform: scale(0.9) translate(0px, 0px); }
    100% { transform: scale(1)   translate(0px, 0px); }
  }

/* HOW TO BID END  */



/* ABOUT PACIFIC AUCTIONS START  */
.about-pacific-auctions {
    padding-top: 20px;
}

.about-pacific-auctions .col-md-6{
	background-color : #0072bc;
	padding: 15px;
}

.about-pacific-auctions .right img{
	width:  100%;
}

.about-pacific-auctions .left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.about-pacific-auctions .left h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-pacific-auctions .left p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 84%;
}

.about-pacific-auctions .left {
    padding-left: 20px;
}

.about-pacific-auctions .left .overlay-btn:before {
    background-color: #fff;
}
.about-pacific-auctions .left .overlay-btn {
    display: inline-block;
}

.about-pacific-auctions .left .overlay-btn:hover a {
   color:  #0072bc;
}

/* ABOUT PACIFIC AUCTIONS END  */




/* BIDDING TUTORIALS START */

.bidding-tutorials{
	padding-top: 40px;
	padding-bottom: 40px;
}

.bidding-tutorials .container{
	height:  300px;
	background-size:  100% 100%;
	background-repeat:  no-repeat;
	background-image: url('../img/bidding-tutorial-bg.jpg');
}

.bidding-tutorials .cont{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.bidding-tutorials .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 60px;
}


.bidding-tutorials .cont h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.bidding-tutorials .cont p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 50%;
    line-height: 1.8;
}


.bidding-tutorials .cont .right img {
	animation: bid_tutorials 4s ease-in-out infinite;
}

@keyframes bid_tutorials {
    0%   { transform: scale(1); }
    48%  { transform: scale(0.95); }
    100% { transform: scale(1); }
  }

  .bidding-video-modal {
    width: 100%;
    max-width: 100%;
}

/* BIDDING TUTORIALS END */





/* TESTIMONIALS START */

.testimonails {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonails .left h4 {
    font-size: 18px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 3px;
}

.testimonails .left h2 {
    font-size: 24px;
    color: #00a651;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.testimonails .left p {
    font-size: 14px;
    color: #363636;
    width: 89%;
    line-height: 1.8;
    font-weight: 400;
}

.testimonails .left .overlay-btn a {
    color: #0072bc;
    border: 1px solid #0072bc;
}
.testimonails .left .overlay-btn {
    display: inline-block;
    margin-top: 60px !important;

}

.testimonails .left .overlay-btn a {
    color: #0072bc;
    border: 2px solid #0072bc;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}

.testimonails .left .overlay-btn a:hover {
    color: #fff;
}


.testimonails .testimonial-slider {
    background-color: #f9faff;
	padding: 45px 90px 40px 90px;
}


.testimonails .testimonial-slider p{
	color: #363636;
	font-size: 14px;
	width: 97%;
}


.testimonails .testimonial-slider h4{
	color: #0072bc;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
    padding-top: 20px;
}




.testimonial-slider .slick-dots {
    bottom: -45px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-slider .slick-dots li button {
	width: 26px;
    height: 26px;

}

.testimonial-slider .slick-dots li.slick-active button {
    border: 1px solid #0072bc;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 35px;
	top: 9px;
    left: 9px;
    background-color: #0072bc;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0072bc;
}


.testimonails .testimonial-slider:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
    background-image: url(../img/qoute-left.png);
    height: 47px;
    width: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testimonails .testimonial-slider:after {
    content: '';
    position: absolute;
    bottom: 35px;
    right: 25px;
    background-image: url(../img/qoute-right.png);
    height: 47px;
    width: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.slick-slide{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}


/* TESTIMONIALS END */






/* CONTACT-FAQ START */

.contact-faq .contact-us-main {
    background-image: url(../img/contact-us-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px;
}

.contact-faq {
    padding-top: 30px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
}


.contact-faq ul h2 {
    background-color: #00a651;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: -1px;
    position: relative;
    z-index: 11;
}

.contact-us-main ul.nav-tabs {
    align-items: flex-end;
}

.contact-us-main ul.nav-tabs a {
    color: #fff;
    font-size: 14px;
    border: none !important;
    padding: 5px 0 !important;
    margin: 0 20px;
    border-bottom: 3px solid transparent !important;
    font-weight: 400;
    letter-spacing: .5px;
    z-index: 11;
    position: relative;
}

.contact-us-main ul.nav-tabs a.active {
    color: #00a651 !important;
    border-bottom: 3px solid #00a651 !important;
    background-color: transparent !important;
}

.contact-us-main p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    letter-spacing: .5px;
    padding: 25px 0;
    width: 90%;
    line-height: 1.8;
}


.contact-us-main input, .contact-us-main textarea {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #00a651;
}

.contact-us-main input::placeholder, .contact-us-main textarea::placeholder { 
  color: #fff !important;
  font-size: 12px;
  font-weight:  300;
  opacity: 1; /* Firefox */
}

.contact-us-main input {
    margin-right: 25px;
}

.contact-us-main form {
	display: grid;
/*     grid-template-columns: repeat(2, 1fr); */
grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 4fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
}

.contact-us-main input:nth-child(even) {
    margin-right: 0;
}


.contact-us-main input:nth-child(1){ grid-area: 1 / 1 / 2 / 2; }
.contact-us-main input:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.contact-us-main input:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.contact-us-main input:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.contact-us-main textarea { grid-area: 3 / 1 / 4 / 3; }
.contact-page .contact-us-main textarea { grid-area: 3 / 1 / 4 / 3;  max-height: 132px; } 
.contact-page  .contact-us-main form {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 3fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
}


.contact-us-main button {
    border: white;
    width: 70%;
    color: #00a651;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}


.contact-us-main button:hover {
    color: #fff;
    background-color: #00a651;
}



.contact-faq .faq-main {
	padding: 50px;
	background-color: white;
	height: 100%

}
.contact-page  .faq-main {
    padding: 50px 50px 50px 10px;
    background-color: white;
    height: 100%;

}

.contact-faq .faq-main h2 {
    background-color: #00a651;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.contact-faq .faq-main p.head{
	position: relative;
	font-size: 14px;
    color: #363636;
    margin: 0;
    letter-spacing: .5px;
    padding: 25px 0;
    width: 90%;
    line-height: 1.8;
}

.contact-faq .faq-main p.head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e1e1e1;
    height: 1px;
}

.contact-faq .faq-main .card {
    margin-bottom: 20px;
    border: none;
}

.contact-faq .faq-main .card-header {
    /* padding: 10px !important; */
        background-color: #fff;
    /* border: none !important; */
    padding: 0px !important;
}



.contact-faq .faq-main .card-header button.btn{
	font-size: 14px;
    font-weight: 500;
    color: #00a651 ;
    letter-spacing: .5px;
    display: inline-block;
    position:  relative;
    width: 100%;
    text-align: left;
    transition: all .4s ease-in-out;
}

.contact-faq .faq-main .card-header button.btn:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    right: 14px;
    top: 9px;
    position: absolute;
    color: #fff;
    background-color: #00a651;
    width: 16px;
    height: 16px;
    padding: 0px 3px;
    transition: all .4s ease-in-out;
}


.contact-faq .faq-main .card-header button.collapsed {
    font-size: 14px;
    font-weight: 500;
    color: #0072bc !important;
    letter-spacing: .5px;
    display: inline-block;
    position:  relative;
    width: 100%;
    text-align: left;
}

.contact-faq .faq-main .card-header button.collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    right: 14px;
    top: 9px;
    position: absolute;
    color: #fff;
    background-color: #0072bc;
    width: 16px;
    height: 16px;
    padding: 0px 3px;
}




.contact-faq .faq-main  .card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.contact-faq .faq-main  p {
    font-size: 14px;
    color: #363636;
    letter-spacing: .5px;
    line-height: 1.8;
    width: 85%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




.contact-us-main  .nav-tabs {
    position: relative;
    border-bottom: 0;
}
.contact-us-main .nav-tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #e1e1e1;
    z-index: 0;
    width: 98%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}




/* CONTACT-FAQ END */




/* INSTA COMMUNITY START*/


.insta-community {
	margin-bottom: -50px;
}



.insta-community .cont {
    overflow: hidden;
}

.insta-community .gal img{
    width: 100%;
    transition: all .4s ease-in-out;
}

.insta-community .gal:hover img {
    transform: scale(1.1);
 
}

.insta-community .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.insta-community .cont-main {
    background-color: #00a651;
    height: 100%;
}

.insta-community .cont-main {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insta-community .cont-main i {
    color: #fff;
    font-size: 26px;
}

.insta-community .cont-main h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}


.insta-community .cont-main img {
    background-color: #0072bc;
    padding: 5px 10px;
    transition:  all .4s ease-in-out;
}

.insta-community .cont-main img:hover {
    background-color: #252525;
}


/* INSTA COMMUNITY END*/




/* FOOTER START */

footer {
	padding-top: 110px;
	/* padding-bottom: 80px; */
	background-color: #003d64;
}


footer h4 {
    font-size: 16px;
    color: #00a651;
    font-weight: 500;
    letter-spacing: .3px !important;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

footer p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

footer .footer-top .newsletter .input-main {
    position: relative;
}

footer .footer-top .newsletter .input-main input {
    background-color: transparent;
    border: 1px solid #0072bc;
    width: 92%;
    padding: 10px 15px;
    color: #fff;
}


footer .footer-top .newsletter .input-main input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  opacity: 1; /* Firefox */
}

footer .footer-top .newsletter .input-main button {
    background-color: #00a651;
    border: none;
    position: absolute;
    right: 35px;
    top: 6px;
}

footer .footer-top .newsletter .input-main button:hover {
    background-color: #0072bc;
}

footer .footer-top .newsletter .input-main button img {
    padding: 12px;
}



footer .footer-top .quicklinks a {
    font-size: 18px;
    color: #00a651;
    font-weight: 500;
}

footer .footer-top .quicklinks a:hover {
    color: #fff;
}

footer .footer-top .quicklinks a i {
    margin-right: 18px;
    background-color: #00a651;
    padding: 13px;
    color: #fff;
}

footer .footer-top .follow-us ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

footer .footer-top .follow-us h4 {
    padding-top: 15px;
}

footer .footer-top .follow-us ul li a:hover {
    color: #00a651;
}

footer .footer-top .follow-us ul li i {
    color: #fff;
    background-color: #00a651;
    padding: 12px;
    margin-right: 10px;
}

footer .footer-top .follow-us ul li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

footer .footer-top .follow-us ul li:nth-child(2) i {
    padding: 12px 14px !important;
}


footer .footer-top .follow-us ul.follow-us li {
    margin-bottom: 0;
}

footer .footer-top .follow-us ul.follow-us {
    display: flex;
}

footer .footer-top .follow-us ul.follow-us li {
    margin-bottom: 0;
    margin-right: 15px;
   
}

/* footer .footer-top .follow-us ul.follow-us li:nth-child(2) i{
	padding: 12px 12px !important;
} */


footer .footer-social li a:hover {
    background-color: #00a651;
    border-color: #00a651;
}
footer .footer-social li a {
    height: 35px;
    width: 35px;
    border: 1px solid #0072bc;
    padding: 6px 9px;
    text-align: center;
}

footer .footer-top .follow-us ul.follow-us li i {
    background-color: transparent;
    border: none;
    padding: 0 !important;
    margin-right: 0 ;
}

/* footer .footer-top .follow-us ul.follow-us li i:hover {
    background-color: #00a651;
    border: 1px solid transparent;
} */

footer .footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #005890;
}



footer .footer-bottom {
	padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #005890;
}


footer .footer-bottom ul li {
    margin-bottom: 6px;
}

footer .footer-bottom ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

footer .footer-bottom ul li a:hover, footer .footer-bottom ul li a.active {
    color: #00a651;
}


footer .footer-bottom ul {
    display: grid;
    grid-template-columns: auto auto;
}


footer .footer-bottom .my-account ul {
    display: block;
}

footer .footer-bottom .my-account ul {
    margin-right: 25px;
}

footer .footer-bottom .my-account {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


footer .footer-bottom .auction-cat {
    padding-left: 75px;
}

footer .copyrights {
    padding: 25px 0;
}


footer .copyrights p {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    margin-top: 7px;
}


footer .copyrights p a {
    font-weight: 500;
    color: #00a651;
    text-transform: uppercase;
    letter-spacing: .5px;
}

footer .copyrights p a:hover{
    color:  #fff;
}






/* FOOTER END */

/* How to Register Page Start Here */
.banner{
    width: 100% !important;
    min-height: 368px;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.register-banner{
    background-image: url(../img/register-banner.png);
}
.credit-card-banner{
    background-image: url(../img/credit-card-banner.png);
}
.banner-heading{
    font-size: 48px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
}
.long-heading{
    width: 100%;
    text-align: center;
}
.register-main{
    margin-bottom: 148px;
}
.register-txt-wrapper{
    text-align: center;
    padding-top: 60px;
}
.register-txt-wrapper h2{
    font-size: 24px;
    font-weight: bold;
    color: #00a651;
    text-transform: uppercase;
    margin-bottom: 22px;
    
}
.register-txt-wrapper p{
    color: #363636;
    font-size: 16px;
    padding: 0 190px;
    text-align: center;
}


/* Process Form */
.gallery_row {
    text-align: center;
}
.gallery_row .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-left: 0;
}
.gallery_row .nav-tabs .nav-link.active {
    color: #e01e26;
    background-color: transparent;
    border-color: 0;
}
.gallery_row .nav-tabs .nav-link {
    font-weight: bold;
    border: 0;
    font-size: 22px;
    outline: 0;
    color: #252525;
    padding: 0 20px;
    line-height: 1;
}
.gallery_row .nav-tabs .nav-item:first-child {
    border-right: 2px solid #252525;
}
.tab_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #363636;
}
.tab_bg img {
    background-color: #363636;
    width: 86px;
    height: 76px;
    padding: 15px;
    object-fit: contain;
    margin-bottom: 15px;
    border: 2px solid white;
    margin-bottom: 0px !important;
}
.img-border-div {
    border: 2px solid;
    margin-bottom: 16px;
}
.nav-link.active .tab_bg img {
    background-color: #00a651;
    border-color: #f9d2d4;
}
.nav-link.active .tab_bg{
        color: #00a651 !important;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}


.application_form input, .application_form textarea, .application_form select {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 14px;
    color: #252525;
    /* line-height: 39px; */
}

.next-btn-wrapper{
    text-align: center;
    margin-top: 20px ;

}
.next-page-btn{
    font-size: 16px;
    font-weight: 600;
    background-color: #00a651 !important;
    color: white;
    padding: 14px 65px 14px 20px;
    border: none;
    position: relative;
    transition: 0.25s;
}
.next-page-btn:hover{
    background-color: #0072bc !important;

}
.next-page-btn:hover:after{
    background: url(../img/arrow-right.png),#00a651;
    background-repeat: no-repeat;
    padding: 5px 15px !important;
    background-position: 10px;
}
.next-page-btn::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 13px;
    width: 56px;
    height: 24px;
    background: url(../img/arrow-right.png),#0072bc;
    background-repeat: no-repeat;
    padding: 5px 15px !important;
    background-position: 10px;
    transition: 0.25s;
}
.details{
    min-height: 164px;
    padding-top: 9px;

}
.details1{
    padding-top: 9px;
}
.drop-down{ position: relative;}
.drop-down > select{
    appearance: none !important;
}
.drop-down:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3cd0dc;
    position: absolute;
    background-image: url(../img/drop-down.png);
    background-repeat: no-repeat;
    top: 15px;
    background-position: center;
    right: 10px;
    z-index: 1;
    width: 10px;
    pointer-events: none !important;
    height: 10px;
}
.register-main .nav-tabs {
    border-bottom: none;
    text-align: center !important;
    justify-content: center;
}
.register-main  .nav-tabs .nav-link{
    border: none !important;
}
.register-main .nav-tabs .nav-item {
    margin-bottom: -1px;
    position: relative;
    width: 30%;
}
.register-main .nav-tabs .nav-item:after{
    content: '';
    position: absolute;
    top: 46px;
    right: -90px;
    width: 192px;
    height: 2px;
    background-image: url(../img/register-lines.png);
    background-repeat: no-repeat;
}
.register-main .nav-tabs .nav-item:last-child:after{
    display: none;
}
.application_form ::placeholder{
    color: inherit;
    opacity: 1;
}
/* How to Register Page End HEre */

/* Contact Us Page Start Here */
.contact-banner{
    background-image: url(../img/contact-banner.png);
}
.contact-page{
    margin-top: 50px;
    padding-bottom: 135px !important;
}
.contact-pageinfo{

}
/* .contact-page .footer-social li a {
    height: 35px;
    width: 35px;
    border: 1px solid #0072bc;
    padding: 6px 9px;
    text-align: center;
} */
.contact-page .follow-us ul.follow-us li {
    margin-bottom: 0;
    margin-right: 14px;
}
.contact-page .follow-us ul.follow-us {
    display: flex;
}
.contact-pageinfo h4 {
    font-size: 16px;
    color: #00a651;
    font-weight: 600;
    letter-spacing: .3px !important;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.contact-page .follow-us ul li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.contact-page .follow-us ul li i {
    color: #fff;
    background-color: #00a651;
    /* padding: 12px; */
    margin-right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page-follow-us li i {
    color : #0072bc !important;
    background-color: white !important;
    padding: 12px;
    margin-right: 10px;
    border: 1px solid#0072bc;
}
.contact-page-follow-us li i:hover{
    color: #fff !important;
    background-color: #00a651 !important; 
    border-color: #00a651 !important; 
}
/* .contact-page .follow-us ul li a {
    font-size: 18px;
    color: #363636;
    font-weight: 600;
    transition: 0.25;
} */
.contact-page .follow-us ul li a:hover{
    color: #00a651;
}
.contact-page .follow-us ul li a{
    color: #363636;
    text-decoration: none !important;
}
.contact-info{
    margin-left: 15px;
}
.contact-info > span{
    display: block;
    color: #00a651;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
/* Contact Us Page End Here */



/* Absentee Bidding Start Here*/
.absentee-banner{
    background-image: url(../img/absentee-banner.png);
}
.absentee-main{ padding-top: 70px; padding-bottom: 120px;}

.absentee-title-wrapper{
    padding-top: 32px;
}
.absentee-title-wrapper h2{
    font-size: 24px;
    color: #00a651;
    font-weight: bold;
    margin-bottom: 22px !important;
    letter-spacing: 0px;
}
.absentee-title-wrapper p{
    color: #363636;
    font-size: 14px;
    margin-bottom: 35px !important;
    /* letter-spacing: 1px; */
    padding-right: 4px;
    line-height: 24px;
}


.absentee-form-wrapper{
    background-color: #00a651;
    padding: 54px 26px 0px 26px;
}
.absentee-form-wrapper h1{
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 38px !important;
}


/* Absentee Form styling Start Here */
/* form#absentee-form {
    padding: 0 18px;
} */
.absentee-form-wrapper input {
    width: 100%;
    padding: 12px 14px;
    border: none !important;
    margin-bottom: 20px;
}
.absentee-form-wrapper ::placeholder{
    color: inherit;
    opacity: 1;
}
.absentee-descreption{
    width: 100%;
    padding: 12px 14px;
    border: none !important;
    margin-bottom: 20px;
    min-height: 133px;
}
select#state {
    width: 100%;
    padding: 12px 14px;
    border: none;
    /* margin-top: -1px; */
    border: 1px solid #ccc;
    line-height: 24px;
    padding: 0 10px;
}
.absentee-btn-wrapper{
    text-align: center;
    position: relative;
    bottom: -16px;
    margin-top: -20px;
}
.absentee-btn{
    font-size: 16px;
    color: white;
    background-color: #0072bc;
    border: 1px solid#0072bc;
    padding: 8px 30px;
    font-weight: 600;
    line-height: 22px;

}
.absentee-btn:hover{
    border: 1px solid#0072bc;
    color: #0072bc;
    background-color: white;
}
/* .absentee-form-wrapper input:hover {
    width: 100%;
} */
/* Absentee Form Styling end Here */

/* Absentee Bidding End Here */



/* Consignment Page Start Here */
.consignment-banner{
    background-image: url(../img/consignment-banner.png);
}
.consignment-main{ padding-top: 50px; padding-bottom: 50px;}

.consignment-title{
    margin-top: 125px !important;
}
.consignment-title h3{
    font-size: 18px;
    color: #0072bc;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 4px !important;
}
.consignment-title h2{
    font-size: 24px;
    color: #00a651;
    font-weight: bold;
    margin-bottom: 18px !important;
}
.consignment-title p{
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 28px !important;
}



.border-style{
    border: 2px solid #0072bc;
    padding: 0;
    border-style: dashed;
}
.consignment-form-wrapper{
    background-color: #00a651;
    padding: 58px 40px;
    border: 10px solid white;
}
.consignment-form-wrapper h2{
    background-color: white;
    color: #00a651;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.consignment-form-wrapper p{
    position: relative;
    font-size: 14px;
    color: white;
    margin: 0;
    letter-spacing: .5px;
    padding: 25px 0;
    width: 90%;
    line-height: 1.8;
}
.consignment-form-wrapper p:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e1e1e1;
    height: 1px;
}
#consignment-form input{
    width: 100%;
    padding: 12px 14px;
    border: 1px solid white;
    margin-bottom: 20px;
    background-color: transparent;
    color: white;
    font-size: 12px;

}
#consignment-form ::placeholder{
    color: inherit;
    opacity: 1;
}
.consignment-message{
    width: 100%;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 12px 14px;
    min-height: 122px;
    font-size: 12px;
}
#avatar {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    margin-top: -40px;
    border: none !important;
}
#consignment-form{}
/* Consignment Button P*/
.consignment-btn-wrapper{
    display: block;
    margin-top: 35px !important; 
}
.consignment-btn {
    font-size: 16px;
    color: green;
    background-color: white;
    border: 1px solid white;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    width: 100%;
}
.consignment-btn:hover{
    background-color: #0072bc;
    color: white;
    border-color: #0072bc;
}
/* Consignment Button */

/* Choose File btn */
/* .filewrap{
    position:relative;
    background:#000;
    border:1px solid #cc0000;
    padding:15px 100px ;
    color:#fff;
    font-family:sans-serif;
    font-size:12px;
}

#asd input[type="file"]{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;
} */
/* Chosse File btn */

/* Live Auction btn */
.consignment-view-btn {
    display: inline-block;
    margin-top: -10px !important;
    position: relative;
    overflow: hidden;
}
.consignment-view-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0072bc;
    right: -150%;
    top: 0;
    z-index: 0;
    transition: all .4s ease-in-out;
    transform: skew(-70deg, 0deg);
}
.consignment-view-btn a {
    color: #0072bc;
    border: 1px solid #0072bc;
    padding: 8px 30px;
}
.consignment-view-btn a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.consignment-view-btn:hover:before {
    right: 0 !important;
    transform: skew(0deg, 0deg);
    
}
.consignment-view-btn:hover a {
    color: #fff;
}
/* Live Auction btn */




/* downsizng Section Start HEre */
.downsizing-bg{
    background-color: #f9faff;
}
.downsizng{
    margin-bottom: 114px;
}
.downsizing-title{ text-align: center; padding-top: 80px; }
.downsizing-title h2{
    color: #00a651;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.downsizing-title p{
    color: #363636;
    font-size: 14px;
    padding: 0 250px;
}
.downsizing-box-wrapper{
    border: 10px solid#e0ecf8;
    width: 94%;
}
.inner-box{
    text-align: center;
    background-color: white;
    border: 2px solid#0072bc;
    border-style: dashed;
    padding: 32px 14px 28px 14px;
}
.inner-box .icon-box{
    margin-bottom: 24px;
    width: 122px;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0072bc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-box .icon-box > img{
    /* background-color: #0072bc;
    padding: 20px 25px; */
}
.downsizing-box-wrapper:hover .inner-box .icon-box {
    background-color: #00a651;
  
}
.inner-box .downsizig-txt{}
.inner-box .downsizig-txt h3{
    font-size: 18px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.inner-box .downsizig-txt h2{
    font-weight: bold;
    color: #00a651;
    margin-bottom: 13px !important;
    letter-spacing: 0px;
}
.inner-box .downsizig-txt p{
    margin-bottom: 0px !important;
    font-size: 14px;
}
.row-main {
    padding-top: 50px;
    padding-bottom: 100px;
}

/* downsizng Section End Here */

/* Consignment page End Here */

/* BUYOUT page Start Here */
.buyout-banner{
    background-image: url(../img/butout-banner.png);
}
.buyout-gallery-row{
    padding-top: 48px;
    padding-bottom: 115px;
}
.gallery-load-more{}
.buyout-gallery-row .buyout-gallery-img{
    margin-bottom: 30px;
}
.buyout-gallery-row .buyout-gallery-img img{
    width: 100%;
}

.buyout-gallery-row .consignment-view-btn{ 
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
}
.buyout-gallery-row .consignment-view-btn a{}


/* Load More */
.gallery-load-more{
    display: none;
}
.disabled{
    display: none !important;
}
/* Load More */
/* Buyout Page End HEre */


/* FAQS Page Start HEre */
.faqs-banner{
    background-image: url(../img/faq-banner.png);
}
.faqs-page-wrapper{}
.faqs-page-wrapper .card{
    box-shadow: 0px 0px 10px 1px #ccc;
}

.faqs-page-wrapper .faq-main .card-header button.collapsed{
    font-size: 14px;
    font-weight: 500;
    /* color: #0072bc !important; */
    color: #00a651 !important;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: white !important;
}

/* Active acc*/
.faqs-page-wrapper .faq-main .card-header button.btn {
    font-size: 14px;
    font-weight: 500;
    /* color: #00a651; */
    background-color: #00a651;
    color: white;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    transition: all .4s ease-in-out;
    padding: 12px;
}

/* .faqs-page-wrapper .faq-main .card-header{
    background-color: white;
} */
.faqs-page-wrapper .faq-main  .acc-body-main{
    background-color: #00a651;
}
.faqs-page-wrapper .faq-main  .card-body p{
    color: white;
}

/* Load More */
.faqs-view-btn{
    text-align: center;
    position: relative;
    /* display: inline-block;
    overflow: hidden; */
}
.faqs-view-btn a{
    color: white;
    border: 1px solid #0072bc;
    background-color: #0072bc;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
/* .faqs-view-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    color: white;
    background-color: #00a651;
    right: -150%;
    top: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
    transform: skew(-70deg, 0deg);
}
.faqs-view-btn:hover:before {
    right: 0 !important;
    transform: skew(0deg, 0deg);
    
} */



.faqs-view-btn a:hover{
    background-color: #00a651;
    color: white;
    border-color: #00a651;
}
.faqs-page-wrapper .faq-main .card{
    display: none;
}
/* Load More */

/* FAQS Page End here */


/* Current Auction Page Start here */
.cureent-auc-banner{
    background-image: url(../img/current-auction-banner.png);
}
.main-current-auction{
    padding-top: 95px !important;
}
.main-current-auction .details{
    min-height: 104px !important;
}
.current-auction-pagination{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -30px;
}
}
.current-auction-pagination li{

}
.current-auction-pagination li a{
    width: 40px !important;
    height: 40px !important;
    background-color: transparent;
    border: 1px solid #0072bc !important;
    color: #0072bc;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin: 0px 8px;
    font-size: 18px;
    font-weight: bold;
}
.current-auction-pagination li:first-child a{
    background-color: #0072bc;
    color: white !important;
}
.current-auction-pagination li a:hover{
    background-color: #0072bc;
    color: white;
}
.current-auction-pagination li .active a{
    background-color: #0072bc;
    color: white;
}
/* Current Auction page end here */


/* Current Auction Detail Page Start here */
.cureent-auc-banner{
    background-image: url(../img/current-auction-banner.png);
}
.current-auction-detail-main{
    padding: 100px 0;
}

.commentSubmit {
    padding: 22px 0px;
    }
    .commentSubmit a.getBtn {
    margin-left: 0px;
    }
    .reviewContent textarea {
    width: 100%;
    }
    .commentData {
    margin-bottom: 30px;
    }
    .commentData input {
    width: 100%;
    
    }
    .product-info li {
    font-size: 14px;
    }
   .product-info ul#myTab {
    margin: 30px 0px 40px 0px !important;
    }
    ul#myTab li {
    margin: 15px 10px;
    }
    #myTab li a {
    color: #3a3d34
    }
    #myTab li a.active {
    color: #d1954c;
    }
    #myTab.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    }
    .productDetail .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 996px) {
    .preview {
    margin-bottom: 20px; } }
    
    .productDetail .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    
    .productDetail .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
    .productDetail .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .productDetail .preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block; }
    .productDetail .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0; }
    .productDetail .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0; }
    
    .preview-pic img {
        width: 100%;
    }
    .preview-thumbnail img {
        width: 112px;
        /* margin: 10px 11px; */
        object-fit: cover;
        object-position: 100%;
        height: 112px;
    }

    .preview-thumbnail li{
        position: relative;

    }
    .preview-thumbnail li:before{
            /* content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: red;
            opacity: 0.5; */
    }
  
    .preview-thumbnail li{
        background-color: #00a651;
        height: 112px;
        margin: 3px 11px;
    }
    .preview-thumbnail a.active img{
    /* background-color: red; */
    opacity: 0.5;
    margin: 0;
    }
    ul.preview-thumbnail.nav.nav-tabs {
        margin: 15px 0;
    }
  
    .tab-content>.active img {
        border: 10px solid white;
        box-shadow: 0px 0px 10px 0px #ccc;
    }

    .productDetail .tab-content {
    overflow: hidden; }
    .tab-content img {
    /* width: 100%; */
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s; }
    
    .productDetail .card {
    margin-top: 40px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
    margin-bottom: 40px; }
    
    @media screen and (min-width: 997px) {
    .productDetail .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
    
    .productDetail .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    
    .productDetail .colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    
    .productDetail .product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold; }
    
    .productDetail .checked, .price span {
    color: #d1954c; }
    
    .productDetail .product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px; }
    
    .productDetail .product-title {
    margin-top: 0; }
    
    .productDetail .size {
    margin-right: 10px; }
    .productDetail .size:first-of-type {
    margin-left: 40px; }
    
    .productDetail .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px; }
    .color:first-of-type {
    margin-left: 20px; }
    
    .productDetail .add-to-cart, .productDetail .like {
    background: #d1954c;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }
    .productDetail .add-to-cart:hover, .productDetail .like:hover {
    background: #3a3d34;
    color: #fff; }
    
    .productDetail .not-available {
    text-align: center;
    line-height: 2em; }
    .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }
    
    .productDetail .orange {
    background: #d1954c; }
    
    .productDetail .green {
    background: #85ad00; }
    
    .productDetail .blue {
    background: #0076ad; }
    
    .productDetail .tooltip-inner {
    padding: 1.3em; }
    
    @-webkit-keyframes opacity {
    0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
    
    @keyframes opacity {
    0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
    
    /*# sourceMappingURL=style.css.map */
    /*Single Product Page*/
.current-acc-detail-title{
    padding-top: 35px;
}
.current-acc-detail-title h6{
    font-size: 12px;
    color: #a1a1a1;
    text-align: left;
}

.current-acc-detail-title h2{
    font-size: 24px;
    color: #0072bc;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    padding-top: 10px;
}
.current-acc-detail-title h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 1px;
    background-color: #a1a1a1;
}
.c-bid-songle-page{
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.c-bid-songle-page > span{
    font-size: 16px;
    font-weight: 600;
    color: #00a651;
}

.current-acc-detail-title p{
    color: #363636;
    font-size: 14px;
    font-weight: 400;
}
.start-acc-detail{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #00a651 !important;
}
.start-acc-detail > span{
    color: #363636;
    font-size: 16px;
    font-weight: 400;
}
.mb-26{
    margin-bottom: 26px !important;
}

.woo-commerce-btn {
    display: inline-block;
    border: 1px solid#0072bc;
    padding: 8px 30px;
    margin-bottom: 30px;
}
.inci{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #00a651;
    color: white;
    border: none;
    line-height: 5px;
}
.inci:active{
    color: white !important;
    background-color: #0072bc !important;
}
.inci:focus{
    color: white !important;
    background-color: #0072bc !important;
}

#demoInput{
    font-size: 20px;
    border: none;
    text-align: center;
    width: 60px;
}

.current-acc-place-bid{
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: -2px;
}
.current-acc-place-bid a{
    background-color: #00a651;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.current-acc-place-bid a:hover{
    background-color: #0072bc;
    color: white;
}


.wishlist-single{
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    top: 10px;
    margin-left: 18px;
}
.wishlist-single a{
    background-color: #0072bc;
}
.wishlist-single a i{
    background-color: #0072bc;
    width: 42px;
    height: 42px;
    position: relative;
}
.fa-heart-o:before {
    content: "\f08a";
    position: absolute;
    top: 16px;
    left: 11px;
    color: white;
}
.wishlist-single a:hover{
    background-color: #00a651;
}
.wishlist-single a i:hover{
    background-color: #00a651;
}

.info-cureent-details{}
.info-cureent-details p{
    font-size: 16px;
    font-weight: 400;
    color: #a1a1a1;
}
.info-cureent-details p > span{
    font-weight: 600;
    font-size: 16px;
    color: #252525;
}

/* Product description section start here */
.product-btn{
    text-align: center;
}
.products-details{
    box-shadow: 0px 0px 7px 5px #ccc;
    padding: 50px 30px;
    margin-bottom: 100px !important;
margin-top: 100px !important;
}
.product-des{
    background-color: transparent;
    border: 1px solid;
    padding: 8px 20px;
    color: #00a651;
    font-weight: 500;
}
.shipping-de{}

ul#myTab {
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}
#myTab li a {
    color: #00a651;
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid#00a651;
    font-weight: 500;
    letter-spacing: 1px;
}
.product-inner-wrapper #myTab li a.active {
    color: white;
    background-color: #00a651;
    border-color: #00a651;
}
.product-info .nav-tabs{
    border-bottom: none !important
}
.product-ul li{
    list-style: square;
    margin-bottom: 10px;;
}
.product-info{
    padding: 0px !important;
}
ul.product-ul {
    margin-left: 19px;
}
/* Product description section jend here */


/* Cureent Auction Page End Here */
.upload-file{
    border: 1px solid white;
    padding: 12px;
    padding-left: 50px;
    color: white;
    cursor: pointer;
    position: relative;


}
.upload-file:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    width: 40px;
    height: 30px;
    background-image: url(../img/upload-icon.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}

#upl{
    display: none;
}




.contact-us-main ul#myTab li {
    margin: 0px;
}


/* News letter Pages Start Here */
.newsletter-banner{
    background-image: url(../img/newsletter-banner.jpg);
}
.newsletter-wrapper{
    margin-bottom: 114px;
}
.newsletter-title{ text-align: center; padding-top: 80px; }
.newsletter-title h2{
    color: #00a651;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 0;
}
.newsletter-title p{
    color: #363636;
    font-size: 14px;
    padding: 0 250px;
}

/* New Letter Section Start here */
.newsletter-row{  padding-top: 25px;}
.newsletter-row .newsletter-box{     margin-bottom: 50px;}
.newsletter-row .newsletter-box .newletter-img{
    width: 354px;
}
.newsletter-row .newsletter-box .newletter-img img{
    object-fit: cover;
    object-position: top;
    width: 354px;
    height: 200px;
}

.newsletter-row .newsletter-box .newletter-img .newletter-author{     padding: 10px 0 10px 0;  border-bottom: 1px solid #70707094;}
.newsletter-row .newsletter-box .newletter-img .newletter-author li{ display: inline-block; font-size: 14px; color: #707070;}
.newsletter-row .newsletter-box .newletter-img .newletter-author li:last-child{ float: right;}
.newsletter-row .newsletter-box .newletter-img .newletter-author li i{ color : #00a651; margin-right: 10px;}
.newsletter-row .newsletter-box .newsletter-txt{
    text-align: center;
}
.newsletter-row .newsletter-box .newsletter-txt h2{
    /* color: #00a651; */
    color: #363636;
    font-size: 20px;
    font-weight: 600;
}
.newsletter-row .newsletter-box .newsletter-txt p{
    font-size: 14px;
    color: #252525;
}
.newsletter-row .newsletter-box .newsletter-txt a{
    color: #363636;
    font-size: 16px;
    font-weight: 600;
}
.newsletter-row .newsletter-box:hover h2, .newsletter-row .newsletter-box:hover a{ color: #00a651;}

/* New Letter Load More Start HEre */
.newletter-load{ display: none;}
.newletter-load-more-div{ 
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
#newletter-load-more{ 
    color: white;
    border: 1px solid #0072bc;
    background-color: #0072bc;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#newletter-load-more:hover{
    background-color: #00a651;
    color: white;
    border-color: #00a651;
}
/* NEws Letter Load More End Here */

/* News letter section end here */
/* News letter  Page End HEre */


/* Bidding Tutorial Page Start here */
.bidding-banner{
    background-image: url(../img/bidding-banner.jpg);
}
.bidding-wrapper{
    margin-bottom: 114px;
    margin-top: 100px;
}
.bidding-wrapper .bidding-title{}
.bidding-wrapper .bidding-title h2{ 
    background-color: #00a651;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    z-index: 2;
} 
.bidding-wrapper .bidding-title p:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #e1e1e1;
    z-index: 0;
    width: 98%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bidding-wrapper .bidding-title p{
    font-size: 14px;
    color: #a1a1a1;
    position: relative;
    padding: 14px 0;
}

/* Bidding tutorials videos section start here */
.bidding-tutorial-row{}
.bidding-tutorial-row .bidding-box{
    padding: 9px 9px 35px 9px;
    box-shadow: 0px 0px 10px 1px #ccc;
    margin-bottom: 37px;
}
.bidding-tutorial-row .bidding-box .bidding-t-img{
    position: relative;
}
.bidding-tutorial-row .bidding-box .bidding-t-img:before{
    content: '\f04b';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    top: 50%;
    left: 53%;
    width: 40px;
    height: 40px;
    font-size: 26px;
    color: white;
    transform: translate(-50%, -50%);
}
.bidding-tutorial-row .bidding-box .bidding-t-img:hover{
    opacity: 0.7;
}
.bidding-tutorial-row .bidding-box .bidding-t-img a{
    position: relative;
    z-index: 99;
    left: 45%;
    top: 70px;
    font-size: 22px;
}
.bidding-tutorial-row .bidding-box .bidding-t-img a i{
    color: white;
}
.bidding-tutorial-row .bidding-box .bidding-t-img a:hover i {
    color: black;
    transform: rotate(360deg);
}
.bidding-tutorial-row .bidding-box .bidding-t-img img{
    width: 237px;
    object-fit: cover;
    object-position: center;
    position: relative;
    height: 150px;
    top: -23px;
}
.bidding-tutorial-row .bidding-box .bidding-box-txt{
    padding-top: 14px;
}
.bidding-tutorial-row .bidding-box .bidding-box-txt h4{
    color: #00a651;
    font-size: 14px;
    margin-bottom: 18px;
}
.bidding-tutorial-row .bidding-box .bidding-box-txt h2{
    font-size: 16px;
    color: #363636;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
.bidding-tutorial-row .bidding-box .bidding-box-txt h2 span{
    font-size: 12px;
    color: #0072bc;
}
.bidding-tutorial-row .bidding-box .bidding-box-txt p{
    color: #363636;
    font-size: 12px;
    margin-bottom: 0;
}


/* Bidding load more */
.bidding-load-more-div{
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#bidding-load-more{
    color: white;
    border: 1px solid #0072bc;
    background-color: #0072bc;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#bidding-load-more:hover{
    background-color: #00a651;
    color: white;
    border-color: #00a651;
}
.bidding-load{
    display: none;
}

/* bidding load more */
/* bidding tutorials videos section end here */

/* Bidding Tutorial Page ENd here */



/* New Letter detail Page Start Here */
.newletter-detail-banner{
    background-image: url(../img/bidding-banner.jpg);
}
.newsletter-details-wrapper{
    margin-bottom: 114px;
}
.newsletter-details-title{ text-align: center; padding-top: 80px; }
.newsletter-details-title h2{
    color: #00a651;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 0;
}
.newsletter-details-title p{
    color: #363636;
    font-size: 14px;
    padding: 0 250px;
}

.newsletter-details-wrapper .newletter-details-thumbnail{
    margin-top: 45px;
}
.newsletter-details-wrapper .newletter-details-thumbnail img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px !important;
}

.newsletter-details-wrapper .newletter-details-thumbnail .newletter-detail-author{     padding: 10px 0 10px 0;  border-bottom: 1px solid #70707094;}
.newsletter-details-wrapper .newletter-details-thumbnail .newletter-detail-author li{ display: inline-block; font-size: 14px; color: #707070;}
.newsletter-details-wrapper .newletter-details-thumbnail .newletter-detail-author li:last-child{  margin-left: 120px;}
.newsletter-details-wrapper .newletter-details-thumbnail .newletter-detail-author li i{ color : #00a651; margin-right: 10px;}

.newletter-details-content{}
.newletter-details-content h2{
    font-size: 30px;
    color: #00a651;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 22px !important;
}
.newletter-details-content p{
    font-size: 14px;
    color: #252525;
    margin-bottom: 30px !important;
}

/* Leave a rply form styling */
.leave-rply-form{
    width: 50%;
}
.leave-rply-form {}



.leave-rply-form  .consignment-form-wrapper{
    background-color: transparent;
    padding: 0px 0px 58px 0px;
    margin-left: 0px !important;
    border-left: 0;
}
.leave-rply-form  .consignment-form-wrapper h2{
    background-color: #00a651;
    color: white;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.leave-rply-form  .consignment-form-wrapper p{
    position: relative;
    font-size: 14px;
    color: black;
    margin: 0;
    letter-spacing: .5px;
    padding: 25px 0;
    width: 100%;
    line-height: 1.8;
}
.leave-rply-form  .consignment-form-wrapper p:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e1e1e1;
    height: 1px;
}
.leave-rply-form  #consignment-form input{
    width: 100%;
    padding: 12px 14px;
    border: 1px solid black;
    margin-bottom: 20px;
    background-color: transparent;
    color: black;
    font-size: 12px;

}
.leave-rply-form  #consignment-form ::placeholder{
    color: inherit;
    opacity: 1;
}
.leave-rply-form  .consignment-message{
    width: 100%;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    padding: 12px 14px;
    min-height: 122px;
    font-size: 12px;
}
.leave-rply-form  #avatar {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    margin-top: -40px;
    border: none !important;
}
.leave-rply-form  #consignment-form{}
/* Consignment Button P*/
.leave-rply-form  .consignment-btn-wrapper{
    display: inline-block;
    margin-top: 35px !important; 
}
.leave-rply-form  .consignment-btn {
    font-size: 16px;
    color: white;
    background-color: #00a651;
    border: 1px solid #00a651;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    width: 100%;
}
.leave-rply-form  .consignment-btn:hover{
    background-color: #0072bc;
    color: white;
    border-color: #0072bc;
}


/* leave a rply form styling */

/* News letter Detail page end here */


/* Testimonials Page start here */
.testi-banner{
    background-image: url(../img/testimonials-banner.jpg);
}

.testi-wrapper{ margin-bottom: 114px; padding-top: 80px;}

.testi-wrapper .testi-title{
    text-align: center;
}
.testi-wrapper .testi-title h4{
    color: #0072bc;
    font-size: 18px;
    font-weight: 600;
}
.testi-wrapper .testi-title h2{
    color: #00a651;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.testi-wrapper .testi-title P{
    font-size: 14px;
    color: #363636;
    padding: 0 250px;
}

.testimonialts-row{
    margin-top: 40px;
}
.testimonialts-row .testi-box{
    background-color: #f9faff;
    padding: 40px 70px 30px 130px;
    position: relative;
    transition: 0.25s;
    margin-bottom: 48px;
}
.testimonialts-row .testi-box:before {
    content: '\f10d ';
    position: absolute;
    top: 0;
    left: 21px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 55px;
    color: #aee1ca;
}

.testimonialts-row .testi-box:after {
    /* content: '\f10e';
    position: absolute;
    bottom: 0;
    right: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 55px;
    color: #aee1ca; */
    content: '';
    position: absolute;
    bottom: 50px;
    right: 13px;
    background-image: url(../img/quote-icon-right.png);
    background-size: contain;
    width: 56px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonialts-row .testi-box p{
    color: #363636;
    font-size: 14px;
}
.testimonialts-row .testi-box h6{
    color: #0072bc;
    font-size: 14px;
    font-weight: bold;
}
.testimonialts-row .testi-box:hover{
    background-color: #00a651;
}
.testimonialts-row .testi-box:hover p, .testimonialts-row .testi-box:hover h6{
    color: white;
}



/* Testimoniual load more */
.test-load{
    display: none;
}

.testi-load-more-div{ 
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
#testi-load-more{ 
    color: white;
    border: 1px solid #0072bc;
    background-color: #0072bc;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#testi-load-more:hover{
    background-color: #00a651;
    color: white;
    border-color: #00a651;
}

/* Testimonials load more */
/* Testimonials page end here */


/* Explaination of services page start here */
.explaination-service-banner{
    background-image: url(../img/explaination-service-banner.jpg);
}
.explaination-wrapper{
    margin-bottom: 114px;
    margin-top: 100px;
}
.explaination-wrapper .explaination-row{

}
.explaination-wrapper .explaination-row .explaination-img{
    padding: 10px;
    border: 2px solid #0072bc;
    border-style: dashed;
}
.explaination-wrapper .explaination-row .explaination-img img{ width: 100%;}


.explaination-title{
    padding-top: 21px;
}
.explaination-title h4{
    font-size: 18px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 5px;
}
.explaination-title h2{
    font-weight: bold;
    color: #00a651;
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 16px !important;
}
.explaination-title p{
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 35px !important;
    line-height: 22px;
}
/* Our Explaination Videos Section start here*/
.explaination-video-title{
    text-align: center;
    position: relative;
}
.explaination-video-title h2{
    font-weight: bold;
    color: #00a651;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.explaination-video-title p{
    color: #363636;
    font-size: 14px;
    padding: 0 250px;
}


/* Our Explaination videos section end here */

.explaination-videos-row{}
.explaination-videos-row .big-video{
    position: relative;
}
.explaination-videos-row .big-video a{
    position: relative;
    z-index: 99;
    left: 41%;
    top: 190px !important;
    font-size: 22px;
    font-size: 90px;
}
.explaination-videos-row .big-video a i{
    color: white;
}
.explaination-videos-row .big-video img{
    width: 100%;
    height: 490px !important;
    object-fit: cover;
    object-position: 60%;
    position: relative;
    top: -113px;
}


.explaination-videos-row .small-video{
    position: relative;
    height: 264px;
}
.explaination-videos-row .small-video a{
    position: relative;
    z-index: 99;
    left: 41%;
    top: 90px !important;
    font-size: 22px;
    font-size: 50px;
}
.explaination-videos-row .small-video a i{
    color: white;
}
.explaination-videos-row .small-video img{
    width: 100%;
    height: 225px !important;
    object-fit: cover;
    object-position: 60%;
    position: relative;
    top: -53px;
}
.explaination-videos-row .small-video a:hover i {
    color: black;
    transform: rotate(360deg);
}
.explaination-videos-row .big-video a:hover i {
    color: black;
    transform: rotate(360deg);
}


/* Load More Start here */
.explaination-load{
    display: none;
    height: 550px !important;
}

.explainationv-load-more-div{
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    width: 100% !important;
}
#explaination-load-more{
    color: #0072bc;
    border: 2px solid #0072bc;
    background-color: transparent;
    padding: 8px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
#explaination-load-more:hover{
    background-color: #00a651;
    color: white;
    border-color: #00a651;
}

.our-explaination-videos-main-wrap{
    background-color: #f9faff;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 120px;
}


/* Load More end here */

.explaination-load {
    height: 550px;
}
/* Explaination of services page end here */


/* How To Bid Page Start here */
.how-to-bid-banner{
    background-image: url(../img/how-to-bid-banner.jpg);
}

.how-to-bid-page{
    padding-top: 60px;
    padding-bottom: 140px;
}
.how-to-bid-page .how-to-bid-process-img{
    text-align: center;
}
.how-to-bid-page .one h2:after {
    content: '';
    background-image: url(../img/how-to-bid-shape1.png);
    height: 135px;
    width: 505px;
    position: absolute;
    top: 320px;
    left: -135px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: arrow_one 10s ease-in-out infinite;
}
.how-to-bd-row-2{
    margin-top: 90px;
    margin-bottom: 90px;
}
.how-to-bd-row-1{
    margin-top: 45px;
}
.how-to-bid-page .bid-steps p {
    font-size: 14px;
    color: #363636;
    width: 97%;
    line-height: 1.8;
    font-weight: 400;
}

.how-to-bid-page .two h2:after {
    content: '';
    background-image: url(../img/how-to-bid-shape2.png);
    height: 125px;
    width: 355px;
    position: absolute;
    bottom: -330px;
    right: -125px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: arrow_two 10s ease-in-out infinite;

}

/* How to Bid Page End here */


/* Registration Process Page Start here */
.registration-process-banner{
    background-image: url(../img/buy-registration-process-bannner.jpg);
}

.registration-process-page{
    padding-top: 60px;
    padding-bottom: 0px;
}
.reg-process-main{}
.reg-process-main .reg-process-img{

    position: relative;
}
.reg-process-main > .col-md-7 {
    padding-top: 40px;
}
.reg-process-main .reg-process-img:after{
    content: '';
    position: absolute;
    top: 100px;
    left: 50px;
    width: 30px;
    height: 75px;
    background-image: url(../img/buy-reg-pro-bottom-shape.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* animation: arrow_two 10s ease-in-out infinite; */
}
.reg-process-main .reg-process-wrapper:last-child .reg-process-img:after{
    display: none !important;
}
.reg-process-wrapper{
    margin-bottom: 74px;
    display: flex;
}

.reg-process-txt{
    margin-left: 25px;
}
.reg-process-txt h4{
    font-size: 24px;
    color: #00a651;
    font-weight: 600;
    margin-bottom: 20px;
}
.reg-process-txt p{
    color: #363636;
    font-size: 14px;
}

.process-main-img{}
.process-main-img img{}
/* Registration Process End here */


/* Shipping Services Page Start here */
.shipping-service-banner{
    background-image: url(../img/buy-registration-process-bannner.jpg);
}



.shipping-services-page{
    margin-top: 130px;
    margin-bottom: 100px;
}
.shipping-right-img{
    position: relative;
    text-align: center;
}
.shipping-right-img:before{
    content: '';
    position: absolute;
    top: -70px;
    right: -15px;
    width: 1px;
    height: 260px;
    background-color: #00a651;
}
.shipping-right-img:after{
    content: '';
    position: absolute;
    bottom : -71px;
    left: -15px;
    width: 1px;
    height: 260px;
    background-color: #00a651;
}
.shipping-services-page .shipping-txt{}
.shipping-services-page .shipping-txt h2{
    font-size: 24px;
    color: #00a651;
    text-align: left;
    font-weight: 700;
    margin-bottom: 16px !important;
}
.shipping-services-page .shipping-txt p{
    font-size: 14px;
    color: #363636;
    text-align: left;
    margin-bottom: 10px;
    width: 99%;
    font-weight: 500;
    line-height: 27px;
} 
/* Shipping Services Page End here */


/* Our Approach Page Start here*/
.our-approach-banner{
    background-image: url(../img/our-approach-banner.jpg);
}
.Our-approch-images{}
.Our-approch-images img{}
.Our-approch-images img:nth-child(1) {
    position: relative;
    text-align: right;
    display: block;
    /* right: 0px; */
    left: 46%;
    z-index: 1;
    top: 30px;
}
.Our-approch-images img:nth-child(2) {
    position: relative;
    text-align: right;
    display: block;
    /* right: 0px; */
    left: 80px;
    margin-top: -510px;
    z-index: 1;
    border: 10px solid white;
}
.Our-approch-images img:nth-child(3) {
    position: relative;
    text-align: right;
    display: block;
    /* right: 0px; */
    left: 10%;
    z-index: 1;
    margin-top: -90px;
    border: 10px solid white;
    height: auto;
}
.Our-approch-images img:nth-child(4) {
    position: relative;
    text-align: right;
    display: block;
    right: 0px;
    left: -7%;
    z-index: 1;
    margin-top: -450px;
    border: 10px solid white;
}
/**** our-app-key-principles section start here*/
.our-app-key-principles{
    background-color: #f9faff;
    padding-top: 88px;
    padding-bottom: 150px;
}
.our-app-key-principles .our-app-key-principles-title{
    text-align: center;
    width: 100%;
}
.our-app-key-principles .our-app-key-principles-title h2{ 
    color: #00a651;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
}
.our-app-key-principles .our-app-key-principles-title p{
    font-size: 14px;
    color: #363636;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-bottom: 40px;
}

.principles-main-wrapper .principle-main-box{
    border: 1px solid #00a651;
    padding: 51px 23px 60px 23px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.principles-main-wrapper .principle-main-box:hover{
    background-color: #00a651;
}
.principles-main-wrapper .principle-main-box:hover .principle-img{
    background-color: white;
}
.principles-main-wrapper .principle-main-box:hover .principle-img img{
    filter: unset;
}
.principles-main-wrapper .principle-main-box:hover .principle-content h2{
    color: white;
}
.principles-main-wrapper .principle-main-box:hover .principle-content p{
    color: white;
}
.principles-main-wrapper .principle-main-box .principle-img{
    width: 124px;
    height: 124px;
    background: #00a651;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;

}
.principles-main-wrapper .principle-main-box .principle-img img{
    filter: brightness(0) invert(1);
}

.principles-main-wrapper .principle-main-box .principle-content{}
.principles-main-wrapper .principle-main-box .principle-content h2{
    color: #00a651;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
    text-align: center;
}
.principles-main-wrapper .principle-main-box .principle-content p{
    font-size: 14px;
    color: #363636;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
}

/***** our-app-key-principles section end here */

/* Our Approach End here */


/* Past Projects Page Start here */
.past-projects-banner{
    background-image: url(../img/our-approach-banner.jpg);
}


.past-projects-section{
    padding-bottom : 240px;
    padding-top: 90px;
}
.past-projects-section .past-projects-title{
    width: 100%;
}
.past-projects-section .past-projects-title h2{
    color: #00a651;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    /* margin-bottom: 22px; */
}
.past-projects-section .past-projects-title p{
    font-size: 14px;
    color: #363636;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-bottom: 40px;
}

/* Past Project row section start here */
.past-project-roww{
    margin-bottom: 50px;
}
.past-project-roww .past-project-left-img{}
.past-project-roww .past-project-left-img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 490px;
    border: 10px solid #0072bc;
}

.past-project-roww .past-project-left-txt-wrapper{}
.past-project-roww .past-project-left-txt-wrapper h2{
    font-size: 24px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 10px;
}
.past-project-roww .past-project-left-txt-wrapper p{
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 22px;
}
.past-project-roww .past-project-left-txt-wrapper p:last-child{
    margin-bottom: 0px !important;
}

.past-project-btn{
    position: relative;
    top: 7px;
}
.past-project-btn a{
    color: white;
    text-transform: uppercase;
    background-color: #0072bc;
    font-size: 16px;
    padding: 12px 22px;
    font-weight: 600;

}
.past-project-btn a:hover{
    background-color: #00a651;
    color: white;
}


/* row right */
.past-project-roww .past-project-right-img{}
.past-project-roww .past-project-right-img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 490px;
    border: 10px solid #00a651;
}

.past-project-roww .past-project-right-txt-wrapper{}
.past-project-roww .past-project-right-txt-wrapper h2{
    font-size: 24px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 10px;
}
.past-project-roww .past-project-right-txt-wrapper p{
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 22px;
}
.past-project-roww .past-project-right-txt-wrapper p:last-child{
    margin-bottom: 0px !important;
}

.past-project-green-btn{
    position: relative;
    top: 7px;
}
.past-project-green-btn a{
    color: white;
    text-transform: uppercase;
    background-color: #00a651;
    font-size: 16px;
    padding: 12px 22px;
    font-weight: 600;

}
.past-project-green-btn a:hover{
    background-color: #0072bc;
    color: white;
}


/* Load More */
.past-projects-load{
    display: none;
}
#past-projects-load-more{
    text-align: center;
    position: relative;
    top: 10px;
}
#past-projects-load-more a{
    font-size: 16px;
    border: 2px solid #0072bc;
    background-color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
}
#past-projects-load-more a:hover{
    background-color: #0072bc;
    color: white;
    
}

/* Load more */

/* past projectts row section end here */


/* Past Projects Page End here */


/* 10 Things To Know Page Start here */
.top-things-know-banner{
    background-image: url(../img/top-things-know-banner.jpg);
}

.top-things-to-know-section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.top-things-to-know-section .top-things-to-know-left{}
.top-things-to-know-section .top-things-to-know-left img{
    width: 100%;
    height: 538px;
    object-fit: cover;
    object-position: center;
    padding: 10px;
    border: 2px solid #0072bc;
    border-style: dashed;
}


.top-things-to-know-section .top-things-txt-wrapper{
    padding-top: 10px;
}
.top-things-to-know-section .top-things-txt-wrapper h3{
    font-size: 18px;
    color: #0072bc;
    font-weight: 600;
    margin-bottom: 0px;
}
.top-things-to-know-section .top-things-txt-wrapper h2{
    font-weight: bold;
    color: #00a651;
    font-size: 24px;
    margin-bottom: 25px !important;
}
.top-things-to-know-section .top-things-txt-wrapper p{
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    font-weight: 500;
}
.top-things-to-know-section .top-things-txt-wrapper .top-things-ul{}
.top-things-to-know-section .top-things-txt-wrapper .top-things-ul p{
    margin-bottom: 5px !important;
    padding-left: 20px;
    position: relative;
} 
.top-things-to-know-section .top-things-txt-wrapper .top-things-ul p:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #00a651;
    border-radius: 50%;
}
/**&*** Supplement videos section start here */
.supplement-videos-section{
    background-color: #f9faff;
    padding-top: 80px;
    padding-bottom: 150px;
    margin-bottom: 100px;
}
.supplement-videos-section .supplement-video-title{
    width: 100%;
}
.supplement-videos-section .supplement-video-title h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a651;
    text-align: center;
}
.supplement-videos-section .supplement-video-title p{
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}


.supplement-main-box .supplement-video-img{
    padding: 0px 10px;
    margin-bottom: 25px;
    position: relative;
}
.supplement-main-box .supplement-video-img a{
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.supplement-main-box .supplement-video-img a i{
    color: white;
}
.supplement-main-box .supplement-video-img img{
    width: 99%;
}

.supplement-main-box{
    padding-top: 10px;
    box-shadow: 0px 0px 10px 3px #ccc; 
    margin-bottom: 30px;
}
.supplement-main-box:hover .supplement-box-video-title h2{
    color: #00a651;
}
.supplement-main-box:hover .supplement-box-video-title .supplement-watch-now-button{
    background-color: #00a651;
    color: white;
}
.supplement-main-box .supplement-box-video-title{}
.supplement-main-box .supplement-box-video-title h2{
    font-size: 24px;
    color: #0072bc;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
}
.supplement-main-box .supplement-box-video-title p{
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 30px;
}
.supplement-main-box .supplement-box-video-title .supplement-watch-now-button{
    width: 100%;
    display: block;
    padding: 14px;
    background-color: #0072bc;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
/* .supplement-main-box .supplement-box-video-title .supplement-watch-now-button:hover{
    background-color: #00a651;
    color: white;
} */
/* Load More  Start here */
.supplement-video-load-more{
    display: none;
}
#supplement-video-load-more{
    text-align: center;
    position: relative;
    top: 60px;
}
#supp-load-more{
    font-size: 16px;
    border: 2px solid #0072bc;
    background-color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
}
#supp-load-more:hover{
    background-color: #0072bc;
    color: white;
}
/* Load More End here */


/* swupplement videos section end here**/




/* 10 Things to know page end here */

/* before and after page start here */
.before-after-heading{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00a651;
    color: white;
    padding: 8px 16px;
    position: relative;
    display: inline-block;
}
.before-after-heading-div{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.before-after-heading-div:after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}
.before-after-banner{
    background-image: url(../img/beforeafter-banner.jpg);
}
.dummy-product-name-description{
    padding-bottom: 110px;
}
.dummy-product-name-description .dummy-product-name-description-title{
    margin-top: 20px;
}
.dummy-product-name-description .dummy-product-name-description-title h2{
    font-weight: bold;
    color: #00a651;
    font-size: 24px;
    margin-bottom: 18px;
}
.dummy-product-name-description .dummy-product-name-description-title p{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #363636;
    margin-bottom: 30px;

}
.dummy-product-name-description .dummy-product-name-description-title .dummy-product-name-description-ul{}
.dummy-product-name-description .dummy-product-name-description-title .dummy-product-name-description-ul p{
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}
.dummy-product-name-description .dummy-product-name-description-title .dummy-product-name-description-ul p:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #00a651;
    border-radius: 50%;

}

/* Slider styling start here */
.beforeafter-slider{
    padding-top: 90px;
}
.beforeafter-slider .beforeafter-wrapper .slick-slide img {
    display: block;
    width: 100% !important;
    min-height: 440px;
    object-fit: cover;
    object-position: left;
}
.beforeafter-slider .beforeafter-wrapper .slick-prev {
    /* left: -25px; */
    top: -75px !important;
    right: 0 !important;
    left: 93% !important;
    background: #0072bc;
    z-index: 9;
    width: 35px;
    height: 35px;

}
.beforeafter-slider .beforeafter-wrapper .slick-prev:hover {
    background: #00a651;
}

.beforeafter-slider .beforeafter-wrapper  .slick-next {
    right: -25px;
    top: -75px;
    background: #0072bc;
    width: 35px;
    height: 35px;
    right: 0px;
}
.beforeafter-slider .beforeafter-wrapper  .slick-next:hover {
    background-color: #00a651;
}
.before-after-title h2{
    text-align: center;
    font-size: 24px;
    padding: 20px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00a651;
    color: white;
    border: 10px solid white;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    font-weight: 600;
}
.beforeafter-wrapper .before-after-inner-wrapper:hover .before-after-title h2{
    background-color: #0072bc;
}
.beforeafter-inner-wrapper:hover .before-after-title h2{
    background-color: #0072bc;
}


/* before and after page end here */



/* Services Page Start here */
.services-page-banner{
    background-image: url(../img/services-banner.jpg);
}

.services-page-main{
    padding-top: 95px;
    padding-bottom: 120px;
}
.services-page-main .services-top-title{}
.services-page-main .services-top-title h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a651;
    text-align: center;
}
.services-page-main .services-top-title p{
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    
}

.services-top-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a651;
    text-align: center;
    padding-top:10px;
}

/* Services page row start here */
.services-page-main .services-page-row{
    margin-bottom: 30px;
}
.services-page-main .services-page-row .service-page-box{
    overflow: hidden;
    position: relative;
    height: 329px;
    /* transition: all .4s ease-in-out */
}
.services-page-main .services-page-row .service-page-box:hover .services-page-thum-cntnt{
    background-color: rgba(0,166,81,0.9);
    transform: translateY(0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-page-main .services-page-row .service-page-box .services-page-thumbnail{}
.services-page-main .services-page-row .service-page-box .services-page-thumbnail img{
    width: 100%;
    height: 329px;
    object-fit: cover;
}


.services-page-main .services-page-row .service-page-box .services-page-thum-cntnt{
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    background-color: rgba(43,118,174,0.8);
    transition: 0.4s;
    height: 100%;
    transform: translateY(263px);
}
.services-page-main .services-page-row .service-page-box .services-page-thum-cntnt h2{
    font-weight: 600;
    font-size: 21px;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}
.services-page-main .services-page-row .service-page-box .services-page-thum-cntnt p{
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: 25px;
    padding-left: 29px;
    padding-right: 29px;
}
.services-page-main .services-page-row .service-page-box .services-page-thum-cntnt a{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white !important;
    text-decoration: none !important;
}
.services-page-main .services-page-row .service-page-box .services-page-thum-cntnt a:hover{}


/* Services page row end here */

/* Services Page End here */


/* Services Details Page Start here */
.services-details-banner{
    background-image: url(../img/services-banner.jpg);
}

.service-details-row-main{}
.service-details-row-main .services-detail-itm{}
.service-details-row-main .services-detail-itm h2{
    font-weight: 600;
    font-size-adjust: 30px;
    color: #00a651;
}
.service-details-row-main .services-detail-itm p{
    font-weight: 400;
    color: #363636;
    line-height: 26px;
    font-size: 14px;
}
.service-details-row-main .services-detail-itm img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
/* service detail sidebar start her */
.service-details-row-main{}
.service-details-row-main .service-detail-sidebar{}
.service-details-row-main .service-detail-sidebar h2{
    text-align: center;
    display: block;
    width: auto;
    color: white;
    font-size: 24px;
    font-weight: 600;
    background-color: #00a651;
    padding: 14px;
}
.service-details-row-main .service-detail-sidebar ul{
    border: 1px solid black;
    border-top: none;
    margin-top: -9px;
    padding: 15px 0;
}
.service-details-row-main .service-detail-sidebar ul li{}
.service-details-row-main .service-detail-sidebar ul li a{
    width: 90%;
    display: block;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid black;
    margin-left: auto;
    color: #363636;
    font-size: 20px;
    text-decoration: none !important;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 500;
}
.service-details-row-main .service-detail-sidebar ul li:last-child a{
    border: none;
}
.service-details-row-main .service-detail-sidebar ul li a:hover{
    color: #00a651;
}
.service-details-row-main .service-detail-sidebar ul li .MenuActive{
    color: #00a651;
}

/* service detail side bar end here */



/* Services Details Page End here */

/* Acc pages Start here */
/*Dynamic Css*/
.dynamicHeading {
    font-size: 35px;
    color: #00a651;
    line-height: 22px;
    font-weight: 700;
    line-height: 40px;
}
.dynamicHr {
    width: 180px;
    border-color: #e8e8e8;
    margin-left: 0px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.dynamicHeading span {
   color: #3a3d34 !important; 
}
.dynamicHeading span:nth-child(2) {
    font-size: 24px !important;
    font-weight: 300 !important;
}
.cartStyle {
    color: #3a3d34;
}
.cartStyle:hover {
    color: #d1954c;
}
/*Dynamic Css*/
/*cart Page Css*/
.cartForm {
    padding: 70px 0px;
}
/*cart Page Css*/
#cart.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.borderRow {
       border: 1px solid #dee2e6 !important
}
.borderRow  td {
    border: 1px solid #dee2e6 !important
}
.cartForm .getBtn {
    margin-left: 0px;
}
.cartForm #cart thead th {
    border: 1px solid #dee2e6 !important;
} 
@media (max-width: 600px) {
    #cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    #cart .actions .btn{
        width:36%;
        margin:1.5em 0;
    }
    
    #cart .actions .btn-info{
        float:left;
    }
    #cart.actions .btn-danger{
        float:right;
    }
    
    #cart thead { display: none; }
    #cart tbody td { display: block; padding: .6rem; min-width:320px;}
    #cart tbody tr td:first-child { background: #333; color: #fff; }
    #cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }
    
    
    
    #cart tfoot td{display:block; }
    #cart tfoot td .btn{display:block;}
   
}
/*cart Page Css*/

/*Checkout Page Css*/
.checkoutForm .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color:#d1954c;
}
.checkoutForm .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
     background-color:#d1954c;
}
.checkoutForm {
    padding: 70px 0px;
}
button.redeem-btn{
    background-color: #00a651 !important;
    color: white !important;
}
button.redeem-btn:hover{
    background-color: #0072bc !important;
    color: white;
}
button.con-to-check{
    background-color: #00a651 !important;
    color: white !important;
}
button.con-to-check:hover{
    background-color: #0072bc !important;
    color: white;
}

.dynamicHeader .headingTitle h2{
    font-size: 24px;
    color: green;
    padding-top: 90px;
    margin-bottom: 0px;
}


/*Profile Section css*/

.profileSec {
    padding: 100px 0px; 
 }
 .profileSec .leftPanel li a.active {
     width: 100%;
     background: #00a651 !important;
     color: #fff ;
     border: 1px solid #00a651;
     display: block;
     padding: 6px 9px;
 }
 .profileSec .leftPanel li a {
     width: 100%;   
     color: #3a3d34 ;
     border: 1px solid #00a651;
     display: block;
     padding: 6px 9px;
     margin-bottom: 9px;
 }
 button.update-profile{
    background-color: #00a651 !important;
    color: white !important;
 }
 button.update-profile:hover{
    background-color: #0072bc !important;
    color: white;
}
 
 /*Profile Section css*/
 /*My Account Css*/
#btn-signup{
    background-color: #00a651 !important;
    color: white !important;
    padding: 10px 44px;
    margin-left: 0px !important;
}
#btn-signup:hover{
    background-color: #0072bc !important;
    color: white;
}

 #btn-login{
    background-color: #00a651 !important;
    color: white !important;
    padding: 10px 44px;
    margin-left: -15px !important;
 }
 #btn-login:hover{
    background-color: #0072bc !important;
    color: white;
 }
.accountCol {
    max-width: 45%;
    box-shadow: 0px 6px 6px 5px #e3e3e3;
    margin: 0px 27px;
    border-radius: 20px;


}
 .checkoutForm h4.mb-3 {
    color: #00a651;
} 
.text-dark {
    color: #00a651!important;
}

.loginForm .nav-tabs {
    margin-bottom: 15px;
}
.loginForm .sign-with {
    margin-top: 25px;
    padding: 20px;
}
.loginForm div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}
#signupbox,#loginbox {
    max-width: 100%;
}
.loginFormSec {
    padding:100px 0px;
}
.loginFormSec label{
     max-width: 100%;
}
#loginform label {
    max-width: 100%;
    padding-left: 0px;
}
/*My Account Css*/
/* Acc Pages End here */
.my-quantity-btn1{
    height: auto;
    position: relative;
    top: -3px;
    left: 20px;
}
.my-quantity-btn1 > button {
    width: 29px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 3px;
}
.my-quantity-btn2{
    position: relative;
    left: 20px;
    width: 15px !important;
}
.my-quantity-btn2 > button {
    width: 29px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 3px;
}
#quantity{
    position: relative;
    left: 0px;
    top: 3px;
    padding: 0;
    width: 30px;
    font-size: 14px;
    left: 0px;
    top: 3px;
    padding: 0 !important;
    width: 60px !important;
    display: block !important;
    height: 40px !important;
    flex: unset !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;

}
.cartForm .getBtn{
    background-color: #00a651 !important;
    color: white !important;
}
.cartForm .getBtn:hover{
    background-color: #0072bc !important;
    color: white;
}
#cart .btn.btn-block {
    width: 110%;
}
/* Cart Page Start here */
input:hover {
    appearance: revert;
}









@media screen and (min-width: 1599px) {

.container, .container-fluid {
    width: 1570px;
  }
  

header .main-menu:after {
    width: 29%;
}

  
} /* Dont delete this bracket! */ 

@media screen and (min-width: 1800px) {

    /* .container, .container-fluid {
        width: 1570px;
      } */
      
    
    header .main-menu:after {
        width: 33%;
    }
    
      
} 



#preloader{position: fixed;top: 0;left: 0;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);z-index: 999999;width: 100%;height: 100%;background: 0 0!important;overflow:hidden;}
/* #preloader-wrapper{width:100%;height:100%;z-index:99999;background:#edf1fa;position:fixed;display: flex;align-items: center;justify-content: center;} */
#preloader-wrapper{width: 100%;height: 100%;z-index: 99999;background: url(../img/logo.gif),#ebf3fb;background-repeat: no-repeat;background-position: center;position: fixed;display: flex;align-items: center;justify-content: center;}
#preloader #loader{width: 300px;height: auto;margin: auto;display:inline-block;position:relative;}
#preloader #loader img {position: relative;z-index: 1;display: block;width: 100%;height: auto;margin: 0 auto;}

