@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;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;
  top: 0px !important;
}

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


.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 .language-dropdown .dropdown-menu {
  min-width: 8rem;
  padding: 0;
}

.mainHeader .mainNav .container .navbar > li > .blog-dropdown .dropdown-menu,
.mainHeader .mainNav .language-dropdown .dropdown-menu {
  width: 100%;
  max-width: 370px;
  padding: 0;
}

.mainHeader .mainNav .container .navbar > .mobileNavBar > li.language-dropdown > a.dropdown-toggle {
  display: block;
  width: 100%; 
}

.mainHeader .mainNav .container .navbar > .mobileNavBar > li.language-dropdown > a.dropdown-toggle::after {
  margin-left: 70%;
}

.mainHeader .mainNav .container .navbar > .mobileNavBar > li.language-dropdown.show > a.dropdown-toggle::after {
  transform: rotate(180deg);
}

.mainHeader .topNavbar .container .topNavlist > li.language-dropdown .dropdown-item {
  padding: 3px 10px;
}

.mainHeader .mainNav .container .navbar > li > .blog-dropdown .dropdown-item,
.mainHeader .mainNav .container .navbar > .mobileNavBar > li.language-dropdown .dropdown-item {
  padding: 10px 25px;
  line-height: 24px;
}

.mainHeader .topNavbar .language-dropdown .flag,
.mainHeader .mainNav .language-dropdown .flag {
  width: 27px;
  max-height: 18px;
  margin-right: 5px;
  display: inline-block;
  margin-top: -1px;
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.skiptranslate > iframe {
  display: none;
}

.mainHeader .topNavbar .container .topNavlist #google_translate_element select {
  width: 200px;
  margin: 0;
  margin-right: 14px;
  padding: 6px 8px;
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
  color: #212529;
  border-radius: 10px;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 4px;
}
.mainHeader .topNavbar .container .topNavlist .goog-te-gadget {
  font-size: 0;
}
.mainHeader .topNavbar .container .topNavlist .goog-te-gadget span {
  display: none;
}

.mainHeader .topNavbar .container .topNavlist > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.mainHeader .topNavbar .container .topNavlist > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0f60d9;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.mainHeader .topNavbar .container .topNavlist > li:not(:first-child):not(:last-child):hover::before, .mainHeader .topNavbar .container .topNavlist > li:not(:first-child):not(:last-child):active::before {
  transform: scaleX(1);
}
.mainHeader .topNavbar .container .topNavlist > li .topNavListLink {
  text-decoration: none;
  font-weight: 600;
  color: #596576;
  font-size: 14px;
  padding: 0 14px;
  line-height: 21px;
  border-right: 1px solid #dedede;
}
.mainHeader .topNavbar .container .topNavlist > li:nth-child(2) .topNavListLink {
  border-left: 1px solid #dedede;
}
.mainHeader .topNavbar .container .topNavlist > li:hover .topNavListLink, .mainHeader .topNavbar .container .topNavlist > li:active .topNavListLink {
  color: #0f60d9;
}
.mainHeader .topNavbar .container .topNavlist > li .dropdown-item {
  font-size: 14px;
  margin: 4px;
  color: #777;
  padding: 3px 20px;
  border-radius: 3px;
  width: -webkit-fill-available;
}

.mainHeader .topNavbar .container .topNavlist > li a:hover{
  text-decoration: none;  
}

.mainHeader .topNavbar .container .topNavlist > li .dropdown-item{
  line-height: 25px;
}

.mainHeader .topNavbar .container .topNavlist > li a > .dropdown-item:hover{
  background-color: #f1f1f1;
  color: #333 
}

.mainHeader .topNavbar .container .topNavlist > li a > .dropdown-item > i{
  margin-right: 5px;
}

.dropdown-menu.dropdown-menu-right.show{
  padding: 0;
}

.mainHeader .topNavbar .container .topNavlist > li .menu-item-btn{
  color: #596576;
  margin: 0;
  padding: 3px 10px;
  border-radius: 0;
}

.mainHeader .topNavbar .container .topNavlist > li .menu-item-btn:hover{
  background-color: #e9ecef !important;
  color: #596576 !important;
}

.mainHeader .topNavbar .container .topNavlist > li .menu-item-btn > i{
  margin-right: 0 !important;
}

.login-menu-item:hover{
  text-decoration: underline !important;  
}

.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 .logo img {
  max-width: 60px;
}

.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;
  justify-content: flex-start;
  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 > .dropdown > a,
.mainHeader .mainNav .container .navbar > li > a {
  font-weight: 600;
  color: #050d45;
  line-height: 77px;
  font-size: 14px;
  padding: 0 17px;
  position: relative;
}

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

.new-label {
  content: "";
  background: url('../../frontend/img/expo/expo-logo.svg');
  position: absolute;
  top: 16px;
  left: 16px;
  height: 11px;
  width: 29px;
}

@media only screen and (max-width: 1024px) {
  .new-label {
    transform: translate(40px, 6px);
  }
}

.mainHeader .mainNav .container .navbar > li > .dropdown::after,
.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 > .dropdown::after,
.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;
}

.topsections .heroBanner.signup-page {
  padding-bottom: 100px;
} 

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

.justify-content-md-center.quick-links {
  justify-content: center;
}

.accordion .content {
  overflow-x: auto !important;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .heroBanner h1, .heroBanner .job-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .heroBanner .justify-content-sm-center {
    justify-content: center;
  }
}

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

@media only screen and (max-width: 480px) {
  .heroBanner p {
    font-size: 14px;
    max-width: fit-content;
    line-height: 19.7px;
  }

  .quick-links p {
    max-width: none;
  }
}

@media only screen and (max-width: 480px) {
  .heroBanner .wrapHeroDesc p {
    font-size: 14px;
    max-width: 358px !important;
    line-height: 19.7px;
    margin: 20px auto 0;
  }
}

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

.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;
}

.heroBanner .wrapHeroDesc {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .heroBanner .wrapHeroDesc h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

@-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% - 150px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.jobsFilterWrap {
  max-width: 1110px;
}

.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;
}

.blogSideBar {
  display: none !important;
}

.blogMainBar {
  display: block !important;
}

@media (max-width: 1024px) {  
  .blogMainBar {
    display: none !important;
  }
  .blogSideBar {
    display: block !important;
  }
  .mainFilterWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainFilterWrap > ul {
    width: 100%;
  }
}


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

  .jobsFilterWrap.mainFilterWrap > ul > li .bootstrap-select .dropdown-menu li {
    width: auto;
  }
}

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

  .jobsFilterWrap.mainFilterWrap .bootstrap-select .dropdown-menu {
    width: 100%;
  }
}

/* Container styles */
.blogFilterWrap {
  background: #fff;
  padding: 35px 20px 10px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 40px auto;
  max-width: 996px;
}

.blog-categories {
  max-height: 150px;
  overflow: hidden;
}

/* Blog categories list items */
.blogFilterWrap .blog-categories li {
  height: fit-content !important;
  width: fit-content !important;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
}

/* Blog category link styles */
.blogFilterWrap .blog-categories li a {
  color: #3c80ff !important;
  border: 2px solid #585858 !important;
}

/* Active blog category link styles */
.blogFilterWrap .blog-categories .active a {
  color: #fff !important;
  background-color: #3b80ff !important;
}

/* Slick slider arrow styles */
.blogFilterWrap .slick-arrow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Slick slider next arrow position */
.blogFilterWrap .slick-arrow.slick-next {
  left: 900px !important;
}

/* Slick slider previous arrow position */
.blogFilterWrap .slick-arrow.slick-prev {
  right: 900px !important;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  /* Adjust container padding for smaller screens */
  .blogFilterWrap {
    max-width: 768px;
  }

  .blogFilterWrap .slick-arrow.slick-next {
    top: 50%;
    left: auto !important;
    right: -20px !important;
  }

  .blogFilterWrap .slick-arrow.slick-prev {
    top: 50%;
    right: auto !important;
    left: -20px !important;
  }
}

@media (max-width: 768px) {
  /* Adjust container padding for smaller screens */
  .blogFilterWrap {
    max-width: 468px;
  }
}

@media (max-width: 468px) {
  /* Adjust container padding for smaller screens */
  .blogFilterWrap {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  /* Adjust container padding for smaller screens */
  .blogFilterWrap {
    max-width:320px;
  }
}

.filterControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  /* justify-content: flex-end; */
  width: 120px;    
}

@media only screen and (max-width: 480px) {
  .filterControl {
    margin-top: 20px;
  }
}

.filterControl .clearAllBtn {
  visibility: hidden;
  margin: 6px 0;
  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,
.signUpBtn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
  margin-right: 20px;
  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 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}

.filterControl .searchBtn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.signUpBtn {
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.filterControl .searchBtn:hover,
.signUpBtn:hover {
  background-position: 100% 0;
}
 
.filterControl label {
  display: none;
}

@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;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 7.5px 0;
}

@media only screen and (max-width: 480px) {
  .filterTopBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: contents;
  }
}

/* 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: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.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 only screen and (max-width: 480px) {
  .applicationSection h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 182px;
    margin: 29px auto 0;

  }
}

@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(-40%, -60%) rotate(-135deg);
          transform: translate(-40%, -60%) 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(-60%, -60%) rotate(45deg);
          transform: translate(-60%, -60%) 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;
  word-break: break-word;
}

.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-header{
  text-align: center;
}

.howitswork-language{
    display: flex;
    justify-content: end;
    gap: 8px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .howitswork-language{
    justify-content: center;
  }
  .howitswork-language a, .howitswork-language .langHead {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 12px;
  }
  .howitswork-language img {
    display: inline-block;
    margin-top: 22px;

  }
  .howitswork-language div {
    display: flex;
    flex-direction: column;
    height: 28px;
    width: 40px;
  }
  .howitswork-vertical-seperator {
    display: inline-block;
    margin: 22px 0;
  }
}

.video-player{
  margin-top: 10px;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.howitswork a, .howitswork .howitsworkLang {
  color: #EEEEEE;
  text-decoration: none;
}

.howitswork a:hover {
  color: #FFFFFF;
}

.howitswork {
  background: url(../img/HowitworksBgleft.svg) no-repeat;
  padding: 60px 200px;
  overflow: hidden;
  position: relative;
}

.howitswork::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(90deg, #3332ff 0%, #148eff 99.48%), #0f60d9;
}

.howitswork-vertical-seperator , .howitswork a  {
  color: #EEEEEE;
  text-decoration: none;
}

.howitswork a:hover {
  color: #FFFFFF;
}

.howitswork h2 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
  .howitswork h2 {
    font-size: 28px;
    line-height: 42px;
  }
  
}

.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.05);
          transform: scale(1.05);
}

@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%;
  }
}
.sliderWrap .blog-categories.blog-filter .slick-list.draggable {
  width: 92%;
  display: inline-block;
}

.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);
}

/* About Us Page:  Start*/
.howitworkList li > abbr {
  min-height: 180px;
}

.howitworkList li span + abbr > abbr::after {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
}

.howitworkList li > abbr > abbr > strong {
  line-height: 32px;
}

.howitworkList li abbr + p{
  display: none;
}
/* End */

.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;
}

@media only screen and (max-width: 480px) {
  .whatsnewlist {
    width: 100%;
    gap: 10px;
  }

  .whatsnewlist li {
    padding: 20px;
  }
  .viewContact .whatsnewlist {
    display: flex !important;
    gap: 10px;
  }
  .viewContact .whatsnewlist li {
    width: 100% !important;
  }
}

.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;
  cursor: pointer;
}

.product-item li {
  padding: 0;
}

.product-item li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 20px 10px;
  height: 100%;
  width: 100%;
}

.whatsnewlist li[data-type]::before, .whatsnewlist li[data-usecase]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #a3a9b1;
  border-radius: 10px 0;
  color: #fff;
  width: auto;
  content: attr(data-type);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 0px 15px;
}

.whatsnewlist li[data-usecase]::after {
  background: #F1CC47;
  content: attr(data-usecase);
}

.whatsnewlist li[data-usecase][data-type]::after {
  left: 80px;
}

.whatsnewlist li .prodImgwrap {
  width: 100%;
  height: 190px;
  display: block;
  overflow: hidden;
  margin: 21px 0 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 .mCSB_inside > .mCSB_container {
  margin: 0;
}

.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%);
}

.password-rules-box {
  text-align: left;
}

#result-login .error-message p{
  max-width: unset;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #dc3545;
}

@media (max-width: 1024px) {
  .whatsnewlist li {
    width: 31.33%;
  }
  #QuoteRequests img {
    object-fit: contain;
  }
}

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

  #latest-product-load li {
    width: 48%;
  }

  #latest-product-load {
    justify-content: center;
  }
}

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

  #latest-product-load li {
    width: 46%;
  }
}

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

@media (max-width: 480px) {
  #latest-product-load {
    gap: 7px;
  }
  #latest-product-load li .prodImgwrap {
    margin: 0;
    height: 135px;
    aspect-ratio: 1;
  }
  #latest-product-load li .wrapStarNLike {
    margin-top: 5px;
  }
  #latest-product-load li .wrapStarNLike .rating-stars .star > span {
    width: 0.7rem;
    height: 0.7rem;
  }
  #latest-product-load li .wrapStarNLike .like {
    font-size: 12px;
  }
  #latest-product-load li .wrapStarNLike .like:before {
    background-size: 12px;
    width: 12px;
    height: 12px;
  }
  #latest-product-load li h2, #latest-product-load li h3 {
    font-size: 12px;
  }
  #latest-product-load li .overlay .viewProductImg {
    font-size: 11px;
    line-height: 18px;
  }
  .whatsNewhome {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .outBrandList 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 0.4s ease-in-out;
  transition: all 0.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 0.4s ease-in-out;
  transition: all 0.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 0.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: url(../img/appBgProd.png), white no-repeat;
  border: 1px solid #cfcfcf;
  float: right;
  display: block;
  height: 45px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.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/likeblue.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/blueHeartFilled.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, .ourSponsors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .ourBrandList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3,1fr);
  }

  .ourBrandList li {
    width: 100% !important;
    padding: 10px !important;
  }

  .container ul {
    justify-content: center;
  }
  
  .mainFilterWrap > ul > li .bootstrap-select .dropdown-menu li{
    width: auto;
  }

  .discoverFeatureList {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .discoverFeatureList::-webkit-scrollbar {
      display: none;
    }

  .discoverFeatureList li {
    display: inline-block;
    flex: 0 0 auto;
  }
}

.ourBrandList li, .ourSponsors li {
  padding: 40px;
  width: 220px;
  height: 132px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  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;
}

.ourBrandList li .brandsHead, .ourSponsors li a {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

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

.ourBrandList + .morebtnwrap {
  margin-top:  24px;
  justify-content: center;
}

.ourBrandList + .morebtnwrap .blueCenterbtn {
  cursor: pointer;
}

.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);
}

.footerWrap .footerContainer {
  background-image: url(../../../assets/frontend/img/footer_horizontal_line.svg);
  background-repeat: no-repeat;
}


@media (max-width: 1024px) {
  .discoverFeatureListContainer {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .discoverFeatureListContainer::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */
  }
  
  .discoverFeatureList {
    display: inline-flex; /* Change to inline-flex for horizontal scroll */
    margin: 0;
  }

  .discoverFeatureList li {
    margin: 40px 70px;
  }
  .footerWrap .container:nth-child(3)  {
    display: flex;
    flex-direction: column-reverse;
  }
  .footerWrap .container .followUsWrap {
    margin-top: 20px;
  }
}

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

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

  .jobsFilterWrap.mainFilterWrap .filterControl {
    justify-content: space-between !important;
  }

  .jobsFilterWrap.mainFilterWrap .filterControl .filterTopBtn {
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: contents;
  }

  #exploreByApp .sliderWrap .slick-arrow.slick-prev {
    right: 93%;
  }
  
  #exploreByApp .sliderWrap .slick-arrow.slick-next {
    left: 93%;
  }
}

.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;
  margin-right: 10px;
  background-color: #fff;
  color: #3c4043;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .25px;
  border-radius: 50px;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;  
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform, opacity;
}

.upcomingtab li a:hover {
  color: #0056b3;
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
  border: 2px solid #0056b3;
}

.upcomingtab li a:focus,
.upcomingtab li a:active,
.upcomingtab li a.active  {
  background: #f2f6ff;
  color: #007bff;
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
  border: 2px solid #007bff;
}

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

  .upcomingtab li {
    width: 100%;
  }
  
  .upcomingtab li:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .upcomingtab li a {
    flex-basis: 100%;
    margin: 0;
  }
}

.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;
}

@media (max-width: 480px) {
  .eventList {
      gap: 10px;                            
  }
}

.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 .eventBox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 5px;

  }
  .eventList li .eventContent .eventBox i {
    display: inline-block;
  }

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


.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;
  z-index:1;
}

.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, .footerWrap .container .socialHead {
  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: 312px;
  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 only screen and (max-width: 480px) {
  .footerWrap .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerWrap .footerLogo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .footerWrap .container h3, .footerWrap .container .socialHead {
    font-size: 14px;
  }

  .newsletter-inner .imgPadding {
    height: 26.86px;
    width: 40px;
  }
  
  .newsLetterwrap.newsLetterfooter {
    width: 218px;
  }

  .footerLinks .footerList {
    margin-bottom: 5px;
  }
}

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

@media only screen and (max-width: 480px) {
    .newsLetterwrap {
     width: 180px;
    }

    .newsLetterwrap button {
      width: 62px;
      height: 30px;
      display: inline-block;
      font-size: 10px !important;
      padding: 8px 4px !important;
    }

    .newsLetterwrap input {
      display: inline-block;
      height: 30px;
      font-size: 10px !important;
    }
}

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

.newsletter-inner .imgPadding {
  padding-right: 15px;
}

.newsletter-inner #newsletter .text-danger,
.newsletter-inner #newsletter-modal .text-danger {
  color: #FDE767 !important;
}

.newsLetterwrap .newsletter-name {
  margin-bottom: 10px;
}

.newsLetterwrap .newsletter-name.name-modal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.newsLetterwrap .newsletter-email.email-modal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.text-success.newsletter-subscription {
  color: #d3ebd7 !important;
}

.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: 1.9px solid white;
  height: 40px;
  background: #fff;
  padding: 6px 30px;
  font-size: 16px;
  color: #1a80ff;
  border-radius: 50px 50px 50px 50px;
}

.footerLinks ul {
  display: block;
}

.footerLinks ul li {
  display: block;
}

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

@media only screen and (max-width: 480px){
  .footerLinks ul {
    font-size: 12px;
  }
}

.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;
}

@media only screen and (max-width: 480px){
  .copyright {
    font-size: 10px;
  }
}

/*expore by application*/
.customeBreadcrumb ol.breadcrumb, .nav-breadcrumb 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: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%);
  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%;
  height: 330px;
  overflow: auto;
}

.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;
}

.mainContent .whatsnewlist.exporeList li {
  height: 344px;
} 

.mainContent .whatsnewlist.exporeList li h2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} 

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

.menuDropDown {
  position: absolute;
  top: 100%;
  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.01s;
  transition: 0.01s;
}

.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, .mddRow > ul > li > .subCatHead {
  color: #050d45;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
}

.blogAccordion {
  font-weight: unset !important;
}

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

@media (min-width: 1024px) {
  .mobileNavBar {
    display: none;
  }
}

.mddRow > ul > li ul {
  width: 100%;
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .mddRow > ul > li ul {
    max-height: 390px;
  }
}

.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;
  gap: 4px;
}

.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;
}

@media (max-width: 768px) {

  .searchWithbox {
    flex-wrap: wrap;
  }
  .searchWithbox .searchSelect {
    display: flex;
    min-width: 100%;
    order: 3;
    margin-top: 10px;
    justify-content: start;
    gap: 30px;
  }
  .searchWithbox .searchSelect li, .searchWithbox .searchSelect label span {
    margin-right: 0px;
  }
  .searchWithbox .searchSelect label {
    padding: 2px 10px;
  }
  .searchWithbox .searchSelect input:checked + label span {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .searchWithbox .searchSelect {
    gap: 4px;
  }
  .searchWithbox .bootstrap-select {
    margin-right: 2px;
  }

  .searchWithbox .searchSelect label {
    padding-left: 5px;
  }
}
 @media (max-width: 360px) {
  .searchWithbox .searchSelect label {
    padding-left: 8px;
  }
  .searchWithbox .searchSelect label a {
    margin-right: 7px;
  }
  .searchWithbox .bootstrap-select {
    width: 134px !important;
    margin-right: 0 !important;
  }

  .searchWithbox .searchSelect {
    justify-content: flex-start;
    gap: 10px 30px;
    flex-wrap: wrap;
  }
 }

@media (max-width: 1024px) {
  .menuOpen .mainHeader .mainNav .container .navbar {
    max-width: 390px;
    background: #fff;
    overflow-y: auto;
    padding-bottom: 120px;
  }
  .mddRow > ul > li:first-child {
    display: flex;
    flex-direction: column;
  }
  .mddRow > ul > li:not(:first-child) {
   margin-top: 40px;
  }
  .mainHeader .mainNav .container .navbar > li, .mainHeader .mainNav .container .navbar .mobileNavBar > li {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
  }
  .mainHeader .mainNav .container .navbar .mobileNavBar > li.mobileNavBarTitle {
    padding: 10px 0;
  }
  .mainHeader .mainNav .container .navbar .mobileNavBar > li > a {
    font-weight: 600;
    color: #050d45;
    line-height: 55px;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
  }
  .mobileNavBar > li:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobileNavBar > li:first-child > a {
    padding-right: 80px !important;
  }
  .mainHeader .mainNav .container .navbar > li:hover .menuDropDown {
    overflow-y: scroll;
  }

  .mainHeader .mainNav .container .logo {
    max-width: 60px;
  }

  .mainHeader .topNavBar .container .topNavlist {
    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;
  }
}

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

.productWithSidear > .whatsnewlist > h3 {
  margin-left: 1%;
}

@media (max-width: 768px) {
  .productWithSidear {
    flex-direction: column-reverse;
  } 
  .position-relative .bn-sm  img {
    width: 100%;
  }
}

.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 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

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

.sidebarFilterWrap .mainAccordionwrap > .card:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.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;
}

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

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

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

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

.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;
}

.jobsWithSidear .productList {
  width: 100%;
}

.productList > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5% ;
}

 .jobTile {
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: 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;
}

.productList .whatsnewlist li {
  margin: 0 0.5% 10px;
  padding: 20px 10px;
}

.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 > ul.pagination {
  column-gap: 10px;
}

.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;
  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;
}

.bootstrap-select .dropdown-menu .dropdown-item {
  white-space: normal;
}

.bootstrap-select .dropdown-menu .dropdown-menu.inner li {
  width: 100%;
}

.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;
  }
  .mobileMenuOpen,
  .mobileMenuClose {
    display: block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
  }
  .mobileMenuOpen abbr,
  .mobileMenuClose 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);
  }
  .mobileMenuOpen abbr .icon-bar,
  .mobileMenuClose 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 0.5s ease;
    transition: all 0.5s ease;
  }
  .mobileMenuOpen abbr .icon-bar:first-child, 
  .mobileMenuClose abbr .icon-bar:first-child {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mobileMenuOpen abbr .icon-bar:nth-child(2),
  .mobileMenuClose abbr .icon-bar:nth-child(2) {
    top: 50%;
    opacity: 1;
  }
  .mobileMenuOpen abbr .icon-bar:nth-child(3),
  .mobileMenuClose abbr .icon-bar:nth-child(3) {
    top: 100%;
  }
  .mobileMenuClose abbr {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .mobileMenuClose abbr .icon-bar:first-child {
    top: 50%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .mobileMenuClose abbr .icon-bar:nth-child(2) {
    top: 50%;
    opacity: 0;
  }
  .mobileMenuClose 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(390px);
            transform: translateX(390px);
    overflow: hidden;
  }
  .mainHeader {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body.menuOpen .mainHeader {
    -webkit-transform: translateX(390px);
            transform: translateX(390px);
  }
  .mainHeader .mainNav .container .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    max-width: 390px;
    padding: 0 10px;
  }
  .mainHeader .mainNav .container .navbar > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .mainHeader .mainNav .container .navbar > li > .blog-dropdown > a,
  .mainHeader .mainNav .container .navbar > li a {
    line-height: 55px;
    width: 100%;
    position: relative;
  }

  .mainHeader .mainNav .container .navbar > li > .blog-dropdown {
    width: 100%;
  }
  
  .mainHeader .mainNav .container .navbar > li > .blog-dropdown .dropdown-toggle{
    display: block;
  }

  .mainHeader .mainNav .container .navbar > li > .blog-dropdown .dropdown-toggle::after {
    margin-left: 87%;
  }

  .menuDropDown {
    position: fixed;
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    max-width: 390px;
    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, .blogLaveldrop {
    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, .blogLaveldrop: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, .active > .blogLaveldrop {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .active > .lavelSeconddrop:after, .active > .blogLaveldrop: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, .menuTab li .menuSubCat {
    width: 100%;
    position: relative;
    display: block;
    line-height: 40px !important;
    text-decoration: none !important;
  }
  .menuTab li a.active {
    color: #454aff;
  }
  .menuTab li a.blogAccordion.active, .menuTab .menuCatList .blogAccordion.active  {
    color: unset;
}
  .menuTab li ul {
    display: none;
  }

  @media (max-width: 480px) {
    .menuTab li ul {
      display: none;
    }
  }
  .mobileMenuBack {
    display: flex;
    width: 100%;
    line-height: 40px;
    font-style: normal;
    margin-bottom: 10px;
  }
  
  @media (max-width: 480px) {
    .mobileMenuBack  p {
      margin-bottom: 0;
    }
    .mobileMenuBack:hover {
    color: #454aff;
    }
  }
  .whatsNew.topbrandWrap::after {
    display: none;
  }
  .whatsNew.topbrandWrap::before {
    display: none;
  }
}

.jobsSidebarBanner img {
  display: flex;
  max-width: 285px;
  width: 100%;
}

@media (max-width: 992px) {
  .jobsSidebarBanner img {
    max-width: 400px;
  }

  .jobsWithSidear .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;
  }

  .jobsWithSidear .sidebarFilterWrap .sidbarHead {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0f60d9;
    color: #fff;
    text-align: center;
    border-radius: 0;
    z-index: 999;
    margin: 0;
    cursor: pointer;
  }

  .sidbarHead.jobs.filterJobs {
    position: relative;
    background: #f8f8f8;
    color: #000;
    text-align: left;
    font-size: 1.1rem;
    border-radius: 15px;
    margin-bottom: 10px;
  }

  .sidbarHead.jobs.filterJobs::before {
    content: none;
    margin-right: 0;
  }

  .jobsWithSidear .sidbarHead:before {
    content: url('../../../assets/frontend/img/filter.svg');
    margin-right: 10px;
  }

  .sidebarFilterWrap.active {
    left: 0;
  }

  .jobsWithSidear .productList ,.productList .jobsList .jobTileList {
    padding-left: 0;
  }

  .jobsSideFilterBy {
    padding: 0 !important;
  }
}

@media (min-width: 993px) {
  .filterJobs {
    display: none;
  } 
}

@media (max-width: 768px) {
  .sidbarHead:before {
    content: url('../../../assets/frontend/img/filter.svg');
    margin-right: 10px;
  }
  .sidbarHead {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0f60d9;
    color: #fff;
    text-align: center;
    border-radius: 0;
    z-index: 999;
    margin: 0;
    cursor: pointer;
  }
  .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;
  height: fit-content;
}

.onepageNavigation ul li a {
  font-size: 16px;
  color: #37404c;
  padding: 12px 10px;
  line-height: 1.5;
  -webkit-transition: background 0.3s;
  transition: background 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.myAccount ul li:hover a,
.onepageNavigation.myAccount ul li.active a {
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%);
  border: none;
  color: #fff;
}

.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.registerNav ul {
    padding: 10px !important;
  }
  .onepageNavigation.registerNav ul li a {
    padding: 5px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .onepageNavigation.registerNav {
    margin-bottom: 80px !important;
  }
  .onepageNavigation.registerNav ul {
    flex-direction: column !important;
  }
  .sRegistartionWrap {
    display: flex;
    flex-direction: column;
  }
  .sRegistartionWrap .srRightbox {
    width: 100%;
    margin-bottom: 0;
  }
  .srLeftbox {
    width: 100% !important;
  }
  .srRightInner .chooseRoleList {
    display: grid;
  }
  .srRightInner .chooseRoleList li {
    width: auto;
  }
  .sr3grouplist {
    display: block !important;
  }
  .sr3grouplist .srField select, .sr2grouplist .srField select {
    margin-bottom: 10px !important;
  } 
  .chooseGender {
    display: block !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .chooseGenderList li label {
    margin-bottom: 12px !important;
    align-items: flex-end !important;
    background: none !important;
  }
  .chooseRoleList li label span {
    padding: 6px;
  }
  .sr3grouplist .srField input {
    margin-bottom: 10px !important;
    text-align: center;
  }
}


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

@media (max-width: 750px) {
  .onepageNavigation.myAccount ul li a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .onepageNavigation.myAccount {
    display: flex;
  }

  .humburger-focus {
    border: 1px dashed #474747;
  }

  .settingPageWrapper.myAccount {
    padding-top: 20px;
  }

  .onepageNavigation.myAccount ul {
    padding: 7px 10px;
    overflow: auto;
    gap: 10px;
    white-space: nowrap;
  }

  .onepageNavigation.myAccount ul::-webkit-scrollbar {
    height: 8px;
  }
  
  .onepageNavigation.myAccount ul::-webkit-scrollbar-track {
    border-radius: 15px;
    margin: 0 10px;
  }

  .onepageNavigation.myAccount ul::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .onepageNavigation.myAccount ul::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
  }
}

@media (max-width: 600px) {
  .onepageNavigation.registerNav {
    display: flex;
    margin-bottom: 80px !important;
  }
  .onepageNavigation.registerNav ul {
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  .onepageNavigation li {
    text-align: start;
  }
  .ms-options-wrap > .ms-options > ul {
    column-count: 2 !important;
  }
  .sRegistartionWrap .srLeftbox ul li a {
    font-size: 12px !important;
  }
  .sRegistartionWrap .srLeftbox ul li:before {
    height: 10px !important;
  }
  .sRegistartionWrap .srLeftbox ul li {
    margin: 22px 0 !important;
  }
  
}

@media (max-width: 768px) {
  .sr2grouplist {
    display: block !important;
  }
  .sr2grouplist .sr2Number {
    margin-bottom: 10px !important;
  }
  .sr2grouplist .companyName {
    margin-top: 10px !important;
  }
  .form-group .mobileNo {
    flex-direction: column;
    gap: 10px;
  }
  .form-group .mobileNo:has(.countryCode.error) {
    gap: 40px;
  }
  .form-group .mobileNo .countryCode {
    width: 100% !important;
  }

  #describeBusiness > .formwrap > .form-group:nth-child(4),
  #describeBusiness > .formwrap > .form-group:nth-child(5) {
    padding: 0 40px 0 40px !important;
  }
  .registrationButtons .regBtn {
    padding: 0 10px 0 10px !important;
    display: inline-flex;
    gap: 10px;
  }
  #describeBusiness .registrationButtons {
    padding: 0 80px 0 80px !important;
  }
  .formMainwrap .registrationButtons {
    justify-content: space-evenly;
  }
  .registrationButtons button {
    display: inline-block;
    margin-left: 10px;
  }
}

.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;
  min-height: 317px;
}

@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 {
  display: block;
  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%;
    display: flex;
    justify-content: flex-start;
    scroll-snap-type: x proximity;
    scroll-padding-left: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
   .leftProductImgMnftr,
  .productDetaislwrap{
    min-width: 0;
  }

  .productDetaislwrap > li{
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .productDetaislwrap .leftProductImgMnftr .productThumbwrap li a {
    width: 60px;
    height: 45px;
  }

  .productDetaislwrap .leftProductImgMnftr .productThumbwrap > li:first-child {
    margin-left: auto;
  }
  .productDetaislwrap .leftProductImgMnftr .productThumbwrap > li:last-child {
    margin-right: auto;
  }
}

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

.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%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  -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 {
  position: relative;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.manufacturerBox .mfBizType {
  margin-top: 10px;
}

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

.manufacturerBox .comProfile {
  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;
  gap: 8px;
  margin: 10px 0;
}

@media (max-width: 480px) {
  .manufaturerBtnwrap a {
    white-space: nowrap;
    text-overflow: clip;
    width: fit-content;
    font-size: 10px !important;
  }

  .productContent h1 {
    font-size: 20px !important;
  }
}

.manufaturerBtnwrap a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50px;
  font-size: 15px;
  line-height: 21px;
  border: 0;
  color: #fff;
  padding: 10px 12px;
  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 0.4s ease-in-out;
  transition: all 0.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;
}

@media (max-width: 600px) {
  .manufacturerBox .manufaturerBtnwrap a {
    padding: 7px;
    list-style: none;
    font-size: 14px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .manufaturerBtnwrap {
    flex-direction: column;
  }
}

.mfKeypoint {
  list-style: none;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 16px;
  align-items: center;
}

.mfKeypoint li {
  padding: 5px;
  background: #DAE0EA;
  border-radius: 20px;
}

.mfKeypoint li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 600px) {
  .mfKeypoint {
    margin: auto 0 auto auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .mfKeypoint {
    margin: 0;
    margin-top: 10px;
  }
}

.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;
}

.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 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 .keyfeatureswrap table {
  width: 100%;
}

.productContent .keyfeatureswrap tr {
  display: flex;
  gap: 30px;
}

.productContent .keyfeatureswrap tr td:first-child{
  width: 35%;
}

.productContent .keyfeatureswrap tr td:last-child{
  width: 65%;
}

@media (max-width: 480px) {
  .keyfeatureswrap tr {
    font-size: 14px; 
  }

  .keyfeatureswrap tr td strong {
    font-weight: 500; 
  }

  .keyfeatureswrap tr td span {
    color: #596576;
    font-weight: 500; 
  }
}

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

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

@media (max-width: 480px) {
  .ratingPriceFavWrapper {
    gap: 50px;
  }
  
  .ratingWrap {
    margin-top: 10px;
    display: -webkit-box;
  }

  .shortDescription p {
    max-width: fit-content;
  }

  #description p {
    max-width: fit-content;
  }

  .reviewTab {
    margin-right: auto;
  }

  #newRbtn {
    margin-top: 10px;
  }
}

@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: 420px) {
  .wrapsections .proDetailsHead {
    font-size: 32px;
  }
}

@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 {
  display: block;
  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%;
  }

  .viewContact .quoteReq {
    margin-top: 20px;
  }
}

.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;
}

.listOfReviews .reviewComment input {
  background: #ffffff;
  resize: none;
  width: 80%;
  border: 1px solid #dedede;
  padding: 11px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 15px;
}

.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 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}

.replyBtn{
  border-radius: 50px;
  font-size: 14px;
  line-height: 19.07px;
  border: 0;
  color: #fff;
  padding: 4px 18px;
  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 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}

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

.likeBtn {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

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

.inlineBtn {
  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;
  border: 1px solid #cfcfcf;
  color: #050d45;
  background: #fff;
  margin-right: 15px;
}

.helpfulBtn, .helpfulBtn-loggedout{
  border-radius: 8px;
  font-size: 12px;
  line-height: 16.34px;
  border: 0;
  color: #fff;
  padding: 9px 15px;
  font-weight:600;
  text-decoration: none;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  border: 1px solid #cfcfcf;
  color: #050d45;
  background: #fff;
  margin-right: 15px;
}

.helpfulBtn img{
  display: none;
}

.isHelpful {
  color: #fff;
  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%;
}

.helpfulBtn.isHelpful img{
  display: inline-block;
  margin-right: 10px;
}

.helpContainer{
  display: inline-flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.helpContainer p{
  margin: 5px;
}

.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 .likeIcon {
  cursor: pointer;
  margin-bottom: 7px;
  width: 20px;
  height: 20px;
  background: url(../../frontend/img/likeicon.svg), no-repeat;
  background-size: 20px;
}

.listOfReviews li .reviewActions .likeIcon.active {
  background: url(../../frontend/img/likeIcon-filled.svg), no-repeat;
}

.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 .reviewActions .thread-count {
  margin: 0;
  margin-left: 28px;
  font-size: 12px;
  line-height: 1.5;
}

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

.listOfReviews .newList {
  display: none;
  list-style: none;
}

#commentsList {
  margin-left: 26px;
}

#commentsList li {
  all: unset;
  margin: 20px 0px 20px 26px;
}

.tabwrap a {
  cursor: pointer;
}

.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;
  margin-bottom: 5px;
}

.coparisonItem .cpimgwrap img {
  display: block;
  -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;
}

th.coparisonItem .cpimgwrap {
  font-weight: 400;
}

.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 {
  max-width: 800px;
  text-align: center;
  margin: 0px auto 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;
}

#keywords .srRightbox {
  padding: 20px 0;
}

#describeBusiness > .formwrap > .form-group:first-child,
#describeBusiness > .formwrap > .form-group:nth-child(2) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #CED4DA;
}

#describeBusiness > .formwrap > .form-group:nth-child(3) { 
  padding-bottom: 1rem;
}

#describeBusiness > .formwrap > .form-group:nth-child(4),
#describeBusiness > .formwrap > .form-group:nth-child(5),
#describeBusiness .registrationButtons {
  padding: 0 40px 0 93px;
}

#describeAudience {
  padding: 0 40px;
}

.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;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin: 0;
}

.chooseRoleList li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 240px;
}

.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;
  align-items: center;
  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 {
  padding:  0 40px;
  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;
}

.infoicon--outline {
  margin-left: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/infoIcon-outline.svg) no-repeat center center;
  transform: translateY(3px);
}

.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;
}

.authenticateAccount .close {
  position: absolute;
  top:20px;
  right:20px;
  font-size: 16px; 
}

.loginwraper {
  padding: 40px;
}

@media only screen and (max-width: 480px){
  .loginwraper{
      padding: 20px;
  }
}

.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 20px 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.selectedKeyword {
  padding: 15px 50px;
}

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

.contactItem.selectedKeyword .form-group {
  width: 100%;
}

.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;
  overflow: hidden;
}

.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;
  margin-bottom:25px;
}

.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;
  max-width: 100%;
  text-align: left;
  word-break: break-word;
}

.contactItem .innerContItem p + label {
  margin-top: 20px;
}

.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 {
  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: 8px 12px;
  font-size: 19px;
  color: #6e6c6c;
}

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

.productQuoteMessinfo .pqFileDate .quoteFileUpload .quoteUpload .uploadText {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.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;
  margin: 0;
}

.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: 6px 20px 6px 12px;
  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 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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: 6px;
  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: 0.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;
}

.settingPageWrapper {
  padding-top: 50px;
}

.settingPageWrapper .contactItem {
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.settingPageWrapper .viewContact {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-bottom: 20px;
  height: auto;
  max-height: none;
  max-width: none;
  text-align: left;
  padding: 40px 60px;
}

.settingPageWrapper .viewContact .eventList li {
  width: 100%;
}

@media (max-width: 480px) {

  .contactItem.locationDetails:after {
    background: none;
  }
  .settingPageWrapper .viewContact {
    padding: 20px;
  }
  .sr3grouplist {
    display: block;
  }
  .contactItem.selectedKeyword {
    padding: 15px 20px;
  }
  .myAccount .viewContact h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .aboutCompanyContent {
    display: block !important;
  }
  .aboutCompanyContent .companyWebsiteInner {
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .headigNbtn {
    display: block !important;
  }
  .headigNbtn .inlineBtn {
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .inlineFilterSearch {
    display: block !important;
  }
  .searchWrap {
    margin-top: 0px;
  }
  .inlineFilterSearch ul {
    width: 100%;
    justify-content: center;
  }
  .inlineFilterSearch ul li {
    margin-bottom: 15px;
  }
  .contactItem .innerContItem {
    padding-left: 0px;
    width: 100%;
    word-break: break-word;
  }
  .contactItem.icon:after {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .settingPageWrapper .contactItem {
    padding: 80px 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .contactItem.selectedKeyword {
    padding: 20px;
  }
  #productServices h3, #event h3 {
    margin-bottom: inherit;
  }
}

@media (max-width: 600px) {

  /* Contact Item Quote Wrap */
  .contactItem.quoteWrap {
    display: block;
  }

  .contactItem.quoteWrap .quoteInnerWrap {
    width: 100%;
  }

  .contactItem.quoteWrap .quoteInnerWrap .quoteInnerlabel {
    margin-bottom: 5px;
  }

  /* Product Quote Message Info */
  .productQuoteMessinfo {
    display: block;
  }

  .productQuoteMessinfo .pqMassage,
  .productQuoteMessinfo .pqFileDate {
    width: 100%;
  }

  /* Product Quote File Date Adjustments */
  .productQuoteMessinfo .pqFileDate {
    padding-left: 0;
  }

  .productQuoteMessinfo .pqFileDate .dateInfo,
  .productQuoteMessinfo .pqFileDate .quoteFileUpload {
    display: block;
  }

  .productQuoteMessinfo .pqFileDate .QuoteMessinfo .infoInnerlabel {
    word-break: break-all;
    display: flex;
  }

  .productQuoteMessinfo .pqFileDate .QuoteMessinfo .input-group {
    width: auto;
  }

  .contactQuatbtnwrap .blueBtn.quoteReqMod {
    width: 100%;
  }

  .contactQuatbtnwrap .blueBtn.open_request_quote.quoteReqMod {
    text-align: center;
  }

  .inlineFilterSearch ul {
    display: -webkit-inline-box !important;
  }
  .viewContact .whatsnewlist {
    gap: 10px;
  }
  .viewContact .whatsnewlist li {
    width: 100% !important;
  }
  .contactItem.locationDetails.otherProd {
    padding: 0;
  }
  .contactItem {
    display: block;
  }
  .contactItem:after {
    display: none;
  }
  .contactItem.locationDetails.otherProd {
    padding: 0;
}

.contactItem {
    display: block;
}

.contactItem::after {
    display: none;
}

.contactItem.quoteWrap {
    .productImg {
        width: 100% !important;
        padding: 15px !important;
        justify-content: center;

        .productImgInner {
          height: 300px;
        }
    }

    .proDesc {
        display: block !important;
        width: inherit;
        margin-bottom: 10px;

        .proLabel {
            display: block;
            margin-bottom: 0;
        }
    }
}

}
.photoUpload {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photoUpload .companyLogo {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.photoUpload .companyLogo img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}

.photoUpload span {
  border: solid 1px #d7d7d7;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #050d45;
}

.searchWrap {
  position: relative;
}

.searchWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: url(../img/searcnwarap.svg) no-repeat center center;
}

.searchWrap input {
  padding-left: 35px;
  border-radius: 10px;
}

.inlineFilterSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inlineFilterSearch ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 15px;
}

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


.headigNbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.headigNbtn h3 {
  margin: 0;
}

.headigNbtn .addEventModalBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.headigNbtn .inlineBtn {
  text-decoration: none;
  color: #2968f6;
  border: solid 1px #2968f6;
  margin: 0;
}

.headigNbtn .inlineBtn:hover {
  color: #0056b3;
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
  border: 1px solid #0056b3;
}

.selectedKeyword .form-control:disabled {
  border-radius: 50px;
  border-radius: 50px;
}

.inlineBtntext {
  color: #2968f6;
  line-height: 1.5;
}

.inlineBtntext:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .headigNbtn .addEventModalBtns {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .inlineBtntext {
    font-size: 12px;
  }
  .headigNbtn .inlineBtn {
    font-size: 14px;
    line-height: 1.4;
  }
}

.myProfileEditBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.viewContact .myProfileEditBtn h3 {
  margin: 0;
}

.keywordHeadwEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.keywordHeadwEdit h4 {
  font-size: 19px;
  font-weight: bold;
}

.eventPopupWrapper, .webinarPopupWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999999;
}

.eventPopupWrapper .evtpopupBox,
.webinarPopupWrapper .evtpopupBox {
  background: #f2f6ff;
  margin: 2% auto;
  padding: 20px min(10%, 140px);
  max-height: 90%;
  overflow: auto;
  -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;
  max-width: 780px;
  width: 96%;
}

.eEvtHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.eEvtHead h2 {
  font-size: 24px;
  font-weight: bold;
}

.eEvtHead .closeIcon:after {
  background: #596576;
}

.eEvtHead .closeIcon:before {
  background: #596576;
}

.eventContainer .registrationButtons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.input-group.date input {
  background-color: #fff;
}

.input-group.date .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
}

.imgWraper {
  background: #fff;
  border-radius: 4px;
  border: solid 1px #dedede;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.imgWraper label {
  margin: 0;
  padding: 3px 7px;
  color: #596576;
}

.imgWraper .input-group-btn {
  border: solid 1px #dedede;
  border-radius: 4px;
  margin-right: 10px;
  color: #596576;
}

.imgWraper .file-input-label {
  color: #596576;
  font-size: 12px;
  font-weight: normal;
}

.uploadPhotoimgicon {
  display: inline-block;
  width: 23px;
  background: url(../img/uploadPhotoimgicon.png) no-repeat;
  height: 23px !important;
  margin-left: 0px;
  background-size: 22px;
}

.file-drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-drop-area .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=styles.css.map */


/*Contact us*/
#form_validate .form-control {
    border-radius: 10px;
    font-size: 14px;
    height: 45px;
    line-height: 19px;
    color: #596576;
}

#form_validate textarea.form-control {
    height: auto;
}

#form_validate button {
    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%;
}

#form_validate button:hover {
    background-position: 100% 0;
    color: #fff;
}

label#country_code-error,label#title-error{
  position: absolute;
  transform: translate3d(0px, 43px, 0px);
}
.custom-select:has(#country.error) {
  height: 74px;
}

label#mobile_no-error{
  position: absolute;
  transform: translate3d(210px, 43px, 0px);
}
@media (max-width: 768px) {
  label#mobile_no-error{
    transform: translate3d(0px, 98px, 0px);
  }
  .countryCode.error ~ label#mobile_no-error{
    transform: translate3d(0px, 128px, 0px);
  }
}
label.error {
  color: #ff0000;
  line-height: 30px;
}

/* payment page css  */

.shopping-cart {
  margin-top: 45px;
  min-height: 600px;
}

.shopping-cart .left {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  display: block;
  width: 100%;
}

.shopping-cart .right {
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
  border-radius: 0.1875rem;
}

.shopping-cart .right .line-seperator {
  height: 1px;
  width: 100%;
  background-color: #999;
  margin: 1.5rem 0;
}

.cart-section-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.shopping-cart .item {
  margin-bottom: 12px;
  display: table;
  width: 100%;
  float: left;
}

.shopping-cart .item .cart-item-image {
  display: table-cell;
  vertical-align: top;
  width: 160px;
}

.shopping-cart .item .cart-item-details {
  display: table-cell;
  vertical-align: top;
}

.shopping-cart .item .cart-item-quantity {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-left: 10px;
}


.shopping-cart .item .img-cart-product {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 30px;
  overflow: hidden;
}

.shopping-cart .item .img-cart-product img {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto;
  max-width: none;
  object-fit: cover;
  margin-left: 50%;
  transform: translateX(-50%);
}

.shopping-cart .item .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 600;
}

.shopping-cart .item .list-item label {
  min-width: 125px;
  margin: 0;
  margin-right: 5px;
}

.shopping-cart .item .list-item #status {
  display: none;
}
.shopping-cart .item .list-item:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.cart-order-details .item .item-right .subscription-discount-price,
.cart-order-details .item .item-right .coupon-discount {
  color: #40B46E;
  font-weight: 500;
}

.lbl-enough-quantity {
  color: #ff795c !important;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.shopping-cart .item .seller {
  color: #5d5d5d;
  margin-top: 5px;
}

.shopping-cart .item .seller a {
  color: #5d5d5d;
  font-weight: 600;
}

.shopping-cart .btn-cart-remove {
  position: relative;
  margin-top: 10px;
}

.shopping-cart-shipping .left {
  border-bottom: 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.shopping-cart-shipping .right {
  margin-top: 0;
  float: left;
  display: block;
  width: 100%;
}

.cart-form-billing-address {
  display: none;
  margin-top: 10px;
}

.cart-order-details {
  float: left;
  display: block;
  width: 100%;
}

.cart-order-details .item {
  display: table;
  width: 100%;
}

.cart-order-details .item .item-left {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

.cart-order-details .item .item-left .img-cart-product {
  margin: 0;
  width: 60px;
  height: 60px;
}

.cart-order-details .item .item-left .img-cart-product img {
  height: 60px;
}

.cart-order-details .item .item-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-order-details .item .item-right .list-item a {
  font-weight: 600;
}

.cart-shipping-method .custom-control-label {
  display: inline-block;
}

.custom-checkbox .custom-control-label.checkbox-terms-label {
  line-height: 1.8;
  flex-wrap: wrap;
}

.cart-shipping-method .custom-control-label .method-name {
  display: inline-block;
  min-width: 200px;
  font-weight: 400;
}

.cart-shipping-method .custom-control-label .exp-free-shipping {
  font-weight: 400;
}

.shipping-methods-container {
  display: block;
  width: 100%;
  position: relative;
}

.shopping-cart-empty {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

.shopping-cart-empty p {
  font-size: 16px;
}

.tab-checkout {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.tab-checkout .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.tab-checkout .subtitle {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.tab-checkout-closed .title {
  margin-bottom: 30px;
}

.tab-checkout-open .title {
  margin-bottom: 6px;
}

.member_payment_button {
  width: 100%;
  margin-bottom: 22px;
}

.tab-checkout-open {
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 0 20px;
}

.tab-checkout-closed {
  padding: 0 20px;
  border-bottom: 1px solid #E4E4E4;;
  border-radius: 0.1875rem;
  margin-bottom: 5px;
}

.tab-checkout-closed a {
  display: inline-block;
}

.tab-checkout-closed .title {
  margin-right: 20px;
  margin-bottom: 0;
  height: 80px;
  line-height: 80px;
}

.tab-checkout-closed .edit-link {
  display: inline-block;
}

.tab-checkout-closed-bordered {
  padding: 35px 20px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.tab-checkout-closed-bordered .title {
  margin: 0;
}

.cart-seller-shipping-options {
  margin-bottom: 30px;
}

.page-confirm {
  width: 450px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
  max-width: 100%;
}

.page-confirm .p-order-number {
  font-weight: bold;
  font-size: 18px;
}

.page-confirm .p-complete-payment {
  margin-top: 60px;
  text-align: center;
}

.page-confirm .bank-account-container {
  text-align: center;
}

.page-confirm .title {
  font-size: 18px;
  line-height: 24px;
}

.payment-options-list {
  padding: 0;
  margin: 0;
}

.payment-options-list li {
  list-style: none;
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px;
}

.payment-options-list li .option-payment {
  list-style: none;
  margin: 20px 0 0 20px;
  width: 60%;
  display: flex;
  gap: 30%;
}

.payment-options-list li label {
  cursor: pointer;
  margin: 0 !important;
}

.payment-options-list li label img {
  height: 22px;
  width: auto;
  max-width: 100%;
  margin-right: 7px;
  margin-bottom: 5px;
  float: left;
}

.p-transaction-number {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

.p-transaction-number span {
  padding: 15px 25px;
  border: 1px solid #e4e4e4;
}

.p-complete-payment {
  color: #6c757d;
  font-size: 13px;
}

.payment-button-cnt {
  text-align: center;
  width: 620px !important;
  max-width: 100% !important;
  margin: 0 auto;
}

#payment-button-container {
  text-align: center;
  visibility: hidden;
  padding-top: 30px;
}

.bank-account-container {
  text-align: left;
}

.link-return-cart {
  line-height: 40px;
}

.stripe-checkout input {
  position: relative;
  width: 100%;
  height: 46px;
  padding: 4px 12px !important;
  line-height: 1.5;
  border: 0;
  background: #fff;
  border: 1px solid #e0e6ec !important;
  color: #32325d !important;

}

.stripe-checkout .input-card-element {
  height: 46px;
  padding: 4px 12px !important;
  border: 1px solid #e0e6ec !important;
}

.stripe-checkout .btn {
  display: block;
  background: #666ee8;
  color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  font-weight: 600;
  width: 100%;
  outline: none;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 11px;
}

.stripe-checkout .payment-icons img {
  margin-right: 8px;
}

.stripe-checkout .btn .spinner-border {
  display: none;
  position: relative;
  top: -1px;
}

.stripe-checkout input::placeholder {
  color: #9191a8 !important;
}

.stripe-checkout input::-webkit-input-placeholder {
  color: #9191a8 !important;
}

.stripe-checkout input::-moz-placeholder {
  color: #9191a8 !important;
}

.stripe-checkout input:-ms-input-placeholder {
  color: #9191a8 !important;
}

.card-element-invalid {
  border: 0.1rem solid rgba(220, 53, 69, 0.40) !important;;
}

.custom-stripe-button {
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: linear-gradient(#28a0e5, #0670ad) !important;
  -webkit-font-smoothing: antialiased;
  border: 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff !important;
  font-weight: 600;
  padding: .64rem 2.8rem;
  min-width: 200px;
  max-width: 100% !important;
}

#payment-form {
  margin-top: -10px;
}

.payment-icons-container {
  transform: translate(200px, -50px);
}

.payment-icons-container .payment-icons img {
  height: 15px;
}

.payment-icons-container .payment-icons img:not(:last-child) {
  margin-right: 3px;
}

.shopping-cart .left .payment-title,
.shopping-cart .payment-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.shopping-cart .left .card-payment-option {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  color: #737A85;
}

.btn-payment {
  padding: 12px 40px;
  width: 340px;
  max-width: 100%;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 600;
}

.btn-flutterwave {
  color: #fff;
  background-color: #f5a623;
  border-color: #f5a623;
}

.btn-midtrans {
  color: #fff;
  background-color: #054fbf;
  border-color: #054fbf;
}

.btn-paystack {
  color: #fff;
  background-color: #70c487;
  border-color: #70c487;
}

.btn-razorpay {
  color: #fff;
  background-color: #528ff0;
  border-color: #528ff0;
}

.coupon-code-container {
  margin: 16px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.coupon-code-container h4 {
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #060D42;
  line-height: 20px;
}

.coupon-code-container .coupon-status-msg {
  flex-basis: 100%;
  margin: 0;
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.apply-btn {
  height: 40px;
  padding: 10px 20px;
  background: #596576;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border: none;
  border-radius: 50px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.apply-btn:hover {
  background: #000;
}
.coupon-code {
  position: relative;
  width: 240px;
  height: 38px;
  padding: 10px 30px 10px 20px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #DAE0EA;
  border-radius: 50px;
}

.coupon-code-status {
  position: relative;
  display: flex;
  align-items: center;
}

.coupon-code-valid::after {
  content: url("../img/valid.svg");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
}
.coupon-code-invalid::after {
  content: url("../img/invalid.svg");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
}
.coupon-code::placeholder{
  color: lightgrey;
}

/* Job Search */

.jobsFilterWrap {
  max-width: 1111px;
}

.jobsFilterWrap.mainFilterWrap > ul {
  width: calc(100% - 220px);
}

.jobsFilterWrap.mainFilterWrap {
  width:  100%;
  display: flex;
  align-items: center;
}
  .jobsFilterWrap.mainFilterWrap .filterControl {
  width: 220px;
}

.jobsFilterWrap.mainFilterWrap .filterTopBtn {
  flex-direction: row;
  gap: 0;
}

@media (max-width: 1024px) {
  .jobsFilterWrap.mainFilterWrap > ul {
    width: 100%;
  }  
  .jobsFilterWrap.mainFilterWrap .filterControl {
    width: 100%;
    justify-content: flex-end;
  }
}

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

@media (max-width: 620px) {
  .jobsFilterWrap.mainFilterWrap > ul > li {
    width: auto;
  } 
}

@media (max-width: 600px) {
  .jobsFilterWrap.mainFilterWrap > ul > li {
    width: 100%;
  } 
}

@media (max-width: 520px) {
  .jobsContainer.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 420px) {
  .jobsContainer.container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

.productList div.jobTile {
  padding: 18px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}

.productList div.jobTile > .jobTileImg {
  padding-top: 7px;
  max-width: 100px;
  width: 100%;
  max-height: 100px;
}

.productList div.jobTile > .jobTileImg img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.jobs-wishlist .jobTileContent {
  width: 100%;  
}

.jobs-wishlist .jobTileContent > .jobTileHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productList div.jobTile .jobTileHeading {
  display: grid;
  grid-template-columns: 1fr 18px;
  grid-gap: 6px;
  word-break: break-word;
}

.productList div.jobTile .jobTileHeading a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.productList div.jobTile .jobTileCompanyName {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #737A85;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}

.productList div.jobTile .jobTileDetails {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #37404C;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}  

.jobTileDetails > .jobTileDetailsItem {
  display: flex;
  align-items: center;
  word-break: break-word;
}

.jobTileDetails > .jobTileDetailsItem > .location-icon {
  margin-left: -2px;
}
.jobTileDetails > .jobTileDetailsItem > .jobLocation {
  margin-left: 4px;
}

.jobTileDetails > .jobTileDetailsItem > .jobType {
  margin-left: 6px;
}
.job-posted-at {
  color: #737A85;
}

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


.jobsList + .morebtnwrap {
  justify-content: center;
}


/* Job Details Page */
.jobDetailsSectionWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 28px;
  -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;
  color: #37404c;
  border-radius: 10px;
  max-width: 996px;
  margin: 24px 57px 0;
}

.jobDetailsSectionWrap h2, .jobDetailsSectionWrap .job-role {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.jobDetailsSectionWrap h3 {
  margin: 18px 0 12px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.jobDetailsSectionWrap p,
.jobDetailsSectionWrap li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.jobDetailsSectionWrap ul {
  padding-left: 30px;
}

.aboutCompanyContent {
  display: flex;
  gap: 24px;
}

.aboutCompanyContent .company-logo {
  max-width: 120px;
  max-height: 120px;
}

.aboutCompanyContent .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.applyJobsBtn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 155px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  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 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}

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

.job-details-logo {
  max-width: 80px;
  max-height: 80px;
}

.job-details-logo img {
  width: 100%;
  height: 100%;
}

.job-details-card {
  display: flex;
  align-items: center;
}

.jobDetailsSectionWrap .job-role {
  margin-bottom: 0;
  color: #37404c;
}

.jobDetailsSectionWrap .job-subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #737a85;
  display: flex;
  gap: 14px;
}

.job-role-content {
  margin-left: 22px;
}

.job-info {
  margin-top: 14px;
}

.job-info p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.job-info p:first-child {
  display: flex;
  gap: 16px;
}

.job-info p:last-child {
  margin-bottom: 32px;
}

.job-info p:last-child::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 96px;
  border: 0.5px solid #F2F6FF;
  width: 100%;
}

.job-info img {
  max-width: 18px;
  margin-right: 11px;
}

.job-cta {
  margin-top: 18px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.job-cta .applyJobsBtn {
  display: flex;
  justify-content: center;
}

.favJob {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../img/likeblue.svg), no-repeat;
  background-size: 18px;
}

.favJob::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../../img/blueHeartFilled.svg) no-repeat;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  background-size: 18px;
  opacity: 0;
  transition: 0.2s;
}

.favJob.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.shareJob {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../img/icons/share.svg), no-repeat;
  background-size: 30px;
}

.fav-share-job-container {
  position: relative;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.fav-share-job-container .favJob {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/appBgProd.png), white no-repeat;
  background-size: 30px;
  border-radius: 50px;
  border: 1px solid #cfcfcf;
}

.fav-share-job-container .favJob::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../../img/likeblue.svg) no-repeat;
  background-size: 18px;
  opacity: 1;
}

.fav-share-job-container .favJob::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  width: 18px;
  height: 18px;
  background: url(../../img/blueHeartFilled.svg) no-repeat;
  background-size: 18px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fav-share-job-container .favJob.active:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.share-container {
  position: absolute;
  top: 54px;
  right: 0;
  height: 65px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
}

.share-container .share-list { 
  position: relative;
  list-style: none;
  margin: 0;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s linear;
  z-index: 9;
  background: #fff;
}

.share-container .tooltip__arrow {
  position: absolute;
  top: 0;
  right: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: translateY(-50%); 
  overflow: hidden;
}

.share-container .tooltip__arrow::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%) rotate(45deg);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
}

.share-container .share-list li a {
  text-decoration: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #969696;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.share-container .share-list li a:hover {
  background: #0F60D9;
  transition: all 0.3s ease;
}

.share-container .share-list li a.whatsaapicon {
  background: transparent !important;
}

.share-container .share-list li a.copy-url .copy-bg, 
.share-container .share-list li a.whatsaapicon .bordercolor,
.share-container .share-list li a.whatsaapicon .bgcolor {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.share-container .share-list li a.copy-url:hover .copy-bg,
.share-container .share-list li a.whatsaapicon:hover .bordercolor, 
.share-container .share-list li a.whatsaapicon:hover .bgcolor {
  fill: #0F60D9;
}

.toast-msg {
  position: fixed;
  left: 50%;
  bottom: 30px;
  display: none;
  min-width: 250px;
  margin-left: -125px;
  padding: 16px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-radius: 4px;
  z-index: 1;
}
.cf-options-wrapper{
  gap: 8px;
}
.search-btn {
  background: #fff;
  border: 0;
  font-size: 18px;
  color: #596576;
}
.search-btn:hover, 
.search-btn:active,
.search-btn:focus {
  color: #2968f6;
}
.cf-input{
  border-radius: 4px !important;
}

#subcategory-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-left: 1%;
}
#subcategory-products-container {
  margin-top: 30px;
}

.homepage-banner img {
  border-radius: 10px;
}

.wrapsections.reviewswrap .homepage-banner img {
  width: 100%;
}

/* Expo Page */
.expo_section--hero.heroBanner,
.expo_section--events.heroBanner{
  padding: 40px 25px;
}

.expo_section--hero.heroBanner .container,
.whatsNew.topbrandWrap.sponsorSectionWrap .container {
  width: 100%;
  padding: 0;
}

.expo-hero-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}

.expo-hero-images .flag-logo{
  max-width: 60px;
}

.expo-hero-images .expo-logo{
  max-width: 206px;
}

.expo-cta-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.expo_section--target-audience {
  position: relative;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/HowitworksBgleft.svg) no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.expo_section--hero .expo_section--desc,
.expo_section--events .expo_section--desc,
.expo_section--target-audience .expo_section--desc {
  margin: 0 0 18px;
  text-align: justify;
  line-height: 1.5;
}

.expo_section--target-audience .expo-cta-btns {
  margin-top: 10px;
}
.ourSponsors {
  max-width: 915px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.ourSponsors li {
  padding: 0;
  width: 207px;
  height: 143px;
}

.ourSponsors li a {
  display: inline-block;
  padding: 22px;
  height: 100%;
  width: 100%;
}

.ourSponsors li a img{
  display: inline-block;
  height: 100%;
  object-fit: contain;
}

.sponsorSectionWrap.whatsNew.topbrandWrap::before,
.sponsorSectionWrap.whatsNew.topbrandWrap::after {
  background: none;
}

.tabs {
  margin: 24px auto;
  width: 264px;
  padding: 0.75rem;
  height: 68px;
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  border-radius: 15px;
}

.tabs * {
  z-index: 2;
}

.tabs input[type="radio"] {
  display: none;
}

.tab {
  width: 125px;
  height: 46px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: #37404C;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.expo_section--target-audience input[type="radio"]:checked + .tab,
.program-section input[type="radio"]:checked + .tab {
  color: #fff;
}

input[id="visitors-tab"]:checked ~ .glider,
input[id="program-tab1"]:checked ~ .glider { 
  transform: translateX(0);
}

input[id="exhibitors-tab"]:checked ~ .glider {
  transform: translateX(100%);
}

input[id="program-tab2"]:checked ~ .glider {
  transform: translateX(128px);
}

input[id="program-tab3"]:checked ~ .glider {
  transform: translateX(256px);
}

.glider {
  width: 120px;
  height: 46px;
  padding: 10px 24px;
  position: absolute;
  display: flex;
  background-color: #2968F6;
  z-index: 1;
  border-radius: 4px;
  transition: 0.25s ease-out;
}

.whiteOutlineBtn {
  text-decoration: none;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.whiteOutlineBtn--active,
.whiteOutlineBtn:hover,
.whiteOutlineBtn:focus {
  background: #fff;
  color: #37404d !important;
}

.expo-impressions {
  position: relative;
  background: url(../img/HowitworksBgleft.svg) no-repeat;
  color: #fff;
  padding: 60px 60px 30px;
}

.expo-impressions.howitswork::before {
  height: 80%; 
}

.expo-impressions .container {
  max-width: 1216px;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
}

.expo-impressions .expo-cta-btns{
  margin: 30px 0 40px;
}

.expoImgWrap, .expoVidsWrap {
  padding:  18px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.expoVidsWrap {
  margin-top: -36px;
}

.expoVidsWrap a {
  position: relative;
}

.expoVidsWrap a::after {
  content: url('../../frontend/img/play-btn.svg');
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 1;
  transition: all .3s;
}

.expoVidsWrap a:hover img {
  transform: scale(1.05);
  filter: brightness(45%);
}

.sliderWrap.expoImgWrap .slick-arrow.slick-next,
.sliderWrap.expoVidsWrap .slick-arrow.slick-next {
  top: 50%;
  left: 101%;
}

.sliderWrap.expoImgWrap .slick-arrow.slick-prev,
.sliderWrap.expoVidsWrap .slick-arrow.slick-prev {
  top: 50%;
  right: 101%;
}

.sliderWrap.expoImgWrap .slide figure,
.sliderWrap.expoVidsWrap .slide a {
  display: inline-block;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.sliderWrap.expoImgWrap .slide,
.sliderWrap.expoVidsWrap .slide {
  padding: 10px 6px 0;
}

.expoImgWrap .slick-slide img,
.expoVidsWrap .slick-slide img {
  display: inline-block;
  border-radius: 10px;
  transition: all .4s;
}

.expoImgWrap .slick-slide img:hover {
  transform: scale(1.1);
}

.expo_section--events {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  color: #050d45;
}

.heroBanner .expoHerowrap,
.expo_section--events .event-content-wrapper,
.expo_section--target-audience .container{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
}

.expo_section--target-audience .target-audience-list {
  text-align: left;
  list-style-position: inside;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px 200px;
  align-items: baseline;
}

.expo_section--title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: inherit;
}
.expo_section--events .expo_section--subtitle,
.expo_section--target-audience .expo_section--subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 54px;
  color: inherit;
}


.expo_section--events .event-content-wrapper .blueCenterbtn {
  margin: 12px auto 0;
  padding: 8px 27px 10px 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.view-speakers-btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 50px;
  color: #2968F6;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #2968F6;
  background-color: #fff;
}

.view-speakers-btn:hover {
  color: #2968F6;
}
.program-section {
  padding: 40px 25px;
}
.program-section .program-container h1{
  color: #050D45;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.program-section .program-container {
  max-width: 1097px;
  width: 100%;
  margin: 0 auto;
}

.program-section .program-container b {
  display: block;
  max-width: 950px;
  text-align: center;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 36px;
}

.program-section .program-container .expo_section--desc {
  max-width: 950px;
  margin: 0 auto 1rem;
  text-align: justify;
}

.program-section .program-container .blueCenterbtn {
  padding: 9px 22px;
  line-height: normal;
}

.programs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-bottom: 28px;
}

.programs-list li {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr;
}

.program-header {
  border-radius: 9px 9px;
  background: #eee;
}

.program-header,
.program-schedule {
  display: grid;
  grid-template-columns: 175px 1fr;
}

.programs-list li .program-time {
  border-right: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #050D45;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
}

.programs-list li .program-details {
  padding: 20px 32px;
}

.programs-list li .program-details h4 {
  color: #050D45;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 3px;
  max-width: 90%;
}

.program-schedule .language-flag {
  display: inline-block;
  margin-left: 6px;
  height: 18px;
}

.program-schedule .program-details .language-flag img {
  height: 100%;
}

.programs-list li .program-details a {
  text-decoration: none;
  display: inline-block;
  color: #2968f6;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  transition: all 300ms;
}

.programs-list li .program-details a:hover {
  color: #0b3eb6;
}

.programs-list li .program-details p {
  color: #37404D;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.programs-list li .program-schedule .program-details strong {
  font-weight: 600;
  color: #37404D;
  line-height: 1.8;
}

.programs-list li .program-details .program-tutor {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  background: #c7c7c7;
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 8px;
}

.tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 30px;
  gap: 24px;
  flex-wrap: wrap;
}
.tabs-wrapper .tabs {
  margin: 0;
  border: 1px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  width: 414px;
}
.tabs-wrapper .tabs .glider{
  width: 128px;
}

.news-articles-section {
  background: #ffffff;
  padding: 0 25px 40px;
}
.news-articles-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.news-articles-container .news-article-content {
  padding: 0 15px;
}

.news-articles-section .news-articles-container .view-speakers-btn {
  border: none;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #2A50FF;
  line-height: normal;
}


.news-articles-section .news-articles-container .view-speakers-btn:hover {
  color: #2A50FF;
  text-decoration: underline;
}

.news-article-content h1 {
  margin-bottom: 40px;
}

.news-article-content .blog-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  border-radius: 10px;
  background: #ffffff;
  padding: 0;
}

.news-article-content .blog-item a {
  display: block;
}

.news-article-content .blog-item-img img {
  border-radius: 10px 10px 0 0;
}

.news-article-content .blog-post-title,
.news-article-content .blog-post-description,
.news-article-content .blog-post-meta {
  padding: 0 10px;
}

.news-article-content .blog-post-meta {
  margin: 20px 0 10px;
  text-align: left;
}

.news-article-content .blog-post-meta span,
.news-article-content .blog-post-meta a {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  margin-right: 10px;
  display: inline-block !important;
}

.news-article-content .blog-post-meta .tag {
  padding: 2px 2px 2px 26px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.news-article-content .blog-post-meta .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;
}

.news-article-content .blog-post-meta span {
  padding-left: 20px;
  position: relative;
}

.news-article-content .blog-post-meta span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/calendar.svg) no-repeat;
  background-size: 14px;
}

.news-article-content .blog-post-title {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-article-content .blog-post-title a {
  color: #2968f6;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-article-content .blog-post-description {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  line-height: 24px;
  color: #888;
  margin-bottom: 10px;
}

.news-article-content .blog-post-description {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meet-partners-container {
  background: #ffffff;
}

.whatsNew.topbrandWrap.sponsorSectionWrap {
  padding: 50px 25px 70px;
}

.meet-partners-container .sponsorSectionWrap .ourSponsors {
  gap: 23px 29px;
}

@media (max-width: 768px) {
  .expoImgWrap {
    padding: 12px 20px;
  }

  .expoVidsWrap {
    margin-top: -24px;
    padding: 12px 20px;
  }
  
  .sliderWrap.expoImgWrap .slide,
  .sliderWrap.expoVidsWrap .slide {
    padding: 6px 6px 0;
  }

  .jobDetailsSectionWrap {
    margin: 24px 10px 0;
  }
}

.seller-features-promo .heroBanner .container:before {
  top: 7%;
  right: 60%;
}

.seller-features-promo .heroBanner .container:after {
  top: 3%;
  left: 80%;
}

.seller-features-promo .heroBanner {
  padding: 102px 0 50px 0;
}

.seller-features-promo .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.seller-features-promo .container .left-container {
  text-align: left;
}

.seller-features-promo .left-container .title {
  text-align: left;
  font-size: 48px;
  line-height: normal;
  margin-bottom: 4px;
  font-style: normal;
}

.seller-features-promo .left-container .desc {
  line-height: normal;
  color: #37404C;
  margin-bottom: 20px;
  font-style: normal;
  letter-spacing: 0.16px;
}

.seller-features-promo .left-container .blueCenterbtn {
  min-width: 131px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-size: 16px;
}


.seller-features-promo .left-container .upfront-discount {
  line-height: 25px;
  letter-spacing: 0.12px;
  color: #050D45;
  font-style: normal;
}

.seller-features-promo .left-container .subscribers {
  font-weight: 600;
  line-height: normal;
}


.seller-features-promo .container .right-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drone-business-features .upcomingEvent {
  padding: 45px 0 80px;
}

.drone-business-features .wrapHeroDesc {
  max-width: 864px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.drone-business-features .wrapHeroDesc h2 {
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
}

.drone-business-features .wrapHeroDesc p {
  color: #37404D;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
}



.drone-business-features .drone-business-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drone-business-features .drone-business-card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.client-testimonials .testimonial-carousel .testimonial-card:hover .prodImgwrap {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.drone-business-features .drone-business-img-wrap {
  margin: 0 0 11px 0;

}

.drone-business-features .drone-business-img-wrap img {
  width: 100%;
  background: #F0F1F2;
  border: 1px solid #D9D9D9;
  border-radius: 11px;
  aspect-ratio: 16/10;
  object-fit: contain;
}

.drone-business-features .drone-business-content {
  cursor: text;
}

.drone-business-features .drone-business-content h2 {
  color: #050D45;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
  font-style: normal;
  line-height: normal;
  text-align: left;
}

.drone-business-features .drone-business-content p {
  color: #37404D;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.process-flow .howitworkList::before {
  display: none;
}

.process-flow .howitworkList::after {
  width: clamp(100%, 1092px, 1092px);
}

.process-flow .howitworkList::after,
.process-flow .howitworkList .process-flow-card::after,
.process-flow .howitworkList .process-flow-card > span {
  left: 5px;
  font-style: normal;
  line-height: normal;
}

.process-flow .howitswork {
  padding: 45px 0 60px;
}

.process-flow .description {
  width: 100%;
  text-align: center;
  margin-bottom: 37px;
}

.process-flow .description h2 {
  font-style: normal;
  line-height: normal;
}

.process-flow .description h5 {
  font-style: normal;
  line-height: 54px;
  margin: 10px 0 0 0;
  color: #fff;
  text-transform: capitalize;
}

.process-flow .howitworkList {
  width: 100%;
  gap: 54px;
  margin: 0 0 35px 0;
  justify-content: unset;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.process-flow .howitworkList::-webkit-scrollbar {
  display: none;
}

.process-flow .howitworkList .process-flow-card {
  width: 100%;
  min-width: 237px;
  padding: 95px 0 0;
  height: 100%;
}

.process-flow .howitworkList .process-flow-card > abbr {
  padding: 10px 11px 15px 15px;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 174px;
}

.process-flow .howitworkList .process-flow-card > abbr strong {
  font-style: normal;
  font-size: 20px;
  line-height: normal;
}

.process-flow .howitworkList .process-flow-card > abbr p {
  font-style: normal;
  margin: 10px 0 0 0;
}

.process-flow .how-it-works-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-flow .how-it-works-btn .whiteOutlineBtn {
  padding: 9px 23px;
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  line-height: normal;
  background: #2968F6;
}

.process-flow .how-it-works-btn .whiteOutlineBtn:hover {
  background: #fff;
}

.client-testimonials .applicationSection {
  padding: 45px 0 70px 0;
}

.client-testimonials .applicationSection > .container > h2 {
  margin-bottom: 45px;
  font-style: normal;
  line-height: normal;
}


.client-testimonials .testimonial-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin: 0;
}

.client-testimonials .testimonial-carousel .testimonial-card-wrapper {
  padding: 7px 15px 12px 15px;
  width: 100%;
  max-width: 370px;
}

.client-testimonials .testimonial-carousel .testimonial-card {
  margin: 0;
  padding: 16px 20px 16px 31px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  -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;
}

.client-testimonials .testimonial-card .prodImgwrap {
  width: 100%;
  height: 53px;
  display: block;
  overflow: hidden;
  margin: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.client-testimonials .testimonial-card .prodImgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: left;
}

.client-testimonials .testimonial-carousel .testimonial-card p {
  width: 100%;
  height: 170px;
  margin: 28px 0 3px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #242C5D;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.client-testimonials .testimonial-carousel .testimonial-card h2 {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #050D45;
  margin-bottom: 3px;
  text-align: left;
}

.client-testimonials .testimonial-carousel .testimonial-card .designation {
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #37404D;
}

.client-testimonials .testimonial-carousel .testimonial-card h3 {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #596576;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0 0 0;
}

.client-testimonials .testimonial-carousel .testimonial-card .mfLogo {
  width: 68px;
  height: 68px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 0;
}

.client-testimonials .testimonial-card .mfLogo img {
  border-radius: 50%;
}

.client-testimonials .sliderWrap.testimonial-carousel .slick-arrow.slick-prev,
.client-testimonials .sliderWrap.testimonial-carousel .slick-arrow.slick-next
{
  top: 50%;
}

.client-testimonials .sliderWrap.testimonial-carousel .slick-arrow.slick-prev {
  right: 101%;
}

.client-testimonials .sliderWrap.testimonial-carousel .slick-arrow.slick-next {
  left: 101%;
}

@media only screen and (max-width: 768px) {
  .seller-features-promo .heroBanner {
    padding: 40px 0 40px 0;
  }

  .seller-features-promo .container .left-container {
    margin-bottom: 25px;
    text-align: center;
  }

  .seller-features-promo .left-container .title {
    text-align: center;
  }
  
  .drone-business-features .upcomingEvent {
    padding: 40px 0 40px 0;
  }
  
  .drone-business-features .wrapHeroDesc {
    margin: 0 auto 15px;
  }

  .process-flow .howitswork {
    padding: 40px 0 40px;
  }

  .process-flow .description {
    margin-bottom: 21px;
  }

  .process-flow .description h5 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .seller-features-promo .container .left-container {
    margin-bottom: 15px;
    text-align: left;
  }

  .seller-features-promo .left-container .title {
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .seller-features-promo .left-container .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1056px) {
  .seller-features-promo .left-container .title {
    font-size: 44px;
  }

  .seller-features-promo .left-container .desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1240px) {
  .client-testimonials .container {
      width: 90%;
  }
}


@media only screen and (max-width: 480px) {
  .seller-features-promo .container .left-container,
  .seller-features-promo .container .right-container,
  .drone-business-features .wrapHeroDesc,
  .drone-business-features .row,
  .process-flow .description,
  .process-flow .howitworkList,
  .process-flow .how-it-works-btn
  {
    padding: 0 6px;
  }

  .seller-features-promo .left-container .title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 9px;
  }

  .seller-features-promo .left-container .desc {
    max-width: unset;
    font-size: 16px;
    margin-bottom: 16px
  }

  .seller-features-promo .left-container .subscribers {
    font-weight: 700;
  }

  .seller-features-promo .left-container .upfront-discount {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.16px;
  }

  .drone-business-features .upcomingEvent {
    padding: 30px 0 35px 0;
  }

  .drone-business-features .wrapHeroDesc h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .drone-business-features .drone-business-card {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .drone-business-features .drone-business-img-wrap {
    margin: 0 0 14px 0;
  }

  .drone-business-features .drone-business-content h2,
  .drone-business-features .drone-business-content p
  {
    text-align: center;
  }

  .drone-business-features .drone-business-content h2 {
    margin-bottom: 5px;
  }

  .process-flow .howitswork {
    padding: 30px 0 30px;
  }
  
  .process-flow .description h2 {
    line-height: 35px;
    margin-bottom: 6px;
  }

  .process-flow .description h5 {
    font-size: 16px;
    line-height: normal;
  }

  .client-testimonials .applicationSection {
    padding: 30px 0 45px 0;
  }

  .client-testimonials .applicationSection > .container > h2 {
    max-width: unset;
    margin: 0 0 23px 0;
  }

  .client-testimonials .testimonial-carousel .testimonial-card-wrapper {
    max-width: 286px;
  }

  .client-testimonials .testimonial-carousel .testimonial-card p {
    margin: 10px 0 3px 0;
    font-size: 11px;
    -webkit-line-clamp: 8;
  }

  .client-testimonials .testimonial-carousel .testimonial-card h2 {
    margin: 0 0 3px 0;
  }

  .client-testimonials .testimonial-carousel .testimonial-card .mfLogo {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 600px) {
  .expo-hero-images {
    gap: 14px;
  }
  .expo-hero-images .flag-logo{
    max-width: 42px;
  }
  
  .expo-hero-images .expo-logo{
    max-width: 98px;
  }
  
  .expo_section--title {
    font-size: 30px;
    line-height: 40px;
  }

  .expo_section--target-audience .tabs {
    transform: scale(0.9);
  }
  
  .program-container .tabs {
    transform: scale(0.75);
  }
  
  .tabs-wrapper {
    justify-content: center;
  }

  .program-section {
    padding: 30px 15px;
  }
 
  .programs-list {
    gap: 9px;
  }
 
  .program-header,
  .program-schedule {
    grid-template-columns: 120px 1fr;
  }

  .programs-list li .program-time {
    font-size: 14px;
    line-height: 1.5;
  }

  .programs-list li .program-details {
    padding-left: 20px;
  }

  .programs-list li .program-details a,
  .programs-list li .program-details h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  .programs-list li .program-details p {
    font-size: 14px;
    line-height: 1.5;
  }

  .programs-list li .program-details .program-tutor {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .expo-impressions {
    padding: 30px;
  }

  .expo-impressions.howitswork::before {
    height: 100%;
  }

  .expoImgWrap {
    padding: 9px 16px;
  }
  
  .expoVidsWrap {
    margin-top: -18px;
    padding: 9px 16px;
  }
  
  .sliderWrap.expoImgWrap .slide,
  .sliderWrap.expoVidsWrap .slide {
    padding: 6px 0;
  }

  .expoVidsWrap a::after {
    transform: translate(-50%, -50%) scale(0.75);
  }

  .news-articles-section {
    padding: 0 15px 30px;
  }

  .expo_section--hero.heroBanner,
  .expo_section--events.heroBanner,
  .expo_section--target-audience {
    padding: 30px 25px;
  }

  .heroBanner .expo_section--title,
  .expo_section--target-audience .expo_section--title {
    font-size: 28px;
    line-height: 1.25;
  }

  .expo_section--target-audience .target-audience-list {
    grid-template-columns: 1fr;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .expo_section--events .expo_section--subtitle,
  .expo_section--target-audience .expo_section--subtitle {
    margin: 9px 0;
    font-size: 16px;
    line-height: 1.5;
  }
 
  .expo_section--hero .expo_section--desc,
  .expo_section--events .expo_section--desc,
  .expo_section--target-audience .expo_section--desc {
    font-size: 14px;
    max-width: 100%;
  }
  .expo_section--target-audience .expo-cta-btns{
    margin-top: 0;
  }

  .whatsNew.topbrandWrap.sponsorSectionWrap {
    padding: 40px 25px;
  }

  .ourSponsors {
    gap: 16px;
  }

  .ourSponsors li {
    width: 101px;
    height: 66px;
    padding: 8px;
  }

  .ourSponsors li a {
    padding: 0;
  }

  .job-details-card {
    display: block;
  }

  .job-details-card .job-role-content {
    margin: 0;
}

  .job-details-card .fav-share-job-container {
    margin-top: 14px;
  }
}

#newsletterSubscription {
  padding-right: 0 !important;
  display: none;
}

.modal-dialog.newsletter-subscription {
  width: 100%;
  max-width: 656px;
  border-radius: 4px;
  display: block;
  background: url('../img/newsletter-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-dialog.newsletter-subscription .modal-content {
  height: 360px;
  background: none;
  width: 100%;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap {
  margin-top: 175px;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap #form_validate_newsletter_popup {
  margin-left: 42px;
  margin-top: 5px;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap input {
  background: #fff;
  font-size: 10px;
  height: 25px;
  width: 220px;
  color: #596576;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap .newsletter-inner label.error {
  line-height: 0px;
  font-size: 10px;
  margin-bottom: 0;
}

.followUsWrap .newsLetterwrap .newsletter-inner label.error {
  margin-bottom: 0;
}

.newsLetterwrap .newsletter-inner label.error {
  color: #FDE767;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap input::placeholder {
  color: #596576;
}

.modal-dialog.newsletter-subscription .modal-content .newsLetterwrap button {
  padding: 3px 18px !important;
  font-size: 10px;
  height: 23px;
}

.modal-dialog.newsletter-subscription .modal-content button:first-child {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: 20px;
  text-shadow: none;
}

.modal-dialog.newsletter-subscription .text-success.newsletter-subscription, .text-danger.newsletter-subscription {
  font-size: 10px;
}

@media (max-width: 680px) {
  .modal-dialog.newsletter-subscription {
    width: 100%;
    max-width: 315px;
    border-radius: 2px;
    display: block;
    background: url('../img/newsletterModalSm.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1.75rem auto;
  }

  .modal-dialog.newsletter-subscription .modal-content {
    height: 550px;
  }

  .modal-dialog.newsletter-subscription .modal-content .newsLetterwrap {
    margin-top: 320px;
  }

  .modal-dialog.newsletter-subscription .modal-content .newsLetterwrap #form_validate_newsletter_popup {
    margin-left: 18px !important;
    margin-top: 0px !important;
}

  .modal-dialog.newsletter-subscription .modal-content .newsLetterwrap input {
    font-size: 12px !important;
    height: 35px;
    width: 280px;
  }

  .modal-dialog.newsletter-subscription .modal-content button:first-child {
    margin-top: 5px;
    margin-right: 8px;
  }

  .newsLetterwrap .subscribeBtn {
    margin-left: 75px !important;
  }

  .modal-dialog.newsletter-subscription .modal-content .newsLetterwrap button {
    font-size: 12px !important;
    width: 115px !important;
    height: 35px;
    margin-top: 12px
  }

  .modal-dialog.newsletter-subscription .modal-content .newsLetterwrap .newsletter-inner label.error {
    line-height: 0px;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .newsLetterwrap .newsletter-email.email-modal {
    display: block;
  }

  .newsLetterwrap .newsletter-name.name-modal {
    display: block;
    margin-bottom: 4px;
  }

  .newsLetterwrap .newsletter-name.popup-name {
    margin-bottom: 12px;
  }

  .footerWrap .container {
    display: block;
  }

  .footerWrap .container .newsletter-inner {
    display: block !important
  }

  .footerWrap .container .socialHead, .footerWrap .container .BeyondSkyLogo {
    margin-top: 20px;
  }

  .newsletter-inner #newsletter {
    padding-top: 10px !important;
  }

  .footerWrap .container:nth-child(3)  {
    padding-top: 0 !important;
  }
}
.heroBanner.signup-page h1 {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.signup-page h1 + a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}

.signup-page h1 + a:hover {
  text-decoration: none;
}

.signup-page .alert {
  margin: 0 auto 20px;
  max-width: 600px;
}

.registrationFormWrap .form-group {
  max-width: 500px;
}

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

.registrationFormWrap .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.comDesc {
  flex-wrap: wrap;
  gap: 4px;
}

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

.registrationFormWrap label.error {
  color: #ef4444;
  line-height: 2;
}

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

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

.registrationFormWrap .form-group .custom-checkbox label:not(.error) {
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 1.75;
  white-space: nowrap;
}

.password-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 49px;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

#form_login.was-validated .form-control:valid,
#form_login.was-validated .form-control:invalid {
  background: none;
}

.password-toggle img {
  width: 20px;
  aspect-ratio: 1 / 1;
}

.registrationBtnWrap {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.registrationBtnWrap a,
.registrationBtnWrap button {
  padding: 12px 25px;
}

.registrationBtnWrap .prevBtn {
  background: #fff;
}

.registrationBtnWrap a:hover {
  text-decoration: none;
}

.userDetailsNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 798px;
  margin: 36px auto 20px;
  height: 80px;
  position: relative;
}

.userDetailsNavMenu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  gap: 20px;
  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;
}

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

.userDetailsNavMenu ul li a {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #37404c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.userDetailsNavMenu ul li:hover a,
.userDetailsNavMenu ul li.active a {
  background: #2968f6;
  color: #fff;
  text-decoration: none;
  -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;
}

.panel-body {
  padding: 0 25px 25px;
}

.panel-group {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .075) !important;
  border-radius: 8px;
}

.panel-group-product .panel {
  border-radius: 8px;
}

.panel-group-product .panel .panel-heading {
  padding: 0 !important;
  background-color: #F8F9FA !important;
}

.panel-group-product .panel .panel-title {
  margin: 0;
  border-radius: none;
  box-shadow: none;
}

.panel-group-product .panel .panel-title a {
  display: block;
  width: 100%;
  color: #414456 !important;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
  padding: 25px;
  position: relative;
}

.box,
.panel-group-product .panel {
  background: #FFFFFF;
  border-color: #E7E7E7 !important;
}

.box-header {
  background: transparent;
}

.box-header .box-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 158%;
  display: flex;
  align-items: center;
  letter-spacing: 0.0075em;
  color: #050D45;

}

.panel-group-product .panel .panel-heading {
  background: transparent !important;
}

.linkedin-btn-container {
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
}

.linkedin-button {
  display: inline-block;
  width: 100%;
  max-width: 294px;
  background-color: #0077B5;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  transition: background-color 0.3s ease;
}

.linkedin-button i {
  border-right: 2px solid #dee2e6;
  margin-right: 9px;
  padding-right: 12px;
}

.linkedin-button:hover {
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-box-shadow: 0 5px 7px 0 rgb(0, 0, 0, .4);
  -webkit-box-shadow: 0 5px 7px 0 rgb(0,0,0,.4);
  box-shadow: 0 5px 7px 0 rgb(0,0,0,.4);
  text-decoration: none;
}

.registrationFormWrap .file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.registrationFormWrap .file-upload-content {
  max-width: 85px;
  height: 85px;
  border: 1px solid #C9C9C9;
}

.registrationFormWrap .image-upload-wrap {
  height: 120px;
}

.registrationFormWrap .drag-text {
  margin: 20px;
}

.registrationFormWrap .file-upload-image {
  max-height: 85px;
  max-height: 85px;
}

.registrationFormWrap .remove-image {
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
}

.registrationFormWrap .form-group .file-upload-container .upload-info {
  margin: 0;
  max-width: 100%;
  font-size: 10px;
  line-height: 1.6;
  color: #737A85;
}

.signupModal {
  width: 100%;
  background: linear-gradient(90deg, #3332FF 0%, #148EFF 99.48%);
  padding: 12px 20px 40px;
}

.signupModal * {
  border: none;
}

.signupModal .modal-header {
  padding: 16px 16px 16px 48px;
  align-items: center;
}

.signupModal .modal-header .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.signupModal .modal-title {
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.signupModal .account-type-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}

.signupModal .account-type-info {
  padding: 16px 20px;
  min-height: 287px;
  width: 100%;
  max-width: 231px;
  text-align: center;
  background-color: white;
  color: #37404D;
  font-size: 12px;
  border-radius: 10px;
}

.signupModal .account-type-info h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #37404D;
}

.signupModal .account-type-info ul {
  text-align: left;
  list-style-position: inside;
  list-style-image: url('../../frontend/img/BlueTick.svg');
  margin-bottom: 0;
}

.signupModal .account-type-info figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.signupModal .account-type-info figcaption {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.signupModal a {
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.complete-user-prof-modal.show {
  padding: 0;
}

.complete-user-prof-modal.show .modal-dialog {
  max-width: 480px;
}

.complete-user-prof-modal .modal-content {
  background: #F2F6FF;
  border-radius: 10px !important;
}

.complete-user-prof-modal .modal-header {
  border: none;
  padding: 20px 20px 0;
}

.complete-user-prof-modal .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.75px;
}

.complete-user-prof-modal .modal-header .close {
  color: #666;
  opacity: 1 !important;
}

.complete-user-prof-modal .modal-header .close span {
  line-height: 36px;
  letter-spacing: 0.75px;
}

.complete-user-prof-modal .modal-body {
  padding: 10px 20px 20px;
}

.complete-user-prof-modal .modal-body p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #737A85;
}

.complete-user-prof-modal .modal-footer {
  justify-content: flex-start;
  border: none;
  padding: 0 20px 20px;
}

.complete-user-prof-modal .borderBtn {
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: 0 15px 0 0;
}

.complete-user-prof-modal .blueBtn, .complete-user-prof-modal .blueBtn:hover {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  background-position: unset;
}

.empty-products {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.empty-products h2 {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.empty-products p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

@media only screen and (max-width: 575px) {
  .complete-user-prof-modal.show .modal-dialog {
      margin: 8px auto;
  }
}

@media only screen and (min-width: 992px) {
  #signupModal .modal-lg{
    max-width: 707px;
  }
}

@media only screen and (max-width: 768px) {
  .userDetailsNavMenu {
    height: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .heroBanner.signup-page h1 {
      font-size: 28px;
      line-height: 42px;
  }

  .signup-page h1 + a {
      text-align: center;
  }

  .signup-page .alert {
      margin: 0 auto 20px;
      font-size: 12px;
      line-height: 16px;
  }

  .registrationFormWrap .form-group .custom-checkbox label {
      line-height: 1.5;
  }

  .registrationBtnWrap {
      gap: 12px;
  }

  .registrationBtnWrap a,
  .registrationBtnWrap button {
      width: 100%;
  }

  .registrationBtnWrap .signUpBtn {
      margin: 0;
      width: 100%;
  }

  .userDetailsNavMenu, .registrationFormWrap {
      margin-top: 13px;
  }

  .userDetailsNavMenu ul {
      padding: 15px;
      gap: 10px;
  }

  .userDetailsNavMenu ul li a {
      font-size: 12px;
      line-height: 18px;
      padding: 9px 18px;
  }

  .userDetailsNavMenu ul li a img {
      max-width: 11px;
  }

  .panel-group-product .panel .panel-title a {
      font-size: 20px;
      line-height: 30px;
  }

  .registrationFormWrap .chooseRoleList {
      justify-content: flex-start;
  }

  .linkedin-btn-container {
      justify-content: center;
  }
  .empty-products p {
    max-width: none;
  }

  .jobDetailsSectionWrap .job-info p:first-child {
    display: grid;
    max-width: fit-content;
    gap: 0;
  }
}

@media (max-width: 400px) {
  .jobDetailsSectionWrap .job-subtitle {
    display: grid;
  }

  .rightBox {
    width: 100%;
  }

  .headReview:first-child {
    display: block;
  }

  .selectReating .rating-container .rating-stars .star .krajee-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .job-info p:last-child::after {
    margin-bottom: 50px;
  }
  .job-cta {
    flex-direction: column;
    gap: 15px;
  }
  .job-cta .similarJobsBtn {
    text-align: center;
  }
}

.expoLaveldrop {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.expoLaveldrop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #37404c;
  border-right: solid 2px #37404c;
}

/* Rotate arrow when active */
.expoAccordion.active .expoLaveldrop {
  transform: translateY(-50%) rotate(180deg);
}

/* Hide program schedules by default */
.program-schedule {
  display: none;
}

/* Active state styling */
.expoAccordion {
  cursor: pointer;
  position: relative;
}

.expoAccordion.active {
  background-color: #f9f9f9;
}