﻿/*#region Common */
.amis-email-marketing {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
}

ul {
  list-style: none;
}

a:hover {
  color: initial;
}

.section-temp {
  padding: 60px 0;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.container {
  position: relative;
  z-index: 10;
}

.email-mar-title {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  color: #000;
  padding-bottom: 40px;
}

.text-center {
  text-align: center
}

.email-mar-title.left-title {
  text-align: left;
  padding-bottom: 30px;
}

a.btn-item {
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
}

.trial-btn {
  background-color: #ff5637;
}

.advise-btn {
  background-color: #686cde;
}

.btn-item.buynow-btn {
  border: 1px solid #ff5637;
  color: #ff5637;
}

.content-btn {
  padding-top: 30px;
}

.des-item {
  background: url(/sites/amis/images/pages/amis-email-marketing/ic-check.svg) left 5px no-repeat;
  padding: 8px 0 8px 28px;
}

.block-cubes {
  position: absolute;
  z-index: 1;
  width: auto;
}

span.text-bold {
  font-weight: bold;
  color: #000000;
}

/* .owl-carousel .owl-item img {
    max-width: 215px;
} */

@media (max-width: 979px) {
  .content-btn {
    padding-bottom: 40px;
  }

  .email-mar-title {
    font-size: 28px;
  }

  .section-temp {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .email-mar-title {
    font-size: 24px;
  }

  .amis-email-marketing {
    font-size: 14px;
  }

  .section-temp {
    padding: 30px 0;
  }
}

@media (min-width: 980px) {
  .email-mar-title.left-title {
    width: 75%;
  }

  .description {
    width: 85%;
  }
}

/* #endregion */

/*#region Tab */
.ai-feature-tab {
  position: absolute;
  top: 20px;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
  min-height: 60px;
}

.ai-feature-tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-feature-tab ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  width: 100%;
}

.ai-feature-tab ul li {
  padding: 0;
  margin: 0;
}

.ai-feature-tab ul li:not(:last-child) {
  margin-right: 15px;
}

.ai-feature-tab li {
  display: flex;
}

.ai-feature-tab li:first-child {
  margin-left: 0;
  padding: 0;
}

.ai-feature-tab li a {
  color: #666666;
  padding: 8px 10px;
  border-radius: 5px;
}

.ai-feature-tab.stickyCss li a i.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: 0 0 3px 3px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ai-feature-tab ul li.active>a {
  color: #ff5637;
}

.ai-feature-tab.stickyCss ul li.active>a {
  background: #ff5637;
  color: #fff;
}

.logo-banner-tab {
  display: none;
}

.ai-feature-tab ul li.only-show-in-sticky {
  display: none;
}

.ai-feature-tab.stickyCss ul li.only-show-in-sticky {
  display: block;
}

.stickyCss {
  position: fixed;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  top: 0;
  box-shadow: 3px 7px 6px -5px #c9c4c4;
  z-index: 99999;
}

.menu-item {
  position: relative;
}

.menu-item ul.menu-child {
  list-style: none;
  box-shadow: 0 1px 8px -1px #e0e0e0;
  position: absolute;
  top: 44px;
  background: #fff;
  width: 300px;
  height: auto !important;
  padding: 10px 15px 10px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-item ul.menu-child::before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}

.menu-item ul.menu-child a {
  padding: 7px 0;
}

.menu-item:hover ul.menu-child {
  display: block;
  z-index: 99;
}

.td-toggle {
  display: none;
}

i.arrow {
  border: solid #ff5637;
  border-width: 0 2px 2px 0;
  margin: 0 0 3px 3px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ai-feature-tab.stickyCss .logo-banner-tab {
  display: block;
}

@media (min-width: 980px) {
  .ai-feature-tab.stickyCss ul {
    justify-content: flex-end;
  }

  .ai-feature-tab.stickyCss .logo-banner-tab img {
    width: 188px;
  }

  #menu1 li {
    width: 33.33%;
    margin-right: 0;
    padding: 0 5px;
  }

  .menu-item:hover ul.menu-child {
    width: 250px;
  }
}

@media (max-width: 979px) {
  .ai-feature-tab.stickyCss ul {
    display: none;
  }

  .ai-feature-tab.stickyCss .toggle-mobile {
    display: block;
  }

  .ai-feature-tab {
    display: none;
  }

  .ai-feature-tab.stickyCss {
    display: block;
  }

  .ai-feature-tab ul {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .stickyCss {
    padding-bottom: 0;
  }

  .ai-feature-tab {
    top: 15px;
  }

  .ai-feature-tab li a {
    font-size: 14px;
  }

  .ai-feature-tab.stickyCss {
    top: 0;
  }
}

/*#endregion*/

/*#region mobile menu */
.toggle-mobile {
  display: none;
}

.ic-mobile:before {
  background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
  content: "";
  width: 42px;
  height: 42px;
  display: block;
}

.ai-feature-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 0;
  overflow-y: auto;
  background-color: #fff;
}

.mobile-container {
  position: relative;
}

.mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}

.mobile-header {
  height: 60px;
}

.mobile-close .td-icon-close-mobile {
  color: #666666;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  top: 4px;
  position: relative;
}

.mobile-content {
  margin: 20px 20px 0;
  border-top: 1px solid #e7e7e7;
}

.mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-content ul li {
  margin: 0;
  padding: 0;
}

.mobile-content li a {
  color: #666666;
  padding: 12px 30px 12px 12px;
  line-height: 1.42857143;
  display: block;
  width: fit-content;
}

.mobile-content .td-icon-menu-right {
  font-size: 12px;
  padding: 6px;
}

.mobile-content .mobile-sub-menu {
  display: none;
}

.mobile-content .mobile-sub-menu a {
  padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
  transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
  transform: rotate(90deg);
  /* transition: transform 0.3s ease; */
}

.mobile-content li a.mobile-menu-item {
  color: #ff5637;
  font-weight: bold;
}

/*#endregion*/

/*#region Banner */
.email-marketing-banner {
  background-color: rgb(246, 245, 248);
  padding-bottom: 0;
}

.email-marketing-banner .email-mar-title {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 36px;
}

.banner-des {
  text-align: center;
}

.banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 60px;
}

.banner-img {
  position: relative;
}

.banner-img img:nth-child(3) {
  position: absolute;
  bottom: -35%;
  left: -2%;
  width: 50%;
}

.design-email {
  padding-top: 120px;
}

.design-email video {
  width: 100%;
}

.email-marketing-banner .ellipse-1 {
  top: -20%;
  left: -10%;
}

.email-marketing-banner .ellipse-2 {
  bottom: -10%;
  right: -8%;
}

@media (min-width: 980px) {
  .design-email .row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .banner-btn .trial-btn {
    margin-right: 4px;
  }

  .advise-btn {
    margin: 6px;
  }
}

@media (max-width: 979px) {
  .banner-des br {
    display: none;
  }

  .design-email .col-md-12:last-child {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .banner-btn {
    display: block;
    text-align: center;
    padding-bottom: 50px;
  }

  .banner-btn div:first-child {
    margin-bottom: 30px;
  }

  .email-marketing-banner .ellipse-1 {
    top: 15%;
    left: -50%;
  }

  .email-marketing-banner .ellipse-2 {
    bottom: -30%;
    right: -60%;
  }

  .design-email {
    padding-top: 60px;
  }

  .email-marketing-banner .email-mar-title {
    padding-top: 30px;
  }
}

/*#endregion*/

/*#region Templates */
.email-templates {
  background-color: #1a202e;
}

.email-templates .email-mar-title {
  color: #fff;
}

ul.tab-bar li {
  margin: 0 10px;
  padding: 0;
  text-align: center;
}

ul.tab-bar li a {
  color: #fff;
}

.tab-bar .first,
.tab-bar .second {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-bar img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.templates-content {
  margin-top: 40px;
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.templates-content ul.active {
  display: flex;
  justify-content: center;
}

.templates-content ul li {
  margin: 5px;
  padding: 0;
}

.email-templates .content-btn {
  text-align: center;
}

.email-templates .tab-bar li.active {
  border-bottom: 3px solid #ff5637;
}

.email-templates .ellipse-1 {
  top: -15%;
  left: 0;
}

.email-templates .ellipse-2 {
  bottom: -20%;
  right: -10%;
}

.templates-content .owl-carousel {
  display: none;
}

/* @media (min-width: 1366px) {
    .templates-content {
        width: 80%;
    }
} */

@media (min-width: 768px) {
  .email-templates ul.tab-bar {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .tab-bar .second {
    margin-top: 20px;
  }

  .email-templates .ellipse-1 {
    top: 5%;
    left: -75%;
  }

  .email-templates .ellipse-2 {
    bottom: 0;
    right: -70%;
  }
}

/*#endregion*/

/*#region Benefits */
.benefits .row {
  padding: 40px 0;
}

.benefits .row:last-child {
  padding-bottom: 0;
}

.benefits .row:first-child {
  padding-top: 0;
}

@media (min-width: 980px) {
  .benefits .row {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 979px) {
  .benefits .col-md-12:last-child {
    display: flex;
    justify-content: center;
  }
}

/*#endregion*/

/*#region Prices */
.prices {
  background: url(/sites/amis/images/pages/amis-email-marketing/prices-background.png) no-repeat;
  background-size: cover;
}

.prices .email-mar-title {
  color: #fff;
}

.prices .prices-des {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

ul.prices-tab-btn {
  background-color: #fff;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

ul.prices-tab-btn li {
  margin: 0;
  padding-bottom: 0;
  border-radius: 8px;
}

ul.prices-tab-btn li.active {
  background-color: #ff5637;
}

ul.prices-tab-btn li.active a {
  color: #fff;
}

.prices-tab-btn li a {
  color: #454545;
  display: block;
  padding: 6px 21px;
  font-weight: bold;
}

.prices-content {
  margin-top: 40px;
}

.prices-content .p-list {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}

.p-top {
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 25px;
  position: relative;
}

.p-top::after {
  content: "";
  background-color: #ff5637;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.p-frofessional .p-top::after {
  background-color: #6c5dd3;
}

.p-middle {
  text-align: center;
  margin: 30px 0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-package:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}

.p-package {
  position: relative;
  padding-bottom: 40px;
  min-width: 140px;
}

.p-package::after {
  content: "";
  background-color: #ff5637;
  width: 30%;
  height: 4px;
  position: absolute;
  bottom: 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

ul.p-bottom li {
  font-size: 14px;
  margin: 0;
  padding: 5px 15px 5px 30px;
}

ul.p-bottom li::before {
  content: "\2022";
  color: #ff5637;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 20px;
  margin-left: -15px;
}

.p-frofessional ul.p-bottom li::before {
  color: #6c5dd3;
}

.p-frofessional::after {
  background-color: #6c5dd3;
}

.text-highlight {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

.p-buynow .buynow-btn {
  border: unset;
  color: #fff;
  background-color: #ff5637;
  padding: 10px 30px;
}

.p-standard .buynow-btn {
  background-color: #6c5dd3;
}

.p-recommend {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background-color: #6c5dd3;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 8px;
}

.prices-content .owl-carousel .owl-stage {
  display: flex;
}

.prices-content .owl-carousel.owl-drag .owl-item {
  display: flex;
  flex: 1 0 auto;
}

@media (max-width: 767px) {
  .prices-content .p-list {
    background: unset;
  }

  .p-package {
    border-radius: 20px;
    background-color: #fff;
    margin: 0 5px;
    margin-top: 10px;
    width: 100%;
  }
}

/*#endregion*/

/* #region video */
.video .email-mar-title {
  padding-bottom: 16px;
}

.video-des {
  margin: 10px auto 36px;
  font-size: 18px
}

.video-icon-pause {
  position: absolute;
  top: calc(50% - 36.22px);
  left: calc(50% - 36.22px);
  animation: animate-pulse 3s linear infinite;
  border-radius: 50%;
  cursor: pointer
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, .7), 0 0 0 0 rgba(255, 109, 74, .7)
  }

  40% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(255, 109, 74, .7)
  }

  80% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent
  }
}

@media screen and (max-width: 767px) {
  .video-icon-pause {
    width: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px)
  }
}

@media screen and (max-width: 480px) {
  .video-des {
    margin-bottom: 40px
  }

  .video-icon-pause {
    width: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px)
  }
}
/* #endregion */

/*#region aiMarketing-customer */
ul.company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.company-list li {
  width: 14.28%;
  margin: 15px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.company-block {
  display: flex;
  margin-top: 30px;
  max-height: 260px;
}

ul.company-block .cb-list-item {
  display: block;
  width: 25%;
  min-width: 240px;
  max-height: 200px;
  margin: 10px;
  padding: 16px 12px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 80px rgba(37, 53, 78, 0.12);
}

.company-block-title {
  font-weight: bold;
  color: #000;
  background-color: #e9ebee;
  padding: 8px 30px;
  border-radius: 8px;
  text-align: center;
}

ul.company-block-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

ul.company-block-item li {
  width: 50%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.company-block-item li.special-cb-item {
  width: 100%;
}

.company-block.owl-carousel .owl-item img {
  width: initial;
}

.company-block.owl-carousel .owl-stage {
  display: flex;
}

.company-block.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

@media (max-width: 979px) {
  ul.company-list li {
    width: 25%;
  }

  ul.company-block .cb-list-item {
    width: 980px;
  }
}

@media (max-width: 767px) {
  ul.company-list {
    justify-content: space-between;
  }
}

/*#endregion*/

/*#region Register*/
.email-marketing-register {
  background: url(/sites/amis/images/pages/amis-email-marketing/register-background.png) no-repeat;
  background-size: cover;
  height: 777px;
}

.em-register-content {
  width: 100%;
}

.em-register-form {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  height: 534px;
  box-shadow: 0 6px 20px rgba(37, 53, 78, 0.12);
}

.em-register-form-title {
  font-size: 24px;
  color: #27272d;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

.em-register-content {
  display: flex;
  justify-content: space-between;
}

.email-marketing-register.mobile .em-register-form {
  margin: 0 auto;
}

.em-register-first img:nth-child(3),
.em-register-second img:nth-child(3) {
  display: none;
}

form[lz-id="36dfa02f-74d0-4e9a-aa8a-33196edb711d"].private-form {
  border-radius: 20px;
}

.title-form {
  font-size: 24px;
  font-weight: bold;
  color: #ff5637;
}

.call-to-action-form {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.warp-title-form {
  margin-top: 144px;
}

.warp-sub-icon {
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 979px) {
  .warp-title-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .img-focus-call-to-action {
    transform: rotate(110deg);
  }

  .em-register-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .email-marketing-register {
    background: url(/sites/amis/images/pages/amis-email-marketing/register-background-mobile.png) no-repeat;
    background-size: cover;
    height: 1140px;
  }

  .em-register-first img:first-child,
  .em-register-second img:first-child {
    display: none;
  }

  .em-register-first img:nth-child(3),
  .em-register-second img:nth-child(3) {
    display: block;
    width: 100%;
    min-width: 400px;
  }

  .email-marketing-register .email-mar-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .em-register-form-title {
    font-size: 20px;
  }
}

@media (max-width: 479px) {

  .em-register-form,
  .em-register-first img:nth-child(3),
  .em-register-second img:nth-child(3) {
    min-width: unset;
    width: 100%;
  }
}

/*#endregion*/

/*#region question */
.question-wrap {
  margin: 0;
  padding-top: 30px;
}

.ic-question {
  margin: 0 auto 10px;
}

.question .panel-group .panel {
  border-radius: 10px;
}

.question .panel-group .panel:not(:first-child) {
  margin-top: 15px;
}

.question .panel-default>.panel-heading.collapsed {
  background: url(/sites/amis/images/pages/amis-email-marketing/ic_down.svg) no-repeat right 15px top 20px;
  background-size: 12px;
}

.question .panel-default>.panel-heading {
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-family: GoogleSans Bold, Arial, sans-serif;
  background: url(/sites/amis/images/pages/amis-email-marketing/ic_up.svg) no-repeat right 15px top 25px;
  background-size: 12px;
}

.panel-answer {
  padding: 0 35px 15px 15px;
  line-height: 1.5;
}

.panel-answer ul li {
  padding: 0 0 10px 18px;
  position: relative;
  list-style: none;
  margin: 0;
}

.panel-answer ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c8;
  left: 0;
  top: 6px;
}

.panel-answer ul li:last-child {
  padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
  padding-bottom: 6px;
}

/*#endregion */
.banner-img img:nth-child(5) {
  position: absolute;
  bottom: 3%;
  left: 67%;
  width: 34%;
  border-radius: 16px;
  box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
}

div#register {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .banner-img img:nth-child(5) {
    border-radius: 10px;
  }
}

/* bonus price */
.p-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.p-des {
  padding: 40px;
  border-left: 1px solid #e7e7e7;
}

.p-des ul li::before {
  content: url(/sites/amis/images/pages/amis-email-marketing/ic-check.svg);
  font-weight: bold;
  position: absolute;
  left: -32px;
  top: -5px;
}

.p-des ul li {
  position: relative;
  font-size: 14px;
  padding-bottom: 21px;
  font-weight: bold;
}

.p-list-one {
  padding: 1px 0;
  background-color: #fff;
  border-radius: 20px;
}

@media (min-width: 979px) {
  .p-package-one {
    display: flex;
  }
}

.warp-price {
  padding-bottom: 10px;
}

/* end */