
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');
body{
	font-size:16px;
	background: #fff;
  color:#000;
    margin:0 auto;
    font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
}


select,input,textarea{box-shadow:none;outline:0!important;}



html,body{
    height: 100%;
	position: relative;
    z-index: 2;
	overflow-x: hidden;
}

b, strong {
  font-weight: 700;
}

/* Topbar CSS  Start */

.top-bar-section {
  background: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

.navbar-1.navbar-default-1
{
  display: flex;
  align-items: center;
  margin: 10px auto;
  top: auto;
  flex-wrap: wrap;
}

.navbar-1.navbar-default-1 .navbar-brand
{
  /* height: 90px; */
  height: 150px;
}
.navbar-1.navbar-default-1 .navbar-brand img
{
  height: 100%;
}
/* Topbar CSS  End */


/* Menu Bar CSS  Start */
.menu-section{
  top: 0;
  position: relative;
  z-index: 2;
  width: fit-content;
  /* background-color: #00659f; */
  /* margin-left: auto; */
  margin-left: 10px;
}
.fa.fa-angle-down{
  margin-left: 10px;
}
.menu-nav
{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height: 50px; */
  z-index: 99;
}
.menu-nav .navbar
{
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
}
.links li:hover
{
  /* background: #7aba05; */
}
.menu-nav .navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.menu-nav .navbar .nav-links{
  /* line-height: 50px; */
  height: 100%;
  margin-left: auto;
}
.menu-nav .navbar .links{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0px;
}
.menu-nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 2px;
  cursor: pointer;
}
.menu-nav .navbar .links li a{
  /* height: 100%; */
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}

.menu-nav .navbar .links li a:hover{
  color:#00659f;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

  .menu-nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
 line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
.menu-nav .navbar .links li .sub-menu
{
  position: absolute;
  top: 49px;
  left: 0px;
  line-height: 40px;
  background: #00659F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding-left: 0;
  min-width: 200px;
}

.htmlCss-sub-menu.sub-menu:hover li a:hover {
  color: #78b902;
}
.menu-nav .navbar .links li:hover .htmlCss-sub-menu,
.menu-nav.navbar .links li:hover .js-sub-menu{
  display: block;
}
.menu-nav .navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  display:inline-block;
  width:100%;
}
ul.htmlCss-sub-menu.sub-menu li.menu-item:hover {
  background-color: #024368;
}
.menu-nav .navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.menu-nav .navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.menu-nav .navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-nav .navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.menu-nav .navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.menu-nav .navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.menu-title-tab {
  display: none;
}
@media (max-width:920px) {
  .menu-nav .navbar{
    max-width: 100%;
    padding: 0 5px;
  }

  .menu-nav .navbar .logo a{
    font-size: 27px;
  }
  .menu-nav .navbar .links li{
    padding: 5px;
    white-space: nowrap;
  }
  .menu-nav .navbar .links li a{
    /* font-size: 15px; */
  }
}
@media (max-width:800px){
  .menu-nav .navbar .links li .sub-menu {
    left: 0px;
  }

  .menu-nav .navbar .links li{
    border-bottom: 1px solid #4d83bb;
  }
  .menu-nav .navbar .links li .sub-menu li {
    padding: 0 15px;
  }
  .menu-title-tab {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 5px;
    display: block;
  }
  .sidebar-logo i:hover, .menu-nav .navbar .bx-menu:hover {
    color: #78b902;
  }

  .menu-nav .navbar .links li a:hover {
    color: #78b902;
  }
  .menu-nav .navbar .links li:hover .htmlCss-sub-menu, .menu-nav .navbar .links li:hover .js-sub-menu {
    display: block;
    background: #034064;
  }
  .menu-nav .navbar .links li a, .menu-nav .navbar .links li .arrow{
    color: #fff;
  }
  .menu-nav{
    /* position: relative; */
  }
  .menu-nav .navbar .bx-menu{
    display: block;
  }
  .menu-nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 320px;
    width: 100%;
    background:  #00659F;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .menu-nav .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }

  .sidebar-logo .logo-name:hover{
    color: #78b902;
  }
    .sidebar-logo  i,
    .menu-nav .navbar .bx-menu{
      font-size: 25px;
      color: #000;
      z-index: 5;
    cursor: pointer;
    }
    .menu-nav .navbar .links{
    display: block;
    margin-top: 20px;
    padding-left: 10px;
  }
  .menu-nav .navbar .links li .arrow{
    line-height: 40px;
    /* float: right; */
  }
  .menu-nav .navbar .links li{
    display: block;
  }

.menu-nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}


.menu-nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.menu-nav .navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.menu-nav .navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .menu-nav .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .menu-nav .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  .menu-nav .navbar .links li:hover .htmlCss-sub-menu,
  .menu-nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .menu-nav .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .menu-nav .navbar .nav-links.show3 .links .js-sub-menu,
  .menu-nav .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .menu-nav .navbar .nav-links.show1 .links .htmlcss-arrow,
    .menu-nav .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
.menu-nav .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
    .menu-nav .navbar .links li .sub-menu{
      width:100%;
      /* margin-bottom: 10px; */
    }
}
@media (max-width:370px){
  .menu-nav .navbar .nav-links{
  max-width: 100%;
  /* background: #297fb1; */
} 
.menu-nav .navbar .links li .sub-menu{
  border-radius:0px !important;
}
}
.bxs-chevron-down::before
{
  content: "\ec89";
}
.bxs-chevron-down::before
{
  content: "\ec89";
}


.modal-header {
    border-bottom: none;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: #eb1b33;
}
.lg-frm button,
.sm-frm button {
    margin-top: 25px;
    background: transparent;
    border-color: #eb1b33;
    color: #eb1b33;	
}
.menubar .navbar {
	display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: center;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: #e7e7e7;
  margin-left: 20%;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top: 0px;
	padding:0;
}

.dropbtn {

	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
  }
  .drop-icon{
  height: 20px;
  filter: invert(100);
  margin-left: 3px;
  width: inherit !important;
}



  .navbar-default{
	background-color: inherit;
	border-color: transparent;
  }

  .menu-bar-section{
	padding: 20px 0;
  }
  .navbar.navbar-default
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Menubar CSS End */


  /* Hero Slider CSS Start */

  
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .hero-slider {
    width: 100%;
    height: 900px;
    overflow: hidden; }
    .hero-slider .carousel-cell {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .hero-slider .carousel-cell .inner {
        position: relative;
        top: 60%;
        transform: translateY(-50%);
        text-align: left;
        width: 60%;
        margin: auto;
      
      }
        .hero-slider .carousel-cell .inner .subtitle {
          font-family: "Roboto Slab", serif;
          font-size: 2.2rem;
          line-height: 1.2em;
          font-weight: 200;
          font-style: italic;
          letter-spacing: 3px;
          color: rgba(255, 255, 255, 0.5);
          margin-bottom: 5px; }
        .hero-slider .carousel-cell .inner .title {
          font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  width: 400px;
  font-weight: 800;
  color: #00659f; 
        }
  .inner p{
    width: 40%;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.hero-slider .primary-btn{
  padding: 14px 30px;
  font-size: 18px;
}

        .primary-btn {
          border: 1px solid #ed2f59;
          padding: 10px 20px;
          font-family: "Montserrat", sans-serif;
          font-size: 1.5rem;
          color: #fff;
          text-decoration: none;
          transition: all .2s ease;
          background: #ed2f59;
          font-weight: 500;
          border-radius: 50px;
          text-transform: uppercase;
          }
          .primary-btn:hover{
  background: #fff;
  text-decoration: none;
  color: #ed2f59;
}
.primary-btn:hover .drop-icon
{
  filter: invert(35%) sepia(20%) saturate(2100%) hue-rotate(300deg) brightness(130%) contrast(120%);
}
.btn-section{
  margin: 10px 0;
  display: inline-flex;
}
          .hero-slider .carousel-cell .inner .btn:hover {
            background: #fff;
            color: #000; }
    .hero-slider .flickity-prev-next-button {
      width: 80px;
      height: 80px;
      background: transparent; }
      .hero-slider .flickity-prev-next-button:hover {
        background: transparent; }
      .hero-slider .flickity-prev-next-button .arrow {
        fill: white; }
    .hero-slider .flickity-page-dots {
      bottom: 30px; }
      .hero-slider .flickity-page-dots .dot {
        width: 30px;
        height: 4px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border: 0 solid white;
        border-radius: 20px; }
        .hero-slider .flickity-page-dots .dot.is-selected {
          background: #ed2f59;
          border: 0 solid #ff0000; }





          .flickity-enabled {
            position: relative
        }
        
        .flickity-enabled:focus {
            outline: 0
        }
        
        .flickity-viewport {
            overflow: hidden;
            position: relative;
            height: 100%
        }
        
        .flickity-slider {
            position: absolute;
            width: 100%;
            height: 100%
        }
        
        .flickity-enabled.is-draggable {
            -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }
        
        .flickity-enabled.is-draggable .flickity-viewport {
            cursor: move;
            cursor: -webkit-grab;
            cursor: grab
        }
        
        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }
        
        .flickity-prev-next-button {
            position: absolute;
            top: 50%;
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 50%;
            background: #fff;
            background: hsla(0, 0%, 100%, .75);
            cursor: pointer;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }
        
        .flickity-prev-next-button:hover {
            background: #fff
        }
        
        .flickity-prev-next-button:focus {
            outline: 0;
            box-shadow: 0 0 0 5px #09F
        }
        
        .flickity-prev-next-button:active {
            opacity: .6
        }
        
        .flickity-prev-next-button.previous {
            left: 10px
        }
        
        .flickity-prev-next-button.next {
            right: 10px
        }
        
        .flickity-rtl .flickity-prev-next-button.previous {
            left: auto;
            right: 10px
        }
        
        .flickity-rtl .flickity-prev-next-button.next {
            right: auto;
            left: 10px
        }
        
        .flickity-prev-next-button:disabled {
            opacity: .3;
            cursor: auto
        }
        
        .flickity-prev-next-button svg {
            position: absolute;
            left: 20%;
            top: 20%;
            width: 60%;
            height: 60%
        }
        
        .flickity-prev-next-button .arrow {
            fill: #333
        }
        
        .flickity-page-dots {
            position: absolute;
            width: 100%;
            bottom: -25px;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
            line-height: 1
        }
        
        .flickity-rtl .flickity-page-dots {
            direction: rtl
        }
        
        .flickity-page-dots .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 8px;
            background: #333;
            border-radius: 50%;
            opacity: .25;
            cursor: pointer
        }
        
        .flickity-page-dots .dot.is-selected {
            opacity: 1
        }







  

  /* Hero Slider CSS End */

    /* About Us CSS Start */

  .pad-btw{
  padding: 50px 0;
}

.image-box iframe{
  width: 100%;
  border-radius: 10px;
}

.main-title{
  font-weight: 700;
  margin-top: 0;
  font-size: 36px;
  color: #00659f;
}

.about-us-section{
  background: url("../images/home/about-bg.jpg") no-repeat;
  display: flex;
  align-items: center;
}
.left-image{
  position: absolute;
  width: auto;
  left: 0px;
  height: 576px;
}

.medical-icon{
  height: 40px;
  margin-right: 10px;
}

.title-section{
  display: flex;
}



/* About Us CSS End */


    /* whoweare section CSS Start */

    .whoweare-section .image-box img{
      /* margin-left: auto; */
      margin: auto;
    }
.whoweare-section{
  background: url("../images/home/whoweare-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.white-text{
  color: #fff;
}

.white-icon{
  filter: brightness(0) invert(1); 
}
 /* whoweare section Coalitions CSS End */

    /* subscriber section CSS Start */
     .subscriber-cta-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subscriber-section{
  background: #00659f;
}
.input-field{
  margin-right: 10px;
  width: 65%;
}

.input-field input{
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  width: 100%;
}

/* subscriber section CSS End */

p{
  font-size: 17px;
}

.container-fluid{
  max-width: 90%;
}

/* Searchbox CSS Start */

.search-container
{
  margin-left: auto;
}
.search-container button{
  background: transparent;
  font-size: 17px;
  border: 0px solid #00659f;
  cursor: pointer;
}
.search-container form
{
  padding: 6px 10px;
  border: 1px solid #00659f;
  border-radius: 50px;
  background-color: #effbff;
}

.search-container form input{
  border: 0px solid #cccc;
  background: transparent;
}
.fa.fa-search::before{
  color: #00659f;
}
/* Searchbox CSS End */



/* Tagline CSS End */
.tagline
{
  width: 35%;
  margin: auto;
}

.tagline p
{
  font-size: 16px;
  line-height: 1.3;
  color: #f00;
  font-weight: 600;
}

.tag-links
{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}
.dash
{
  height: 1px;
  background-color: black;
  display: block;
  margin: 5px auto;
  width: 100%;
}
.tag-links a
{
  color: 00659f;
  font-weight: 600;
}
/* Tagline CSS End */











/* Copyright CSS Start */

.copyright-content p{
  font-size: 13px;
}

.copyright-sec{
  background-color: #0a2f5c;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  position: relative;
  /* width: 100%;
    bottom: 0;
    left: 0;
    top: 280px; */
}
/* Copyright CSS End */



/* Calendar CSS Start */
.calendar-section{
  background: url(../images/home/calendar-bg.jpg) no-repeat;
  background-position: 100% 80%;
  position: relative;
  display: block;
  background-size: cover;
}
.title-center{
  justify-content: center;
}

/* Calendar CSS End */

.navbar-toggle{
  position: absolute;
}


.navbar-toggle
{
  position: relative;
  float: right;
  padding:10px;
  margin: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: #ececec;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
.navbar-toggle .icon-bar{
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: auto;
}

.nav > li > a:focus, .nav > li > a:hover{
  text-decoration: none;
  background-color: #7aba05;
}

.navbar{
  margin-top: 20px;
}

@media (min-width: 768px) {
  .navbar-right
{
    float: inherit !important;
    margin-right: 0px;
  }
}
/* Media Query CSS Start */

@media (min-width: 1479px) and (max-width: 1850px) {
  .about-us-section {
    background-position: 30% 0;
  }
}
@media (min-width: 1400px) {
.menu-nav .navbar .links li {
  margin: auto 10px;
}
}
@media (min-width:1201px) and (max-width:1478px){
  .navbar-1.navbar-default-1 .navbar-brand {
    /* height: 90px; */
    height: 130px;
}
  .secondary-btn{
    font-size: 14px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 3%;
}
  .hero-slider .primary-btn{
    font-size: 16px;
  }
  .container-fluid{
  max-width: 98%;
}
.section.calendar-section .container{
    width: 98%;
  }

  .main-title{
  font-size: 32px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 38px;
}
.inner p{
  width: 40%;
  font-size: 18px;
}
.hero-slider{
  height: 700px;
}
.tagline
{
  width: 45%;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
}
.about-us-section{
  background-position: 16% 0;
}
}



@media (min-width:992px) and (max-width:1200px){
  .navbar-header {
    margin: 0 0 0 0 !important;
}

  .secondary-btn{
    font-size: 14px;
  }
  .menu-nav .navbar .links{
    padding-left:0px;
  }
  .top-bar-section .container {
    width: 98%;
  }
  .primary-btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .pad-btw
{
  padding: 35px 0;
}
  .image-box
{
  width: 48%;
  padding: 0px;
}
  .navbar-1.navbar-default-1 .navbar-brand
{
  /* height: 85px; */
  height: 130px;
}
.tagline p
{
  font-size: 15px;
}
.tag-links
{
  font-size: 14px;
}
.menu-nav .navbar .links li a{
  font-size: 15px;
}
  .menu-nav .navbar .links li{
    padding: 0 6px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 0%;
}
  .search img, .close img{
  width: 20px;
}
  .calendar-plus-icon img{
    width: 200px;
}
  .hero-slider .primary-btn{
  font-size: 15px;
  padding: 12px 24px;
}

  .navbar-nav{
    margin: 10px 0px;
}
  .nav.navbar-nav.navbar-right li a{
  font-size: 15px;
  padding: 8px;
}

  .container-fluid{
  max-width: 98%;
}
.container{
    width: 90%;
  }

  .main-title{
  font-size: 28px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 34px;
}
.inner p{
  width: 45%;
  font-size: 17px;
}
.hero-slider{
  height: 650px;
}
.tagline
{
  width: 45%;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
}
.about-us-section{
  background-position: 10% 0;
}
}


@media (min-width:992px) and (max-width:1024px){

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
  margin-left: 0;
}

}


@media (min-width:801px) and (max-width:991px){

  .menu-nav .navbar {
    max-width: 100%;
    padding: 0 0px !important;
}
  .menu-section{
    margin-left: 0px;
  }
  .secondary-btn{
    font-size: 14px;
    text-align: center;
  }
  .menu-nav .navbar .links{
    padding-left:0px;
  }

  .search-container{
  width: 250px;
  display: flex;
}
.search-container form{
  display: flex;
  width: 100%;
}
.search-container button{
  right: 40px;
  position: relative;
}
  .primary-btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .pad-btw
{
  padding: 35px 0;
}
  .image-box
{
  width: 48%;
}
  .navbar-1.navbar-default-1 .navbar-brand
{
  height: 90px;
}

.menu-item span {
  /* color: white; */
  font-size: 14px !important;
}
.tagline p
{
  font-size: 14px;
}
.tag-links
{
  font-size: 13px;
}
.menu-nav .navbar .links li a{
  /* font-size: 14px; */
}
  .menu-nav .navbar .links li{
    padding: 0 3px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 0%;
}
  .search img, .close img{
  width: 20px;
}
  .calendar-plus-icon img{
    width: 200px;
}
  .hero-slider .primary-btn{
    font-size: 14px;
    padding: 12px 20px;
}

  .navbar-nav{
    margin: 10px 0px;
}
  .nav.navbar-nav.navbar-right li a{
  font-size: 15px;
  padding: 8px;
}

  .container-fluid{
  max-width: 99%;
}
.container{
  width: 97%;
  }

  .main-title{
  font-size: 28px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 32px;
}
.inner p{
  width: 60%;
  font-size: 16px;
}
.hero-slider{
  height: 600px;
}
.tagline
{
  width: 45%;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
}
.about-us-section{
  background-position: 25% 0 !important;
}
}


@media (min-width:736px) and (max-width:800px){


  .subscriber-cta-box{
    justify-content: center;
  }

  .calendar-section{
    /* height: 400px; */
  }
  .navbar-1.navbar-default-1{
    flex-wrap:wrap;
  }

  .search-container{
  width: 200px;
  display: flex;
}
.search-container form{
  display: flex;
  width: 100%;
}
.search-container button{
  right: 80px;
  position: relative;
}
  .primary-btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .pad-btw
{
  padding: 30px 0;
}

  .image-box img
{
  width: fit-content;
  margin:auto;
  /* padding: 20px; */
  padding: 0px;
}
  .navbar-1.navbar-default-1 .navbar-brand
{
  /* height: 60px; */
}
.tagline p
{
  font-size: 14px;
}
.tag-links
{
  font-size: 13px;
}
.menu-nav .navbar .links li a{
  /* font-size: 14px; */
}
  .menu-nav .navbar .links li{
    padding: 0 6px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 0%;
}
  .search img, .close img{
  width: 20px;
}
  .calendar-plus-icon img{
    width: 200px;
}
  .hero-slider .primary-btn{
    font-size: 14px;
    padding: 12px 20px;
}

  .navbar-nav{
    margin: 10px 0px;
}
  .nav.navbar-nav.navbar-right li a{
  font-size: 15px;
  padding: 8px;
}

  .container-fluid{
  max-width: 98%;
}
.container{
  width: 97%;
  }

  .main-title{
  font-size: 28px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 30px;
}
.inner p{
  width: 60%;
  font-size: 16px;
}
.hero-slider{
  height: 600px;
}
.tagline
{
  width: 45%;
  padding: 0px 10px;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
}

}




@media (min-width:768px) and (max-width:991px){

  .about-us-section
  {
    background-position: 22% 0;
    }
  }
  
  @media (min-width:576px) and (max-width:767px){
  
    .about-us-section
    {
        background-position: 80% 0;
      }
      .whoweare-section .image-box
{
  margin: auto;
  width: 100%;
}
    }

    @media (max-width:767px){
      section.about-us-section .col-lg-4.col-md-4.col-sm-3 {
        display: none;
    }
    }

@media (min-width:576px) and (max-width:735px){


  .top-bar-section{
    position: relative;
  }
  .menu-section{
  top: 0px;
  position: relative;
}
  .subscriber-cta-box{
    justify-content: center;
  }

  .calendar-section{
    /* height: 400px; */
  }
  .navbar-1.navbar-default-1{
    flex-wrap:wrap;
  }

  .search-container{
    width: 95%;
    display: flex;
    margin: 20px auto;
}
.search-container form{
  display: flex;
  width: 100%;
}
.search-container button{
  right: 0px;
  position: relative;
}
.search-container form input{
  width:100%;
}
  .primary-btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .pad-btw
{
  padding: 30px 0;
}
.image-box
{
    width: 100%;
  }
  .image-box img
{
  margin:auto;
  padding: 10px;
}
  .navbar-1.navbar-default-1 .navbar-brand
{
  height: 130px;
}
.tagline p
{
  font-size: 14px;
}
.tag-links
{
  font-size: 13px;
}
.menu-nav .navbar .links li a{
  /* font-size: 14px; */
}
  .menu-nav .navbar .links li{
    padding: 0 6px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 0%;
}
  .search img, .close img{
  width: 20px;
}
  .calendar-plus-icon img{
    width: 200px;
}
  .hero-slider .primary-btn{
    font-size: 14px;
    padding: 8px 14px;
}

  .navbar-nav{
    margin: 10px 0px;
}
  .nav.navbar-nav.navbar-right li a{
  font-size: 15px;
  padding: 8px;
}

  .container-fluid{
  max-width: 98%;
}
.container{
  width: 97%;
  }

  .main-title{
    font-size: 26px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 30px;
  width: 50%;
}
.inner p{
  width: 80%;
  font-size: 16px;
}
.hero-slider{
  height: 350px;
}
.tagline
{
  width: 66%;
  padding: 0px 10px;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
  top: 150px;
}
.about-us-section{
  background-position: 80% 0;
}
}


@media(max-width:800px){
  .menu-section {
    order: 3;
  }
}

@media (min-width:576px) and (max-width:767px){
  .slider-content{
    flex-wrap:wrap;
  }
  .image-box.floating-map {
    /* width: 60%; */
  }
  .slider-title-wrapper {
    width: 95% !important;
  }
  .slider-subtitle {
    width: 80% !important;
  }
}

@media (max-width:575px){

  .slider-content{
    flex-wrap:wrap;
  }
  .image-box.floating-map {
    /* width: 60%; */
  }
  .slider-title-wrapper {
    width: 100% !important;
  }
  .slider-subtitle {
    width: 100% !important;
    
  }
  .slider-title{
    margin-top:10px;
  }
  .btn-section.header-btn {
    /* margin-left: 0px; */
    margin:20px auto;
  }
  .top-bar-section{
    position: relative;
  }
  .menu-section{
  top: 0px;
  position: relative;
  margin-left: auto;
}
  .subscriber-cta-box{
    justify-content: center;
    flex-wrap: wrap;
  }
  .input-field
{
  margin-right: 0px;
  width: 100%;
}
.btn-section
{
  margin: 10px 0;
}

  .calendar-section{
    /* height: 400px; */
  }
  .navbar-1.navbar-default-1{
    flex-wrap:wrap;
    justify-content: center;
  }

  .search-container{
    width: 95%;
    display: flex;
    margin: 20px auto;
}
.search-container form{
  display: flex;
  width: 100%;
}
.search-container button{
  right: 0px;
  position: relative;
}
.search-container form input{
  width:100%;
}
  .primary-btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .pad-btw
{
  padding: 20px 0;
}
.image-box
{
    width: 100%;
  }
  .image-box img
{
  width: 100%;
  margin:auto;
  padding: 0px;
}
  .navbar-1.navbar-default-1 .navbar-brand
{
  height: 140px;
}
.tagline p
{
  font-size: 14px;
}
.tag-links
{
  font-size: 13px;
}
.menu-nav .navbar .links li a{
  /* font-size: 14px; */
}
  .menu-nav .navbar .links li{
    padding: 0px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-left: 0%;
}
  .search img, .close img{
  width: 20px;
}
  .calendar-plus-icon img{
    width: 200px;
}
  .hero-slider .primary-btn{
    font-size: 14px;
    padding: 8px 14px;
}

  .navbar-nav{
    margin: 10px 0px;
}
  .nav.navbar-nav.navbar-right li a{
  font-size: 15px;
  padding: 8px;
}

  .container-fluid{
  max-width: 98%;
}
.container{
  width: 97%;
  }

  .main-title{
    font-size: 20px;
}
p{
  font-size: 16px;
}
.hero-slider .carousel-cell .inner .title{
  font-size: 30px;
  width: 50%;
}
.inner p{
  width: 80%;
  font-size: 16px;
}
.hero-slider{
  height: 400px;
}
.tagline
{
  width: 100%;
    padding: 10px;
}
.searchBox.active{
  width: 250px;
}
.hero-slider .carousel-cell .inner{
  width: 80%;
  top: 175px;
}
.about-us-section{
  background-position: 80% 0;
  background-size: cover;
}
.medical-icon
{
  height: 30px;
}
}

/* Media Query CSS End */





/* Inner Page CSS start */
.inner-banner-section{
  background: url(../images/inner-page/inner-page-bg.jpg);
  background-size: auto;
  /* height: 400px; */
}

.inner-banner-section .container{
  /* padding: 70px 0; */
  padding: 40px 0;
}

.inner-title{
  font-weight: 800;
  color: #00659f;
  margin-top: 0px;
}
.inner-block p {
  margin-bottom: 0px;
}

.inner-block {
  position: relative;
  width: 100%;
  /* margin-top: 150px; */
}

ul li::marker
{
  color: #000;
}


.tag-links a{
  color: #00659f;
}
a {
  color: #00659f;
}
h1{
  font-weight: 800;
}

h2, h3{
  font-weight: 600;
}

.inner-content-section
{
  padding: 50px 0;
}
h2
{
  font-size: 24px;
}
h3
{
  font-size: 20px;
}

.light-blue-bg{
  background-color: #eef5fb;
}
.h1, .h2, .h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Inner Page Css End */


/* Contact Us Page CSS Start */
h4{
  font-size: 17px;
  margin: 3px 0;
  font-weight: 600;
}
.contact-details-row{
  display: flex;
  align-items: center;
  margin: 40px 0px;
}

.contact-details-row img{
  height: 25px;
}

.icon-section{
  background-color:#00659f;
  padding: 20px;
  border-radius: 50%;
  margin: 0px 20px;
}

.icon-section img{
  filter: invert(100);
}

.label{
  display: inline;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  margin-bottom: 5px;
}
.input{
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  color: black;
}

.field{
  margin: 20px 0;
}

textarea.form-control{
  height: auto;
  border: 1px solid #e6e6e6;
}

.input:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.contact-text p{
  margin-bottom: 0px;
}

@media (max-width:767px){
  .contact-title{
    margin-top:50px;
  }
}
/* Contact Us Page CSS End*/



/* Tab CSS Start */

.card {
  background: #FFF none repeat scroll 0% 0%;
  margin-bottom: 30px;
}

.nav-tabs>li>a {
  border: none;
  color: #000;
  padding: 15px 30px;
}
.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
  border: none;
  color: #ED2F59;
  background: transparent;
  border: 0px solid transparent !important;
  outline: none;
}
.nav-tabs>li>a::after {
  content: "";
  background:#ED2F59;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1); 
  color: #ED2F59; 
}
.tab-content {
padding: 20px;
max-height: 400px;
min-height: 200px;
}
.nav-tabs::-webkit-scrollbar {
  display: none;
}


/* Tab CSS End */


/* Table CSS Start */

table {
border-collapse: collapse;
width: 100%;
}
table tbody tr td, table thead tr th {
border: 1px solid rgb(204, 204, 204);
padding: 10px;
}
table thead tr th {
background-color: #dff0ff;
}
table tbody tr td{
background-color: #fff;
}
/* Table CSS End */


/* Table CSS Start */

table {
  border-collapse: collapse;
  width: 100%;
}
table tbody tr td, table thead tr th {
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
}
table thead tr th {
  background-color: #dff0ff;
}
table tbody tr td{
  background-color: #fff;
}
/* Table CSS End */



.inner-content-section p{
  font-size:16px;
}

.partner-logo {
  width: 300px;
  height: auto;
  padding: 20px;
}

.partner-logo-section {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 3px 3px 10px #eef5fb;
  padding: 20px;
  border: 1px solid #eef5fb;
  border-radius: 10px;
  align-items: center;
  margin: 30px 0;
}

.partner-content-section {
  padding: 0 20px;
}

.partner-text {
  font-size: 16px;
  line-height: 1.8;
}


.column-container{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.column-box {
  background-color: #f4faff;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #ceedff;
  flex: 1;
}


.column-text-container{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;

}

.column-text-box {
  background-color: #fff;
  padding: 15px;
  margin: 10px;
  flex: 1;
}

.dark-blue-bg {
  background-color: #00659f;
}
.light-grey-bg {
  background-color: #e8e8e8;
}

.inner-btn{
  background: #fff;
  text-decoration: none;
  color: #ed2f59;
  border: 1px solid #ed2f59;
  padding: 7px 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all .2s ease;
  font-weight: 500;
  border-radius: 50px;
}
.inner-btn:hover {

  color: #fff;
  text-decoration: none;
  background: #ed2f59;
  
}
.inner-content-section {
  padding: 30px 0;
  min-height: 638px;
}


@media (min-width:992px) and (max-width:1024px){
  h1{
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3{
    font-size:20px;
  }
  h4 {
    font-size: 17px;
  }
  .inner-content-section p {
    font-size: 15px;
  }

  table tbody tr td, table thead tr th {
    font-size: 15px;
  }
}


@media (min-width:736px) and (max-width:991px){
  h1{
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3{
    font-size:18px;
  }
  h4 {
    font-size: 16px;
  }
  .inner-content-section p {
    font-size: 15px;
  }

  table tbody tr td, table thead tr th {
    font-size: 15px;
  }
}

@media (min-width:576px) and (max-width:735px){
  h1{
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3{
    font-size:18px;
  }
  h4 {
    font-size: 16px;
  }
  .inner-content-section p {
    font-size: 15px;
  }

  table tbody tr td, table thead tr th {
    font-size: 15px;
  }
  .inner-banner-section {
    /* height: 300px; */
  }
  .inner-banner-section .container {
    padding: 30px 0;
  }
  .inner-block {
    margin-top: 0px;
  }
  .inner-content-section {
    padding: 30px 0;
  }
  .column-box, .column-text-box{
    flex:auto;
    width:100%;
  }
  .column-container, .column-text-container, .partner-logo-section{
    flex-wrap:wrap;
  }
  
}


@media (max-width:575px){
  h1{
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3{
    font-size:18px;
  }
  h4 {
    font-size: 16px;
  }
  .inner-content-section p {
    font-size: 15px;
  }

  table tbody tr td, table thead tr th {
    font-size: 15px;
  }
  .inner-banner-section {
    /* height: 300px; */
  }
  .inner-banner-section .container {
    padding: 30px 0;
  }
  .inner-block {
    margin-top: 0px;
  }
  .inner-content-section {
    padding: 30px 0;
    min-height: 600px;
  }
  .column-box, .column-text-box{
    flex:auto;
    width:100%;
  }
  .column-container, .column-text-container, .partner-logo-section{
    flex-wrap:wrap;
    padding: 0;
  }
  .tab-content {
    max-height: 800px;
  }
  .partner-logo {
    width: 100%;
  }
  .partner-logo-section{
    padding:10px;
  }
  .contact-details-row img {
    height: auto;
    width: 25px;
    max-width: inherit;
  }
}







#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  /* margin: 4em;
  box-shadow: 0 6px 103px 0 rgba(0, 0, 0, .71);
  transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275); */
}
/* #slider:hover {
  transform: scaleX(1.03) scaleY(1.03);
} */
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1920px;
  height: auto;
  background: #ccc;
  text-align: center;
  /* line-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.control_prev, .control_next {
  position: absolute;
  /* z-index: 999; */
  z-index: 1;
  display: flex;
  width: 10%;
  /* height: 90%; */
  height: 100%;
  background: transparent;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 3em;
  opacity: 1;
  cursor: pointer;
  transition: all .5s ease-in-out;
}
.control_prev:hover, .control_next:hover {
  opacity: .8;
}
.control_prev {
  border-radius: 0 2px 2px 0;
  display: none;
}
.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
  display: none;
}
.slide1 img {
  width: 100%;
}
.slide2 img {
  width: 100%;
}
.slide3 img {
  width: 100%;
}
.slide4 img {
  width: 100%;
}
.slider-title-wrapper {
  /* width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  padding-left:15%;
  flex-direction: column;
  line-height: 3.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}
.slider-title-h3 {
  margin: 0;
  color: #f5f5f5;
  display: block;
  font-weight: 900;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  width: 400px;
  font-weight: 800;
  color: #00659f;
  text-align: left;
}
.slider-subtitle {
  color: #000;
  font-size: 1.4em;
  margin: 0;
  width: 60%;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  display: block;
  font-weight:400;
}

.slider-title {
  /* padding-top: 180px; */
}
#slider .btn-section {
  line-height: 30px;
}

.floating-map {
  position: relative;
  /* right: 10%;
  margin: 100px 0; */
}

.floating-map img {
  /* width: auto; */
  width: 100%;
  margin: auto;
}

.slider-content {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
  width: 90%
}
.slider-title-wrapper {
  width: 50%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: inherit;
  height: auto;
}

@media (min-width:1201px) and (max-width:1478px){
  #slider ul li {
    max-width: 1478px;
    min-width:1201px;
  }
  .slider-title-h3 {
    font-size: 42px;
  }

  .slider-subtitle {
    font-size: 18px;
  }
  .slider-title-wrapper{
    /* padding-left: 10%; */
  }
}


@media (min-width:1025px) and (max-width:1200px){
  #slider ul li {
    max-width: 1200px;
    min-width:1025px;
  }

  .slider-title-h3 {
    font-size: 34px;
  }

  .slider-subtitle {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .slider-title-wrapper{
    /* padding-left: 10%; */
  }
  .slider-img {
    height: 600px;
  }
}

@media (min-width:992px) and (max-width:1024px){
  #slider ul li {
    max-width: 1024px;
    min-width:992px;
  }

  .slider-title-h3 {
    font-size: 30px;
  }

  .slider-subtitle {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .slider-title-wrapper{
    /* padding-left: 7%; */
  }
  .slider-img {
    height: 600px;
  }
}


@media (min-width:768px) and (max-width:991px){
  #slider ul li {
    max-width: 991px;
    min-width:768px;
  }

  .slider-title-h3 {
    font-size: 26px;
  }

  .slider-subtitle {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .slider-title-wrapper{
    /* padding-left: 10%; */
  }
  #slider .btn-section {
    line-height: 20px;
  }
  .slider-img {
    height: 500px;
  }
}

@media (min-width:576px) and (max-width:767px){
  .slider-img {
    /* height: 400px; */
    height: 800px;
    width: auto !important;
    object-fit: cover;
  }
  #slider ul li {
    max-width: 768px;
    min-width:576px;
  }

  .slider-title-h3 {
    font-size: 24px;
  }

  .slider-subtitle {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .slider-title-wrapper{
    /* padding-left: 7%; */
  }
  #slider .btn-section {
    line-height: 20px;
  }
}


@media (max-width:575px){
  #slider ul li {
    max-width: 575px;
    min-width:320px;
  }

  .slider-title-h3 {
    font-size: 24px;
    width: 100%;
  }

  .slider-subtitle {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .slider-title-wrapper{
    /* padding-left: 8%; */
    width: 80%;
  }
  #slider .btn-section {
    line-height: 20px;
  }

  #slider {
    height: auto !important;
  }
  .slider-img {
    /* height: 400px; */
    height: 600px;
    width: auto !important;
    object-fit: cover;
  }
}


.dots {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #ed2f59;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.dot-section {
  position: relative;
  width: 100%;
  bottom: 50px;
  text-align: center;
}


/* Region Map CSS Start */

.region-map li a {
  color: #fff !important;
  text-decoration: underline;
  margin-left: 10px;
}



#north-central {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 60%;
  /* transform: translate(-180px,-50%); */
  transform: translate(-235px,230%);
}

#champ {
  display: inline-block;
  position: absolute;
  top: 74%;
  left: 52%;
  /* transform: translate(0px,-50%); */
  transform: translate(-95px,60%);
}

#northeast {
  display: inline-block;
  position: absolute;
  top: 28%;
  left: 73%;
  /* transform: translate(-70px,-50%); */
  transform: translate(-175px,160%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 40px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #00659f;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.fa-plus:before {
  content: "\f067";
}
.video.video-popup.mfp-iframe:hover, .video.video-popup.mfp-iframe:focus {
  color: #fff;
  background: #0870ac;
  outline: none;
}

.fa.fa-plus:hover {
  color: #fff;
}

.waves {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
    animation-delay: 0s;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}



@media (min-width:1201px) and (max-width:1478px){
  #north-central {
    transform: translate(-235px,200%);
  }
  
  #champ {
    transform: translate(-80px,50%);
  }
  
  #northeast {
    transform: translate(-160px,200%);
  }
}
@media (min-width:1025px) and (max-width:1200px){
  #north-central {
    transform: translate(-200px,200%);
  }
  
  #champ {
    transform: translate(-85px,50%);
  }
  
  #northeast {
    transform: translate(-130px,170%);
  }
}


@media (min-width:992px) and (max-width:1024px){
  #north-central {
    transform: translate(-200px,200%);
  }
  
  #champ {
    transform: translate(-65px,50%);
  }
  
  #northeast {
    transform: translate(-120px,150%);
  }
}

@media (min-width:768px) and (max-width:991px){
  #north-central {
    transform: translate(-175px,160%);
  }
  
  #champ {
    transform: translate(-65px,30%);
  }
  
  #northeast {
    transform: translate(-115px,100%);
  }
}


@media (min-width:576px) and (max-width:767px){
  #north-central {
    transform: translate(-240px,200%);
  }
  
  #champ {
    transform: translate(-80px,30%);
  }
  
  #northeast {
    transform: translate(-175px,150%);
  }
}


@media (min-width:425px) and (max-width:575px){
  #north-central {
    transform: translate(-200px,160%);
  }
  
  #champ {
    transform: translate(-70px,30%);
  }
  
  #northeast {
    transform: translate(-125px,150%);
  }
}

@media (max-width:424px){
  #north-central {
    transform: translate(-150px,100%);
  }
  
  #champ {
    transform: translate(-50px,20%);
  }
  
  #northeast {
    transform: translate(-95px,90%);
  }
}

@media (max-width:575px){
  .form-checkboxes.bef-checkboxes {
    flex-direction: column;
}
}
/* Region Map CSS End */

.menu-item span{
  /* color:white; */
  font-size: 16px;    
  padding: 0 5px;
}

#search-block-form{
  display: flex;
}

.search-container{
  display: flex;
  justify-content: center;
}

/*calendar*/
.form--inline {
  display: flex !important;
  gap: 12px;
  margin-bottom: 25px;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: baseline;
} 
input#edit-title {
 
    padding: 6px 14px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
select#edit-field-event-categories-target-id
{
    padding: 10px 14px;
    border-radius: 5px;
    width: 241px;
    border: 1px solid #e1e1e1;

}
input#edit-submit-calendar-page {
  background: #fff;
  text-decoration: none;
  color: #ed2f59;
  border: 1px solid #ed2f59;
  padding: 7px 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;


}
input#edit-submit-calendar-page:hover,
input#edit-submit-calendar-page:visited,
input#edit-submit-calendar-page:focus
{
    color: #fff !important;
    text-decoration: none;
    background: #ed2f59;
}

#block-gold-content > #search-form{
  display: none !important;
}

#block-views-block-events-block-2 .fc-right {
  display: none;
}
#block-views-block-events-block-2 .fc-center {
  margin-right: 125px;
}
/* #block-views-block-full-calendar-block-1 .fc-left {
  display: none;
} */
.event-box{
  margin-top: 54px;
}



.mb-3 {
  margin-bottom: 30px;
}

.view.view-event-list {
  position: relative;
  display: block;
  margin-top: 8px;
}

.view-event-list .view-content .views-row {
  background: #fff;
  margin-bottom: 23px;
  padding: 16px;
  border-radius: 9px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.views-field.views-field-title a {
  font-size: 20px;
  color: #00659f;
  font-weight: 600;
}

.views-field.views-field-field-start-date {
  font-size: 15px;
}

.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #7aba05;
  border-color: #7aba05;
}
.fc-button-primary {
  color: #fff;
 background-color: #00659f;
  border-color: #00659f;
}

@media (min-width:801px){
  p.menu-title-tab {
    display: none;
}
}
@media (max-width:768px){
.form--inline {
  display: flex !important;
  gap: 10px 11px;
  margin-bottom: 34px;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}


.fc-toolbar h2 {
  font-size: 18px;
  margin: 10px 3px;
}

.fc-scroller.fc-day-grid-container {
  height: auto;
}
.views-field.views-field-title a {
  font-size: 16px;
}
}

.field {
  margin: 0px 0px !important;
  /* padding-top: 13px; */
}
.col-lg-6, .col-md-6 {
  
  padding-top: 13px !important;
}
div#example3 {
  margin-top: 10px;
}
#news_letter_email-error, #name-error, #email-error, #subject-error, #comment-error, #county-error{
  color:red;
}
textarea.form-control{
  font-size: 16px !important;
}
.js-form-item.form-item.js-form-type-textfield {
  margin-left: -10px;
}
.search-results 
{
  margin: 0;
  padding: 0;
}
.search-results li
{
  list-style: none;
border-radius: 20px 20px 20px 20px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
padding: 8px 25px;
margin: 20px 0px;
}

.align-item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1,h2, h3{
  color:#23527c;
}


.fc-scroller.fc-day-grid-container {
  height: auto !important;
  overflow: hidden !important;
}

.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
  padding: 10px;
}
.feed-icons{
  display:none;
}
#news-letter-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}






.accordion-header {
  margin-bottom: 0px !important;
  margin-top: 0px;
}

.accordion-collapse {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
  padding: 10px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #00659f !important;
}
.accordion-button:not(.collapsed)::after {
  mix-blend-mode: screen !important;
}
.accordion-item {
  background-color: #fff;
  border: 0.5px solid #ddeffb;
}

.accordion-button {
  font-size: var(--h5-font-size) !important;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: 1px solid #fefeff;
  background: #f7fdff;
  display: flex;
  align-items: center;
}
.accordion-body {
  padding: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  display: block;
}
.accordion-button:not(.collapsed)::after {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
  mix-blend-mode: screen !important;
}



li.menu-item.menu-item--active-trail {
  color: #e43b5c;
  font-weight: bold;
}
a.is-active {
  color: #e43b5c;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>th{
  text-align: center;
}

@media (max-width:768px)
{
  .menu-nav .navbar .links li a {
    /* padding: 10px 15px; */
    display: block;
    text-wrap: wrap;
    white-space: normal;
    padding-left: 15px;
}
.menu-item span {
  color: white;
  font-size: 16px;
  padding-left: 15px;
}
}

.field--name-field-end-date > .field__label {
  font-weight: 600;
}
.field--name-uid, .field--name-created, .field__label{
  font-weight: 600;
}
ul.list-wrap,
ul.list-wrap ul li,
ul.list-wrap ul li ul li {
  margin: 0px;
  padding: 0px 19px;
}
.list-wrap ul li ul li {
  margin: 0px;
  padding: 0px 0px;
}
ul.list-wrap li a
{
  word-wrap: break-word;
}

.region-map li
{
  list-style: none;
  line-height: normal;
  position: relative;
  padding: 10px 0px;
}
.region-map li a{
  text-decoration: none;
}

.region-map li a::before{
  content: "";
  position: absolute;
  left: -21px;
  background:url("../images/home/check-mark.png");
  background-size: 20px;
  width: 17px;
  height: 20px;
 
}
.node__submitted{
  display:none;
}
/* .fc-sun, .fc-sat{
  display:none;
} */
.fc-time{
  display:none;
}
#first_name-error, #last_name-error, #email-error, #title_job-error, #phone-error, #organization_type-error, #other-error, #organization_name-error, #work_address-error, #city-error, #zip_code-error, #countyerror{
  color:red;
}
input#member-submit {
  margin-top: 50px;
}

.btn-section.header-btn {
  margin-left: auto;
  /* margin-right: -60px; */
}

.secondary-btn {
  border: 1px solid #7aba05;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
  background: #7aba05;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap;
}

.secondary-btn:hover {
  background: #fff;
  text-decoration: none;
  color: #7aba05;
}

@media (min-width: 1201px) and (max-width: 1478px) {
  .secondary-btn {
      font-size: 14px;
  }
}
.swal2-actions{
  font-size: 15px;
}
#views-exposed-form-calendar-page-page-1 legend {
  display:none !important;
}


.admin_msg{
  margin-top: 171px;
}

@media (max-width:768px){

  .shortenedSelect {
    max-width: 910px;
    background-color: white !important;
  }
  #default, #default select, #default select option {
    width: 200px !important;
    max-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: inherit !important;
  }
  #default:focus, #default select:focus, #default select option:focus {
    width: 200px;
  }
  .admin_msg{
    margin-top: 40px !important;
  }
}

#edit-field-event-categories-target-id {
  margin-top: 10px;
}

li.menu-item.menu-item--expanded {
  padding: 0px !important;
}

.video-blk {
  background: white;
  padding: 5px;
  box-shadow: 1px 5px 12px #174075;
  border-radius: 8px;
}
.video-sec img {
  border-radius: 8px;
  width: 100%;
}
.video-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video1 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  background: #e7332f;
  z-index: 999;
}

.first-para {
  text-align: center;
  margin-bottom:20px;
}

.table-scrollable {
  overflow: auto;
}

.thankyou-img {
  max-width: 300px;
    min-width: 200px;
    padding: 20px;
}

.region.region-footer {
  /* position: absolute;
  bottom: 0;
  width: 100%; */
}

@media (max-width:767px){
  .first-para {
    text-align: left;
  }
  h2.headings_mobile {
    margin-left: 15px;
}
}


/* Accordion CSS Start */


.ui-accordion-content .views-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.ui-accordion-content .views-row .views-field{
  width:33%;
  overflow-wrap: anywhere;
  padding: 10px;
}
.ui-accordion-content .views-field.views-field-field-agenda-1 {
  text-align: center;
 
}
.ui-accordion-content .views-field.views-field-field-minutes-1 {
  /* text-align: right; */
}
.ui-accordion-content .views-field a{
  color: #00659f;
}
.ui-accordion-content .views-row:last-child{
  border-bottom: 0px solid #ccc !important;
}
.ui-accordion-content .views-row h5 {
  line-height: 1;
  margin: 0;
  font-size: 16px;
}
.ui-accordion-content .views-row .views-field.views-field-field-month h4{
  font-size: 17px;
  font-weight: 700;
}

.ui-accordion .ui-accordion-content {
  padding:15px;
  height: auto !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.ui-accordion .ui-accordion-header{
  font-family: 'Montserrat', sans-serif;
  /* font-size: 20px; */
  font-size: 24px;
  padding: 10px;
  font-weight: 700;
}



.ui-accordion-header-active {
  background-color: #00659f;
  border: 1px solid #00659f;
}

/* #block-views-block-training-cemp-accordion-block-1 .views-row, #block-views-block-training-accordion-block-1 .views-row{
  padding:5px !important;
} */

@media (min-width:576px) and (max-width:650px){
  .ui-accordion-content .views-row {
    width: 800px;
    overflow: auto;
}
}


@media (max-width:575px){
  .ui-accordion-content .views-row {
    width: 600px;
    overflow: auto;
}
}


/* Accordion CSS End*/

#workshop_name-error, #registration_link-error, #documents-error, #year-error {
  color:red;
}


li.menu-item.menu-item--active-trail {
  /* background: #fff; */
}

li.menu-item.menu-item--active-trail a.is-active {
  font-weight: 700 !important;
  color: #7aba05 !important;
  /* text-decoration: underline; */
}

#block-views-block-training-cemp-accordion-block-1, #block-trainingothervirtualtraining, #block-views-block-in-person-training-block-1, #block-views-block-virtual-training-block-1, #block-views-block-exercise-virtual-block-1, #block-views-block-exercise-in-person-block-1, #block-trainingcdp{
  margin-top: 20px;
}


.js-views-accordion-group-header{
  border: 1px solid #ddeffb;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding: 10px;
    background: #f7fdff;
    display: flex;
    align-items: center;
    color: #23527c;
  }

  .ui-accordion-header-active.ui-state-active {
    color: #ffffff !important;
    background-color: #00659f !important;
}

.views-view-grid .views-col {
  float: inherit !important;
}

.views-field.views-field-field-image-incident {
  float: left;
}

.field-content a img {
  width: 300px;
  height: auto;
  padding: 20px;
}

.rows1 {
  background: #fff;
  box-shadow: 3px 3px 10px #eef5fb;
  padding: 20px;
  border: 1px solid #eef5fb;
  border-radius: 10px;
  margin: 30px 0;
}

.views-field.views-field-field-title-incident {
  font-size: 17px;
  margin: 3px 0;
  font-weight: 600;
}

.views-field.views-field-field-description-incident {
  font-size: 16px;
}

@media (max-width:575px){
  .views-field.views-field-field-image-incident {
    float: inherit;
    width: 100%;
    text-align: center;
}
.field-content a img {
  width: fit-content;
  height: auto;
  padding: 10px;
}
}



/* slider */

.slider-video {
  width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

.slider-video-aspect {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-video-scroll {
  height: 800px;
  position: relative;
}




.slider-video-item {
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in;
  padding: 10px;
  transform-origin: 50% 50%;
  transform: translate3d(0, 0, 0);
}

.slider-video-pic {
  height: 100%;
  width: 100%;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
}

  .slider-video-pic:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -37.5px;
      margin-top: -37.5px;
      width: 75px;
      height: 75px;
      /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIgb3BhY2l0eT0iLjciLz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNODUuMyA1MEw1Ny4xIDY0LjUgMjguOSA3OVYyMWwyOC4yIDE0LjV6Ii8+PC9zdmc+); */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
  }

  .slider-video-pic:not(.active):hover {
      cursor: pointer;
  }

      .slider-video-pic:not(.active):hover:before {
          opacity: 1;
          visibility: visible;
      }

.slider-video-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.slider-video-item:hover .slider-video-caption {
  opacity: 1;
}



.slider-video-play,
.slider-video-play iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.slider-video-item.active,
.slider-video-item.active-out {
  z-index: 2;
}

.slider-video-item:not(.active):hover {
  z-index: 1;
  transform: scale(1.2);
}

.slider-video-close {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 10px;
  right: 0;
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 25px;
  line-height: 25px;
  background: rgba(255,255,255,0.3);
  outline: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

  .slider-video-close:hover {
      cursor: pointer;
      background-color: rgba(255,255,255,0.7);
      color: #000;
  }

.slider-video-play {
  display: none;
}

  .slider-video-play:hover .slider-video-close {
      visibility: visible;
      opacity: 1;
      transition: none;
  }




.slider-video-left,
.slider-video-right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 0px;
  font-size: 20px;
  height: 40px;
  width: 30px;
  outline: none;
}

.slider-video-left {
  left: 0;
}

.slider-video-right {
  right: 0;
}

  .slider-video-left:hover,
  .slider-video-right:hover {
      cursor: pointer;
      background-color: rgba(0,0,0,0.2);
  }

  .slider-video-left:before,
  .slider-video-right:before {
      content: '';
      width: 30px;
      height: 30px;
      display: block;
      background-position: center center;
      background-size: 100%;
  }

.slider-video-left:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOSAxMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+ICA8Zz4gICAgPHBhdGggZD0ibTg4LjYsMTIxLjNjMC44LDAuOCAxLjgsMS4yIDIuOSwxLjJzMi4xLTAuNCAyLjktMS4yYzEuNi0xLjYgMS42LTQuMiAwLTUuOGwtNTEtNTEgNTEtNTFjMS42LTEuNiAxLjYtNC4yIDAtNS44cy00LjItMS42LTUuOCwwbC01NCw1My45Yy0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTQsNTMuOXoiIGZpbGw9IiNGRkZGRkYiLz4gIDwvZz48L3N2Zz4=);
}

.slider-video-right:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOSAxMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+ICA8Zz4gICAgPHBhdGggZD0ibTQwLjQsMTIxLjNjLTAuOCwwLjgtMS44LDEuMi0yLjksMS4ycy0yLjEtMC40LTIuOS0xLjJjLTEuNi0xLjYtMS42LTQuMiAwLTUuOGw1MS01MS01MS01MWMtMS42LTEuNi0xLjYtNC4yIDAtNS44IDEuNi0xLjYgNC4yLTEuNiA1LjgsMGw1My45LDUzLjljMS42LDEuNiAxLjYsNC4yIDAsNS44bC01My45LDUzLjl6IiBmaWxsPSIjRkZGRkZGIi8+ICA8L2c+PC9zdmc+);
}

iframe img {
  width: 100%;
    height: 100%;
}

/* slider */




/* Image Video Slider CSS Start */

.codepen-info {
  max-width: 950px;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 20px 30px;
  margin-top: 40px;
}
.codepen-info h1 {
  font-weight: 500;
  text-align: center;
  color: black;
  margin-top: 0;
}
.codepen-info p {
  color: #777;
}
.codepen-info .src {
  padding: 15px;
  background: white;
  border-radius: 5px;
  margin-bottom: 15px;
}
.codepen-info .src p.coded {
  background: #f1f1f1;
  color: black;
}
.page-width {
  /* max-width: 900px;
  margin: 0 auto; */
}
.page-width h2 {
  text-align: center;
}
.splide {
  /* max-width: 800px;
  margin: 0 auto; */
}
.splide__slide img {
  max-width: 100%;
  width:100%;
}
.splide__arrow--prev {
  margin-left: -50px;
}
.splide__arrow--next {
  margin-right: -50px;
}
.splide__pagination {
  margin-bottom: 0px;
}
.splide__pagination__page.is-active {
  background: #fff;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
    margin-right: 0px;
  position: relative;
  height: auto !important;
}
.title-section.text-center {
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}
.splide__pagination {
  bottom: -40px !important;
}

.video-icon {
  position: absolute;
  width: 40px !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.splide__slide a .text-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #144775; */

 background: linear-gradient( to bottom, #14477505 0%, #144775 50%, #144775 75%, #144775 100% );
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  color: #fff;
}

.splide__slide a:hover .text-overlay {
  height: 70px;
}
.text-overlay h4{
  padding:20px;
  text-align: left;
}

@media (min-width:1201px) and (max-width:1478px){
  .splide__arrow--next {
    margin-right: -20px;
}
.splide__arrow--prev {
  margin-left: -20px;
}

}


@media (min-width:992px) and (max-width:1200px){
  .splide__arrow--next {
    margin-right: -20px;
}
.splide__arrow--prev {
  margin-left: -20px;
}
.splide__slide img {
  max-width: 100%;
  /* width: 95%; */
  height: 190px;
}
}


@media (min-width:768px) and (max-width:991px){
  .splide__arrow--next {
    margin-right: -20px;
}
.splide__arrow--prev {
  margin-left: -20px;
}
.splide__slide img {
  max-width: 100%;
  /* width: 95%; */
  height: 170px;
}
}
@media (min-width:481px) and (max-width:767px){
  .splide__slide img {
    max-width: 100%;
    /* width: 95%; */
    height: 150px;
  }

  .splide__slide {
    text-align: center;
  }
  .splide__arrow--prev {
    left: 3em !important;
  }
  .splide__arrow--next {
    right: 3em !important;
  }
  .splide__arrow{
    top: 40% !important;
  }
  .text-overlay h4{
    font-size:14px;
  }

}

@media (max-width:480px){
  .splide__slide img {
    max-width: 100%;
    width: 80%;
    height: 175px;
  }
  .splide__slide {
    text-align: center;
  }
  .splide__arrow--prev {
    left: 3em !important;
  }
  .splide__arrow--next {
    right: 3em !important;
  }
  .splide__arrow{
    top: 40% !important;
  }
  .text-overlay h4{
    font-size:14px;
  }
  .splide__slide a:hover .text-overlay {
    height: 70px;
    width: 80%;
    margin: auto;
  }
  .splide__slide a .text-overlay{
    width: 80%;
    margin: auto;
  }

  .splide__pagination {
    bottom: -20px !important;
  }
}

/* Image Video Slider CSS End */

.shortenedSelect {
  max-width: 540px !important;
  background-color: white !important;
}
#default, #default select, #default select option {
  width: 540px !important;
  max-width: 540px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: inherit !important;
}
#default:focus, #default select:focus, #default select option:focus {
  width: 540px !important;
}

/* select{
  width: 100px;
  text-overflow: ellipsis;
} */

.ui-selectmenu-open{
  width: 540px;
    overflow: scroll;
    height: 500px;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  /* width: 540px; */
  width: 100%;
}

@media (max-width:575px){
  .ui-selectmenu-button.ui-button, .ui-selectmenu-open{
    width: 100% !important;
}

.ui-menu {
  width: 300px !important;
}
}

.lity-close {
 width: 69px;
  height: 65px;
}



/* #block-gold-content {
  position: relative;
  margin: 15px auto;
  width: 550px;
  padding: 20px;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #1667a012;
  border: 0;
  
  
  } */


  .field.field--name-field-start-date.field--type-datetime.field--label-above,
  .field.field--name-field-end-date.field--type-datetime.field--label-above,
  .field.field--name-field-title.field--type-string.field--label-above,
  .field.field--name-field-when,
  .field.field--name-field-event-title-will-be-displa,
  .field.field--name-field-event-categories.field--type-entity-reference.field--label-above,
  .field.field--name-field-location.field--type-string.field--label-above{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px !important;
}


.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
  /* font-weight: 700;
  font-size: 24px;
  color: #1667a0; */
}

.copyright-content p {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: inherit !important;
}

.navbar-header {
  float: none !important ;
  /* margin: 0 auto !important; */
  margin: 0 auto 0 0 !important;
}
.fc-today-button, .fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-listYear-button{
  text-transform: capitalize;
}

form#contact-form .field {
  margin-bottom: 15px !important;
}
input#submitBtn {
  cursor: pointer;
}
.form-item--multiple .field-add-more-submit{
  display:none !important;
}
/* td:nth-child(2) {
  width: 250px;
  max-width: 250px;
}
td:nth-child(1) {
  width: 250px;
  max-width: 250px;
} */




/* #edit-field-end-date-add-more--0elZtaYQVA0, #edit-field-start-date-add-more, #edit-field-title-add-more{
  display:none;
} */

body {
	height: initial !important;
	width: initial !important;
}

html {
	height: initial !important;
	width: initial !important;
}

#county {
  background-color: #fff;
  padding: 10px;
}
#organization_type-button{
  background-color: #ffffff !important;
    padding: 10px;
}


/* Event Calendar New CSS lines  Start*/
#edit-field-event-type-target-id--wrapper {
  display: flex;
  /* width: 54%; */
  align-items: baseline;
}

#edit-field-event-type-target-id--wrapper legend {
  width: fit-content;
  float: left;
margin-right: 10px;
}

#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes {
  display: flex;
}

#edit-field-event-type-target-id .js-form-item {
  margin-right: 8px;
}


@media (min-width:1025px) and (max-width:1120px){
  #edit-field-event-type-target-id .js-form-item {
    margin-right: 5px;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes label {
  font-size: 14px;
}
}

@media (min-width:992px) and (max-width:1024px){
  #edit-field-event-type-target-id .js-form-item {
    margin-right: 5px;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes label {
  font-size: 14px;
}

#edit-field-event-type-target-id--wrapper legend {
  font-size: 15px;
}
}

@media (min-width:768px) and (max-width:991px){
  #edit-field-event-type-target-id .js-form-item {
    margin-right: 8px;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes label {
  font-size: 14px;
}

#edit-field-event-type-target-id--wrapper legend {
  font-size: 15px;
  margin-bottom: 0px;
}
#edit-field-event-type-target-id--wrapper {
  /* width: 80%; */
}
}

@media (min-width:484px) and (max-width:767px){
  #edit-field-event-type-target-id .js-form-item {
    margin-right: 10px;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes label {
  font-size: 14px;
}

#edit-field-event-type-target-id--wrapper legend {
  font-size: 15px;
  margin-bottom: 0px;
}
#edit-field-event-type-target-id--wrapper {
  width: 100%;
}
}

@media (max-width:483px){
  #edit-field-event-type-target-id .js-form-item {
    margin-right: 10px;
    display: flex;
        align-items: center;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes label {
  font-size: 14px;
  margin-left: 10px;
}
#edit-field-event-type-target-id .form-checkboxes.bef-checkboxes {
  display: flex;
  flex-direction: column;
}

#edit-field-event-type-target-id--wrapper legend {
  font-size: 15px;
  margin-bottom: 0px;
}
#edit-field-event-type-target-id--wrapper {
  width: 100%;
  flex-direction: column;
}

#views-exposed-form-events-block-1 input#edit-title {
  width: 100%;
}
}


@media (min-width:621px) and (max-width:768px){
  .fc-toolbar.fc-header-toolbar {
    font-size: 15px;
    /* display: block; */
  }
}

@media (max-width:620px){
  .fc-toolbar.fc-header-toolbar {
    font-size: 15px;
    display: block;
  }
}


/* Event Calendar New CSS lines  End*/



/*Apply Button Style in Event Calendar Module Start*/

#edit-submit-events {
  background: #fff;
  text-decoration: none;
  color: #ed2f59;
  border: 1px solid #ed2f59;
  padding: 7px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}
.js-form-submit.form-submit {
  background: #fff;
  text-decoration: none;
  color: #ed2f59;
  border: 1px solid #ed2f59;
  padding: 7px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}
.js-form-submit.form-submit:hover{
  color: #fff !important;
    text-decoration: none;
    background: #ed2f59;
  }
  .js-form-item input {
    padding: 6px 14px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
  
.form-checkboxes.bef-checkboxes {
  display: flex !important;
}
.form-checkboxes.bef-checkboxes .js-form-item 
{
  margin-right: 8px !important;
}
.js-form-item.form-item.js-form-wrapper.form-wrapper legend
{
  border-bottom: none !important;
}

#edit-submit-events:hover{
color: #fff !important;
  text-decoration: none;
  background: #ed2f59;
}


/*Apply Button Style in Event Calendar Module End*/


/* search */

/* 

.search-icon{
  cursor: pointer;
  margin: 12px 20px !important;
  font-size: 24px !important;
  color: #000 !important;
}
.search-icon:hover .top {
  display: block !important;
}
#search-block-form {
  position: absolute;
  left: 2%;
  background-color: #fff;
  width: 335px;
  padding: 20px;
  float: right;
  margin-right: 20px;
  border-top: 4px solid #1667a0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.form-container {
  position: relative;
  display: none;
}
.form-container:after {
  position: absolute;
  left: 5%;
  content: " ";
  border-top: 9px solid transparent;
  border-bottom: 9px solid #1667a0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-top: -10px;
}
@media only screen and (min-width: 768px){
  #search-block-form {
      left: 26%;
  }
  .form-container:after {
    left: 27%;
  }
}
#edit-keys {
  border: 1px solid #eee;
  padding: 5px 30px 5px 10px;
  outline: none;
  border-radius: 0;
}
#searchbutton {
  border: 0px;
  background: #000;
  color: #fff;
  height: 33.5px;
  padding: 0px 17px;
  margin-left: -4px;
  cursor: pointer;
  outline: none;
}
#searchbutton:hover {
  background-color: #25649F;
}
#search-block-form .form-control:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
} */


/* Search Section CSS Start  */
.hide {
  display: none !important;
}

.fa.fa-times::before {
  content: "\f00d";
}

.search-sec i.fa.search-icon {
  /* left: -16px; */
  position: relative;
  font-size: 24px;
  top: 10px;
  margin-right: 10px;
}

.search-sec {
  position: relative;
}

.search-sec .fa.fa-search, .search-sec .fa.fa-times{
  cursor: pointer;
}
.search-sec .fa.fa-search::before, .search-sec .fa.fa-times::before {
  /* filter: invert(1); */
}

.search-box{
  /* background: #E8E8E4; */
  position: absolute;
  top: 54px;
  right: 12px;
  width: 350px;
  /* height: 60px;
  line-height: 60px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* border-top:4px solid #E05D36; */
  display: none;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -27px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #1667a0;
}

.search-box input[type="text"]{
  width: 250px;
  padding: 5px 10px;
  /* margin-left: 23px; */
  /* border: 1px solid #E05D36; */
  outline: none;
}

.search-box input[type="button"]{
  width: 100px;
  padding: 5px 0;
  background: #E05D36;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #E05D36;
  outline: none;
  cursor: pointer;
}

.search-sec i.fa.fa-times {
  font-size: 24px;
  color: #1667a0;
  right: 15px;
  position: relative;
  top: 10px;
}

.search-box form, .search-box .form-group {
  width: 100%;
}

input#edit-submit {
  width: 30%;
  background: #1667a0;
  border: 0px;
  color: #fff;
}

input#edit-keys {
  width:70%;
  border: 0px;
  padding: 22px;
}
.search-box form#search-block-form {
  padding: 0px;
  margin: 0px;
}

.search-box form .form-group{
  display:flex;
}



/* Media Queries */


@media (min-width: 576px) and (max-width: 700px) {
  .search-box{
    width: 350px;
    right: -100%;
  }
  .search-box input[type="text"]{
    width: 200px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 0px;
  }
  .search-box input[type="button"] {
    width: 135px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {

  .search-box input[type="text"]{
    width: 200px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 0px;
  }
  .search-box input[type="button"] {
    width: 135px;
  }
  .search-box::before {
    right: 80px;
  }
}

@media (max-width: 480px) {
  /* .search-box::before {
    border-bottom: 14px solid #8E8E8E;
  }
  .search-box {
    width: 280px;
    right: 0;
    left: 0px;
    background: #8e8e8e;
    padding: 10px;
    margin: auto;
    transform: translate(-3rem, -0%);
  }
  .search-box input[type="text"] {
    width: 100%;
    margin: auto;
  }
  .search-box input[type="button"] {
    margin-right: 0px;
  }
  .search-box input[type="button"] {
    padding: 6px;
    margin: 10px auto 0px auto;
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
  }
  .search-box::before {
    right: 13rem;
  } */
}

@media(min-width:576px) and (max-width:800px){
  .search-box{
    width: 350px;
  }
  input#edit-keys {
    order: 2;
}

.search-box {
  right: -280px !important;
}

.search-box:before {
  right: 310px !important;
}
}

@media(min-width:524px) and (max-width:575px){
  .search-box{
    width: 280px;
  }
  input#edit-keys {
    order: 2;
}

.search-box {
  right: -200px !important;
}

.search-box:before {
  right: 208px !important;
}

.search-sec i.fa.search-icon {
  left: -10px;
}

.search-sec i.fa.fa-times {
  right: 10px;
}

}


@media (max-width:523px){
  .search-box{
    width: 280px;
  }
  input#edit-keys {
    order: 2;
}

.search-box {
  right: -200px !important;
}

.search-box:before {
  right: 250px !important;
}

.search-box::before {
  border-bottom: 14px solid #8E8E8E;
}
.search-box {
  width: 280px;
  right: 0;
  left: 0px;
  background: #8e8e8e;
  padding: 10px;
  margin: auto;
  transform: translate(-3rem, -0%);
  z-index: 9;
}
.search-box input[type="text"] {
  width: 100%;
  margin: auto;
}
.search-box input[type="button"] {
  margin-right: 0px;
}
.search-box input[type="button"] {
  padding: 6px;
  margin: 10px auto 0px auto;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
}
.search-box::before {
  right: 13rem;
}
.navbar-header {
  margin: auto !important;
}
}

/* Search Section CSS End  */


/* Membership document view page start */
.partner-text {
  font-size: 15px !important;
  margin-bottom: 20px;
  line-height: 1.5;
}


#documents-form {
  display: flex;
  align-items: last baseline;
}

#documents-form .field {
  width: 100%;
  margin-right: 20px !important;
}

#get-documents, .partner-content-section .secondary-btn {
  font-size: 14px;
  padding: 7px 12px;
}


.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
}
.pagination li a:hover {
	background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage a {
	background-color: #518acb;
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #518acb;
}
#doc_file{
  background-color: #ffffff;
}

.membsec{
  display: block !important;
  margin-top: 2px;

}
@media screen and (max-width: 768px)
{

.membsec{


display: block !important;
    text-align: center;
    margin-top: 10px;

}
}

/* Membership document view page End  */



