/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #400099;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #400099;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* background: #a666ff; */
  /* background-image: linear-gradient(#c499ff,#d4f7f7); */
  background-image: linear-gradient(#d4f7f6,#ffffff);
  /* background: #fff; */
  height: 30px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 99;
}

#topbar.topbar-scrolled {
  top: -40px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {

  background: linear-gradient(to bottom, #fff, #ffffff 80%,#ffffff);
  /* opacity: 0.4; */
  transition: all 0.5s;
  z-index: 99;
  padding: 15px 0;
  top: 30px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  transition: .5s;
}
#header nav.scrolled {
  background: #ffffff;
}

#header .logo img {
  max-height: 55px;
  margin-right: 10px;
}

#header ul {
  margin-left: auto;
  text-align: center;
}

#header .nav-link {
  text-transform: uppercase;
  color: #400099;
}

#header li a:hover {
  color: #35d9d8;
}

#header .dropdown-item {
  text-align: left;
  color: #400099;
}


/* Footer */

#footer {
  background-image: linear-gradient(#ffffff, #7ee7e7);
  max-width: 100%;
}

#footer img {
  max-height: 55px;
  margin-right: 10px;
}

#footer ul {
  list-style-type: none;
}

#footerquicklink {
  color: #400099;
}


#footer .nav-link {
  color: #400099;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  padding: 0px;
}

#footer .nav-link a:hover {

  text-decoration: underline 3px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
 width: auto;
  height: 100vh;
  background: url("../../Images/banner11.jpeg") top center;
  background-size: cover; 
  max-width: 479px 92vw;
  margin-bottom: -50px;
}

#hero .container {
  position: absolute;
}

#hero h1 {
  margin: 0;
  opacity: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -100px;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-top: -50px;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #400099;
}


/* Request by email*/
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');



#option3 .container{
    margin-top: 250px !important;
}

#option3 img{
    width: 250px;
}

#option3 button:focus {
    box-shadow: none !important;
    outline-width: 0;
}

#option3 .card{
    border-radius:11px !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5) ;
    border-top-color: #52B4DB !important;
}

#option3 .modal-content{
    width: calc(330px + 10 * ((100vw - 320px) / 680)) ;
    border-radius: 11px !important;
}
#option3 .card-header{
    border:0;
    border-top: 14px solid #52B4DB !important;
    border-radius:11px !important;
    
}

#option3 .btn-outline-success{
    border-radius: 20px !important;
    border:2px solid #52B4DB !important;

}

#option3 .btn-outline-success:hover{
    color: #fff !important;
    background-color: #52B4DB !important;
}

#option3 img{
    width: 350px !important;
}

#option3 .card-body{
    border-radius: 9px !important;
}

#option3 .btn-outline-success:active, .btn-outline-success.active {
	box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 401px) {
  #option3 .card{
        width: unset;
    }   
}


/* bookappoint in travel clinic */
#bookappoint  {
  color: #400099;
  font-family: 'Poppins', sans-serif;
  text-decoration: 2px solid #400099 underline;
  box-shadow: inset 0 0 0 0 #400099;
  color: #400099;
  padding: 15px  ;
  margin: 0 -.50rem;
  border-radius: 28px;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  transition-timing-function:cubic-bezier(0.70,0,.076,1);
}
#bookappoint:hover {
  color: #fff;
  box-shadow: inset 250px 0 0 0 #400099;
  padding: 15px;
  border-radius: 28px;
  text-decoration:none;
}
@media only screen and (max-width: 990px) {
  #bookappoint  {
    color: #400099;
    font-family: 'Poppins', sans-serif;
    text-decoration: 2px solid #400099 underline;
    box-shadow: inset 0 0 0 0 #400099;
    color: #400099;
    padding: 15px  ;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 28px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition-timing-function:cubic-bezier(0.70,0,.076,1);
  }
  #bookappoint:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 0 #400099;
    padding: 15px;
    border-radius: 28px;
    text-decoration:none;
  } 
  .section-title {
    text-align: center;
    margin-top: 18px;
    padding-top: -70px;
    padding-bottom: 30px;
  }
}



