.place-content-wrap img {
	width: 100%;
}
@media screen and (max-width: 1199px) { 

}

@media screen and (max-width: 1094px) {
                .booking-form-wrapper {
                    padding-left: 0;
                    padding-right: 0;
                }
                .about-two_content-box .card-list .card-item:nth-child(3) {
                	margin-bottom: 30px;
                }
                .site-branding img {
                	height: 70px;
                	width: 100%;
                	object-fit: contain;
                }
                .booking-form-two .booking-btn {
                	font-size: 13px;
                	padding: 19px 10px;
                }
                .booking-form-two .nice-select, .booking-form-two .form_control {
                	font-size: 13px;
                }
                .about-two_content-box .card-list {
                	margin:0 auto;
                }
                .about-one_image-box img {
                	width: 100%;
                }
                section.about-section.pt-100 {
                	padding-top: 20px;
				}
				section.about-section.pt-100.pb-50 {
					padding-bottom: 0;
				}
				section.page-banner.overlay.pt-100.pb-30.bg_cover {
    padding: 13% 0 11%;
}
            }

     @media screen and (max-width:767px) {
     	.sidebar-widget-area .booking-form-widget .sidebar-booking-form .booking-item {
     		flex-direction: column;
     	}
     	.sidebar-widget-area .booking-form-widget .sidebar-booking-form .booking-item label {
     		align-self: flex-start;
     		margin-bottom: 7px;
     	}
     	.sidebar-widget-area .booking-form-widget .sidebar-booking-form .bk-item {
     		width: 100%!important;
     	}
     	.sidebar-widget-area input {
     		width: 100%!important;
     	}
     	.sidebar-widget-area.pt-60.pl-lg-30 {
    padding-top: 0;
}
     	section.page-banner.overlay.pt-100.pb-30.bg_cover {
     		padding-top: 23%;
     	}
     	.x-hidden {
     		overflow-x: hidden;
     	}
     	.place-details-section .place-img img {
     		height: 340px;
     	}
     	.sticky .site-branding img {
     		height: 60px;
     		object-fit: contain;
     	}
     	.hero-wrapper-two .single-slider {
    padding: 22% 0 16%;
}
     	.booking-form-wrapper {
     		padding-left: 20px;
     		padding-right: 20px;
     	}
     .booking-form-two .form_group {
     	width: 47%!important;
     }
     .about-two_content-box .card-list .card-item:nth-child(3) {
     	margin-bottom: 19px;
     }
     .about-two_content-box .card-list .card-item {
     	flex:1;margin-right: 0;
     }
     .hero-content h1 {
    font-size: 23px;
    line-height: 31px;
}
.tour-widget-info h4 {
	font-size: 18px;
}
section.page-banner.overlay.pt-170.pb-220.bg_cover {
    padding-bottom: 10%;
    padding-top: 30%;
}

     }

     @media screen and (max-width:400px) {
     	.place-details-section .place-img img {
     		height: 230px;
     	}
     	.tour-details-wrapper.pt-80 {
    padding-top: 30px;
}
     .booking-form-two .form_group {
     	width: 100%!important;
     }
     }	

/* Login Form Css */
    #loginModal .cont {
      overflow: hidden;
      position: relative;
      /*width: 900px;*/
      height: 550px;
      /*margin: 0 auto 100px;
      background: #fff;*/
    }

    #loginModal .form {
      position: relative;
      width: 640px;
      height: 100%;
      transition: transform 1.2s ease-in-out;
      padding: 50px 30px 0;
    }

    #loginModal .sub-cont {
      overflow: hidden;
      position: absolute;
      left: 640px;
      top: 0;
      width: 900px;
      height: 100%;
      padding-left: 260px;
      background: #fff;
      transition: transform 1.2s ease-in-out;
    }
    #loginModal .cont.s--signup .sub-cont {
      transform: translate3d(-640px, 0, 0);
    }

    #loginModal button {
      display: block;
      margin: 0 auto;
      width: 260px;
      height: 36px;
      border-radius: 30px;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
    }

    #loginModal .img {
      overflow: hidden;
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 260px;
      height: 100%;
      padding-top: 360px;
    }
    #loginModal .img:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 900px;
      height: 100%;
      background-image: url("../../../login-img.jpg");
      background-size: cover;
      transition: transform 1.2s ease-in-out;
    }
    #loginModal .img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
    }
    #loginModal .cont.s--signup .img:before {
      transform: translate3d(640px, 0, 0);
    }
    #loginModal .img__text {
      z-index: 2;
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      padding: 0 20px;
      text-align: center;
      color: #fff;
      transition: transform 1.2s ease-in-out;
    }
    #loginModal .img__text h2 {
      margin-bottom: 10px;
      font-weight: normal;
      color:#fff;
    }
    #loginModal .img__text p {
      font-size: 14px;
      line-height: 1.5;
    }
    #loginModal .cont.s--signup .img__text.m--up {
      transform: translateX(520px);
    }
    #loginModal .img__text.m--in {
      transform: translateX(-520px);
    }
    #loginModal .cont.s--signup .img__text.m--in {
      transform: translateX(0);
    }
    #loginModal .img__btn {
      overflow: hidden;
      z-index: 2;
      position: relative;
      width: 100px;
      height: 36px;
      margin: 0 auto;
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      cursor: pointer;
    }
    #loginModal .img__btn:after {
      content: "";
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #fff;
      border-radius: 30px;
    }
    #loginModal .img__btn span {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      transition: transform 1.2s;
    }
    #loginModal .img__btn span.m--in {
      transform: translateY(-72px);
    }
    #loginModal .cont.s--signup .img__btn span.m--in {
      transform: translateY(0);
    }
    #loginModal .cont.s--signup .img__btn span.m--up {
      transform: translateY(72px);
    }

    #loginModal h2 {
      width: 100%;
      font-size: 26px;
      text-align: center;
    }

    #loginModal label {
      display: block;
      width: 100%;
      margin: 8px auto 0;
/*      text-align: center;*/
    }
    #loginModal label span {
      font-size: 12px;
      color: #cfcfcf;
      text-transform: uppercase;
    }

    #loginModal input {
        display: block;
        width: 100%;
        /* margin-top: 5px; */
        /* padding-bottom: 5px; */
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        /* text-align: center; */
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    #loginModal .forgot-pass {
      margin-top: 15px;
      text-align: center;
      font-size: 12px;
      color: #cfcfcf;
    }

    #loginModal .submit {
      margin-top: 40px;
      margin-bottom: 20px;
      background: #d4af7a;
      text-transform: uppercase;
    }

    #loginModal .fb-btn {
      border: 2px solid #d3dae9;
      color: #8fa1c7;
    }
    #loginModal .fb-btn span {
      font-weight: bold;
      color: #455a81;
    }

    #loginModal .sign-in {
      transition-timing-function: ease-out;
    }
    #loginModal .cont.s--signup .sign-in {
      transition-timing-function: ease-in-out;
      transition-duration: 1.2s;
      transform: translate3d(640px, 0, 0);
    }

    #loginModal .sign-up {
      transform: translate3d(-900px, 0, 0);
    }
    #loginModal .cont.s--signup .sign-up {
      transform: translate3d(0, 0, 0);
    }

    #loginModal .icon-link {
      position: absolute;
      left: 5px;
      bottom: 5px;
      width: 32px;
    }
    #loginModal .icon-link img {
      width: 100%;
      vertical-align: top;
    }
    #loginModal .icon-link--twitter {
      left: auto;
      right: 5px;
    }

    #loginModal .link-footer {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
    }
/* Login Form Css */
.sticky .brand-logo img {
  width: 170px;
}
.header-navigation .main-menu ul > li {
  margin-left: 10px;
  margin-right: 10px;
}