* {
  box-sizing: border-box;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
/* Header CSS Start */
.navBar {
  width: 100%;
  height: 95px;
  position: absolute;
  z-index: 100;
  padding: 15px 0;
}
.navbar .logo {
  display: block;
}
.navBar .shortLogo {
  display: none;
}
.hamburger {
  display: none;
}
.modelMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.no-list {
  list-style: none;
}


.menu li:hover {
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 600 !important;
}
.menu li:hover a{
    color: #0047ff !important;

}
/*.signIn_btn {
  transition: 0.5s;
}
.signIn_btn a{
  color: #fff;
}
.signIn_btn:hover {
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
  padding: 12px 24px !important;
  border-radius: 100px;
  font-weight: 600 !important;
}
.signIn_btn:hover a{
  color: #0047ff !important;
}*/
/* Header CSS End */
/* Banner CSS Start */
.Banner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../../images/heroSecBack.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Banner .gradientBtn button {
  background: linear-gradient(to right, #00a3ff, #0047ff) !important;
  position: absolute;
  margin-top: -59px;
  right: 11px;
}

.Banner .pointImg {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.Banner .pointImg img {
  width: 12px;
  height: auto;
}
.Banner .bannerFeature_Img img {
  width: 100%;
  height: auto;
}

/* Banner CSS End */
/* Section One Start */

.tickImg {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #0047ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

/* Section One End */
/* Section Two Start */

.packageBox {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 22.3px 0 rgba(67, 107, 220, 0.1);
  padding: 40px;
}
.packageBox .packageThumb {
  width: 100px;
  height: 100px;
  background: #f0f4ff;
  border: solid 3px #e3e6ff;
  border-radius: 20px;
  box-shadow: 0 0 16.9px 0 rgba(0, 163, 255, 0.14);
  display: flex;
  justify-content: center;
  align-items: center;
}
.packageBox .packageThumb img {
  width: 54px;
  height: 54px;
}

/* Section Two End */
/* Section Three Start */

.workingStep {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 30px;
  border: solid 1px #e3e6ff;
  box-shadow: 0 8px 22.3px 0 rgba(67, 107, 220, 0.15);
  padding: 40px 30px;
}
.workingStep .workingThumb {
  width: 100px;
  height: 100px;
  margin-top: -75px;
  background: #fff;
  border: solid 3px #f3f4fa;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workingStep .workingThumb img {
  width: 54px;
  height: auto;
}

/* Section Three End */
/* Section Four Start */

.NotifyTemp {
  width: 100%;
  height: auto;
  background: url(../../images/blurBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.NotifyTemp img {
  width: 510px;
  height: auto;
}

.leadNotifyText {
  padding: 50px 90px 50px 70px;
}

/* Section Four End */
/* Section Five Start */

.tab {
  padding: 12px 40px;
  border: solid 1px #fff;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
  margin: 40px 5px;
  transition: 0.3s ease-in-out;
}
.tab:hover {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #0047ff;
  background: #fff;
}
.activeTab {
  color: #0047ff;
  background: #fff;
  font-size: 18px;
  padding: 12px 40px;
  font-weight: 600;
  border: solid 1px #fff;
  border-radius: 100px;
  margin: 40px 5px;
}
.toolBox {
  padding: 20px 0;
}

.imgTool {
  width: 120px;
  height: 70px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.imgTool img {
  width: 100px;
  height: auto;
}
/* Section Five End */
/* Section Six Start */

.perfect_tab {
  padding: 12px 40px;
  border: solid 1px #0047ff;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  color: #0047ff;
  border-radius: 100px;
  margin: -100px 5px 0 5px;
  transition: 0.3s ease-in-out;
}
.perfect_tab:hover {
  transition: 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
  background: #0047ff;
}
.perfect_activeTab {
  color: #fff;
  background: #0047ff;
  font-size: 18px;
  padding: 12px 40px;
  font-weight: 600;
  border: solid 1px #fff;
  border-radius: 100px;
  margin: -100px 5px 0 5px;
}
.wrapPerfect {
  width: 100%;
  height: auto;
  background: #effaff;
  padding: 50px;
  border-radius: 30px;
}
.perfectivityStep_Img img {
  width: 100%;
  height: auto;
}

/* Section Six End */
/* Section Seven Start */

.planPricing {
  width: 100%;
  height: auto;
}
.planPricing .tabBar {
  width: 240px;
  height: 45px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.planPricing .tabBar .planTab {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.planPricing .tabBar .planTab h5 {
  color: #0047ff;
  font-size: 18px;
  font-weight: 600;
}

.planPricing .tabBar .activePlanTab {
  width: 50%;
  display: flex;
  transition: 0.3s;
  justify-content: center;
  cursor: pointer;
  background: #0047ff;
  border-radius: 100px;
  align-items: center;
}
.planPricing .tabBar .activePlanTab h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.plans {
  width: 100%;
  height: auto;
  padding: 35px 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 8px 22.3px 0 rgba(67, 107, 220, 0.15);
  margin: 30px 0;
}
.plans .planList li {
  padding: 5px 0;
  margin: 0;
  border-bottom: dashed 1px #bbc9e8;
}

/* Section Seven End */
/* Section Eight Start */

.feedBox {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  border: solid 4px #f2f6ff;
}
.thumb {
  width: 50px !important;
  height: 50px;
  overflow: hidden;
  border: solid 2px #fff;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 2px 3px #dddddd;
}
.thumb img {
  width: 100px !important;
  height: auto;
}

/* Section Eight End */
/* Section Nine Start */

.AccelerateBg {
  width: 100%;
  height: auto;
  background: url(../../images/featureBg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.AccelerateBg .successImg img {
  width: 100%;
  height: auto;
}
/* Section Nine End */
/* Section Ten Start */

.article {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 30px;
  border: solid 1px #e3e6ff;
  box-shadow: 0 8px 22.3px 0 rgba(67, 107, 220, 0.15);
  overflow: hidden;
}
.article .articleImg {
  width: 100%;
  height: auto;
  background: #ffffff;
}
.article .articleImg img {
  width: 100%;
  height: auto;
}

/* Section Ten End */
/* Footer Start */

.articleBar {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #454b7f;
}

.articleBar .coverArticle {
  width: 25%;
  height: 69px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}

.articleBar .coverArticle .articleImg {
  width: 75px;
  height: 75px;
  border-radius: 6px;
  background: url(../../images/whatsNew.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.activeIntegrationTab{
  display: block !important;
}
#contact_us a{
  color: #fff;
}
#contact_us a:hover{
  color: #4a6fc1;
}
.integration-section,
.ui.grid.two.column.stackable.perfect_tab-section {
  display: none !important;
}

.integration-section.active,
.ui.grid.two.column.stackable.perfect_tab-section.active {
  display: flex !important;
}

#videoModal {
  display: none;
}

#videoModal iframe {
  width: 100%;
  height: 100%;
}

.navSocialMedia li {
  width: 55px;
  height: 55px;
  border: solid 1px #383d6c;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.navSocialMedia li:hover {
  transition: 0.3s;
  background: #383d6c;
}

.navSocialMedia li:first-child {
  margin-left: 0;
}
section .ui.button.primary.basic.big:hover a{
  color: #fff !important;
}
/* Footer End */

@media only screen and (max-width: 768px) {
  .hamburger {
    display: block !important;
    z-index: 100;
    margin: 0 !important;
  }

  .hamburger img {
    margin-left: 10px;
    width: 25px;
    height: auto;
    transition: 0.3s;
  }

  .close {
    display: block !important;
    z-index: 100;
    margin: 0 !important;
  }

  .close img {
    margin-left: 10px;
    width: 20px;
    height: auto;
    transition: 0.3s;
  }

  .navBar {
    padding: 12px 0;
  }

  .navBar ul li {
    transition: 0.5s;
    padding: 5px 4px;
  }

  .menu {
    display: none !important;
  }

  .modelMenu {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #454b7f;
    list-style: none;
    padding: 70px 0 0 0;
    transition: 0.5s;
  }

  .modelMenu li {
    transition: 0.3s;
    padding: 12px 15px !important;
    color: #fff !important;
    border-bottom: solid 1px #383d6c;
  }
 .modelMenu li a{
    color: #fff !important;
  }

  .logo {
    display: none !important;
  }

  .shortLogo {
    z-index: 100;
    display: block !important;
  }

  .Banner {
    height: auto;
    padding-top: 130px !important;
  }
  .gradientBtn button {
    font-size: 15px !important;
    padding: 14px 15px !important;
    margin-top: -45px !important;
    right: -3px !important;
  }

  .workingStep {
    margin-top: 30px;
  }

  .NotifyTemp {
    padding: 30px;
  }
  .NotifyTemp img {
    width: 100%;
  }
  .leadNotifyText {
    padding: 40px 35px 40px 35px;
  }
  .tab {
    padding: 3px 6px;
    font-size: 15px;
    margin: 10px 2px 20px 2px;
  }
  .activeTab {
    padding: 3px 6px;
    font-size: 15px;
    margin: 10px 2px 20px 2px;
  }
  .toolBox {
    padding: 0;
  }

  .ImgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrapPerfect {
    padding: 10px;
  }
  .perfect_tab {
    padding: 6px 10px;
    font-size: 14px;
    margin: 5px 2px;
  }
  .perfect_activeTab {
    padding: 6px 10px;
    font-size: 14px;
    margin: 5px 2px;
  }
  .tabBar {
    margin-bottom: 20px;
  }
  .plans {
    margin: 0;
  }
}



/*.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu li{
    padding: 10px 12px;
    transition: 0.5s;
    color: white;  Add your desired text color
  }

  .menu li a{
    color: white;
  }
*/


.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 0; /* Remove padding from the li */
    transition: 0.5s;
}

.menu li a {
    display: block; /* Make the link block-level */
    padding: 10px 12px; /* Apply padding to the link instead of the li */
    color: white; /* Ensure the link text is white */
    text-decoration: none; /* Remove underline from the link */
    width: 100%; /* Ensure the link takes the full width of the li */
    height: 100%; /* Ensure the link takes the full height of the li */
}

.menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Optional: Add a hover effect */
}

/* For Signup button */
.header-signup {
    display: block;
    padding: 10px 20px; /* Adjust padding as needed */
    color: white;
    background-color: #0047ff; /* Adjust background color as needed */
    text-align: center;
    border-radius: 4px;
  }

  .header-signup:hover {
    background-color: #0037dd; /* Hover effect */
  }

  /* For Signin button */

  .log-in-button{
    background: none !important;
  }

  .log-in-button:hover {
    background-color: white !important;
    color: #0047ff !important;
  }
