body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #1e1e1e;
    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);*/
    background: #767676;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0px 0px 0px;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

    .topband.active {
        /*background: rgba(255, 255, 255, 1);*/
        background: #767676;
        -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);
    }

.topnav {
    background-color: #373435;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0px 5px 0px;
}

    .topnav a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }

.socialicons .fa {
    font-size: 20px;
    text-align: right;
}

.logo {
    padding: 6px 0px;
}

    .logo img {
        height: 80px;
    }

.loginbtnarea {
    text-align: right;
    margin-top: 32px;
}

    .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: 32px;
    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 {
    margin: 0px;
}

.enquirynewsarea {
    background: #d6e6df;
    padding: 30px 0px;
    border-top: solid 2px #238ea6;
}

.enquirynewsbox {
    background: #fff;
    border: solid 0px #e7e7e7;
    border-radius: 8px;
    padding: 10px 15px;
    min-height: 180px;
}

    .enquirynewsbox h5 {
        font-size: 17px;
        color: #238ea6;
        line-height: 22px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .enquirynewsbox h5 span {
            font-size: 15px;
            font-weight: 400;
            color: #000;
        }

.footercontarea {
    background: #238ea6;
}

.footermenu {
    padding: 50px 0px;
}

.footertext {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

    .footertext li {
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 300;
        list-style: none;
        padding: 0px 0px 8px 0px;
    }

        .footertext li a {
            color: #fff;
            text-decoration: none;
        }

    .footertext a {
        color: #fff;
        text-decoration: none;
    }

        .footertext a:hover {
            color: #f0f5f7;
            text-decoration: none;
        }

    .footertext h3 {
        font-size: 15px;
        color: #fff;
        line-height: 18px;
        font-weight: 500;
        padding-bottom: 25px;
    }

        .footertext h3:before {
            content: '';
            font-size: 26px;
            margin: 25px 0px 5px 0px;
            width: 24px;
            height: 2px;
            position: absolute;
            background: #fff;
        }

    .footertext h4 {
        font-size: 15px;
        color: #fff;
        line-height: 18px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .footertext hr {
        border-color: #23A0BB;
        border-style: dotted;
    }

.footercontactarea {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 0px;
}

.footercallemail {
    margin: 0px;
}

    .footercallemail ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .footercallemail ul li {
            list-style-type: none;
            margin: 0px 0px;
            padding: 10px 30px 10px 30px;
            display: inline-block;
            border-right: solid 0px rgba(255, 255, 255, 0.3);
            font-size: 13px;
            color: #fff;
            line-height: 18px;
            font-weight: 300;
        }

            .footercallemail ul li span {
                font-size: 18px;
                font-weight: 500;
            }

            .footercallemail ul li:first-child {
                padding: 10px 30px 10px 0px;
                border-right: solid 1px rgba(255, 255, 255, 0.3);
            }

            .footercallemail ul li a {
                color: #fff;
                text-decoration: none;
            }

.socialiconarea {
    margin-top: 14px;
}

    .socialiconarea a {
        color: #fff;
        text-decoration: none;
    }

        .socialiconarea a:hover {
            color: #f0f5f7;
            text-decoration: none;
        }

    .socialiconarea i {
        font-size: 30px;
        line-height: 30px;
        margin-right: 10px;
    }

.copyrightarea {
    padding: 15px 0px;
    border-top: 1px solid #23A0BB;
}

.footerenqbtn {
}

    .footerenqbtn a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 9px 22px;
        transition: 0.3s;
    }

        .footerenqbtn a:hover {
            color: #238ea6;
            background-color: #fff;
        }
/****************************************************************************************************
Inner page css start here
****************************************************************************************************/
.maincontarea {
    margin-top: 134px;
}

.mainheading {
    padding: 0px;
}

    .mainheading h2 {
        font-family: 'El Messiri', sans-serif;
        font-size: 40px;
        color: #1e1e1e;
        line-height: 40px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .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: #1e1e1e;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .mainheading h5 {
        font-size: 18px;
        color: #2b2a29;
        line-height: 22px;
        font-weight: 500;
        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: #0059e3;
    font-size: 13px;
    line-height: 16px;
}

    .infolinks i {
        font-size: 11px;
    }

    .infolinks a {
        color: #0059e3;
        text-decoration: none;
    }

        .infolinks a:hover {
            color: #238ea6;
            text-decoration: none;
        }

.ratingstar {
    margin: 0px;
}

    .ratingstar i {
        color: #ffc107;
        font-size: 13px;
        padding: 0px 1px;
    }

.ratingstargray {
    color: #bababa !important;
}

.packageboxpricearea {
    padding: 20px 12px 12px 12px;
}

.pricefromtext {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 16px;
    font-weight: 400;
}

.price {
    font-size: 18px;
    color: #238ea6;
    line-height: 18px;
    font-weight: 500;
}

.pricesmall {
    font-size: 16px;
    color: #238ea6;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.pricetext {
    font-size: 13px;
    color: #238ea6;
    line-height: 16px;
    font-weight: 500;
}

.breadcrumbg {
    background: #238ea6;
    padding: 20px 0px;
}

.innercontarea {
    padding: 30px 0px;
}

.listbox {
    background-color: #fff6e9;
    border-radius: 8px;
    -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: 8px 0px 0px 8px;
    padding: 8px 30px 8px 8px;
}

    .listboxcontarea h3 {
        font-size: 22px;
        color: #000;
        line-height: 22px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .listboxcontarea h3 a {
            color: #000;
            text-decoration: none;
        }

            .listboxcontarea h3 a:hover {
                color: #238ea6;
                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: 5px;
        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: 12px;
    color: #7a7b7d;
    line-height: 16px;
}

    .num_nts span {
        font-size: 14px;
        color: #000;
    }

.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 5px 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: #238ea6;
            }

.listboxpricearea {
    padding-top: 30px;
}

.moreinfolinkarea {
    margin-top: 20px;
}

.listboxmoreinfoarea {
    border-top: solid 1px #238ea6;
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0px 8px 8px;
}

.textblack14 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.peoplesharebox {
    background: #edf9fd;
    border: solid 1px #DBF3FB;
    border-radius: 6px;
    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: #238ea6;
    }

.peoplesharetext {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    margin: 5px 0px;
}

.packagehighgalarea {
    padding: 40px 0px;
}

    .packagehighgalarea h2 {
        font-size: 30px;
        color: #000;
        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: #edf9fd;
    border: solid 1px #DBF3FB;
    padding: 15px 15px;
    border-radius: 6px;
    margin: 20px 0px;
}

.packageoverviewbox {
    background: #edf9fd;
    border: solid 1px #DBF3FB;
    padding: 15px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    min-height: 150px;
}

    .packageoverviewbox h6 {
        font-size: 16px;
        color: #238ea6;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .packageoverviewbox svg {
        fill: #d5eaf1;
        width: 60px;
    }

.infotxt {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

    .infotxt a {
        color: #000;
        text-decoration: none;
    }

        .infotxt a:hover {
            color: #238ea6;
            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: #edf9fd;
    border: solid 1px #DBF3FB;
    padding: 10px 10px;
    border-radius: 6px;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

    .day_location span {
        color: #238ea6;
        font-size: 25px;
        font-weight: 500;
    }

.packagehotelarea {
    margin-bottom: 20px;
}

.packagehoteldatelabel {
    position: relative;
    background: #238ea6;
    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 #238ea6;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        transform: rotate(0deg);
    }

.packagehotelbox {
    background: #edf9fd;
    border: solid 1px #DBF3FB;
    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: 500;
        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: #238ea6;
                text-decoration: none;
            }

        .packagehotelboxname h5 span {
            font-size: 13px;
            color: #6d6d6d;
            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 #d6e6df;
            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: #238ea6;
            }

            .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: #1e1e1e;
        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;
}

    .testimonialsvideobg img {
        width: 100%;
        height: 250px;
        border-radius: 0px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.bottombannerarea {
    background: #edf9fd;
    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: 5px;
    position: relative;
}

    .bottombannerboximg img {
        width: 100%;
        height: 280px;
        border-radius: 5px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.bottombannerboxcont {
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 280px;
    display: table;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238ea6', endColorstr='#238ea6', GradientType=0);
}

    .bottombannerboxcont h3 {
        font-family: 'El Messiri', sans-serif;
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 500;
        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 #d6e6df;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}

    .steps a {
        color: #000;
        text-decoration: none;
    }

.stepsacive {
    background: #d6e6df;
    border: solid 1px #d6e6df;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    padding: 7px 15px 7px 7px;
}

.stepscount {
    background-color: #238ea6;
    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: 8px;
    padding: 15px 15px;
    margin-bottom: 30px;
    -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: #238ea6;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
        border-bottom: dotted 1px #afafaf;
        padding-bottom: 15px;
    }

.cartsummarybox {
    background: #d6e6df;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 8px 8px;
}

.cartsummaryheading {
    padding: 7px 10px 15px 10px;
}

    .cartsummaryheading h3 {
        font-size: 20px;
        color: #238ea6;
        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;
    }

        .cartsummarycont li span {
            font-size: 14px;
            color: #000;
        }

        .cartsummarycont li:first-child {
            border-radius: 6px 6px 0px 0px;
        }

.cartsummarygrandtotalsec {
    background: #238ea6;
    padding: 15px 10px;
    border-radius: 0px 0px 6px 6px;
}

.price_txtwhite {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.pricewhite {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
    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: 500;
}

.paymentsuccesstext {
    font-size: 25px;
    color: #16100a;
    line-height: 30px;
    font-weight: 400;
}

.thankyoutext {
    font-size: 40px;
    color: #238ea6;
    line-height: 40px;
    font-weight: 500;
}

.loginareabg {
    background: url(../img/loginbg.jpg) no-repeat center top;
    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: #83aa1d;
        text-decoration: none;
    }

        .logintextwhite a:hover {
            color: #fff;
            text-decoration: none;
        }

.textwhite16bold {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
}

.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: 500;
        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: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    padding: 5px 15px;
    display: table;
    text-align: center;
    border-radius: 30px;
    margin: 5px 0px 0px 5px;
}

    .hotelcityboxinner h4 {
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
    }

        .hotelcityboxinner h4 svg {
            margin-right: 7px;
            height: 16px;
            fill: #fff;
            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: #238ea6;
            text-decoration: none;
        }

.socialiconarea1 {
    margin-top: 15px;
}

    .socialiconarea1 a {
        color: #238ea6;
        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: #238ea6;
        line-height: 30px;
        font-weight: 500;
        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 #238ea6;
    padding: 50px 0px;
}

    .whyusareainner h2 {
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 700;
        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(3, 112, 161, 0.45);
    -moz-box-shadow: 0px 0px 25px 0px rgba(3, 112, 161, 0.45);
    box-shadow: 0px 0px 25px 0px rgba(3, 112, 161, 0.45);
}

.whyusiconinner {
    display: table-cell;
    vertical-align: middle;
}

    .whyusiconinner svg {
        height: 55px;
        fill: #238ea6;
    }

.myaccountmenu {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    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: #238ea6;
        }

        .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: #eff4f2;
                border-radius: 5px;
            }

.myaccountmenuactive {
    text-decoration: none;
    background-color: #eff4f2 !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: #238ea6;
        line-height: 20px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .mytripbox h6 a {
            color: #238ea6;
            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-color: #edf9fd;
    padding: 7px;
    margin-top: 30px;
    border: solid 1px #e7f0cb;
    border-radius: 5px;
    text-align: center;
}

    .moreoptionbg a {
        color: #1e1e1e;
        text-decoration: none;
    }

        .moreoptionbg a:hover {
            color: #238ea6;
            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: #238ea6;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .mytripdetailsbox h6 {
        font-size: 16px;
        color: #238ea6;
        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-color: #edf9fd;
    border: solid 1px #e7f0cb;
    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: #238ea6;
            text-decoration: none;
        }

.mytripbox2selected {
    background-color: #238ea6;
    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: #238ea6;
            }

.bottombanner {
    margin-bottom: 60px;
}

.hajjguide {
    height: 130px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 1.0);
}

    .hajjguide:hover {
        height: 130px;
        border-radius: 12px;
    }

    .hajjguide img {
        width: 100%;
        height: 130px;
        border-radius: 12px;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.5;
        transition: 0.3s;
    }

        .hajjguide img:hover {
            opacity: 0.7;
        }

.hajjguidecont {
    position: relative;
    z-index: 99;
    opacity: 1;
    width: 100%;
    margin-top: -56px;
    padding: 15px;
}

    .hajjguidecont h3 {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
    }

.umrahguide {
    height: 130px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 1.0);
}

    .umrahguide:hover {
        height: 130px;
        border-radius: 12px;
    }

    .umrahguide img {
        width: 100%;
        height: 130px;
        border-radius: 12px;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.5;
        transition: 0.3s;
    }

        .umrahguide img:hover {
            opacity: 0.7;
        }

.umrahguidecont {
    position: relative;
    z-index: 99;
    opacity: 1;
    width: 100%;
    margin-top: -56px;
    padding: 15px;
}

    .umrahguidecont h3 {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
    }

.brochurebox {
    height: 130px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 1.0);
}

    .brochurebox:hover {
        height: 130px;
        border-radius: 12px;
    }

    .brochurebox img {
        width: 100%;
        height: 130px;
        border-radius: 12px;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.5;
        transition: 0.3s;
    }

        .brochurebox img:hover {
            opacity: 0.7;
        }

.brochureboxcont {
    position: relative;
    z-index: 99;
    opacity: 1;
    width: 100%;
    margin-top: -56px;
    padding: 15px;
}

    .brochureboxcont h3 {
        color: #fff;
        font-weight: 500;
        font-size: 24px;
    }

.arrowbtn {
    text-align: right;
}

    .arrowbtn a {
        background-color: #238ea6;
        color: #fff;
        border-radius: 10px 0px 10px 0px;
        display: inline-block;
        padding: 3px 15px;
        font-size: 16px;
    }
/****************************************************************************************************
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: 15px;
        margin-right: 40px;
    }

    .menu {
        margin-top: 12px;
        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 {
        margin-top: 5px;
    }

        .logo img {
            height: 50px;
        }

    .maincontarea {
        margin-top: 92px;
    }

    .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);
        }

    .socialiconarea {
        margin-top: 20px;
        text-align: center;
    }

    .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) {
    .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) {
}
