@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*font-awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../plugins/frontend/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../plugins/frontend/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../plugins/frontend/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../plugins/frontend/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../plugins/frontend/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../plugins/frontend/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url('../../../plugins/frontend/fonts/BarlowSemiCondensed-Bold.eot');
  src: url('../../../plugins/frontend/fonts/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../../plugins/frontend/fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'),
  url('../../../plugins/frontend/fonts/BarlowSemiCondensed-Bold.woff') format('woff'),
  url('../../../plugins/frontend/fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Graphik';
  src: url('../../../plugins/frontend/fonts/Graphik-Regular.eot');
  src: url('../../../plugins/frontend/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../../plugins/frontend/fonts/Graphik-Regular.woff2') format('woff2'),
  url('../../../plugins/frontend/fonts/Graphik-Regular.woff') format('woff'),
  url('../../../plugins/frontend/fonts/Graphik-Regular.ttf') format('truetype'),
  url('../../../plugins/frontend/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  src: url('../../../plugins/frontend/fonts/Graphik-Medium.eot');
  src: url('../../../plugins/frontend/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
  url('../../../plugins/frontend/fonts/Graphik-Medium.woff2') format('woff2'),
  url('../../../plugins/frontend/fonts/Graphik-Medium.woff') format('woff'),
  url('../../../plugins/frontend/fonts/Graphik-Medium.ttf') format('truetype'),
  url('../../../plugins/frontend/fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../../../plugins/frontend/fonts/Graphik-Semibold.eot');
  src: url('../../../plugins/frontend/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../../../plugins/frontend/fonts/Graphik-Semibold.woff2') format('woff2'),
  url('../../../plugins/frontend/fonts/Graphik-Semibold.woff') format('woff'),
  url('../../../plugins/frontend/fonts/Graphik-Semibold.ttf') format('truetype'),
  url('../../../plugins/frontend/fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body,
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;

  font-family: 'Graphik';
  font-weight: 400;
  color: #6e6e6e;
  font-size: 20px;
  line-height: 1.5;
}
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px 0;
  color: #2c343d;
  font-size: 16px;
  font-family: 'Graphik';
  font-weight: 400;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;

  /*Change*/
  color: #282828;
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  /*Change*/
  color: #000000;
}
a:hover {
  color: #f06826;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
}

/*Change*/
ol, ul, dl {

  padding: 0;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"] {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #cfcfcf;
  height: 65px;
  padding: 0 25px;
  font-size: 22px;
  outline: none !important;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #91d6eb;
}



select::-ms-expand {
  display: none;
}


input[type="submit"]{
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: normal;
  border-width: 1px;
}
.btn {
  line-height: 1;
  color: #15b2e3;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

input[type="submit"]:hover {
  border-color: #f06826;
  background-color: transparent;
  color: #f06826;
}


::-webkit-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

::-moz-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-moz-placeholder {
  opacity: 1;
  color: #fff;
}


.labeltxt {
  font-weight: 300;
  margin-bottom: 10px;
}
/*
ol li, ul li, dl li{
margin-bottom: 10px;
}
*/
/*
ol li:last-child, ul li:last-child, dl li:last-child{
margin-bottom: 0;
}
*/
/* images alignment for wordpress content pages */

/**/

ul {
  list-style: none;
}
.btn:hover {
  border-color: #f06826;
  color: #f06826;
  background-color: #f06826;
}
/*Header*/
.navbar-brand {
  padding: 0;
  margin: 0;
  /* width: 323px; */
  display: inline-block;
  margin-bottom: -100px;
  z-index: 2;
}
.hdr_sec {
  padding: 20px 0;
}
/*Nav*/
.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}
.navbar-nav > li {
  margin-left: 36px;
  position: relative;
  padding: 0;
  line-height: 1;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li > a {
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 0px ;
}
/*
.navbar-nav > li > a::after{
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 4px;
width: 0;
transition: all 0.4s;
position: absolute;
content: "";
background-color:#f15a27;
}
*/
.navbar-nav > li > a:hover{
  color:#f06826;
}
.navbar-nav > li > a {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  color: #281c17;
  /* text-transform: uppercase; */
  font-weight: 500;
}
/* .navbar-nav > li > a:hover::after,.navbar-nav > li.current-menu-item > a::after{
width: 98%;
}
*/
/*Removed Ul Style*/
.ul_style > ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.ul_style > ul li{
  margin: 0;
}

.info-btn {
  margin-left: 26px;
}

.info-btn ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.scl-ic {
  margin: 0;
  padding: 0;
}
.info-btn-otr{
  margin-bottom: 23px;
}
.info-btn ul li {
  margin-right: 7px;
}
.cmn-btn {
  background: #f06826;
  padding: 13px 24px;
  border-radius: 7px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  border: 2px solid #f06826;
  color: #fff;
  font-size: 15px;
}

.cmn-btn2 {
  background: #f06927;
  padding: 13px 24px;
  border-radius: 7px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  border: 2px solid #f06927;
  color: #fff;
  font-size: 15px;
}

.cmn-btn1 {
  background: #3e3f42;
  padding: 13px 24px;
  border-radius: 7px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  border: 2px solid #3e3f42;
  color: #fff;
  font-size: 15px;
}
.prd_txt {
  padding-left: 10px;
}
.cmn-btn span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.cmn-btn .fa {
  color: #fff;
  margin-right: 7px;
  font-size: 20px;
}
/*******Customize Css********/
.ban-outr img {
  width: 100%;
}
.ban-outr {
  position: relative;
}
.bann-innr {
  position: absolute;
  top:0;
  padding: 110px 0 0;
  left:0;
  right:0;
  margin: auto;
}


.banner h1,.banner h3 {
  font-size: 70px;line-height: 1;
  color: #fff;margin-bottom: 72px;
  font-family: 'Barlow Semi Condensed';
}
.banner h3 {
  font-size: 40px;
  margin-bottom: 32px;text-transform: uppercase;

}
.banner h1 span {
  color: #f06826;
}
.bann-innr1 {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
}


.prod_ofrd {
  padding: 100px 0 134px;
}
.prod_ofrd .slick-dots {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  bottom: -60px;
  align-items: center;
  margin: auto;
  text-align: center;
  right: 0;
}
.prod_ofrd .slick-dots li {
  margin: 0 4px;
  height: 19px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.prod_ofrd .slick-dots li.slick-active button, .prod_ofrd .slick-dots li:hover button {
  background: #f06826;width: 120px;
  height: 6px;
}
.prod_ofrd .slick-dots li button {
  background: #3e3f43;
  border: 0;
  font-size: 0;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.prod_ofrd .slick-next.slick-arrow, .prod_ofrd .slick-prev.slick-arrow {
  position: absolute;
  left: -65px;
  /* top: auto; */
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #adb4ad;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: none;
  outline: 0;
  transform: translateY(-50%);
}
.prod_ofrd .slick-next.slick-arrow {
  left: auto;
  right: -65px;
}
.prod_ofrd .slick-prev.slick-arrow {
  left: -65px;
}
.product_sldr_otr .slick-slide {
  padding: 0px 13px;
}
.product_sldr_otr .slick-list {
  margin: 0px -13px;
}
.prod_otr_bk {
  padding: 19px 15px;
  background: #f7f7f7;
  /*box-shadow: 0 0px 18px rgba(0, 0, 0, .05);
  */height: 100%;
  margin-bottom: 33px;
  border-radius: 7px;
  margin-top: 4px;
  transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
  -ms-transition:all 0.5s ;
  -o-transition:all 0.5s ;
}
.prd_txt h3 {
  font-size: 22px;
  color: #495461;
  font-weight: 500;
  /* text-transform: uppercase; */
  margin-bottom: 6px;
}
.prd_img {
  margin-bottom: 20px;
}
.prod_ofrd .slick-arrow .fa, .banner-outr .slick-arrow .fa{
  font-size: 90px;
}
.prod_ofrd .slick-arrow:hover{
  color: #f06826;
}
.banner-outr .slick-arrow:hover {
  color: #1abc9c;
  background: rgba(0,0,0,0.5);
}
.wht_card .btn:hover {
  background-color: #fff;
}
.bnr_content h1 {
  color: #fff;
}
.index_con.bnr_content {
  padding-top: 250px;
  max-width: 680px;
}
.bnr_content p {
  color: #fff;
  line-height: 1.6;
}


.cmn_otr{
  margin-bottom: 35px;
}
.ser_inn {
  padding: 0px 25px;
}
.list_cont {
  padding-left: 28px;
}
.line_btm {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.icn1.small_cer{
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
}


/*How Its WOrks*/

.cmn_otr.wht h2,.cmn_otr.wht p,.cmn_otr.wht h5{
  color: #fff;
}
.cmn_otr h2 span {
  color: #529852;
}
.hdr.text-center p{
  margin-left: auto;
  margin-right: auto;
}

.ser_img {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  border: 1px solid #e1e0e0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}



.cmn-btn.bd-btn span {
  display: inline-block;
  font-size: 16px;
  color: #15b2e3;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Inter';
}
.cmn-btn.bd-btn {
  background: transparent;
  border: 1px solid #15b2e3;
  padding: 12px 30px;
  margin: 15px 0;
  box-shadow: none;
}



.btn_top{
  margin-top: 60px;
}

.cmn_otr h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  color: #495461;margin-bottom: 13px;
}

/*2-2*/
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1300px;
}
/***hdr fix ****/
.hdr_fix {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #fff;
  animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  padding: 10px 0;
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}

.hdr_sec.hdr_fix a img {
  max-width: 100%;

}
.hdr_sec.hdr_fix .navbar-brand {
  padding: 0;
  /* width: 323px; */
  display: inline-block;
  z-index: 2;
}
.cmn-btn:hover {
  background: transparent;
  transition: 0.6s;
}
.cmn-btn:hover span {
  transition: 0.6s;
  color: #f06826;
}
.cmn-btn:hover .fa {
  color: #f06826;
}
input:active ,textarea:active{
  border: 1px solid #fff;
}
input:focus ,textarea:focus{
  border: 1px solid #fff;
}


.bg-ls-txt {
  background: #f7f7f7;
  padding: 20px 20px;
}

/*SubMenu*/
.sub-menu {
  background: #f06826;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  /* padding-top: 10px; */
  margin-top: 5px;animation: sld-down 1.5s;
  -ms-animation: sld-down 1.5s;
  -webkit-animation: sld-down 1.5s;
  padding: 15px;
}
/*
@keyframes sld-down{0%{opacity:0;transform:translateY(-30%);-moz-transform:translateY(-30%);-webkit-transform:translateY(-30%);-o-transform:translateY(-30%);-ms-transform:translateY(-30%);}
30%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
*/
.sub-menu::after {
  background: transparent;
  background-size: 100% 100%;
  top: -5px;
  left: 0;
  height: 22px;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  /* border-radius: 30px; */
}
.sub-menu>li {
  width: 100%;
  display: block;
}
.sub-menu>li>a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 13px 15px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
  border-left: 3px solid transparent;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.sub-menu>li>a:hover,
.sub-menu>li:hover>a {
  border-color: transparent;
  background: #4b4a50;
  color: #fff;
}
.sub-menu>li>a {
  padding-right: 16px;
}
.dropdown-toggle::after {
  display: block;
  margin-left: 0.6em;
  vertical-align: 0.10em;
  content: "";
  background: url(../../../images/frontend/arr4.png);
  width: 11px;
  height: 8px;
  background-size: 100% 100%;
  appearance: none;
  position: absolute;
  border: 0;
  right: -15px;
  top: 9px;
}
.navbar-nav > li.dropdown:hover .sub-menu {
  display: block;

}

/*  */

/**/
.nwz-sc {
  padding: 100px 0;
  background: url(../../../images/frontend/orgn.jpg);
  background-size: 100% 100%;
}
.contact-form form {
  position: relative;
  width: 84%;
}
.contact-form form input[type="email"] {
  border: 1px solid #4e4e4e;
  height: 48px;
  line-height: 52px;
  padding-left: 20px;
  color: rgba(0,0,0,0.5);
  font-size: 15px;
  background: #fff;
  width: 65%;
  border-radius: 5px;
}
.contact-form form input[type="submit"] {
  color: #fff;border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  background: #a20e1f;
  text-transform: uppercase;
  width: 174px;
  line-height: 48px;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  padding: 0;
}

/*search box*/
button:focus {
  border: 0;
  box-shadow: 0;
  outline: 0;
}


.cmn-btn.rd-btn {
  background: transparent;

}
.cmn-btn.rd-btn span {
  color: #a20e1f;

}
.rd-btn.cmn-btn:hover {
  background: #a20e1f;
}
.rd-btn.cmn-btn img {
  margin-right: 6px;
}
.rd-btn.cmn-btn:hover span {
  color: #fff ;
}
.prod_ofrd.myprvd {
  background: #fff;
}
.prod_ofrd.green-sec {
  background: #1abc9c;
  position: relative;padding: 100px 0 215px;
}
.prod_ofrd.green-sec .prod_otr_bk {
  text-align: left;
  border-radius: 10px;
  position: absolute;
  margin-bottom: 0;
  height: fit-content;
  top: 0;
}


#whtsapp,#scrollz {
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 145px;
  right: 12%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#whtsapp:hover,#scrollz:hover {
  cursor: pointer;
}
#whtsapp:active {
}
#whtsapp.shown {
  opacity: 1;
  visibility: visible;
}
#scrollz {
  bottom: 200px;
  background: #f06826;
  border-radius: 100%;display: flex;
  justify-content: center;align-items: center;
  color: #fff;

}
#scrollz .fa{
  font-size: 20px;
}
#scrollz.show {
  opacity: 1;
  visibility: visible;
}

.prtnr_sldr_otr .prd_img img {
  min-height: auto;
  margin: auto;
  margin-bottom: 0;
}
.my-form-sec {
  padding-bottom: 35px;
  border-bottom: 1px solid #888882;
}

.my-form-sec input {
  /* letter-spacing: 1px; */
  background-color: #f7f8fa !important;
  font-size: 19px;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  border: 0;
  /* padding: 20px; */
  height: 54px;
  outline: 0;
  line-height: 1;
  padding: 0 20px;
  text-transform: capitalize;
}
.my-form-sec input[type="submit"] {
  /* letter-spacing: 1px; */
  background-color: #a20e1f !important;
  font-size: 17px;
  color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  /* width: 100%; */
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 45px;
  outline: 0;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  right: 21px;
  width: 170px;
  top: 4px;
  text-transform: uppercase;
}
.my-form-sec form {
  width: 42%;
  position: relative;
}
footer .my-form-sec p {
  width: 70%;
}
.info-btn ul li a .fa {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}

header .navbar-brand {
  margin-bottom: -53px;

}
.banner.inr-bnr p {
  width: 70%;
  margin: auto;
}




.qus {
  margin-bottom: 15px;
}

.qus:last-child {
  margin-bottom: 0px;
}



/*quantity*/

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: 500;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2rem;
  line-height: 1;
  font-size: 15px;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 34px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}


.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
}




/*21-2*/

.pr-detls .prd_txt h3 {
  margin-bottom: 18px;
}
.quants-in {
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
.qty-input .qty-count--minus ,.qty-input .qty-count--add{
  background: #f2f2f2;
}

.quants {
  margin-bottom: 0px;
  align-items: center;
}

.quants-in {
  margin-left: 40px;
}
.pr-detls .prdtls-inn .prd_txt h2 {
  min-height: auto;
}
.wpp-list {
  margin-top: 30px;
}



/**/
.banner .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0;
}
.banner .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #fff;
  color: #495057;
  width: 155px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 7px;
}
.banner .nav-tabs .nav-link.active, .banner .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #f06826;
  border-color:  #f06826;
}
.banner .nav-item {
  margin-right: 9px;
}

.wd-28 {
  width: 27.7%;
  padding: 0 5px;
  margin: 0;
}
.wd-16 {
  width: 17%;
  padding: 0 5px;
}
.wd-28 select {
  height: 56px;
  font-size: 17px;
  color: #26272b;
  background: url(../../../images/frontend/ar2.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  appearance: none;
}
.submit-innr .submit-btn {
  background: #f06826;
  height: 56px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 600;
  /* margin-top: 28px; */
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.6s;
  width: 100%;
  line-height: 1;
}
.ev-outr {
  display: flex;
  align-items: center;

}
.ev-outr-otr {
  padding: 27px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.prd_txt h4 {
  color: #282828;
  position: relative;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #f06826;
  padding-left: 30px;
}
.prd_txt h5 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #f06826;
}
.prd_txt h4::after {
  position: absolute;
  height: 15px;
  width: 12px;
  content: "";
  background: url(../../../images/frontend/sml-icn.png);
  background-size: 100% 100%;
  left: 0;
}
#plusoptionscontent {
  display: none;
}
#plusoptionscontent {

  padding: 15px 20px;
  background-color: rgba(240, 104, 38, 0.1);
  /* width: 65%; */
  margin: 20px auto 0;
}
.mytoggle {
  border: 1px solid #ccc;
  /* line-height: 1; */
  height: 56px;
  margin-top: 0;
  text-align: left;
  cursor: pointer;
  color: #000;
  border-radius: 5px;
  font-size: 17px;
  color: #26272b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  background: url(../../../images/frontend/pls.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.banner .quants h3 {
  font-size: 16px;
  margin-bottom: 32px;
  text-transform: capitalize;
  font-family: 'Graphik';
  font-weight: 400;
  color: #000;
  margin: 0;
}
.slick-current.slick-active.slick-center .prod_otr_bk {
  background: #fff;
  /* box-shadow: 0 0 10px rgba(0,0 ,0,0.2); */
  -webkit-box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
  -moz-box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
  box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
}
.prod_ofrd .prod_otr_bk .btn {
  font-size: 15px;
}
.prod_ofrd .prod_otr_bk .cmn-btn,.prod_ofrd .cmn-btn {
  background: #3e3f43;
  border: 2px solid #3e3f43;
}
.prod_ofrd .prod_otr_bk .cmn-btn:hover {
  background: #f06826;
  border: 2px solid #f06826;
  color: #fff;
}
.prd_txt span {
  font-size: 14px;
  font-weight: 500;
  color: #767779;
}
.banner label {
  font-size: 16px;
  margin-bottom: 32px;
  text-transform: capitalize;
  font-family: 'Graphik';
  font-weight: 400;
  color: #000;
  margin: 0;
}
.nwz-sc .hdr.text-center p {
  width: 85%;
}
.cmn_otr h2 span{
  color: #f06826;
}


.prd_img .prd_img_modl img {
  display: block;
  min-height: auto;
  margin: 0;
  margin-bottom: 0;
}

.prd_img_modl {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.prd_img {
  position: relative;
  overflow: hidden;
  height: 256px;
  /* width: 388px; */
}
.prd_img_modl a {
  font-size: 21px;
  color: #fff;
  background-color: #140a056e;
  padding: 10px 15px;
  border-radius: 4px;
}
.prd_img .prd_img_modl a img{
  margin-right: 10px;
}
.prod_ofrd.trouvez_sec {
  padding: 80px 0;
  background: #fff8f4;
}
.trouvez_sldr_otr .slick-slide {
  padding: 0px 13px;
}
.trouvez_sldr_otr .slick-list {
  margin: 0px -13px;
}
.trouvez_sldr_otr .prd_img {
  border-radius: 10px;
  overflow: hidden;
}
.trouvez_sldr_otr h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.trouvez_sldr_otr span {
  font-size: 14px;
  color: #f06826;
}
.trouvez_sldr_otr .prd_img_modl {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.prod_ofrd .trouvez_sldr_otr .slick-next.slick-arrow, .prod_ofrd .trouvez_sldr_otr .slick-prev.slick-arrow {
  position: absolute;
  left: -50px;
  /* top: auto; */
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #adb4ad;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: none;
  outline: 0;
  transform: translateY(-50%);
  background: #f06826;
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.prod_ofrd .trouvez_sldr_otr .slick-next.slick-arrow {
  left: auto;
  right: -50px;
}
.prod_ofrd .trouvez_sldr_otr .slick-arrow .fa, .banner-outr .trouvez_sldr_otr .slick-arrow .fa {
  font-size: 20px;
}

.bnr-tab .tab-content {
  margin-top: 39px;
}
.bnr-tab .tab-content {
  margin-top: 22px;
}
/***** Vous Sec goutam **********/
.vous_sec {
  position: relative;
  padding: 100px 0 145px;
  background: url(../../../images/frontend/vous-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.vous__outr {
  margin-top: 65px;
}
.vous_sec:after{
  position: absolute;
  content:"";
  right:0;
  left:0;
  background: rgba(240,104,38,0.8);
  top:0;
  bottom:0;
}
.vous__main__outr {
  position: relative;
  z-index: 9;
}
.vous_bx {
  border-radius: 5px;
  position: absolute;
  margin-bottom: 0;
  height: fit-content;
  top: 0;
  padding:20px 20px 30px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: -1px 3px 16px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 3px 16px 4px rgba(0,0,0,0.15);
  box-shadow: -1px 3px 16px 4px rgba(0,0,0,0.15);
  min-height: 387px;
}
.vous_txt h3{
  color:#495461;
  font-size:28px;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 20px;
}
.vous_txt h5{
  color:#495461;
  font-size:16px;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 15px;
}
.vous_txt p{
  font-size:15px;
}
a.read__more {
  color:#f06826;
  font-size:17px;
  font-family: 'Graphik';
  font-weight:600;
  text-decoration: underline !important;
}
.vous_icn {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.vous__main__outr .cmn_otr p{
  font-family: 'Graphik';
  font-weight:500;
}
.btn.cmn-btn.wht-btn {
  background: #fff;
  border:2px solid #fff;
  color:#3e3f43;
}
.btn.cmn-btn.wht-btn:hover{
  background: #3e3f43;
  border:2px solid #3e3f43;
  color:#ffffff;
}
.partnres__sec {
  padding: 320px 0 50px;
}
.parner_bx {
  padding: 19px 15px;
  background: #f7f7f7;
  height: 100%;
  border-radius: 7px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: 115px;
}
.prtnr_slider .slick-next.slick-arrow, .prtnr_slider .slick-prev.slick-arrow {
  color: #fff;
  width: 32px;
  height: 32px;
  background: #e5e5e5;
}
.prtnr_slider .slick-next.slick-arrow, .prtnr_slider .slick-prev.slick-arrow {
  position: absolute;
  left: -65px;
  top: auto;
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #adb4ad;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: none;
  outline: 0;
  transform: translateY(-50%);
}
.prtnr_slider .slick-prev.slick-arrow {
  left: -65px;
}
.prtnr_slider .slick-next.slick-arrow {
  left: auto;
  right: -65px;
}
.prtnr_slider .slick-arrow .fa{
  font-size: 26px;
}
.prtnr_slider .slick-slide {
  padding: 0px 10px;
}
.footer{
  background: #181a1b;
  padding-top:90px;
}
.footer-menu.liens-ftr ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li a,.footer-menu p{
  color:#bdbdbd;
  font-size: 16px;
}
.footer-menu ul li a:hover{
  color:#f06826;
}
.footer-menu p{
  line-height: 1.7em;
}
.footer-menu.liens-ftr ul li {
  width:50%;
}
.add-div address{
  color:#bdbdbd;
  font-size: 16px;
}
.add-div address strong{
  color:#ffffff;
  font-weight:400;
}
.add-div ul li a{
  color:#bdbdbd;
  font-size: 16px;
}
.add-div ul li span{
  color:#f06826;
  margin-right: 10px;
  font-size: 17px;
}
.footer-innr h3{
  color:#f0f0f0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 33px;
}
.footer-menu ul li a span{
  margin-right: 10px;
}
.add-div ul li {
  margin: 0 0 10px;
}
.add-div ul li:last-child{
  margin: 0;
}
.ftr-dwn-in {
  border-top: 1px solid #232526;
  padding: 20px 0;
  margin-top:80px;
}
.copy-right p, .copy-right p a{
  color:#e4e4e4;
  font-size:15px;
}
.copy-right p a span{
  color:#f06826;
}
ul.scl-ic li{
  margin-right:10px;
}
ul.scl-ic li:last-child{
  margin-right:0;
}
.footer-menu.ftr_soci ul li {
  margin: 0 0 4px;
}
.footer-menu.ftr_soci ul li:last-child{
  margin: 0;
}
.copy-right p a:hover{
  color:#f06826;
  text-decoration: underline!important;
}
/**** terms conditions****/
.condition__sec{
  padding:55px 0;
}
.inner-condition-txt{
  margin:0 0 20px;
  background-color: #f4f7fe;
  padding:35px;
}
.inner-condition-txt h2{
  color:#495461;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: 'Graphik';
  font-weight: 500;
}
.inner-condition-txt p{
  color:#2c343d;
  font-size:16px;
  line-height:1.6em;
  margin: 0 0 25px;
}
.inner-condition-txt p:last-of-type{
  margin:0;
}
.inner-condition-txt h3{
  color:#232a23;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
}
.inner-condition-txt h4{
  color:#232a23;
  font-size: 20px;
  margin:30px 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
}
.inner-condition-txt h5{
  color:#232a23;
  font-size: 20px;
  margin:0 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
}
.inner-condition-txt ul{
  padding-left: 30px;
}
.inner-condition-txt ul li{
  color:#2c343d;
  font-size:17px;
  font-weight: 500;
  line-height:1.5em;
  margin:0 0 8px;
  padding-left:20px;
  position: relative;
}
.inner-condition-txt ul li:after{
  position: absolute;
  content: "";
  left:0;
  top:7px;
  width:10px;
  height:10px;
  border-radius: 100%;;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background:#3e3f43;
}
.inner-condition-txt ul{
  margin:0 0 20px;
}
.inner-condition-txt p span{
  color:#f06826;
}
/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font: normal normal normal 14px/1 FontAwesome;
  top: 2px;
  position: absolute;
  left: 0;
  font-size: 17px;
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
  margin-left: 12px;
  position: relative;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.breadcrumb-item a,.breadcrumb-item  {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.breadcrumb-item.active {
  color: #ffffff;
}
.banner.inr-bnr h1 {
  margin:0 0 30px;
}
#plusoptionscontent2 {
  display: none;
}
.prod_otr_bk:hover{
  -webkit-box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
  -moz-box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
  box-shadow: 0px 13px 22px 4px rgba(194,194,194,0.6);
}
.btn.cmn-btn.safron_clr:hover {
  background: #f06826;
  border:2px solid #f06826;
  color:#ffffff;
}


/*s-inner*/
.affi-txt h5 {
  color: #282828;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.affi-txt select {
  width: 187px;
}
.affi-txt select {
  -webkit-appearance: none;
  background:  url('../../../images/frontend/ar2.png') no-repeat;
  background-size: auto;
  background-position: 97%;
  font-weight: 400;
  opacity: 1;
  display: block;
  border: 0;
  padding-left: 12px;
  /* height: 50px; */
  color: #282828;
  opacity: 1;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
  padding-left: 10px;
  /* padding-right: 20px; */
}
.affi-txt span {
  line-height: 1;
  color: #26272b;
}
.affi-txt{
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 27px;
}
.Pager2 .page-item {
  margin-right: 7px;
}
.Pager2 .page-item.active .page-link {
  background-color: #f06826;
  border-color: #f06826;
}
.Pager2 .page-item .page-link {
  border-radius: 6px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.pagination.justify-content-start {
  margin-top: 50px;
}
.Pager2 .page-link {
  color: #fff;
  background-color: #3e3f43;
  border: 1px solid #3e3f43;
}
.Pager2 .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #f06826;
  border-color: #f06826;
}
.banner.innr-bnr h1 {
  font-size: 50px;
  margin-bottom: 50px;
}
.prod_ofrd.acc-prd .col-md-4 {
  margin-bottom: 25px;
}
.prod_ofrd.acc-prd .prod_otr_bk:hover {
  background: #fff;
}
.banner.ac-bnr .form-group.wd-9 {
  width: 5%;
  margin: 0;
  padding: 0 5px;
}
.banner.ac-bnr .form-group.wd-9 .mytoggle {
  padding-left: 0;
  background-position: center;
}

/*details*/
.productsslider-navinr {

  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.productsslider-inr.prd_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;min-height: 390px;
}
.productsslider-inr.prd_img img {
  width: 100%;
  border-radius: 10px;
  display: block;
  min-height: 390px;
  margin: auto;
  max-height: 390px;
}
.products-sld {
  padding: 30px;
  background: #f3f7fd;
  border-radius: 10px;
  margin-bottom: 21px;
}
.productsslider-navinr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productsslider-nav .slick-slide {
  padding: 0px 5px;
}
.productsslider-nav .slick-list {
  margin: 0px -5px;
}
.products-sld .prd_img {
  margin-bottom: 11px;
}
.products-sld .wpp-list h3 {
  font-size: 19px;
  margin-bottom: 0;
  margin-right: 13px;
}
.products-sld .wpp-list {
  margin-top: 0;
}
.products-sld ul.scl-ic li {
  margin-right: 6px;
}
.products-sld .prd_txt a {
  line-height: 1;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #f06826;
}
.products-sld .prd_txt h3 a {
  line-height: 1;
  margin-left: 0;
  font-size: 36px;
  font-weight: 500;
  color: #495461;
}
.products-sld .prd_txt {
  padding-left: 0;
}
.products-sld .prd_txt address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  font-size: 19px;
  font-weight: 500;
  margin-top: 15px;
}
.prz-list-in {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.prz-list-in span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  color: #f06826;
}
.prz-list-in h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 5px 0 5px 10px;
}
.prz-list-in img {
  border-radius: 5px;
}
.my-form input {
  height: 56px;
  font-size: 18px;
  color: #26272b;
  background: #f3f3f3;
  border: 0;
  padding: 0 20px;
}
.my-form {
  box-shadow: 0 0 13px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.my-form textarea {
  height: 146px;
  font-size: 17px;
  color: #26272b;
  background: #f3f3f3;
  border: 0;padding: 10px 20px 0;
}
.my-form-hdr {
  background: #f06826;
  padding: 20px;
}
.my-form-hdr h4 {
  font-size: 28px;
  color: #fff;font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
}
.my-form-hdr a {
  font-size: 18px;font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 500;
}
.my-form label {
  font-size: 18px;
  font-weight: 500;
  color: #3e3f43;
}
.my-form-txtt {
  margin-left: 12px;
}
.my-form form {
  padding: 35px 25px;
}
.my-form .submit-innr .submit-btn {
  border-radius: 10px;
}
.inner-condition-txt .am-listz ul {
  margin: 0;
  list-style: none;
}
.inner-condition-txt .am-listz ul {
  padding-left: 0;
  display: flex;
  flex-wrap:wrap;
}
.inner-condition-txt .am-listz-otr h4 {
  color: #232a23;
  font-size: 16px;
  margin: 13px 0;text-align: center;
  font-family: 'Graphik';
  font-weight: 500;
  text-transform: capitalize;
}
.inner-condition-txt .am-listz ul li {
  padding-left: 0;
  width: 20%;
  margin-bottom: 20px;
}
.inner-condition-txt .am-listz ul li::after {
  display: none;
}
.am-listz-otr span {
  width: 85px;
  /* width: 30px; */
  height: 30px;
  display: block;
  background: #f06826;
  border-radius: 7%;
  /* border-radius: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: auto;
}
.am-listz-img {
  width: 85px;
  height: 90px;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*about*/
.vous_sec.my-abs-vous::after {
  display: none;
}
.vous_sec.my-abs-vous {
  background: none;
}
.vous_y {
  height: 145px;
  width: 145px;
  background: #fddcd7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
  margin-top: -80px;
}
.vous_sec.my-abs-vous .vous_txt h3 {
  color: #495461;
  font-size: 20px;
  font-family: 'Graphik';
  font-weight: 600;
  margin: 25px 0 13px;
}
.vous_sec.my-abs-vous .vous_bx {
  min-height: inherit;
  height: 100%;
  position: static;
  background: #f3f7fd;
  box-shadow: none;
}
.vous_sec.my-abs-vous .vous_bx:hover {
  background: #fff;
  -moz-box-shadow: -1px 3px 16px 4px rgba(0,0,0,0.15);
  box-shadow: -1px 3px 16px 4px rgba(0,0,0,0.15);
}
.vous_sec.my-abs-vous .vous__outr {
  margin-top: 65px;
}
.prtnryy_slider .slick-next.slick-arrow, .prtnryy_slider .slick-prev.slick-arrow{
  color: #fff;
  width: 32px;
  height: 32px;
  background: #e5e5e5;
}
.prtnryy_slider .slick-next.slick-arrow, .prtnryy_slider .slick-prev.slick-arrow {
  position: absolute;
  left: -65px;
  top: auto;
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #adb4ad;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: none;
  outline: 0;
  transform: translateY(-50%);
}
.prtnryy_slider .slick-prev.slick-arrow {
  left: -65px;
}
.prtnryy_slider .slick-next.slick-arrow{
  left: auto;
  right: -65px;
}
.prtnryy_slider .slick-arrow .fa {
  font-size: 44px;
  color: #000;
}
.prtnryy_slider .slick-slide {
  padding: 0px 10px;
}
.prtnryy_slider .partner_img {
  border-radius: 14px;
  overflow: hidden;
}
.prtnryy_slider h4 {
  font-size: 20px;
  color: #3c3d3e;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 5px;
}
.prtnryy_slider h5 {
  font-size: 18px;
  color: #2c343d;font-family: 'Graphik';
  font-weight: 400;
}
.prtnryy_slider .partner_tcet {
  text-align: center;
}
.partnres__sec.equipp {
  background: #fef6f5;
  padding: 80px 0;
}
.vous_sec.my-abs-vous .cmn_otr p{
  font-family: 'Graphik';
  font-weight:400;
  font-size: 18px;
}
.vous_sec.my-abs-vous {
  padding: 80px 0 0;
}

/*faq*/
.dashboard-login-in {
  border-radius: 10px;
  overflow: hidden;
  width: 30%;
  margin-right: 22px;
  background: #f4f7fe;
}
#exTab1 .tab-content {
  width: 70%;
}
#exTab1 .card-hding {
  padding: 20px 30px;
  /* background: #f06927; */
  background: #3e3f42;
}
#exTab1 .card {
  background-color: #f4f7fe;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
}
#exTab1 .card-hr {
  padding: 0 15px;
}
#exTab1 .nav.nav-tabs {
  display: block;
}
#exTab1 .nav.nav-tabs .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}
#exTab1 .nav-item {
  background-color: #f4f7fe;
  padding: 10px 15px 0;
  border: 0;
  border-radius: 0;
}
#exTab1 .card-hding h3 {
  font-family: 'Barlow Semi Condensed';
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}
#exTab1 .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #3e3f43;
  text-transform: uppercase;
}
#exTab1 .nav-link img {
  margin-right: 10px;
  margin-top: -2px;
}
#exTab1 .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #f06927 !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 10px;
}
#exTab1 .nav-tabs .nav-link.active img {
  filter: brightness(100);
}
#main .card {
  /* margin-bottom: 30px; */
  border: 0;
  padding: 5px 15px;
}
#main .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#main .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f06826;
  padding: 14px 20px;
  font-family: 'Barlow Semi Condensed';
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 400;
  outline: 0;
  box-shadow: none;padding-left: 50px;
}
#main .card .card-header .btn-header-link::after {
  content: "\f107";
  /* font-family: 'Font Awesome 5 Free'; */
  font-weight: 900;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  transform: rotate(270deg);
  top: 15px;
  position: absolute;
  right: 37px;
}
#main .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #3e3f43;
}
#main .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";transform: rotate(0deg);
}

#main .card .collapsing {
  background: #f06826;color: #fff;
  line-height: 30px;margin-top: 8px;border-radius: 10px;
}

#main .card .collapse {
  border: 0;
}

#main .card .collapse.show {
  background: #f06826;
  line-height: 30px;
  color: #fff;
  margin-top: 8px;
  border-radius: 10px;
}

#main {
  background: #f4f7fe;
  padding: 20px 0;
  border-radius: 10px;
}

#main .card .card-header .btn-header-link::before {
  content: "";
  background: url(../../../images/frontend/qs1.png);
  background-size: 100% 100%;
  height: 25px;
  width: 25px;
  top: 18px;
  position: absolute;
  left: 30px;
}
#main .card .card-header .btn-header-link.collapsed:before {
  background: url(../../../images/frontend/qs.png);background-size: 100% 100%;
}

/*pckg*/
.pckg-otr.d-flex {
  background: #f3f7fd;
  padding: 50px;
  border-radius: 10px;
}
.pckg-list ul li {
  font-weight: 500;
  font-size: 17px;
  color: #495461;
  margin-bottom: 34px;
  line-height: 1;
}
.pckg-list {
  margin-right: 25px;
  width: 25%;
  margin-top: 200px;
}
.pckg-list-slider {
  width: 75%;
}
.pck-hdr {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.parnyer_bx {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  height: 100%;
}

.pckg-list-slider .slick-slide {
  padding: 0px 13px;
}
.pckg-list-slider .slick-list {
  margin: 0px -13px;
}
.pck-hdr h3{
  color: #3e3f43;
  font-family: 'Barlow Semi Condensed';
  font-size: 36px;
}
.pck-txtim ul li {
  background: #eff2f6;
  padding: 13px;
  text-align: center;
  margin: auto;
}
.pck-txtim ul li:nth-child(2n) {
  background: #fff;
}
.pck-txtim ul li img {
  display: block;
  margin: auto;
}
.pck-txtim ul li h5 {
  font-size: 17px;
  color: #495461;
}
.pck-no a.esgrt {
  font-size: 17px;
  color: #f06826;
  font-weight: 500;
  /* text-decoration: ; */
  text-decoration: underline !important;
  margin-top: 13px;
  display: block;
}
.pck-txtim ul li:last-child {
  background: #fff;
}

del {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.pchkrg_slider .slick-next.slick-arrow, .pchkrg_slider .slick-prev.slick-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -34px;
  background: none;
  outline: 0;
  transform: none;
  background: #f06826;
  width: 22px;
  height: 22px;
}
.pchkrg_slider .slick-next.slick-arrow {
  left: 30px;
}
.parnyer_bx:hover .pck-hdr{
  background: #f06927;
  transition: 0.6s;
}
.parnyer_bx:hover .pck-hdr h3,.parnyer_bx:hover .pck-hdr span,.parnyer_bx:hover .pck-hdr del {
  color: #fff;
}

/*****contact 9-4****/
.mission__vision{
  padding-top:45px;
}
.innr__frm{
  background:#f3f7fd;
  padding: 40px 25px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.innr__frm h3{
  font-size:28px;
  color: #f06826;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 15px;
}
.innr__frm h4{
  font-size:23px;
  color: #3e3f43;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 10px;
}
.innr__frm h4 strong{
  color:#f06826;
  font-family: 'Graphik';
  font-weight:500;
}
.innr__frm p{
  font-size:18px;
  color: #303132;
  margin:0 0 30px;
}
.innr__frm .form-group{
  margin:0 0 17px;
}
.innr__frm .form-group label{
  color:#3e3f43;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 10px;
}
.innr__frm input[type="text"], .innr__frm input[type="tel"], .innr__frm input[type="password"], .innr__frm input[type="email"], .innr__frm select,.innr__frm textarea{
  border:1px solid transparent!important;
}
.innr__frm .form-control {
  border-color:1px solid transparent!important;
  outline: 0!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding:20px 20px;
  background: #ffffff;
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}

.innr__frm .form-control::-webkit-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}

.innr__frm .form-control::-moz-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}

.innr__frm .form-control:-ms-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}

.innr__frm .form-control::-ms-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}
.innr__frm .form-control::placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
}
.innr__frm textarea {
  height: 125px;
}
.submtt .send__btn {
  font-size: 16px;
  color:#ffffff;
  padding:20px 75px;
  background: #f06826;
  box-shadow: none;
  text-transform: uppercase;
  font-family: 'Graphik';
  font-weight:500;
  border:1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  line-height: 1;
  margin-left:13px;
}
.innr__frm input:focus, textarea:focus {
  border: 1px solid #f06826!important;
}

.innr__frm .form-group select {
  background:#ffffff url(../../../images/frontend/ar2.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  cursor: pointer;
  appearance: none;
  border-color:1px solid transparent!important;
  line-height: 1;
  width: 100%;
  font-family: 'Graphik';
  font-weight:400;
  color:#6f6f71;
  font-size: 18px;
  padding:20px 20px;
}
.innr_cmn_hdr p{
  margin-bottom:5px!important;
}
.innr_cmn_hdr ul{
  margin-top:28px;
}
.innr_cmn_hdr ul li{
  margin:0 0 10px;
}
.innr_cmn_hdr ul li:last-child{
  margin:0;
}
.innr_cmn_hdr ul li,.innr_cmn_hdr ul li a{
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.innr_cmn_hdr ul li a:hover{
  color: #f06826;
}
.map_outr{
  margin-top:35px;
}
.map_outr iframe{
  height:515px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.partnres__sec.innrr-patner-sec {
  padding-top: 90px;
}
/**** service sec*****/
.btn.cmn-btn.bkl-btn {
  background: #3e3f43;
  border: 2px solid #3e3f43;
}
.serv__desc_bx .d-flex{
  justify-content: flex-end;
}
.serv__outr__bx {
  display: flex;
}
.serv__desc_bx h4{
  color: #f06826;
  font-size:17px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Graphik';
  margin:0 0 10px;
}
.serv__desc_bx h2{
  color: #495461;
  font-size:30px;
  font-weight: 500;
  font-family: 'Graphik';
  margin:0 0 10px;
}
.serv__desc_bx p{
  color: #2c343d;
  font-size:16px;
  margin:0 0 25px;
  line-height: 1.65em;
}
.serv__desc_bx {
  margin-left: 25px;
}
.serv__pic__bx{
  width:311px;
}
.serv__pic__bx img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.serv__outr__bx{
  background:#f7f7f7;
  padding:20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 0 12px;
  counter-increment: section;
}
.serv__outr__bx:last-child{
  margin:0;
}
.serv__desc_bx{
  position:relative;
  width: 75%;
}
.y-ribbon{
  position: absolute;
  top:0;
  right:0;
  width: 52px;
}
.y-ribbon::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background:url(../../../images/frontend/yellow-ribbon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 52px;
  height: 71px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Graphik';
}
.y-ribbon span {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Graphik';
  position: relative;
  z-index: 999;
  top: 8px;
}
.serv__outr__bx:nth-child(odd) .y-ribbon span::after{
  content: counter(section);
}
.serv__outr__bx:nth-child(even) .y-ribbon span::after{
  content: counter(section);
}

.cmn_otr p{
  font-size:18px;
}
.confiez-outr .prod_otr_bk {
  margin: 0 !important;
  padding:35px!important;
  display: flex;
  align-items: self-end;
}
.confiez-outr .prd_img {
  margin-bottom: 35px!important;
}
.confiez-outr .prd_txt p{
  margin-bottom: 33px!important;
}
.confiez-sec{
  padding:55px 0 75px;
}
.service__comnt__sec{
  padding-bottom:75px;
}
/****** service details sec********/
.logistic__bx .products-sld .prd_txt h3 a {
  font-size: 32px;
  margin:0 0 18px;
  display: block;
}
.logitic-van {
  background: #fff;
  border-radius: 10px;
  padding:30px 20px;
  margin:0 0 25px;
}
.btn.cmn-btn.comn_b_pad {
  padding: 18px 35px;
}
.my-form-hdr.votre_home h4 {
  font-size: 21px;
}

/***** login page*****/
.login-banner-sec{
  background: url(../../../images/frontend/login-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding:90px 0;
}

.fm_input {
  background:#ffffff;
  width: 560px;
  padding:60px 50px;
  border-radius:5px;
  margin: auto;
}
.fm_input .form-group{
  margin:0 0 20px;
}
.fm_input .form-group:last-child{
  margin:0 ;
}
.fm_input .form-group label{
  color: #26272b;
  font-size:17px;
  margin:0 0 12px;
  font-weight:500;
}
.fm_input .form-group .login_input input[type="text"]{
  background: url(../../../images/frontend/envalope-icn.png);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.fm_input .form-group input[type="email"]{
  background: url(../../../images/frontend/envalope-icn.png);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.fm_input .form-group input[type="text"]{
  background: url(../../../images/frontend/nom_prenoms.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .wrapper input[type="text"]{
  background: url(../../../images/frontend/lock-icn.png) 3% center;
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group input[type='file']{
  background: url(../../../images/frontend/photo_de_profil.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group input[type='tel']{
  background: url(../../../images/frontend/phone.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group input[type='date']{
  background: url(../../../images/frontend/date.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group input[type='time']{
  background: url(../../../images/frontend/heure.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .gender select{
  background: url(../../../images/frontend/sexe.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .agent select{
  background: url(../../../images/frontend/nom_prenoms.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .city select{
  background: url(../../../images/frontend/Ville.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .company select{
  background: url(../../../images/frontend/entreprise.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}
.fm_input .form-group .propriete select{
  background: url(../../../images/frontend/propriete.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .annonce select{
  background: url(../../../images/frontend/annonce.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .statut select{
  background: url(../../../images/frontend/statut.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .profil select{
  background: url(../../../images/frontend/prix.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .company input{
  background: url(../../../images/frontend/entreprise.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .price input{
  background: url(../../../images/frontend/prix.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .presentation textarea {
  background: url(../../../images/frontend/presentation.jpg);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}

.fm_input .form-group .location textarea {
  background: url(../../../images/frontend/Ville.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-color: white;
}



.fm_input .form-group input[type="password"]{
  /* background: url(../../../images/frontend/lock-icn.png) 3% center,url(../../../images/frontend/eye-icn.png) 95% center; */
  background: url(../../../images/frontend/lock-icn.png) 3% center;
  background-repeat: no-repeat!important;
  /* background-position: 5% center; */
}
.fm_input .form-group .form-control{
  height: auto;
  border: 1px solid #b2b2b2;
  background:#ffffff;
  border-radius:8px;
  padding:15px 30px;
  color: #26272b;
  font-size:17px;
  font-weight:400;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  padding-left: 50px!important;
}

.fm_input .form-group .form-control::-webkit-input-placeholder {
  color: #26272b;
  font-size:17px;
  font-weight:400;
}
.fm_input .form-group .form-control::-moz-placeholder {
  color: #26272b;
  font-size:17px;
  font-weight:400;
}
.fm_input .form-group .form-control:-ms-input-placeholder {
  color: #26272b;
  font-size:17px;
  font-weight:400;
}

.fm_input .form-group .form-control:focus{
  box-shadow:none;
}
.fm_input .sbmt_btnn input[type="submit"]{
  background:#f06826;
  padding:20px 0 ;
  color: #ffffff;
  font-size:17px;
  border:1px solid transparent;
  box-shadow: none;
  outline: 0;
  width: 100%;
  border-radius: 5px;
  line-height: 1;
  transition:all 0.5s;
  font-weight:500;
}
.fm_input .sbmt_btnn input[type="submit"]:hover{
  background:transparent;
  border:1px solid #f06826;
  color:#f06826;
}
.forget_pass p{
  color:#282828;
  font-weight:400;
  margin:10px 0 0;
}
.forget_pass a{
  text-decoration: underline !important;
}
.forget_pass p a{
  font-weight:500;
  color:#f06826;
}
.l__hdr h3{
  color:#3e3f43;
  font-size:44px;
  margin:0 0 15px;
  line-height:1;
  font-family: 'Barlow Semi Condensed';
}
.condition__sec.service_details_sec{
  padding-bottom:0!important;
}
/**** doposer page****/
/* Style the buttons inside the tab */
.menu_tab_outr .tab button {
  border: 1px solid transparent;
  background: #fff!important;
  color: #495057;
  width: 155px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 5px;
  border-radius: 10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
}

/* Change background color of buttons on hover */
.menu_tab_outr .tab button:hover {
  background-color: #f06826!important;
  color:#ffffff;
}

/* Create an active/current tablink class */
.menu_tab_outr .tab button.active {
  background-color: #f06826!important;
  color:#ffffff;
}

#main_bx{
  padding:30px 30px 50px;
  background-color: #f4f7fe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#main_bx_account{
  padding:30px 30px 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.refer-input .form-group{
  position: relative;
}
.refer-input .form-group .form-control{
  border:1px solid #aaadb2;
  background-color: #ffffff;
  padding-left: 110px!important;
  color:#f06826;
  font-size:17px;
  font-weight:500;
  height:54px;
}
.refer-input .form-group .form-control::-webkit-input-placeholder {
  color:#f06826;
  font-size:17px;
  font-weight:500;
}
.refer-input .form-group .form-control::-moz-placeholder {
  color:#f06826;
  font-size:17px;
  font-weight:500;
}
.refer-input .form-group .form-control:-ms-input-placeholder {
  color:#f06826;
  font-size:17px;
  font-weight:500;
}

.refer-input .form-group .form-control:focus{
  box-shadow:none;
}
.refer-input .form-group label{
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color:#26272b;
  font-size:17px;
  padding-left: 20px;
  font-weight:500;
  z-index: 9;
  margin: 0;
}
.ui.table thead tr {
  padding:1.5em!important;
  white-space: nowrap;
  text-align: center;
}
.refer-input .ui[class*="left icon"].input > input {
  padding-left:80px !important;
  padding-right:0!important;
  background:#fff url(../../../images/frontend/date-icn.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.select___bx .wd-28 {
  width: 100%;
}
.select___bx .wd-28 select {
  height: 54px;
  color:#26272b;
  font-size:17px;
  background:#fff url(../../../images/frontend/ar2.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 0.25rem;
  border:1px solid #aaadb2;
}


.check_container {
  display: block;
  position: relative;
  padding-left:0;
  padding-right:35px;
  margin-bottom:0;
  cursor: pointer;
  font-size: 17px;
  color:#26272b;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.check_container .checkmark {
  position: absolute;
  top: 0;
  left: 80px;
  height: 25px;
  width: 25px;
  background-color:transparent;
  border:2px solid #f06826;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

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

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
  background-color: transparent;
}

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

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

/* Style the checkmark/indicator */
.check_container .checkmark:after {
  left: 8px;
  top: -7px;
  width: 12px;
  height: 24px;
  border:4px solid #f06826;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.outr__check_bx.option__bx {
  width: 240px;
  margin-left:50px;
}
.outr__check_bx.option__bx .mytoggle {
  border: 1px solid #aaadb2;
  background:#fff url(../../../images/frontend/pls.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.new_location_frm .innr__frm{
  padding: 0!important;
}




.enqury__frm .form-group{
  margin:0 0 25px;
}
.publi_outr{
  margin:0 0 25px;
}
.location__frm .form-group label{
  color:#3e3f43;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:500;
  margin:0 0 10px;
}
/* .location__frm input[type="text"], .location__frm input[type="tel"], .location__frm input[type="password"], .location__frm input[type="email"], .location__frm select,.innr__frm textarea{
border:1px solid transparent!important;
} */
.location__frm .form-control {
  outline: 0!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding:10px 20px;
  height:54px;
  background: #ffffff;
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
  border-radius: 0.25rem;
  border:1px solid #aaadb2!important;
}

.location__frm .form-control::-webkit-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
}

.location__frm .form-control::-moz-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
}

.location__frm .form-control:-ms-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
}

.location__frm .form-control::-ms-input-placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
}
.location__frm .form-control::placeholder {
  font-family: 'Graphik';
  font-weight:400;
  color:#26272b;
  font-size:17px;
}
.location__frm textarea {
  height: 125px !important;
}
.submtt .send__btn {
  font-size: 16px;
  color:#ffffff;
  padding:20px 75px;
  background: #f06826;
  box-shadow: none;
  text-transform: uppercase;
  font-family: 'Graphik';
  font-weight:500;
  border:1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  line-height: 1;
  margin-left:13px;
}
.location__frm input:focus, textarea:focus {
  border: 1px solid #f06826!important;
}

.location__frm .form-group select {
  background:#ffffff url(../../../images/frontend/ar2.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  cursor: pointer;
  appearance: none;
  line-height: 1;
  width: 100%;
  font-family: 'Graphik';
  font-weight:400;

  padding:10px 20px;
  height:54px;
  color:#26272b;
  font-size:17px;
  border-radius: 0.25rem;
  border:1px solid #aaadb2!important;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  padding: 0 120px 0 20px;
  height: 58px;
  color:#26272b;
  font-size:17px;
  border-radius: 0.35rem;
  border:1px solid #aaadb2!important;
  font-weight:400;
  text-transform: none;
  background: #fff url(../../../images/frontend/upload-icn.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  -o-border-radius: 0.35rem;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.enqury__frm {
  margin-top: 20px;
}
.confiez-outr .prd_txt {
  padding-left: 0;
}
.confiez-outr .prd_img img{
  width:auto;
}
.vous_sec.my-abs-vous.pb-2.deposer-page {
  padding: 55px 0!important;
}

.home_add_bx {
  display: block;
}

.prod_otr_bk.blank_bg .prd_img {
  margin: 0;
}
.prod_otr_bk.blank_bg {
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.prod_otr_bk.blank_bg .prd_img img{
  height:100%;
}


.search-budget-input{
  border: 1px solid #ced4da;
  height: 56px;
  font-size: 17px;
  color: #26272b;
  background-repeat: no-repeat;
  background-position: 95% center;
  appearance: none;
}





















.wrapper span{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #4b4a50;
  cursor: pointer;
  display: none;
}

.wrapper{
  position: relative;
  border-radius: 5px;
}

.wrapper input:valid ~ span{
  display: block;
}

.wrapper span i.hide-btn::before{
  content: "\f070";
}


.productsslider-inr{
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 390px;
  overflow: hidden;
  /* display: flex; */
  width: 100%;
}


.prd_img img{
  min-height: 100% !important;
}


/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .select-placeholder{
      height: 51px !important;
      text-indent:45px;
    }

    /*
    select{
    -webkit-appearance:none;
  }
  */

}
}
