@font-face {
  font-family: 'robotobold';
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url("fonts/roboto-thin-webfont.woff2") format("woff2"), url("fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url("fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("fonts/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemi_bold';
  src: url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url("fonts/montserrat-thin-webfont.woff2") format("woff2"), url("fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  width: 100%;
  font-family: 'open_sansregular';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

img, fieldset {
  border: none;
}

a:focus {
  outline: none;
  box-shadow: none;
}

a {
  outline: 0;
}

a img {
  border: 0px;
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0;
}

.fw {
  float: left;
  width: 100%;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.col_grid1 {
  width: 8.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid2 {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid3 {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid5 {
  width: 41.66666667%;
  padding: 0 15px;
  position: relative;
  float: left;
}

.col_grid6 {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid7 {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid8 {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid9 {
  width: 75%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid10 {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid11 {
  width: 91.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col_grid12 {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.pull_left_sec {
  float: left !important;
}

.pull_right_sec {
  float: right !important;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'robotoregular';
  color: #000;
  box-sizing: border-box;
}

.fw {
  float: left;
  width: 100%;
}

.inner_container {
  width: 1170px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}

.innerrow {
  margin: 0 -15px 0 -15px;
  display: block;
}

.site_grayheading {
  font-size: 30px;
  color: #474747;
  font-family: 'open_sansregular';
  line-height: 1.2;
}

.site_blackheading {
  font-size: 55px;
  color: #000;
  font-family: 'open_sansbold';
  line-height: 1.2;
}

.site_pra {
  font-size: 16px;
  color: #474747;
  font-family: 'open_sansregular';
  line-height: 2;
}

.doubleextralargefont_size {
  color: #fff;
  font-size: 60px;
  font-family: 'open_sansbold';
  line-height: 70px;
}

.extralargefont_size {
  color: #fff;
  font-size: 30px;
  font-family: 'open_sansregular';
  line-height: 40px;
}

/* header css start*/
header {
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 0 100px;
  z-index: 9999;
  background-image: url("../img/header_show.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .top_header_right {
  text-align: right;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
header .top_header_right span {
  display: inline-block;
  width: auto;
  margin-left: 15px;
}
header .top_header_right span:last-child {
  display: none;
}
header .top_header_right .btn_downloard {
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  font-size: 12px;
  background: #6f1e0c;
  color: #ffffff;
  border-radius: 2px;
  font-family: 'montserratregular';
  padding: 0 15px;
  height: 36px;
  vertical-align: middle;
  line-height: 38px;
  display: inline-block;
}
header .top_header_right .btn_downloard a {
  color: #ffffff;
}
header .top_header_right .btn_downloard a:hover {
  color: #ffffff;
  text-decoration: underline;
}
header .top_header_right .lung_select {
  height: 33px;
  border: 0;
  background: #fff;
  min-width: 95px;
  padding: 4px 12px 4px;
  font-size: 10px;
  color: #6B6B6B;
  outline: none !important;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/down_arrow.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}
header .top_header_right .lung_select option {
  font-size: 15px;
  color: #000;
}
header .btm_header_sec {
  margin-top: 26px;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
header .btm_header_sec .list_menu {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
header .btm_header_sec .list_menu li {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
header .btm_header_sec .list_menu li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-family: 'open_sansregular';
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
header .btm_header_sec .list_menu li:first-child {
  margin-left: 0;
}
header .btm_header_sec .list_menu li a:hover, header .btm_header_sec .list_menu li.active a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
header .btm_header_sec .toggle_menu_btn {
  display: none;
}
header .header_logo {
  display: inline-block;
  width: 120px;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
header .header_logo img {
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  width: 120px;
  filter: brightness(111);
}
header .book_nowbtn .btn_downloard {
  background: #6f1e0c;
  display: inline-block;
  color: #fff;
  padding: 0px 15px;
  height: 36px;
  vertical-align: middle;
  line-height: 36px;
  font-size: 12px;
  border-radius: 2px;
}
header .book_nowbtn .btn_downloard:hover {
  background: #732d1e;
}
header .book_nowbtn.custom-animate {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bouncebtn;
}
header .book_nowbtn.custom-animate a {
  background: #ff8d00;
}
header .book_nowbtn.custom-animate:hover {
  animation: none;
}
header .book_nowbtn.custom-animate:hover a {
  background: #fe920c;
}
header .book_nowbtn.custom-animate2 {
  transition: .5s all ease-in-out;
  animation: wiggle 4s 2s infinite;
}
header .book_nowbtn.custom-animate2 a {
  background: #ff8d00;
}
header .book_nowbtn.custom-animate2:hover {
  animation: none;
}
header .book_nowbtn.custom-animate2:hover a {
  background: #fe920c;
}
header .book_nowbtn.custom-animate3 {
  transition: .5s all ease-in-out;
  animation: pulse99 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}
header .book_nowbtn.custom-animate3:hover {
  animation: none;
}
header .book_nowbtn.custom-animate4 {
  animation: float 1.5s linear alternate infinite;
}
header .book_nowbtn.custom-animate4 a {
  background: #ff8d00;
}
header .book_nowbtn.custom-animate4:hover {
  animation: none;
}
header .book_nowbtn.custom-animate4:hover a {
  background: #fe920c;
}

.sticky.fixed {
  padding: 10px 0;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.sticky.fixed .header_logo img {
  filter: none;
}
.sticky.fixed .top_header_right {
  text-align: right;
}
.sticky.fixed .btm_header_sec {
  margin-top: 5px !important;
}
.sticky.fixed .btm_header_sec ul li a {
  color: #000000;
}
.sticky.fixed .btm_header_sec ul li a.btn_downloard {
  color: #ffffff;
}
.sticky.fixed .header_logo {
  width: 80px;
  display: inline-block;
}
.sticky.fixed .header_logo img {
  width: 100%;
}

.mobile_header {
  display: none;
}

/*header css end*/
.explore_btn {
  float: left;
  width: 100%;
}
.explore_btn .blue_explor_btn {
  min-width: 100px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 15px;
  background: #112f50;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 8px;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}

/*new css start*/
.blend_center_text.width_full {
  width: 100% !important;
}

.desert_sec.event_pg_sec .desert_lunxury_sec {
  padding: 35px 0 130px;
}

.blue_form_sec.blue_event_sec {
  margin-top: 105px;
  margin-bottom: 50px;
}

/*new css end*/
/* video_banner_sec css start */
.camp_bgbanner_sec img {
  width: 100%;
}

.video_banner_sec {
  position: relative;
}
.video_banner_sec .video_cont_sec {
  position: absolute;
  bottom: 30%;
  z-index: 9;
}
.video_banner_sec .video_cont_sec .content_center {
  text-align: center;
  width: 100%;
}
.video_banner_sec .video_cont_sec .hr_center_cont .extralargefont_size {
  margin-top: 20px;
}
.video_banner_sec .video_data {
  width: 100%;
  height: 100%;
  float: left;
}
.video_banner_sec .move-down-aroow {
  margin-top: 28px;
}
.video_banner_sec .move-down-aroow {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* video_banner_sec css end */
/* exploring_sec css start */
.exploring_sec {
  background-image: url("../img/Banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0px;
}
.exploring_sec .exploring_cont_sec {
  position: relative;
  z-index: 99;
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
.exploring_sec .exploring_cont_sec .col_grid12 {
  margin-bottom: 40px;
}
.exploring_sec .exploring_cont_sec .star_img {
  position: absolute;
  right: 0;
  top: 0;
}
.exploring_sec .exploring_cont_sec .site_grayheading {
  margin-bottom: 10px;
}
.exploring_sec .exploring_cont_sec .site_blackheading {
  margin-bottom: 15px;
}
.exploring_sec .exploring_cont_sec .event_img_box {
  float: left;
  width: 100%;
  position: relative;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  max-height: 315px;
  min-height: 315px;
}
.exploring_sec .exploring_cont_sec .event_img_box figure {
  overflow: hidden;
  width: 100%;
  max-height: 315px;
}
.exploring_sec .exploring_cont_sec .event_img_box figure img {
  width: 100%;
  min-height: 315px;
}
.exploring_sec .exploring_cont_sec .event_img_box .event_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  z-index: 9;
}
.exploring_sec .exploring_cont_sec .event_img_box .event_text h4 {
  color: #fff;
  font-size: 24px;
  font-family: 'open_sansbold';
}
.exploring_sec .exploring_cont_sec .event_img_box:hover {
  transform: scale(1.1);
}
.exploring_sec .exploring_cont_sec .event_img_box:after {
  position: absolute;
  content: "";
  background-image: url("../img/tourism_shedow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.exploring_sec:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  z-index: 9;
  opacity: .8;
}

/* exploring_sec css end */
/* world_class_sec css start */
.world_class_sec {
  padding: 40px 0 20px;
}
.world_class_sec .site_grayheading {
  margin-bottom: 15px;
}
.world_class_sec .site_blackheading {
  margin-bottom: 18px;
}
.world_class_sec .site_pra {
  line-height: 36px;
}

.btn_nowmore.btn {
  font-family: 'montserratsemi_bold';
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #FFD700;
  color: #E5C100;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 15px;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}

.btn_nowmore.btn:hover {
  background-color: #FFD700;
  color: #fff;
}

/* world_class_sec css end */
/* packages_sec css start */
.packages_sec {
  padding-top: 150px;
  padding-bottom: 40px;
  background-image: url("../img/beach_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -50px;
}
.packages_sec .packages_wapper {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
.packages_sec .packages_wapper .site_grayheading, .packages_sec .packages_wapper .site_blackheading {
  margin-bottom: 12px;
}
.packages_sec .packages_img_box {
  position: relative;
  box-shadow: 0 2px 5px #ddd;
  border: 0;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
.packages_sec .packages_img_box figure {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  max-height: 265px;
}
.packages_sec .packages_img_box figure img {
  width: 100%;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  min-height: 265px;
}
.packages_sec .packages_img_box figure img:hover {
  transform: scale(1.1);
}
.packages_sec .packages_img_box .packages_text {
  margin-top: 5px;
  float: left;
  width: 100%;
  padding: 10px 12px;
  float: left;
  width: 100%;
}
.packages_sec .packages_img_box .packages_text .site_pra {
  font-family: 'montserratregular';
  font-size: 18px;
  line-height: 1.4;
}
.packages_sec .packages_img_box .packages_text .btn_nowmore.btn {
  float: right;
  margin: 0;
  padding-left: 25px;
  padding-right: 20px;
}
.packages_sec .packages_img_box:hover {
  transform: scale(1.05);
}
.packages_sec .view_all_btn {
  text-align: center;
  margin-top: 25px;
}
.packages_sec .view_all_btn .btn_nowmore.btn {
  background: #083A72;
  border-color: #083A72;
  color: #fff;
}
.packages_sec .view_all_btn .btn_nowmore.btn:hover {
  background: #082240;
}

/* packages_sec css end */
/*footer css start*/
.footer_site {
  padding: 30px 0 10px;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  background-position: center bottom;
}
.footer_site .inner_container {
  z-index: 99;
  position: relative;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.footer_site .footer_heading {
  font-size: 18px;
  color: #000;
  font-family: 'montserratregular';
  margin-bottom: 22px;
}
.footer_site .footer_heading a {
  color: #000;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
.footer_site .footer_heading a:hover {
  color: #444444;
  text-decoration: underline;
}
.footer_site .socile_icon {
  float: left;
  width: 100%;
  list-style: none;
}
.footer_site .socile_icon li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.footer_site .socile_icon li a {
  display: inline-block;
  vertical-align: middle;
  transition: all .5s ease .0s;
  -webkit-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
}
.footer_site .socile_icon li a:hover {
  transform: rotate(360deg);
}
.footer_site .socile_icon li:first-child {
  margin: 0;
}
.footer_site .gray_heading {
  font-size: 14px;
  color: #505050;
  font-family: 'open_sanssemibold';
  margin-bottom: 8px;
}
.footer_site .right_footer {
  float: right;
}
.footer_site .copyright_sec {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.footer_site .copyright_sec .copy_right_ftr {
  margin: 0;
  font-size: 12px;
}

/*footer css end*/
.event_box_cont {
  display: inline-block;
  overflow: hidden;
}

@keyframes bouncebtn {
  0%, 20%, 50%, 80%, 100% {
    transform: translatex(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes wiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes pulse99 {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
@keyframes float {
  50% {
    transform: translateX(-px);
  }
  100% {
    transform: translateX(-18px);
  }
}
.lblerrorMessage {
  margin-bottom: 12px;
  display: block;
  background: #f00000;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
}

.lblsuccessMessage {
  margin-bottom: 12px;
  display: block;
  background: #1dad04;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
}
.lblsuccessMessage a {
  color: #ffffff;
  text-decoration: underline;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 600px;
  max-height: 600px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content img {
  border: 8px solid #ffffff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.closepromo {
  position: absolute;
  right: -40px;
  top: -24px;
  width: 42px;
  height: 42px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 8px 0 10px -6px rgba(0, 0, 0, 0.9);
}
.closepromo:before, .closepromo:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 33px;
  width: 2px;
  top: 3px;
  background-color: #333;
}
.closepromo:before {
  transform: rotate(45deg);
}
.closepromo:after {
  transform: rotate(-45deg);
}

.bell {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

/*.bell svg{fill:#ffffff;}*/

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
