body {
    color: #232323;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;

}

ul{
    list-style: none;
}
li{
    list-style: none;
}

.navbar-brand{
    max-width: 85px;
}
.navbar-brand img{
    width: 100%;
}

.main-title {
    font-size: 55px;
    line-height: 1.4;
    font-weight: 800;
    color: red;
    text-align: center;
    margin-bottom: 40px;
}

/* end common */


/* subheader */
.subheader {
    border-top: 7px solid #e80002;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}


.subheader .subheader-link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-align: right;
    font-weight: 700;
}

.subheader .subheader-link:hover { color: red; }

.subheader .subheader-link.active {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 0px 12px 12px;
    background-color: #e80002;
    color: #ffffff;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
    margin-left: 20px;
    margin-top: -1px;
}

.subheader .subheader-link.active:hover { background: red !important; }

/* end subheader */


/* header */

.header .menu_links ul li {
    margin: 0px 18px;
}

.header .menu_links ul li:first-child {
    margin-left: 0px;
}

.header .menu_links ul li:last-child {
    margin-right: 0px;
}


.header {
    background-color: #ffffff;
}

.header .nav-item .nav-link {
    font-size: 18px;
    line-height: 1.4;
    padding: 0px;
    font-weight: bold;
    color: #000000;
    transition: all ease 300ms;
}


.header .nav-item .nav-link:hover {
    color: red;
}

.navbar-toggler {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #000000;
    border-width: 2px;
    padding: 1px;
}

.fa-bars {
    color: #000000;
}

/* end header */

.homepage .homepage-img { background: none !important; } 
.homepage .homepage-form, .homepage .homepage-img { position: relative; }
.banner_slider {  overflow: hidden; width: 100vw; height: 100%; position: absolute; top: 0;  }
    
   .banner_slider .slide { position: absolute;  top: 0;  left: 0; width: 100%; height: 100%; background-size: cover !important; background-position: top center !important; animation: slider 30s  infinite; } 
   .banner_slider .slide::before { width: 100%; height: 100%; top: 0; left: 0;  background-color: rgba(0, 0, 0, 0.38); position: absolute; content: ""; }

   .banner_slider .slide:nth-child(1) {
      background: url('../images/slider1.JPG') no-repeat;
      animation-delay: 0s;
   }
   
   .banner_slider .slide:nth-child(2) {
      background: url('../images/slider2.JPG') no-repeat;
      animation-delay: -6s;
   }
   
   .banner_slider .slide:nth-child(3) {
      background: url('../images/slider3.JPG') no-repeat;
      animation-delay: -12s;
   }
   
   .banner_slider .slide:nth-child(4) {
      background: url('../images/slider4.JPG') no-repeat;
      animation-delay: -18s;
   }
   
   .banner_slider .slide:nth-child(5) {
      background: url('../images/slider5.JPG') no-repeat;
      animation-delay: -24s;
   }
   
   @keyframes slider {
    0%, 16%, 100% {
      opacity: 1;
      animation-timing-function: ease;
      z-index: 0;
    }
    20% {
      opacity: 0;
      animation-timing-function: step-end;
      z-index: 0;
    }
    96% {
      opacity: 1;
      animation-timing-function: step-end;
      z-index: -1;
    }
  }




/* home */
.homepage {
    background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.homepage-inner {
    padding: 50px 0px;
}

.homepage .homepage-img {
    height: 90vh;
    background-image: url('../images/birthday-header.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.homepage .homepage-subtitle {
    color: #161829;
    font-size: 30px;
    font-weight: 700;
}

.homepage .homepage-title {
    color: red;
    font-size: 40px;
    font-weight: 800;
}

.homepage .homepage-text {
    font-size: 18px;
    color: #161829;
    margin-top: 20px;
    font-weight: 600;
}

.homepage .homepage-form {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.42);
    border-radius: 10px;
    margin-top: -200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.homepage .homepage-form .homepage-form-header {
    height: 120px;
    background-image: url('../images/form-header.png');
    background-size: 100% 100%;
    background-position: bottom;
    padding: 10px;
}

.homepage .homepage-form .homepage-form-header .homepage-form-title {
    font-size: 30px;

    font-weight: 700;
    color: #fff;
    text-align: center;
}

.homepage .homepage-form .homepage-form-body {
    padding: 15px;
}

.homepage .homepage-form .homepage-form-body input {
    width: 100%;
    /* height: 55px; */
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #434343;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
  
}

.homepage-form .homepage-form-body input[type="submit"] {
background-color: red;
color: #fff; border-color: red;
}

.homepage .homepage-form .homepage-form-body input::placeholder {
    
  color: #232323;  
    font-size: 18px;
    font-weight: 700;
}

.homepage-form .homepage-form-body input[type="submit"]:hover {color: #fff; background-color: #424649; border-color: #424649;}

.homepage .homepage-form .homepage-form-body button {
    background: red;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 100px;
    border: none;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}

/* end home */


/* chooseus */
.chooseus {
    padding: 50px 0px;
}

.chooseus .chooseus-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 15px 0px;
}

.chooseus .chooseus-box .chooseus-img {
    height: 100px;
    width: 100px;
    /* height: 128px;
    width: 128px; */
}

.chooseus .chooseus-box .chooseus-img img {
    max-width: 100%;
    height: auto;
}

.chooseus .chooseus-box .chooseus-title {
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    margin-top: 20px;
    line-height: 120%;
}

.chooseus .chooseus-subtitle {
    font-size: 20px;

    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    color: #696969;
}

/* end chooseus  */


/* our package */
.our-package {
    padding: 50px 0px;
    background-color: #0f2b6a;
    height: 700px;
}

.our-package .our-package-title {
    /* font-size: 45px; */
    font-size: 55px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.our-package .our-package-card {
    padding: 6px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px 0px;
}

.our-package .our-package-card .our-package-card-header {
    background-color: red;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.our-package .our-package-card .our-package-card-header .our-package-card-title {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

.our-package .our-package-card .our-package-card-header .our-package-card-subtitle {
    font-size: 25px;

    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.our-package .our-package-card .our-package-card-body {
    padding: 20px;
    margin-bottom: 0px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-img {
    height: 20px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-title {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;

    color: #232323;
}

.our-package-long-card {
    display: flex;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.our-package-long-card .our-package-long-card-title {
    border-radius: 10px 0px 0px 10px;
    writing-mode: tb;
    background: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 30px;

    font-weight: 800;
    color: #ffffff;
}

.our-package-long-card .our-package-long-card-body {
    padding: 6px 20px;
    margin-bottom: 0px;
    width: 100%;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem {
    display: flex;
    align-items: center;
    width: 90px;
    font-size: 16px;

    font-weight: bold;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem img {
    margin-right: 10px;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem .our-package-long-card-subtext {
    font-size: 18px;

    font-weight: 800;
    color: red;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-item-title {
    font-size: 18px;

    font-weight: 800;
    color: #232323;
    width: calc(100% - 90px);
}

.our-pacakge-long-card-inner {
    padding-left: 0px;
}

.our-pacakge-long-card-inner-item {
    display: flex;
}

.inner-detail {
    display: flex;
    align-items: center;
}

.inner-detail img {
    margin-right: 10px;
}

.inner-detail .inner-subtext {
    font-size: 18px;

    font-weight: 800;
    color: red;
}

.inner-title {
    font-size: 18px;
    font-weight: 800;
    color: #232323;
    margin-left: 5px;
}

.ortext {
    color: #696969;
    font-weight: 700;
}

/* end our package */


/* photo gallery */
.photo-section {
    margin-top: 150px;
}




/* section.mobile_wrapper {
    margin: 300px 0px 20px;
} */

section.mobile_wrapper .owl-dots {
    margin-top: 30px !important;
}

.mapsection {
    position: relative;
}

.mapsection .map_address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(30%, -70%);
    padding: 20px;
    border-radius: 10px;
    background-color: red;
    line-height: 1.2;
    color: #fff;
}

.mapsection .map_address a {
    color: #ffffff;
}



/* wizard section */

.wizard_block { max-width: 1000px; width: 100%; margin: 0px auto; }

.birthday_form_wizard { padding: 50px 0px; background-color: #035ead; min-height: 500px;}
.birthday_form_wizard  .fs-title { font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 20px; }
.birthday_form_wizard  .fs-title span { font-size: 14px; line-height: 24px; font-weight: bold; color: #fff;  }
.birthday_form_wizard label.form-label { font-size: 16px; color: #fff; margin-bottom: 5px; }
.birthday_form_wizard .form-group { margin-bottom: 25px; }
.birthday_form_wizard .form-control { border: 1px solid #fff; background: none !important; font-size: 14px; color: #fff; padding: 10px 15px; box-shadow: none !important;  }
.birthday_form_wizard .next { background-color: red; width: 150px; color: #fff; border: none; padding: 16px 20px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; border-radius: 0;font-weight: bold; box-shadow: none; }
.birthday_form_wizard .previous{ background-color: #000; width: 150px; color: #fff; border: none; padding: 16px 20px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; border-radius: 0;font-weight: bold; box-shadow: none; margin-right: 10px; }

.custom-check-box { width: 100%; display: block; margin-bottom: 20px; }
.check-boxs { width: 100%; margin-bottom: 18px; }
.custom-checks { background: none;padding-top: 0px; padding-bottom: 0px;  width: 100% !important;}
.checkbox { position: relative; padding-left: 30px; cursor: pointer;font-size: 14px; line-height: 24px; font-weight: bold; -webkit-user-select: none; color: #fff !important;  -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 0; margin-left: 0px; }
.checkbox a { color: #fff !important;  text-decoration: underline !important; }
.checkbox a:hover { color:#F71F4D !important; }
.checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;}
.checkmark { position: absolute; top: 2px; left: 0; height: 20px; width: 20px; background: transparent; border: 1px solid #fff; border-radius: 4px; }

.checkmark::after { display: none;}
.checkmark::after {content: "";position: absolute; left: 6px; top: 1px; width: 6px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
input:checked ~ .checkmark::after { display: block;}

.info-text { font-size: 14px; line-height: 24px; font-weight: bold; color: #fff; margin-bottom: 20px; }
.info-text a { color: #fff; }
.info-text a:hover { color:#F71F4D !important;  }
.radio_block { display: flex; width: 100%;  }

.pay_text { font-size: 14px; line-height: 24px; font-weight: bold; color: #fff; margin-bottom: 20px; }

[type="radio"]:checked + label span,
[type="radio"]:not(:checked) + label span { position: relative; z-index: 1111111; }
[type="radio"]:checked + label span  { color: #fff; }
[type="radio"]:not(:checked) + label span { color: #000; }
[type="radio"]:checked,
[type="radio"]:not(:checked) { position: absolute; left: -9999px;  }
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label{ position: relative; padding: 12px; cursor: pointer; line-height: 24px; font-size: 16px; width: 100%; height: 100%; display: flex; align-items: center; }
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after { content: ''; width: 100%; height: 100%; background: red; position: absolute; top: 0; left: 0;  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
[type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

.fully-text { font-size: 18px; color: #fff; margin-top: 20px; margin-bottom: 50px; font-weight: 600; text-align: center; }
.choose-box { width: 100%; margin-bottom: 30px; }
.radio_f { width: 33%; padding-right: 10px; }

input { box-shadow: none !important; }


/*  */

.StripeElement iframe html body .p-GridCell { margin-bottom: 25px !important; }
.StripeElement iframe html body .p-FieldLabel { font-size: 16px !important; color: #fff !important; margin-bottom: 5px !important; }
.StripeElement  iframe .p-Input-input,
.Input, .p-FauxInput {  border: 1px solid #fff !important; background-color: none !important; font-size: 14px !important; color: #fff !important; padding: 10px 15px !important; box-shadow: none !important;}




/*progressbar*/
#progressbar { margin-bottom: 30px; overflow: hidden;  color: lightgrey; padding-left: 0px; }
#progressbar .active { color: #000000;}
#progressbar li { list-style-type: none; font-size: 12px; width: 25%; float: left; position: relative;}

/*Icons in the ProgressBar*/
#progressbar #account:before {  content: "1";}
#progressbar #personal:before { content: "2";}
#progressbar #payment:before { content: "3";}
#progressbar #confirm:before { content: "4";}

/*ProgressBar before any progress*/
#progressbar li:before { width: 50px; text-align: center; z-index: 1; position: relative; height: 50px; line-height: 45px; display: block; font-size: 18px; color: #000; background: #fff; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px;}

/*ProgressBar connectors*/
#progressbar li:after { content: ''; width: 100%; height: 2px; background: #002067; position: absolute; left: 0; top: 25px; }

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after { background: red; color: #fff; }

.error { font-size: 12px; color: red; display: block; padding-top: 10px; font-weight: normal !important;}

/*  */

/*****************

Responsive Design
******************/


@media (max-width: 1199px) {
    .birthday_form_wizard { padding: 35px 0px;}
    .birthday_form_wizard .fs-title { font-size: 24px;}
    .birthday_form_wizard label.form-label {font-size: 14px;}
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {line-height: 20px;  font-size: 14px;}
    .fully-text {  font-size: 16px;  margin-bottom: 40px;}
    .birthday_form_wizard .previous, .birthday_form_wizard .next { width: 115px;   padding: 12px 12px;}
    #progressbar li::before { width: 40px; height: 40px; line-height: 37px; font-size: 16px;}
    #progressbar li::after { top: 20px;}


.p-GridCell .p-FieldLabel { font-size: 14px;  }


}



@media screen and (min-width: 992px) {
    .gallery {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 40px 1fr 1fr 1fr 80px 150px;
        grid-template-rows: 50px 350px 70px 150px 50px 30px;
        width: 100%;
    }

    .gallery-grid:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(2) {
        grid-column: 2/4;
        grid-row: 2/3;

    }

    .gallery-grid:nth-child(3) {
        grid-column: 4/5;
        grid-row: 2/4;

    }

    .gallery-grid:nth-child(4) {
        grid-column: 5/6;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(5) {
        grid-column: 6/8;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(6) {
        grid-column: 1/3;
        grid-row: 3/7;

    }

    .gallery-grid:nth-child(7) {
        grid-column: 3/4;
        grid-row: 3/5;

    }

    .gallery-grid:nth-child(8) {
        grid-column: 4/5;
        grid-row: 4/6;

    }

    .gallery-grid:nth-child(9) {
        grid-column: 5/7;
        grid-row: 3/5;

    }

    .gallery-grid:nth-child(10) {
        grid-column: 7/8;
        grid-row: 3/7;
    }
}

.gallery-grid {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end photo gallery */


/* mapsection */
.mapsection #map {
    height: 550px;
    width: 100%;
}

/* end mapsection */


/* testimonial */
.testimonials {
    padding: 50px 0px;
}

.testimonial-card {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 19px rgb(0 0 0 / 4%);
    margin: 15px;
    padding: 20px;
}

.testimonial-card .testimonial-detail {
    display: flex;
    align-items: center;
}

.testimonial-card .testimonial-detail .testimonial-image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
object-position: center;
}

.testimonial-card .testimonial-detail .testimonial-data {
    margin-left: 20px;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-name {
    font-size: 18px;

    font-weight: 700;
    color: #000000;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-address {
    font-size: 16px;

    font-weight: 700;
    color: #000000;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-star {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-star img {
    height: 15px;
    width: 16px;
    margin-right: 2px;
}

.testimonial-card .testimonial-message {
    margin-top: 20px;
}

.testimonial-card .testimonial-message .title {
    font-size: 18px;

    font-weight: 700;
    color: #232323;
}

.testimonial-card .testimonial-message .sub-title {
    font-size: 16px;

    font-weight: 600;
    line-height: 22px;
    color: #232323;
    font-style: italic;
}

.owl-theme .owl-dots .owl-dot span {
    height: 18px;
    width: 18px;
    background: #bcbcbc;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 32px;
    height: 18px;
    background: red;
}

/* end testimonials */

/*====== Footer CSS =======*/
.site-footer-top{
    background-color: #161829;
    padding: 40px 0px;
}
.footer-heading-font{
    color: red;
    text-transform: uppercase;
    margin-bottom: 10px;
    
}
.site-content{
    color: #fff;
    word-break: break-word;
    letter-spacing: unset;
}
.footer-content-blk{
	border-bottom: 1px solid #4f5165;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.contact-info{
	margin-bottom:25px;
    display: flex;
}
.contact-info .icon-container{
    margin-right: 15px;
}
.contact-info .content a{
	color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
}
.footer-nav{
	padding:0;
}
.footer-nav li{
	list-style: none;
    line-height: 24px;
}
.footer-nav li a{
	text-decoration:none;
	color:#fff;
}
.footer-nav li a:hover{
    color: red;
}
.site-footer-bottom{
	text-align:center;
	padding:27px 0px;
}
.copyright-text {
    font-size: 14px;
    color: #545672;
}


footer { font-family: 'Muli', sans-serif; line-height: 1.5;}


.site-footer-top { padding: 40px 0px 15px;}

.footer-content-blk:first-child, .footer-nav:first-child {  position: relative;}


.footer-heading-font {
    font-weight: 700;
  }

.footer-content-blk { border-bottom: 1px solid #4f5165; padding-bottom: 5px; margin-bottom: 25px;  }

.social-icons {  padding-left: 0px !important; }

  
@media screen and (min-width: 768px) {
.footer-content-blk.brd-01::after, .footer-content-blk.brd-02::after, .footer-nav.brd-03::after {
  height: 160px;
  display: block;
  width: 1px;
  background: #4f5165;
  border-right: 1px white;
  content: '';
  position: absolute;
  top: 0;
}
.footer-content-blk {
    border-bottom: none;
  }

}


@media(max-width: 767px) {
    .footer-content-blk {
        border-bottom: 1px solid #4f5165 !important}

}

@media screen and (min-width: 1200px){

    .site-footer-top .cust-container {max-width: 1005px;}
    .footer-content-blk.brd-01::after { right: -50px;}
    footer p { font-size: 16px;}
    .footer-content-blk.brd-02::after { right: -40px;}
    .navbar-brand{
        max-width: 120px;
    }
}

/*  */

@media (max-width: 1440px){
    
 }

@media (max-width: 1199px) {

.header .nav-item .nav-link {  font-size: 16px;}
header .navbar-brand { width: 100px; height: 100px; }
header .navbar-brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.homepage .homepage-img { height: 85vh;}
.homepage .homepage-form .homepage-form-header .homepage-form-title { font-size: 24px;}
.homepage .homepage-form .homepage-form-body input { font-size: 16px;}
.homepage .homepage-title {font-size: 32px; }
.homepage .homepage-subtitle {font-size: 24px;}
.homepage .homepage-text { font-size: 16px;}
.homepage .homepage-form .homepage-form-body input::placeholder { font-size: 16px;}
.our-package .our-package-title {font-size: 36px; margin-bottom: 30px;}
.our-package .our-package-card .our-package-card-header .our-package-card-title { font-size: 24px;}
.our-package .our-package-card .our-package-card-header .our-package-card-subtitle { font-size: 22px;}
.our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-title {font-size: 16px;}
.our-package-long-card .our-package-long-card-title {font-size: 24px;}
.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-item-title { font-size: 16px;}
.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem .our-package-long-card-subtext { font-size: 16px;}
.our-package { padding: 40px 0px; height: 638px;}
.photo-section { margin-top: 120px;}
.main-title { font-size: 36px; margin-bottom: 30px; }
.chooseus .chooseus-box .chooseus-title { font-size: 24px;}
.chooseus .chooseus-box .chooseus-img { height: 85px; width: 85px;}
.chooseus { padding: 35px 0px;}
.testimonials { padding: 40px 0px;}
.footer .footer-text {font-size: 16px;}
.footer { min-height: 210px;}

 /*====== Footer CSS =======*/
    .site-footer-top .cust-container{
        max-width: 1005px;
    }
    .footer-content-blk.brd-01::after{
        right: -10px;
    }
    .footer-content-blk.brd-02::after{
        right: 0px;
    }
    .footer-nav.brd-03::after{
        right: 0px;
    }
    .contact-info .content a{
        font-size: 16px;
    }

     /*====== Footer CSS =======*/
     .footer-content-blk.brd-01::after {
        right: -50px;
    }   
    .footer-content-blk.brd-02::after{
        right: -40px;
    }

}


@media(max-width:991px) {

       
    header .navbar-brand { height: auto;  width: auto;}

    .subheader {
        display: none;
    }

    .header .navbar-brand img {
        height: 60px;
    }

    .homepage .homepage-img {
        height: 60vh;
    }

    .homepage .homepage-inner .homepage-inner-first {
        order: 2;
        margin-top: -200px;
    }

    .homepage .homepage-inner .homepage-inner-first {
        order: 1;
        margin-top: 50px;
    }

    .homepage .homepage-form .homepage-form-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our-package {
        height: 1200px;
    }

    .our-package-long-card {
        flex-direction: column;
        border-radius: 10px;
    }

    .our-package-long-card .our-package-long-card-title {
        writing-mode: unset;
        border-radius: 10px 10px 0px 0px;
    }

    .our-package-long-card .our-package-long-card-body {
        padding: 0px 20px;
    }

    .our-package-long-card .our-package-long-card-body .our-package-long-card-item {
        margin: 0px;
        padding: 10px 0px;
    }

    .testimonials {
        padding: 30px 0px;
    }

    .main-title {
        margin-bottom: 15px;
    }

    .photo-section {
        margin-top: 80px
    }

    .footer-logo img {
        margin: 0px auto;
        order: 1;
    }

    .footer-text {
        order: 2;
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }

    .site-footer-bottom {padding: 18px 0px;}
    .footer-content-blk { margin-bottom: 10px;}
    .footer-content-blk.brd-01::after { display: none !important;} 
    .contact-info { margin-bottom: 20px; display: flex; align-items: center;}
    .contact-info:first-child { padding-top: 17px;}
    .footer-content-blk.brd-02::after, .footer-nav.brd-03::after { height: 113px;}
}

@media (max-width:768px) {

    .mobile_wrapper .owl-carousel .owl-item img {width: 100%; height: 500px !important; object-fit: cover; object-position: center; } 
    .mobile_wrapper {  margin-top: 100px;}
    .homepage-inner-second {
        width: 90%;
    }

    .homepage .homepage-form {
        margin-top: -100px;
    }

    .photo-section {
        display: none !important;
    }

    .mobile_wrapper {
        display: block !important;
    }

    .header .menu_links ul li:last-child {
        margin-bottom: 0px;
        border: 0px;
        padding: 0px;
    }

    .header .menu_links ul li {
        margin: 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #00000020;
        padding-bottom: 10px;
    }

    .header .nav-item .nav-link {
        font-size: 16px;
        line-height: 1.4;
    }

    .header .menu_links {
        margin: 20px 10px 10px;
    }



    .header .navbar-brand img {
        height: 50px;
    }

    .main-title {
        font-size: 35px;
    }

    .homepage .homepage-img {
        height: 70vh;
    }

    .homepage .homepage-form .homepage-form-header .homepage-form-title {
        font-size: 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 15px;
        width: 15px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 25px;
        height: 15px;
    }


    .our-package .our-package-title { font-size: 30px;  margin-bottom: 20px;}

    .our-package-long-card {margin-top: 10px;}
    .our-package { height: 1121px;}
    .main-title {   font-size: 30px;}
    .chooseus .chooseus-box .chooseus-title {font-size: 18px;}

    /*====== Footer CSS =======*/
    .site-footer-top{
        padding: 40px 0px 15px;
    }
    .footer-content-blk{
        border-bottom: none;
    }
    .footer-nav{
        padding: 10px 0px 0px;
    }
    .footer-content-blk:first-child,
    .footer-nav:first-child{
        position: relative;
    }
    .footer-content-blk.brd-01::after,
    .footer-content-blk.brd-02::after,
    .footer-nav.brd-03::after{
        height: 160px;
        display: block;
        width: 1px;
        background: #4f5165;
        border-right: 1px white;
        content: '';
        position: absolute;
        right: -5px;
        top: 0;
    }
    .footer-nav.brd-03::after{
        right: -10px;
    }
    .contact-info:first-child{
        padding-top: 35px;
    }
    .contact-info .content a{
        font-size: 14px;
    }

}

@media (max-width:576px) {

    .homepage .homepage-form .homepage-form-header {
        height: 100px;
    }



    .header .navbar-brand img {
        height: 40px;
    }

    .homepage .homepage-img {
        height: 30vh;
    }

    .photo-gallery {
        display: none;
    }

    .photo-gallery2 {
        display: block;
        margin: 0px auto;
        width: 250px;
    }
}

@media(max-width:500px) {

    .homepage-inner-second {
        width: 100%;
        padding: 0px;
    }

    .homepage .homepage-form {
        margin-top: -50px;
    }

    .mapsection .map_address {
        transform: translate(-35%, -10%);
    }

   /*  section.mobile_wrapper {
        margin: 350px 0px 20px;
    } */

    .our-package {
        height: 1300px;
    }

    .photo-section {
        margin-top: 250px;
    }
}


@media only screen and (max-width: 500px)  {
  /*   section.mobile_wrapper {
        margin: 350px 0px 20px;
    } */
    .navbar-brand {   max-width: 72px;}
}

@media(max-width:430px) {


   /*  section.mobile_wrapper {
        margin: 150px 0px 20px;
    } */



    .homepage .homepage-form .homepage-form-body button {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
    }

    .homepage .homepage-form .homepage-form-body input {
        font-size: 16px;
        padding: 8px 12px;
    }

    ::placeholder {
        font-size: 14px !important;
    }


    .homepage-inner {
        padding: 25px 15px;
    }

    .homepage .homepage-form .homepage-form-header .homepage-form-title {
        font-size: 18px;
    }

    .homepage .homepage-subtitle {
        font-size: 20px;
    }

    .homepage .homepage-title {
        font-size: 25px;
    }

    .homepage .homepage-text {
        font-size: 16px;
        margin-top: 15px;
    }

    .our-package {
        height: 1200px;
        padding: 30px 0px;
    }

    .our-package .our-package-card .our-package-card-header .our-package-card-title {
        font-size: 25px;
    }

    .our-package .our-package-card .our-package-card-header .our-package-card-subtitle {
        font-size: 20px;
    }

    .our-package .our-package-card .our-package-card-body {
        padding: 10px;
    }

    .our-package .our-package-card .our-package-card-body .our-package-card-item {
        margin: 7px 0px;
    }

    .our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-img {
        height: 15px;
    }

    .photo-section {
        margin-top: 260px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        height: 10px;
        width: 25px;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }

    .chooseus {
        padding: 30px 0px;
    }

    .inner-title,
    .inner-detail .inner-subtext,
    .our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem .our-package-long-card-subtext,
    .our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-item-title {
        font-size: 16px;
    }
}

@media(max-width:414px) {

  /*   section.mobile_wrapper {
        margin: 230px 0px 20px;
    } */
}

@media(max-width:400px) {

    /* section.mobile_wrapper {
        margin: 250px 0px 20px;
    } */
    .navbar-brand {
        max-width: 60px;
      }

}

@media(max-width:375px) {

    .mapsection .map_address {
        padding: 15px;
        font-size: 14px;
        width: 170px;
    }

   /*  section.mobile_wrapper {
        margin: 350px 0px 20px;
    } */


    .our-package {
        height: 1100px;
    }

    .photo-section {
        margin-top: 350px;
    }
}


@media(max-width:384px) {
   /*  section.mobile_wrapper {
        margin: 350px 0px 20px;
    } */
}

@media(max-width:339px) {
    /* section.mobile_wrapper {
        margin: 320px 0px 20px;
    } */

    .our-package {
        height: 1280px;
    }

    .photo-section {
        margin-top: 390px;
    }
}

#map {
    height: 500px;
    width: 500px;
}

.leaflet-popup-content-wrapper {
    background: red;
    color: #fff;
    min-width: 150px;
    max-width: 200px;
}

.leaflet-popup-tip-container,
.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

img.leaflet-marker-shadow.leaflet-zoom-animated {
    display: none;
}

.lefaflet-left {
    right: 0px;
}

.leaflet-touch .leaflet-bar {
    right: 10% !important;
}