@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}


.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  background: #178066;
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #1fab89;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #62d2a2;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section {
  position: relative;
}

.department_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #62d2a2;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.department_section .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #62d2a2;
}

.department_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.doctor_section {
  background: #178066;
}

.doctor_section .heading_container {
  color: #ffffff;
}

.doctor_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.doctor_section .box .img-box {
  width: 100%;
}

.doctor_section .box .img-box img {
  width: 100%;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.doctor_section .box .detail-box .social_box a {
  color: #62d2a2;
  margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
  color: #1fab89;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.doctor_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #1fab89;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}

.contact_section .form_container input.message-box {
  height: 175px;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #1fab89;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #62d2a2;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #62d2a2;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #1fab89;
}

.client_section .carousel-control-next {
  left: initial;
}

.footer_section {
  background: #178066;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #62d2a2;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.footer_section .footer_social a:hover {
  color: #62d2a2;
}

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #62d2a2;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #62d2a2;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
input {
  padding: 4px 10px 4px 10px;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CFD8DC;
  color: #000;
  cursor: pointer;
  letter-spacing: 1px;
}
input[type="radio"] {
  all:unset;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.bg-white {
  background-color: #fff;
}

.hotel, .arrival, .box {
  border: 1px solid #CFD8DC;
  color: #9E9E9E;
  cursor: pointer;
}

.hotel.active, .arrival.active {
  background-color: #304FFE;
  color: #fff !important;
  border: 1px solid #304FFE;
}

#green {
  color: #388E3C; 
  background-color: #C8E6C9;
  padding: 5px 9px;
  cursor: pointer;
}

#blue {
  background-color: #BBDEFB;
  color: #1976D2;
  padding: 5px 12px;
  cursor: pointer;
}



  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
   button,
   input,
   optgroup,
   select,
   textarea {
     font-family: sans-serif;
     /* 1 */
     font-size: 100%;
     /* 1 */
     line-height: 1.15;
     /* 1 */
     margin: 0;
     /* 2 */
   }
   
   /**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
   button,
   input {
     /* 1 */
     overflow: visible;
   }
   
   /**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
   button,
   select {
     /* 1 */
     text-transform: none;
   }
   
   /**
    * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
    *    controls in Android 4.
    * 2. Correct the inability to style clickable types in iOS and Safari.
    */
   button,
   html [type="button"],
   [type="reset"],
   [type="submit"] {
     -webkit-appearance: button;
     /* 2 */
   }
   
   /**
    * Remove the inner border and padding in Firefox.
    */
   button::-moz-focus-inner,
   [type="button"]::-moz-focus-inner,
   [type="reset"]::-moz-focus-inner,
   [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
   }
   
   /**
    * Restore the focus styles unset by the previous rule.
    */
   button:-moz-focusring,
   [type="button"]:-moz-focusring,
   [type="reset"]:-moz-focusring,
   [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
   }
   
   /**
    * Correct the padding in Firefox.
    */
   fieldset {
     padding: 0.35em 0.75em 0.625em;
   }
   
   /**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
   legend {
     box-sizing: border-box;
     /* 1 */
     color: inherit;
     /* 2 */
     display: table;
     /* 1 */
     max-width: 100%;
     /* 1 */
     padding: 0;
     /* 3 */
     white-space: normal;
     /* 1 */
   }
   
   /**
    * 1. Add the correct display in IE 9-.
    * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
   progress {
     display: inline-block;
     /* 1 */
     vertical-align: baseline;
     /* 2 */
   }
   
   /**
    * Remove the default vertical scrollbar in IE.
    */
   textarea {
     overflow: auto;
   }
   
   /**
    * 1. Add the correct box sizing in IE 10-.
    * 2. Remove the padding in IE 10-.
    */
   [type="checkbox"],
   [type="radio"] {
     box-sizing: border-box;
     /* 1 */
     padding: 0;
     /* 2 */
   }
   
   /**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
   [type="number"]::-webkit-inner-spin-button,
   [type="number"]::-webkit-outer-spin-button {
     height: auto;
   }
   
   /**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
   [type="search"] {
     -webkit-appearance: textfield;
     /* 1 */
     outline-offset: -2px;
     /* 2 */
   }
   
   /**
    * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
    */
   [type="search"]::-webkit-search-cancel-button,
   [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
   }
   
   /**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
   ::-webkit-file-upload-button {
     -webkit-appearance: button;
     /* 1 */
     font: inherit;
     /* 2 */
   }
   
   /* Interactive
      ========================================================================== */
   /*
    * Add the correct display in IE 9-.
    * 1. Add the correct display in Edge, IE, and Firefox.
    */
   details,
   menu {
     display: block;
   }
   
   /*
    * Add the correct display in all browsers.
    */
   summary {
     display: list-item;
   }
   
   /* Scripting
      ========================================================================== */
   /**
    * Add the correct display in IE 9-.
    */
   canvas {
     display: inline-block;
   }
   
   /**
    * Add the correct display in IE.
    */
   template {
     display: none;
   }
   
   /* Hidden
      ========================================================================== */
   /**
    * Add the correct display in IE 10-.
    */
   [hidden] {
     display: none;
   }
   
   html {
     height: 100%;
   }
   
   fieldset {
     margin: 0;
     padding: 0;
     -webkit-margin-start: 0;
     -webkit-margin-end: 0;
     -webkit-padding-before: 0;
     -webkit-padding-start: 0;
     -webkit-padding-end: 0;
     -webkit-padding-after: 0;
     border: 0;
   }
   
   legend {
     margin: 0;
     padding: 0;
     display: block;
     -webkit-padding-start: 0;
     -webkit-padding-end: 0;
   }
   
   /*===============================
   =            Choices            =
   ===============================*/
   .choices {
     position: relative;
     margin-bottom: 24px;
     font-size: 16px;
   }
   
   .choices:focus {
     outline: none;
   }
   
   .choices:last-child {
     margin-bottom: 0;
   }
   
   .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
     background-color: #EAEAEA;
     cursor: not-allowed;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
   }
   
   .choices.is-disabled .choices__item {
     cursor: not-allowed;
   }
   
   .choices[data-type*="select-one"] {
     cursor: pointer;
   }
   
   .choices[data-type*="select-one"] .choices__inner {
     padding-bottom: 7.5px;
   }
   
   .choices[data-type*="select-one"] .choices__input {
     display: block;
     width: 100%;
     padding: 10px;
     border-bottom: 1px solid #DDDDDD;
     background-color: #FFFFFF;
     margin: 0;
   }
   
   .choices[data-type*="select-one"] .choices__button {
    
     padding: 0;
     background-size: 8px;
     height: 100%;
     position: absolute;
     top: 50%;
     right: 0;
     margin-top: -10px;
     margin-right: 25px;
     height: 20px;
     width: 20px;
     border-radius: 10em;
     opacity: .5;
   }
   
   .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
     opacity: 1;
   }
   
   .choices[data-type*="select-one"] .choices__button:focus {
     box-shadow: 0px 0px 0px 2px #00BCD4;
   }
   
   .choices[data-type*="select-one"]:after {
     content: "";
     height: 0;
     width: 0;
     border-style: solid;
     border-color: #333333 transparent transparent transparent;
     border-width: 5px;
     position: absolute;
     right: 11.5px;
     top: 50%;
     margin-top: -2.5px;
     pointer-events: none;
   }
   
   .choices[data-type*="select-one"].is-open:after {
     border-color: transparent transparent #333333 transparent;
     margin-top: -7.5px;
   }
   
   .choices[data-type*="select-one"][dir="rtl"]:after {
     left: 11.5px;
     right: auto;
   }
   
   .choices[data-type*="select-one"][dir="rtl"] .choices__button {
     right: auto;
     left: 0;
     margin-left: 25px;
     margin-right: 0;
   }
   
   .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
     cursor: text;
   }
   
   .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
     position: relative;
     display: inline-block;
     margin-top: 0;
     margin-right: -4px;
     margin-bottom: 0;
     margin-left: 8px;
     padding-left: 16px;
     border-left: 1px solid #008fa1;
     background-size: 8px;
     width: 8px;
     line-height: 1;
     opacity: .75;
   }
   
   .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
     opacity: 1;
   }
   
   .choices__inner {
     display: inline-block;
     vertical-align: top;
     width: 100%;
     background-color: #f9f9f9;
     padding: 7.5px 7.5px 3.75px;
     border: 1px solid #DDDDDD;
     border-radius: 2.5px;
     font-size: 14px;
     min-height: 44px;
     overflow: hidden;
   }
   
   .is-focused .choices__inner, .is-open .choices__inner {
     border-color: #b7b7b7;
   }
   
   .is-open .choices__inner {
     border-radius: 2.5px 2.5px 0 0;
   }
   
   .is-flipped.is-open .choices__inner {
     border-radius: 0 0 2.5px 2.5px;
   }
   
   .choices__list {
     margin: 0;
     padding-left: 0;
     list-style: none;
   }
   
   .choices__list--single {
     display: inline-block;
     padding: 4px 16px 4px 4px;
     width: 100%;
   }
   
   [dir="rtl"] .choices__list--single {
     padding-right: 4px;
     padding-left: 16px;
   }
   
   .choices__list--single .choices__item {
     width: 100%;
   }
   
   .choices__list--multiple {
     display: inline;
   }
   
   .choices__list--multiple .choices__item {
     display: inline-block;
     vertical-align: middle;
     border-radius: 20px;
     padding: 4px 10px;
     font-size: 12px;
     font-weight: 500;
     margin-right: 3.75px;
     margin-bottom: 3.75px;
     background-color: #00BCD4;
     border: 1px solid #00a5bb;
     color: #FFFFFF;
     word-break: break-all;
   }
   
   .choices__list--multiple .choices__item[data-deletable] {
     padding-right: 5px;
   }
   
   [dir="rtl"] .choices__list--multiple .choices__item {
     margin-right: 0;
     margin-left: 3.75px;
   }
   
   .choices__list--multiple .choices__item.is-highlighted {
     background-color: #00a5bb;
     border: 1px solid #008fa1;
   }
   
   .is-disabled .choices__list--multiple .choices__item {
     background-color: #aaaaaa;
     border: 1px solid #919191;
   }
   
   .choices__list--dropdown {
     display: none;
     z-index: 1;
     position: absolute;
     width: 100%;
     background-color: #FFFFFF;
     border: 1px solid #DDDDDD;
     top: 100%;
     margin-top: -1px;
     border-bottom-left-radius: 2.5px;
     border-bottom-right-radius: 2.5px;
     overflow: hidden;
     word-break: break-all;
   }
   
   .choices__list--dropdown.is-active {
     display: block;
   }
   
   .is-open .choices__list--dropdown {
     border-color: #b7b7b7;
   }
   
   .is-flipped .choices__list--dropdown {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: -1px;
     border-radius: .25rem .25rem 0 0;
   }
   
   .choices__list--dropdown .choices__list {
     position: relative;
     max-height: 300px;
     overflow: auto;
     -webkit-overflow-scrolling: touch;
     will-change: scroll-position;
   }
   
   .choices__list--dropdown .choices__item {
     position: relative;
     padding: 10px;
     font-size: 14px;
   }
   
   [dir="rtl"] .choices__list--dropdown .choices__item {
     text-align: right;
   }
   
   @media (min-width: 640px) {
     .choices__list--dropdown .choices__item--selectable {
       padding-right: 100px;
     }
     .choices__list--dropdown .choices__item--selectable:after {
       content: attr(data-select-text);
       font-size: 12px;
       opacity: 0;
       position: absolute;
       right: 10px;
       top: 50%;
       transform: translateY(-50%);
     }
     [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
       text-align: right;
       padding-left: 100px;
       padding-right: 10px;
     }
     [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
       right: auto;
       left: 10px;
     }
   }
   
   .choices__list--dropdown .choices__item--selectable.is-highlighted {
     background-color: #f2f2f2;
   }
   
   .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
     opacity: .5;
   }
   
   .choices__item {
     cursor: default;
   }
   
   .choices__item--selectable {
     cursor: pointer;
   }
   
   .choices__item--disabled {
     cursor: not-allowed;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     opacity: .5;
   }
   
   .choices__heading {
     font-weight: 600;
     font-size: 12px;
     padding: 10px;
     border-bottom: 1px solid #f7f7f7;
     color: gray;
   }
   
   .choices__button {
     text-indent: -9999px;
     -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
     border: 0;
     background-color: transparent;
     background-repeat: no-repeat;
     background-position: center;
     cursor: pointer;
   }
   
   .choices__button:focus {
     outline: none;
   }
   
   .choices__input {
     display: inline-block;
     vertical-align: baseline;
     background-color: #f9f9f9;
     font-size: 14px;
     margin-bottom: 5px;
     border: 0;
     border-radius: 0;
     max-width: 100%;
     padding: 4px 0 4px 2px;
   }
   
   .choices__input:focus {
     outline: 0;
   }
   
   [dir="rtl"] .choices__input {
     padding-right: 2px;
     padding-left: 0;
   }
   
   .choices__placeholder {
     opacity: .5;
   }
   
   /*=====  End of Choices  ======*/
   * {
     box-sizing: border-box;
   }
   
   .s009 {
    min-height: 70vh;
     display: flex;
     -ms-flex-pack: center;
         justify-content: center;
     -ms-flex-align: center;
         align-items: center;
     background: #d9eff5;
     padding: 15px;
     font-family: 'Lato', sans-serif;
   }
   .s010{
    display: flex;
    -ms-flex-pack: center;
         justify-content: center;
     -ms-flex-align: center;
         align-items: center;
     background: #d9eff5;
     margin-top: 0;
     padding : 15px;
     font-family: 'Lato', sans-serif;
   }
   .s010 .results{
    width: 100%;
    max-width: 790px;
    margin: 0;
    display: block;
    background: #fff;
   }

   
   .s009 form {
     width: 100%;
     max-width: 790px;
     margin: 0;
     display: block;
     background: #fff;
   }
   
   .s009 form .inner-form {
     width: 100%;
   }
   
   .s009 form .inner-form .input-field {
     position: relative;
   }
   
   .s009 form .inner-form .input-field input {
     height: 100%;
     border: 0;
     background: #fff;
     display: block;
     width: 100%;
     padding: 10px 32px 10px 70px;
     font-size: 18px;
     color: #666;
     border-radius: 3px;
     height: 70px;
     color: #555;
     font-family: 'Lato', sans-serif;
   }
   
   .s009 form .inner-form .input-field input.placeholder {
     color: #999;
     font-size: 18px;
     font-weight: 600;
   }
   
   .s009 form .inner-form .input-field input:-moz-placeholder {
     color: #999;
     font-size: 18px;
     font-weight: 600;
   }
   
   .s009 form .inner-form .input-field input::-webkit-input-placeholder {
     color: #999;
     font-size: 18px;
     font-weight: 600;
   }
   
   .s009 form .inner-form .input-field input:hover, .s009 form .inner-form .input-field input:focus {
     box-shadow: none;
     outline: 0;
   }
   
   .s009 form .inner-form .input-field .btn-search {
     min-width: 100px;
     height: 40px;
     padding: 0 15px;
     background: #00bbec;
     white-space: nowrap;
     border-radius: 0;
     font-size: 14px;
     color: #fff;
     transition: all .2s ease-out, color .2s ease-out;
     border: 0;
     cursor: pointer;
     font-weight: bold;
     box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
   }
   
   .s009 form .inner-form .input-field .btn-search:hover, .s009 form .inner-form .input-field .btn-search:focus {
     background: #00a7d3;
   }
   
   .s009 form .inner-form .input-field .btn-delete {
     min-width: 100px;
     height: 40px;
     padding: 0 15px;
     background: transparent;
     white-space: nowrap;
     border-radius: 0;
     font-size: 14px;
     color: #666;
     transition: all .2s ease-out, color .2s ease-out;
     border: 0;
     cursor: pointer;
     font-weight: bold;
   }
   
   .s009 form .inner-form .input-field .btn-delete:hover, .s009 form .inner-form .input-field .btn-delete:focus {
     color: #000;
     outline: 0;
     box-shadow: none;
   }
   
   .s009 form .inner-form .basic-search {
     box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
     border-bottom: 2px solid #00bbec;
   }
   
   .s009 form .inner-form .basic-search .input-field {
     width: 100%;
   }
   
   .s009 form .inner-form .basic-search .input-field input {
     padding: 10px 80px 10px 40px;
   }
   
   .s009 form .inner-form .basic-search .input-field .icon-wrap {
     position: absolute;
     top: 0;
     right: 0;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
         align-items: center;
     width: 60px;
     height: 100%;
   }
   
   .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
     width: 34px;
     height: 34px;
     fill: #ccc;
   }
   
   .s009 form .inner-form .advance-search {
     background: #fff;
     padding: 40px;
     box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
   }
   
   .s009 form .inner-form .advance-search .desc {
     font-size: 14px;
     color: #999;
     display: block;
     margin-bottom: 26px;
     font-weight: bold;
   }
   
   .s009 form .inner-form .advance-search .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
         justify-content: space-between;
     -ms-flex-align: center;
         align-items: center;
     margin-bottom: 20px;
   }
   
   .s009 form .inner-form .advance-search .row.second {
     margin-bottom: 46px;
   }
   
   .s009 form .inner-form .advance-search .row.third {
     margin-bottom: 0;
   }
   
   .s009 form .inner-form .advance-search .row.third .input-field {
     width: 100%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
         justify-content: space-between;
     -ms-flex-align: center;
         align-items: center;
   }
   
   .s009 form .inner-form .advance-search .row.third .input-field .result-count {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: start;
         justify-content: flex-start;
     -ms-flex-align: center;
         align-items: center;
     width: 110px;
     color: #666;
     font-size: 14px;
   }
   
   .s009 form .inner-form .advance-search .row.third .input-field .result-count span {
     color: #00bbec;
     padding-right: 5px;
   }
   
   .s009 form .inner-form .advance-search .input-field {
     width: calc((100% - 40px) / 3);
   }
   
   .s009 form .inner-form .advance-search .input-select {
     height: 40px;
   }
   
   .s009 form .inner-form .advance-search .choices__inner {
     background: transparent;
     border-radius: 0;
     border: 0;
     border: 1px solid rgba(0, 0, 0, 0.1);
     height: 100%;
     color: #fff;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
         align-items: center;
     padding: 0;
     padding-right: 30px;
     font-size: 14px;
     min-height: 40px;
   }
   
   .s009 form .inner-form .advance-search .choices__inner .choices__list.choices__list--single {
     display: -ms-flexbox;
     display: flex;
     padding: 5px 18px;
     -ms-flex-align: center;
         align-items: center;
     height: 100%;
   }
   
   .s009 form .inner-form .advance-search .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
         align-items: center;
     height: 100%;
     opacity: 1;
     color: #666;
     font-weight: bold;
   }
   
   .s009 form .inner-form .advance-search .choices__inner .choices__list--single .choices__item {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
         align-items: center;
     height: 100%;
     color: #00bbec;
     font-weight: bold;
   }
   
   .s009 form .inner-form .advance-search .choices__list.choices__list--dropdown {
     border: 0;
     background: #fff;
     padding: 10px 18px 20px 18px;
     margin-top: 0;
     border-radius: 0;
     box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
   }
   
   .s009 form .inner-form .advance-search .choices__list.choices__list--dropdown .choices__item--selectable {
     padding-right: 0;
   }
   
   .s009 form .inner-form .advance-search .choices__list--dropdown .choices__item--selectable.is-highlighted {
     background: transparent;
     color: #00bbec;
   }
   
   .s009 form .inner-form .advance-search .choices__list--dropdown .choices__item {
     color: #666;
     min-height: 20px;
     padding: 8px 0;
     font-weight: bold;
   }
   
   .s009 form .inner-form .advance-search .choices[data-type*="select-one"]:after {
     border: 0;
     width: 32px;
     height: 32px;
     margin: 0;
     transform: none;
     opacity: 1;
     right: 15px;
     top: 6px;
     background-size: 18px 18px;
     background-position: right center;
     background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
   }
   
   .s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open {
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
   }
   
   .s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open:after {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
   }
   
   .s009 form .inner-form .advance-search .choices[data-type*="select-one"] .choices__button {
     display: none;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
   }
   
   @media screen and (max-width: 767px) {
     .s009 form .inner-form .basic-search .input-field input {
       padding: 10px 80px 10px 15px;
     }
     .s009 form .inner-form .basic-search .input-field .icon-wrap {
       width: 80px;
       -ms-flex-pack: center;
           justify-content: center;
     }
     .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
       width: 30px;
       height: 30px;
     }
     .s009 form .inner-form .advance-search {
       padding: 30px 15px;
     }
     .s009 form .inner-form .advance-search .row {
       display: block;
     }
     .s009 form .inner-form .advance-search .input-field {
       width: 100%;
       margin-bottom: 20px;
     }
   }
   
   /*# sourceMappingURL=Searchs_009.css.map */
   