img {
    max-width: 100%;
}

ul, ol {
    list-style: none;
    padding: 0;
}

header.header .logo-container {
    background-color: #ffffff;
}

/* who we are page start here */
.position-relative {
    position: relative !important;
}

.sec-bg {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    width: 50%;
    border-left: 120px solid #4ac4eb;
    min-height: 480px;
    background-size: cover;
}

.sec-bg.sec-bg-right {
    left: auto;
    right: 0;
    border-right: 120px solid #4ac4eb;
    border-left: none;
}

.content-title {
    font-family: "Nunito", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
}

.section-left .content-box {
    margin-right: 60px;
}

.section-right .content-box {
    margin-left: 60px;
}

.content-box {
    border-left: 22px solid #4ac4eb;
    background: rgba(255, 255, 255, 0.94);
    padding: 5rem 2rem 7rem;
    box-shadow: 0 0 8px #d7d7d7;
    margin: 66px 0;
}

.who-we-are .content-box {
    background-image: url(../../img/who-we-are1.png);
    background-repeat: no-repeat;
    background-position: 116% -46%;
    background-size: 40%;
}

.we-offer .sec-bg.sec-bg-right {
    border-color: #7868a7;
}

.we-offer .content-box {
    background-image: url(../../img/we-offer-bg.png);
    background-repeat: no-repeat;
    background-position: -18% -75%;
    background-size: 40%;
    border-color: #7868a7;
}

.how-we-work .sec-bg {
    border-color: #e43666;
    min-height: 560px;
}

.how-we-work .content-box {
    background-image: url(../../img/how-we-bg.png);
    background-repeat: no-repeat;
    background-position: 115% -90%;
    background-size: 40%;
    border-color: #e43666;
}

.our-values .content-box {
    background-image: url(../../img/our-value-bg.png);
    background-repeat: no-repeat;
    background-position: 116% -46%;
    background-size: 40%;
    border-color: #fed016;
}

.our-values .sec-bg.sec-bg-right {
    border-color: #fed016;
    min-height: 570px;
}

ul.desc-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

ul.desc-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    background: url(../../img/list-arrow.png) no-repeat;
    width: 9px;
    height: 12px;
}

ul.looking-for-list li {
    position: relative;
    padding-left: 2.3rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-size: 0.87rem;
}

ul.looking-for-list li:nth-child(1):before {
    background: #ef4e69;
}

ul.looking-for-list li:nth-child(2):before {
    background: #47c1c5;
}

ul.looking-for-list li:nth-child(3):before {
    background: #264e79;
}

ul.looking-for-list li:nth-child(4):before {
    background: #6568b0;
}

ul.looking-for-list li:nth-child(5):before {
    background: #fad045;
    border-color: #aaa;
}

ul.looking-for-list li:nth-child(6):before {
    background: #6bb8e1;
}

ul.looking-for-list li:nth-child(7):before {
    background: #4197c2;
}

ul.looking-for-list li:nth-child(8):before {
    background: #363a41;
}

ul.looking-for-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #000;
    margin-top: -7px;
    border: 1px solid transparent;
}

.single_slide .slick-slide {
    padding: 0 1rem !important;
}

.single_slide .slick-slide img {
    width: 100%;
}

.career-slide-sec .single_slide:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fecd08;
    width: 100%;
    height: 260px;
    margin-top: -130px;
}

/* who we are page end here */


/* about page start here */
.about-bg.hostel-apge-banner::after {
    background: rgba(0, 0, 0, 0.59);
}

.about-sec1 .right-col-bg {
    background: #fecd08;
    position: absolute;
    right: 0;
    top: 0;
    height: 80%;
    width: 43%;
}

span.before-img {
    position: absolute;
    bottom: -48px;
    left: 10px;
    right: 150px;
}

.about-sec1 .double-img img {
    box-shadow: 0 0 16px #9f9f9f;
}

h3.subtitle {
    font-size: 1.5rem;
    color: #616161;
    font-weight: 300;
}

.border-radius-5 {
    border-radius: 5px;
}

.facilities-wrp {
    border-left: 1px solid #ebebeb;
}

.boxshadow {
    box-shadow: -4px 0px 30px #c6c6c6;
}

.facilities-content-box {
    position: relative;
}

.facilities-content-box .img-wrapper {
    position: absolute;
    right: 30px;
    top: 30px;
}

.facilities-img-wrp img {
    width: 100%;
}

.facilities-content-box .media {
    position: relative;
}

.facilities-content-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 201, 245, 1);
    background: -moz-linear-gradient(top, rgba(68, 201, 245, 1) 0%, rgba(70, 197, 223, 1) 41%, rgba(72, 195, 197, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68, 201, 245, 1)), color-stop(41%, rgba(70, 197, 223, 1)), color-stop(100%, rgba(72, 195, 197, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 201, 245, 1) 0%, rgba(70, 197, 223, 1) 41%, rgba(72, 195, 197, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 201, 245, 1) 0%, rgba(70, 197, 223, 1) 41%, rgba(72, 195, 197, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 201, 245, 1) 0%, rgba(70, 197, 223, 1) 41%, rgba(72, 195, 197, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 201, 245, 1) 0%, rgba(70, 197, 223, 1) 41%, rgba(72, 195, 197, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c9f5', endColorstr='#48c3c5', GradientType=0);
}

.facilities-content-box h5 {
    color: #fff;
    font-size: 1.7rem;
}

.facilities-content-box p {
    color: #fff;
    font-size: 1.08rem;
}

.facilities-content-box.tour:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f89939+0,fbb024+51,fecd08+100 */
    background: #f89939;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f89939 0%, #fbb024 51%, #fecd08 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f89939 0%, #fbb024 51%, #fecd08 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f89939 0%, #fbb024 51%, #fecd08 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89939', endColorstr='#fecd08', GradientType=0);
    /* IE6-9 */
}

.facilities-content-box.events:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6866ae+1,a7508d+51,ee3668+100 */
    background: #6866ae;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6866ae 1%, #a7508d 51%, #ee3668 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6866ae 1%, #a7508d 51%, #ee3668 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6866ae 1%, #a7508d 51%, #ee3668 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6866ae', endColorstr='#ee3668', GradientType=0);
    /* IE6-9 */
}

.facilities-content-box.staff:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bbac3+2,5b8ab7+52,6667af+100 */
    background: #4bbac3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4bbac3 2%, #5b8ab7 52%, #6666CC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4bbac3 2%, #5b8ab7 52%, #6666CC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4bbac3 2%, #5b8ab7 52%, #6666CC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bbac3', endColorstr='#6666CC', GradientType=0);
    /* IE6-9 */
}

.facilities-content-box.wifi:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f89939+2,faab28+52,fecd08+100 */
    background: #f89939;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f89939 2%, #faab28 52%, #fecd08 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f89939 2%, #faab28 52%, #fecd08 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f89939 2%, #faab28 52%, #fecd08 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89939', endColorstr='#fecd08', GradientType=0);
    /* IE6-9 */
}

.load-more {
    border: 1px solid #111;
    border-radius: 5px;
    color: #919090;
    font-size: 0.85rem;
}

.client-say-sec {
    background: #44c8f5;
}

.client-say-box img {
    width: 100%;
}

.description {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #fff;
    left: 0;
    background-image: url(../../img/gredient-shape.png);
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.12);
}

.description h4 {
    font-size: 1.2rem;
    font-weight: 700;
}

.map-sec {
    background-image: url(../../img/map-bg.png);
    background-repeat: no-repeat;
    background-position: 80% 65%;
    background-color: #f1f1f1;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.map-sec .map-position .map-position-number {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 15px;
    font-size: 0px;
    border: none;
    border-radius: 0;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
    background: url('../../img/location-pin.svg') no-repeat;
    background-size: contain;
}

.map-sec .map-position .map-position-number:hover {
    background: url('../../img/location-pin-yellow.svg') no-repeat;
    background-size: contain;
}

.delhi {
    top: 210px;
    left: 200px;
}

.jaisalmer {
    top: 235px;
    left: 116px;
}

.jaipur {
    top: 236px;
    left: 160px;
}

.varanasi {
    top: 295px;
    left: 330px;
}

.agra {
    top: 248px;
    left: 227px;
}

.amritsar {
    top: 145px;
    left: 150px;
}

.bir {
    top: 111px;
    left: 189px;
}

.leh {
    top: 70px;
    left: 210px;
}

.dalhousie {
    top: 99px;
    left: 177px;
}

.rishikesh {
    top: 174px;
    left: 221px;
}

.kasar-devi {
    top: 180px;
    left: 255px;
}

.dehradun {
    top: 164px;
    left: 215px;
}

.mukteshwar {
    top: 166px;
    left: 250px;
}

.mussoorie {
    top: 155px;
    left: 225px;
}

.nainital {
    top: 165px;
    left: 232px;
}

.naggar {

    top: 112px;
    left: 199px;

}

.mumbai {
    top: 455px;
    left: 100px;
}

.goa {
    top: 535px;
    left: 120px;
}

.pushkar {
    top: 256px;
    left: 142px;
}

.udaipur {
    top: 308px;
    left: 110px;
}

.palampur {
    top: 103px;
    left: 185px;
}


.kasol {

    top: 120px;
    left: 210px;

}

.manali {
    top: 107px;
    left: 207px;
}

.bengaluru {
    top: 590px;
    left: 210px;
}

.coorg {
    top: 610px;
    left: 182px;
}

.kochi {
    top: 660px;
    left: 175px;
}

.alleppey {
    top: 680px;
    left: 180px;
}

.munnar {
    top: 660px;
    left: 197px;
}

.ooty {
    top: 610px;
    left: 210px;
}

.pondicherry {
    top: 616px;
    left: 255px;
}

.map-sec .map-poistion-tooltips {
    display: none;
    z-index: 101;
    max-width: 300px;
    background-color: #FFCC00 !important;
    box-shadow: 0 30px 102px rgba(0, 0, 0, .33), 0 20px 51px rgba(0, 0, 0, .18);
    /* transition: opacity .3s; */
    margin-top: -15px;
    line-height: 22px;
    color: #000;
    /* opacity: 0;
    height: 0; */
    /* pointer-events: none; */
    margin-left: 29px;
}

h1 {
    font-family: "Nunito", sans-serif;
}

.our-locations .subtitle {
    color: #c80a31;
    font-weight: 800;
}

.our-locations p {
    font-size: 1.5rem;
    color: #616161;
}

/* about page end here */

/* franchise page start here */
.table {
    border-collapse: collapse;
}

.text-black {
    color: #000 !important;
}

.custom_tble thead tr th {
    color: #fff;
    font-weight: 300;
    padding: 1rem 1.3rem;
}

.custom_tble tbody tr td {
    font-size: 0.8rem;
    padding: 1rem 1.3rem;
}

.franchise_sec1 .custom_tble tbody tr:nth-child(even) {
    background: #f5fdff
}

.franchise_sec1 .custom_tble tbody tr:nth-child(odd) {
    background: #fff
}

.custom_tble.table-bordered th, .table-bordered td {
    border: 1px solid #c3d5d9;
}

.table_shadow {
    box-shadow: 0px 0px 10px #d9d9d9;
}

.gray-bg {
    background: #f2f2f2;
}

.moreD_btn {
    background: none !important;
    color: #878787;
    border-color: #878787 !important;
}

.franchise_sec2 {
    background-image: url(../../img/franchise/franchise-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.franchise_sec2:before {
    background: rgba(122, 16, 16, 0.35);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hostel_lisitng span {
    background: #ffcc00;
}

.hostel_lisitng p {
    color: #616161;
}

.font-weight-800 {
    font-weight: 800;
}

.hostels_view_wrp .right-col-bg {
    background: #fecd08;
    position: absolute;
    right: 0;
    top: 0;
    height: 94%;
    width: 34%;
}

.rgister_goStop_bnnr {
    background-size: 100% auto;
    background-size: cover;
}

.font-weight-700 {
    font-weight: 700;
}

.franchise_sec6 {
    background-image: url(../../img/mountain-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.services-box {
    background: #29bcc0;
    border-bottom: 5px solid #03878c;
}

.services-box.box2 {
    background: #fd8b18;
    border-color: #c86400;
}

.services-box.box3 {
    background: #6666CC;
    border-color: #454697;
}

.services-box.box4 {
    background: #ff3c60;
    border-color: #e42447;
}

.franchise_sec7 ul li {
    position: relative;
}

.franchise_sec7 ul li:before {
    background: url(../../img/check-icon.png);
    width: 24px;
    height: 19px;
    content: "";
    left: -50px;
    top: 4px;
    position: absolute;
}

.box-shadow {
    box-shadow: 0px 0px 10px #ddd;
}

.chartbox p {
    min-height: 72px;
}

.marketchart1 p.chartdesc {
    background: #ff9d28;
}

.marketchart2 p.chartdesc {
    background: #6666ce;
}

.marketchart3 p.chartdesc {
    background: #00cdff;
}

.marketchart4 p.chartdesc {
    background: #ff4372;
}

.franchise_sec10 .chartdesc {
    min-height: 94px;
}

/* franchise page end here */
/* career-pie-image */
.career-pie-image img {
    width: 550px;
}

.right_fullbg {
    text-align: right;
}

/* career-pie-image End Here */

a.map-link {
    color: #FF3366;
    text-decoration: underline;
    line-height: 1;
    margin-top: 10px;
    text-decoration: underline;
    position: relative;
    display: block;
    font-size: 11px;
}