body {
    font-family: 'Merriweather', serif;
}

@font-face {
    font-family: "Amplesoft-Thin";
    src: url("../fonts/AmpleSoft_Thin.otf");
}


/* css for header */

.header-area {
    position: relative;
    z-index: 1;
}

.tool-bar {
    background-color: #203c8f !important;
    height: 92px;
}

.logo-area {
    position: absolute;
    top: -42px;
    padding: 26px;
    background-color: #203c8f;
    z-index: 9;
    border-radius: 360px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.logo-area img {
    margin-top: 21px;
}

@media only screen and (min-width: 1824px) and (min-width: 1920px) {
    .logo-area {
        transform: translateX(-70%);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .tool-bar {
        background-color: #203c8f !important;
        height: 75px;
    }
    .logo-area {
        position: absolute;

        padding: 20px;
        background-color: #203c8f;
        z-index: 9;
        border-radius: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo-area img {
        margin-top: 30px;
        width: 75%;
    }
}

@media only screen and (max-width: 736px) {
    margin-left: 90px !important;
}


/* css for header */

.about-dining {
    background-color: #fff;
    margin-top: -95px;
    z-index: 11;
    position: relative;
}


/* start slider 1 */

.carosual-text h1 {
    margin-left: 70px;
}

.carosual-text h5 {
    margin-left: 70px;
}

.carousel-content {
    position: absolute;
    bottom: 20%;
    left: 12%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-content p {
    font-size: 30px;
}

.carousel-content {
    position: absolute;
    bottom: 16%;
    z-index: 10;
    color: white;
}

@media only screen and (max-width:1440px) {
    .hiddenx1 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-content {
          bottom: 77%
    }

    .carousel-content h1 {
        font-size: 14px;
        margin-left: -11px;
    }
    .carousel-content h5 {
        font-size: 14px;
        margin-left: 9px;
    }
    .button {
        /* width: 46%; */
        /* font-size: 11px; */
        /* margin: 30px; */
        background-color: #fdb717;
        color: black;
        border: none;
        border-radius: 0px;
        /* top: 13px; */
        margin: 28px;
        /* padding: 10px; */
        margin-top: 12px;
        margin-bottom: -9px;
        margin-left: 163px;
        border-radius: 10px;
    }
}


/* css for about dining */

.bnr-text {
    color: #4c4d4f;
    padding: 0px 191px;
}

@media only screen and (max-width: 480px) {
    .about-dining p {
        text-align: justify;
        color: #7a7a7b;
        text-decoration: none;
        font-size: 13px;
    }
    .about-dining {
        margin-top: -8px;
    }
}

.club-images {
    padding-top: 20px;
}

.club-images h5 {
    color: #253f89;
    margin-top: 12px;
    font-stretch: expanded;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .about-dining p {
        font-size: 14px;
        padding: 42px;
        margin-top: -42px;
    }
    .clubimg {
        margin-top: 18px;
    }
    .club-images h5 {
        font-size: 16px;
        text-align: center;
    }
}


/* css for carosual2*/

div.testimonalImgCls {
    background-image: url(../images/17.png);
    margin-top: 25px !important;
}

.zomatocls {
    color: white;
    font-size: 19px;
    margin-top: 26px;
    line-height: 30px;
    margin-bottom: 16px;
}

.zomatocls span {
    font-size: 22px;
    letter-spacing: 4px;
}

.testi-img {
    height: 145px;
}

.imgSecCls {
    margin-left: 120px;
    margin-bottom: 20px;
}

.reviewimg {
    border-radius: 127px;
    height: 117px;
    margin-left: -68px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    div.media>div.imgSecCls {
        padding-left: 0px;
    }
    p.followtext {
        width: 85%;
        font-size: 15px;
        text-align: justify;
    }
}

div.testimonial {
    display: inline-flex;
}

.testpara {
    color: white;
    font-size: 14px;
    margin: 13px;
}

h4.testimonalNameCls {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: -61px;
}

h5.testimonalfollowersCls {
    color: white;
    font-size: 13px;
    margin-left: -62px;
}

span.rateNumCls {
    border: solid 4px #39b549;
    font-size: 9px;
    border-radius: 8px;
    background-color: #39b549;
    margin-left: 11px;
    color: #fff;
    margin: 3px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .testi-img {
        height: 72px;
        margin-top: 60px;
    }
    h4.testimonalNameCls {
        color: #fff;
        font-size: 15px;
        padding-right: 0px;
        font-weight: bold;

    }
    h5.testimonalfollowersCls {
        color: white;
        font-size: 12px;
        padding-left: 0px;
        text-align: center;
        margin-left: -10px;
    }
    .reviewimg {
        margin-left: 4px;
    }
}


/*css for* address*/

button.bookbtn {
    margin: auto;
    width: 220px;
    background-color: #fdb717;
    font-size: 21px;
    font-weight: bold;
    border-radius: 0px;
    margin-top: 28px;
    color: black;
}

div.contact-info {
    text-align: center;
    padding-top: 30px;
    color: #757374;
    padding-bottom: 15px;
}

div.contact-info h6 {
    font-size: 15px;
    color: #757374;
}

div.contact-info h3 {
    font-size: 21px;
    color: #757374;
}

div.contact-info h3 a {
    color: #757374;
    font-family: "merriweather" !important;
    text-decoration: none;
}

.mblimg {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    div.contact-info h3 {
        font-size: 16px;
    }
    div.contact-info h3 a {
        color: #6b696a;
        font-family: "merriweather" !important;
        text-decoration: none;
    }
}


/* css for footer*/

h5.footerTxtCls {
  color: #e2e3ef;

font-family: "merriweather" !important;
font-size: 18px !important;
line-height: 2em;
word-spacing: 1.5px;
text-align: left;
}

div.footer {
    background-color: #203c8f;
}

i.fa.fa-bullseye {
    font-size: 13px !important;
}

div.ftrimg {
    border-right: 1px solid #636aa1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mblvideo {
    position: relative;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    div.ftrimg {
        border-right: 0px solid #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .float-right {
        float: left !important;
        margin-left: 30%;
    }
    h5.footerTxtCls {
        padding-top: 0px;
        font-size: 13px !important;
    }
    .mblimg {
        display: block;
    }
    .mblvideo {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .txtmobile {
        min-height: 400px;
        max-height: 500px;
    }
}


/*css for video*/

.video-container {
    position: relative;
}

video {
    height: auto;
    vertical-align: middle;
    width: 100%;
    margin-top: -60px;
}

.overlay-desc {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videotext {
    color: white;
    font-size: 47px;
    float: left;
    /* margin-left: -399px; */
    font-family: -webkit-body;
}


/*end css for video*/


/*css for avg*/
.avgcost {
  text-align: center;
}

.avgcost h3 {
    font-size: 19px;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    margin-bottom: 23px;
}

.avgcost h5 {
    font-size: 20px;
    font-family: initial;
    color: #6b696a;
    padding:0px 40px;
}

.avgcost h6 {
    font-size: 13px;
    color: #6b696a;
    margin-left: 50px;
}

.avgcost h4 {
    color: #6b696a;
    font-size: 13px;
    margin-left: 51px;
}

.avgcost p {
    color: #6b696a;
    margin-top: 27px;
    text-align: center;
}

.avgcontainer {
    margin-top: 30px;
}


/* media query for avg*/

@media screen and (max-device-width:480px) {
    .avgcost {
        text-align: center
    }
    .avgcost p {
        /* margin-left: 80px; */
        text-align: center;
        margin-left: 20px;
    }
    .avgcost h3 {
        text-align: center;
        margin-top: 20px;
    }
    .avgcost h5 {
        font-size: 17px;
        font-family: initial;
        color: #6b696a;
        padding: 0px 20px;
    }
    .avgcost h6 {
        font-size: 13px !important;
        color: #6b696a;
        padding: 0px 20px;
    }
    .avgcost h4 {
        font-size: 15px;
        padding: 0px 20px;
    }
    .avgcontainer {
        margin-top: 13px;
        padding: 0px 30px;
    }
    #submitbtn {
        background-color: #fdb717 !important;
        color: black;
        margin-left: 135px;
        border: none;

        /* margin-right: 16px; */
        font-size: 12px;
    }
}


/*form*/

.frmheader {
    border-bottom: none !important;
}

.frmcontent {
    width: 134% !important;
}

#submitbtn {
    background-color: #011f46 !important;
    color: #ffffff;
    box-sizing: content-box;
    line-height: 34px;
    font-size: 20px;

    border-radius: 5px;
   padding: 0px;
    margin-top: 8px;
    margin-left: 1px;
      font-family: 'Merriweather', serif;
}

.frmgoup {
    margin-left: 28px !important;
    /* margin-top: -26px; */
}

@media screen and (max-device-width:480px) {
    .frmcontent {
        width: 94% !important;
    }
    .formtext {
        margin-left: -23px;
    }
}

.clrtext {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -54px 90px 0px;
}

.button {
    background-color: #fdb717;
    border: none;
    font-size: 18px;
    font-weight: bold;
    width: 49%;
}

@media screen and (max-device-width:480px) {
    .button {
        font-size: 13px;
        width: 44%;
    }
}

.carousel-control-prev {
    left: 0;
    margin-top: -102px !important;
}

.carousel-control-next {
    /* left: 0; */
    margin-top: -102px !important;
}

.modal-footer {
    border-top: none !important;
}


/*thankyu css*/

.thanku {
    height: 230px;
}

.thanku h1 {
    text-align: center;
    font-size: 79px;
    margin-top: 133px;
    color: #1f1f30;
}

.thanku h6 {
    text-align: center;
    font-size: 29px;
    color: grey;
}

@media (min-width: 320px) and (max-width: 480px) {
    .thanku {
        height: 124px;
    }
    .thanku h1 {
        text-align: center;
        font-size: 28px;
        margin-top: 99px;
        color: #1f1f30;
    }
    .thanku h6 {
        text-align: center;
        font-size: 21px;
        color: grey;
    }
    .carousel-control-prev {
        left: 0;
        margin-top: -230px !important;
    }
    .carousel-control-next {
        margin-top: -230px !important;
    }
}

.hh {
  color:#fff;
}


@media only screen and (min-device-width:1280px ) and (max-device-width:1440px){
  .clrtext h1{
    font-size:30px;
  }

  .clrtext h5{
    font-size: 17px;
  }

  .clrtext button{
    width: 75%;
  }
}

.parsley-type, .parsley-minlength, .parsley-maxlength{
  padding-top: 8px;
color: red;
}

@media only screen and (width:320px){
  .iphx{
    margin-left: 116px;
    width: 130px;
  }

  .carousel-content {
    bottom: 76%;
}

}

@media only screen and (min-device-width:481px ){

.imgSecCls {
text-align: center;
}

.testimonalNameCls{
  padding-top:10px;

}

.testimonalfollowersCls{
  line-height: 2;
}

.rateNumCls
{
  font-size:15px!important;
}


}
@media (min-width: 320px) and (max-width: 480px){

.testimonalNameCls{
  padding:8px 0px
}

.testimonalfollowersCls{
      line-height: 2;
}

.rateNumCls{
  font-size: 14px!important;
}

}

.tool-bar a {
  /* font-weight: bold; */
      font-family: 'Amplesoft-Medium' !important;
  position:relative;
  z-index: 10;
  margin-top: 25px;
  float: right;
  margin-right: 4px;
  text-decoration: none;
  color:#fff;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.tool-bar a i{
  padding-right: 3px;
font-size: 12px;
}

  @media only screen and (min-device-width: 768px){

    .tool-bar a{
      font-weight: bold;

      position: relative;
    z-index: 10;
    margin-top: 29px;
    float: right;
    margin-right: 109px;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.03em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }

    .tool-bar a i{

position: relative;
border: solid 1px #fff;
padding: 5px;
border-radius: 9px;
margin-right: 5px;
font-size: 16px;
bottom: 1px;

  }
}

    @media only screen and (width: 320px){
      .tool-bar a{
            font-family: 'Amplesoft-Medium' !important;
        margin-right:3px;
        font-size: 15px;
      }
    }


@media only screen and (max-device-width:480px){
  .imgSecCls {
    margin:auto!important;
  }

  .reviewimg {
    margin-left: 14px!important;
}

.testimonalNameCls {
    text-align:center!important;
    margin-left: 0px!important;
}

.testimonalfollowersCls{

  margin-left:0px!important;
}



.carousel-content{
  left: 7%;
  bottom: 20%;
}

.carousel-mobcontent{
  display:block!important;
}

.iphx{
  margin: 0px;
margin-top: 10px;
width: 150px;
position: absolute;
left: -14px;
}

.bookbtn{
  font-size:13px!important;
  padding:2px 5px;
  width:149px!important;
}

}

@media only screen and (max-device-width:350px){
  .carousel-content{
    left:6%;
    bottom:20%;
  }
}

@media only screen and (min-width:351px) and (max-device-width:400px){
  .carousel-content{
    left:7%;
    bottom:20%;
  }
}

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:.5;
  background-color: #000;
}

.mobfooter {
list-style:none;
padding:0px;

}

.mobfooter h6{
  margin-bottom:0px;
  color:#fff;
}

.mobfooter li{
  margin:auto;
}

.socialicons img {
    width: 32px;
}

.socialicons {
  padding-bottom: 20px;
}
.socialdesk img{
  width: 36px;
}

.footerTxtCls img{
  margin-bottom:3px;
}

@media only screen and (min-width:480px){
  .testimonial{min-height:180px;}

  .flx{
    display:flex!important;
    align-items: center;
  }

}
button:focus {outline:0;}


.nizamtitle{
  font-size: 18px;
    margin-top: 14px;
    margin-bottom: 25px;
    font-weight: bold;
}
