
/*--landing page css start here---*/

.landing-header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 7px 0;
}



ul.landingright-head {
    float: right;
    margin: 5px 0;
}

ul.landingright-head li {
    list-style: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
	vertical-align: middle;
}


ul.landingright-head li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}


.landing-logo {
    float: left;
}

ul.landingright-head li:first-child {
    margin-right: 40px;
}

a.land-enquiry-btn {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #ffc400;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 16px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
}

a.land-enquiry-btn:hover {
	background:#000;
	transition:all 0.5s ease;
	color:#fff;
}



ul.landingright-head li:last-child {
    margin-left: 45px;
}


.gstvideo-course-banner {
    background: #2a4841;
	position:relative;
}

.videocourse-left {
    display: inline-block;
    color: #fcfcfc;
    padding: 50px 0 50px 0;
	width:84%;
}

.videocourse-left h1 {
    font-size:77px;
    color: #fcfcfc;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.videocourse-left h3 {
    font-size: 50px;
    color: #fcfcfc;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-top: -17px;
}

.videocourse-left p {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 19px 0 30px 0;
}



ul.videos-about-txt li {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    display: inline-block;
    width: 34%;
    background: url(../../../images/landing-images/yellow-checked-icon.png) no-repeat left center;
    padding-left: 34px;
    vertical-align: middle;
	margin-bottom: 11px;
}
span.charted-account-img {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -18px;
}

span.landing-playintro {
    position: absolute;
    top: 43%;
    right: 34%;
    z-index: 1;
}


span.hindi-stamp {
    right: 34%;
    position: absolute;
    bottom: 0;
}

.landing-buynow-btn {
    font-size: 19px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background:-webkit-linear-gradient(90deg,#ff5700, #ff9b00);
    padding: 16px 72px 17px 50px;
    display: inline-block;
    border-radius: 50px;
	position:relative;
}

.landing-buynow-btn::after {
    position: absolute;
    content: "";
    background: url(../../../images/landing-images/white-arrow-landing.png) no-repeat;
    width: 9px;
    height: 17px;
    right: 42px;
    top: 20px;
}

.landing-buynow-btn:hover {
    transition: all 0.3s ease;
    color: #000 !important;
    -moz-box-shadow: 0px 0px 32px -8px rgba(0,0,0,0.75);
    background: -webkit-linear-gradient(90deg,#ffc400, #ffeca8);
	
}


.landing-buynow-btn:hover::after {
background:url(../../../images/landing-images/black-arrow-landing.png) no-repeat;
right:35px;
transition:all 0.3s ease;
}


.target-to-section ul {
    float: right;
    padding: 15px 0;
}

.target-to-section ul li {
    display: inline-block;
    list-style: none;
 margin-right:45px;	
}

.target-to-section ul li a{
   font-size: 24px;
    font-weight: 400;
    color: #000;
	font-family: 'Montserrat', sans-serif;
		
	position:relative;
}
.target-to-section ul li a:hover::after {
    position: absolute;
    background: #ff5400;
    width: 74px;
    height: 2px;
    content: "";
    left: 0;
    bottom: -13px;
}

.target-to-section {
    padding: 15px 0;	
    border-bottom:1px solid #c8c8c8;	
		width:100%;
}


.target-to-section.sticky{
    position: fixed;
    z-index: 99;
    top: 0;
    margin: 0;
    backface-visibility: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
	padding: 12px;

}

.target-to-section ul li:last-child{
	margin-right:0;
}
.whoisthis-section {
    padding: 120px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}

ul.whois-yellowbox {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    float: left;
}
.whoisthis-section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}



.whoisthis-section p {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    max-width: 958px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    padding-bottom: 51px;
    margin-bottom: 50px;
}



.whoisthis-section p::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 1px;
    background: #cccccc;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}

.whois-yellowbox li {
    list-style: none;
    display: inline-table;
    background: #ffc200;
    padding: 35px 50px;
    font-family: 'Montserrat', sans-serif;
    width: 308px;
    vertical-align: top;
    min-height: 178px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.whois-yellowbox li:hover {
    background: #000;
    transform: translateY(-6px);
	transition:all 0.3s ease;
}

.whois-yellowbox li:hover h3{
	color:#fff;
}

.whois-yellowbox li:nth-child(3){
margin-right:0;	
}

.whois-yellowbox li h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.whois-yellowbox li:nth-child(4), .whois-yellowbox li:nth-child(4){
	margin-bottom:0;
}

.margin-0{
	margin-right:0 !important;
}


.whatilearn-section{
	background:#fff3ca;
	display:block;
}

.land-commpadd{
	padding:80px 0;
}


.whatLearn-box {
    width: 414px;
    border: 2px solid #000;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    padding: 35px;
    position: relative;
    display: inline-block;
    margin-right: 22px;
	vertical-align: top;
	    min-height: 227px;
}

.whatLearn-box:hover {
    border: 2px solid #000000;
    background: #ffff;
}


.whatLearn-box:hover:before{
	background:#000;
}

.whatLearn-box:hover:after{
	background:#000;
}

.whatLearn-box:hover h4{
	transform:translateX(35px);
	transition:all linear 0.3s;
}

.whatLearn-box:last-child {
margin-right:0;

}

.whatLearn-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: -23px 0 16px -36px;
}

.whatilearn-section p:after {	
	display:none;	
}
.whatilearn-section p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
.whatLearn-box h4 span {
    font-size: 41px;
    font-weight: 700;
    color: #000;
}

.whatLearn-box:after {
    position: absolute;
    content: "";
    background: #fff3ca;
    width: 75px;
    height: 2px;
    left: 0;
    top: -2px;
}

.whatLearn-box:before {
    position: absolute;
    content: "";
    background: #fff3ca;
    width: 2px;
    height: 75px;
    left: -2px;
    top: -2px;
}

.whatilearn-section h2 {
    margin-bottom: 51px;
}

.aboutthe-course {
    background: #265f62;
    text-align: inherit;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.aboutthe-course h2 {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    margin-bottom: 48px;
	font-weight: 600;
}

.aboutcourse-left {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

.aboutcourse-right {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    padding-left: 50px;
}


.aboutcourse-left p {
    font-size: 28px;
    font-weight: 300;
}

.aboutcourse-right p {
    font-size: 20px;
    font-weight: 300;
}
.aboutcourse-right ul li {
    list-style: none;
    background: url(../../../images/landing-images/about-text-icon.png) no-repeat left top;
    padding-left: 43px;
}

@font-face {font-family:'Have Heart One';src: url(../fonts/'HaveHeartOne.eot');src: url(../fonts/'HaveHeartOne.eot?#iefix') format('embedded-opentype'),
url(../fonts/'HaveHeartOne.woff2') format('woff2'),url(../fonts/'HaveHeartOne.woff') format('woff'),url(../fonts/'HaveHeartOne.svg#HaveHeartOne') format('svg');font-weight: 400;font-style: normal;font-stretch: normal;unicode-range: U+0020-00FE;}


.knowYourFaculty h2 {
    margin: 0 0 28px 0;
    font-size: 60px;
    text-align: center;
    font-family: 'Have Heart One' !important;
    line-height: 0;
}
.knowYourFaculty h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 47px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 53px;
}

.knowYourFaculty h3:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 146px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    left: 0;
    margin: 0 auto;
}

.knowYourFaculty p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    max-width: 900px;
    margin: 0 auto 66px;
    line-height: 25px;
}


.knowYourFaculty{
	background:#0b2e31;
	color:#fff;
	text-align:center;
}

.faculty-imgcircle {
    width: 247px;
    height: 247px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
	display:inline-block;
	margin-left: 30px;
}
.faculty-imgcircle:first-of-type {
margin-left:0;	
	
}

.faculty-img-1 {
    background: url(../../../images/landing-images/faculty-image-three.jpg) no-repeat;
    background-position: -281px -288px;
	
}

.faculty-img-2 {
    background: url(../../../images/landing-images/faculty-image-one.jpg) no-repeat;
    background-position: -144px -69px;
	
}

.faculty-img-3 {
    background: url(../../../images/landing-images/faculty-image-second.jpg) no-repeat;
    background-position: 0 -97px;
	
}

.benefits-gstvideos {
    background: #265f62;
    padding-bottom: 0!important;
}

.benefits-gstvideos h3 {
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.benifitGst-content {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}


.benifitGst-content li {
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
    background: url(../../../images/landing-images/about-text-icon.png) no-repeat left top;
    padding-left: 43px;
    margin-left: 60px;
	margin-bottom:31px;
}


.benifitGst-content li:first-child {
margin-left:0;		
}

.benifitGst-content li:nth-child(4) {
margin-left:0;		
}

.benifitGst-content li:nth-child(7) {
margin-left:0;		
}

.benifitGst-content li  h4{
font-size:20px;
font-weight:500;
color:#fff;	
}

.benfits-lappy-frame {
    height: 605px;
    margin-top: 149px;
	position:relative;
}

.benfitslappy-inner-stuff {
    position: absolute;
    content: "";
    right: -12px;
    left: 0;
    margin: 0 auto;
    top: 55px;
	width: 978px;
    height: 549px;
}

.benfits-lappy-frame::after {
    position: absolute;
    content: "";
    background: url(../../../images/landing-images/benefitslappy-spiral.png);
    width: 405px;
    height: 405px;
    top: -21%;
    right: 6%;
}

.landing-cta-block {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background: #265f62;
}


.landing-cta-block h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}


.landing-purchase-btn {
    text-transform: capitalize;
    color: #000 !important;
	margin-top:18px;
}

.landing-purchase-btn:hover {
   
    color: #fff !important;	
}

.landing-purchase-btn:hover::after {
background:url(../../../images/landing-images/white-arrow-landing.png) no-repeat;
right:35px;
transition:all 0.3s ease;
}


.landing-purchase-btn::after {
background:url(../../../images/landing-images/black-arrow-landing.png) no-repeat;	

}

.course-planLanding{
	background:#fff;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}

.course-planLanding h2{
	color:#000;
}

.course-planLanding p {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    text-align: center;
    width: 100%;
	display:inline-block;
    max-width: 960px;
}

.course-planLanding .addui-Accordion .addui-Accordion-header::after{
	content:'\F067';
	left:0;
}

.course-planLanding .addui-Accordion .addui-Accordion-header::after {
    background: url(../../../images/landing-images/accordion-plus-icon.png) 0 0 no-repeat;
    content: "";
    width: 16px;
    height: 15px;
    left: 35px;
    top: 38px;
}

.course-planLanding .addui-Accordion .addui-Accordion-header.addui-Accordion-open::after {
    background: url(../../../images/landing-images/accordion-minus-icon.png) 0 35% no-repeat;
    transform: none;
}

.course-planLanding .addui-Accordion .addui-Accordion-header h4 {
    display: inline-block;
    text-align: left;
    margin-left: 6%;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.videoTime-block {
    display: inline-block;
    float: right;
}

.course-planLanding .addui-Accordion .addui-Accordion-header {
    text-align: left;
    padding: 33px 37px;
	border: 2px solid #d3d3d3;
	background:#fff;
	margin-top:-2px;

}

.course-planLanding .addui-Accordion .addui-Accordion-header:hover {	
border: 2px solid #000;
z-index: 1;
}

.preview-popup, .videosDuration {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.preview-popup {
    margin-right: 50px;
    background: url(../../../images/landing-images/preview-icon-popup.png) no-repeat left center;
    padding-left: 30px;
}

.course-planLanding .addui-Accordion .addui-Accordion-header:hover .preview-popup {
    background: url(../../../images/landing-images/preview-icon-popup-play.png) no-repeat left center;
}

.course-planLanding .addui-Accordion {
    border-radius: none;
    box-shadow: none;
}

.course-planLanding .addui-Accordion .addui-Accordion-content.addui-Accordion-last {
    border-top: none;
    border-bottom: 2px solid #000;
}


.course-planLanding .addui-Accordion .addui-Accordion-content {
    text-align: left;
    padding: 30px 87px;
}

.course-planLanding .addui-Accordion-content.addui-Accordion-open{	
	border: 2px solid #000000;
    z-index: 2;
    position: relative;
    border-top: 0;		
}


.course-planLanding .addui-Accordion .addui-Accordion-content p {
    text-align: left;
    max-width: inherit;
    font-size: 18px;
}


.course-planLanding .addui-Accordion {
    padding-top: 50px;
    max-width: 950px;
    margin: 0 auto;
}

.course-planLanding .addui-Accordion .addui-Accordion-header.addui-Accordion-last {
    border-bottom: 2px solid #d3d3d3;
}

.course-planLanding .addui-Accordion .addui-Accordion-header.addui-Accordion-last.addui-Accordion-open {
    border-bottom: 2px solid #000;
    z-index: 5;
    position: relative;
}

.course-planLanding .addui-Accordion .addui-Accordion-header.addui-Accordion-last:hover {
    border: 2px solid #000;
}
.course-planLanding .addui-Accordion-header.addui-Accordion-open {
    border: 2px solid #000;
	background: #f9f9f9;
    border-bottom: 2px solid transparent;	
}



/*faqBlock*/

.faqBlock {
	position: relative;
	background: #ffffff;
    padding: 80px 0 80px 0;
	font-family: 'Montserrat', sans-serif;
}

.faqBlock h2 {
	margin: 0 0 28px 0;
	font-size: 60px;
	text-align: center;
	font-family: 'Have Heart One' !important;
	line-height: 0;
}

.faqBlock h3 {
	font-size: 48px;
	font-weight: 700;
	line-height: 47px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*.faqBlock h3:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 146px;
	bottom: 0;
	background: #ccc;
	right: 0;
	left: 0;
	margin: 0 auto;
}
*/
.faqBlock p {
	font-weight: 400;
}

.faqBlock .addui-Accordion .addui-Accordion-header,
.faqBlock .addui-Accordion .addui-Accordion-content {
	display: block;
	background: #e4ebf0;
	color: #2a2f42;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #bdc2cb;
	position: relative;
}

.faqBlock .addui-Accordion {
	box-shadow: none;
}

.faqBlock h2,
.faqBlock h3,
.faqBlock h4,
.faqBlock p {
	color: #000;
}

.faqBlock .addui-Accordion .addui-Accordion-content p {
	color: #939393;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin-top: 15px;
	font-family: 'Montserrat', sans-serif;
}

.faqBlock h3 span {
    text-transform: lowercase;
}

.faqBlock h4 {
	font-size: 26px;
	text-align: left;
    margin-bottom: 30px;
    font-weight: 300;
}

.faqBlock h5 {
    font-size: 18px;
    color: #000;
    padding-right: 15px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}


.faqBlock .addui-Accordion-open h5 {
	color: #28293d;
}

.faqBlock .addui-Accordion .addui-Accordion-header.addui-Accordion-open {
	border: none;
}

.faqBlock .addui-Accordion .addui-Accordion-header {
	background: transparent;
    border-bottom: 1px solid #f5f5f5;
    padding: 14px 60px 24px 40px;
    margin-bottom: 20px;
}

.faqBlock .addui-Accordion .addui-Accordion-header.last-header {
	border-bottom: 0;
}

.faqBlock .accordion-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.faqBlock .addui-Accordion .addui-Accordion-content {
	background:#f7f7f7 url(../../../images/landing-images/callout-icon.png) top left no-repeat;
	padding: 58px 120px 50px 40px;
	border-radius: 5px;
    border-bottom: 0;
    margin-top: -84px;
}

.faqBlock .addui-Accordion .addui-Accordion-header::after {
	background: url("../../../images/landing-images/angle-down.png") 0 35% no-repeat;
	content: "";
    width: 50px;
    height: 50px;
}

.faqBlock .addui-Accordion .addui-Accordion-header.addui-Accordion-open::after {
    background: url(../../../images/landing-images/close-small-icon.png) 0 10% no-repeat;
    transform: none;
    z-index: 1;
}


.faqBlock .addui-Accordion .addui-Accordion-header.addui-Accordion-open {
	border-bottom: 0;
}

.faqBlock::after {
    border-top: none;
}

/*faqBlock end*/

.wrapnew {
    width: 1300px;
    margin: 0 auto;
}

@keyframes float {
0% {box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(0px);}
50% {box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(-9px);}
100% {box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);transform: translatey(0px);}
}

.preview-gstvideo {
    color: #000;
}


.case-studies-border-left, .case-studies-border-right {
    fill: transparent;
    stroke-dasharray: 127 472;
    stroke-dashoffset: -371;
    stroke-width: 6px;
    stroke: #ff3f00;
    position: absolute;
}

.case-studies-image:hover .case-studies-border-left, .case-studies-image:hover .case-studies-border-right {
    animation: .6s f linear forwards;
}
.active-landing{
	position:relative;
}
.active-landing:after{
	position:absolute;
    background: #ff5400;
    width: 74px;
    height: 2px;
    content: "";
    left: 0;
    bottom: -13px;
}

.youtube-gst-videosblock {
    width: 100% !important;
    padding: 0px !important;
    height: 100%;
    max-width: 100% !important;
	border-radius:0 !important;
	background:transparent !important;
}

.youtube-gst-videosblock iframe{
	margin-bottom:0;
}

.blocker{
	z-index:100 !important;
}


.landing-input-field {
width: 100%;
    display: inline-block;
    margin:5px 0;
}
.landing-message-field{
	width:100%;
}

.landing-input-field input {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #ededed;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.landing-input-field label {
    font-family: 'Montserrat', sans-serif;
    color: #bcbcbc;
    font-size: 13px;
}



.landing-input-field textarea{
resize:none;
    border-bottom: 1px solid #ededed;
    border-top: 0;
    border-left: 0;
    border-right: 0;

	
}

.landing-input-field:nth-child(2), .landing-input-field:nth-child(4) {
    float: right;
}

.landing-submit {
    display: inline-block;
    padding: 28px 0 !important;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: none!important;
}

.enquirylandign-Form h2 {
    text-align: center;
    font-size: 32px !important;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
}

.enquirylandign-Form p {
    text-align: center;
    color: #999090;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 50px;
}


.landingEnquiry-popup{
	max-width:800px !important;
	padding:0px !important;
	border-radius:6px !important;
	width: 532px !important;
}
.mobile-logo {
    display: none;
}

iframe{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    left: 0;
}

/*--landing page css end here---*/



/*--activities landing page css start--*/

.activity-resgistercompany {
    background: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
}


.act-reg-com-left {
    display: inline-block;
    vertical-align: bottom;
    width: 53%;
}


.act-reg-com-right {
    display: inline-block;
    vertical-align: top;
    width: 46.6%;
    margin-top: 190px;
	padding-left: 25px;
}



.activity-resgistercompany h1 {
    font-size: 64px;
    font-weight: 700;
    color: #000;
	display:inline-block;
}

.activity-resgistercompany p {
    font-size: 28px;
    font-weight: 400;
    color: #000;
   
    margin-top: 17px;
    margin-bottom: 46px;

}


.activity-resgistercompany h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    margin-top: 21px;
	position:relative;
}

.activity-getstarted-btn {
    padding: 20px 70px 20px 43px;
    background: #00ab6d;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
	position:relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 34px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 5px 34px 0px rgba(0,0,0,0.13);
box-shadow: 0px 5px 34px 0px rgba(0,0,0,0.13);
font-family: 'Montserrat', sans-serif;
text-transform:initial;
}

.activity-getstarted-btn:focus{
	outline:none;
}

.activity-getstarted-btn:hover {
    background: #f5cc47;
    color: #000;
	transition: all linear 0.3s;
}

.activity-getstarted-btn:hover::after {
background: url(../../../images/landing-images/black-arrow-landing.png) no-repeat;
transition:all linear 0.3s;
right:29px;
}


.activity-getstarted-btn::after {
    position: absolute;
    content: "";
    background: url(../../../images/landing-images/white-arrow-landing.png) no-repeat;
    width: 9px;
    height: 17px;
    right: 34px;
    top: 24px;
}


.act-starRating{
	display:inline-block;
	vertical-align: middle;
	margin-left: 63px;
}

.active-txtlisting li {
    background: url(../../../images/landing-images/green-check-activity.png) no-repeat left center;
    list-style: none;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    padding-left: 34px;
    width: 49.6%;
    vertical-align: top;
	margin-bottom: 11px;
}

.active-txtlisting li:nth-child(5), .active-txtlisting li:nth-child(6){
margin-bottom:0;	
	
}

ul.active-counterNum li {
    list-style: none;
    display: inline-block;
    width: 32.8%;
    font-size: 40px;
    font-weight: 700;
    line-height: 22px;
}



ul.active-counterNum span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.act-starRating span {
    margin-top: 10px;
    display: inline-block;
}
.act-starRating span strong {
    font-weight: 600;
}

ul.active-txtlisting {
    margin-bottom: 48px;
}

.activity-inlineform {
    background: #3a4353;
    margin: 0 auto;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
	position:relative;
}

.activity-formControl {
    display: inline-block;
    margin-right: 17px;
    width: 26.8%;
	font-family: 'Montserrat', sans-serif;
}

.activity-formControl:nth-of-type(4) {
	margin-right:0;
	
}

.acitivity-input {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 3px;
    font-size: 18px;    
	font-family: 'Montserrat', sans-serif;
	background:#ebebeb;
	padding: 0 36px;
}



.activity-formControl-btnblock{
    width: auto;
    display: inline-block;
    vertical-align: top;		
    }
	
   .activity-submit-btn {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
	padding: 17px 67px 17px 46px;
	font-family: 'Montserrat', sans-serif;
	background:#00ab6d;
	border-radius:3px;
	position:relative;
}

.activity-submit-btn:hover {
  background:#f5cc47;
  transition:all linear 0.3s;
  color:#000;
}

.activity-submit-btn::after {
    position: absolute;
    content: "";
    background: url(../../../images/landing-images/white-arrow-landing.png) no-repeat;
    width: 9px;
    height: 17px;
    right: 43px;
    top: 21px;
}

.activity-submit-btn:hover::after{
	
    background: url(../../../images/landing-images/black-arrow-landing.png) no-repeat;	
	  transition:all linear 0.3s;
	right:38px;
}

.activity-inlineform h2 {
    font-size: 34px;
    font-weight: 500;
    color: #ebebeb;
	margin-bottom: 38px;
}

	
.acitivity-input::placeholder {
    color: #686868;
  
}

.acitivity-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #686868;
}

.acitivity-input::-ms-input-placeholder { /* Microsoft Edge */
color: #686868;
}	

.activity-resgistercompany h6::before {
    position: absolute;
    content: "";
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 11px solid #f2f2f2;
    bottom: -91px;
    left: 60%;
    z-index: 1;
}


.companyRegister-txtbox {
    display: inline-block;
    width: 25%;
    margin-right: 64px;
}

.activity-companyRegister{
		font-family: 'Montserrat', sans-serif;
		display:block;	
}

.activity-companyRegister h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 31px;
}

.activity-companyRegister p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
	    margin-bottom: 20px;
}

.companyRegister-txtbox strong {
    font-size: 41px;
    font-weight: 700;
    color: #000;
	display:inline-block;
}

.companyRegister-txtbox span {
    font-size: 22px;
    font-weight: 600;
    color: #000;
	display:inline-block;
}

.com-register-mainsec {
    margin-top: 54px;
}
.comReg-txtbox {
    margin-bottom: 10px;
}

.company-register-imgblock {
    margin-top: 89px;  
}

.activity-padding100 {
    padding: 40px;
}

.compnyRgistrtion-pkges {
    background: #f2f2f2;
}

.compnyRgistrtion-pkges h2, .compnyRgistrtion-pkges h3{
    color: #000;
}

.regs-pricePkg-box {
    width: 24.7%;
    color: #000;
    border: 1px solid #c6c6c6;
    padding: 48px 28px 0 28px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
	vertical-align:top;
}

.regs-pricePkg-box:hover {
    transform: translateY(10px);
    transition: all linear 0.3s;
}

.regs-pricePkg-box:hover .pkg-buynowdiv{
	background:#00ab6d;
	transition:all linear 0.3s;
	
}



.regs-pricePkg-box:hover .pkg-buynowdiv::after{
right:28px;
transition:all linear 0.3s;	
	
}

.regs-pricePkg-box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 29px;
    text-align: center;
}

.pakgaesRating-div img {
    display: inline-block;
}

.pakgaesRating-div {
    margin-top: 13px;
	margin-bottom: 18px;
}
.pakgaesRating-div h6 {
    margin-top: 8px;
    font-size: 14px;
    color: #4a4a4a;
}
.regs-pricePkg-box ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 6px;
    background: url(../../../images/landing-images/green-check-activity.png) no-repeat left center;
    padding-left: 34px;
    font-size: 17px;
    font-weight: 500;
}


.regs-pricePkg-box ul {
    padding-bottom: 17px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
    min-height: 162px;
}

span.pkg-img {
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    border-radius: 50px;
    display: inline-block;
}


.pkgName-imgblock {
    text-align: left;
}
span.pkg-img-name {
    display: inline-block;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    max-width: 203px;
    margin-left: 5px;
}


.pkg-buynowdiv {
    background: #3a4353;
    padding: 20px 56px 21px 56px;
    margin: 14px -28px 0 -28px;
    font-size: 20px;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
}
.pkg-buynowdiv::after {
    position: absolute;
    content: "";
    background: url(../../../images/landing-images/white-arrow-landing.png) no-repeat;
    width: 9px;
    height: 17px;
    right: 34px;
    top: 24px;
}

.pkg-buynowdiv span {
    margin-right: 17px;
}

.activity-testimonial-block {
    background: #f2f2f2;
	text-align:center;
}

.activity-testimonial-block img {
    display: inline-block;
}

.activity-testimonial-block span {
    margin-bottom: 34px;
    display: inline-block;
}

span.testimonials-name {
    margin-bottom: 0;
    display: block;
    margin-top: 34px;
    font-size: 18px;
    font-weight: 400;
}

.activity-testimonial-block ul li {
    list-style: none;

}

.activity-testimonial-block ul li p {
    font-family: 'Playfair Display', serif;
    font-size: 29px;
    text-align: left;
	margin-bottom:0;
}

.activity-testimonial-block .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
     -webkit-box-shadow: none; 
     box-shadow: none; 
     border: 0; 
    left: -5px;
     background: none; 
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.activity-testimonial-block .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e2e2e2;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.activity-testimonial-block .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00ab6d !important;
}

.activity-testimonial-block .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -55px;
}




/*------timeline start------*/

#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
    width: 77.7%;
    margin: 30px 0 0 19px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline #timeline-line {
    height: 78%;
    width: 2px;
    background: #00c2e0;
    top: 0;
    left: 0;
    position: absolute;
}

/*#timeline:before {
    content: "";
    width: 1px;
    height: 81%;
    background: #00c2e0;
    left: 0;
    top: 0;
    position: absolute;
}*/


#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
	padding-left: 44px;
}

#timeline .timeline-item .timeline-icon {
    border:1px solid #00c2e0;
    width: 40px;
    height: 40px;
    position: absolute;
	background:#fff;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: -19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	text-align:center;
}


#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 100%;
    /* background: #fff; */
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

/*#timeline .timeline-item .timeline-content.rightTimeline {
  float: right;
}
*/
.timelineLeft {
    width: 36%;
	display:inline-block;
}

.timeline-icon img {
    text-align: center;
    display: inline-block;
    padding-top: 14px;
}
.timelineLeft h4 {
    font-size: 30px;
    font-weight: 700;
    color: #3d3d3d;
	font-family: 'Montserrat', sans-serif;
}

.timelineLeft h3 {
    font-size: 40px;
    font-weight: 500;
    color: #3d3d3d;
	font-family: 'Montserrat', sans-serif;
	margin-top: -8px;
}

.timelineLeft h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 39px;
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
}

.timelineRight {
    display: inline-block;
    width: 63%;
	vertical-align:top;
}

a.timeline-getstrt-btn {
    font-size: 16px;
	font-weight: 600;
    padding: 15px 26px 14px 25px;
    background: #00c2e0;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.rightTimeline:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
/*------timeline end------*/

.land-commpadd {
    padding: 80px 0;
}
.wrapnew {
    width: 1300px;
    margin: 0 auto;
}
.wrap.wrapLanding{
	width:88%!important;	
}
.activity-resgistercompany .wrap.wrapLanding h1 {
    font-size: 58px;
}

/*--activities landing page css end--*/



.paymentLandingPopup .landing-input-field:nth-child(2), .paymentLandingPopup .landing-input-field:nth-child(4){
	float:left;
}
.paymentLandingPopup .landing-input-field {
    width:100%;
    display: inline-block;
}

.enquirylandign-Form select {
    border: 1px solid #d0d0d0;
    height: auto;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    background: url(../../../images/landing-images/contact-selectdownarrow.png) no-repeat 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    width: 100%;
}

.footer-btnpopup {
    text-align: center;
    border-top: 0;
    display: inline-block;
    width: 100%;
    background: #f3690c;
    padding: 0;
    border-radius: 0 0px 6px 6px;
    z-index: 99;
    position: relative;
}


.enquirylandign-Form {
    padding:40px 40px 0 !important;
}
.landing-submit::after {
    position: absolute;
    width: 24px;
    height: 18px;
    background: url(../../../images/landing-images/paymentarrow-pop.jpg) no-repeat right center;
    content: "";
    margin-left: 16px;
    top: 33px;
}
.screen-reader-response, .wpcf7-response-output.wpcf7-validation-errors{
	display:none;
}	
.wpcf7-not-valid-tip{
	font-size:12px;
	color:red;	
}



/*----enquiry new css start here----*/

.landingEnquiry-popupNew{
	width:auto !important;
}

.landingEnquiry-popupNew h2{
	margin:0;
}

.landingEnquiry-popupNew p {
    margin: 10px 0 25px 0;
	border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
}

.landingEnquiry-popupNew .landing-input-field {
    width: 49%;
}

.landingEnquiry-popupNew .landing-message-field {
    width: 100%;
}

.landingEnquiry-popupNew .landing-submit {
    display: inline-block !important;
    padding: 10px 15px !important;
    width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: #be5656 !important;
	margin-top: 40px;
    margin-bottom: 40px;		
}


.landingEnquiry-popupNew .landing-submit::after{
	display:none;
}




/*----enquiry new css end here----*/