.two-image-gallery-with-text h2 {
  font-family: "optimanormal";
  font-size: 1.75em;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 28px;
  color: #606161;
}
.two-image-gallery-with-text .slick-slider {
  padding: 0 10%;
  overflow: hidden;
}
.two-image-gallery-with-text .slick-slider .slick-list {
  overflow: visible;
}
.two-image-gallery-with-text .slick-slide {
  opacity: 0.5;
  padding: 0 20px;
}
.two-image-gallery-with-text .slick-slide.slick-current {
  opacity: 1;
}
.two-image-gallery-with-text .slick-slide.slick-active {
  opacity: 1;
}
.two-image-gallery-with-text .slick-slide .image-block {
  width: 100%;
  float: left;
}
.two-image-gallery-with-text .slick-slide .text-block {
  float: left;
  width: 100%;
  padding: 0% 3% 5% 3%;
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
}
.two-image-gallery-with-text .slick-slide .text-block .cities-list {
  margin: 0 0 30px 0;
}
.two-image-gallery-with-text .slick-slide .text-block .cities-list .fa {
  margin: 0 10px;
}
.two-image-gallery-with-text .slick-arrow {
  /*background-color: #464646;*/
  height: 50px;
  width: 50px;
  transform: translate(0, -50%);
  z-index: 1;
}
.two-image-gallery-with-text .slick-arrow::before {
  display: none;
}
.two-image-gallery-with-text .slick-prev,
.two-image-gallery-with-text .slick-next {
  top: 35%!important;
}
.two-image-gallery-with-text .slick-prev {
  /*background: url("/images/oberoihotels/common/arrow-left2.png") no-repeat
    center center #e1e1e1;*/
  left: 2%;
}
.two-image-gallery-with-text .slick-prev::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.two-image-gallery-with-text .slick-prev:hover {
  /*background: url("/images/oberoihotels/common/arrow-left2.png") no-repeat
    center center #464646;*/
}
.two-image-gallery-with-text .slick-next {
 /* background: url("/images/oberoihotels/common/arrow-right5.png") no-repeat
    center center #e1e1e1;*/
  right: 2%;
}
.two-image-gallery-with-text .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
}
.two-image-gallery-with-text .slick-next:hover {
  /*background: url("/images/oberoihotels/common/arrow-right5.png") no-repeat
    center center #464646;*/
}
.two-image-gallery-with-text .btn-style2 {
  margin: 0 0 0 30px;
}
.two-image-gallery-with-text .btn-style3 {
  font-family: "Verdana", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 15px;
}
.two-image-gallery-with-text .btn-style3.active {
  background-image: url(/images/oberoihotels/common/arrow-right7-down.jpg);
}
.two-image-gallery-with-text .btn-style3 {
  background: url("/images/oberoihotels/common/arrow-right3.png") no-repeat
    right center;
  color: #d8741b;
}
.two-image-gallery-with-text .btn-style3.active {
  background-image: url("/images/oberoihotels/common/arrow-up6.png");
}
.two-image-gallery-with-text .slider-style1-wrap h2 {
  float: left;
}
.two-image-gallery-with-text .slider-style1-wrap .btn-style2 {
  float: right;
  margin-top: 8px;
}
.two-image-gallery-with-text .text-block-sub-hdng {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "Verdana", sans-serif;
}
.location-specific-content-slider {
  float: left;
  width: 100%;
  padding: 0px 6%;
  display: none;
  position: relative;
}
.location-specific-content-slider .closeIcon {
  position: absolute;
  z-index: 1;
  right: 11%;
  top: -10px;
  line-height: 6px;
  font-size: 13px;
  font-family: "Verdana", sans-serif;
  cursor: pointer;
}
.location-specific-content-slider .slider-div {
  visibility: hidden;
}
.location-specific-content-slider .slider-div.slick-initialized {
  visibility: visible;
}
.location-specific-content-slider .image-text-block-style1 .image-block {
  width: 58%;
  float: left;
  padding: 0 30px 0 0;
}
.location-specific-content-slider .text-block {
  width: 42%;
  float: left;
  padding: 5% 0% 5% 2%;
}
.location-specific-content-slider .text-block .btn-style2 {
  margin: 0 0 0 30px;
}
.location-specific-content-slider .slick-arrow {
  background-color: #464646;
  height: 50px;
  width: 50px;
  transform: translate(0, -50%);
  z-index: 1;
}
.location-specific-content-slider .slick-arrow::before {
  display: none;
}
.location-specific-content-slider .slick-prev {
  background: url("/images/oberoihotels/common/arrow-left2.png") no-repeat
    center center #464646;
  left: -6%;
  background: transparent;
}
.location-specific-content-slider .slick-prev::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.location-specific-content-slider .slick-next {
  background: url("/images/oberoihotels/common/arrow-right5.png") no-repeat
    center center #464646;
  right: -6%;
  background: transparent;
}
.location-specific-content-slider .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
  }

.location-specific-content-slider .location-details {
  margin: 10px 0 30px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.location-specific-content-slider .location-details li {
  font-family: "Verdana", sans-serif;
  font-size: 0.938em;
  font-weight: 300;
  margin-bottom: 8px;
}
.location-specific-content-slider .location-details li span {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.location-specific-content-slider .location-details li span.icon {
  margin-right: 10px;
  width: 16px;
}
.location-specific-content-slider .location-details li span strong {
  font-weight: 700;
}

.two-image-gallery-with-text .image-text-block-style1 .text-block .text-block-hdng-style1{
	font-size: 1.6em;
    font-family: "verdanaN";
    font-style: normal;
    color: #606161;
}
@media screen and (max-width: 1440px){
	.two-image-gallery-with-text .image-text-block-style1 .text-block .text-block-hdng-style1{
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 767px) {
  .two-image-gallery-with-text .slick-slider {
    padding: 0;
  }
  .two-image-gallery-with-text .slick-slider .slick-slide {
    padding: 0;
  }
  .two-image-gallery-with-text .slick-slider .slick-slide .image-block {
    padding: 0 10%;
  }
  .two-image-gallery-with-text .slick-slider .slick-slide .text-block {
    padding: 0 10%;
    border: 0;
  }
  .two-image-gallery-with-text
    .slick-slider
    .slick-slide
    .text-block
    .btn-style3 {
    font-size: 0.8rem;
  }
  .two-image-gallery-with-text .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 90px;
  }
  .location-specific-content-slider .image-text-block-style1 .image-block {
    width: 100%;
    padding: 0;
  }
  .location-specific-content-slider .image-text-block-style1 .text-block {
    width: 100%;
  }
  .location-specific-content-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 150px;
  }
  .location-specific-content-slider .location-details li {
    font-size: 0.8rem;
  }
  .location-specific-content-slider .btn-style1 {
    font-size: 0.8rem;
  }
  .location-specific-content-slider .btn-style2 {
    font-size: 0.8rem;
  }
  .three-image-gallery h2 {
    font-size: 1.5em;
  }
  .slider-style1-component {
    margin-bottom: 50px;
  }
  .slider-style1-component h2 {
    font-size: 1.65em;
    line-height: 1.2em;
    margin-bottom: 18px;
  }
  .slider-style1-component .slider-div {
    padding: 0;
  }
  .slider-style1-component .slick-slide {
    margin: 0;
  }
  .slider-style1-component .slick-arrow {
    transform: translate(0px, -80px);
  }
  .slider-style1-component .slick-prev {
    left: -10px;
  }
  .slider-style1-component .slick-next {
    right: -10px;
  }
  .slider-style1-component .slider-style1-wrap h2 {
    width: 72%;
  }
  .slider-style1-component .slick-slider {
    padding: 0 20px;
  }
  .location-specific-content-slider .slick-prev::before {right: -6px;}
  .location-specific-content-slider .slick-next::before {    right: 5px;}
}
@media only screen and (max-width: 359px) {
  .three-image-gallery .slider-style1-wrap .btn-style2 {
    font-size: 13.5px;
  }
}
/*# sourceMappingURL=two-image-gallery-with-text.css.map */
