@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300&amp;display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* common css open */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}
ol,ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    font-weight: normal;
    line-height: normal;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}
/* ###>>>----->>> root css open  <<<------<<<### */
:root{

   /* ####>>> font-family open <<<### */
   --montserrat__font__family: 'Montserrat', sans-serif;
   --poppins__font__family:'Poppins', sans-serif;
   /* ####>>> font-family close <<<### */
   /* ####>>> text color open <<<### */
   --color__light--one:#FFFFFF;
   --color__light--two:#F0F0F0;
   --color__light--three:#E0E0E0;
   --color__light--four:#ECECEC;
   --color__dark--one:#A4A4A4;
   --color__dark--two:#666666;
   --color__dark--three: #1A1A1A;
   --color__blue--one:#1092BD;
   --color__blue--two: #1091BE;
   --color__green--one:#95D221;

  /* ####>>> text color close <<<### */

  /* #####jalaj 24-11-2022##### */
  --Lato_font_family: 'Lato', sans-serif;
  --color-light-gray-one: #F8F8F8;
  --color-light-gray-two: #E5E5E5;
  --color-light-gray-three: #D1D1D1;
  --color-light-gray-four: #F5F4F2;
  --color-light-gray-five: #EDEDED;
  --color-light-gray-six: #FBFBFB;
  --color-light-gray-seven: #D9D9D9;

}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--color__green--one);
    border-radius: 6px;
}
/* ###>>>----->>> root css open  <<<------<<<### */

img{
    vertical-align:middle;
}
a{
    text-decoration: none !important;
}
/* ###>>>----->>> common css open  <<<------<<<### */

/* ####>>> text size open <<<### */
.wrapper__fs--11{ font-size: 11px;}
.wrapper__fs--12{ font-size: 12px;}
.wrapper__fs--13{ font-size: 13px;}
.wrapper__fs--15{ font-size: 15px;}
.wrapper__fs--16{ font-size: 16px;}
.wrapper__fs--18{ font-size: 18px;}
.wrapper__fs--21{ font-size: 21px;}
/* ####>>> text size close <<<### */

/* ####>>> font weight size open <<<### */
.wrapper__fw--400{font-weight: 400;}
.wrapper__fw--500{font-weight: 500;}
.wrapper__fw--600{font-weight: 600;}
.wrapper__fw--700{font-weight: 700;}
.wrapper__fw--800{font-weight: 800;}
.wrapper__fw--900{font-weight: 900;}
/* ####>>> font weight size close <<<### */

/* ####>>> margin open <<<### */
.wrapper__mb--48{margin-bottom: 48px !important;}
.wrapper__mb--24{margin-bottom: 24px !important;}
.wrapper__mb--80{margin-bottom: 80px !important;}
/* ####>>> margin close <<<### */

/* ####>>> text coloe  open <<<### */
.wrapper__white--text{color: var(--color__light--one);}
.wrapper__blue--text{color: var(--color__blue--one);}
/* ####>>> text coloe  close <<<### */

/* ####>>> row reverse  open <<<### */
.wrapper__row__reverse__box:nth-child(even) .wrapper__row__reverse{
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.wrapper__row__reverse__box:nth-child(odd) .wrapper__row__reverse .wrapper__row__reverse--img--odd{
    text-align: right;
}

.wrapper__row__reverse__box:nth-child(even) .wrapper__row__reverse .wrapper__row__reverse--img--even{
    text-align: right;
}
/* ####>>> row reverse  close <<<### */

/* ####>>> width size open <<<### */
.wrapper__w---757{max-width:757px !important; width: 100%;}
.wrapper__w---800{max-width:800px !important; width: 100%;}
.wrapper__w---780{max-width:780px !important; width: 100%;}
/* ####>>> width size close <<<### */
.wrapper__common__container{
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* ####>>>  Button Design open <<<### */
/* 01 */
.wrapper__btn_01{
    padding:7px 23px;
    color: var(--color__light--one) !important;
    border: 2px solid var(--color__blue--one);
    background-color: var(--color__blue--one);
    transition: .2s;
}
.wrapper__btn_01:hover{
    color: var(--color__dark--three) !important;
    border: 2px solid var(--color__blue--one);
    background-color: var(--color__light--one);
}
/* 02 */
.wrapper__btn_02{
    font-weight: 700;
    font-size: 21px;
    padding: 13.5px 28.1px;
    text-align: center;
    display:inline-block;
    text-transform: capitalize;
    font-family: var(--montserrat__font__family);
    color: var(--color__light--one) !important;
    border: 2px solid var(--color__green--one);
    background-color: var(--color__green--one);
    transition: .2s;
    margin-bottom: 40px;
}
.wrapper__btn_02:hover{
    color: var(--color__dark--three) !important;
    border: 2px solid var(--color__green--one);
    background-color: var(--color__light--one);
}
/* 03 */
.wrapper__btn__03 , .wrapper__btn__03  a {
    padding:7px 0;
    display: inline-block;
    min-width: 169px;
     text-align: center;
     font-weight: 700;
    font-size: 21px;
    line-height: 137%;
    text-decoration: none;
    color: var(--color__dark--three);
    background-color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
}
/* ####>>>  common Heading open <<<### */
/* 01 */
.wrapper__common__heading{
    max-width:892px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.wrapper__common__heading h6{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.wrapper__common__heading h2{
    max-width: 599px;
    width: 100%;
    font-weight: 300;
    font-size: 32px;
    margin: auto;
    margin-bottom:5px;
    line-height: 1.6;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.wrapper__common__heading h2 span{
    font-weight: 600;
}
.wrapper__common__heading p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin: auto;
    margin-bottom:20px;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}
.wrapper__common__heading p span{
    font-weight: 600;
    color: var(--color__dark--three);
}
/* 02 */
.wrapper__common__heading--02{
    max-width: 908px;
    width: 100%;
    text-align: center;
}
.wrapper__common__heading--02 h4{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.wrapper__common__heading--02 p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.5;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}

/* ####>>>  common Heading close <<<### */
.wrapper__border__01{
    border: 1px solid var(--color__light--four);
}
.wrapper__table{
    display: table; 
  width: 100%;
}
.wrapper__table--cell{
    display: table-cell;
}

/* ####>>>  common card open <<<### */
/* 01 card open*/
.wrapper__common__card__01{
    margin-bottom: 60px;
    border: 1px solid var(--color__light--four);
}
.wrapper__common__card--01--text{
    padding: 24px;
}
.wrapper__common__card--01--text h3{
    max-width: 716px;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__card--01--text h3 span{
    font-weight: 600;
}
.wrapper__common__card--01--text h6{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}

.wrapper__common__card--01--text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--two);
}
.wrapper__common__card--01--text p span{
    font-weight: 600;
    color: var(--color__dark--three);
}
/* 01 card close*/

/* 02 card with list open */
.wrapper__common__card__list{
    margin-bottom: 60px;
    border: 1px solid var(--color__light--four);
}
.wrapper__common__card--list--text{
    padding: 24px;
}
.wrapper__common__card--list--text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom:28px;
    font-family:var(--montserrat__font__family);
    color:var(--color__dark--two);
}
.wrapper__common__card--list--text p span{
    font-weight: 600;
}
.wrapper__common__card--list--item ol{
    padding-left: 24px;
}
.wrapper__common__card--list--item ol li{
    font-weight: 400;
    font-size: 18px;
    margin-bottom:10px;
    list-style-type: auto;
    font-family:var(--montserrat__font__family);
    color:var(--color__dark--three);
}
/* 02 card with list close */

/* common list design open */
.wrapper__list--one ol li ,.wrapper__list--one ul  li {
    list-style-type: none;

}
.wrapper__list--one ol li,.wrapper__list--one ul li{
    position: relative;
}
.wrapper__list--one ol li::before,.wrapper__list--one ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color__blue--one);
    position: absolute;
    margin-top: 0px;
    top: 6px;
    left: -24px;
}
/* common list design close */

/* ####>>>  common card close <<<### */

/* ###>>>----->>> common css open  <<<------<<<### */

/* ############>>>>>>>>>>> 01 Home Page css open <<<<<<<<<<<<<<<<########### */

/* ###>>>----->>> Header section css open  <<<------<<<### */
.wrapper__header__top{
    top: 0;
    position: sticky;
    background-color: var(--color__light--one);
    z-index: 9999;
    transition: all .2s ease-in-out;
}
.wrapper__nav__shadow{
    box-shadow: 0px 0px 20px var(--color__dark--one);
}
.wrapper__top__navbar--list ul li{
    padding-right: 36px;

}
.wrapper__bottom--menu{
    padding: 25px 0;
}

.wrapper__top__navbar--list ul li:last-child{
    padding-right: 0;
}

.wrapper__top__navbar--list ul li a {
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color__dark--three);
}



.wrappr__active--nav{
    font-weight: 600 !important;
    color: var(--color__blue--one) !important;
}

/* Mobile Menue CSS Open  */
.wrapper__mobile__menu .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .95);
    overflow-y: auto;
    transition: 0.5s;
  }
  
  .wrapper__mobile__menu .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .wrapper__mobile__menu .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color:var(--color__dark--three);
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }
  
  .wrapper__mobile__menu .overlay a:hover, .overlay a:focus {
    color: var(--color__blue--one);
  }
  
  .wrapper__mobile__menu .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  .wrapper__mobile__menu .mystyle{
      height: 100%;
    }
  
    /* menu icon  */
  .container__iocn--cross {
      display: inline-block;
      cursor: pointer;
      z-index:99999;
      position:absolute;
      right: 15px;
    }
    
    .bar1, .bar2, .bar3 {
      width: 24px;
      height: 2px;
      background-color:var(--color__dark--three);
      margin: 6px 0;
      transition: 0.4s;
    }
    
    .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-5px, -3px);
      transform: rotate(45deg) translate(-5px, -3px);
    }


/* Mobile Menue CSS close  */

/* ###>>>----->>> Header section css close  <<<------<<<### */

/* ###>>>----->>> welcome to PriceManager section css open  <<<------<<<### */
.wrapper__welcome__box{
    padding: 38px 0 79px;
    position: relative;
}
.wrapper__welcome__box h2{
    font-weight: 700;
    font-size: 47px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: var(--color__dark--three);
}
.wrapper__welocome__content__box{
    position: absolute;
    z-index: 1;
    left: 0;
}
.wrapper__welocome--content{
    min-width: 586px;
    width: 100%;
    margin-bottom:40px;
    padding: 15px 26px 23px 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #F0F0F0;
}
.wrapper__welocome--content h5{
    max-width: 441px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 16px;
    color: var(--color__dark--three);
}
.wrapper__welocome--content p{
    max-width: 545px;
    word-break: break-all;
    font-weight: 500;
    font-size: 16px;
    color: var(--color__dark--two);
}
/* ###>>>----->>> welcome to PriceManager section css close  <<<------<<<### */

/* ###>>>----->>> welcome to The Product section css open <<<------<<<### */
.wrapper__the__product{
    padding:77px 0 78px;
}
.wrapper__products__tab{
    padding:24px 0 0;
}
.wrapper__products__tab--nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color:var(--color__dark--three);
    background-color: transparent;
}
.wrapper__products__tab--nav .nav-pills .nav-link.active::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color__green--one);
}
.wrapper__products__tab--nav .nav-pills .nav-link{
    border: none;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    background-color: transparent;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}
.wrapper__products__tab--nav .nav-pills .nav-item{
    padding-right: 92px;
}
.wrapper__products__tab--nav .nav-pills .nav-item:last-child{
    padding-right: 0;
}
.wrapper__products__tab__box{
    margin-top: 54px;
}
.wrapper__products__tab--content{
    max-width: 468px;
    width: 100%;
    padding:20px 0;
    padding-left: 42px;
}
.wrapper__products__tab--content h5{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three)
}
.wrapper__products__tab--content p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.6;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three)
}
.wrapper__products__tab--content ul{
    padding-left: 16px;
    margin-bottom: 32px;
}
.wrapper__products__tab--content ul li{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    list-style-position: inside;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three)
}
.wrapper__products__tab--content ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: -15px;
    background-color:var(--color__dark--three);
    position: absolute;
    margin-top: 0px;
    top: 9px;
}
.wrapper__red--more--btn a{
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 32px;
    color:var(--color__blue--one);
    font-family:var(--montserrat__font__family);
}

/* ###>>>----->>> welcome to The Product section css close <<<------<<<### */

/* ###>>>----->>>KEY FEATURES section open <<<------<<<### */
.wrapper__key__features{
    padding:93px 0 0;
}

.wrapper__ker__feature__box{
    margin-bottom: 70px;
    border: 1px solid var(--color__light--four);
}
.wrapper__ker__feature--text{
    max-width: 621px;
    width: 100%;
    padding: 28px 25px;
}
.wrapper__ker__feature--text h5{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 18px;
    font-family: var(--montserrat__font__family);
    color:var(--color__dark--three);
}
.wrapper__ker__feature--text h3{
    max-width: 419px;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 1.5;
    font-family: var(--montserrat__font__family);
    color:var(--color__dark--three);
}
.wrapper__ker__feature--text h3 span{
    font-weight: 700;
}
.wrapper__ker__feature--text p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.5;
    font-family: var(--montserrat__font__family);
    color:var(--color__dark--three);
}

/* ###>>>----->>>KEY FEATURES section close <<<------<<<### */
.wrapper__get__smarter{
    padding:59px 0 59px;
    background-color: var(--color__blue--one);
}
.wrapper__get__smarter--text{
    text-align: center;
}
.wrapper__get__smarter--text h4{
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 4px;
    line-height: 1.5;
    font-family: var(--montserrat__font__family);
    color: var(--color__light--one);
}
.wrapper__get__smarter--text span{
    font-weight: 700;}
.wrapper__get__smarter--text p{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 32px;
    font-family: var(--montserrat__font__family);
    color: var(--color__light--one);
}
/* ###>>>----->>> Get Smarter section css open <<<------<<<### */


/* ###>>>----->>> Featured Industries css open <<<------<<<### */
.wrapper__featured__industries{
    padding:56px 0 55px;
}
.wrapper__featured__card__box{
    margin-top: 36px;
}
.wrapper__featured__card{
    max-width: 315px;
    margin-bottom: 25px;
    border: 1px solid var(--color__light--four);
}
.wrapper__featured__card--img--box{
    position: relative;
}

.wrapper__featured__card--text--box{
    position:absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 5px;
    background-color: var(--color__light--one);
    border-top: 1px solid var(--color__light--four);
    transition: all .5s ease-in-out;
}
.wrapper__featured__card--text h4{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__featured__card--text span{
    font-weight: 700;
}
.wrapper__featured__card--hover--text {
    padding: 0 0 16px 16px;
}
.wrapper__featured__card--hover--box{
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: all .5s ease-in-out;
}
.wrapper__featured__card--img--box:hover .wrapper__featured__card--hover--box{
    opacity: 5;

}
.wrapper__featured__card--img--box:hover .wrapper__featured__card--text--box{
    opacity: 0;
}
.wrapper__featured__card--hover--text h4{
    font-weight: 400;
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__light--one);
}
.wrapper__featured__card--hover--text span{
    display:block;
    font-weight: 600;
}
.wrapper__featured__card__box .wrapper__featured__card--box:nth-child(3n + 2){
    display: flex;
    justify-content: center;
}
.wrapper__featured__card__box .wrapper__featured__card--box:nth-child(3n + 3){
    display: flex;
    justify-content: end;
}
/* ###>>>----->>> Featured Industries css close <<<------<<<### *

/* ###>>>----->>> footer section open <<<------<<<### */
.wrapper__footer{
    padding:28px 0;
    background-color: var(--color__blue--one);
}
.wrapper__footer--logo{
    margin-bottom: 25px;
}
.wrapper__footer__copy--right p{
    font-weight: 400;
    font-size: 12px;
    color: var(--color__light--one);
    font-family: var(--poppins__font__family);
}
.wrapper__footer__nav--list ul li a{
    font-weight: 500;
    font-size: 12px;
    color: var(--color__light--one);
    font-family: var(--poppins__font__family);
    line-height: 18px;
    text-transform: uppercase;
}
.wrapper__footer__address h6{
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: var(--color__light--one);
    font-family: var(--poppins__font__family);
}
.wrapper__footer__address address{ 
    max-width: 168px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color__light--one);
}
.wrapper__footer__address address a{
     text-decoration: none;
    color: var(--color__light--one);
}
/* ###>>>----->>> footer section open <<<------<<<### *

/* ############>>>>>>>>>>> 01 Home Page css close <<<<<<<<<<<<<<<<########### */



/* ############>>>>>>>>>>> 02 Competitive Pricing Page css open <<<<<<<<<<<<<<<<########### */
/* 01 */
.wrapper__competitive__price{
    padding:0 0 0;
}
.wrapper__price__content h3{
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5;
    color: var(--color__dark--three);
}
.wrapper__price__content h5{
    max-width: 499px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__price__content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}
.wrapper__price__content--box{
    max-width: 492px;
    width: 100%;
    padding:15px;
    border: 1px solid var(--color__light--two);
}
.wrapper__price__content--box h6{
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__price__content--box p{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--montserrat__font__family);
    line-height: 1.5;
    color: var(--color__dark--two);
}
.wrapper__price__bottom--text{
    margin: 40px 0;
}
.wrapper__price__bottom--text h4{
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__price__bottom--text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--color__dark--two);
}
/* ###>>>----->>> Challenges Regarding  section css open <<<------<<<### */
.wrapper__challenges{
    padding:40px 0 0;
}
.wrapper__challenges__three--text{
    padding: 14px;
    border: 1px solid var(--color__light--four);
}
.wrapper__challenges__three--box{
    padding: 18px 0 5px;
}
.wrapper__challenges__three--box .wrapper__table{
    margin-bottom: 20px;
}
.wrapper__challenges__three--text p{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--montserrat__font__family);
    line-height: 1.5;
    color: var(--color__dark--three);
}

/* ###>>>----->>> Challenges Regarding  section css close <<<------<<<### */
.wrapper__overcoming{
    padding:25px 0 25px;
}
.wrapper__overcoming__content__box{
    padding:40px;
    border: 1px solid var(--color__light--four);
}
.wrapper__overcoming__content__box h4{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__overcoming__content__box h5{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__overcoming__content__box p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 48px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
/* ###>>>----->>> Challenges Regarding  section css close <<<------<<<### */

/* ###>>>----->>> Advanced Dashboard section css open <<<------<<<### */
.wrapper__advanced__dashboard{
    padding: 0 0 0;
}
.wrapper__advanced__dashboard__row--box{
    margin-bottom: 60px;
    border: 1px solid var(--color__light--four);
}
.wrapper__advanced--card--text{
    max-width: 563px;
    width: 100%;
    padding:40px 24px;
}
.wrapper__advanced--card--text h4{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
    font-family:var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__advanced--card--text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-word;
    font-family:var(--montserrat__font__family);
    color: var(--color__dark--three);
}

/* ###>>>----->>> Advanced Dashboard section css close <<<------<<<### */
.wrapper__time__improve{
    padding:40px 0 0;
}
.wrapper__row__reverse__box:nth-child(even) .wrapper__row__reverse{
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.wrapper__row__reverse__box:nth-child(odd) .wrapper__advanced--card--img{
    text-align: right;
}
.wrapper__time__improve--box{
    padding:78px 0 80px;
}
.wrapper__time__improve--img{
    margin-bottom: 80px;
}

/* ###>>>----->>> pay price section css oprn <<<------<<<### */
.wrapper__pay__price{
    padding:40px 0 40px;
}
.wrapper__pay__price--text h3{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.wrapper__pay__price--text p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.5;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}
/* ###>>>----->>> pay price section css close <<<------<<<### */

/* ###>>>----->>>  Track Analyze section css open <<<------<<<### */
.wrapper__track__analyze{
    padding: 40px 0 0;
}
/* ###>>>----->>>  Track Analyze section css close <<<------<<<### */
.wrappper__let__price{
    padding:0 0 0;
}
/* ###>>>----->>>  SLet Price section close  <<<------<<<### */
.wrapper__spark__domino{
    padding:40px 0 60px;
    background: #F8F8F8;
}
.wrapper__spark__demino__content h3{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__spark__demino__content h5{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__spark--domino--list{
    max-width: 1049px;
    width: 100%;
}
.wrapper__spark--domino--list p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom:52px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__spark--domino--list h6{
    font-weight: 400;
    font-size: 18px;
    margin-bottom:20px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__spark--domino--list ul{
    margin-bottom:50px;
    padding-left: 30px;
}
.wrapper__spark--domino--list ul li{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}


/* ###>>>----->>>  Spark Domino section  css close <<<------<<<### */

/* ###>>>----->>>  Tool in Action css section open <<<------<<<### */
.wrapper__tool__action{
    padding:40px 0 0;
}
/* ###>>>----->>>  Let Price section open <<<------<<<### */
.wrappper__let__price{
    padding:40px 0 80px;
}
/* ###>>>----->>>  Tool in Action css section close <<<------<<<### */


/* ############>>>>>>>>>>> 02 Competitive Pricing Page css close <<<<<<<<<<<<<<<<########### */









/* ############>>>>>>>>>>> common Section css open <<<<<<<<<<<<<<<<########### */

/* 01 open*/
.wrapper__common__sec__one{
 padding: 80px 0 40px 0;
}
.wrapper__common__sec__one h4{
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 24px;
    text-align: center;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__one p{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__one p:nth-last-of-type(1){
    margin-bottom: 40px;
}

/* 01 close*/

/* 02 open */
.wrapper__common__sec__two{
    padding: 40px 0 40px 0;
}
.wrapper__common__sec__two h5{
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    margin-bottom: 16px;
    text-align: center;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__two p{
    max-width: 850px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin: auto;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
/* 02 close */

/* 03 open */
.wrapper__common__sec__three{
    padding: 40px 0 40px 0;
}
.wrapper__common__sec__three h5{
    font-weight: 400;
    font-size: 24px;
    line-height: 137%;
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);

}
.wrapper__common__sec__three span{font-weight: 600;}
.wrapper__list--two{
    padding-left: 28px;
}
.wrapper__list--two ul li{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);

}
/* 03 close */
/* 04 open */
.wrapper__common__sec__four,.wrapper__common__sec__four__img{
    padding: 40px 0 40px 0;
}
.wrapper__common__sec__four p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__four h6{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__four__img img{
    width: 100%;
}
/* 04 close */
/* 05 open */
.wrapper__common__sec__five{
    padding:40px 0 0 0;    
}
.wrapper__common__sec__five h2{ 
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__five--box h5{
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    padding-top: 40px;
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__five--box p{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__five__img{
    margin-bottom: 40px;
}
/* 05  close */
/* 06 open */
.wrapper__common__sec__six{
    padding:22px 0 80px 0;
}
.wrapper__common__sec__six h5{
    font-weight: 700;
    font-size: 32px;
    line-height: 137%;
    text-align: center;
    margin-bottom: 42px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);

}
.wrapper__common__sec__six h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 80px;
    text-align: center;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__common__sec__six h6 span{
    font-weight: 600;
    color: var(--color__blue--one);
}
/* 06 close */
 /* ############>>>>>>>>>>> common Section css close<<<<<<<<<<<<<<<<########### */






/* ##############################################################################*/
/* <<<<<<<<<<<<<-------------------Aniket css open--------------->>>>>>>>>>>>> */
/* ##############################################################################*/


/*================ Pages done by Aniket============== */

/*  ---->>> Products 

    Electronics equipment and Components 
    Fashion Luxury
    Household & Furniture
    Games & Toys
    Health and Beauty
    Lightning
    Mass Retailers
    Music
    Nutrition, Food supplements
    Pet Supplies
    Office Supplies
    Sports & Outdoors
    Hardware
    Books & Electronics
    Medical Pharmaceutical
    Reasons To Work With Pricemanager

*/
/*  ---->>> Industries

    AI-Powered SKU Portfolio Optimization
    Client Site Price Perception
    Rules-based Dynamic Repricing
    eCommerce Monitoring recommended selling prices in your distribution channel
    map monitoring
    promotion data and insights 

*/
/* ---->>> Contact us

    Contact us
    Request a demo

*/

    
.wrapper__w---947{max-width:947px !important; width: 100%;}

.wrapper__mb--80 h5{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color:  var(--color__dark--three);
}

.wrapper__common__heading{
    max-width: max-content;
}

/* Button 03 */

.wrapper__btn_03{
    font-weight: 700;
    font-size: 21px;
    padding: 13.5px 28.1px;
    text-align: center;
    display:inline-block;
    text-transform: capitalize;
    font-family: var(--montserrat__font__family);
    color: var(--color__light--one) !important;
    border: 2px solid var(--color__green--one);
    background-color: var(--color__green--one);
    transition: .2s;
    margin-top: 80px;
}

.wrapper__btn_03:hover{
    color: var(--color__dark--three) !important;
    border: 2px solid var(--color__green--one);
    background-color: var(--color__light--one);
}

/* ######--HEADER OPEN--####### */

/* large menu header open */

.wrapper__bottom__header--ul ul li {
    display: inline-block;
}


/* .wrapper__top__navbar--list ul li a i {
    margin-left: 10px;
    display: none;
} */

.wrapper__bottom--menu:hover .wrapper__large__menu--box {
    background: var(--color__light--one);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
    background-color: var(--color__light--one);
    display: block;
}

.wrapper__large__menu--box {
    min-width: 255px;
    padding: 10px;
    top: 75px;
    position: absolute;
    display: none;
    z-index: 999;
    transition: all 3s ease;
    background-color: var(--secondary__gray--light);
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.wrapper__large__menu--box::before {
    content: '';
    width: 70px;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--color__blue--one);
}

.wrapper__top__navbar--list ul li {
    position: relative;
}

.wrapper__large__menu--list ul li {
    display: block !important;
    padding: 2px 0;
}

.wrapper__large__menu--list ul li a{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 170%;
    text-transform: uppercase;   
}

.wrapper__large__menu--list ul li a:hover{
    color: #1091BE;
}

.wrapper__mobile__menu .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.wrapper__mobile--box .card-header {
    padding: 20px 5px;
    background-color: transparent;
}

/* large menu header close */

/* ######--HEADER CLOSE--####### */


.wrapper__head__top{
    margin-top: 82px;
}

/* ######--COMMON SECTIONS OPEN--####### */


.wrapper__common__sec__five--box h6{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    margin-bottom: 40px;
    margin-top: 24px;
    text-align: left;
    color: var(--color__dark--three);
}

.wrapper__common__sec__six{
    text-align: center;
    padding: 22px 86px 80px 86px;
}

.wrapper__common__sec__six p{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 100%;
    line-height: 150%;
    color: var(--color__dark--three);   
}

/* Hardware */

.wrapper__common__sec__one h3{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: var(--color__dark--three);
}

.wrapper__common__sec__seven h5{
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-align: center; 
    color: var(--color__dark--three);
}

.wrapper__common__sec__seven p{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--color__dark--three);
}

.wrapper__common__sec__seven h6 span{
    font-weight: 600;
    color: var(--color__blue--one);
}

.wrapper__common__sec__seven h6{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--color__dark--three);
}

.wrapper__common__card--list--text--02 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 28px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--two);
    margin-top: 40px;
    max-width: 1054px;
}

.wrapper__common__card--list--text--02 h2{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 137%;
    color:  var(--color__dark--three);
    padding-left: 16px;
}



.wrapper__pay__price--text--01 h3{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
    margin-bottom: 24px;
}

.wrapper__scanning__tool .wrapper__common__card--01--text--03 p{
    font-size: 18px;
    line-height: 150%;
}


.wrapper__common__card--01--text--03 h3 {
    max-width: 716px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}

.wrapper__common__card--01--text--03 h3 span {
    font-weight: 600;
}

.wrapper__common__card--01--text--03 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--two);
}

.wrapper__common__card--01--text--02{
    padding: 16px 10px 0 16px;
}

.wrapper__common__card--01--text--02 h2 {
    max-width: 716px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}

.wrapper__common__card--01--text--02 h3 {
    max-width: 716px;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}

.wrapper__common__card--01--text--02 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--two);
}


.wrapper__common__card--01--text--02 h6 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}



.wrapper__section__challenges--box{
    text-align: center;
}

.wrapper__section__challenges--box h3{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 137%;
    color: var(--color__dark--three);
}

.wrapper__section__new p{
    padding-bottom: 46px;
}

.wrapper__boost__sales{
    margin-top: 80px;
}


.wrapper__pay__price--text--01{
    padding: 24px 0;
}
/* ######--COMMON SECTIONS CLOSE--####### */




/* ##########------LISTS CSS OPEN-----########### */
/* ----->wrapper list three open<--------- */
.wrapper__list--three ul li::marker{
    width: 24px;
    height: 24px;
}

.wrapper__list--three ul li{
    list-style-image: url(../png/blue-dot.png);
    margin-bottom: 40px;
    margin-left: 40px;
}

.wrapper__list--three h1{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;    
    color: var(--color__dark--three);
    margin-bottom: 24px;
}

.wrapper__list--three ul li h2{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: var(--color__dark--three);
    margin-bottom: 10px;
    margin-left: 12px;
}

.wrapper__list--three ul p{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--color__dark--two);
    margin-left: -27px;
}
/* ----->wrapper list three close<--------- */

/* ----->wrapper list four open<--------- */
.wrapper__list--four h1{
    margin-bottom: 36px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    color: var(--color__dark--three);
    
}

.wrapper__list--four h3{
    margin-bottom: 24px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 137%;
    color: var(--color__dark--three);
}

.wrapper__list--four p{
    margin-left: 12px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--color__dark--three);
}

.wrapper__list--four ul{
    margin-top: 40px;
}

.wrapper__list--four ul li::marker{
    width: 24px;
    height: 24px;
}

.wrapper__list--four ul li{
    list-style-image: url(../png/blue-dot.png);
    margin-bottom: 40px;
    margin-left: 40px;
}

.wrapper__list--four h6{
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--color__dark--three);
}

.wrapper__list--four h5{
    margin-bottom: 17px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    color: var(--color__dark--three);
}
/* ----->wrapper list four close<--------- */
/* ##########------LISTS CSS CLOSE-----########### */


/* ###--->>>CONTACT FORM OPEN<<<---### */
.wrapper__contact__form__main{
    margin-top: 60px;
    margin-bottom: 138px;
    margin-left: 106px;

}

.wrapper__form__main{
    margin-top: 60px;
    margin-bottom: 80px;
}

.form__input:focus{
    border: 4px solid var(--color__green--one);
}

.form__input{
    padding: 16px;
    margin: 0 0 24px 0;
    max-width: 100%;
    min-width: 360px;
    height: 54px;
    border: 1px solid var(--color__light--three);
}

.form__input__two{
    padding: 16px;
    margin-bottom: 24px;
    max-width: 100%;
    min-width: 550px;
    height: 54px;
    border: 1px solid var(--color__light--three);
    color: var(--color__dark--two);
}

.form__label{
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: var( --montserrat__font__family);
    color: var(--color__dark--three);
}

.form__input__three{
    padding: 16px;
    margin-bottom: 27px;
    max-width: 100%;
    min-width: 1118px;
    height: 76px;
    border: 1px solid var(--color__light--three);
}

.wrap__form__button{
    text-align: right;
    padding-top: 33px;
}

.form__button{
    width: 285px;
    height: 56px;
    background: var(--color__green--one);
    border: none;
    color: var(--color__light--one);
}

.form__captcha{
    height: 56px;
    max-width: 100%;
    min-width: 550px;
    border: 1px solid var(--color__light--three);
}

.form__input__captcha{
    padding: 16px;
    max-width: 100%;
    min-width: 409px;
    height: 54px;
    border: none;
}

.custom__select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../svg/custom-select.svg);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 15px;
}

.contact__us__img{
    margin: 24px 0 0 87px;
    text-align: right;
}


.contact__form__button{
    margin-top: 60px;
    width: 285px;
    height: 56px;
    background: var(--color__green--one);
    border: none;
    color: var(--color__light--one);
}

.contact__us__img img{
    /* max-width: fit-content; */
}

.form__input__bar--one{
    padding: 16px;
    margin: 0 0 24px 0;
    max-width: 100%;
    min-width: -webkit-fill-available;
    height: 57px;
    border: 1px solid var(--color__light--three);
}

.form__input__bar--two{
    max-width: 100%;
    min-width: -webkit-fill-available;
    height: 54px;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid var(--color__light--three);
}

.form__input__bar--three {
    max-width: 100%;
    min-width: -webkit-fill-available;
    height: 76px;
    padding: 16px;
    margin-bottom: 24px;
    border: 1px solid var(--color__light--three);
}

.form__captcha__bar--one{
    height: 57px;
    max-width: 100%;
    border: 1px solid var(--color__light--three);
}

.form__input__bar{
    padding: 16px;
    margin: 0 0 24px 0;
    max-width: 100%;
    min-width: 599px;
    height: 54px;
    border: none;
}

.phone__number{
    margin-left: -38px;
    margin-top: 2px;
}


.content__icons{
    margin-right: 25px;
}

.content__icons__data h2{
    max-width: 100%;
    min-width: 279px;
}

.map__navigation{
    margin-bottom: 100px;
}

.map__navigation img{
    max-width: 100%;
}

.content__wrapper__common span{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: var(--color__dark--three);
}

.content__wrapper__common h2{ 
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: var(--color__dark--three);
}

.contents{
    margin-bottom: 20px;
}


.container__img__fashion{
    margin-bottom: 80px;
    margin-top: 80px;
}

.container__img__fashion img{
    text-align: center;
}

.input__group input:focus{
    border: 4px solid var(--color__green--one);
}
/* ###---CONTACT FORM CLOSE---### */


/* 03 NOV 2022 */

/* Health and beauty */
.container__grey__box{
    background: var(--color__light--one);
    padding-top: 80px;
    padding-bottom: 80px;
}

.container__grey__box h3{
    margin-bottom: 40px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: var(--color__dark--three);
}


.container__white{
    background: var(--color__light--one);
    padding-top: 28px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 24px;
}

.container__white h6 i{
    margin-right: 24px;
}

.container__white h6{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: var(--color__dark--three);
}

.container__white p{
    margin-top: 23px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--color__dark--three);
}

.container__white a{
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: var(--color__blue--one);
}


.box__col__left{
    height: 168px;
    border: 1px solid var(--color__light--one);
}


.box__col__left p{
    padding: 68px 0;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: var(--color__dark--three);
}

.box__col__right{
    height: 168px;
    background: var(--color__dark--three);
}

.box__col__right p{
    padding: 68px 0;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    color: var(--color__light--one);
}


.box-center{
    justify-content: center;
    margin-top: 40px;
}


.left__card__hover{
    /* margin: 10px 0 0 0; */
    cursor: pointer;
}

.left__card__hover h6{
    border-left: 3px solid rgba(16, 146, 189, 0.2);
    padding-left: 20px;
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
   color: var(--color__dark--one);
    margin: 30px 0 0 0;

    
}

.left__card__hover h6:hover{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);
    border-left: 3px solid var(--color__blue--one);
}

.wrapper__common__card--list--text--02 .wrapper__common__card--list--item ol{
    padding-left: 42px;
 }

.wrapper__common__card__01--parent .wrapper__common__card--01--text--02{
    padding: 40px 40px 40px 0;
}

.wrapper__spects__business .wrapper__common__card__01{
    border: none;
}

.wrapper__intelligence__tool{
    margin-bottom: 94px;
}

.wrapper__advance--parent .wrapper__advanced--card--text{
    max-width: 711px;
    width: 100%;
    padding: 40px 0 40px 40px;
    margin-bottom: 24px;
}

.wrapper__advance--parent .wrapper__advanced--card--text p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.wrapper__advanced--card--text--02{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: ' var(--color__dark--three)';
    padding: 32px 0 0 40px;
}

.wrapper__advance--parent .wrapper__advanced--card--text--02{
    max-width: 711px;
    width: 100%;
    padding: 50px 0;
    /* margin-bottom: 24px; */
}

.wrapper__advance--parent .wrapper__advanced--card--text--02 p{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);
}

/* wrapper__advance__dashboard--parent */

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text{
    padding: 0 0 0 24px;
    margin-bottom: 80px;
    max-width: 100%;
}

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text p{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);
}

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text h4{
    margin-bottom: 16px;
}

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text--02{
    margin-bottom: 80px;
    padding: 0 26px 0 34px;
}

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text--02 h4{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 137%;
    padding: 0 0 16px 0;
    color:  var(--color__dark--three);
}

.wrapper__advance__dashboard--parent .wrapper__advanced--card--text--02 p{
    max-width: 700px;
}


.wrapper__advance__dashboard--parent .wrapper__advanced--card--text--02 h6{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    color:  var(--color__dark--three);
    
}

/* wrapper__advance__dashboard--parent--01 */

.wrapper__advance__dashboard--parent--01{
    margin-bottom: 80px;
}

.wrapper__advance__dashboard--parent--01 .wrapper__advanced--card--text{
    max-width: 563px;
    width: 100%;
    padding: 32px 0 0 32px;
}

.wrapper__advance__dashboard--parent--01 .wrapper__advanced--card--text h4 {
    margin-bottom: 22px;
}


.wrapper__let__price--parent .wrapper__w---800{
    max-width: 100% !important;
}

.wrapper__let__price--parent .wrapper__w---780{
    max-width: 984px !important;
    margin-top: 12px !important;
}

.wrapper__let__price--parent h2 span{
    font-weight: 700;
}

.wrapper__let__price--parent{
    margin-top: 100px;
    margin-bottom: 80px;
    padding: 0;
}

/* wrapper__advance__dashboard--parent--01 */

.wrapper__pay__price--02 .wrapper__pay__price--text h3{
    max-width: 560px;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    color: var(--color__dark--three);
    
}

/* common card */

.wrapper__common__card__02 {
    margin-bottom: 60px;
}

/* wrapper__advance--parent */

.wrapper__advance--parent .wrapper__advanced__dashboard__row--box{
    margin-bottom: 60px;
    border: none;
}

.wrapper__advance--parent .wrapper__advanced--card--text--02 h4{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 16px;
    color:  var(--color__dark--three);
}


.wrapper__boost--parent{
    margin-bottom: 40px ;
}

.wrapper__boost--parent .wrapper__common__heading{
    margin: 0;
    text-align: left;
}

.wrapper__boost--parent .wrapper__common__heading h5{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;    
    color:  var(--color__dark--three);    
    text-align: left;
    padding-bottom: 24px;
}

/* map monitoring 2 Rows boxes */

.wrapper__map__monitoring h2{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    color:  var(--color__dark--three);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
    max-width: 757px;
    margin-left: auto;
    margin-right: auto;
}

.article__map{
    max-width: 516px;
    min-width: auto;
    border: 1px solid var(--color__light--one);
}

.article__map p{
    text-align: center;
    max-width: 492px;
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);
    padding: 12px;
}


.wrapper__advance__map .wrapper__advanced--card--text{
    max-width: 711px;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
}

.wrapper__advance__map .wrapper__advanced--card--text p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.wrapper__advance__map .wrapper__advanced__dashboard__row--box {
    margin-bottom: 60px;
    border: none;
}

/* promotion-data */

/* collapse */

.wrapper__collapse__price{
    margin-bottom: 100px;
    margin-top: 80px;
}

.wrapper__collapse__price .card{
    border: none;
}

.wrapper__collapse__price .card-header{
    border: 1px solid var(--color__light--one);
    background-color: var(--color__light--one);
}

.wrapper__collapse__price .card-header .btn:focus{
    text-decoration: none;
    box-shadow: none;
}

.wrapper__collapse__price .card-header .btn:hover{
    text-decoration: none;
}

.wrapper__collapse__price .btn{
    width: 100%;
    text-align: left;
}

.wrapper__collapse__price li span{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color:  var(--color__dark--three);
    padding-left: 20px;
}

.wrapper__collapse__price li{
    list-style-image: url(../png/blue-dot.png);
}

.wrapper__collapse__price li i{
    padding-left: 360px;
}

.wrapper__collapse__inner__right{
    max-width: 342px;
   height: 426px;
    border: 1px solid var(--color__light--one);
}

.wrapper__collapse__inner__right h6{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    padding: 35px 40px;
    color:  var(--color__dark--three);
}

.wrapper__collapse__inner__left p{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);    
    padding: 50px 0;
}

.wrapper__collapse__img{
    margin-left: 86px;
}



.wrapper__promotion__data{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.wrapper__promotion__data  h2{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 137%;
    color:  var(--color__dark--three);
    text-align: center;
}

.wrapper__promotion__data  h2 span{
    font-weight: 600;
}

.wrapper__promotion__data  p{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color:  var(--color__dark--three);
    padding-top: 22px;
}

.wrapper__promotion__data  p span{
    color: var(--color__blue--one);
    font-weight: 600;
}

.wrapper__promotion__data .wrapper__btn_02{
    margin-top: 80px;
}



/* Retailer Challenges */

.wrapper__price__retailer .wrapper__welcome__box h2{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color:  var(--color__dark--three);
}

.wrapper__price__retailer .wrapper__welocome--content{
    min-width: 703px;
}

.wrapper__price__retailer .wrapper__welcome__box .wrapper__welocome--content h5{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color:  var(--color__dark--three);
    max-width: 647px;
}

.wrapper__features__retailer .wrapper__ker__feature__box{
    border: none;
}

.wrapper__features__retailer .wrapper__row__reverse .wrapper__row__reverse--img--odd {
    padding-top: 24px;
}

.wrapper__features__retailer .wrapper__row__reverse .wrapper__row__reverse--img--even {
    padding-top: 24px;
}

.wrapper__features__retailer .wrapper__ker__feature--text{
    padding: 0 0 0 36px;
    max-width: 100%;
}

.wrapper__features__retailer .wrapper__reverse__box--mod h4{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    color:  var(--color__dark--three);
    padding-bottom: 24px;
}

.wrapper__features__retailer .wrapper__reverse__box--mod .wrapper__ker__feature--text ul li{
    padding-bottom: 24px;
}

.wrapper__features__retailer .wrapper__ker__feature--text h3{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    display: flex;
    align-items: center;
    color:  var(--color__dark--three);
    max-width: 100%;
}

.wrapper__features__retailer .wrapper__ker__feature--text ul{
    padding-left: 32px;
}

.wrapper__features__retailer .wrapper__ker__feature--text ul li{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    list-style-image: url(../png/blue-dot.png);
    color:  var(--color__dark--three);
    padding-bottom: 12px;
    padding-left: 12px;
}

.wrapper__features__retailer .wrapper__ker__feature--text p{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:  var(--color__dark--three);
    margin-bottom: 16px;
}

.wrapper__reverse__box--mod .wrapper__ker__feature--text{
    padding: 0;
}

.wrapper__get__touch{
    border: 1px solid var(--color-light-gray-five);
    padding: 40px;
    margin-bottom: 80px;
}

.wrapper__get__touch h2{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    color:  var(--color__dark--three);
}

.wrapper__get__touch h5{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    text-align: center;
    color:  var(--color__dark--three);
    padding-top: 16px;
    padding-bottom: 31px;
}


.wrapper__get__touch .wrapper__btn_02{
    padding: 13.5px 28.1px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;    
    color: var(--color__light--one) !important;
    border: 2px solid var(--color__blue--one);
    background: var(--color__blue--one);
    transition: .2s;
    margin-bottom: 0;
}

.wrapper__btn_02:hover {
    color: var(--color__dark--three) !important;
    border: 2px solid var(--color__blue--one);
    background-color: var(--color__light--one);
}

.wrapper__manufacture__challenges{
    text-align: center;
    max-width: 757px;
    padding-top: 60px;
    margin: auto;
}

.wrapper__manufacture__challenges .wrapper__pay__price--text h3{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    color:  var(--color__dark--three);
}
.wrapper__manufacture__challenges .wrapper__pay__price--text span{
    font-weight: 400;
}

/* Manufactures challenges */

.wrapper__manu__chanllenges .wrapper__ker__feature__box{
    border: 1px solid var(--color__light--one);
}

.wrapper__manu__chanllenges .wrapper__row__reverse .wrapper__row__reverse--img--odd {
    padding-top: 0;
}

.wrapper__manu__chanllenges .wrapper__ker__feature--text {
    padding: 60px 33px 60px 36px;
    max-width: 100%;
}

.wrapper__manu__chanllenges .wrapper__ker__feature--text p{
    margin-bottom: 0;
}

.wrapper__container__grey{
    background-color: var(--color__light--four);
    padding: 60px;
}

.wrapper__container__grey h3{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color:  var(--color__dark--three);
    padding-bottom: 16px;
}

.wrapper__container__grey p{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color:  var(--color__dark--three);
}

.wrapper__manuf__challenges .wrapper__ker__feature--text{
    padding: 28px;
}

.wrapper__manuf__challenges .wrapper__ker__feature__box{
    border: 1px solid var(--color__light--one);
}

.wrapper__manuf__challenges .wrapper__row__reverse .wrapper__row__reverse--img--even {
    padding-top: 0;
}

.wrapper__manuf__challenges .wrapper__ker__feature--text h3{
    margin-bottom: 16px;
}

.wrapper__manuf__challenges .wrapper__ker__feature--text p{
    margin-bottom: 0;
}

/* Brand Chanllenges */

.wrapper__features__retailer .wrapper__reverse__box--mod h4 span {
    font-weight: 400;
}

.wrapper__brand__retailer .wrapper__ker__feature--text ul {
    padding-left: 0;
    margin-left: -52px;
}

.wrapper__brand__retailer .wrapper__ker__feature--text h3 {
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color:  var(--color__dark--three);
    max-width: 100%;
}

.wrapper__brand__retailer .wrapper__reverse__box--mod02 .wrapper__ker__feature--text ul {
    padding-left: 32px;
    margin-left: 0;
}

.wrapper__brand__retailer .wrapper__ker__feature--text {
    padding: 0;
}

.wrapper__brand__retailer .wrapper__row__reverse .wrapper__row__reverse--img--even {
    padding-top: 0;
}

.wrapper__brand__list .wrapper__list--four h3{
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.wrapper__brand__list .wrapper__list--four h3 span{
    font-weight: 400;
}

.wrapper__bottom__section{
    max-width: 972px;
    margin: auto;
}

.wrapper__time__improve .wrapper__common__heading--02 p{
    font-weight: 500;
}

.wrapper__time__improve .wrapper__common__heading--02 p span{
    color: var(--color__blue--one);
    font-weight: 700;
}


.wrapper__boost__sales .wrapper__mb--80 h5{
    font-family:  var(--montserrat__font__family);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 137%;
    color: var(--color__dark--three);
}


.wrapper__row__box--mod .wrapper__advanced--card--text{
    padding: 0;
}

.wrapper__content__compliance .wrapper__advanced--card--text h4{
    margin-bottom: 17px;
}

.wrapper__content__compliance .wrapper__advanced--card--text p{
    font-size: 18px;
}

.wrapper__content__compliance .wrapper__row__box--mod .wrapper__advanced--card--text{
    max-width: 711px;
    padding: 0;
    padding-left: 68px;
}

.wrapper__content__compliance .wrapper__advanced--card--text {
    max-width: 711px;
    width: 100%;
    padding: 0;
}

.wrapper__section__new--one h5{
    font-family:  var(--montserrat__font__family);
    font-weight: 600;
    font-size: 32px;
    line-height: 137%;
    color: var(--color__dark--three);
}

.wrapper__section__new--one p{
    font-family:  var(--montserrat__font__family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;    
    color: var(--color__dark--three);
}

.wrapper__section__new--three h6{
    font-family:  var(--montserrat__font__family);
    font-weight: 700;
    font-size: 18px;
    line-height: 137%;
    
    text-align: center;
    color: var(--color__dark--three);
    margin-bottom: 24px;
    margin-top: 80px;
}

.wrapper__section__new--three div{
    border: 1px solid #E4E4E4;
    max-width: 1123px;
    height: 168px;
    padding: 54px;
}

.wrapper__section__new--three div p{
    font-family: var(--montserrat__font__family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--color__dark--three);
}
/* ##############################################################################*/
/* <<<<<<<<<<<<<-------------------Aniket css close--------------->>>>>>>>>>>>> */
/* ##############################################################################*/


/* ############## >>>>>Jalaj 24-11-2022<<<<<< ################# */

/* Article main */

.rel_col{
    position: relative;
}
.article_upper_inner {
    background: var(--color-light-gray-one);
}
.article_upper_inner .col-l img {
    width: 100%;
}
.article_upper_right_inner span,
.article_upper_right_inner p
 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    display: inline-block;
    line-height: 17.07px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.article_upper_right_inner .article_upper_time {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    line-height: 28.5px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.article_upper_right_inner p{
    line-height: 21px;
}
.article_upper_right_inner {
    padding-left: 59px;
}
.article_upper_right_inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    height: 1px;
    width: 49px;
    background: var(--color__blue--one);
}
.artcile_person_wrapper .person_name{
    font-size: 18px;
    font-weight: 700;
    line-height: 21.5px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    margin-left: 12px;
}
.article_category_inner {
    padding-top: 40px;
    padding-bottom: 87px;
}
.article_category_inner > p {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.category_selection_wrapper p{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.category_selection_dropdown select {
    min-width: 350px;
    height: 40px;
    border: 1px solid var(--color__light--three);
    font-size: 18px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 22px;
    border-radius: 0px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-image: url(../svg/arrow-cat-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 11px 12px;

}
.category_selection_dropdown select:focus{
    box-shadow: none;
    border-color: inherit;
}
.wrapper_category_type .img-col{
    margin-bottom: 16px;
}
.category_type_content{
    padding-left: 59px;
}
.category_type_content::before{
    content: "";
    height: 4px;
    width: 49px;
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--color__blue--one);
}
.category_type_content p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 17.07px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.category_type_content .category_type_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.category_pagination_wrapper{
    padding-top: 22px;
} 
.category_pagination_wrapper ul li.page-item.page-prev a,
.category_pagination_wrapper ul li.page-item.page-next a
 {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.category_pagination_wrapper ul li.page-item .page-link.page-number {
    border: none;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    border-color: var(--color__dark--three);
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.category_pagination_wrapper ul li.page-item.page-prev a:hover, 
.category_pagination_wrapper ul li.page-item.page-next a:hover {
    background: var(--color__dark--three);
    border-color: var(--color__dark--three);
    color: var(--color__dark--three);
}
.category_pagination_wrapper ul li.page-item .page-link.page-number:hover{
    color: var(--color__dark--three);
}
.category_pagination_wrapper ul li.page-item .page-link.page-number.active{
    font-weight: 800;
    color: var(--color__blue--one);
}

.category_pagination_wrapper ul li.page-item.page-prev {
    margin-right: 20px;
}
.category_pagination_wrapper ul li.page-item.page-next {
    margin-left: 20px;
}
.category_pagination_wrapper ul li.page-item .page-link.page-number:hover{
    background: transparent;
}
.category_pagination_wrapper ul li.page-item .page-link.page-number:focus{
    box-shadow: none;
}
.category_pagination_wrapper ul li.page-item.page-next.active a {
    background: var(--color__dark--three);
    border-color: var(--color__dark--three);
    color: var(--color__dark--three);
}
.category_pagination_wrapper ul li.page-item.page-next a svg {
    transform: rotate(180deg);
}
.category_pagination_wrapper ul li.page-item.page-next.active a svg {
    transform: rotate(180deg);
}

.category_pagination_wrapper ul li.page-item.page-next.active a:hover svg g path,
.category_pagination_wrapper ul li.page-item.page-prev a:hover svg g path,
.category_pagination_wrapper ul li.page-item.page-next a:hover svg g path,
.category_pagination_wrapper ul li.page-item.page-next.active a svg g path{
    stroke: var(--color__light--one);
}
/* article post wrapper */

.article_post_breadcrumb ul {
    display: flex;
}
.article_post_breadcrumb ul li{
    position: relative;
}
.article_post_breadcrumb ul li::after {
    content: ">";
    margin-right: 4px;
}
.article_post_breadcrumb ul li:last-child::after{
    display: none;
}

.article_post_breadcrumb ul li, .article_post_breadcrumb ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--color__dark--two);
    font-family: var(--montserrat__font__family);
}
.common_heading_title{
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.article_post_breadcrumb {
    margin-bottom: 26px;
}
.article_post_banner_inner{
    position: relative;
}
.article_post_banner_content {
    position: absolute;
    left: 0;
    bottom: 22px;
    max-width: 100%;
    width: 100%;
    padding: 0px 22px 22px 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--color__light--one);
}
.article_post_banner_heading h3 {
    margin-bottom: 12px;
}
.article_post_banner_content .article_post_banner_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 54.4px;
    margin-bottom: 7px;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
    text-transform: none;
}
.article_post_banner_content .article_post_date {
    position: relative;
    padding-left: 58px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
}
.article_post_banner_content .article_post_date::before {
    content: "";
    height: 1px;
    width: 49px;
    position: absolute;
    left: 0;
    top: 9px;
    background: var(--color__blue--one);
}
.article_post_banner_content .article_post_time{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.7px;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
}
.article_post_banner_content .article_post_author img{
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.article_post_banner_content .article_post_author_name{
    margin-left: 12px;
    line-height: 21.94px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);

}
.article_post_details_wrapper{
    margin-top: 44px;
}
.article_post_details_grid .col-l{

}
.common_heading_title_2{
    font-size: 32px;
    font-weight: 700;
    line-height: 54.4px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.article_post_right_heading h3{
    position: relative;
}
.article_post_right_heading h3::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: var(--color-light-gray-two);
}
.article_post_right_heading{
    margin-bottom: 24px;
}
.article_post_right_common .img-col{
    margin-bottom: 20px;
}
.article_post_right_common h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 27.10px;
    margin-bottom: 10px;
    color: var(--color__dark--three);
    font-family: var(--Lato_font_family);
}
.article_post_right_common p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--color__dark--two);
    font-family: var(--Lato_font_family);
}
.article_post_right_common {
    border-bottom: 1px solid var(--color-light-gray-two);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.article_post_detailed_right .article_post_right_common:nth-last-of-type(1) {
    border: none;
    margin-bottom: 0px;
    padding: 0;
}
.details_article_img img {
    margin-top: 16px;
    margin-bottom: 27px;
}
.article-para-16-700{
    font-size: 16px;
    font-weight: 700 !important;
}
.article_post_detailed_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: var(--color__dark--three);
    font-family: var(--Lato_font_family);
}
.article_post_right_common .img-col img {
    /* width: 100%; */
}
.article_post_right_common .img-col img {
    width: auto
}
.article_post_pagination {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.article_post_pagination ul li.page-item a{
    height: 44px;
    width: 44px;
    border-radius: 50% !important;
    padding: 5px;
    cursor: pointer;
}
.article_post_pagination ul li:first-child{
    margin-right: 16px;
}
.article_post_pagination ul li.page-item a:hover{
    background: var(--color__dark--three);
    border-color: var(--color__dark--three);
    color: var(--color__dark--three);
}
.article_post_pagination ul li.page-item.active a{
    background: var(--color__dark--three);
    border-color: var(--color__dark--three);
    color: var(--color__dark--three);
}
.article_post_pagination ul li.page-item.page-next a svg {
    transform: rotate(180deg);
}
.article_post_pagination ul li.page-item a:hover svg g path,
.article_post_pagination ul li.page-item.active a svg g path{
    stroke: var(--color__light--one);
}
.article_post_author {
    display: flex;
    align-items: center;
}
.article_post_detailed_content li {list-style-type: disc;}

.article_post_detailed_content ul {
    padding-left: 10px;
}

/* about PriceManager */
.wrapper__about_box h3 {
    margin-bottom: 40px;
}
.wrapper__about_box p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.about_map_wrapper {
    padding-top: 80px;
}
.about_map_wrapper p{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    margin-bottom: 40px;
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
}
.map_image_wrapper{
    /* border: 1px solid var(--color__light--four); */
}
.inner_section_wrapper {
    position: relative;
}

.map_wrapper_bottom_content {
    padding-top: 40px;
    padding-bottom: 80px;
}
.map_wrapper_bottom_content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    text-align: center;
}
.about_contact_contents p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    line-height: 24px;
}
.about_contact_contents p:nth-last-of-type(1) {
    margin-top: 24px;
    margin-bottom: 60px;
}
.about_contact_wrapper {
    padding-bottom: 80px;
}
.about_contact_contents .wrapper__btn_02 {
    margin-bottom: 0px;
}
/* digital shelf benchmark */
.text-16-400-24{
    font-size: 16px;
    font-weight:400;
    line-height:24px
}
.digital_shelf_banner .wrapper__price__content h5 {
    margin-bottom: 24px;
    margin-top: 24px;
}
section.digital_performance_section {
    padding-top: 82px;
}
.performance_bg_box_wrapper{
    background: url(../png/digital-page-3.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--color__light--one);
    padding: 59px 85px 60px 84px;
}
.performance_bg_box_wrapper h4{
    color: var(--color__light--one);
    margin-bottom: 16px;
    font-family: var(--montserrat__font__family);
}
.performance_bg_box_wrapper p:nth-last-of-type(1) {
    margin-top: 16px;
    margin-bottom: 16px;
}
.performance_bg_box_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: var(--montserrat__font__family);
}
.performance_input_search {
    position: relative;
    max-width: 481px;
}
.performance_input_search input.form-control {
    min-width: 481px;
    max-width: 481px;
    height: 55px;
    border-radius: 0px;
    background: #FFFFFF66;
    border: none;
    color: var(--color__light--one);
    padding-right: 2.8rem;
}
.performance_input_search input.form-control::-webkit-input-placeholder{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
    

}
.performance_input_search span.icons {
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
}
.performance_possible_reason{
    padding-top: 65px;
}
.performance_possible_reason_box{
    padding: 22px 25px 31px 25px;
    border: 1px solid var(--color__light--four);
}
.performance_possible_reason_box p{
    margin-top: 28px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.performance_possible_reason > p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}

.reason_graphics {
    height: 74px;
    width: 74px;
    background: #1092BD0D;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.shelf_solutions {
    padding-top: 105px;
}
section.shelf_solutions .heading {
    padding-bottom: 71px;
}
.cols_grid_wrapper {
    border: 1px solid var(--color__light--four);
    margin-bottom: 60px;
}
.common_grid_content h4{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    margin-bottom: 16px;
}
.common_grid_content h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    margin-bottom: 16px;
}
.common_grid_content p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    line-height: 25.6px;
}
.cols_grid_wrapper .grid-img img {
    width: 100%;
}
.new_bottom_section h4.wrapper__mb--48 {
    font-weight: 700;
    line-height: 43.84px;
    margin-bottom: 14px !important;
}
.new_bottom_section_inner .wrapper__common__heading--02 {
    max-width: 1002px;
    margin: 0 auto;
}
.new_bottom_section_inner p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color__dark--three);
}
.new_bottom_section .wrapper__time__improve--box {
    padding-top: 53px;
}
.new_bottom_section .wrapper__time__improve--box .wrapper__btn_02 {
    margin-bottom: 0px;
}
/* 30-11-2022 */
.similer_product_grid .common_grid_content {
    padding-top: 40px;
}
.similer_product_upper_section{
    padding-top: 60px;
}
.similer_product_upper_inner{
    padding-bottom: 80px;
}
.similer_product_upper_inner h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 31.5px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.similer_product_upper_inner p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.product_deal_contents h4 {
    margin-bottom: 16px;
    line-height: 32px;
}
.text-18-400-27{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.product_deal_contents p span{
    font-weight: 600;
}
.product_deal_contents p {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.similer_product_deal_wrapper .col-l .img-col img {
    width: 100%;
    max-height: 404px;
}
.span-b-600{
    font-weight: 600;
}
section.shelf_solutions .heading h4{
    font-weight: 500;
}
.similer_product_2{
    padding-top: 20px;
    padding-bottom: 80px;
}
.similer_product_2 .heading h4{
    font-weight: 400 !important;
}
.similer_product_2 .heading{
    padding-bottom: 40px;
}
.similer_product_target{
    padding: 36px 0;
    background: var(--color__blue--one);
}
.similer_product_target_inner p{
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: var(--color__light--one);
    font-family: var(--montserrat__font__family);
}
.similer_product_features{
    padding : 80px 0;
}
.similer_product_features_inner .heading h4{
    font-size: 24px;
    font-weight: 400;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    line-height: 32.8px;
    margin-bottom: 40px;
}
.similer_product_features_inner .wrapper__list--one li {
    margin-bottom: 24px;
}
.similer_product_features_inner .wrapper__list--one li:last-child {
    margin-bottom: 24px;
}
.similer_product_features_inner {
    /* padding-bottom: 85px; */
}











/* ###### 25-11-2022 ######client pointers */
/* .wrapper__main.home_page .wrapper__welocome--content p {
    max-width: 400px;
} */
.wrapper__price__content--img img {
    max-height: 603px;
}
.electronics_component .wrapper__btn_02 {
    margin-bottom: 0px;
}
.electronics_component .wrapper__common__sec__five {
    padding-top: 0px;
}
.electronics_component .wrapper__common__sec__five--box h5{
    padding-top: 0;
}
.electronics_component .wrapper__common__sec__one{
    padding-bottom: 80px;
}
.mass-retail .wrapper__section__new--one h5{
    margin-bottom: 24px;
    font-weight: 600;
}
.mass-retail .wrapper__section__new--one p:nth-of-type(1) {
    margin-bottom: 16px;
}
.mass-retail .wrapper__section__new--two {
    padding-top: 40px;
}
.mass-retail .wrapper__section__new--two h6 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.mass-retail .wrapper__section__new--two p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.mass-retail .wrapper__new_retails-1 h6 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.mass-retail .wrapper__new_retails-1 span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    margin-bottom: 24px;
}
.mass-retail .wrapper__new_retails-1 {
    padding-top: 80px;
}
.wrapper__section__new--one.music_price_monitering {
    padding-top: 80px;
    padding-bottom: 40px;
}
.wrapper__section__new--one.music_price_monitering h5 {
    margin-bottom: 24px;
}
.wrapper__section__new--one.music_price_monitering h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.mbt-24{
    margin-bottom: 24px;
}
/****************** ###### 02-12-2022 ######************/
/*******************Kore pointers *********************/
.challenges_pointer{
    padding-top: 76px;
    padding-bottom: 84px;
}
.challenges_pointer .wrapper__list--one ol li {
    margin-bottom: 24px;
}
.challenges_pointer .wrapper__list--one ol li:last-child {
    margin-bottom: 0px;
}
section.wrapper__promotion__data.data-2 {
    padding-bottom: 80px;
}

section.wrapper__promotion__data.data-2 .wrapper__btn_02 {
    margin-bottom: 0px;
}
.promotion_data_page .wrapper__collapse__price .card-header button.btn {
    padding: 13px 12px 13px 26px;
    border: 1px solid var(--color__light--four);
    border-radius: 0px;
}

.promotion_data_page .wrapper__collapse__price .card-header li i {
    margin-left: auto;
    padding-left: 0;
}
.promotion_data_page .wrapper__collapse__price .card-header li {
    display: flex;
    position: relative;
}
.promotion_data_page .wrapper__collapse__price .card-header li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color__blue--one);
    position: absolute;
    margin-top: 0px;
    top: 8px;
    left: -7px;
}
.promotion_data_page  .wrapper__collapse__price .card-header{
    padding: 0;
    margin-bottom: 16px;
}
.promotion_data_page .wrapper__collapse__price .card-header button.btn[aria-expanded="true"] {
    background: var(--color-light-gray-four);
    border-color: var(--color-light-gray-four);
}
.promotion_data_page .wrapper__collapse__price .card-body .wrapper__collapse__inner__right{
    border: 1px solid var(--color__light--four);
    position: relative;
}
.promotion_data_page .wrapper__collapse__price .wrapper__collapse__img {
    margin-left: 0;
    position: absolute;
    right: 0;
    max-width: 370px;
    min-width: 370px;
    width: 100%;
}
.promotion_data_page .wrapper__collapse__price .wrapper__collapse__img img{
    max-width: 370px;
    min-width: 370px;
    width: 100%;
}
.request_demo_page section.wrapper__head__top {
    margin-top: 48px;
} 
.request_demo_form .form__captcha {
    position: relative;
}
.request_demo_form .form__captcha input.form__input__captcha {
    position: absolute;
    left: 132px;
    margin-top: 0;
    outline: none;
    border: none;
}
.request_demo_form .wrap__form__button {
    display: flex;
    justify-content: flex-end;
}
.request_demo_form .wrap__form__button button.form__button {
    min-width: 285px;
    font-size: 21px;
    font-weight: 700;
}
section.contact_form_container {
    overflow: hidden;
    padding-left: calc(50% - 568px);
}
.contact_col_details_wrapper {
    display: flex;
    align-items: baseline;
}
.contact_col_details_wrapper .content__wrapper__common {
    text-align: left;
    margin-left: 16px;
}
.contact_col_details_wrapper .content__icons {
    margin: 0;
}
.contact_col_details_wrapper .phone__number {
    display: flex;
    margin-top: 0px;
}
.contact_col_details_wrapper .contact_call_div span {
    color: #637381;
}
.contact_col_details_wrapper .content__wrapper__common span {
    margin-bottom: 3px;
    display: inline-block;
}
.contact_col .contents:last-child {
    margin-bottom: 0px;
}

.contact_form_container .wrapper__contact__form__main .contact__form__button {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.input__group input:focus{
    outline: none;
    border-width: 1px;
}
.custom__select select:focus, textarea,input {
    outline: none;
    border: 1px solid var(--color__green--one);
}
section.contact_form_container input::-webkit-input-placeholder{
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    font-weight: 400;
}
section.contact_form_container textarea::-webkit-input-placeholder{
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    font-weight: 400;
}
section.contact_form_container textarea:focus{
    border: 1px solid var(--color__green--one);
}
section.contact_form_container select{
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
    font-weight: 400;
}
.gray_fb{
    background: var(--color-light-gray-six);
}
.wrapper__manuf__challenges .wrapper__ker__feature__box{
    margin-bottom: 80px;
}
.wrapper__manuf__challenges+.wrapper__bottom__section .container__img__fashion {
    margin-top: 0px;
}
.manuFactInnr {
    padding-top: 40px;
}
.wrapper__ker__feature__box.mannuFectpagebox {
    border: 1px solid var(--color__light--four);
}
.wrapper__brand__list ul li:last-child {
    margin-bottom: 0px;
}
.col-12.content_compliance_heading {
    padding-top: 83px;
}
.col-12.content_compliance_heading .wrapper__common__heading--02 {
    margin: 0 auto;
    max-width: 1109px;
}
.content_compliance_page .wrapper__advance__dashboard--parent--01 .wrapper__advanced--card--text {
    padding: 0;
    max-width: 611px;
}
.content_compliance_page .wrapper__advance__dashboard--parent--01 .wrapper__advanced--card--text h4{
    font-size: 32px;
}
.promotion_data_page .wrapper__collapse__price .card-header button.btn i img {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.promotion_data_page .wrapper__collapse__price .card-header button.btn[aria-expanded="true"] i img {
    transform: none;
}
.achieve_dynamic_heading .wrapper__common__heading span {
    font-weight: 600;
}
.wrapper__let__price--parent.achieve_dynamic_heading {
    margin-top: 80px;
}
.wrapper__advance__dashboard--parent .wrapper__common__container>div:last-child:not(:first-child) .wrapper__advanced--card--text {
    margin-bottom: 0px;
}
.map_single_heeading {
    padding-top: 24px;
    padding-bottom: 0px;
}
.map_Millions_wrapper h2 {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}
.map_Millions_wrapper .article__map {
    max-width: 100%;
}
.map_Millions_wrapper .article__map img{
    width: 100%;
}
.map_Millions_wrapper .article__map p {
    padding: 16px 12px 16px;
    margin: 0px;
    text-align: left;
    max-width: 100%;
    border: 1px solid var(--color-light-gray-seven);
}
.box-border{
    border: 1px solid var(--color-light-gray-seven) !important;
}
.img-w-100{
    width: 100%;
}
.sku_optimize_section_upper .wrapper__w---757 {
    margin-bottom: 24px;
}
.industry_bottom h6 {
    max-width: 927px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.wrapper__time__improve--box a[href="contact-us.html"] {
    text-transform: none;
}
.consumer_electronics_page .wrapper__common__sec__five--box .wrapper__common__sec__five__img {
    margin-bottom: 0;
}
.text-32-600, .text-32-700{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 24px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.consumer_electronics_page .wrapper__section__new p {
    padding-bottom: 0px;
}
.consumer_electronics_page .wrapper__section__new{
    margin-bottom: 80px;
}
.consumer_electronics_page .wrapper__common__sec__five {
    padding-top: 0px;
}
.consumer_electronics_page .wrapper__section__new p {
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.Industries_bottom_section .wrapper__btn_02 {
    margin-bottom: 0px;
}
.electronics_equipment_page .gray_industries_wrapper, .gray_industries_wrapper  {
    padding: 80px 0;
}
.gray_industries_wrapper p {
    max-width: 1071px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: var(--color__dark--three);
    font-family: var(--montserrat__font__family);
}
.gray_industries_wrapper h2 {
    margin-bottom: 40px;
}
.electronics_equipment_page .gray_industries_wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
    background: var(--color-light-gray-one);
}
.fashion_luxury_page .gray_industries_wrapper.gray_fb{
    background: var(--color-light-gray-one);
}






.fashion_luxury_page  .small_section {
    padding-bottom: 0px;
}

.fashion_luxury_page .small_section h4 {
    max-width: 648px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.fashion_luxury_page .small_section .wrapper__btn_02 {
    margin: 0;
}
.fashion_compititor_price> h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px;
}
.fashion_compititor_price {
    padding-top: 80px;
}
.contact_col_details_wrapper .content__wrapper__common.email h2 span {
    display: inline-block;
    margin: 0;
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: var(--color__dark--three);
}
.contact_call_div.toll h2 a{
    font-family: var(--montserrat__font__family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: var(--color__dark--three);
}
.fashion_luxury_page .gray_industries_wrapper .text-32-700 {
    font-weight: 700;
}
.fashion_luxury_page .gray_industries_wrapper .wrapper__spark--domino--list {
    max-width: 1080px;
}
.fashion_luxury_page .gray_industries_wrapper .wrapper__spark--domino--list p {
    text-align: left;
    font-weight: 500;
}
.request_demo_form input[type=text]::-webkit-input-placeholder{
    font-family: var( --montserrat__font__family);
    color: var(--color__dark--three);
    font-size: 18px;
    font-weight: 400;
}
.request_demo_form input[type=text]::-moz-placeholder{
    font-family: var( --montserrat__font__family);
    color: var(--color__dark--three);
    font-size: 18px;
    font-weight: 400;
}
.request_demo_form textarea::-webkit-input-placeholder{
    font-family: var( --montserrat__font__family);
    color: var(--color__dark--three);
    font-size: 18px;
    font-weight: 400;
}
.request_demo_form select{
    font-family: var( --montserrat__font__family);
    color: var(--color__dark--three);
    font-size: 18px;
    font-weight: 400;
}
.auto_part_page .wrapper__common__sec__one {
    padding-bottom: 0px;
}
.auto_part_page .wrapper__common__sec__one .wrapper__btn_02 {
    margin: 0;
}
.auto_part_page .wrapper__common__sec__two{
    padding-top: 0px;
    padding-bottom: 0;
}
.auto_part_page .wrapper__common__sec__three {
    padding-top: 80px;
    padding-bottom: 0px;
}
.auto_part_page .wrapper__common__sec__three .wrapper__list--one ul li:last-child {
    margin-bottom: 0px;
}
.auto_part_page .wrapper__common__sec__four__img{
    padding-top: 0px;
}
.auto_part_page .wrapper__common__sec__four{
    padding: 0px;
}
.brands_challenges .wrapper__brand__list {
    padding-bottom: 91px;
}
.auto_part_page .four_section_row {
    padding-top: 89px;
}
.short_link,.short_link:hover {
    color: var(--color__blue--two);
}
.household_page .wrapper__common__sec__five__img {
    margin-bottom: 16px;
}
.household_page .wrapper__common__sec__six {
    padding: 80px 0;
}
.household_page .wrapper__common__sec__one h4 {
    padding-bottom: 40px;
    max-width: 619px;
    margin: 0 auto;
}
.games_toys_page .wrapper__common__sec__six .wrapper__btn_02 {
    margin-bottom: 0px;
}
.games_toys_page .wrapper__common__sec__six .text-center {
    padding: 80px 0;
}
.games_toys_page .wrapper__common__sec__six h6 {
    margin-bottom: 0;
}
.health_beauty_page .wrapper__common__sec__one .wrapper__btn_02 {
    margin: 0;
}
.health_beauty_page .wrapper__common__sec__five--box h5{
    padding-top: 0px;
}
.health_beauty_page .wrapper__common__sec__five {
    padding-top: 0px;
}
.health_beauty_page .wrapper__common__sec__one {
    padding-bottom: 80px;
}
.health_beauty_page .wrapper__common__sec__five__img {
    margin-bottom: 80px;
}
.health_beauty_page .wrapper__list--four ul {
    margin-top: 0;
}
.health_beauty_page .wrapper__list--four ul li{
    margin-bottom: 25px;
}
.health_beauty_page .wrapper__list--four ul{
    padding-left: 0px;
}
.health_beauty_page section.container__grey__box {
    background: var(--color-light-gray-one);
}
.health_beauty_page .wrapper__common__sec__five--box p{
    font-weight: 400;
}
.health_beauty_page section.container__grey__box .container__white {
    padding: 24px 14px;
}
.health_beauty_page section.container__grey__box .container__white h6{
    align-items: center;
}
.health_beauty_page section.container__grey__box .container__white h6 i {
    padding-left: 5px;
    margin-right: 16px;
}
.health_beauty_page .wrapper__list--four ul h3 {
    font-weight: 600;
}
.health_beauty_page .wrapper__health__list{
    padding: 80px 0;
}
.health_beauty_page .wrapper__common__sec__six h6 {
    font-weight: 400;
    margin-bottom: 80px;
}
.health_beauty_page .container__img__fashion{
    margin: 0;
}
.health_beauty_page .wrapper__common__sec__six .wrapper__btn_02 {
    margin: 0;
}
.health_beauty_page .wrapper__common__sec__six .text-center {
    padding: 0px 0px 80px 0px
}
.health_beauty_page .wrapper__common__sec__six h5 {
    margin-bottom: 24px;
}
.health_beauty_page section.container__grey__box .wrapper__common__container p {
    margin-top: 11px;
}
.lighting_page .wrapper__common__sec__one {
    padding-top: 60px;
    padding-bottom: 80px;
}
.industries_common .text-center .wrapper__btn_02{
    margin-bottom: 0px;
}
.lighting_page .wrapper__section__new--one h5,
.Nutrition_food_page .wrapper__section__new--one h5{
    margin-bottom: 24px;
}
.lighting_page .wrapper__section__new--three h6{
    margin-bottom: 24px;
    margin-top: 0px;
}
.lighting_page .wrapper__section__new--three, .lighting_page .wrapper__common__sec__six{
    padding: 80px 0px;
}
.lighting_page .wrapper__section__new--three div {
    border: 1px solid #E4E4E4;
    padding: 60px 0;
    height: auto;
}
.lighting_page .wrapper__common__sec__five--box h6{
    margin-top: 0px;
    margin-bottom: 40px;
}
.lighting_page .wrapper__common__sec__five--box h5 {
    margin-bottom: 16px;
    padding: 0;
}
.industries_common.lighting_page .wrapper__common__sec__five--box p{
    margin-bottom: 23px;
}
.lighting_page .wrapper__common__sec__five--box img {
    margin-bottom: 80px;
}
.lighting_page .wrapper__common__sec__five__img{
    margin-bottom: 0px;
}
.lighting_page .wrapper__list--four ul li{
    margin-bottom: 24px;
}
.lighting_page .light_last_lasting ul li:last-child {
    margin-bottom: 0px;
}

.lighting_page .wrapper__common__sec__six h5{
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
    font-size: 30px;

}
.lighting_page .wrapper__common__sec__six h6{
    margin-bottom: 80px;
}
.lighting_page .wrapper__common__sec__five--box h5{
    padding: 0px !important;
}

.industries_common .wrapper__common__sec__one {
    padding-top: 60px;
    padding-bottom: 80px;
}
.mass-retail .wrapper__common__sec__six {
    padding-top: 80px;
}
.mass-retail .wrapper__common__sec__six .container__img__fashion {
    margin: 0;
    padding: 0px;
}
.mass-retail .wrapper__common__sec__six .text-center,
.music_page .wrapper__common__sec__six .wrapper__common__container+.text-center {
    padding: 80px 0px;
}
.mass-retail .container__img__fashion.text-center,
.music_page .wrapper__common__sec__six .container__img__fashion.text-center {
    padding: 0;
    margin: 0;
}
.mass-retail .wrapper__common__sec__six p,
.music_page .wrapper__common__sec__six p{
    text-align: center;
}
.mass-retail .wrapper__common__sec__five--box h5 {
    padding: 0;
}
.mass-retail .wrapper__common__sec__five--box {
    padding-top: 80px;
}
.music_page .wrapper__common__sec__six h5 {
    margin-bottom: 17px;
}
.Nutrition_food_page .challenges_row .wrapper__list--four ul h1,
.Nutrition_food_page .challenges_row .wrapper__list--four ul h3{
    margin-bottom: 20px;
}
.Nutrition_food_page .wrapper__list--four ul li {
    margin-bottom: 24px;
}
.Nutrition_food_page .wrapper__list--four ul li:last-child{
    margin-bottom: 0px;
}
.Nutrition_food_page  .wrapper__common__sec__five--box {
    padding: 80px 0;
}
.Nutrition_food_page .wrapper__common__sec__five--box .wrapper__common__sec__five__img{
    margin: 0px;
}
.Nutrition_food_page .Solution_row .wrapper__list--four ul{
    margin: 0px;
}
.Nutrition_food_page .Solution_row .wrapper__list--four ul h1 {
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 600;
}
.Nutrition_food_page .Solution_row .wrapper__list--four ul+.wrapper__section__new {
    padding-top: 32px;
    padding-bottom: 0px;
}
.Nutrition_food_page .Solution_row .wrapper__list--four ul+.wrapper__section__new p{
    margin: 0px;
    padding-bottom: 0px;
}
.Nutrition_food_page section.container__grey__box {
    padding: 40px 0px;
    background: var(--color-light-gray-one);
}
.Nutrition_food_page .row.Solution_row {
    padding-bottom: 80px;
}
.Nutrition_food_page section.container__grey__box ul {
    margin: 0;
}

.fashion_luxury_page .row.stratagies_row h5 {
    margin-bottom: 40px;
}
.fashion_luxury_page .row.stratagies_row h6 a {
    display: inline-block;
    margin-top: 40px;
}
.fashion_luxury_page .row.stratagies_row h6 {
    margin-bottom: 80px;
}
.household_page .wrapper__common__sec__five__img {
    margin-bottom: 80px;
}
.household_page .wrapper__common__sec__five__img img{
    margin-bottom: 80px;
}
.household_page .wrapper__common__sec__five__img.last-householdimg img{
    margin-bottom: 0px;
}
.auto_part_page  .row.re_evaluate_section_row {
    padding-top: 40px;
}
.auto_part_page .wrapper__common__sec__six .text-center {
    padding-bottom: 80px;
}
.Nutrition_food_page section.container__grey__box h1 {
    font-size: 32px;
    margin-bottom: 24px;
}
.Nutrition_food_page section.container__grey__box .wrapper__section__new p, 
.map_tracking_wrapper .wrapper__section__new p {
    margin: 0;
}
.map_tracking_wrapper .wrapper__list--four ul {
    margin: 0;
}
.map_tracking_wrapper {
    padding-top: 80px;
}
.Nutrition_food_page .wrapper__common__sec__six h5 {
    margin-bottom: 17px;
}
.Nutrition_food_page .wrapper__common__sec__six .link_bottom.text-center {
    padding-bottom: 80px;
}
.health_beauty_page .wrapper__common__sec__six .wrapper__btn_02{
    text-transform: none;
}
.fashion_luxury_page .fashion_compititor_price{
    padding: 0;
}
.wrapper__main.home_page .wrapper__welocome--content p {
    font-size: 16px;
    font-family: var(--montserrat__font__family);
    color: var(--color__dark--three);
}
.wrapper__main.home_page section.wrapper__the__product h2 span{
    font-family: var(--montserrat__font__family);
}
.wrapper__main.home_page .wrapper__welcome__box .wrapper__btn_02 {
    margin: 0;
}
.mass-retail .wrapper__section__new--two p{
    line-height: 24px;
}

.competitive_pricingpage section.wrapper__pay__price {
    padding-top: 0px;
}
.wrapper__main.home_page .wrapper__products__tab .wrapper__products__tab--content--box .wrapper__products__tab--content .wrapper__btn_02 {
    text-transform: none;
}
.competitive_pricingpage .wrappper__let__price .wrapper__btn_02,
.products_common .wrapper__let__price--parent .wrapper__btn_02 {
    margin: 0;
}
.client_siteprice_page .wrapper__let__price--parent p {
    margin: 0 !important;
}
.wrapper__welocome__content__box .wrapper__btn_02,
.music_page .wrapper__common__sec__six .wrapper__btn_02,
.fashion_luxury_page .wrapper__common__sec__six .wrapper__btn_02,
.competitive_pricingpage .wrappper__let__price .wrapper__btn_02,
.auto_part_page .industry_bottom .wrapper__btn_02,
.ecommarce_page .wrappper__let__price.wrapper__let__price--parent .wrapper__btn_02 {
    text-transform: none;
}
.lighting_page .wrapper__common__sec__six .wrapper__btn_02 {
    min-width: 194px;
}
.competitive_pricingpage .wrappper__let__price .wrapper__btn_02{
    min-width: 216px;
}
.distribution_channel_page .dis_channel_bottom .wrapper__time__improve--box {
    padding: 80px 0px 0px;
}
.distribution_channel_page .dis_channel_bottom .wrapper__time__improve--box .wrapper__btn_02 {
    margin: 0;
}
.distribution_channel_page .hidden_for_desktop, 
.petSupplies_page .hidden_for_desktop,
.officeSupplies_page .hidden_for_desktop {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color__dark--three);
    padding-bottom: 20px;
}
.similer_product_page .similer_product_grid {
    padding-top: 86px;
}
.similer_product_page .similer_product_grid .heading{
    padding-bottom: 40px;
}
/* .similer_product_page .similer_product_grid .cols_grid_container .cols_grid_wrapper {
    margin-bottom: 0;
} */
.similer_product_page .similer_product_grid .cols_grid_container .cols_grid_wrapper:last-child {
    margin-bottom: 0;
}
.similer_product_page .similer_product_2 {
    padding-top: 80px;
}
section.similer_products_bottom h3 {
    font-weight: 600;
    margin-bottom: 16px;
}
section.similer_products_bottom .wrapper__common__card--01--text .wrapper__btn_02 {
    margin-bottom: 0px;
    min-width: 195px;
}
section.similer_products_bottom .col-lg-4 img {
    width: 100%;
}
.similer_product_page .product_deal_contents br {
    display: none;
}
.similer_product_page .product_deal_contents {
    padding-top: 0px;
}
.games_toys_page .wrapper__list--three ul p{
    color: var(--color__dark--three);
}
.contact_col_details_wrapper .content__wrapper__common span{
    font-weight: 400;
    color: #637381;
}
.petSupplies_page .row.row-2 h5, 
.petSupplies_page .row.row-4 .wrapper-1 h5,
.officeSupplies_page .row.row-2 h5 {
    padding: 0;
    margin-bottom: 16px;
}
.petSupplies_page .row.row-2 .wrapper-1 .wrapper__common__sec__five__img,
.petSupplies_page .row.row-4 .wrapper-1 .wrapper__common__sec__five__img,
.officeSupplies_page .row.row-2 .wrapper-1 .wrapper__common__sec__five__img,
.officeSupplies_page .row.row-2 .wrapper-2 .wrapper__common__sec__five__img,
.officeSupplies_page .row.row-2 .wrapper-3 .wrapper__common__sec__five__img {
    margin-bottom: 0px;
}
.petSupplies_page .row.row-2 .wrapper-2,
.officeSupplies_page .row.row-2 .wrapper-2,
.officeSupplies_page .row.row-2 .wrapper-3,
.wrapper__section__challenges--box,
.officeSupplies_page .row.row-5  {
    margin-top: 80px;
}
.petSupplies_page .row.row-2 .wrapper-2 .wrapper__common__sec__five__img {
    margin: 0;
}
.petSupplies_page .row.row-3, 
.petSupplies_page .row.row-5, 
.petSupplies_page .row.row-6,
.officeSupplies_page  .row.row-3   {
    margin-top: 80px;
}

.petSupplies_page .row.row-3 .wrapper__list--four h1 {
    margin-bottom: 40px;
}
.petSupplies_page .row.row-3 .wrapper__list--four h3 {
    font-weight: 500;
}
.petSupplies_page .row.row-3 .wrapper__list--four h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.petSupplies_page .wrapper__list--four ul li,
.officeSupplies_page .wrapper__list--four ul li,
.sports_page .wrapper__list--four ul li {
    margin-bottom: 24px;
}
.petSupplies_page .row.row-5 .wrapper__list--four h1{
    margin-bottom: 35px;
    font-weight:700;
}
.row.row-6 .wrapper__common__sec__six h5 {
    margin-bottom: 46px;
}
.row.row-6 .wrapper__common__sec__six .container__img__fashion {
    margin-top: 50px;
}
.row.row-6 .wrapper__common__sec__six .bottom-contact {
    padding: 0px 0px 80px 0px;
}
.wrapper__section__challenges--box .box__col__left{
    border-color: #E4E4E4;
}
.wrapper__section__challenges--box .row.box-center.row-2 {
    margin-top: 24px;
}
.officeSupplies_page .wrapper__list--four ul {
    margin: 0;
}
.officeSupplies_page .row.row-4{margin-top: 45px;}
.officeSupplies_page .wrapper__common__sec__six h5 {
    margin-bottom: 24px;
}
.officeSupplies_page .row.row-4 .wrapper__list--four ul li:last-child{
    margin-bottom: 0px;
}
.officeSupplies_page .row.row-5 .container__img__fashion.text-center {
    margin-top: 60px;
}
.officeSupplies_page .row.row-5 .wrapper__common__sec__six {
    padding-bottom: 80px;
}
.sports_page .row-2+.wrapper__list--four.wrapper-2 ul,
.hardware_page .row-2+.wrapper__list--four.wrapper-2 ul {
    margin: 0;
}
.sports_page .row.row-12 .wrapper__common__sec__five--box h5,
.hardware_page .row.row-12 .wrapper__common__sec__five--box h5 {
    padding: 0;
    margin-bottom: 24px;
}
.sports_page .row.row-12 .wrapper__common__sec__five--box .wrapper__common__sec__five__img,
.hardware_page .row.row-12 .wrapper__common__sec__five--box .wrapper__common__sec__five__img {
    margin: 0;
}
.sports_page .row.row-13 .wrapper__common__sec__six h5 {
    max-width: 684px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.sports_page .row.row-13 .wrapper__common__sec__six h6 {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}
.sports_page .row.row-13 .wrapper__common__sec__six {
    padding-bottom: 80px;
}
.sports_page .row.row-12 .col-12 .wrapper__common__sec__five--box:first-child,
.hardware_page .row.row-12 .col-12 .wrapper__common__sec__five--box:first-child {
    margin: 0;
}
.hardware_page .row-2+.wrapper__list--four.wrapper-2 ul p{
    margin-left: 0px;
}
.hardware_page .row-2+.wrapper__list--four.wrapper-2 ul li{
    margin-bottom: 12px;
}
.hardware_page .row.row-12 .wrapper__common__sec__five--box h6 {
    margin-top: 0px;
    margin-bottom: 40px;
}
.hardware_page .row.row-13 .wrapper__common__sec__six {
    padding-bottom: 80px;
}
.books_page .row.row-12 .wrapper__common__sec__five--box .wrapper__common__sec__five__img {
    margin: 0;
}
.books_page .wrapper__common__sec__five--box.row-12-wrap-1,
.books_page .wrapper__common__sec__five--box.row-12-wrap-2{
    margin-bottom: 80px;
}

.books_page .wrapper__common__sec__five--box.row-12-wrap-3{
    margin-bottom: 60px;
}
.books_page .row.row-13 .wrapper__common__sec__six .container__img__fashion {
    margin: 0;
}
.books_page .row.row-13 .wrapper__common__sec__six .wrapper__common__container+.text-center {
    padding: 80px 0;
}
.books_page .row.row-13 .wrapper__common__sec__six .wrapper__common__container+.text-center a{
    text-transform: none;
}
.reason_work .row.row-12 .wrapper__common__sec__five--box h5 {
    padding: 0;
    margin-bottom: 24px;
}
.reason_work .row.row-12 .wrapper__common__sec__five--box .wrapper__common__sec__five__img {
    margin: 0px;
}
.reason_work .row.row-12 .wrapper__common__sec__five--box {
    margin-bottom: 80px;
}
.reason_work  .wrapper__common__sec__five--box.row-12-wrap-1{
    padding-top: 60px;
}
.reason_work .row.row-13 {
    padding: 0px 0px 80px;
}
.music_page .music_price_monitering h6 {
    font-weight: 400;
}
.books_page .wrapper__common__sec__five--box.row-12-wrap-3 p {
    margin-bottom: 8px;
}
.books_page .wrapper__common__sec__five--box.row-12-wrap-3 p:last-child{
    margin-bottom: 40px;
}
.books_page .wrapper__common__sec__five--box.row-12-wrap-3 p.last-child {
    margin-bottom: 40px;
}
.fashion_luxury_page .wrapper__common__sec__five--box p {
    font-weight: 400;
}
.similer_product_page .product_deal_contents p:nth-of-type(1) {
    margin-bottom: 4px;
}
.household_page .wrapper__common__sec__five .wrapper__common__sec__five--box:last-child p {
    font-weight: 400;
}
.household_page .wrapper__common__sec__five .wrapper__common__sec__five--box:last-child a {
    font-weight: 600;
}
/*removing bottom image*/
.map_monitoring_page .wrapper__btn_02 {
    margin: 0;
}
.bottom_button .wrapper__btn_02{
    margin-bottom: 0px;
}
.Medical_Pharmaceutical_page .text-center.bottom_button {
    padding: 80px 0;
}
.lighting_page .flexible_1 {
    margin-bottom: 30px;
}