/*
Theme Name:  Custom Theme
Theme URI: http://technoties.net/
Author: Techno Ties
Author URI: http://technoties.net/
Version: 2.0
License: GNU General Public License v2 or later

*/         
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); */

*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
a svg {
    width: 30px;
    height: 25px;
    fill: #fff;
    position: relative;
    top: 3px;
}

.pdy-10  {padding-top: 1rem;padding-bottom: 1rem;}
.pdy-20  {padding-top: 2rem;padding-bottom: 2rem;}
.pdy-30  {padding-top: 3rem;padding-bottom: 3rem;}
.pdy-40  {padding-top: 4rem;padding-bottom: 4rem;}
.pdy-50  {padding-top: 5rem;padding-bottom: 5rem;}
.pdy-60  {padding-top: 6rem;padding-bottom: 6rem;}
.pdy-70  {padding-top: 7rem;padding-bottom: 7rem;}
.pdy-80  {padding-top: 8rem;padding-bottom: 8rem;}
.pdy-90  {padding-top: 9rem;padding-bottom: 9rem;}
.pdy-100 {padding-top: 10rem;padding-bottom: 10rem;}
.pdy-130 {padding-top: 11rem;padding-bottom: 11rem;}

.pdt-10  {padding-top: 1rem;}
.pdt-20  {padding-top: 2rem;}
.pdt-30  {padding-top: 3rem;}
.pdt-40  {padding-top: 4rem;}
.pdt-50  {padding-top: 5rem;}
.pdt-60  {padding-top: 6rem;}
.pdt-70  {padding-top: 7rem;}
.pdt-80  {padding-top: 8rem;}
.pdt-90  {padding-top: 9rem;}
.pdt-100 {padding-top: 10rem;}

.pd-10  {padding-bottom:1rem;}
.pd-20  {padding-bottom: 2rem;}
.pd-30  {padding-bottom: 3rem;}
.pd-40  {padding-bottom: 4rem;}
.pd-50  {padding-bottom: 5rem;}
.pd-60  {padding-bottom: 6rem;}
.pd-70  {padding-bottom: 7rem;}
.pd-80  {padding-bottom: 8rem;}
.pd-90  {padding-bottom: 9rem;}
.pd-100 {padding-bottom: 10rem;}



:root {
	--pri-clr: #007934;
	--sec-clr: #ffb652;
	--tran-all: all .5s ease-in-out;
	--b-sat: 'better_saturdayregular', sans-serif;
	--satisfy: 'Satisfy', cursive;
	--bodoni: 'Bodoni Moda', serif;
}
p,
a,
ul{
    font-size: 1.6rem;
  
}
p{
    color: #fff;
}

a {
    font-size: 1.6rem !important;
}
body {font-size:1.6rem;overflow-x: hidden;font-family: sans-serif;}
ul{
    font-size: 1.6rem;
}

h2{
    font-size: 5rem;
}

html{
    font-family: sans-serif, sans-serif;
    font-size: 62.5%;
    overflow-x: hidden;
    
    
}
a:hover {
    text-decoration: none;
}


a,
button {
	font-family: sans-serif, sans-serif;
	transition: all .5s ease-in-out;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
}

a:hover,
button:hover {
	text-decoration: none;

}

h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif, sans-serif;
	margin: 0;
}

p,span,small {
	font-family: sans-serif, sans-serif;
	margin: 0;
}

.woocommerce .star-rating span {
	font-family: star !important;
	color: #ffba56;
}

input,select {
	font-family: sans-serif, sans-serif;
}

ul,ul.list-inline {
	margin: 0;
	padding: 0;
}

li {
	padding: 0;
	list-style: none;
	font-family: sans-serif, sans-serif;
}

.btn {
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	border-radius: 0;
	transition: var(--tran-all) !important;
}

.btn-sec {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn-sec:hover {
	background-color: #000;
	color: #fff;
}

.btn-sec.btn-sec-inv {
	border: 2px solid #fff;
	color: #fff;
}

.btn-sec.btn-sec-inv:hover {
	background-color: #fff;
	color: #000;
}

.btn-pri {
    background-color: #fc0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 800;
}

.package-box h3 {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}

.btn-pri:hover {
	background-color: transparent;
	color: var(--pri-clr);
	border: 2px solid var(
	--pri-clr);
}

.btn-black {
	background-color: #000;
	border: 2px solid #000;
	color: var(--pri-clr);
}

.btn-black:hover {
	background-color: transparent;
	color: #000;
}

.clear-both {
	clear: both;
	width: 100%;
	height: 1px;
}

/* RESET CSS END */
/*responsive menu start*/
div#responsive-menu-btn1 {
    display: none;
}
.responsive-dashboard-main {
    position: fixed;
    z-index: 9999;
    top: 0;
    background:#fff;
    width: 100%;
    height: 100%;
    left: -105%;
    transition: 0.7s all;
}
.responsive-menu {width: 50%;margin: 0 auto;}

.responsive-menu ul li {
    padding: 10px 0px;
}

.responsive-menu ul li a {
    color: var(--clr2);
    font-size: 22px;
}

.responsive-menu ul li i {
    color: var(--clr2);
    padding-right: 16px;
}
div#responsive-menu-btn1 {
    float: right;
    padding-right: 28px;
}
section.dashboard1 {
    display: none;
}
/*responsive menu end*/
/* header menu start */
header.header {background: #fff}
header.header .logo-image img {
    width: 100%;
    height: auto;
}
.header-menu ul {
    display: flex;
    justify-content: end;
}
.header.m-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
}

.header-menu ul li {
    padding: 0px 20px;
}
.header-menu ul li a {
    color: #000;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.header {
    position: relative;
    z-index: 2;
}

  .banner .banner-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.banner-content {position: absolute;width: 100%;top: 50%;transform: translate(10px, -50%);}

.banner {
    position: relative;
}
.banner-content h3 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-content .banner-btn {
    text-align: end;
}

section.diset-rate .dune-saferi h4 {font-size: 18px;font-weight: 600;display: inline-block;animation: blinkingText 2s infinite;}

/* header menu end */


/* section price start */
.star {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.star ul li {
    display: inline-flex;
    flex: inherit;
}

.star ul li i {
    font-size: 20px;
    color: #db9913;
}

.star span {
    margin-left: 8px;
}
.saferi-img img {
    width: 100%;
    height: 240px;
}
.features-checkboxes {
    padding-top: 10px;
    border-top: 1px solid #ededed;
}

.features-checkboxes ul li {
    padding-bottom: 10px;
}
.features-checkboxes ul li i{
    background-color: green;
    border-radius: 3px;
    padding: 3px;
    font-size: 14px;
    color: #fff;
}
.features-checkboxes ul li svg {
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 3px;
    padding: 3px;
    fill: #fff;
    position: relative;
    top: 4px;
}
.box_grid_ul {
    padding: 20px;
    border-top: 1px solid #ededed;
}

.box_grid_ul li {
    display: inline-block;
    margin-right: 15px;
    line-break: auto;
}
.box_grid_ul li a {
    background: #fff;
    border: 2px solid #fc0;
    color: #fc0;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.box_grid_ul li a:hover {
    background: #fc0;
    color: #fff;
}
.btnzee {
    background: #fff;
    border: 2px solid #fc0;
    color: #fc0;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}
.home-slider .slick-dots {
    bottom: 20px;
}
.slick-dots li.slick-active button:before
{
    background: #000;
}
.news-sec .slick-next {
    right: -30px;
}
.news-sec .slick-prev {
    left: -20px;
}
.testimonial-slider .slick-next {
    right: -60px;
}
.testimonial-slider .slick-prev {
    left: -40px;
}
.btnzee:hover {
    background: #fc0;
    color: #fff;
}
.blink-text{
    font-size: 18px;
    display: inline-block;
    animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%      { color: #fc0;}
    25%     { color: #000000;}
    50%     { color: #fc0;}
    75%     { color: #000000;}
    100%        { color: #fc0;}
}

.dune-saferi h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
}
.price-box {
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
/* TESTIMONIAL-SEC CSS START */

.testimonial-thumbnail:hover {
    transform: translateY(10px);
    background: #fc0;
}

.testimonial-thumbnail:hover span,
.testimonial-thumbnail:hover p,
.testimonial-thumbnail:hover h4 {
    color: #fff;
}

.testimonial-thumbnail figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: auto;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

.testimonial-thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-thumbnail span {
    color: #231f20;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}

.testimonial-thumbnail p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    height: 190px;
}

.testimonial-thumbnail h4 {
    font-size: 18px;
    line-height: 28px;
    color: #250D7D;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
}

.testimonial-thumbnail ul li:not(:last-child) {
    margin-right: 2px;
}

.testimonial-thumbnail ul li {
    color: #fc0;
}

.testimonials-page .testimonial-thumbnail {
    margin: 10px;
    margin-top: 60px !important;
}

.testimonials-page .testimonial-thumbnail p {
    margin-top: -25px;
}

.testimonial-sec .primary-heading span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #231f20;
}

.testimonial-page .testimonial-thumbnail figure {
    margin-top: 0 !important;
    top: -50px !important;
    margin-bottom: 0 !important;
}

.testimonial-page .testimonial-thumbnail span {
    margin-top: -30px !important;
}

.mc-1 {
    margin: 10px;
}
.testimonial-thumbnail {
    position: relative;
    transition: all .5s ease-in-out;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    text-align: left;
    transition: 0.5s ease-in-out;
    margin: 60px 20px 30px 0px;
}
.mc-b-1{
 margin-bottom: 10px !important;
}

.d-block{
 display:block !important;
}
/* TESTIMONIAL-SEC CSS END */
/* SLICK SLIDER CSS START */

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-next::before,
.slick-prev::before {
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 1;
    opacity: 1;
    color: #fc0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: all 0.8s ease-in-out 0s;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    right: 0px;
    z-index: 1;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    background: transparent;
    color: #000;
}

.slick-dots li button:before {
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    opacity: 1;
    background: #fc0;
    border-radius: 50%;
}

.slick-dots {
    bottom: -40px;
}


/* SLICK SLIDER CSS END */
/* NEWS SECTION START */
    
    .news-sec h3,
    .event-content h3,
    .blog-content h3 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }
    
    .news-bg .news-box {
        margin: 20px 0;
    }
    
    .news-box {
        background: #fff;
        text-align: center;
        padding: 20px;
        border-bottom: 2px solid #000;
        margin: 20px;
        transition: 0.5s ease-in-out;
        border: none;
    }
    
    .news-box:hover {
        transform: translateY(-10px);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
    }
    
    .news-box .news-img img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 201px;
        border-radius: 10px;
    }
    
    .news-box .news-content {
        margin-top: 20px;
    }
    .news-box .news-content a svg {
        fill: #fc0;
        position: relative;
        top: 7px;
    }
    .news-box .news-content span {
        color: #fc0;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 24px;
    }
    
    .news-box .news-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    
    .news-box .news-content p {
        color: #787878;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .news-box.news-1 {
        border-color: #5edbd5;
    }
    
    .news-box.news-2 {
        border-color: #fc0;
    }
    
    .news-box.news-3 {
        border-color: #9365d4;
    }
    /* NEWS SECTION END */
    /* FOOTER SECTION START */

    footer {
        background-color: #000;
    }
    .footer {
        padding: 3% 0 3% !important;
    }
    .footer-content h4 {
        font-size: 22px;
        line-height: 0px;
        margin: 20px 0px 30px 0px;
        color: #ffffff;
        text-decoration: underline;
    }
    
    .footer-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .footer-content .contact-list li a {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-family: 'SFCompactDisplay-Bold';
    }
    
    .footer-content .contact-list li a i {
        font-size: 24px;
        margin-right: 14px;
        color: #fff;
    }
    
    .footer-content .social-list li a {
        color: #fff;
        font-size: 25px;
        line-height: 35px;
    }
    
    .footer-content ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .footer-content ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
    
    .copyright {
        border-top: 1px solid #e0e0e0;
    }
    
    .copyright p {
        font-size: 20px;
        line-height: 30px;
    }
    .pc-p-6 {
        padding: 6% 0;
    }
    .pc-p-3 {
        padding: 1% 0 3% 0;
    }
    .pc-p-2 {
        padding: 2% 0;
    }
        .mc-l-2 {
        margin-left: 20px !important;
    }
    .mc-t-2 {
        margin-top: 20px !important;
    }
    .footer-content .social-list li a i {
        font-size: 25px;
        padding: 0px 10px 0px 0px;
    }
    /* FOOTER SECTION END */

.dune-saferi {
    padding: 20px 20px 0 20px;
}
.price {
      
       display: inline-block;
       animation-fill-mode: forwards;
       -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
       position: absolute;
       left: 20px;
       bottom: 0;
       background-color: black;
       background-color: #fc0;
       padding: 10px 15px;
       line-height: 1;
       color: #fff;
       font-weight: 600;

       
       border-top-right-radius: 10px;
       border-top-left-radius: 10px;
}
.price h4 {
    font-size: 16px;  
      
}

.saferi-img {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hour {
    display: flex;
    justify-content: space-between;
}
.hour-detail h5 {
    display: inline-block;
}
* Submenu*/
.header-menu ul li {
    position: relative;
}
.header-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 0px;
    top: 42px;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 320px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-menu ul ul:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #007934;
    border-width: 7px;
    margin-left: -7px;
  }
  .header-menu ul ul.ul2menudropdown {
        min-width: 220px;
    }
  .header-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .header-menu ul ul li a {
    font-size: 14px !important;
    font-size: 0.8125rem;
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 10px;
    line-height: 1;
  }

  .header-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .header-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .header-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #392779;
    padding-left: 18px;
  }
.header-menu ul li {
    position: relative;
}
.btn_order_package{
    float: right;
}
.features-checkboxes ul li i.fa-times {
    background: red;
}
.features-checkboxes ul li.makered svg {
    background-color: red;
}
#list_feat ul li svg {
    width: 15px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    fill: #0d9a15;
}
.makered {
    color: red;
}
.makeboldgreen {
    color: #fc0;
    font-weight:700;
}
.title {
    font-size: 35px;
    font-weight: 600;
    font-family: revert;
}
.sec1zee p {
    color: #000;
    line-height: 33px;
    font-size: 16px;
    padding: 25px 0px 0px 0px;
    text-align: justify;
}
.features-checkboxes ul li b {
    color: #fc0;
}
.testimonial-thumbnail:hover ul li i {
    color: #fff;
}
.banner-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.package-details
{
    margin: 20px 0px 40px 0px;
}
.package-details .desc {
    margin-bottom: 15px;
}

.package-details .desc h2 {
    font-size: 30px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 7px;
}

.package-details .desc p {
    line-height: 31px;
    color: #000;
}
.package-details .inclusions h3 {
    font-size: 30px;
    line-height: 50px;
}
.box_detail {
  padding: 25px 25px 15px 25px;
  border: 1px solid #ededed;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.box_detail .price_inc {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px -25px;
  padding: 5px 25px 15px 25px;
  font-size: 32px;
  font-weight: 600;
}
.box_detail .price_inc span{
  color: #fc0;
}
.box_detail .price_inc .original_price {
  color: #3f9fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.box_detail .price_inc .original_price em {
  text-decoration: line-through;
  margin: 0 10px;
  font-style: normal;
}
.box_detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 25px 0 10px 0;
}
.box_detail ul {
  margin-bottom: 0;
}
.box_detail ul li {
  margin-bottom: 5px;
}
.box_detail ul li i {
  margin-right: 8px;
}
.box_detail figure {
  position: relative;
  background-color: #000;
}
.box_detail figure img {
  opacity: 0.8;
}
.box_detail figure span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.box_detail figure a i {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 42px;
  font-size: 2.625rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.box_detail figure:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/*-------- 3.4 Input forms --------*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.input_field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  margin-top: 2em;
  padding: 1.3rem 0.15em;
  width: 100%;
  background: transparent;
  color: #555;
  outline: none;
}
.input_field:focus + .input_label::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input_label {
  display: inline-block;
  float: right;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
.input_label::before, .input_label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 2px solid #ddd;
}
.input_label::after {
  margin-top: 0;
  border-bottom: 2px solid #3f9fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.input__label-content {
  display: block;
  padding: 1.6em 0;
  width: 100%;
  position: absolute;
}

.input--filled .input_label::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input_field:focus + .input_label .input__label-content,
.input--filled .input__label-content {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
  color: #999;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    -moz-transform: translate3d(1em, 0, 0);
    -ms-transform: translate3d(1em, 0, 0);
    -o-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    -moz-transform: translate3d(-1em, -40%, 0);
    -ms-transform: translate3d(-1em, -40%, 0);
    -o-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
.package-details .btn_div {
    margin: 20px 0px;
}
.box_detail .btn_submit {
    background: #fc0;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    width: 100%;
}
.box_detail .btn_submit:hover {
    background: #fc0;
    color: #000;
}
.box_detail h3 {
    font-size: 25px;
    margin: 25px 0 10px 0;
    color: #000;
}
.box_detail p {
    color: #000;
    margin-bottom: 10px;
}
.box_detail ul {
    margin-bottom: 0;
}
.box_detail ul li {
    margin-bottom: 5px;
}
.box_detail ul li a{
    color: #fc0;
    font-weight: 500;
}
.box_detail ul li a:hover{
    color: #000;
}
.rightcalltoaction {
    position: fixed;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    z-index: 999;
}
.rightcalltoaction a {
    background: #fc0;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    margin: 0 0 11px;
    border: solid 2px #fff;
    box-shadow: 6px 9px 30px #0000006b;
}
.rightcalltoaction a:hover {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    background: #ffcc33;
    color: #000;
    border: #e91082;
    transition: .5s;
    border: solid 2px #000;
}
.rightcalltoaction a i {
    font-size: 25px;
    margin-top: 3px;
}
.floatbutton.active {
    left: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    left: -370px;
    top: 17%;
    font-size: 0;
    width: 420px;
    z-index: 9
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 99;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(239, 81, 51, .2);
    border-radius: 10px 0 0 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background: #fc0;
    transform: rotate(180deg);
    border: 2px solid #fff;
    border-right: none;
}
.floatbutton.active .clickbutton {
    background: #fff;
    color: #000;
    border-color: #000;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -46px;
    white-space: pre;
    bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input, select {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0!important;
    margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px
}

.ban-form input[type=submit] {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    background: #fc0;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}
.packages_order_btn{
    background: #fff;
    border: 2px solid #fc0;
    color: #fc0;
    padding: 5px 20px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}
.packages_order_btn:hover {
    background: #fc0;
    color: #fff;
}
.btn_div{
    padding: 30px 20px;
    border-top: 1px solid #ededed;
}
.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0!important;
    margin: 15px 0 0 0
}
.header-menu ul li a.color_green {
    color: #ffffff;
    background: #fc0;
    padding: 4px 7px;
    border-radius: 5px;
}
.header-menu ul li a.color_green:hover {
    background-color: #fff;
    color: #fc0;
}
.ban-form input[type=submit]:hover {
    background: #fc0;
    color: #000;
}
.header-menu ul li a:hover {
    color: #fc0;
}
.price.price2 { left: 220px; }

/*New Packages Box*/
.package-box-content {
    /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);*/
    /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
    /*margin: 0px 0px 40px 0px;*/
    background-color: #FFFFFF;
    color: #000;
    /*position: relative;*/
    /*top: auto;*/
    /*left: auto;*/
    padding: 20px 0px 10px 0px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.package-box {
    background-color: #FFFFFF;
    text-align: center;
    border: 3px solid #fc0;
    padding: 0px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 40px;
}
.package-box .packages_order_btn {
    text-align: center;
    display: block;
}
.banner-btn a {
    border-radius: 10px;
    padding: 15px 15px;
    top: -10px;
    position: relative;
}
.package-box-content p {
    text-align: justify;
    color: #000;
    line-height: 24px;
    font-size: 14px;
    /*height: auto;*/
    /*min-height: 150px;*/
    /*max-width: 300px;*/
}
.package-box .package-box-content h3 {
    color: #fc0;
    font-weight: 800;
    font-size: 26px;
    margin: 20px 0px 0px 0px;
    font-family: inherit;
}
.package-box-content p span{
    color: #fc0;
    font-size: 16px;
}
.package-box-content .row.btn_div {
    border: none;
    padding: 20px 13px;
}
.package-box-image img {
    width: 100%;
    height: 200px;
}
/*New Packages Box*/
/*New Special Packages*/
.special-package .package-box-image img {
    border-radius: 470px;
    width: 200px;
    height: 200px;
}
.special-package-content h3 {
    color: #fc0;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
.special-package-image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.special-package-content h4 {
    color: #663504;
    font-weight: 700;
    font-size: 20px;
    line-height: 10px;
}
.special-package-content ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 700;
}
.special-inclusions {
    background: #e6f3f2;
    padding: 5px 20px;
}
.special-inclusions h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}
.special-package h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #fc0;
}
.special-package p {
    color: #000;
    line-height: 30px;
    padding: 20px 0px;
}
.row.special-package {
    margin-bottom: 30px;
}
/*New Special Packages*/
.mt-50 {
    margin-top: 50px;
}
section.aboutUsPag.mt-100.text-center {
    padding: 100px 0px;
}

.aboutUsPag h1 {
    font-size: 50px;
    line-height: 120px;
    font-weight: 800;
}
a.whatsapp
{
    background:#0d9a15;
}
section.news-sec.sec2 h3 {
    margin-top: 30px;
}
.title span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 2px;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 10 18'%3E%3Cstyle type='text/css'%3E.squiggle%7Banimation:shift .5s linear infinite;%7D@keyframes shift %7Bfrom %7Btransform:translateX(-10px);%7Dto %7Btransform:translateX(0);%7D%7D%3C/style%3E%3Cpath fill='none' stroke='yellow' stroke-width='1' class='squiggle' d='M0,17.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5 c 2.5,0,2.5,-1.5,5,-1.5 s 2.5,1.5,5,1.5' /%3E%3C/svg%3E");
    display: inline-block;
    width: fit-content;
}
div#responsive-menu-btn1 a svg {
    width: 20px;
    fill: #000;
    position: relative;
    top: -10px;
    right: -5px;
}
.footer-content .contact-list li a svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px;
}
.footer-content .social-list li a svg {
    width: 25px;
    height: 25px;
}
.copyright p svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
@media screen and (min-width: 1366px) {
    .header-menu ul li {
        padding: 0 10px;
    }
    .packages_order_btn {
        padding: 5px 15px;
    }
    .btn_div {
        padding: 30px 0px;
    }
    .testimonial-thumbnail p {
        overflow-y: scroll;
    }
    .news-box .news-content h4 {
        height: 90px;
    }
    .footer-content h4 {
        font-size: 17px;
    }
}
@media screen and (min-width: 1280px) {
    .header-menu ul li {
        padding: 0 10px;
    }
    .btn_div {
        padding: 30px 0px;
    }
    .packages_order_btn {
        padding: 5px 15px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
    .price h4 {
        font-size: 16px;
    }
    .price.price2 {
        left: 165px;
    }
    .banner-btn {
        bottom: 20px;
    }
    .package-box .packages_order_btn {
        padding: 5px 0px;
        display: block;
        text-align: center;
    }
    .package-box-content p:nth-child(2) {
        height: 70px;
    }
    .btn_div {
        padding: 30px 0px;
    }
    .news-box .news-content h4 {
        height: 100px;
    }
    .testimonial-thumbnail p {
        overflow-y: scroll;
    }
    .header-menu ul li {
        padding: 0px 10px;
    }
    .header-menu ul li a.color_green {
        display: none;
    }
}
@media only screen and (min-width:280px) and (max-width:800px) {
    .price.price2 {
        left: 200px;
    }
    .price h4 {
        font-size: 16px;
    }
    .floatbutton {
        display: none;
    }
    /*.rightcalltoaction {*/
    /*    display: none;*/
    /*}*/
    .news-box {
        padding: 0px 20px 0px 0px;
    }
    .home-slider{
        display: none;
    }
    .btn_order_package{
        float: none;
    }
    .box_grid_ul {
        padding: 20px 0px 0px 0px;
        display: inline-flex;
    }
    .features-checkboxes ul li {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .footer-content h4 {
        line-height: 30px;
        margin: 20px 0px 20px 0px;
    }
    header.header
    {
        display:none;
    }
    .responsive-menu-btn1 i {
        color: #000;
        font-size: 30px;
    }
    .responsive-logo {
        justify-content: left;
    }
    .mobile-logo {
        width: 220px;
    }
    div#responsive-menu-btn1 {
        padding: 0;
        margin: 20px;
    }
    .responsive-menu ul li.hasdropdown {
        position: relative;
    }
    .responsive-menu ul li.hasdropdown ul.submenu {
        display: none;
        position: relative;
        overflow: initial;
        background: #fff;
        width: 100%;
        z-index: 9999;
        margin: 0px 10px;
        float: left;
    }
    .responsive-menu ul li.hasdropdown ul.submenu.active {
        display: block;
    }
    .responsive-menu {
        width: 100%;
        margin: 0 20px;
        display: block;
    }
    .responsive-menu ul li a.link1 {
        text-decoration: underline !important;
        font-size: 20px !important;
    }
    .responsive-menu ul.menuul {
        margin-top: 30px;
    }
    .packages_order_btn {
        padding: 9px 12px;
        display: table;
        width: 100%;
        float: none;
        text-align: center;
        margin: 7px 0px;
    }
    .btn_div {
        padding: 30px 0px;
    }
    section.news-sec {
        margin-bottom: 30px;
    }
    .testimonial-thumbnail p {
        overflow-y: scroll;
    }
    .testimonial-thumbnail span {
        font-size: 16px;
    }
    .special-inclusions {
        margin-top: 40px;
    }
    .special-package-image img {
        margin: 0 auto;
        display: block;
    }
    .special-package-content {
        text-align: center;
    }
    .footer-content {
        margin: 30px 0px;
    }
    section.dashboard1.pdy-20 {
        background: #fff;
        padding: 20px 0px 0px 0px;
    }
    .responsive-menu-btn1 i.fa.fa-times {
        color: #000;
    }
    .aboutUsPag h1 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 30px;
    }
    .title {
        font-size: 24px;
        line-height: 40px;
        display: inline;
        width: fit-content;
    }
    .banner-btn
    {
        display:none;
    }
    .sec1zee p {
        color: #000;
        line-height: 33px;
        font-size: 16px;
        padding: 25px 16px 0px 16px;
        text-align: justify;
    }
}