html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.usp_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usp_icons li.usp_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  font-size: 14px;
  color: #4b4b4b;
  font-weight: bold;
  text-transform: capitalize;
}

.usp_icons li.usp_icon span {
  text-transform: lowercase;
  display: block;
  color: #dc3545;
  font-weight: normal;
  padding-left: 10px;
}

.usp_icons li.usp_icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("https://storage.googleapis.com/b2c-production/static/html/staticPages/img/usp-icons.svg");
  background-repeat: no-repeat;
  background-size: 450px;
  margin-right: 10px;
}

.usp_icons li.usp_default:before {
  background-position: -199px -3px;
}

.usp_icons li.usp_brachfront:before {
  background-position: -227px -70px;
}

.usp_icons li.usp_breakfast:before {
  background-position: -258px -38px;
}

.usp_icons li.usp_poolvilla:before {
  background-position: -1px -3px;
}

.usp_icons li.usp_villa:before {
  background-position: -31px -3px;
}

.usp_icons li.usp_gardenviewr:before {
  background-position: -95px -3px;
}

.usp_icons li.usp_cityviewr:before {
  background-position: -228px -35px;
}

.usp_icons li.usp_spa:before {
  background-position: -62px -3px;
}

.usp_icons li.usp_parks:before {
  background-position: -291px -35px;
}

.usp_icons li.usp_speedboat:before {
  background-position: -163px -3px;
}

.usp_icons li.usp_star:before {
  background-position: -229px -3px;
}

.usp_icons li.usp_island:before {
  background-position: -126px -34px;
}

.usp_icons li.usp_buffet:before {
  background-position: -1px -35px;
}

.usp_icons li.usp_snorkeling:before {
  background-position: -32px -35px;
}

.usp_icons li.usp_saving:before {
  background-position: -127px -3px;
}

.usp_icons li.usp_pbeach:before {
  background-position: -260px -70px;
}

.usp_icons li.usp_standardchalet:before {
  background-position: -291px -3px;
}

.usp_icons li.usp_kingroom:before {
  background-position: -259px -3px;
}

.usp_icons li.usp_childfree:before {
  background-position: -197px -34px;
}

.usp_icons li.usp_cabflight:before {
  background-position: 0 -68px;
}

.usp_icons li.usp_fireplace:before {
  background-position: -162px -34px;
}

.usp_icons li.usp_flight:before {
  background-position: -163px -69px;
}

.usp_icons li.usp_parking:before {
  background-position: -94px -68px;
}

.usp_icons li.usp_mountainview:before {
  background-position: -129px -69px;
}

.usp_icons li.usp_2adults:before {
  background-position: -95px -34px;
}

.usp_icons li.usp_seaplane:before {
  background-position: -62px -69px;
}

.usp_icons li.usp_addbed:before {
  background-position: -33px -68px;
}

.usp_icons li.usp_exclusion:before {
  background-position: -62px -34px;
}

.usp_icons li.usp_sanitized:before {
  background-position: -291px -70px;
}

.usp_icons li.usp_vehcile:before {
  background-position: -322px -4px;
}

.usp_icons li.usp_ptours:before {
  background-position: -321px -70px;
}

.usp_icons li.usp_twsupport:before {
  background-position: -322px -35px;
}

.usp_icons li.usp_calendar:before {
  background-position: -356px -4px;
}

.usp_icons li.usp_calendar2:before {
  background-position: -355px -35px;
}

.usp_icons li.usp_insurance:before {
  background-position: -355px -70px;
}

.usp_icons li.usp_pcrtest:before {
  background-position: -389px -3px;
}

.usp_icons .usp_sightseeings:before {
  background-position: -387px -34px;
}

.usp_icons .usp_trainticket:before {
  background-position: -385px -68px;
}

.usp_icons .usp_safarigame:before {
  background-position: -5px -108px;
  background-size: 507px !important;
}

.usp_icons .usp_ferrari:before {
  background-position: -35px -108px;
  background-size: 507px !important;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  body {
    font-size: 14px;
  }
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.mbanner {
  background-image: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/dubaiexpo/img/banner.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.mbanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.mbanner .btn-web {
  background-color: #36c1a0;
  color: #ffff;
}

.mbanner .btn {
  margin: 0 5px;
  padding: 14px 30px;
  font-weight: 600;
}

.mbanner .btn:hover {
  opacity: .7;
}

.mbanner .container {
  position: relative;
  z-index: 2;
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.mbanner h1 {
  color: #36c1a0;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .mbanner h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .mbanner h1 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1201px) {
  .mbanner h1 {
    font-size: 40px;
  }
}

.mbanner h2 {
  margin-bottom: 50px;
  color: #ffff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mbanner h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) {
  .mbanner h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .mbanner h2 {
    font-size: 28px;
  }
}

.mbanner h3 {
  color: #ffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  min-width: 300px;
}

@media screen and (min-width: 768px) {
  .mbanner h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .mbanner h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .mbanner h3 {
    font-size: 22px;
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.title {
  position: relative;
  margin-bottom: 50px;
}

.title h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .title h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) {
  .title h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .title h2 {
    font-size: 28px;
  }
}

.title p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .title p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .title p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .title p {
    font-size: 14px;
  }
}

.title::before {
  margin: 0 auto;
  content: "";
  width: 90px;
  height: 3px;
  background-color: #36c1a0;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

.wv_item {
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 10px;
  background: white;
  border-radius: 4px;
  min-height: 259px;
  -webkit-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
  text-align: center;
  cursor: pointer;
}

.wv_item::before {
  -webkit-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
  content: "";
  background-image: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/dubaiexpo/img/overlay.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
}

.wv_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #e3010c;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.wv_item:hover::before {
  top: 0;
}

.wv_item h3 {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .wv_item h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .wv_item h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .wv_item h3 {
    font-size: 22px;
  }
}

.wv_item:hover h3,
.wv_item:hover p {
  color: white;
}

.wv_item:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.wv_item p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wv_item figure {
  margin-bottom: 15px;
  text-align: center;
}

.wv_item figure img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
  display: inline-block !important;
  max-height: 70px !important;
  width: auto !important;
}

.wv_item2 {
  padding: 0px 20px 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 10px;
  background: #ffff;
  border-radius: 4px;
  min-height: 259px;
  -webkit-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
  text-align: center;
}

.wv_item2:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.wv_item2 h3 {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .wv_item2 h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .wv_item2 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .wv_item2 h3 {
    font-size: 22px;
  }
}

.wv_item2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wv_item2 figure {
  margin: 0 -20px 15px;
  text-align: center;
}

.wv_item2 figure img {
  border-radius: 4px 4px 0 0;
  display: inline-block !important;
}

.bg-tdf {
  padding: 100px 0;
  background-image: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/dubaiexpo/img/bg2.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-tdf::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.bg-tdf .container {
  position: relative;
  z-index: 2;
}

.bg-tdf h2 {
  color: #ffff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .bg-tdf h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) {
  .bg-tdf h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .bg-tdf h2 {
    font-size: 28px;
  }
}

.bg-tdf p {
  color: #ffff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .bg-tdf p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .bg-tdf p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .bg-tdf p {
    font-size: 14px;
  }
}

.accordion .btn-block {
  background: none !important;
  padding: 0 !important;
  font-weight: 600;
  position: relative;
}

.accordion .btn-block::after {
  position: absolute;
  right: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  content: "\f106";
}

.accordion .collapsed.btn-block::after {
  content: "\f107";
}

#clockdiv {
  font-family: "Poppins", sans-serif;
  color: #ffff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: rgba(227, 1, 12, 0.5);
  display: inline-block;
}

#clockdiv > div span {
  padding: 15px;
  border-radius: 3px;
  min-width: 110px;
  background: #e3010c;
  display: inline-block;
}

#clockdiv .smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.owl-dots {
  margin-top: 10px;
  text-align: center;
}

.owl-dots .owl-dot {
  margin: 0 3px;
  width: 20px;
  height: 4px;
  background: #333;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  background: #e3010c;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: -30px;
  height: 50px;
  text-indent: -9999px;
  width: 30px;
  background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/dubaiexpo/img/arrow-left.png) no-repeat center;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: -30px;
  height: 50px;
  text-indent: -9999999px;
  width: 30px;
  background: url(https://storage.googleapis.com/b2c-production/static/html/staticPages/ae/dubaiexpo/img/arrow-right.png) no-repeat center;
}

.ho_cate_box {
  margin: 0 0 30px;
  padding: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(221, 221, 221, 0.116);
          box-shadow: 5px 5px 10px rgba(221, 221, 221, 0.116);
  background: #ffff;
  border-radius: 5px 5px;
  overflow: hidden;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.ho_cate_box * {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.ho_cate_box figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.ho_cate_box figure img {
  min-height: 370px;
}

.ho_cate_box figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000047;
  width: 100%;
  height: 100%;
}

.ho_cate_box:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 5px 10px 20px rgba(153, 153, 153, 0.295);
          box-shadow: 5px 10px 20px rgba(153, 153, 153, 0.295);
}

.ho_cate_box .h_tpn {
  position: absolute;
  z-index: 3;
  bottom: 0;
  color: #ffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(255, 0, 0, 0), #000);
  width: 100%;
  left: 0;
  padding: 15px 10px;
  text-align: center;
}

.ho_cate_box .h_tpn h3 {
  margin: 0;
  color: #ffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 4px 3px 10px #000;
}

.ho_cate_box .h_tpn p {
  margin: 0;
}

.ho_cate_box .h_tpn p.h_dn {
  margin-bottom: 20px;
}

.ho_cate_box .h_tpn p span {
  display: block;
}

.ho_cate_box .h_tpn p strong {
  font-size: 20px;
}

.hs_list_box {
  margin: 10px 10px 20px;
  padding: 0;
  -webkit-box-shadow: 5px 5px 10px #ddd;
          box-shadow: 5px 5px 10px #ddd;
  background: #ffff;
  border-radius: 5px 5px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.hs_list_box * {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.hs_list_box:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 5px 10px 20px #999;
          box-shadow: 5px 10px 20px #999;
}

.hs_list_box .st-price-left {
  min-height: 75px;
  text-align: right;
}

.hs_list_box figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 5px 15px 0 0;
}

.hs_list_box figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
}

.hs_list_box figure > img {
  min-height: 220px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.hs_list_box figure .easy_emi {
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.55);
  background: #ffff;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  border-radius: 5px 0 0 0;
}

@media screen and (min-width: 768px) {
  .hs_list_box figure .easy_emi {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .hs_list_box figure .easy_emi {
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .hs_list_box figure .easy_emi {
    font-size: 14px;
  }
}

.hs_list_box figure .easy_emi img {
  display: inline-block !important;
  width: 20px !important;
}

.hs_list_box .tp_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hs_list_box .tp_div span {
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 600;
  color: #676767;
}

.hs_list_box .daynight {
  background-color: #e3010c;
  color: #ffff;
  position: absolute;
  left: -7px;
  top: 5px;
  z-index: 3;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 768px) {
  .hs_list_box .daynight {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .hs_list_box .daynight {
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .hs_list_box .daynight {
    font-size: 14px;
  }
}

.hs_list_box .daynight:before {
  height: 0;
  width: 0;
  bottom: -6.5px;
  left: .1px;
  border-top: 7px solid #e3010c;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
}

.hs_list_box ul.usp-ions.usp_icons {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.hs_list_box span.hlocation {
  padding: 0 5px;
  position: absolute;
  z-index: 2;
  color: #ffff;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 4px 3px 10px #000;
}

@media screen and (min-width: 768px) {
  .hs_list_box span.hlocation {
    font-size: 22px;
  }
}

@media screen and (min-width: 992px) {
  .hs_list_box span.hlocation {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  .hs_list_box span.hlocation {
    font-size: 28px;
  }
}

.hs_list_box .hs_list-desc {
  padding: 15px;
}

.hs_list_box .hs_list-desc h3 {
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs_list_box .hs_list-desc p {
  font-size: 13px;
  color: #676767;
}

.hs_list_box:hover h3 {
  color: #e3010c;
}

.st-price-left .st-from {
  color: #676767;
}

.st-price-left .st-price {
  font-size: 22px;
  font-weight: bold;
  color: #e3010c;
}

.st-price-left .st-pricetxt {
  color: #28a745;
}

.nhp_btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.view_packages {
  padding: 7px 10px;
  margin: 5px 5px 0;
  width: calc(100% - 10px);
  border-radius: 5px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ddd;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enq_nbtn {
  padding: 7px 10px;
  margin: 5px 5px 0;
  width: calc(100% - 10px);
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #e3010c;
  background: #e3010c;
  color: #ffff;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enq_nbtn:hover {
  color: #ffff;
}

@media (min-width: 1201px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1230px;
  }
}

@media only screen and (min-width: 768px) {
  .animation {
    -webkit-transition: all 1s ease-in-out .2s;
    transition: all 1s ease-in-out .2s;
    position: relative;
  }
  .bottom-out {
    top: 200px !important;
  }
  .bottom-out.animated {
    top: 0 !important;
  }
  .fade-in {
    opacity: 0;
    top: -20px;
  }
  .fade-in.animated {
    opacity: 1;
    top: 0;
  }
  .scale-less {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .scale-less.animated {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .left-out {
    left: -100px;
    opacity: 0;
  }
  .left-out.animated {
    left: 0;
    opacity: 1;
  }
  .right-out {
    right: -100px;
    opacity: 0;
  }
  .right-out.animated {
    right: 0;
    opacity: 1;
  }
  .move-up {
    top: 30px;
    opacity: 0;
  }
  .move-up.animated {
    top: 0;
    opacity: 1;
  }
  .zoom-out {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .zoom-out.animated {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .small-spliter {
    width: 50px;
  }
  .small-spliter.animated {
    width: 20px;
  }
  .rotateIn {
    -webkit-transform: rotate(-190deg);
            transform: rotate(-190deg);
    opacity: 0;
  }
  .rotateIn.animated {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  .rotateIn.animation {
    -webkit-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
    position: relative;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

@media only screen and (max-width: 768px) {
  #clockdiv {
    font-size: 30px;
  }
  #clockdiv > div {
    padding: 10px;
  }
  #clockdiv > div span {
    padding: 10px 15px;
    min-width: 80px;
  }
  #clockdiv .smalltext {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  #clockdiv {
    font-size: 20px;
  }
  #clockdiv > div {
    padding: 7px;
  }
  #clockdiv > div span {
    padding: 10px 10px;
    min-width: 50px;
  }
  #clockdiv .smalltext {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */