@font-face {
    font-family: "FontAwesome-Rg";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fa-regular-400.eot);
    src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
        url(fonts/fa-regular-400.woff2) format("woff2"),
        url(fonts/fa-regular-400.woff) format("woff"),
        url(fonts/fa-regular-400.ttf) format("truetype"),
        url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: "FontAwesome-Rg";
    font-weight: 400;
}
@font-face {
    font-family: "FontAwesome-Solid";
    font-style: normal;
    font-weight: 900;
    src: url(fonts/fa-solid-900.eot);
    src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url(fonts/fa-solid-900.woff2) format("woff2"),
        url(fonts/fa-solid-900.woff) format("woff"),
        url(fonts/fa-solid-900.ttf) format("truetype"),
        url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: "FontAwesome-Solid";
    font-weight: 900;
}
@font-face {
    font-family: "FontAwesome-Brand";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/fa-brands-400.eot);
    src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url(fonts/fa-brands-400.woff2) format("woff2"),
        url(fonts/fa-brands-400.woff) format("woff"),
        url(fonts/fa-brands-400.ttf) format("truetype"),
        url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: "FontAwesome-Brand";
    font-weight: 400;
}
@font-face {
    font-family: Oswald-Bold;
    src: url(fonts/oswald/Oswald-Bold.ttf);
}
@font-face {
    font-family: Roboto-Rg;
    src: url(fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/roboto/Roboto-Medium.ttf);
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-family: Roboto-Rg;
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}
input,
select,
textarea {
    font-family: Roboto-Rg;
    font-size: 14px;
    color: #262626;
}
img {
    border: 0;
    display: block;
    max-width: 100%;
}
a,
button,
input,
textarea,
img,
span,
figure {
    outline: none !important;
    transition: 0.3s ease-in-out;

    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: Oswald-Bold;
}
p,
ol,
ul {
    margin: 0;
}
input[type="submit"],
input[type="button"],
input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
}
input:focus,
button:focus,
textarea,
select,
input[type="submit"] {
    outline: inherit;
}
body {
    background: #fff;
}
#wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
}
.mycontainer {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.fixadd {
    margin-left: -769px;
    width: 219px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
}
.fixadd.right {
    margin-right: -769px;
    left: auto;
    right: 50%;
}
.fixadd a {
    display: block;
}
.fixadd img {
    width: 100%;
}
#headerCntr {
    padding: 18px 0;
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 2px solid #fff;
    background: #537f10;
}
#headerCntr.sticky {
    padding: 18px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.logoArea {
    float: left;
}
.logoArea a {
    display: block;
}
.logoArea img {
    max-width: 100%;
}
.menuArea {
    float: right;
    padding-top: 28px;
}
@media (min-width: 992px) {
    .menuArea {
        margin: 0 !important;
        display: block !important;
        height: auto !important;
    }
}
.menuArea ul {
    list-style: none;
}
.menuArea li {
    margin-left: 30px;
    float: left;
}
.menuArea li.right {
    float: left;
}
.menuArea li:first-child {
    margin-left: 0;
}
.menuArea li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.menuArea li a:hover,
.menuArea li a.active {
    color: #ffc23c;
}
.menuTogggle {
    display: none;
}
.closemenu {
    display: none;
}
#bannerCntr {
    margin-top: 117px;
    width: 100%;
    float: left;
}
.bannerBox {
    padding: 235px 0 215px 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

.bannerBox h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 94px;
}
.bannerBox h1 span {
    color: #ffc201;
}
.company-message {  
    position: absolute;
    top: 0;
    box-shadow: 0 0 45px rgba(20, 22, 40, 0.6);
    padding: 15px 25px;
    margin: 0 auto;
    margin-top: 0px;
    right: 0;
    left: 0;
    max-width: 35%;
    text-align: center;
    position: absolute;
    bottom: 114px;
    background: #efb94b;
    box-shadow: 0 3px 20px rgba(20, 22, 40, 0.8);
    padding: 20px 25px;
}
.company-message p {
    font-size: 20px;
    line-height: 31px;
    text-shadow: #fdd176 0px 0px 1px;
}
#middleCntr {
    width: 100%;
    float: left;
}
.hajjBox {
    padding: 54px 0 85px 0;
    width: 100%;
    float: left;
}
.hajjBox .image .round {
    margin: 0 auto;
    width: 470px;
    height: 470px;
    display: block;
    border-radius: 100%;
    border: 10px solid #537f10;
    box-shadow: 0 0 45px rgba(20, 22, 40, 0.6);
    overflow: hidden;
}
.hajjBox .image .round img {
    width: 100%;
    height: auto;
}
.hajjBox .text {
    padding-right: 0;
}
.hajjBox .text h2 {
    margin-bottom: 25px;
    font-size: 40px;
    color: #000;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.hajjBox .text p {
    margin-bottom: 25px;
    padding-right: 14%;
    font-size: 18px;
    line-height: 30px;
}
.hajjBox .text .info {
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hajjBox .text .cntct_btn {
    padding: 18px 32px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 4px;
    vertical-align: middle;
    background: #ffc403;
}
.hajjBox .text .cntct_btn:hover {
    background: #35500c;
    color: #fff;
}
.hajjBox .text .email_lable {
    margin: 0 18px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 20px;
}
.hajjBox .email_links {
    margin: 15px 24px;
    float: right;
    vertical-align: middle;
    display: inline-block;
}
.hajjBox .text .email {
    display: inline-block;
    vertical-align: bottom;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    line-height: 18px;
}
.hajjBox .text .email i {
    color: #ffc403;
}

.holder-for-hajj{
    background: url(/images/package-img.jpg) no-repeat top center / cover;
    float: left;
    width: 100%;

}

.popup{
    position:fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 999;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transition: top 0s 0.2s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
}
.popup.show{
    opacity: 1;
    pointer-events: auto;
    transition: top 0s 0s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
}
.popup :is(.icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.popup :is(header){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup header{
    text-align:center;
    padding-left: 170px;
    padding-right: 15px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ebedf9;
    background-color: #ffc403 ;
}
header span{
    text-align: center;
    align-self: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
header .close{
    color:white;
    font-size: 17px;
    background: #537f10;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
header .close:hover{
    background: #ebedf9;
}
.popup .content{
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.popup .icons{
    margin: 15px 0 20px 0;
}
.content p{
    font-size: 18px;
    font-weight: 400;
}
.content .icons a{
    height: 70px;
    width: 70px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.icons a i{
    transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
    color: #1877F2;
    border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
    background: #1877F2;
}

.icons a:nth-child(2){
    color: #e1306c;
    border-color: #f5bccf;
}
.icons a:nth-child(2):hover{
    background: #e1306c;
}
.icons a:nth-child(3){
    color: #25D366;
    border-color: #bef4d2;
}
.icons a:nth-child(3):hover{
    background: #25D366;
}

.icons a:hover{
    color: #fff;
    border-color: transparent;
}
.icons a:hover i{
    transform: scale(1.2);
}




.packagesBox {
    padding:155px 0 130px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.packagesBox h2 {
    margin-bottom: 82px;
    font-size: 40px;
    color: #FFFF;
    font-weight: 700;
    text-transform: uppercase;
}
.packagesBox .item .sub {
    padding: 45px 35px 35px 35px;
    height: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: #ececec;
}
.packagesBox .item .sub .image {
    width: 1050px;
    height: 900px;
    display: block;
    margin: 0 auto 28px auto;
    border-radius: 2%;
    overflow: hidden;
    border: 2px solid #6b9443;
}
.packagesBox .item .sub .image img {
    width: 100%;
    height: auto;
}
.packagesBox .item .sub h3 {
    margin-bottom: 42px;
    font-size: 35px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.packagesBox .item .sub h4 {
    margin-bottom: 16px;
    font-size: 25px;
    color: #ff0000;
    font-weight: 500;
    text-transform: uppercase;
}
.packagesBox .item .sub p {
    margin-bottom: 25px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    min-height: 195px;
}
.packagesBox .item .sub .detail_btn {
    margin: 7px;
    padding: 7px 23px;
    display: inline-block;
    font-size: 25px;
    color: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #537f10;
    position: relative;
}
.packagesBox .item .sub .detail_btn.active:after,
.packagesBox #dpackage-topscrool:after,
.packagesBox #spackage-topscrool:after,
.packagesBox #spackage-topscrool-more:after {
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #537f10 transparent;
}
.packagesBox .item .sub .reg_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    background: #ffc403;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}


.packagesBox .item .sub .wait_btn {
    margin: 7px;
    padding: 8px 30px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
}
.packagesBox .item .sub .sold_btn {
    margin: 7px;
    padding: 8px 30px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background: #8D1900;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
}
.packagesBox #dpackage-topscrool,
.packagesBox #spackage-topscrool,
.packagesBox #spackage-mobile,
.packagesBox #dpackage-mobile,
.packagesBox .detail_item {
    display: none;
}
.packageDetailsBox {
    width: 100%;
    float: left;
    padding-top: 25px;
}

article.packageDetailsBox.forHajj {
    padding-top: 0;
}
.forHajj {
    margin-top: -101px;
}

.forHajj #deluxe-package:after {
    width: calc(32.95% - 10px);
}
.forHajj #student-package:after {
    width: calc(32.95% - 15px);
    right: auto !important;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content: center;
    width: 31.55%;
    display: inline-block;
    left: 34.2% !important;
}

.btns-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 7px;
}
.btns-row a {
    padding: 8px 14px !important;
    font-size: 20px !important;
    letter-spacing: -0.04em;
}
.detail_item {
    display: none;
    padding: 25px 30px 45px 30px;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 0 0 30px 30px;
    background: #ececec;
    margin-bottom: 30px;
}
.detail_item:after {
    width: calc(50% - 15px);
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    content: "";
    background: #ececec;
}
#student-package.detail_item:after {
    left: auto;
    right: 0;
}
.detail_item .left ul {
    list-style: none;
}

.detail_item .left ul ul {
    margin-left: 26px;
    list-style: none;
}
.detail_item .left li {
    padding: 0 0 13px 25px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-family: Roboto-Medium;
    line-height: 20px;
    text-align: left;
}
.detail_item .left li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f058";
    font-size: 14px;
    color: #35500c;
    font-family: "FontAwesome-Rg";
}
.detail_item .right .image {
    margin-bottom: 48px;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.detail_item .right .image img {
    width: 100%;
    height: auto;
}
.detail_item .right .image .price {
    padding: 8px 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
    background: #35500c;
}
.detail_item .right .image .price strong {
    font-size: 30px;
    color: #ffc403;
}
.detail_item .right .image .price:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    border-width: 31px 20px 30px 0;
    border-style: solid;
    border-color: #35500c transparent;
}
.detail_item .right .price_intro {
    margin-bottom: 50px;
    clear: both;
    font-size: 16px;
    color: #000;
    font-family: Roboto-Medium;
}
.detail_item .right .price_intro span {
    color: #35500c;
    font-weight: bolder;
}
.detail_item .right .price_btn {
    padding: 14px;
    display: block;
    clear: both;
    font-size: 16px;
    color: #35500c;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #35500c;
    text-align: center;
}
.detail_item .right .price_btn:hover {
    color: #000;
    background: #ffc403;
}
.detail_item .timeline {
    padding: 40px 45px 45px 75px;
    margin-top: 35px;
    width: 100%;
    float: left;
    background: #f7f7f7;
}
.detail_item .timeline .stage {
    width: 100%;
    float: left;
    position: relative;
}
.detail_item .timeline .stage .stext {
    margin-top: 12px;
    padding: 9px 18px;
    float: center;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #537f10;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.detail_item .timeline .stage .stext:before {
    font-family: "FontAwesome-Solid";
    content: "\f072";
    display: inline-block;
    transform: rotate(-54deg);
    -moz-transform: rotate(-54deg);
    -webkit-transform: rotate(-54deg);
    margin-right: 5px;
}
.detail_item .timeline .stage .timeacordian {
    width: calc(100% - 145px);
    float: right;
    position: relative;
    list-style: none;
}
.detail_item .timeline .stage .timeacordian:after {
    width: 1px;
    height: calc(100% - 69px);
    content: "";
    position: absolute;
    top: 40px;
    left: -100px;
    background: #537f10;
}
.detail_item .timeline .stage .timeacordian li {
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
}
.detail_item .timeline .stage .timeacordian li:last-child .ans:after {
    width: 8px;
    height: 100%;
    content: "";
    position: absolute;
    top: -25px;
    left: -103px;
    background: #f7f7f7;
    z-index: 1;
}
.detail_item .timeline .stage .timeacordian .ques:before {
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    top: 50%;
    left: -106px;
    background: #537f10;
    border-radius: 100%;
}
.detail_item .timeline .stage .timeacordian .ans p {
    text-align: center;
}
.detail_item .timeline .stage .timeacordian .ques:after {
    width: 106px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: -106px;
    background: #537f10;
}
.detail_item .timeline .stage .timeacordian .ques {
    text-align: center;
    padding: 18px 40px 18px 33px;
    margin-bottom: 1px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    color: #424242;
    text-decoration: none;
    background: #fff;
}
.detail_item .timeline .stage .timeacordian .ques .plus:after {
    margin-top: -1.5px;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    background: #000;
}
.detail_item .timeline .stage .timeacordian .ques .plus:before {
    margin-top: -7.5px;
    width: 3px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 21px;
    content: "";
    background: #000;
}
.detail_item .timeline .stage .timeacordian .ques .tag {
    padding: 5px 14px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #797979;
    border-radius: 3px;
}
.detail_item .timeline .stage .timeacordian .ques.active .plus:before {
    display: none;
}
.detail_item .timeline .stage .timeacordian .ans {
    display: none;
    margin-bottom: 1px;
    padding: 25px 33px;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
}
.detail_item .timeline .stage .timeacordian img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.detail_item .timeline .stage .timeacordian p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
}
.detail_item .reg_btn,
.detail_item .wait_btn,
.detail_item .sold_btn {
    margin: 7px;
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
}
.detail_item .reg_btn {
    padding: 6px 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ffc403;
}
.detail_item .wait_btn {
    padding: 8px 30px;
    color: #fff;
    background: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}
.detail_item .sold_btn {
    padding: 8px 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #8D1900;
}
.experienceBox {
    padding: 50px 0 85px 0;
    width: 100%;
    float: left;
}
.experienceBox h2 {
    margin-bottom: 60px;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.experienceBox .flexslider {
    width: 100%;
    float: left;
    margin: 0;
    border: none;
}
.experienceBox #slider {
    margin-bottom: 28px;
}
.experienceBox #slider .slides li {
    width: 100%;
    float: left;
    position: relative;
}
.experienceBox #slider .title {
    padding: 18px 48px 18px 30px;
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    background: rgba(53, 80, 12, 0.78);
}
.experienceBox #slider .title:after {
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    background: url(/images/title-part.png) no-repeat top center / 100% 100%;
}
.experienceBox #carousel .slides li {
    position: relative;
}
.experienceBox #carousel .title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.experienceBox #carousel .title .under {
    width: 100%;
    height: 100%;
    display: table;
}
.experienceBox #carousel .title .cntr {
    padding: 15px;
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    line-height: 18px;
    cursor: pointer;
}
.experienceBox #carousel .flex-active-slide .title {
    background: rgba(53, 80, 12, 0.78);
}
.experienceBox #carousel.flexslider .flex-direction-nav .flex-next,
.experienceBox #slider.flexslider .flex-direction-nav .flex-next {
    right: -17px;
    opacity: 1;
    display: none;
}
.experienceBox .flexslider .flex-direction-nav .flex-next:before {
    content: "\f105";
    font-family: "FontAwesome-Solid";
}
.experienceBox #carousel.flexslider .flex-direction-nav .flex-prev,
.experienceBox #slider.flexslider .flex-direction-nav .flex-prev {
    left: -17px;
    opacity: 1;
    display: none;
}
.experienceBox .flexslider .flex-direction-nav .flex-prev:before {
    content: "\f104";
    font-family: "FontAwesome-Solid";
}
.experienceBox .flex-direction-nav a {
    line-height: 41px;
    text-align: center;
    color: #ffc403;
    background: #fff;
    border: 1px solid #000;
}
.faqBox {
    padding: 75px 0 120px 0;
    width: 100%;
    float: left;
    background: url(/images/faqs-img.jpg) no-repeat top center / cover;
}
.faqBox h2 {
    margin-bottom: 65px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.faqBox .item {
    margin: 10px 0;
    width: 100%;
    float: left;
    border-radius: 4px;
    background: #fff;
}
.faqBox .item .ques {
    padding: 17px 40px 17px 20px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-family: Roboto-Medium;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #ececec;
}
.faqBox .item .ques:after {
    margin-top: -1.5px;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    background: #000;
}
.faqBox .item .ques:before {
    margin-top: -7.5px;
    width: 3px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 21px;
    content: "";
    background: #000;
}
.faqBox .item .ques.active:before {
    display: none;
}
.faqBox .item .ans {
    display: none;
    padding: 20px 20px;
    width: 100%;
    float: left;
}
.faqBox .item p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
}
.mapBox {
    padding: 115px 0 0 0;
    width: 100%;
    float: left;
    min-height: 507px;
    text-align: center;
    background: url(/images/map-bg.png) no-repeat center center;
}
.mapBox h2 {
    margin-bottom: 45px;
    font-size: 28px;
    color: #000;
    font-weight: 700;
}
.mapBox .email {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-family: Roboto-Medium;
    line-height: 30px;
}
.mapBox .email i {
    margin-right: 20px;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    border: 2px solid #ffc403;
    font-size: 28px;
    color: #ffc403;
    vertical-align: middle;
    line-height: 58px;
}
.prompt-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactBox {
    padding: 55px 0 30px 0;
    width: 100%;
    float: left;
    background: #ececec;
}
.contactBox h2 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.contactBox h3 {
    margin-bottom: 30px;
    font-size: 28px;
    color: #537f10;
    font-weight: 700;
    text-align: center;
}
.contactBox h3 span {
    color: #ffc201;
}
.contactBox .fgroup {
    padding-bottom: 30px;
}
.contactBox .input_style {
    padding: 0 20px;
    width: 100%;
    height: 65px;
    float: left;
    font-size: 18px;
    color: #252424;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
}
.contactBox textarea.input_style {
    padding: 12px 20px;
    height: 150px;
}
.contactBox .send_btn {
    margin: 0 auto;
    padding: 0 20px;
    width: 272px;
    height: 63px;
    display: block;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    background: #ffc403;
    cursor: pointer;
}
#footerCntr {
    padding: 50px 0;
    width: 100%;
    float: left;
    text-align: center;
    background: #537f10;
}
#footerCntr ul {
    list-style: none;
}
#footerCntr li {
    margin: 0 18px;
    display: inline-block;
}
#footerCntr li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto-Medium;
}
#footerCntr li a:hover,
#footerCntr li a.active {
    color: #ffc403;
}
#footerCntr p {
    padding-top: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.modal .close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #fff !important;
    line-height: 48px;
    text-align: center;
    opacity: 1 !important;
    line-height: 20px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #35500c;
    z-index: 55;
}
.modal-dialog {
    padding: 0 15px;
    max-width: 1170px;
}
.modal .modal-header {
    display: block;
}
.modal .modal-title {
    text-align: center;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    padding: 30px;
}
.modal-body ul {
    padding: 0 0 20px 20px;
}
.modal-body h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
}
.modal-body p {
    margin-bottom: 15px;
    font-size: 14px;
}
.modal-body .col-12 {
    margin-bottom: 30px;
}
.modal-body .sub {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.modal-body .sub .title {
    padding: 10px;
    font-size: 16px;
    color: #35500c;
    font-family: Roboto-Medium;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}
.modal-body .sub ul {
    padding: 22px;
    list-style: none;
}
.modal-body .sub ul ul {
    padding: 12px 0 0 0;
    list-style: none;
}
.modal-body .sub ul ul li:last-child {
    padding-bottom: 0;
}
.modal-body .sub ul ul ul {
    padding: 12px 0 0 0;
    list-style: none;
}
.modal-body .sub ul li {
    padding: 0 0 11px 25px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.modal-body .sub ul ul li {
    padding-left: 20px;
}
.modal-body .sub ul ul ul li {
    padding-left: 15px;
}
.modal-body .sub ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #35500c;
    content: "\f0a9";
    font-family: "FontAwesome-Solid";
}
.modal-body .sub ul ul li:after {
    content: "\f111";
    font-family: "FontAwesome-Solid";
    font-size: 13px;
}
.modal-body .sub ul ul ul li:after {
    content: "\f111";
    font-family: "FontAwesome-Rg";
    font-size: 10px;
}
.modal-body .sub.download ul li:after {
    font-family: FontAwesome-Rg;
    content: "\f044";
    font-size: 16px;
}
#info-popup .modal-error-title {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #537f10;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: #fff;
    background: #537f10;
}
#info-popup .modal-body {
    padding: 0;
    border-radius: 3px;
}
#info-popup .modal-body p {
    margin-bottom: 0;
}
#info-popup .ok-cont {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    background: #537f10;
}
#info-popup .ok-cont button {
    border: 0;
    outline: none;
    padding: 10px 15px;
    background: #ffc403;
    color: #000;
    transition: all 0.2s ease-in-out;
    text-align: center;
    min-width: 200px;
    cursor: pointer;
    text-transform: uppercase;
}
.modal-open .modal#info-popup {
    padding-right: 0 !important;
}
#info-popup .modal-dialog {
    max-width: 450px;
}
#info-popup .modal-content {
    border-radius: 5px;
}
#info-popup .modal-error-text {
    padding: 15px 30px 25px;
    text-align: center;
    color: #fff;
    background: #537f10;
}
#info-popup .ok-cont button:hover {
    background: #e0ac03;
}
@media (max-width: 1199px) {
    .menuArea li {
        margin-left: 18px;
    }
    .bannerBox h1 {
        font-size: 58px;
        line-height: 78px;
    }
    .hajjBox .image .round {
        width: 340px;
        height: 340px;
    }
    .hajjBox .text .info {
        padding-top: 5px;
    }
    .hajjBox .text .cntct_btn {
        padding: 14px 24px;
        font-size: 18px;
    }
    .hajjBox .text .email_lable {
        margin: 0 12px;
        font-size: 13px;
    }
    .hajjBox .text .email {
        font-size: 20px;
    }
    .packagesBox .item .sub {
        padding: 45px 30px 35px 30px;
    }
}
@media (max-width: 991px) {
    #headerCntr {
        padding: 20px 0;
    }
    #headerCntr.sticky {
        padding: 20px 0;
    }
    .menuTogggle {
        margin: 8px 0 0 0;
        display: block;
        float: right;
        font-size: 16px;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }
    .menuTogggle i {
        margin-right: 2px;
        font-size: 30px;
        vertical-align: text-top;
    }
    .closemenu {
        display: none;
        direction: none;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 99;
        font-size: 0;
    }
    .closemenu.open {
        display: block;
    }
    .closemenu i {
        font-size: 20px;
        color: #fff !important;
        text-decoration: none !important;
    }
    .logoArea,
    #headerCntr.sticky .logoArea {
        position: static;
        margin: 0;
        float: left;
        width: 203px;
    }
    .logoArea:after {
        display: none;
    }
    .menuArea,
    #headerCntr.sticky .menuArea {
        display: none;
    }
    .menuArea {
        padding-top: 65px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: auto;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .menuArea li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .menuArea li a {
        padding: 0 6px 3px 6px;
        display: inline-block;
        color: #fff;
    }
    #bannerCntr {
        margin-top: 92px;
    }
    .hajjBox .text {
        padding-bottom: 50px;
    }
    .hajjBox .text p {
        padding-right: 0;
    }
    .packagesBox {
        padding: 65px 0 80px 0;
    }
    .packagesBox .item .sub .detail_btn {
        font-size: 18px;
    }
    .packagesBox .item .sub .reg_btn {
        font-size: 18px;
    }
    .packagesBox .item .sub .wait_btn {
        font-size: 18px;
    }
    .packagesBox .item .sub .sold_btn {
        font-size: 18px;
    }
    .packagesBox .item .sub {
        padding: 45px 20px 35px 20px;
    }
    .packageDetailsBox {
        margin-top: -50px;
    }
    .detail_item .timeline {
        padding: 40px 20px 45px 30px;
    }
    .detail_item .reg_btn a {
        font-size: 20px;
    }
    .faqBox {
        padding: 65px 0 75px 0;
    }
    .mapBox {
        min-height: 440px;
    }
}
@media (min-width: 768px) {
    div#deluxe-package , div#student-package , div#student-package-more ,div#dpackage-omrah,div#spackage-omrah,div#spackage-omrah-second {
        margin-top: 30px;
    }
    div#deluxe-package:after {
        width: calc(33% - 16px);
    }
    div#-package:after {
        width: calc(33% - 16px);
    }
    /*div#student-package:after {
  
    }*/
    #student-package.detail_item:after {
        left: 34.2%;
        width: calc(33% - 16px);
    }
    div#student-package-more:after{
        width: calc(33% - 17px);
    }
    div#deluxe-package-omrah:after {
        width: 48.8%;
    }
    div#student-package-omrah:after {  
        margin-left: 51.3%;
        width: calc(50% - 15px);
    }
    div#deluxe-package-omrah-second:after{
        left: 34.2%;
        width:calc(33% - 16px);
    }
    div#student-package-omrah-third:after{
        margin-left: 51.3%;
        width: calc(49.2%-23px);
    }
    #spackage-mobile-more,
    #dpackage-mobile-omrah-second,
    #spackage-mobile-omrah-second,
    #dpackage-mobile-omrah,
    #spackage-mobile-omrah,
    .packagesBox #dpackage-mobile,
    .packagesBox #spackage-mobile {
        display: none !important;
    }
    .packagesBox
    .item
    .sub
    .detail_btn[style="display: inline;"]
    + #dpackage-topscrool,
    .packagesBox
    .item
    .sub
    .detail_btn[style="display: inline;"]
    + #spackage-topscrool {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .company-message {
        position: relative;
        bottom: 0;
    }



    .packagesBox .item .sub .image {
        height: 290px;
        display: block;
        margin: 0 auto 28px auto;
        border-radius: 2%;
        overflow: hidden;
        border: 2px solid #6b9443;
        width: 100%;
    }

    .packagesBox .item .sub .image img {
        width: 99%;
        height: auto;
    }
    .packagesBox .item .sub {

        width: 100%;
    }




    .bannerBox {
        height: 575px;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        flex-flow: wrap-reverse;
    }
    .bannerBox h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .bannerBox:after {
        height: 20px;
    }
    .company-message {
        z-index: 999;
        position: absolute;
        top: 409px;
        border-radius: 60px;
        background: #ffc201e8;
        margin-top: 10px;
        padding: 12px;
        height: 260px;}
    .company-message p {
        font-size: 16px;
        line-height: 28px;} 
    .hajjBox {
        margin-top: 23em;
    }
    .hajjBox .text h2 {
        font-size: 30px;
    }
    .hajjBox .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .hajjBox .text .email_lable {
        display: block;
        margin: 10px 0 0 0;
    }
    .hajjBox .text .email_lable br {
        display: none;
    }
    .hajjBox .image .round {
        width: 280px;
        height: 280px;
    }
    .packagesBox {
        padding: 45px 0;
    }
    .packagesBox h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .packagesBox .item {
        margin: 15px 0;
    }
    .packagesBox .item .sub {
        padding: 45px 15px 35px 15px;
    }
    .packagesBox .item .sub h3 {
        font-size: 28px;
    }
    .packagesBox .item .sub h4 {
        font-size: 20px;
        color: #ff0000;
    }
    .packagesBox .item .sub p {
        font-size: 15px;
        line-height: 20px;
        min-height: 150px;
    }
    .packagesBox .item .sub .detail_btn {
        padding: 8px 18px;
        font-size: 16px;
        margin: 3px;
    }
    .packagesBox .item .sub .reg_btn {
        font-size: 16px;
        padding: 6px 11px;
        margin: 3px;
    }
    .packagesBox .item .sub .wait_btn {
        padding: 8px 18px;
        font-size: 16px;
        margin: 3px;
    }
    .packagesBox .item .sub .sold_btn {
        font-size: 16px;
        padding: 6px 11px;
        margin: 3px;
    }
    .packageDetailsBox {
        margin: 0;
        display: block;
    } 
    .detail_item {
        margin: 45px 0 0 0;
        padding: 20px 15px 40px 15px;
    }
    #deluxe-package-mobile-omrah,
    #student-package-mobile-omrah,
    #deluxe-package-mobile-omrah-second,
    #student-package-mobile-omrah-second,
    #student-package-mobile-omrah-third {
        margin: -15px 15px 0 15px;
        text-align: left;
    }
    .detail_item:after {
        display: none;
    }
    .detail_item .left li {
        font-size: 14px;
    }
    .detail_item .right .image {
        margin-bottom: 25px;
    }
    .detail_item .right .image .price {
        font-size: 16px;
    }
    .detail_item .right .image .price strong {
        font-size: 20px;
    }
    .detail_item .right .image .price:after {
        border-width: 22px 20px 23px 0;
    }
    .detail_item .right .price_intro {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .detail_item .right .price_btn {
        font-size: 14px;
    }
    .detail_item .timeline {
        padding: 0;
        background: none;
    }
    .detail_item .timeline .stage .stext {
        padding: 6px 10px;
        font-size: 9px;
        margin-top: 8px;
    }
    .detail_item .timeline .stage .timeacordian {
        width: calc(100% - 75px);
    }
    .detail_item .timeline .stage .timeacordian .ans {
        padding: 20px 10px;
    }
    .detail_item .timeline .stage .timeacordian p {
        font-size: 12px;
        line-height: 16px;
    }
    .detail_item .timeline .stage .timeacordian .ques {
        padding: 12px 20px 12px 10px;
        font-size: 11px;
    }
    .detail_item .timeline .stage .timeacordian .ques .plus:before {
        right: 9px;
    }
    .detail_item .timeline .stage .timeacordian .ques .plus:after {
        right: 3px;
    }
    .detail_item .timeline .stage .timeacordian .ques .tag {
        margin-right: 3px;
        padding: 4px 7px;
        font-size: 8px;
    }
    .detail_item .timeline .stage .timeacordian .ques:after {
        width: 42px;
        left: -42px;
    }
    .detail_item .timeline .stage .timeacordian .ques:before {
        left: -47px;
    }
    .detail_item .timeline .stage .timeacordian:after {
        height: calc(100% - 55px);
        left: -41px;
        top: 33px;
    }
    .detail_item .timeline .stage .timeacordian li:last-child .ans:after {
        top: -15px;
        left: -46px;
        background: #ececec;
    }
    .packagesBox #dpackage,
    .packagesBox #spackage,
    .packagesBox #spackage-more {
        display: none !important;
    }
    .packagesBox #dpackage-mobile {
        display: inline-block;
    }



    .packagesBox #spackage-mobile {
        display: inline-block;
    }
    .packagesBox .detail_item {
        margin: -15px 0 0 15px;
        width: calc(100% - 30px);
        text-align: left;
    }
    .packagesBox
    .item
    .sub
    .detail_btn[style="display: none;"]
    + #dpackage-topscrool,
    .packagesBox
    .item
    .sub
    .detail_btn[style="display: none;"]
    + #spackage-topscrool {
        display: none !important;
    }
    .experienceBox {
        padding: 50px 0;
    }
    .experienceBox h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .experienceBox #slider .title {
        font-size: 12px;
        bottom: 10px;
        padding: 10px;
    }
    .experienceBox #carousel .title .cntr {
        font-size: 13px;
    }
    .faqBox {
        padding: 50px 0;
    }
    .faqBox h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .mapBox {
        padding: 40px 0;
        background-size: contain;
        min-height: 256px;
    }
    .mapBox h2 {
        font-size: 20px;
    }
    .mapBox .email i {
        width: 50px;
        height: 50px;
        margin-right: 6px;
        line-height: 48px;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .mapBox .email {
        font-size: 18px;
    }
    .contactBox {
        padding: 45px 0 30px 0;
    }
    .contactBox h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contactBox .fgroup {
        padding-bottom: 15px;
    }
    .contactBox .input_style {
        padding: 0 12px;
        font-size: 16px;
        height: 46px;
    }
    .contactBox textarea.input_style {
        padding: 8px 12px;
    }
    .contactBox .send_btn {
        width: 100%;
        height: 46px;
        font-size: 18px;
    }
    #footerCntr {
        padding: 30px 0;
    }
    #footerCntr li a {
        font-size: 14px;
    }
    #footerCntr li {
        margin: 4px 9px;
    }
    #footerCntr p {
        font-size: 13px;
        line-height: 20px;
        padding-top: 16px;
    }
    .popupbox p{
        font-size: 18px!important;
        padding-top: 40px;
    }
    .popupbox .close {
        width: 40px;
        height: 40px;

        font-size: 30px; 

        line-height: 14px;
    }
}

@media(max-width:500px){
    .comparisonChart .modal-header {
        position: unset;
        width: auto;
        max-width: 70%!important;
    }
    .omrahcomparisonChart .modal-header, .comparisonChart .modal-header {
        position: unset;
        width: auto;
        max-width: 100% !important;
    }
    .box-phone-compare { margin-right: 0px;}
    .box-phone-compare-2 { margin-right: 0px;}

    .omrah-model-title-phone {
        max-width: 100%!important;
        text-align: right;
        padding-left: 60px;}
    .omrahBox h2 {
        margin-top: 122px !important;}

    .packagesBox h2 {
        font-size: 40px!important;   
        margin-top: 50px!important;
    }
    .packagesBox {
        padding: 75px 0 45px 0!important;
    }
    .omrahBox h2 { margin-bottom: 22px !important;}
    .omrahBox {
        padding: 0 !important
    }
    .myBtn, .myBtn2  {
        bottom: 18%  !important;
        width: 186px !important;
        height: 82px !important; 
    }

    .myBtnfixed {
        display: block; 
        position: fixed;
        bottom: 18%  !important; 
        width: 186px !important;
        height: 82px !important;
    }
    .prompt-sec {
        flex-direction: column;
    }
}
.etihad {
    position: absolute;
    width: 156px !important;
    right: 30px;
}
.etihad2 {
    position: absolute;
    width: 156px !important;
    left: 30px;
    top: 142px;
}
.emirates {
    position: absolute;
    width: 156px !important;
    left: 30px;
}
.emirates2 {
    position: absolute;
    width: 156px !important;
    right: 30px;
    top: 142px;
}
.mob-view {
    display: none;
}

@media screen and (max-width: 1024px) {
    .emirates2 {
        display: none;
    }
    .emirates {
        display: none;
    }
    .emirates2 {
        display: none;
    }
    .mob-view {
        display: block !important;
        margin: 0 auto;
        width: 210px;
    }
    .etihad {
        display: none;
    }
    .etihad2 {
        display: none;
    }
}
#modal-mailchimp-popup .modal-dialog {
    width: 50% !important;
}
@media screen and (max-width: 745px) {
    #modal-mailchimp-popup .modal-dialog {
        width: 100% !important;
    }
}

/* OMRAH PACKAGES CSS START */

.omrahBox {
    padding: 54px 0 130px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.omrahBox h2 {
    margin-bottom: 82px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


.omrahBox .item .sub .detail_btn {
    margin: 7px;
    padding: 7px 23px;
    display: inline-block;
    font-size: 18px;
    color: #0000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #537f10;
    position: relative;
}

.omrahBox .item .sub .reg_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ffc403;
}

.omrahBox .item .sub .wait_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background: #537f10;
}

.omrahBox .item .sub .sold_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    background: #8D1900;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.omrahBox #dpackage-topscrool-omrah,
.omrahBox #spackage-topscrool-omrah,
.omrahBox .detail_item {
    display: none;
}

.omrahBox .item .sub {
    padding: 45px 35px 35px 35px;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: #ececec;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.omrahBox .item .sub h3 {
    height: 10%;
    margin-bottom: 42px;
    font-size: 35px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.omrahBox .item .sub {
    padding: 45px 35px 35px 35px;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: #ececec;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.omrahBox .item .sub {
    padding: 45px 35px 35px 35px;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: #ececec;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.omrahBox .item .sub2 {
    padding: 20px;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: #ececec;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.omrahBox .item .sub2 .wait_btn {
    margin: 7px;
    padding: 7px 23px;
    display: inline-block;
    font-size: 25px;
    color: #FFFF;
    background-color: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    position: relative;
}

.omrahBox .item .sub2 .detail_btn {
    margin: 7px;
    padding: 7px 23px;
    display: inline-block;
    font-size: 25px;
    color: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #537f10;
    position: relative;
}

.omrahBox .item .sub2 .reg_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ffc403;
}


.omrahBox .item .sub2 .imageBase {
    width: auto;
    height: auto;
    display: block;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    border: 10px solid #537f10;
}
.omrahBox .item .sub2 .imageBase .img {
    display: block;
    margin: 0 auto 28px auto;
    border-radius: 10%;
    overflow: hidden;
    border: 10px solid #537f10;
}

.omrahBox .item .sub2 p {
    margin-bottom: 25px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    min-height: 150px;
}

.checkitbtn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #537f10;
    cursor: pointer;
}


#student-package-omrah.detail_item:after {
}

.omrahBox .item .sub .detail_btn.active:after,
.omrahBox #dpackage-topscrool-omrah:after,
.omrahBox #spackage-topscrool-omrah:after {
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #537f10 transparent;
}

#dpackage-mobile-omrah, #spackage-mobile-omrah, #dpackage-mobile-omrah-second, #spackage-mobile-omrah-second{
    display: none;
}

@media (max-width: 767px) {
    .omrahBox #dpackage-mobile-omrah{display: inline-block;}
    .omrahBox .item {
        margin: 15px 0;
    }

    .hajjBox .text .info {
        flex-direction: column;
    }
    #spackage-mobile-omrah, #dpackage-mobile-omrah-second, #spackage-mobile-omrah-second, #spackage-omrah-second{
        display: inline-block;
    }


}
@media (min-width: 667px) {
    .omrah-image-one{
        width: 700px ;
        height: 400px ;
    }
    .Omrah-pckg-heading-one{
        height: 9% !important;
    }
}
#student-package-more:after {
    width: calc(32.9% - 15px);
    height: 30px;
    position: absolute;
    top: -30px;
    right: 0;
    content: "";
    background: #ececec;
    left: auto;
}

.omrahBox {
    padding:124px 0 130px 0;
    width: 100%;
    float: left;
    text-align: center;
    /* background: url(/images/omrah_package-img.jpg) no-repeat top center / cover; */
}
.omrahBox h2 {
    margin-bottom: 15px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.omrahBox .item .sub .detail_btn {
    margin: 7px;
    padding: 7px 23px;
    display: inline-block;
    font-size: 20px;
    color: #537f10;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #537f10;
    position: relative;
}
.omrahBox .item .sub .reg_btn {
    margin: 7px;
    padding: 8px 16px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #ffc403;
}

.omrahBox #dpackage-topscrool-omrah-second,
.omrahBox #spackage-topscrool-omrah-second,
.omrahBox #spackage-topscrool-omrah-third,
.omrahBox .detail_item {
    display: none;
}

.omrahBox .item .sub {
    padding: 45px 35px 35px 35px;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    background: #ececec;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.omrahBox .item .sub h3 {
    margin-bottom: 22%;
    font-size: 35px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.omrahBox .item .sub .image {
    width: 210px;
    height: 210px;
    display: block;
    margin: 0 auto 28px auto;
    border-radius: 10%;

    border: 10px solid #537f10;
}
.omrahBox .item .sub .imageBase { 
    margin: 0 auto 28px auto;
    overflow: hidden;
    border-radius: 10%;
    border: 10px solid #537f10;

}

.omrahBox .item .sub p {
    margin-bottom: 25px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    min-height: 150px;
}

#student-package-omrah-second.detail_item:after {
    left: auto;
    right:0;
    width:calc(33% - 16px);
}

.omrahBox .item .sub .detail_btn.active:after,
.omrahBox #dpackage-topscrool-omrah-second:after,
.omrahBox #spackage-topscrool-omrah-second:after,
.omrahBox #spackage-topscrool-omrah-third:after
{
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #537f10 transparent;
}

@media (max-width: 767px) {
    .omrahBox .item {
        margin: 15px 0;
    }

    .hajjBox .text .info {
        flex-direction: column;
    }
}

.second-row {
    margin-top: -101px;
    padding-top: 50px;
    text-align: left;
}

/* OMRAH PACKAGES CSS END */



#deluxe-package-omrah, #student-package-omrah{
    text-align: left
}

.packagesBox #spackage-topscrool,
.packagesBox #spackage-topscrool-more,
.packagesBox .detail_item {
    display: none;
}

@media (min-width: 768px) {
    .packagesBox .detail_item,
    .packagesBox #dpackage-mobile-more,
    #spackage-mobile-more,
    #dpackage-mobile-omrah,
    #spackage-mobile-omrah,
    #dpackage-mobile-omrah-second,
    #spackage-mobile-omrah-second
    {
        /*display: none !important;*/
    }
}

#dpackage-mobile-omrah, #spackage-mobile-omrah, #dpackage-mobile-omrah-second, #spackage-mobile-omrah-second,#spackage-mobile-omrah-third{
    display: none;
}




@media (max-width: 1152px){
    .btns-row a {
        padding: 8px 10px !important;
        font-size: 16px !important;
    }

    .packagesBox .item .sub h3 {
        font-size: 30px;
    }
}


@media (max-width: 991px){
    .omrahBox .item .sub .detail_btn, .omrahBox .item .sub .reg_btn {
        font-size: 18px;
        padding: 7px 12px;

    }
    .packagesBox .item .sub h3 {
        font-size: 24px;
    }
    .btns-row a {
        font-size: 14px !important;

    }

}

@media (max-width: 767px) {
    .omrahBox #dpackage,
    .omrahBox #spackage,
    .omrahBox #spackage-more,
    #dpackage-omrah,
    #spackage-omrah,
    #dpackage-omrah-second,
    #spackage-omrah-second,
    #spackage-omrah-third
    {
        display: none!important;
    }
    #dpackage-mobile-omrah, #spackage-mobile-omrah, #dpackage-mobile-omrah-second, #spackage-mobile-omrah-second,#spackage-mobile-omrah-third{
        display: inline-block;
    }

    .packagesBox .item .sub h3 {
        font-size: 26px;
    }

    .omrahBox {
        padding: 54px 0 80px 0;
    }

    .btns-row a {
        font-size: 20px !important;
        margin: 7px!important;
    }
    .omrahBox .item .sub .detail_btn, .omrahBox .item .sub .reg_btn {
        font-size: 20px;
    }
}

.holder-package {
    width: 100%;
    float: left;
    text-align: center;
    background: url(/images/omrah_package-img.jpg) no-repeat top center / cover;
}

.camparison-popup h2{
    text-align: center;
    padding-bottom: 25px;

}

.camparison-popup .detail_item {
    background: none;
    display: block;
}

.camparison-popup .detail_item:after {
    background: none;
}

.startRenderPopup .camparison-popup {
    background: url(/images/Hajj-COVID19-2.jpg) no-repeat top center / cover;
}

.startRenderPopup .modal-header {
    background: #ffc201e8 !important;
}

.camparison-popup .detail_item ul li{
    border: none;
    list-style-type: none;
    height: auto;
}

.camparison-popup .detail_item ul{
    border: none;
    padding: 0;
    border-radius: 5px;
}

.camparison-popup ul{
    border: 1px solid #e9ecef;
    padding: 0;
    border-radius: 5px;
}
.camparison-popup ul li{
    padding: 10px 0px;
    font-size: 14px;

    font-family: Roboto-Medium;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    list-style-type: none;
    height: 50px;
}

.camparison-popup .model-body ul:nth-child(1){
    background-color: #35500c;
}
.camparison-popup ul li:first-child{ font-size: 16px;
                                     display: flex;
                                     justify-content: center;
                                     align-items: flex-start; }
.camparison-popup ul li a{
    background-color: #35500c;
    border: 0;
    margin-right: 5px;
}
.camparison-popup ul li b{
    font-weight: 400;

}

.camparison-popup ul li a.btn-primary:hover{
    background: #35500c;
}
.camparison-popup ul.names {
    border: 0;
    background: #35500c;
}
.camparison-popup ul.names li {
    padding: 6px 0 0 10px;
    text-align: left;
    border: 1px solid #e9ecef !important;
    color: #fff;
    font-size: 13px;
    border-bottom: 0;
    justify-content: left;
    height: 50px;
}

.view-button{
    color: #fff;
    background: transparent;
    border: 2px solid #ffc403;
    padding: 15px 35px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    margin: 7px;
    text-transform: uppercase;
}
.myBtn {

    display: none;
    position: fixed;
    bottom: 38%;
    right: 0;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;

    color: #000;
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
    width: 268px;
    transition: all .2s linear;
    height: 115px;
    background: url(../../images/button.png);
    background-size: auto;
    color: white;
    background-size: cover;
    margin: 0 5px 0 0;

}

.myBtn2 {

    display: none;
    position: fixed;
    bottom: 38%;
    right: 0;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;

    color: #000;
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
    width: 268px;
    transition: all .2s linear;
    height: 115px;
    background: url(../../images/button2.png);
    background-size: auto;
    color: white;
    background-size: cover;
    margin: 0 5px 0 0;

}
.myBtnfixed {
    display: block!important;
    position: fixed;
    bottom: 38%;
    right: 0;
    z-index: 98;
    font-size: 16px;
    border: none;
    outline: none;

    color: #000;
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
    width: 268px;
    transition: all .2s linear;
    height: 115px;
    background: url(../../images/button1.png);
    background-size: auto;
    color: white;
    background-size: cover;
    margin: 0 5px 0 0;

}
.myBtn:active, .myBtn2:active {
    box-shadow: 0 2px 0 #a59a01;
    transform: translateY(3px);
}

.myBtn2, .myBtn{  
}
@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

#showaDeluxePackHide{
    border: 0;

    font-size: 16px;
    padding: 5px 13px;
    cursor: pointer;
}

#deluxePackHide, 
#hideEconomyPlus, 
#hideEconomyPlusTwo, 
#hideEconomyPlusThree, 
#deluxePackShow, 
#showEconomyPlus, 
#showEconomyPlusTwo, 
#showEconomyPlusThree, 
#showHajjDeluxe, 
#hideHajjDeluxe, 
#showHajjEconomy, 
#hideHajjEconomy, 
#showHajjEconomyMore, 
#hideHajjEconomyMore, 
#showHajjOther, 
#hideHajjOther,
#showOmrahDeluxe, 
#hideOmrahDeluxe, 
#showOmrahEconomy, 
#hideOmrahEconomy, 
#showOmrahEconomyMore, 
#hideOmrahEconomyMore, 
#showOmrahOther, 
#hideOmrahOther,
#showAllOmrah,
#showAllHajj{
    background-color: #ffc403;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 4px 13px 4px;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    border-radius: 50%;
    right:0;
}
#showAllOmrah,
#showAllHajj {
    top: -15px;
    margin-right: 45px;
    width: 32px;
    height: 32px;
    padding: 8px 12px;
}
#deluxePackShow, 
#showEconomyPlus, 
#showEconomyPlusTwo, 
#showEconomyPlusThree, 
#showHajjDeluxe, 
#showHajjEconomy, 
#showHajjEconomyMore, 
#showHajjOther,
#showOmrahDeluxe, 
#showOmrahEconomy, 
#showOmrahEconomyMore, 
#showOmrahOther {
    display: none;
    border: 0;
    font-size: 16px;
    padding: 5px 13px;
    cursor: pointer;
    position: relative;
}
.omrahcomparisonChart .modal-content .modal-body, .comparisonChart .modal-content .modal-body{ 
    width: 100%;
}

#deluxePackShowMob{
    display: none;
}


@media (max-width: 1200px){
    .camparison-popup ul li:first-child {
        font-size: 16px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        font-size: 14px;
        /* width: 225px; */
    }
    .camparison-popup ul.names li {
        justify-content: left;
        height: 50px;
        font-size: 14px;

    }


    #deluxePackHide, 
    #hideEconomyPlus, 
    #hideEconomyPlusTwo, 
    #hideEconomyPlusThree, 
    #deluxePackShow, 
    #showEconomyPlus, 
    #showEconomyPlusTwo, 
    #showEconomyPlusThree, 
    #showHajjDeluxe, 
    #hideHajjDeluxe, 
    #showHajjEconomy, 
    #hideHajjEconomy, 
    #showHajjEconomyMore, 
    #hideHajjEconomyMore, 
    #showHajjOther, 
    #hideHajjOther,#showOmrahDeluxe, 
    #hideOmrahDeluxe, 
    #showOmrahEconomy, 
    #hideOmrahEconomy, 
    #showOmrahEconomyMore, 
    #hideOmrahEconomyMore, 
    #showOmrahOther, 
    #hideOmrahOther {
        width: 32px;
        height: 32px;
        padding: 4px 10px;
        margin-top: -2px;
    }


    .omrahcomparisonChart .modal-content, .comparisonChart .modal-content {
        display: flex;
        flex-wrap: nowrap;
        width: auto;
        background-clip: unset;
    }

    .omrahcomparisonChart .modal-content::-webkit-scrollbar, .comparisonChart .modal-content::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .omrahcomparisonChart .modal-content::-webkit-scrollbar:vertical, .comparisonChart .modal-content::-webkit-scrollbar:vertical {
        width: 11px;
    }

    .omrahcomparisonChart .modal-content::-webkit-scrollbar:horizontal, .comparisonChart .modal-content::-webkit-scrollbar:horizontal {
        height: 11px;
    }

    .omrahcomparisonChart .modal-content::-webkit-scrollbar-thumb, .comparisonChart .modal-content::-webkit-scrollbar-thumb  {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }


    .omrahcomparisonChart .close, .comparisonChart .close {    
    }
}

@media (max-width: 768px){
    .modal-body {
        padding: 0px;
    }
    .camparison-popup .col-2{
        max-width: 9%;
    }
    .chart_mob {
        margin-left: 51px;
    }
    .modal .modal-title {
        font-size: 18px;
    }
    .omrahcomparisonChart .close, .comparisonChart .close {
        position: unset;
        margin-top: -40px;
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 0px;
        display: flex;
        justify-content: center;
    }

    .comparisonChart .modal-header {
        display: block;
        width: 100%;
    }

    .omrahcomparisonChart .modal-content .modal-body{
        width: auto;
        margin-top: 0px;
        height: 379px;
    }
    .comparisonChart .modal-content .modal-body {
        width: auto;
    }

    .camparison-popup ul.names {
        border-right: 1px solid #ddd;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
        padding-top: 0 !important;
        width: 120px; 
        line-height: 14px;
        position: fixed;
        z-index: 999; 

    }

    .camparison-popup ul li:first-child {

        flex-direction: column;
        flex-flow: wrap-reverse;
    }

    .camparison-popup ul.names li {
        justify-content: left;
        height: 50px;
        font-size: 14px;
        padding-left: 7px;
        padding-bottom: 16px;
    }

}


.omrahcomparisonChart .modal-header, .comparisonChart .modal-header {
    max-width: 100%;
}

@media (max-width: 500px){
    .omrah-model-title-phone h3 {    margin: 0 0 0 67px !important;}
    .camparison-popup ul li a {
        background-color: #35500c;
        border: 0;
        margin-right: 5px;
        padding: 3px;
        text-align: center;
    }
    .modal-header {

        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 0.5rem 0.9rem 0rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;

    }
    .comparisonChart .modal-content, .omrahcomparisonChart .modal-content {
        height: 618px !important;
    }

    .modal-body.omrah-body {
        padding-left: 38px;
    }

    .box-phone-compare-2 {
        max-width: 25% !important;
        margin-left: 0;
    }
    .box-phone-compare {
        max-width: 33% !important;
        margin-left: 0;
    }
    .company-message {
        height: 300px !important;
        max-width: 85%!important;
        z-index: 999;
        position: absolute;
        top: 100px !important;
        border-radius: 71px;
        background: #ffc201e8;
        margin-top: 25px !important;
        padding: 12px 12px !important;

        border: 1px solid #fff; 
        /*margin: 0 10px !important;*/
    }
    .mycontainer h1 {
        text-align: center;
        color: #fff;
        font-size: 40px  !important;
        margin-top: -340px !important;
        text-shadow: 0px 1px 4px #4f4f4f;
        text-transform: uppercase;
    }
    .modal-body p {    color: #3e3e3e !important;    font-size: 23px!important;    padding: 30px!important;    text-align: center!important;
    }
    .hajjBox {
        margin-top: 2em;
    }


    .camparison-popup .col-3, .camparison-popup .col-4 {

        padding-left: 0px;
        padding-right: 0px;

    }
    .camparison-popup ul li a {

        font-size: 11px !important;
        letter-spacing: 0.3px;
        margin-left:3px;

    }
}

.company-message {
    z-index: 999;
    position: relative;
    border-radius: 12px;
    background: #ffc201e8;
    margin-top: 10px;
    padding: 12px;
    height: auto;
    border: 1px solid #fff;
}

.static {
    z-index: 2;
    position: absolute;
    top: 180px;
    width: 100%;
}
.mycontainer h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    margin-top: 40px;
    text-shadow: 0px 1px 4px #4f4f4f;
    text-transform: uppercase;
}
.mycontainer h1 span{color: #ffc50a;}


@media screen and (min-device-width: 1000px) and (max-device-width: 2500px) {
    /*.modal-dialog {    padding: 0 15px;    max-width: 750px;}*/
    .modal-dialog {    padding: 0 15px;    max-width: 750px;}  
    .modal-dialog.hajj-package { max-width: 900px;}
    .modal-dialog.omrah-package { max-width: 1150px;}
    .modal-dialog.omrah-package .col-3 { flex: 0 0 20%; max-width: 20%;}
    .modal-dialog.omrah-package .col-9 { flex: 0 0 80%; max-width: 80%;}
    .box-phone-compare-2, .box-phone-compare { padding-left: 10px;}
}

@media screen and (min-width: 1200px) {
    .modal-dialog.omrah-package .col-9 .col-4 { max-width: 25%;}
    .name1{padding-left:0px; padding-right:0px;}
}

@media screen and (max-device-width: 1000px) {
    .modal-dialog { padding:0 15px; max-width: 850px; }
}

/*----------------------------------- customized by xinxu -------------------------------*/

.scrollable-x {
    overflow-x: auto;
}
.package-header {
    background-color: #35500c;
}

.box-phone-compare.col-4 {
    max-width: 33.333333%;
    min-width: 200px; 
    padding: 0 15px; 
    overflow: hidden;
}

.box-phone-compare.col-4.collapsed {
    max-width: 60px !important;
    min-width: 50px; 
    padding: 0 5px; 
    overflow: hidden;
}

@media (max-width: 768px) {
    .comparisonChart .modal-content {
        height: 100%;
    }
    .camparison-popup .col-3 {
        max-width: 120px;
    }
    .hajj-package, .omrah-package {
        margin: 5px auto;
    }
}

@media (max-width: 578px) {
    .hajj-package, .omrah-package {
        padding: 0 5px;
    }
    .box-phone-compare.col-4 {
        padding: 0px;
        min-width: 165px;
    }
    #deluxePackHide, 
    #hideEconomyPlus, 
    #hideEconomyPlusTwo, 
    #hideEconomyPlusThree, 
    #deluxePackShow, 
    #showEconomyPlus, 
    #showEconomyPlusTwo, 
    #showEconomyPlusThree, 
    #showHajjDeluxe, 
    #hideHajjDeluxe, 
    #showHajjEconomy, 
    #hideHajjEconomy, 
    #showHajjEconomyMore, 
    #hideHajjEconomyMore,
    #showHajjOther, 
    #hideHajjOther,
    #showOmrahDeluxe, 
    #hideOmrahDeluxe, 
    #showOmrahEconomy, 
    #hideOmrahEconomy, 
    #showOmrahEconomyMore, 
    #hideOmrahEconomyMore, 
    #showOmrahOther, 
    #hideOmrahOther,
    #showAllOmrah,
    #showAllHajj {
        padding: 4px 10px;
        margin-right: 70px;
        margin-top: 0px;
        position: absolute;
        top: -6px;
    }

    .collapsed #showEconomyPlus, 
    .collapsed #showEconomyPlusTwo, 
    .collapsed #showEconomyPlusThree, 
    .collapsed #showHajjDeluxe, 
    .collapsed #showHajjEconomy, 
    .collapsed #showHajjEconomyMore,
    .collapsed #showHajjOther,
    .collapsed #showOmrahDeluxe, 
    .collapsed #showOmrahEconomy, 
    .collapsed #showOmrahEconomyMore, 
    .collapsed #showOmrahOther {
        margin-right: 0px;
        position: relative;
    }
    .package-header, .camparison-popup ul.names {
        margin-top: 15px;
    }

}

@media (max-width: 500px) {
    .camparison-popup .modal-body .row {
        margin:0px;
    }
    .camparison-popup .modal-body .row .col-3 {
        max-width: 90px;
        padding:0;
    }
    .camparison-popup .modal-body .row .col-9 {
        padding-left:3px;
    }
    .camparison-popup ul.names {
        width: 90px;
    }
    .box-phone-compare.col-4 {
        min-width: 135px;
    }
    #deluxePackHide, 
    #hideEconomyPlus, 
    #hideEconomyPlusTwo, 
    #hideEconomyPlusThree, 
    #deluxePackShow, 
    #showEconomyPlus, 
    #showEconomyPlusTwo, 
    #showEconomyPlusThree, 
    #showHajjDeluxe, 
    #hideHajjDeluxe, 
    #showHajjEconomy, 
    #hideHajjEconomy, 
    #showHajjEconomyMore, 
    #hideHajjEconomyMore,
    #showHajjOther, 
    #hideHajjOther,
    #showOmrahDeluxe, 
    #hideOmrahDeluxe, 
    #showOmrahEconomy, 
    #hideOmrahEconomy, 
    #showOmrahEconomyMore, 
    #hideOmrahEconomyMore,
    #showOmrahOther, 
    #hideOmrahOther{
        margin-right: 50px;
    }
    #showAllOmrah,
    #showAllHajj {
        top: -15px;
        width: 32px;
        height: 32px;
        padding: 8px 10px;
        margin-right: 25px;
    }
    .name1{padding-left:0px; padding-right:0px;}
    .chart_mob{margin-left:78px;}
    .compressed-hajj-deluxe {
        margin-top: 14px;
    }
    .compressed-hajj-economy {
        margin-top: 14px;
        `	}
        .compressed-hajj-economy-more {
        margin-top: 14px;
        }
        }


        .holder-for-hajj article#packages {
        padding: 80px 0 80px 0;
        }
        .holder-package #omrahPackages{
        padding: 15px 0 80px 0;
        }
        .holder-package .omrahBox {
        padding: 124px 0 80px 0;
        }



        .s-price{
        font-size: 22px;
        color: #14141c;
        font-weight: bolder;
        text-align: left;
        }
        .s-price strong {
        font-size: 25px;
        }
        .package-content {
        display: none;
        align-items: center;
        margin-bottom: 25px;
        font-size: 15px;
        color: #333;
        line-height: 24px;
        min-height: 195px;
        justify-content: center;
        }
        .content-link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        }
        .content-link i {
        color: #ffc403;
        }
        .content-link a {
        float: left;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        }
        .price_list3{
        background-color:#537f10;
        padding-top:10px;
        margin-top:12px;
        border-radius:3px;
        padding-bottom:10px;
        }
        .price_list3
        p{
        color:white;
        text-align:center;
        font-size:16px;
        }
        #style3{
        font-style:italic;
        font-size:15px;
        }
        #style4{
        color:#ffc403;
        }
        .room-material-popup {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        padding: 0;
        border-radius: 50px;
        background: #537f10;
        color: #fff;
        margin-left: 0.2em;
        }
        .tooltip-inner {
        background: #f7c318;
        color: #000;
        }
        #myModalMahbas .modal-dialog {
        max-width: 1200px;
        }
        .sub-none {
        border: none !important;
        }
        span.tag {
        position: absolute;
        right: 0;
        left: 20%;
        width: 100px;
        }
        h2.hajj-faq-title {
        margin-top: 60px;
        }
        #myModalEatmarna .modal-header, #myModalTawakkalna .modal-header{
        background: #ffc201e8 !important;
        }
        /*Updated 17-DEC*/
        .right .price_intro li {
        padding: 0 0 13px 25px;
        position: relative;
        font-size: 16px;
        color: #333;
        font-family: Roboto-Medium;
        line-height: 20px;
        text-align: left;
        list-style: none;
        }
        .right .price_intro li:before{
        position: absolute;
        top: 0;
        left: 0;
        content: "\f058";
        font-size: 14px;
        color: #35500c;
        font-family: "FontAwesome-Rg";
        }
        .right .price_intro ul {
        margin-left: 26px;
        list-style: none;
        }
        .Omrah-pckg-heading-one, .Omrah-pckg-heading-two, .Omrah-pckg-heading-three {
        //margin-bottom: 22% !important;
        }
        .image.omrah-image-one, .image.omrah-image-two, .image.omrah-image-three  {
        margin-bottom: 0 !important;
        }
        .package-content.omrah-pckg-content-one, .package-content.omrah-pckg-content-two, .package-content.omrah-pckg-content-three {
        margin-bottom: 0px;
        }
        .omrah-package-p-one, .omrah-package-p-two {
        min-height: 60px !important;
        }
        .detail_item .timeline .stage .timeacordian .ques .tag{
        left:13%;
        }
        @media only screen and (min-width: 480px) and (max-width: 640px) {}
        @media only screen and (min-width: 200px) and (max-width: 480px) {
        .detail_item .timeline .stage .timeacordian {width: calc(100% - 40px) !important;}
        .omrahBox .item .sub h3{margin-bottom:30% !important;}
        .detail_item .timeline .stage .timeacordian .ques .tag{position: relative;left: 0px;clear: both;width: 100%;}
        }

