
/*--------------------------------------------------------------
# CA TABS
--------------------------------------------------------------*/

.cafaqs .cafaq-title {
  color: #005D7E;
  padding-bottom: 20px;
}

.cafaqs ul.catabs {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

.cafaqs ul.catabs .carow {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
/*  animation: flipdown 0.5s ease both;*/
  border: 1px solid #A1C53E;
  padding: 18px 30px 18px 30px;
  margin: 10px 0;
}

.cafaqs ul.catabs .no-select, 
.cafaqs ul.catabs .catab-title {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cafaqs ul.catabs .catab-title {
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #054D7E;
  text-align: left;
}

.cafaqs ul.catabs .catab-title::after {
  content: ">";
  float: right;
  transform: translate(-2px, 0) rotate(90deg);
}

.cafaqs ul.catabs .catab-desc {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.cafaqs ul.catabs li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.cafaqs ul.catabs li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.cafaqs ul.catabs li:nth-of-type(3) {
  animation-delay: 1s;
}

.cafaqs ul.catabs .carow input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}

.cafaqs ul.catabs .carow input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

/*.cafaqs ul.catabs .carow input[type=checkbox]:checked ~ .catab-title::after {
  transform: translate(2px, 0) rotate(45deg);
}*/

.cafaqs ul.catabs .carow input[type=checkbox]:checked ~ .catab-title::after {
 transform: translate(-2px, 0) rotate(0);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #0C293B;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  margin: 20px 5px;
  border-radius: unset;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #B2CB23;
}

/* Style the tab content */
.tabcontent {
  display: none;
    background: #F2F2F2;
    padding: 40px;
}

.tabcontent h3 {
  color: #0C293B;
}

.tabcontent h3 p {
  margin-bottom: 0;
}

.tabcontent h6 {
  margin-bottom: 40px;
}

.tabcontent a {
  color: white;
}

.carowtitle{
  text-align: left !important;
  padding: 10px 0 !important;
}

.carowtitle h3{
  font-size: 22px;
}