body{padding-top:7%;}
.dropdown-menu{ --bs-dropdown-bg: #283b91!important; --bs-dropdown-link-hover-bg: #0d6efd !important;}
.dropdown-item{color:#fff !important}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff; background-color: #283b91;
    border: 1px solid;
    border-radius: 8px;
}
.content-title{padding: 0; margin: 5px 0 10px 0;}
.content-title h3{font-size:0.875rem !important; color:#283b91; text-transform: uppercase; padding: 5px 0; margin-top: 5px; font-weight:500 !important; letter-spacing: 1px;
    border-bottom: 2px solid #4b4d7b; display: inline-block;}
 .content-title h2{font-size:2rem; color:#283b91; text-transform: uppercase; padding: 5px 0; margin-top: 5px; font-weight:500; letter-spacing: 1px;
 border-bottom: 2px solid #4b4d7b; display: inline-block;}
.content-welcome{font-size: 0.875rem; color: #11131c; text-align: justify; padding: 0;}
.content-welcome p{font-size: 0.875rem;padding: 8px 0;margin: 0;line-height: 1.75rem;}
.content-welcome h2{font-size:1rem; font-weight: bold; color: #fff; background-color: #d82824; border:1px solid; border-radius: 0 8px 8px 0; line-height: 1.8rem; padding:5px;}
.content-welcome h3{font-size:1.2rem; font-weight: bold; color: #283b91; text-decoration: underline; line-height: 1.8rem;}
.content-welcome h4{font-size:1rem; font-weight: bold; color: #283b91; text-decoration: underline; line-height: 1.8rem;}
.content-welcome p img {
  float: right;
}
.Rimage{width:25%; height:auto; margin-left:15px;}
/***/
.datatable {width:100%;}
.datatable table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.datatable td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.datatable th {
  border: 1px solid #ddd;
  padding: 8px;
}

.datatable tr:nth-child(even){background-color: #f2f2f2;}

.datatable tr:hover {background-color: #ddd;}

.datatable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000b3e;
  color: white;
}
/*************************/
.clearfix{clear: both;}
.respimg{
width: 100%;
height: auto;
}
.hero{
    width: 100%;
    /*min-height: 30vh;*/
    padding: 0px;
    margin: 0 auto;
}
.hero img{width: 100%;}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

}

/*****new btn***/
.learnmore_btn {
    width:auto;
  font-size:16px;
  font-weight: 400;
      background: #df42b1;
    background-image: -webkit-linear-gradient(120deg, #505add 0%, #df42b1 100%);
  padding:12px 12px 15px 15px;
  display:flex;
  align-items:center;
  border-radius:99px;
  position:relative;
  transition: all .5s cubic-bezier(.77,0,.175,1);
  text-decoration: none;
  
  .text{
    color:#fff;
    line-height:1;
    position:relative;
    z-index:5;
    margin-right:10px;
  }
  
  svg{
    display:inline-block;
    position:relative;
    z-index:5;
    transform: rotate(0deg) translateX(0);
    transform-origin: left;
    transition: all .5s cubic-bezier(.77,0,.175,1);
  }
  
  &::before{
    content:'';
    background-color:#283b91;
    width:25px;
    height:25px;
    display:block;
    position:absolute;
    z-index:1;
    border-radius:99px;
    top:49%;
    right:7px;
    transform:translateY(-50%);
    transition: all .5s cubic-bezier(.77,0,.175,1);
  }
  
  &.light{
    background-color: #95C11F;
    
    &::before{
      background-color: #154633;
    }
    
  }
}

.learnmore_btn:hover{
  
  svg{
    transform: rotate(45deg) translateX(-8px);
  }
  
  &::before{
    content:'';
    width:100%;
    height:100%;
    right:0;
  }
}
/**********flip cards style**********/


.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}

.u-margin-top-big {
  margin-top: 5rem !important;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 6rem;
}

.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  -webkit-animation-name: moveInLeft;
          animation-name: moveInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  /*
        animation-delay: 3s;
        animation-iteration-count: 3;
        */
}

.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  -webkit-animation: moveInRight 1s ease-out;
          animation: moveInRight 1s ease-out;
}

.heading-secondary {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  letter-spacing: 0.2rem;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #eee;
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white {
  background-color: #fff;
  color: #777;
}

.btn--white::after {
  background-color: #fff;
}

.btn--green {
  background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
  background: linear-gradient(to right, #fc466b, #3f5efb);
  color: #fff;
}

.btn--green::after {
  background-color: #55c57a;
}




.section-plans {
  /*background-color: #000; last changes*/
  padding: 1rem 0;
}

.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 17rem;
  background:none;
  border:0;
}

.card__side {
  height:auto;
  min-height: 20rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-color: #fff;
}
/*
.card__side--front-1 {
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
}*/
.card__side--front-1{
  background: linear-gradient(-45deg, #64b5f6, #f403d1);  opacity: 0.8; color:#fff;}

.card__side--front-2 {
  background: linear-gradient(-45deg, #67045a, #4900c1);  opacity: 0.7;
}

.card__side--front-3 {
  background: linear-gradient(-45deg, #24ff72, #9a4eff); opacity: 0.7;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__side--back-1 {
  background: #000;
    opacity: 0.7;
    border: 1px solid #fb54ff;
    color: #fff;
}

.card__side--back-2 {
    background: #000;
    opacity: 0.7;
    border: 1px solid #ffec61;
    color: #fff;
}

.card__side--back-3 {
    background: #000;
    opacity: 0.7;
    border: 1px solid #24ff72;
    color: #fff;
}

.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.card__title {
  /*height: 5rem;*/
  padding: 1rem 2rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__title--1 .fas {
  font-size: 5rem;
}

.card__title--2 .fas {
  font-size: 5rem;
}

.card__title--3 .fas {
  font-size: 5rem;
}

.card__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 90%;
}

.card__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.card__details {
  padding: 0 2rem 2rem;
}

.card__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.card__details ul li {
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
}

.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
}

.card__price-box {
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.card__price-box ul{margin: 0 0 10px 0; padding: 0 0 7px 0; list-style: none;border-bottom: 1px dotted #eee;}
.card__price-box li{ line-height:23px; text-align: left; padding-left: 0px;list-style-type: none; font-size: 14px;}
.card__price-box li .fa-utensils{font-size: 10px;}
.card__price-only {
  font-size: 1rem;
  text-transform:capitalize;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

.card__price-only img{float: left; width:150px;height:120px;margin-right:15px;}
.card__price-box h3{padding: 0; margin: 0 0 5px 0; font-size: 16px; font-weight: bold;}

.card__price-value {
  font-size: 6rem;
  font-weight: 100;
}

.bg-registration .row {
  max-width: 114rem;
  margin: 0 auto;
}

.bg-registration .row:not(:last-child) {
  margin-bottom: 0rem;
  margin-top: 2rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.bg-registration .row [class^="col-"] {
  float: left;
}

.bg-registration .row [class^="col-"]:not(:last-child) {
  margin-right: 0.7rem;
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 3rem) / 3);
}
.bg-registration {
   --bs-bg-opacity: 1;
    background-image: url(../assets/corporate-event.jpg), linear-gradient(rgb(123 1 118 / 68%), rgb(8 1 29 / 96%));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    margin-top: 10px;
  
}
.fa-calendar-days {
    font-size: 37px;
    position: absolute;
    left: 22px;
    top: 25px;
}
.fa-utensils{font-size: 28px;}
.card__price-box li .fa-calendar-days{font-size: 11px;;}

/****new try***/
.carousel-container {
  width:355px;
  margin:0 auto 30px;
  position: relative;
  border:0px
}
.committee_members{color: #000;}
.committee_members p{color: #11131c; padding: 0; margin: 0;}
.committee_members .button{margin-top:20px; float: left;margin-bottom: 10px;}
@media (max-width: 768px) {
  .carousel-container {
    width: 95%;
  }
}
.inner-carousel {
  width: 100%;
  height:109px;
  overflow: hidden;
}
.track {
  display: inline-flex;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.card-container {
  width: 350px;
  height: 106px;
  flex-shrink: 0;
  padding-right:0px;
  margin-right:10px;
}

.card {
  width: 100%;
  height: 100%;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  background-position: center bottom;
  background-size: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.nav button {
  position: absolute;
  top: 37%;
  transform: translatey(-50%);
  width:38px;
  height:37px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #273a8e;
  background-color: #273a8e;
  cursor: pointer;
}
.nav .fa-arrow-right{font-size: 18px; color: #fff;}
.nav .fa-arrow-left{font-size: 18px; color: #fff;}
.nav .prev {
  left: -30px;
  display: none;
}
.nav .prev.show {
  display: block;
}
.nav .next {
  right: -30px;
}
.nav .next.hide {
  display: none;
}


/****media query for cards**/
@media only screen and (min-width: 300px) {
  body{padding-top:23%;}
  .hero img{width: 100%; height: 300px;}
  .nav-link:hover {color: hsl(0, 0%, 100%); padding-left: 10px;}
.nav-link:focus {color: #ffffff; padding-left: 10px;}
.navbar-nav .nav-link.show{padding-left: 10px;}
  .bg-registration {background:url(../assets/texture.jpg), linear-gradient(rgb(12 12 12 / 67%), rgb(74 74 75 / 96%))}
   .card{height: 24rem; width:100%; margin: 0 auto;}
  .card__side{height: 24rem; width: 100%;}
  .card__price-only img{float: left;width: 120px;height: 134px;margin-right: 10px;}
  .bg-registration .row [class^="col-"]:not(:last-child) {margin-right: 0rem; margin-bottom: 1rem;padding: 0;}
  .card__heading {font-size: 1.1rem;}
  .fa-calendar-days{font-size: 37px;position: absolute;left: 13px;top: 20px;}
  .row .col-1-of-3 {width: 100%; margin: 0; padding: 0;}
  .bg-registration .px-5 {padding-right: 0rem !important;padding-left: 0rem !important;}
  .bg-registration .container{max-width: 385px;}
  .bg-registration .row:not(:last-child) {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.heading-secondary{font-size: 1.2rem; line-height: 1.2; letter-spacing: 0.1rem;margin-bottom: 0.8rem;
        background-color: #0000009e;
        padding: 5px 0;}
.Rimage{width:100%;}
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    body{padding-top:14%;}
  .bg-registration { 
    --bs-bg-opacity: 1;
    background-image: url(../assets/texture.jpg), linear-gradient(rgb(12 12 12 / 67%), rgb(74 74 75 / 96%));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    margin-top: 10px;
    background-color: transparent;
  }
   .card{height: 22rem; width:400px; margin: 0 auto;}
  .card__side{height: 22rem; width: 400px;}
  .card__price-only img{float: left;width: 120px;height: 134px;margin-right: 10px;}
  .bg-registration .row [class^="col-"]:not(:last-child) {
  margin-right: 0rem; margin-bottom: 1rem;}
  .card__heading {font-size: 1.3rem;}
  .fa-calendar-days{font-size: 37px;position: absolute;left: 13px;top: 20px;}
  .row .col-1-of-3 {width: 100%;}
  .bg-registration .px-5 {padding-right: 0rem !important;padding-left: 0rem !important;}
  .bg-registration .container{max-width: 486px;}
  .Rimage{width:25%;}
  /**committe cards**/
  .carousel-container{margin-top:20px;}
  .card-container{width: 205px;}
  .container_profilecard{width: 205px;}
  .committee_members .button{width: 139px; float: none;margin: 10px auto;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body{padding-top:12%;}
   .bg-registration {
     --bs-bg-opacity: 1;
    background-image: url(../assets/texture.jpg), linear-gradient(rgb(12 12 12 / 67%), rgb(74 74 75 / 96%));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    margin-top: 10px;
    background-color: transparent;
  }
   .card{height: 22rem; width: 332px; margin: 0 auto;}
  .card__side{height: 22rem; width: 332px;}
  .card__price-only img{float: left;width: 120px;height: 134px;margin-right: 10px;}
  .bg-registration .row [class^="col-"]:not(:last-child) {
 margin-right: 0.5rem; margin-bottom: 0rem;}
  .card__heading {font-size: 1.3rem;}
  .fa-calendar-days{font-size: 37px;position: absolute;left: 27px;top: 20px;}
  .row .col-1-of-3 {width: calc((100% - 2 * 1rem) / 1);}
  .Rimage{width:25%;}
    .card-container {
    width:243px;
  }
  .bottom_message img{width:100%}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body{padding-top:10%;}
  .bg-registration {
     --bs-bg-opacity: 1;
    background-image: url(../assets/texture.jpg), linear-gradient(rgb(12 12 12 / 67%), rgb(74 74 75 / 96%));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    margin-top: 10px;
    background-color: transparent;
  }
  .bg-registration .px-5{padding-right: 1rem !important; padding-left: 1rem !important;}
  .card{height: 25rem; width: 285px;}
  .card__side{height: 25rem; width: 285px;}
  .card__price-only img {
        float: left;
        width: 99px;
        height: 72px;
        margin-right: 10px;
    }
    .bg-registration .row [class^="col-"]:not(:last-child) {
        margin-right: 1.8rem;
        margin-bottom: 0rem;
        padding-left: 0;
        padding-right: 0;
    }
  .bg-registration .container{max-width:885px;}
 .row .col-1-of-3 {width: calc((100% - 2 * 3rem) / 3);}
 .Rimage{width:25%;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body{padding-top:7%;}
   .hero img{width: 100%; height: auto;}
  .quick_l{padding-left:100px;}
  .bg-registration {
    --bs-bg-opacity: 1;
    background-image:url(../assets/texture.jpg), linear-gradient(rgb(12 12 12 / 67%), rgb(74 74 75 / 96%));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    margin-top: 10px;
    background-color: transparent;

  }
  .card{width: 376px;height: 25rem;}
  .card__side{width: 376px; height: 25rem;}
  .card__price-only img{float: left; width:150px;height:120px;margin-right:15px;}
  .bg-registration .container{max-width:1320px;}
 .row .col-1-of-3 {width: calc((100% - 2 * 3rem) / 3);}
 .Rimage{width:25%;}
     .heading-secondary {
        font-size: 1.8rem;
        line-height: 1.2;
        letter-spacing: 0.1rem;
        margin-bottom: 0.8rem;
        background-color: #0000009e;
        padding: 5px 0;
    }

/****committee cards style****/
.committee_members .button{float:left;margin: 10px auto;}
    .container_profilecard{

  width: 350px;
  height: 106px;

}
.card-container {
    width: 350px;
}

.profile{
  height: 120px;
  width: 120px;
}

}
/****committee cards style****/
    .container_profilecard{
      height: 106px;
  user-select: none;
  margin: 0 auto;
  background: #fbfbfb;
  color: #535353;
  border-radius: 5px;
  text-align: center;
 box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .75);
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
}

.profile{
  border-radius: 50%;
  margin: 93px 0 0 -175px;
  border: 1px solid #1f1a32;
  padding: 7px;
  background: #292343;
}
.profile-name{
  font-size: 22px;
  font-weight:bold;
  margin: 0px;
}
.about{
  margin-top: 3px;
  line-height: 21px;
}
button{
  margin: 10px 0 40px 0;
}
.msg-btn, .follow-btn{
  background: #03bfbc;
  border: 1px solid #03bfbc;
  padding: 10px 25px;
  color: #231e39;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.follow-btn{
  margin-left: 10px;
  background: transparent;
  color: #02899c;
}
.follow-btn:hover{
  color: #231e39;
  background: #03bfbc;
  transition: .5s;
}

.bottom-links {
    background-color: #283b91;
    padding: 20px;
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 25px;
}
.bottom-links h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0;
}
.bottom-links h3 {
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0;
}
.quick_l ul {
    margin: 0;
    padding: 0;
}
.quick_l ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 4px;
    list-style: none;
}
.quick_l ul li .fa-check-circle {
    margin-right: 5px;
}
.quick_l ul li a {
    color: #fff; text-decoration: none;
}
.bottom-links .fa-phone {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.bottom-links .fa-envelope{font-size: 14px;margin-right: 10px;}
.icon-button {
    background-color: white;
    border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
}
.contact_img img{width:28%; margin:0 auto 5px auto;}
.bottom_message img{float: left;width: 260px; margin-right: 15px; height: 150px;}
.bottom_message  p{padding:0; margin: 20px 0 0 0;}
.contact_details .contact_img img {width:67%}
.contact_details p{padding-left: 20px;}
.contact_details .fa-phone {
    font-size: 14px;
    margin-right: 10px;
}
.contact_details .fa-envelope {
    font-size: 14px;
    margin-right: 10px;
}

footer{background-color: #000b3e;}
/***accordion style**/
.heading-primary {
  font-size:2em;
  padding:2em;
  text-align:center;
}
.accordion dl,
.accordion-list {
   border:1px solid #ddd;
   &:after {
       content: "";
       display:block;
       height:1em;
       width:100%;
       background-color:#112060;
     }
}
.accordion dd,
.accordion__panel {
   background-color:#fff;
   font-size:1em;
   line-height:1.5em; 
   margin-bottom: 0px;
}
.accordion p {
  padding:1em 2em 1em 2em;
}

.accordion {
    position:relative;
    background-color:#eee;
}

.accordionTitle,
.accordion__Heading {
 background-color:#283b91; 
   text-align:left;
     font-weight:700; 
     display: flex;
          padding:1em 2em;
          text-decoration:none;
          color:#fff;
          transition:background-color 0.5s ease-in-out;
  border-bottom:1px solid #2f48b9;
  &:before {
   content: "+";
   font-size:1.5em;
   line-height:0.7em;
   float:left; 
   transition: transform 0.3s ease-in-out;
   margin-right: 8px;
  }
  &:hover {
    background-color:#2f48b9; color:#fff;
  }
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:#2f48b9;
    &:before {
     
      transform:rotate(-403deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
 
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    @media only screen and (min-width: 600px) {
               max-height:15em;
        transition:max-height 0.5s
    }
    @media only screen and (min-width: 1200px) {
        max-height:50em;
    transition:max-height 1s; 
    }
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}
/***data table css***/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/********Team cards**/
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color:#f7f7f7;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
      display: inline-block;
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    padding: 15px 0;
}
.our-team .picture .fa-stethoscope{font-size: 2rem;color: #fff;}
.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  /*background-color: #1369ce;*/
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #283b91;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
  text-decoration: none;
}
.our-team .name{font-size: 1rem;
    font-weight: normal;
    color: #11131c;
    text-decoration: none;
    line-height: 1.5rem;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #283b91;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
  font-size: 16px;
    padding: 10px 0;
    color: #fff;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}
/***mes style**/
.box p {
    color: #696a6e;
  margin: 5px 0;
}

.box {
     border-radius: 5px;
    box-shadow: 0px 10px 18px -15px #767676;
    padding: 5px;
    margin: 20px;
    border: 1px solid #f2f2f2; 
}
.box_last {
     border-radius: 5px;
    box-shadow: 0px 10px 18px -15px #767676;
    padding: 5px;
    margin: 20px;
    border: 1px solid #f2f2f2; 
}

@media (max-width: 450px) {
    .box {
        height: 100px;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: left;
        padding: 5px 5px 10px 20px;
    }
     .box_last {
        text-align: left;
        padding: 5px 5px 10px 20px;
    }
}

.cyan {
    border-top: 3px solid #45d3d3;
}
.red {
    border-top: 3px solid #ea5353;
}
.blue {
    border-top: 3px solid #549ef2;
}
.orange {
    border-top: 3px solid #fcaf4a;
}

.row1-container h2 {
    color: #4c4e61;
    font-weight: 500;
    margin: 5px 0;
    font-size: 1rem;
}


@media (min-width: 950px) {
    .row1-container {
        display:inline-block;
        justify-content: center;
        align-items: center;
       margin: 0;
        padding: 0;
    }
    
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .box {
      width: 30%;
        float: left;
        padding-left: 10px;
        min-height: 100px;
     
    }
       .box_last{
      width: 63%;
        float: left;
        padding-left: 10px;
        min-height: 100px;
     
    }
    .header p {
        width: 30%;
    }
    
}
.row1-container ul{padding: 0; margin:0;}
.row1-container ul li{padding:0 0 0 20px; margin:0; list-style: none; display: inline-block; background-image: url(../assets/people.png); background-repeat: no-repeat;background-position: 0 center; background-size: 14px 14px; width: 180px;}
.contact_details ul li{padding:0 0 0 44px; margin:0; list-style: none;}
.contact_details ul {
    padding: 0;
    margin:15px 0 0 0;
  }
.contact_details ul .add{
  background-image: url(../assets/location.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 32px 32px;
    
  }
  .contact_details ul .ph{
  background-image: url(../assets/phone.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 25px 25px;
    height: 30px;
    padding-top: 3px;
    
  }
    .contact_details ul .mail{
  background-image: url(../assets/email.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 25px 25px;
    height: 30px;
    padding-top: 3px;
    
  }
.three h1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #283a8e;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color:#283a8e;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 390px;
  background-color: #283a8e;
}