.umh-city-sec {
    padding: 30px 0;
    background: #e8e8e8;
}

.umh-heading {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .umh-heading h2 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: 400;
        color: #000;
    }

    .umh-heading p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
        padding: 0;
        font-weight: normal;
        color: #000;
    }

ul.umh-city-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul.umh-city-list li {
        list-style: none;
        padding: 0;
        width: 12%;
        margin: 0 0 15px 0;
    }

    ul.umh-city-list a {
        display: block;
        text-align: center;
        background: #fff;
        border-radius: 10px;
        padding: 15px 0 10px 0;
    }

        ul.umh-city-list a figure {
            margin: 0 0 10px 0;
            display: block;
        }

        ul.umh-city-list a:hover figure img {
            filter: brightness(0) saturate(100%) invert(37%) sepia(44%) saturate(2937%) hue-rotate(190deg) brightness(106%) contrast(96%);
        }

        ul.umh-city-list a strong {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #000;
        }

        ul.umh-city-list a:hover strong {
            color: #0890fa;
        }

.umh-duration-sec {
    padding: 30px 0;
}

ul.umh-duration-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.umh-duration-list li {
        width: 125px;
        padding: 0 10px;
        margin: 0;
        list-style: none;
    }

        ul.umh-duration-list li a,
        ul.umh-duration-list li strong {
            display: block;
            border-radius: 10px;
            border: 3px solid #ff9924;
            text-align: center;
            background: #eff8ff;
            font-size: 41px;
            line-height: 1;
            padding: 10px 0 10px 0;
            color: #000;
            font-weight: normal;
        }

            ul.umh-duration-list li a em,
            ul.umh-duration-list li strong em {
                font-style: normal;
                display: block;
                font-size: 16px;
                line-height: 24px;
                padding: 5px 0 0 0;
            }

            ul.umh-duration-list li a span {
                font-style: normal;
                display: block;
                font-size: 15px;
                line-height: 21px;
                padding: 0px 5px 6px;
                font-weight: 600;
            }

            ul.umh-duration-list li a:hover {
                color: #0890fa;
                border-color: #0890fa;
            }

.umh-service-sec {
    padding: 30px 0;
}

.umh-icon-box {
    padding: 0;
    margin: 0;
}

    .umh-icon-box .inner-box {
        display: block;
        border-radius: 10px;
        margin: 0;
        padding: 0;
        background: #f3f3f3;
        color: #000;
    }

        .umh-icon-box .inner-box .top-box {
            background: #e8e8e8;
            padding: 15px 20px;
            text-align: center;
            border-radius: 10px;
        }

        .umh-icon-box .inner-box h4 {
            padding: 0 20px 10px;
            font-size: 20px;
            line-height: 28px;
            min-height: 66px;
            color: #0890fa;
        }

        

@media screen and (max-width: 980px) {
    ul.umh-city-list li {
        width: 30%;
        margin: 0 5px 15px;
    }

    ul.umh-duration-list li {
        padding-bottom: 15px;
    }
}

.um-content-sec h2,
.sec-heading h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    color: #000;
}

.um-content-sec h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    color: #000;
}

.um-content-sec p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    color: #000;
}

    .um-content-sec p a {
        color: #0890fa;
    }
    .um-content-sec p strong {
        font-weight: 500;
        font-size: 18px;
    }
.um-content-sec ul,
.um-more-package {
    margin: 0 0 20px 15px;
    padding: 0;
}

    .um-content-sec ul li {
        position: relative;
        list-style: none;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin: 0;
        padding: 0 0 0 15px;
    }

        .um-content-sec ul li:after {
            position: absolute;
            content: '';
            left: 0;
            top: 8px;
            background: #000;
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }
        .um-more-package ol {
            margin: 0;
            padding: 0;
        }
        
        .um-more-package ol li {
            font-size: 14px;
            line-height: 22px;
            color: #000;
            margin: 0 0 15px 0;
        }
.um-content-sec table tr th,
.um-content-sec table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px;
    color: #000;
    border: 1px solid #ddd !important;
}
.um-content-sec table tr th:first-child {
    border-radius: 8px 0 0 0;
}
.um-content-sec table tr th:last-child {
    border-radius: 0 8px 0 0;
}
.um-content-sec figure.table table tr td:first-child {
    border-left: 0 !important;
}
.um-content-sec figure.table table tr td:last-child {
    border-right: 0 !important;
}
.um-content-sec table tr th strong,
.um-content-sec table tr td strong,
.um-content-sec table tr th{
    font-weight: 500;
}
.um-content-sec table tr th {
    background: #0890fa;
    color:white;
    border: 0 !important;
}
    .um-content-sec table tr td p {
        margin: 0;
    }
.um-content-sec .panel-group .panel a {
    font-weight: 500;
    font-size: 18px;
}

.um-content-sec .panel-body p {
    padding: 0 0 0 70px;
    margin: 0;
}


html {
    scroll-behavior: smooth;
}

.um-book-sec {
    padding: 0 0 50px 0;
    margin: -50px 0 0 0;
}

    .um-book-sec .pkg-option {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 15%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 22px rgb(10 57 145 / 10%);
        padding: 20px 0;
    }

        .um-book-sec .pkg-option .fieldset {
            margin: 0;
            display: block;
            width: 20%;
            text-align: center;
            position: relative;
        }

            .um-book-sec .pkg-option .fieldset:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 100%;
                right: 0;
                top: 0;
                background: #d0d0d0;
            }

            .um-book-sec .pkg-option .fieldset:last-child:after {
                display: none;
            }

            .um-book-sec .pkg-option .fieldset span {
                display: block;
                font-size: 14px;
                color: #a7a7a7;
                line-height: 20px;
                margin: 0 0 5px 0;
                font-weight: 500;
            }

            .um-book-sec .pkg-option .fieldset strong {
                display: block;
                font-size: 18px;
                color: #0a3991;
                line-height: 24px;
                margin: 0;
                font-weight: 600;
            }

            .um-book-sec .pkg-option .fieldset a {
                border-radius: 50px;
                border: 0;
                color: #fff !important;
                font-size: 12px;
                text-align: center;
                background-image: linear-gradient(55deg,#1ab7e2 0,#30e3ee 100%);
                transition: .4s ease-in-out;
                height: 43px;
                display: block;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0 15px;
                line-height: 43px;
            }

                .um-book-sec .pkg-option .fieldset a:hover {
                    background-image: linear-gradient(55deg,#1ab7e2 0,#1ab7e2 100%);
                }

.um-list-sec {
    padding: 0;
    margin: 0;
}

    .um-list-sec .um-list-holder {
        position: relative;
        padding: 25px 65px;
        margin: 0 5% 15px;
        border: 1px solid #d8d8d8;
        border-radius: 10px;
        cursor: pointer;
    }

        .um-list-sec .um-list-holder .side-img {
            position: absolute;
            top: 20px;
            left: -40px;
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 0 0px 8px rgb(10 57 145 / 10%);
            transition: .4s ease-in-out;
        }

        .um-list-sec .um-list-holder:hover .side-img {
            background: #ff9924;
        }

        .um-list-sec .um-list-holder .side-img figure {
            display: block;
            margin: 0;
        }

            .um-list-sec .um-list-holder .side-img figure img {
                width: 100%;
            }

        .um-list-sec .um-list-holder .top-box {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .um-list-sec .um-list-holder .top-box .box-left {
                width: 30%;
                position: relative;
            }

                .um-list-sec .um-list-holder .top-box .box-left:after {
                    content: '';
                    position: absolute;
                    width: 2px;
                    height: 100%;
                    right: 15px;
                    top: 0;
                    background: #cecece;
                }

            .um-list-sec .um-list-holder .top-box .box-right {
                width: 70%;
            }

            .um-list-sec .um-list-holder .top-box .box-left span.inc {
                color: #ff9924;
                font-size: 12px;
                line-height: 20px;
                display: inline-block;
                font-weight: 600;
                background: #fff5e9;
                border-radius: 15px;
                padding: 0 20px;
                margin: 0 0 10px 0;
            }

            .um-list-sec .um-list-holder .top-box .box-left h2 {
                font-size: 28px;
                line-height: 36px;
                font-weight: 700;
                margin: 0;
                color: #080808;
            }

            .um-list-sec .um-list-holder .top-box .box-right p {
                color: #000;
                font-size: 18px;
                line-height: 28px;
                margin: 0;
            }

            .um-list-sec .um-list-holder .top-box .box-right ul {
                margin: 0;
                padding: 0;
            }

                .um-list-sec .um-list-holder .top-box .box-right ul li {
                    display: block;
                    list-style: none;
                    position: relative;
                    padding: 0 0 0 15px;
                    color: #000;
                    font-size: 18px;
                    line-height: 28px;
                    margin: 0;
                }

                    .um-list-sec .um-list-holder .top-box .box-right ul li:after {
                        content: '';
                        position: absolute;
                        width: 6px;
                        height: 6px;
                        left: 0;
                        top: 10px;
                        border-radius: 10px;
                        background: #000;
                    }

.um-slider-box {
    padding: 40px 0 0 0;
    margin: 0 -5%;
}

ul.um-slider {
    margin: 0;
    padding: 0;
    position: relative;
}

    ul.um-slider .draggable {
        overflow: hidden;
    }

    ul.um-slider li {
        float: left;
        padding: 0 5px;
        margin: 0;
        list-style: none;
    }

        ul.um-slider li .img-holder {
            display: block;
            margin: 0;
        }

            ul.um-slider li .img-holder figure {
                overflow: hidden;
                border-radius: 10px;
            }

                ul.um-slider li .img-holder figure img {
                    width: 100%;
                }

    ul.um-slider button {
        position: absolute;
        right: 31%;
        top: 70px;
        width: 40px;
        height: 40px;
        font-size: 0;
        line-height: 0;
        border-radius: 50%;
        border: 0;
        background: #fff url(/main-root/images/um-home-images/um-arrow.png) no-repeat 0 0;
    }

        ul.um-slider button.slick-prev {
            right: auto;
            left: 31%;
            transform: rotate(180deg);
        }

        ul.um-slider button:hover {
            background-color: #ff9924;
        }

.um-deal .text-holder {
    padding: 0 10%;
}

    .um-deal .text-holder p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

.um-package-sec {
    padding: 20px 0 50px 0;
    margin: 0;
    background: #f5fbff;
}

    .um-package-sec .nav-tabs {
        border: 0;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .um-package-sec .nav-tabs:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            left: 0;
            top: 0;
            background: #cecece;
        }

        .um-package-sec .nav-tabs > li {
            float: none;
            display: block;
            list-style: none;
            margin-bottom: 30px;
        }

            .um-package-sec .nav-tabs > li > a {
                color: #909090;
                font-size: 20px;
                line-height: 30px;
                height: 30px;
                background: none;
                padding: 0 0 0 20px;
                border: 0;
            }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    border-left: 2px solid #ff9924;
    color: #ff9924;
    font-weight: 600;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.um-package-sec .tab-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px;
}

    .um-package-sec .tab-box h3 {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 20px 0;
        font-weight: 600;
        color: #231f20;
        border-bottom: 1px solid #e6e5e6;
    }

    .um-package-sec .tab-box .inner-box {
        margin: 0 0 20px 0;
        display: block;
        position: relative;
    }

        .um-package-sec .tab-box .inner-box .traveller-opt button.btn-done {
            background-image: linear-gradient(55deg, #1ab7e2 0, #30e3ee 100%);
            color: #fff;
        }

            .um-package-sec .tab-box .inner-box .traveller-opt button.btn-done:hover {
                background-image: linear-gradient(55deg, #1ab7e2 0, #30e3ee 100%);
            }

        .um-package-sec .tab-box .inner-box label {
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            color: #6c6c6c;
            display: block;
        }

        .um-package-sec .tab-box .inner-box input[type="text"],
        .um-package-sec .tab-box .inner-box select {
            border-bottom: 1px solid #e6e5e6;
            padding: 0;
            font-size: 16px;
            line-height: 40px;
            color: #000000;
            font-weight: 600;
            background: #fff !important;
        }

    .um-package-sec .tab-box .btm-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .um-package-sec .tab-box .btm-box .left-box {
            margin: 0;
            padding: 0;
        }

            .um-package-sec .tab-box .btm-box .left-box strong {
                display: block;
                font-size: 26px;
                line-height: 34px;
                color: #080808;
                font-weight: 600;
            }

                .um-package-sec .tab-box .btm-box .left-box strong sub {
                    font-size: 16px;
                    font-weight: normal;
                    bottom: 0;
                }

            .um-package-sec .tab-box .btm-box .left-box p {
                color: #171717;
                font-size: 16px;
                line-height: 22px;
                margin: 0;
            }

        .um-package-sec .tab-box .btm-box .right-box input[type="submit"] {
            background-image: linear-gradient(55deg, #1ab7e2 0, #30e3ee 100%);
            font-weight: 700;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            transition: all 1s;
            line-height: normal;
            text-decoration: none;
            border-radius: 50px;
            padding: 13px 40px;
            width: 100%;
            text-align: center;
            display: block;
            border: 0;
        }

            .um-package-sec .tab-box .btm-box .right-box input[type="submit"]:hover {
                background-image: linear-gradient(55deg, #ff5d12 0%, #ff9623 100%);
                color: #fff;
            }

.um-calltoaction {
    padding: 30px 0 50px 0;
    background: #ffebd3;
}

    .um-calltoaction .icon-box {
        display: block;
    }

        .um-calltoaction .icon-box .img-holder {
            float: left;
            padding: 0 0 0 0;
            box-shadow: 0 0 0px 8px rgba(255,255,255,0.4);
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

            .um-calltoaction .icon-box .img-holder figure {
                border-radius: 50%;
                background: #fff;
                overflow: hidden;
            }

                .um-calltoaction .icon-box .img-holder figure img {
                    width: 100%;
                }

        .um-calltoaction .icon-box .text-holder {
            overflow: hidden;
            padding: 0 0 0 25px;
        }

            .um-calltoaction .icon-box .text-holder span {
                display: block;
                font-size: 18px;
                line-height: 28px;
                color: #909090;
                margin: 0;
            }

            .um-calltoaction .icon-box .text-holder h3 {
                font-size: 28px;
                line-height: 36px;
                color: #000;
                font-weight: 600;
                margin: 0;
            }

    .um-calltoaction .um-call {
        position: relative;
        padding: 20px 0 0 0;
    }

        .um-calltoaction .um-call .inner-box {
            position: absolute;
            left: 50%;
            top: 38px;
            background: #fff;
            border-radius: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 10px 30px;
            margin-left: -225px;
            box-shadow: 0 4px 22px rgb(10 57 145 / 10%);
        }

            .um-calltoaction .um-call .inner-box .img-holder {
                width: 110px;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .um-calltoaction .um-call .inner-box .img-holder a {
                    display: inline-block;
                    margin: 0 -4px 0 0;
                    width: 51px;
                    height: 51px;
                    border-radius: 50%;
                }

                    .um-calltoaction .um-call .inner-box .img-holder a:hover {
                        box-shadow: 0 6px 12px 3px rgba(0,0,0,0.3);
                    }

            .um-calltoaction .um-call .inner-box .text-holder {
                padding: 0 0 0 20px;
                border-left: 1px solid #e6e5e6;
                margin: 0 0 0 22px;
            }

                .um-calltoaction .um-call .inner-box .text-holder a {
                    display: block;
                    font-size: 36px;
                    line-height: 50px;
                    font-weight: 600;
                    color: #000;
                    margin: 0;
                }

.um-more-package {
    background: #fff;
    padding: 60px 0 30px 0;
}

    .um-more-package h3 {
        color: #000;
        margin: 0 0 15px;
        font-size: 26px;
        line-height: 32px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .um-more-package p {
        color: #000;
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 22px;
    }

ul.um-package-list {
    margin: 0 0 25px 0;
    padding: 0;
}

    ul.um-package-list li {
        list-style: none;
    }

        ul.um-package-list li a {
            font-size: 18px;
            line-height: 34px;
            color: #0a3991;
            border-bottom: 1px solid #e0e0e0;
            padding: 0 0 8px 0;
            margin: 0 0 8px 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            ul.um-package-list li a:hover {
                color: #ff9924;
                border-bottom: 1px solid #ff9924;
            }

#main {
    padding-top: 0 !important;
}

.banner-sec.with-side-img .text-holder ul.umh-duration-list {
    padding: 15px 0 0;
    justify-content: flex-start;
    width: 60%;
}

    .banner-sec.with-side-img .text-holder ul.umh-duration-list.umh-city-list {
        width: 80%;
    }

        .banner-sec.with-side-img .text-holder ul.umh-duration-list.umh-city-list a figure,
        .banner-sec.with-side-img .text-holder ul.umh-duration-list.umh-city-list strong figure {
            margin: 0;
        }

    .banner-sec.with-side-img .text-holder ul.umh-duration-list li {
        padding: 0 10px 0 0;
        margin: 0 0 15px 0;
        cursor: pointer;
    }

.umh-days-package {
    padding: 15px 0 20px 0;
}
.um-content-sec .umh-days-package .umrah-list-table figure.table{
    margin: 0;
    border: 0;
}
.um-content-sec .umh-days-package .umrah-list-table figure.table table.table {
    border: 0;
}
.um-content-sec .umh-days-package .umrah-list-table figure.table table.table thead tr th{
    background: #d8f0ff;
      font-size: 16px;
      line-height: 32px;
      padding: 0 12px;
      font-weight: normal;
      border: 0 !important;
      color: #000;
    }
  
    .um-content-sec .umh-days-package .umrah-list-table figure.table table > thead > tr > th:first-child {
        border-radius: 0;
      }
  
      .um-content-sec .umh-days-package .umrah-list-table figure.table table > thead > tr > th:last-child {
        border-radius: 0;
      }
  
      .um-content-sec .umh-days-package .umrah-list-table figure.table table.table tbody tr td {
      font-size: 14px;
      line-height: 28px;
      color: #161b21;
      padding: 4px 8px;
      border: 0 !important;
      border-bottom: 1px solid #ddd !important;
      vertical-align: top;
    }
    .um-content-sec .umh-days-package .umrah-list-table figure.table table.table tbody tr td p{
        margin: 0;
    }
  
  
  
    .um-content-sec .umh-days-package .umrah-list-table figure.table table.table tbody tr td span {
        color: #161b21;
        font-size: 13px;
        line-height: 2;
        padding: 0 !important;
        margin: 0 15px 0 0;
      }
  
      .um-content-sec .umh-days-package .umrah-list-table figure.table table.table tbody tr td p a{
        display: block;
      color:#1b55a5;
      border: 0;
      font-size: 15px;
      padding: 0;
      text-align: left;
      border-radius: 0;
      line-height: 20px;
      }
      .um-content-sec .umh-days-package .umrah-list-table figure.table table.table tbody tr td p a:hover{
        background: none;
        border: 0;
        color:  #0890fa;
      }
.days-package-holder {
    padding: 15px 0 0 0;
}

.um-package-detail {
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 3px 4px 2px rgba(0,0,0,0.2);
    padding: 25px 15px;
    position: relative;
}

    .um-package-detail span.pack-name {
        position: absolute;
        left: 20px;
        top: -13px;
        color: #252525;
        font-size: 13px;
        padding: 1px 15px;
        border-radius: 15px;
        background: #eff8ff;
        border: 1px solid #ccc;
        font-weight: 500;
    }

    .um-package-detail .pack-holtel {
        padding: 0;
        margin: 0 0 15px 0;
        ;
        overflow: hidden;
    }

        .um-package-detail .pack-holtel .img-holder {
            float: left;
            padding: 0;
            width: 35px;
        }

            .um-package-detail .pack-holtel .img-holder figure {
                border-radius: 50%;
                border: 1px solid #ffe9d0;
                overflow: hidden;
                padding: 3px;
            }

                .um-package-detail .pack-holtel .img-holder figure img {
                    width: 100%;
                }

        .um-package-detail .pack-holtel .text-holder {
            overflow: hidden;
            padding: 0 0 0 10px;
        }

            .um-package-detail .pack-holtel .text-holder strong {
                display: block;
                font-size: 16px;
                line-height: 20px;
                font-weight: 500;
                color: #000;
            }

            .um-package-detail .pack-holtel .text-holder span {
                display: block;
                color: #000;
                font-size: 12px;
                line-height: 18px;
            }

    .um-package-detail .view-more {
        display: block;
        padding: 0;
        margin: -8px 0 10px 0;
    }

        .um-package-detail .view-more a {
            font-size: 15px;
            line-height: 20px;
            color: #2e7bef;
            font-weight: 500;
        }

    .um-package-detail .price-box {
        padding: 3px 0 10px 0;
    }

        .um-package-detail .price-box strong {
            display: block;
            font-size: 20px;
            line-height: 24px;
            color: #252525;
            font-weight: 500;
            margin: 0 0 5px 0;
        }

            .um-package-detail .price-box strong em {
                font-style: normal;
                font-size: 15px;
                color: #252525;
            }

        .um-package-detail .price-box span {
            display: block;
            padding: 0 0 0 30px;
            font-size: 15px;
            line-height: 25px;
            color: #2e7bef;
            background: url(/main-root/images/um-home-images/gift.png) no-repeat 0 0;
        }

    .um-package-detail ul.pack-include {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .um-package-detail ul.pack-include li {
            display: inline-block;
            width: 40%;
            font-size: 15px;
            line-height: 24px;
            color: #252525;
            font-weight: 500;
            padding: 0 0 0 20px;
            background: url(/main-root/images/um-home-images/include-check.png) no-repeat 0 5px;
        }

    .um-package-detail .all-include {
        padding: 0 0 0 10px;
    }

        .um-package-detail .all-include span {
            display: block;
            font-size: 12px;
            line-height: 24px;
            color: #252525;
            font-weight: 500;
            padding: 0 0 0 25px;
            background: url(/main-root/images/um-home-images/include-check.png) no-repeat 0 5px;
        }

.view-more-btn a {
    font-size: 15px;
    line-height: 30px;
    padding: 5px 20px;
    border-radius: 10px;
    background: #6192ff;
    color: #fff;
}

    .view-more-btn a:hover {
        color: #fff;
        background: #0a3991;
    }



.umh-custom-pack {
    background: #f5fbff;
    padding: 20px 0 30px;
}

    .umh-custom-pack h2, .umh-custom-pack p {
        text-align: center;
    }

    .umh-custom-pack .make-pack {
        margin: 0 10%;
        background: #fff;
        border-radius: 15px;
        padding: 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .umh-custom-pack .make-pack .fielsdet {
            width: 31%;
            margin: 0 0 20px 0;
        }

            .umh-custom-pack .make-pack .fielsdet label {
                margin: 0 0 7px 0;
            }

            .umh-custom-pack .make-pack .fielsdet:last-child {
                width: 100%;
                text-align: right;
            }

            .umh-custom-pack .make-pack .fielsdet input[type="submit"] {
                border-radius: 50px;
                border: 0;
                color: #fff !important;
                font-size: 12px;
                text-align: center;
                background-image: linear-gradient(55deg, #1ab7e2 0, #30e3ee 100%);
                transition: 0.4s ease-in-out;
                height: 40px;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0;
                line-height: 40px;
                padding: 0 30px;
                min-width: 150px;
            }


.uic-box h4 {
    margin: 0 0 7px 0;
    font-size: 20px;
}

.sidebar .filter-box .uic-mid strong {
    font-weight: 600;
}

a.back-btn-link {
    color: #ff9924;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.um-content-sec figure.image {
    width: 50% !important;
    margin: 0 -15px 30px;
    display: inline-block;
}
.um-content-sec img{
    width: 50% !important;
    margin-bottom: 20px;
    object-fit: cover;
}
    .um-content-sec figure.image img {
        width: 98% !important;
        padding: 0 15px;
    }
.um-content-sec figure.table table {
    width: 100%;
    border: 0;
    max-width: 100%;
}
    /* .um-content-sec figure.table table tr td{
        white-space:nowrap;
    } */
    .um-content-sec figure.table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0;
    }
    .um-content-sec table tr td:nth-child(2) {
        width: 140px;
    }
.umh-worldwide {
    padding: 30px 0;
}

.worldwide-holder {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: url(/main-root/images/u-flags/map.png) no-repeat center top 90%;
}

ul.umrah-worldwide {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0 0;
    margin: 0;
}

    ul.umrah-worldwide li {
        width: 25%;
        list-style: none;
        padding: 6px 0 6px 15px;
        margin: 0;
        position: relative;
    }

        ul.umrah-worldwide li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: #b1b5b7;
        }

        ul.umrah-worldwide li:nth-child(4n):after {
            display: none;
        }

        ul.umrah-worldwide li a {
            color: #0a3991;
            font-size: 18px;
            line-height: 26px;
            padding: 0;
            margin: 0;
        }

            ul.umrah-worldwide li a:hover {
                color: #0890fa;
            }

            ul.umrah-worldwide li a img {
                width: 54px;
                margin-right: 15px;
            }


.umrah-list-table thead tr {
    background: #d8f0ff;
}

.umrah-list-table .table > thead > tr > th {
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
    font-weight: normal;
    border: 0;
}

    .umrah-list-table .table > thead > tr > th:first-child {
        border-radius: 0;
    }

    .umrah-list-table .table > thead > tr > th:last-child {
        border-radius: 0;
    }

.umrah-list-table .table > tbody > tr > td {
    font-size: 14px;
    line-height: 28px;
    color: #161b21;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}



    .umrah-list-table .table > tbody > tr > td span {
        color: #161b21;
        font-size: 13px;
        line-height: 1;
    }

    .umrah-list-table .table > tbody > tr > td a {
        display: block;
        color: #1b55a5;
        border: 0;
        font-size: 15px;
        padding: 0;
        text-align: left;
        border-radius: 0;
        line-height: 20px;
    }

        .umrah-list-table .table > tbody > tr > td a:hover {
            background: none;
            border: 0;
            color: #0890fa;
        }



.umh-worldwide {
    padding: 30px 0;
}

.worldwide-holder {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: url(../images/u-flags/map.png) no-repeat center top 90%;
}

ul.umrah-worldwide {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0 0;
    margin: 0;
}

    ul.umrah-worldwide li {
        width: 25%;
        list-style: none;
        padding: 6px 0 6px 15px;
        margin: 0;
        position: relative;
    }

        ul.umrah-worldwide li:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: #b1b5b7;
        }

        ul.umrah-worldwide li:nth-child(4n):after {
            display: none;
        }

        ul.umrah-worldwide li a {
            color: #0a3991;
            font-size: 18px;
            line-height: 26px;
            padding: 0;
            margin: 0;
        }

            ul.umrah-worldwide li a:hover {
                color: #0890fa;
            }

            ul.umrah-worldwide li a img {
                width: 54px;
                margin-right: 15px;
            }


.modal-dialog.hotel-modal-detial {
    width: 1160px;
}

    .modal-dialog.hotel-modal-detial .modal-content {
        position: relative;
        border-radius: 20px;
    }

    .modal-dialog.hotel-modal-detial .modal-holder {
        display: flex;
        flex-wrap: wrap;
        border-radius: 20px;
        overflow: hidden;
        justify-content: flex-start;
    }

        .modal-dialog.hotel-modal-detial .modal-holder .modal-box {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box {
                display: flex;
                flex-wrap: wrap;
                width: 25%;
            }
            .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:first-child {
                width: 50%;
            }

                .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box figure img {
                    width: 100%;
                    height: 390px;
                    object-fit: cover;
                }

                .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure {
                    width: 100%;
                    padding: 0 0 0 2px;
                }

                    .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure:last-child {
                        padding: 2px 0 0 2px;
                    }

                .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:not(:has(figure:nth-of-type(2))) figure {
                    width: 100%;
                }

    .modal-dialog.hotel-modal-detial .modal-hotel-detial {
        padding: 20px 30px;
    }


        .modal-dialog.hotel-modal-detial .modal-hotel-detial h2 {
            font-size: 26px;
            line-height: 38px;
            margin: 3px 0 7px 0;
        }

        .modal-dialog.hotel-modal-detial .modal-hotel-detial p {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 24px;
        }

        .modal-dialog.hotel-modal-detial .modal-hotel-detial a {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 24px;
            display: inline-block;
            color: #0890fa;
        }

            .modal-dialog.hotel-modal-detial .modal-hotel-detial a:hover {
                color: #0a3991;
            }

        .modal-dialog.hotel-modal-detial .modal-hotel-detial span {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 24px;
            display: block;
        }

    .modal-dialog.hotel-modal-detial button.close {
        opacity: 1;
        font-size: 26px;
        text-shadow: none;
        font-weight: normal;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 26px;
        height: 26px;
        border-radius: 30px;
        background: #0a3991;
        color: #fff;
        z-index: 8;
    }

        .modal-dialog.hotel-modal-detial button.close:hover {
            background: #0890fa;
            color: #000;
        }
.modal-hotel-detial span.star {
    display: block;
    height: 14px;
    background: url(/main-root/images/icons/star-fill.webp) repeat-x;
    margin: 0 0 7px;
}

.star-1 {
    width: 15px;
}

.star-2 {
    width: 30px;
}

.star-3 {
    width: 43px;
}

.star-4 {
    width: 55px;
}

.star-5 {
    width: 71px;
}
.modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure img {
    width: 100%;
    height: 194px;
    object-fit: cover;
}
.days-package-list {
    margin: 0 0 20px 0;
    padding:20px 0 0;
  }
  
  .days-package-list .head-list {
    background: #d8f0ff;
  }
  
  .days-package-list  {
    margin: 0;
    list-style: none;
    padding:0 0 25px 0;
  }
  
  .days-package-list p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
    font-weight: normal;
    border: 0;
    display: inline-block;
    margin: 0;
  }
  .days-package-list .body-list{
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
  }
  .days-package-list .body-list p{
    font-size: 14px;
    line-height: 28px;
    color: #161b21;
    vertical-align: top;
  }
  .days-package-list .body-list p a{
    display: block;
      color: #161b21;
      border: 0;
      font-size: 15px;
      padding: 0;
      text-align: left;
      border-radius: 0;
      line-height: 20px;
      cursor: text;
  }
  .days-package-list .body-list p a:hover{
    color: #161b21;
  }
  .days-package-list .body-list p i{
    color: #161b21;
      font-size: 13px;
      line-height: 1;
      font-style: normal;
  }
  .days-package-list p:nth-child(1) {
    width: 14%;
  }
  
  .days-package-list p:nth-child(2) {
    width: 22%;
  }
  
  .days-package-list p:nth-child(3) {
    width: 27%;
  }
  
  .days-package-list p:nth-child(4) {
    width: 22%;
  }
  .days-package-list a[data-toggle="modal"][data-target=".bd-example-modal-lg"] {
    cursor: pointer;
    text-decoration: none; /* or any other hover effect */
    color: #1b55a5;
  }
  
  .days-package-list a[data-toggle="modal"][data-target=".bd-example-modal-lg"]:hover {
    color: #001848; /* example hover color */
  }
  .um-content-sec p a button {
    background: #ff9924;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 0;
    margin: 15px 0 0 0;
}
.um-content-sec p a button:hover{
    background: #1b55a5;   
}
.um-content-sec {
    padding: 30px 0 0 0;
}
form#inqfrm {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 20px 0;
}

form#inqfrm .fielsdet {
    margin-bottom: 15px;
}

form#inqfrm .fielsdet label {
    margin-bottom: 7px;
}
@media screen and (max-width: 980px) {
    .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box{
        width: 50%;
    }
    .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:first-child{
        width: 100%;
    }
    .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box figure img {
        height: 200px;
        object-fit: cover;
    }
    .um-content-sec{
        padding-top: 30px;
    }
    .days-package-list{
        padding: 25px 0 0 0;
    }
    .days-package-list .head-list{
      display: none;
    }
    .days-package-list p:nth-child(1) {
        position: absolute;
        left: 20px;
        top: -13px;
        color: #252525;
        font-size: 13px;
        padding: 1px 15px;
        border-radius: 15px;
        background: #eff8ff;
        border: 1px solid #ccc;
        font-weight: 500;
        width: auto;
        line-height: 22px;
    }
    .days-package-list .body-list {
      border-bottom: 1px solid #ddd;
      min-height: 200px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
      padding: 15px;
      position: relative;
      margin-bottom: 30px;
  }
  .days-package-list .body-list p a {
    font-size: 18px;
    line-height: 24px;
  }
  .days-package-list p:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0 0 45px;
    position: relative;
  }
  .days-package-list p:nth-child(2):after,
  .days-package-list p:nth-child(3):after{
    content: '';
    left: 0px;
    top: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ffe9d0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    background: url(https://www.trips.pk/main-root/images/um-home-images/makkah.png) no-repeat 2px 3px/85%;
  }
  .days-package-list p:nth-child(3) {
    width: 100%;
        margin-bottom: 10px;
        padding: 0px 0 0 45px;
        position: relative;
  }
  .days-package-list p:nth-child(3):after{
    top: 0;
    background: url(https://www.trips.pk/main-root/images/um-home-images/madina.png) no-repeat 2px 3px/85%;
  }
  .days-package-list p:nth-child(4) {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 0 35px;
    position: relative;
  }
  .days-package-list p:nth-child(4):after{
    content: '';
    left: 7px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    background: url(https://www.trips.pk/main-root/images/um-home-images/include-check.png) no-repeat 0 0;
  }
  .days-package-list .body-list p:nth-child(5){
    font-size: 20px;
    line-height: 24px;
    color: #252525;
    font-weight: 500;
    margin: 0 0 5px 0;
  }
  .days-package-list .body-list p:nth-child(5) i {
    font-style: normal;
    font-size: 15px;
    color: #252525;
}
    .modal-dialog.hotel-modal-detial {
        width: auto;
        margin: 20px;
    }

        .modal-dialog.hotel-modal-detial .modal-holder .modal-box {
            width: 100%;
        }

        .modal-dialog.hotel-modal-detial .modal-hotel-detial {
            padding: 15px 15px;
        }

            .modal-dialog.hotel-modal-detial .modal-hotel-detial h2 {
                font-size: 20px;
                line-height: 28px;
                margin: 0 0 7px 0;
            }

        .modal-dialog.hotel-modal-detial button.close {
            width: 30px;
            height: 30px;
        }
        .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure {
            width: 100%;
            padding: 2px 0 2px 0px;
        }
        .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure:last-child {
            padding: 0 0 0 0px;
        }
        .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)) figure img {
            height: 104px;
        }
        .modal-dialog.hotel-modal-detial .modal-holder .modal-box .img-box:has(figure:nth-of-type(2)):nth-child(3) figure{
            padding: 2px 0 0 2px;
        }
        .modal-dialog.hotel-modal-detial .modal-hotel-detial p {
            font-size: 14px;
            line-height: 20px;
        }
}