@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');
html,
body {
    height: 100%;
    font-family: 'Bitter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.menu-area {
    background: goldenrod
}

.resize {
    height: 68%;
    width: 100%;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    /* text-transform: capitalize; */
    padding: 16px 15px;
    font-family: 'Bitter', sans-serif;
    display: block !important;
}


/*.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #4CAF50;outline: 0;}*/


/*==========Sub Menu=v==========*/

.mainmenu .collapse ul>li>ul>li:hover>a {
    background: #fefefe;
    color: #000000;
}


/*.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #4CAF50;}*/


/*.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}*/

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #f7f7f7;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #f7f7f7;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #f7f7f7;
}


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

.navbar-nav .blue-box-menu {
    /* border-radius: 10px;
    border: 1px solid #002134; */
    font-weight: bold;
    color: #002134;
}

.new-jv-register-banner {
    position: absolute;
    top: 20%;
    left: 10%;
}

.new-jv-clubhouse-banner {
    top: 24%;
}

.new-jv-register-banner h3 {
    text-align: left;
    font-size: 2em;
    font-weight: bold;
}

.new-jv-register-banner .sub-section-banner-content,
.new-jv-register-banner .jv-register-banner-link {
    text-align: left;
    padding-top: 2%;
    /* width: 70%; */
    font-size: 1.25em;
}

.new-jv-register-banner .sub-section-banner-content .row {
    padding-top: 2%;
    /* width: 80%; */
    margin-bottom: 10px;
    max-width: 1000px;
}

.new-jv-register-banner .sub-section-banner-content .banner-tag {
    font-size: 1em;
    color: #002134;
    background: #fff;
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: white;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-right: 1px solid white;
    /* This makes room for the triangle */
    margin-right: 19px;
    position: relative;
    font-weight: 300;
    line-height: 30px;
    padding: 0 10px 0 10px;
}


/* Makes the triangle */

.new-jv-register-banner .sub-section-banner-content .banner-tag:before {
    content: "";
    position: absolute;
    display: block;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
}


/* .new-jv-register-banner .sub-section-banner-content .triangle {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
} */

.new-jv-register-banner .jv-register-banner-link .btn-primary,
.new-jv-register-banner .jv-register-banner-link .btn-primary:not(:disabled):not(.disabled):active,
.new-jv-register-banner .jv-register-banner-link .btn-primary:not(:disabled):not(.disabled).active,
.new-jv-register-banner .jv-register-banner-link .show>.btn-primary.dropdown-toggle,
.clubhouse-btn .btn-primary {
    background-color: #557b04;
    border-color: #557b04;
    width: 250px;
    border-radius: 25px;
    font-size: 1.1em;
}

.new-jv-register-banner .jv-register-banner-link .btn-primary:focus,
.new-jv-register-banner .jv-register-banner-link .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #557b04;
}

.new-jv-register-banner .jv-register-banner-link span {
    font-size: .90em;
    padding-left: 2%;
}

.clubhouse-content-area {
    margin-bottom: 20px;
}

.clubhouse-content-area h3,
.clubhouse-content-area h5,
.clubhouse-btn {
    margin: 15px;
}

.clubhouse-content-area img {
    width: 100%;
}

.clubhouse-content-area .col-md-8 {
    margin: auto;
}

.clubhouse-content-area .follow-us ul {
    list-style: none;
}

.clubhouse-content-area .follow-us ul a,
.clubhouse-content-area .follow-us ul a:hover {
    cursor: pointer;
    text-decoration: none;
}

.new-landing-page .mainmenu {
    background: #ffffff !important;
}

.new-landing-page .jv-health-innovation-partner .row .col-md-6 {
    text-align: left;
    padding: 10px;
}

.new-landing-page .contact-social ul li a {
    color: #002134;
}

.landing-content-area .nav-link {
    min-height: 80px;
    margin: auto;
    padding: 10px;
    border-radius: 0;
    color: #002134;
}

.landing-content-area .nav-link[aria-selected="true"] {
    background: #fff;
    color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.landing-content-area .nav-link h4 {
    padding-left: 20px;
}

#pills-about ul {
    list-style-type: none;
}

#pills-about ul li {
    padding: 10px 0;
}

#pills-about .about-partner-bullet {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #002134;
    color: #fff;
    margin: auto;
    text-align: center;
    padding-top: 7px;
}

#pills-about .bullet-desc {
    padding-left: 15px;
    padding-top: 5px;
}

#pills-focusarea-tab h4,
#pills-startups-tab h4 {
    padding-top: 15px;
}


/* #pills-startups img {
    width: 100%;
    max-width: 250px;
} */

.landing-content-area .tab-content {
    padding: 3%;
    font-size: 18px;
    color: #002134;
}

.landing-content-area .about-partner-title {
    margin-bottom: 10px;
}

.landing-content-area p.about-partner-desc-title {
    padding: 20%;
    font-size: 24px;
    font-weight: bold;
}

.focusarea-tile {
    padding-top: 20px;
    padding-bottom: 20px;
}

.focusarea-tile .focus-area-img-container,
.focusarea-tile .focus-area-img-desc {
    text-align: center;
}

.focusarea-tile .focus-area-img-container {
    padding-bottom: 30px;
}

.focusarea-tile .focus-area-img-container img {
    width: 75px;
}

.focusarea-tile .focus-area-img-desc .focus-area-img-desc {
    margin: auto;
    width: 100%;
    text-align: center;
}

#pills-focusarea .focus-area-known-title {
    padding: 20px;
    background-color: #002134;
    color: #FFFFFF;
    font-weight: bold;
}

#pills-focusarea .focus-area-known-title div:nth-child(2),
#pills-focusarea .focus-area-known-title-desc div:nth-child(2) {
    border-left: 1px solid #ccc;
}

#pills-focusarea .focus-area-known-title-desc {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #002134;
}

#pills-focusarea .focus-area-known-title-desc div {
    line-height: 30px;
}

#pills-corporate h3,
#pills-startups h3,
#pills-startups div,
#pills-corporate div {
    text-align: center;
}

#pills-corporate h3,
#pills-startups h3 {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#pills-corporate img,
#pills-startups img {
    width: 90%;
}

/*Speakers button*/
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    /*.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-padding {
    padding: 60px 0;
}

.video-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.change-col {
    color: #000;
    !important;
}

video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

.text-layout {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header-text {
    margin-top: 60px;
    width: 90%;
}

.header-text h2 {
    color: #fff;
    font-size: 60px;
    margin-top: 10px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.header-text p {
    color: #fff;
    font-size: 28px;
    margin: 10px 0 40px;
}

.text-style {
    font-weight: 500;
    color: #212121;
    font-size: 16px;
    font-family: Bitter, sans-serif;
}

.title-style {
    font-weight: 700;
    color: #212121;
    font-family: Bitter, sans-serif;
}

.button {
    background-color: #ebebeb;
    /* Green */
    color: #212121;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #8a8d8f;
    border-radius: 35px;
    /*padding: 18px 15%;*/
    padding: 18px 5%;
    width: 250px;
}

.site-heading {
    margin-bottom: 30px;
    overflow: hidden;
}

.site-heading h2::before {
    background: #4ac4f3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 50px;
}

.site-heading h2::after {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

.simplebox {
    outline: none;
    /*border: none !important;*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.box {
    height: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-style {}

h2 {
    text-align: center;
    padding: 7px 20px;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.card-title {
    font-weight: bold;
}

.card-text {
    font-size: 12px;
}

.img-fix {
    width: 255px;
    height: 310px;
}

.card-style>img {
    border-radius: 12%;
    padding: 12px;
    border: 1px dashed #623CCC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 0 8px 0 rgba(0, 0, 0, 0.19);
}

.button:hover {
    background-color: #6f00d3;
    color: #ffffff;
}


/**** UPPER FOOTER MENU STYLE *****/

.single-footer-top {
    padding-right: 30px;
}

.single-footer-top h2 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

.btn-outline-violet {
    color: #723fd4;
    border-color: #723fd4;
}

.btn-outline-violet:hover {
    color: #fff;
    background-color: #723fd4;
    border-color: #723fd4;
}

.contact-social ul,
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-social ul li a {
    font-size: 20px;
    color: #623bcc;
}

.contact-socialftt19 ul li a {
    font-size: 20px;
    color: #b6cd36!important;
}

.footer-menu ul li {
    margin-bottom: 6px;
}

.footer-menu ul li a {
    color: #000;
    font-size: 14px;
}


/**** FOOTER STYLE *****/

.footer-area {
    background: #000;
    padding: 30px 0px;
}

.footer-text h6 {
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
}

.back-img {
    height: 150px;
    background: url(../assets/Artboard.png) no-repeat 0 0;
    background-size: cover;
}

.startupBox {
    padding: 15px;
    border: 1px solid #eeeaeb;
    border-radius: 20px;
    box-shadow: 0 7px 5px #ccc;
}

.divider20 {
    height: 20px;
    clear: both;
}

.notice {
    color: #e9a00a;
    border-color: #f9ce75;
}

.txtBlue2 {
    font-style: italic;
    line-height: 12px;
    color: #078dd2;
}

.pageBox {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.box-notification-shadow {
    border: 1px solid #9bb41e;
    border-radius: 20px;
    box-shadow: 7px 7px #defa52;
}


/* ==============================
   Team
   ============================== */

.team-item {
    padding: 10px 0;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e6e8e9;
}

.team-item-image {
    position: relative;
    overflow: hidden;
}

.htt-company-startup .team-item {
    height: 200px;
}

.team-item-image img {
    width: 100%;
}

.team-item-image:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    -webkit-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -moz-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -ms-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -o-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    background: transparent;
}

.btn-outline-violet {
    color: #723fd4;
    border-color: #723fd4;
}

.btn-outline-violet:hover {
    color: #fff;
    background-color: #723fd4;
    border-color: #723fd4;
}

.team-item-detail {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.team-item-descr {
    text-align: center;
    color: #777;
}

.team-item-name {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: initial;
    color: #333;
}

.team-social-links {
    font-size: 14px;
    cursor: pointer;
}

.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    -webkit-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -moz-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -ms-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    -o-transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    transition: all .27s cubic-bezier(.000, .000, .580, 1.000);
    color: rgba(0, 0, 0, .4);
}


/* Hover state */

.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(255, 255, 255, .93);
}

.no-mobile .team-item:hover .team-item-detail {
    opacity: 1;
}

.no-mobile .team-item:hover .team-item-descr {
    color: #111;
}

.no-mobile .team-social-links a:hover {
    color: rgba(0, 0, 0, .75);
}


/* Mobile touch */

.team-item.js-active .team-item-image:after {
    background: rgba(255, 255, 255, .93);
}

.team-item.js-active .team-item-detail {
    opacity: 1;
}

.team-item.js-active .team-item-descr {
    color: #111;
}

.team-item.js-active .team-social-links a:hover {
    color: rgba(0, 0, 0, .75);
}


/*.fluid-width-video-wrapper {*/


/*width: 100%;*/


/*position: relative;*/


/*padding: 0;*/


/*}*/

div.timeslot-time {
    padding: 7px 0;
    line-height: 18px;
    /* width: 200px; */
    height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 7px;
    background-color: #0674bb;
}

.box-style {
    height: 150px;
    background-color: gray;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.img-back {
    height: 220px;
    width: 100%;
    background-position: 0 0;
    background-size: cover;
    background-image: url("../assets/inn.jpg");
}

.mainmenu {
    background: #d6f7f9;
}

.ftt19>.mainmenu {
    background-color: #b6cd36;
}

.divider50 {
    height: 50px;
    clear: both;
}

.btn-outline-Red {
    color: #d90207;
    border-color: #d90207;
}

.btn-outline-Red:hover {
    color: #fff;
    background-color: #d90207;
    border-color: #d90207;
}

.newsletter-iv {
    border:1px solid #EEE; background:white;
    width:480px;
    height:320px;
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

@media (max-width: 1171px) {
    .header-text h2 {
        color: #fff;
        font-size: 45px;
        margin-top: 10px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .header-text p {
        color: #fff;
        font-size: 21px;
        margin: 10px 0 40px;
    }
}

@media (max-width: 680px) {
    .header-text h2 {
        color: #fff;
        font-size: 30px;
        margin-top: 10px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .header-text p {
        color: #fff;
        font-size: 14px;
        margin: 10px 0 40px;
    }
    .mobileh {
        height: 64px;
    }
    .divider10 {
        height: 10px;
        clear: both;
    }
    #eventbrite-widget-modal-trigger-54901402573 {
        margin-left: 10px;
    }
    
}


/*Pricing table*/

.pricingTable {
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 260px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after {
    content: '';
    background: linear-gradient(to left bottom, #557b04 45%, transparent 50%);
    height: 40px;
    width: 15px;
    position: absolute;
    top: 50px;
    left: -15px;
    z-index: -1;
}

.pricingTable:after {
    transform: rotateY(180deg);
    left: auto;
    right: -15px;
}

.pricingTable .pricingTable-header {
    color: #fff;
    background: #80b808;
    padding: 15px 0 25px;
    margin: 0 -15px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.pricingTable .title {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

.pricingTable .price-value {
    color: #000;
    font-size: 80px;
    font-weight: 500;
    display: inline-block;
}

.pricingTable .pricing-content {
    padding: 20px 0;
    margin: 0 -13px;
    border-right: 15px solid #80b808;
    border-left: 15px solid #80b808;
}

.pricingTable .pricing-content ul {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #404040;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 23px;
    position: relative;
}

.pricingTable .pricing-content li:before {
    content: "";
    background: #80b808;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    left: 6px;
}

.pricingTable .pricingTable-signup {
    position: absolute;
    bottom: 3px;
    left: 46px;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: #80b808;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 24px;
    display: inline-block;
    position: relative;
    bottom: -28px;
    transition: all 0.3s;
}

.pricingTable .pricingTable-signup a:hover {
    background: #557b04;
    text-shadow: 0 0 5px #000;
    text-decoration: none;
}

.pricingTable .pricingTable-signup a:before,
.pricingTable .pricingTable-signup a:after {
    content: '';
    background: linear-gradient(to left bottom, #557b04 48%, transparent 50%);
    height: 50%;
    width: 25%;
    position: absolute;
    left: -25%;
    bottom: 0;
    z-index: -1;
}

.pricingTable .pricingTable-signup a:after {
    transform: rotateY(180deg);
    left: auto;
    right: -25%;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 auto 60px;
    }
}

@media only screen and (max-width: 576px) {
    .pricingTable {
        margin: 0 auto 60px;
        width: 100%;
    }
    .mTop20 {
        margin-top: 20px;
    }
}

div.timeslot-timeNew {
    padding: 5px 0;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 7px;
    background-color: #0372d0;
}

.fa-user,
.greenText {
    color: #0372d0;
}

.agendaBorder {
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 7px;
}

.agendaGrayBg {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.agendaBlueBg {
    background: rgba(237, 245, 253, 1);
    background: -moz-linear-gradient(left, rgba(237, 245, 253, 1) 0%, rgba(173, 207, 245, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237, 245, 253, 1)), color-stop(100%, rgba(173, 207, 245, 1)));
    background: -webkit-linear-gradient(left, rgba(237, 245, 253, 1) 0%, rgba(173, 207, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(237, 245, 253, 1) 0%, rgba(173, 207, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(237, 245, 253, 1) 0%, rgba(173, 207, 245, 1) 100%);
    background: linear-gradient(to right, rgba(237, 245, 253, 1) 0%, rgba(173, 207, 245, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edf5fd', endColorstr='#adcff5', GradientType=1);
}

.video1 {
    position: relative;
}

.overlay {
    width: 100%;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.videoBox {
    position: fixed;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.videoBox video {
    width: 100%;
    position: relative!important;
}

.closeBtn {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
    background: transparent url(../images/close.png) no-repeat center center;
    opacity: .8;
}

.close:hover {
    opacity: 1;
}

@media (min-width: 767px) {
    .videoBox {
        width: 50%;
    }
}

.customer-logos.slider {
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-container {
    max-height: 750px;
    margin-top: 85px;
}

.efintech-banner {
    background: url(../images/banner/efintechtalk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    max-height: 400px;
    padding-top: 8%;
    padding-left: 10%;
    color: #fff
}

.fintechtalkshow-banner {
    background-image: url(../images/banner/fintechtalkshow1.png);
    /* Set a specific height */
    height: 50%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-fintechshowtalk {
    background-image: url(../images/banner/fintechtalkshow1.png);
    background-size: auto;
    background-color: #000000;
    height: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-position: left;
    justify-content: flex-end;
    background-repeat: no-repeat;
    align-items: baseline;
}

.banner-fintechshowtalk>p {
    color: white;
    padding-left: 18%;
    padding-top: 8%;
}

.fintechtalkshow-banner-footer {
    height: 60px;
    text-align: center;
    font-size: 2em;
    margin: auto;
    color: #fff;
    padding-top: 10px;
    background-color: #010230;
}

.efintech-banner h2 hr,
.fintechtalkshow-banner h2 hr {
    border-top: 1px solid #c5c3c3;
    width: 25%;
    position: absolute;
}

.efintech-banner p,
.fintechtalkshow-banner p {
    padding: 7px 20px;
}

.efintech-banner .btn-primary-subscribe,
.banner-fintechshowtalk .btn-primary-subscribe,
.sidebar-fintechtalkshow .btn-primary-subscribe {
    background-color: #77943a;
    border-color: #77943a;
    width: 150px;
    color: #fff;
    border-radius: 25px;
    font-size: 1.1em;
}

.banner-fintechshowtalk .btn-primary-subscribe {
    width: 300px;
    font-size: 1em;
}

.banner-fintechshowtalk .btn-primary-subscribe.blue-btn,
.sidebar-fintechtalkshow .btn-primary-subscribe.blue-btn {
    background-color: #324eef;
    border-color: #324eef;
}

.sidebar-fintechtalkshow .btn-primary-subscribe {
    width: 180px;
    font-size: 1em;
}

.fintechtalkshow-subsection p,
.fintechtalkshow-subsection a,
.fintechtalkshow-subsection h5,
.fintechtalkshow-subsection h7,
.fintechtalkshow-subsection span,
.sidebar-fintechtalkshow span {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fintechtalkshow-subsection {
    padding: 40px;
}

.fintechtalkshow-subsection .dated-title {
    background-color: #010230;
    color: #fff;
    width: 210px;
    padding: 5px;
}

.substack-post-details {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 40px;
}

.substack-post-details a,
.substack-post-details a:hover,
.substack-post-details a:active {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.substack-post-details h3 {
    font-weight: bold;
}

.substack-post-details .col-md-2 img {
    width: 100%;
}

.show-more-substack {
    width: 100%;
    text-align: center;
    margin: 40px auto;
}

.show-more-substack .btn-primary-subscribe {
    background-color: #77943a;
    border-color: #77943a;
    width: 150px;
    color: #fff;
    border-radius: 25px;
    font-size: 1.1em;
}

.substack-subscribe-banner {
    height: 130px;
    margin: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #010230;
}

.substack-subscribe-banner .container-fluid {
    padding-top: 50px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

@media (min-width: 1500px) {
    .efintech-banner {
        padding-top: 6%;
    }
    .efintech-banner h2 {
        font-size: 220%;
    }
    .efintech-banner p {
        font-size: 150%;
    }
    .efintech-banner .btn-primary-subscribe {
        font-size: 100%;
    }
    .show-more-substack .btn-primary-subscribe {
        font-size: 130%;
        width: 170px;
    }
    .substack-post-details {
        font-size: 130%;
    }
    .new-jv-clubhouse-banner {
        font-size: 125%;
    }
    .clubhouse-content-area h3,
    .clubhouse-content-area h5,
    .clubhouse-btn {
        margin: 25px 15px 25px 15px;
    }
    .clubhouse-btn {
        font-size: 125%;
    }
}


/*Fintech Show*/

.fintech_show {}

.orangText {
    color: #cc9933;
}

.font21 {
    font-size: 21px;
}

.fintech_show .bannerBtn {
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 16px;
}

.p0 {
    padding: 0px;
}

.fintech_show .new-jv-register-banner .sub-section-banner-content .row {
    padding: 0px;
}

.globalText {
    line-height: 60px;
    font-size: 30px;
}

.htt-banner-section {
    color: #0c1b40;
}

.htt-presents {
    color: red;
    font-weight: bolder;
}

.htt-banner-sub .globalText {
    text-align: center;
    line-height: 70px;
    font-size: 38px;
    font-weight: bold;
}

.htt-register-btn-container {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100px;
    padding-top: 30px;
}

.bannerBtn.htt-register-btn {
    width: 90%;
    font-size: 22px;
}

.innovation-challenge-tag {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 5px 2px;
    color: #dfaf24;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.interSection {
    background: #0c1b40;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.tile-img-banner {
    background-color: #0C1C40;
    background: url(../images/htt/upcoming-event.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 347px;
    height: 254px;
    position: relative;
}

.tile-img-banner .tile-img-banner-title {
    position: absolute;
    top: 10px;
    color: #ffffff;
    padding: 40px;
    font-weight: bolder;
    text-align: left;
}

.tile-img-banner .tile-img-banner-title h3 {
    font-size: 2em;
}

.tile-img-banner .tile-img-banner-desc {
    position: absolute;
    bottom: 0px;
    padding: 5px;
    margin: auto;
    width: 100%;
    background-color: #0C1C40;
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
}

.htt-upcoming-events .card.card-l1 {
    min-height: 500px;
}

.htt-challenge-tagline {
    font-style: italic;
    font-size: 18px;
}

.htt-speakers .img-fluid {
    width: 191px;
    height: 191px;
}

.fintech_show .mainmenu {
    background-color: #FFF;
}

#fintechShowContetn {
    padding: 30px 0px;
}

.blueTimebox {
    background: #0c1b40;
    color: #FFF;
    padding: 7px 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.font25 {
    font-size: 25px;
}

.contTextBox01 {
    padding: 25px 0px;
    font-size: 17px;
}

.fintech_show .team-item-name {
    letter-spacing: normal;
}

.fintech_show .team-item-role {
    letter-spacing: normal;
}

.fintech_show .border-right01 {
    border-right: 2px solid #EFEFEF;
}

.border-top01 {
    border-top: 2px solid #EFEFEF;
}

.mart20b20 {
    margin: 20px 0px;
}

.mart20b20 a {
    margin-right: 15px;
}

.bg0001 {
    background: #53aeec;
}

.bg0002 {
    background: #0077b6;
}

.bg0003 {
    background: #f2efe3;
    color: #333;
}

.bg0004 {
    background: #ff6618;
}

.bg0005 {
    background: #EFEFEF;
}

.social a {
    border: 0px;
}

.fintech_show .whiteText {
    color: #FFF;
    padding: 20px 0px;
    line-height: 44px;
}

.fintech_show .whiteText a {
    text-decoration: underline;
    color: #FFF;
}

.fintech_show .link001 {
    color: #333!important;
    text-decoration: none;
}

.lh30 {
    line-height: 30px;
    padding: 20px 0px;
}

.margin-right20 {
    margin-right: 20px;
}
.h-100{
    height: 100% !important;
}

@media (max-width: 1450px) {
    .innovation-challenge-tag {
        font-size: 14px;
    }
    .htt-banner-sub .globalText {
        line-height: 60px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1045px) {
    .button {
        padding: 10px 5%;
        width: 183px;
    }
}


@media screen and (max-width: 767px) {
    .newsletter-iv {
        width:100%;
    }
}
.bPadding {
    padding: 60px 0px 0px 0px;
}
.error{
    color: red;
}
