@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');

body
{
  font-family: 'Roboto', sans-serif;
}
.disable
{
   pointer-events: none;
  cursor: default;
}
.err-msg
{
    color: red;
    font-size: 14px;
}
.mandatory span
{
  color: red;
}
/*logo*/
.logo-a{
    text-decoration: none;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    color: 
#fff;
background-color:
#2ecc71;
font-size: 30px;
padding: 0.5rem 3.1rem;
font-weight: 600;
}
.chat-sidebar-link{
    color:#fff;text-transform: capitalize;
}
.logo-a:hover
{
  text-decoration: none;
  color: #fff;

}
.logo-h3
{
  font-size: 12px;
  font-family: Georgia, 'Times New Roman' , Times, serif;
text-transform: uppercase;
}
/*Top bar styling starts*/
.top-head
{
    background-color: #2ecc71;
    height: 30px;
    width: 100%;
}
.top-head h6 {
    font-size: 13px;
    float: right;
    font-weight: 600;
    padding: 7px;
    color: 
    #fff;
    letter-spacing: 0.5px;
}
/*Top bar styling ends*/

/*Navigation bar styling starts*/
.navbar-nav .nav-item .nav-link {

    font-size: 15px;
    color: 

    #000;
    font-weight: 600;

}
nav
{
  width: 100%;
}
.navbar .navbar-brand img
{
  width: 303px;
  height: 41px;
}
.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 1.7rem;
    padding-left: .5rem;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover 
{
    color: #2ecc71;
}
.navbar 
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .9rem 1.2rem;
}
/*Navigation Bar styling ends*/

/*Banner section styling starts*/   
.banner
{
 background-image: url('../images/banner.jpg');
height: 540px;
background-size: 100% 100%;
padding-right: 15px;
padding-left: 0px;
}
.banner-overlay
{
  background-color: #00000085;
  height: 540px;
  width: 100%;
  position: absolute;
}
.form-head
{
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.form-head span
{
  font-weight: 600;
  font-size: 26px;
  line-height: 29px;
    text-shadow: 0px 1px, 1px 0px, 1px 1px #000;
    font-family: 'Open Sans', sans-serif;
}
.form-head-subt
{
    font-size: 12px;
    text-align: center;
    line-height: 0px;
    margin-bottom: 3rem;
}
.form-bg
{
  background-color: #ffffffc4;
  width: 340px;
  height: auto;
  margin-right: 70px;
  margin-top: 8rem;
  border-radius: 10px;
  padding: 19px 20px 20px 19px;
}
.search-head {
    font-weight: 600;
    font-size: 13px;
    text-shadow: 0px 1px, 0px 1px, 0px 1px 
    #000;
    margin-top: 10px;
}
.search-form input
{
  color: #707070;
  font-size: 0.9rem;
  padding: 20px 15px;
  border-radius: 10px;
    -webkit-box-shadow: 1px 2px 12px 1px rgba(153,145,153,0.47);
-moz-box-shadow: 1px 2px 12px 1px rgba(153,145,153,0.47);
box-shadow: 1px 2px 12px 1px rgba(153,145,153,0.47);
}
.forgot-link {
    color:#666;
}
.forgot-link:hover {
    color:#666;
    text-decoration:none;
}
.search-btn {
    float: left;
    background-color: 
#2ecc71;
color:
    #fff;
    border: none;
    padding: 9px 37px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
}
.search-btn:hover
{
  color: #fff;
}
.search-btn:focus
{
  box-shadow: none;
}
.right
{
  float: right;
}
.banner-content
{
  margin-top: 11rem;
  margin-left: 6rem;
}
.banner-content p
{


    font-weight: 900;
    font-size: 35px;
    color: 

    #fff;
  margin-bottom: 0.5rem;

}
.banner-content h1
{
  font-weight: 900;

color:
#2ecc71;
font-size: 60px;
text-shadow: 1px 1px
#2ecc71;

}

/*Banner section styling ends*/

/*Site Heading Section Starts*/
.section-heading
{
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    text-shadow: 1px 0px 

#000;

color:

    #000;
    font-family: 'Open Sans', sans-serif;

}
.section-first-hr
{
  width: 15%;

border-top: 2px solid
#2ecc71;
margin-bottom: 0.5rem;
}
.section-second-hr
{
  width: 10%;
margin-top: unset;
border-top: 2px solid
#2ecc71;
}
/*Site Heading Section Ends*/

/*Popular Categories Section Styling Starts*/
.popular-card
{
  position: relative;
text-align: center;
display: -ms-flexbox;

display: flex;

-ms-flex-direction: column;

flex-direction: column;

min-width: 0;

word-wrap: break-word;

background-color:
#fff;

background-clip: border-box;

border: 1px solid
rgba(0,0,0,.125);

border-top-left-radius: 10px;
border-top-right-radius: 10px;

}
.popular-card-img
{
  
  height: 180px;
  width: 100%;
 background-position: center;
background-size: cover;
background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.popular-card-title
{
  margin-bottom: 15px;
color:

    #2ecc71;
    font-weight: 900;
    text-align: center;
    font-size: 18px;


}
.popular-card-text
{
  background-color:
#2ecc71;

padding: 8px 20px;

border-radius: 10px;

margin-top: 20px;

text-align: center;
}
.popular-card-text:hover
{
  text-decoration: none;
}
.text-popular
{
  color:
#fff;

font-size: 14px;

font-weight: 600;
letter-spacing: 0.6px;
}
.btn-cat
{

    background-color: 
#2ecc71;
color:
#fff;
font-weight: 600;
border-radius: 6px;
}

/*Popular Categories Section Styling Ends */

/*Running Bids Section Styling Starts */
.bid-card-header
{
  padding: .75rem 0.5rem;
background-color: #2ecc71;

border-top: 1px solid

    rgba(0,0,0,.125);

}
.bid-card-header h3
{
  font-size: 15px;

color:
#fff;


}
.bid-header-detail
{
  font-weight: 100;
}
.bid-header-heading
{
  font-size: 15px;

font-weight: 600;

color:
#fff;
float: left;
}
.bid-card-body 
{
  

height: 190px;

background-size: cover;

background-position: 100% center;

background-repeat: no-repeat;
}
.bid-card-footer {

   
    background-color: 

rgba(0,0,0,.03);

}
.alarm
{
  width: 100%;
}
.pd-r-0
{
  padding-right: 0px;
}
.days, .hours, .minutes,.sec
{
  display: inline-grid;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}
.days span, .hours span, .minutes span, .sec span
{
  font-size: 10px;
  letter-spacing: 0px;
  color: gray;
}
.bid-btn
{

    background-color: 

#000;

border-radius: 0px;

padding: 21px 40px;

color:

    lightgray;
    font-size: 16px;
    font-weight: 600;
}
.bid-btn:hover
{
  color:

    lightgray;
}
.pd-bid
{
  padding: 10px 0px 10px 20px;
}
.pd-unset
{
  padding: unset;
}
.bid-card
{
  border:1px solid lightgrey;
  margin-bottom: 30px;
}
/*Running Bids Section Styling Ends */

/*Contact Section styling Starts*/
.contact-heading {
    font-size: 23px;
    text-align: left;
    font-weight: 900;
    color: 
    #000000d6;
    font-family: 'Open Sans', sans-serif;
}
.contact-hr
{

    margin-top: unset;
    width: 12%;
    text-align: left;
    position: absolute;
    border-top: 3px solid 
#2ecc71;
margin-bottom: 1rem;
}
/*Contact Section styling Ends*/

/*Footer Section Styling Starts*/
.footer
{
  background-color:
#d3d3d373;

margin-top: 3rem;

border-top: 5px solid
#2ecc71;
}
.footer-pd
{
  padding: 2rem 5rem 1rem 5rem;
}
.footer-heading
{
  font-size: 18px;

font-weight: 600;
}
.footer-ul
{
  list-style-type: none;
  margin-left: -2.4rem;
}
.footer-li-img
{
  height: 12px;
  width: 12px;
  margin-right: 0.8rem;
}
.footer-link{
    font-size: 18px;
    line-height: 35px;
    color: 

    #534c4c;
    font-weight: 700;

}
.footer-link:hover
{
  text-decoration: none;
  color: #2ecc71;
}
.footer-icon
{
  line-height: 3rem;
}
.footer-li-icon
{
 height: 2.5rem;
width: 2.5rem;
}
.footer-address
{
  line-height: 2rem;
}
.copyright
{
  background-color: #000;
  height: 2.9rem;
  width: 100%;
}
.copyright p
{
  color: #fff;
  margin-top: 0.7rem;
  margin-bottom: unset;
}
/*Footer Section Styling ends*/


/*About Us Page Styling Starts*/
.inner-banner-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/banner.jpg);
  height: 13rem;
  width: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-banner-text
{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.about-bg
{
  background-color:
#fff;

box-shadow: 0px 5px 10px 0px
lightgray;

padding: 3rem 2rem;
}
.abt-heading
{
  font-size: 24px;
position: relative;
font-weight: 600;
}
.abt-heading:after {
    content: '';

width: 10%;

border-bottom: 2px solid
#2ecc71;

position: absolute;

left: 0;

z-index: 1;

top: 100%;
}
.abt-para
{
  font-size: 17px;

color:
#646161;
text-align: justify;
}
/*About Us Page Styling Ends*/

/*Contact Us Page Styling Starts*/
.contact-name
{
  font-size: 20px;
font-weight: 600;
}
.contact-para
{
  line-height: 30px;
}
.contact-sec
{
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px
lightgray;
padding: 1.5rem;
}
.con-form-heading
{
    font-size: 22px;
    margin-bottom: 1.2rem;
    color: 
#2ecc71;
font-weight: 900;
}
.contact-form-control {

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 8px);
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: 

lightgray;

background-color:
#fff;

background-clip: padding-box;

border: 1px solid

    #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.contact-form
{
    padding: 3.1rem 2rem;
    background-color: 
#d3d3d333;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-top: 4px solid
#2ecc71;
}
.contact-btn
{
    background-color: 
#2ECC71;
color:
#fff;
font-weight: 600;
padding: 0.6rem 2rem;
}
.contact-img
{
  width: 5%;
  margin-right: 0.9rem;
}
.address-sec
{
  background-color: #d3d3d333;
}
/*Contact Us Page Styling Ends*/

/*FAQ Section Styling Starts*/
.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 60px 0 0;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  color: #fff;
  position: relative;
  background: #2ecc71;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}

.answers {
  font-weight:300;
  background: #f2f2f2;
  padding: 0px 15px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color:#fff;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
/*FAQ Section Styling Ends*/

/*Product Description Page Styling Starts*/
.product-des-img
{
  width: 100%;
}
.prod-des-heading
{
    color: 

#000;

font-weight: 700;

font-size: 18px;
}
.prod-des-content
{
}
.prod-des-content span
{
color:
#423d35;
font-weight: 600;
}
/*Product Description Page Styling Ends*/

/*Register Form Styling starts*/
.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
.btn-register
{
  background-color: #2ecc71;
  color: #fff;
}
.register-card-header
{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: 

#2ecc71;

border-bottom: 1px solid

    #2ecc71;
}
/*Register Form Styling ends*/

/*Bid Box Styling Starts*/   

              .msg_box{
 position:fixed;
 bottom:-5px;
 width:250px;
 background:white;
 border-radius:5px 5px 0px 0px;
}

.msg_head{ 
 background:#2ecc71;
 color:white;
 padding:8px;
 font-weight:bold;
 cursor:pointer;
 border-radius:5px 5px 0px 0px;
}

.msg_body{
 background:white;
 height:200px;
 font-size:12px;
 padding:15px;
 overflow:auto;
 overflow-x: hidden;
}
.msg_input{
 width:100%;
 height: 55px;
 border: 1px solid white;
 border-top:1px solid #DDDDDD;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;   
 box-sizing: border-box;  
}

.close{
 float: right;
cursor: pointer;
color:
#fff;
opacity: 1;
font-size: 18px;
font-weight: normal;
}
.minimize{
 float:right;
 cursor:pointer;
 padding-right:5px;
 
}
.chat-heading
{
  background-color:
#2ecc71;

position: relative;

top: -10px;

margin-bottom: 5%;

padding: 10px;

text-align: center;

color:
#fff;

font-weight: 600;
}
.msg-left{
 position:relative;
 background:#e2e2e2;
 padding:5px;
 min-height:10px;
 margin-bottom:5px;
 margin-right:10px;
 border-radius:5px;
 word-break: break-all;
}

.msg-right{
 background:lightgray;
 padding:5px;
 min-height:15px;
 margin-bottom:5px;
 position:relative;
 margin-left:10px;
 border-radius:5px;
 word-break: break-all;
}
/**** Slider Layout Popup *********/

 #chat-sidebar {

    width: 17%;
    position: fixed;
    /*height: 40%;*/
    height: 65%;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid 

    #b2b2b2;
    background-color: lightgrey;
    bottom: 0px;
    overflow-x: hidden;

}
 #sidebar-user-box {
     padding: 2px;
     margin-bottom: 4px;
     font-size: 17px;
     font-weight:bold;
     cursor:pointer;
}
 #sidebar-user-box:hover {
     background-color:#2ecc71 ;
     color: #fff;
}
 #sidebar-user-box:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
 #slider-username{
     float:left;
     line-height:30px;
     margin-left:5px;
}
/*Bid Box Styling Ends*/



/*----------------------------------Responsive Styling------------------------------*/
@media(max-width: 468px)
{
  .top-head
  {
    display: none;
  }
  .logo
  {
    margin-top: -8px;
  }
  .logo h1
  {
    margin-bottom: 0px;
  }
  .navbar
  {
    padding: 0.3rem 0rem;
  }
  .logo-h3
  {
    margin-bottom: 0px;
    font-size: 11px;
  }
  .logo-a {
    text-decoration: none;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    color: 
#fff;
background-color:
    #2ecc71;
    font-size: 25px;
    padding: 0.1rem 3rem;
    font-weight: 600;
}
  .navbar-toggler 
  {
    padding: 0.4rem .4rem;
    font-size: 1rem;
    line-height: 0;
  }
  .banner-content 
  {
    display: none;
  }
  .form-bg {

    background-color: 

    #ffffffc4;
    width: 90%;
    height: auto;
    margin-top: 2rem;
    border-radius: 10px;
    padding: 13px 19px 20px 19px;
    margin-left: 25px;

}
.form-head-subt {
    margin-bottom: 2rem;
}
.banner
{
  height: 285px;
}
.timer
{
  font-size: 1rem;
}
.banner-overlay
{
  height: 285px;
}
.section-first-hr {
    margin-bottom: 0.2rem;
    margin-top: 0px;
}
.section-heading {
  font-size: 22px;
  }
  .popular-card-text
  {
    padding: 8px 8px;
  }
  .popular-card-img {
    height: 100px;
  }
  .popular-card-title {
    font-weight: 600;
    font-size: 16px;

}
.card-body {
    padding: 0.8rem 0.8rem 1.2rem 0.8rem;

}
.popular-card
{
  margin-bottom: 1rem;
}
.alarm
{
  width: 75%;
}
.bid-btn
{
  padding: 17px 33px;
}
  .width-20
  {
    width: 20%;
  }
  .width-40
  {
    width: 40%;
  }
  .form-control-lg {

    height: calc(1.5em + 0.5rem + 0px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .3rem;

}
.footer-pd {

    padding: 2rem 0rem 1rem 1rem;

}
.footer-heading {

    font-size: 14px;
    font-weight: 600;

}
.footer-link {

    font-size: 14px;
    line-height: 28px;
    color: #534c4c;
    font-weight: 700;

}
.footer-li-img {

    height: 8px;
    width: 8px;
    margin-right: 0.8rem;
  }
  
  .footer-li-icon {

    height: 1.5rem;
    width: 1.5rem;
  }
iframe
{
  margin-top: 1rem;
  width: 100%;
  height: 20rem;
}
.footer-icon {

    line-height: 2rem;
    font-size: 14px;
}
.copyright p {

    color: 

    #fff;
    margin-top: 0.2rem;
    margin-bottom: unset;
    font-size: 14px;

}
.inner-banner-text h1
{
  font-size: 1.5rem;
}
.inner-banner-image
{
  height: 8rem;
}
.form-group
{
  margin-bottom: 0.5rem;
}
  .width-50
  {
    width: 50%;
  }
  .mt-pro
  {
    margin-top: 1rem !important;
  }
  .prod-des-heading {

    color: #000000de;

font-weight: 600;

font-size: 15px;

background-color:

    lightgray;
    padding: 7px;

}
.prod-des-content {

    font-weight: 600;
    font-size: 14px;

}
.chatdiv_new {

    width: 25% !important;
    position: fixed;
    height: 40%;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid 

    #b2b2b2;
    background-color: lightgrey;
    bottom: 0px;

}
.h6-chat {
    color: 
    #28a745;
    font-weight: bold;
    font-size: 11px;
}
#slider-username {
    float: left;
    line-height: 30px;
    margin-left: 5px;
    font-size: 9px;
}
.msg_box {
    position: fixed;
    bottom: 0;
    width: 195px !important;
    background: 
    white;
    border-radius: 5px 5px 0px 0px;
    right: 100px !important;
}
.days, .hours, .minutes, .sec {
    display: inline-grid;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}
.timer-box {
    color: 
    #fff;
    display: inline;
    font-size: 7px;
}
.data-section p {
    margin-bottom: 0.2rem;
    font-size: 9px;
}
.msg_head {
    background: 
#2ecc71;
color:
    white;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    font-size: 11px;
}
.msg_body {
    background: 
    white;
    height: 213px !important;
    font-size: 12px;
    padding: unset;
    overflow: unset;
}
.data-section {
    height: 147px !important;
    overflow-y: scroll;
}
.form-head {
    font-size: 23px;
    color: 
    #000000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5rem;
}
.form-head span {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 0px 1px, 1px 0px, 1px 1px 
    #000;
    font-family: 'Open Sans', sans-serif;
}
.form-head-subt {
    margin-bottom: 1rem;
}
.search-form input {
    color: 
#707070;
font-size: 0.9rem;
padding: 16px 15px;
border-radius: 10px;
-webkit-box-shadow: 1px 2px 12px 1px rgba(153,145,153,0.47);
-moz-box-shadow: 1px 2px 12px 1px rgba(153,145,153,0.47);
box-shadow: 1px 2px 12px 1px
    rgba(153,145,153,0.47);
}
.search-btn {
    float: right;
    background-color: 
#2ecc71;
color:
    #fff;
    border: none;
    padding: 4px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
}
}
