:root {
  --primary-color: #006C9B;
  --secondry-color: #fff;
  --hover-color: #000;
  --top-bar: #f1f1f1;
  --icon-color: #fff;
  --cta-1: #006C9B;
  --cta-2: #f40000;
}

*{
    font-family: 'Poppins';
    /*font-size: 18px;*/
    font-weight: normal;
    line-height: 26px;
    letter-spacing: .5px;
}


.top-bar{
    margin-top: 0px;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    height: 52px;
}
.top-bar .navbar-nav>li {
    margin-top: 0px;
}
.navbar-nav>li {
    margin-top: 20px;
}
.redbg {
    width: 40.5%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
}
.main .swiper-container {
      width: 100%;
      height: 100%;
      background: var(--hover-color);
    }
    .main .swiper-slide {
      font-size: 18px;
      color:var(--secondry-color);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
    }
    .main .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .main .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }
    .main .swiper-slide .subtitle {
      font-size: 21px;
    }
    .main .swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
    }

@media screen and (max-width: 1366px) and (min-width: 1150px)
{
    .redbg {
        width: 38.5% !important;
    }
}
.top-bar .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.top-bar i {
    border: solid var(--primary-color);
    border-width: 0 20px 20px 0;
    display: inline-block;
    padding: 18px;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -17px;
}
.ourprice {
    font-size: 20px;
    padding: 14px 0 0;
    color: #262262;
}
.bookingrate-red {
    color: #262262;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 0;
    font-weight: bold;
}
.bookingrate {
    font-size: 18px;
    color: var(--secondry-color);
    padding-top: 13px;
    text-align: center;
    font-weight: bold;
}
.booking {
    text-align: right;
    color: var(--secondry-color);
    font-size: 20px;
    padding-top: 13px;
}
.expedia {
    text-align: right;
    color: var(--secondry-color);
    font-size: 20px;
    padding-top: 13px;
}
.bookingrate-red span {
    color: #262262;
    font-size: 16px;
}
.MR-5 {
    margin-right: 0;
}
.lowest {
    padding: 5px 0;
    width: 48px;
}
.hotel{
    text-align: right;
    color: var(--secondry-color);
    font-size: 20px;
    padding-top: 13px;
}
/*Topbar Css Ends here*/
/*Menu Css Starts here*/

/*styling open close button*/
.ham {
    display:inline;
    position:absolute;
    right: 35px;
    top: 0;
    z-index:999;
    font-size:30px;
}
.ham a {
    text-decoration:none;
}
.btn-open:after {
    color:#f00;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#f00;
}
.btn-close:after {
    color:var(--primary-color);
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #f00;
}
/*overlay*/
.overlay {
    display:none;
    position:fixed;
    top:0;
    right: 0;
    height:100%;
    width:25%;
    background:#333;
    overflow:auto;
    z-index:99;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    /*border-bottom:1px solid #575757;*/
    text-transform:capitalize;
    padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:24%;
    position:relative;
}
.wrap ul.wrap-nav li a {
    color:#34B484;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
    color:#34B484;
}
@media screen and (max-width:48em) {
    .wrap ul.wrap-nav>li {
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #575757;
    }
    .wrap ul.wrap-nav {
        padding:30px 0px 0px;
    }
    nav ul {
        opacity:0;
        /*visibility:hidden;*/
        display: none;
    }   
}

.menu-style{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--cta-1);
    /*padding: 6px;*/
    height: 52px;    
    
}
/*Menu Css Ends here*/

.navbar-brand>img{
    width: 145px;
}
.navbar-brand{
    padding-top: 5px;
}
.navbar-default {
    background-color: var(--secondry-color);
    /*height: 103px;*/
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 0;
}
.main-slider{
    margin-top: -70px;
}
.home .navbar-brand{
    position: absolute;
}
.navbar-brand>img{
    position: absolute;
    z-index: 99;
    top: -106%;
}
.navbar-nav>li>a {
    padding-top: 30px;
}
.main-slider .container-fluid{
  padding: 0;
}
@media only screen and (max-width: 1400px){
    #ges {
        /*width: 435px;*/
        padding: 15px;
    }
}

#ges {
    /*position: absolute;*/
    z-index: 1;
    left: 4%;
    bottom: 30px;
    /*width: 550px;*/
    max-height: 400px;
    min-height: 250px;
    height: auto;
    padding: 25px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--secondry-color);
}

.main{
    min-height: 600px;
}
.main .swiper-slide{
    min-height: 600px;
}
.black-trans {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: var(--hover-color);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(204, 0, 0, 0)', endColorstr='rgba(204, 0, 0, 0)',GradientType=0 );
}
#ges .icon-close {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1400px){
      #ges .content {
        font-size: 15px;
        line-height: 22px;
    }  
}

#ges .content {
    font-size: 16px;
    line-height: 22px;
}
@media only screen and (max-width: 1400px){
        #ges .title {
        font-size: 28px;
        line-height: 32px;
    }
}

.cobble-font {
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ges .rating-image {
    display: inline-block;
    vertical-align: middle;
}
#ges .username-location {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #ccc;
    padding: 0 0 0 5px;
}
@media only screen and (max-width: 1400px){
        #ges p {
        line-height: 24px;
        font-size: 15px;
        padding: 5px 0;
    }
}
#ges p {
    line-height: 24px;
    font-size: 15px;
    padding: 5px 0;
}
#ges .read-more {
    color: #a2a474;
    cursor: pointer;
    display: inline-block;
}
#ges .powered-by {
    font-size: 12px;
    color: #ccc;
    width: 100%;
    float: left;
}
.carousel-control.left{
    display: none;
}
.carousel-control.right{
    display: none;
}
.heading{
    color: var(--primary-color);
    font-size: 55px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Libre Baskerville';
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}
.heading:after {
    content: "";
    background-color: #c4c3c1;
    width: 87px;
    height: 2px;
    position: absolute;
    left: 41%;
    bottom: -15px;
    margin: 0 auto;

}
.portfolio .container-fluid{
    padding: 0;
}
.portfolio .row{
    margin: 0;
}
.portfolio .col-md-6{
    padding: 0;
}
.hotel-sec{
    padding-top: 64px;
    margin-bottom: 40px;
}
.hotel-sec h5{
    color: var(--primary-color);
    font-size: 20px;
    line-height: 16px;
    margin-top: 0;
    letter-spacing: 2px;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.hotel-sec h4{
    text-align: center;
    margin-bottom: 40px;
    line-height: 22px;
    font-size: 32px;
    font-family: 'Libre Baskerville';
    text-transform: capitalize;
    font-weight: normal;
    color: var(--primary-color);
    margin-top: 27px;
}
.hotel-sec p{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    /*color: var(--primary-color);*/
    color: var(--secondary-color);
    line-height: 26px;
    letter-spacing: .5px;
        background: #333333c9;
        padding: 3%;
        min-height: 360px;
}
.room1 {
    position: relative;
    width: 100%;
    top: inherit;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    display: inline-block;
    margin: 0 auto;
    margin-top: -37px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-bottom: 82px;
    background-color: var(--primary-color);
    text-align: center;
    max-width: 1140px;
    padding: 25px;
    color: var(--secondry-color);
}
.room-inner1{
    border: 1px solid #7a909d;
    padding: 24px 120px 34px 120px;
}
.common-title{
    font-family: 'Libre Baskerville';
    font-weight: normal;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 37px;
    margin-top: 0;
}
.room1 p{
    line-height: 28px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .5px;
}
.view-btn{
    margin: 20px auto 0;
    background-color: var(--secondry-color);
    color: var(--primary-color);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 15px;
    line-height: 47px;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 0px 35px;
}
.view-btn:hover{
    background: var(--hover-color);
    color: var(--secondry-color);
    border-color: var(--hover-color);
}
.post-slide{
    padding-bottom: 80px;
}
.post-slide .col-md-4{
  padding: 33px;
  background: var(--secondry-color);  
}
.designed-navs{
    border: 1px solid rgba(86,66,69,.36);
    padding: 30px 20px 65px;
}
.designed-navs h1{
    border: 1px solid rgba(86,66,69,.36);
    border-radius: 50%;
    font-size: 74px;
    text-align: center;
    color: var(--primary-color);
    font-family: libre baskerville;
    font-style: normal;
    font-weight: 400;
    height: 106px;
    width: 106px;
    line-height: 106px;
    margin: 0 auto 15px;
}
.designed-navs h2{
    font-family: libre baskerville;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 18px;
}
.designed-navs a{
    display: block;
    color: var(--primary-color);
    font-family: poppins;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 3px;
    margin: 0 auto;
}
.designed-navs a:hover{
    text-decoration: none;
    color: var(--hover-color);
}
.designed-navs p{
    color: var(--primary-color);
    padding-bottom: 30px;
    font-size: 16px;
}

.designed-navs p:first-of-type{
    font-size: 18px;    
}

.two, .three, .four, .five {
  display:none;
}
.slick-active .role-btn{
    background: #f5be2d;
}
.role-btn{
    display: block;
    background-color: #e0ded5;
    height: 7px;
    width: 46px;
}
.role-btn:hover{
    background: #f5be2d;
}
.reviews{
    background: url("https://carthageinn.com/_/h13/images/guest-reviewbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 69px 0 80px;
    color: var(--secondry-color);
}
.reviews h1{
    margin-top: 0;
    color: var(--secondry-color);
    margin-bottom: 30px;
}
.reviews h4{
    margin-top: 0;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 25px;
}
.package{
    padding-bottom: 80px;
    padding-top: 80px;
    background: url("../images/section-bg.png");
}
.package .view-gaLlery-btn{
    margin: 0px auto 40px;
}
.package .designed-navs{
    background: var(--secondry-color);
}
.package-left .designed-navs .slick-track{
    width: 100% !important;
}
.package-left .designed-navs .slick-slide{
    width: 100% !important;
}
.package-left .designed-navs a{
    margin: 0 auto;
}
.explore{
  padding-bottom: 30px;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    overflow: hidden;
}
.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 99%;
    height: 227px;
    object-fit: cover;
}
.hovereffect:hover .overlay-2 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hovereffect .overlay-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#content:before {
    border-width: 1px 0 0 1px;
    left: 48px;
    top: 80px;
    z-index: 2;
}
.hovereffect:hover h2, .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
.hovereffect h2 {
    text-transform: uppercase;
    color: #011358;
    text-align: center;
    position: relative;
    font-size: 20px;
    background: rgb(184, 141, 8);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 20px;
    margin-top: 70px;
    left: 10%;
    right: 10%;
    width: 80%;
}
#content>:last-child:before {
    bottom: 10px;
    right: 10px;
    border-width: 0 1px 1px 0;
}
#content:before, #content:after, #content>:last-child:before, #content>:last-child:after {
    position: absolute;
    width: 60px;
    height: 50px;
    border-color: #011358;
    border-style: solid;
    content: ' ';
}
.F14 {
    font-size: 15px !important;
}
.F14 {
    font-size: 14px;
}
#content>:last-child:after {
    bottom: 10px;
    left: 10px;
    border-width: 0 0 0px 0px;
}
#content:after {
    top: 10px;
    right: 10px;
    border-width: 0px 0px 0 0;
}
#content:before, #content:after, #content>:last-child:before, #content>:last-child:after {
    position: absolute;
    width: 60px;
    height: 50px;
    border-color: #011358;
    border-style: solid;
    content: ' ';
}
.P0 {
    padding: 0px !important;
}
.MT5 {
    margin-top: 5px;
}
.MT30{
  margin-top: 30px;
}
.gallery{
        padding-top: 2%;
    padding-bottom: 87px;
    background: url(../images/section-bg.png);
}
.gallery h1{
    font-family: 'Libre Baskerville';
    font-weight: normal;
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 50px;
    text-align: center;
}
.gallery-img a::before{
    color: var(--secondry-color);
    content: "Click to View";
    cursor: pointer;
    font-weight: bold;
    left: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
    transition: left .3s ease-in-out 0s,opacity .2s ease-in-out 0s;
    /*width: 100%;*/
    z-index: 3;
}
.gallery-img a:hover::before{
    left: 0;
    opacity: 1;
}
.gallery-img a::after{
    background: rgba(0,0,0,.8) none repeat scroll 0 0;
    color: var(--secondry-color);
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out 0s;
    width: 100%;
}
.gallery-img a:hover::after{
    opacity: 1;
}
.view-gaLlery-btn{
    padding: 0px 45px;
    background-color: var(--primary-color);
    color: var(--secondry-color);
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 15px;
    line-height: 47px;
    letter-spacing: .1em;
    margin: 55px auto 0;
    border-radius: 0;
    border: none; 
}
.view-gaLlery-btn:hover{
    background-color: var(--hover-color);
    color: var(--secondry-color);
}
.address a{
    color: var(--secondry-color);
    font-size: 16px;
    padding: 5px;
    border:1px dashed transparent;
}
.address a:hover{
    text-decoration: none;
    border:1px dashed var(--secondry-color);
}
.phone{
    font-size: 18px;
    color: var(--secondry-color);
}
.phone i{
    margin-right: 10px;
    font-size: 18px;
}
.phone a{
    font-size: 17px;
    border:1px dashed transparent;
    color: var(--secondry-color);
    padding: 5px;
}
.phone a:hover{
    text-decoration: none;
    border:1px dashed var(--secondry-color);
}
.footer-logo{
    margin-top: 40px;
}
.guest_roomsh2 {
    cursor: pointer;
}
.guest_roomsh2 {
    background: url(https://carthageinn.com/_/h13/images/double-bed.jpg) no-repeat center center;
    background-size: cover;
    min-height: 560px;
    background-attachment: fixed;
}
.midspace {
    padding: 400px 0 0 0;
}
.bluetrans {
    background: rgba(184, 141, 8, 0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    width: 388px;
    margin: 0 auto;
    padding: 15px 0 10px 0;
}
.bluetrans2 {
    background: rgba(184, 141, 8, 0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 91%;
    width: 388px;
    margin: 0 auto;
    padding: 10px;
}
.LFlight {
    font-weight: 300;
    font-size: 26px;
}
.location_content {
    display: inline-block;
    padding: 0;
}
.location_content h2 {
    font-size: 30px;
    margin: 10px -25px;
    color: var(--hover-color);
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
.location_content h2 {
    font-size: 26px;
    color: var(--secondry-color);
    text-transform: uppercase;
    margin: 10px 0;
}
.vibtn {
    display: inline-block;
    padding: 10px 30px;
    color: var(--secondry-color);
    letter-spacing: 3px;
    border-radius: 0px;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.white {
    color: var(--secondry-color);
}
.white {
    color: var(--secondry-color) !important;
}
.PR{
    position: relative;
}
#ircw_iframe {
    height: 52px !important;
}
#ircw_iframe {
    background: #eeeeee !important;
}
#ircw_iframe, #ircw_compare_model {
    max-width: 100%;
    line-height: 1px;
}
.contact{
    margin-top: 0%;
        background: url(../images/section-bg.png);
}
#contact {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}
.title1 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #333333;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}
.title2 {
    font-size: 15px;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background: url(https://carthageinn.com/_/h13/images/wave-yellow.png) center bottom no-repeat;
}
.contact-location-wrapper {
    position: relative;
    width:100%;
    margin-bottom: 50px;
}
#google_map {
    position: relative;
    height: 673px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    border: 15px solid var(--secondry-color);
}
.contact-location {
    background: var(--secondry-color);
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.title3 {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.title3:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.contact-location .txt1 {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}
.contact-location .txt2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.3;
}
.contact-location .txt3 {
    color: #333333;
    font-size: 18px;
    float: left;
    font-weight: bold;
}
.contact-location .txt4 {
    position: relative;
    font-size: 16px;
    margin: 30px 0;
    padding: 40px 0;
    font-weight: 500;
}
.contact-location .txt4:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}
.contact-location .txt4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.dl1 {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.dl1 dt {
    float: left;
    width: 100px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--primary-color);
    font-weight: 600;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
.dl1 dd {
    margin-left: 180px;
    font-size: 13px;
}
.dl1 a, .add-span1 {
    color: #333333;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;    
}
#fields .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
#ajax-contact-form .form-group label {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}
#ajax-contact-form .form-control {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: var(--secondry-color);
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    border-radius: 0;
}
.btn-default.btn-cf-submit {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: var(--secondry-color);
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0px;
    background: var(--primary-color);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease-out;
}
.contact .heading{
    font-size: 25px;
    margin-bottom: 40px;
}

/*Lightbox css starts here*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://carthageinn.com/_/h13/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://carthageinn.com/_/h13/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://carthageinn.com/_/h13/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://carthageinn.com/_/h13/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Lightbox css ends here*/
.amenities{
    padding: 30px 0;
    background: url(../images/section-bg.png);
}
.amenities ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.amenities ul li{
    font-size: 20px;
}


.amenities ul li:before {
    content: "\f046";
    font-family: FontAwesome;
    color: var(--primary-color);
    padding-right: 10px;
}
.book-style{
    background-color: var(--primary-color);
    color: var(--secondry-color) !important;
    padding: 0 30px !important;
    font-size: 20px;
    height: 53px;
    line-height: 53px !important;
    margin-right: 20px;
}
@media (max-width: 767px){
    .contact-location {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        margin-top: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    #content {
        padding: 20px 0 50px;
    }
    .title1 {
        font-size: 26px;
    }
    .contact-location-wrapper {
        padding-left: 0;
    }
    .dl1 dt {
        float: none;
        width: auto;
        line-height: 1.75;
    }
    .dl1 dd {
        margin-left: 0;
        line-height: 1.75;
    }
    .redbg{
        width: 100%;
    }
}

footer{
    background-image: url(../images/f-bg-2.png);
    background-color: var(--primary-color);
    padding-top: 75px;
    padding-bottom: 40px;
}
.information ul{
    padding:0;
    margin: 0;
}
.information ul li{
    list-style: none;
    display: inline-flex;
    margin: 0 8px 12px;
}
.information ul li a{
    color: var(--secondry-color);
    padding: 1px 3px;
    font-size: 21px;
}
.information ul li a:hover{
    text-decoration: none;
}
.signup-btn{
    margin-top: 30px;
    margin-bottom: 50px;
}
.modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }


/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

/* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }

#menuToggle{
    display: none;
}
.mob-footer{
    display: none;
}
.banner-sec{
    padding: 10px 0;
    margin-top: 0%;
    background: url(../images/section-bg.png);
}
.banner-sec .heading:after{
    left: 30%;
}
.rooms{
    padding: 20px;
    background: url(../images/section-bg.png);
}
.rooms .thumbnail .caption {
    padding: 0;
}
.rooms .thumbnail{
    border: 1px solid var(--primary-color);
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.rooms .thumbnail img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.rooms .thumbnail h3{
    text-align: center;
    color: var(--secondry-color);
    background: var(--primary-color);
    margin-top: 0;
    padding: 10px;
    font-size: 20px; 
}
.rooms .thumbnail h2{
    text-align: center;
    color: var(--secondry-color);
    background: var(--primary-color);
    margin-top: -10px;
    padding: 10px;
    font-size: 18px; 
}
.rooms .thumbnail ul{
    color: var(--primary-color);
}
.rooms .thumbnail .btn-primary{
    color: var(--primary-color);
    background-color: var(--secondry-color)fff;
    border-color: var(--primary-color);
    border-radius: 0;
}
.rooms .thumbnail .btn-primary i{
    margin-right: 5px;
}
/*all button classes*/ 
.rooms button, .rooms .button-animation-one {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 0em;
  padding: 6px 12px;
  box-shadow: inset 0 0 0 1px var(--primary-color);
  color: var(--primary-color);
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}

.rooms a.button-animation-one {
    text-decoration: none;
}

.rooms button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  /*width: 100%;
  height: 100%;*/
}
.button-animation-one {
  transition: color 0.25s;
}
.button-animation-one::before, .button-animation-one::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button-animation-one::before {
  top: 0;
  left: 0;
}
.button-animation-one::after {
  bottom: 0;
  right: 0;
}
.button-animation-one:hover {
  color: #f5be2d;
}
.button-animation-one:hover::before, .button-animation-one:hover::after {
  width: 100%;
  height: 100%;
}
.button-animation-one:hover::before {
  border-top-color: #f5be2d;
  border-right-color: #f5be2d;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.button-animation-one:hover::after {
  border-bottom-color: #f5be2d;
  border-left-color: #f5be2d;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/*finish secound button classes*/
.thing-potfolio{
    padding: 30px 0;
    background: url(../images/section-bg.png);
}

.thing-card{
    border: 1px solid #064d71;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    background: var(--secondry-color);
}
.thing-potfolio .swiper-button-next, .thing-potfolio .swiper-button-prev{
    top: 22%;
}
.swiper-button-prev:after{
    color: var(--secondry-color);
}
.swiper-button-next:after{
    color: var(--secondry-color);
}
.image-text{
    padding: 0 15px;
}
/*image style*/
.border-image {
  display: grid;
  margin-bottom: 30px;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);*/
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-template-rows: auto -webkit-max-content;
  grid-template-rows: auto max-content;
  background: #333 url(https://via.placeholder.com/368x300) center;
  background-size: cover;
  color: white;
  width: 100%;/*image width*/
  height: 300px;
  padding: 2rem;
  background-blend-mode: multiply;
    background-color: #00000080;
}
.border-image:before, .border-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.border-image:before {
  grid-row: 1 / 2;
  border-right: none;
  border-bottom: none;
}
.border-image:after {
  grid-row: 1 / span 2;
  border-left: none;
}
.border-image h2 {
  margin: 1rem 1rem -.5rem 0;
  font-size: 18px;
  max-width: 100%;
}
.border-image-2{
    background: #00000080 url(https://via.placeholder.com/368x300) center;
    background-size: cover;    
}
.border-image-3{
        background: #00000080 url(https://via.placeholder.com/368x300) center;
    background-size: cover;
}
.slider-3 .slick-slide img{
    height: 387px;
    width: 555px;
    object-fit: cover;
    object-position: top;
}
.slider-nav-thumbnails-3 .slick-track{
    margin: 0 auto;
}
.portfolio img{
    width: 674px;
    height: 350px;
    object-fit: cover;
}
img.example-image.img-responsive {
    width: 360px;
    height: 360px;
    object-fit: cover;
    margin-bottom: 20px;
}
a.book-style:hover {
    background-color: #024a6e !important;
}
a.book-style:focus {
    background-color: #024a6e !important;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 10%;
  position: fixed;
  right: -6%;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 1s ease;
}

.fl-fl .fa {
  font-size: 20px;
  color: var(--icon-color);
  padding: 0;
  width: 40px;
  margin-left: 8px;
}
.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}

.float-gp {
  top: 270px;
}

/*.float-rs {
  top: 325px;
}*/

.float-ig {
  top: 325px;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */
.contact{
    padding: 30px 0;
}
.modal-dialog {
    width: 345px;
}
.s-toggle{
    /*flex: 1;*/
    font-size:35px;
    cursor:pointer;
    margin-top: 3px;
    color: var(--primary-color);
}
.menu-style p{
    flex: 1;
    font-size: 21px;
    cursor: pointer;
    margin-top: 10px;    
}
.testimonial-slider{
    padding: 30px;
}
.testimonial-slider .heading{
    margin-bottom: 40px;
    display: block;
}
.testimonial-slider .heading:after {
    content: "";
    background-color: #c4c3c1;
    width: 87px;
    height: 2px;
    position: absolute;
    left: 47%;
    bottom: -15px;
    margin: 0 auto;
}
.social-mob{
    display: none;
}
@media screen and (min-width: 1367px) and (max-width: 2500px) {
    .portfolio img {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px){
    .slick-slide img{
        width: 100%;
    }
    .package-left{
        margin-bottom: 60px;
    }
    .hotel-sec h4{
        line-height: 40px;
    }
    nav ul{
        /*visibility: visible;*/
        display: block;
    }
    #menuToggle{
      display: block;
      position: absolute;
      top: 14px;
      right: 50px;      
      z-index: 1;      
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;      
      cursor: pointer;      
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */      
      -webkit-touch-callout: none;
    }
    /*
     * Just a quick hamburger
     */
    #menuToggle span
    {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      
      background: #cdcdcd;
      border-radius: 3px;
      
      z-index: 1;
      
      transform-origin: 4px 0px;
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #232323;
    }

    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      opacity: 1;
      transform: rotate(-45deg) translate(0, -1px);
    }

    /*
     * Make this absolute positioned
     * at the top left of the screen
     */
    #menu
    {
      position: absolute;
      width: 300px;
      margin: -100px 0 0 0;
      padding: 50px;
      padding-top: 125px;
      right: -50px;      
      background: #ededed;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      min-height: 1400px;
    }

    #menu li
    {
      padding: 10px 0;
      font-size: 22px;
    }

    #menuToggle input:checked ~ ul
    {
      transform: scale(1.0, 1.0);
      opacity: 1;
    }
    .address{
        text-align: center;
        margin-bottom: 30px;
    }
    .phone{
        text-align: center;
    }
    .slider-3 .slick-slide img{
        width: 100%;
    }
    .portfolio img{
        width: 100%;
    }
    .banner-sec{
        margin-top: 13%;
    }
    .rooms .thumbnail h3{
        font-size: 17px;
    }
    .contact{
        margin-top: 13%;
    }
    .gallery{
        padding-top: 20%;
    }
}
@media screen and (min-width: 320px) and (max-width: 780px){
    .main-slider .container-fluid{
        margin-top: 0%;
    }
    nav ul{
        visibility: visible !important;
    }
    .navbar-brand>img{
        top: 0;
    }
    #menuToggle{
      display: block;
      position: absolute;
      top: 14px;
      right: 50px;      
      z-index: 9;      
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      
      cursor: pointer;
      
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      
      -webkit-touch-callout: none;
    }

    /*
     * Just a quick hamburger
     */
    #menuToggle span
    {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      
      background: #cdcdcd;
      border-radius: 3px;
      
      z-index: 1;
      
      transform-origin: 4px 0px;
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #232323;
    }

    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      opacity: 1;
      transform: rotate(-45deg) translate(0, -1px);
    }

    /*
     * Make this absolute positioned
     * at the top left of the screen
     */
    #menu
    {
      position: absolute;
      width: 300px;
      top: 0;
      margin: -100px 0 0 0;
      padding: 50px;
      padding-top: 125px;
      right: -50px;
      display: none;
      background: #ededed;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      min-height: 1000px;
    }

    #menu li
    {
      padding: 10px 0;
      font-size: 22px;
    }

    #menuToggle input:checked ~ ul
    {
      transform: scale(1.0, 1.0);
      opacity: 1;
      display: block;
    }
    .mob-footer{
        position: relative;
        display: block;
    }
    .package-left{
        margin-bottom: 30px;
    }
    .footer{
        position: fixed;
       left: 0;
       bottom: 0;
       width: 96%;
       background-color: var(--secondry-color);
       color: white;
       text-align: center;
       z-index: 1;
    }
    .footer .col-xs-3{
        border-top: 1px solid var(--primary-color);
        text-align: center;
        text-transform: capitalize;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer .col-xs-3 span{
        color: var(--hover-color);
        font-size: 14px;
    }
    .book{
        background: var(--primary-color);
    }
    .book span{
        color: var(--secondry-color) !important;
    }
    .footer a{
        color: var(--primary-color)
    }

    .footer span{
        display: block;
    }
    .hotel-sec h4{
        line-height: 44px;
    }
    .room-inner1{
            padding: 24px 20px 34px 15px;
    }
    .gallery-img a::before{
        left: 0;
    }
    .contact {
        margin-top: 26%;
    }
    .banner-sec{
        margin-top: 30%;
    }
    .heading{
        font-size: 30px;
    }
    #ges{
        width: auto;
    }
    .parallax-bg{
        background-repeat: no-repeat;
        background-size: cover;
    }
    .navbar-brand>img {
        width: 120px;
    }
    footer{
        display: none;
    }
    img.example-image.img-responsive{
        width: 100%;
    }
    .amenities{
        padding-bottom: 100px;
    }
    .rooms{
        padding-bottom: 100px;
    }
    .thing-potfolio{
        padding-bottom: 100px;
    }
    .thing-card{
        margin-bottom: 20px;
    }
    .gallery{
        padding-top: 40%;
    }
    .navbar-brand>img{
        z-index: 0;
    }
    .s-toggle{
        color: #fff;
    }
    .menu-style{
        width: 34%;
        float: right;
    }
    .menu-style p{
        color: #fff;
    }
    .social-mob{
        display: block;
        text-align: center;
        padding: 10px 10px 100px 10px;
    }
    .mob-footer .bookingpopup-overlay {
        bottom: 12% !important;
    }
}
.matty img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.price-sec p {
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    margin: auto !important;
    color: var(--primary-color);
	font-weight: 600;
}
.col-lg-6.price-sec {
    border: 1px solid var(--cta-1);
    padding: 6px;
    flex: 1;
    height: 52px;
}
.col-lg-5.price-sec {
    border: 1px solid var(--cta-2);
    padding: 6px;
    color: var(--cta-2);
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 52px;
}
.price-sec-firsttab  {
    border-right: 1px solid var(--cta-1) !important;
}
.col-lg-5.price-sec a{
    flex: 1;
}
.col-lg-5.price-sec p{
    color: var(--cta-2);
}
.our-price-sec div:first-child {
    border-right: 0;
}
.image-text {
    min-height: 230px;
}
.our-price-sec{
    display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
        .navbar-header{
        width: 100%;
    }
    .hidden-sm{
        display: none;
    }
    .redbg{
        width:100%;
    }
    .s-toggle{
        color: #fff;
    }
}
@media screen and (min-width: 991px) and (max-width: 1024px) { 
    .image-text {
        min-height: 130px;
    }
    .hotel-sec h4{
        line-height: 52px;
    }
}
.thing-potfolio a {
    text-decoration: none !important;
	    color: #333;
}
.matty {
    z-index: -2 !important;
}
.row.form-row {
    /*background: var(--secondry-color)fffc9;*/
    background: #ffffffc9;
    padding: 7px;
    margin-top: -86px;
}
@media screen and (max-width:768px){
.row.form-row {
    margin-top: 0px;
	background: transparent;
}
.form-title {
    text-align: center;
	    padding-bottom: 15px;
}
section.form-sec {
    background: #f1f1f1 !important;
    background: var(--secondry-color);
    padding-top: 20px;
    padding-bottom: 10px;
}
.form-sec .form-group.col-md-2.col-sm-4 {
    margin-bottom: 20px;
}	

    .hotel-sec p {
        min-height: unset !important;
    }
}
.form-row input, .form-row select, .form-row button {
    width: 100% !important;
}
.form-row .form-group {
    padding: 0 3px;
}
.form-title {
    background: var(--primary-color);
    color: var(--secondry-color);    
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    /*line-height: 1.2;*/
    border-radius: 4px;
}
.form-row button.btn {
    background: var(--primary-color);
    color: var(--secondry-color);
}

/*Side nav css starts here*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background: #cdcdcd;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(--primary-color);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* popup css starts here */

#booking-popup {
    border: 2px solid #00BAE3;
    border-style: dashed;
    padding:30px 8px 40px;
    background: #BBF4C6;
    color: #000000;
    border-radius: 5px;
    position: relative;
    transition: all 1s ease-in-out;
}

#booking-popup h1 {
    font-family: 'Gloria Hallelujah',cursive;
    font-weight: bold;
    text-align: center;
}

#booking-popup a {
    color: #F52F15;
    font-size: 20px;
    font-family: 'Gloria Hallelujah',cursive;    
    text-decoration: none;
    font-weight: bold;
}

#newsletter-popup {
    margin: 70px auto;
    padding:30px 40px 40px;
    background: var(--primary-color);
    border-radius: 5px;
    width: 25%;
    position: relative;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 1366px){
    #newsletter-popup, #booking-popup {
        width: 100%;
    }
}

@media screen and (max-width: 992px){
    #newsletter-popup, #booking-popup {
        width: 100%;
    }
}

@media screen and (min-width: 320px){
    #booking-popup {
        width: 100%;
    }
}

.bookingpopup-overlay {
    position: fixed;
    bottom: 25%;
    right: 0;
    background: gray;
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 99999;     
}

.newsletter-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 99999;
}

#newsletter-popup h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 10px;
    font-family: 'Gloria Hallelujah',cursive;
}

#newsletter-popup input[type="text"]{
    width: 100%;
    height: 36px;
    border: none;
    text-indent: 10px;
    font-size: 13px;
    border-bottom: 2px solid #faeaec;
    border-top: 2px solid #fff;
    padding: 0;
    color: #666;
    margin-bottom: 15px;
}

#newsletter-popup input[type="submit"]{
    background: #6EC5D9;
    border: none;
    border-bottom: 3px solid #57B8CE;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 1.5;
    width: 100%;
    cursor: pointer;
    margin: 0;
    font-size: 21px;
    font-family: "Gloria Hallelujah",cursive;
}

#newsletter-popup .popup-close, #booking-popup .popup-close {
    color: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-family:  "Gloria Hallelujah",cursive;
    font-weight: bold;
}

#booking-popup .popup-close {
    color: #000000;
}

/* Popup css ends here */


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (max-width: 1280px){
    .bookingrate{
        font-size: 16px;
    }
    .booking{
        font-size: 16px;
    }
    .expedia{
        font-size: 16px;
    }
    .hotel{
        font-size: 16px;
    }
}

#reservationtable .radioOption input {
    width: unset !important;
}

#more {display: none;}

.text {
    font-size: 12px;
}

 a.navON { 
     color: #ffffff !important;
     font-weight: bold;
 }

#reserveNow {
    margin-top: 2% !important;
    background: linear-gradient(45deg, black, transparent);
    color: #fff;
    border: 1px solid #000;
    height: 134px;
}

#reserveNowTxt {
    float:left;
    width: auto;
    padding: 2% !important;
}

#reserveNow h1 {
    font-size: 30px;
    color: #ffffff !important;
    font-weight: bold;
    line-height: reset;
    margin: 0;
}

#reserveNow h2 {
    font-size: 25px;
    color: #ffffff !important;
}

#reserveNowImg {
    float:right;
    width: 342px;
    background-image: url(../../h2/img/chevron.png);
}

#reserveNowImg img {
    float: right;
    border: 5px solid #dcdcdc;
    margin: 5px;
}

.navbar {
    min-height: unset !important; 
    margin-bottom: unset !important;
}

body {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* Create three unequal columns that floats next to each other */
.columnleft, .columnmiddle, .columnright {
  float: left;
  padding: 10px;
}

.columnleft, .columnright {
  width: 20%;
}

.columnmiddle {
  width: 60%;
}


/* Clear floats after the columns */
footer.fullcolumn:after {
  content: "";
  display: table;
  clear: both;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  opacity: 0.5;
}

@media screen and (min-width: 840px){
   .feedback .nearby_desc {
       height: 420px;
   }

}

/* styles for clean sanitized on top start */
.covid-navbar-header img {
    position: fixed;
    top: calc(50% - 22px);
    right: 13px;
    left: auto;
    bottom: auto;
    z-index: 999;
    width: 90px;    
    height: 85px; 
}    
/* styles for clean sanitized on top end */
.customtitle{
    color: var(--primary-color);
    font-size: 55px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Libre Baskerville';
    text-transform: capitalize;
    position: relative;
    text-align: center;
}
.customcontentpage{
    display: flex;
    padding: 5px;
    margin-left: 3%;
    margin-right: 3%;
    text-align: justify;
    margin-top: 1%;
    line-height: 2.2;
}
@media only screen and (max-device-width: 480px) {
    #userwayAccessibilityIcon{
    background: #053f67 !important;
    right: 13px;
    left: auto;
    bottom: auto;
    top: 26%;
    }
    
   .customtitle{ 
    margin-top: 28%;
    font-size: 41px;
    margin-right: 9%;
    text-align: center;

 
   }
}
.contentpagecustom {
font-family: 'Poppins';
font-size: 16px;
font-weight: normal;
color: var(--primary-color);
color: var(--secondary-color);
line-height: 26px;
letter-spacing: .5px;
background: #333333c9;
padding: 3%;
min-height: 360px;
}

.swiper-slide {
    //height: 1200px !important;
/**
 * Updated on Dec 20, 2021
 * */
    max-height: 1200px !important;
    margin-bottom: 5em;
    padding-bottom: 1em;
}

#checkindate:focus, #checkindate:hover,#checkoutdate:focus, #checkoutdate:hover, 
#NumberOfAdults:hover, #NumberOfAdults:focus, #NumberOfChildrens:hover, 
#NumberOfChildrens:focus, #NumberOfRooms:hover, #NumberOfRooms:focus {
    border: 1px solid var(--primary-color);
} 

.menu-style:hover, .menu-style:focus {
    border: 2px solid var(--primary-color);
} 

.book-now-btn:hover, .book-now-btn:focus {
    border: 3px solid var(--primary-color);
}
.hamburger-menu-list li {
    list-style: none;
}
.hamburger-menu-list {
    opacity: 1 !important;
    display: block !important;
    padding-left: 0;
}
#uw-skip-to-main {
    opacity: 1 !important;
    top: 0px !important;
    left: 8% !important;
}
@media only screen and (max-width: 550px) {
    #uw-skip-to-main {
        max-width: 50% !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 8% !important;
    }
}

/** 
 * Updated On Dec 20, 2021
 * **/

.designed-navs .content-3 > p:first-of-type {
  min-height: 8rem;
}

#uw-skip-to-main {
    opacity: 0.25 !important;
    top: 0em !important;
    left: calc(45%) !important;
    transition: 1s opacity ease-in-out;
}

@media only screen and (max-width: 550px) {
    #uw-skip-to-main {
        max-width: 50% !important;
        opacity: 0.25 !important;
        top: 0px !important;
        left: 8% !important;
    }
}
#uw-skip-to-main:hover, 
#uw-skip-to-main:focus {
    opacity: 1 !important;
}