.footer {
  background: #333333;
  color: #fff;
}

.footerMarketValue {
  background: #fff;
  padding: 15px 0px;
}

.popularStocks {
  font-size: 13px;
  font-weight: var(--bold-600);
  color: var(--black);
}

/**************/
.footerRow {
  padding: 20px 0px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.linkGroup {
  margin-bottom: 20px;
  /* padding: 0px 5px; */
  color: var(--white);
}

.linkGroup li {
  margin-bottom: 10px;
}

.linkGroup h5,
.footerAdress h4 {
  font-size: 1rem;
  font-weight: var(--bold-600);
  margin-bottom: 15px;
}

.linkGroup a {
  color: #c4c4c4;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: capitalize;
}

.linkGroup a:hover {
  color: #fff;
}


.linkGroup.dropdown {
  /* border: solid 1px #cecece; */
  border-radius: 3px;
  position: relative;
}

.linkGroup.dropdown a {
  color: #000 !important;
}

.linkGroup.dropdown h5 {
  margin-bottom: 0px;
  padding: 10px 12px;
  background-color: #454545;
  color: var(--white);
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: normal;
}

.linkGroup.dropdown ul {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.linkGroup.dropdown li {
  border: solid 1px #cecece;
  padding: 5px 11px;
  margin-bottom: 0px;
}

.linkGroup .subMenu {
  font-weight: 500;
  cursor: pointer;
}
/**** office address ****/

.addressContainer {
  border-radius: 10px;
  padding: 20px 5px;
  border: 1px solid #d4d4d4;
  background: var(--white);
}
.rightBorder {
  border-right: 1px solid #d4d4d4;
}

.rightBorder:last-child {
  border-right: none;
}

.head {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--red);
}

.para {
  font-size: 13px;
  margin-bottom: 10px;
}

.phoneFax {
  display: flex;
  font-size: 13px;
}

.phoneFax > div {
  padding-right: 15px;
  font-size: 13px;
}

.phoneFax > div strong {
  font-size: 12px;
}

.phoneFax > div:last-child {
  padding-right: 0px;
}

.linkGroup .subMenu span {
  font-size: 12px;
  margin-left: 3px;
  transition: all 0.3s ease-out;
}
.linkGroup .subMenu span::before {
  font-weight: 500 !important;
}

.linkGroup .subLinks a {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  display: block;
}

/**************************************/

.contactGroup li {
  /* display: table; */
  font-size: 13px;
}

.contactGroup li span,
.contactGroup li strong {
  /* display: table-cell; */
  /* font-weight: normal; */
  /* font-size: 13px; */
}

.contactGroup li span {
  color: var(--red);
  /* padding-right: 10px;
      width: 70px; */
  display: block;
}

.socialIcons {
  text-align: center;
}

.socialIcons a {
  display: inline-block;
  padding: 0 10px;
  color: var(--darkGray);
  font-size: 1.2rem;
  /* width: 26px; */
  height: auto;
}

.socialIcons a svg,
.socialIcons a svg rect {
  height: 15px;
  width: auto;
}

.socialIcons a svg,
.socialIcons a svg path:not(#twitter),
.socialIcons a svg rect {
  fill: var(--white);
}

.socialIcons a:hover svg,
.socialIcons a:hover svg path:not(#twitter),
.socialIcons a:hover svg rect {
  fill: var(--white);
}

.infoLinksWrp {
  border-bottom: 1px solid #454545;
  border-top: 1px solid #454545;
  padding: 15px 0;
}
.infoLinks a {
  font-size: 11px;
  color: var(--darkGray);
}

.infoLinks a:hover {
  color: var(--white);
  text-decoration: none;
}

.infoLinks a {
  padding: 0px 7px;
}

.infoLinks a:not(:last-child) {
  border-right: solid 1px #ccc;
}

/**************/

.disclaimer {
  border-bottom: 1px solid #454545;
}

.disclaimer p,
.disclaimer li {
  font-size: 11px;
}

.disclaimer ul {
  margin-left: 20px;
}

.disclaimer li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.disclaimer p.head {
  color: var(--white);
  font-weight: var(--bold-500);
}

.copyrights {
  font-size: 12px;
  text-align: center;
}

.marketLabel {
  padding: 0px 15px;
}

/**************************************/

.contactBox {
  max-width: 490px;
}

/************* */
.footerAdress {
  padding: 20px;
  font-size: 13px;
  background: #454545;
  color: #fff;
}
.footerAdress h4 {
  color: #fff;
}
.footerAdress ul li {
  margin: 10px 0px;
}

.footerAdress ul li span {
  color: #fff;
}

.footerAdress div {
  margin-bottom: 0px !important;
}

/* .footerAdress .borderRight:not(:last-child) {
  border-right: 0;
} */

/*****************************************************/

.addressWrp {
  padding: 30px;
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  /* background: var(--white); */
}
.addressWrp h4 {
  /* color: var(--red); */
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.addressWrp ul li {
  margin: 15px 0;
  line-height: 24px;
}
.addressWrp ul li:last-child {
  margin: 0;
}
.addressWrp ul li span {
  font-weight: 700;
}

.borderRight:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

@media (min-width: 1150px) {
  .footerRow > div {
    width: 11%;
  }
  .footerRow {
    justify-content: space-between;
  }
}

/* @media (min-width: 991px) {
  .linkGroupCont {
    padding: 0px 11px;
  }
} */

@media (max-width: 992px) {
  .rightBorder {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .footerAdress div {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .borderRight:not(:last-child) {
    border-right: none;
  }
}

.linkGroupCont .linkGroup h5 span {
  display: none;
}

.footerRow .subLinks {
  display: none;
}

/****/
@media (max-width: 575px) {
  .linkGroupCont .linkGroup h5 span {
    display: block;
  }
  .linkGroup .subMenu ~ a {
    display: block;
    padding-bottom: 5px;
  }
  .linkGroup .subMenu a {
    display: inline-block;
    margin-bottom: 5px;
  }
  .footer {
    padding-bottom: 86px;
  }
  .footerRow .linkGroup > ul {
    display: none;
    padding-top: 10px;
  }

  .footerRow h5 {
    position: relative;
    margin-bottom: 0px;
  }
  .footerRow h5 span {
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;
  }
}

/*************************************/



/****/
@media (max-width: 575px) {
  .linkGroupCont .linkGroup h5 span {
    display: block;
  }

  .linkGroup .subMenu~a {
    display: block;
    padding-bottom: 5px;
  }

  .linkGroup .subMenu a {
    display: inline-block;
    margin-bottom: 5px;
  }

  /* .footer {
    padding-bottom: 86px;
  } */

  .footerRow .linkGroup>ul {
    display: none;
    padding-top: 10px;
  }

  .footerRow h5 {
    position: relative;
    margin-bottom: 0px;
  }

  .footerRow h5 span {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .infoLinks a {
    display: inline-block;
  }
}


.footLinkHead {
  margin-bottom: 20px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.footLinkHead li {
  position: relative;
  margin-right:15px;
}


.footLinkHead li button {
  display: block;
  padding: 15px 0;
  background: none;
  border: 0;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
}

.footLinkHead li button:focus {border: 0; outline: none;}

.footLinkHead li.active button {
  font-weight: 700;
}

.footLinkHead li.active button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff
}

.linkGroup h6 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
}






.linkGroupCont button {
  display: none;
}

.listRow>* {
  flex: 0 0 auto;
  width: 20%;
}

.linkGroup li {
    margin-bottom: 1.5rem;
}
.linkGroup:last-child {
    margin-bottom: 0;
}


@media(min-width:991.99px){
   .linkGroupCont:nth-child(1) {margin-bottom: 1.5rem;}
  .linkGroupCont:nth-child(1) .listRow>* {width: 25%;}
}


@media(max-width:1199.99px) {
.infoLinksWrp .justify-content-between {justify-content: center!important;}
}

@media(max-width:991.99px) {


  .giCol {margin-bottom: 1.5rem;}

  .mx-lg-0 {margin: 0;}

  .footLinkHead {
    display: none;
  }

  .linkGroupCont {
    border-bottom: 1px solid #454545;padding: 0;
  }

  .linkGroupCont button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    position: relative;
    color: #fff;
  }
 .linkGroupCont button:focus {outline: none;}

  .linkGroupCont button::after {content: '+'; font-size: 18px; color: #fff;}

.linkGroupCont.active {padding-bottom: 15px;}
  
  .linkGroupCont.active button::after {content: '-';}

  .linkGroup li {
    margin-bottom: .5rem;
  }


  .listRow>* {
    flex: 0 0 auto;
    width: 50%;
  }

}

@media(max-width:575.99px) {
  .listRow>* {
    flex: 0 0 auto;
    width: 100%;
  }
}


footer .row {
  display: flex;
  flex-wrap: wrap;
}

footer .col-xs-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
footer .col-xs-121 {
  
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    footer .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
}

 footer .col-auto {
    flex: 0 0 auto;
    width: auto;
}

footer .row {
    display: flex
;
    flex-wrap: wrap;
}
header .row, .mobMenu .row, footer .row {
    display: flex;
    flex-wrap: wrap;
}


.redNewLabel {position: relative;}
.redNewLabel::before {content: '';  position: absolute; bottom: 10px; right: 0; width: 25px; height: 20px; background: url('https://www.jmfinancialservices.in/images/tabIcons/new_label.svg') no-repeat center; background-size: 100%;}


.redComingLabel::before {width: 50px; height: 25px;  background: url('https://www.jmfinancialservices.in/images/tabIcons/comingLabel.svg') no-repeat center; background-size: 100%;} 
