body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #545474;
}
h1,h2,h3
{
 font-size: 25px;
 font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus, a:active{
  outline: none;
  text-decoration: none;
}
.header-sec
{
  float: left;
  width: 100%;
  min-height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.nav-sec a {
  color: #fff;
  padding: 15px 0 0 22px;
}
.header-sec .cmp-brnd
{
  font-size: 35px;
  /*font-family: 'Lobster Two', cursive;*/
  /*font-family: 'Seaweed Script', cursive;*/
  font-family: 'Sail', cursive;

}
.cmp-brnd:hover
{
  color: #fff;
}
.header-sec .navigation-sec li a
{
  font-size: 16px;
  padding: 15px;
}
.header-sec .navigation-sec li a:hover,.navigation-sec li a:focus
{
  background-color: transparent;
  color: #fff;
}
.navigation-sec li {
  position: relative;
}
.navigation-sec li::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  width: 0;
  transition: all .5s ease 0s;
}
.navigation-sec li:hover::after
{
  width: 71%;
}
.navigation-sec i
{
  margin-right: 5px;
}
.header-sec .nav-sec
{
  margin-bottom: 0;
}

.header-sec .nav-sec img {
  float: left;
  width: 75px;
  position: absolute;
  top: 0;
  left: 10%;
}

.banner-sec
{
  float: left;
  width: 100%;
  position: relative;
}
.banner-content
{
  width: 100%;
  float: left;
  position: absolute;
  top: 20%;
text-align:center;
  left: 0;
}
.banner-content h1
{
  color: #fff;
  /*font-family: 'Fredericka the Great', cursive;*/
  /*font-family: 'Oleo Script', cursive;*/
  font-family: 'Lobster Two', cursive;
  /*font-family: 'Playball', cursive;*/
  /*font-family: 'Oregano', cursive;*/
  font-size: 50px;
  font-weight: bold;
}
.banner-content h2
{
  color: #fff;
}
.banner-sec .owl-theme .owl-controls .owl-pagination {
  bottom: 0;
  left: 45%;
  position: absolute;
}
.banner-sec .owl-theme .owl-controls .owl-buttons .owl-prev
{
  left: 0;
  z-index: 999;                                                                  /*new 8 july*/
}
.banner-sec .owl-theme .owl-controls .owl-buttons .owl-next
{
  right: 0;
  z-index: 999;                                                                 /*new 8 july*/
}
.banner-sec .owl-theme .owl-controls
{
  margin-top: 0;
}
.banner-sec .owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  font-size: 65px;
  position: absolute;
  top: 40%;
}
.banner-sec .owl-theme .owl-controls .owl-pagination .owl-page span
{
  background:#fff;
}
/*--------banner-end-----*/

.places-sec
{
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.places-head
{
  float: left;
  width: 100%;
}
.places-top-part h3
{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
}
.places-head .divider {
  background-color: #965857;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}
.img-div {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
}
.img-div img {
  display: block;
  width: 100%;
}
.img-div p {
  color: #545474;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}
.place-mini-slider .item
{
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.back-contnt {
  background-color: #fff;
  float: left;
  height: 81%;
  left: 10px;
  margin-top: 10px;
  max-width: 258px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: rotateY(180deg);
  transition: all 1s ease 0s;
  width: 100%;
}
.place-mini-slider .item:hover .back-contnt
{
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}
.places-slide
{
  float: left;
  width: 100%;
  margin: 30px 0;
}
.place-mini-slider .owl-controls .owl-buttons div
{
   background: transparent none repeat scroll 0 0;
   color: #000;
   font-size: 65px;
   position: absolute;
   top: 30%;
}
.place-mini-slider .owl-controls .owl-buttons .owl-prev 
{
  left: -50px;
}
.place-mini-slider .owl-controls .owl-buttons .owl-next
{
  right: -50px;
}


.cruise-sec
{
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.cruise-head
{
  float: left;
  width: 100%;
}
.cruise-top-part h3
{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
}
.cruise-head .divider {
  background-color: #C84B98;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}
.cruise-div {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cruise-div img {
  display: block;
  width: 100%;
}
.cruise-div > p {
  color: #545474;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}
.cruise-slide
{
  float: left;
  width: 100%;
  margin: 20px 0;
}

.cruise-mini-slider .item
{
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.cruise-sec .cruise-mini-slider .owl-controls{
  display: block !important;
}
.cruise-mini-slider .owl-controls .owl-buttons div
{
   background: transparent none repeat scroll 0 0;
   color: #000;
   font-size: 65px;
   position: absolute;
   top: 30%;
}
.cruise-mini-slider .owl-controls .owl-buttons .owl-prev 
{
  left: -50px;
}
.cruise-mini-slider .owl-controls .owl-buttons .owl-next
{
  right: -50px;
}
.cruise-box
{
  width: 100%;
  float: left;
}
.cruise-back {
  background-color: #fff;
  height: 83%;
  left: 0;
  opacity: 0;
  padding: 5px 15px 0;
  position: absolute;
  text-align: justify;
  top: 0;
  transition: all 1s ease 0s;
  visibility: hidden;
  width: 100%;
}
.cruise-back a
{
  color: #C84B98;
}
.cruise-back a:hover
{
  text-decoration: none;
}
.cruise-mini-slider .item:hover .cruise-back
{
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}
.img-box
{
  float: left;
  width: 100%;
  text-align: center;
}
.cruise-back h3
{
  color: #a14a4a;
}

.cruise-back img
{
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.tag_clr {
  color: rgb(210, 110, 170);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.lne-thru
{
  text-decoration: line-through;
}


.package-sec
{
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.package-head
{
  float: left;
  width: 100%;
}
.package-top-part h3
{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
}
.package-head .divider {
  background-color: #DF1415;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}
.package-div {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  transition: all .4s ease 0s;
  position: relative;
}
.package-div img {
  display: block;
  width: 100%;
}

.package-div > p {
  color: #545474;
  margin: 0;
  padding: 5px 10px;
}
.pack-contnt {
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.package-div h4 {
  margin: 8px 0;
}
.package-div h5 {
  color: rgb(150, 88, 71);
  font-weight: 600;
  margin: 0;
}
.package-div span {
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: #545474;
}
.deal-clr
{
  color: #CA0578;
}

.package-slide
{
  float: left;
  width: 100%;
  margin: 20px 0;
}

.package-mini-slider .item {
  cursor: pointer;
  float: left;
  padding: 20px 10px;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.package-mini-slider .item:hover .package-div
{
   box-shadow: 0 0.4em 2.4em 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-0.3em);
}
.package-sec .package-mini-slider .owl-controls{
  display: block !important;
}
.package-mini-slider .owl-controls .owl-buttons div
{
   background: transparent none repeat scroll 0 0;
   color: #000;
   font-size: 65px;
   position: absolute;
   top: 30%;
}
.package-mini-slider .owl-controls .owl-buttons .owl-prev 
{
  left: -50px;
}
.package-mini-slider .owl-controls .owl-buttons .owl-next
{
  right: -50px;
}
.ribbon {
  background-color: #ec1943;
  color: #fff;
  float: left;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.ribbon::after {
  border-left: 10px solid #555;
  border-right: 0 none;
  border-top: 10px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}

/*-----------footer section-----------*/
.footer-sec
{
  width: 100%;
  float: left;
  padding: 50px 30px;
  background: url(../img/footer-copy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
}
.social-sec {
  float: left;
  margin-bottom: 50px;
  padding: 10px 0;
  width: 100%;
}
.social-list li
{
  display: inline-block;
  padding: 0 10px;
}
.social-list i
{
  font-size: 30px;
  color: #112251;
}
.footer-bottm
{
  width: 100%;
  float: left;
  display: table;
  position: relative;
}

.footer-bottm::after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.footer-min{
  min-height: 510px;
  height: auto;
}
/*.footer-min
{
  text-align: center;
  position: relative;
  display: table-cell;
  width: 16.67%;
}
.footer-min:after
{
  content: "";
  position: absolute;
  border-right: 3px dotted #112251;
  right: 0;
  top: 0;
  height: 100%;
}*/
/*.footer-bottm .footer-min::after {
  display: none;
}*/
.footer-bottm .footer-min:last-child::after
{
  border-right: none;
}
.footer-min ul:last-child
{
  margin-top: 0;
}

.footer-min h3 {
  color: #112251;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.footer-min p
{
  color: #112251;
  font-size: 16px;
  font-size: 13px;
  font-style: italic;
}
.footer-min i
{
  color: #0a1339;
}
.footer-content-list li
{
  padding: 10px;
  padding-left: 0;
}
.footer-content-list li a
{
  color: #112251;
  font-size: 11px;
}
.page-div
{
  width: 100%;
  float: left;
  text-align: center;
}
.pages-link a
{
  color: #0a1339;
}
.pages-link li
{
  padding: 10px 0;
}


.cruise-icn
{
   background-image: url("../img/sheet_im.png");
    background-position: -108px -328px;
    height: 38px;
    width: 64px;
    display: inline-block;
}
.icn-mrgn
{
  margin-bottom: 15px;
}
.icn-facebook {
  background-image: url("../img/sheet_im.png");
  background-position: -448px -277px;
  height: 24px;
  width: 12px;
  float: left;
}
.icn-twitter {
  background-image: url("../img/sheet_im.png");
  background-position: -334px -228px;
  height: 24px;
  width: 30px;
  float: left;
}
.icn-instagram {
   background-image: url("../img/sheet_im.png");
  background-position: -276px -288px;
  height: 24px;
  width: 24px;
  float: left;
}
.icn-youtube {
  background-image: url("../img/sheet_im.png");
  background-position: -208px -288px;
  height: 24px;
  width: 58px;
  float: left;
}
.search-icn {
  background-image: url("../img/sheet_im.png");
  background-position: -182px -328px;
  height: 38px;
  width: 64px;
  display: inline-block;
}
.crog-icn {
  background-image: url("../img/sheet_im.png");
  background-position: -330px -328px;
  height: 38px;
  width: 64px;
  display: inline-block;
}

.deal-icn {
  background-image: url("../img/sheet_im.png");
  background-position: -256px -328px;
  height: 38px;
  width: 64px;
  display: inline-block;
}
.globe-icn {
  background-image: url("../img/sheet_im.png");
  background-position: -374px -277px;
  height: 38px;
  width: 64px;
  display: inline-block;
}


/*---------Slick ---------*/

.slick-arrow {
  background-color: transparent;
  border: medium none;
  color: transparent;
  height: 32px;
  position: absolute;
  top: 43%;
  width: 25px;
}
.slick-arrow::after {
  color: #333;
  font-family: "fontawesome";
  font-size: 60px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: -32px;
}
.slick-next {                                               /*new 8 july*/
  right: -45px;
}
.slick-prev{
  left: -45px;
}
.slick-next::after{
  content: "\f105";
}
.slick-prev::after{
  content: "\f104";
}


/**************       coming-soon-sec     *******************/

.coming-soon-sec{
  float: left;
  width: 100%;
  background: url(../img/banner_background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: table;
  height: 650px;
  text-align: center;
}
.coming-sec-inner{
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(90deg,rgba(17,34,81,.6) 0,rgba(39,64,133,.6) 100%);
}
.wrap-div{
  float: left;
  width: 100%;
}
.yorker-logo img{
  width: 150px;
  height: auto;
  display: inline-block;
}
.yorker-logo{
  font-family: 'Sail', cursive;
  font-size: 55px;
}
.coming-soon-content{
  margin-top: 50px;
}
.divider{
  display: inline-block;
  font-size: 25px;
  color: #f5a822;
  position: relative;
}
.divider::before{
  content: '';
  width: 60px;
  height: 1px;
  border-bottom: 2px #fff dotted;
  position: absolute;
  top: calc(50% - 1px);
  right: 40px;
}
.divider::after{
  content: '';
  width: 60px;
  height: 1px;
  border-bottom: 2px #fff dotted;
  position: absolute;
  top: calc(50% - 1px);
  left: 40px;
}
.coming-soon-content h1{
  text-transform: uppercase;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 50px;
}
.scroll-down{
  margin-top: -40px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
}
.scroll-down a{
  color: #ccc;
  text-decoration: none;
}

/********     contact-header        **********/

.contact-header{
  float: left;
  width: 100%;
  height: 180px;
  background: url(../img/contact-header.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.contact-header-inner{
  background-color: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 70px;
}
.contact-header-inner h1{
  margin: 0;
  font-size: 40px;
}
.contact-header-inner .breadcrumb{
  background-color: transparent;
  margin: 0;
}
.contact-header-inner .breadcrumb li{
  font-size: 20px;
  color: #fff!important;
}
.contact-header-inner .breadcrumb li a{
  color: #f92f57;
}
/*.contact-form{*/
/*  float: left;*/
/*  width: 100%;*/
/*  padding: 80px 0;*/
/*}*/
.btn-red{
  background-color: #ec1943;
  color: #fff!important;
}
/*.contact-form .form-control{*/
/*  transition: .5s all;*/
/*}*/
/*.contact-form .form-control:focus{*/
/*  box-shadow: none;*/
/*  border: 1px #6c6c6c solid;*/
/*}*/
/*.contact-form h1{*/
/*  margin: 0;*/
/*  font-size: 35px;*/
/*  color: #2b2b2b;*/
/*  margin-bottom: 50px;*/
/*}*/
/*.contact-info{*/
/*  border: 1px solid #e6e2e2;*/
/*  border-radius: 3px;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  list-style: none;*/
/*}*/
/*.contact-info li{*/
/*  padding: 10px;*/
/*  border-bottom: 1px solid #e6e2e2;*/
/*  font-size: 14px;*/
/*  color: #545474;*/
/*}*/
/*.contact-info li:last-child{*/
/*  border-bottom: none;*/
/*}*/
/*.contact-icon{*/
/*  font-size: 40px;*/
/*  display: inline-block;*/
/*  color: #ec1943;*/
/*  text-align: center;*/
/*  width: 50px;*/
/*  margin-right: 20px;*/
/*}*/
/*.contact-text{*/
/*  display: inline-block;*/
/*  width: calc(100% - 70px);*/
/*}*/
/*.contact-text h4{*/
/*  margin-top: 0;*/
/*  font-weight: bold;*/
/*  color: #1e1e1e;*/
/*}*/








.navbar.navbar-default.yorker-navbar {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-top: 10px;
}
.yorker-navbar .navbar-nav > li > a {
  color: #fff!important;
  font-size: 16px;
  transition: .3s all;
}
.yorker-navbar .navbar-nav > li{
  position: relative;
}
.yorker-navbar .navbar-nav > li::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all .5s ease 0s;
}
.yorker-navbar .navbar-nav > li:hover::after {
  width: 100%;
}
.yorker-navbar .navbar-brand{  
  color: #fff!important;
  font-family: 'Sail', cursive;
  padding: 0;
  font-size: 35px;
}
.yorker-navbar .navbar-brand img{
  display: inline-block;
  /*width: 100px;*/
  width: 230px;
  margin-left: 10px;
  height: auto;
}
.yorker-navbar .navbar-toggle{
  margin-bottom: 10px;
  margin-top: 10px;
}
.yorker-navbar .navbar-toggle:focus, .yorker-navbar .navbar-toggle:hover{
  background-color: transparent;
}
/*end*/
/*************** himani 20/03/18 **********************/
/* .wrap-img{
}
*/
 .listing-package{
     float: left;
     width: 100%;
     padding-top: 80px;
}
/* .single-package{
     float: left;
     width: 100%;
     margin-bottom:80px;
     box-shadow: 0 0 11px 0 rgba(0,0,0,0.2);
}*/
/*--27 march 2018--*/
.single-package {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  float: left;
  margin-bottom: 40px;
  width: 100%;
  min-height: 310px;
}
 .list-content{
     float: left;
     padding: 5px 10px;
     width: 100%;
}
 .list-content h5 {
  color: #965847;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
 .list-content h4 {
     margin: 8px 0;
}
/***********End*************/
/********22 mar 2018**************/
/*****Detail-page********/
 .tour-detail #owl-demo .item img {
     display: block;
     height: 100%;
     height: 350px;
     object-fit: cover;
     width: 100%;
}
 .tour-detail .owl-theme .owl-controls .owl-pagination {
     bottom: 0;
     left:37%;
     position: absolute;
}
 .tour-detail .owl-theme .owl-controls .owl-buttons .owl-prev {
     left: 0;
}
 .tour-detail .owl-theme .owl-controls .owl-buttons .owl-next {
     right: 0;
}
 .tour-detail .owl-theme .owl-controls {
     margin-top: 0;
}
 .tour-detail .owl-theme .owl-controls .owl-buttons div {
     background: transparent none repeat scroll 0 0;
     font-size: 65px;
     position: absolute;
     top:38%;
}
 .tour-detail .owl-theme .owl-controls .owl-pagination .owl-page span {
     background:#fff;
}
 .listing-package.detail-page {
     margin-bottom: 30px;
}
 .inner-detail {
     background-color: #fafafa;
     float: left;
     width: 100%;
     box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}
/**/
 .day-list a:hover,a:focus{
     text-decoration: none;
     outline: none;
}
 .day-list #accordion .panel{
     border: none;
     border-radius: 0;
     box-shadow: none;
     margin: 0 0px 10px 0px;
     overflow: hidden;
     position: relative;
}
 .day-list #accordion .panel-heading{
     padding: 0;
     border: none;
     border-radius: 0;
     position: relative;
}
 .day-list #accordion .panel-title a {
     background: #192952 none repeat scroll 0 0;
     border-radius: 0;
     color: #fff;
     display: block;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 1px;
     margin: 0;
     padding: 15px 20px;
     position: relative;
}
 .day-list #accordion .panel-title a.collapsed {
     background: #eee none repeat scroll 0 0;
     color: #333;
}
 #accordion .panel-title a:before, #accordion .panel-title a.collapsed:before{
     content: "\f068";
     font-family: fontawesome;
     width: 30px;
     height: 30px;
     line-height: 25px;
     border-radius: 50%;
     background: #192952;
     font-size: 14px;
     font-weight: normal;
     color: #fff;
     text-align: center;
     border: 3px solid #fff;
     position: absolute;
     top: 10px;
     right: 14px;
}
 .day-list #accordion .panel-title a.collapsed:before{
     content: "\f067";
     background: #ababab;
    /*border: 4px solid #626262;
    */
}
 .day-list #accordion .panel-title a:after, .day-list #accordion .panel-title a.collapsed:after{
     content: "";
     width: 17px;
     height: 7px;
     background: #fff;
     position: absolute;
     top: 22px;
     right: 0;
}
 .day-list #accordion .panel-title a.collapsed:after{
     width: 19px;
     background: #ababab;
}
 .day-list #accordion .panel-body{
    /* border-left: 3px solid #192952;
    */
     border-top: none;
     background: #fff;
     font-size: 15px;
     color: #1c2336;
     line-height: 27px;
     position: relative;
}
 .day-list #accordion .panel-body::before {
     background: #192952 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 100%;
}
 .tour-detail > p {
     float: : left;
     width: 100%;
     font-size: 15px;
     letter-spacing: .20px;
     line-height: 28px;
     margin-bottom: 15px;
}
 .day-list #accordion .panel-body {
     padding: 15px 5px 15px 15px;
}
 .tour-detail {
     float: left;
     position: relative;
     width: 100%;
}
 .day-list {
     float: left;
     width: 100%;
     margin-top: 15px;
}
 .day-list .panel-body > ul {
     list-style: none;
     padding: 0 0px 0px 15px;
     margin: 0;
}


.price-package > h4 {
  color: #545474;
  font-size: 22px;
}

.price-package > h3 {
  color: #545474;
  font-size: 24px;
}
.price-package > h6 {
  color: #c00;
  font-size: 17px;
  padding: 0 17px 0 0;
  margin-top: 20px;
}
.info-img-detail {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.single-package > a {
  color: #545474;
}

/*end*/
/***************************/
.tour-detail > h3 {
  font-size: 35px;
}
.tour-detail h5 {
  background-color: #545474;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px;
  text-transform: uppercase;
}


/*---27 march 2018-*/
/* common */
.tour-detail .ribbon {
  width: 150px;
  height: 150px;
  background-color: unset;
  overflow: hidden;
  position: absolute;
}
.tour-detail .ribbon::before,
.tour-detail .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.tour-detail .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.tour-detail .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.tour-detail .ribbon-top-left::before,
.tour-detail .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.tour-detail .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.tour-detail .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.tour-detail .ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.box-title {
  background-color: #8ddaff;
  box-shadow: 0 2px 4px #888888;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px -10px;
  padding: 6px 20px;
  position: absolute;
  /*text-shadow: 0 1px 2px #bbbbbb;*/
  width: auto;
  top: 0;
  left: 0;
}
.box-title:after{
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     left: 0px;
     top: 100%;
     border-width: 5px 5px;
     border-style: solid;
     border-color: #666 #666 transparent transparent;
}

.box-title.new {
    background-color: red;
    color:#fff;
    text-transform: uppercase;
}
/*********30 mar 2018**************/
.dubai-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dubai-logo > img {
  text-align: center;
  display: inline-block;
  width: 140px;
}
.hotel-table {
  float: left;
  width: 100%;
}
.hotel-table > h4 {
  background-color: #545474;
  padding: 10px 0 10px 12px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
/**************** himani 17-MAY-18 INDEX-PAGE***********/
.about-box{
  float: left;
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-top: -110px;
  box-shadow: 1px 1px 15px 1px  rgba(0, 0, 0, 0.12);
}
.text-div p{
    min-height:77px;
  float: left;
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  font-weight:bold;
  padding: 10px;/*
  color: #aaa;*/
}
/********** HIMANI (21-july-2018) ************/

/************ About-us page****************/
.about-us-page{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.about-us-heading{
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.about-us-text{
  float: left;
  width: 100%;
}
.about-us-text h3{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
  margin-top: 10px;
}
.about-us-text .divider{
  background-color: #C84B98;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}
.wrap-about-us-text{
  float: left;
  width: 100%;
  margin: 30px 0;
  padding: 30px;
  box-shadow: 1px 1px 15px 1px  rgba(0, 0, 0, 0.12);
}
.about-us-services-text{
  float: left;
  width: 100%;
 }
 .about-us-services-text h4{
  font-weight: bold;
 }
 /************** contact-page ****************/
.contact-sec{
  float: left;
  width: 100%;
  background-image: url('../img/contact-us-bg.png');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.form-group{
  margin-top: 15px;
}
.form-group input[type="text"]{
  border-radius: 50px;
  border: none;
  background-color: rgb(250, 250, 250);
}
.form-group textarea{
  border-radius: 20px;
  border: none;
  background-color: rgb(250, 250, 250);
}
.contact-us{
  margin-top: 30px;
  margin-bottom: 150px;
}
.contact-map{
  overflow:hidden;
  height:350px;
  width:370px;'
}
#gmap_canvas img{
  max-width:none!important;
  background:none!important;
}
.contact-detail{
  float: left;
  width: 100%;
  margin-top: -90px;
  margin-bottom: 80px;
}
.contact-info{
  text-align: center;
}
.contact-icon{
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
  text-align: center;
  background-color:#fff;
}
.contact{
  border-radius: 0 0 15px 15px;
  box-shadow: 1px 8px 18px -2px  rgba(0, 0, 0, 0.12);
  padding: 0 20px 20px;
}
.contact h4{
  font-weight: bold;
}
/****************** career-sec *************/
.career-sec
{
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.career-head
{
  float: left;
  width: 100%;
}
.career-top-part{
  float: left;
  width: 100%;
}
.career-top-part h3
{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
}
.career-head .divider {
  background-color: #C84B98;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}
.wrap-career-detail{
  float: left;
  width: 100;
  margin: 50px 0;
}
.career-div {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.career-div img {
  display: block;
  width: 100%;
}
.career-div > p {
  color: #545474;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
}
.career-slide
{
  float: left;
  width: 100%;
  margin: 20px 0;
}

.career-mini-slider .item
{
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.career-sec .career-mini-slider .owl-controls{
  display: block !important;
}
.career-mini-slider .owl-controls .owl-buttons div
{
   background: transparent none repeat scroll 0 0;
   color: #000;
   font-size: 65px;
   position: absolute;
   top: 30%;
}
.career-mini-slider .owl-controls .owl-buttons .owl-prev 
{
  left: -50px;
}
.career-mini-slider .owl-controls .owl-buttons .owl-next
{
  right: -50px;
}
.career-box
{
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.career-back {
  background-color: #fff;
  height: 83%;
  left: 0;
  opacity: 0;
  padding: 5px 15px 0;
  position: absolute;
  text-align: justify;
  top: 0;
  transition: all 1s ease 0s;
  visibility: hidden;
  width: 100%;
}
.career-back a
{
  color: #C84B98;
}
.career-back a:hover
{
  text-decoration: none;
}
.career-box:hover .career-back
{
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}
.img-box
{
  float: left;
  width: 100%;
  text-align: center;
}
.career-back h3
{
  color: #a14a4a;
}

.career-back img
{
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.tag_clr {
  color: rgb(210, 110, 170);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.lne-thru
{
  text-decoration: line-through;
}

/*hot deals (himani)- 2 august 2018*/
.Hot-Deals{
  float: left;
  width: 100%;
  padding: 30px;
  position: relative;
}
.hot-deal-top-part h3
{
  font-size: 30px;
  color: #545474;
  font-weight: 300;
}
.hot-deal-head .divider {
  background-color: #965857;
  float: left;
  height: 2px;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}

.hotdealslider .img-div img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.slick-arrow:focus {
    outline: 0;
}

