@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*common code starts*/

.container-fluid {
    width: 90%;
}
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #9C9C9C;
}
img {
    width: 100%;
    height:100%;
}
.ul {
    list-style: none;
    padding-left: 0;
}

.ul1 {
    list-style: none;
}

.ul2 {
    list-style: none;
    padding: 0 40px;
}

.ul3 {
    list-style: none;
    padding: 60px 125px;
}

.margin{
    margin-top: 10px;
    font-size:35px;
}

.line{
    border: 1px solid #000;
    border-radius: 50%;
    margin: 10px 656px;
}
.bg{
    background-color: red;
    padding: 5px;
    border-radius: 5px;
}


/*common code ends*/
.right1 {
    display:none;
}

.echron-header .main nav ul li .droper{
    position: relative;
}

.echron-header .main nav ul li .droper .droperm{
    position: absolute;
    top: 22px;
    background-color:#841617;
    border-radius:5px;
    margin-left: -3px;
    display:none;
    
}
.echron-header .main nav ul li:nth-child(2):hover .droper .droperm{
    display:block;
    
}

.echron-header .main nav ul li .droper .droperm .ul6 li a{
    font-weight: 500;
    font-size:15px;
    
}

.echron-header .main nav ul li .droper .droperm .ul6 li{
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ffffff3d;
}
.echron-header .main nav ul li .droper .droperm .ul6 li a{
    color: #fff;
}
.echron-header .main nav ul li .droper .droperm .ul6 li:hover a {
    color: #d8b173;
}
.ul6{
    padding-left: 0;
    flex-direction: column;
    list-style: none;
}



/*echron-header starts*/
.echron-header {
    width: 100%;
    background-color: #00000036;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all ease .5s;
}
.echron-header.fixed {
    background: #fff;
    border-bottom: 2px solid #ac1923;
}
.echron-header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.echron-header .main .left img {
    width: 115px;
}
.echron-header .main nav ul {
    display: flex;
    margin: 0;
}

.echron-header .main nav ul li {
    margin: 0 25px;
}

.echron-header .main nav ul li.active a {
    font-weight: 800;
}

.echron-header .main nav ul li a {
    color: #fff;
    text-decoration: none;
}

.echron-header.fixed .main nav ul li a {
    color: #000;
}

.echron-header .main nav ul li a:hover,
.echron-header.fixed .main nav ul li a:hover {
    color: #ac1923;
}


/*echron-header ends*/

/**echron-banner********************************************************ECHRON*/
/**echron-banner********************************************************ECHRON*/

.echron-banner-sec {
    position: relative;
    height:90vh;
    overflow:hidden;
}
.echron-slider .swiper-button-prev,
.echron-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    /* border: 1px solid #1f73bc; */
}


.swiper{
    height:100%;
}

.echronBannerSlider .swiper-wrapper .swiper-slide img{
    object-fit:cover;
    
}

.echronBannerSlider .swiper-wrapper .swiper-slide .mob{
    display:none;

}
.echron-slider .swiper-button-prev:after,
.echron-slider .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

.echron-slider .swiper-button-prev:hover,
.echron-slider .swiper-button-next:hover {
    background: #ac1923;
}

/**echron-booking********************************************************ECHRON*/
/**echron-booking********************************************************ECHRON*/

.echron-booking {
    background-color: #222326;
}
.book{
    display:none;
}
.echron-booking form {
    padding: 10px 0;
}

.echron-booking form ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    align-items: end;
}


.echron-booking form .box1 label {
    color: #fff;
    margin: 0;
}

.echron-booking form .box1 .input {
    padding: 5px 0;
    color-scheme: dark;
}

.echron-booking form .box1 .input input,
select {
    border: 1px solid #fff;
    background-color: #222326;
    color: #fff;
    padding: 10px 5px;
    width: 140px;
}

.echron-booking form ul li button {
    background-color: #71798f;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    border: none;
}
.echron-booking form ul li button:hover {
    background-color: #841617;
}

/**echron-popup********************************************************ECHRON*/
/**echron-popup********************************************************ECHRON*/

.echron-popup {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.575);
    z-index: 10;
    display: none;
}
.echron-popup .content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.echron-popup .wrapper img {
    width: auto;
    height: 100%;
}
.echron-popup .close {
    float: right;
    margin-right: -25px;
    margin-top: -25px;
    cursor: pointer;
    background-color: red;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    position: unset;
}

/**echron-side-fix********************************************************ECHRON*/
/**echron-side-fix********************************************************ECHRON*/

.echron-side-fix {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.echron-side-fix .social ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 25px;
}
.echron-side-fix .social li {
    margin: 2px 0;
}
.echron-side-fix .social li a {
    display: flex;
    width: 50px;
    height: 40px;
    background: #333;
    color: #F4D453;
    justify-content: center;
    font-size: 22px;
    border-radius: 0 5px 5px 0;

}
.echron-side-fix .social li a:hover{
    text-decoration: none;
    background: #841617;
    color: #F4D453;
}

.echron-side-fix .social li a i {
    display: flex;
    align-items: center;
}

.echron-side-fix .offer{
    position: relative;
    color: #000;
    height: 145px;
}

.echron-side-fix .offer .text {
    background-color:#f4d453e5;
    width: 450px;
    height: 145px;
    padding: 12px;
    display: none;
    
}
.echron-side-fix .offer .swiper-button-next::after,
.echron-side-fix .offer .swiper-button-prev::after {
    display: none;
}
.echron-side-fix .offer .swiper-button-next,
.echron-side-fix .offer .swiper-button-prev {
    top: auto;
    bottom: -15px;
    color: #000;
}
.echron-side-fix .offer .swiper-button-next {
    right: 40%;
}
.echron-side-fix .offer .swiper-button-prev {
    left: 40%;
}

.echron-side-fix .offer i {
    font-size: 28px;
}
.echron-side-fix .offer .text h1{
    margin-left:60px;
    font-size:25px;
    color:black;
}
.echron-side-fix .offer .text p{
    font-size:15px;
    color:black;
    padding:10px;
    margin-left:55px;
}
.echron-side-fix .offer ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}
.echron-side-fix .offer .left {
    display: flex;
    transform: rotate(270deg);
    background-color: #d8b173;
    width: 145px;
    position: absolute;
    top: 36px;
    left: -45px;
    z-index: 10;
}
.echron-side-fix .offer .left .close {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.echron-side-fix .offer .left .content {
    display: flex;
    border-right: 1px solid #000;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.echron-side-fix .offer .left .content h2 {
    font-size: 18px;
}
.echron-side-fix .offer .left .content i {
    font-size: 24px;
}
/*INDEX********************************************************ECHRON*/
/*INDEX********************************************************ECHRON*/
/*INDEX********************************************************ECHRON*/
/*INDEX********************************************************ECHRON*/



/**echron-Amenitiesm********************************************************ECHRON*/
/**echron-Amenitiesm********************************************************ECHRON*/


.echron-amenities .amenitiesm .part1 h1 {
    text-align: center;
    color: #ac1923;
    font-size: 28px;
    padding: 25px 0;
}

.echron-amenities .amenitiesm .part2 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.echron-amenities .amenitiesm .part2 .part2a h1 {
    color: #ac1923;
    font-size: 22px;
}

.echron-amenities .amenitiesm .part2 .part2a,
.part2b {
    width: 48%;
}

.echron-amenities .amenitiesm .part2 .part2a p {
    line-height: 24px;
    text-align: justify;
}

.echron-amenities .amenitiesm .part2 .part2b figure {
    margin: 0;
}

.echron-amenities .amenitiesm .part2 .part2b figure img {
    width: 100%;
    box-shadow: 5px 5px 5px grey;
}


/**echron-explore********************************************************ECHRON*/
/**echron-explore********************************************************ECHRON*/

.echron-explore {
    padding: 25px 0;
    background-color: #841617;
}
.echron-explore button {
    display: block;
    margin: auto;
    width: 800px;
    padding: 10px 0;
    background-color: #fff;
    cursor: pointer;
    border: none;
}

.echron-explore button:hover {
    background-color: #ccc;
}

.echron-explore button a {
    text-decoration: none;
    color: #841617;
    font-size: 22px;
    font-weight: 600;
}

/**echron-properties********************************************************ECHRON*/
/**echron-properties********************************************************ECHRON*/


.echron-properties {
    padding: 50px 0;
    background-color: #841617;
}
.contact{
    background-color: #fffde5;
}

.echron-properties h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}

.echron-properties ul {
    display: flex;
    padding: 0;
    gap: 50px;
    width: 100%;
    list-style: none;
    margin-top: 21px;
    
}

.echron-properties ul li {
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.432);
    background-color: #fff;
    /* width: 50%; */
}

.hotels-li{
    width: 50%;
}

.echron-properties ul li figure {
    margin: 0;
}

.echron-properties ul li figure img {
    width: 100%;
}
.echron-properties ul li .content {
    padding: 25px;
}
.echron-properties ul li .content h3 {
    text-align: center;
    color: #ac1923;
    font-size: 18px;
    margin-bottom: 15px;
}

.echron-properties ul li .content p {
    line-height: 24px;
    text-align: justify;
    font-size: 0.8rem;
}

/**echron-ocassion********************************************************ECHRON*/
/**echron-ocassion********************************************************ECHRON*/

.echron-ocassion .ocassionm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.echron-ocassion .ocassionm .left1,
.thumb-main {
    width: 48%;
}

.echron-ocassion .ocassionm .right {
    margin: 0;
}

.echron-ocassion .ocassionm .left1 h1 {
    text-align: center;
    color: #841617;
    font-size: 28px;
}

.echron-ocassion .ocassionm .left1 p {
    text-align: center;
}

.echron-ocassion .ocassionm .left1 .downloads {
    display: flex;
    justify-content: center;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button {
    background-color: #000;
    padding: 15px 20px;
    border: none;
}

.echron-ocassion .ocassionm .left1 .downloads .brochure button {
    background-color: #fff;
    padding: 13.5px 20px;
    border-right: none;
    border-top: 2.5px solid #000;
    border-bottom: 2.5px solid #000;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button,
.brochure button {
    cursor: pointer;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button:hover {
    background-color: #fff;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button:hover a {
    color: #003d15;
}

.echron-ocassion .ocassionm .left1 .downloads .brochure button:hover {
    background-color: #841617;
}

.echron-ocassion .ocassionm .left1 .downloads .brochure button:hover a {
    color: #fff;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button a,
.brochure button a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.echron-ocassion .ocassionm .left1 .downloads .plan button a {
    color: #fff;
}

.echron-ocassion .ocassionm .left1 .downloads .brochure button a {
    color: #000;
}

/*HOTELS********************************************************ECHRON*/
/*HOTELS********************************************************ECHRON*/
/*HOTELS********************************************************ECHRON*/
/*HOTELS********************************************************ECHRON*/

/*hotel-ocassionm********************************************************ECHRON*/
/*hotel-ocassionm********************************************************ECHRON*/

.hotel .ocassionm .left1 h1{
    color: #ac1923;
}

.hotel .head{
    margin: 30px 0;
}

.hotel .head .line{
    margin-top: 0;
    margin: 0px 727px;
}

.hotel .head h1{
    color: #000;
    text-align: center;
    font-size: 35px;
    margin:0px 0 10px 0;
}

.hotel .ocassionm .left1 ul{
display: flex;
list-style: none;
padding-left: 0;
flex-wrap: wrap;
padding-top: 20px;
}

.hotel .ocassionm .thumb-main{
    width:29%;
    height: 700px;
    position: relative;
}
.hotel .ocassionm .thumb-main ul {
    list-style: none;
}
.hotel .ocassionm .thumb-main li {
    position: absolute;
}
.hotel .ocassionm .thumb-main li.one {
    top: 0;
    left: -50px;
}
.hotel .ocassionm .thumb-main li.two {
    top: 50px;
    right: 0;
   
}
.hotel .ocassionm .thumb-main li.three {
    bottom: 0;
    left: -100px;
}
.hotel .ocassionm .thumb-main li.three img {
    width: 400px;
}
.hotel .ocassionm .thumb-main .thumb1{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hotel .ocassionm .left1 ul li figure{
    margin: 0;
    text-align: center;
}

.hotel .ocassionm .left1 ul li figure img{
    width: auto;
}

.hotel .ocassionm .left1 ul li {
    width:22%;
}

.hotel .ocassionm .left1 ul li i{
    text-align: center;
    width:100%;
    font-size: 25px;
    color:#00561e;
}
.hotel .ocassionm{
    margin: 45px 0;
  }


/*facilities********************************************************ECHRON*/
/*facilities********************************************************ECHRON*/

.facilities h1 {
    text-align: center;
    color: black;
    font-size: 30px;
    margin: 15px 0 10px 0;
  }

  .facilities h2{
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0px;
    padding: 15px 0 10px 0;
  }

  .facilities {
    margin: 25px 0;
    background-color: white;
    /* border-bottom: 5px solid rgb(8, 79, 136); */
  }

  .restro {
    background-color:#f1f1f1;
    padding: 20px 0;
  }
  .restro .line{
    margin: 0 745px;
    margin-bottom: 20px;;
  }
 
  .restro ul li{
    width: 16% !important;
  }

  .facilities ul li{
    box-shadow: none;
    width: 31%;
  }

  .facilities ul{
    justify-content: space-evenly;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
    margin: 13px 0;
    align-items: center;
  }

  .facilities ul li p,.ocassionm p{
    color: #000;
  }

  .facilities ul li label,.ocassionm label{
    font-size: 20px; 
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }

  .facilities ul li p{
    font-size: 16px;
  }

 
  .facilities ul li p img{
    width: 9%;
    margin-right: 10px;
  }


  .facilities ul li p i{
    margin-right: 10px;
  }

  .facilities .ocassionm p{
    font-size: 20px;
  }

  .facilities ul li a p:hover{
    text-decoration: none;
  }

  .facilities .ocassionm .left,.right{
    width: 48%;
  }

  .facilities .ocassionm{
    display: flex;
    justify-content: space-between;
  }
  .facilities .amenities {
    justify-content: space-between;
  }
  .facilities .amenities li a .items{
    display: flex;
    align-items: center;
  }
.villas{
    padding-bottom: 5px;
    padding:25px 0;
}

.villas ul{
    margin: 30px 0;
    
}

.facility h5{
    font-size:1.5rem;
    text-align:left;
    color:#000;
    border-bottom:1px solid #000;
    width:fit-content;
}

.facility ul{
    display:block;
}

.facility ul li{
    margin-bottom:10px;
    list-style:disc;
    color:#000;
    margin-left:1rem;
    
}


  .villas ul li{
    background-color: #fffde5;
    box-shadow: none;
  }
  .villas ul li .content h3,
  .villas ul li .content p{
    color:black
  }
  .villas h1{
    color: #fff;
    margin: 10px 0px 10px 0;
  }

  .villas .line{
    margin: 10px 470px;
  }


/*Offers********************************************************ECHRON*/
/*Offers********************************************************ECHRON*/

.echron-offers {
    border-top:25px solid #841617;
    border-bottom:25px solid #841617;
    background-color: #fff;
    padding: 25px 0;
}

.echron-offers h1 {
    text-align: center;
    color: #841617;
    font-size: 28px;
    margin-bottom: 25px;
}

.echron-offers ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding: 0;
}

.echron-offers ul li {
    width: 100%;
    box-shadow: 0px 4px 0px grey;
}

.echron-offers ul li .box3 h3{
    font-size: 15px;
    margin-top: 15px;
    text-align: left;
    color: #000000a9;
}

.echron-offers ul li .box3 figure {
    margin: 0;
}

.echron-offers ul li .box3 figure img {
    width: 100%;
}


/*Brands********************************************************ECHRON*/
/*Brands********************************************************ECHRON*/

.echron-brands .brandsm {
    border-top: 1px solid #F4D453;
    border-bottom: 1px solid #F4D453;
    margin: 20px 0;
}

.echron-brands .brandsm h1 {
    text-align: center;
    font-size: 28px;
    color: #841617;
    margin: 20px 0;
}

.echron-brands .brandsm ul {
    display: flex;
    justify-content: center;
}

.echron-brands .brandsm ul li {
    margin: 0 5px;
}

.echron-brands .brandsm ul li a figure {
    margin: 0;
}

.echron-brands .brandsm ul li a figure img {
    width: 100%;
}


/*contact-us********************************************************ECHRON*/
/*contact-us********************************************************ECHRON*/

.m{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to left, rgb(131 17 17 / 99%) 0%, rgb(46 4 12) 100%);
    /*background-image: url("../images/bg.jpg");*/
    padding: 25px 20px;
    margin-bottom: 20px;
    background-size: 100% 100%;
}

.m .left{
    color: #fff;
    width: 80%;
}

.m .right2{
    width: 20%;
}

.m .left h1{
    font-size: 30px;
    color: white;
    text-align: left;
    margin-bottom: 5px;
}

.m .right2 a button{
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
}

.map{
border: 3px solid rgb(51, 108, 184);
}


/*footer********************************************************ECHRON*/
/*footer********************************************************ECHRON*/

.echron-footer {
    background-color: #841617;
}

.echron-footer .footerm {
    padding-top: 30px;
    padding-bottom: 20px;
}

.echron-footer .footerm h1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.echron-footer .footerm h3 {
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-bottom: 22px;
    margin-top: 30px;
}

.echron-footer .footerm p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.echron-footer .footerm ul {
    display: flex;
    justify-content: center;
}

.echron-footer .footerm ul li {
    margin: 0 5px;
}

.echron-footer .footerm ul li .icon2 a i,
.icon a i {
    color: #fff;
    font-size: 20px;
}

.echron-footer .footerm ul li .icon2 {
    padding: 10px;
}

.echron-footer .footerm ul li .icon {
    padding: 5px;
}

.echron-footer .footerm ul li span a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.echron-footer .footerm ul li span {
    margin-left: 5px;
}
.echron-header .main nav ul li .droper .droperm{
    width:260px;
}
.echron-header .main nav ul li{
    padding: 10px 0; 
}
.echron-header .container-fluid .main .contact {
    display:none;
}



/*fair-media********************************************************ECHRON*/
/*fair-media********************************************************ECHRON*/

.fair-media_bodytext h1,
.fair-media_bodytext>h4{
    color: black;
    font-weight: 800;
    margin-bottom: 30px;
}
.fair-media_page {
    padding: 60px 0px;
}
.fair-media_bodytext h2 {
    margin: 25px 0px 10px 0px;
    color: #000000;
    font-size: 36px;
    font-weight: 800;
}
.fair-media_bodytext p {
    padding: 10px 0px;
    font-size: 16px;
    color: #585858;
    line-height: 28px;
    text-align: justify;
}
.fair-media_bodytext .tabs{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 50px;
    gap: 5px;
    flex-wrap: wrap;   
}
.fair-media_bodytext .tabs li{
    padding: 10px 25px;
    border: 2px solid #ddd;
    color: #000;
    cursor: pointer;
    list-style: none;
}
.fair-media_bodytext .tabs li.active{
    border: 2px solid #ac1923;
    color: #fff;
    background-color:#ac1923;
}

.fair-media_bodytext .tab-data .tab-content {
    display: none;
}
.fair-media_bodytext .tab-data .tab-content.active {
    display: block;
}

.fair-media_bodytext .tab-data .tab-content .gal-box {
    text-align: center;
}

.fair-media_bodytext .tab-data .tab-content .fancybox {
    width: calc(33.33% - 24px);
    float: left;
    margin: 0 12px 24px 12px;
    background: black;
    position: relative;
    overflow: hidden;
    height:200px;
}

.fair-media_bodytext .tab-data .tab-content .fancybox::before {
    content: '';
    background-image: url(../../img/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: all .5s ease;
    cursor: pointer;
    background-size: 100%;
}

.fair-media_bodytext .tab-data .tab-content .fancybox:hover:before {
    bottom: 50%;
}
.fair-media_bodytext .tab-data .tab-content img {
    width: 100%;
    text-align: center;
    margin-bottom: -5px;
}
.fair-media_bodytext .tab-data .tab-content .fancybox img{
    transition: all ease-in-out 0.3s;
}

.fair-media_bodytext .tab-data .tab-content .fancybox:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}


/*echron-hospitality********************************************************ECHRON*/
/*echron-hospitality********************************************************ECHRON*/


.echron-hospitality{
    border-top: 1px solid #000;
    height: 58vh;
    padding: 10px 0;
}

.echron-hospitality .hospitality-main {
    position: relative;
    /* display: flex; */
    padding: 10px 0;
    
    /* justify-content: space-between; */
}

.echron-hospitality .text{
    margin: 30px 0;
}

.echron-hospitality .text .line{
    margin: 10px 600px;
}

.echron-hospitality .text h1{
    color: #000;
    text-align: center;
    font-size: 35px;
}

.echron-hospitality .hospitality-main .left{
    width: 40%;
    border: 1px solid #fff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    box-shadow: 1px 3px 7px rgba(128, 128, 128, 0.432);
    background-color: #fff;
}

.echron-hospitality .hospitality-main .right{
    border: 1px solid;
    width: 70%;
    position: absolute;
    right: 0;
    height: 50vh;
    padding: 3% 11%;
    /* text-align: left; */
    box-shadow: 1px 5px 10px rgba(61, 60, 60, 0.568);
    background-color: #fff;
    left: auto;
}


.echron-hospitality .hospitality-main .left figure{
    margin: 0;
    padding: 5px;
}

.echron-hospitality .hospitality-main .right button a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.echron-hospitality .hospitality-main .right button a i{
    margin-right: 5px;
}

.echron-hospitality .hospitality-main .right button{
    background-color:#ac1923;
    border: none;
    padding: 8px 41px;
    margin: 30px 0;
}

.echron-hospitality .hospitality-main .right h1{
    color: #000;
    /* text-align: center; */
    margin-bottom: 5px;
}

.echron-hospitality .hospitality-main .right h2{
    color: #ac1923;
    font-size: 25px;
    /* text-align: center; */
}
.echron-hospitality .hospitality-main .right .room-feature{
    margin: 20px 0;
    padding-left: 0;
    display: none;
}
.echron-hospitality .hospitality-main .right .room-feature li{
    color: black;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
}
.echron-hospitality .hospitality-main .right .room-feature li span{
    min-width: 110px;
    display: inline-block;
}

.echron-hospitality .hospitality-main .right p{
    color: #000;
    margin: 15px 0;
}

.echronhospitalityslider .swiper-button-next,.echronhospitalityslider .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    top: 50%;
}
.echronhospitalityslider .swiper-button-next{
    left:auto; 
}
.echronhospitalityslider .swiper-button-prev{
    left:14;
}
.echronhospitalityslider .swiper-button-next::after,.echronhospitalityslider .swiper-button-prev::after{
    font-size: 20px;
    color: black;
}

.echronhospitalityslider .swiper-button-next:hover,.echronhospitalityslider .swiper-button-prev:hover{
    background-color: #ac1923;
    cursor: pointer;
}



/*CONTACT********************************************************ECHRON*/
/*CONTACT********************************************************ECHRON*/
/*CONTACT********************************************************ECHRON*/
/*CONTACT********************************************************ECHRON*/

/*contact-section********************************************************ECHRON*/
/*contact-section********************************************************ECHRON*/
.sec-ptb-100 {
    padding-bottom: 65px;
    background: url("../images/background.jpg");
    background-size: 50%;
    background-repeat: repeat-x;
    background-position-y: center;
    background-attachment: fixed;
    background-position: center; 
  }
  .contact-section .row {
    padding: 0 25px 25px 25px;
  }
  .contact-section .contact-form {
    width: 800px;
    margin: auto;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    background-color: white;
  }
  .contact-section .contact-form .form-item {
    margin-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    position: relative;
  }
  .contact-section .contact-form .form-item label{
    width: 20%;
    color:black;
    font-weight: 600;
  }
  .contact-section .contact-form .form-item input {
    border-radius: 3px;
    border-radius: 3px;
    width: 85%;
  }
  .show-error-msg{
    font-size:10px;
    color:red;
    position: absolute;
    top:40px;
    left:20%;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .contact-section .contact-form label{
    color:black;
    font-weight: 600;
  }
  
  .contact-section .contact-form textarea {
    border-radius: 3px;
    margin-bottom: 30px;
    width: 81%;
    padding: 20px;
  }
  
  .contact-section .section-title {
    text-align: center;
    background: linear-gradient(to bottom right, #bb1922, #12172c);
    padding: 50px 0;
    color: #fff;
  }
  .contact-section .section-title .sub-title,
  .contact-section .section-title .big-title strong {
    color: #fff;
  }
  .contact-section .section-title {
    text-align: center;
    background: linear-gradient(to bottom right, #bb1922, #12172c);
    padding: 50px 0;
    color: #fff;
  }
  .contact-section .section-title .sub-title,
  .contact-section .section-title .big-title strong {
    color: #fff;
  }
  .section-title .big-title {
    margin: 0 0 10px 0;
    padding: 0px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
  }
  .section-title .sub-title {
    margin-bottom: 15px;
    letter-spacing: 5px;
    color: #878787;
    font-size: 18px;
    text-transform: uppercase;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .echron-row{
    padding: 25px;
    margin: 35px 0;
  }
  
  .resort-head{
    text-align: center;
    font-size: 28px;
    color:black;
    font-weight: 400;
    margin-bottom: 20px;;
    
  }
  .custom-btn {
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 266px;
    text-align: center;
    position: relative;
    border-radius: 0px;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
    background: #bb1922;
    color: #ffffff;
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
    width: 80%;
    left: 61px;
    cursor: pointer;
  }
  
  .custom-btn:after,
  .custom-btn:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .custom-btn:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#bb1922));
    background: -webkit-linear-gradient(top left, #bb1922, #12172c);
    background: -o-linear-gradient(top left, #bb1922, #12172c);
    background: linear-gradient(to bottom right, #bb1922, #12172c);
  }
  
  .custom-btn:after {
    opacity: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#bb1922), to(#ff3e00));
    background: -webkit-linear-gradient(top left, #bb1922, #ff3e00);
    background: -o-linear-gradient(top left, #bb1922, #ff3e00);
    background: linear-gradient(to bottom right, #bb1922, #ff3e00);
  }
  
  .custom-btn:hover:before {
    opacity: 0;
  }
  
  .custom-btn:hover:after {
    opacity: 1;
  }
  .office ul li{
    width:17% !important;
  }
  .office ul li p b{
    font-size:20px;
  }
  .office ul {
    margin:60px 0;
  }
  .comon{
    margin:35px 0;
  }


/*ABOUTUS********************************************************ECHRON*/
/*ABOUTUS********************************************************ECHRON*/
/*ABOUTUS********************************************************ECHRON*/
/*ABOUTUS********************************************************ECHRON*/
.about-us{
    padding: 10px 0 70px 0;
    background-image: url("../images/background.jpg");
    background-repeat: repeat-x;
    background-position-y: center;
    background-size: 50%;
    background-attachment: fixed;
    background-position: center; 
}
.about-us .line{
    margin: 10px 665px;
}

.about-us h1{
    color: #000;
    text-align: center;
    margin: 30px 0 10px 0;
    font-size: 30px;
}
.about-us ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 50px 0;
}

.about-us p{
    color: #000;
    font-size: 17px;
    /* margin:70px 0; */
    line-height:2;
}

.about-us ul li{
    width: 31%;
}

.about-us ul li figure{
margin: 0;
}

.about-us ul li figure img{
    width: 100%;
}

/*MEET********************************************************ECHRON*/
/*MEET********************************************************ECHRON*/
/*MEET********************************************************ECHRON*/
/*MEET********************************************************ECHRON*/

.meet{
    background-image: url("../images/background.jpg");
    padding: 20px 0;
    background-repeat: repeat-x;
    background-position-y: center;
    background-size: 50%;
    background-attachment: fixed;
    background-position: center; 
}

.meet h1{
    color: #000;
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 30px;
}

.meet ul{
    list-style: none;
    padding-left: 0;
    margin: 35px 0;
}

.meet ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.meet ul li:nth-child(1){
    flex-direction: row-reverse;
}

.meet ul li figure{
    margin: 0;
    width: 25%;
}

.meet ul li .left{
    color: #000;
    width: 51%;
}

.meet ul li .left p{
    font-size: 15px;
    line-height: 35px;
    /* margin: 25px 0 0px 0; */
    padding-top: 20px;
    margin-top: 20px;
}

.meet ul li .left h2,h5{
    text-align: center;
}

.meet ul li .left h2{
    margin-top: -110px;
}

.meet ul li figure img{
    width: 100%;
}

/************************* about us************************/
.about-head{
    padding: 5px 0;
}
.about-head ul{
    list-style: none;
    padding-left: 0;
    background-color: #f9f5ec;
    border-bottom: 1px solid #e1cc9e;
    padding:40px 0;
    border-top: 1px solid #e1cc9e;
    text-align: center;
}
.about-head ul li{
    font-size: 18px;
    display: inline;
    
}
.about-head ul li a{
    text-decoration: none;
    color: #e75925;  
    padding: 0 10px;
}
.about-head ul li a:hover{
    border-bottom: 1px solid #e75925;
}
.about-head ul li:nth-child(1){
    border-bottom: 1px solid #e75925;

}

/************************* thankyou************************/
.thankyou {
    width: 700px;
    margin: 9% auto 50px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 50px;
  }
  
  .thankyou h1 {
    text-transform: uppercase;
    color: #333333;
  }
  
  .thankyou p {
    border-top: 1px dotted #ccc;
    margin-top: 25px;
    padding-top: 10px;
    color: #333333;
  }
  
  .thankarea {
    width: 100%;
    float: left;
      background-image: linear-gradient(#12172c, #bb1922);
    padding: 50px 0;
    margin-bottom: 50px;
  }
  
  .thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #333333;
    border-radius: 100%;
    line-height: 150px;
  }






/*****************************************RESPONSIVE****************************************************/
/*****************************************RESPONSIVE****************************************************/


/*RESPONSIVE for large screen********************************************************ECHRON*/

@media only screen and (min-width: 1200px) and (max-width: 1599px){
    .echron-hospitality {
        height: 65vh;
    }
    .echron-hospitality .hospitality-main .right {
        height: 55vh;
    }
    .echron-hospitality .hospitality-main .right .room-feature li {
        font-size: 13px;
    }
    .echron-hospitality .hospitality-main .right .room-feature {
        margin: 13px 0;
    }
    .echron-hospitality .hospitality-main .right button {
        padding: 6px 39px;
        margin: 6px 0;
    }
    .facilities{
        padding: 30px 0;
    }
    .echron-hospitality .hospitality-main .right h2 {
        font-size: 18px;     
    }
    .echron-hospitality .hospitality-main .right h1 {
        font-size: 27px;
    }
      .hotel .ocassionm .thumb-main{
        width:40%;
    }
    .line {
        border: 1px solid #000;
        border-radius: 50%;
        margin: 12px 420px;
      }
      .hotel .head .line {
        margin: 0px 500px;
      }
      .restro ul li {
        width: 17% !important;
      }
      .restro .line{
        margin: 0px 445px;
        margin-bottom:20px;
      }
      .office ul li {
        width: 23% !important;
      }
      .office ul {
        margin: 36px 0;
      }

      .meet ul li .left {
        width: 73%;
    }
    .meet ul li figure {
        width: 35%;
   }
   .meet ul li .left p {
    padding-top: 16px;
    margin-top: 18px;
   }
   
    .meet ul li .left h2 {
        margin-top: -75px;
    }
}
/*RESPONSIVE for mobile screen********************************************************ECHRON*/

@media (max-width:767px) {

    .container-fluid {
    width: 100%;
    }
    .echron-booking form .box1 .input input, select{
        padding: 13px 5px;
    }
    .echron-booking form .box1 .input input , select{
        width: 100%;
    }
    .echron-booking {
        display:none;
    }
    .book{
        display:block;
    }
    .echron-banner-sec {
    padding-top: 59px;
    }
    /*.echronBannerSlider .swiper-wrapper .swiper-slide .mob{*/
    /*    display:block;*/
    
    /*}*/
    /*.echronBannerSlider .swiper-wrapper .swiper-slide .desk{*/
    /*    display:none;*/
    /*}*/
    .echron-header .main nav{
        display:none;
    }
    .echron-header{
        background-color: white;
    }
    .right1 {
        display:block;
    }
    .echron-header .container-fluid{
        padding-left:0px;
    }
    .echron-header .container-fluid .main{
        display:flex;
        justify-content: space-between;
    }
    .echron-header .container-fluid .main .contact {
        display:block;
    }
    .echron-header .container-fluid .main .contact a {
        color:#ffffff;
        font-size:17px;
        border: 1px solid #501318;
        padding: 4px;
        background-color: #501318;
        text-decoration: none;
    }
    .echron-header .container-fluid .main .contact i{
        font-size: 20px;
    }
    .echron-header .container-fluid .main .right1 a i{
        color: #000;
        font-size: 25px;
    }

    /* .echron-properties ul li {
        width: 100%;
    } */

    .hotels-li{
        width: 100%;
    }

    .echron-header .main .left img{
        width:85px;
    }
    .echron-booking form ul{
     display: block;
    }
    .echron-booking form ul li button {
        padding: 11px 0;
        width:100%;
    }
    .echron-amenities .amenitiesm .part1 h1 {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom:2px;
    }
    .echron-amenities .amenitiesm .part1 p{
    text-align: justify;
   
    }
    .echron-amenities .amenitiesm .part2{
    display: block;
    padding-bottom:10px;
    padding-top:0px;
    }
    .echron-amenities .amenitiesm .part2 .part2a{
    width:100%;
    }
    .echron-amenities .amenitiesm .part2 .part2a h1 {
    font-size: 20px;
    text-align: center;
    }
    .echron-amenities .amenitiesm .part2 .part2a, .part2b {
    width: 100%;
    display:none;
    }
    .echron-explore {
    padding: 15px 0;
    }
    .echron-explore button {
    width: 282px;
    }
    .echron-explore button a{
    font-size: 16px;
    }
    .echron-properties{
    padding:8px 0px;
    }
    .echron-properties h1{
    font-size: 18px;
    }
    .echron-ocassion .ocassionm {
    flex-wrap:wrap;
    }
    .hotel .ocassionm {
        margin: 10px 0;
    }
    .echron-ocassion .ocassionm .left1, .right {
    width: 100%;
    }
    .echron-ocassion .ocassionm .left1 h1 {
    font-size: 17px;
    }
    .echron-ocassion .ocassionm .left1 .downloads .plan button {
    padding: 5px 6px;
    }
    .echron-ocassion .ocassionm .left1 .downloads .brochure button{
    padding: 3px 7px;
    }
    .echron-ocassion .ocassionm .right {
    margin-top: 20px;
    }
    .echron-offers{
    padding:9px 0;
    }
    .echron-offers h1{
    font-size: 25px;
    margin-bottom: 13px;
    }
    .echron-offers ul {
        gap: 0;
    }
    .echron-offers ul li .box3 h3{
    text-align: center;
    }
    .echron-brands .brandsm {
    margin: 11px 0;
    }
    .echron-brands .brandsm ul{
    flex-wrap:wrap;
    justify-content: space-between;
    }
    .echron-brands .brandsm ul li {
    margin: 5px;
    width: 30%;
      }
    .echron-brands .brandsm h1{
    font-size: 26px;
    margin: 12px 0;
    }
    .echron-footer .footerm p {
    font-size: 12px;
    }
    .echron-footer .footerm .ul4 {
    flex-wrap: wrap;
    /* margin-left: 60px; */
    justify-content: center;
    
    }
    .echron-footer .footerm .ul4 li {
    margin: 7px 5px;
    width: 100%;
    text-align: center;
    }
    .echron-footer .footerm ul li span a {
    font-size: 13px;
   
    }
    .echron-footer .footerm h3 {
    font-size: 16px;
    margin-top:0px;
    }
    .mob-nav {
        width: 230px;
        left: 0;
        top: 59px;
        content: '';
        position: fixed;
        height: 100%;
        background: #752d32;
        z-index: 999;
        display:none;
        border-top: 2px solid rgba(255, 255, 255, 0.527);
    }

    .mob-nav ul{
        padding-left: 20px;
    }

    .mob-nav ul.ul6 {
        padding: 0;
    }

    .mob-nav ul li a{
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }

    .mob-nav ul li{
        margin: 10px 0;
    }
    
    .echron-hospitality .text h1{
        font-size: 18px;
    }

    .mob-nav ul li:hover .droper .droperm{
        display: block;
    } 
   .mob-nav ul li .droper{
        position: relative;    
    }
    
    .mob-nav  ul li .droper .droperm{
        background-color:#501318;
        display:none;
    }
    .mob-nav  ul li .droper .droperm li {
        border-bottom: 1px solid #ffffffa2;
        margin: 0;
        padding: 5px 0 5px 5px;
    }
    .mob-nav  ul li .droper .droperm li a{
        color: #ffffffde;
        font-size: 13px;
    }
    .echron-popup{
        top: -87px;
        height: 111%;
    }
    .echron-popup .wrapper img {
        width: 296px;
      }
    .echron-side-fix{
        display: none;
    }

    .echron-properties ul{
        flex-wrap: wrap;
    }
    
    /* .echron-amenities .amenitiesm .part1{
        display: none;
    }
    */
    .echron-amenities .amenitiesm .part2a{
        display: none;
    } 
    .echron-amenities .amenitiesm .part2 .part2b figure img{
        width: 100%;
        box-shadow: 5px 5px 5px grey;
        margin-top: 10px;
      
    }
    .villas ul li .content {
        padding: 10px;
      }

     

    .echron-hospitality .hospitality-main .left{
        width: 100%;
        left: 0;
      
    }

     .echron-hospitality .hospitality-main .right{
        left: 0;
        top: 10px;
        padding: 10px 5px 10px 5px;
        width: 100%;
        /* height: 400px; */
    }

    .echron-hospitality {
        height: 500px;
      }

     
    .echron-hospitality .hospitality-main .right h1{
        text-align: center;
        font-size: 25px;
      }

      .echron-hospitality .hospitality-main .right h2{
        font-size: 15px;
        text-align: center;
      }

      .echron-hospitality .hospitality-main .right p{
        text-align: center;
      }

      .echron-hospitality .hospitality-main .right button{
        padding: 5px 25px;
        margin:0px;
      }
      .echron-hospitality .hospitality-main .right .room-feature {
        margin: 15px 0;
      }

      .hotel .ocassionm .left1 ul{
        justify-content: space-between;
        padding-top: 6px;
      }

      .facilities .ocassionm{
        flex-wrap: wrap;
      }
        
    .m .right2 a button{
        padding: 8px 14px;
    }
    .m .left h1 {
        font-size: 22px;
    } 
    .m{
        flex-direction: column;
      }
    .m .left, .m .right2 {
    width:100%;
    }
    .facilities ul li label, .ocassionm label {
        font-size: 17px;

    }
    .facilities ul li p {
        font-size: 9px;
        text-align: center;
       
    }
    .facilities ul li p img{
        width: 60%;
        margin-left: 12px;
    }
    .echron-properties ul{
        gap: 13px;   
    }
    .echron-properties ul li .content p {
        font-size: 15px;
    }
    .facilities ul li{
        width: 100%;

    }
    .hotel .ocassionm .thumb-main {
        width: 89%;
    }
    .echron-hospitality .hospitality-main .left{
        top:7px;
    }
    .echron-hospitality .hospitality-main .right .room-feature li{
        font-size:12px;
    }
    .facilities .ocassionm .left, .right {
        width: 100%;
    }
    .echron-properties ul{
    margin-top: 17px;
    }
    .fair-media_bodytext .tabs li{
    width: auto;
    padding: 10px 10px;
    }
    .fair-media_page {
    padding: 20px 0px;
    }
    .fair-media_bodytext .tabs {
    padding-left:0px;
    margin-bottom: 20px;
    }
    .fair-media_bodytext .tab-data .tab-content .fancybox{
    height: 58px;
    }

    .echron-hospitality .hospitality-main .right .room-feature li span{
    min-width: 0px;
    }
    .echronhospitalityslider .swiper-button-prev {
    left: 13px;
    }
    .echronhospitalityslider .swiper-button-prev,
    .echronhospitalityslider .swiper-button-next{
    top: 88%;
    width: 34px;
    height: 34px;
    }
    .hotel .ocassionm .thumb-main li {
    position:inherit;
    }
    .hotel .ocassionm .thumb-main{
    position: inherit;
    height:209px;
    }
    .hotel .ocassionm .thumb-main li.two,.hotel .ocassionm .thumb-main li.three{
    display:none;
    }
    .hotel .ocassionm .thumb-main li.one img{
    height:200px;
    }
    .line{
    display:none;
    }
    .office ul {
        margin: 14px 0;
        flex-wrap: wrap;
      }
      .office ul li {
        width: 100% !important;
      }
      .office h2{
        font-size:21px;
      }
      .office ul li p b {
        font-size: 18px;
      }
      .comon {
        margin: 25px 0;
      }
      .sec-ptb-100 {
        padding: 16px 0px;
      }
      .resort-head {
        font-size: 20px;
      }
      .contact-section .contact-form {
        width: auto;
      }
      .echron-row {
        padding: 5px;
        margin: 15px 0;
      }
      .contact-section .contact-form .form-item label {
        width: 50%;
      }
      .contact-section .contact-form .form-item input {
        width: 100%;
      }
      .contact-section .contact-form textarea {
        width: 68%;
      }
      .custom-btn{
        padding: 10px 54px;
        width: 60%;
        left: 0px;
      }

      /*************** meet start ************/
      .meet h1 {
      font-size: 26px;
      }

      .meet ul li{
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
      }
      .meet ul li .left {
        width: 100%;
      }
      .meet ul li .left h2 {
        margin-top: 20px;
        font-size: 25px;
      }

      .meet ul li .left h5{
        font-size: 17px;
      }

      .meet ul li figure {
        width: 90%;
      }

      .meet {
        background-image: url("../images/background.jpg");
        padding: 20px 0;
        background-repeat: repeat-x;
        /* background-position-y: center; */
        background-size: 50%;
      }
       /*************** meet start ************/

       .about-us h1{
        font-size: 31px;
       }

       .about-us ul{
        flex-direction: column;
        margin: 20px 0;
       }

       .about-us ul li{
        width: 100%;
        margin: 10px 0;
       }
}


@media (max-width:500px ) {
    .echron-hospitality {
        height: 400px;
      }
  }

  @media (max-width:450px ) {
    .echron-hospitality {
        height: 350px;
      }
  }

