@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500|Rubik:500, 600);/*----------------------------------------------------
@File: Default Styles
@Author: SPONDON IT
Author E-mail: info@spondonit.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */

/*=====================================================================
@Template Name: Medicare Medical
@Author: Naim LAsker
@Developed By: Naim LAsker


=====================================================================*/

/*----------------------------------------------------*/

/*font Variables*/

/*Color Variables*/

/*=================== fonts ====================*/

/*---------------------------------------------------- */

/*----------------------------------------------------*/

/*---------------------------------------------------- */

/*----------------------------------------------------*/

body {
  line-height: 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7b838a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #002347;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

.row.m0 {
  margin: 0px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.white_bg {
  background: #fff !important;
}

.mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 0px;
  }
}

.mt--100 {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .mt--100 {
    margin-top: 0px;
  }
}

.title-bg {
  background: #002347;
}

/*---------------------------------------------------- */

/*----------------------------------------------------*/

.section_gap {
  padding: 130px 0;
}

@media (max-width: 991px) {
  .section_gap {
    padding: 70px 0;
  }
}

.section_gap_top {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .section_gap_top {
    padding-top: 70px;
  }
}

.section_gap_bottom {
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 70px;
  }
}

/* Main Title Area css
============================================================================================ */

.main_title {
  text-align: center;
  margin-bottom: 39px;
}

@media (max-width: 991px) {
  .main_title {
    margin-bottom: 37px;
  }
}

.main_title h2 {
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .main_title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.main_title p {
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
}

.lite_bg {
  background: #f9f9f9;
}

/* End Main Title Area css
============================================================================================ */

/* Start Overlay css
============================================================================================ */

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}

/* End Overlay css
============================================================================================ */

/*---------------------------------------------------- */

/*----------------------------------------------------*/

/*============== contact_area css ================*/

.mapBox {
  height: 420px;
  margin-bottom: 80px;
}

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}

.contact_info .info_item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #002347;
  font-weight: 600;
}

.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  color: #002347;
}

.contact_info .info_item h6 a {
  color: #002347;
}

.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form .form-group .form-control {
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.contact_form .form-group .form-control.placeholder {
  color: #002347;
  font-size: 13px;
}

.contact_form .form-group .form-control:-moz-placeholder {
  color: #002347;
  font-size: 13px;
}

.contact_form .form-group .form-control::-moz-placeholder {
  color: #002347;
  font-size: 13px;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #002347;
  font-size: 13px;
}

.contact_form .form-group textarea {
  resize: none;
}

.contact_form .form-group textarea.form-control {
  height: 140px;
}

.contact_form .primary-btn {
  margin-top: 20px;
  cursor: pointer;
}

/* Contact Success and error Area css
============================================================================================ */

.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #fdc632;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */

/*---------------------------------------------------- */

/*----------------------------------------------------*/

@media (max-width: 1619px) {
  /* Main Menu Area css
  ============================================================================================ */

  .header_area .navbar .search {
    margin-left: 40px;
  }

  /* End Main Menu Area css
  ============================================================================================ */
}

@media (max-width: 1199px) {
  /* Main Menu Area css
  ============================================================================================ */

  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }

  /* End Main Menu Area css
  ============================================================================================ */

  /* Home Banner Area css
  ============================================================================================ */

  .home_banner_area .banner_inner {
    padding: 100px 0px;
  }

  /* End Home Banner Area css
  ============================================================================================ */

  .header_area .navbar .tickets_btn {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  /* Main Menu Area css
  ============================================================================================ */

  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }

  .header_area {
    position: absolute;
  }

  .header_area .navbar {
    background: #868686;
  }

  .navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded=true] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fdc632;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav {
    padding: 0px 0px;
  }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
  }

  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0px;
    padding-top: 71px;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
  }

  /* End Main Menu Area css
  ============================================================================================ */

  /* Blog page Area css
  ============================================================================================ */

  .categories_post img {
    width: 100%;
  }

  .categories_post {
    max-width: 360px;
    margin: 0 auto;
  }

  .blog_categorie_area .col-lg-4 {
    margin-top: 30px;
  }

  .blog_area {
    padding-bottom: 80px;
  }

  .single-post-area .blog_right_sidebar {
    margin-top: 30px;
  }

  /* End Blog page Area css
  ============================================================================================ */

  /* Contact Page Area css
  ============================================================================================ */

  .contact_info {
    margin-bottom: 50px;
  }

  /* End Contact page Area css
  ============================================================================================ */

  .home_banner_area .donation_inner {
    margin-bottom: -30px;
  }

  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto;
  }

  /* Footer Area css
  ============================================================================================ */

  .footer-area .col-sm-6 {
    margin-bottom: 30px;
  }

  /* End End Footer Area css
  ============================================================================================ */

  .header_area .navbar .tickets_btn {
    margin-left: 0px;
  }

  .home_banner_area {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px;
  }

  /* Blog Page Area css
  ============================================================================================ */

  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px;
  }

  /* End Blog Page Area css
  ============================================================================================ */

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px;
  }

  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }

  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  /* Footer Area css
  ============================================================================================ */

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }

  /* End End Footer Area css
  ============================================================================================ */
}

@media (max-width: 575px) {
  .top_menu {
    display: none;
  }

  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0px;
    padding-top: 71px;
  }

  /* Home Banner Area css
  ============================================================================================ */

  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0px;
  }

  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }

  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px;
  }

  /* End Home Banner Area css
  ============================================================================================ */

  /* Elements Area css
  ============================================================================================ */

  .sample-text-area {
    padding: 70px 0 70px 0;
  }

  .generic-blockquote {
    padding: 30px 15px 30px 30px;
  }

  /* End Elements Area css
  ============================================================================================ */

  /* Blog Page Area css
  ============================================================================================ */

  .blog_details h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 28px;
    line-height: 38px;
  }

  /* End Blog Page Area css
  ============================================================================================ */

  /* Footer Area css
  ============================================================================================ */

  .footer-area {
    padding: 70px 0px;
  }

  /* End End Footer Area css
  ============================================================================================ */

  .single-footer-widget .sub-btn {
    right: 0px;
  }
}

@media (max-width: 480px) {
  /* Main Menu Area css
  ============================================================================================ */

  .header_area .navbar-collapse {
    max-height: 250px;
  }

  /* End Main Menu Area css
  ============================================================================================ */

  /* Home Banner Area css
  ============================================================================================ */

  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px;
  }

  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px;
  }

  /* End Home Banner Area css
  ============================================================================================ */

  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px;
  }

  /* Blog Page Area css
  ============================================================================================ */

  .comments-area .thumb {
    margin-right: 10px;
  }

  /* End Blog Page Area css
  ============================================================================================ */
}

/*---------------------------------------------------- */

/*----------------------------------------------------*/

/* =================================== */

/*  Footer Styles
/* =================================== */

.footer-area {
  background: #002347;
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget h4 {
  color: #ffffff;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul {
  padding-left: 0;
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 15px;
  list-style: none;
}

.footer-area .single-footer-widget ul li a {
  transition: all 0.3s ease 0s;
  color: #7b838a;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #ffffff;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #334f6c;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
  padding-left: 20px;
}

.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
  background: #fdc632;
  background-size: 200% auto;
  color: #002347;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  margin-left: -60px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  border: 0;
  transition: all 0.3s ease 0s;
}

.footer-area .single-footer-widget .click-btn span {
  font-weight: 500;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn:hover {
  background-position: right center;
}

.footer-area .footer-bottom {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

.footer-area .footer-bottom a {
  color: #fdc632;
}

.footer-area .footer-bottom .footer-social {
  text-align: right;
}

.footer-area .footer-bottom .footer-social a {
  background: #334f6c;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  transition: all 0.3s ease 0s;
}

.footer-area .footer-bottom .footer-social a:hover {
  background: #fdc632;
}

.footer-area .footer-bottom .footer-social a:hover i {
  color: #002347;
}

.footer-area .footer-bottom .footer-social i {
  color: #cccccc;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 20px;
  }
}

/*---------------------------------------------------- */

