@charset "UTF-8";
section.sdp-common-footer-bg {
  font: 18px/1.6 Zoho_Puvi_Regular;
}
.sdp-common-footer-bg {
  background: #f5f5f5;
  padding: 100px 0px;
}
.sdp-common-footer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.sdp-common-footer-col {
  flex-grow: 1;
  flex-basis: 0;
}
.sdp-common-footer .sdp-common-footer-col:nth-child(2) {
  margin: 0px 0px 0px 100px;
}
.sdp-common-footer .sdp-common-footer-col:nth-child(3) {
  margin: 0px 30px 0px 0px;
}
.promo1 {
  margin: 0px 0px 30px 0px;
}
.sdp-common-footer-col img {
  width: auto;
  max-width: unset;
  cursor: pointer;
}
.sdp-common-footer-col h4 {
  font: 23px/1.4 Zoho_Puvi_SemiBold;
  text-align: left;
  margin: 0px 0px 5px 0px;
  position: relative;
  color:#000;
}
h4.top-space {
  margin-top: 50px;
}
.sdp-common-footer-list-items li a {
  /*font: 14px/1.6 Zoho_Puvi_Regular;*/
  font: 400 14px/1.6 'ZohoPuvi', sans-serif;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.sdp-common-footer-list-items li a:before {
  content: "";
  width: 0%;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  transition: width 0.5s;
}
.sdp-common-footer-list-items li a:hover:before {
  width: 100%;
}
ul.footer-social-icons {
  display: flex;
}
ul.footer-social-icons li img {
  width: 26px;
}
ul.footer-social-icons li:nth-child(2) {
  margin: 0px 15px;
}
/*video popup style starts here*/
.bg-overlay {
  background: rgba(255, 255, 255, .95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  position: fixed;
  display: none;
}
.video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  width: 70%;
  height: auto;
}
.cancel {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999999;
  display: none;
}
.cancel img {
  width: 32px;
  height: 32px;
  margin: 0px;
}
.video-cta {
  text-align: center;
}
.footer-video-iframe .video-cta {
  text-align: center;
  margin: 20px 0px 35px;
}
.video-cta a {
  border-radius: 5px;
  cursor: pointer;
  background: #e9152b;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'ZohoPuvi';
  margin-top: 15px;
  margin: 20px 0px;
  display: inline-block;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none !important;
  width: 230px;
}
/*video popup style ends here*/
@media only screen and (max-width:1024px) {
  .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
    margin: 0px 50px;
  }
  .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
    margin: 0px 50px 0px 0px;
  }
}
@media only screen and (max-width:768px) {
  .sdp-common-footer-bg {
    background: #f5f5f5;
    padding: 75px 0px;
  }
  .sdp-common-footer {
    display: block;
  }
  .sdp-common-footer-col:nth-child(1) {
    text-align: center;
  }
  .promo1, .promo2 {
    display: inline-block;
    margin: 20px;
  }
  .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
    margin: 0px 0px;
  }
  .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
    margin: 0px 0px 0px 0px;
  }
  ul.sdp-common-footer-list-items li {
    display: inline-block;
    margin: 10px 35px 10px 0;
  }
  ul.footer-social-icons li img {
    margin: 10px 0px 10px 0;
  }
  h4.top-space {
    margin-top: 0px;
  }
  .sdp-common-footer-col h4 {
    margin: 30px 0px 5px 0px;
  }
  .ftr-cancel img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width:414px) {
  .sdp-common-footer-col {
    text-align: center;
  }
  .sdp-common-footer-bg {
    padding: 50px 0px 100px 0px;
  }
  ul.sdp-common-footer-list-items {
    margin-top: 15px;
  }
  ul.sdp-common-footer-list-items li {
    display: block;
    margin: 10px 35px 10px 0;
    text-align: left;
    padding: 0px 0px 0px 30px;
  }
  .sdp-common-footer-col h4 {
    font: 19px/1.4 Zoho_Puvi_SemiBold;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
  }
  .promo2 {
    padding-bottom: 40px;
  }
  /* sdp-footer-accordion style starts here */
  .sdp-footer-accordion {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    transition: 0.4s;
  }
  .sdp-footer-accordion:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3.5px;
    position: absolute;
    right: 30px;
    top: 23px;
    transform: rotate(45deg);
    transition: all .3s ease;
  }
  .sdp-footer-accordion.active:after {
    transform: rotate(-135deg);
    top: 27px;
  }
  .sdp-footer-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  /* sdp-footer-accordion style ends here */
}
@media only screen and (max-width:320px) {
  .promo1, .promo2 {
    max-width: 80%;
  }
  .promo1, .promo2 {
    margin: 0px 0px 25px 0px;
  }
}