.main-nav {
  background: rgba(0, 0, 0, 0.34);
  padding: 2px 80px;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-nav a.navbar-brand {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 5px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #1aa3d7 !important;
  transition: 0.2s;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #1aa3d7 !important;
}
.main-nav a.navbar-brand:hover {
  color: #fff;
}
.dropdown-toggle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border: 0;
  font-size: 12px;
  top: 2px;
  position: relative;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.dropdown-menu {
  min-width: 1000px;
  top: 90%;
  left: 0px;
  border-top: 3px solid #d1d13b;
  border-bottom: 3px solid #d1d13b;
  padding: 20px;
  box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .dropdown-toggle {
  height: 50px;
}
.dropdown-menu .container .row .col-sm-4 ul {
  list-style: none;
  margin: 0;
}
.dropdown-menu .container .row .col-sm-4 ul li a {
  font-size: 14px;
}
.navbar-light .navbar-toggler:hover {
  background: #fff;
}
.dropdown-menu .container .row .col-sm-4 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 3px 0;
}
.dropdown-menu .container .row .col-sm-4 ul li a:hover {
  color: #1aa3d7;
  transition: 0.2s;
  background: #fff;
}
.dropdown-menu .container .row .col-sm-4 {
  padding: 0 7px;
}
.dropdown-menu .container .row .col-sm-4 ul li a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  color: #1aa3d7;
  margin-right: 7px;
}
.dropdown-item {
  white-space: inherit;
}
.home_banner {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(http://www.cosancare.com/wp-content/uploads/2020/06/cover_facebook2-1000x800-c-default.jpg)
      no-repeat center;
  background-size: cover;
  min-height: 500px;
  display: grid;
  place-items: center;
  place-content: center;
  padding: 50px 0px 0px 0px;
}
.home_banner h2 {
  color: #fff;
  max-width: 850px;
  text-align: center;
  font-size: 48px;
  margin-bottom: 15px;
}
button {
  background: #1aa3d7;
  padding: 10px 35px;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 5px;
}
button:hover {
  background: #d1d13b;
  transition: 0.4s;
}
.navbar-light .navbar-toggler {
  margin-top: 0px;
  outline: 0 !important;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #1aa3d7;
}
.mint-c {
  padding: 50px 120px;
  margin: 30px auto;
  text-align: center !important;
}
.door1 {
  min-height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(https://www.cosancare.com/wp-content/uploads/2020/09/door1.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px grey;
  text-align: center;
  display: grid;
  place-items: center;
  place-content: center;
  opacity: 1;
  position: relative;
  z-index: 999;
  transform-origin: 0% 0%;
  margin-top: 30px;
  transition: 2s transform;
  cursor: grab;
}
.door2 {
  min-height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(https://www.cosancare.com/wp-content/uploads/2020/09/door2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px grey;
  text-align: center;
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
  z-index: 999;
  transform-origin: 100% 100%;
  margin-top: 30px;
  transition: 2s transform;
  cursor: grab;
}
.colp1 {
  perspective: 1550px;
}
.colp2 {
  perspective: 1550px;
}
.colp1:hover .door1 {
  transform: rotateY(-98deg);
  transition: 2s;
  z-index: 1;
}
.colp2:hover .door2 {
  transform: rotateY(98deg);
  transition: 2s;
  z-index: 1;
}
.door1 h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-size: 25px;
  max-width: 350px;
  margin: auto;
}
.door1 p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px !important;
  font-size: 17px;
  max-width: 280px;
}
.door1 button {
  background-color: #1aa3d7;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
}
.door2 h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-size: 25px;
  max-width: 350px;
  margin: auto;
}
.door2 p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px !important;
  font-size: 17px;
  max-width: 280px;
}
.door2 button {
  background-color: #1aa3d7;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
}
.carous1 {
  padding: 110px 0px 80px 15px;
  position: absolute;
  z-index: 5;
  transform: scale(1.15);
}
.carous2 {
  padding: 110px 25px 80px 0px;
  position: absolute;
  z-index: 5;
  transform: scale(1.15);
}
.carous1 #carouselExampleFade .carousel-inner img {
  border-radius: 15px;
}
.carous1 #carouselExampleFade .carousel-inner {
  padding: 0px 60px;
}
.carous2 #carouselExampleFade .carousel-inner {
  padding: 0px 60px;
}
.carous2 #carouselExampleFade .carousel-inner img {
  border-radius: 15px;
}
.but button {
  margin-top: 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #1aa3d7;
  border: none;
  padding: 10px 35px;
}
.but1 {
  text-align: center;
}
.but2 {
  text-align: center;
}
.but button:hover {
  background-color: #d1d13b;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s ease-out;
  transform: translateY(-7px);
}

.in-d {
  opacity: 1;
  transition: 1.5s opacity;
}
.colp2:hover .in-d2 {
  opacity: 0;
  transition: all 1.3s ease-out;
}
.in-d2 {
  opacity: 1;
  transition: 1.5s opacity;
}
.colp1:hover .in-d {
  opacity: 0;
  transition: all 1.3s ease-out;
}

.carousel-control-next {
  padding-right: 65px;
}
.carousel-control-prev {
  padding-left: 65px;
}
.door1 button:hover {
  background-color: #fff;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  transition: all 0.4s ease-out;
}
.door2 button:hover {
  background-color: #fff;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  transition: all 0.4s ease-out;
}
.call_action {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url(http://www.cosancare.com/wp-content/uploads/2020/06/cover_facebook2-1000x800-c-default.jpg)
      no-repeat center;
  background-size: cover;
  min-height: 250px;
  padding: 90px 0;
}
.call_action {
  color: #fff;
}
.call_action p {
  margin: 0;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #1aa3d7;
  cursor: pointer;
  border-radius: 5px;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #d1d13b;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-container .content-entry i {
  position: absolute;
  top: 3px;
  right: 12px;
  font-style: normal;
  font-size: 1.625em;
  color: #fff;
}

.accordion-container .content-entry i:before {
  content: "+ ";
}

.accordion-container .content-entry.open i:before {
  content: "- ";
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
}
/* This stuff is just for the Codepen demo */

#content {
  width: 100%;
}

.accordion-container {
  margin: 1.875em auto;
}
.accord_sec {
  padding: 50px 20px;
  margin: 20px auto;
}
.it-heading {
  position: relative;
}
.it-heading:after {
  content: "";
  height: 5px;
  width: 50px;
  background: #1aa3d7;
  position: absolute;
  left: 0;
  bottom: -18px;
  border-radius: 5px;
}
.main_footer {
  background: ghostwhite;
  padding: 70px 15px;
}
.main_footer ul {
  list-style: none;
}
.main_footer ul li {
  cursor: pointer;
}
.main_footer .container .row .col-sm-3 i {
  margin: 10px 3px 10px 3px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  text-align: left;
}
.main_footer .container .row .col-sm-3 i:hover {
  transform: translateY(-10px);
  transition: 0.4s;
}
.main_footer .int-search {
  border-radius: 5px;
  position: relative;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 100%;
  outline: 0;
}
.main_footer .container .row .col-sm-3 .search-sec {
  position: relative;
}
.main_footer .container .row .col-sm-3 .search-sec i {
  color: #000;
  position: absolute;
  right: 5px;
  top: 3px;
}
.main_footer .container .row .col-sm-3 .search-sec i:hover {
  transform: translateY(0px);
}
.bottom-bar {
  background: ghostwhite;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  padding: 30px 10px;
}
.bottom-bar p {
  margin: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .dropdown-toggle {
    height: 40px;
  }
  .navbar {
    align-items: center;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .main-nav {
    background: #fff;
    padding: 0px 0px 0px 0px;
    border-bottom: 3px solid #d1d13b;
  }
  .main-nav a.navbar-brand {
    font-size: 28px;
    color: #d1d13b;
  }
  .dropdown-menu {
    min-width: 100%;
  }
  .dropdown-toggle::after {
    left: 270px;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .navbar-nav .show {
    min-width: 100%;
  }
  .home_banner {
    min-height: 400px;
    padding: 50px 20px 0px 20px;
  }
  .home_banner h2 {
    font-size: 24px;
    font-weight: 600;
  }
  button {
    background: #1aa3d7;
    padding: 8px 25px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 5px;
  }
  .navbar-collapse {
    margin-top: 15px;
  }
  .navbar-expand-lg .navbar-nav li {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    padding: 2px 0px;
  }
  .navbar-expand-lg .navbar-nav li:last-child {
    border: 0 !important;
  }
  .mint-c {
    padding: 30px 10px;
    margin: 10px auto;
  }
  .door1 {
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url(https://testing.cosancare.com/cosan-media/door1.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px grey;
    text-align: center;
    padding: 90px 20px;
    opacity: 1;
    position: relative;
    z-index: 999;
    transform-origin: 0% 0%;
    margin-bottom: 30px;
  }
  .door2 {
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url(https://testing.cosancare.com/cosan-media/door2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px grey;
    text-align: center;
    padding: 90px 20px;
    opacity: 1;
    position: relative;
    z-index: 999;
    transform-origin: 0% 0%;
    margin-bottom: 30px;
  }
  .door1 h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .door1 p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 14px;
  }
  .door1 button {
    background-color: #1aa3d7;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
  }
  .door2 h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .door2 p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 14px;
  }
  .door2 button {
    background-color: #1aa3d7;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
  }
  .carous1 {
    padding: 80px 5px;
    position: absolute;
    z-index: 5;
    transform: scale(1);
  }
  .carous2 {
    padding: 80px 5px;
    position: absolute;
    z-index: 5;
    transform: scale(1);
  }
  .carous1 #carouselExampleFade .carousel-inner img {
    border-radius: 15px;
  }
  .carous1 #carouselExampleFade .carousel-inner {
    padding: 0px 30px;
  }
  .carous2 #carouselExampleFade .carousel-inner {
    padding: 0px 30px;
  }
  .carous2 #carouselExampleFade .carousel-inner img {
    border-radius: 15px;
  }
  .but button {
    margin-top: 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #1aa3d7;
    border: none;
    padding: 10px 25px;
  }
  .but1 {
    text-align: center;
  }
  .but2 {
    text-align: center;
  }
  .but button:hover {
    background-color: #d1d13b;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.4s ease-out;
  }

  .carousel-control-next {
    padding-right: 65px;
  }
  .carousel-control-prev {
    padding-left: 65px;
  }
  .colp1:hover .door1 {
    transform: rotateY(-90deg);
    transition: 2s ease-out;
    z-index: 1;
  }
  .colp2:hover .door2 {
    transform: rotateY(-90deg);
    transition: 2s ease-out;
    z-index: 1;
  }
  .call_action p {
    margin-bottom: 20px;
  }
  .call_action {
    padding: 50px 20px;
  }
  .call_action h3 {
    font-size: 22px;
  }
  .accord_sec .container .row .col-sm-5 h3 {
    text-align: center;
  }
  .it-heading:after {
    content: "";
    height: 5px;
    width: 50px;
    background: #1aa3d7;
    position: absolute;
    left: 43%;
    bottom: -18px;
    border-radius: 5px;
  }
  .main_footer .container .row .col-sm-3 {
    margin-top: 30px;
  }
  .main_footer {
    padding: 20px 15px;
  }
}
