body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    transition: all .1s ease;
}

ul {
    padding: 0;
}

.form-control:focus {
    box-shadow: none;
}

*:focus {
    outline: 0 !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(74, 96, 142, 0.36) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(74, 96, 142, 0.36) !important;
}

::placeholder {
    color: rgba(74, 96, 142, 0.36) !important;
}

/* h2 {
    font-size: 36px;
    font-weight: bold;
    color: #0c3178;
    margin: 0;
} */

.page-body {
    background: url(../images/curve-1.svg) no-repeat left top, url(../images/curve-2.svg) no-repeat right 350px, url(../images/curve-3.svg) left bottom no-repeat, url(../images/curve-4.svg) no-repeat right bottom;
    margin-top: 90px;
}
h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #0C3178;
    margin-bottom: 40px;
}

.demo-banner {
	margin-top: 100px !important;
    color: #607397;
    padding:35px 0;
    line-height:33.5px;
}

.demo-banner a{
    text-decoration: none;
    font-weight: 600;
    color: #607397;
}

.demo-banner .row{align-items: center;justify-content: center;}

.demo-banner img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.sub-text {
    font-size: 20px;
    color: #607397;
    font-weight: 400;
}

.card{
	border:none;
	border-radius:4px;
	margin-bottom:20px;
    box-shadow: 0px 5px 15px 3px rgb(0 0 0 / 5%);
}

.card img{
	border-radius: 4px;
}

body{
    background-color:#F9F9F9;
}

.demo-video{
    margin-top: 4%;

}


.card-head{
    font-size: 18px;
    font-weight: 700 !important;
    text-align: left;
    color: #142546 !important;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    /* line-clamp: 3;  */
    -webkit-box-orient: vertical;
}

.demo-banner span{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color:#474C66 !important;
}

.demo-page-banner p {
	background:none;
	margin-top: 40px;
    margin-bottom: 0rem;
    padding-bottom: 30px;
}

.demo-page-sec{
	padding:0 10%;
}

.demo-page-head{
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
	color: #0C3178;	
    margin-bottom: 3%;
}

.clearfix .content-type {
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    background: #D5EEEC;
    border-radius: 50px;
    padding: 10px;
    display: block;
}

.social-icons{
	display:in-line;
    margin-left: 2%;
}

.social-icons img{
	padding-right:10px;
}

.demo-video-para{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
	text-align: left;
	color: #142546;
    padding-top: 1.5rem;
}

.time-stamp {
    display: none;
}

.snapshot {
    width: 80%;
    height: auto;
    margin: 20px 0;
}

.vimage {
    text-align: center;
  display: block;
}

.demo-video-para ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
  }
  
.demo-video-para ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-top: 35px;
    line-height: 1.5rem;
  }

.demo-video-para ol li::before {
    content: counter(my-awesome-counter);
    color: #142546;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    /* transform: rotate(-10deg); */
    background: #76CCB1;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
  }

.calendly-badge-content{
    display: none !important;
}

.play-time {
    position: absolute;
    bottom: -5px;
    left: 10px;
    /* display: none; */
    background-color: #717171;
    display: inline-block;
    border-radius: 0.5rem;
    padding: 1%;
    font-size: 10px;
    color: white;
}

.card-top-container {
    display: block;
    position: relative;
}

    
.topheading {
    text-align: left;
    position: relative;
    margin-bottom: 35px;    
    margin-top: 2rem;
    overflow: hidden;
}

.topheading:after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    top: 40%;
}

.topheadInner {
    background: #F9F9F9;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.c-type{
    font-size: 30px;
    font-weight: 700;
    color:#0C3178;
    padding-right: 15px;
}

.content-type {
    display: none;
}
.demo-videos-sec .demo-page-head{
    margin-top: 5rem;
}

.clearfix.mt-5 {
    display: flex;
    align-items: center;
}