.inner{
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
}
/*banner*/
.banner .inner{
    display: flex;
    flex-direction: row;
}
.banner .inner .con-left{
    width: 60%;
    padding: 0 5% 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .inner .con-left a.banner-btn{
    background: #f5ba31;
    border: 1px solid #f5ba31;
    max-width: 150px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.banner .inner .con-right{
    width: 40%;
}
.banner .inner .con-right img{
    max-width: 455px;
}
/*banner End*/
/*p-02*/
.p-02 h2, .p-03 h2{
    text-align: center;
    padding-bottom: 46px;
}
.p-02 .item-wapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    gap: 42px;
}
.p-02 .item-wapper .item{
    width: calc(33.3333% - 28px);
    padding: 35px 30px 10px 30px;
    border: 1px solid #DEE1E6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.p-02 .item-wapper .item h3{
    font-size: 19px;
    font-weight: 600;
    color: #181C25;
}
.p-02 .item-wapper .item h3 .num{
    color: #FF9B29;
    margin-right: 10px;
}
.p-02 .item-wapper .item p{
    color: #545861;
    font-size: 15px;
}
.p-02 .item-wapper .item span{
    font-weight: 600;
}
/*p-02 End*/
/*p-03*/
.p-03 .col-no{
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.p-03 .col-no.no2{
    padding-top: 0;
}
.p-03 .col-no .con-tt{
    padding: 0 5% 0 2%;
}
.p-03 .col-no.no2 .con-tt, .p-03 .col-no.no4 .con-tt{
    padding: 0 2% 0 5%;
}
.p-03 .col-no h3{
    font-weight: bold;
}
.p-03 .col-no p{
    margin-bottom: 10px;
}
.p-03 .col-no .con-tt > p{
    background: #276ef6;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 8px;
    color: #fff;
}
.p-03 .col-no .tx p{
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.p-03 .col-no .tx p:after{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    display: inline-block;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg) no-repeat -347px -19px;
    width: 14px;
    height: 13px;
}
.p-03 .col-no .con-img{
    max-width: 666px;
}
.p-03 .col-no.no2, .p-03 .col-no.no4{
    flex-direction: row-reverse;
}
/*p-03 End*/
/*p-add-img*/
.p-add-img .inner{
    text-align: center;
}
.p-add-img .inner h2{
    padding-bottom: 22px;
}
.p-add-img .inner img{
    max-width: 1066px;
}
/*p-add-img End*/
/*platform-parent*/
.platform-parent {
				padding: 0 20px
			}

			.platform-section {
				margin: 0 auto;
				max-width: 1280px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				border-radius: 16px;
				overflow: hidden
			}

			.platform-section span {
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 600;
				letter-spacing: 3px
			}

			.platform-section h3 {
				font-size: 24px;
				line-height: 28px;
				font-weight: 700;
				max-width: 220px;
				padding-top: 25px
			}

			.desktop-section {
				-webkit-flex-basis: 44%;
				-ms-flex-preferred-size: 44%;
				flex-basis: 44%;
				background-color: #f4f5f7
			}

			.desktop-section span {
				color: #2f81f3
			}

			.mobile-section {
				-webkit-flex-basis: 56%;
				-ms-flex-preferred-size: 56%;
				flex-basis: 56%;
				background-color: #000
			}

			.platform-section-text-container {
				padding: 40px 0 17px 30px;
				position: relative
			}

			.platform-cta {
				position: absolute;
				top: 20px;
				right: 20px;
				width: 48px;
				height: 48px;
				border-radius: 50%;
				border: 1px solid #4e4e4e;
				padding: 15px;
				-webkit-transition: all .2s ease;
				transition: all .2s ease
			}

			.desktop-section .platform-cta {
				border-color: #d1d1d1
			}

			.mobile-section .platform-cta svg {
				fill: #4e4e4e
			}

			.desktop-section .platform-cta svg,
			.mobile-section .platform-cta svg {
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg)
			}

			.desktop-section .platform-cta svg {
				fill: #d1d1d1
			}

			.mobile-section .platform-cta:hover {
				border-color: #fff
			}

			.mobile-section .platform-cta:hover svg {
				fill: #fff
			}

			.desktop-section .platform-cta:hover {
				border-color: #2f81f3
			}

			.desktop-section .platform-cta:hover svg {
				fill: #2f81f3
			}

			.desktop-img,
			.mobile-img {
				padding-top: 45px;
				display: block;
				height: 300px;
				margin: 0 auto
			}

			.mobile-section .platform-section-text-container {
				border-bottom: 1px solid #2c2c2c;
				color: #fff
			}

			.mobile-section .platform-section-store-link {
				border-top: 1px solid #2c2c2c
			}

			.desktop-section .platform-section-text-container {
				border-bottom: 1px solid #e0e3e9
			}

			.desktop-section .platform-section-store-link {
				border-top: 1px solid #e0e3e9
			}

			.platform-section-store-link {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-ms-flex-align: center;
				align-items: center
			}

			.platform-section-store-link img {
				height: 42px
			}

			.platform-section-store-link img:hover {
				-webkit-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05)
			}

			.platform-section-store-link .app-store {
				border-right: 1px solid #2c2c2c
			}

			.platform-section-store-link .app-store,
			.platform-section-store-link .microsoft-store,
			.platform-section-store-link .play-store {
				padding: 35px 10px
			}

			@media screen and (max-width:768px) {

				.desktop-section,
				.mobile-section {
					-webkit-flex-basis: 100%;
					-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
					border-radius: 16px
				}

				.platform-section {
					-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
					gap: 30px
				}
			}

			@media screen and (max-width:500px) {

				.desktop-img,
				.mobile-img {
					width: 80%;
					height: unset
				}
			}
/*platform-parent End*/
/*footer-cta-parent*/
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.secondary-cta {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	color: #fff
}

.secondary-cta:hover {
	background-color: #fff;
	color: #000
}
.cta-style {
	border-radius: 8px;
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-transform: none;
	padding: 18px 42px;
	display: inline-block;
	cursor: pointer
}
.footer-cta-parent {
	width: 100%;
	background-color: #000;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
        margin-top: 70px;
}
.footer-cta-tile {
	max-width: 400px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 50px 50px 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-cta-tile:not(:last-of-type) {
	border-right: 1px solid #282828
}

.footer-cta-tile img {
	width: 32px;
	margin-bottom: 30px
}

.footer-cta-top-container h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 12px
}

.footer-cta-top-container p {
	color: #fff;
	margin-bottom: 40px
}

.footer-cta-tile .secondary-cta:hover {
	color: #000;
	background-color: #f5ba31;
	border: 1px solid #f5ba31
}
/*footer-cta-parent End*/
/*pricing*/
.pricing-section-container {
	background-color: #faf9f5;
	padding-bottom: 100px
}

.pricing-heading-section {
	max-width: 1280px;
	margin: auto;
	padding: 100px 36px 0;
	border-left: 1px solid #f0eade;
	border-right: 1px solid #f0eade
}

.pricing-heading-section h2 {
	max-width: 600px;
	padding-bottom: 40px
}

.explore-more-button,
.pricing-item-wrap {
	background-color: #fff
}

.pricing-section-top-wrap {
	border-left: 1px solid #f0eade;
	border-right: 1px solid #f0eade
}
.section-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #006fda;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
/*pricing End*/
@media only screen and (max-width:1199px){
   .inner{ 
       width: 90%; 
       max-width: 1000px;
   }
}
@media screen and (max-width:1024px){
.p-add-img .inner img{
    max-width: 899px;
    width: 98%;
}
.banner .inner .con-right img{
   max-width: 400px;
   width: 90%;
}
}
@media only screen and (max-width:768px){
.p-02 .item-wapper .item{
    width: calc(50% - 28px);
}
}
@media only screen and (max-width:580px){
.banner .inner{
    flex-direction: column;
}
.banner .inner .con-left{
    width: 100%;
}
.banner .inner .con-right{
    display: flex;
    justify-content: center;
}
.p-02 .item-wapper .item{
    width: 100%;
}
.p-03 .col-no{
    flex-direction: column;
}
.p-03 .col-no.no2, .p-03 .col-no.no4{
    justify-content: flex-end;
    align-items: flex-start;
}
}
.pricing-wrapper.yearly .price-monthly{
    display: none;
}
.price-monthly, .price-yearly{
    transition: none!important;
-webkit-transition:none!important;
}
