@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  padding-top: 135px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

.mainHeader {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mainHeader.nav-up {
  top: -137px;
}

@media (max-width: 1024px) {
  .mainHeader.nav-up {
    top: -60px;
  }
}

.mainHeader .topNavbar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.mainHeader .topNavbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
}

.mainHeader .topNavbar .container .topNavlist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.mainHeader .topNavbar .container .topNavlist > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mainHeader .topNavbar .container .topNavlist > li + li {
  border-left: 1px solid #DEDEDE;
}

.mainHeader .topNavbar .container .topNavlist > li > a {
  font-weight: 600;
  color: #596576;
  font-size: 14px;
  padding: 0 14px;
  line-height: 21px;
}

.mainHeader .topNavbar .container .topNavlist > li .dropdown-item {
  font-size: 14px;
  color: #596576;
  padding: 3px 10px;
}

.mainHeader .topNavbar .container .topNavlist > li .dropdown-toggle {
  border: 0;
  background: transparent;
  font-weight: 600;
  color: #596576;
  font-size: 14px;
  padding: 0 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader .topNavbar .container .topNavlist > li .globIcon {
  width: 15px;
  height: 15px;
  background: url(../img/globcIcon.svg) no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.mainHeader .topNavbar .container .topNavlist > li .userIconwrap .dropdown-toggle {
  padding: 0;
}

.mainHeader .mainNav {
  width: 100%;
  position: relative;
}

.mainHeader .mainNav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mainHeader .mainNav .container .logo {
  font-style: 30px;
  line-height: 77px;
  padding: 0 10px;
  font-weight: bold;
  color: #1B1B1B;
  margin-right: 15px;
}

.mainHeader .mainNav .container .navbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: static;
  padding: 0;
}

.mainHeader .mainNav .container .navbar > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mainHeader .mainNav .container .navbar > li > a {
  font-weight: 600;
  color: #050D45;
  line-height: 77px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
}

.mainHeader .mainNav .container .navbar > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #0F60D9;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainHeader .mainNav .container .navbar > li:hover > a {
  text-decoration: none;
  color: #0F60D9;
}

.mainHeader .mainNav .container .navbar > li:hover > a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mainHeader .mainNav .container .navbar > li:hover .menuDropDown {
  opacity: 1 !important;
  visibility: visible;
  top: 100%;
}

.userIcon {
  width: 19px;
  height: 19px;
  background: url(../img/userIcon.svg) no-repeat;
  display: inline-block;
  margin: 0 0 0 10px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 98%;
}

.heroBanner {
  background: #F0F1F2;
  text-align: center;
  padding: 50px 0 50px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.heroBanner h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #050D45;
}

@media (max-width: 768px) {
  .heroBanner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.heroBanner p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #37404D;
}

.heroBanner .container {
  position: relative;
  z-index: 1;
}

.heroBanner .container:after {
  position: absolute;
  top: 40%;
  left: 90%;
  width: 346px;
  height: 346px;
  content: "";
  background: url(../img/bannerBg.svg) no-repeat;
  z-index: -1;
  -webkit-animation: like 200s infinite linear;
          animation: like 200s infinite linear;
}

.heroBanner .container:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80%;
  width: 446px;
  height: 596px;
  content: "";
  background: url(../img/bannerBg2.svg) no-repeat;
  z-index: -1;
}

.heroBanner .wrapHeroContetn {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes like {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes like {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.topsections {
  overflow: hidden;
  width: 100%;
}

.topsections.overflowVis {
  overflow: visible;
}

.mainFilterWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 30px auto 0;
  max-width: 996px;
}

.mainFilterWrap > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 200px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.mainFilterWrap > ul > li {
  width: 31.33%;
  margin: 0 1%;
  padding: 7.5px 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mainFilterWrap > ul > li.searchField input {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 10px 10px 10px 40px;
}

.mainFilterWrap > ul > li.searchField:after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/searchIcon.svg) no-repeat;
  content: "";
  background-size: 17px;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop {
  position: relative;
  width: 100%;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li:hover {
  background: #f0f3f7;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li:hover p, .mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li:hover strong {
  color: #2A50FF;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li + li {
  border-top: solid 1px #e9ecef;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li > span {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li .autoCompContent {
  text-align: left;
  padding-left: 5px;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li .autoCompContent > p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.mainFilterWrap > ul > li.searchField .searchAutocompliteDrop .autocompliteDropdown li .autoCompContent > strong {
  color: #000;
  font-weight: normal;
  font-size: 11px;
  font-weight: 600;
}

.mainFilterWrap > ul > li .bootstrap-select .dropdown-menu li a span.text {
  font-size: 14px;
}

.mainFilterWrap > ul > li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.mainFilterWrap > ul > li .bootstrap-select > .dropdown-toggle {
  line-height: 31px;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}

.mainFilterWrap > ul > li.selectService .bootstrap-select > .dropdown-toggle {
  padding-left: 38px;
  position: relative;
}

.mainFilterWrap > ul > li.selectService .bootstrap-select > .dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12.5px;
  width: 20px;
  height: 20px;
  background: url(../img/tools.svg) no-repeat;
  background-size: 20px;
}

.mainFilterWrap > ul > li.selectCategory .bootstrap-select > .dropdown-toggle {
  padding-left: 38px;
  position: relative;
}

.mainFilterWrap > ul > li.selectCategory .bootstrap-select > .dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12.5px;
  width: 20px;
  height: 20px;
  background: url(../img/selectCategory.svg) no-repeat;
  background-size: 20px;
}

.mainFilterWrap > ul > li.selectSubCategory .bootstrap-select > .dropdown-toggle {
  padding-left: 38px;
  position: relative;
}

.mainFilterWrap > ul > li.selectSubCategory .bootstrap-select > .dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12.5px;
  width: 20px;
  height: 20px;
  background: url(../img/selectsubcategory.svg) no-repeat;
  background-size: 20px;
}

.mainFilterWrap > ul > li.location .bootstrap-select > .dropdown-toggle {
  padding-left: 38px;
  position: relative;
}

.mainFilterWrap > ul > li.location .bootstrap-select > .dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12.5px;
  width: 20px;
  height: 20px;
  background: url(../img/location.svg) no-repeat;
  background-size: 20px;
}

@media (max-width: 1024px) {
  .mainFilterWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainFilterWrap > ul {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mainFilterWrap ul li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .mainFilterWrap ul li {
    width: 98%;
  }
}

.filterControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 200px;
}

.filterControl .clearAllBtn {
  font-size: 16px;
  line-height: 21px;
  color: #596576;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 5px 10px 5px 5px;
}

.filterControl .searchBtn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 12px 28px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.filterControl .searchBtn:hover {
  background-position: 100% 0;
}

@media (max-width: 1024px) {
  .filterControl {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filterControl .searchBtn {
    margin-right: 15px;
  }
}

.filterTopBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5px 0;
}

@media (max-width: 1024px) {
  .filterTopBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  padding: 17px 0 17px 47px;
  margin: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  right: 0;
  bottom: 0;
  background-color: #596576;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #0F60D9;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0F60D9;
          box-shadow: 0 0 1px #0F60D9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.applicationSection {
  background: #F0F1F2;
  text-align: center;
  padding: 50px 0 50px 0;
}

.applicationSection h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #050D45;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .applicationSection h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .applicationSection {
    padding: 30px 0 30px 0;
  }
}

.sliderWrap {
  width: 100%;
}

.sliderWrap .slick-arrow {
  position: absolute;
  width: 40px;
  font-size: 0;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 0;
}

.sliderWrap .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.sliderWrap .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #86898C;
  border-right: solid 2px #86898C;
  display: block;
}

.sliderWrap .slick-arrow.slick-prev {
  top: 40%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sliderWrap .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.sliderWrap .slick-arrow.slick-next {
  top: 40%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sliderWrap .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.sliderWrap .slide {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sliderWrap .slide a {
  color: inherit;
  text-decoration: none !important;
}

.sliderWrap .slide .coverImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  max-width: 116px;
  background: url(../img/appBgProd.png) no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.sliderWrap .slide .coverImg i {
  width: 60px;
  height: 60px;
  display: block;
  background-size: contain;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sliderWrap .slide .coverImg i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sliderWrap .slide .coverImg i.construction {
  background: url(../img/constructionHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.droneDelivery {
  background: url(../img/droneDeliveryHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.antiDroneSystems {
  background: url(../img/antiDroneSystemsHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.surveyingMapping {
  background: url(../img/surveyingMappingHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.energyUtilityes {
  background: url(../img/energyUtilityesHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.sport {
  background: url(../img/sportHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.forestryAgriculture {
  background: url(../img/forestryAgricultureHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.aerialPhotography {
  background: url(../img/aerialPhotographyHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.publicEmergencyServices {
  background: url(../img/publicEmergencyServicesHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.minungAggregates {
  background: url(../img/minungAggregatesHover.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.archeologyMonu {
  background: url(../img/archeologyMonu.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.disasterMangment {
  background: url(../img/disasterMangment.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.infrastructureTransport {
  background: url(../img/infrastructureTransport.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.scienceResearch {
  background: url(../img/scienceResearch.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.agricultureIcon {
  background: url(../img/agricultureIcon.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.educationIcon {
  background: url(../img/Education.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.securityLaw {
  background: url(../img/securityLaw.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.leisureHobbyIcon {
  background: url(../img/leisureHobbyIcon.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide .coverImg i.envormentWildlifeIcon {
  background: url(../img/envormentWildlifeIcon.png) no-repeat;
  background-size: contain;
}

.sliderWrap .slide h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  min-height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sliderWrap .slide:hover span i {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.sliderWrap .slide:hover h3 {
  color: #0F60D9;
}

.sliderWrap .slideWrap {
  padding: 15px 20px 0 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .sliderWrap {
    width: 90%;
    margin: 0 5%;
  }
}

.howitswork {
  background: url(../img/howWorksBg.png);
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.howitswork::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #0F60D9;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #0F60D9;
}

.howitswork h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .howitswork h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.howitswork .whiteborderBtn {
  float: right;
}

@media (max-width: 768px) {
  .howitswork {
    padding: 50px 0 50px 0;
  }
}

.howitworkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.howitworkList > span {
  position: absolute;
  width: 360px;
  height: 360px;
  display: block;
  background: url(../img/microchip.png) no-repeat;
  top: -45%;
  right: 96%;
  content: "";
}

.howitworkList:after {
  content: "";
  position: absolute;
  top: 62px;
  width: 100%;
  height: 1px;
  border-top: dashed 1px #fff;
  left: 18px;
}

.howitworkList:before {
  content: "";
  position: absolute;
  top: 62px;
  width: 100vw;
  height: 1px;
  border-top: dashed 1px #fff;
  left: 100%;
}

.howitworkList li {
  width: 20%;
  padding: 95px 10px 10px 10px;
  position: relative;
  display: block;
}

.howitworkList li:after {
  position: absolute;
  top: 62px;
  left: 15px;
  width: 13px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #0F60D9;
  height: 13px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}

.howitworkList li > span {
  position: absolute;
  top: 0;
  font-weight: 600;
  font-size: 28px;
  left: 20px;
  color: #fff;
}

.howitworkList li > abbr {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.howitworkList li > abbr strong {
  font-size: 24px;
  font-weight: 600;
}

.howitworkList li > abbr p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.howitworkList li:hover abbr {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1025px) {
  .howitworkList {
    width: 90%;
    margin: 0 5%;
  }
  .howitworkList .hoiwlLeft {
    display: none !important;
  }
  .howitworkList .slick-track, .howitworkList .slick-list {
    height: 100%;
  }
  .howitworkList li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .howitworkList li abbr {
    width: 90%;
    margin: 0 5%;
  }
}

.howitworkList .slick-arrow {
  position: absolute;
  width: 40px;
  font-size: 0;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 0;
}

.howitworkList .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.howitworkList .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #86898C;
  border-right: solid 2px #86898C;
  display: block;
}

.howitworkList .slick-arrow.slick-prev {
  top: 40%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.howitworkList .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.howitworkList .slick-arrow.slick-next {
  top: 40%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.howitworkList .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.whiteborderBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 37px;
  border-radius: 50px;
  border: solid 1px #fff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.whiteborderBtn:hover {
  background: #fff;
  color: #148EFF;
  text-decoration: none;
}

.whatsNew {
  padding: 90px 0 70px 0;
  background: #F0F1F2;
  text-align: center;
  position: relative;
}

.whatsNew.whiteBG {
  background: #fff;
}

.whatsNew.topbrandWrap {
  padding: 70px 0 90px 0;
}

.whatsNew.topbrandWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5%;
  height: 107%;
  width: 15%;
  background: url(../img/topBrandVector.svg) no-repeat;
  display: block;
  background-size: contain;
}

.whatsNew.topbrandWrap::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -5%;
  height: 107%;
  width: 15%;
  background: url(../img/topBrandVector.svg) no-repeat;
  display: block;
  background-size: contain;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.whatsNew h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #050D45;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .whatsNew h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .whatsNew {
    padding: 50px 0 50px 0;
  }
}

.whatsnewlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.whatsnewlist li {
  width: 23%;
  margin: 10px 1%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFFFFF;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.whatsnewlist li[data-type]:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #A3A9B1;
  border-radius: 0 0 10px 0;
  color: #fff;
  padding: 2px 8px;
  content: attr(data-type);
  font-size: 12px;
}

.whatsnewlist li .prodImgwrap {
  width: 100%;
  height: 190px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.whatsnewlist li .prodImgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.whatsnewlist li .wrapStarNLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.whatsnewlist li .wrapStarNLike .like {
  margin-left: auto;
  font-style: normal;
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  line-height: 24px;
}

.whatsnewlist li .wrapStarNLike .like:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  background: url(../img/heart.svg) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.whatsnewlist li .wrapStarNLike .starrating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whatsnewlist li .wrapStarNLike .starrating .caption {
  display: none !important;
}

.whatsnewlist li h2 {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  color: #2A50FF;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.whatsnewlist li h3 {
  font-weight: normal;
  width: 100%;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 21px;
  color: #596576;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatsnewlist li .tag {
  display: inline-block;
  padding: 2px 2px 2px 26px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #596576;
  background: #F8F8F8;
  margin-bottom: 5px;
  border-radius: 3px;
  position: relative;
}

.whatsnewlist li .tag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/tagIcon.svg) no-repeat;
  background-size: 14px;
}

.whatsnewlist li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.8);
  z-index: 1;
  padding: 14px 5px 14px 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
}

.whatsnewlist li .overlay p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
  color: #fff;
}

.whatsnewlist li .overlay h2 {
  color: #fff;
  margin: 20px 0 0 0;
}

.whatsnewlist li .overlay h3 {
  color: #CACACA;
}

.whatsnewlist li:hover .overlay {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 1024px) {
  .whatsnewlist li {
    width: 31.33%;
  }
}

@media (max-width: 768px) {
  .whatsnewlist li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .whatsnewlist li {
    width: 98%;
  }
}

.viewProductImg {
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 12px 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.viewProductImg:hover {
  background-position: 100% 0;
  color: #fff;
  text-decoration: none;
}

.blueCenterbtn {
  display: inline-block;
  border-radius: 50px;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 12px 28px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  min-width: 155px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.blueCenterbtn:hover {
  background-position: 100% 0;
  color: #fff;
  text-decoration: none;
}

.likeToggle {
  width: 45px;
  border-radius: 50px;
  background: #1B1B1B;
  float: right;
  display: block;
  height: 45px;
  position: relative;
}

.likeToggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  content: "";
  background: url(../img/whiteHeart.svg) no-repeat;
  background-size: 21px;
}

.likeToggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  width: 21px;
  height: 21px;
  content: "";
  background: url(../img/whiteHeartFilled.svg) no-repeat;
  background-size: 21px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.likeToggle.active:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.ourBrandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ourBrandList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.ourBrandList li a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ourBrandList li a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 600px) {
  .ourBrandList li {
    width: 50%;
  }
}

.discoverOurFeatures {
  padding: 80px 0;
}

.discoverOurFeatures h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #050D45;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .discoverOurFeatures h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .discoverOurFeatures {
    padding: 50px 0;
  }
}

.discoverFeatureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.discoverFeatureList li {
  width: 152px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 152px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 19px rgba(218, 224, 234, 0.4), 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 19px rgba(218, 224, 234, 0.4), 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.discoverFeatureList li > span {
  max-width: 110px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.discoverFeatureList li i {
  display: block;
  text-align: center;
}

.discoverFeatureList li:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 190%;
  height: 190%;
  content: "";
  display: block;
  background: url(../img/discoverBg.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.discoverFeatureList li:nth-child(2n+2):after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.discoverFeatureList li:hover {
  border-radius: 10%;
  -webkit-box-shadow: 0 0 0 19px rgba(218, 224, 234, 0.4), 0 4px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 19px rgba(218, 224, 234, 0.4), 0 4px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .discoverFeatureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discoverFeatureList li {
    margin: 40px 70px;
  }
}

@media (max-width: 768px) {
  .discoverFeatureList li {
    margin: 40px;
  }
}

@media (max-width: 600px) {
  .discoverFeatureList li {
    margin: 55px 35px;
  }
}

.upcomingEvent {
  padding: 80px 0;
}

.upcomingEvent h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  color: #050D45;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .upcomingEvent h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .upcomingEvent {
    padding: 50px 0;
  }
}

.upcomingtab {
  border: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}

.upcomingtab li a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 50px;
  color: #050D45;
  font-weight: 600;
  border: solid 1px #fff;
  margin-right: 5px;
}

.upcomingtab li a.active {
  border: solid 1px #ccc;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .upcomingtab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.upcomingtabContent {
  display: block;
  padding: 15px;
  text-align: center;
}

.eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.eventList li {
  width: 49%;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  margin: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventList li .eventImg {
  border-right: solid 1px #F0F1F2;
  width: 155px;
  min-width: 155px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.eventList li .eventContent {
  padding: 20px;
}

.eventList li .eventContent h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
}

.eventList li .eventContent .eventTag {
  background: #F0F1F2;
  color: #6F7275;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  display: inline-block;
}

.eventList li .eventContent p {
  font-size: 14px;
  line-height: 21px;
  color: #262626;
}

.eventList li .eventContent .eventDate {
  font-style: normal;
  font-size: 14px;
  color: #6F7275;
  padding-left: 20px;
  position: relative;
  line-height: 15px;
}

.eventList li .eventContent .eventDate:after {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/calendar.svg) no-repeat;
  background-size: 15px;
}

.eventList li .eventContent .eventLocation {
  font-style: normal;
  font-size: 14px;
  color: #6F7275;
  padding-left: 20px;
  position: relative;
  line-height: 15px;
  font-weight: normal;
  margin-left: 10px;
}

.eventList li .eventContent .eventLocation:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 105%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: block;
  background: #6F7275;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.eventList li .eventContent .eventLocation:after {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/location.svg) no-repeat;
  background-size: 15px;
}

.eventList li:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 900px) {
  .eventList li {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .eventList li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eventList li .eventImg {
    width: 100%;
    padding: 10px;
  }
}

.footerWrap {
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #1F1F1F;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #1F1F1F;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}

.footerWrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.footerWrap .container h3 {
  color: #fff;
}

.footerWrap .container .followUswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footerWrap .container .followUswrap li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
}

.footerWrap .container .followUswrap li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerWrap:before {
  position: absolute;
  top: 10%;
  right: -10px;
  width: 352px;
  height: 352px;
  content: "";
  background: url(../img/footerBg.svg) no-repeat;
  -webkit-animation: like 200s infinite linear;
          animation: like 200s infinite linear;
}

.footerWrap::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -2%;
  height: 107%;
  width: 15%;
  background: url(../img/footerBgleft.svg) no-repeat;
  display: block;
  background-size: contain;
}

@media (max-width: 1024px) {
  .footerWrap .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerWrap .footerLogo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .footerWrap .container h3 {
    font-size: 18px;
  }
}

.newsLetterwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.newsLetterwrap input {
  height: 40px;
  width: 100%;
  border: solid 1px #fff;
  background: transparent;
  border-radius: 50px 0 0 50px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

.newsLetterwrap input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsLetterwrap input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsLetterwrap input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsLetterwrap input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsLetterwrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.newsLetterwrap input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.newsLetterwrap button {
  border: 0;
  background: #fff;
  padding: 8px;
  font-size: 14px;
  color: #1A80FF;
  border-radius: 0 50px 50px 0;
}

.footerLinks ul {
  display: block;
}

.footerLinks ul li {
  display: block;
}

.footerLinks ul li a {
  display: block;
  font-style: 14px;
  color: #fff;
  font-weight: 300;
  opacity: 0.7;
}

.copyright {
  width: 100%;
  background: linear-gradient(89.99deg, #454AFF 1.04%, #349CFF 99.98%);
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/*expore by application*/
.customeBreadcrumb ol.breadcrumb {
  background: transparent;
  padding: 0;
}

.customeBreadcrumb ol.breadcrumb li {
  font-size: 14px;
  color: #050D45;
  font-weight: 600;
}

.customeBreadcrumb ol.breadcrumb li a {
  font-size: 14px;
  color: #596576;
}

.innerpageBanner {
  text-align: left;
}

.innerpageBanner h1 {
  font-size: 20px;
}

.nav-tabs.customNavbar {
  background: #F8F8F8;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 10px;
  overflow: auto;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-tabs.customNavbar .nav-link {
  border: 0;
  border-radius: 5px;
  margin-right: 10px;
  background: transparent;
  border: 0;
  border: 1px solid transparent;
  color: #37404C;
}

.nav-tabs.customNavbar .nav-link.active {
  background: #0F60D9;
  color: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .nav-tabs.customNavbar .nav-link {
    font-size: 14px;
    padding: 8px;
    margin-right: 5px;
  }
}

.tabcontentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.tabcontentWrapper .leftSidebar {
  width: 285px;
}

.tabcontentWrapper .mainContent {
  width: calc(100% - 285px);
  padding-left: 20px;
}

.subCateleftSidebar {
  width: 285px;
}

.subCateleftSidebar ul {
  width: 100%;
  display: block;
  width: 100%;
  background: #F0F1F2;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.subCateleftSidebar ul li {
  width: 100%;
  display: block;
}

.subCateleftSidebar ul li + li {
  border-top: solid 1px #DEDEDE;
}

.subCateleftSidebar ul li i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 10px;
  width: 21px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.subCateleftSidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 21px;
  color: #050D45;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
  background: transparent;
  position: relative;
}

.subCateleftSidebar ul li a span {
  padding-top: 3px;
}

.subCateleftSidebar ul li a .svgcolor {
  fill: #596576;
}

.subCateleftSidebar ul li a:hover, .subCateleftSidebar ul li a.active {
  background: #fff;
  color: #2968F6;
  text-decoration: none;
}

.subCateleftSidebar ul li a:hover i, .subCateleftSidebar ul li a.active i {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.subCateleftSidebar ul li a:hover::after, .subCateleftSidebar ul li a.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0F60D9;
  border-right: solid 2px #0F60D9;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.whatsnewlist.exporeList {
  display: none;
}

.whatsnewlist.exporeList li {
  margin-top: 0;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
}

.whatsnewlist.exporeList li::after {
  display: none;
}

.whatsnewlist.exporeList li h2 {
  text-align: center;
  color: #050D45;
  margin-bottom: 10px;
}

.whatsnewlist.exporeList li .overlay {
  padding: 10px;
}

.whatsnewlist.exporeList li .overlay h2 {
  color: #fff;
  margin: 0;
  text-align: left;
}

.whatsnewlist.exporeList li .overlay p {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .whatsnewlist.exporeList li {
    width: 48%;
  }
}

.menuDropDown {
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menuDropDown .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mddRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
}

.mddRow + .mddRow {
  border-top: 1px solid #EDEDED;
}

.mddRow > ul {
  width: 26%;
  margin: 0;
  padding-top: 10px;
}

.mddRow > ul:last-child {
  width: 48%;
}

.mddRow > ul > li {
  display: block;
}

.mddRow > ul > li > a {
  color: #050D45;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
}

.mddRow > ul > li > a:hover {
  color: #0F60D9;
}

.mddRow > ul > li ul {
  width: 100%;
}

.mddRow > ul > li ul li {
  display: block;
}

.mddRow > ul > li ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #596576;
  padding: 3px 10px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mddRow > ul > li ul li a:hover {
  color: #0F60D9;
}

.mddRow > ul + ul {
  border-left: 1px solid #EDEDED;
  padding-left: 50px;
}

.mddRow .subCateleftSidebar {
  border-right: 1px solid #EDEDED;
}

.mddRow .subCateleftSidebar ul {
  width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mddRow .subCateleftSidebar ul li {
  border: 0 !important;
}

.mddRow .subCateleftSidebar ul li a {
  padding: 10px 0;
}

.mddRow .subCateleftSidebar + ul {
  padding-left: 50px;
}

.menuTab {
  display: none;
}

.searchReadio {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto 15px;
}

.searchReadio label {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchReadio label input {
  display: none;
}

.searchReadio label input:checked + span {
  border: 3px solid #2968F6;
}

.searchReadio label input:checked + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0F60D9;
}

.searchReadio label span {
  display: inline-block;
  width: 20px;
  border: 1px solid #DEDEDE;
  margin-right: 10px;
  position: relative;
  height: 20px;
  border-radius: 50%;
}

.selectedFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
}

.selectedFilter > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  border-radius: 30px;
  background: #0F60D9;
  color: #fff;
}

.selectedFilter > span strong {
  font-weight: bold;
  margin-left: 5px;
}

.closeIcon {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 10px;
}

.closeIcon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.closeIcon:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.searchWithbox {
  background: #F8F8F8;
  margin-top: 30px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchWithbox .bootstrap-select .dropdown-menu li a span.text, .searchWithbox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}

.searchWithbox .searchHead {
  font-size: 14px;
  font-weight: 600;
  color: #596576;
  margin-right: 15px;
}

.searchWithbox .bootstrap-select {
  margin-left: auto !important;
  width: 160px !important;
}

.searchWithbox .dropdown-toggle {
  background: #fff;
  border: 1px solid #DEDEDE;
}

.productWithSidear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.sidebarFilterWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 285px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebarFilterWrap h4 {
  font-weight: bold;
  color: #050D45;
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.sidebarFilterWrap .mainAccordionwrap > .card {
  border: 0;
  border-radius: 0;
}

.sidebarFilterWrap .mainAccordionwrap > .card:first-child.activeCard {
  margin-top: 0;
}

.sidebarFilterWrap .mainAccordionwrap > .card:last-child .card-header {
  border: 0;
}

.sidebarFilterWrap .mainAccordionwrap > .card.prevactive {
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.sidebarFilterWrap .mainAccordionwrap > .card.prevactive .card-header {
  border: 0;
}

.sidebarFilterWrap .mainAccordionwrap > .card.nextactive {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.sidebarFilterWrap .mainAccordionwrap > .card.activeCard {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px 0;
  overflow: visible;
}

.sidebarFilterWrap .mainAccordionwrap > .card.activeCard .btn-link {
  background: #fff;
}

.sidebarFilterWrap .mainAccordionwrap > .card.activeCard .card-header {
  border: 0;
}

.sidebarFilterWrap .mainAccordionwrap > .card .card-body {
  padding: 5px 15px;
}

.sidebarFilterWrap .card-header:first-child {
  border-radius: 0;
}

.sidebarFilterWrap .card-header {
  padding: 0;
}

.sidebarFilterWrap .mainAccordionwrap {
  width: 100%;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
}

.sidebarFilterWrap .btn-link {
  width: 100%;
  text-align: left;
  padding: 13px 15px;
  font-weight: 600;
  background: #fff;
  position: relative;
  color: #2968F6;
}

.sidebarFilterWrap .btn-link .fa {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  font-size: 20px;
  color: #596576;
}

.sidebarFilterWrap .btn-link.collapsed {
  background: #F8F8F8;
  color: #050D45;
}

.sidebarFilterWrap .btn-link.collapsed .fa {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.productList {
  width: calc(100% - 285px);
  padding-left: 20px;
  text-align: left;
}

.productList > h3 {
  font-size: 18px;
  font-weight: bold;
}

.productList .whatsnewlist li {
  width: 24%;
  margin: 0 0.5% 10px;
  padding: 5px;
}

.productList .whatsnewlist li .prodImgwrap {
  height: 140px;
}

.productList .whatsnewlist li .overlay {
  padding: 5px;
}

.productList .whatsnewlist li .overlay .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.productList .whatsnewlist li .overlay .mCSB_scrollTools {
  right: -6px;
}

.productList .whatsnewlist li .overlay .viewProductImg {
  padding: 8px 10px;
}

.productList .whatsnewlist li .overlay .likeToggle {
  width: 37px;
  height: 37px;
}

.productList .whatsnewlist li .overlay h2 {
  margin-top: 10px;
}

.productList .whatsnewlist li .overlay p {
  margin-top: 10px;
  margin-bottom: 0;
}

.productList .whatsnewlist li .overlay h3 {
  margin-bottom: 10px;
}

.morebtnwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.morebtnwrap.btnleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.morebtnwrap.btnleft .whiteBtn {
  margin-left: 0;
}

.whiteBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 37px;
  border-radius: 50px;
  font-size: 14px;
  color: #2A50FF;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.whiteBtn:hover {
  color: #fff;
  background: #148EFF;
  text-decoration: none;
}

.sidbarHead {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  background: #F8F8F8;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px;
}

.customAccordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.customAccordion .accordionWrap {
  width: 100%;
  margin: 5px 0;
}

.customAccordion .accordionToggle {
  margin: 0;
  font-weight: 600;
  color: #596576;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  background: #F0F1F2;
  border: 1px solid #E4E7EB;
  cursor: pointer;
}

.customAccordion .accordionToggle .fa {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
  font-size: 20px;
  color: #596576;
}

.customAccordion .accordionToggle.active {
  color: #2968F6;
}

.customAccordion .accordionToggle.active .fa {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.customAccordion .accordionPannel {
  padding: 10px 15px;
  width: 100%;
  display: none;
}

.customAccordion .accordionPannel .fields {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.customAccordion .accordionPannel .fields label {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  color: #050D45;
}

.customAccordion .accordionPannel .fields .slider {
  position: relative;
  background: transparent;
  margin: 10px 0 0;
}

.customAccordion .accordionPannel .fields .slider .tooltip {
  display: none !important;
}

.customAccordion .accordionPannel .fields .slider-track {
  background: #A2A9B2;
}

.customAccordion .accordionPannel .fields .slider-handle {
  background: #A2A9B2;
  width: 15px;
  height: 15px;
}

.customAccordion .accordionPannel .fields .slider-selection {
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #2968F6;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #2968F6;
}

.customAccordion .accordionPannel .fields .slider.slider-horizontal .slider-track {
  height: 5px;
}

.customAccordion .accordionPannel .fields .slider.slider-horizontal .slider-tick, .customAccordion .accordionPannel .fields .slider.slider-horizontal .slider-handle {
  margin-left: -7px;
}

.customAccordion .accordionPannel .fields .searchField {
  display: block;
  position: relative;
  width: 100%;
}

.customAccordion .accordionPannel .fields .searchField input {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 0;
  height: 36px;
  line-height: 36px;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  border: 1px solid #DEDEDE;
}

.customAccordion .accordionPannel .fields .searchField:after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/searchIcon.svg) no-repeat;
  content: "";
  background-size: 17px;
}

.customAccordion .accordionPannel .selectboxsidebar .bootstrap-select .dropdown-menu li a {
  padding: 2px 10px;
}

.customAccordion .accordionPannel .selectboxsidebar .bootstrap-select .dropdown-menu li a span.text {
  font-size: 14px;
}

.customAccordion .accordionPannel .selectboxsidebar .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}

.customAccordion .accordionPannel .selectboxsidebar .bootstrap-select > .dropdown-toggle {
  border-radius: 10px;
  padding: 8px 5px;
  font-size: 12px;
  border: solid 1px #DEDEDE;
}

.customAccordion .accordionPannel .minMaxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select .dropdown-menu li a {
  padding: 2px 10px;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select .dropdown-menu li a span.text {
  font-size: 14px;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}

.customAccordion .accordionPannel .minMaxwrap > i {
  line-height: 1.8;
  opacity: 0.5;
}

.customAccordion .accordionPannel .minMaxwrap input {
  width: 73px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  font-size: 14px;
  height: 36px;
  padding: 10px;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 58px !important;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select > .dropdown-toggle {
  border-radius: 10px;
  padding: 8px 5px;
  font-size: 12px;
  border: solid 1px #DEDEDE;
}

.customAccordion .accordionPannel .minMaxwrap .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
  color: #596576;
}

.slidervalue {
  font-size: 12px;
  color: #596576;
  font-weight: normal;
}

.missionSearch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0 0;
}

.missionSearch li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 5px;
}

.missionSearch label {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  color: #596576 !important;
  font-weight: 400 !important;
}

.missionSearch label input {
  display: none;
}

.missionSearch label input:checked + span {
  border: 1px solid #2968F6;
}

.missionSearch label input:checked + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #0F60D9;
}

.missionSearch label span {
  display: inline-block;
  width: 20px;
  border: 1px solid #DEDEDE;
  margin-right: 10px;
  position: relative;
  height: 20px;
  min-width: 20px;
  max-height: 20px;
  border-radius: 5px;
  background: #F0F1F2;
}

.searchSelect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.searchSelect li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.searchSelect input {
  display: none;
}

.searchSelect input:checked + label {
  border: 1px solid #2968F6;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.searchSelect input:checked + label span {
  border-right: 1px solid #2968F6;
  border-bottom: 1px solid #2968F6;
}

.searchSelect label {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2px 25px 2px 10px;
  font-size: 14px;
  color: #596576;
  border-radius: 30px;
  border: solid 1px #A2A9B2;
  cursor: pointer;
}

.searchSelect label span {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 16px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.newsListsidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsListsidebar li {
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #DEDEDE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  text-align: left;
}

.newsListsidebar li + li {
  margin-top: 10px;
}

.newsListsidebar li p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: #262626;
}

.newsListsidebar li .imgnHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.newsListsidebar li .imgnHead .imgwrp {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
}

.newsListsidebar li .imgnHead .nlContet {
  padding-left: 6px;
  margin-bottom: 10px;
}

.newsListsidebar li .imgnHead .nlContet h5 {
  width: 100%;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.newsListsidebar li .imgnHead .nlContet i {
  font-size: 11px;
  color: #6F7275;
  font-style: normal;
  padding-left: 15px;
  position: relative;
  line-height: 16px;
}

.newsListsidebar li .imgnHead .nlContet i + i {
  margin-left: 10px;
}

.newsListsidebar li .imgnHead .nlContet i + i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #596576;
  margin-top: -2px;
}

.newsListsidebar li .imgnHead .nlContet i:after {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
}

.newsListsidebar li .imgnHead .nlContet i.dateIcon:after {
  background: url(../img/calendar.png) no-repeat;
}

.newsListsidebar li .imgnHead .nlContet i.locationIcon:after {
  background: url(../img/location.png) no-repeat;
}

.videoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.videoList li {
  width: 24%;
  margin: 10px 0.5%;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.videoList li h4 {
  font-weight: 600;
  color: #4582F9;
  font-size: 18px;
  line-height: 25px;
}

.videoList li .imgvideo {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.videoList li .imgvideo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 260px;
}

@media (max-width: 768px) {
  .videoList li {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .videoList li {
    width: 99%;
  }
}

.videoDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.videoDetails .comeView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.videoDetails .nameIcon {
  font-weight: 600;
  position: relative;
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videoDetails .nameIcon:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: url(../img/usericon.png) no-repeat;
  margin-right: 5px;
}

.videoDetails .commentVideo {
  font-style: normal;
  position: relative;
  font-size: 12px;
  margin-right: 10px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videoDetails .commentVideo:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: url(../img/bubble-chat.png) no-repeat;
  margin-right: 5px;
  background-position: center center;
}

.videoDetails .viewsvideo {
  font-style: normal;
  position: relative;
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videoDetails .viewsvideo:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: url(../img/view.png) no-repeat;
  margin-right: 5px;
  background-position: center center;
}

@media (max-width: 1024px) {
  .mddRow .subCateleftSidebar {
    display: none !important;
  }
  body {
    padding-top: 60px;
  }
  .mainHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mainHeader .mainNav .container .navbar {
    display: none;
  }
  .mainHeader .topNavbar .container .topNavlist li:not(:last-child) {
    display: none;
  }
  .mainHeader .topNavbar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .mainHeader .mainNav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .userIcon {
    width: 30px;
    height: 30px;
    background-size: 26px;
  }
  .mainHeader .mainNav .container .logo {
    line-height: 60px;
    margin-right: 0;
  }
  .mainHeader .topNavbar .container .topNavlist > li + li {
    border: 0;
  }
  .mobileMenuToggle {
    display: block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    position: relative;
  }
  .mobileMenuToggle abbr {
    width: 25px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .mobileMenuToggle abbr .icon-bar {
    position: absolute;
    height: 1px;
    background: #fff;
    border-top: solid 3px #474747;
    width: 25px;
    left: 50%;
    margin: -2px 0 0 -14px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobileMenuToggle abbr .icon-bar:first-child {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mobileMenuToggle abbr .icon-bar:nth-child(2) {
    top: 50%;
    opacity: 1;
  }
  .mobileMenuToggle abbr .icon-bar:nth-child(3) {
    top: 100%;
  }
  .mobileMenuToggle.active abbr {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .mobileMenuToggle.active abbr .icon-bar:first-child {
    top: 50%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .mobileMenuToggle.active abbr .icon-bar:nth-child(2) {
    top: 50%;
    opacity: 0;
  }
  .mobileMenuToggle.active abbr .icon-bar:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
  .menuOpen {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  body .pagewrap {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  body.menuOpen .pagewrap {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    overflow: hidden;
  }
  .mainHeader {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body.menuOpen .mainHeader {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  .mainHeader .mainNav .container .navbar {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    max-width: 300px;
    padding: 0 10px;
  }
  .mainHeader .mainNav .container .navbar > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .mainHeader .mainNav .container .navbar > li a {
    line-height: 55px;
    width: 100%;
    position: relative;
  }
  .menuDropDown {
    position: fixed;
    top: 0;
    right: 100%;
    left: auto;
    width: 300px;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menuDropDown.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .mddRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .mddRow ul {
    width: 100% !important;
    padding: 0;
  }
  .mddRow ul + ul {
    border: 0;
  }
  .lavelOnedrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #fff;
  }
  .lavelOnedrop:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: solid 2px #37404C;
    border-right: solid 2px #37404C;
  }
  .lavelSeconddrop {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lavelSeconddrop:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #37404C;
    border-right: solid 2px #37404C;
  }
  .active > .lavelSeconddrop {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .active > .lavelSeconddrop::after {
    border-bottom: solid 2px #454AFF;
    border-right: solid 2px #454AFF;
  }
  .tabcontentWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subCateleftSidebar {
    width: 100%;
  }
  .tabcontentWrapper .mainContent {
    width: 100%;
    padding-left: 0;
  }
  .menuTab {
    display: block;
    padding-left: 0 !important;
  }
  .menuTab li a {
    width: 100%;
    position: relative;
    display: block;
    line-height: 40px !important;
    text-decoration: none !important;
  }
  .menuTab li a.active {
    color: #454AFF;
  }
  .menuTab li ul {
    display: none;
  }
  .mobileMenuBack {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 20px;
    font-style: normal;
    background: rgba(0, 0, 0, 0.1);
  }
  .mobileMenuBack:after {
    content: 'Back';
  }
  .mobileMenuBack:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    display: inline-block;
    margin-right: 10px;
    border-right: 8px solid #474747;
    border-bottom: 5px solid transparent;
  }
  .whatsNew.topbrandWrap::after {
    display: none;
  }
  .whatsNew.topbrandWrap::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidbarHead {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0F60D9;
    color: #fff;
    text-align: center;
    border-radius: 0;
    z-index: 999;
    margin: 0;
  }
  .sidebarFilterWrap {
    position: fixed;
    bottom: 59px;
    left: -100%;
    height: calc(100% - 120px);
    z-index: 99999;
    background: #fff;
    width: 100%;
    padding: 10px;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sidebarFilterWrap.active {
    left: 0;
  }
  .productList {
    padding-left: 0;
  }
  .sidebarFilterWrap > h4 {
    display: none;
  }
  .sidebarFilterWrap > .newsListsidebar {
    display: none;
  }
  .sidebarFilterWrap > .morebtnwrap {
    display: none;
  }
  .productList {
    width: 100%;
  }
  .productList .whatsnewlist li {
    width: 49%;
  }
  .slider.slider-horizontal {
    width: 100%;
  }
  .customAccordion .accordionPannel .minMaxwrap {
    max-width: 250px;
  }
  .sidebarFilterWrap .mainAccordionwrap {
    overflow: visible;
  }
}

@media (max-width: 500px) {
  .productList .whatsnewlist li {
    width: 99%;
  }
}

.prevBtnwrap {
  text-align: left;
  padding-bottom: 15px;
}

.prevBtnwrap a {
  font-size: 14px;
  color: #596576;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
}

.prevBtnwrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 30px;
  background: url(../img/backArrow.png) no-repeat;
}

.onepageNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 82px;
  position: relative;
}

.onepageNavigation ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 15px 20px;
  background: #F8F8F8;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 998;
}

.onepageNavigation ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.onepageNavigation ul li a {
  font-size: 16px;
  color: #37404C;
  padding: 12px 10px;
  line-height: 24px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.onepageNavigation ul li:hover a, .onepageNavigation ul li.active a {
  background: #2968F6;
  color: #fff;
  text-decoration: none;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.onepageNavigation ul.productmenuFixed {
  position: fixed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.onepageNavigation ul.productmenuFixed.nav-up {
  top: 0;
}

.onepageNavigation ul.productmenuFixed.nav-down {
  top: 137px;
}

@media (max-width: 1025px) {
  .onepageNavigation ul {
    padding: 10px;
  }
  .onepageNavigation ul li a {
    padding: 5px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .onepageNavigation {
    display: none;
  }
}

.productDetaislwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 17px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
}

.productDetaislwrap .leftProductImgMnftr {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
}

.productDetaislwrap .leftProductImgMnftr .topSlider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .productDetaislwrap .leftProductImgMnftr .topSlider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap {
  width: 76px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap li {
  padding: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap li a {
  width: 76px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap li a.playicon img {
  width: 30px;
}

.productDetaislwrap .leftProductImgMnftr .productThumbwrap li a.active {
  border: 1px solid #007EFF;
}

@media (max-width: 600px) {
  .productDetaislwrap .leftProductImgMnftr .productThumbwrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .productDetaislwrap .leftProductImgMnftr .productThumbwrap li a {
    width: 60px;
    height: 45px;
  }
}

.productDetaislwrap .leftProductImgMnftr .productImgwrap {
  width: calc(100% - 76px);
}

.productDetaislwrap .leftProductImgMnftr .productImgwrap ul {
  width: 100%;
  height: 100%;
}

.productDetaislwrap .leftProductImgMnftr .productImgwrap ul li {
  display: none;
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.productDetaislwrap .leftProductImgMnftr .productImgwrap ul li.active {
  display: block;
}

.productDetaislwrap .leftProductImgMnftr .productImgwrap ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 600px) {
  .productDetaislwrap .leftProductImgMnftr .productImgwrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

@media (max-width: 999px) {
  .productDetaislwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productDetaislwrap .leftProductImgMnftr, .productDetaislwrap .productContent {
    width: 100%;
  }
}

.manufacturerBox {
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #CFCFCF;
  padding: 15px;
  border-radius: 10px;
}

.manufacturerBox .mfdetails {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.manufacturerBox .mfdetails .mfname {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .manufacturerBox .mfdetails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufacturerBox .mfdetails .comProfile {
    width: 100%;
  }
}

.manufacturerBox .comProfile {
  margin-left: 10px;
  text-decoration: underline;
}

.mfLogo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  margin-right: 10px;
}

.mfLogo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.manufaturerBtnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.manufaturerBtnwrap a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.manufaturerBtnwrap a:hover {
  background-position: 100% 0;
}

.manufaturerBtnwrap a.reqQuote {
  background: transparent;
  border: 1px solid #CFCFCF;
  color: #050D45;
  margin-left: 15px;
}

@media (max-width: 600px) {
  .manufaturerBtnwrap a {
    padding: 5px 10px;
    list-style: none;
    font-size: 14px;
  }
}

.mfKeypoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 10px 0 0 0;
}

.mfKeypoint li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.0075em;
  font-size: 12px;
  padding-right: 5px;
  color: #37404C;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mfKeypoint li i {
  margin-right: 5px;
}

@media (max-width: 600px) {
  .mfKeypoint {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mfKeypoint li {
    width: 50%;
    font-size: 11px;
    padding: 3px 0;
  }
}

.ratingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #37404C;
  margin-bottom: 15px;
}

.ratingWrap .caption, .ratingWrap input {
  display: none !important;
}

.ratingWrap .rating-stars {
  margin-right: 10px;
}

.productContent {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-left: 10px;
}

.productContent h1 {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 24px;
}

.productContent .priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.productContent .priceWrap h3 {
  font-weight: bold;
  font-size: 18px;
  color: #050D45;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.productContent .priceWrap h3 strong {
  font-size: 24px;
  color: #2968F6;
  margin-left: 10px;
}

.productContent .priceWrap .likeToggle {
  width: 40px;
  height: 40px;
  background: url(../img/appBgProd.png) no-repeat;
  border: 1px solid #CFCFCF;
}

.productContent .priceWrap .likeToggle:after {
  background: url(../img/likeblue.svg) no-repeat;
}

.productContent .priceWrap .likeToggle:before {
  background: url(../img/blueHeartFilled.svg) no-repeat;
}

.productContent .shareWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.productContent .shareWrap h3 {
  font-weight: bold;
  font-size: 18px;
  color: #050D45;
  margin: 0 7px 0 0;
}

.productContent .keyfeatureswrap {
  margin-bottom: 20px;
}

.productContent .keyfeatureswrap h3 {
  font-weight: bold;
  font-size: 18px;
  color: #050D45;
}

.productContent .keyfeatureswrap .keyfeaturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
}

.productContent .keyfeatureswrap .keyfeaturesList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 26px;
}

.productContent .keyfeatureswrap .keyfeaturesList li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px #AAB1BA;
}

.productContent .keyfeatureswrap .keyfeaturesList li strong {
  letter-spacing: 0.0075em;
  font-weight: normal;
  font-size: 14px;
  color: #050D45;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.productContent .keyfeatureswrap .keyfeaturesList li span {
  letter-spacing: 0.0075em;
  font-weight: normal;
  font-size: 14px;
  color: #37404C;
  background: #fff;
  position: relative;
  z-index: 1;
  min-width: 210px;
  padding-left: 10px;
}

.productContent .shortDescription h3 {
  font-weight: bold;
  font-size: 18px;
  color: #050D45;
}

.productContent .shortDescription p {
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 600px) {
  .productContent {
    margin-top: 30px;
  }
  .productContent .priceWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productContent .priceWrap .compareIcon {
    margin-left: 0;
  }
  .productContent .priceWrap h3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .productContent .priceWrap h3 strong {
    font-size: 21px;
  }
}

.socialshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.socialshare li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px;
}

.socialshare li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #969696;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.socialshare li a:hover {
  background: #0F60D9;
}

.socialshare li a.whatsaapicon {
  background: transparent !important;
}

.socialshare li a.whatsaapicon .bordercolor, .socialshare li a.whatsaapicon .bgcolor {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.socialshare li a.whatsaapicon:hover .bordercolor, .socialshare li a.whatsaapicon:hover .bgcolor {
  fill: #0F60D9;
}

.compareIcon {
  width: 40px;
  border-radius: 50px;
  background: url(../img/appBgProd.png) no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 10px;
  height: 40px;
  position: relative;
  border: 1px solid #CFCFCF;
}

.compareIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  content: "";
  background: url(../img/Compare.svg) no-repeat;
  background-size: 21px;
}

.wrapsections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  padding: 50px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 10px;
  margin-top: 20px;
}

.wrapsections h2 {
  color: #050D45;
  letter-spacing: 0.0075em;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.wrapsections h3 {
  color: #37404C;
  letter-spacing: 0.0075em;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .wrapsections {
    padding: 15px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.description h3 {
  font-weight: bold;
  font-size: 18px;
  color: #050D45;
  margin-bottom: 10px;
}

.description p {
  font-size: 14px;
  line-height: 23px;
}

.description p + h3, .description ul + h3 {
  margin: 30px 0 10px;
}

.description ul {
  padding-left: 30px;
  margin-bottom: 1rem;
}

.description ul li {
  font-weight: bold;
  font-size: 14px;
  color: #37404C;
  line-height: 1.8;
}

.description ul li span {
  font-weight: normal;
}

.technicalLeftbox {
  width: calc(100% - 310px);
  padding-right: 20px;
}

@media (max-width: 999px) {
  .technicalLeftbox {
    width: 100%;
    padding-right: 0;
  }
}

.technicalSpecialization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.technicalSpecialization .topNavBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  white-space: nowrap;
}

.technicalSpecialization .topNavBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

.technicalSpecialization .topNavBar ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.technicalSpecialization .topNavBar ul li a {
  font-size: 16px;
  padding: 5px 10px;
  letter-spacing: 0.0075em;
  color: #050D45;
  text-decoration: none !important;
}

.technicalSpecialization .topNavBar ul li a:hover {
  text-decoration: none !important;
  color: #2968F6;
}

.technicalSpecialization .topNavBar ul li a.active {
  border-bottom: solid 1px #2968F6;
  color: #2968F6;
}

@media (max-width: 768px) {
  .technicalSpecialization .topNavBar {
    overflow: auto;
  }
  .technicalSpecialization .topNavBar ul li a {
    font-size: 14px;
    padding: 5px;
  }
}

.rightBox {
  width: 310px;
  background: #FFFFFF;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.rightBox .topProductbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rightBox .topProductbox .tProImg {
  width: 76px;
  height: 72px;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
}

.rightBox .topProductbox .tProImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rightBox .topProductbox .tProDetail {
  padding-left: 10px;
}

.rightBox .topProductbox .tProDetail h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.rightBox .topProductbox .tProDetail h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}

.rightBox .topProductbox .tProDetail h5 strong {
  font-size: 14px;
  color: #2968F6;
}

.rightBox .topProductbox .tProDetail .tPropIcons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rightBox .topProductbox .tProDetail .compareIcon {
  width: 30px;
  height: 30px;
}

.rightBox .topProductbox .tProDetail .likeToggle {
  width: 30px;
  height: 30px;
}

.rightBox .topProductbox .tProDetail .likeToggle:after, .rightBox .topProductbox .tProDetail .likeToggle:before {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.rightBox .manufacturerBox {
  border: 0;
  padding: 5px 0 0 0;
  border-radius: 0;
  margin-top: 10px;
  border-top: 1px solid #DEDEDE;
}

.rightBox .manufacturerBox .manufaturerBtnwrap a {
  font-size: 12px;
  padding: 7px 15px;
}

.tabcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
}

.tabcontent .leftSidebar {
  width: 220px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F8F8F8;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.tabcontent .leftSidebar li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tabcontent .leftSidebar a {
  font-weight: 600;
  padding: 15px 20px;
  font-size: 14px;
  width: 100%;
  line-height: 21px;
  color: #050D45;
}

.tabcontent .leftSidebar a.active {
  color: #2968F6;
  background: #fff;
}

.tabcontent .leftSidebar li + Li {
  border-top: solid 1px #dedede;
}

@media (max-width: 999px) {
  .tabcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .tabcontent .leftSidebar {
    width: 100%;
  }
}

.tabContetList {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 240px);
  margin-left: 20px;
}

.tabContetList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.tabContetList li {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabContetList li label {
  font-weight: 600;
  letter-spacing: 0.0075em;
  font-size: 14px;
  color: #050D45;
  line-height: 1.5;
}

.tabContetList li:nth-child(2n + 1) {
  background: #F2F6FF;
}

.tabContetList li span {
  letter-spacing: 0.0075em;
  font-size: 14px;
  color: #37404C;
  line-height: 1.5;
}

@media (max-width: 999px) {
  .tabContetList {
    width: 100%;
    margin: 0;
  }
}

.wrapsections.useCases {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrapsections.useCases .whatsnewlist li {
  width: 31.33%;
}

@media (max-width: 500px) {
  .wrapsections.useCases .whatsnewlist li {
    width: 98%;
  }
}

.wrapsections.useCases .viewProductImg {
  float: left;
}

.wrapsections.catalog {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrapsections.catalog .whatsnewlist li {
  width: 31.33%;
}

@media (max-width: 500px) {
  .wrapsections.catalog .whatsnewlist li {
    width: 98%;
  }
}

.wrapsections.videos {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrapsections.videos .videoList li {
  width: 31.33%;
}

@media (max-width: 500px) {
  .wrapsections.videos .videoList li {
    width: 98%;
  }
}

.wrapsections.events {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrapsections.events .eventList li {
  width: 100%;
}

.wrapsections.reviewswrap {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrapsections.reviewswrap .eventList li {
  width: 100%;
}

.reviewBoxWrap {
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviewBoxWrap .reviewComment {
  width: 100%;
}

.reviewBoxWrap .reviewComment textarea {
  background: #FFFFFF;
  resize: none;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  border-radius: 10px;
}

.selectReating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.selectReating .clear-rating {
  display: none;
}

.selectReating .caption {
  display: none;
}

.selectReating .rating-container {
  margin-left: 10px;
}

.reviewComment {
  margin-bottom: 15px;
  width: 100%;
}

.blueBtn {
  border-radius: 50px;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
}

.blueBtn:hover {
  background-position: 100% 0;
  color: #fff;
}

.headReview {
  padding: 15px 0;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
}

.headReview .ratingWrap {
  margin: 0;
}

.headReview .bootstrap-select {
  width: 140px !important;
}

.headReview .dropdown-toggle {
  background: #fff;
  font-weight: 600;
  color: #596576;
  font-size: 14px;
  padding: 10px 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listOfReviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.listOfReviews li {
  width: 100%;
  background: #FFFFFF;
  display: block;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 18px 30px;
}

.listOfReviews li h3 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  color: #050D45;
}

.listOfReviews li .wrpdateRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.listOfReviews li .wrpdateRating .ratingWrap {
  margin: 0 0 0 10px;
}

.listOfReviews li .lorDate {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #596576;
}

.listOfReviews li .contentwrap {
  width: 100%;
}

.listOfReviews li .contentwrap p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #37404C;
}

.listOfReviews li .reviewActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F60D9;
  font-size: 18px;
}

.listOfReviews li .reviewActions i {
  width: 20px;
  margin-bottom: 7px;
}

.listOfReviews li .reviewActions i svg {
  width: 20px;
}

.listOfReviews li .reviewActions .likeCounte {
  line-height: 1;
  padding: 0px 10px 0 7px;
}

.listOfReviews li .reviewActions .replybtn {
  text-decoration: underline;
  margin-left: 15px;
  font-size: 14px;
}

.listOfReviews li + li {
  margin-top: 20px;
}

.comparisonPopupOverly {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}

.comparisonPopup {
  position: fixed;
  background: #FFFFFF;
  max-width: 920px;
  width: 90%;
  top: 50%;
  left: 50%;
  max-height: 90%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
}

.closePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/closebtn.svg) no-repeat;
  cursor: pointer;
}

.comparisonPopup h2 {
  color: #050D45;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}

.comparisonPopup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px 0;
}

.comparisonPopup ul .coparisonItem {
  width: 24%;
  background: #FFFFFF;
  margin: 0 0.5%;
  padding: 5px;
  border: 1px solid #CFCFCF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.comparisonPopup .manufaturerBtnwrap {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.comparisonPopup .manufaturerBtnwrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comparisonPopup .manufaturerBtnwrap .compareIconwhite {
  width: 20px;
  margin-left: 5px;
  height: 20px;
  background: url(../img/comparisonIconWhite.svg) no-repeat;
  display: inline-block;
}

@media (max-width: 766px) {
  .comparisonPopup ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comparisonPopup ul li.coparisonItem {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comparisonPopup ul li.coparisonItem .removePopup {
    background-size: 18px;
    top: 3px;
    right: 3px;
    background-position: center center;
  }
  .comparisonPopup ul li.coparisonItem .cpimgwrap {
    width: 50%;
    height: 100px;
  }
}

.coparisonItem {
  position: relative;
  text-align: left;
}

.coparisonItem .removePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../img/binicon.svg) no-repeat;
  cursor: pointer;
}

.coparisonItem .cpimgwrap {
  width: 100%;
  height: 180px;
  display: block;
}

.coparisonItem .cpimgwrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.coparisonItem h4 {
  color: #050D45;
  font-weight: bold;
  font-size: 16px;
}

.coparisonItem h3 {
  color: #050D45;
  font-weight: bold;
  font-size: 12px;
}

.coparisonItem h3 strong {
  color: #2968F6;
  font-size: 14px;
}

.comparisonTableWrap {
  background: #FFFFFF;
  overflow: auto;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.comparisonTableWrap table {
  border-radius: 10px;
  width: auto;
  margin: 0;
  text-align: left;
}

.comparisonTableWrap table tbody th {
  background: #F8F8F8;
  font-size: 14px;
  font-weight: 600;
}

.comparisonTableWrap table tr td {
  color: #37404C;
  font-size: 14px;
}

.comparisonTableWrap table tr th {
  vertical-align: top;
  width: 220px;
  text-align: left;
}

.comparisonTableWrap table tr th:not(:first-child) {
  width: 220px;
}

.comparisonTableWrap table tr .addDeleteProduct {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.comparisonTableWrap table tr .addDeleteProduct a {
  font-weight: normal;
  font-size: 14px;
  color: #050D45;
  position: relative;
}

.comparisonTableWrap table tr .addDeleteProduct a:before {
  content: "";
  width: 13px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}

.comparisonTableWrap table tr .addDeleteProduct a.deleteAll:before {
  background: url(../img/binicon.svg) no-repeat;
  background-size: 13px;
}

.comparisonTableWrap table tr .addDeleteProduct a.addItem:before {
  background: url(../img/addItem.svg) no-repeat;
  background-size: 13px;
}

@media (max-width: 900px) {
  .comparisonTableWrap table tr .addDeleteProduct a {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .comparisonTableWrap table tr th, .comparisonTableWrap table tr td {
    padding: 5px;
  }
}

.reviewTab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
}

.reviewTab li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.reviewTab li a {
  border-radius: 10px 0 0 10px;
}

.reviewTab li a.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#3332ff), color-stop(40%, #148eff), color-stop(60%, #148eff), to(#3332ff));
  background-image: linear-gradient(90deg, #3332ff 0%, #148eff 40%, #148eff 60%, #3332ff 100%);
  background-size: 300% 100%;
  color: #fff;
}

.reviewTab li + li {
  margin-left: -1px;
}

.reviewTab li + li a {
  border-radius: 0  10px 10px 0;
}

.reviewTab li a {
  font-size: 16px;
  padding: 10px 15px;
  color: #050D45;
  border: solid 1px #CFCFCF;
}

.downloadIcon {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #1B1B1B url(../img/download.png) no-repeat center center;
  background-size: 20px;
  float: left;
  margin-left: 10px;
  display: block;
}

.sellerRegistration h1 {
  text-align: center;
  margin-bottom: 25px;
}

.sellerRegistration .onepageNavigation ul {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.sRegistartionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border-radius: 10px;
}

.sRegistartionWrap .srLeftbox {
  width: 35px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #FFFFFF;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #FFFFFF;
  width: 35%;
  padding: 30px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: left;
}

.sRegistartionWrap .srLeftbox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sRegistartionWrap .srLeftbox ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  position: relative;
}

.sRegistartionWrap .srLeftbox ul li:first-child a:before {
  display: none;
}

.sRegistartionWrap .srLeftbox ul li:last-child a:after {
  display: none;
}

.sRegistartionWrap .srLeftbox ul li:last-child::before {
  display: none;
}

.sRegistartionWrap .srLeftbox ul li.active i {
  border-radius: 5px;
}

.sRegistartionWrap .srLeftbox ul li.active i:after {
  border-radius: 5px;
}

.sRegistartionWrap .srLeftbox ul li.active i::before {
  opacity: 1;
}

.sRegistartionWrap .srLeftbox ul li:before {
  content: "";
  position: absolute;
  top: 47px;
  width: 1px;
  height: 26px;
  left: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.sRegistartionWrap .srLeftbox ul li a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.sRegistartionWrap .srLeftbox ul li a:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: block;
}

.sRegistartionWrap .srLeftbox ul li a:before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 15px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: block;
}

.sRegistartionWrap .srLeftbox ul li a i {
  font-style: normal;
  font-size: 18px;
  color: #2968F6;
  background: #FFFFFF;
  margin-right: 20px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  z-index: 1;
}

.sRegistartionWrap .srLeftbox ul li a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #DAE0EA;
  opacity: 0.6;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: -2;
}

.sRegistartionWrap .srLeftbox ul li a i:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250%;
  height: 250%;
  background: url(../img/comProfileActive.png) no-repeat;
  background-size: cover;
  opacity: 0;
}

.sRegistartionWrap h2 {
  font-size: 24px;
}

.srRightbox {
  width: calc(100% - 390px);
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.srRightbox .formwrap {
  width: 100%;
}

.srRightbox .srRightInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  width: 100%;
}

.chooseRole {
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.chooseRole h4 {
  font-weight: normal;
  color: #37404D;
  font-size: 16px;
  line-height: 24px;
}

.chooseRoleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0;
}

.chooseRoleList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  width: 40%;
}

.chooseRoleList li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  width: 100%;
  text-align: left;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
}

.chooseRoleList li label span {
  display: inline-block;
  width: 20px;
  border: 1px solid #DEDEDE;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.chooseRoleList li label input {
  display: none;
}

.chooseRoleList li label input:checked + span {
  border: 5px solid #2968F6;
}

.registrationButtons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.borderBtn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #D7D7D7;
  color: #050D45;
}

.formMainwrap label {
  font-style: normal;
  color: #050D45;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.formMainwrap .form-group p {
  font-size: 12px;
}

.formMainwrap .form-control {
  border-radius: 10px;
  font-size: 14px;
  height: 45px;
  line-height: 19px;
  color: #596576;
}

.formMainwrap textarea.form-control {
  height: auto;
}

.redstar {
  color: #FF0000;
  font-style: normal;
  font-weight: normal;
}

.chooseGender {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.chooseGender h4 {
  font-weight: normal;
  width: auto;
  margin: 0 10px 0 0;
  line-height: 30px;
  font-size: 16px;
  color: #37404D;
}

.chooseGenderList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.chooseGenderList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chooseGenderList li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  text-align: left;
  padding: 5px;
  margin: 0;
}

.chooseGenderList li label span {
  display: inline-block;
  width: 20px;
  border: 1px solid #DEDEDE;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.chooseGenderList li label input {
  display: none;
}

.chooseGenderList li label input:checked + span {
  border: 5px solid #2968F6;
}

.chooseGenderList.authenticateList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 55px;
}

.chooseGenderList.authenticateList li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.chooseGenderList.authenticateList label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.chooseGenderList.authenticateList label span {
  margin-top: 3px;
}

.chooseGenderList.authenticateList label p {
  font-size: 12px;
  margin: 0;
}

.mobileNo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileNo #mobile {
  width: 100px;
  margin-right: 10px;
}

.sr3grouplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sr3grouplist .srField {
  width: 31%;
}

.sr2grouplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sr2grouplist .first {
  margin-top: 34px !important;
}

.sr2grouplist .srField {
  width: calc(48% - 22px);
}

.sr2grouplist .srField .disable {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sr2grouplist .sr2Number {
  font-style: normal;
  font-size: 18px;
  color: #2968F6;
  background: #FFFFFF;
  margin-top: 4px;
  border-radius: 20px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  z-index: 1;
  border: solid 4px rgba(52, 156, 255, 0.3);
}

.infoicon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/infoIcon.svg) no-repeat center center;
  margin-left: 5px;
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

.form-group label i {
  height: 21px;
  display: inline-block;
  margin-right: 10px;
}

.form-group label i img {
  width: 21px;
}

.form-group.complited label i {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.authenticateAccount {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.authenticateAccount h2 {
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #FFFFFF;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #FFFFFF;
  padding: 15px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
}

.loginwraper {
  padding: 40px;
}

.loginbtnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginbtnwrap .blueBtn {
  min-width: 200px;
}

.viewContact {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F2F6FF;
  padding: 24px;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow: auto;
  z-index: 9999;
  border-radius: 10px;
  max-width: 920px;
  width: 100%;
  display: none;
}

.viewContact h3 {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 24px;
}

.viewContact .closePopup {
  top: 25px;
  right: 25px;
}

.contactItem {
  width: 876px;
  padding: 10px 10px 10px 80px;
  background: #FFFFFF;
  min-height: 160px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.contactItem + .contactItem {
  margin-top: 18px;
}

.contactItem.quoteWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 127px;
  padding: 15px 50px 15px 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contactItem.quoteWrap:after {
  display: none;
}

.contactItem.quoteWrap .productImg {
  width: 200px;
}

.contactItem.quoteWrap > div {
  width: 30%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.contactItem.quoteWrap > div label {
  margin-bottom: 25px;
  font-size: 14px;
  color: #050D45;
}

.contactItem.quoteWrap > div strong {
  font-size: 16px;
  color: #050D45;
}

.contactItem.quoteWrap > div.productImg {
  width: 35%;
  padding-left: 0;
}

.contactItem.quoteWrap .removeProd {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/binicon.png) no-repeat;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactItem:after {
  content: "";
  position: absolute;
  width: 70px;
  height: calc(100% - 20px);
  left: 0;
  top: 10px;
  border-right: 1px solid #DEDEDE;
}

.contactItem.compnayName:after {
  background: url(../img/companyDetails.png) no-repeat center center;
}

.contactItem.industryDetails:after {
  background: url(../img/industryDetail.png) no-repeat center center;
}

.contactItem.locationDetails:after {
  background: url(../img/locationDetail.png) no-repeat center center;
}

.contactItem.companyDscription:after {
  background: url(../img/contactIcon.png) no-repeat center center;
}

.contactItem.contactIcon:after {
  background: url(../img/comDescri.png) no-repeat center center;
}

.contactItem .companyLogo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 10px;
}

.contactItem .companyLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.contactItem .innerContItem {
  width: 40%;
  padding-left: 45px;
}

.contactItem .innerContItem.fullwidht {
  width: 100%;
}

.contactItem .innerContItem label {
  font-size: 14px;
  line-height: 19px;
  color: #2968F6;
}

.contactItem .innerContItem label + p {
  font-size: 14px;
  line-height: 19px;
  color: #050D45;
  margin: 0;
}

.contactQuatbtnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  margin-top: 25px;
}

.numberinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
}

.numberinner .minus, .numberinner .plus {
  width: 30px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  background: transparent;
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.numberinner input {
  max-width: 45px;
  text-align: center;
  font-size: 16px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.productQuoteMessinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.productQuoteMessinfo label {
  font-size: 14px;
  color: #050D45;
}

.productQuoteMessinfo .pqMassage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productQuoteMessinfo .pqFileDate {
  padding-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  padding-left: 20px;
  width: 50%;
}

.productQuoteMessinfo .pqFileDate > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
}

.productQuoteMessinfo .pqFileDate > div label {
  padding-right: 15px;
  margin: 0;
  text-align: right;
}

.productQuoteMessinfo .pqFileDate > div .input-group {
  width: 188px;
  display: block;
  background: #FFFFFF;
  position: relative;
  border: 1px solid #CFCFCF;
  min-height: 45px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.productQuoteMessinfo .pqFileDate .dateInfo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.productQuoteMessinfo .pqFileDate .dateInfo .input-group input {
  width: 100%;
  background: transparent;
  border: 0;
  letter-spacing: 0.0075em;
  font-size: 14px;
  color: #050D45;
}

.productQuoteMessinfo .pqFileDate .dateInfo .input-group .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 12px;
  font-size: 19px;
  color: #6E6C6C;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload label {
  padding: 5px;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .file-input-label {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .file-input-label span {
  max-width: calc(100% - 50px);
  overflow: hidden;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .file-input-label::before {
  width: 25px;
  height: 25px;
  content: "";
  background: url(../img/document.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .file-input-label::after {
  width: 15px;
  height: 15px;
  content: "";
  background: url(../img/tick-mark.png) no-repeat;
  display: inline-block;
  margin-left: 5px;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .input-group-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productQuoteMessinfo .pqFileDate .quoteFileUpload .input-group-btn label {
  color: #050D45;
  letter-spacing: 0.0075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 14px;
  line-height: 1.5;
}

.quoteUpload {
  position: relative;
  width: 100%;
  text-align: center !important;
  overflow: hidden;
  padding: 13px 5px;
}

.quoteUpload > div {
  display: block;
  position: relative;
}

.quoteUpload input[readonly] {
  background-color: white !important;
  width: 0;
  height: 0;
  cursor: text !important;
}

.quoteUpload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.uploadIcon {
  display: inline-block;
  width: 25px;
  background: url(../img/uploadimg.png) no-repeat;
  height: 25px;
  margin-left: 10px;
}

.innerContItem .contactItem.quoteWrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #CFCFCF;
  padding: 5px;
  min-height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innerContItem .contactItem.quoteWrap .number strong {
  font-weight: normal;
  text-decoration: underline;
}

.AuthentictionBox {
  background: #FFFFFF;
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.AuthentictionBox > h2 {
  background: -webkit-gradient(linear, left top, right top, from(#3332FF), color-stop(99.48%, #148EFF)), #FFFFFF;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%), #FFFFFF;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  padding: 10px;
  /* identical to box height */
  color: #FFFFFF;
}

.AuthentictionBox .chooseGenderList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px 20px;
}

.AuthentictionBox .chooseGenderList label p {
  margin: 0;
}

.AuthentictionBox .chooseGenderList label p small {
  display: block;
}

.AuthentictionBox .chooseGenderList li + li {
  margin-top: 20px;
}

.authBottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 40px;
}

.authBottons.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginBox {
  padding: 30px;
}

/* multyselect dropdown*/
.ms-options-wrap,
.ms-options-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
  font-weight: 400;
  border-radius: 10px;
  font-size: 14px;
  height: 45px;
  line-height: 19px;
  color: #596576;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.ms-options-wrap > button > span {
  display: inline-block;
}

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}

.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
  color: #333;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #ced4da;
  overflow: auto;
  visibility: hidden;
  font-weight: 400;
  border-radius: 10px;
  font-size: 14px;
}

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 8px 5px;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.wrapMulty {
  position: relative;
}
/*# sourceMappingURL=styles.css.map */