body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.mainwrapper {
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    padding: 0px 0px;
}

.right-mob-left {
    text-align: right;
}

.right-mob-center {
    text-align: right;
}

.left-mob-center {
    text-align: left;
}

.left-mob-right {
    text-align: left;
}

.center-mob-left {
    text-align: center;
}

.center-mob-right {
    text-align: center;
}

.right-mobtab-left {
    text-align: right;
}

.nopaddingarea {
    padding: 0px 15px;
}

.nopadding {
    padding: 0px;
}

.nopaddingarea1 {
    padding: 0px 14px;
}

.nopadding1 {
    padding: 1px;
}

.padding5pxarea {
    padding: 0px 10px;
}

.padding5px {
    padding: 0px 5px;
}

.topmargin5 {
    margin-top: 5px;
}

.topmargin10 {
    margin-top: 10px;
}

.topmargin15 {
    margin-top: 15px;
}

.topmargin20 {
    margin-top: 20px;
}

.topmargin30 {
    margin-top: 30px;
}

.topmargin40 {
    margin-top: 40px;
}

.topmargin50 {
    margin-top: 50px;
}

.topmargin60 {
    margin-top: 60px;
}

.rowmargindesk20 {
    margin-top: 20px;
}


/****************************************************************************************************
Topband Css Start here
****************************************************************************************************/

.topband {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

.topband.active {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.logo {
    margin-top: 0px;
}

.logo img {
    height: 73px;
}

.loginbtnarea {
    text-align: right;
    margin-top: 15px;
}

.loginbtnarea ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.loginbtnarea ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
}

.menu {
    margin-top: 15px;
    float: right;
}


/****************************************************************************************************
Toggle css start here
****************************************************************************************************/

.slider {
    display: none;
}

.slider2 {
    display: none;
}

.collapseSlider {
    display: none;
}

.sliderExpanded .collapseSlider {
    display: inline-block;
    clear: both;
}

.sliderExpanded .expandSlider {
    display: none;
}

.slideropen {
    display: block;
}

.slideropen2 {
    display: none;
}

/****************************************************************************************************
Footer css start here
****************************************************************************************************/

.footer {
    background: #282220;
}

.footercontareatop {
    padding: 30px 0px;
}

.footertaglinetext {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}

.footercontarea {
    border-top: solid 1px #424242;
    border-bottom: solid 1px #424242;
    padding: 30px 0px;
}

.footercontarea h6 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.footertext {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

.footertext ul {
    margin: 0px;
    padding: 0px;
}

.footertext ul li {
    list-style-type: none;
    margin: 0px 0px 8px 0px;
}

.footertext a {
    color: #fff;
    text-decoration: none;
}

.footertext a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

.footertext i {
    font-size: 16px;
}

.socialiconarea {
    margin-top: 15px;
}

.socialiconarea a {
    background: #282220;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ed9b1e;
    border: 1px solid #ed9b1e;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.socialiconarea a:hover {
    background: #ed9b1e;
    color: #333;
    text-decoration: none;
}

.socialiconarea i {
    font-size: 20px;
    line-height: 40px;
}

.copyrightarea {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0px 30px 0px;
}

/****************************************************************************************************
Inner page css start here
****************************************************************************************************/

.maincontarea {
    margin-top: 90px;
}

.mainheading {
    padding: 0px;
}

.mainheading h2 {
    font-size: 40px;
    color: #282828;
    line-height: 42px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.mainheading h3 {
    font-size: 30px;
    color: #1e1e1e;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

.mainheading h4 {
    font-size: 24px;
    color: #c34417;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}

.mainheading h5 {
    font-size: 18px;
    color: #2b2a29;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}

.mainheading h6 {
    font-size: 16px;
    color: #2b2a29;
    line-height: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}

.infolinks {
    color: #c34417;
    font-size: 13px;
    line-height: 16px;
}

.infolinks i {
    font-size: 11px;
}

.infolinks a {
    color: #c34417;
    text-decoration: none;
}

.infolinks a:hover {
    color: #333333;
    text-decoration: none;
}

.ratingstar {
    margin: 0px;
}

.ratingstar i {
    color: #c34417;
    font-size: 16px;
    padding: 0px 1px;
}

.ratingstargray {
    color: #bababa !important;
}

.packageboxpricearea {
    padding: 20px 12px 12px 12px;
}

.pricefromtext {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

.price {
    font-size: 22px;
    color: #c34417;
    line-height: 22px;
    font-weight: 600;
}

.pricesmall {
    font-size: 17px;
    color: #c34417;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricetext {
    font-size: 14px;
    color: #333;
    line-height: 16px;
    font-weight: 600;
}

.breadcrumbg {
    padding: 15px 0px;
    background: #d9cdb1;
    transition: 0.4s;
}

.innercontarea {
    padding: 30px 0px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
}

.listbox {
    background-color: #f3e5ce;
    border-radius: 0px 18px 18px 0px;
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.listboxcontarea {
    background: #fff;
    border-radius: 18px 0px 0px 18px;
    padding: 0px 30px 0px 0px;
}

.listboxcontarea h3 {
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}

.listboxcontarea h3 a {
    color: #333333;
    text-decoration: none;
}

.listboxcontarea h3 a:hover {
    color: #c34417;
    text-decoration: none;
}

.listboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

.listboximg img {
    width: 100%;
    height: 180px;
    border-radius: 18px 0px 0px 18px;
    object-fit: cover;
    object-position: 50% 50%;
}

.featuredlabel {
    position: absolute;
    background: #eb1b24;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    z-index: 11;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    right: 10px;
}

.featuredlabel:after {
    position: absolute;
    bottom: -10px;
    right: 0px;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #b9060e;
    border-left: 5px solid transparent;
    transform: rotate(180deg);
}

.num_nts {
    font-size: 13px;
    color: #000;
    line-height: 16px;
}

.num_nts span {
    font-size: 12px;
    color: #c34417;
}

.dottedline {
    border-top: dotted 1px #afafaf;
    margin: 15px 0px;
}

.dottedline1 {
    border-top: dotted 1px #afafaf;
    margin: 20px 0px;
}

.inclusionicons {
    margin: 0px;
}

.inclusionicons ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.inclusionicons ul li {
    list-style-type: none;
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 11px;
    color: #7a7b7d;
    line-height: 13px;
    text-align: center;
    position: relative;
}

.inclusionicons ul li:first-child {
    margin: 0px 10px 0px 0px;
}

.inclusionicons ul li::after {
    content: "\002B";
    font-size: 18px;
    color: #717171;
    position: absolute;
    display: block;
    right: -17px;
    top: 5px;
}

.inclusionicons ul li:last-child::after {
    content: none;
}

.inclusionicons ul li svg {
    height: 20px;
    fill: #ed9b1e;
}

.listboxpricearea {
    padding-top: 30px;
}

.moreinfolinkarea {
    margin-top: 20px;
}

.listboxmoreinfoarea {
    border-top: solid 1px #cacaca;
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 8px 8px;
}

.textblack14 {
    font-size: 14px;
    color: #282828;
    line-height: 20px;
}

.textblack14light {
    font-size: 14px;
    color: #282828;
    line-height: 20px;
    font-weight: 300;
}

.peoplesharebox {
    background: #f9f2e6;
    border: solid 1px #f4e4c9;
    border-radius: 15px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 5px;
    min-height: 100px;
}

.peopleshareicon {
    margin: 0px;
    font-size: 14px;
    color: #9a9a9a;
}

.peopleshareicon svg {
    height: 17px;
    fill: #ed9b1e;
}

.peoplesharetext {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    margin: 5px 0px;
}


.packagehighgalarea {
    padding: 40px 0px;
}

.packagehighgalarea h2 {
    font-size: 30px;
    color: #1e1e1e;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}

.packagehighgalarea h3 {
    font-size: 24px;
    color: #1e1e1e;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.packagedetpricebox {
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 15px 15px;
    border-radius: 18px;
    margin: 20px 0px;
}

.packageoverviewbox {
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 15px 15px;
    border-radius: 18px;
    margin-bottom: 20px;
    min-height: 150px;
}

.packageoverviewbox h6 {
    font-size: 16px;
    color: #c34417;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.packageoverviewbox svg {
    fill: #dfbb7b;
    width: 60px;
}

.infotxt {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.infotxt a {
    color: #000;
    text-decoration: none;
}

.infotxt a:hover {
    color: #00a0e3;
    text-decoration: none;
}

.infotxt ul {
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 0px;
}

.infotxt ul li {
    list-style-type: disc;
    margin: 0px 0px;
    padding: 5px 0px;
    line-height: 18px;
    color: #000;
    text-align: left;
}

.itinerarycontarea {
    margin-bottom: 30px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 30px;
}

.day_location {
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 10px 10px;
    border-radius: 6px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.day_location span {
    color: #c34417;
    font-size: 25px;
    font-weight: 600;
}

.packagehotelarea {
    margin-bottom: 20px;
}

.packagehoteldatelabel {
    position: relative;
    background: #1e1e1e;
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    z-index: 11;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
}

.packagehoteldatelabel:before {
    position: absolute;
    bottom: -7px;
    left: 7px;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid #1e1e1e;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(0deg);
}

.packagehotelbox {
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 10px 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.packagehotelboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 60px;
    border-radius: 5px;
}

.packagehotelboximg img {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

.packagehotelboxname {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 10px;
}

.packagehotelboxname h5 {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}

.packagehotelboxname h5 a {
    color: #1e1e1e;
    text-decoration: none;
}

.packagehotelboxname h5 a:hover {
    color: #00a0e3;
    text-decoration: none;
}

.packagehotelboxname h5 span {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.packagehotelcitynights {
    margin: 0px;
    text-align: right;
}

.packagehotelcitynights ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.packagehotelcitynights ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px;
    padding: 20px 15px 0px 15px;
    border-left: solid 1px #dceff6;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    min-height: 60px;
}

.packagehotelcitynights ul li:last-child {
    padding: 20px 0px 0px 15px;
}

.packagehotelcitynights ul li span {
    color: #c34417;
}

.packagehotelcitynights ul li svg {
    fill: #1e1e1e;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
}

.testimonialsarea {
    margin-bottom: 30px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 30px;
}

.testimonialsarea h4 {
    font-size: 17px;
    color: #c34417;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}

.testimonialsarea h4 a {
    font-size: 17px;
    color: #333333;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}

.testimonialsvideobg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 250px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.testimonialsvideobg img {
    width: 100%;
    height: 250px;
    border-radius: 18px;
    object-fit: cover;
    object-position: 50% 50%;
}

.bottombannerarea {
    background: #f9f2e6;
    padding: 50px 0px 20px 0px;
}

.bottombannerbox {
    margin-bottom: 30px;
}

.bottombannerboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 280px;
    border-radius: 18px;
    position: relative;
}

.bottombannerboximg img {
    width: 100%;
    height: 280px;
    border-radius: 18px;
    object-fit: cover;
    object-position: 50% 50%;
}

.bottombannerboxcont {
    position: absolute;
    border-radius: 18px;
    width: 100%;
    height: 280px;
    display: table;
    padding: 20px 20px;
    background: rgba(0, 159, 227, 0);
    background: -moz-linear-gradient(top, rgba(0, 159, 227, 0) 25%, rgba(237, 155, 30, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(237, 155, 30, 0)), color-stop(100%, rgba(0, 160, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 159, 227, 0) 25%, rgba(237, 155, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 159, 227, 0) 25%, rgba(237, 155, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 159, 227, 0) 25%, rgba(237, 155, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 159, 227, 0) 25%, rgba(237, 155, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#00a0e3', GradientType=0);
}

.bottombannerboxcont h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: bottom;
}

.faqcontarea {
    background: #fff;
    padding: 50px 0px;
}

.progressband {
    background: #fff;
    padding: 20px 0px;
    border-bottom: dotted 1px #afafaf;
}

.progressband ul {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.progressband ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 5px;
}

.steps {
    background: #fff;
    border: solid 1px #ed9b1e;
    border-radius: 10px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}

.steps a {
    color: #333333;
    text-decoration: none;
}

.stepsacive {
    background: #ed9b1e;
    border: solid 1px #ed9b1e;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}

.stepscount {
    background-color: #952903;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

.bookingformbox {
    background: #fff;
    border-radius: 18px;
    padding: 15px 15px;
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); */
}

.bookingformbox h4 {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #afafaf;
    padding-bottom: 15px;
}

.cartsummarybox {
    background: #f9f2e6;
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 8px 8px;
}

.cartsummaryheading {
    padding: 7px 10px 15px 10px;
}

.cartsummaryheading h3 {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
}

.cartsummarycont {
    margin: 0px;
}

.cartsummarycont ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.cartsummarycont li {
    list-style: none;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #fff;
    border-bottom: solid 1px #dbeff6;
    font-size: 13px;
    color: #7a7b7d;
    line-height: 16px;
    border-radius: 0px;
}

.cartsummarycont li span {
    font-size: 14px;
    color: #c34417;
}

.cartsummarycont li:first-child {
    border-radius: 16px 16px 0px 0px;
}

.cartsummarycont li:last-child {
    border-radius: 0px 0px 16px 16px;
}

.cartsummarygrandtotalsec {
    background: #1e1e1e;
    padding: 15px 10px;
    border-radius: 0px 0px 16px 16px;
}

.price_txtwhite {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.pricewhite {
    font-size: 21px;
    color: #fff;
    line-height: 21px;
    font-weight: 600;
    vertical-align: middle;
}

.bookingdetailstext {
    font-size: 12px;
    color: #7a7b7d;
    line-height: 16px;
    margin-bottom: 10px;
}

.bookingdetailstext span {
    font-size: 14px;
    color: #000;
}

.textred14 {
    font-size: 14px;
    color: #d30000;
    line-height: 20px;
    font-weight: 400;
}

.textgray13 {
    font-size: 13px;
    color: #7a7b7d;
    line-height: 18px;
}

.textblack13 {
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

.textblack13bold {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    font-weight: 600;
}

.paymentsuccesstext {
    font-size: 25px;
    color: #16100a;
    line-height: 30px;
    font-weight: 400;
}

.thankyoutext {
    font-size: 40px;
    color: #c34417;
    line-height: 40px;
    font-weight: 500;
}

.loginareabg {
    background: #ED9B1E;
    background: linear-gradient(72deg, rgba(237, 155, 30, 1) 0%, rgba(195, 68, 23, 1) 100%);
    background-size: cover;
    padding: 80px 0px;
    min-height: 650px;
}

.loginareabg h2 {
    font-family: 'El Messiri', sans-serif;
    font-size: 65px;
    color: #fff;
    line-height: 65px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.loginareabg h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}

.loginareabg h6 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
}

.logintextwhite {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

.logintextwhite a {
    color: #00a0e3;
    text-decoration: none;
}

.logintextwhite a:hover {
    color: #fff;
    text-decoration: none;
}

.textwhite16bold {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
}

.gallerybox {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.galleryboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
}

.galleryboximg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.hotelboxinner {
    border-radius: 12px;
    margin-bottom: 40px;
}

.hotelboxinnerimg {
    position: relative;
    border-radius: 12px;
    background: url(../img/noimage.png) no-repeat center center #000;
    width: 100%;
    height: 345px;
    overflow: hidden;
}

.hotelboxinnerimg img {
    width: 100%;
    height: 345px;
    border-radius: 12px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
}

.hotelboxinnerimg img:hover {
    transform: scale(1.1);
}

.hotelboxinnershade {
    background: rgba(0, 0, 0, 0.03);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    padding: 40px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 12px 12px;
    z-index: 9;
}

.hotelboxinnershade h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.hotelboxinnershade h3 a {
    color: #ffffff;
    text-decoration: none;
}

.hoteldistancetextinner {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
}

.hotelcityboxinner {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px 0px;
    width: 150px;
    height: 60px;
    display: table;
    text-align: center;
    margin: 0px auto -30px auto;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.hotelcityboxinner h4 {
    font-size: 16px;
    color: #c34417;
    line-height: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}

.hotelcityboxinner h4 svg {
    margin-right: 7px;
    height: 32px;
    fill: #c34417;
    vertical-align: middle;
}

.contactcontbox {
    background-color: #fff;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-left: -100px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
    -moz-box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
    box-shadow: 10px 10px 30px 0px rgb(181 181 182 / 60%);
}

.textblack16 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.textblack16 a {
    color: #000;
    text-decoration: none;
}

.textblack16 a:hover {
    color: #00a0e3;
    text-decoration: none;
}

.socialiconarea1 {
    margin-top: 15px;
}

.socialiconarea1 a {
    color: #00a0e3;
    text-decoration: none;
}

.socialiconarea1 a:hover {
    color: #1e1e1e;
    text-decoration: none;
}

.socialiconarea1 i {
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.aboutusinnerarea {
    padding: 50px 0px 30px 0px;
}

.aboutusboxinner {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.aboutusboxinner h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    color: #ed9b1e;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.aboutusboxinnerimg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.aboutusboxinnerimg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.whyusareainner {
    background: url(../img/whyusbg.png) repeat center center #ed9b1e;
    padding: 50px 0px;
}

.whyusareainner h2 {
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.whyusboxinner {
    margin-top: 30px;
    text-align: center;
}

.whyusboxinner h4 {
    font-size: 19px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.whyusiconcircleinner {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: table;
    text-align: center;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.45);
}

.whyusiconinner {
    display: table-cell;
    vertical-align: middle;
}

.whyusiconinner svg {
    height: 55px;
    fill: #c34417;
}

.myaccountmenu {
    display: inline-block;
    background: #fff;
    border-radius: 18px;
    transition: .4s;
    padding: 10px 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 30px;
}

.myaccountmenu li {
    width: 100%;
    color: #000;
    list-style: none;
    margin-bottom: 1px;
}

.myaccountmenu li svg {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    fill: #c34417;
}

.myaccountmenu li a {
    width: 100%;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
}

.myaccountmenu li a:hover {
    text-decoration: none;
    background-color: #f8ecd8;
    border-radius: 5px;
}

.myaccountmenuactive {
    text-decoration: none;
    background-color: #f8ecd8 !important;
    border-radius: 5px;
}

.mytripbox {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    transition: .4s;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.mytripbox:hover {
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.mytripbox h6 {
    font-size: 16px;
    color: #c34417;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mytripbox h6 a {
    color: #c34417;
    text-decoration: none;
}

.mytripbox h6 a:hover {
    color: #1e1e1e;
    text-decoration: none;
}

.refundbox {
    background-color: #d9d9d9;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #676d73;
    text-align: center;
    display: inline-block;
}

.cancelbox {
    background-color: #529bc8;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.canceledbox {
    background-color: #E8050C;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.confirmedbox {
    background-color: #4CA316;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.notpaidbox {
    background-color: #a20300;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.holdingbox {
    background-color: #f36519;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.finalizedbox {
    background-color: #576c11;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.pendingbox {
    background-color: #d14e54;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.rejectedbox {
    background-color: #ff0000;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.expiredbox {
    background-color: #380001;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.moreoptionbg {
    font-size: 14px;
    color: #1e1e1e;
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 7px;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
}

.moreoptionbg a {
    color: #1e1e1e;
    text-decoration: none;
}

.moreoptionbg a:hover {
    color: #00a0e3;
    text-decoration: none;
}

.mytripdetailsbox {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .4s;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.mytripdetailsbox h4 {
    font-size: 24px;
    color: #c34417;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}

.mytripdetailsbox h6 {
    font-size: 16px;
    color: #c34417;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}

.printbutton {
    font-size: 13px;
    color: #2C9BE1;
}

.printbutton {
    font-size: 13px;
    color: #1e1e1e;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #D0D0D0;
    padding: 7px 9px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(209, 209, 209, 1);
    box-shadow: 0px 1px 2px 0px rgba(209, 209, 209, 1);
    margin: 0 2px;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
}

.printbutton a {
    text-decoration: none;
    padding-left: 3px;
    color: #1e1e1e;
}

.mytripbox2 {
    background: #f9f2e6;
    border: solid 1px #f3e4ca;
    padding: 9px 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    border-radius: 5px;
}

.mytripbox2 a {
    color: #000;
    text-decoration: none;
}

.mytripbox2 a:hover {
    color: #c34417;
    text-decoration: none;
}

.mytripbox2selected {
    background-color: #c34417;
    padding: 10px 10px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    border-radius: 5px;
}

.includeditinerary {
    margin: 20px 0px 2px 0px;
    padding: 0px;
}

.includeditinerary ul {
    margin: 0px;
    padding: 0px;
}

.includeditinerary ul li {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.includeditinerary ul li span {
    border-radius: 2px;
    border: solid 1px #b4b7b3;
    padding: 0px 1px;
    font-size: 14px;
    color: #c34417;
}

.extramenuarea {
    background: #00a0e3;
    padding: 10px 0px;
    text-align: right;
}

.extramenuarea ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.extramenuarea ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px;
    padding: 0px 10px;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.extramenuarea ul li:last-child {
    padding: 0px 0px 0px 10px;
    border-right: solid 0px rgba(255, 255, 255, 0.3);
}

.extramenuarea ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    text-decoration: none;
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (min-width : 1920px) {}

@media screen and (max-width : 1080px) {

    .listboxcontarea h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .packageoverviewbox {
        min-height: 165px;
    }
}

@media screen and (max-width : 992px) {

    .rowmargintabmob30 {
        margin-top: 30px;
    }

    .rowmargintabmob20 {
        margin-top: 20px;
    }

    .rowmargintabmob10 {
        margin-top: 10px;
    }

    .rowmargindesktab20 {
        margin-top: 0px;
    }

    .loginbtnarea {
        margin-top: 0px;
        margin-right: 40px;
    }

    .menu {
        margin-top: 15px;
        position: relative;
        z-index: 9;
    }

    .enquirynewsbox {
        padding: 15px 15px;
        min-height: auto;
    }

    .footercallemail ul li span {
        font-size: 16px;
    }

    .packageoverviewbox {
        min-height: 150px;
    }

    .gallerybox {
        padding: 7px;
    }

    .galleryboximg {
        height: 120px;
    }

    .galleryboximg img {
        height: 120px;
    }
}

@media screen and (max-width : 767px) {

    .rowmargin40 {
        margin-top: 40px;
    }

    .rowmargin30 {
        margin-top: 30px;
    }

    .rowmargin20 {
        margin-top: 20px;
    }

    .rowmargin10 {
        margin-top: 10px;
    }

    .rowmargin5 {
        margin-top: 5px;
    }

    .rowmargindesk20 {
        margin-top: 0px;
    }

    .right-mob-left {
        text-align: left;
    }

    .right-mob-center {
        text-align: center;
    }

    .left-mob-center {
        text-align: center;
    }

    .left-mob-right {
        text-align: right;
    }

    .center-mob-left {
        text-align: left;
    }

    .center-mob-right {
        text-align: right;
    }

    .logo img {
        height: 35px;
        margin-top: 5px;
    }

    .loginbtnarea {
        margin-top: 4px;
    }

    .menu {
        margin-top: 9px;
    }

    .maincontarea {
        margin-top: 70px;
    }

    .footercallemail ul li {
        padding: 10px 0px 0px 0px;
        display: block;
        text-align: center;
    }

    .footercallemail ul li:first-child {
        padding: 0px 0px 10px 0px;
        border-right: solid 0px rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    .listboxcontarea {
        border-radius: 8px 8px 0px 0px;
        padding: 10px 10px 15px 10px;
    }

    .listboxpricearea {
        padding: 15px 10px;
    }

    .moreinfolinkarea {
        margin-top: 10px;
    }

    .packageoverviewbox {
        min-height: auto;
    }

    .packagehotelcitynights {
        margin-top: 15px;
        text-align: left;
    }

    .packagehotelcitynights ul li {
        padding: 10px 15px 10px 15px;
        border-left: solid 1px #dceff6;
        min-height: auto;
    }

    .packagehotelcitynights ul li:last-child {
        padding: 10px 0px 10px 15px;
    }

    .contactcontbox {
        padding: 30px 20px;
        position: relative;
        z-index: 1;
        margin-top: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        border-radius: 10px;
    }
}

@media screen and (max-width : 480px) {

    .mainheading h2 {
        font-size: 32px;
        line-height: 32px;
    }


    .packagehighgalarea h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .loginareabg h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .loginareabg h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .myaccountmenu {
        padding: 5px 5px;
    }

    .myaccountmenu li a {
        font-size: 13px;
    }
}

@media screen and (max-width : 375px) {}

@media screen and (max-width : 320px) {}

@media (max-width: 915px) {
    .mainheading {
        margin-top: 15px;
    }
}