

/** pricing-section **/

.pricing-section_b6f50679b7798ad3{
  position: relative;
  padding: 0px 50px;
}

.pricing-section_b6f50679b7798ad3 .outer-container_c7b68945e0684450{
  position: relative;
  padding: 89px 75px 110px 75px;
  border: 1px solid var(--secondary-color);
  border-top: none;
}

.pricing-section_b6f50679b7798ad3 .title-box_6dec31d60958449c{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pricing-section_b6f50679b7798ad3 .title-box_6dec31d60958449c h2{
  font-size: 90px;
  line-height: 100px;
}

.pricing-section_b6f50679b7798ad3 .title-box_6dec31d60958449c .theme-btn_8c65cca84bb7e24d{
  border-radius: 0px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d{
  position: relative;
  display: block;
  margin-bottom: 40px;
  background: #C5D8F5;
  padding: 65px 60px 110px 60px;
  border-radius: 40px;
  transition: all 500ms ease;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d:hover{
  transform: translateY(-10px);
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d .icon-box_ee2c75db9c893d30{
  position: relative;
  display: inline-block;
  margin-bottom: 42px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 29px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d p{
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 27px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d .link_7fd684fb93521e82{
  position: absolute;
  right: 26px;
  bottom: 24px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d .link_7fd684fb93521e82 a{
  position: relative;
  display: inline-block;
  width: 53px;
  height: 53px;
  line-height: 57px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
}

.pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d .link_7fd684fb93521e82 a:hover{
  transform: rotate(45deg);
}

.pricing-section_b6f50679b7798ad3 .pricing-block_d4e599cd8f64326f{
  padding: 0px 20px;
}

.pricing-section_b6f50679b7798ad3 .inner-container_6bab98db97a7f6c7{
  position: relative;
  margin: 0px -5px;
}

.pricing-block_d4e599cd8f64326f:first-child .pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d{
  
}

.pricing-block_d4e599cd8f64326f:last-child .pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d{
  background: #E7EEFA;
}

.pricing-block_d4e599cd8f64326f:first-child .pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d h2,
.pricing-block_d4e599cd8f64326f:first-child .pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d p,
.pricing-block_d4e599cd8f64326f:first-child .pricing-block-one_bcbf7d695f220a9c .inner-box_8da4ea1845b1175d .list-style-one_fa99592a3d63db4b li{
  color: #fff;
}

.pricing-section_b6f50679b7798ad3 .pattern-layer_b8b17f0e902f7c7f{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

/** pricing-style-two **/

.pricing-style-two_6cd845f6d57f46d0{
  position: relative;
  padding: 0px 75px 295px 75px;
  background: #F6F6F6;
}

.pricing-style-two_6cd845f6d57f46d0 .outer-container_c7b68945e0684450{
  position: relative;
}

.pricing-style-two_6cd845f6d57f46d0 .title-text_f627b81afdce2c71 h2{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 92px;
  font-family: var(--text-font);
  font-weight: 700;
}

.pricing-style-two_6cd845f6d57f46d0 .title-text_f627b81afdce2c71 h2 span{
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(0deg, #FF48D7, #787EFF 100%);
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de h2{
  font-size: 36px;
  line-height: 72px;
  font-family: var(--text-font);
  font-weight: 500;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  padding-right: 100px;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a:hover{
  text-decoration: underline;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  top: -16px;
  right: 0px;
  border-radius: 50%;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a i{
  position: absolute;
  top: 3px;
  right: 17px;
  font-size: 24px;
  color: #fff;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a i:after{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 36px;
  height: 1px;
  top: 10px;
  right: 36px;
  transition: all 500ms ease;
}

.pricing-style-two_6cd845f6d57f46d0 .upper-text_cff47c09e99041de a:hover i:after{
  right: 0px;
  opacity: 0;
}

.pricing-style-two_6cd845f6d57f46d0 .inner-container_6bab98db97a7f6c7{
  position: relative;
  background: #fff;
  border-radius: 50px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f{
  position: relative;
  display: block;
  padding: 0px 50px 0px 500px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .count-text_4303a3d6adcfbd79{
  position: absolute;
  left: 83px;
  top: 100px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .content-box_b2a142ea9d67718c{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 78px 32px 80px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f:last-child .content-box_b2a142ea9d67718c{
  border-bottom: none;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .price-box_e503f0c8bfa73fdb h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 97px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 6px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .price-box_e503f0c8bfa73fdb p{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--title-color);
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .feature-list_193e716b278dcece li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 45px;
  color: var(--title-color);
  padding-left: 28px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .feature-list_193e716b278dcece li:before{
  position: absolute;
  content: '\e90b';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  font-size: 16px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .plan-box_4220471f77451957 .theme-btn-three_1432b64da927963e{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 38px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: var(--secondary-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  padding: 13px 37px 12px 37px;
  border-radius: 50px;
  margin-bottom: 29px;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .plan-box_4220471f77451957 .theme-btn-three_1432b64da927963e:hover{

}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .plan-box_4220471f77451957 .theme-btn-three_1432b64da927963e span{
  position: absolute;
  display: inline-block;
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .plan-box_4220471f77451957 p{
  font-size: 20px;
  line-height: 27px;
  color: var(--title-color);
}

.pricing-style-two_6cd845f6d57f46d0 .pricing-block_d4e599cd8f64326f .plan-box_4220471f77451957 span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.40);
}

.pricing-style-two_6cd845f6d57f46d0 .shape_93a7a31c64711a6d{
  position: absolute;
  left: 0px;
  top: -647px;
  width: 1251px;
  height: 1506px;
  background-repeat: no-repeat;
  display: none;
}

.pricing-style-two_6cd845f6d57f46d0 .pattern-layer_b8b17f0e902f7c7f{
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 100%;
  height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.pricing-block-two_f6c4917b85cd7e52{
  margin-bottom: 30px;
}

.pricing-block-two_f6c4917b85cd7e52:last-child{
  margin-bottom: 0px;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 61px 60px 55px 60px;
  border-radius: 40px;
  overflow: hidden;
}

.pricing-block-two_f6c4917b85cd7e52:first-child .inner-box_8da4ea1845b1175d{
  background: #2661FF;
}

.pricing-block-two_f6c4917b85cd7e52:nth-child(2) .inner-box_8da4ea1845b1175d{
  background: #C5D8F5;
}

.pricing-block-two_f6c4917b85cd7e52:nth-child(3) .inner-box_8da4ea1845b1175d{
  background: #E7EEFA;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .title-box_6dec31d60958449c{
  position: relative;
  display: block;
  padding-left: 140px;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .title-box_6dec31d60958449c .icon-box_ee2c75db9c893d30{
  position: absolute;
  left: 0px;
  top: 0px;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .title-box_6dec31d60958449c h3{
  font-size: 36px;
  line-height: 46px;
  font-family: var(--text-font);
  font-weight: 500;
  max-width: 330px;
}

.pricing-block-two_f6c4917b85cd7e52:first-child .inner-box_8da4ea1845b1175d .title-box_6dec31d60958449c h3{
  color: #fff;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .feature-box_d4661b7325a8bff6 p{
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 25px;
}

.pricing-block-two_f6c4917b85cd7e52:first-child .inner-box_8da4ea1845b1175d .feature-box_d4661b7325a8bff6 p{
  color: rgba(255, 255, 255, 0.70);
}

.pricing-block-two_f6c4917b85cd7e52:first-child .inner-box_8da4ea1845b1175d .feature-box_d4661b7325a8bff6 .feature-list_193e716b278dcece li{
  color: #fff;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .btn-box_610012167e5a23f7 a{
  position: relative;
  display: inline-block;
  width: 101px;
  height: 101px;
  line-height: 101px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #2661FF;
}

.pricing-block-two_f6c4917b85cd7e52 .inner-box_8da4ea1845b1175d .btn-box_610012167e5a23f7 a:hover{
  transform: rotate(45deg);
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .outer-container_c7b68945e0684450{
  border-top: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .upper-content_8fb708f55b9894b0 .content-box_b2a142ea9d67718c .text-box_125a2ba13b5ed3ca p{
  font-size: 36px;
  line-height: 62px;
  color: var(--title-color);
  margin-bottom: 50px;
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .upper-content_8fb708f55b9894b0 .content-box_b2a142ea9d67718c .funfact-inner_f7f51c6858618f61{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .upper-content_8fb708f55b9894b0 .title-text_f627b81afdce2c71 h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 100px;
  font-weight: 400;
  max-width: 500px;
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .upper-content_8fb708f55b9894b0 .title-text_f627b81afdce2c71 h2:before{
  position: absolute;
  content: '';
  background-image: url(../../photos/shape_7bb0e27519/shape-159.728fcf97f1.png);
  width: 49px;
  height: 58px;
  right: 20px;
  bottom: 10px;
  background-repeat: no-repeat;
}

.pricing-section_b6f50679b7798ad3.alternat-2_62ed6740f1ed6bd4 .upper-content_8fb708f55b9894b0 .shape_93a7a31c64711a6d{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 349px;
  height: 349px;
  background-repeat: no-repeat;
}
























