@charset "utf-8";
/* CSS Document */

.baner {
    
	background: url("https://images.emtcontent.com/airport-experience/Group-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    /* padding: 150px 0px; */
    height: 400px;
    padding-top: 80px;
}

.baner .titl h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    max-width: 705px;
    margin: 0 auto;
    text-align: center;
}

.titl h3 span {
    color: #fff;
}

.graybox .logo {
    border-bottom: none !important;
    padding-bottom: 5px;
}

.grayboxx {
   background-image: url("https://images.emtcontent.com/airport-experience/bgg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 100%);
    border: 1px solid #CDDFEB;
    padding: 30px 30px;
    box-shadow: 0px 3px 6px #00000029;
}

.textt h4{
    font-size: 24px;
      line-height: 60px;
}

.textt p {
    margin-bottom: 22px;
}

.textt a {
    text-decoration: none !important;
    color: #2196f3;
    margin-top: 42px;
    padding: 5px 10px;    border-radius: 50px;
    font-weight: 500;
}
.textt a:hover {
background: #e0f1ff9c;
}

@media (max-width: 768px) {
.baner .titl h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    max-width: 705px;
    margin: 0 auto;
    text-align: center;
}

.baner {
    background: url(https://images.emtcontent.com/airport-experience/Group-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    /* padding: 150px 0px; */
    height: 300px;
    padding-top: 60px;
}

.grayboxx {
    background-image: url(https://images.emtcontent.com/airport-experience/bgg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 100%);
    border: 1px solid #CDDFEB;
    padding: 30px 30px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}
.textt h4 {
    font-size: 20px;
    line-height: normal;
}
.textt p {
    margin-bottom: 18px;
    font-size: 14px;
    margin-top: 5px;
}
.faq-wrap {
    padding: 11px 0px;
}
}