@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap');

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-position: center;
  background-repeat: repeat;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;
}



.desk-banner{
  margin-top: 70px;
  height:450px;
  width:100%;
}

.formsales {
  width: 350px;
  position: absolute;
  z-index: 99;
  border-radius: 20px;
  border: 1px #5d5845 solid;
  display: inline-table;
  padding: 10px 30px;
  background-color: #fff;
  right: 5%;
  margin-top: 10px;
  -webkit-box-shadow: 0px 24px 44px 0px rgba(190, 114, 99, 0.37);
  -moz-box-shadow: 0px 24px 44px 0px rgba(190, 114, 99, 0.37);
  box-shadow: 0px 24px 44px 0px rgba(190, 114, 99, 0.37);
}

.formsales h1 {
  color: #5d5845;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
  text-align: center;
}

.formsales input,
select {
  border: 1px #fcbc44 solid !important;
}

.formsales .boder_lft {
  border-left: 0px !important;
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.formsales .boder_lftradius {
  width: 120px;
  border-bottom-left-radius: 2rem !important;
  border-top-left-radius: 2rem !important;
  border: 1px #fcbc44 solid !important;
}


.formsales button {
  width: 200px;
  position: relative;
  top: 10px;
  font-size: 20px;
  border-radius: 2rem !important;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  background: #004b05;
}

.formsales .input-group {
  margin-bottom: 1rem;
}

.form_sal {
  position: relative;
  top: 0px;
  z-index: 99;
}

.formcont {
  background-color: #2a1908;
  z-index: 9;
}

.bg_sales {
  width: 100%;
  height: 100vh;
  background: url(../img/web-banner.jpg) bottom center no-repeat ;
   /* ../images/login_web_bnr.jpg */
  background-size: 100% 100%;
}

.main_websales {
  max-width: 1200px;
  margin: 0 auto;
}

.mobsview {
  display: none !important;
}


.rght-icon {
  width: 50%;
  float: right;
}

.callsales a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}


.form-check .checllbl {
  font-size: 11px;
}

.formsales .form-group {
  margin-bottom: 10px;
}

.deskview {
  display: block;
}

#more {
  display: none;
}

@media(min-width:1460px) {
    .formsales{
        width: 650px;
        margin-top: 200px;
        padding: 50px 50px;
    }
}
@media (min-width: 1600px) and (max-width: 2000px) {
    .formsales {
        width: 550px;
        right: 3%;
    }
}