 html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
ul:not(.browser-default) {    width: 100%;
    /* padding-left: 0; */
    /* list-style-type: none; */
}
ul:not(.browser-default) li {
    /* list-style-type: none; */
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    /* webkit (konqueror) browsers */
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}
/* Unchecked styles */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* Checked styles */

[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #14addb;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #14addb;
}
[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/* Radio With gap */

[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
/* Focused styles */

[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */

[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}
[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}
/* Disabled style */

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}

form p {
    margin-bottom: 10px;
    text-align: left;
}
form p:last-child {
    margin-bottom: 0;
}
/* Remove default checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type="checkbox"] {
    /* checkbox aspect */
}
[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size:15px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    
    -moz-user-select: none;
    /* mozilla browsers */
    
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    
    -ms-user-select: none;
    /* IE10+ */
}

.panel {    overflow: auto;
    height: auto;
    background-color: white;
    transition: max-height 0.2s ease-out;
    box-shadow: none!important;
	margin-bottom:0!important
    }

  .panel-collapse  { height: auto;
    overflow: auto;}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none!important;
   
}
.inner_banner {
    background-size: cover;
    padding: 30px 0px 35px 0px;
    position: relative;
   
}

.hot-page2-alp-tit {
    position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 16px;
    height: 16px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 5px;
    transition: .2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"].tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
    top: 0px;
    left: -2px;
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4263c1;
    border-bottom: 2px solid #4263c1;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
/* Indeterminate checkbox */
.radio label ,.checkbox label{
    min-height: 20px;
    padding-left: 25px!important;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 5px;
    z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
    top: 5px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #14addb;
    background-color: #14addb;
    z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
    background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}
::-webkit-input-placeholder {
    color: #d1d1d1;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #d1d1d1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #d1d1d1;
}
:-ms-input-placeholder {
    color: #d1d1d1;
}

 body {
  
     font-size: 14px;
}
 a {
     text-decoration: none;
     cursor: pointer;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 a:hover {
     text-decoration: none;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 
 h1, h2, h3, h4, h5, th {
 
     font-weight: 700;
}
.emt_header_full {
    position: relative;
    z-index: 1;
}
 .link-btn {
     text-transform: uppercase;
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     font-family: 'Quicksand', sans-serif;
     text-decoration: none;
     display: inline-block;
     cursor: pointer;
     color: #fff !important;
    /* font-family: Arial;
     */
     font-size: 13px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
}
 .link-btn:hover {
     background-color: #e23464;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #fff;
}
 .div {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .div:hover {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .com-colo-abou {
}
 .com-colo-abou p, li {
     color: #888;
}
 .inn-page-bg {
     position: relative;
     overflow: hidden;
     background: #f3f3f3;
}
 .inn-page-con-bg {
     position: relative;
     overflow: hidden;
     background: #fff;
     box-shadow: 0px -2px 7px rgba(150, 150, 150, 0.4);
}
 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
     color: #6b7a88;
}
 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #6b7a88;
     opacity: 1;
}
 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: #6b7a88;
     opacity: 1;
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #909;
}

.inner_banner p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
}
.hot-page2-hom-pre {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 0 8px 0 0;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    max-height: 250px;
    overflow: auto;
}
.hot-page2-hom-pre::-webkit-scrollbar {
  width: 8px;
}


.hot-page2-hom-pre::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.hot-page2-hom-pre::-webkit-scrollbar-thumb {
  background: #888; 
}

.hot-page2-hom-pre::-webkit-scrollbar-thumb:hover {
  background: #9abdf8; 
}
.sticky_left {position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;}


 .hot-page2-hom-pre ul {
     padding: 0px;
}
 .hot-page2-hom-pre ul li {
     list-style-type: none;
     border-bottom: 1px solid #e7e7e7;
     position: relative;
     overflow: hidden;
     padding: 15px 0px;
}
 .hot-page2-hom-pre ul li:last-child {
     border-bottom: 0px;
     padding-bottom: 0px;
}
 .hot-page2-hom-pre div {
     float: left;
}
 .hot-page2-hom-pre ul li a {
}
 .hot-page2-hom-pre-1 {
     width: 10%;
}
 .hot-page2-hom-pre-1 img {
     width: 30px;
     height: 30px;
     border-radius: 2px;
}
 .hot-page2-hom-pre-2 {
     width: 80%;
     padding: 0px 15px;
}
 .hot-page2-hom-pre-2 h5 {
     margin-top: 0px;
     margin-bottom: 2px;
     color: #343c42;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-page2-hom-pre-2 span {
     font-size: 13px;
     color: #999;
}
 .hot-page2-hom-pre-3 {
     width: 10%;
}
 .hot-page2-hom-pre-3 span {
    /* width: 24px;
     */
    /* height: 24px;
     */
     position: absolute;
    /* background-color: #d6d6d6;
     */
     border: 1px solid #8b9ba9;
    /* bottom: 8px;
     */
     padding: 0px 4px;
    /* margin: 10px 5px;
     */
    /* right: 5px;
     */
     border-radius: 2px;
     font-size: 12px;
     z-index: 9;
     line-height: 20px;
     color: #253d52;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     right: 0px;
}
 .hot-page2-hom-pre-3 i {
     width: 22px;
     float: right;
    /* padding-top: 12px;
     */
     border: 1px solid #a9a9a9;
     padding: 4px;
     font-size: 12px;
     border-radius: 50%;
     color: #a9a9a9;
     margin-top: 10px;
}
 .hot-page2-hom-pre-tit {
}
 .hot-page2-hom-pre-tit h3 {
     color: #343c42;
     font-size: 28px;
    /* font-family: 'Montserrat', sans-serif;
     */
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
 .hot-page2-hom-pre-tit h3 span {
     color: #6f6e6b;
     font-size: 28px;
}
 .hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
     padding-left: 15px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hot-page2-hom-pre-head {
     background: #253d52;
     color: #fff;
     padding: 10px 0px;
     text-align: center;
}
 .hot-page2-hom-pre-head h4 {
     color: #ffffff;
}
 .hot-page2-hom-pre-head h4 span {
     color: #9dacb1;
     font-weight: 600;
     font-size: 18px;
}
 .hot-page2-hom-pre-head:after, .hot-page2-hom-pre-head:before {
     top: 59px;
     left: 48%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .hot-page2-hom-pre-head:after {
     border-color: rgba(136, 183, 213, 0);
     border-top-color: #253d52;
     border-width: 9px;
     margin-left: -9px;
     z-index: 9;
}
.tips {
    position: relative;
    overflow: hidden;
}

/*-------------------------------------------------*/
/* INNER PAGE LISTING 
/*-------------------------------------------------*/
 .hot-page2-il-top-fix {
     opacity: 1 !important;
     display: block;
}
 .hot-page2-pa-sp-top {
}
/*.hot-page2-alp {
    background: url(http://www.easemytrip.com/activities/images/consul-bg-1.jpg) no-repeat center top #e6e6e6;
    background-attachment: fixed;
}
 .all-hot-bg{
     background: url(../images/consul-bg-2.jpg) no-repeat center top #e6e6e6;
     background-attachment: fixed;
}*/


.hot-page2-alp {
    background: url('https://www.easemytrip.com/activities/images/consul-bg-4n.png') no-repeat center top #e6e6e6;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.all-hot-bg {
  
    background: url('https://www.easemytrip.com/activities/images/consul-bg-2.jpg') no-repeat center top #e6e6e6;
    background-attachment: fixed;
}
.inner_banner::before {
    content: '';
    position: absolute;
    background: #00000063;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
height: 100%;
    right: 0px;
}
 .hot-page2-alp-tit {
}
 .hot-page2-alp-tit h1 {
     display: inline-block;
     color: #fff;
}
 .hot-page2-alp-tit ol {
     background: none;
}
 .hot-page2-alp-tit ol li {
}
 .hot-page2-alp-tit ol li a {
     color: #8a8a8a;
}
 .breadcrumb > .active {
     color: #ffc72f !important;
}
 .breadcrumb > li + li:before {
     color: #8a8a8a;
}
.hot-page2-alp-con {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 15px auto;
}
 .hot-page2-alp-con-left {
     padding-left: 0px !important;
}
 .hot-page2-alp-con-right {
     padding-bottom: 70px;
}
.hot-page2-alp-con-left-1 {
    color: #000;
    padding: 5px 0;
}
.hot-page2-alp-con-left-1 h4 {
    color: #343c42;
    text-transform: capitalize;
    font-size: 16px;
}
 .hot-page2-alp-con-left-1 h3 {
     font-size: 20px;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-cl-1-1 {
}
 .hot-page2-alp-cl-1-1 img {
     width: 24px;
     height: 24px;
}
 .hot-page2-alp-cl-1-2 {
     padding-left: 15px;
}
 .hot-page2-alp-cl-1-2 h5 {
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
     padding-left: 5px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hot-page2-alp-cl-1-2 span {
     line-height: 12px;
     font-size: 12px;
}
 .hot-page2-alp-cl-1-3 {
}
 .hot-page2-alp-cl-1-3 img {
     width: 18px;
     float: right;
}
 .hot-page2-alp-left-ner-notb {
     border-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-left-ner-notb ul li {
     padding: 0px;
}
 .hot-page2-alp-l3 {
}
 .hot-page2-alp-l3 ul {
     padding: 0px;
}
 .hot-page2-alp-l3 ul li {
     list-style-type: none;
     border-bottom: 1px solid #d4d4d4;
}
 .hot-page2-alp-l3 ul li:nth-child(5) {
}
 .hot-page2-alp-l3 ul li:last-child {
     border-bottom: 0px solid #d4d4d4;
}
 .hot-page2-alp-l3 ul li label {
     display: block;
     font-size: 15px;
     height:auto;
     color: #343c42;
     font-weight: 600;
     padding-left: 30px;
}
 .hot-page2-alp-l-com {
}
.hot-page2-alp-l-com  h4 {
    color: #343c42;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 0px;
}
 .hot-page2-alp-l-com h4 i {
     padding-right: 7px;
}
 .hot-page2-alp-l-com1 form {
     padding-bottom: 8px;
}
 .hot-page2-alp-l-com1 {
     padding: 15px;
     background: #ffffff;
}
 .hot-page2-alp-l-com1 a {
     margin-top: 5px;
     border: 1px solid #254158;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #ffffff;
     background-color: #304b62;
     background-image: -webkit-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -moz-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -ms-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -o-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: linear-gradient(to bottom, #3b5871, #253d52);
     margin-right: 5px;
}
 .hot-page2-alp-l-com1 a:hover {
     color: #fff;
}
 .hot-page2-alp-l-com1 a i {
     font-size: 10px;
}
 .hot-page2-alp-p3 {
}
 .hot-page2-alp-p3 ul {
}
 .hot-page2-alp-p3 ul li:nth-child(1n+6) {
     display: none;
}
 .hot-page2-alp-p3-btn-h {
     display: none;
}
 .hot-page2-alp-p4-btn-h {
     display: none;
}
 .hot-page2-alp-p4 ul li:nth-child(1n+6) {
     display: none;
}
 .hot-page2-alp-p5-btn-h {
     display: none;
}
 .hot-page2-alp-p5 ul li:nth-child(1n+6) {
     display: none;
}
/*-------------------------------------------------*/
/* LISTING 
/*-------------------------------------------------*/
 .hot-page2-lp-rat {
     padding: 6px 6px 15px 8px;
}
 .hot-page2-alp-ri-p2 {
     padding: 18px 15px;
}
 .hot-page2-alp-ri-p2 h3 {
     color: #343c42;
     font-size: 22px;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-ri-p2 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     padding-top: 12px;
     margin-bottom: 4px;
}
 .hot-page2-alp-ri-p2 ul li {
     list-style-type: none;
     float: left;
     margin-bottom: 8px;
     font-size: 14px;
     padding-left: 30px;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(1) {
     color: #343c42;
     background: url(https://www.easemytrip.com/activities/images/1.png) no-repeat center left;
     background-size: 18px;
     font-size: 15px;
     font-weight: 600;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(2) {
     color: #979797;
     background: url(https://www.easemytrip.com/activities/images/2.png) no-repeat center left;
     background-size: 18px;
}
 .hot-page2-alp-ri-p3 {
    padding: 5px 0;
}
 .hot-page2-alp-ri-p3 span {
     display: block;
     text-align: left;
}
 .hot-list-p3-1 {
     color: #979797;
     font-weight: 400;
     font-size: 11px;
}
 .hot-list-p3-2 {
     font-size: 32px;
     font-weight: 600;
     color: #d63b05;
     padding: 10px 0px;
}
.bb {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #d63b05;
    padding: 0px;
    width: 60%;
}

}
 .hot-list-p3-3 {
     font-size: 24px;
     color: #979797;
     text-decoration: line-through;
     padding: 10px 0px;
}
 .hot-list-p3-4 {
	 font-size: 25px;
    font-weight: 600;
    float: right;
    display: inline-block;
    color: #d63b05;
}
 .hot-list-p3-4 a {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-ri-p2 p {
     color: #979797;
    /* padding-bottom: 12px;
     */
     margin-bottom: 0px;
     text-transform: lowercase;
     font-size: 14px;
}
 .hot-page2-alp-ri-p2 p b {
     padding-right: 5px;
     color: #343c42;
     text-transform: uppercase;
     font-size: 12px;
}
 .hot-page2-alp-ri-p2 a {
}
 .hot-page2-alp-ri-p2 a:hover {
     color: #fff;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-quot-btn {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     margin-top: 10px;

     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 14px;
     padding: 8px 10px;
     text-decoration: none;
     font-weight: 600;
    text-transform: uppercase;
     color: #ffffff;
     background-color: #ef631e !important;
     display: block;
     text-align: center;
}
 
 .hot-ameni {
     margin-bottom: -15px;
}
 .hot-ameni ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .hot-ameni ul li {
     list-style-type: none;
     float: left;
     width: 33.33%;
     padding-bottom: 15px;
     padding-right: 15px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .hot-ameni ul li i {
     font-size: 12px;
     width: 22px;
     height: 22px;
     background: #ffcd33;
     color: #000;
     text-align: center;
     padding: 5px;
     border-radius: 50%;
     margin-right: 6px;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
 .hot-page2-alp-r-list-re-sp {
     padding-left: 0px !important;
     padding-right: 0px !important;
}
.hot-page2-alp-r-list {
    border: 1px solid #dedede;
    background: #fff;
    min-height: 320px;
    position: relative;
    width: 32%;
    float: left;
    overflow: hidden;
    margin: 10px 5px 15px 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-height: 340px;
}
.box_st {
    height: 315px;
}
 .hot-page2-alp-r-list {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-r-list:hover {
     box-shadow: 0px 5px 19px -3px rgba(0, 0, 0, 0.23);
     transform: scale(1.02);
}
 .hot-page2-alp-r-list:hover .hot-page2-alp-quot-btn {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    /* border: 1px solid #02abc1;
     */
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     color: #fff;
     background-color: #fff;
     background-image: -webkit-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -moz-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -ms-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -o-linear-gradient(to bottom, #00bcd4, #05a6bb);
    /* background-image: linear-gradient(to bottom, #00bcd4, #05a6bb);
     */
}
 .hot-page2-alp-r-hot-page-rat {
     background: #253d52;
     position: absolute;
     padding: 4px 8px;
     right: -1px;
     border-radius: 1px;
     color: #fff;
     top: 0px;
     font-weight: 600;
     font-size: 12px;
}
 .hotel-list-score {
     width: 32px;
     height: 32px;
     position: absolute;
     background-color: #55e019ba;
    /* bottom: 8px;
     */
     padding: 4px;
     margin: 10px 5px;
     right: 5px;
     border-radius: 2px;
     z-index: 2;
     color: #fff;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
}
/*--============== alter =====================--*/
 .hot-page2-hr1 {
     text-align: center;
     width: 70%;
     margin: 0 auto;
     position: relative;
}
 .hot-page2-hli {
     position: relative;
     overflow: hidden;
}
 .hot-page2-hli a {
     text-decoration: none;
}
 .hot-page2-hli ul {
     padding: 0px;
}
 .hot-page2-hli ul li {
     list-style-type: none;
}
 .hot-page2-hli-1 {
     position: relative;
}

.hot-page2-hli-1 img {
    width: 448px;
    height: 170px;
    background-position: 47px -51px;
}
  .hot-page2-hli-11 img {
	width: 100%;
    height:142px;
    background-position: 47px -51px;
}
 .hot-page2-hli-3 {
     width: 35px;
     height: 35px;
     position: absolute;
     background-color: rgba(255, 111, 111, 0.68);
    /* bottom: 8px;
     */
     padding: 4px;
     margin: auto;
     right: 15px;
     top: 15px;
     border-radius: 2px;
     display: none;
}
 .hot-page2-hli-3 img {
}
 .hot-page2-hli-4 {
}
 .hot-page2-hli-5 {
     box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
     margin-bottom: 10px;
}
 .hot-page2-hli-2 {
     padding: 10px 12px;
     background: #ffffff;
}
 .hot-page2-hli-2 h4 {
     color: #273440;
     font-size: 16px;
}
 .hot-page2-hli-2 h4 span {
     float: right;
     font-size: 12px;
     line-height: 20px;
}
 .hot-page2-hpb {
     background: #1b2629;
}
 .hot-page2-hpb h2 {
     color: #fff;
}
 .hot-page2-hpb h5 {
     color: #ffc520;
     padding-top: 14px;
     font-weight: 400;
}
 .hot-page2-hpb p {
     color: #989898;
     padding-top: 15px;
     margin-bottom: 0px;
}
 .hot-page2-hpb ul {
     margin-bottom: 0px;
     padding: 0px;
     padding-top: 42px;
}
 .hot-page2-hpb ul li {
     list-style-type: none;
     display: inline-block;
     width: 32%;
     float: left;
     margin: 0px 3px;
     margin-bottom: 5px;
}
 .hot-page2-hpb ul li a {
     display: block;
     background: #ffc520;
     color: #000;
     padding: 14px 20px;
     font-weight: 600;
     text-transform: uppercase;
     text-align: center;
     font-size: 14px;
     border-radius: 2px;
}
/*-------------------------------------------------*/
/* ROOM AVAILABILITY CHECK 
/*-------------------------------------------------*/
 .hot-room-ava-check {
}
 .hot-room-ava-check form {
     padding-bottom: 0px;
}
 .hot-room-ava-check ul {
     margin-bottom: 0px;
}
 .hot-room-ava-check ul li {
     border-bottom: 0px;
}
 .hot-room-ava-check ul li label {
     padding-left: 0px;
}
 .hot-room-ava-check ul li input {
     width: 100%;
     font-size: 13px;
     padding: 4px 10px;
     border: 1px solid #d4d4d4;
     margin-bottom: 12px;
}
 .hot-room-ava-check ul li input[type="submit"] {
     margin-bottom: 0px;
    /* margin-top: 5px;
     */
     border: 1px solid #254158;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #ffffff;
     background-color: #304b62 !important;
     background-image: -webkit-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -moz-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -ms-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: -o-linear-gradient(to bottom, #3b5871, #253d52);
     background-image: linear-gradient(to bottom, #3b5871, #253d52);
    /* margin-right: 5px;
     */
}
 .tourb2-hli-3 {
     width: 32px;
     height: 32px;
     position: absolute;
     background-color: rgba(255, 193, 7, 0.84);
    /* bottom: 8px;
     */
     padding: 4px;
    /* margin: 10px 5px;
     */
     right: 15px;
     border-radius: 2px;
     z-index: 9;
     color: #fff;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     top: 15px;
}

 .book-tit h2{
     font-size: 42px;
     margin-bottom: 30px;
}
 .book-tit h5{
     font-size: 15px;
     letter-spacing: 4px;
}
 .book-tab-inn{
     width: 70%;
     margin: 0 auto;
}
 .book-tab-inn h3{
     margin-top:0px;
}
 .book-tab-inn p{
}
 .book-tab-body{
     background: #fff;
     border-radius: 0px 0px 10px 10px;
}
 .book-tab-tit{
     padding: 50px 50px 0px 50px;
}
 .book-tab-form{
     box-shadow: none;
     padding-top: 0px;
     border-bottom: 0px solid #cccccc;
}
 .book-tab-inn ul li a{
     color: #555;
     font-weight: 700;
     font-size: 14px;
     background: #fff;
}
 .book-tab-inn .nav-tabs > li.active > a, .book-tab-inn .nav-tabs > li.active > a:hover, .book-tab-inn .nav-tabs > li.active > a:focus{
     background: #f1334c;
     color: #fff;
     border: 1px solid #f1334c;
}
 .course-overlay span {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}
 .con-page{
    padding-bottom:170px;
}
 .new-con h2 {
     color: #f26838;
     font-size: 24px;
     font-weight: 700;
}
 .new-con h2 span {
     color: #13293D;
     font-size: 24px;
     font-weight: 700;
}
 .new-con p a {
     color: #333;
}
 .package-form{
     box-shadow: none;
     padding: 0px;
}
 .package-form label,select,input{
    font-size:13px;
}

 .trav-ami{
    display: inline-block;
    padding: 5px 0px;
    width: 100%;
}
 .trav-ami h4{
     margin:0px;
     padding-bottom:10px;
}
 .trav-ami ul{
     display: inline;
}
 .trav-ami ul li{
	color: #333;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    margin-right: 10px;
}
 .trav-ami ul li img{
     margin: 0 auto;
     display: table;
     width: 20px;
     margin-bottom: 1px;
}
 .trav-ami ul li span{
     font-size: 12px;
}
 .trav-list-bod{
}
.trav-list-bod a h3 {
    color: #000;
    font-size: 16px;
    margin: 8px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .trav-list-bod p{
    color: #4e4c4c;
    line-height: 14px;
    font-size: 11px;
	margin:0
}
.roh_p {
    text-align: left;
    padding: 5px 0 7px 0;
    margin: 0;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bdrtp {border-bottom: 1px solid #e6e6e6;width:100%;float:left}
.w_r {width:100%;height: auto;
}
.strclmn {color:#f99e00}
.strclmn i {margin-right:1px}

ul#autolst{
display: block;
position: absolute;
background: #fff;
max-height: 300px;
overflow: auto;
top:44px;}
ul#autolst li {
/* list-style-type: none; */
list-style: none;
padding: 6px 11px;
color: #333;
cursor:pointer;

}
ul#autolst li:hover {background:#eee;}
.mob_h{display:block;}

@media only screen and (min-width:220px) and (max-width:500px) {

.w3-sidebar {
    height: 100%;
    width: 250px;
    background-color: #029ac9;
    position: fixed!important;
    z-index: 10;
    overflow: hidden;
}
.inner_banner::before {
    content: '';
    position: absolute;
    background: #00000063;
    top: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    right: 9px;
}
.hot-page2-alp-tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.serm {
    width: 75%!important;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}
.subm{padding:0px!important;    background-position: 50% 50%!important;}
.mob_h{display:none;}
#panelnw {padding: 0 15px;}
}

.leftsc {width:40%;float:left}
.rightsc {width:60%;float:right}
.prcnttdy {
    color: #fff;
    background-color: #f85c5c;
    float: right;
    text-align: center;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
    border-radius: 3px;
}
.cpcdapl {font-size: 10px;
    color: #3cbd1c;
    width: 100%;
    float: left;
    text-align: right;}
.starcol {color:#f99e00;font-weight:600;}
.act_card {
    top: 0px;
	position:absolute;
    height: 28%;
    width: 100%;
    padding: 10px 12px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.45), rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0));
}
    .new_s_bntn{border-radius: 3px;
    font-size: 12px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    outline: 0;
    border: 1px solid #ef631e;
    text-transform: uppercase;
    color: #ef631e;
    background-color: #ffffff;
    display: block;
    text-align: center;
    margin: auto;}
    .new_s_bntn:hover{  color: #fff;   background-color: #ef631e;}
.mg_s_15 {margin:15px auto}
.ttl_count{
    background: #fff;
    padding: 0;
    margin: 17px 0px 0px -4px;
    font-weight: normal;
    border-bottom: 0 !important;
    font-size: 13px;
    color: #757575;
    float: left;
}
.ttl_count {
    background: #fff;
    padding: 15px 0;
    font-weight: normal;
    font-size: 15px;
    color: #404040;
    float: left;margin: auto;
    width: 100%;
    border-bottom: 1px solid #eee !important;
}
.hot-page2-alp-con-left-1 {
    color: #000;
    padding: 5px 0;
    float: left;
}
.ft_price{margin-top:15px;}
.hot-page2-alp-con-left-1 h4, .txr_ne {
    color: #343c42;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
 .star-rt-filter {
            border-left: 1px solid #e2e2e2;
            text-align: center;
            width: 100%;
            float: left;
        }

            .star-rt-filter li {
                width: 20%;
                float: left;
                border: 1px solid #e2e2e2;
                border-left: none;
                padding: 0 !important;
                cursor: pointer;
                list-style-type: none;
            }

            .star-rt-filter label {
                font-size: 11px;
            }

        .star-ta-filter {
            border-left: 1px solid #e2e2e2;
            text-align: center;
            width: 100%;
            float: left;
        }

            .star-ta-filter li {
                width: 20%;
                float: left;
                border: 1px solid #e2e2e2;
                border-left: none;
                padding: 0 !important;
                cursor: pointer;
            }

            .star-ta-filter label {
                font-size: 11px;
            }

        .filter-label {
            text-transform: none;
            font-size: 12px;
        }

        .star-rt-filter li label {
            padding: 3px 8px;
            width: 100%;
            float: left;
            cursor: pointer;
        }

        .star-ta-filter li label {
            padding: 3px 2px;
            width: 100%;
            float: left;
            cursor: pointer;
        }

        .rating-counter {
            margin-top: 5px;
        }

        .rating-counter {
            padding: 3px 0 4px;
            margin-top: 5px;
            border-top: 1px solid #e2e2e2;
            width: 100%;
            float: left;
            color: #4e4c4c;
        }

        .htl-str {
            width: 100%;
            text-align: center;
            margin: 0;
            float: left;
        }

        .tadvisr_no {
            position: absolute;
            right: 0;
            font-size: 11px;
            margin: 0;
            top: 0px;
            color: #4e4c4c;
        }

        .ht-st1 {
            float: left;
            width: 107px;
            margin: 13px 5px 10px 4px;
        }



        .pad_rl {
		float: right !important;
		text-align: right;
		padding: 0;
	}

        form {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-family: open sans,sans-serif;
        }

        .search_container input[type=text] {
            padding: 9px 12px 9px 40px;
            outline: 0;
            margin-top: 10px;
            font-size: 14px;
            border: 1px solid #d2d2d2;
            width: 85%;
            font-weight: 500;
            border-radius: 20px;
        }

.fa_srch {
    position: absolute;
    right: 210px;
    top: 24px;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background: url('https://www.easemytrip.com/activities/images/search_icn.png');
}
        /*style new*/

        .serm {
            width: 40%;
            margin: 0 auto;
            display: table;
            position: relative;
            margin-top: 15px;
        }

        .ser-l {
            width: 78%;
            float: left;
            position: relative;
        }

        .homeSrch {
            width: 100%;
            padding: 7px 10px 8px 10px;
            border: 0;
            font-size: 16px;
            height: 40px;
            color: #000;
        }

        .ser-r {
            width: 22%;
            float: right;
        }

.subm {
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    height: 40px;
    text-transform: capitalize;
    outline: none;
    float: left;
    text-align: center;
    width: 100%;
    background-color: #ef6614;
    padding: 0 45px;
    border-radius: 0px;
    background-position: 15% 50%;
    background-repeat: no-repeat;
}

        ul#autolst {
            display: block;
            position: absolute;
            background: #fff;
            max-height: 300px;
            overflow: auto;
        }

        element.style {
            display: none;
        }

        ul#autolst {
            display: block;
            position: absolute;
            background: #fff;
            max-height: 300px;
            overflow: auto;
        }

        ul#autolst {
            display: block;
            position: absolute;
            background: #fff;
            max-height: 300px;
            overflow: auto;
        }

        ul:not(.browser-default) {
            width: 100%;
            /* padding-left: 0; */
            /* list-style-type: none; */
        }

        ul:not(.browser-default) {
            width: 100%;
            /* padding-left: 0; */
            /* list-style-type: none; */
        }

        .example-animate-container {
            background: white;
            border: 1px solid #bbbaba;
            list-style: none;
            margin: 0;
            padding: 0;
            z-index: 999;
            position: absolute;
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            overflow: auto;
            height: 200px;
        }

        .frame {
            height: 200px;
            width: 200px;
            overflow: hidden;
        }

        .zoomin img {
            height: 200px;
            width: 200px;
            -webkit-transition: all 2s ease;
            -moz-transition: all 2s ease;
            -ms-transition: all 2s ease;
            transition: all 2s ease;
        }

            .zoomin img:hover {
                width: 300px;
                height: 300px;
            }

        #toTop {
            display: block;
            position: fixed;
            top: 80%;
            right: 0;
        }

        .crosprc {
            text-decoration: line-through;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            color: #636363;
            padding: 0px;
        }
		
.hot-page2-alp-l-com1 {
    padding: 15px 0 0!important;
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.btnhtltype, .btnhtltype1, .btnhtltype2, .btnhtltype3 {
    position: relative;
    border-radius: 18px;
    border: none;
    padding: 7px 30px;
    cursor: pointer;
    outline: none;
    min-height: 36px;
    border: 1px solid #2196f3;
    color: #2196f3;
    font-size: 13px;
    width: 85px;
    margin-right: 3px;
}
.btnActive {
    background: #2196f3;
    color: #fff;
}

#sortOpen {
    cursor: pointer;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 999;
    cursor: pointer;
}
#sortDropDown {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 188px;
    padding-bottom: 0;
    z-index: 9999;
}
#sortDropDown #sortDashboard {
    display: none;
}
#main_wrap2 {
    background: #fff;
}
.flicb {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0;
}
.filttl {
    letter-spacing: .3px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 10px;
    font-weight: 600;
}
.clr {
    clear: both;
}
.container_f, .container_f2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2196f3;
    display: inline-block;
    margin-left: 5px;
}
#main_wrap2::after {
    top: -21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0,0%,100%,0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: 18px;
    left: 32%;
}
.container_f input, .container_f2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container_f input:checked ~ .checkmark_f, .container_f2 input:checked ~ .checkmark_f2 {
    background-color: #2196f3;
    border: 1px solid #2196f3;
}

.container_f:hover input ~ .checkmark_f, .container_f2:hover input ~ .checkmark_f2 {
    background-color: #ccc;
}

.checkmark_f, .checkmark_f2 {
    position: absolute;
    top: 0;
    left: 6px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #c8c7c3;
    border-radius: 2px;
}
.checkmark_f:after, .checkmark_f2:after {
    content: "";
    position: absolute;
    display: none;
}
.container_f input:checked ~ .checkmark_f:after, .container_f2 input:checked ~ .checkmark_f2:after {
    display: block;
}
.container_f .checkmark_f:after, .container_f2 .checkmark_f2:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
        .homeSrch {
            width: 100%;
            padding: 7px 10px 8px 10px;
            border: 0;
            font-size: 16px;
            height: 40px;
            color: #000;
        }


        .box_st_n2 {
            width: 100%;
            height: 100%;
            min-height: 244px;
        }
.control-box {
    width: 100%;
}
.carousel-control {
    background: #666 !important;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px;
    margin: 115px -15px 0;
    height: 30px;
    width: 30px;
}
ul:not(.browser-default) li {
    list-style-type: none;
}
        a {
            color: #337ab7;
            text-decoration: none;
        }

            .hot-page2-hli-1 img {
                width: 448px;
                height: 161px;
                background-position: 47px -51px;
            }

        .hot-list-p3-1 {
            color: #979797;
            font-weight: 400;
            font-size: 13px;
        }


        .roh_p_n {
            text-align: left;
            padding: 7px 0;
            margin: 0;
        }

        .roh_p {
            text-align: left;
            border-bottom: 1px solid #ef631e;
            padding: 7px 0;
            margin: 0;
        }

        .trav-list-bodn2 p {
            color: #4e4c4c;
            line-height: 14px;
            font-size: 11px;
            text-align: justify;
        }

        img {
            max-width: 102%;
        }

        a {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
        }
.mid_container {
    width: 1170px;
    padding: 0 15px;
    margin: auto;
}
.mid_hp_wrap {
    width: 1200px;
    margin: 12px auto 20px auto;
    padding: 0;
}
.bs-pra {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 0px;
    color: #000;text-transform:capitalize;
    text-align: center;
}
.toggle .toggle-title {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    font-weight: 200;
}
.toggle .toggle-title .title-name {
    display: block;
    padding: 5px 0 6px;
    font-size: 15px;
    font-family: open sans;
    text-align: left;
    font-weight: 600;
}		
.toggle .toggle-inner {
    padding: 7px 25px 10px 0;
    display: block;
    margin: -7px 0 6px;
}
.toggle .toggle-inner p {
    font-family: open sans;
    font-size: 13px;
}

p {
    margin: 0 0 10px;
}
.bg_full_n {

    background: url('https://www.easemytrip.com/activities/images/hotel_2a.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    margin: 30px 0;
}
.mid_hp_wrapBtm {
    width: 1200px;
    margin: auto;
    padding: 0;
}
.bs-pra {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 0px;
    color: #000;
    text-align: center;
}
.para {
    font-size: 13px;
    color: #000;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #2196f3;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -.6em !important;
    left: 0%;
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #fff!important;
    border: 1px solid #2196f3 !important;
    outline: 0;
}
.mid_hp_wrap {
    width: 1200px;
    margin: 0px auto 26px auto;
    padding: 0;
}
.pop_city {
    background: url('https://www.easemytrip.com/activities/images/all-best-pla.png') no-repeat;
}
.ht_city {
    width: 138px;
    min-height: 130px;
    float: left;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    border: 1px solid #cecece;
    border-radius: 4px;
    margin: 12px;
    cursor: pointer;
}
.city_goa {
    width: 100%;
    height: 90px;
    display: block;
    background-position: 0px 0px;
}
.city_del {
    width: 100%;
    height: 90px;
    display: block;
    background-position: 0px -180px;
}
.city_mum {
    width: 100%;
    height: 90px;
    display: block;
    background-position: 0px -90px;
}
.city_ban {
    width: 100%;
    height: 90px;
    display: block;
    background-position: 0px -270px;
}
.city_kol {
    width: 100%;
    height: 90px;
    display: block;
    background-position: -136px 0px;
}
.city_dub {
    width: 100%;
    height: 90px;
    display: block;
    background-position: -136px -90px;
}
.city_bang {
    width: 100%;
    height: 90px;
    display: block;
    background-position: -136px -180px;
}
.city_sing {
    width: 100%;
    height: 90px;
    display: block;
    background-position: -136px -270px;
}


.cityName {
    color: #343c42;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0 0 0;
    text-align: center;
}