@charset "utf-8";
/* CSS Document */
.text-responsive{
	font-size: calc(35% + 1vw + 1vh);
}

.my-flex-card{
	height: calc(100% - 15px);
	margin-bottom: 15px;
}

.first-sailors{
	background-image: url("../images/IMG-CAB-Sunset-from-Room-Balcony---318-x-180.png");
	background-size: 100%;
}

.faq-block{
	background-image: url("../images/IMG-CAB-Sunset-from-Room-Balcony---318-x-180.png");
	background-size: 100%;	
}

.jet2-block{
	background-image: url("../images/jet2banner.jpg");
	background-size: 100%;	
}

.contact-block{
	background-image: url("../images/12D_Banner_Background.png");
	background-size: 100%;	
}

.contact-blocks{
	background-image: url("../images/RDR-DEST-VV-Bimini-CGI11-1600x700-web.jpg");
	background-size: 100%;	
}

.offers-block{
	background-image: url("../images/IMG-FNB-draught-house-v1-lifestyle-1580 by 400.jpg");
	background-size: 100%;	
}

.fontbazar {
	font-family: bazar;
}

.circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  /* Just making it pretty */
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  background: #38a9e4;
  color: white;
  font-family: Helvetica, Arial Black, sans;
  font-size: 48px;
  text-align: center;
}

.circle-without-text {
    border-radius: 50%;
    width: 70vh;
    height: 70vh;
    background-color: red;
    position: relative;
 }

.text-inside-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

.xyz {
            background-size: auto;
            text-align: center;
            padding-top: 100px;
        }

.btn-circle.btn-sm {
            width: 30px;
            height: 30px;
            padding: 6px 0px;
            border-radius: 15px;
            font-size: 8px;
            text-align: center;
        }

.btn-circle.btn-md {
            width: 50px;
            height: 50px;
            padding: 7px 10px;
            border-radius: 25px;
            font-size: 10px;
            text-align: center;
        }

.btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 10px;
            border-radius: 35px;
            font-size: 12px;
            text-align: center;
        }

.SearchSection {
	background: #828282;
	background-color: #828282;
	padding: 20px 40px;
	align-content: center;
}

.cal-back-light {
	background: #fff;
	background-color: #fff;
}

.asText {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.dvv-date-wrap {
  position: relative; }
  .dvv-date-wrap .fas {
    position: absolute;
    top: 50%;
    color: #ccc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; 
}

.dvv-search em, .dvv-reset em {
    display: block;
    position: absolute;
    bottom: 10px;
    color: white;
	font-family: "Work Sans", Arial, sans-serif;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
}

.dvv-search:hover em, .dvv-search:focus em, .dvv-reset:hover em, .dvv-reset:hover em {
	  bottom: -10px;
      opacity: 1;
      visibility: visible; 
}

.select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
