/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*** image bg***/


h1.entry-title {
    display: none;
}

/* .cs-photo {
    width: calc((555 / 1140 )* 100%);
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
} */

#content h2.cs-title {
    font-family: var(--font-family-title);
    color: #002349;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 30px;
    margin-top: 0;
}

.cs-contact-us-wrapper {
    margin-top: 58px;
    margin-bottom: 40px;
}

#content .cs-contact-us-wrapper h3 {
    font-size: 20px;
    font-weight: 400;
}

#content .cs-contact-us-wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}

#content b.csb {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

#content .cs-contact-us-wrapper ul li {
      font-size: 14px;
      font-weight: 400;
      color: #353535;
      /* margin-bottom: 32px; */
      width: 100%;
}

#content .cs-contact-us-wrapper ul {
    width: 100%;
    margin-left: 30px;
    display: flex;
    flex-flow: row wrap;
}

#content .cs-contact-us-wrapper ul:nth-of-type(2) li {
    margin-bottom: 0;
}

#content .cs-contact-us-wrapper p.tmd {
    font-size: 18px;
    text-align: center;
}

#content h2.tcs {
    font-family: var(--font-family-title);
    color: #002349;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 22px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
}



a.booknow {
    width: 100%;
    max-width: 192px;
    display: flex;
    margin: 0px auto;
    height: 38px;
    color: #fff;
    background: #002349;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}


.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio = 9 / 16 * 100 */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.row.csvd {
    margin-top: 60px;
}


#content .ary p {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

#content .ary {
    background: #002349;
    padding: 70px 15px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 40px;
}


#content .lc-form-title h2 {
    font-family: var(--font-family-title);
    color: #002349;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 22px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0px;
}

.lc-form-title p {
    text-align: center;
}

.lc-form-wrapper {
    padding-top: 70px;
    width: 100%;
    max-width: 970px;
    margin: 0px auto;
    margin-bottom: 90px;
}

.lc-field input , .lc-field textarea {
    border: 0;
    padding-bottom: 18px;
    padding-top: 18px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: #474747;
}

.lc-field textarea {
    height: 90px;
}

.lc-field {
    margin-bottom: 30px;
}

.lc-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.lc-field.lc-b {
    width: 100%;
}

.lc-field.lc-s {
    width: calc(100% / 3 - 8px );
}

.lc-field {
    border-bottom: 1px solid #002349;
}

.lc-submit input {
    width: 100%;
    display: flex;
    height: 38px;
    color: #fff;
    background: #002349;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    border: 0;
}

.lc-submit {
    width: 100%;
    max-width: 192px;
    margin: 0px auto;
}

#content .cs-contact-us-wrapper ul:nth-of-type(2) li {
    width: 100%;
}


.footer-contact-form {
    display: none !important;
}


.booknow.tt{

    max-width: 400px;
    margin-right: auto;
    margin-left: 0;
}


@media(max-width:767px) {

  #content .cs-contact-us-wrapper ul li {
    width: 100%;
}

	.cs-photo {
	    width: 100%;
	}

	#content .cs-contact-us-wrapper ul {
	    column-count: auto;
	    padding-right: 40px;
	}

#content .cs-contact-us-wrapper ul li {
    margin-bottom: 20px;
}

.row.csvd > div {
    margin-bottom: 30px;
}

}



@media(max-width:480px) {

		.lc-field.lc-s {
		    width: 100%;
		}

}
