h1 {
    font-size: 36px;
}

.form-wrapper {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.banner-section {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
	padding-bottom: 50px;
}
.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
}

.banner-section .common-text {
    max-width: 563px;
    padding: 135px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

h1 {
    color: #fff;
}

/* common-banner-button css */
.common-banner-button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 30px;
    z-index: 1;
}

.common-banner-button .query-btn {
    width: max-content;
    min-height: 64px;
    padding: 10px;
    color: #000;
    background-color: #FFFFFFB5;
    border-radius: 10px;
    border: #FFFFFFB5;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
}

.common-banner-button .query-btn:hover {
    background-color: #fff;

}

.common-banner-button .query-btn i {
    color: #46c756;
    font-size: 25px;
    margin-right: 10px;
}

.common-banner-button .query-btn i.fa-phone-volume {
    color: rgb(11 132 238) !important;
}

.common-card-wrapper .common-box {
    display: inline-block;
    margin: 10px;
    background-color: #fff;
    border-radius: 16px;
}

.common-card-wrapper .common-box .img-box img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.common-card-wrapper .common-box h4 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box {
    /* display: inline-block;
    width: 100%; */
    padding: 15px;
}

.common-card-wrapper .common-box .content-box h3 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box del {
    color: #a8a8a8;
    font-size: 14px;
}
.banner-section .row2 {
    margin-top: 40px;
}
/* common-tab */
.common-tab .tab-list {
    margin-bottom: 30px;
}

.common-tab .tab-link {
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #D5CC2E;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease-in-out;


}

.common-tab .tab-link.active {
    color: #fff;
}

.common-tab li:not(:nth-last-of-type(1)) {
    margin-right: 30px;

}

.common-tab .tab-content .box,
.common-tab .text-bottom {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 12px 0;
}

.common-tab .tab-content .inner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.common-tab .tab-content .inner-box .icon-box {
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.common-tab .tab-content .inner-box .icon-box strong {
    text-align: center;
    display: block;

}

.common-tab .tab-content .inner-box .icon-box img {
    width: 50px;
    margin: 10px auto;
}

.common-tab .text-bottom {
    width: 48%;
}

.common-tab .text-bottom h3 {
    margin-bottom: 10px;

}

.common-tab .text-bottom ul {
    padding-left: 24px;
}

.common-tab .text-bottom ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.common-tab .airport-transfer ul li {
    display: flex;
    align-items: center;
    list-style: none;

}

.common-tab .airport-transfer ul {
    padding-left: 0;
}

.common-tab .airport-transfer svg,
.common-tab .airport-transfer img {
    width: 50px;
    margin-right: 16px;
}

.language-icon {
    width: 85px !important;
}

.common-tab .tab-link:hover {
    background-color: #27BDBE;
}
/* top-places-sec css */
.top-places-sec .tourist-places {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top-places-sec .tab-list {
    margin-bottom: 40px;
}

.top-places-sec .tab-list li {
    padding: 10px 12px;
    border-radius: 30px;
    background-color: #D5CC2E;
    color: #000;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.top-places-sec .tab-list li:hover,
.top-places-sec .tab-list li.active {
    background-color: #24B4BD;
    color: #fff;
}
.top-places-sec .tab-list li{
margin-bottom:10px;
}

.top-places-sec .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 30px;
}

.delhi-top-places .tab-list li i {
    margin-left: 5px;
}

.top-places-sec .tab-content {
    display: none;
}

.top-places-sec .tab-content.active {
    display: block;
}

.top-places-sec .tab-content p {
    text-align: justify;
    margin-top: 14px;
}

.top-places-sec .tab-content img {
    margin: 0 auto;
    border-radius: 10px;
}

.delhi-top-places .tourist-places {
    max-width: 100%;
}

.delhi-top-places .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 20px;
}

.jaipur-top-places .tourist-places {
    max-width: 100%;
}

.jaipur-top-places .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 8px;
}
/* golden-trangle-sec css */
.golden-trngle-wrapper .trangle-box {
    display: inline-block;
    margin: 0 20px;
}

.golden-trngle-wrapper img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.golden-trngle-wrapper .content-box {
    padding: 20px 15px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

.golden-trngle-wrapper .content-box p {
    margin: 5px 0 10px;
    font-size: 15px;
}


/* map-sec css */
.map-sec {
    width: 100%;
}

.map-sec iframe {
    width: 100%;
    height: 400px;
}

/* common-btn-sec css */
.common-btn-sec .plan-your-trip-box {
    position: relative;

}

.common-btn-sec .yellow-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.common-btn-sec .yellow-btn::after,
.common-btn-sec .yellow-btn::before {
    content: "";
    width: 42%;
    height: 0.5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common-btn-sec .yellow-btn::before {
    left: 0;
}
.when-to-come-sec .img-text {
    background-image: url(https://www.arabiers.in/app/images/agra-weather.png);
    padding: 240px 20px 270px;
    border-radius: 10px;
}

.when-to-come-sec .img-text .flex {
    position: absolute;
    top: 40px;
}

.when-to-come-sec .img-text .img-icon {
    width: 32%;
}

.when-to-come-sec .img-text h6 {
    font-weight: 700;
}

.festivals .festival-box {
    background-color: #ffffffb8;
    padding: 20px;
    border-radius: 16px;
    margin: 10px;
    text-align: center;
}

.festivals .festival-box p {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;

}

.dish-slider .dish-box {
    text-align: center;
    margin: 16px;
}

.dish-slider .dish-box .img-box img {
    width: 150px;
    aspect-ratio: 1/1;
    margin: 0 auto -40px;
    border-radius: 10px;
    object-fit: cover;
}

.dish-slider .dish-box .text-bottom {
    background-color: #f5f5f5;
    padding: 60px 20px 20px 20px;
    border-radius: 16px;

}

.nearby-excursions .col-7 {
    padding-right: 50px;
}

.nearby-excursions .col-3 img {
    border-radius: 16px;
}
.nearby-excursions .row2{
    margin-top: 50px;
}
.get-question {
    width: 100%;
    margin-top: 36px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
}

.get-question h3 {
    background-color: #fff;
    padding: 0 6px;
    position: absolute;
    top: -14px;
}

.get-question ul li {
    width: 50%;
}

.get-question p {
    font-size: 14px !important;
    margin: 10px 0 !important;
}

.get-question li {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 600;
}

.get-question li i {
    margin-right: 10px;
}

.get-question li i.fa-whatsapp {
    color: #09b31c;
}

.get-question li i.fa-phone {
    color: #669ef7;
}
.festivals {
    background-image: url(https://www.arabiers.in/app/images/banner/festival-bg.png);
}
/* packing-list-sec */
.packing-list-sec .packing-box {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.packing-list-sec .packing-box .img-box {
    width: 40%;
}

.packing-list-sec .packing-box .img-box img {
    height: 246px;
    object-fit: cover;
    border-radius: 10px;
}

.packing-list-sec .packing-box .item-box {
    width: 58%;
}

.packing-list-sec .packing-box .item-box ul li {
    width: 48%;
}
.bullts-list{
    padding-left: 30px;
    margin: 20px 0;
}

.bullts-list li {
    margin-bottom: 8px;
    list-style: disc;
    line-height: 1.6;
}
/* faq-sec css */
.faq-sec{
margin-top:30px;
}
.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}

.accordion-common .at-item {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}
/* tour-package-tips-sec css */
.tour-package-tips-sec .row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px 100px;
}

.tour-package-tips-sec .row .col .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #D5CC2E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tour-package-tips-sec .row .col p {
    margin: 10px 0;

}
.renewal-extension h3,
.experience-culture h3{
margin-bottom:20px
}
.renewal-extension p,
.experience-culture p{
margin-bottom:10px;
}
@media only screen and (max-width: 1240px) {
       .top-places-sec .tab-list {
        width: 100%;
        overflow: auto;
    }
	    .top-places-sec .tab-list ul {
        width: 1250px !important;
    }
	.packing-list-sec .packing-box .item-box ul li{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1100px) {
	.packing-list-sec .row{
		row-gap:30px;
	}
	.packing-list-sec .col-half{
		width:100%
	}
}
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 32px;
    }
	    .agra-tab .inner-row .col-5 {
        display: none;
    }
	    .when-to-come-sec .row {
        row-gap: 20px;
    }
	.agra-tab .inner-row .col-7 ,
	.when-to-come-sec .col-half {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width: 767px) {
	    h1 {
        font-size: 28px;
    }
	.banner-section .common-text{
	padding:90px 10px;
	}
    .common-banner-button {
        display: none;
    }
	.common-tab ul{
	justify-content: space-between;
		margin-bottom:10px;
	}
	    .nearby-excursions .row ,
	.top-places-sec .tab-content .row,
	.common-tab ul,
	 .common-tab .tab-content .inner-box,
	.when-to-come-sec .img-text .flex{
        row-gap: 20px;
    }
	    .nearby-excursions .col-7 {
        padding: 0;
    }
	.nearby-excursions .col-3,
	.nearby-excursions .col-7,
	.top-places-sec .tab-content .col-half,
	.common-tab .text-bottom,
	.top-places-sec .tab-content img{
		width:100%;
	}
	
	  
	.agra-tab .tab-link:not(:nth-last-of-type(1)) {
        margin-right: 0;
    }
	    .common-tab .tab-link {
        width: 48%;
        text-align: center;
    }
	 
	.common-tab .tab-content .inner-box .icon-box {
        width: 45%;
    }
}
@media only screen and (max-width: 580px) {
	.packing-list-sec .packing-box{
		row-gap:20px;
	}
.packing-list-sec .packing-box .img-box,
.packing-list-sec .packing-box .item-box ,
	.get-question ul li{
    width: 100%;
}
	.tour-package-tips-sec .row {
	grid-template-columns: auto;
    gap: 20px 86px;
	}
	
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
	.bullts-list{
		    padding-left: 10px;
	}
	.get-question ul{
    row-gap:16px;
}
	.get-question ul li {
    width: 100%;
}
	.packing-list-sec .packing-box .item-box ul li {
        font-size: 14px;
    }
	.accordion-common .at-title .tittle-name {
		font-size:18px;
	}
}