
/* navbar*/
.main-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.header-top {
  background-color: var(--bg-white);
  padding: 8px 0;
  position: relative;
  z-index: 1;
}

.header-top-flex {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 300px; /* old log was 194px; */
  display: inline-block;
}

.new_design .navbar-logo {
  padding: 0;
  margin: 0;

  display:block;
}

.new_design a.navbar-logo  img {
  width: 500px; /* old log was 194px; */
}

.header-search-container {
  width: 100%;
  /*padding-left: 86px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-right: -100px;*/
  /*margin-left: 100px;*/
}

.header-top-right-col {
  width: calc(100% - 300px);
  padding-left: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-item-list {
  display: flex;
  padding: 0;
  margin-top: 12.5px;
  list-style: none;
  align-items: center;
  /*flex-wrap: wrap;*/
}
.header-item-list li {
  margin: 0 .5rem;
}
.header-item-list li a {
  font-weight: 400;
  font-size: 14px;
}
.header-item-list li span {
  margin-right: 5px;
}

.social-media-list {
  display: flex;
  padding: 0;
  margin: 0 -12.5px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.social-media-list li {
  margin: 0 12.5px;
}

.social-media-list li span {
  margin-right: 10px;
}

.social-media-list li .menu-item-has-children span {
  margin-right: 8px;
}


.social-media-list li:not(.menu-item-has-children) a:not(.dropdown-item) {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--bg-black);
}

.social-media-list li a:hover {
  color: var(--bg-light-green);
}

.header-item-container {
  display: flex;
  align-items: center;

}
.header-item-container .nav-btn{
  margin-left: 32px;
}


.header-social-media {
  display: flex;
  align-items: center;
}

.header-social-media .cmn-btn {
  margin-left: 32px;
  background-color: var(--bg-green);
  box-shadow: none;
  padding: 7px 20px;
}

.header-social-media .cmn-btn:hover {
  background-color: var(--bg-black);
}


.header-search {
  width: 100%;
  max-width: 450px;
  margin: 0 30px;
}

.header-search-wrap {
  width: 100%;
  height: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  overflow: hidden;
}

.header-search-wrap select {
  border: none;
  width: 120px;
  background-color: var(--bg-white);
  background-image: url('https://d335ssuclfba2b.cloudfront.net/black-down-arrow.png') no-repeat calc(100% - 16px) center transparent;
  background-size: 7px;
  padding: 0 11px;
  height: 100%;
  outline: none;
  color: var(--bg-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #C6C5C5;
  border-radius: 3px 0px 0px 3px;
}

.header-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
  list-style: none;
  margin: 0;
  background-color: var(--bg-light-green);
}

.header-action-bar > a {
  font-size: 18px;
  font-family: var(--text-font-inter);
  color: white;
  text-decoration: none;
  outline: none;
}

.header-action-bar > a:hover {
  font-size: 18px;
  font-family: var(--text-font-inter);
  color: black;
  text-decoration: underline;

}

.header-search-wrap input[type=text] {
  width: 100%;
  padding: 0 70px 0 15px;
  height: 100%;
  outline: none;
  font-size: 14px;
  color: var(--bg-black);
  border: 1px solid #C6C5C5;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
}



.header-search-wrap input[type=text]::placeholder {
  opacity: 1;
  color: var(--bg-gray);
}
.menu-item-has-children {
  margin-right: 45px;
}
.header-search-submit {
  width: 53px;
  height: 100%;
  background-color: var(--bg-primary-grey);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border: 1px solid var(--bg-primary-grey);
}

.header-search-submit input[type=submit]:hover, .search-submit input[type=submit]:hover {
  background-color: var(--random-teal) !important;
  opacity: .6;

}

.header-search-submit input[type=submit] {
  font-size: 0px;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}

.header-search-submit i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: -1;
  color:black
}



.header-middle {
  background-color: var(--bg-primary-grey);
  transition: all 0.3s ease-in-out;
}

.new_design .navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.new_design .navbar-nav li {
  position: relative;
  list-style: none;
}

.new_design .navbar-nav>li {
  margin: 0 55px;
  padding: 8px 0px;
  position: relative;
}

.new_design .navbar-collapse {
  margin-right: 0px;
}

.new_design .navbar-nav>li:last-child {
  margin-right: 0;
}

.new_design  .navbar-nav>li:first-child {
  margin-left: 0;
}
/*.new_design ul:not(.social-media-list) .navbar-nav>li:first-child {*/
/*  margin-left: 0;*/
/*}*/

.new_design .navbar-nav>li>a {
  color: var(--bg-black);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
}

.new_design .navbar-nav>li.current-menu-item>a,
.new_design .navbar-nav>li>a:hover,
.new_design .navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--bg-green);
}


/* navbar submenu*/

.sub-menu {
  background: var(--bg-white);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  min-width: 200px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.sub-menu>li:first-child {
  padding-top:10px;
}
.sub-menu>li:last-child {
  padding-bottom:10px;
}

.sub-menu>li>a {
  color: var(--bg-black);
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 15px;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: var(--bg-green);
  color: var(--bg-white);
}

.new_design .navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.new_design .navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}


/* for push-menu */
.new_design .navbar-collapse .navbar-toggler{
  display: none;
}
#navoverlay{
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.new_design .navbar-nav .clickD {
  position: absolute;
  right: -20px;
  top: 11px;
  width: 20px;
  height: 20px;
  background: url('https://d335ssuclfba2b.cloudfront.net/black-down-arrow.png') center center no-repeat;
  display: block;
  background-size: 8px;
  cursor: pointer;
}

.new_design .social-media-list .navbar-nav  .clickD {
  right: -30px;
}

.header-card-button {
  display: flex;
  align-items: center;
  margin-left: 0px;
  position: relative;
  margin-right:15px;
}

.header-card-text {
  color: var(--bg-black);
  font-size: 14px;
  margin-right: 10px;
}

.card-value {
  position: absolute;
  top: -3px;
  right: -11px;
  background-color: var(--bg-green);
  color: var(--bg-white);
  font-size: 11px;
  line-height: 1px;
  border-radius: 50px;
  text-align: center;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottom {
  background: linear-gradient(90deg, #209B90 0%, #6BB8B0 100%);
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}

.header-bottom-flex ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.header-bottom-flex ul li {
  color: var(--bg-white);
  padding: 0 46px;
  font-size: 14px;
  font-family: var(--text-font-inter);
  border-right: 1px solid rgba(255,255,255,0.20);
}

.header-bottom-flex ul li:last-child {
  border-right: none;
}

.header-bottom-flex ul li img {
  margin-right: 4px;
}

.main-head.is-sticky .header-middle {
  transform: translateY(-100%);
  z-index: -1;
  position: absolute;
  width: 100%;
}

.main-head.is-sticky .header-bottom {
  transform: translateY(-250%);
  position: absolute;
  width: 100%;
}



/* Subhadeep 02.05.24 */
.main_footer{
  background: var(--bg-primary-grey);
  color: var(--bg-black);

}
.fixed-foot {
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.main_footer a{
  color: var(--bg-black);
}
.main_footer a:hover{
  color: var(--bg-light-green);
}
.footr_top{
  padding-top: 50px;
}
.footr_logo{
  margin-bottom: 20px;
}
.footr_logo a{
  display: inline-block;
}
.footr_logo a img{
  max-width: 220px;
  margin-right: -3px;
}
.footr_scl_lstng{
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footr_scl_lstng li i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color:white;
  background: var(--bg-black);
}
.footr_scl_lstng li a:hover{
  background: var(--bg-light-green);
}
.footr_scl_lstng li a img{
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
}
.footr_scl_lstng li:not(:last-child){
  padding-right: 24px;
}
.footr_scl_lstng li a:hover img{
  filter: invert(1);
}
.footr_top_row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.footr_top_row > *{
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.footr_lstng{
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.main_footer .footr_hdng {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.footr_lstng > li:not(:last-child){
  margin-bottom: 1px;
}
.footr_box{
  height: 100%;
  padding-bottom: 35px;
}
/* TODO here*/
.footr_frst_col{
  width: 23%;
}
.footr_scnd_col{
  width: 13%;
}
.footr_thrd_col{
  width: 21%;
}
/*.footr_furth_col{*/
/*  width: 35%;*/
/*}*/
.footr_fifth_col{
  width: 42%;

}
.cat-col {
  /*display: flex;*/
  /*flex-wrap: wrap;*/

  padding: 0px;
  margin-right: 5px;
  list-style-type: none;
}
.cat-col li {
  flex: 1 1 150px;
  font-size: 13px;
  margin-bottom: 1px;
}


.footr_numbr_box{
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
}
.footr_cntct_indvdl_box:not(:last-child){
  margin-bottom: 12px;
}
.footr_col:not(:last-child)::after{
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #4E4E4E;
}
.footr_col:not(:first-child) .footr_box{
  padding-left: 16px;
}
/*.footr_cntct_box{*/
/*  margin-right: -15px;*/
/*}*/
.footr_bot{
  margin-top: 20px;
  padding: 0px;
  font-size: 14px;
  padding-right: 20px;
  /*border-top: 1px solid #4E4E4E;*/
}
.footr_bot_lstng{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}
.footr_bot_lstng > li:not(:last-child){
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid var(--bg-black);
}



/* Subhadeep 02.05.24 */

.new_design .navbar .navbar-brand {
  display: none;
}

.new_design .navbar .social-media-list {
  display: none;
}

.nav-btn-in {
  display: none;
}

.header-bottom .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.header-bottom .swiper-slide {
  width: max-content;
}

.header-bottom-text {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  margin-top: 3px;
  color: var(--bg-black);
  font-family: var(--body-font);
}

.header-bottom-col-wrap {
  display: flex;
  align-items: center;
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-bottom-col-wrap span {
  margin-right: 8px;
  margin-top: 2px;
}

.header-bottom .swiper-slide:last-child .header-bottom-col-wrap {
  border-right: none;
}
.header-bottom-text br {
  display: none;
}

/*sdf*/

@media(max-width:1024px) {
  .main_footer a {
    word-break: break-all;
    font-size: 14px;
    word-break: unset;
  }

  .footr_frst_col {
    width: 33%;
  }

  .footr_scnd_col {
    width: 33%;
  }

  .footr_thrd_col {
    width: 33%;
    border-right: none;
  }

  .footr_thrd_col::after {
    display: none;
  }
  .footr_logo a  {
    width: 100%;
  }
  .footr_logo a img {
    width: 85%;
  }
  .footr_cntct_box {
    font-size: 20px;
  }

  .footr_fifth_col {
    width: 100%;
    max-width: 100%;

  }

  .footr_fifth_col .footr_box {
    padding-bottom: 0;
    text-align: center;
    margin-left:100px;
    margin-right:100px;
  }

  .footr_hdng {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footr_fifth_col.footr_col::after {
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    background: #4E4E4E;
  }

  .footr_top_row {
    border: 1px solid #4E4E4E;
    border-bottom: none;
  }

  .footr_box {
    padding-bottom: 0;
  }

  .footr_col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footr_col, .cat-col, .footr_hdng {
  text-align: left;
}

@media(max-width:767px) {
  .footr_fifth_col .footr_box, .footr_hdng {
    padding-bottom: 0;
    text-align: left;
    margin-left:0px;
    margin-right:0px;
  }
}


@media(max-width:420px) {
  .footr_cntct_box {
    flex-direction: column;
  }
  .cprght_box {
    font-size: 13px;
  }
  .footr_col, .cat-col {
    margin-bottom: 0px;
  }

}