@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');

h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;

}

body {
  padding: 0;
  margin:0;
  outline:0;
  font-size: 16px;
}
.heading-bor
{
	width: 100px;
	height: 3px;
	background:#fff;
	margin: 10px 0; 
}
.heading-sec
{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.heading-sec h2
{
font-size: 2.5rem
}

header
{
	position: absolute;
	z-index: 99;
	width: 100%;
	padding: 0px 0 0;
    border: 0;
    border-radius: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

header .menu-top-pt
{
/*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
 
}

.menu-sub
{
background: #3f9cc1;
}
.menu-sec .top-menu
{
	text-align: right;	
}
.menu-sec .top-menu ul
{

padding: 0;
margin:0;
list-style-type: none;
}
.menu-sec .top-menu ul li
{
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 400;
margin-right: 10px;
padding: 10px 0;
}
.menu-sec .top-menu ul li i
{
	color:#fff;
	margin-right: 5px;
}
.social-top
{
	text-align: right;
}
.social-top ul
{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.social-top ul li
{
	display: inline-block;
	margin-right: 10px;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
}

.social-top ul li a i
{
	color:#fff;
	font-size: 13px;
}

header .navbar
{
padding: 13px 0;	
	
}
.navbar-dark .navbar-brand
{
padding: 7px 0;
}
header .nav-bar-sec
{
background: rgba(0, 0, 0, 0.3215686274509804);
}
.navbar-dark .navbar-nav .nav-link
{
 font-size: 20px;
 font-weight: 600;
text-transform: uppercase;

padding-bottom:0px;	
position: relative;
}
.navbar-dark .navbar-nav .nav-link:after
{
	position: absolute;
    top: 8px;
    right: -4px;
    content: "|";

}
.nav-link.dis:after
{
	display: none;
}
.navbar-dark .navbar-nav .nav-link:hover:after
{
	color:#fff;
}

.fixed-header {
	position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
/*    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);*/
    background: #44a5cc;
    z-index: 99;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img
{
    width: 250px;
    padding: 0px 0 0;
    background: #fff;
    position: absolute;
    top: -44px;
    
}

.fixed-header .navbar-brand img
{
	width: 249px;
}

.slider-section
{
	position: relative;
}
.slider-section:before
{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.30);
	background: rgba(0, 0, 0, 0.2);
	
}

.calendar-sec1 {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
}
.calendar-sec1 .silder-con-pt
{
padding: 15px;
}
.calendar-sec1 .silder-con-pt h1
{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #333;
}
.calendar-sec1 .silder-con-pt h3
{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin:0px 0 5px;
	padding: 0
	text-shadow: 1px 1px 1px #333;
}

#bookingtabshow{
  margin-top: 30px;
}

#bookingtabshow li{
  list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#bookingtabshow li p{
  color: #000;
}

#bookingtabshow li span{
  float: right;
}

.clr-dates{
  float: right;
  padding-bottom: 10px;
}

.clr-dates a{
  color: red;
}

.book-q {
    background: 
    #fff;
    padding: 50px 0;
}

.book-q
{
  background: #fff;
  padding: 50px 0;
}
.book-q .card-header
{
  background: #333;
}
.book-q .card-link
{
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
  background: #333;
  color:#fff;
}
.form-infor label
{
  font-weight: bold;
}
.form-infor input
{
  border:1px solid #333;
}
.form-infor textarea
{
  border:1px solid #333;
}

.form-infor .btn-cen-in
{
  text-align: center;
}

.form-infor button
{
  background: #3f9cc1;
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border:0;
    font-size: 100%;
    text-transform: uppercase;
}

.form-infor button:hover
{
  background: #2e708a;
  cursor: pointer;
}

.contact-form-wrap1 button
{
 background: #3f9cc1;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border:0;
    text-decoration: underline; 
}
.contact-form-wrap1 button:hover
{
  background: #2e708a;
}

.form-infor .btn-cen-in.btn-new-us button
{
  width:100%;
}
.info-book-dt
{
  border: 1px solid #ccc;
}
.info-book-dt .inf-dt-img
{
  position: relative;
}
.info-book-dt .inf-dt-img img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.info-book-dt .inf-dt-img .img-btm-txt
{
  position: absolute;
  bottom: 0;
  width: 100%;
 background: rgba(0, 0, 0, 0.6);
 padding: 5px;
 text-align: center;
}
.info-book-dt .inf-dt-img .img-btm-txt h3
{
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.check-system
{
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow:hidden; 
}
.check-system ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.check-system ul li
{
float: left;
font-weight: bold;

}
.check-system ul li:last-child
{
  float: right;
}

.check-system ul li span
{
  display: block;
font-weight: 600;
}
.check-system-in
{
  clear:both;
  padding: 10px;
}
.check-system-in h3
{
  font-size: 18px;
  font-weight: bold;
}
.check-system-in ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.check-system-in ul li
{
  color:#000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.check-system-in ul li span
{
  float: right;
}
.check-system-in ul li:last-child
{
  border: 0;
  font-weight: bold;
}

.about-sec-page
{
	background: url(../images/ab.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}
.about-sec-page h2
{
	margin-bottom: 20px;
	font-weight: bold;
}
.about-sec-page p
{
	font-size: 18px;
	line-height: 25px;
}


.prop-sec
{
	padding: 50px 0;
	/*background-image: url(../images/pattern.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;*/
    background:#daf4ff;

}
.prop-sec .bod-bot
{
	margin-bottom: 20px;
	/*
	border-bottom: 1px solid #eee;*/
	border-bottom: 1px solid #64d1ff;
}
.prop-con 
{
  padding: 0px 30px 60px 0px;
}
.prop-con h3
{
	margin-bottom: 10px;
	/*background: rgba(238, 238, 238, 0.5490196078431373);*/
    padding: 10px;
    /*border-bottom: 3px solid #ccc;*/
    border-bottom: 3px solid #666;
    text-transform: capitalize;
    color: #fff;
    background: #2e708a;
}
.prop-con p
{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #666;
}
.prop-gal img
{
	width: 100%;
}
.prop-con a
{
	background: #3f9cc1;
	padding: 12px 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.prop-con a:hover
{
  background: #2e708a;
}

.review-sec
{
	background: url(../images/inlet-beach.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat; 
	padding:180px 0;
}
.slider-con
{
	padding: 0;
	background:#3f9cc1;
	position: absolute;
	width: 100%;
	left: 0;
	top:-220px;
}
.slider-con .slider-rev
{
	padding: 40px;
}
.slider-con .testimonial
{
	padding: 20px;
	border: 2px dotted #fff;
}
.slider-con .testimonial:hover
{
	background: #2e708a;
}
.slider-con h2
{
	color: #fff;
	margin-bottom: 35px;
}
.slider-con h3
{
	color: #fff;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-con p
{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-style:italic;
	font-weight: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.rev-con-pt a
{
  color: #fff;
}

.owl-nav
{
	position: absolute;
	right: 0;
	top:-85px;
	
}
.owl-nav .owl-prev
{
display: inline-block;	
background: #3f9cc1;
color: #fff;
padding: 15px 30px;
margin: 10px 0px;
	border: 1px solid #fff;

}
.owl-nav .owl-prev:hover
{
	background:#0c56b1;
}
.owl-nav .owl-next
{
display: inline-block;	
background:#3f9cc1;
	color: #fff;
padding: 15px 30px;
	margin: 10px 0px;
border: 1px solid #fff;

}
.owl-nav .owl-next:hover
{
	background:#0c56b1;
}


.img-rev img
{
	width: 100px !important;
	height: 100px;
}

.area-sec
{
position: relative;

}
.area-sec .head
{
	padding: 50px 0;
	text-align: center;
}
.area-sec .head h2
{
	margin: 30px 0;
}

.area-sec .pad0
{
	padding-left:0;
	padding-right:0; 
}
.gal-sec
{
	position: relative;
}
.gal-sec img
{
width: 100%;
height: 350px;
object-fit: cover;
}
.over
{
	position: absolute;
	background:rgba(0, 0, 0, 0.52);
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	transition: all 0.5s ease-in-out
}
.over
{
  text-align: center;
}
.over h3
{
	color: #fff;
	text-align: center;
	padding-top: 120px;
  margin-bottom: 10px;
}
.over a
{
  background: #3f9cc1;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.over a:hover
{
  background: #2e708a;
}

.gal-sec:hover .over
{
	opacity: 1;
}
footer
{
/*	background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
	padding: 50px 0 0; 
	text-align: center;
	background: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
footer:before
{
	position: absolute;
	top:0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.70);
	width: 100%;
	height: 100%;
}


footer .foot-logo
{
	text-align: center;
	margin-bottom: 30px;
}
footer .foot-logo img
{
	width: auto;
}
.foot-sec h3, .foot-sec-con h3
{
	color: #fff;
	margin-bottom: 30px;
}

.foot-sec ul
{
	list-style-type: none;
	padding: 0;
	margin:0;
}
.foot-sec ul li
{
	margin-bottom: 5px;
}
.foot-sec ul li a
{
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.foot-sec-con p
{
font-size: 17px;
color: #fff;
margin-bottom: 10px;
}
.foot-sec-con h4
{
	color: #fff;
}
.foot-bottom-sec
{
	padding: 10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
margin-top: 15px;
}
.foot-bottom p
{
	margin: 0;
	padding: 10px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.footer-fb-lnk{
  color: #fff;
  font-size: 19px;
  display: inline-block;
  line-height: 2rem;
}
.footer-fb-lnk i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  background: #3b5999;
}
.footer-fb-lnk i:hover {
  background: none;
  border-radius: 50%;
  transition: .5s;
  background: #2e708a;
}
.footer-fb-lnk:hover{
    color: #fff;
}
.foot-bottom-form form
{

}
.mywish{
    border-bottom: 1px solid #fff;
margin-bottom: 20px;
position: relative;
}
.foot-social ul
{
	list-style-type: none;
	padding:10px 0 0;
	margin:0;
}
.foot-social ul li
{
display: inline-block;
margin: 0 10px;
}
.foot-social ul a
{
color: #fff;
}

.footer-bottom-down
{
	padding: 10px 0;
}
.footer-bottom-down .footer-con
{
	text-align: left;
}
.footer-bottom-down .footer-con p
{
	font-size: 14px;
	margin:0;
	color: #fff;
}
.go-logo
{
	text-align: right;
}
.go-logo p
{
	margin:0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
}
.go-logo img
{
	width: 100px;
}

.bread-sec
{
background: #3f9cc1;
padding: 130px 0 20px;

}
.bread-sec-part h1
{
  text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin:0 0 10px;
    line-height: 30px;
    font-size: 30px;
}
.bread-sec-part ul
{
  margin:0;
  padding: 0;
  list-style-type: none; 
  position: relative;
}
.bread-sec-part ul li
{
  display: inline-block;
  position: relative;
  margin:0 7px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size:13px; 
color: #fff;
}
.bread-sec-part ul li a
{
	color: #fff;
}
.bread-sec-part ul li:after
{
content: "/";
    left: 5px;
    top: 0;
    position: relative;
    color: #3f9cc1;
    font-size: 15px;
color: #fff;
}
.bread-sec-part ul li:last-child:after
{
  display: none;
}

.proeprty-page-sec
{
  padding: 50px 0 50px;
}
.upper-text
{
  margin-bottom: 15px;
}
.upper-text h2
{
  text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 35px;
    padding-bottom: 10px;
    font-weight: bold; 
  border-bottom: 1px solid #dedcdc;  
}
.upper-text h3
{
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  margin: 0 0 25px;
}
.upper-text h3 i
{
  color: #3f9cc1;
}

.upper-text h3 span
{
  float: right;
  position: relative;
    top: -10px;

}
.upper-text h3 span a
{
  background: #3f9cc1;
    padding: 12px 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
  
}
.upper-text h3 span a:hover
{
  background: #2e708a;
}

.gallery-prop
{
  background: #eee;
  padding: 10px;
  margin: 20px 20px 0 0;
  width: 700px;
  float: left;
}
@media (max-width: 767px){
    .gallery-prop {
      width: 100%;
      float: unset;
    }
    .aval-sec h2 {
      margin-bottom: 30px !important;
    }
    .property-dec {
      height: auto !important;
    }
    .glow-line{
        font-size: 19px !important;
    }
}

.prop-info ul
{
list-style-type: none;
padding: 0;
margin:0;
overflow: hidden;
}
.prop-info ul li
{
  text-align: center;
    float: left;
    background: #eee;
    padding: 8px 8px;
    margin-bottom: 10px;
    margin-right: 14px;
    border: 1px solid rgba(0,0,0,.1);
    width: 23.77777777777%;
    box-sizing: border-box;

}
.prop-info ul li:last-child
{
  margin-right: 0;
}

.cal-box-avl
{
  text-align: center;
}
.cal-box-avl a img
{
display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.cal-box-avl a
{

color: #fff;
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 10px 0;
    display: block;
    font-weight: 600;
    text-decoration: none;
    background: #3f9cc1;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    text-align: center;
}

.property-dec 
{
  padding: 30px 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 450px;
}
.property-dec h2, .am-sec h2, .location-sec h2
{
  text-transform:capitalize;
    margin-bottom: 30px;
    line-height: 25px;
}
.property-dec h3
{
text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    font-family: inherit;
}
.property-dec p
{
  line-height: 25px;
  margin-bottom: 5px;
}
.am-sec
{
  padding: 30px 0;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  overflow:hidden;
}
 .am-sec h3
{
text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    background: #eee;
    padding: 10px;
}

.am-sec ul 
{
  padding: 0;
  margin: 0;
  clear: both;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.am-sec ul li
{
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    text-indent: 15px;
    margin: 10px 0;
    vertical-align: top;
    list-style: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.am-sec ul li::before {
  content: "\f058";
  font-family: 'FontAwesome';
  left: 0;
  margin-right: 10px;
  top: 0;
  color: #333;
  font-size: 15px;
}
@media (max-width: 768px){
    .am-sec ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    .am-sec ul li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
}

.location-sec
{
  padding: 30px 0;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
.location-sec #map
{
  width: 100%;
  height: 300px;
}
.review-page-inner
{
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.review-page-inner .rev-img
{
border:0;
min-height: auto;
text-align: center;
}

.review-page-inner .rev-img h5
{
	font-family: inherit;
}

.review-page-inner .rev-con
{
  border:0;
  min-height: auto;
}
.review-page-inner .rev-img img
{
	margin-bottom: 15px;
	height: 100px;
	object-fit: contain;
	background: #fff;
}

.btn-post-rev
{
  
}
.btn-post-rev a
{
background: #3f9cc1;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}

.btn-post-rev a:hover
{
  background: #2e708a;
}

.aval-sec
{
padding: 30px 0px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
.aval-sec h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 25px;
}
.check-in-part
{
  padding: 0 50px;
}
.check-inner-part
{
  background: #eee;
  padding: 20px;
}
.check-inner-part p
{
  color: red;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.check-inner-part form label
{
  font-weight: bold;
}
.check-inner-part form input
{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border:1px solid #ccc;
}
.check-inner-part form select
{
 -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 100%;
height: 40px; 
border:1px solid #ccc;
}
.check-inner-part .check-from-dt ul
{
  list-style-type: none;
  padding: 0;
  margin:0;
}
.check-inner-part .check-from-dt ul li
{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  font-size: 16px;
}
.check-inner-part .check-from-dt ul li span
{
  float: right;
}
.check-inner-part form button
{
  border:0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.book-cal-main
{
  position: sticky;
  top:100px;
}
.check-inner-part.main-padding form
{
  padding: 20px 30px;
  background: #fff;
}
.btn-primary.mybt
{
	background: #3f9cc1;
    padding: 12px 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.btn-primary.mybt:hover
{
  background: #2e708a;
}
.page-item.active .page-link
{
  background: #3f9cc1 !important;
  border-color: #3f9cc1 !important;
}

.book-cal-main .form-group, .mobile-cal .form-group
{
	margin-bottom: 0.5rem;
}
.calendar-part
{
  padding:20px 0; 
}
.cal-inner-page
{
  text-align: center;
}
.cal-inner-page img
{
max-width: 100%;
} 

.glow-line {
  font-size: 23px;
  color: red;
  animation: animate 2.5s linear infinite;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.things-sec
{
  padding: 50px 0;
} 

.thing-page-inner
{
  padding: 0px;
  background: #fff;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.thing-page-inner h2
{
  text-transform: capitalize;

}
.thing-page-inner p
{
line-height: 30px;
    margin-bottom: 10px;
}
.ab-btn
{
  text-align: right;
}
.thing-page-inner a
{
background: #3f9cc1;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.things-img {
    width: 50%;
    float: left;
    padding-right: 35px;
}
.things-img img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0 0 10px;
}

.contact-page {
  background:#fff;
}
.contact-page .container
{
  padding-top:50px;
  padding-bottom:50px;
}
.section-title {
  margin: 15px 0 0;
}

.con-head
{
  margin-bottom: 50px;
}
.con-head p
{
  font-size: 20px;
    color: #000;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
}

.contact-page h2 {
text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 25px;
}
.section-title .con-line
{
  margin-bottom: 15px;
}



.contact-page input, .contact-page textarea {
  width: 100%;
  color: #000;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #ccc9c9;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: inherit;
  font-style: normal;
  outline: none;
}

.contact-form-wrap textarea
{
  height: 150px;
  line-height: 40px;
}
.contact-form-wrap button {
background: #3f9cc1;
display: inline-block;
padding: 12px 30px;
color: #fff;
margin: 2px 0 10px;
border: 0;
text-align: center;
text-decoration: none;

}
.contact-form-wrap button:hover
{

}
.contact-button ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-button ul li {
margin: 10px 0 30px;
    font-size: 16px;
    display: block;
    font-weight: 600;
    border: 1px solid #a2a2a2;
    background: #eee;
    border-radius: 50px 0px 0px 50px;
}
.contact-button ul li i {
    color: #fff;
    font-size: 23px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height:80px;
    margin-right: 10px;
    border-radius: 50px;
    background: #3f9cc1;

}

.responsive-table {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 44em) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}
.responsive-table thead th {
    background-color: rgb(70, 79, 86);
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 44em) {
.responsive-table tr {
    display: table-row;
}
}
.responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 44em) {
.responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
    padding: .75em;
}
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 44em) {
.responsive-table caption {
    font-size: 1.5em;
}
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody {
    display: table-row-group;
}
}
.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #d0d0d0;
}

@media (min-width: 44em) {
.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 44em) {
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
}
}
.responsive-table tbody th[scope="row"] {
    background-color: #fff;
    color: #000;
}

@media (min-width: 44em) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #4e4e4e;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
}
}
.responsive-table tbody td {
    text-align: right;
    color: #333;
    font-weight: 300;
}

@media (min-width: 30em) {
.responsive-table tbody td {
    border: 1px solid #d0d0d0;
    color: #000;
    font-weight: 600;
}
}

@media (min-width: 44em) {
.responsive-table tbody td {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 1em;
    color: #333;
    font-weight: 600;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
    font-size: .9em;
}
}

@media (min-width: 44em) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

.rates-info
{
    margin-bottom: 20px;
}
.rates-info h3
{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    background:none;
    text-transform: uppercase;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding:10px 0px;

}

.rates-info ul
{
padding: 0;
margin: 0 0 15px;
list-style-type:none;   
}

.rates-info ul li
{
display: block;
    padding: 3px 0;
    font-size: 15px;
    float: none;
    width: 100%;
    border: 0;
    text-indent: 0;
    margin: 0;
}
.rates-info ul li i
{
  color: #0c123a;
}

.rates-info p
{
  line-height: 25px;
}

.mobile-view 
  {
    display: none;
  }
