.popUp {
        width: 100%;
        position: fixed;
    	background: #fff;
    	z-index: 999;
    	top: 0;
    	left: 0;
    	right: 0;
    	box-shadow: 0 5px 20px rgb(0 0 0 / 10%), 0 2px 10px rgb(0 0 0 / 30%);	
    	padding: 5px 0;
}
.popUp .sticky {
            position: fixed;
            top: 0;

}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sticky-row {
    display: flex;;
    flex-wrap: wrap;
    align-items: center;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.new-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.new-rating .rating-comment {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;                
}
span.stars span {
	display: block;
    background: url(../../../../../content/dam/tajhotels/icons/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 26px;
}
span.stars span {
    background-position: 0 0;
}
.new-rating .rating-stars {
    margin-top: 4px;
    padding-right: 5px;
}
.new-view-room .price p, .new-rating p {
    margin: 0;
}
.new-rating p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
}
p.review-count {
    text-decoration: underline;
    cursor: pointer;
}
.new-view-room .price p, .new-rating p {
    margin: 0;
}
.new-rating p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.new-view-room {
    text-align: right;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.new-view-room .price {
    display: inline-block;
    width: 130px;
    text-align: left;
    margin-right: -15px;
}
.new-view-room .price .room-cost-wrapper{
    display: block;
}
.new-view-room .price .room-cost-title {
    font-size: 10px;
    color: #4a4a4a;
} 
.new-view-room .price .room-cost-rupees {
    font-weight: bold;
    font-size: 24px;
    color: #4a4a4a;
    line-height: 1.2;
}
.new-view-room .view-room-btn {
    text-decoration: none;
    padding: 9px 0;
    width: 200px;
    text-align: center;
    background-image: var(--linearGradient);
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (min-width: 576px) and (max-width: 768px){

.new-view-room .view-room-btn {
    text-decoration: none;
    padding: 10px 0;
    font-size: 16px;
    width: 200px;
    margin-left: 10px;
    text-align: center;
}
        }
@media screen and (min-width: 481px) and (max-width: 575px){

.new-view-room .view-room-btn {
    padding: 7px 0;
    margin-right: 15px;
    font-size: 16px;
    width: 120px;
                }
            }
@media screen and (min-width: 200px) and (max-width: 480px){

.new-view-room .view-room-btn {
    padding: 7px 0;
    min-width: 110px;
    font-size: 16px;
    width: 120px;
}
.new-view-room .price .room-cost-rupees{
         font-size: 15px;
 }
            }
@media screen and (max-width: 424px){

p.rating-comment, p.rating-no {
    display: none;
}

                }
@media screen and (min-width: 481px) and (max-width: 575px) {

.new-rating {
    flex-wrap: wrap;
    display: flex;
	margin-left: 16px;                        
}                        
                    }
@media screen and (max-width: 768px){

.new-view-room .price {
    width: 170px;
    text-align: left;
    margin-right: 0px;
    margin-left: -25px;
}                            
                    }
@media screen and (min-width: 481px) and (max-width: 575px) {

.new-view-room {
    display: flex;                        
}  

 @media screen and (min-width: 375px){
 .new-view-room .price {
    margin-left: -20px;
	}
 .new-view-room .view-room-btn {
   width:120px;                                                 
  }
}


