@media(min-width:1400px){

}
/*max width 1399px*/
@media(max-width:1399px){

}
/*max width 1200px to 1399px*/
@media(min-width: 1200px) and (max-width: 1399px){

}
/*max width 1199px*/
@media(max-width: 1199px){

}

/*max width 992px to 1199px*/
@media(min-width: 992px) and (max-width: 2000px){
.testimonials .testimnlsBx {
	height: 100%;
	min-height: 240px;
}
.testTripSec .right img {
    position: relative;
    right: -25px;
}
}

/*max width 991px*/
@media(max-width: 991px){
    .banner-left-content h3 {
	font-size: 40px;
}
	
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){
    .footerSec h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 25px;
}
.top-header-wrap{
    display: none;
}
.my-ac-wrap {
	position: static;
	margin-left: auto;
}
        .my-ac-wrap {
	position: absolute;
	right: 49px;
	top: 10px;
}
.navbar-toggler {
	position: absolute;
	top: 16px;
	right: 0;
}
.testTripSec .right img {
	position: relative;
	right: -50px;
}
.welcm .container {
	padding: 15px;
}
.woocommerce div.product .product_title {
	font-size: 18px;
}
.prodctBx .common-btn {
	position: absolute;
	bottom: 15px;
	right: 4px;
	padding: 5px 15px;
	font-size: 12px;
}
.prodctBx h5 {
	font-size: 14px;
}
.common-section {
	padding: 30px 0;
}
}

/*max width 767px*/
@media(max-width: 767px){
 .FAQs-Img {
    width: auto;
}
    .prodctBx .common-btn {
	position: absolute;
	bottom: 15px;
	right: 4px;
	padding: 5px 15px;
	font-size: 12px;
}
    .woocommerce div.product .product_title {
	font-size: 18px;
}
        .my-ac-wrap {
	position: absolute;
	right: 49px;
	top: 10px;
}
.navbar-toggler {
	position: absolute;
	top: 16px;
	right: 0;
}
    .comment-form-cookies-consent {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
    .woocommerce .quantity .qty {
	min-height: 36px;
}
 
    .mail img{
        max-width: 100%;
    }
    .section2 h3 {
	font-size: 26px;
}
    .common-section {
	padding: 40px 0;
}
    .testimonials h3 {
	font-size: 26px;
}

    .aboutUs .right {
	padding: 30px;
}
    .common-btn1{
        margin-bottom: 15px;
    }
    .welcm .btn {
margin-bottom: 15px;
    }
    .welcm h4 {
	font-size: 30px;
	margin-top: 15px;
}
    .aboutSec h6 {
  margin-top: 15px;
}
    .testTripSec:after{
        display: none;
    }
    .common-section {
        padding: 50px 0;
    }
	.top-header-wrap{
        display: none;
    }
    .banner-wrapper {
        padding: 40px 0px 40px 0px;
    }
    .testTripSec .right img {
        position: relative;
        right: 0;
    }
    .banner-left-content h3 {
        position: relative;
        width: 100%;
        color: #4054B2;
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .banner-bottom-section {
        position: relative;
        width: 100%;
        background-color: #fff;
        background-color: transparent;
        margin-top: 30px;
    }
        .my-ac-wrap ul {
            justify-content: inherit;
        }
        .testTripSec .list-group {
	margin-top: 15px;
	margin-left: 0;
}
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
	
}