
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
/*fonts*/

html,body{
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1170px;
  margin: 0 auto;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .container{
  position: relative;
}

/*fonts*/


a{
  text-decoration: none;

}
/* ul,ol{
  list-style-type: none;
} */
img{
  display: block;
  max-width: 100%;
}

.ec-main {
    background-color: #fff;
    padding: 40px 16px 0;
    padding-bottom: 120px;
}
.crt-lft img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.mt-hd h6,.or-pkg h6,.crt-lft h6,.flt-src h6{
    font-size: 18px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    color: #0A3348;
}
.mt-hd a span,.stp-item span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #637987;
}
.gobk {
    position: absolute;
    z-index: 9;
    width: 24px;
    height: 24px;
    top: 42px;
    left: 16px;
    display: flex;
    align-items: center;
    width: 65%;
}
.gobk a {
    flex: 0 0 24px;
    max-height: 24px;
    height: 24px;
}
.ec-main.mtgt {
    padding-top: 0;
}
.ec-main.mtgt .rsto-bg{
    background-color: #0A3348;
    background-image: url(../images/mgbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 280px;
    position: relative;
    margin: 0 -16px 24px;
    border-radius: 0 0 24px 24px;
}
.ec-main.mtgt .rsto-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(33deg, #0A3348 48%, rgba(10, 51, 72, 0.00) 100%); */
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 24px 24px;
}
.rsto-bg .hnds{
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
}
.hmcnt{
    position: relative;
    /* // z-index: 999; */
    padding: 102px 16px 30px;
    color: #fff;
}
.hmcnt h6{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hmcnt p{
    font-size: 14px;
    font-weight: 500;
    color: #A8B8C3;
    line-height: 20px;
    width: 280px;
}
.mt-hd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.mt-hd a{
    display: flex;
    align-items: center;
}
.mt-hd a img{
    width: 24px;
    height: 24px;
}
.mt-hd a span{
    font-weight: normal;
    margin-left: 5px;
    color: #D28742;
}

.mg-main ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin: 0 -16px 40px;
    padding: 0 0 16px 16px;
}
.mg-main ul li {
    margin-right: 8px;
}
.mg-main ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #0A3348;
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    white-space: nowrap;
    border: 1px solid #DBE2E7;
}
.mg-main ul li.active a {
    border: 1px solid #D28742;
    background-color: #D28742;
    color: #fff !important;
}
.stp-list{
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.stp-item{
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 16px;
}
.stp-item .stp-img{
    width: 200px;
    height: 180px;
    margin-bottom: 16px;
    border-radius: 16px;
}
.stp-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.stp-item span{
    color: #D28742;
    margin-bottom: 8px;
}
.stp-item h5,.pkg-item h5,.srvc-ty h5{
    font-size: 16px;
    font-weight: 700;
    color: #0A3348;
    margin-bottom: 2px;
}
.stp-item p,.pkg-item span,.srvc-lft p,.crt-hd span{
    font-size: 14px;
    font-weight: 400;
    color: #637987;
    margin-bottom: 10px;
}
.or-pkg{
    margin-bottom: 80px;
}
.or-pkg h6{
    margin-bottom: 16px;
}
.pkg-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.pkg-item{
    border-radius: 8px;
    border:1px solid #F5A623;
    padding: 10px;
    background-image: url('assets/images/pkg-design.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 187px;
}
.pkg-item:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #FFF 0%, rgba(255, 255, 255, 0.75) 68.59%, rgba(255, 255, 255, 0.00) 100%);
    width: 100%;
    border-radius:8px 8px;
}
/* .pkg-item img{
    width: 24px;
    height: 24px;
} */
.pkg-item a{
    display: block;
    font-size: 10px;
    text-decoration: underline;
    color: #D28742;
    margin-top: 10px;
}
.pkg-cnt{
    position: relative;
    z-index: 9;
}
.mg-ftr{
    background-color: #fff;
    border-top: 1px solid #DBE2E7;
    padding: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.mg-ftr a {
    background-color: #F5A623;
    border-radius: 8px;
    padding: 16px 10px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #F5A623;
}
.ec-main.srvc{
    padding:80px 0 150px 0;
    background-color:#F4F7FA;
    height: 100%;
}
.crt-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DBE2E7;
    margin: 0 -16px;
    padding: 20px 16px 16px;
    position: fixed;
    top: 0;
    left: 16px;
    right: 16px;
    height: 60px;
    background-color: #fff;
        z-index: 9;
}
.crt-lft {
    display: flex;
    align-items: center;
    flex: 0 0 193px;
    max-width: 193px;
}
.crt-lft img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.srvc-ty{
    padding:16px 16px;
}
.srvc-itm{
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 8px 16px 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.srvc-lft{
    flex: 0 0 80%;
    max-width: 80%;
}
.flt-src {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.flt-src img{
    margin-right: 10px;
}
.srvc-lft p{
    margin-bottom: 0;
}
.srvc-itm a{
    width: 24px;
    height: 24px;
}
.crt-hd span{
    margin-bottom: 0;
}
.srvc-ty h5{
    margin-bottom: 16px;
}

.flt-tabs{
    padding: 8px 16px 24px;
    border-radius:16px;
    border: 1px solid #DBE2E7;
    margin-bottom: 24px;
    background: #fff;
}

ul#flt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
ul#flt-nav li {
  flex: 0 0 50%;
  max-width: 50%;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 10px;
  text-align: center;
}

#flt-nav li a {
  text-decoration: none;
  color: #637987;
  font-size: 14px;
  font-weight: 600;
}
ul#flt-nav li:hover,
ul#flt-nav li.active {
  border-bottom: 2px solid #D28742;
}
ul#flt-nav li:hover a,
ul#flt-nav li.active a{
    color: #0A3348;
}
.slct-d {
    margin: 8px 0 24px 0;
}
.slctarpt span, .slct-d span {
    color: #0A3348;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}
.slct-d span {
    margin-bottom: 8px;
    display: block;
}
.slct-d input[type="date"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid #A8B8C3;
    border-radius: 8px;
    padding: 10px 14px;
    color: #637987;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    font-family: 'Proxima_Nova_regular';
    /* // background-image: url("assets/images/mg/date-picon.svg"); */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
    position: relative;
}
.slct-d input{
    background-image: none;
}
.slct-d input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 999999;
  right: 8px;
  top: 6px;
}
.rsto-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* // background: linear-gradient(180deg, rgb(10 51 72 / 60%) 0%, rgba(10, 51, 72, 0.00) 100%); */
    width: 100%;
    height: 100%;
}

.tb-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  8px 0;
    /* border-bottom: 1px solid #DBE2E7; */
}
.tb-itm-lft{
  flex: 0 0 40%;
  max-width: 40%;
      margin-right: 10px;
}
.tb-itm-rht{
  flex: 0 0 53%;
  max-width: 53%;
  display: flex;
  align-items: center;
  justify-content: end;
  
}
.tb-hd{
  padding: 10px ;
}
.tb-hd:last-child,.tb-hd.cst{
  border-bottom: none;
}
.tb-hd .tb-itm-rht span{
  
  margin-right: 2px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(100% / 3);
  /* width: 100%; */
  max-width: 100%;
  min-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #637987;
}
.tb-hd:first-child .tb-itm-rht span{
  background-color: #637987;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.tb-itm-lft p{
  color:  #637987;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.tb-itm-rht .chk-item input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.tb-itm-rht .chk-item label {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #656668;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.tb-itm-rht .chk-item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #f5a623;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}
.ec-main.adtrvl {
    padding: 60px 0 150px 0;
    /* padding: 80px 0 150px 0; */
    background-color: #fff;
    height: 100%;
}
.tb-itm-rht .chk-item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    background: #f5a623;
}
.tb-itm-rht .chk-item input:checked + label:before {
    border: 1px solid #f5a623;
}
.mg-ftr a.wctv {
    border: 1px solid #A8B8C3;
    background-color: #A8B8C3;
    color: #fff;
}
.crt-lft {
    display: flex;
    align-items: center;
    flex: 0 0 193px;
    max-width: 193px;
}
.crt-lft img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.crt-hd span {
    margin-bottom: 0;
    color: #637987;
}

/* .srvc-ty {
    padding: 16px 16px;
} */


.sl-card{
    background-image: url(../images/home-design2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 120px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #F5A623;
    margin: 5px 0 16px;
    padding: 8px;
}
.sl-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #FFF 12.92%, rgba(255, 255, 255, 0.75) 63.14%, rgba(255, 255, 255, 0.00) 86.13%);
    width: 100%;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sl-itm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}
.sl-itm span,.sl-itm small,.ad-itm span,
.ad-itm small{
  color: #637987;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
.ad-itm small{
  display: block;
}
.sl-itm.hd span,.sl-itm.hd small,
.ad-itm span{
  color: #0A3348;
  font-weight: 700;
  font-size: 16px;
}
.ad-itm span {
    margin-bottom: 3px;
    display: block;
}
.sl-cnt{
  position: relative;
  z-index: 0;
}
.inds {
    width: 98px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #637987;
    border-radius: 8px;
    border: 1px solid #637987;
    display: block;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    justify-content: space-between;
}
.inds button {
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    background-color: #fff;
}
.inds span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #0A3348;
    margin-bottom: 0;
}
.ad-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #DBE2E7;
}
.ad-list:last-child{
  border-bottom: 0;
}
.bcnt1 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 10px 16px;
  margin: -60px 0 16px 0;
  position: relative;
  z-index: 9;
}
.bcnt1 .flt-src {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #DBE2E7;
}
.flt-src img {
  margin-right: 10px;
}
.bcnt1 h6 {
  margin-top: 7px;
}
.delhytd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DBE2E7;
  margin-top: 10px;
}
.spcl span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 7px;
}
.spcl small {
font-size: 14px;
font-weight: 400;
color: #637987;
margin-bottom: 0;
}
.spcl span img {
  margin: 0 7px;
}
.spcl h5 {
    font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0A3348;
}
.cnct-prsn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lft-prsn {
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  align-items: center;
}
.cnct-img {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px #DBE2E7;
}
.cnct-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cnct-prsn .spcl h5 {
  margin-top: 5px;
  margin-bottom: 0;
}
.cnct-prsn a {
  width: 24px;
  height: 24px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnct-prsn a img {
  width: 20px;
}
.bcnt1 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 10px 16px;
  margin: -60px 0 16px 0;
  position: relative;
  z-index: 9;
}
.bcnt2 {
  margin-top: 0;
}
.py-dltl, .mdfy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 16px;
}
.py-dltl small, .py-dltl a, .mdfy span {
    font-size: 14px;
  margin-bottom: 0;
  color: #0A3348;
  font-weight: 500;
}
.py-dltl a {
  color: #D28742;
}
.trvl-dtls {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 10px 16px;
  margin-bottom: 16px;
}
.trvl-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DBE2E7;
}
.trvl-hd-lft, .dp-itm-lft,.pkg-icon-cls {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.trvl-hd-lft img, .dp-itm-lft img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.pkg-icon-cls-img{
  width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;
  margin-right: 5px;
}
.srvc-ty .trvl-hd-lft h5 {
  margin-bottom: 0;
}
.dp-itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.spcl span, .dp-itm span, .mt-pt h5,.srvc-ty h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0A3348;
  margin-bottom: 2px;
}
.slctarpt span, .slct-d span, .dp-itm-lft h5 {
  color: #0A3348;
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
}
.dp-itm-lft h5 {
  margin-bottom: 0;
}
.lg-cnt span, .dp-itm span, .spcl span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.dp-itm span img {
  margin: 0 7px;
}
.ec-main.srvc {
  padding: 80px 0 50px 0;
  background-color: #F4F7FA;
  height: 100%;
}
.flti {
  border-bottom: 1px solid #DBE2E7;
  margin-bottom: 16px;
}
.dp-itm.flti.pckg {
  align-items: flex-start;
  padding-bottom: 14px;
}
.flti.pckg .dp-itm-lft {
  flex-direction: column;
  align-items: self-start;
}
.flti.pckg .dp-itm-lft p, .dp-itm.flti.pckg small {
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #637987;
  display: inline-block;
}
.flti.pckg .dp-itm-lft p {
  margin-top: 7px;
}

.dp-itm.flti.pckg:last-child {
  padding: 0;
  border: none;
  margin: 0;
}
.totl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.totl h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0A3348;
}

.pkg-hdr-cls{
  padding: 12px 16px;
  background-color: #F4F7FA;
  display: flex;justify-items: center;
  justify-content: space-between;
  line-height:18px
}
.pkg-hdr-txt{
  font-size: 14px;
  font-weight: 600;
  color: #637987;
  padding-left: 8px;
  font-family: "Proxima_Nova_semibold";
}
@media (max-width: 359px){
  .sl-itm.hd span, .sl-itm.hd small, .ad-itm span {
    color: #0A3348;
    font-weight: 700;
    font-size: 14px;
  }
  

}