body {
    background: #FFF;
}
a {
    text-decoration: none;
}
.logo {
    max-width: 150px;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

.mt, .md {
    display: block;
    text-wrap: initial;
}
.mt {
    font-size: 18px;
    font-weight: bold;
}
.md {
    font-size: 12px;
    font-weight: normal;
}
.col-megamenu .list-unstyled a {
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}
.btn_getconsultation {
    background: rgb(5,168,243);
    background: linear-gradient(90deg, rgba(5,168,243,1) 0%, rgba(90,198,255,1) 100%);
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 37px;
    width: 294px;
    height: 60px;
    line-height: 60px;
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    padding-left: 30px;
    text-decoration: none;
}
.btn_getconsultation img {
    width: 28px;
    height: 28px;
    align-self: center;
    margin-right: 25px;
}
.fs {
    background: url(/assets/lib/img/bgl.svg);
    background-position: left;
    background-repeat: no-repeat;
}
.getc {
    border: 1px solid #05A8F3;
    border-radius: 37PX;
    padding: 12px 24px;
    color: #05A8F3;
}
.fs_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.fs_title span {
    color: #05A8F3;
}
.fs_c, .fs_va {
    max-width: 312px;
}
.fs_va {
    margin-top: 190px;
}
.fsp {
    position: relative;
}
.fsp:before {
    content: '';
    display: block;
    width: 186px;
    height: 150px;
    border-top: 1px solid #162331;
    border-right: 1px solid #162331;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    opacity: 30%;
    position: absolute;
    top: 120px;
    right: -150px;
}
.fsp:after {
    content: '';
    display: block;
    width: 165px;
    height: 105px;
    border-bottom: 1px solid #162331;
    border-left: 1px solid #162331;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px;
    opacity: 30%;
    position: absolute;
    bottom: 100px;
    right: -30px;
}
.rev_t {
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #162331;
}
.rev_desc {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #162331;
    color: rgba(22, 35, 49, 0.6);
}
.fs_desc {
    border-bottom: 1px solid #162331;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.ocs_bg {
    margin-bottom: 100px;
}
.ocs_bg:before {
    content: '';
    background: url(/assets/lib/img/ocs_bg.svg);
    background-size: 100%;
    background-position: center;
    padding: 70px 0;
    width: 120%;
    height: 120%;
    position: absolute;
    z-index: 0;
}
.ocs {
    background: #fff;
    border-radius: 40px;
    box-shadow: 10px 19px 47px 0px rgba(7, 37, 69, 0.1);
    padding: 30px 30px 50px 30px;
    height: 100%;
}
.ocs_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #162331;
}
.ocs_desc {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #162331;
    color: rgba(22, 35, 49, 0.6);
}


.wcc {
    background: #E9F3FF;
    min-height: 200px;
}
.wcct {
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
}
.wccb {
    padding: 15px 0;
}
.wccb span{
    font-family: Outfit;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    background: #05A8F3;
    border-radius: 37px;
    color: #fff;
    padding: 7px 15px;
}
.wccd {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #101841;
    color: rgba(16, 24, 65, 0.6);
}
.wcci {
    border-bottom: 1px solid #162331;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.wcci:last-child {
    border-bottom: 0;
}
.wccbg {
    background-image: url(/assets/lib/img/wccbg.png);
    -webkit-background-size: 62%;
    background-size: 62%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
.eei {
    background: #05A8F3;
}
.eei_item {
    position: relative;
    min-height: 700px;
    background-image: url(/assets/lib/img/eei_bg.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position-x: center;
    background-position-y: 25%;
    border-bottom: 1px solid #fff;
    padding-bottom: 100px;
}
.eei_item:before {
    content: '';
    width: 650px;
    height: 628px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/assets/lib/img/eei_man.png);
}
.eei_item:after {
    content: '';
    width: 537px;
    height: 628px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets/lib/img/eei_va.png);
}
.eei_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #162331;
    text-transform: uppercase;
}
.eei_title span {
    color: #fff;
}
.eei_desc {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.eei_player_outer {
    display: flex;
    background: #fff;
    padding: 0px 30px;
    border-radius: 40px;
    align-items: center;
}
#waveform {
    width: 100%;
    margin: 0 0 0 30px;
}


@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}

}
@keyframes zoomout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}

}



  .playBtn2 {
    background: #005a83;
    border-radius: 100%;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .playBtn_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    font-size: 1.25rem;
    background: rgb(5,168,243);
    background: linear-gradient(90deg, rgba(5,168,243,1) 0%, rgba(90,198,255,1) 100%);
    color: white;
    transform: translateY(-6px);
  }

  .playBtn2:active .playBtn_2 {
    transform: translateY(-2px);
  }
.playBtn {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
}
.playBtn:hover {
    cursor: pointer;
    animation-name: zoomin;
    -moz-animation-name: zoomin;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
/*     -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
}
.playBtn:active {
    cursor: pointer;
    animation-name: zoomout;
    -moz-animation-name: zoomout;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.jbp_item {
    background: #fff;
    padding: 36px;
    border-radius: 40px;
}
.jbp_titile {
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
}
.jbp_text {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #101841;
    color: rgba(16, 24, 65, 0.6);
    border-bottom: 1px solid #162331;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jbp_name {
    font-family: Outfit;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
}
.jbp_pos {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #101841;
    color: rgba(16, 24, 65, 0.6);
}


.footer {
    background-color: #162331;
    color: #999da3;
}
.footer a {
    color: #fff;
}

.eei .btn_getconsultation {
    background: #162331;
}


.simpstep {
    background: #E9F3FF;
}
.simpstep_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #162331;
    text-transform: uppercase;
}
.simpstep_title span {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #05A8F3;
}
.ss4_step {
    border-radius: 37px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #05A8F3;
    color: #fff;
}
.ss4_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 10px;
}
.ss4_text {
    color: #101841;
    color: rgba(16, 24, 65, 0.6);
}
.ss4_item .col-md-12.col-2 {
    position: relative;
}
.ss4_item:not(:last-child) .col-md-12.col-2:after {
    content: '';
    width: 190px;
    height: 1px;
    background: rgba(22, 35, 49, 0.3);
    display: block;
    position: absolute;
    left: 130px;
    top: 50px;
}

.ss4_step_outer {
    margin: 30px 0;
}


.section_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}
.plans_item {
    padding: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
}
.plans_item.plan_custom {
    background: #162331;
    color: #fff;
}
.plans_item.plan_custom ul {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.plan_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    color: #162331;
}
.plans_item.plan_custom .plan_title {
    color: #fff;
}
.plan_desc {
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: rgba(16, 24, 65, 0.6);
}
.plans_item .plan_title_outer {
    border-bottom: 1px solid rgba(22, 35, 49, 0.3);
}
.plans_item.plan_custom .plan_title_outer {
    border-bottom: 1px solid #425d75;
}
.plan_img {
    width: 100%;
}

.plans_item ul {
    list-style: none;
    padding: 0;
}
.plans_item ul li {
    background: url('/assets/lib/img/plan_check.svg');
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}
.plan_price {
    font-family: Outfit;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #162331;
}
.plans_item.plan_custom .plan_price {
    font-family: Outfit;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 0%;
    color: #fff;
}
.plan_price span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
}

.plan_cp {
    font-family: Outfit;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
}
.gc_outer {
    background: #E9F3FF;
    border-radius: 40px;
    background-image: url('/assets/lib/img/gc_bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 100px 30px 0 0;
}
.faq {
    background: url('/assets/lib/img/faq_bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 70px;
}
.faq_va {
    background: url('/assets/lib/img/faq_va.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-right: -130px;
}
.faq .faq_title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    padding-top: 35px;
    margin: 0 0 40px 0;
}
.faq .faq_title span {
    color: rgba(5, 168, 243, 1);
}
.faq .accordion-item {
    position: relative;
    background: #fff;
    padding: 28px;
    border-radius: 40px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 24px 0px rgba(0,0,0,0.75);
}
.faq .accordion-item .accordion-header:before {
    content: '+';
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #162331;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: -5px;
    top: 6px;
}
.faq .accordion-item .accordion-header.collapsed:before {
    background: #05A8F3;
}
.faq .accordion-header {
    padding-left: 55px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-family: Outfit;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.accordion-body {
    margin-top: 50px;
}















.test{}