@media (min-width: 576px){
.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
}

@media screen and (max-width: 767px) {
	
	.modal-dialog{
		max-width: 95%;
	}

    body {
        overflow-x: hidden;
    }

    .container {
        max-width: 95%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 22px;
    }

    .header .menu-large {
        display: none;
    }

    .banner-section .carousel-indicators {
        position: absolute;
        right: unset;
        top: 88%;
        transform: translateY(-50%);
        z-index: 9999;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: auto;
        margin-bottom: 1rem;
        margin-left: auto;
        list-style: none;
        width: fit-content;
        transform: rotate(0deg);
        bottom: unset;
        left: unset;
        opacity: 1;
    }

    .banner-section .slide {
        height: 70vh;
    }

    .banner-section .slide h1 {
        line-height: 150%;
    }

    .pb-block {
        margin: 40px 0px;
    }

    .form-section-wrapper .form-box-inner ul {
        flex-direction: column;
    }

    .form-section-wrapper .form-box-inner ul li:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
    }

    .form-section-wrapper .form-box-inner ul li {
        margin-bottom: 20px;
    }

    .form-section-wrapper .form-box-inner {
        padding: 20px;
    }

    .form-section-wrapper .form-box-inner ul li:last-child {
        padding-left: 0;
        margin-bottom: 0;
    }

    .form-section-wrapper .form-box-inner ul li .cta-contact-form {
        justify-content: center;
    }

    .about-us-wrapper h2 {
        text-align: center;
    }

    .about-us-wrapper p {
        text-align: center;
    }

    .faq-tabs-wrapper h2 {
        line-height: 150%;
        margin-bottom: 20px;
    }

    .faq-tabs-wrapper .accordion-button {
        padding: 10px;
    }

    .faq-tabs-wrapper .accordion-item h4 {
        font-size: 16px;
        line-height: 140%;
    }

    .our-core-values-wrappper .heading-text p {
        padding: 20px 4%;
    }

    .our-core-values-wrappper ul {
        margin-top: 20px;
        flex-direction: column;
    }

    .our-core-values-wrappper ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .travel-reviews-wrapper h2 {
        margin-bottom: 40px;
    }

    .travel-reviews-wrapper .review-slide {
        height: max-content;
        padding: 20px;
    }

    .travel-reviews-wrapper .review-slide img {
        height: 30px;
        width: 30px;
    }

    .benefits-of-joining-wrapper ul li {
        text-align: center;
    }

    .benefits-of-joining-wrapper ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .benefits-of-joining-wrapper ul li span {
        margin: auto;
    }

    .benefits-of-joining-wrapper ul li h6 {
        font-size: 22px;
    }

    .benefits-of-joining-wrapper {
        margin-top: 60px;
    }

    .benefits-of-joining-wrapper ul li p {
        line-height: 28px;
    }

    .location-section-wrapper ul li {
        margin-bottom: 10px;
    }

    .location-section-wrapper h2 {
        margin-bottom: 30px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box {
        padding: 25px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box h5 {
        font-size: 25px;
		text-align: center;
    }
	
	.query-section-wrapper .solution-query-card-wrapper-box p{
		font-size: 25px;
		text-align: center;
	}
	
	.query-section-wrapper .solution-query-card-wrapper-box ul li{
		justify-content: center;
	}

    .query-section-wrapper .solution-query-card-wrapper-box ul {
        margin-top: 15px;
        flex-direction: column-reverse;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li {
        margin-bottom: 20px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .cta-query a {
        padding: 10px 25px;
        font-size: 18px;
    }
	
	.query-section-wrapper .solution-query-card-wrapper-box ul li:not(:last-child) {
    margin-right: 0;
}

    .query-section-wrapper {
        min-height: fit-content;
        padding: 10% 0;
        background-attachment: scroll;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query img {
        margin-right: 10px;
    }

    .contact-form-section-wrapper .form-box-inner {
        padding: 20px;
    }

    .contact-form-section-wrapper .form-box-inner textarea {
        height: 150px;
        background-color: var(--greycolor);
    }

    .contact-form-section-wrapper .form-box-inner input[type="submit"] {
        padding: 15px 26px 15px 32px;
    }

    .contact-form-section-wrapper .form-box-inner h2 {
        margin-bottom: 30px;
    }

    .our-core-values-wrappper ul li .core-values-box .image-wrap-box {
        height: 100px;
        width: 100px;
        margin: 0 auto 30px auto;
    }

    .service-slide {
        width: 98%;
        margin: auto;
    }

    .service-slide:hover {
        width: 98%;
    }


    footer .footer-menu ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .footer-menu ul li:not(:last-child) {
        margin-right: 0;
    }

    footer .footer-menu ul li {
        margin-bottom: 20px;
    }

    footer a.footer-logo img {
        width: 150px;
        margin: 0 auto 30px auto;
        display: block;
    }

    footer .footer-social-icons ul {
        justify-content: center;
    }

    footer p {
        text-align: center;
        margin-top: 10px;
        line-height: normal;
    }

    .offcanvas {
        z-index: 99999;
    }

    .regular-packages-wrapper .package-card .package-card-image img {
        border-radius: 10px;
    }

    .service-slide .slide-content {
        top: 50%;
		transform: translatey(-50%);
		z-index: 2;
    }

/*     .service-slide:hover .slide-content {
        top: 20%;
    } */

    .service-slide:hover .slide-content h3 {
        text-align: center;
    }

    .service-slide:hover .slide-content p {
        text-align: center;
    }

    .service-slide:hover .slide-content {
        align-items: center;
    }

    .service-slide .slide-content p {
        display: block;
        text-align: center;
    }

    .service-slide .slide-content .cta-slide {
        display: block;
    }

    .cta-about {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
	
	.menu-menu-1-container{
		width: 100%;
	}
	
	.wpcf7-spinner{
		display: none !important;
	}
	
	.location-section-wrapper h3{
		font-size: 22px;
	}
	
	.travel-reviews-wrapper .review-slide h5{
		font-size: 20px;
	}
	
	.regular-packages-wrapper h2{
		text-align: center;
	}
	
	.regular-packages-wrapper p{
		text-align: center;
	}
	
	.faq-tabs-wrapper .accordion-item .accordion-body p {
		font-size: 14px;
	}
	
	.wpcf7-spinner{
		display: none !important;
	}
	
	.modal-body {
      padding: 2rem 16px;
      border-radius: 15px;
   }
	
	.modal-body h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
	
	.modal-body ul {
    margin: 10px 0px;
}
	
	.modal-body ul li{
		font-size: 16px;
	}
	
	
	.modal-body ul li p{
		text-align: left;
	}
	
	.modal-body h2{
		font-size: 35px;
	}
	
	.modal-body .cta-popup-wrapper{
		flex-direction: column;
	}
	
	.modal-body h6{
		margin: 15px 0;
	}
	
	.modal-body .popup-image .popup-badge{
		left: 0%;
	}
	
	.price-popup h2{
		text-align: left;
	}
	
	.modal-body .popup-image img {
    margin: auto;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
    display: block;
}
	
	.modal-body .popup-image{
		height: 300px;
	}
	

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 95%;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .header .menu-large {
        display: none;
    }

    .banner-section .carousel-indicators {
        position: absolute;
        right: unset;
        top: 88%;
        transform: translateY(-50%);
        z-index: 9999;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: auto;
        margin-bottom: 1rem;
        margin-left: auto;
        list-style: none;
        width: fit-content;
        transform: rotate(0deg);
        bottom: unset;
        left: unset;
        opacity: 1;
    }

    .banner-section .slide {
        height: 80vh;
    }

    .banner-section .slide h1 {
        line-height: 150%;
    }

    .pb-block {
        margin: 40px 0px;
    }

    .form-section-wrapper .form-box-inner ul {
        flex-direction: column;
    }

    .form-section-wrapper .form-box-inner ul li:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
    }

    .form-section-wrapper .form-box-inner ul li {
        margin-bottom: 20px;
    }

    .form-section-wrapper .form-box-inner {
        padding: 20px;
    }

    .form-section-wrapper .form-box-inner ul li:last-child {
        padding-left: 0;
        margin-bottom: 0;
    }

    .form-section-wrapper .form-box-inner ul li .cta-contact-form {
        justify-content: center;
    }
	
	.query-section-wrapper .solution-query-card-wrapper-box p {
    font-size: 25px;
    line-height: 180%;
    text-align: center;
}
	
	.cta-about{
		  text-align: center;
	}

    .about-us-wrapper h2 {
        text-align: center;
    }

    .about-us-wrapper p {
        text-align: center;
    }

    .faq-tabs-wrapper h2 {
        line-height: 150%;
        margin-bottom: 20px;
    }

    .faq-tabs-wrapper .accordion-button {
        padding: 10px;
    }

    .faq-tabs-wrapper .accordion-item h4 {
        font-size: 18px;
        line-height: 140%;
    }

    .regular-packages-wrapper p {
        font-size: 18px;
    }

    .our-core-values-wrappper .heading-text p {
        padding: 20px 4%;
    }

    .our-core-values-wrappper ul {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .our-core-values-wrappper ul li {
        width: 50%;
        padding: 10px;
    }

    .our-core-values-wrappper ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .travel-reviews-wrapper h2 {
        margin-bottom: 40px;
    }

    .travel-reviews-wrapper .review-slide {
        height: max-content;
        padding: 20px;
    }

    .travel-reviews-wrapper .review-slide img {
        height: 30px;
        width: 30px;
    }

    .benefits-of-joining-wrapper ul li {
        text-align: center;
    }

    .benefits-of-joining-wrapper ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .benefits-of-joining-wrapper ul li span {
        margin: auto;
    }

    .benefits-of-joining-wrapper ul li h6 {
        font-size: 22px;
    }

    .benefits-of-joining-wrapper {
        margin-top: 60px;
    }

    .benefits-of-joining-wrapper ul li p {
        line-height: 28px;
    }


    .location-section-wrapper ul li {
        margin-bottom: 10px;
    }

    .location-section-wrapper h2 {
        margin-bottom: 30px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box {
        padding: 25px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box h5 {
        font-size: 25px;
        text-align: center;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul {
        margin-top: 15px;
        flex-direction: column-reverse;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li {
        margin-bottom: 20px;
        justify-content: center;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .cta-query a {
        padding: 10px 25px;
        font-size: 18px;
    }

    .query-section-wrapper {
        min-height: fit-content;
        padding: 10% 0;
        background-attachment: scroll;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query img {
        margin-right: 10px;
    }

    .contact-form-section-wrapper .form-box-inner {
        padding: 20px;
    }

    .contact-form-section-wrapper .form-box-inner textarea {
        height: 150px;
        background-color: var(--greycolor);
    }

    .contact-form-section-wrapper .form-box-inner input[type="submit"] {
        padding: 15px 26px 15px 32px;
    }

    .contact-form-section-wrapper .form-box-inner h2 {
        margin-bottom: 30px;
    }

    .our-core-values-wrappper ul li .core-values-box .image-wrap-box {
        height: 100px;
        width: 100px;
        margin: 0 auto 30px auto;
    }

    footer .footer-menu ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .footer-menu ul li:not(:last-child) {
        margin-right: 0;
    }

    footer .footer-menu ul li {
        margin-bottom: 20px;
    }

    footer a.footer-logo img {
        width: 150px;
        margin: 0 auto 30px auto;
        display: block;
    }

    footer .footer-social-icons ul {
        justify-content: center;
    }

    footer p {
        text-align: center;
        margin-top: 10px;
        line-height: normal;
        width: 100%;
    }

    .offcanvas {
        z-index: 99999;
    }

    .regular-packages-wrapper .package-card .package-card-image img {
        border-radius: 10px;
    }

    .nav-pills .nav-link {
        width: 50%;
    }

    .nav-pills {
        flex-direction: row !important;
    }
	
	.menu-menu-1-container{
		width: 100%;
	}
	
	.wpcf7-spinner{
		display: none;
	}
	
	.location-section-wrapper h3{
		font-size: 24px;
	}
	
	.modal-body {
      padding: 2rem 28px;
      border-radius: 15px;
   }
	
	.modal-body h3 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
}
	
	.modal-body ul li p{
		text-align: left;
	}
	
	.modal-body h2{
		font-size: 40px;
	}
	
	.modal-body .cta-popup-wrapper{
		flex-direction: column;
	}
	
	.modal-body h6{
		margin: 15px 0;
	}
	
	.modal-body .popup-image {
    position: relative;
    width: 80%;
    margin: auto;
}
	
	.benefits-of-joining-wrapper img{
		width: 70%;
        margin: auto;
        display: block;
	}
	
	.solution-query-card-wrapper-box img.w-100{
		width: 50%;
		margin: auto;
		display: block;
	}
	
}

@media screen and (max-width: 991px) {

    html{
        overflow-x: hidden !important;
    }

    #offcanvasRightLabel{
        visibility: hidden;
    }

    .menu-mobile ul li{
        text-align: center;
        margin-bottom: 30px;
    }

    .menu-mobile ul li a{
        text-decoration: none;
        font-family: var(--Archivofont);
        font-size: 20px;
        color: #000;
    }
	
	.menu-menu-1-container{
		width: 100%;
	}
	
	.form-section-wrapper .form-box-inner ul li{
		align-items: flex-start;
	}
	
	.form-section-wrapper .form-box-inner ul li .cta-contact-form{
		width: 100%;
	}
	
}

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

    .container {
        max-width: 95%;
    }

    .contact-form-section-wrapper .form-box-inner {
        padding: 50px;
    }

    h1 {
        font-size: 50px;
    }

    .banner-section .slide h1{
        line-height: 150%;
    }

    .form-section-wrapper .form-box-inner ul li .cta-contact-form a{
        padding: 10px 7px;
    }

    .form-section-wrapper .form-box-inner ul li:not(:last-child) {
        padding-right: 30px;
        padding-left: 30px;
    }

    .our-core-values-wrappper ul {
        display: flex;
        margin-top: 40px;
    }

    .our-core-values-wrappper ul li .core-values-box{
        padding: 10px;
    }

    .travel-reviews-wrapper .review-slide{
        height: 500px;
    }

    .travel-reviews-wrapper .owl-carousel .owl-nav.disabled .owl-prev {
        left: -3%;
    }

    .travel-reviews-wrapper .owl-carousel .owl-nav.disabled .owl-next {
        right: -3%;
    }
	
	.modal-body h3{
		font-size: 55px;
	}
	
	.modal-body h2{
		font-size: 40px;
	}
	
	.modal-body .cta-popup-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
	
	.modal-body .cta-popup-wrapper .cta-popup{
		margin-top: 20px;
	}
	
}

@media screen and (min-width: 1201px) and (max-width: 1250px){
    .form-section-wrapper .form-box-inner ul li .cta-contact-form a{
        padding: 10px 7px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px){
	.our-core-values-wrappper ul li .core-values-box h6{
		font-size: 20px;
	}
	
	.modal-body h2{
		font-size: 30px;
	}
	
	.regular-packages-wrapper .package-card .package-info h2{
		font-size: 22px;
	}
}

@media screen and (min-width: 992px){
	.form-section-wrapper .form-box-inner ul li{
		width: 25%;
	}
}

@media screen and (min-width: 1920px) {
    h1 {
        font-size: 100px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 40px;
    }

    h6 {
        font-size: 32px;
    }

    .header .menu-large ul li a {
        text-decoration: none;
        color: #fff;
        font-family: var(--Archivofont);
        font-size: 24px;
    }

    .header .header-cta a {
        padding: 28px 32px;
    }

    .header .header-cta a {
        font-size: 24px;
    }

    /* Form section */
    .form-section-wrapper .form-box-inner ul li label {
        font-size: 25px;
    }
	
	.form-section-wrapper .form-box-inner ul li input::placeholder{
		font-size: 20px;
	}
	
	.modal-body .popup-image .popup-badge {
    position: absolute;
    top: -5%;
    left: -5%;
    background-color: var(--Orange);
    width: 120px;
	height: 120px;
	}
	
	.regular-packages-wrapper .package-card .package-info h4 span{
		font-size: 32px;
	}
	.regular-packages-wrapper .package-card .package-info h2 span {
    font-size: 25px;
}

	.regular-packages-wrapper .package-card .package-info h2{
		font-size: 40px !important;
	}
    /* About Section */
    .about-us-wrapper p {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    /* Faq */
    .faq-tabs-wrapper h2 {
        margin-bottom: 70px;
    }

    .faq-tabs-wrapper .accordion-item .accordion-body p {
        line-height: 35px;
        font-size: 20px;
    }

    .faq-tabs-wrapper .accordion-item {
        margin-bottom: 30px;
    }

    .faq-tabs-wrapper .accordion-item h4 {
        font-size: 22px;
    }

    /* Packages section */

    .regular-packages-wrapper p {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .regular-packages-wrapper .package-card {
        height: 536px;
    }

    .regular-packages-wrapper .package-card .rating-pacakge span {
        font-size: 20px;
    }

    .regular-packages-wrapper .package-card .package-info h4 {
    font-size: 24px;
    display: flex;
    flex-direction: column;
}
	.regular-packages-wrapper .package-card .package-info {
    bottom: 5%;
    padding: 0 5%;
    z-index: 4;
}

    .regular-packages-wrapper .package-card .package-info .cta-package a {
        font-size: 24px;
        font-weight: 500;
    }

    .regular-packages-wrapper .package-card .package-info h2 {
        font-size: 50px;
    }


    /* Core values */
    .our-core-values-wrappper ul li .core-values-box .image-wrap-box {
        height: 200px;
        width: 200px;
    }

    .our-core-values-wrappper .heading-text p {
        font-size: 20px;
        padding: 20px 28%;
    }

    .our-core-values-wrappper ul li .core-values-box p {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        letter-spacing: 1px;
        
    }

    .our-core-values-wrappper ul li .core-values-box {
        padding: 12px;
    }

    /* Benefits of joining */
    .benefits-of-joining-wrapper ul li:nth-child(1) span {
        font-size: 28px;
    }

    .benefits-of-joining-wrapper ul li h6 {
        font-size: 32px;
    }

    .benefits-of-joining-wrapper ul li:not(:last-child) {
        margin-bottom: 40px;
    }

    .benefits-of-joining-wrapper ul li p {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

    .benefits-of-joining-wrapper ul li:nth-child(1) span {
        font-size: 28px;
    }

    .benefits-of-joining-wrapper ul li:nth-child(2) span {
        font-size: 28px;
    }

    .benefits-of-joining-wrapper ul li:nth-child(3) span {
        font-size: 28px;
    }

    /* Ask query */

    .query-section-wrapper .solution-query-card-wrapper-box ul {
        justify-content: center;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li:not(:last-child) {
        margin-right: 5%;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .cta-query a {
        font-size: 24px;
        padding: 28px 26px 28px 32px;
        border-radius: 20px;
    }

    .query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query a {
        font-size: 20px;
    }

    .location-section-wrapper ul li a p {
        font-weight: 400;
    }

    /* Review slider */
    .travel-reviews-wrapper .review-slide p {
        line-height: 26px;
    }

    .travel-reviews-wrapper .review-slide h5 {
        font-size: 32px;
    }

    .travel-reviews-wrapper .review-slide h6 {
        font-size: 20px;
    }

    /* Location  */
    .location-section-wrapper h3 {
        font-size: 32px;
    }

    /* service */
    .service-slide .slide-content h3 {
        font-size: 32px;
    }

    .form-section-wrapper .form-box-inner ul li:not(:last-child) {
        padding-right: 10%;
        padding-left: 7%;
    }

    footer .footer-menu ul li a {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    footer p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
	
	.panel h3{
		font-size: 35px;
	}
	
	.panel p{
		font-size: 22px;
	}
	
	.modal-body h3{
		font-size: 60px;
	}
	
	.modal-body h6{
		font-size: 45px;
	}
	
	.modal-body ul li {
    margin-left: 10px;
    font-size: 25px;
    line-height: 45px;
}
	
	.modal-body .cta-popup-wrapper .cta-popup a{
		font-size: 30px;
	}
	
	.cta-popup-wrapper h6{
		font-size: 40px;
	}
	
	.price-popup h2{
		font-size: 50px;
	}
	
	.modal-info{
		padding-left: 50px;
	}
	
	.modal-body .popup-image .popup-badge h4{
		font-size: 40px;
	}
	
	.modal-body .popup-image .popup-badge p{
		font-size: 30px;
	}
	
	.panel p{
		font-size: 18px;
		line-height: 28px;
	}
	
	.query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query p{
		font-size: 20px;
	}
	
	.query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query a{
		font-size: 30px;
	}
	
	.query-section-wrapper .solution-query-card-wrapper-box ul li .call_us-link-query img {
    width: 70px;
    height: 70px;
    margin-right: 40px;
}
	
	.query-section-wrapper .solution-query-card-wrapper-box h5{
		padding-left: 12%;
	}
	
	.query-section-wrapper .solution-query-card-wrapper-box p{
		padding-left: 12%;
	}
	
	.call_us-link-query p{
		padding-left: 0% !important;
	}
	
	.travel-reviews-wrapper .review-slide {
      height: 350px;
}
	
}