@charset "utf-8";
/* CSS Document */




<!--********Feature page info START*********-->
<!--Feature page info-->
.lh-for-enterprise{
	line-height: 43.5px;
} 

.fut-top-sec {
	/*background-color: #6c4cb3;*/
	margin-bottom: 60px;
}
.fut-top-sec h1, .fut-top-sec h2, .fut-top-sec h3, .fut-top-sec h4, .fut-top-sec h5, .fut-top-sec h6 {
	/*color: #fff;*/
	margin: 0 0 16px;
}
.fut-top-sec h1 {
	font-size: 40px;
	font-weight: 700;
}
.fut-top-sec h2 {
	font-size: 29px;
	line-height: 36px;
}
.fut-top-sec h3 {
	font-size: 20px;
	font-weight: 100;
	color: #c5bcdf;
}

.feature-info-sec .btn {
    text-decoration: none;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 10px;
	transition: 0.5s ease;
	
	
	padding: 13px 31px;
    font-size: 17px;
    margin-right: 15px;
}



.fut-top-sec .btn-primary {
	background: linear-gradient(45deg, #6051c0, #85439b);
	    border-color: transparent;
}



.fut-top-sec a i{
	color: #ffca50;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
	
}



.fut-top-sec .btn-primary:hover {
	background: -webkit-linear-gradient(45deg, #6051c0, #a157ba);
	background: linear-gradient(45deg, #6051c0, #a157ba);
	border-color: transparent;
}



.fut-top-sec .btn-outline-primary {
  transition: all 0.5s ease;
  }


.fut-top-sec .btn-outline-primary:hover {
    color: #fff;
	background: -webkit-linear-gradient(45deg, #6051c0, #a157ba);
	background: linear-gradient(45deg, #6051c0, #a157ba);
	border-color: transparent;
}






.fea-lft-text {
	padding:25px 15px;
}
.fea-img-sec {
	margin-bottom: -40px;
	margin-top: 40px;
	max-height: 400px;
	overflow: hidden;
}
.fea-hea {
	font-weight: 600;
}
.feature-info-sec h2 {
	font-weight: 500 !important;
    font-family: Sailec-Medium;
    font-size: 27px;
	    text-transform: capitalize;
    margin-bottom:17px;
	line-height: 35px;
}

.partner-info-sec {
	padding:50px 0px;
	background-color: #f7f6fe;
}
.partner-info-sec p {
	/*max-width: 1000px;*/
	margin: 0 auto;
}
.idea-sec {
	background-color: #6051c0;
	padding: 60px 0px 45px 0px;
}
.idea-sec p {
/*padding: 0px 80px;*/
}
.idea-poi-main-sec {
	padding-left: 55px;
}
.idea-poi-sec {
	background-color: #fff;
	padding: 27px 37px 10px 75px;
	min-height: 250px;
	position: relative;
	margin-bottom: 30px;
	    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}
.idea-poi-sec h2 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: left;
}
.idea-poi-sec p {
	font-size: 15.5px !important;
	padding: 0px;
	    color: rgba(3,27,78,.7) !important;
    text-align: left;
}
.idea-dotimg-sec {
	position: absolute;
	background-color: #157;
	padding: 26px;
	border-radius: 180px;
	width: 90px;
	height: 90px;
	left: -43px;
	top: 26%;
}
.idea-dotimg-sec img {
	height: 40px;
}
.idea-hed-sec {
	margin: 6% 0px;
	padding-right: 2%;
}
.idea-hed-sec h2 {
	max-width: 320px;
	font-family: Sailec-bold;
line-height: 35px;

}
.idea-hed-sec p {
	max-width: 282px;
	margin-top: 15px;
}
.travel-exp-sec {
	margin:50px 0px 30px 0px;
}
.travel-exp-sec h1 {
	/*max-width: 1000px;*/
	margin: 0 auto;
	margin-bottom: 35px;
	text-align: center;
}
.travel-sec {
	/*padding: 0px 200px;*/
	margin-bottom:100px;
	    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}
.travel-img-main-sec {
	padding: 0px;
}
.travel-img-main-sec .travel-img-1 {
	position: absolute;
	bottom: -15px;
	left: -15px;
	height: 80px;
}
.travel-img-main-sec .travel-img-2 {
	position: absolute;
	bottom: -15px;
	opacity: 0.2;
	left: -42px;
	height: 120px;
	transform: scaleX(-1);
	z-index: -1;
}
.travel-img-sec {
/*height: 270px;
	overflow: hidden;*/
}
.travel-img-sec img {
	height: 100%;
	max-height: 280px;
}


.feature-info-sec .blue-sec h2 {
    color: #fff;
}



.max-h-220{
max-height: 220px;	
}




.travel-text-sec {
/*	padding: 0px 20px;*/
	margin: 30px 0px;
}


.travel-img-main-sec .travel-arrow {
	position: absolute;
	right: -30px;
	top: 46%;
	height: 20px;
}
.travel-sec-rig .travel-img-main-sec .travel-arrow {
	right: auto;
	left: -30px;
	transform: scaleX(-1);
}
.travel-sec-rig .travel-img-main-sec .travel-img-1 {
	left: auto;
	right: -15px;
	transform: scaleX(-1);
}
.travel-sec-rig .travel-img-main-sec .travel-img-2 {
	left: auto;
	right: -42px;
	transform: scaleX(1);
}
.partner-info-sec img {
	    width: 100%;
    max-height:280px;
}


.idea-sec img{
	  width: 100%;
    max-height:280px;
}



.col-md-push-6 {
	left: 50%;
}
.col-md-pull-6 {
	right: 50%;
}



 @media (max-width: 1400px) {
.feature-info-sec h2 {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


.partner-info-sec p {
	/*max-width: 800px;*/
	margin: 0 auto;
}
.travel-sec {
/*	padding: 30px 50px;*/	
margin-bottom: 40px;
}
}


@media (max-width:990px) {
	
.travel-img-main-sec .travel-arrow {
	position: absolute;
	right: auto;
	top: auto;
	height: 20px;
	transform: rotate(90deg);
	bottom: -50px;
	margin: 0 46%;
}
.travel-text-sec {
	/*padding: 0px 52px;*/
	margin: 20px 0px 0px 0px;
}
.travel-sec-rig .travel-text-sec {
/*	margin: 0px 0px 90px 0px;
*/}
.travel-sec-rig .travel-img-main-sec .travel-arrow {
	/*right: auto;
	left: -30px;
	transform: scaleX(1);
	transform: rotate(-90deg);
	margin: 0 51%;
	top: -65px;*/
	transform: rotate(90deg);
	margin: 0 46%;
	left: 14px;
}
.col-md-push-6 {
	left: 0%;
}
.col-md-pull-6 {
	right: 0%;
}
}


.fut-top-sec-img {
	position: absolute;
	top: .0;
	right: 0;
	width: 53%;
}
.fut-top-sec {
	position: relative;
	/*padding-bottom: 100px;*/
	    min-height:450px;
		-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}


.fut-top-sec-img {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 50%;
	    max-height: 450px;
	height: 110%;
}
.feature-info-sec h1 {
    font-weight: 100;
    font-family: Sailec-bold;
	line-height: 45px;
    font-size: 40px;
    margin-bottom: 17px;
	    text-transform: capitalize;
    max-width: 1180px;
}

.feature-info-sec .page-fea-heading {
    font-weight: 100;
    font-family: Sailec-bold;
    line-height: 45px;
    font-size: 40px;
    text-transform: capitalize;
    max-width: 1180px;
    margin-bottom: 17px;
}


.h1-mauto{
	margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
	
	
	

.feature-info-sec p {
	    font-size: 15px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
	    text-align: left;
    line-height: 24px;
    margin-bottom: 15px;
}
.trail-demo-sec {
	padding:70px 0px 20px 0px;
	background-color: #f7f6fe;
}
.trail-demo-sec h2 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 30px;
}
.trail-demo-sec p {
	font-size: 15px;
}
.trail-demo-sec .col-md-6 {
	margin-bottom: 50px;
}
.trail-demo-sec .col-md-6 p {
	max-width: 350px;
	padding: 3px 0px 20px 0px;
	margin: 0 auto;
}
.trail-demo-sec .col-md-6:first-child {
	border-right: 1.3px solid #c7d6de;
}
.futureinfo {
}
.futureinfo .landpage-fotter {
	margin-top: 0px;
	    padding-bottom: 15px;
}
.fut-top-sec-img img {
	width: 100%;
	height: 100%;
}






.fea-lft-text h1{
	font-size: 40px;
    font-weight: 600 !important;
    font-family: Sailec-Medium;
	    text-transform: capitalize;
		text-align: left;
		line-height: 45px;
		 max-width: 1180px;
		
}


.fea-lft-text h2{
    font-family: Sailec-Medium;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 1.5;
}

.fea-lft-text p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 500px;

}
/*@media (min-width:767px) {
	.fea-lft-text h1, .fea-lft-text p {
		text-align:left !important;
	}
}*/


 @media (max-width:480px) {
	 
.feature-info-sec h1 {
    font-size: 23px;
}
	 
	 
.fea-lft-text {
	padding: 20px;
}
.fut-top-sec h1 {
	font-size: 30px;
	font-weight: 700;
	    text-align: center;
	margin-bottom: 10px;
}
.fut-top-sec h2 {
	font-size: 17px;
	line-height: 26px;
	margin: 5px 0px !important;
}
.fut-top-sec h3 {
	font-size: 15px;
	font-weight: 100;
	color: #c5bcdf;
	margin-top: 15px;
}

 

.feature-info-sec h2 {
	font-size: 25px;
}
.travel-sec {
	padding: 20px 0px;
	margin-bottom:0px;
	text-align: center;
}
.travel-img-sec {
	height: 150px;
	overflow: hidden;
}
.travel-img-main-sec .travel-arrow {
	margin: 0 40%;
}
.travel-sec-rig .travel-img-main-sec .travel-arrow {
/*margin: 0 60%;*/
}
.travel-text-sec {
	padding: 0px;
}
.partner-info-sec {
	margin: 50px 0px 0px 0px;
}
.partner-info-sec img {
	width: 100%;
	margin-bottom: 30px;
}
.travel-img-main-sec .travel-img-1 {
	height: 50px;
	left: -6px;
}
.travel-sec-rig .travel-img-main-sec .travel-img-1 {
	left: auto;
	right: -6px;
}
.travel-img-main-sec .travel-img-2 {
	height: 72px;
	left: -24px;
}
.travel-sec-rig .travel-img-main-sec .travel-img-2 {
	right: -24px;
}
.fea-img-sec {
	margin-top: 10px;
}
.idea-sec {
/*background-color: #f3f5f9;
	padding: 20px 0px;*/
}
.travel-exp-sec {
	margin: 40px 0px;
}
}


/*NEW Styles*/









.idea-sec a{
color: #ffca50;
}

.idea-sec a:hover{
color:#fff650;
text-decoration:none;
}

.max-11{
max-width: 1100px;
margin:0 auto;
}


.justify-content-center{
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}






@media (max-width:990px) {
	
.travel-sec{
    display: inherit;
}

.justify-content-center{
    display: inherit;
}


.feature-info-sec h2, .feature-info-sec p{
	text-align:center;
}


}
















.Staffing-page .fea-lft-text {
    padding: 100px 15px 140px 15px;
}



.Staffing-page .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 50%;
    max-height: 580px;
    height: 110%;
}

.Staffing-page .fut-top-sec-img img {
    width: auto;
    height: 100%;
}


@media (max-width: 768px){
	
	
	
	.idea-poi-sec {
       background-color: #fff;
    padding: 40px 37px 10px 37px;
    min-height: 190px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 75px;
}


.idea-dotimg-sec {
    position: absolute;
    background-color: #157;
    padding: 26px;
    border-radius: 180px;
    width: 90px;
    height: 90px;
    left: 50%;
    top: -45px;
    right: 50%;
    margin-left: -50px;
}


.idea-poi-main-sec {
    padding-left: 15px;
}

.idea-sec {
    padding: 10px 0px 0px 0px;
}


.idea-hed-sec p {
    margin: 0 auto;
}
	

	
	
	
	
.Staffing-page .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 0%;
    width: 100%;
    height: 250px;
	text-align: center;
}

.Staffing-page .fea-lft-text {
    padding: 20px;
}
.Staffing-page .fut-top-sec-img img {
    width: auto !important;
    height: 100% !important;
    margin-top: 25px !important;
}

}




@media (max-width: 1700px){
.Staffing-page .fut-top-sec-img img {
    width: 100%;
    height:auto;
}	
}


.blue-sec {
    background-color: #6051c0;
		    padding: 60px 0px;
}



.Staffing-page .blue-sec {
    margin-bottom: -200px;
}


.Staffing-page .blue-sec img {
width: 100%;
    padding: 0px 10px;
    max-width: 1100px;
	margin:0 auto;
}






.light-blue {
	 padding: 60px 0px 30px 0px;
    background-color: #f7f6fe;
}





.feature-info-sec .blue-sec h1 {
	color:#fff;
	
}



.tra-mon-sec{
padding-top: 200px;	
}

.tra-mon-sec{
	}


.tra-pon{
	text-align:center;
	    margin-bottom: 30px;
		    min-height: 230px;
}

.tra-pon img{
	width: 120px;
}

.tra-pon h2{
	    margin: 10px 0px;
    font-size: 22px;
    margin-bottom: 2px;
}

.tra-pon p{
	width: 200px;
    text-align: center;
    margin: 0 auto;
}



.automate-sec{
	 padding: 60px 0px 30px 0px;
}

@media (max-width: 768px){
.Staffing-page .blue-sec {
    margin-bottom:-125px;
}

.tra-mon-sec {
    padding-top:75px;
}


}


.Staffing-page .col-md-push-6 {
    left: 50%;
}

.Staffing-page .col-md-pull-6 {
    right: 50%;
}




.Staffing-page .travel-img-sec img {
    height: 100%;
    max-height: 280px;
}





.feature-info-sec h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
	margin-bottom: 17px;
}


.feature-info-sec ul{
	padding-left: 30px;
}

.feature-info-sec ul li{
	     font-size: 15px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}


	.feature-info-sec ul li:before {
	    content: "";
    position: absolute;
    left: -29px;
    top: 1px;
/*    background-image: url(../assets/images/feature-info-v3/tick-r.svg);*/
	background-image: url(../assets/images/feature-info-v3/tick-r.svg);
    background-size: 100% 100%;
    height: 21px;
    width: 25px;
		
}



.feature-info-sec .y-tick ul li:before {
background-image: url(../assets/images/feature-info-v3/tick-y.svg) !important;
	
}


.feature-info-sec .cal-sec ul li:before{
    background-image: none;
}



@media (max-width: 990px){
.Staffing-page .col-md-push-6 {
    left: 0%;
}

.Staffing-page .col-md-pull-6 {
    right:0%;
}
	.feature-info-sec ul li {
    font-size: 15px;
    margin-bottom: 16px;
    list-style: none;
    position: relative;
	text-align: center;
    padding-top: 24px;
}

.feature-info-sec ul li:before {
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -15px;
}




}

@media (max-width: 480px){




.feature-info-sec ul {
    padding-left: 0px;
}
	
	
}





.Dwn-trx{

background-color: #6051c0;
    padding: 60px 0px;
}


.Dwn-trx h1{
	color: #fff;
    text-align: left;
    /* color: #031b4e; */
    font-size: 36px;
    line-height: 47px;
}


.Dwn-trx h2{
	font-weight: 100 !important;
    font-family: Sailec-Regular;
    color: #a99ef1;
    font-size: 21px;
    margin-bottom: 30px;
}


.dwn-btn-sec{
}


.dwn-text-sec{
	padding-left: 50px;
    max-width: 490px;
  
}


.dwn-btn-sec img{
	width: 150px;	
}

.dwn-btn-sec a{
display: inline-block;
    margin-right: 10px;
}


@media (max-width: 550px){
	.dwn-text-sec {
    padding-left:0px;
	margin-top: 15px;
	}
	
	
	.Dwn-trx h1 {
    font-size: 28px;
	line-height: 39px;
	text-align:center;
	}
	
	.Dwn-trx h2 {
	text-align:center;
	}
	
}


 @media (max-width:769px) {
.trail-demo-sec .col-md-6:first-child {
	border-right: 0px;
}
.fut-top-sec-img {
	position: absolute;
	top: -50px;
	left: 0%;
	width: 100%;
	height:250px;
}
.fut-top-sec {
	position: relative;
	padding-bottom: 0px;
	padding-top: 210px;
}
.fea-lft-text h1 {
    font-size: 30px;
	 line-height: 47px;
	     text-align: center;

}

.fea-lft-text p {
	max-width:100%;

    text-align: center;
}

.fea-lft-text {
    text-align: center;
	    padding-bottom: 100px !important;
}


}

 @media (min-width:769px) {
	.fea-lft-text {
    width: 41.66666667%;
} 
	 
 }






.cal-sec{
	    background-color: #6051c0;
    padding: 60px 0px 45px 0px;
	    position: relative;
}


.cal-sec h1{
text-align: center;
}


.cal-txt-sec{
	    margin-bottom: 20px;
}

.cal-txt-sec a{
	    display: inline-block;
    border-left: 4px solid #b5afd5;
    padding-left: 17px;
}

.cal-txt-sec a {
	text-decoration:none;
}

.cal-txt-sec h2{
	color: #fff;
        font-size: 22px;
    margin-bottom: 3px;
}


.cal-txt-sec p{
	color: #b5afd5;
}



.cal-sec .nav-tabs {
    border-bottom:none;
}




.cal-sec .nav-tabs>li>a, .cal-sec .nav-tabs>li>a:hover, .cal-sec .nav-tabs>li>a:focus {
    margin-right: 2px;
    border-left: 4px solid #b5afd5;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
   border-left: 4px solid #8476ca;
    background-color: transparent;
    padding: 5px 0px 0.5px 21px;
}



.cal-sec .nav-tabs>li.active>a, .cal-sec .nav-tabs>li.active>a:focus, .cal-sec .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
	    border-left: 4px solid #fff;

}


.cal-sec .nav-tabs>li.active>a>p, .cal-sec .nav-tabs>li.active>a>p:focus, .cal-sec .nav-tabs>li.active>a>p:hover {
    color: #fff;
}

.cal-sec ul li:before {
    content:close-quote;
}


.cal-sec .tab-content{
    min-height: 650px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
	text-align:center;
}

.cal-sec .tab-content .tab-pane{
	margin:0 auto;
}


.cal-sec .tab-content .tab-pane h3{
    color: #fff;
}

.dotte-sec{
background-image: radial-gradient(#cecece 20%, transparent 20%), radial-gradient(transparent 20%, transparent 20%);
    background-color: transparent;
    background-position: 0 0, 50px 50px;
    background-size: 15px 15px;
    width: 100%;
    position: absolute;
    height: 116px;
    bottom: -56px;
	opacity: 0.5;
}



.ios-and-sec{
    padding: 110px 0px 70px 0px;
    background-color: #f7f6fe;
    text-align: center;
	
}

.ios-and-sec .dwn-btn-sec {
	margin-top:40px;
	
}


.cal-txt-sec img{
	display:none;
}


 @media (max-width:990px) {
	
	
	.feature-info-sec h3 {
    text-align: center;
} 
	
.cal-txt-sec img{
	display:inherit;

    margin: 0 auto;
		height:350px;
}

	 
	 
	 
.cal-sec .tab-content {
    display: none !important;
}
.feature-info-sec ul li {
    text-align: center;
	width:100%;
	
	
}



.cal-sec .nav-tabs>li>a, .cal-sec .nav-tabs>li>a:hover, .cal-sec .nav-tabs>li>a:focus {
	border:none;
	padding: 5px 0px 0.5px 0px;
	    cursor: auto;
}

.cal-sec .nav-tabs>li.active>a, .cal-sec .nav-tabs>li.active>a:focus, .cal-sec .nav-tabs>li.active>a:hover {
		border:none;
	    cursor: auto;
}


.feature-info-sec ul {
    padding-left:0px;
}

.cal-txt-sec p {
    color: #ffffff;
}



 }
 
 
.emp-bnft-sec .fut-top-sec{
	 height: calc(100vh - 73px);
 }
 
 
 
 .emp-bnft-sec .fut-top-sec .row{
     -webkit-box-align: center!important;
    align-items: center!important;
    display: flex;
 }
 
 
 
 .emp-bnft-sec .fea-img-sec {
    margin-bottom: auto;
    margin-top: auto;
    height: 80vh;
    text-align: center;
    overflow: hidden;
	max-height: inherit;
}

.emp-bnft-sec .fut-top-sec img{
    height: 100%;
    width: auto;
}



.idea-sec h1{
	color:#fff;
}



.emp-bnft-sec .idea-sec img {
	    max-height: 500px;
    width: auto;
	margin-bottom: 25px;
	
}


.idea-sec .btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.idea-sec .btn-outline-primary:hover {
    color:#6051c0;
    background-color:#fff;
    background-image: none;
    border-color: #fff;
}


.feature-info-sec .btn i {
    color: #ffca50;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

.fr-easy-sec{
	background-color:#f7f6fe;
    padding: 60px 0px 45px 0px;
}

.fr-easy-sec h1{
    margin: 0 auto;
    margin-bottom: 35px;
	    text-transform: capitalize;
    text-align: center;
}




.fr-easy-sec .sec-main{
	text-align:center;
}






.fr-easy-sec .sec-main .img-sec{
	background-color: #6051c0;
    border-radius: 180px;
    width: 110px;
    height: 110px;
    text-align: center !important;
    margin: 0 auto;
	position:relative;
	display: flex;
    align-items: center!important;
}


.fr-easy-sec .easy-steps:after {
  content: url(../images/feature-info-v3/dotted-arrow.svg);
    position: absolute;
    right: -45px;
    top: 48px;
}


.fr-easy-sec .sec-main.last-aro:after {
	display:none;
}


.fr-easy-sec .sec-main.fast-aro:after {
	display:block;
}





.fr-easy-sec .sec-main .img-sec img{
	    height: 53px;
    margin: 0 auto;
}


.fr-easy-sec .sec-main h3{
	margin: 16px 0px 8px 0px;
    font-size: 19px;
    font-weight: 500;
    font-family: Sailec-bold;
}


.fr-easy-sec .sec-main p{
	font-size: 17px;
    max-width: 200px;
    color: #222;
    margin: 0 auto;
	    text-align: center;
    
}





.Benefit-go-sec{
/*	background-color: #f7f6fe;
*/    padding: 60px 0px 45px 0px;
	text-align:center;
	position:relative;
	overflow:hidden;
}


.Benefit-go-sec h1{
    margin: 0 auto;
    margin-bottom: 35px;
    text-transform: capitalize;
    text-align: center;
}



.Benefit-go-sec h2{
	text-align:center;
	font-family: Sailec-Regular;
	margin: 0 auto;
	margin-top:21px;
	max-width:1000px;
	    font-size: 23px;
}


.Benefit-go-sec img{
max-width: 850px;
    width: 100%;
    margin-top: 30px;
}


.Benefit-bg-img{
	position: absolute;
    max-width: 100% !important;
    left: 0;
    bottom: -180px;
	z-index:-2;
	}


.benefit-bg{
	    background-color: #f7f6fe;
    position: absolute;
    width: 100% !important;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: -2;
    top: 0;
}

.Get-startedo-sec{
	background-color: #6051c0;
    padding:10px 0px 45px 0px;
}

.Get-startedo-sec h1{
max-width: 850px; 
  margin: 0 auto;
  color:#fff;
  text-align: center;
}

.Get-startedo-sec .gsc{
max-width: 850px; 
  margin: 0 auto;
  color:#fff;
  text-align: center;
}


.Get-startedo-sec .register-box{
    background-color: #fff !important;
    padding: 50px 100px 50px 100px;
    border-radius: 10px;
    max-width: 950px;
    margin-top: 45px;
	text-align:center;
	    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.Get-startedo-sec .register-box h1{
	color:#6051c0;
}

.Get-startedo-sec .register-box h2{
	color:#6051c0;
	margin:10px 0px 10px 0px;
	font-family: Sailec-Light;
	text-align:center;
	
}



.Get-startedo-sec .register-box p{
	    color: #6051c0;
    margin: 10px 0px 20px 0px;
    text-align: center;
    max-width:500px;
    margin: 0 auto;
    font-size: 18px;
	
}



.Get-startedo-sec .register-box .form-group {
    margin-bottom: 23px;
}


.Get-startedo-sec .register-box .btn{
    width: 400px;
    margin-bottom: 20px;
    margin-top: 0px !important;
    border-radius: 6px;
    padding: 13px;
    font-size: 19px;
}



 @media (max-width:1350px) {
	 .Benefit-bg-img {
    bottom: -60px;

}

	 
.emp-bnft-sec .fut-top-sec img {
    height: auto;
    width: 100%;
}

.emp-bnft-sec .fut-top-sec {
    height:auto;
}

.emp-bnft-sec .fea-img-sec {
    height:auto;
}
	 
	 
 }
 
 
@media (max-width:990px) { 
.emp-bnft-sec .fut-top-sec .row{
	display:inherit;
}

}



@media (max-width:990px) { 

.emp-bnft-sec .fut-top-sec .col-md-7{
    position: absolute;
    top: 0;
    width: 100%;
}
.emp-bnft-sec .fut-top-sec img {
    /* height: auto; */
    max-height: 400px;
	    width: auto;
}


.emp-bnft-sec .fut-top-sec {
    padding-top: 385px;
}
.feature-info-sec h1 {
    text-align: center;
}

.emp-bnft-sec .idea-sec {
    padding: 30px 0px 45px 0px;
    text-align: center;
}


.fr-easy-sec .sec-main.last-aro:after {
	display:block !important;
}

.fr-easy-sec .sec-main.fast-aro:after {
	display:none !important;
}


.fr-easy-sec .sec-main:after {
     content: url(../images/feature-info-v3/dotted-arrow-mobile.svg);
    top:-75px;
    left: 0;
    right: 0;
}

.fr-easy-sec .sec-main {
    margin-bottom:85px;
}

.fr-easy-sec .sec-main:last-child {
    margin-bottom: 20px;
}

.Benefit-bg-img {
    bottom: -4px;
}

.Get-startedo-sec .register-box {
    margin: 45px;
}
.Get-startedo-sec .register-box .btn {
    width: 100%;
}

}
 
 
@media (max-width:500px) { 

.emp-bnft-sec .idea-sec img {
    max-height: 200px;
    margin-bottom: 25px;
    width: auto;
}

.emp-bnft-sec .fut-top-sec img {
    width: 100%;
	
}


.feature-info-sec h1 {
    font-size: 25px;
    line-height: 30px;
}
 
 
 .emp-bnft-sec .fut-top-sec {
    padding-top: 400px;
}

.Benefit-bg-img {
    bottom: -15px
}


.emp-bnft-sec .Benefit-go-sec {
    padding-bottom: 0px;
}


.emp-bnft-sec .Get-startedo-sec {
    background-color: #6051c0;
    padding: 30px 0px 45px 0px;
}

.emp-bnft-sec .Get-startedo-sec .register-box {
    margin: 25px 15px;
    padding: 30px 20px;
}


 }
 
 
 
 
@media (max-width:400px) { 
 
 
 .emp-bnft-sec .fut-top-sec {
    padding-top:350px;
} 
}


 
@media (max-width:350px) { 
 
 
 .emp-bnft-sec .fut-top-sec {
    padding-top:300px;
} 
}
 
 
 
 
 
 
 
 
 
 
 
.register-box .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  padding: 0 15px !important;
}


.register-box .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    min-height: 40px !important;
}


.register-box .hs-form-required {
	display:none;
}


.register-box .no-list hs-error-msgs inputs-list{
	
}



ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 7px;
    text-align: left;
    margin-bottom: 0px !important;
}


ul.no-list.hs-error-msgs.inputs-list li {
    margin-bottom: 0px !important;
}


 
 
.register-box .hs-form {
    display: inherit;
}
 
.register-box ul li:before {
	content:inherit !important;
 }
 
 
 
.register-box  #numemployees-a36d2c06-7aed-474a-b412-d62dfbe0c9ad{
	height:40px !important;
}



.register-box .hs_submit{
	    max-width: 400px;
    margin: 25px auto;
}


.register-box .input {
    margin-right: 20px !important;
}

@media (max-width: 990px){
.register-box ul li {
    text-align: left;
    width: 95%;
	padding-top:0px;
}

}



.corporate-booking-sec .fut-top-sec {
    height: calc(100vh - 73px);
}


.corporate-booking-sec .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 50%;
    max-height: 100vh;
    height: 110%;
}


.corporate-booking-sec .cal-sec img {
    max-height: 300px;
    margin: 0px 0px 25px 0px;
}




.feature-info-sec .blue-sec .col-md-6 img{
max-height: 300px;
margin:0px 0px 25px 0px;
}




@media (max-width: 1350px){
.corporate-booking-sec .fut-top-sec {
    height: auto;
}
}

@media (max-width: 768px){
.corporate-booking-sec  .fut-top-sec-img {
    position: absolute;
    top: -25px;
    left: 0%;
    width: 100%;
    height: 250px;
}
}








.fut-top-sec.slid-100{
	    height: calc(100vh - 73px);
}


.fut-top-sec.slid-100 .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 50%;
    max-height: 100vh;
    height: 110%;
}








.health-sec .blue-sec img {
    width: 100%;
    padding: 0px 10px;
    max-width: 1100px;
}


.light-blue {
    padding: 170px 0px 70px 0px;
    background-color: #f7f6fe;
    text-align: center;
}



@media (max-width: 1350px){
.fut-top-sec.slid-100{
    height: auto;
}
}


@media (max-width: 768px){
.fut-top-sec.slid-100 .fut-top-sec-img {
    position: absolute;
    top: -25px;
    left: 0%;
    width: 100%;
    height: 250px;
}



.light-blue {
    padding: 100px 0px 45px 0px;
}


}

.landpage-fotter .caret {
    display: none;
}





/*Future-section-page css*/




.future-section-main  .fut-top-sec{
    background-color: #6051c0;
    padding: 60px 0px 45px 0px;
    min-height: auto;
	}

.future-section-main .fea-lft-text{
	    width: 100%;
    text-align: center;
}



.future-section-main .fea-lft-text h1 {
   color: #fff;
    text-align: center !important;
}



.future-section-main .btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
	    border: 2px solid #fff;
}


.future-section-main .btn-outline-primary:hover {
    color: #fff;
	    border: 2px solid #fff !important;
}

.future-section-main .w-100 {
    width: 100%!important;
    max-width: 100% !important;
}

.future-section-main .px-70 {
	padding:0px 70px;

}


.future-section-main .ind-sec {
    background-color: #f4f3fb;
    border-radius: 10px;
    padding: 20px;
    width: 18%;
    margin: 1%;
    float: left;
}


.future-section-main .head-sec {
  padding: 100px 0px;
    position: relative;
}

.future-section-main .head-sec h2 {
  color: #6051c0;
    font-weight: 700 !important;
    font-size: 34px;
    margin: 1%;
    float: left;
    margin-top:20px;
}


.future-section-main .head-sec .ban-img{
        position: absolute;
    top: 0;
    max-height: 100%;
    right: 0;
    max-width: 55%;
	    min-width: 360px;
}

	
.future-section-main .var-sec {
    display: flex;
    width: 100%;
    margin-top: 15px;
    flex-flow: row wrap;
		
}

.future-section-main .var-sec h2 {
    font-size: 25px;
    font-weight: 600 !important;
    margin: 1%;
    float: left;
	margin-bottom: 0px;
}

.future-section-main .ind-sec {
    background-color: #f4f3fb;
    border-radius: 10px;
    padding: 20px;
    width: 18%;
    margin: 1%;
    float: left;
}
.future-section-main .in-hed-sec {
    display: inline-block;
    width: 100%;
}

.future-section-main .ind-sec h3{
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
}


.future-section-main .ind-sec p {
    margin-bottom: 0px;
	    margin-top: 10px;
}

.future-section-main .pan-sec-main{
    padding-bottom: 70px;
}


.future-section-main .var-sec img {
    margin: 1%;
    float: right;
    margin-top: 25px;
	    width: 20px;
		    cursor: pointer;
}

.future-section-main .hed-img{
	    width: 80px;
    background-color: #6051c0;
    height: 80px;
    float: left;
    border-radius: 180px;
	    padding:18px;
}



.future-section-main .hed-img img{
	position: inherit;
	width: 100%;
}

.future-section-main .head-sec .row {
    margin-left: 0px;
}

.future-section-main .b-bg {
    background-color: #f4f3fb;
}


.future-section-main .b-bg .ind-sec {
    background-color: #fff;
}






@media (max-width:1367px){
.future-section-main .ind-sec {
    width: 31.333%;
    margin: 1%;
}

.future-section-main .ind-sec p {
	text-align:left;
	}
	
.future-section-main .bdy-main-sec {
    padding-left: 15px;
    padding-right: 15px;
}

.future-section-main .head-sec {
    padding: 50px 0px;
}
	
	
}


@media (max-width:550px){
	.future-section-main .ind-sec {
    width: 98%;
	}
	
	.future-section-main .var-sec img {
    margin-top: 12px;
	}
	
.future-section-main .fut-top-sec {
    padding: 30px 0px 30px 0px;
}

.future-section-main .btn {
    margin: 10px 0px !important;
	width:80%;
}
.future-section-main .head-sec .ban-img {
    max-width: 90%;
}

.future-section-main .head-sec {
    padding: 130px 0px 10px 0px;
}

.future-section-main .in-hed-sec {
    margin: 15px 0px 10px 0px;
}
	
}






/*Future-section-page css end*/


.test-li{
	/*width: calc(100% - 60px) !important;
    border-top: 1px solid #155;
    padding: 0px !important;
    margin: 20px 30px 30px 30px !important;
    padding-top: 20px !important;*/
	width: 100% !important;
    border-top: 1px solid #e1e1e1;
	padding-bottom: 25px;
}



.future-section-main .fut-top-sec {
	background-color: #6051c0;
	padding: 60px 0px 45px 0px;
	min-height: auto;
}
.future-section-main .fea-lft-text {
	width: 100%;
	text-align: center;
}
.future-section-main .fea-lft-text h1 {
	color: #fff;
	text-align: center !important;
}
.future-section-main .btn-outline-primary {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 2px solid #fff;
}
.future-section-main .btn-outline-primary:hover {
	color: #fff;
	border: 2px solid #fff !important;
}
.future-section-main .w-100 {
	width: 100%!important;
	max-width: 100% !important;
}
.future-section-main .px-70 {
	padding: 0px 70px;
}
.future-section-main .ind-sec {
	background-color: #f4f3fb;
	border-radius: 10px;
	padding: 20px;
	width: 18%;
	margin: 1%;
	float: left;
}
.future-section-main .head-sec {
	padding: 100px 0px;
	position: relative;
}
.future-section-main .head-sec h2 {
	color: #6051c0;
	font-weight: 700 !important;
	font-size: 34px;
	margin: 1%;
	float: left;
	margin-top: 20px;
}
.future-section-main .head-sec .ban-img {
	position: absolute;
	top: 0;
	max-height: 100%;
	right: 0;
	max-width: 55%;
	min-width: 360px;
}
.future-section-main .var-sec {
	display: flex;
	width: 100%;
	margin-top: 15px;
	flex-flow: row wrap;
}
.future-section-main .var-sec h2 {
	font-size: 25px;
	font-weight: 600 !important;
	margin: 1%;
	float: left;
	margin-bottom: 0px;
	max-width: 80%;
    text-align: left;
}
.future-section-main .ind-sec {
	background-color: #f4f3fb;
	border-radius: 10px;
	padding: 20px;
	width: 18%;
	margin: 1%;
	float: left;
}
.future-section-main .in-hed-sec {
/*	display: inline-block;*/
	 display: flex;
    flex-flow: row wrap;
	width: 100%;
	position: relative;
}

.in-hed-sec .toggle-btn {
    position: absolute;
    top: -60px;
    right: 5px;
}


.future-section-main .ind-sec h3 {
	font-size: 18px;
	margin: 0px;
	line-height: 24px;
}
.future-section-main .ind-sec p {
	margin-bottom: 0px;
	margin-top: 10px;
}
.future-section-main .pan-sec-main {
	padding-bottom: 70px;
}
.future-section-main .var-sec img {
	margin: 1%;
	float: right;
	margin-top: 25px;
	width: 20px;
	cursor: pointer;
}
.future-section-main .hed-img {
	width: 80px;
	background-color: #6051c0;
	height: 80px;
	float: left;
	border-radius: 180px;
	padding: 18px;
}
.future-section-main .hed-img img {
	position: inherit;
	width: 100%;
}
.future-section-main .head-sec .row {
	margin-left: 0px;
}
.future-section-main .b-bg {
	background-color: #f4f3fb;
}
.future-section-main .b-bg .ind-sec {
	background-color: #fff;
}
.future-section-main .ind-sec p a {
	color: #6051c0;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	font-weight: 600;
}
.future-section-main .ind-sec p a:hover {
	text-decoration: none;/* font-weight: 200; */
	color: #9c27b0;
}
.future-section-main .ind-sec p a i {
	margin-left: 3px;
	font-size: 20px;
	position: relative;
	top: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
 a{
	text-decoration: none !important;
}
.inner p a i{
  margin-left: 3px;
	font-size: 20px;
	position: relative;
	top: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.future-section-main .ind-sec p a:hover i {
	margin-left: 8px;
}
 @media (max-width:1367px) {
.future-section-main .ind-sec {
	width: 31.333%;
	margin: 1%;
}
.future-section-main .ind-sec p {
	text-align: left;
}
.future-section-main .bdy-main-sec {
	padding-left: 15px;
	padding-right: 15px;
}
.future-section-main .head-sec {
	padding: 50px 0px;
}
}
 @media (max-width:550px) {
.future-section-main .ind-sec {
	width: 98%;
}
.future-section-main .var-sec img {
	margin-top: 12px;
}
.future-section-main .fut-top-sec {
	padding: 30px 0px 30px 0px;
}
.future-section-main .btn {
	margin: 10px 0px !important;
	width: 80%;
}
.future-section-main .head-sec .ban-img {
	max-width: 90%;
}
.future-section-main .head-sec {
	padding: 130px 0px 10px 0px;
}
.future-section-main .in-hed-sec {
	margin: 15px 0px 10px 0px;
}
}
/*Future-section-page css end*/








.ind-sec p {
	/*display: none;*/
}
.arrow-open-close:before, .arrow-open-close:after {
	transition: 0.15s all ease-in-out;
	position: absolute;
	content: "";
	width: 54%;
	height: 2px;
	background: #333;
	top: 49%;
	border-radius: 5px;
}
.arrow-open-close:before {
	transform: rotate(220deg);
	left: 0;
}
.arrow-open-close:after {
	transform: rotate(-220deg);
	right: 0;
}
.hide-toggle .arrow-open-close:before {
	transform: rotate(140deg);
	left: 0;
}
.hide-toggle .arrow-open-close:after {
	transform: rotate(-140deg);
	right: 0;
}
.arrow-open-close:before, .arrow-open-close:after {
	transition: 0.15s all ease-in-out;
	position: absolute;
	content: "";
	width: 59%;
	height: 2px;
	background: #333;
	top: 49%;
	border-radius: 5px;
}
.toggle-btn .arrow-open-close {
	float: left;
	margin: 6px 10px 0 0;
}
.arrow-open-close {
	position: relative;
	width: 25px;
	height: 20px;
	cursor: pointer;
}
.toggle-btn {
	cursor: pointer;
	width: 100%;
	max-width: 26px;
	float: right;
	margin-left: auto;
	margin-right: 1%;
	margin-top: 13px;
}
.toggle-btn .toggle-wording {
	float: left;
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
}



@media (max-width: 990px){

.dwn-text-sec {
    margin: 0 auto;
}

.dwn-btn-sec {
    text-align: center;
}

}


@media (max-width: 655px){

.ftr-navig li {
    margin-left: auto;
}

.ftr-navig li {
    margin: 0.7rem auto;
}

}

/*NEW Style*/



.tra-exp-page{
	
	
}


.blue-sec .carousel-control {
    display: none;
}



.tra-exp-page .blue-sec {
    margin-bottom:0px;
}




.tra-exp-page .blue-sec {
    padding-bottom: 80px;
}


.tra-exp-page .blue-sec .carousel-indicators {
    bottom: -40px;
}



@media (min-width: 769px){

.px-h-100vh{
    height: calc(100vh - 70px);
	max-height: 600px;
}


.tra-exp-page .blue-sec .carousel-indicators {
    bottom: -30px;
}


}








/*NEW STYLES*/


.slid-px-img .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 50%;
    max-height: 580px;
    height: 110%;
}



.slid-px-img .fut-top-sec-img img {
    width: auto;
    height: 100%;
}


.blue-sec.fr-easy-sec{
	background-color: #6051c0;
}

.blue-sec.fr-easy-sec .sec-main .img-sec{
	
	background-color: #fff;
}

.blue-sec.fr-easy-sec .sec-main h3, .blue-sec.fr-easy-sec .sec-main p  {
	   
	color:#fff;
}


.blue-sec.fr-easy-sec .sec-main .img-sec img {
    height: 53px;
    margin: 0 auto;
    width: auto;
}


.blue-sec.fr-easy-sec .sec-main p {
    font-size: 17px;
    max-width: 250px;
}

.py-140 {
    padding: 140px 0px !important;
}

.mb-80 {
	margin-bottom:80px !important;
}


.feature-info-sec h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin-bottom: 17px;
}

.feature-info-sec .blue-sec h3 {
	color:#fff;
	
}


/*.feature-info-sec .blue-sec h2 {
	color:#fff;
}*/

.feature-info-sec .blue-sec .y-tick{
	text-align:left;
}

.quickbook-sty .travel-img-sec img {
    max-height: inherit;
}


.quickbook-sty .travel-sec {
    display: block;
}


.quickbook-sty .travel-img-main-sec {
    padding:0px 15px;
}

.quickbook-sty .travel-text-sec{
	margin-top:0px;
}


@media (max-width: 1700px){
.slid-px-img .fut-top-sec-img img {
    width: 100%;
    height: auto;
}

.quickbook-sty .slid-px-img img {
    max-height: inherit !important;
}


}


@media (max-width: 768px){
	
.mb-80 {
	margin-bottom:30px !important;
}
	
	
.slid-px-img .fut-top-sec-img {
    position: absolute;
    top: -50px;
    left: 0%;
    width: 100%;
    height: 250px;
    text-align: center;
}
	
	
.slid-px-img .fut-top-sec-img img {
    width: auto !important;
    height: 100% !important;
    margin-top: 25px !important;
}

.slid-px-img .fut-top-sec-img{
    text-align: center;
}

.py-140 {
    padding:90px 0px !important;
}


}



/*.feature-info-sec h1 {
   font-size: 40px;
    max-width: 1180px;
		margin-bottom: 80px;
}*/



.retail-sty{
}


.retail-sty .blue-sec img {
    width: 100%;
    padding: 0px 10px;
    max-width: 1100px;
    margin: 0 auto;
}


.blue-sec  p {
 
    line-height: 24px;
    max-width: 850px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}

.travel-sec:last-child {
	margin-bottom:0px;
}


#myCarousel .item img {
    margin: 0 auto;
	    padding: 0px 10px;
    max-width: 1100px;

}



@media (min-width: 768px){

.retail-sty .blue-sec .carousel-indicators {
    bottom: -30px;
}




}
/*pricing page style*/
    
    
.pricing-main-sec {
}
.pricing-sec {
    flex: 1 1 calc(25% - 20px);
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    margin: 10px;
}
.pricing-sec h1 {
    color: #6051c0 !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
}
.pricing-sec h2 {
    line-height: 63px;
    font-size: 60px !important;
    color: #6051c0 !important;
    background: -webkit-linear-gradient(45deg, #c51fff, #6450bc 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pricing-sec p {
    color: rgba(3,27,78,.7) !important;
    text-align: center !important;
}
.pricing-main-sec .btn-primary {
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
}
.pricing-main-sec .btn-primary:hover {
    background: -webkit-linear-gradient(45deg, #6051c0, #a157ba);
    background: linear-gradient(45deg, #6051c0, #a157ba);
    border-color: transparent;
}
.pricing-main-sec ul li {
    text-align: left;
    font-size: 14px;
    
}
.pricing-main-sec ul li:before {
    background-image:url(../assets/images/feature-info-v3/tick-g-2.svg) !important;
}
.pricing-main-sec .btn {
    margin-top: 10px !important;
}
.pricing-main-sec hr {
    margin-top: 20px;
    margin-bottom: 25px;
}
.pricing-row {
    box-sizing: inherit;
}
.cus-pri {
}
.cus-pri h2 {
    font-size: 35px !important;
    font-weight: 900 !important;
    line-height: 43.5px;
}
.pricing-grp-sec {
    display: flex;
    flex-wrap: wrap;
}
.pricing-main-sec .btn {
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.pricing-main-sec {
    background-color: #f4f3fb;
            padding: 60px 0px !important;
}

.pricing-bg-blue{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    
}
    
    .sub-hed{
        font-size: 20px !important;
    font-weight: 100 !important;
        
    }


.pricing-bg-blue img{
        width: 100%;
    margin-top: -150px;
    
}


.pricing-main-sec h1, .pricing-main-sec p{
    color:#fff;
}
    
    
.pricing-sec .feature-sec {
    color: #6051c0 !important;
    font-weight: 600;
    margin-top: 7px !important;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
}



 @media (max-width: 1220px) {
.pricing-sec {
    flex: 1 1 calc(50% - 20px);
}
}
 @media (max-width: 992px) {
.pricing-main-sec ul {
}
.pricing-main-sec ul li {
    padding: 0px 0px 0px 32px;
}
.pricing-main-sec ul li:before {
    left: 0;
    top: 0;
    margin-left: 0px;
}
}


 @media (max-width: 786px) {
.pricing-bg-blue img{
        width: 250%;
        margin-top: 0px;
    
}
}

  .collapse-btn{
      margin:0 auto;
      margin-top:20px;
      margin-bottom:10px;
      background-color: transparent;
      border: none;
      position: relative;
     }
  
  .collapse-btn i {
    color: #ffca50;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    top: 2px;
    position: absolute;
    right: -18px;
}


@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  
}


@media (min-width:1200px) {

.pricing-bg-blue {
    top: -300px;
}
}