html {
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 13px;
}
header{
    margin: 0;
    width: 100%;
    background-color: white;
    position: fixed;
    box-shadow: 3px 3px 22px black;
    height: 70px;
    z-index: 999;
}
.navigationContainer{
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.logoArea{
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.logoArea img{
    width: 100%;
}
.menuHolder{
    margin-left: 15px;
    width: 50%;
    display: inline-table;
    margin-top: 10px;
}
.menuHolder ul{
    list-style-type: none;
}
.menuHolder li{
    display: inline-table;
    margin-right: 40px;
}
.menuHolder a{
    text-decoration: none;
    color: rgb(17, 59, 156);
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s;
}
.menuHolder a:hover{    
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
}
.active_menu{    
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: red;
}
.hotMenu{
    width: auto;
    display: inline-table;
    float: right;
    margin-top: -5px;
    cursor: pointer;
}
.hotMenu ul{
    list-style-type: none;
}
.hotMenu li{
    display: inline-table;
    cursor: pointer;
}
.hotMenu li a{
    padding: 10px;
    border-radius: 100px;
    width: auto;
}
.signup{
    background-color: rgb(17, 59, 156);
    border: solid 2px rgb(17, 59, 156);
    color: white;
    overflow: hidden;
    padding: 12px;
    border-radius: 100px;
    font-size: 15px;
    margin-left: 30px;
}
.signup a{
    color: white;
    text-decoration: none;
}
.login{
    background-color: transparent;
    border: solid 2px rgb(17, 59, 156);
    color: rgb(12, 44, 95);
    overflow: hidden;
    padding: 12px;
    border-radius: 100px;
    font-size: 15px;
    margin-left: 30px;
}
.login a{
    color: rgb(10, 47, 97);
    text-decoration: none;
}
.welcomeSliderContainer{

    width: 100%;  
    height: 650px;
    overflow: hidden;
    padding-top: 70px;
}
.slideRoad{
    width: 400%;
    display: flex;
    align-items: center;
    justify-content: center; /* Total width for 4 images (100% each) */
}
.sliderRapper{
    width: 100%;
    max-width: 100%;
    animation: slide 12s infinite ease-in-out;
}
.sliderRapper img{
    width: 100%; /* Each image takes full container width */
    object-fit: cover;
}

/* Keyframes for sliding logic */
@keyframes slide {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(0); }
  25%  { transform: translateX(-100%); }
  45%  { transform: translateX(-100%); }
  50%  { transform: translateX(-200%); }
  70%  { transform: translateX(-200%); }
  75%  { transform: translateX(-300%); }
  100% { transform: translateX(-300%); }
}






.startBookingContainter{
    text-align: center;
    width: 65%;
    margin: 0 auto;
    bottom: 50px;
    z-index: 3;
    position: absolute;
    right: 5%;
    left: 5%;
}
.startBookingContainter form{
    background-color: rgb(250, 247, 247);
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 3px 3px 22px black;
}
.holdINput{
    display: inline-table;
    width: 100%;
    text-align: left;
}
.holdINput label{
    display: block;
}
.holdINput input{
    padding: 12px;
    border-style: solid;
    background-color: rgb(233, 228, 228);
    border-width: 1px;
    width: 90%;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
}
.holdINput select{
    padding: 12px;
    border-style: solid;
    background-color: rgb(233, 228, 228);
    border-width: 1px;
    width: 98%;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
}
.btnSearch{
    border-radius: 100px;
    background-color: rgb(22, 75, 136);
    color: white;
    padding: 12px;
    padding-top: 5px;
}
.btnSearch img{
    width: 100%;
}
.btnSearch button{
    background-color: transparent;
    border-style: none;
    color: white;
    padding-top: 3px;
}
.btnSearch i{
    font-size: 20px;
}



.btnSearch2{
    border-radius: 100px;
    background-color: rgb(22, 75, 136);
    color: white;
    padding: 12px;
    padding-top: 5px;
    display: none;
}
.btnSearch2 button{
    background-color: transparent;
    border-style: none;
    color: white;
    padding-top: 10px;
}
.btnSearch2 i{
    font-size: 20px;
}


.startBookingContainter h2{
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 12px black;
    margin-bottom: 10px;
}
.startBookingContainter span{
    color: rgb(255, 223, 17);
}
.startBookingContainter p{
    color: white;
    font-size: 15px;
    background-color: black;
    width: 60%;
    border-radius: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0 auto;
}
.holdInsidepage{
    margin-top: 50px;
    background-color: white;
    padding-top: 50px;
}
.holdInsidepage span{
    color: rgb(200, 8, 8);
}
.holdInsidepage{
    width: 90%;
    margin: 0 auto;
}
.holdInsidepage h2{
    font-size: 32px;
    color: black;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.smalldash{
    width: 10%;
    padding: 3px;
    margin: 0 auto;
}
.blue{
    background-color: rgb(21, 68, 162);
}

.red{
    background-color: rgb(162, 21, 21);
}
.hotelContainer{
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}
.hotelThumbnails{
    background-color: rgb(244, 244, 244);
    border-radius: 10px;
    margin: 5px;
    width: 25%;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-table;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    text-align: left;
    transition: all 0.5s;
    cursor: pointer;
}
.hotelThumbnails a{
    text-decoration: none;
}
.hotelThumbnails:hover{
    box-shadow: 3px 3px 33px gray;
}
.hotelImg{
    width: 100%;
    overflow: hidden;
}
.holdimgs{
    width: 350px;
    height: 185px;
}

.holdimgs img{
    width: 350px;
    height: 185px;
}
.hotelInfo{
    display: block;
    padding-top: 20px;
    width: 100%;
}
.hotelInfo i{
    font-size: 13px;
}
.hotelInfo h2{
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 90%;
    color: rgb(30, 83, 148);
    font-size: 16px;
    text-align: left;
}
.hotelInfo p{
    width: 90%;
    margin: 0 auto;
}
.hotelPricerange{
    width: 100%;
    padding: 5px;
    color: rgb(202, 63, 8);
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.hotelPricerange h3{
    margin: 0;
    font-size: 17px;
    font-weight: lighter;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.hotelPricerange span{
    margin-right: 10px;
    margin-left: 10px;
}
.checkAvailability{
    width: 45%;
    border-radius: 100px;
    border: solid 2px rgb(229, 120, 48);
    background-color: rgb(220, 122, 56);
    text-align: center;
    padding: 5px;
    margin-left: 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-table;
    font-size: 14px;
}
.checkAvailability a{
    text-decoration: none;
    color: white;
}
.hs{
    width: 10%;
    display: inline-table;
    float: right;
}
.hs label{
    display: inline-table;
    width: auto;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.hs i{
    font-size: 26px;
    color: rgb(140, 140, 144);
    cursor: pointer;
}

.anotherPage{
    background-color: rgb(255, 226, 226);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.anotherPage h2{
    font-size: 32px;
    margin-bottom: 5px;
}
.bigDetsination{
    width: 90%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.bigdesiimage img{
    transition: all 10s;
}
.bigDetsination img:hover{
    transform: scale(1.9);
}
.bigdesiimage{
    width: 100%;
    height: 100px;
}
.holdimgtightbig{
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.holdimgtightbig img{
    width: 100%;
    z-index: -1;
}
.holdSmalldestinationCon{
    width: 90%;
    display: flex;
    gap: 25px;
    margin: 0 auto;
    margin-top: 30px;
}
.bigdestinfo{
    width: 50%;
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    margin-left: 50px;
    text-align: left;
}
.bigdestinfo h2{
    font-size: 35px;
    color: white;
    text-shadow: 3px 3px 12px black;
    margin-bottom: 5px;
}
.bigdestinfo p{
    font-size: 18px;
    color: white;
    padding: 2px 6px 2px 6px;
    text-shadow: 3px 3px 12px black;
    background-color: black;
    display: inline-table;
    width: auto;
    margin: 0;
}


.smallDestinpl{
    background-color: white;
    border-radius: 10px;
    width: 100%;
    padding-bottom: 20px;
    transition: all 1s;
    cursor: pointer;
}
.smallDestinpl:hover{
    box-shadow: 3px 3px 12px gray;
}
.smallDestinpl p{
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
}
.smallDestinpl a{
    color: rgb(14, 93, 133);
    text-decoration: none;
}
.smallimginf{
    width: 100%;
}
.smallimginf h2{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
    color: rgb(48, 100, 136);
}
.smallimginf p{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
    color: rgb(48, 100, 136);
}
.holditsmallimg{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.holditsmallimg img{
    width: 100%;
    transition: all 2s;
}
.holditsmallimg img:hover{
    transform: scale(1.6);
}
.holdReactions{
    border-radius: 100px;
    width: 90%;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    color: rgb(153, 185, 204);
}
.holdReactions ul{
    list-style-type: none;
    margin: 0px;
    text-align: center;
}
.holdReactions li{
    display: inline-table;
    margin: 5px;
    margin-left: 0px;
}
.holdReactions i{
    font-size: 25px;
}
.holdReactions span{
    margin-left: 15px;
    margin-right: 15px;
}
.holdReactions a{
    color: rgb(153, 185, 204);
    text-decoration: none;
}
.blogContianer{
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
}
.blogContianer h2{
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
}
.blogContianer p{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
}
.newsContainer{
    width: 90%;
    margin: 0 auto;
}
.newthumbnail{
    border: 2px solid rgb(217, 228, 234);
    width: 47%;
    border-radius: 10px;
    display: inline-table;
    margin: 10px;
    transition: all 1s;
    cursor: pointer;
}
.newthumbnail:hover{
    box-shadow: 3px 3px 12px rgb(230, 144, 144);
}
.newthumbnail a{
    text-decoration: none;
    color: gray;
}
.newsimg{
    display: inline-table;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    margin-top: 20px;
}
.newsholdtight{
    width: 100%;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.newsholdtight img{
    width: 100%;
    border-radius: 10px;
    transition: all 4s;
    mask-image: radial-gradient(
    ellipse at center,
    black 50%,
    transparent 100%
  ); /* Fades from center outwards */
  /* For older browsers, consider vendor prefixes like -webkit-mask-image */
}
.newsholdtight img:hover{
    transform: scale(1.8);
}
.postinfod{
    width: 47%;
    display: inline-table;
}
.postinfod h2{
    margin: 0px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(92, 116, 148);
    text-align: left;
    width: 90%;
    margin-left: 20px;
}
.postinfod p{
    margin: 0px;
    font-size: 13px;
    width: 90%;
    color: rgb(77, 85, 129);
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
}
.postinfod label{
    margin-top: 10px;
    font-size: 10px;
    color: gray;
    margin-right: 20px;
}
.reactions{
    color: rgb(75, 80, 84);
}
.reactions i{
    font-size: 19px;
    margin-top: 10px;
}
.testifyThumbnail{
    background-color: white;
    border-radius: 10px;
    width: 17%;
    margin: 5px;
    height: 300px;
    overflow: hidden;
    display: inline-table;
    padding-top: 20px;
    padding-bottom: 20px;
}
.testavatar{
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: inline-table;
    vertical-align: top;
    border: solid 2px rgb(80, 144, 177);
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.testavatar i{
    font-size: 35px;
    color: rgb(80, 144, 177);
}
.testifyInfo{
    display: inline-table;
    width: 85%;
    margin-left: 5px;
}
.testifyInfo h2{
    margin: 0px;
    font-size: 15px;
}
.testifyInfo p{
    margin: 0px;
    font-size: 12px;
}
.testfyComment{
    width: 90%;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    color: rgb(41, 82, 114);
}
.testfyComment i{
    font-size: 22px;
    color: rgb(187, 187, 198)
}
.pageFooter{
    background-color: rgb(14, 17, 56);
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    gap: 10px;
}
.compaerfooterLogo{
    width: 20%;
    height: 100px;
    background-color: rgb(188, 206, 216);
    display: inline-table;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 50px;
}
.ourMenutab{
    display: inline-table;
    width: 50%;
    vertical-align: top;
    display: inline-table;
    text-align: left;
    margin-top: -30px;
}
.ourMenutab h2{
    width: 70%;
    margin-left: 30px;
}
.ourMenutab ul{
    list-style-type:disc;
    margin: 0px;
}
.ourMenutab li a{
    text-transform: uppercase;
    line-height: 1.7;
    color: white;
    text-decoration: none;
}
.copyrRight{
    background-color: rgb(14, 17, 56);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.copyrRight a{
    color: white;
    text-decoration: none;
}
.copyrRight h2{
    color: white;
    font-size: 13px;
}
.footerlogoArea{
    width: 100%;
    display: inline-table;
    color: black;
}
.footerlogoArea img{
    width: 100%;
}
.compaNinfo{
    width: 100%;
    color: rgb(255, 255, 255);
}
.compaNinfo ul{
    list-style-type:none ;
    margin-left: -36px;
}
.compaNinfo li{
    display: inline-table;
    margin-right: 20px;
}
.compaNinfo i{
    font-size: 40px;
}
.hotHoteldg{
    width: 100%;
}
.hotHoteldg ul{
    list-style-type: none;
}
.hotHoteldg li a{
    border: 1px white solid;
    display: inline-table;
    margin-right: 3px;
    padding: 5px;
    margin-bottom: 5px;
}
.hotelboxc{
    display: inline-table;
    padding: 12px;
    border: 1px solid white;
    margin-bottom: 3px;
}
.hotelboxc a{
    color: white;
    text-decoration: none;
}
.dashedslimred{
    padding: 2px;
    background-color: red;
    width: 35%;
    margin: 0 auto;
}
.pageinsideHeader{
    width: 100%;
    height: 50px;
    background-repeat: none;
    background-position: center;
}
.warnningTab{
    border-radius: 10px;
    background-color: rgb(243, 206, 206);
    color: black;
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.warnningTab i{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(105, 49, 49);
}
.specifyHotocontact{
    width: 100%;
}
.speciTab{
    display: inline-table;
    margin: 50px;
    width: 40%;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: thin;
    height: 100px;
    color: rgba(26, 59, 99, 0.715);
    line-height: 1.5;
}
.iconHoldersp{
    width: auto;
    display: inline-table;
    vertical-align: top;
}
.iconHoldersp i{
    font-size: 30px;
    color: rgb(47, 80, 122);
    margin-right: 12px;
}
.speinfof{
    width: 80%;
    display: inline-table;
    text-align: left;
}
.speinfof h2{
    margin: 0px;
    font-size: 18px;
}
.speinfof p{
    margin: 0px;
    font-size: 13px;
}
.loginRtbt{
    background-color: rgb(35, 82, 143);
    border-radius: 100px;
    text-align: center;
    color: white;
    width: 40%;
    font-size: 15px;
    margin: 0 auto;
    padding: 15px 15px;
}
.loginRtbt a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.onBtnMobile{
    display: none;
    z-index: 999;
    position:static;
}


.offBtnMobile{
    display: none;
    z-index: 999;
    position:static;
}
.mobileMenuTab{
    width: auto;
    right: 17px;
    top: 20px;
    position:fixed;
}
.mobileMenuTab i{
    font-size: 33px;
}

    .startBookingContainter figure{
        background-color: orange;
        font-weight: bold;
        color: black;
        font-size: 18px;
        display: block;
        position: static;
        border-radius: 100px;
        width: auto;
        display: inline-table;
        padding: 3px 22px;
    }

    .manageuserAcc{
        right: 20px;
        position: fixed;
        background-color: white;
        border-radius: 10px;
        box-shadow: 3px 3px 12px black;
        width: 25%;
        top: 85px;
        z-index: 99;
        display: none;
    }
    .manageuserAcc h2{
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: lighter;
        font-size: 23px;
        color: rgb(247, 9, 9);
        text-decoration: underline;
        
    }
    .manageuserAcc span{
        color: rgb(15, 95, 156);
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

    .manageuserAcc p{
        width: 90%;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 5px;
        color: rgb(12, 119, 136);
        font-weight: bold;
        margin-bottom: 20px;
    }
    .holdeLogininput{
        background-color: rgb(221, 238, 246);
        width: 90%;
        margin: 5px auto;
        text-align: center;
        border-radius: 100px;
        display: flex;
        margin-top: 10px;
        border-style: solid;
        border-color: rgb(20, 116, 148);
        border-width: 1px;
        transition: all 1s;
    }
    .holdeLogininput:hover{
        box-shadow: 2px 2px 6px gray;
    }
    .holdeLogininput input{
        outline: none;
        border-style: none;
        font-size: 15px;
        width: 100%;
        background-color: transparent;
        padding: 5px;
    }
    .holdeLogininput i{
        margin: 10px;
        font-size: 20px;
        color: rgb(23, 85, 113);
    }
    .holdeLogininput img{
        width: 8%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 5px;
    }
    .formSubm img{
        width: 8%;
        margin-bottom: -15px;
    }
    .rememberMehere{
        width: 90%;
        text-align: right;
        margin-bottom: 16px;
    }
    .rememberMehere input{
        border-style: solid;
        border-color: blue;
        padding: 10px;
        cursor: pointer;
    }
    .rememberMehere label{
        cursor: pointer;
    }

    .formSubm{
        width: 90%;
        margin: 5px auto;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .formSubm button{
        outline: none;
        border-style: none;
        font-size: 16px;
        width: 100%;
        padding: 5px;
        color: white;
        background-color: rgb(20, 116, 148);
        border-radius: 100px;
        cursor: pointer;
        transition: all 1s;
        font-weight: bold;
    }
    .formSubm button:hover{
        background-color:  rgb(36, 148, 186);
    }

    .formSubm i{
        margin: 5px;
        font-size: 18px;
        color: rgb(255, 255, 255);
    }

    .signUpBtn{
        outline: none;
        border-style: none;
        text-align: center;
        font-size: 16px;
        width: 85%;
        background-color: transparent;
        padding: 5px;
        color: rgb(174, 0, 0);
        border-radius: 100px;
        margin: 0 auto;
        border-style: solid;
        margin-top: 5px;
        margin-bottom: 20px;
        border-color: rgb(171, 1, 100);
        cursor: pointer;
    }
    .separateP{
        margin-top: 55px;
        margin-bottom: 10px;
        text-align: center;
        margin: 0 auto;
        width: 80%;
        font-weight: bold;
        cursor: pointer;
    }
    .hidepw{
        display: none;
    }
    .showpw{
        display: block;
    }

    .hidepw2{
        display: none;
    }
    .showpw2{
        display: block;
    }
    .previewedHotelHeader{
        height: 350px;
        overflow: hidden;
        width: 100%;
        background-color: black;
    }
    .previewedHotelHeader img{
        height: 350px;
    }
    .previewedHotelHeader ul{
        list-style-type: none;
    }
    .previewedHotelHeader li{
        display: inline-table;
    }

    .slidHolder{
        width: 100%;
        background-color: rgb(0, 0, 0);
        display: flex;
        gap: 0px;
        text-align: center;
    }
    .sliderHotelimg{
        width: 100%;
        background-color: red;
    }
    .sliderHotelimg img{
        width: 100%;
    }
    .imgDescrInf{
        color: white;
        background-color: black;
        margin-top: -100px;
        position: absolute;
        text-align: left;
        padding-bottom: 20px;
        opacity: 0.5;
        padding-top: 10px;
    }
    .imgDescrInf h2{
        margin: 0px;
        width: 80%;
        margin: 0 auto;
    }
    .imgDescrInf p{
        margin: 0px;
        width: 80%;
        margin: 0 auto;
        line-height: 1.7;
    }
    .navButson{
        width: 100%;
        z-index: 99;
        padding: 10px;
        position: absolute;
        margin-top: 125px;
    }
    .navButson img{
        height: 35px;
    }
    .leftbtnHdright{
        width: 35px;
        height: 35px;
        padding: 10px;
        border-radius: 100%;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        float: right;
        margin-right: 25px;
        box-shadow: 3px 3px black;
    }
    
    .leftbtnHdleft{
        width: 35px;
        height: 35px;
        padding: 10px;
        border-radius: 100%;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        box-shadow: 3px 3px black;
        float: left;
    }

    .holdInsidepage figure{
        width: 5px;
        width: 100%;
        text-align: center;
        margin-bottom: -20px;
    }
    .holdInsidepage img{
        font-size: 53px;
    }
    .infoHolder{
        width: 50%;
        border: solid 2px rgb(147, 178, 189);
        border-radius: 5px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .infoHolder p{
        margin: 8px;
        width: 95%;
    }
    .aboutPropertyContainer{
        background-color: rgb(255, 240, 238);
        width: 100%;
        padding-top: 20px;
        padding-bottom: 5px;
        text-align: center;
        margin-top: 20px;
    }
    .aboutPropertyContainer h2{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }
    .aboutPropertyContainer p{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        background-color: violet;
        margin-top: 10px;
        text-align: center;
    }
    .aboutIcons{
        background-color: white;
        margin: 5px;
        border-radius: 3px;
        padding: 5px;
        display: inline-table;
        width: 8%;
        text-align: left;
    }
    .holdIMgpro{
        width: 20%;
        display: inline-table;
    }
    .holdIMgpro img{
        width: 100%;
    }
    .abolabel{
        width: 100%;
        margin-left: 5px;
        font-size: 14px;
        margin-top: 5px;
        display: inline-table;
    }
    .propertyHeaderK{
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .propertyHeaderK h2{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .propertySearchgArea{
        background-color: rgb(251, 251, 251);
        width: 100%;
    }
    .propertySearchgArea form{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 35px;
        display: flex;
    }
    .propertySearchgArea fieldset{
        width: 100%;
        border-radius: 5px;
        color: black;
        font-weight: bold;
        display: flex;
    }
    .propertySearchgArea button{
        width: 40%;
        padding: 0px;
    }
    .propertySearchgArea img{
        width: 100%;
    }
    .propertySearchgArea input{
        background-color: transparent;
        outline: none;
        border-style: none;
        font-size: 16px;
        width: 100%;
        padding: 5px;
    }
    .propertySearchgArea select{
        background-color: transparent;
        outline: none;
        border-style: none;
        font-size: 16px;
        width: 100%;
        padding: 5px;
    }
    .propertySearchgArea img{
        width: 6%;
        height: 25px;
        margin-top: 3px;
    }
    .hodldc{
        width: 100%;
        display: flex;
    }
    .imagespm{
        width: 3%;
    }
    .imagespm img{
        width: 100%;
    }
    .infj{
        margin-top: 2px;
        margin-left: 5px;
    }
    .infj p{
        margin-top: 2px;
    }
    .infj h2{
        margin: 0px;
    }

    .roomTabsContainer{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }
    .roomTabyea{
        display: inline-table;
        width: 23%;
        margin-left: 5px;
        margin-right: 7px;
        overflow: hidden;
        border-radius: 10px;
        transition: all 1s;
        cursor: pointer;
        border: 2px gray solid;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .roomTabyea a{
        text-decoration: none;
    }
    .roomTabyea:hover{        
        box-shadow: 3px 3px 32px gray;
        border-color: white;
    }
    
    .roomTabyea:hover .refundTab{        
        box-shadow: 3px 3px 12px gray;
        display: block;
    }
    .roomIphoto{
        width: 100%;
    }
    .roomIphoto img{
        width: 100%;
    }
    .roomInforarea{
        width: 100%;
        text-align: left;
    }
    .roomInforarea h2{
        margin: 0 auto;
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 15px;
        color: rgb(86, 6, 6);
        width: 90%;
    }
    .roomInforarea p{
        margin: 3px;
        width: 90%;
        margin: 0 auto;
    }
    .roomIcons{
        margin-left: 15px;
        width: 40%;
        margin-top: 2px;
        margin-bottom: 2px;
        transition: all 1s;
        text-align: left;
        display: inline-table;
        margin-bottom: 15px;
    }
    .roomIcons img{
        width: 20%;
        display: block;
    }
    .roomIphoto h2{
        position: absolute;
        background-color: rgb(255, 255, 255);
        padding: 3px 22px 10px 22px;
        color: rgb(0, 0, 0);
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: -7px;
        padding-top: 10px;
        border: solid 3px rgb(44, 64, 72);
        margin-left: -5px;
    }
    .refundTab{
        background-color: rgb(120, 236, 31);
        color: rgb(0, 0, 0);
        text-align: left;
        display: flex;
        width: 100%;
        display: none;
        transition: all 1s;
    }
    .refundTab p{
        margin-top: 10px;
        text-align: left;
        width: 80%;
        font-size: 13px;
    }
    .refundTab figure{
        width: 6%;
        margin-left: 10px;
        margin-right: 5px;
        display: inline-table;
    }
    .refundTab img{
        width: 10%;
    }
    .amoutArea{
        background-image: linear-gradient(135deg, #452032 0%, #ff00e6 50%, #7d011a 100%);
        width: 100%;
        padding-top: 15px;
        padding-bottom: 25px;
        line-height: 1.5;
    }
    .amoutArea h2{
        width: 90%;
        font-size: 15px;
        font-family: sans-serif;
        margin: 0 auto;
        color: white;
        font-weight:bold;
    }
    .amoutArea span{
        float: right;
    }
    .amoutArea h3{
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        color: white;
        font-weight: lighter;
    }
    .notid{
        text-align: center;
        color: rgb(22, 91, 113);
    }
    .reserveForMe{
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .reserveForMe button{
        width: 60%;
        background-image: linear-gradient(135deg, #000000 0%, #267001 50%, #000000 100%);
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: white;
        border-radius: 100px;
        font-weight: bold;
        border-style: none;
        font-family:Arial, Helvetica, sans-serif;
        transition: all 1s;
        cursor: pointer;
    }
     .reserveForMe button:hover{
        background-image: linear-gradient(135deg, #dad1d1 0%, #ffffff 50%, #fff7f7 100%);
        border: 2px rgb(15, 93, 167) solid;
        color: rgb(28, 99, 176);
     }

    .needAssistance{
        margin-bottom: 20px;
        width: 90%;
        background-color: rgb(255, 240, 240);
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 55px;
        text-align: center;
    }
    .needAssistance h2{
        width: 90%;
        font-size: 19px;
        color: rgb(147, 4, 4);
        margin: 0px auto;
        text-align: center;
    }
    .needAssistance p{
        width: 90%;
        margin: 0px auto;
        margin-top: 5px;
        text-align: center;
    }
    .needAssistance img{
        width: 5%;
    }
    .booknowFOrmy{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .booknowFOrmy h2{
        font-size: 17px;
    }
    .booknowFOrmy p{
        font-size: 18px;
        color: rgb(0, 109, 128);
        width: 50%;
        margin: 0 auto;
        line-height: 1.7;
    }
    .booknowFOrmy span{
        font-weight: bold;
    }
    .holdCOnfirmIcon{
        width: 7%;
        text-align: center;
        margin: 0 auto;
    }
    .holdCOnfirmIcon img{
        width: 100%;
    }
    .bookingSummaryc{
        width: 200px;
        background-color: rgb(234, 245, 249);
        margin: 0 auto;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
        font-size: 13px;
    }
    .bookingSummaryc{
        width: 100%;
        margin-bottom: 10px;
    }
    .bookingSummaryc h2{
        width: 35%;
        margin: 0 auto;
        font-size: 17px;
    }
    .bookingSummaryc span{
        float: right;
        font-weight: normal;
        font-size: 17px;
    }
    .holdSumtab{
        width: 70%;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .totalPriceHg{
        background-color: rgb(179, 233, 227);
        width: 35%;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 15px;
        color: rgb(0, 0, 0);
    }
    .holdSumtab p{
        font-size: 16px;
    }
    .totalPriceHg h2{
        width: 95%;
    }
    .totalPriceHg span{
        font-weight: bold;
    }
    .holdcommenst{
        width: 100%;
        margin: 0 auto;
    }
    .confirmBtns{
        width: 35%;
        text-align: center;
        margin: 0 auto;
    }
    .paynowBtnh{
        background-color: rgb(242, 174, 110);
        color: inherit;
        padding: 12px;
        width: 96%;
        margin-top: 20px;
        font-weight: bold;
        float: right;
    }
    .paynowBtnh a{
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-decoration: none;
    }
    .payonArrival{
        background-color: rgb(110, 194, 242);
        color: inherit;
        padding: 12px;
        width: 100%;
        margin-top: 20px;
        font-weight: bold;
        float: right;
    }
    .separite{
        width: 100%;
        margin-bottom: 20px;
    }

    .loggedinUserBooknowForm{
        width: 40%;
        margin: 0 auto;
        background-color: white;
        margin-top: 40px;
        text-align: center;
    }
    .loggedinUserBooknowForm img{
        height: 25px;
        margin-right: 10px;
    }
    .loggedinUserBooknowForm fieldset{
        display: flex;
        margin-top: 10px;
        border-radius: 5px;
        border-style: solid;
        border-width: 3px;
        border-color: rgb(188, 211, 247);
        font-weight: bold;
        color: rgb(24, 87, 149);
    }
    .loggedinUserBooknowForm h2{
        width: 100%;
        margin: 0;
    }
    .loggedinUserBooknowForm p{
        margin: 0;
        width: 100%;
    }

    .loggedinUserBooknowForm  form{
        width: 100%;
    }
    .loggedinUserBooknowForm input{
        width: 100%;
        outline: none;
        border: none;
    }
    .loggedinUserBooknowForm select{
        width: 100%;
        outline: none;
        border: none;
    }
    .loggedinUserBooknowForm button{
        background-color: rgb(24, 87, 149);
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        color: white;
        border-radius: 10px;
        border-style: none;
        font-weight: bold;
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .interiorMenudesign{
        display: inline-table;
        text-align: right;
        width: 30%;
        position: fixed;
        right: 20px;
        top: 20px;
    }
    .interiorMenudesign img{
        width: 32px;
    }
    .interiorMenudesign ul{
        list-style-type: none;
    }
    .interiorMenudesign li{
        display: inline-table;
        margin: 0px 20px;
        cursor: pointer;
    }
    .interiorMenudesign a{
        text-decoration: none;
        color: black;
    }
    .interiorMenudesign span{
        color: white;
        background-color: rgb(255, 0, 0);
        padding: 2px 6px 2px 6px;
        border-radius: 100px;
        position: absolute;
        margin-top: -3px;
        margin-left: -10px;
    }
    .userWallperptContainer{
        width: 100%;
        background-color: rgb(255, 255, 255);
        padding-bottom: 120px;
    }
    .holdWallpics{
        width: 100%;
        height: 325px;
        max-height: 325px;
        overflow: hidden;
    }
    .holdWallpics img{
        width: 100%;
        margin-top: -190px;
    }
    .holdwallINfok{
        right: 10px;
        width: 77%;
        position: absolute;
    }
    .holdwallINfok h2{
        margin: 0px;
        font-size: 22px;
        margin-top: 10px;
    }
    .holdwallINfok span{
        font-size: 35px;
        display: block;
    }
    .holdwallINfok p{
        float: right;
        margin: 0;
        margin-right: 20px;
        margin-top: -60px;
        font-size: 14px;
    }
    .avatarHolder{
        left: 100px;
        background-color: white;
        position: absolute;
        margin-top: -120px;
        border: 6px solid white;
        border-radius: 1000px;
        overflow: hidden;
        height: 210px;
        width: 200px;
        box-shadow: 3px 3px 12px gray;
    }
    .avatarHolder img{
        width: 100%;
    }
    .editPics{
        position: absolute;
        z-index: 199px;
        background-color: white;
        box-shadow: 3px 3px 12px gray;
        margin-top: -100px;
        border-radius: 100px;
        left: 250px;
        margin-top: 40px;
    }
    .editPics img{
        width: 30px;
        height: 30px;
        margin: 5px;
    }


    .recentHbookings{
        margin-top: 100px;
        padding-top: 50px;
        background-color: rgb(255, 238, 228);
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;

    }
    .recentHbookings h1{
        font-size: 19px;
        width: 86%;
        margin: 0 auto;
        text-align: left;
    }
    .recentHbookings h2{
        font-size: 19px;
        width: 86%;
        margin: 0 auto;
        text-align: left;
    }
    .recentHbookings img{
        width: 30px;
        margin-bottom: -6px;
    }
    .holdrecentbookinCont{
        width: 86%;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .whatUserbooked{
        display: inline-table;
        background-color: white;
        width: 30%;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .whatUserbooked a{
        color: white;
        text-decoration: none;
    }
    .whatUserbooked h3{
        margin: 0px;
        margin-top: 8px;
    }
    .whatUserbooked p{
        margin: 0px;
        margin-bottom: 4px;
        margin-top: 5px;
    }
    .hotelBookk{
        width: 100%;
        overflow: hidden;
    }
    .hotelBookk img{
        width: 100%;
        margin-top: -100px;
    }
    .whatUserbooked h3{
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .whatUserbooked p{
        margin: 0 auto;
        width: 90%;
        margin-bottom: 10px;
    }
    .makesmallimage img{
        width: 20px;
    }
    .bookingCost{
        width: 40%;
        float: right;
        text-align: center;
        background-color: orange;
    }
    .bookingCost h2{
        margin: 3px;
        text-align: center;
        width: 100%;
        color: rgb(137, 28, 28);
        font-size: 22px;
    }
    .bookingCost p{
        color: white;
        font-weight: bold;
    }
    .explaindf{
        width: 90%;
        margin: 0 auto;
    }
    .explaindf h4{
        font-size: 17px;
        font-weight: lighter;
        margin-bottom: 5px;
    }
    .messageINboxArea{
        margin-top: 30px;
        padding-bottom: 50px;
        background-color: rgb(255, 238, 228);
        padding-bottom: 50px;
        color: rgb(91, 38, 38);
    }
    .messageINboxArea h2{
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-top: 50px;
        font-size: 35px;
        color: rgb(152, 83, 40);
    }
    .messageINboxArea img{
        width: 35px;
        margin-bottom: -5px;
        margin-right: 10px;
    }
    .messageINboxArea span{
        background-color: red;
        color: white;
        border-radius: 100px;
        position: absolute;
        font-size: 15px;
        padding: 5px 10px 5px 10px;
        text-align: center;
        margin-top: -5px;
        margin-left: -10px;
    }
    .holdMyMessageInbv{
        width: 100%;
    }
    .holdMyMessageInbv p{
        width: 90%;
        margin: 0 auto;
    }
    .holdMyMessageInbv table{
        width: 90%;
        margin: 0 auto;
        background-color: white;
        font-size: 15px;
    }
    .holdMyMessageInbv th{
        background-color: rgb(152, 83, 40);
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        text-align: left;
    }
    .holdMyMessageInbv td{
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .holdMyMessageInbv tr:nth-child(Odd){
        background-color: rgb(255, 219, 197);
    }
    .holdMyMessageInbv img{
        width: 20px;
        margin-bottom: -5px;
    }
    .holdMyMessageInbv a{
        color: rgb(91, 38, 38);
        text-decoration: none;
    }
    .mgsbigicon{
        width: 80%;
        padding-right: 10px;
        margin-right: 10px;
    }
    .mgsbigicon img{
        width: 100%;
    }
    .profileContainer{
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        right: 15px;
        top: 72px;
        position: fixed;
        box-shadow: 3px 3px 12px gray;
        z-index: 999;
        display: none;
    }
    .profileContainer img{
        width: 10%;
        margin-bottom: -7px;
    }
    .profileContainer h2{
        margin: 3px;
        color: rgb(93, 37, 37);
    }
    .profileContainer span{
        float:right;
        position: absolute;
        cursor: pointer;
    }

    .profileContainer ul{
        list-style-type: none;
        margin-left: -20px;
        margin-top: 20px;
        width: 90%;
    }

    .profileContainer li{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .profileContainer a{
        color: black;
        text-decoration: none;
    }
    .uhhIcon{
        position: float;
        display: fixed;
        margin-top: -20px;
        float: right;
        right: 20px;
        text-align: right;
    }
    .uhhIcon img{
        width: 40px;
    }
    blogContianer form{
        width: 30%;
        margin: 0 auto;
    }
    .blogContianer input{
        padding: 12px;
        font-size: 14px;
        border: 3px solid rgb(100, 154, 87);
        border-radius: 10px;
        outline: none;
    }
    .blogContianer button{
        padding: 12px;
        font-size: 14px;
        background-color: rgb(104, 169, 92);
        color: rgb(76, 166, 60);
        border-style: none;
        cursor: pointer;
        border-radius: 10px;
    }
    .blogContianer::placeholder{
        color: rgb(129, 239, 129);
    }




    .loginForm{
        width: 35%;
        margin: 0 auto;
        background-color: rgb(226, 233, 238);
        padding: 15px;
        border-radius: 10px;
    }
    .loginForm label{
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: right;
    }
    .holdInph{
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
        display: flex;
        border: 3px solid rgb(56, 166, 187);
        background-color: white;
        border-radius: 10px;
    }
    .holdInph img{
        width: 8%;
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .holdInph input{
        padding: 12px;
        font-size: 14px;
        outline: none;
        width: 85%;
        outline: none;
        border: none;
        background-color: transparent;
    }
    .loginForm button{
        padding: 12px;
        font-size: 14px;
        background-color: rgb(55, 130, 186);
        color: rgb(255, 255, 255);
        border-style: none;
        cursor: pointer;
        border-radius: 10px;
        width: 100%;
    }
    .holdInph::placeholder{
        color: rgb(92, 145, 215);
    }
    .regularBtn{
        width:90%;
        margin-top: 15px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none 0px rgb(58, 122, 205);
        background-color: #6999c0;
        margin: 0 auto;
        border-radius: 100px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .regularBtn:hover{
        background-color: rgb(159, 213, 224);
        color: rgb(0, 0, 0);
    }
    .redcancel{
        background-color: rgb(239, 154, 154);
        color: red;
    }
    .redcancel:hover{
        background-color: rgb(249, 168, 168);
    }
    .redcancel a{
        color: white;
        text-decoration: none;
    }








































/*  MOBILE RESPONSIVENESS STARTS HERE */

@media(max-width: 1202px){

    .welcomeSliderContainer{
        position: static;
        display: block;
    }
    .menuHolder{
        display: none;
    }
    .offBtnMobile{
        display: none;
    }
    .onBtnMobile{
        display: block;
    }
    .signup{
        display: none;
    }
    .hotMenu{
        margin-right: 35px;
    }
    .startBookingContainter{
        width: 100%;
    }
    .startBookingContainter h2{
        font-size: 28px;
        margin-bottom: 0px;
        margin-top: 240px;
        background-color: black;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        position: static;
    }
    .startBookingContainter p{
        border-radius: none;
        margin-top: -40px;
        width: 80%;
        background-color: transparent;
        margin-bottom: 20px;
        color: black;
        font-size: 15px;
        line-height: 1.5;
        display: none;
    }
    .startBookingContainter figure{
        background-color: orange;
        font-weight: bold;
        color: black;
        font-size: 18px;
        display: block;
        position: static;
        border-radius: 100px;
        width: auto;
        display: inline-table;
        padding: 3px 22px;
    }
    .startBookingContainter form{
        margin: 0 auto;
        margin-top: 0px;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
        width: 97%;
        display: block;
        border-radius: none;
        border-style: none;
        box-shadow: none;
        text-align: center;
        background-color: transparent;
    }
    .holdINput{
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
        width: 96%;
        background-color: rgb(224, 219, 224);
        border-radius: 100px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }
    .holdINput input{
        padding: 0px;
        width: 90%;
        outline: none;
        border-style: none;
        background-color: transparent;
    }
    .holdINput select{
        padding: 0px;
        width: 90%;
        outline: none;
        border-style: none;
        background-color: transparent;
    }
    .btnSearch{
        border-radius: 200px;
        width: 30px;
        height: 30px;
    }
    .btnSearch img{
        width: 5%;
    }
    .hotMenu{
        display: none;
    }
    .holdInsidepage{
        width: 100%;
        gap: 0;
    }
    .bigDetsination{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .anotherPage{
        width: 100%;
    }
    .smalldash{
        width: 20%;
    }
    .anotherPage{
        display: block;
    }
    .anotherPage{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .pageFooter{
        display: block;
    }
    .hotelImg{
        width: 100%;
    }
    .holdimgs{
        width: 100%;
    }
    .hotelContainer{
        width: 100%;
    }
    .startBookingContainter{
        right: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .newsContainer{
        width: 100%;
    }
    .newsimg{
        display: block;
        width: 100%;
    }
    .postinfod{
        display: block;
        width: 95%;
        padding-bottom: 20px;
    }
    .blogContianer{
        width: 100%;
    }
    .bigdestinfo{
        margin: 0;
        width: 90%;
        margin-left: 10px;
    }
    .bigDetsination{
        height: 200px;
    }
    .smallDestinpl{
        border-radius: 0;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .compaerfooterLogo{
        width: 90%;
        margin: 0 auto;
        position: static;
        margin-top: -10px;
        display: block;
        height: auto;
    }
    .ourMenutab{
        display: block;
        width: 100%;
        position: static;
        margin-top: 20px;
    }
    .ourMenutab{
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .compaNinfo{
        text-align: center;
    }

    .anotherPage{
        padding-bottom: 30px;
    }
    .reactions{
        text-align: center;
        font-size: 44px;
    }
    .reactions i{
        font-size: 24px;
    }
    .reactions label{
        font-size: 14px;
    }
    .testfyComment{
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
    }
    .btnSearch2{
        display: block;
        margin: 0 auto;
        font-size: 22px;
        width: 70%;
        margin-top: 30px;
        font-size: 15px;
    }
    .btnSearch{
        display: none;
    }
    .btnSearch2 button{
        font-size: 15px;
    }
    .btnSearch2 i{
        font-size: 15px;
    }
    .aboutIcons{
        width: 40%;
    }
    .propertySearchgArea{
        width: 100%;
    }
    .propertySearchgArea{
        display: block;
    }
    .propertySearchgArea fieldset{
        margin-bottom: 15px;
        width: 90%;
    }
    .propertySearchgArea button{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(31, 80, 139);
        color: white;
        margin-top: 10px;
    }
    .propertySearchgArea form{
        display: block;
    }
    .roomTabyea{
        width: 95%;
        margin-bottom: 15px;;
    }
    .infoHolder{
        width: 95%;
    }
    .slidHolder{
        width: 300%;
        overflow: hidden;
    }
    .sliderHotelimg{
        width: 100%;
    }
    .previewedHotelHeader{
        overflow: hidden;
    }
    .loggedinUserBooknowForm{
        width: 95%;
        margin-bottom: 15px;
    }
    .loggedinUserBooknowForm select{
        background-color: transparent;
        outline: none;
    }
    .booknowFOrmy{
        width: 95%;
    }
    .booknowFOrmy p{
        width: 95%;
    }
    .bookingSummaryc{
        width: 95%;
    }
    .bookingSummaryc p{
        width: 100%;
    }
    .totalPriceHg{
        width: 95%;
    }
    .holdSumtab{
        width: 95%;
    }
    .holdSumtab p{
        width: 95%;
    }
    .totalPriceHg p{
        width: 95%;
    }
    .bookingSummaryc{
        width: 95%;
    }
    .paynowBtnh{
        width: 100%;
    }
    .paynowBtnh h2{
        width: 100%;
    }
}
















@media(max-width: 500px){
    
    .logoArea{
        width: 30%;
        position: fixed;
        top: 5px;
    }
    
    .hotelThumbnails{
        width: 90%;
        padding: 0;
        margin: 0;
    }
    .holdSmalldestinationCon{
        display: block;
        gap: 0;
        width: 100%;
    }
    .newthumbnail{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .testifyThumbnail{
        width: 95%;
    }
    .bookingSummaryc{
        width: 95%;
    }
    .bookingSummaryc p{
        width: 100%;
    }
    .totalPriceHg{
        width: 95%;
    }

    .holdSumtab{
        width: 95%;
    }
    .holdSumtab p{
        width: 95%;
    }
    .totalPriceHg p{
        width: 95%;
    }
    .paynowBtnh{
        width: 100%;
    }
    .paynowBtnh h2{
        width: 100%;
    }
}