.p_hadding {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    text-align-last: center;
    max-width: 900px;
    margin: 0 auto 30px; 
}
.overflow_hidden {
    overflow: hidden;
}
.services_act {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(3, 27, 78, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(3, 27, 78, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(3, 27, 78, 0.1);
    background-color: #fff;
    border-radius: 3px;
    padding: 8px;
    box-sizing: content-box;
   
}
.services_act img {
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.services_act:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.services_act .content {
    padding: 15px;
}
.services_act h2 {
    color: #202808;
    font-size: 22px; margin: 0px 0 10px;
}
.services_act p {
    text-align: justify;
    line-height: 25px;
    min-height: 145px;
}
.view_more {
    border: 1px solid #202808;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    color: #202808;
    font-weight: 600;
    text-align: center;
    line-height: 1; 
}
.view_more:hover {
    color: #fff;
    background: #202808;
}
 
.contact-content p, .aboutt p {
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
}
.hes-gallery img {
    padding: 5px;
    border: 1px dotted #d88f31;
    margin-bottom: 20px;
    cursor: pointer;
}


#hgallery {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

#hg-bg::after:hover {
  background-color: white;
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  background-color: white;
  transition: transform 0.3s;
  transform: scale(1);
}

#hg-pic-cont.hg-transition {
  transform: scale(0.1);
}

#hg-pic-cont::before {
  content: attr(data-subtext);
  color: #ddd;
  font-size: 14px;
  position: absolute;
  display: block;
  left: 5px;
  top: calc(100% + 6px);
}

#hg-pic-cont::after {
  content: attr(data-howmany);
  color: #aaa;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 5px;
  bottom: -20px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: default;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

#hg-pic:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#hgallery button {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
  background-color: transparent;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz4NCiAgICA8cGF0aCBkPSJNMC0uMjVoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==');
  background-size: contain;
  border: 0;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
}

#hgallery button:hover {
  opacity: 1;
}

#hgallery button#hg-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 10px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

.row.hes-gallery {
  padding: 30px 0 0;
}

.hes-gallery img {
  padding: 5px;
  border: 1px dotted #d88f31;
  margin-bottom: 20px;
  cursor: pointer;
}
.cursor_pointer{cursor: pointer;}
 
.owl_dots_none .owl-dots {
    display: none;
}
.faq_part_home .accordion-item {
    background: #ffffff;
    padding: 5px;
    margin-top: 17px;
    border-radius: 8px;
    box-shadow: 1px 7px 8px hsl(0deg 0% 0% / 13%);border: 0;
}
.faq_part_home .accordion-item h3 button {
    position: relative;
    font-size: 17px;
    margin: 0;
    color: #323e10!important;
    padding: 11px 16px;
    background: #fff!important;
    box-shadow: inherit!important;
    font-weight: 600;
}
.faq_part_home .accordion-body {
    padding: 15px;
}
.bg_light {
    background: hsl(75.65deg 58.97% 15.29% / 6%);
}
.welcomebox {
    padding: 10px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    margin: 10px 0;
    border-radius: 10px;
}
.welcomebox p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    text-transform: capitalize;
    color: #0e1012;
}
.cancelsafari_list ul li {
    background: url(../img/arrow_tiger.png) no-repeat;
    list-style: none;
    padding: 2px 0 12px;
    position: relative;
    padding-left: 38px;
}
.note li {
    list-style: disc;
    margin: 5px 0 0 20px;
}
.important{color: #e48318;     padding-bottom: 20px;}
.ond .owl-nav, .ond .owl-dots{ display: none;}
.img_border img {
    padding: 5px;
    border: 1px dotted #d88f31;
    margin-bottom: 20px;
    cursor: pointer;
}



.safari-pop.modal-content 

.pop-div{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.pop-div input.form-control, .pop-div select.form-control {
    height: 40px;
    color: #202808 !important;
    border: 0;
    border-radius: 7px;
    font-size: 13px;
    background-color: #fff !important;
    border: 1px solid hsl(75deg 66.67% 9.41% / 47%);
    font-weight: 500;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.pop-div div.ww-5{
  width: 50%;
}

#modal_submit_btn{
  justify-content: center;
  width: 100%;
}

 .modal-safari-info {
            background: #f8f4ef;
            border-left: 4px solid #c8a96e;
            border-radius: 6px;
            padding: 10px 14px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 6px;
        }

        .modal-safari-info .safari-info-name {
            font-weight: 700;
            font-size: 15px;
            color: #2c2c2c;
        }

        .modal-safari-info .safari-info-price {
            font-weight: 700;
            font-size: 15px;
            color: #c8530a;
        }

        /* loader inside modal */
        #modal_loader_img {
            display: none;
            margin: 8px auto 0;
        }

        #modal_success_msg {
            display: none;
            color: green;
            text-align: center;
            margin-top: 10px;
            font-weight: 600;
        }

        #modal_error_msg {
            display: none;
            color: red;
            text-align: center;
            margin-top: 10px;
        }


@media (max-width:767px) {
 
.inner_middle {
    padding: 40px 0;
}
.services_act p { 
    min-height: auto;
}
.p_hadding br, .p_left, .mo_none {
    display: none;
}
.row.hes-gallery {
    padding: 10px 0;
}
.faq_part_home .accordion-item h3 button {
    font-size: 15px;
}
#modal_safari_date {
    background: url("../img/calendar.png") no-repeat scroll 93% 10px;
}
#modal_safari_date[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
}