.tc_body {
  width: 100%;
  float: left;
  padding: 0;
}

.tc_card {
  float: left;
  list-style: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tc_inner_card .tc_shadow {
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.01) 100%);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.01) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.01) 100%);
  /*background-image: linear,right,rgba(0,0,0,0.16) 0%,rgba(0,0,0,0.01) 100%;*/
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.tc_inner_card:hover .tc_shadow {
  opacity: 1;
}

.tc_modal {
  max-width: 890px;
  position: fixed;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}

.tc_inner_modal {
  margin: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}

.tc_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.tc_modal_open {
  overflow: hidden;
}

.tc_main_modal {
  z-index: 105;
  top: -100%;
  display: block;
  visibility: hidden;
}

.tc_modal.tc_straighten {
  -webkit-transform: rotate(0);
  -moz-transform:  rotate(0);
  -o-transform:  rotate(0);
  transform:  rotate(0);
}


.tc_to_top {
  -webkit-transform: rotate(-45deg);
  -moz-transform:  rotate(-45deg);
  -o-transform:  rotate(-45deg);
  transform:  rotate(-45deg);
  top: -200%;
  z-index: 101;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tc_to_bottom {
  -webkit-transform: rotate(45deg);
  -moz-transform:  rotate(45deg);
  -o-transform:  rotate(45deg);
  transform:  rotate(45deg);
  -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  top: 200%;
  z-index: 102;
}

.tc_to_bottom.force {
  top: 200% !important;
}

.tc_to_left {
  -webkit-transform: rotate(-45deg);
  -moz-transform:  rotate(-45deg);
  -o-transform:  rotate(-45deg);
  transform:  rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  left: -200%;
  z-index: 103;
}

.tc_to_right {
  -webkit-transform: rotate(45deg);
  -moz-transform:  rotate(45deg);
  -o-transform:  rotate(45deg);
  transform:  rotate(45deg);
  -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  left: 200%;
  right: auto;
  z-index: 104;
}

body .tc_flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tc_front1, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front2, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front3, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front4, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front5, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front6, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tc_front7, .tc_back {
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .tc_front1 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front2 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front3 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front4 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front5 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front6 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}
body .tc_front7 {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-webkit-transform: translate3d(0, 0, 0);
}

body .tc_back {
	-webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*Chrome Flicker Hack*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  body .tc_inner_card {
    transform-style: flat ;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -o-transform-style: flat;

  }
  body .tc_flipped {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
  }
}
*/
.tc_inner_card {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  width:100%;
  height:150px;
  -webkit-transform: perspective(2200px) translate(0, 0);
  -moz-transform: perspective(2200px) translate(0, 0);
  -ms-transform: perspective(2200px) translate(0, 0);
  -o-transform: perspective(2200px) translate(0, 0);
 /* background-image:url(../images/22.jpg);*/
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}
.firstbk1 {
	background-image:url(../images/thumbnails/11.jpg);
}
.firstbk2 {
	background-image:url(../images/thumbnails/22.jpg);
}
.firstbk3 {
	background-image:url(../images/thumbnails/33.jpg);
}
.firstbk4 {
	background-image:url(../images/thumbnails/44.jpg);
}
.firstbk5 {
	background-image:url(../images/thumbnails/66.jpg);
}
.firstbk6 {
	background-image:url(../images/thumbnails/55.jpg);
}
.firstbk7 {
	background-image:url(../images/thumbnails/77.jpg);
}
.tc_click_target {
  padding: 10px;
  display:block;
}

.tc_close {
  z-index: 110;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}

.tc_flip_toggle {
  z-index: 110;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}

.tc_inner_card > * {
  position: relative;
}

.tc_entrance.tc_next {
  right: -100px;
  opacity: 0;
}

.tc_entrance.tc_prev {
  left: -100px;
  opacity: 0;
}

.tc_next, .tc_prev {
  position: fixed;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 44px;
  line-height: 100%;
  border-radius: 50px;
  display: block;
  width: 48px;
  padding: 10px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  opacity: 1;
  z-index: 105;
  -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}

.tc_next {
  right: -20px;
  text-indent: 10px;
}

.tc_prev {
  left: -24px;
  text-indent: 16px;
}

.tc_card.animate {
  -webkit-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  -o-transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
  transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99);
}

.tc_inner_card:hover {
  -webkit-transform: perspective(2200px) rotateY(25deg);
  -moz-transform: perspective(2200px) rotateY(25deg);
  -ms-transform: perspective(2200px) rotateY(25deg);
  -o-transform: perspective(2200px) rotateY(25deg);
  transform: perspective(2200px) rotateY(25deg);
}


.tc_inner_card.tilt_left:hover {
  -webkit-transform: perspective(2200px) rotateY(-25deg);
  -moz-transform: perspective(2200px) rotateY(-25deg);
  -ms-transform: perspective(2200px) rotateY(-25deg);
  -o-transform: perspective(2200px) rotateY(-25deg);
  transform: perspective(2200px) rotateY(-25deg);
}

.tc_inner_card.tilt_up:hover {
  -webkit-transform: perspective(2200px) rotateX(25deg);
  -moz-transform: perspective(2200px) rotateX(25deg);
  -ms-transform: perspective(2200px) rotateX(25deg);
  -o-transform: perspective(2200px) rotateX(25deg);
  transform: perspective(2200px) rotateX(25deg);
}

.tc_inner_card.tilt_down:hover {
  -webkit-transform: perspective(2200px) rotateX(-25deg);
  -moz-transform: perspective(2200px) rotateX(-25deg);
  -ms-transform: perspective(2200px) rotateX(-25deg);
  -o-transform: perspective(2200px) rotateX(-25deg);
  transform: perspective(2200px) rotateX(-25deg);
}


.tc_entrance_bottom {
  -webkit-animation-name: tc_entrance_bottom;
  animation-name: tc_entrance_bottom;
}

/*@-webkit-keyframes tc_entrance_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tc_entrance_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
*/
.tc_entrance_top {
  -webkit-animation-name: tc_entrance_top;
  animation-name: tc_entrance_top;
}


/*@-webkit-keyframes tc_entrance_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tc_entrance_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
*/

.tc_entrance_left {
  -webkit-animation-name: tc_entrance_left;
  animation-name: tc_entrance_left;
}


/*@-webkit-keyframes tc_entrance_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tc_entrance_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
*/

.tc_entrance_right {
  -webkit-animation-name: tc_entrance_right;
  animation-name: tc_entrance_right;
}


/*@-webkit-keyframes tc_entrance_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tc_entrance_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}*/

    .page-container {
      max-width: 1010px;
      margin: auto;
      position: relative;
    }
    
    .page-container p{
      font-size: 21px;
      font-weight: 100;
      line-height: 180%;
    }
    
    .page-container h3 {
      font-family: "noto serif";
      font-size: 23px;
    }
	.page-container ul {
	  margin-left:0 !important;
	}
    .tip {
      display: none;
    }

    .tc_modal {
      width: 890px;
    }
    
    .tc_body .tc_card .tc_inner_card .tc_click_target {
      font-size: 15px;
      color: #000000;
      line-height: 25px;
      font-weight: 300;
      text-align: left;
      padding: 20px 20px 20px 20px;
	  text-align:justify;
   }
    
    .tc_card:nth-child(1n+1) .tc_inner_card  {
      border-bottom: 3px solid #1345ED;
    }
    
    .tc_card:nth-child(2n+2) .tc_inner_card  {
      border-bottom: 3px solid #03A010;
    }
    
    .tc_card:nth-child(3n+3) .tc_inner_card  {
      border-bottom: 3px solid #F8B00F;
    }
    
    .tc_card:nth-child(4n+4) .tc_inner_card {
      border-bottom: 3px solid #DD4330;
    }
    
    
    .tc_back p {
      font-family: Open Sans, sans-serif;
      font-weight: 300;
      padding: 50px 20px 20px;
      margin: 0 0 10px 0;
      color: #8A8C93;
      color: #777;
      letter-spacing: -1.2px;
      font-size: 3.5625em;
      line-height: 72px;
      text-align: left;
    }
    .tc_inner_modal .tc_front1 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/2.jpg);
    }
	.tc_inner_modal .tc_front2 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/3.jpg);
    }
	.tc_inner_modal .tc_front3 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/4.jpg);
    }
	.tc_inner_modal .tc_front4 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/5.jpg);
    }
	.tc_inner_modal .tc_front5 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/6.jpg);
    }
	.tc_inner_modal .tc_front6 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/7.jpg)
    }
	.tc_inner_modal .tc_front7 {
      min-height: auto;
	  background-image:url(../images/flipinsidebanner/1.jpg);
    }
    
   /* .tc_inner_modal .tc_front1 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front2 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front3 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front4 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front5 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front6 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
	.tc_inner_modal .tc_front7 h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
    
    .tc_inner_modal .tc_front1 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front2 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front3 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front4 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front5 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front6 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	.tc_inner_modal .tc_front7 p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
	*/
    .tc_next, .tc_prev {
      line-height: 90%;
    }
    .tc_inner_modal {
      margin: 40px;
    }
/* flexi Scroller */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.flexy {
	margin-bottom:70px;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px 0px;
    padding:0px 00px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    /*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	visibility:hidden !important;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
@media (max-width: 1280px) {
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    height:180px;
}
}
@media (max-width: 1048px) {
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    height: 180px;
}
}
@media (max-width: 980px) {
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    height: 210px;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 31.11% !important;
}
}

@media(max-width : 780px) {
/* Styles */
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    height:260px;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 31.11% !important;
}
}

@media (max-width: 640px) {
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    height:200px;
	width:100%;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 48% !important;
}
.tc_modal {
    height: 300px;
    width: 92% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal {
    margin: 6px;
}
.tc_inner_modal .tc_front1 h1 {
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front1 p {
    font-size: 20px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front2 h1 {
    font-size: 26px;
    margin-bottom: 3px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front2 p {
    font-size: 18px;
    line-height: 180%;
    min-height: 70px;
    text-align: left;
}
.tc_inner_modal .tc_front3 h1 {
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front3 p {
    font-size: 19px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front4 h1 {
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front4 p {
    font-size: 20px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front5 h1 {
    font-size: 28px !important;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front5 p {
    font-size: 21px !important;
    line-height: 167%;
    text-align: left;
}.tc_inner_modal .tc_front6 h1 {
    font-size: 26px !important;
	margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front6 p {
    font-size: 20px !important;
    line-height: 167%;
    text-align: left;
}
}
@media (max-width: 540px) {
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
	width:100%;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 100% !important;
}
.tc_modal {
    height: auto ;
    width: 92% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal {
    margin: 6px;
}
.tc_inner_modal .tc_front1 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front1 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front2 h1 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front2 p {
    font-size: 18px;
    line-height: 180%;
    min-height: 70px;
    text-align: left;
}
.tc_inner_modal .tc_front3 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front3 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front4 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front4 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front5 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front5 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}.tc_inner_modal .tc_front6 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front6 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
}
@media (max-device-width : 480px) {
/* Styles */
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    width: 96%;
}
.tc_click_target {
padding: 13px 14px 20px !important;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 100% !important;
}
.tc_modal {
    height: 80% ;
    width: 100% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal {
    margin: 6px;
}
.tc_modal {
    height: 250px;
    width: 92% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal .tc_front1 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front1 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front2 h1 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front2 p {
    font-size: 18px;
    line-height: 180%;
    min-height: 70px;
    text-align: left;
}
.tc_inner_modal .tc_front3 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front3 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front4 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front4 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front5 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front5 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}.tc_inner_modal .tc_front6 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front6 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    width: 96%;
}
.tc_click_target {
 padding: 35px 20px 20px;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 100% !important;
}
.tc_modal {
    height: 80% ;
    width: 100% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal {
    margin: 6px;
}
.tc_modal {
    height: 250px;
    width: 92% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal .tc_front1 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front1 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front2 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front2 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front3 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front3 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front4 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front4 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front5 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front5 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}.tc_inner_modal .tc_front6 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front6 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
}
@media (max-width : 320px) {
/* Styles */
.tc_inner_card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: auto;
    transform: perspective(2200px) translate(0px, 0px);
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(0.1, 0.1, 0.41, 0.99) 0s;
    width: 96%;
}
.tc_click_target {
 padding: 35px 20px 20px;
}
.card{
display: list-item !important;
margin: 1% !important;
width: 100% !important;
}
.tc_modal {
    height: 250px;
    width: 92% ;
	left: 10px ;
    position: absolute;
    top: 2479px;
    transform: scale(0.96);
}
.tc_inner_modal .tc_front1 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front1 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front2 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front2 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front3 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front3 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front4 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front4 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal .tc_front5 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front5 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}.tc_inner_modal .tc_front6 h1 {
    font-size: 18px !important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.tc_inner_modal .tc_front6 p {
    font-size: 12px !important;
    line-height: 167%;
    text-align: left;
}
.tc_inner_modal {
    margin: 6px;
}
}
