/*___________Scrollbar_____________*/
@font-face {
    font-family: Helvetica;
    src: url(../fonts/HELVETICA.TTF);
}

@font-face {
    font-family: Helvetica bold;
    src: url(../fonts/HELVETICA-BOLD.TTF);
}
html{scrollbar-color: #000 #fff0;}
html {--scrollbarBG: #fff0;--thumbBG: #000;}
body::-webkit-scrollbar {width: 5px;}
body {scrollbar-width: thin;scrollbar-color: var(--thumbBG) var(--scrollbarBG); overflow-x: heddint!important;} 
body::-webkit-scrollbar-track {background: var(--scrollbarBG);}
body::-webkit-scrollbar-thumb {background-color: var(--thumbBG) ;border-radius: 6px;border: 3px solid var(--scrollbarBG);}
*{scrollbar-color:  var(--thumbBG) var(--scrollbarBG);scrollbar-width: thin}
/*___________Scrollbar END_____________*/

/* ROOT */
:root{
    --red-clr:#ed1c24;
    --grey-clr:#b7b5b5;
    --helvetica:'Helvetica';
    --bold:'Helvetica bold';
    --yellow:#e9972f;
    --d-blue:#211d70;
}



/*___________COMMON STYLE_____________*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;padding:0;list-style-type:none;text-decoration:none}
.fa-phone{transform: rotate(100deg);}
::selection {background-color:#000;color: #fff;}
body {overflow-x: hidden;font-size: 15px; background-image:url('../images/background-img.jpg'); }
.clearfix{ clear:both}
img{ max-width:100%}
ul{ margin:auto; padding:0}
a{text-decoration:none;}
.ib{display: inline-block;}
.oh{overflow:hidden}
.tu{text-transform:uppercase}
.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.pr{position:relative}
.ma{margin:auto}
.m0{margin:0}
.br{border-radius:100%}
.bt{border-top: 1px solid #000;}
.bb{border-bottom: 1px solid #000;}
.b_right{border-right: 1px solid #000;}
.f_l{float:left !important;}
.f_r{float:right !important;}
.pad-right{padding-right: 30px !important;}
.container{ max-width:1300px;}
.f-hdg{ font-size:20px; font-weight:600}
.form-group {position: relative;}
.heading{text-transform: uppercase;font-weight: 800; font-size: 12px;}
.heading09{text-transform: uppercase;font-weight: 600; font-size: 12px;}
.text{font-size: 25px;}
label.error {position: absolute;font-weight: normal;bottom: -20px;font-size:10px;left: 14px;}
.pr_na {position: initial !important}
section{ padding:40px 0}
.center{text-align: center;}
.div_space{padding-top: 100px;}
::selection{background: var(--c_r);color: #fff;}
/*top*/
#go_top{ position: fixed; bottom:-10%; right:1%; transition:all 0.6s;font-size:30px; cursor:pointer;}
#go_top i{border-radius:100%;color: var(--yellow)}
#go_top.show{ bottom:7%}
/*top*/
ol{ padding:0; margin:auto}
/* BUTTON */
.mn-btn{padding: 12px 15px;background: var(--c_r);font-size: 15px;text-transform: uppercase;font-weight: bold;color: #fff; border-radius: 5px;transition: all ease-in-out .4s;position: relative;border: none;}
.mn-btn::after{position: absolute;content: '';background: var(--d-blue); width: 100%;height: 0%;bottom: 0;left: 0;transition: all 0.3s;border-radius: 5px 5px 5px 5px;}
.mn-btn:hover::after{height: 100%;}
.mn-btn:hover{color: #fff;}
.mn-btn b{position: relative;z-index: 1;}
/*___________COMMON STYLE END_____________*/

/* CAPTCHA START */
.grecaptcha-badge{display: none;}
/* CAPTCHA */


/* HEADER START */
/* header{position: fixed; width: 100%; top: 0; z-index: 100;} */
.stickynav09{position: fixed;z-index: 222;width: 100%;background: #fff;left: 0;right: 0;top: 0;}
.logo{width: 250px;margin: 0;}
.d_bl{display: none;}
.d_bn{display: block;}
.fixed-header{background-color: #fff;}
.navbar{padding-top: 20px; }
.nav_links{display: flex;margin-left: 150px;}
.nav_links ul{display: flex;margin: 0 0 0px 0;padding: 0;}
.rm_btn{display: flex;margin-left:50px}
/* .nav_links ul li{display: inline-block; margin:15px;}
.nav_links ul li a{text-decoration: none; color: #000; font-weight:500; font-size: 15px;transition: all ease-in-out .3s;} */
.nav_links li a{padding: 0px 20px;font-size: 16px;text-transform: capitalize;color: #000;font-weight: 500;transition: all ease-in-out .3s;}
.nav_links li a:hover{color: var(--red-clr)}
.login{margin: 0;padding: 6px 12px;border-radius: 6px;border: 2px solid;}
.login a{color: #000;text-transform: capitalize;}
.cl_rm{padding: 8px 15px;background: var(--c_r);border-radius: 6px;text-transform: capitalize;margin: 0px 15px;}
.cl_rm a{color: #fff;}
.sidemenu_btn{display: none;}
/* new btn */



.n-login{position: absolute;right:3%;top: -20px;margin: auto;height: 30px;background: var(--c_r);padding: 0px 30px;border-radius: 0px 0px 5px 5px;color: #fff;cursor: pointer;}
.n-login .far{color: var(--c_r);font-size: 20px;display: none;}
.n-login img{position: absolute;top: 10px;padding-left:5px;right: 12px;width: 16px;}
.n-login .ard-1{display: none;}
.n-login p{margin-top: 3px;}
.drp-mn{position: absolute;width: 150px;right: 0px;display: none;transition: all ease-in-out .5s;border-radius: 3px;top: 0;}
.n-login ul{padding:10px 20px;border: 1px solid #6666;border-radius: 5px;background: #fff;}
.n-login:hover .drp-mn{background: #fff;display: block;transition: all ease-in-out .6s;top: 35px;}
.n-login .drp-mn .drp-itm:hover{color: var(--c_r);}
.drp-mn li a{color: #000;font-size: 15px;text-transform: capitalize;}
.dropdown-divider{background-color: var(--c_r);width: 100%;}
.n-login input{display: none;}

.rm_login{font-size: 15px;font-weight: 400;}
/* HEADER END */

.stickynav09 *{transition: all 0.5s;}
/* .fixed-header .nav_links ul li{margin: 1px 20px 0px 0px;}
.fixed-header .logo{padding: 5px 10px 5px 0;}

.fixed-header .nav_links ul li a{font-size: 14px;} */
/* new footer */

/* FOOTER START */
footer{background: #fff;}
.footer_nav ul li{display: inline-block; padding: 10px;}
.footer_nav ul li a{ color: #000; font-weight: 600;font-size: 16px; padding-right: 40px;}
.l-nav{width: 50%;}
.r-nav{vertical-align: top; width: 49%;}
.l-nav .enquery{background: #f2f2f2; width: 85%;float: left;}
.l-nav .mn-btn{margin-bottom: 20px;}
.l-nav h6{font-size: 18px;font-weight: bold;}
.l-nav select{background: transparent !important;border: none;border-bottom: 1px solid #d9d9d9;}
.main-form{width:90%;}
.main-form select{background: transparent!important;border-bottom: 1px solid #d9d9d9!important;border:none;}
.campus ul li{display: inline-block; width: 49%; vertical-align: top;padding: 0px 10px;overflow: hidden;}
.campus ul li p{padding-top: 10px; font-weight: 500;}
.campus li img {transform: scale(1);transition: all ease-in-out .3s;}
.campus li img:hover{transform: scale(1.1)}
.content .form-group input{background: transparent;outline-style: none;border: none;border-bottom: 1px solid #d9d9d9; transition: .3s linear;}
.content .form-group{position: relative;padding: 12px 0;}
.content .form-group label{position: absolute; color: #999;}
.form-control{border-radius: 0;}

/* mini footer */
.mini-footer{border-top: 1px solid var(--grey-clr);}
.mft-img{float: left;}
.mft-content{font-size: 13px;margin: 0;width: 900px;padding: 0px;margin-top: 20px;float: right;text-align: right;}
.mft-content a{transition: all ease-in-out .5s; color: #000;margin: 0;padding-left: 10px;}
.mft-content a:hover{color: var(--c_r);}
.mft-content li p{margin: 0;}
.ml-link{padding: 0px 10px;border-right: 1px solid var(--c_r);}
/* mini footer end */
/* FOOTER END */

/* new footer end*/

/* new footer end*/

.line{width: 50px;height: 2%;background-color: #000;padding: 3px 0;margin-top: 20px;margin-bottom: 20px;}
.line2{width: 50px;height: 2%;background-color: var(--c_b);padding: 3px 0;margin-top: 20px;margin-bottom: 20px;}

/*___________OWL SLDIER___________*/
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-grab{cursor:grabbing}.owl-drag{cursor:grab}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .owl-stage-outer, .owl-stage, .owl-item{height:100%;}.owl-dot{ border:none}.owl-nav button{ border:none; background:none; font-size:50px; position:absolute; top:0; bottom:0; margin:auto; opacity:0.6}.owl-nav button:hover{ opacity:1}.owl-nav button.disabled{ opacity:0.5}
.owl-carousel .owl-stage-outer{ overflow:hidden}

/*___________OWL SLDIER___________*/

/* show btn */
#enqueryfrm{display: block!important;background: #f2f2f2;}
.fancybox-slide #enqueryfrm{display: inline-block!important;width: 500px;}
.shw_btn {position: fixed;right: -57px;top: 250px;z-index: 100;margin: auto;height: 30px;transform: rotate(-90deg);}

.shw_btn a {background: var(--red-clr);color: #fff;padding: 10px 20px;border-radius:5px 5px 0px 0px;text-transform: uppercase;position: relative;}

.shw_btn a::after{position: absolute;content: '';background: var(--d-blue); width: 100%;height: 0%;bottom: 0;left: 0;transition: all 0.3s;border-radius: 5px 5px 0px 0px;}
.shw_btn a:hover::after{height: 100%;}
.shw_btn a b{position: relative;z-index: 1;font-weight: 500;}
/* show btn end*/

/* INDEX START */
.box_sdw_row{background: linear-gradient(0deg, rgba(233,151,47,1) 0%, rgba(233,151,47,0.9444152661064426) 12%, rgba(233,151,47,0) 100%);content: '';position: relative;width: 100%;height:200px;bottom: 0;left: 0;right: 0;}
main{background: #fff;position: relative;}
.home_slider_row{position: relative;height: 100vh;}
.home_page_banner{position: fixed;top:0;left: 0;right: 0;width: 100%;height: 100vh;}
.home_slider_content *{color: #fff;}
.mobile_img{display: none;}
.home_page_banner .item{position: relative;}
.home_slider_content{position: absolute; bottom: 10%; right:35%;z-index: 3;}
.desk_img, .mobile_img{background: #000;}
.desk_img img, .mobile_img img{width: 100%;opacity: 0.7;}
/* .home_page_banner .item::after{background: linear-gradient(0deg, rgba(233,151,47,1) 0%, rgba(233,151,47,0.9444152661064426) 52%, rgba(233,151,47,0) 100%);content: '';position: absolute;width: 100%;height:50%;bottom: 0;left: 0;right: 0;}  */
.bn-btn{margin-top: 30px;}

/* INDEX END */

/* ABOUT START */
.about-row{position: relative;background: var(--yellow);}
/* .about-row::after{background: var(--yellow);position: absolute;width: 100%;height: 55%;left: 0;right: 0;content:'';top: 0;} */
/* .about-row::before{background:#fff;position: absolute;width: 100%;height: 25%;left: 0;right: 0;content:'';bottom:0} */
.about-row .container{position: relative;z-index: 1;}
.abt-img{width: 50%;}
.abt-img img{width: 100%;}
.about-content{width: 40%; vertical-align: top; float: right;text-align: right;}
.abt-text{float: right;clear: both;width: 450px;margin: 0;font-size: 18px;font-weight: 500;}
.abt-btn{display: inline-block;margin: 20px 0;}
/* ABOUT END *
/* BENEFIT START */
.ben09{height: 0;position: relative;}
.tb-lf{margin: 0;float: left;margin: 0;width: 100%;}
.tb-lf .nav-link{text-align: left;}
.tb-r{float: right;margin: 0;}
.n-tab .nav-link{background: none;color: var(--c_gr);font-size: 18px;padding: 0;margin-bottom: 30px;}
.n-tab .nav-link.active{background: none;color: #000;}
/*BENEFIT END*/

/* QUICK FACTS  */
.qucfct_row .item{width: 100%;background: var(--grey-clr);margin: 0;text-align: center;}
.qucfct_bg{height: 250px;overflow: hidden;position: relative;}
.qucfct_bg img{width: 100%;}
.qucfct_txt{font-size:20px ;min-height: 250px;display: flex;align-items: center;margin: auto;padding: 30px;position: relative;}
.qucfct_txt b{font-size: 25px;font-family: var(--bold);}
.qucfct_row .item:hover .qucfct_txt *{position: relative;z-index: 1;color: #fff;}
.qucfct_row .item .qucfct_txt::after{background: var(--d-blue);position: absolute;left: 0;right: 0;bottom:0;width: 100%;content:'';height: 0;transition: all 0.5s;margin: auto;}
.qucfct_row .item .qucfct_bg::before{position: absolute;content: '';background-color: var(--grey-clr);width: 59px;height: 49px;bottom:-12%;right: 45%;margin: auto;display: block;transform: rotate(43deg);transition: all 2s;}
.qucfct_row .item:hover .qucfct_bg::before{background: var(--d-blue);}
.qucfct_row .item:hover .qucfct_txt::after{height: 100%;}
.qucfct_row .item .qucfct_bg.bg-2::before{bottom: initial;top: -12%;}
.qucfct_row .owl-nav{display: none;}
/* QUICK FACTS END */

/* How it works */
.how-it-works_box{display: flex; text-align: center; padding-top: 20px; background: url('../images/line.jpg'); background-repeat: no-repeat; background-position: center;}
.htw_bg{transform: rotate(0deg);transition: all ease-in-out .4s;}
.htw_bg:hover{transform: rotate(-10deg);}
.htw_txt{font-weight: 700;}
.col_sm_2{text-align: left;padding-top: 100px;}
.col_sm_4{padding-top: 100px;}
/* How it works end*/

/* Bits campus */
.btcmp09{margin-top: 30px;}
.btcmp09 .nav-link.active{background: var(--red-clr);}
.btcmp09 .nav-link{color: #000;font-size: 18px;padding: 10px 0px; width: 170px;}
.tab_left{width: 30%;}
.tab_right{width: 59%;position: relative;vertical-align: top;}
.a09{padding: 90px;}
/* /* campus slider * */
.tab-slider{position: relative;width:100%; height:100%;}
.btcmp09 .tab-slider .active img{transition:all 0.5s;width: 100%;}
.tab-slider .owl-nav span{display: none;}
.tab-slider .owl-next{position:absolute;background: url(../images/arrow-r.png);width: 35px;height: 35px;background-repeat: no-repeat;right: 2%;}
.tab-slider .owl-prev{position: absolute;background: url(../images/arrow-l.png);width: 35px;height: 35px;background-repeat: no-repeat;left: 2%;}
.campus09{ width: 100%;position: absolute; transition: all 0.4s ease 0s; opacity: 0; visibility: hidden;opacity: 0;}
.campus09.active{transition: all 0.6s ease 0s;z-index:1;position: relative;visibility: visible;opacity: 1;}
/* campus slider end*/

/* Bits campus end */
/* Room */
.total-rooms{background: var(--d-blue);color: #fff; padding: 0;}
.avail-room{display: flex; text-align: center;width: 80%; margin: auto;}
.cmp_title h1{font-family: var(--helvetica); font-size: 35px;}
.cmp_dtl h3{margin:0; padding-top: 20px;}
.cmp_dtl p{font-size: 15px;}
.btspln-rm{padding:30px; border-right: 2px solid #fff; width: 100%;}
.btspln-rm:last-child{border-right: none;}
/*Room end */

.bg{background: var(--grey-clr);}
.slc-sec-2{padding: 50px 90px;border-radius: 10px;background: var(--red-clr);color: #fff;text-transform: uppercase;}
.slc-sec{padding: 40px 40px;border-radius: 10px;background: var(--red-clr);color: #fff;text-transform: uppercase;}
.slc-sec:hover{background: #ed1c239e;color: #fff;}
.slct-img{display:flex;}
.slct-img .img-sec{width: 100px;border-radius: 10px;}
.slct-img img{width: 100%;}

/* ABOUT PAGE */

/* banner */
.bts_top_banner{position: relative;z-index: 1;}
.bts_top_bg img{width: 100%;}
.bts_top_txt{position: absolute;top: 10%;text-transform: uppercase;padding: 20px 50px;font-weight: bold;color: #fff;left: 5%;}
.bts_top_txt h1{font-size: 50px;}
/* banner end*/


/* Opportunities sec */
.bts_opt_img{float: right;clear: both;}
.bts_opt_txt_in{background:#fff;padding: 20px;position: relative;z-index: 1;float: left;width: 65%;padding: 30px;margin: 0 0 -297px 0;}
.bts_opt_txt_in p{font-size: 18px;}
.bts_opt_txt_in .big{font-size: 25px;font-weight: bold;}
/* Opportunities sec */

/* counter sec */
.opt-dtl{background: var(--d-blue);margin: auto;text-align: center;color: #fff;}
.opt-dtl ul li{display:inline-block;padding: 15px 30px; width: 300px;vertical-align: top;}
.opt-dtl .hd_num{font-size: 60px;font-weight: bold;}
.opt-dtl .hd_txt{text-align: center;text-transform: capitalize;padding: 0 20px;font-weight: bold;}
/* counter sec end*/

/* Price chart */
.price-chart{padding: 0px 30px;text-align: center;}
.price-chart th{background: var(--c_b);color: #fff;font-weight: 500;letter-spacing: .35px;vertical-align: top;}
/* Price chart */

/* benefit sec */
.bts_bnf_sec{padding: 60px 0 30px 0;cursor: default;}
.bts_bnf_sec ul li{display:inline-block;padding: 0 30px;width: 300px;vertical-align: top;text-align: center;}
.benf-1{display: flex;margin: auto;background: var(--grey-clr);padding: 30px;font-size: 18px;width: 300px;min-height: 185px;align-items: center;font-weight: bold;transition: all ease-in-out .5s;}
.benf-1:hover, .benf-1:focus{box-shadow: inset 0 0 0 150px var(--c_b);color: #ffff;}
.benf-2{display: flex;margin: auto;background: #fff;padding: 30px;font-size: 18px;width: 300px;min-height: 185px;align-items: center;font-weight: bold;transition: all ease-in-out .5s;}
.benf-2:hover, .benf-2:focus{box-shadow: inset 0 0 0 150px var(--c_r);color: #fff;}
/* benefit sec end*/

/* FAQ START */
.accordion-body{padding: 10px 0px 0px 20px;}
.accordion09 .accordion-item{padding: 10px;position: relative;border: 1px solid var(--c_b)!important;}
.accordion09 .accordion-button{background: none;font-size: 17px;color: var(--c_b); box-shadow: none;border-radius: 0!important;margin-bottom: 0px;color:var(--c_b);transition: all ease-in-out .3s;padding: 10px;}
.accordion09 .accordion-button:not(.collapsed){color: var(--c_r);letter-spacing: .6px;}
.accordion-button::after {flex-shrink: 0;width: 1.25rem;height: 1.25rem;margin-left: auto;content: "";background:url(../images/plus.png);background-repeat: no-repeat;background-size: 1.25rem;transition: transform .3s ease-in-out;}
.accordion-button:not(.collapsed)::after{background-image: url(../images/minus.png)!important;}
/* FAQ END */

/* About Page end*/

/* Relive Bits */
.rel_top_banner{position: relative;z-index: 1;}
.rel_top_bg img{width: 100%;}
.rel_top_txt{position: absolute;top: 30%;text-transform: uppercase;padding: 20px 50px;font-weight: bold;color: #fff;left:5%;}
.rel_top_txt h1{font-size: 50px;}
.bts-txt-rel{text-align: center; padding-top: 20px;width: 900px;}
/* Relive Bits */
.product-images .sm-img{margin-right: 5px;}
.hd-sec{margin-top: 30px;}
.new-box{ display:flex;}
.tab-left{width: 48%; margin: 0;}
.sm-img{padding-top:20px;}
.sm-img li img{width: 150px;}
.tab-right{width: 50%;}
.bts-rel-cnt .bts-rel-pr{text-align: justify;font-size: 15px;}
.tab-right .bts-rel-btn{padding-top: 20px;}
.bts-rel-btn .rel-btn{border: 2px solid var(--red-clr);padding: 15px 30px;font-size: 15px;text-transform: uppercase; margin-right: 20px;color: #fff;background: var(--red-clr);border-radius: 5px;transition: all 300ms;font-weight: 600;}
.bts-rel-btn .rel-btn:hover{background: transparent;color:var(--red-clr);}
.bts-rel-btn .rel2{background: transparent;color: var(--red-clr);}
.bts-rel-btn .rel2:hover{background: var(--red-clr);color: #fff;}
.bts-rel-btn .rm09-btn{border: 2px solid var(--red-clr);padding: 15px 30px;font-size: 15px;text-transform: uppercase; margin-right: 20px;color: #fff;background: var(--red-clr);border-radius: 5px;transition: all 300ms;font-weight: 600;}
.bts-rel-btn .rm09-btn:hover{background: transparent;color: #fff;}
/* bits goa */
.g-cmps{display: flex;}
.bts-goa-cnt{margin:0;}
.bts-rel-pr{font-size: 15px;text-align: justify;margin-right: 30px;}
.bts-rel-btn{padding-top: 30px;}
/* bits goa end*/

/* bits hyd */
.bts-hyd-cent{margin: 0;}
.bts-hyd-cnt .bts-rel-pr{font-size: 15px;text-align: justify;}
/* bits hyd end*/

 /* dubai campus */
 .d-cmps{display: flex;}
 /* dubai campus */

/* space */
.clm-spc{background: url(../images/relive/corridor.png) no-repeat;background-size: cover;background-position: center;width: 100%;height: 100%;padding: 70px 0; z-index: 1;}
.clm-spc h1{color: #fff;}
.spc-txt{color: #fff;text-align: center;width: 900px;padding: 20px 0;}
/* space */

.sec_fl_btn button.active{opacity: 1;}

/*CONTACT */
.all-dtl{margin: 40px 0;}
.lctn ul li{display:inline-block;width: 400px;padding: 10px 20px;vertical-align:top;}
.lctn-hdng{min-height: 160px;}
.cn_p{font-size: 30px;font-weight: 600;}
.cn_hdng{font-size: 40px;}
.lctn-hdng p{width: 290px;margin: 0;}
.lctn-numb{margin-bottom: 20px;}
.lctn-numb a{color: var(--red-clr);font-weight: 500;}
.lctn-eml a{color: var(--red-clr);}
.cntrl-dtl{text-align: center;padding: 20px 0;}
.cntrl-nm{font-size: 16px;font-weight: bold;}
.cntrl-ml{font-size: 16px;font-weight: bold;text-decoration: underline;}
.cntrl-ml a{color: #000;}
.cntrl-numb{font-size: 16px;font-weight: bold;padding: 10px 0;}
.cntrl-numb a{color: #000;}
.cont09{background-color: var(--d-blue);color: #fff;position: relative;padding: 50px 0;overflow: hidden;}
.cont09::after{background: url(../images/contact/union.png) no-repeat;background-position: center;background-size: cover;height: 450px;width: 450px;display: block;position: absolute;content: '';top: 20%;left: 0;}
.cont{width: 49%;margin: 50px 0;float: left;}
.cont-det{margin: 0;}
.cont-txt{width: 400px;margin: 0;margin: 20px 0;}
.cont-txt p{font-size: 16px;}
.mn-frm{float: right;margin: 0;width: 50%;padding: 20px;}
.mn-frm select option{color: #000;cursor: pointer;}

.mn-frm .form-group{margin-bottom: 20px;}
.mn-frm .form-group .form-control{background: transparent;border: 1px solid var(--grey-clr);border-radius: 5px;color: #fff;}
.mn-frm .bts-btn button{width: 100%;background: var(--red-clr);text-align: center;padding: 10px 20px;text-transform: uppercase;border-radius: 5px;cursor: pointer;color: #fff;border: none;}
.mn-frm .txt-ar{padding: 20px 10px;}
/*CONTACT */
/*top*/
#go_top{ position: fixed; bottom:-10%; right:1%; transition:all 0.6s;font-size:30px; cursor:pointer;}
#go_top i{border-radius:100%;color:var(--c_r);}
#go_top.show{ bottom:7%}
/*top*/

.hdg_min{padding: 30px 0;}
.headding{font-weight:400; font-size:45px; margin:0;text-transform: uppercase;}
.headding2{font-weight:600; font-size:30px; margin:0;text-transform: uppercase;position: relative;}
.title{font-weight:500; margin:10px 0; font-size:16px }
.center{ text-align:center}
.lin{width: 60px; height:7px;background-color: #000; display: block;margin-top: 20px;margin-bottom: 20px;}
:root{--ft_l:'hel-l';--ft_r:'hel-r';--ft_b:'hel-b';--c_r:#ED1B24;--c_b:#221D71;--c_gr:#D9D9D9;--c_bk:#000;--c_w:#fff;}

.c_b{color:var(--c_bk);}
.none{display: none;}
/*___________COMMON STYLE END_____________*/

/*___________OWL SLDIER___________*/
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-grab{cursor:grabbing}.owl-drag{cursor:grab}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .owl-stage-outer, .owl-stage, .owl-item{height:100%;}.owl-dot{ border:none}.owl-nav button{ border:none; background:none; font-size:50px; position:absolute; top:0; bottom:0; margin:auto; opacity:0.6}.owl-nav button:hover{ opacity:1}.owl-nav button.disabled{ opacity:0.5}owl-carousel .owl-stage-outer{ overflow:hidden}
/*___________OWL SLDIER___________*/

/*___________HEADER END_____________*/

/*___________PAGE_____________*/
.content_root{position: relative;}
.content_min{display: flex;}
.stepnav{width: 370px;margin: 0;position: sticky;top:120px;max-height: 250px;}
.stepnav{}
.stepnav ul li{position: relative;margin:0 0 60px;clear: both;}
.stepnav ul li::after{width: 1px; height:100px;background: var(--c_gr);content:'';position: absolute;top:25px;left: 15px;}
.stepnav ul li:last-child::after{display: none;}
.stepnav_no{position: absolute;left: 0;top: 0;bottom:0;width: 30px;height: 30px;border: 1px solid var(--c_r);border-radius: 100%;text-align: center;padding: 3px 0;color: var(--c_r);background: #fff;z-index: 1    ;}
.stepnav_txt{float: right;width: 85%;clear: both;}
.stepnav_txt h4{margin: auto;font-size: 19px;color: var(--c_b);}
.stepnav_txt p{font-size: 12px;margin: auto;}
.hdg_min h1{margin-top: 60px;}

.stepnav ul li.active .stepnav_no{background: var(--c_r);color:#fff;}
.stepnav ul li.active::after {background: var(--c_r);}

.st_box{margin: 0 0 22px;border-bottom: 1px solid var(--c_gr);overflow: auto;}
.st_box_rd{margin: 0;display: flex;}
.rd_txt{float: left;margin: 0;clear: both;}
.rd_sec ul{display: flex;}
.rd_sec input[name="red"]{accent-color: var(--c_r);border: none;}
.rd_sec ul li{padding: 0 20px;}
.content_right{float: right;width: 100%;padding:0px;}
.hedng{font-size: 20px;font-family: var(--helvetica);padding: 10px 10px 22px;}
.st_box_row{padding:0 0 22px;}
.sel_cam{display: block;}
.sel_cam li{width: 20%;padding:0 10px 0;position: relative;cursor: pointer;display: inline-block;vertical-align: top;}
.sel_cam li *{transition: all 0.2s;}
.sel_cam_bg{position: relative;overflow: hidden;width: 100%;margin: 0;}
.sel_cam_bg img{width: 100%;display: block;transform: scale(1);}
.sel_cam li:hover .sel_cam_bg img{transform: scale(1.1);}
.sel_cam_txt h4{font-size: 16px;padding: 10px 0;}
.sel_cam li .sel_cam_bg::after{content: '';position: absolute;width: 100%;height: 100%;border: 0px solid var(--c_r);top: 0;left: 0;}
.sel_cam li:hover .sel_cam_bg::after, .sel_cam li.active .sel_cam_bg::after{border: 2px solid var(--c_r);}
.sel_cam li.active .sel_cam_bg::before{width:40px;height:40px;content: '';position: absolute;bottom: 0;left: 0;z-index: 3;background: url(../images/icon/click.png);background-size: 100%;}

.btn_09{padding: 10px 20px; display: block;background: none;width: 100%;min-width: 200px;border:2px solid var(--c_r);border-radius: 5px;margin: 0 10px;position: relative;opacity: 0.5;}
.sec_fl_btn{ margin: 0 0 22px;}
.sec_fl_btn .btn_sm{display:inline-block; margin: 0 10px 10px 0;}
.btn_09.check, .btn_09:hover{opacity: 1;}
.btn_09.check::after{width:22px;height:22px;content: '';position: absolute;bottom: 0;left: 0;z-index: 3;background: url(../images/icon/click.png);background-size: 100%;}

.room_sl_info_lft{float: left;min-width: 320px;}
.room_sl_info_lft ul{display: inline-block;width: 49%;font-size: 12px;vertical-align: top;}
.room_sl_info_lft ul li{padding: 2px 0;font-size: 11px;}
.col_blu{width: 12px;height: 12px;background: #ffc000;display: inline-block;margin-right: 2px;position: relative;top: 1px;}
.col_red{width: 12px;height: 12px;background: #00b050;display: inline-block;margin-right: 2px;position: relative;top: 1px;}
.room_sl_info_rig{color: var(--c_b);font-size: 11px;float: right;}
.room_sl_info{margin: 0 0 30px;}


/* SEC 2 */

/* form */
.form09 .col-md-6{margin: 0;}
.form09 .col-12{margin: 0;}
.form09 .col09{float: right;}
.form09 .form-control{border: none;background: none;border: 1px solid #ddd;padding: 15px;}

/* btns */
.bt09{padding-top: 50px;}
.bt09 .bck{float:left;}
.bt09 .bc09{padding: 10px 30px;border: 2px solid var(--c_r);border-radius: 5px;color: var(--c_r);text-transform: uppercase;background: #fff;}
.bt09 .nxt{float:right;margin: 0%;}
.bt09 .nx09{padding: 10px 30px;border: 2px solid var(--c_r);border-radius: 5px;color: var(--c_w);text-transform: uppercase;background: var(--c_r);border: 1px solid var(--c_r);transition: all ease-in-out .3s ;}
.bt09 .nx0{padding: 10px 30px;border: 2px solid var(--c_r);border-radius: 5px;color: var(--c_w);text-transform: uppercase;background: var(--c_r);border: 1px solid var(--c_r);transition: all ease-in-out .3s ;}
.bt09 .nx0:hover{background: #fff;color: var(--c_r);}


/* form */

/* SEC 2 END*/

/* summary */
.cmps-rv ul li{display: inline-block;padding: 10px 0px;width: 310px;vertical-align: top;}
.cmps-rv h6{color: var(--c_r);}

/* payment method */
.mtd-py{text-align: center;padding: 30px 0;}
.mtd-py ul li{display: inline-block;text-align: center;margin: 0px 80px;}
.mtd-py input{cursor: pointer;}
.mtd-py input[name="red"]{accent-color: var(--c_r);border: none;}
/* payment method */

/* Payment summary */
.bgclr{background-color: #F2F2F2;}
.smry09{padding: 3em;}
.py-smry .sn_oc{float:left;margin: 0;}
.py-smry .prc{float: right;color: var(--c_r);}
.py .py09{border: none;padding: 15px 40px;font-size: 15px;text-transform: uppercase;border-radius: 5px;background:#e37f84;color: #fff;transition: all ease-in-out .3s;}
.py .py09:hover{background: var(--c_r);}
/* Payment summary */
.py-desc{width: 80%;}
.py-desc ul li{padding: 20px 0;}
.py-desc .sts-n{float: left;width:250px;clear: both;margin:0;padding: 15px 45px;}
.py-desc .sts{width:450px;float: right;margin: 0;padding: 15px 5px;}
/* summary */
/*___________PAGE END_____________*/

/*___________REGISTER PAGE_____________*/
.r_space{padding: 50px;}
.main-frm{display: flex;}
.rm09{padding: 0px 40px;}
.form-check{padding: 20px 40px;}
.chck-trm{color: var(--c_b);}
.chck-trm:hover{color: var(--c_r);}
.sng-up{padding:15px 0;}
.sng-up a{color: var(--c_b) !important;}
.rh-btn button{border: none;}
.sm{display: flex;padding: 10px 0;}
.sm ul{display: flex;}
.sm li{padding: 0px 25px;border: 1px solid #ccc;margin-left: 20px;border-radius: 10px;width: 100px;}
.sm li img{padding: 15px 10px;width: 100%;}
.frm09 .form-group .form-control{border: 1px solid var(--c_r);}
.rh-btn{padding: 30px 10px;}
.rh-btn p{margin-top: 10px;}
.rh-btn a{color: var(--c_r);}
.btn-lg{width: 100%;background: var(--c_r);border:1px solid var(--c_r) !important;text-transform: uppercase;padding: 6px 0px;font-size: 18px;color: #fff;transition: all .3s;}
.btn-lg:hover{background: #fff;color: var(--c_r);border: 1px solid var(--c_r);}
.lh-sd{width: 100%;margin: 0;}
/* right side start */
.rh-sd{background: url(../images/reg-bg.jpg)no-repeat;background-position:top center;background-size: cover;width: 100%;padding: 70px 0;position: relative;}
.rh-sd::after{position: absolute;content:'';left: 0;right: 0;height: 100%;background: var(--c_b);width: 100%;top:
0;opacity: .4;}
.rh-cntnt{z-index: 1;}
.rh-cntnt{color: #fff;}
.rh-avl-rm{padding: 10px 0;border-bottom: 1px solid #fff;width: 50%;}
.rh-avl-rm:nth-child(3){border:none;}
/*___________REGISTER PAGE END_____________*/

/*___________SIGN UP PAGE_____________*/
.frgt a{float: right;padding: 10px 0;color: var(--c_b);}
.frgt a:hover{color: var(--c_r);}
/*___________SIGN UP PAGE END_____________*/

/*___________MY PROFILE PAGE_____________*/
.main-fld{padding: 20px 10px;margin: 0;width: 90%;}
.main-fld .fld{display: flex;padding: 10px 0;margin: 0;}
.main-fld .fld-txt{width:100px;font-size: 15px;font-weight: 500;margin-left: 100px;}
.main-fld .form-control{border: 1px solid #a9a9a9;}
.main-fld .fld-inp{width: 50%;}
.fld-btn .nx01{padding: 8px 30px;border: 2px solid var(--c_r);border-radius: 5px;color: var(--c_w);text-transform: uppercase;background: var(--c_r);border: 1px solid var(--c_r);transition: 650ms;}
.fld-btn .nx01:hover{background: none;color: var(--c_r);}

/*gallery*/
.glry .row{display: inline-block;}
/*gallery end*/

/* Profile page */

.nj-form{position: relative;}
.avatar-upload{position: relative;width:100px;margin: 50px auto;}
.fileinput{display: inline-block;margin-bottom: 9px;}
.fileinput .thumbnail{display: inline-block;overflow: hidden;width: 200px!important;height: 200px!important;text-align: center;vertical-align: middle;border-radius: 20px;border: 2px solid #bababa;}
.fileinput .thumbnail > img{max-height: 100%;}
.fileinput .btn{margin: 10px auto;}
.btn-file{background: var(--c_r);color: #fff;border: 1px solid var(--c_r);margin: 0;}
.btn-file:hover{color: #fff;background: var(--c_r);border: 1px solid var(--c_r);}
.fileinput .d-none{background: transparent;border: 1px solid var(--c_r);color: var(--c_r);}
.fileinput .rmv09{background: transparent;color: var(--c_r);border: 1px solid var(--c_r);}
.fileinput .rmv09:hover{color: var(--c_r);}
.fileinput .d-none:hover{color: var(--c_r);}
.fileinput-new input{display: none;}

/* Profile page end*/

/*___________MY PROFILE PAGE END_____________*/

/*___________THANK-YOU PAGE_____________*/
.t-r{display: flex;margin:40px 0;background: #f2f2f2;}
.t-msg span{color: var(--c_r);}
.t-msg h4{font-weight: bold;font-size: 25px;}
.t-msg h4:nth-child(2){width: 39%;}
.t-img{margin: auto;width: 100%;background-color: #fff;padding-left: 15px;}
.t-img img{width: 100%;}
.rcpt{width: 600px;}
.rcpt ul li{display:flex;justify-content: center;padding: 10px 20px;}
.c-name{float: left;margin: 0;width: 220px;color: var(--c_r);font-weight: 700;font-size: 16px;}
.c-det{float: right;margin: 0;clear: both;width: 140px;font-weight: 700;font-size: 16px;}
.t-img{background: url(../images/jon-doe.png) no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;padding: 70px 0;}
/* .t-img h1{font-size: 100px;background: linear-gradient(81.17deg, #949D69 2.6%, #E9D732 43.93%, #A6A046 103.06%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.t-img h4{font-size: 30px;color:#65350f;font-weight: 500;}
.t-img h3{font-size: 40px;background: linear-gradient(81.17deg, #949D69 2.6%, #E9D732 43.93%, #A6A046 103.06%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;} */

.t-img-h{display: flex;width: 100%;margin:0;align-items: center;justify-content: center;text-align: center;padding-top: 20px;color: #fff;}
.r1{font-size: 50px;font-weight: bold;}
.r2{font-size: 20px;text-transform: uppercase;font-weight: bold;margin: auto;}
.t-img img{width: 30px;}
.sc_nm{padding-top: 20px;}
.sc_nm h5{font-size: 15px;float: right;}

/*___________THANK-YOU PAGE END_____________*/
.fd-frm{border: 2px solid var(--c_b);padding: 20px;border-radius: 10px;}
.pd-hdng {text-transform: uppercase;text-align: center;font-size: 20px;}
.fd-btn{background: var(--c_r);color: #fff;padding: 10px 60px;text-transform: uppercase;border: 1px solid var(--c_r);border-radius: 5px;margin-top:25px;transition: all .3s ease-in-out;width: 100%;}
.fd-btn:hover{color: var(--c_r);background: var(--c_w);border: 1px solid var(--c_r);}
.fd-frm .form-control{padding:10px 40px;border-radius: 5px;}
.qry{padding: 30px 0;}
/* gallery */
.glry{background: #f2f2f2;}
.glr-sec{display: flex;}
.glr-sec ul{display: flex;float: left;margin: 0;}
.glr-sec li{padding-right: 20px;}
.glr-sec li:nth-child(2) img{border-radius: 10px;width: 95%;}
/* gallery */

/* relive bits */
.productolw_thum img{padding:0px 5px;}
/* relive bits */

/* My orders */
.ordrs{padding: 20px 0px;overflow-x: auto;}
.ordrs th{background: var(--c_b);color: #fff;font-weight: 500;letter-spacing: .35px;vertical-align: top;}
.ordrs td{font-size: 14px;}
.ordrs td, .ordrs th{padding-left: 20px;padding-right: 20px;}
.ordrs .bl{border-left: 1px solid #6666;}

/* modal*/
.modal-content .model-header{width: 100%;margin: 0}
.modal-content .room_av_x li{display: inline-block;width: 200px;padding: 0px 30px;}
.modal-content .room_av_x .av::before{position: absolute;content: '';background: grey;width: 20px; height: 20px;left: 86px;top: 19px;}
.modal-content .room_av_x .av09::before{position: absolute;content: '';background: #fff;width: 20px; height: 20px;left: 495px;top: 19px;border: 1px solid;}
.modal-content .room_av_x .sl::before{position: absolute;content: '';background: #ed1c24;width: 20px; height: 20px;left: 291px;top: 19px;}

.modal-content .close{position: absolute;width: 28px;border: none;width: 32px;font-size: 21px;border-radius: 100%;right: 15px;background: #ed1c24;color: #fff;}

.modal-content .roomlist li{display: inline-block;padding: 0px 20px;width: 76px;margin-right: 10px;}

.modal .btn{padding: 8px 15px;background: #ed1c24 !important;font-size: 15px;text-transform: uppercase;font-weight: bold;color: #fff;border-radius: 5px;border:none;opacity: 1;margin: 20px 0px;}

.modal .wing_dd{margin-top: 10px;}
.modal .wing_dd label{font-size: 18px;font-weight: bold;}
.modal .text-right{text-align: center;}
.modal .roomlist_dd label{font-size: 18px;font-weight: bold;}

.terms-sec ul li{padding: 5px 10px;position: relative;}
/* .terms-sec ul{padding: 0px 190px;} */
.terms-sec ul li::before{position: absolute;width:4px;height: 4px;background: var(--c_b);content: '';border-radius:100%;left: 0;top: 15px;}
.tm-hv{color: var(--c_r);font-weight: 500;}
.tm-hv:hover{color: var(--c_r);}

/* 404 */
.p_404_row{text-align: center;}
/* 404 */

/* MEDIA QUERY START */
@media only screen and (max-width:1024px){
.nav_links ul li{margin: 10px;}
.nav_links ul li a{font-size: 13px;}
.logo{width: 160px;}
}

@media only screen and (max-width:867px){
.shw_btn{top: 340px;}
.login{transform: rotate(-90deg);right: 9px;top:200px;position: fixed;}
.login a{border-radius: 5px 5px 0px 0px;padding:4px 10px; font-size: 10px;}
.stepnav{display: none;}
}

@media only screen and (max-width:768px){
    .home_page_banner, .home_slider_row{height: 540px;overflow: hidden;}
    .box_sdw_row{height: 100px;}

    .line{margin-bottom: 10px;}
    .line2{margin-bottom: 10px;}
    .headding2{font-size: 20px;}
    .headding{font-size: 22px;}
    .desk_img{display: none;}
    .mobile_img{display: block;}
    b{font-weight: 200;}
    .hdg_min{padding: 45px 0px 0px 0px;}
    .r_space{padding: 20px;}
    .login{padding: 3px 10px;background: var(--c_r);border: none;right: -20px;margin: 0;}
    .login a{font-size: 10px;color: #fff;text-transform: uppercase;font-weight: bold;}
/* Header start */
.sidemenu_btn img{padding: 10px; width: 40px;}
header{position: relative;}
.d_bl{display: block;}
.d_bn{display: none;}
.nav_links ul{flex-direction: column;margin: auto;}
.nav_links ul li{display: block; padding: 5px 0px;}
.sidemenu_btn{display: block; margin-left: 36%;}
.sidemenu_btn .menu_open{display: block;}
.sidemenu_btn .menu_close{display: none;}
.sidemenu_btn.click .menu_open{display: none;}
.sidemenu_btn.click .menu_close{display: block;}
.sidebar09{position: absolute;width: 100%;top:40px;background: #fff;right: 0;height: 0;overflow: hidden;transition: all 0.5s; text-align: center;z-index: 999;}
.sidebar09.show{height: 300px;}
.n-login p{display: none;}
.n-login{background: none;}
.n-login img{top: 39px;right: 67px;}
.n-login .ard-1{display: block;}
.n-login .far{display: block;color: var(--c_r);top: 25px;position: absolute;right: 82px;font-size: 25px;}
.n-login .drp-mn{top: 60px;right: 30px;display: block;}
.drp-mn{padding:0px;background: #fff;display: block;}
.drp-mn ul.show{display: block;padding: 10px;border: 1px solid #666;border-radius: 5px;}
.drp-mn ul{display: none;}
/* Header end

/* banner */
.home_slider_content{right: 0;margin: auto;text-align: center;left: 0;bottom: 40px;}
.home_page_banner .item{height: 100%;}
.home_slider_content p{font-size: 15px;width: 61%;}
.home_slider_content h1{font-size: 22px;}
.home_slider_content .btn a{font-size: 15px;}
/* banner end */

/* About section */
.abt-img{width: 100%; float: none;}
.abt-text{width: 100%;font-size: 15px;}
.about-content{width: 100%; padding: 20px; float: none;}
.about-row::before{background: var(--yellow);height: 50%;}

/* price chart */
.price-chart th{display: none;}
.price-chart, .price-chart tbody, .price-chart tr, .price-chart td{display: block;width: 100%;}
.price-chart tr{margin-bottom: 15px;}
.price-chart tbody tr td{text-align: right;padding-left: 50%;position: relative;padding-right: 10px;}
.price-chart td::before{position: absolute;content: attr(data-label);left: 0;width:50%;font-weight: 500;font-size: 14px;text-align: left;padding-left: 10px;}

/* price chart */

/* About section end*/

/* Benefit */
.ben09{height: 100%;}
.n-tab .nav-link{margin-bottom: 10px;font-size: 15px;}
.tb-lf{float: none;width: 100%;}
.tb-r{float: none;width: 100%;}
/* Benefit end*/

/* quick fact */
.qucfct_row{margin-top:25px;}
.qucfct_txt{font-size: 15px;}

/* quick fact */


/* how it works */
.how-it-works_box{flex-direction: column; background: none;}
.col_sm_2, .col_sm_4{padding: 0;}
/* how it works end */

/* Tabs */
.align-items-start{flex-direction: column;}
.ib{margin: 0;}
.a09{display: block ruby;padding: 0px;margin-bottom: 20px;}
.tab_left{width: 100%;}
.btcmp09 .nav-link{display: flex;font-size: 15px;padding: 0px 18px;min-width:auto;text-align: center;width: auto;}
.tab_right{width: 100%;}
.btcmp09 .nav-link.active{background:transparent;color: red;border:none;border-bottom: 2px solid var(--c_b);outline-style: none;border-radius: 0;}
/* Tabs end */

/* facts */
.qucfct_bg{height: auto;}

/* Room */
.avail-room{flex-direction: column;}
.btspln-rm{border-right: none; border-bottom: 1px solid #fff;}
.btspln-rm:last-child{border: none;}
/* Room end */

/* Footer */
.footer_sec{padding-top: 40px;padding-bottom: 0px;}
.l-nav{width: 100%;}
.r-nav{width: 100%;}
.footer_nav ul{display: flex;}
.footer_nav ul li a{padding-right: 1px; font-size: 10px;font-weight: 500;}
.footer_nav{overflow: auto;}
.enquery{width: 100%; float: none;}
.campus ul li p{font-weight: 300;font-size: 12px;}
/* mini-footer */
.mft-img{float: none;}
.mft-content{float: none;width: 100%;margin: 0;margin-top: 20px;text-align: left;}
/* mini-footer-end */
/* Footer end */

/* about page */
.div_space{padding: 30px;}
.bts_top_banner{height: 300px;overflow: hidden;}
.bts_top_bg{left: -50%;top: 0;bottom: 0;width: 900px;position: absolute;}
.bts_top_bg img{height: 100%;}
.bts_top_txt{width: 90%;top: 40%;left: 10%;}
.bts_top_txt_in h1{font-size: 20px;}
.bts_top_txt br{display: none;}
.bts_opt_txt_in{width: 95%;margin: 0 0 -30px 0;padding: 10px;}
.bts_opt_txt_in p{font-size: 12px;}
.bts_opt_img{width: 75%;}
.bts_opt_txt_in .big{font-size: 15px;}
.heading h1{font-size: 22px;}
/* about page */

/* counter */
.opt-dtl ul li{padding: 20px 20px;width: 180px;}
/* counter end*/

/* benefit */
.bts_bnf_sec{padding: 30px 0px 0 0;}
/* benefit */

/* accordian */
.accordian-link{font-size: 12px;width: 90%;margin: 0;}
.answer p{font-size: 12px;}
/* accordian */
/* relive page */
.product-images{margin-top: 20px;}
.bts-txt-rel{width: 100%;}
.rel_top_txt{top: 40%;left: 20%;}
.rel_top_txt_in h1{font-size: 21px;}
.rel_top_bg img{height: 100%;}
.rel_top_banner{height: 200px;overflow: hidden;}
.rel_top_bg{left: -50%;top: 0;bottom: 0;width: 900px;position: absolute;}
.tab-left{width: 100%;}
.tab-right{width: 100%;}
.bts-rel-btn{padding-top: 10px;}
.bts-rel-btn .rel-btn{padding: 10px 15px;font-size: 12px;}
.bts-rel-cnt .bts-rel-pr{font-size: 15px;}
.bts-rel-pr{font-size: 15px;}
.bts-rel-cnt{margin-top: 20px;}
.bts-rel-hd{margin-top: 20px;}
.bts-hyd-cnt .bts-rel-hd{padding-top: 20px;}

/* goa */
.g-cmps{flex-direction: column-reverse;}
/* goa */

/* dubai */
.d-cmps{flex-direction: column-reverse;}
/* dubai */
.hd-sec{margin-top: 5px;}
.spc-txt{width: 100%;padding: 25px;}
/* relive page */

/* contact us */
.lctn-hdng{min-height: 100%;}
.all-dtl{text-align: center;}
.lctn ul li{width: 100%;}
.cont{width: 100%;margin: 20px 0;padding: 20px;}
.cont-txt{width: 100%;}
.cont-txt p{font-size: 15px;}
.mn-frm{width: 100%;}
.l-nav .enquery{width: 100%;}
/* contact us */


.sel_cam{display:block;}
.sel_cam li{display: inline-block;width: 49%;}
.sel_cam_txt h4{font-size: 12px;}
.sec_fl_btn{display: flex;width: 100%;}
.sec_fl_btn .btn_09{min-width: 150px;width: 90%;margin: 0;}
.c_b{float: right;clear: both;margin: auto;width: 40%;}
/* summary */
.cmps-rv{padding-left: 30px;}
.cmps-rv ul li{width: 100%;}
/* summary */

/* Payment method and summary */
.mtd-py{padding: 10px 0;}
.py-smry .sn_oc h5{font-size: 14px;float: none;}
.py-smry .prc h5{font-size: 14px;float: none;}
.mtd-py ul li{display: flex;float: left;clear: both;margin: 0;}
.mtd-py li label{font-size: 12px;padding: 3px 0;}
/* Payment method and summary */
.py-desc{width: 100%;}
.py-desc ul li{padding: 0;}
.py-desc .sts-n{width: 100%;float: none;padding: 10px 0 0 0;font-size: 14px;}
.py-desc .sts{width: 100%;float: none;padding: 0px 0;font-size: 13px;}
.smry09{padding: 20px 40px 80px 40px;}
/* Thank you page */
.t-r{flex-direction: column-reverse;}
.t-msg h4{font-size: 15px;margin-top: 10px;}
.t-msg h4:nth-child(2){width: 100%;}
.rcpt{width: 100%;}
.rcpt ul li{justify-content:left;padding: 10px 0px 10px 10px;}
.c-name{float: none;width: 100%;}
.c-det{float: none;width: 100%;}
.pd p{font-size: 10px;}
.qry h3{font-size: 12px;}
/* Thank you page end*/

/* register page */
.r_space{padding: 20px;}
.rm09{padding: 15px;}
.main-frm{flex-direction: column;}
.form-check{font-size: 14px;}
.sm li {width: 77px;}
.sm li img{padding: 11px 5px;}
/* register page */

/* signup */
.frgt{font-size: 14px;}
/* signup end*/

/*my profile*/
.fld{flex-direction: column !important;}
.main-fld .fld-inp{width: 100%;}
.main-fld .fld-txt{text-align: left;margin: 0;}
/*my profile end*/

/* faq */
.accordian09{padding: 0;}
.accordion09 .accordion-button{font-size: 12px;}
/* faq */

/* table */
.ordrs th{display: none;}
.ordrs, .ordrs tbody, .ordrs tr, .ordrs td{display: block;width: 100%;}
.ordrs tr{margin-bottom: 15px;}
.ordrs .bl{border-top: 1px solid #6666;border-left: none;}
.ordrs tbody tr td{text-align: right;padding-left: 50%;position: relative;}
.ordrs td::before{content:attr(data-label);position: absolute;left: 0;width: 50%;padding-left: 15px;font-weight: 600;font-size: 14px;text-align: left;}
/* table */

/*claim modal*/
.modal-content .close{width: 25px;font-size: 17px;}
.modal-content .room_av_x li{width: 105px;font-size: 12px;padding: 0px 8px}
.modal-content .roomlist li{padding: 0px 10px;width: 50px;}
.modal-content .roomlist li{padding: 0px 10px;width: 50px;}
.modal-content .room_av_x .av::before{width: 11px;height: 11px;left: 10px;top: 24px;}
.modal-content .room_av_x .sl::before{width: 11px;height: 11px;left: 120px;top: 24px;}
.modal-content .room_av_x .av09::before{width: 11px;height: 11px;left: 226px;top: 23px;}

/* Show Interest Button */
.shw_btn a{padding: 5px 20px;font-size: 10px;}
.shw_btn{right: -45px;}
/* Login Button */

/* map count */
.room_sl_info_rig{float: none;display: flex;width: 100%;margin-left: 18px;}
.room_sl_info_rig span{margin-left: 4px;}
/* map count */

/* terms and condition */
.terms-sec ul{padding: 0px;text-align: justify;}
/* terms and condition */

.t-img{background-image: none;background-color: #525251;}
.t-img-h{display: block;padding: 10px 0px;}
.sc_nm h5{float: none;padding-top: 5px;}

}



