﻿section, .header{float: left;width: 100%;}
.container {
    width: 94%;
    margin: auto;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pdx15 {
    padding: 0 15px;
}

.mid_container {
    width: 1200px;
    margin: auto;
    padding: 0;
}
.mflx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ldg_box {
    width: 23%;
    
}
.app_part{}
.app_part .pnr_cnt_head2 {
    font-size: 17px;
    font-weight: 700;
}

.app_part p {
    font-size: 15px;
    padding: 10px 0px 5px;
}
.landimg_box {
    position: relative;
    width: 23%;
}
.landimg_box span {
    height: 350px;
    width: 350px;
    right: -40px;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right top, #a0c8ff, #9ad0ff, #97d8ff, #97dfff, #9ae6ff);
    border-radius: 50%;
}
.landimg_box img{z-index: 1;position: relative;}
.div1lg {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.ico_bxn{
display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.div1lg .ico_lg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    box-shadow: 2px 2.5px 5px -1px #ccc;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #ededed;
}
.btn-group {
    display: flex;
    flex-direction: column;
}
.txt-lg p, .fnt12{font-size: 12px;
}
.usecode {font-size: 12px;
    background: #e1ffe4;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #abc9ae;
    margin: 7px 0 4px 0;
    color: #000000;}
.app-dwn {
    text-align: center;
    width:16%;
   
}
.scn_cd{text-align: center;margin-left:7px}
.nwsec {
    background: #00000005;
    padding: 30px;
}


.trus_sec {
    position: relative;
}
.trus_sec:before {
    content: '';
    background-image: url(https://www.easemytrip.com/images/hotel-img/lev2.png);
    position: absolute;
    top: 38px;
    height: 100%;
    left: 0;
    width: 66px;
    background-repeat: no-repeat;
	
}

.trus_sec:after {
    content: '';
    background-image: url(https://www.easemytrip.com/images/hotel-img/lev1.png);
    position: absolute;
    top: 38px;
    height: 100%;
    right: 0;
    width: 67px;
	background-repeat: no-repeat;
}

.app-ratings {
    
    height:200px;
    border-right:1px solid #adadad;
    width: 21%;
    margin-left: 40px;
}
.userrating {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 40% 60%;
    color: #5c5c5c;
}
svg:not(:root) {
    overflow: hidden;
}
.appcontainer {
    display: flex;
    align-items: center;
}
.appbar-5 {
    width:60%;
    height: 14px;
    background-color: #3ec12f;
    margin-left: 7px;
}
.appbar-4 {
    width: 40%;
    height: 14px;
    background-color: #80dd87;
    margin-left: 7px;
}
.appbar-3 {
    width: 20%;
    height: 14px;
    background-color: #e1d013;
    margin-left: 7px;
}
.appbar-2 {
    width:12%;
    height: 14px;
    background-color: #d57522;
    margin-left: 7px;
}
.appbar-1 {
    width:5%;
    height: 14px;
    background-color: #ff7373;
    margin-left: 7px;
}