footer .social {
  display: flex;
  margin-top: 24px;
  float: left;
  width: 100%;
  align-items: center;
}
.com_imageWithTextTwoColComponent .unMuteVideo{
  display: none;
}
.social li {
  float: left;
  margin-right: 20px;
}
.social li:nth-child(2) {
  margin-left: -6px;
  margin-right: 12px;
}
.social li:last-child a img {
  max-width: 80%;
}
.social li a {
  background: url(https://www.oberoihotels.com/images/oberoihotels/sprites-icons-new.png?v=11)
    no-repeat;
  display: block;
  background: none;
}
.social li a.facebook:hover {
  background-position: -3px -42px;
}
.social li a.twitter:hover {
  background-position: -51px -42px;
}
.social li a.insta {
  /* background-position: -98px -10px;
     */
}
.social li a.insta:hover {
  background-position: -98px -42px;
}
.social li a.youtube {
  /* background-position: -148px -11px; */
}
.social li a.youtube:hover {
  background-position: -148px -43px;
}
.social li a span {
  display: block;
  text-indent: -9999px;
}
footer {
  /* background: url(https://www.oberoihotels.com/images/oberoihotels/footer-bg.jpg); */
  background: #232055;
  overflow: hidden;
  float: left;
  width: 100%;
}
footer .footer-container {
  padding: 50px 8%;
  /* max-width: 1366px; */
  margin: 0 auto;
}
footer .footer-container .column {
  width: 25%;
  float: left;
  position: relative;
}
footer .footer-container .column ul {
  list-style-type: none;
}
footer .footer-container .column ul li {
  font-family: "Verdana", serif;
  margin-bottom: 15px;
  font-size: 18px !important;
  color: #e4bf5c;
}
footer .footer-container .column ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
}
footer .footer-container .column ul li a:hover {
  color: #e4bf5c;
}
footer .footer-container .column ul.social li a img:hover{
  filter: brightness(0) saturate(100%) invert(68%) sepia(46%) saturate(447%) hue-rotate(6deg) brightness(102%) contrast(94%);
}
footer .footer-container .column .newsletter .title {
  font-family: "Verdana", serif;
  margin-bottom: 15px;
  font-size: 18px;
  color: #e4bf5c;
}
footer .footer-container .column .newsletter p {
  color: #fff;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: italic;
}
footer .footer-container .column .newsletter .errorMsg {
  font-family: "Verdana", sans-serif;
  position: initial;
  color:red;
}
footer .footer-container .column .newsletter input[type="text"] {
  font-family: "Verdana", sans-serif;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  margin: 10px 0;
  color: #fff;
}
footer .footer-container .column .newsletter input::placeholder {
  opacity: 1 !important; /* Adjust the value as needed (0 to 1) */
  color: #fff !important;  /* Optional: change color too */
}
footer .footer-container .column .newsletter input[type="text"]::placeholder {
  color: #fff;
}

footer .footer-container .column .newsletter a.button {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  background: transparent;
  padding: 0px 15px 0px 0px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  text-decoration: none;
}
footer .footer-container .column .newsletter a.button:hover{
  color: #e4bf5c;
}
footer .footer-container .column .newsletter a.button:after {
  content: " ";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 5px;
  height: 8px;
  right: 0px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  z-index: 2;
}
footer .footer-container .column .newsletter a.button:hover::after{
  border-bottom: 2px solid #e4bf5c;
  border-right: 2px solid #e4bf5c;
}
footer .footer-container .footerBottom {
  margin-top: 30px;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}
footer .footer-container .footerBottom .footerLeft {
  float: left;
  color: #fff;
}
footer .footer-container .footerRight {
  float: right;
  display: flex;
  width: 25%;
}
footer .footer-container .footerRight ul {
  list-style-type: none;
  display: flex;
}
footer .footer-container .footerRight ul li {
  float: left;
}
footer .footer-container .footerRight ul li a {
  padding: 0 4px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  white-space: nowrap;
}
footer .footer-container .footerRight ul li:first-child a {
  padding-left: 0px;
}
footer .footer-container .footerRight ul li a:hover {
  text-decoration: none;
  color: #e4bf5c;
}
footer .footer-container .footerRight ul li:last-child a {
  border-right: none;
}

footer .footer-container .column {
  position: relative;
}

footer .footer-container .footerRight.fotterTncLink ul {
  display: flex;
}
.footer .footer-container .footerBottom .footerRight {
  display: none;
}
footer .footer-container .footerRight.fotterTncLink {
  bottom: -141px;
  position: absolute;
  display: block;
}
@media only screen and (min-width: 1199px) {
  .footerColWrap {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-container .column {
    float: left;
    position: relative;
    min-width: 150px;
    max-width: 25%;
    width: auto;
  }
}
@media only screen and (max-width: 1599px) {
  footer .footer-container {
    padding: 50px 6%;
  }
}
@media only screen and (max-width: 1440px) {
  footer .footer-container .footerRight.fotterTncLink {
    bottom: -128px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .footer-container .footerRight {
    width: auto;
  }
  footer .footer-container .footerRight ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px){
  footer .footer-container .column ul li a{
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
  .footerColWrap{
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-container .column {
    /* width: 50%;
    min-height: 400px; */
    min-height: auto;
    flex: 0 50%;
    float: none!important;
  }
  footer .footer-container .column-full-mob {
    width: 100%;
    margin: 20px 0;
  }
  footer .footer-container .footerBottom {
    text-align: center;
    margin-top: 0;
  }
  footer .footer-container .footerBottom .footerLeft {
    width: 100%;
    float: none;
  }
  footer .footer-container .footerRight {
    width: 100%;
    float: none;
  }
  footer .footer-container .footerRight ul li {
    display: inline-block;
    float: none;
  }
  footer .footer-container {
    padding: 50px 15px;
  }
  footer .footer-container .column ul li {
    padding-right: 5px;
  }
  footer .footer-container .footerRight {
    display: block;
  }
  footer .footer-container .footerRight.fotterTncLink {
    display: none;
  }
  footer .footer-container .column ul li.sub-head,
  .footerColWrap .column:nth-child(2) ul li:nth-child(5) {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=footer.css.map */

.fancybox-navigation .fancybox-button {
  background: none;
}
.fa-angle-left:before {
  content: "" !important;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 35px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.fa-angle-right:before {
  content: "" !important;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  right: 35px;
  transform: rotate(136deg);
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
}
