

.apipage .leftsec .title
{
  font-family: HelveticaNeue-Bd;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #1c2833;
}

.apipage .leftsec p
{
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #3e4852;
}

.redbtn
{
    font-family: HelveticaNeue-Bd;
    border-radius: 4px;
    background-color: #f35353;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;   
}

.redbtn:hover, .redbtn:active, .redbtn:focus
{
  background-color: #f24343;
}

.apipage .page-link span
{
    font-family: HelveticaNeue-Bd;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #00795c;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.apipage .page-link .link-expert
{
	background: url(../../assets/images/icon-arrow-link.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 41px;
}

.api-page-section2
{
  background-color: #fff;
}

.api-page-section2 .icon-title
{
  font-family: HelveticaNeue-Bd;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.3px;
  color: #1c2833;
}

.api-page-section2 .icon-sub-title
{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #3e4852;
}

.api-page-section3
{
  background-color: #fff;
}

.api-page-section3 h1.maintitle
{
  font-family: HelveticaNeue-Bd;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #1c2833;
}

.api-page-section3 .pricing-box
{
  border-radius: 4px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;

}

.api-page-section3 .pricing-box .part1
{
  background-color: #f1f2f5;
  text-align: center;  
}

.api-page-section3 .pricing-box .part1 .part1-title
{
  font-family: HelveticaNeue-Bd;
  font-size: 24px;
  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #1c2833;
  margin-bottom: 12px;
}

.api-page-section3 .pricing-box .part1 .part1-subtitle
{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e4852;
  margin-bottom: 16px;
}

.api-page-section3 .pricing-box .part1 .part1-tagline
{
  font-family: HelveticaNeue-Bd;
  font-size: 14px;
  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e4852;
}

.api-page-section3 .pricing-box .part1 .green-tagline
{
	color: #00795c;
}

.api-page-section3 .pricing-box .pricing-ul
{
  list-style: none;
  list-style-image: url(../../assets/images/icon-check.svg);
  padding-left: 25px;
}

.api-page-section3 .pricing-box .pricing-ul li
{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #3e4852;
}

.api-page-section3 .pricing-box .pricing-ul li span
{
  margin-left: 12px;
  margin-bottom: 20px;
  display: block;
}

.api-page-section3 .pricing-box .part3
{
  border-bottom: 1px solid #ebebeb;
}

.api-page-section3 .pricing-box .part3 .benefit-title
{
  
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  text-align: center;
  color: #3e4852;
  text-transform: uppercase;
}

.api-page-section3 .pricing-box .part3 .benefit-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.api-page-section3 .pricing-box .part3 .benefit-title:before,
.api-page-section3 .pricing-box .part3 .benefit-title:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 12px 0 0;
    flex: 1 0 12px;
}

.api-page-section3 .pricing-box .part3 .benefit-title:after {
    margin: 0 0 0 12px;
}

.api-page-section3 .pricing-box .part4
{
  text-align: center;
  padding-top: 44px;
}

.api-page-section3 .pricing-box .part4 .priceno span
{
  font-size: 20px;
  vertical-align: top;
  margin-right: 4px;
}

.api-page-section3 .pricing-box .part4 .priceno
{
  font-family: HelveticaNeue-Bd;
  font-size: 36px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1c2833;
  line-height: 30px;
  margin-bottom: 9px;
}
.api-page-section3 .pricing-box .part4 .monthplan
{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #3e4852;
  margin-bottom: 12px;
}

.api-page-section3 .pricing-box .part4 .requestplan
{

  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #9ea2a8;
  margin-bottom: 36px;
}

.api-page-section4
{
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.api-page-section4 .customplan-title
{
  font-family: HelveticaNeue-Bd;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #1c2833;
  margin-bottom: 48px;
}

.api-page-section5
{
  background-color: #fff;
}

.api-page-section5 .sec5container .apiformtitle
{
  text-align: center;
  font-family: HelveticaNeue-Bd;
  font-style: normal;
  font-stretch: normal;
  color: #1c2833;
  margin-bottom: 24px;
}

.api-page-section5 .sec5container .apiformsubtitle
{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #3e4852;
  margin-bottom: 40px;
}

.api-page-section5 .sec5container .wpcf7 label
{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #3e4852;
  text-transform: uppercase;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap input[type="text"], .api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap input[type="email"]
{
  border: 1px solid #9ea2a8;
  border-radius: 4px;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap input:hover, #countries:hover {
    border: 1px solid #0faa85;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap input[type="text"]:focus,.api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap input[type="email"]:focus, .api-page-section5 .sec5container .wpcf7 .wpcf7-form-control-wrap select:focus {
    /* border: 2px solid #0faa85; */
    border-radius: 0;
    border: 1px solid #0faa85;
    box-shadow: 0px 0px 0px 1px #0faa85;
}

.api-page-section5 .sec5container .wpcf7 input[type=submit]
{
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #f35353;
  width: 100%;
  height: 60px;
  font-weight: normal;
  font-family: HelveticaNeue-Bd;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
}

.api-page-section5 .sec5container .wpcf7 label.error
{
  margin-top: 8px;
  color: #da3b3b;
  padding-left: 0px;
  text-transform: none;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form table tr td
{
  padding-bottom:24px; 
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form .wpcf7-form-control-wrap
{
  margin-top: 6px;
  display: block;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form input::-ms-input-placeholder { /* Microsoft Edge */
 font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #9ea2a8;
}

.api-page-section5 .sec5container .wpcf7 .wpcf7-form .intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff;
    border-right: 1px solid #9ea2a8;
    border-radius: 4px;
}

@media (min-width: 480px) and (max-width: 719px)
{
	.apipage .leftsec
	{
	  text-align: center;
	}

	.apipage .leftsec .title
	{
	  width: 272px;
	  margin: auto;
	 
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	  margin-bottom: 28px;
	  margin-top: 45px;
	}

	.apipage .leftsec .title span
	{
		display: none;
	}

	.apipage .leftsec p
	{
		width: 272px;
		margin: auto;
		margin-bottom: 35px;
	}

	.moreapibtn
	{

	  width: 400px;
	  height: 60px;
	  margin-bottom: 42px;
	}

	.apipage .page-link
	{
	    line-height: 1.71;
	    display: block;
	    margin-bottom: 42px;
	}

	.rightsec img
	{
		display: none;
	}

	.rightsec
	{
	    background: url(../../assets/images/img_apis-hero_mobile@1x.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    min-height: 600px;
	    height: auto;
	    margin-bottom: 24px;
	}

	.api-page-section2
	{
	    padding-top: 120px;
	}

	.apipage .flex-child
	{
		margin-bottom: 0px;	
	}

	.sec2-icon-with-text
	{
	  width: 312px;
	  
	}

	.api-page-section2 img
	{
	  margin-bottom: 16px;
	}

	.api-page-section2 .icon-title
	{
	 
	  line-height: 1.4;
	  letter-spacing: -0.3px;
	  margin-bottom: 8px;
	}

	.api-page-section3
	{
	  padding-bottom: 60px;
	  padding-top: 84px;
	}

	

	.api-page-section3 h1.maintitle
	{
	 width: 432px;
	 margin: auto;	

	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	  margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box-container
	{
		width: 360px;
		margin: auto;
	}

	.api-page-section3 .pricing-box
	{
		margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box .part1
	{
	  padding: 48px 30px 36px 30px;
	}

	.api-page-section3 .pricing-box .part2
	{
	  padding: 50px 20px 38px 20px;
	}
	
	.inner-benifit-section
	{
	  padding: 50px 20px 38px 20px;
	}	

	.api-page-section3 .pricing-box .part4 .getintouch
	{
	 
	  width: 240px;
	  /*height: 48px;*/
	  margin-bottom: 36px;
	}

	.api-page-section4
	{
	  width: 432px;
	  margin: auto;
	}

	.api-page-section4 .customplan-title
	{
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	}

	.api-page-section4 .customplanbtn
	{
	  width: 400px;
	  height: 60px;
	}

	.api-page-section5
	{
	  padding-top: 120px;
	  padding-bottom: 50px;
	}

	.api-page-section5 .sec5container .apiformtitle
	{
	  width: 432px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	}

	.api-page-section5 .sec5container .apiformsubtitle
	{
	  width: 432px;
	  margin-left: auto;
	  margin-right: auto;
	  line-height: 1.75;
	  font-size: 16px;
	}

	.api-page-section5 .sec5container .wpcf7
	{
	  width: 432px;
	  margin: auto;
	}
}

@media (min-width: 720px) and (max-width: 959px)
{
	.apipage .leftsec
	{
	  width: 648px;
	  margin: auto;
	  text-align: center;
	}

	.apipage .leftsec .title
	{
	  font-size: 52px;
	  line-height: 1.38;
	  letter-spacing: -0.7px;
	  margin-bottom: 34px;
	  margin-top: 113px;
	}

	.apipage .leftsec p
	{
	  text-align: center;
	  margin-bottom: 51px;
	  padding: 0px 60px;
	}

	.moreapibtn
	{

	  width: 381px;
	  height: 60px;
	  margin-bottom: 42px;
	}

	.apipage .page-link
	{
	    line-height: 1.8;
	    display: block;
	    margin-bottom: 42px;
	}

	.rightsec img
	{
		display: none;
	}

	.rightsec
	{
	    background: url(../../assets/images/img_apis-hero_tablet@1x.png);
	    background-repeat: no-repeat;
	    background-position: top;
	    background-size: cover;
	    min-height: 600px;
	    height: auto;
	    margin-bottom: 24px;
	}


	.api-page-section2
	{

		padding-top: 120px;
	}

	.sec2container
	{
		width: 648px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.sec2-icon-with-text
	{
		width: 288px;
		margin-right: auto;
	}

	.api-page-section2 img
	{
		margin-bottom: 23px;
	}

	.api-page-section2 .icon-title
	{
		line-height: 1.5;
		margin-bottom: 6px;
	}

	.apipage .flex-child
	{
		margin-bottom: 46px;	
	}

	.api-page-section3
	{
	  padding-bottom: 60px;
	  padding-top: 36px;
	}

	.api-page-section3 .sec3container
	{
		width: 648px;
		margin: auto;
	}

	.api-page-section3 h1.maintitle
	{
	  
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	  text-align: center;
	  margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box-container
	{
		width: 360px;
		margin: auto;
	}

	.api-page-section3 .pricing-box
	{
		margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box .part1
	{
	  padding: 48px 30px 36px 30px;
	}

	.api-page-section3 .pricing-box .part2
	{
	  padding: 50px 20px 38px 20px;
	}
	
	.inner-benifit-section
	{
	  padding: 50px 20px 38px 20px;
	}	

	.api-page-section3 .pricing-box .part4 .getintouch
	{
	 
	  width: 240px;
	  /*height: 48px;*/
	  margin-bottom: 36px;
	}

	.api-page-section4
	{
	  width: 648px;
	  margin: auto;
	  text-align: center;
	}

	.api-page-section4 .customplan-title
	{
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	}

	.api-page-section4 .customplanbtn
	{
	  width: 456px;
	  height: 60px;
	}

	.api-page-section5
	{
	  padding-top: 120px;
	  padding-bottom: 40px;
	}
	.api-page-section5 .sec5container .apiformtitle
	{
	  width: 648px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	}

	.api-page-section5 .sec5container .apiformsubtitle
	{
	  width: 648px;
	  margin-left: auto;
	  margin-right: auto;
	  line-height: 1.78;
	  /*padding: 0px 5px;*/
	}

	.api-page-section5 .sec5container .wpcf7
	{
	  width: 456px;
	  margin-left: auto;
	  margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 1259px)
{
	.apipage .leftsec
	{
	  width: 648px;
	  margin: auto;
	  text-align: center;
	}

	.apipage .leftsec .title
	{
	  font-size: 52px;
	  line-height: 1.38;
	  letter-spacing: -0.7px;
	  margin-bottom: 34px;
	  margin-top: 113px;
	}

	.apipage .leftsec p
	{
	  text-align: center;
	  margin-bottom: 51px;
	  padding: 0px 60px;
	}

	.moreapibtn
	{

	  width: 381px;
	  height: 60px;
	  margin-bottom: 42px;
	}

	.apipage .page-link
	{
	    line-height: 1.8;
	    display: block;
	    margin-bottom: 42px;
	}

	.rightsec img
	{
		display: none;
	}

	.rightsec
	{
	    background: url(../../assets/images/img_apis-hero_tablet@1x.png);
	    background-repeat: no-repeat;
	    background-position: top;
	    background-size: cover;
	    min-height: 600px;
	    height: auto;
	    margin-bottom: 54px;
	}


	.api-page-section2
	{

		padding-top: 120px;
	}

	.sec2container
	{
		width: 648px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.sec2-icon-with-text
	{
		width: 288px;
		margin-right: auto;
	}

	.api-page-section2 img
	{
		margin-bottom: 23px;
	}

	.api-page-section2 .icon-title
	{
		line-height: 1.5;
		margin-bottom: 6px;
	}

	.apipage .flex-child
	{
		margin-bottom: 46px;	
	}

	.api-page-section3
	{
	  padding-bottom: 60px;
	  padding-top: 36px;
	}

	.api-page-section3 h1.maintitle
	{
	  
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	  margin-bottom: 60px;
	}

	.pricing-box-container {
	    display: flex;
	    flex-wrap: wrap;
	    width: 888px;
	    margin: auto;
	    transition: all 0.3s ease;
	}
	.api-page-section3 .pricing-box
	{
	  width: 272px;
	  display: block;
	  float: left;
	  margin-right: 24px;
	  margin-bottom: 60px;

	}

	
	.api-page-section3 .pricing-box .part1
	{
	  padding: 48px 30px 36px 30px;
	  height: 264px;
	}

	.api-page-section3 .pricing-box .part2
	{
	  padding: 50px 20px 38px 20px;
	}
	
	.inner-benifit-section
	{
	  padding: 34px 20px 24px 20px;
	  height: 230px;
	}	

	.api-page-section3 .pricing-box .part4 .getintouch
	{
	 
	  width: 240px;
	  /*height: 48px;*/
	  margin-bottom: 36px;
	}

	.api-page-section4
	{
	  width: 648px;
	  margin: auto;
	  text-align: center;
	}

	.api-page-section4 .customplan-title
	{
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	}

	.api-page-section4 .customplanbtn
	{
	  width: 456px;
	  height: 60px;
	}

	.api-page-section5
	{
	  padding-top: 120px;
	  padding-bottom: 40px;
	}
	.api-page-section5 .sec5container .apiformtitle
	{
	  width: 648px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 40px;
	  line-height: 1.5;
	  letter-spacing: normal;
	}

	.api-page-section5 .sec5container .apiformsubtitle
	{
	  width: 648px;
	  margin-left: auto;
	  margin-right: auto;
	  line-height: 1.78;
	  /*padding: 0px 5px;*/
	}

	.api-page-section5 .sec5container .wpcf7
	{
	  width: 456px;
	  margin-left: auto;
	  margin-right: auto;
	}
}

@media (min-width: 320px) and (max-width: 479px)
{
	.apipage .leftsec
	{
	  width: 272px;
	  margin: auto;
	  text-align: center;
	}

	.apipage .leftsec .title
	{
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	  margin-bottom: 28px;
	  margin-top: 45px;
	}

	.apipage .leftsec .title span
	{
		display: none;
	}

	.apipage .leftsec p
	{
	  text-align: center;
	  margin-bottom: 35px;
	}

	.moreapibtn
	{

	  width: 240px;
	  height: 84px;
	  margin-bottom: 42px;
	}

	.apipage .page-link
	{
	    line-height: 1.8;
	    text-align: left;
	    display: block;
	    margin-bottom: 42px;
	}

	.apipage .page-link .link-question, .apipage .page-link .link-expert
	{
		display: flex;
	    width: 240px;
	    margin: auto;
	    justify-content: end;
	}

	.apipage .page-link .link-expert
	{
		background-position: 177px;
	}


	.rightsec img
	{
		display: none;
	}

	.rightsec
	{
	    background: url(../../assets/images/img_apis-hero_mobile@1x.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    min-height: 400px;
	    height: auto;
	    margin-bottom: 24px;
	}

	.api-page-section2
	{
	    padding-top: 120px;
	}

	.apipage .flex-child
	{
		margin-bottom: 0px;	
	}

	.sec2-icon-with-text
	{
	  width: 272px;
	  
	}

	.api-page-section2 img
	{
	  margin-bottom: 16px;
	}

	.api-page-section2 .icon-title
	{
	 
	  line-height: 1.4;
	  letter-spacing: -0.3px;
	  margin-bottom: 8px;
	}

	.api-page-section3
	{
	  padding-bottom: 120px;
	  padding-top: 84px;
	}

	.api-page-section3 .sec3container
	{
		width: 272px;
		margin: auto;
	}

	.api-page-section3 h1.maintitle
	{
	  
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	  margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box
	{
		margin-bottom: 60px;
	}

	.api-page-section3 .pricing-box .part1
	{
	  padding: 48px 30px 36px 30px;
	}

	.api-page-section3 .pricing-box .part2
	{
	  padding: 50px 20px 38px 20px;
	}
	
	.inner-benifit-section
	{
	  padding: 50px 20px 38px 20px;
	}

	.api-page-section3 .pricing-box .part4 .getintouch
	{
	 
	  width: 240px;
	  /*height: 48px;*/
	  margin-bottom: 36px;
	}

	.api-page-section4
	{
	  width: 272px;
	  margin: auto;
	}

	.api-page-section4 .customplan-title
	{
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	}

	.api-page-section4 .customplanbtn
	{
	  width: 272px;
	  height: 84px;
	}

	.api-page-section5
	{
	  padding-top: 120px;
	  padding-bottom: 50px;
	}

	.api-page-section5 .sec5container .apiformtitle
	{
	  width: 272px;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 36px;
	  line-height: 1.33;
	  letter-spacing: -0.2px;
	}

	.api-page-section5 .sec5container .apiformsubtitle
	{
	  width: 272px;
	  margin-left: auto;
	  margin-right: auto;
	  line-height: 1.75;
	  font-size: 16px;
	}

	.api-page-section5 .sec5container .wpcf7
	{
	  width: 272px;
	  margin: auto;
	}

}

@media (min-width: 1260px)
{
	/*API page*/

.apipage
{
  /*width: 1128px;*/
  width: 1153px;
  margin: auto;
}

.apipage .leftsec, .apipage .rightsec
{
  float: left;
}
.apipage .seccontainer
{
  width: 100%;
  display: flex;
  align-items: center;
}
.apipage .leftsec
{
  width: 552px;
  margin-right: 24px;
}
.apipage .rightsec
{
  width: 577px;
}
.apipage .leftsec .title
{
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 24px;
}

.apipage .leftsec p
{
  margin-bottom: 36px;
}

.moreapibtn
{
  width: 381px;
  height: 60px;
  margin-bottom: 36px;
}

.apipage .page-link
{
    line-height: 2.57;
    width: initial;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.apipage .page-link .link-right-arrow
{
  display: block;
    width: 35px;
    height: 36px;
    margin-left: 5px;
    margin-bottom: 1px;
}



.api-page-section2
{

  padding-top: 84px;
}

.sec2container
{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.sec2-icon-with-text
{
  width: 288px;
  margin-right: auto;
}

.sec2-icon-with-text:nth-of-type(1), .sec2-icon-with-text:nth-of-type(4)
{
  margin-left: 0;
}

.api-page-section2 img
{
  margin-bottom: 23px;
}

.api-page-section2 .icon-title
{
  
  line-height: 1.5;
  margin-bottom: 6px;
}

.api-page-section3
{
  padding-bottom: 120px;
  padding-top: 84px;
}

.api-page-section3 h1.maintitle
{
  
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 60px;
}

.pricing-box-container {
    display: flex;
    flex-wrap: wrap;
}

.api-page-section3 .pricing-box:first-child
{
    margin-left: 12px;
}

.api-page-section3 .pricing-box:last-child
{
	margin-right: 0px;
}
.api-page-section3 .pricing-box
{
  width: 360px;
  display: block;
  float: left;
  margin-right: 24px;

}

.api-page-section3 .pricing-box .part1
{
  padding: 48px 30px 56px 30px;
}

.api-page-section3 .pricing-box .part2
{
  padding: 48px 30px 56px 30px;
  height: 230px;
}

.inner-benifit-section
{
  padding: 48px 24px 56px 30px;
  height: 200px;
}

.api-page-section3 .pricing-box .part4 .getintouch
{
 
  width: 240px;
  /*height: 48px;*/
  margin-bottom: 36px;
}


.api-page-section4
{
  width: 744px;
  margin: auto;
}

.api-page-section4 .customplan-title
{
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: normal;
}

.api-page-section4 .customplanbtn
{
  width: 456px;
  height: 60px;
}

.api-page-section5
{
  padding-top: 120px;
  padding-bottom: 50px;
}
.api-page-section5 .sec5container .apiformtitle
{
  width: 744px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: normal;
}

.api-page-section5 .sec5container .apiformsubtitle
{
  width: 552px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.78;
  padding: 0px 5px;
}

.api-page-section5 .sec5container .wpcf7
{
  width: 456px;
  margin: auto;
}



/*.api-page-section5 .sec5container .wpcf7 .wpcf7-form .intl-tel-input .selected-flag .iti-arrow
{
  border:none;
  background: url(assets/images/icon-expand-more-default.svg) no-repeat right 10px center;

}*/



/*API page*/	
}