@font-face {
    font-family: 'general_sansregular';
    src: url('../fonts/generalsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'general_sansmedium';
    src: url('../fonts/generalsans-medium-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'general_sansbold';
    src: url('../fonts/generalsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'general_sansextralight';
    src: url('../fonts/generalsans-extralight-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'general_sanslight';
    src: url('../fonts/generalsans-light-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'general_sanssemibold';
    src: url('../fonts/generalsans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/generalsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'general_sansregular';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif;
}
p{
	margin-bottom: 0;
	color: #474747;
	font-size: 0.938em;
}
b{
    font-family: 'general_sanssemibold';
    color: #474747;
    margin-bottom: 8px;
    display: block;
}
.getInTouchBtn{
    background: #E3010F;
    color: #fff;
    padding: 1.1em 4em 1em;
    display: inline-block;
    margin: 2em 0 0;
    font-family: 'general_sanssemibold';
    font-size: 15px;
    text-transform: uppercase;
}
.getInTouchBtn:hover,.getInTouchBtn:focus{
	color: #fff;
}
.slick-arrow{
	position: absolute;
    border: 1px solid #101E3B;
    background: #101E3B;
    padding: 5px 12px;
    color: transparent;
    width: 75px;
    height: 65px;
    top: 45%;
}
.slick-arrow:before{
    position: absolute;
    content: "";
    height: 35px;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev:before{
    background-image: url('../images/Left-Arrow.png');
}
.slick-next:before{
    background-image: url('../images/Right-arrow.png');
}
.slick-prev{
    left: -8em;
}
.slick-next{
    right: -8em;
}
/* Author Style Starts */
/* Banner Block Starts */
.bannerBlock{
    background: #78afd4;
}
.bannerBlock .bannerLeft {
    background: #fff;
    height: 100%;
    padding: 2em 2em 5em 5em;
}
.bannerBlock .bannerLeft .logoBlock{
    margin-bottom: 10em;
}
.bannerBlock .bannerLeft .logoBlock img{
    height: 110px;
}
.bannerBlock .bannerLeft .bannerContents{
    color: #343434;
}
.bannerBlock .bannerLeft .bannerContents h1 {
    font-size: 5em;
    line-height: 1;
}
.bannerBlock .bannerLeft .bannerContents h1 span {
    font-size: 24px;
    display: block;
}
.bannerBlock .bannerLeft .bannerContents h3{
    color: #343434;
}
.bannerBlock .bannerLeft .bannerContents h6,.bannerBlock .bannerLeft .bannerContents h5,.bannerBlock .bannerLeft .bannerContents small{
    font-family: 'general_sansmedium';
}
.bannerBlock .bannerLeft .bannerContents h6{
    font-size: 15px;
    margin: 15px 0;
}
.bannerBlock .bannerLeft .bannerContents h5{
    font-size: 18px;
}
.bannerBlock .bannerLeft .bannerContents small{
    line-height: 1.2;
    display: block;
}
.bannerBlock .formBg{
    background: url('../images/Foem-bg.png') no-repeat;
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-size: cover; 
}
.bannerBlock .formBg .logoBlock {
    text-align: center;
    margin-bottom: 2em;
}
.bannerBlock .formBg .logoBlock img{
    height: 100px;
}
.bannerBlock .formBg .formBlock{
    background: #fff;
    padding: 1em 2em;
    margin: 0 3em 1em;
    border-radius: 40px;
}
.bannerBlock .formBg .formBlock p{
    font-family: 'general_sansmedium';
    margin-bottom: 10px;
}
.bannerBlock .formBg .formBlock iframe{
    width: 100%;
    height: 416px;
}
/* Banner Block Ends */
/* About Block Starts */
.aboutBlock {
    background: url(../images/abt-bg.png) no-repeat;
    padding: 5em 0;
    background-size:cover;
}
.aboutBlock h2 {
    color: #474747;
    line-height: 1.2;
    font-size: 2.95em;
    margin-bottom: 20px;
}
.aboutBlock h2 span{
    color: #337105;
    font-style: italic;
}
.aboutBlock ul{
    list-style-type: none;
    margin: 2em 0 0;
}
.aboutBlock ul li{
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin-right: 1.45em;
}
.aboutBlock ul li:last-child{
    margin-right: 0;
}
.aboutBlock ul li img {
    height: 75px;
}
.aboutBlock ul li span {
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: -1em;
    color: #474747;
    font-family: 'general_sansmedium';
    display: block;
}
/* About Block Ends */
/* Gallery Block Starts */
.galleryBlock {
    background: transparent linear-gradient(0deg, #D7E3E6 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.galleryBlock .contentBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1em;
    background: #fff;
}
.galleryBlock .contentBlock h4{
    font-size: 2.5em;
    color: #474747;
    line-height: 1.2;
}
.galleryBlock .contentBlock p {
    font-size: 18px;
}
.amenitiesItemsBlock {
    background: #fff;
    margin: 5em 0;
    text-align: center;
    padding: 3em 6em;
    border-radius: 530px;
}
.amenitiesItemsBlock .amenitiesItem {
    padding: 1em 0 1em;
    margin: 0 10px;
    position: relative;
}
.amenitiesItemsBlock .amenitiesItem:before{
    position: absolute;
    content: "";
    background: #F6F6F6;
    box-shadow: 10px 10px 16px #e1ded93b;
    width: 100%;
    height: 75%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 30px;
}
.amenitiesItemsBlock .amenitiesItem img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    border: 2px solid #E3010F;
}
.amenitiesItemsBlock .amenitiesItem span {
    font-family: 'general_sansmedium';
    font-size: 17px;
    display: block;
    margin: 1em 0.5em 0;
    line-height: 1.2;
    min-height: 123px;
}
/* Gallery Block Ends */
/* Footer Block Starts */
.footerBlock {
    padding: 3em 0 0;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.footerBlock .mapBlock {
    position: relative;
}
.footerBlock .mapBlock iframe{
    width: 100%;
    height: 450px;
    border-radius: 80px;
}
.footerBlock .mapBlock .mapContents {
    position: absolute;
    top: 0;
    width: 45%;
    background: #101E3B;
    height: 100%;
    border-radius: 80px;
    padding: 6em 4em;
    color: #fff;
    text-align: left;
}
.footerBlock .mapBlock .mapContents h2{
    font-size: 5em;
    line-height: 1;
}
.footerBlock .mapBlock .mapContents span{
    font-size: 24px;
    display: block;
}
.footerBlock .mapBlock .mapContents address{
    font-style: normal;
    font-size: 17px;
    font-family: 'general_sansmedium';
}
.footerBlock .mapBlock .mapContents a{
    width: 100%;
    text-align: center;
}
.footerBlock p {
    padding: 3em 0;
    color: #8F8F8F;
}
.footerBlock p a{
    color: #8F8F8F;
}
/* Footer Block Ends */
/* For xxlarge only */
@media screen and (min-width: 85.438em) and (max-width: 120.000em){
    
}
/* For xlarge only */
@media screen and (min-width: 75.000em) and (max-width: 85.313em){
    
}
/* For large only */
@media screen and (min-width: 64.000em) and (max-width: 74.938em){
    .bannerBlock .bannerLeft .logoBlock{
        margin-bottom: 1em;
    }
    .aboutBlock{
        background-image: none;
    }
    .getInTouchBtn{
        padding: 1.1em 3em 1em;
    }
}
/* For medium down */
@media screen and (max-width: 63.99875em) {
    .getInTouchBtn{
        padding: 1.1em 1em 1em;
    }
    .bannerBlock .bannerLeft{
        padding: 1em;
        text-align: center;
    }
    .bannerBlock .bannerLeft .logoBlock{
        margin-bottom: 1em;
        text-align: center;
    }
    .bannerBlock .formBg{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .bannerBlock .formBg .formBlock{
        padding: 1em;
        margin: 0 0 1em;
    }
    .bannerBlock .formBg .formBlock iframe{
        height: 473px;
    }
    .aboutBlock{
        background: none;
        padding: 2em 0;
    }
    .aboutBlock h2{
        line-height: 1;
    }
    .aboutBlock ul{
        margin: 1em 0 0;
    }
    .aboutBlock ul li{
        width: 49%;
        margin-right: 0;
    }
    .galleryBlock .imgBlock{
        text-align: center; 
        margin-bottom: 1em;
    }
    .galleryBlock .contentBlock{
        padding: 1em;
    }
    .amenitiesItemsBlock{
        margin: 2em 0;
        padding: 1em 2em;
        border-radius: 40px;
    }
    .amenitiesItemsBlock .amenitiesItem span{
        min-height: inherit;
    }
    .slick-arrow{
        width: 55px;
        height: 50px;
        top: initial;
        bottom: 0;
    }
    .slick-arrow:before{
        top: 5px;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    }
    .footerBlock .mapBlock iframe{
        border-radius: 40px;
    }
    .footerBlock .mapBlock .mapContents{
        width: 100%;
        position: initial;
        top: initial;
        border-radius: 40px;
        padding: 2em;
    }
    .footerBlock p{
        padding: 1em 0;
    }
}
