@charset "utf-8";
/* CSS Document */


.dream-trip{ background: url(../images/back2.jpg); background-size: cover;padding: 60px 0px; }
.dream-trip .black-bg{ background: #212b34; text-transform: uppercase; padding: 30px}
.dream-trip .black-bg h1{ text-align:center; color: #fff; font-size: 45px; font-weight: 300;line-height: 40px }
.dream-trip .black-bg h2{ text-align:right; color: #1bdea5; font-size: 55px; font-weight: 700; line-height: 44px; padding-right: 20px}
.dream-trip h3{font-family: 'Poppins-Regular';
font-size: 28px;
color: #000;
margin: 0px 0px 10px;
text-align: center;
text-transform: capitalize;}
.dream-trip h3 span{ padding: 3px 13px; border-radius: 50%; background:#212b34; margin-right: 10px }
.dream-trip a.drm-bg-black{position: relative; background:rgba(109, 145, 13, 0.7); border-radius: 10px;
    margin: 20px 0 0; color: #fff; text-decoration: none; display: block; padding: 10px 25px;}
.dream-trip .col-sm-4{ padding: 0 8px}
.dream-trip .media .media-heading{font-family: 'Poppins-Bold'; font-size: 25px; text-align: center; position: absolute; top: 40%;left: 65%; -webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);text-transform: capitalize;}

.no-country-text a {
    font-size: 20px;
    color: white;
    margin-top: 15px;
    text-decoration: none;
    display: block;
  }

.go-back-continent, .go-back-continent:hover {
    font-size: 16px;
    color: #353535;
    margin-left: 0px;
    bottom: 10px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 0;
  }



#mobile{
    display:none;
  }

.desti-display-img{height: 200px;}
.map-description{background: rgba(0, 0, 0, 0.35);
    color: white;
    padding: 20px;}
  .map-description h2  {    font-size: 25px;
    font-weight: 600;
    text-shadow: 0px 1px 2px #000000;
    margin-bottom: 15px;}
    .map-description p{font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;}
    .map-description-block{display: none;}
    .loading_block img{text-align: center;
    position: relative;
    top: 22%;
    /* height: 75px; */
    display: block;
    margin: 0 auto;
}
.loading_block h1{    text-align: center;
    color: #a4b6bd;
    position: relative;
    top: 26%;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;    line-height: 28px;}
   .loading_block h2{text-align: center;
    color: white;
    position: relative;
    top: 38%;
    width: 100%;
    font-size: 35px;
    letter-spacing: 0;}


 /*Responsive Start*/
 @media only screen and (max-width: 767px) 
 {
  .dream-trip a.drm-bg-black {
    padding: 0 15px;
  }
  .dream-trip .media .media-heading {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .map-description {
    background: rgba(0, 0, 0, 0.35);
    color: white;
    padding: 20px;
    margin: 20px 0 0;
  }
 }