@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&family=Jost:wght@300;400;500;600;700;800&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Manrope:wght@200;300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&family=Sora:wght@200;300;400;500;600;700;800&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
}
@font-face {
  font-family: "Poppin-bold";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppin-semibold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {     
  font-family: "Poppin-regular";   
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppin-light";
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Helvetica-bold";
  src: url("../fonts/helvetica/HelveticaNowDisplay-Bold.ttf");
}
@font-face {
  font-family: "Helvetica-semibold";
  src: url("../fonts/helvetica/HelveticaNowDisplay-Medium.ttf");
}
@font-face {
  font-family: "Helvetica-light";
  src: url("/cubes/fonts/helvetica/HelveticaNowDisplay-Regular.ttf");
}

h1,
h2,
h3,
h4 {
  font-family: "Poppin-bold";
}
p,
span,
a {
  font-family: "Poppin-light";
}

/* .main .InnerMain{
    padding: 0;
    margin: 0;
    overflow: hidden;
} */
.navbar {
  transition: 0.6s;
}
.navbar.sticky {
  padding: 0px !important;
  /* background: #275fa3; */
}
.navbar ul li .d-marc-link {
  color: #fff !important;
}
.BtnLiveChat {
  background-color: #eec900;
  text-decoration: none;
  border: 1px solid #eec900;
  border-radius: 5px;
  padding: 7px 10px;
  color: #171717;
  font-weight: 700;
}
.bg-holder .navbar-toggler {
  color: #fff !important;
  background-color: #ffffffa3;
}
section.HeaderSecWrap {
  position: relative;
  padding: 8rem 0;
  display: flex;
  align-items: center;
  height: 90vh;
}
.border-btm {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-image: url("../images/head_btm_img.png");
  background-repeat: no-repeat;
  z-index: 99;
}
section#feature {
  margin-bottom: 48px;
}
.bg-holder {
  /* position: absolute; */
  position: relative;
  width: 100%;
  min-height: 96%;
  /* top: 0;
    left: 0; */
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  /* will-change: transform, opacity, filter; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  /* z-index: -1; */
  height: 85vh;
  margin-top: 80px;
}

.curve-svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  fill: #fff; /* Adjust the fill color as needed */
}

.Heading_Text p {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.Heading_Text h2 {
  /* font-size: 70px; */
  font-size: 60px;
  /* color: #eec900; */
  color: #FFFFFF;
  line-height: 80px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  /* margin-bottom: 19px; */
  margin-bottom: 12px;
}
.Heading_Text h2 span {
  color: #4aa5f0;
  font-family: "Inter", sans-serif;
  /* font-size: 50px; */
}

.AnimateImg,
.Img_Ani {
  -webkit-animation: AnimateImg 3s linear infinite both;
  animation: AnimateImg 3s linear infinite both;
}
@-webkit-keyframes AnimateImg {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes AnimateImg {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.InputGroupButton {
  position: relative;
  margin-top: 20px;
}
.InputGroupButton input {
  width: 100%;
  padding: 16px 12px 16px 25px;
  border-radius: 30px;
  /* border: 1px solid #f3bf1e; */
  /* background-color: #ffffffa1; */
  background-color: #fff;
  /* box-shadow: 1px 1px 30px 5px #f3bf1e59; */
}
.InputGroupButton button.btnCheck {
  position: absolute;
  right: 8px;
  top: 7px;
  /* background-color: #4aa5f0; */
  background-color: #336CFF;
  padding: 10px 23px;
  border-radius: 27px;
  /* border: 1px solid #4aa5f0; */
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

/* ProductivitySecWrap Sec */

.ProductivitySecWrap {
  /* background-image: url('../images/pro-bgImg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; */
  padding: 0px 0 80px;
  background-attachment: fixed;
  position: relative;
}
.ProductivitySecWrap .subsection::before {
  content: "";
  background-image: url("../images/Pro-left-elipse.png");
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.ProductivitySecWrap .subsection::after {
  content: "";
  background-image: url("../images/Pro-right-elipse.png");
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right center;
}
.InnerTextSec-first {
  padding-top: 0rem !important;
}
.InnerTextSec {
  /* height: 39%; */
  padding-top: 6rem;
  max-height: 100%;
}
.InnerTextSec:first-child {
  height: 29%;
  max-height: 100%;
}

/* ProductivitySecWrap Sec End */
/* Sections */

.Web_ServerSec,
.SignUpSec,
.EmailScamSec,
.EmailSecuritySec,
.domain-sec {
  padding: 80px 0;
}

.Web_ServerSec {
  /* margin-top: 12rem; */
  background-image: url(../images/star-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-position: 40% 60px; */
  display: flex;
  padding: 100px 0;
}
.Web_ServerSec .TextAnimate p {
  margin-bottom: 3px;
  /* color: #556479; */
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.38px;
  font-family: "Inter", sans-serif;
}
.Web_ServerSec .TextAnimate h3 {
  /* color: #4aa5f0; */
  color: #747474;
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.Web_ServerSec .TextAnimate h3 span {
  color: #0e183e;
  font-family: "Helvetica-bold" !important;
}
.Web_ServerSec .TextAnimate h3 span span {
  border-right: 5px solid #4aa5f0;
}
.counter-text {
  color: #4aa5f0 !important;
}
.counter-text1 {
  color: #878686 !important;
}
.accordian-text {
  color: #183661 !important;
  font-size: 16px !important;
}
.typewriter {
  width: 21.5ch;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
}

@keyframes cursor {
  0%,
  100% {
    border-color: #212121;
  }
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 21.5ch;
  }
}

.CubesSec {
}
.CubesSec .Cards .col {
  position: relative;
}
.CubesSec .Cards .col .Short_Cards_First {
  position: absolute;
  bottom: 20px;
  right: 12px;
  width: 340px !important;
}
.CubesSec .Cards .col .Short_Cards {
  /* background-color: #F2F8FF; */
  border-radius: 30px;
  /* border: 2px solid #f3bf1e; */
  padding: 20px 17px;
  width: 250px;
  margin: 0 auto;
  /* box-shadow: 0 0 18px #3d8bd4; */
  box-shadow: 0px 0px 10px 9px #0000001A;
}
.CubesSec .Cards .col .Short_Cards h3 {
  font-size: 42px;
  font-weight: 700;
  /* color: #fff; */
  color: #000;
  font-family: "Inter", sans-serif;
}
.CubesSec .Cards .col .Short_Cards b {
  font-size: 22px;
  /* color: #fff; */
  color: #000;
  display: block;
  font-family: "Inter", sans-serif;
}
.CubesSec .Cards .col .Short_Cards span {
  /* color: #fff; */
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.CubesSec .Cards .col .Short_Cards .counterup {
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
}
.CubesSec p.InnerTxtName {
  color: #556479;
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.38px;
}
/* ****************TANGENT HEADER CSS START******************* */
.dmark-tangent-header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  color: #2d2d2d;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  box-shadow: 0 0 10px #000;
  /* padding: 17px 0px; */
}
/* sal chnages */
#primary-nav .menu-item.nav-item.dropdown{
  /* padding: 17px 5px; */
  padding: 27px 20px 26px;
  
} 
.search-toggler.collapsed .fas.fa-times{
display:none;
}
.search-toggler.collapsed .fas.fa-search{
display:block;
}
.search-toggler .fas.fa-times{
display:block;
}
.search-toggler .fas.fa-search{
display:none;
}
.dmark-tangent-header .search-toggler{
  box-shadow: none;
}
.headingMenu{
  font-weight: 700;
  font-size: 15px !important;
  padding-top: 10px !important;

}
/* sal chnages */
/* .dmark-tangent-header .container {
      max-width: 1500px;
      } */
.dmark-tangent-header .menu-button {
  font-size: 25px;
  padding: 0;
}
.dmark-tangent-header .menu-button:focus ,
.dmark-tangent-header .menu-button:focus-visible
 {
 outline: none;
 border: none;
}
.dmark-tangent-header .menu-button .fas {
  line-height: 38px;
}
.dmark-tangent-header .secondary-nav .menu-link,
.dmark-tangent-header .dropdown-toggle,
.dmark-tangent-header .dropdown-menu-item {
  position: relative;
  /* padding: 8px 5px; */
  transition: color 0.1s ease, background-color 0.1s ease;
  font-weight: 500;
  color: #17324a;
  display: block;
  text-decoration: none;
  position: relative;
  font-family: "Open Sans", sans-serif;
  /* font-family: "Helvetica-semibold"; */
  font-size: 17px;
}
.dmark-tangent-header .nav-item.active .dropdown-toggle,
.dmark-tangent-header .dropdown-menu-item.show,
.dmark-tangent-header .dropdown-menu-item:hover,
.dmark-tangent-header .dropdown-toggle.show,
.dmark-tangent-header .dropdown-toggle:hover {
  background: #fff;
}
.dmark-tangent-header .dropdown-menu {
  border-top: 1px solid #f3f3f3;
  transition: none;
  background-color: #fff;
  box-shadow: 1px 3px 7px rgb(54 53 53 / 37%);
  top: 100%;
  margin-top: 0;
  border-radius: 0; 
  width: 170px;
  max-width: none;
  color: #767676;
  padding: 15px 0 25px !important;
  left: -1px;
}
.dmark-tangent-header .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dmark-tangent-header .dropdown-menu ul li.dropdown-item {
  padding: 0;
  white-space: normal;
  background-color: transparent !important;
}
.dmark-tangent-header .dropdown-menu ul li.dropdown-item:active {
  background-color: transparent !important;
}
.dmark-tangent-header .dropdown-menu ul li a.dropdown-link {
  font-size: 14px;
  color: #2d2d2d;
  display: block;
  padding: 10px 15px;
  transition: color 0.1s ease, background-color 0.1s ease;
  text-decoration: none;
}
.dmark-tangent-header .dropdown-menu ul li a.dropdown-link:hover {
  color: #2b9af3;
  background-color: #f4f4f4;
}
.dmark-tangent-header .dropdown-menu .dropdown-submenu-headline {
  padding: 0 15px;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}
#Products-menu-item .dropdown-menu,
#Solutions-menu-item .dropdown-menu {
  width: 500px;
  padding: 0;
}
#Solutions-menu-item .dropdown-menu .col-4,
#Products-menu-item .dropdown-menu .col-6 {
  padding: 15px 0 !important;
}
#Products-menu-item .dropdown-menu .col-left {
  width: 230px !important;
}
#Products-menu-item .dropdown-menu .col-center {
  width: 190px !important;
  border-left: 1px solid #f3f3f3;
}
#Products-menu-item .dropdown-menu .col-right {
  width: 190px !important;
  border-left: 1px solid #f3f3f3;
}
#Solutions-menu-item .dropdown-menu {
  width: 670px;
}
#Support-menu-item .dropdown-menu,
#Solutions-menu-item .dropdown-menu .col-left {
  width: 190px;
}
#Solutions-menu-item .dropdown-menu .col-center {
  border-left: 1px solid #f3f3f3;
  width: 240px;
}
#Solutions-menu-item .dropdown-menu .col-right {
  border-left: 1px solid #f3f3f3;
  width: 235px;
}
/* .dmark-tangent-header .navbar-toggler.search-toggler {
    height: 20px;
    padding: 3px;
    margin: 0px 0 0;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #2d2d2d;
    background: transparent;
  } */
.dmark-tangent-header.navbar-toggler.search-toggler i.fa-times,
.dmark-tangent-header.navbar-toggler.search-toggler.collapsed i.fa-search {
  display: block;
}
.dmark-tangent-header.navbar-toggler.search-toggler.collapsed i.fa-times,
.dmark-tangent-header.navbar-toggler.search-toggler i.fa-search {
  display: none;
}
#search-box {
  position: absolute;
  top: 0;
  width: 700px;
  background: #eee;
  left: 50%;
  z-index: 11;
  margin-left: -350px;
  overflow: hidden;
  max-height: 80px;
}
#search-box form {
  padding: 20px;
}
#search-box form input {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.navbar-toggler-icon {
  /* background-image: url('/dmarc/images/bars.svg'); */
}

/* ****************TANGENT HEADER CSS END******************* */
/* SignUp Sec */
.SignUpSec {
  position: relative;
}
.SignUpSec::before {
  content: "";
  background-image: url("../images/mail-ellipse.png");
  position: absolute;
  left: 0;
  top: -80px;
  width: 240px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.SignUpSec .imgWrap {
  position: relative;
}
.SignUpSec .imgWrap .Email_Icon {
  position: absolute;
  top: -27px;
  left: -6px;
  background-color: #fff;
  /* padding: 25px 18px; */
  padding: 20px 22px;
  box-shadow: 0 0 4px #0003;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.SignUpSec .imgWrap .Email_Icon img {
  /* width: 55px; */
  width: 47px;
}
.SignUpSec .InnerText p {
  /* color: #556479; */
  color: #202020;
  font-size: 23px;
  margin-bottom: 3px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  font-weight: 400;
}

.real-time-text {
  color: #000000 !important;
  font-size: 30px !important;
  margin-bottom: 3px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
.SignUpSec .InnerText h3 {
  /* font-size: 42px; */
  font-size: 40px;
  /* color: #0e183e; */
  color: #000000;
  margin-bottom: 32px;
}
.SignUpSec .InnerText .btnSignup {
  /* background-color: #eec900;
  border: 1px solid #eec900; */
  background-color: #336CFF;
  border: none;
  /* color: #000; */
  color: #ffffff;
  border-radius: 30px;
  margin-top: 20px;
  /* font-family: "Helvetica-bold"; */
  font-family: "Inter", sans-serif;
  font-size: 19px;
  /* width: 50%; */
  width: 33%;
  padding: 10px;
}
/* EmailScamSec */
.EmailScamSec .EmailScamSecInner {
  position: relative;
  background-image: url("../images/help-img-bg.png");
  padding: 1.5rem 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 2px rgba(74, 165, 240, 0.5);
  border: 1px solid #3d8bd4;
  background-color: #d0e7fc;
  /* margin: 80px 0; */
}
.email-scam-img img {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.InnerTextSec a {
  z-index: 100;
  position: relative;
}
.section-overview .section-overview-border{
  border-right: 1px solid #ccc;
}
/* solution nav menu */
#Solutions-menu-item .Solutions-menu-item-bdr-dmark{
  border-left: 1px solid #f3f3f3;
}
/* solution nav menu */
@media only screen and (max-width: 1999px) and (min-width: 1599.98px) {
  .bg-holder {
    height: 90vh;
  }
  section#feature {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1950px) and (min-width: 1400px) {
  .owl-stage-outer .owl-stage .owl-item.active.center {
    width: 600px !important;
  }
  .email-scam-img img {
    width: 590px !important;
    bottom: 0 !important;
    right: 45px !important;
  }
  .StackWrapInner li.nav-item:nth-child(1) {
    top: 105px !important;
    right: calc(100% - 33%) !important;
  }
  .StackWrapInner li.nav-item:nth-child(3) {
    top: calc(100% - 20%) !important;
    right: calc(100% - 65%) !important;
  }
  .StackWrapInner li.nav-item:nth-child(4) {
    left: calc(100% - 36%) !important;
    top: calc(100% - 62%) !important;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1365.98px) {
  section.HeaderSecWrap {
    display: flex;
    align-items: start;
    height: 90vh;
  }
}
/* .EmailScamSec .EmailScamSecInner::after {
    content: '';
    position: absolute;
    background-image: url('../images/help-img-bg-1.png');
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100%;
    border-radius: 30px;
} */
.EmailScamSec .InnerText {
  position: relative;
  z-index: 9;
  padding: 24px 0 24px 4rem;
}
.EmailScamSec .InnerText h3 {
  font-size: 57px;
  color: #000;
  font-family: "Helvetica-bold" !important;
}
.EmailScamSec .InnerText p {
  font-size: 34px;
  color: #000;
}
.EmailScamSec .InnerText .BtnMonitoring {
  background-color: #4aa5f0;
  color: #fff;
  font-family: "Helvetica-semibold" !important;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #4aa5f0;
  padding: 6px 3rem;
}

/* EmailSecuritySec */
.EmailSecuritySec {
  position: relative;
  overflow: hidden;
}
.EmailSecuritySec::before {
  content: "";
  background-image: url("../images/security-ellipse.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 300px;
  right: -0;
  top: -15%;
  position: absolute;
}
.EmailSecuritySec .InnerText h3 {
  /* font-size: 52px; */
  font-size: 40px;
  /* color: #0e183e; */
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
.EmailSecuritySec .InnerText p {
  /* color: #556479; */
  color: #202020;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 49px; */
  line-height: 30px;
  letter-spacing: -0.26px;
}
.EmailSecuritySec .Email_IconsWrap {
  position: relative;
}
.EmailSecuritySec .Email_IconsWrap .Email_Tick {
  position: absolute;
  top: 0;
  left: 60px;
}
.EmailSecuritySec .Email_IconsWrap .Email_Alert {
  position: absolute;
  bottom: 21%;
  left: 20px;
}
.EmailSecuritySec .Email_IconsWrap .Email_question {
  position: absolute;
  /* right: 12%;
  bottom: 7%; */
  right: 18%;
  bottom: 5%;
}
.EmailSecuritySec .Email_IconsWrap .Email_Dot {
  position: absolute;
  /* bottom: 20%;
  right: -37px; */
  bottom: 30%;
  right: 7px;
}

/* Saleem */

/* tabe section start */
.slider-above-text p {
  /* color: #556479; */
  color: #000000;
  /* font-size: 23px; */
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.tabe-sec {
  margin: 50px 0 80px;
}
.tabe-imges img {
  width: 100%;
}
.tabe-text {
  width: 60%;
  margin: auto;
  border-radius: 9px;
  background: #d6ecff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px 0 5px;
  margin-top: 30px;
}
.tabe-imges {
  transition: transform 0.3s ease; /* Add a smooth transition effect */
  cursor: pointer;
  margin-bottom: 30px;
}
.owl-carousel h6 {
  /* text-align: center; */
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Alexandria", sans-serif;
}
.owl-carousel p {
  /* text-align: center; */
  font-size: 16px;
}
.owl-item > div {
  cursor: pointer;
  margin: 8% 21% !important;
  transition: margin 0.4s ease;
}
/* .owl-item > div p {
  display: none;
} */
.tabe-sec .owl-stage-outer {
  margin-left: -80px !important;
}
.owl-item.active.center {
  width: 530px !important;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0 !important;
}
.owl-item.center > div p {
  border-radius: 9px;
  /* background: #d6ecff; */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15); */
  /* padding: 20px 5px; */
  display: block;
}
/* #secondImg{
    display: none;
} */
/* Optionally, you can set a maximum width for the zoomed image */
.tabe-imges img {
  max-width: 100%;
}

/* tabe section end */

/* Domain-sec css start */
.domain-sec .saver-content-div {
  border-radius: 40px;
  /* background: linear-gradient(117deg, #7FB6E5 -23.83%, #4AA5F0 103.76%); */
  background: #e9f2ff;
  box-shadow: 0px 0px 7px 3px #afcef8;
  border: 1px solid #3d8bd4;
  padding: 71px 75px;
  position: relative;
  height: 100%;
}
.saver-content-div .laptop {
  position: absolute;
  bottom: 0;
  width: 597px;
  height: 354px;
  right: 0;
}

.domain-sec .domain-content-div {
  border-radius: 40px;
  background: #e9f2ff;
  box-shadow: 0px 0px 7px 3px #afcef8;
  border: 1px solid #3d8bd4;
  /* background: linear-gradient(117deg, #7FB6E5 -23.83%, #4AA5F0 103.76%); */
  padding: 50px 65px;
}
.domain-content-div h3,
.saver-content-div h3 {
  color: black;
}
.domain-content-div p,
.saver-content-div p {
  color: black;
}
.domain-input {
  text-align: center;
  margin-top: 25px;
}
.domain-sec .domain-input input {
  border-radius: 12px;
  border: 1.5px solid #fff;
  background: #fff;
  padding: 12px 20px;
  outline: none;
  width: 100%;
}
.domain-sec .domain-input button {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 34px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 12px;
  background: #4aa5f0;
  margin-top: 40px;
}
/* Domain-sec css end */

/* setup dmarc css start */

.setup-dmarc-section .setup-dmarc-main {
  /* background-image: url("../images/email-bg.png"); */
  padding: 40px 65px;
  margin-bottom: 40px;
  /* background-size: cover;
  background-repeat: no-repeat; */
  background: radial-gradient(41.49% 92.14% at 50% 50%, #3173A7 0%, #0F2F48 100%);
  border-radius: 40px;
}
/* .setup-dmarc-section .setup-dmarc-main{
    background: #98CA44;
    padding: 65px;
    margin-bottom: 40px;
} */
.setup-dmarc-section .setup-dmarc-content h2 {
  /* color: #173661; */
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  /* font-size: 60px; */
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
.setup-dmarc-section .setup-dmarc-content h2 b {
  /* text-shadow: 0px 0px 4px #ffffff; */
  font-weight: 700;
}
.setup-dmarc-section .setup-dmarc-content h2 span {
  font-weight: 700;
  color: white;
}
.setup-dmarc-section .setup-dmarc-content .para {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.setup-input {
  display: flex;
  justify-content: space-between;
}
.setup-dmarc-section .setup-input input {
  font-family: "Inter", sans-serif;
  border-radius: 12px;
  border: 1.5px solid #fff;
  background: #fff;
  padding: 15px 20px;
  outline: none;
  width: 85%;
}
.setup-dmarc-section .setup-input button {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 25px;
  outline: none;
  border: none;
  border-radius: 12px;
  background: #4aa5f0;
}

/* setup dmarc css end */

/* footer start */

.footer-section {
  background: #275fa3;
  background-size: cover;
  position: relative;
}
.footer-main {
  padding-top: 5rem;
}
.footer-logo-row {
  margin-bottom: 30px;
}
.footer-logo img {
  width: 230px;
}
.footer-main .footer-logo p {
  color: #eec900;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
}
.footer-main .footer-links h2 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.footer-main .footer-links ul,
.footer-main .footer-links a,
li {
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.footer-main .footer-links ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-main .footer-links ul li a,
.footer-main .footer-links ul li span {
  color: #eec900;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.footer-main .footer-links i {
  margin-right: 13px;
}
.footer-main .footer-links .fa-phone:before,
.footer-main .footer-links .fa-envelope:before,
.footer-main .footer-links .fa-message:before {
  color: white;
}
.footer-copyright .copy-text {
  color: #cacaca;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

/* Full-StackWrap */
.Full-StackWrap {
  padding: 4rem 0 7rem;
  margin: 0rem 0 13rem;
  height: 100%;
  background-image: url(../images/FS-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.TabsWrapSec {
  position: relative;
}
.TabsWrapSec .TabsContainer {
  position: absolute;
  top: calc(100% - -160px);
  left: 0;
  right: 0;
  max-height: 300px;
  text-align: center;
  padding: 20px 0;
}
.HeadingSec {
}
.HeadingSec h2 {
  font-size: 52px;
  color: #0e183e;
}
.HeadingSec p {
  font-size: 25px;
  color: #556479;
}
.StackWrapInner {
  position: relative;
}
.StackWrapInner::before {
  content: "";
  background-image: url("../images/email-elips.png");
  width: 100%;
  height: 311px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}
.StackWrapInner li.nav-item:nth-child(1) {
  position: absolute;
  top: 100px;
  right: calc(100% - 30%);
  display: flex;
  align-items: center;
}
.StackWrapInner li.nav-item:nth-child(2) {
  position: absolute;
  top: calc(100% - 28%);
  right: calc(100% - 43%);
  display: grid;
  align-items: center;
}
.StackWrapInner li.nav-item:nth-child(3) {
  position: absolute;
  top: calc(100% - 24%);
  right: calc(100% - 67%);
}
.StackWrapInner li.nav-item:nth-child(4) {
  position: absolute;
  left: calc(100% - 35%);
  top: calc(100% - 60%);
  display: grid;
  justify-items: center;
}
.StackWrapInner li.nav-item:nth-child(1) span {
  transform: rotate(65deg);
  position: absolute;
  left: -37px;
  bottom: 19px;
}
.StackWrapInner li.nav-item:nth-child(2) span {
  position: absolute;
  bottom: 0px;
  left: 15px;
  transform: rotate(31deg);
}
.StackWrapInner li.nav-item:nth-child(3) span {
  transform: rotate(-11deg);
  position: absolute;
  left: 59px;
  bottom: -33px;
  width: 115px;
}
.StackWrapInner li.nav-item:nth-child(4) span {
  position: absolute;
  bottom: 24px;
  right: -20px;
  transform: rotate(-50deg);
}
.StackWrapInner li.nav-item span {
  width: 100px;
  font-size: 13px;
  font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}
.nav-pills .nav-link.active {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.StackWrapInner.nav-pills .nav-link:hover {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.nav-pills .nav-link {
  width: 200px;
}
.nav-pills .nav-link img {
  width: 100%;
}
.TabsContainer .tab-pane p {
  width: 80%;
  margin: 0 auto;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 190px;
  padding: 0 7px 0 0px;
}

/* Map */

.Mapwrapper,
.MapWrapSec {
  overflow: hidden;
  position: relative;
}

.MapWrapSec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../images/map-elipse.png");
  background-repeat: no-repeat;
}
/* result page css */

.ProductivitySecWrapMobile {
  display: none;
}
.ProductivitySecWrap .btnStarted {
  /* background-color: #4aa5f0; */
  background-color: #336CFF;
  padding: 12px 30px 12px 30px;
  border-radius: 30px;
  /* border: 1px solid #4aa5f0; */
  border: none;
  color: #fff;
  font-weight: 600;
  margin-top: 2rem;
  width: 40%;
}
.InnerTextSec h2 {
  /* color: #131f4e; */
  color: #000000;
  font-family: "Inter", sans-serif;
  /* font-size: 42px; */
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
  margin-bottom: 32px;
}
.InnerTextSec p {
  /* color: #4e4e4e; */
  color: #202020;
  font-size: 23px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  /* line-height: 40px; */
  line-height: 30px;
  letter-spacing: -0.25px;
}
.TestimonialSec span {
  color: #0e183e;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.18px;
}
.TestimonialSec b {
  font-family: "Inter", sans-serif;
}
.SubsecWrap {
  /* Scrollbar ko chhupane ke liye */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.SubsecWrap::-webkit-scrollbar {
  width: 5px; /* Scrollbar ki chaurai ko customize karein */
}

.SubsecWrap::-webkit-scrollbar-track {
  background: transparent; /* Scrollbar track ko transparent banayein */
}

.SubsecWrap::-webkit-scrollbar-thumb {
  background-color: transparent; /* Scrollbar thumb ko transparent banayein */
}
/* .InnerTextSecWrapSticky {
    position: sticky;
    top: 16rem;
} */
.InnerTextSecWrapSticky {
  position: sticky;
  top: 8rem;
}

.InnerTextSecWrapSticky img {
  margin-top: 15px;
  /* box-shadow: 0 0 18px #3D8BD4; */
  filter: drop-shadow(0px 8px 24px rgba(29, 140, 242, 0.5));
  border-radius: 10px;
  border: 2px solid #3d8bd4;
}

/* form css start */

/* .form-main-section .form_heading{
    font-size: 30px;
} */
.form-main-section .form_heading {
  color: #63666a;
}
.form-main-section .form_heading span {
  color: #1bb28c;
}
.form-main-section .dmarc_group {
  padding-bottom: 30px;
}
.form-main-section .dmarc_group h4 {
  font-size: 14pt;
}
.form-main-section .dmarc_block {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 20px;
}
.form-main-section .dmarc_selection {
  border-left: 2px solid #b7b7b7;
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
}
.form-main-section .dmarc_selection .dmarc_item:hover,
.form-main-section .dmarc_selection .dmarc_item_selected {
  background: #b3af35;
  cursor: pointer;
}
.form-main-section .dmarc_selection .dmarc_item {
  border-bottom: 2px solid #b7b7b7;
  height: auto;
  overflow: auto;
  margin: 0;
}
.form-main-section .dmarc_item_selected {
  color: #fff;
}
.form-main-section .dmarc_item:hover .dkim-selector-span,
.form-main-section .dmarc_item_selected .dkim-selector-span,
.form-main-section .dmarc_selection .dmarc_item:hover .item_label p,
.form-main-section .dmarc_selection .dmarc_item_selected .item_label p,
.form-main-section .server_control:hover span {
  color: #fff;
}
.form-main-section .dmarc_selection .dmarc_item .item_label p {
  padding: 0;
  margin: 0;
  line-height: 48px;
  color: #63666a;
  font-weight: 800;
  font-size: 18pt;
}
.form-main-section .spf-selector-span {
  margin: 10px 0;
}
.form-main-section .dmarc_selection .dmarc_item:hover,
.form-main-section .dmarc_selection .dmarc_item_selected {
  background: #b3af35;
  cursor: pointer;
}
.form-main-section .dmarc_selection .dmarc_item .item_icon {
  font-size: 31px;
  line-height: 48px;
  color: #1bb28c;
  text-align: end;
}
.form-main-section .dmarc-selector-content {
  margin: 10px 0;
}
.form-main-section .btn_form:active,
.form-main-section .btn_form:focus,
.form-main-section .btn_form:hover {
  background: #000;
  color: #fff;
}
.form-main-section .btn_form {
  background: #1f3050;
  font-weight: 600;
  border: 0;
  color: #fff;
  padding: 15px 65px;
  font-size: 12pt;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 10px;
}
.form-main-section .dmarc_item:hover .dkim-selector-span,
.form-main-section .dmarc_item_selected .dkim-selector-span,
.form-main-section .dmarc_selection .dmarc_item:hover .item_label p,
.form-main-section .dmarc_selection .dmarc_item_selected .item_label p,
.form-main-section .server_control:hover span {
  color: #fff;
}
/* result page css end */

/* counter */
/* Unveiling section */

/* card css */
section.Unveiling-section {
  margin-top: 60px;
}
.Unveiling-card {
  padding: 0px 35px;
}
.Unveiling-card h2 {
  color: #0b3046;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.Unveiling-card h2 span {
  font-family: "Poppin-bold";
}
.Unveiling-card p.counter-s2 {
  font-size: 12px;
}
.Unveiling-card p {
  color: #202020;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
/* section overview css start  */
.section-overview{
padding: 40px;
}
.green-dot-svg{
margin-right: 5px;
}
.overvierw-title h4{
  font-size: 26px;
    line-height: 1.2em;
    font-family: muli, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 25px;
}
.overview-top-heading{
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin:15px 15px 20px;
}
.overview-table{
  width: 250px;
  margin: 0px auto;
}
.overview-table td{
border: none;
padding: 0px;
text-align: center;
/* border-right: 1.5px solid #ebedf2 !important; */
}
.valid-icon{
  height: 20px;
  width: 20px;
}
/* section overview css start  */

/* section RECORD css start  */
.record-section{
  padding: 60px 0px;
}
.record-table td{
  border-bottom: none;
}
.record-title h2 ,
.record-table-title{
  font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    text-transform: capitalize;
    color: #161616;
    margin-bottom: 10px;
    font-family: muli, Helvetica, Arial, sans-serif;
  }
  .record-subtitle{
  font-family: muli, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212529;
  margin:0px 0px 20px 24px;
}
.record-section .table-record-row td{
  border-bottom: 1px solid #dee2e6;
}
/* section RECORD css END  */
/* section SPF css START  */
.spf-section{
  padding: 60px 20px;
}
.spf-title{
display: flex;
align-items: center;
column-gap: 10px;
margin-bottom: 35px;
}
.spf-title h2{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-transform: capitalize;
  color: #161616;
  margin-bottom: 10px;
  font-family: muli, Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
  
}
.spf-subtitle{
  font-size: 16px;
  font-family: muli, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    margin-bottom: 20px
}
.content-title{
    font-size: 21px;
    line-height: 23px;
    text-transform: capitalize;
    color: #161616;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: muli, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.spf_body{
  padding: 10px;
    margin: 10px 0px;
    background-color: #f7f8fa;
}





.section-dkmi {
  padding: 62px 30px;
}
.section-wrapcontent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.section-dkmi .dmark-textarea textarea {
  -webkit-appearance: none;
  border: 1px solid #E1E1E1;
  padding: 8px 6px;
  outline: none;
  font: 1em helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0;
  resize: none;
}
.spf-section .dmark-textarea textarea {
  -webkit-appearance: none;
  border: 1px solid #E1E1E1;
  padding: 8px 6px;
  outline: none;
  font: 1em helveticaneue, helvetica neue, Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0;
  resize: none;
}
.section-dkmi .error-explained-record {
  font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #2f3651;
}
.section-dkmi .explicity-table td.head{
  font-size: 13px;
  width: 35%;
}
.section-dkmi .explicity-table .explicity-table-content{
  font-size: 17px !important;
  line-height: 22px;
}
.spf-section .spf-table .table-header{
  width:50%;
}
.section-dkmi .spf-table .table-header{
  width:50%;
}
.spf-section .spf_exist.non-visible{
  padding-left: 30px;
  width: 100%;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}
.spf-section .spf_exist.non-visible:hover{
  opacity:0.8;
}
.spf-section .spf_body {
  color: #646c9a;
}
.section-dkmi .selector_inp{
  font-size: 13px;
  margin-bottom: 10px;
  color: #646c9a;
}
.section-dkmi .selector_inp b{
 font-weight: 700;
}
.section-dkmi  .dmark-textarea .selector_inp textarea{
  margin-bottom: 20px !important;
  margin-top:20px;
}
.section-dkmi .table-header .async-img{ 
  margin-right: 20px;
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.section-dkmi .mta-sts-table .table-header{
  width:50%;
}
.section-dkmi .tls-rpt-table .table-header{
  width:50%;
}
/* .section-dkmi .dmark-textarea {
  justify-content: space-between;
  align-items: center;
} */
.section-dkmi .dmark-textarea-button .copy button {
  padding: 12px 15px;
  background: #646C9A;
  border-radius: 4px;
  /* margin-left: 20px; */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: none;
}
.section-dkmi .dmark-textarea-button .copy button {
  padding: 12px 15px;
  background: #646C9A;
  border-radius: 4px;
  /* margin-left: 20px; */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: none;
}.dmark-textarea-button .copy button {
  padding: 12px 15px;
  background: #646C9A;
  border-radius: 4px;
  /* margin-left: 20px; */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: none;
}
.dkmi-subtitle{
  font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    margin-bottom: 20px;
    font-family: muli, Helvetica, Arial, sans-serif;
    
  }
  .input-title h2{
  font-family: muli, Helvetica, Arial, sans-serif;
  font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    text-transform: capitalize;
    color: #161616;
    margin-bottom: 10px;
    margin-bottom: 0PX;
}
.dkim-selector-not-found-subtitle{
  font-family: muli, Helvetica, Arial, sans-serif;
  font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    margin:15px;

}
 .valid-record span {
  font-size: 13px;
  font-family: muli, Helvetica, Arial, sans-serif;
}
.valid-status span {
  font-family: muli, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px ;
  line-height: 22px;
  color: #EF5347;
  scroll-behavior:smooth;
}
.border-bottom{
border-bottom: 1px solid #c2c2c2;
}
.section-tags-found{
padding: 60px 0px;
}
/* #primary-nav .dropdown-toggle:hover{
  border-bottom: 2px solid #4FAAC4;
} */
/*  */
#primary-nav .dropdown-toggle {
  position: relative;
  /* padding: 10px 15px; */
  /* color: #4FAAC4;; */
  text-decoration: none;
}

#primary-nav .dropdown-toggle::after{
  content: '';
  position: absolute;
  left: 0;
  top:28px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #4FAAC4;
  color:#4FAAC4;
  margin-top:2px;
  display: none;
  border: none;  
  margin-left: 0px;
  
}
#primary-nav .dropdown-toggle.show:after{
  content: '';
  position: absolute;
  left: 0;
  top:28px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #4FAAC4;
  color:#4FAAC4 !important;
  margin-top:2px;
  display: block;
  border: none !important;
  margin-left: 0px;
  
}

#primary-nav .dropdown-toggle:hover::after{
  display: block;
}

/* Chat section and Hover Button */
.help-section img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.chat-btn {
  position: relative;
}

.hover-button {
  /*margin-right: -92px;*/
  /*width: 151px;*/
  /*height: 50px;*/
  /*border: none;*/
  /*background-color: white;*/
  /*color: #112e4b;   */
  /*border-bottom-left-radius: 10px;*/
  /*border-top-left-radius: 10px;*/
  /*font-size: 16px;*/
  /*cursor: pointer;*/
  /*transition: margin-right 0.5s ease;*/
  /*align-items:center;*/
 /*  margin-right: -118px;*/
 /*width: 173px;*/    
 /* height: 50px;*/
 /* border: none;*/
 /* background-color: white;*/
 /* color: #112E4B;*/
 /* border-bottom-left-radius: 10px;*/
 /* border-top-left-radius: 10px;*/
 /* font-size: 16px;*/
 /* cursor: pointer;*/
 /* transition: margin-right 0.5s ease;*/
 /* display: -webkit-inline-flex;*/
 /* display: inline-flex;*/
 /* -webkit-align-items: center;*/
 /* align-items: center;*/
 margin-right: -113px;
 width: 173px;
  height: 50px;
  border: none;
  background-color: white;
  color: #112E4B;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: margin-right 0.5s ease;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.hover-button:hover {
  margin-right: 0px;
}

.help-section {
  position: absolute;
  width: 330px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  display: none;
  left: -338px;
  top: -145px;
  bottom: -230px;
  height: 380px;
}

.help-section h3 {
  margin-top: -7px;
  color: white;
  font-size: 18px;
  margin: -21px;
  background-color: #224162;
  padding: 17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-family: system-ui;
  font-weight: 400;
}

.help-section ul {
  list-style: none;
  padding: 1px;
  margin-top: 13px;
}

.help-section li {
  margin: 23px 0;
  padding: 5px 4px;
  display: flex;
}

.help-section h5 {
  font-size: 11px;
    padding-left: 36px;
    color: gray;
}
.help-section a {
  text-decoration: none;
  color: #224162;
  font-weight: 500;
  font-size: 17px;
  /* padding-left: 9px; */
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
}

.close-btn {
  position: absolute;
  top: 9px;
  right: 10px;
  background: none;
  border: none;
  font-size: 21px;
  cursor: pointer;
  color: white;
}
.need-icon{
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
#helpButton {
  position: fixed;
  bottom: 40%;
  z-index: 1000;
  right: 0px;
}
.disabled-item {
  color: gray;
  text-decoration: none;
  padding: 10px 15px !important;
  /* margin: 15px 0 15px; */
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

/*  */
/* section SPF css END  */
@media only screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .form-main-section .dmarc_block {
    padding: 0px 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .form-main-section .dmarc_block {
    padding: 0px 20px;
    margin-top: -38px;
  }
  .owl-item.active.center {
    width: 12% !important;
  }
  .Full-StackWrap {
    padding: 4rem 0 7rem;
    margin: 0rem 0 11rem;
  }
}
@media only screen and (max-width: 991.98px) and (min-width: 769px) {
  .slider-above-text p br {
    display: none;
  }
  .slider-above-text p br {
    display: none;
  }
  .Full-StackWrap {
    padding: 4rem 0 7rem;
    margin: 0rem 0 9rem;
  }
  .owl-item.active.center {
    width: 12% !important;
  }
  .BtnLiveChat {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 15px;
  }
  /* .StackWrapInner li.nav-item:nth-child(1) {
        position: absolute;
        top: 95px;
        right: calc(100% - 19%);
        display: flex;
        align-items: center;
    } */
  .bg-holder {
    height: unset;
  }
  section.HeaderSecWrap {
    padding: 4rem 0;
    height: unset;
  }
  .Heading_Text.pt-5 {
    padding-top: 0 !important;
  }
  .Heading_Text p {
    font-size: 15px;
  }
  .Heading_Text h2 {
    font-size: 56px;
    margin: -11px 0 0;
    line-height: normal;
  }
  p.fw-semi-bold.text-white.mt-3 {
    margin-top: 0 !important;
  }
  .ProductivitySecWrap {
    padding: 0px 0;
  }
  /*  */
  .StackWrapInner::before {
    content: "";
    height: 185px;
    background-size: 100%;
    margin: 0 auto;
    width: 70%;
  }
  .StackWrapInner li.nav-item:nth-child(1) {
    top: 114px;
    right: calc(100% - 18%);
  }
  .StackWrapInner li.nav-item:nth-child(2) {
    position: absolute;
    top: calc(100% - 19%);
    right: calc(100% - 37%);
    display: grid;
    align-items: center;
  }
  .StackWrapInner li.nav-item:nth-child(1) span {
    order: 2;
    font-size: 9px;
    transform: rotate(62deg);
    padding: 0px 0px 0px 0px;
    margin-left: 6px;
    margin-bottom: -36px;
  }
  .StackWrapInner li.nav-item:nth-child(3) {
    right: calc(100% - 67%);
    top: 90%;
  }
  .StackWrapInner li.nav-item:nth-child(2) span {
    transform: rotate(27deg);
    padding: 0px 0px 0px 0px;
    margin-left: -15px;
    margin-bottom: -13px;
  }
  .StackWrapInner li.nav-item:nth-child(3) span {
    transform: rotate(-11deg);
    left: 26px;
    bottom: -21px;
  }
  .StackWrapInner li.nav-item:nth-child(2) span,
  .StackWrapInner li.nav-item:nth-child(3) span,
  .StackWrapInner li.nav-item:nth-child(4) span {
    font-size: 9px;
  }
  li.nav-item:nth-child(3) span {
    width: 120px;
    display: block;
  }
  .StackWrapInner li.nav-item:nth-child(4) {
    left: calc(100% - 26%);
  }
  .StackWrapInner li.nav-item:nth-child(4) span {
    /* transform: rotate(-30deg);
        padding: 0 0 0 20px; */
    transform: rotate(-56deg);
    padding: 52px 0 0 0px;
    margin-bottom: -17px;
  }
  .TabsWrapSec .TabsContainer {
    top: calc(100% - -80px);
  }
  .StackWrapInner li.nav-item:nth-child(1) {
    top: 67px;
    right: calc(100% - 21%);
    display: grid;
  }
  .StackWrapInner li.nav-item:nth-child(2) {
    position: absolute;
    top: calc(100% - 19%);
    right: calc(100% - 37%);
    display: grid;
    align-items: center;
  }
  .StackWrapInner li.nav-item:nth-child(1) span {
    order: 2;
    font-size: 9px;
    transform: rotate(62deg);
    padding: 0px 0px 0px 0px;
    margin-left: 6px;
    margin-bottom: -36px;
  }
  .StackWrapInner li.nav-item:nth-child(3) {
    right: calc(100% - 67%);
    top: 90%;
  }
  .StackWrapInner li.nav-item:nth-child(2) span {
    transform: rotate(27deg);
    padding: 0px 0px 0px 0px;
    margin-left: -15px;
    margin-bottom: -13px;
  }
  .StackWrapInner li.nav-item:nth-child(3) span {
    transform: rotate(-11deg);
    left: 26px;
    bottom: -21px;
  }
  .StackWrapInner li.nav-item:nth-child(2) span,
  .StackWrapInner li.nav-item:nth-child(3) span,
  .StackWrapInner li.nav-item:nth-child(4) span {
    font-size: 9px;
  }
  li.nav-item:nth-child(3) span {
    width: 120px;
    display: block;
  }
  .StackWrapInner li.nav-item:nth-child(4) {
    left: calc(100% - 26%);
  }
  .StackWrapInner li.nav-item:nth-child(4) span {
    /* transform: rotate(-30deg);
        padding: 0 0 0 20px; */
    transform: rotate(-56deg);
    padding: 52px 0 0 0px;
    margin-bottom: -17px;
  }
  .nav-pills .nav-link {
    width: 100px;
  }
  /* sal chnages */
  /* .dmark-tangent-header .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "" !important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  } */
  .MobileCS {
    margin: 0 !important;
    background-color: #ddd;
    padding: 9px 10px 21px;
    border-radius: 5px;
}
  /* sal chnages */
}
@media only screen and (max-width: 768.68px) and (min-width: 300px) {
  .slider-above-text p br {
    display: none;
  }
  .tabe-sec .owl-stage-outer {
    margin-left: 0px !important;
  }
  .owl-item.active.center {
    width: 8% !important;
  }
  .tabe-text {
    width: 100%;
  }
  .tabe-text p br {
    display: none;
  }
  .email-scam-img {
    display: none;
  }
  .InnerTextSecWrapSticky img {
    margin-top: 0px !important;
  }
  .Web_ServerSec {
    margin-top: 5rem;
  }
  .Web_ServerSec,
  .SignUpSec,
  .EmailScamSec,
  .EmailSecuritySec,
  .domain-sec {
    padding: 50px 0;
    clear: both;
  }
  .InnerMain {
    overflow: hidden;
  }
  .MobileCS {
    margin: 0 !important;
    background-color: #ddd;
    padding: 9px 10px 21px;
    border-radius: 5px;
  }
  .MobileCS ul li a {
    color: #000 !important;
  }
  .bg-holder {
    background-size: cover !important;
    height: auto;
  }
  .bg-holder .HeaderSecWrap {
    height: auto;
  }
  .AnimateImg {
    width: 70%;
  }
  .ProductivitySecWrap {
    display: none;
  }
  .ProductivitySecWrapMobile {
    display: block !important;
  }
  .InnerTextSec {
    height: auto;
  }
  .ProductivitySecWrapMobile .btnStarted {
    background-color: #4aa5f0;
    padding: 12px 30px 12px 30px;
    border-radius: 30px;
    border: 1px solid #4aa5f0;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
  }
  .InnerTextSecWrapSticky {
    position: inherit !important;
    margin-top: 2rem;
  }
  .InnerTextSec h2 {
    font-size: 32px !important;
  }
  .InnerTextSec p {
    font-size: 16px !important;
  }
  .CubesSec {
    padding: 0;
  }
  .CardMobileCS {
    padding: 0 10px 0 0 !important;
  }
  .CubesSec .Cards .col .Short_Cards {
    width: 170px;
  }
  .CubesSec .Cards .col .Short_Cards h3 {
    font-size: 32px;
  }
  .CubesSec .Cards .col .Short_Cards b,
  .CubesSec p.InnerTxtName {
    font-size: 18px;
  }
  .CubesSec .Cards .col .Short_Cards_First {
    position: relative;
    right: auto;
    margin-top: 38px;
  }
  .EmailScamSec .EmailScamSecInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0;
    padding: 30px;
  }
  .EmailScamSec .InnerText {
    padding: 0;
  }
  .EmailScamSec .EmailScamSecInner::after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .EmailScamSec .InnerText h3,
  .HeadingSec h2,
  .EmailSecuritySec .InnerText h3,
  .SignUpSec .InnerText h3,
  .Web_ServerSec .TextAnimate h3,
  .Heading_Text h2,
  .setup-dmarc-section .setup-dmarc-content h2 {
    font-size: 34px;
    line-height: 50px;
    clear: both;
  }
  .EmailScamSec .InnerText p,
  .setup-dmarc-section .setup-dmarc-content .para {
    font-size: 24px;
    margin-bottom: 0rem;
    clear: both;
  }
  .EmailSecuritySec .InnerText p,
  .SignUpSec .InnerText p,
  .CubesSec .Cards .col .Short_Cards span {
    font-size: 16px;
    clear: both;
  }

  .Full-StackWrap {
    padding: 3rem 0;
    margin: 1rem 0 14rem;
    background-size: cover;
  }
  .StackWrapInner::before {
    content: "";
    height: 185px;
    background-size: 100%;
    margin: 0 auto;
    width: 70%;
  }
  .nav-pills .nav-link {
    width: 100px;
  }
  .StackWrapInner li.nav-item:nth-child(1) {
    top: 67px;
    right: calc(100% - 21%);
    display: grid;
  }
  .StackWrapInner li.nav-item:nth-child(2) {
    position: absolute;
    top: calc(100% - 19%);
    right: calc(100% - 37%);
    display: grid;
    align-items: center;
  }
  .StackWrapInner li.nav-item:nth-child(1) span {
    order: 2;
    font-size: 9px;
    transform: rotate(62deg);
    padding: 0px 0px 0px 0px;
    margin-left: 6px;
    margin-bottom: -36px;
  }
  .StackWrapInner li.nav-item:nth-child(3) {
    right: calc(100% - 67%);
    top: 90%;
  }
  .StackWrapInner li.nav-item:nth-child(2) span {
    transform: rotate(27deg);
    padding: 0px 0px 0px 0px;
    margin-left: -15px;
    margin-bottom: -13px;
  }
  .StackWrapInner li.nav-item:nth-child(3) span {
    transform: rotate(-11deg);
    left: 26px;
    bottom: -21px;
  }
  .StackWrapInner li.nav-item:nth-child(2) span,
  .StackWrapInner li.nav-item:nth-child(3) span,
  .StackWrapInner li.nav-item:nth-child(4) span {
    font-size: 9px;
  }
  li.nav-item:nth-child(3) span {
    width: 120px;
    display: block;
  }
  .StackWrapInner li.nav-item:nth-child(4) {
    left: calc(100% - 26%);
  }
  .StackWrapInner li.nav-item:nth-child(4) span {
    /* transform: rotate(-30deg);
        padding: 0 0 0 20px; */
    transform: rotate(-56deg);
    padding: 52px 0 0 0px;
    margin-bottom: -17px;
  }
  .TabsWrapSec .TabsContainer {
    top: calc(100% - -80px);
  }
  .TabsContainer .tab-pane p {
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 190px;
    padding: 0 7px 0 0px;
  }
  .EmailScamSec .InnerText .BtnMonitoring {
    padding: 6px 1rem !important;
  }
  .EmailSecuritySec .Email_IconsWrap .Email_Dot {
    bottom: 30%;
    right: -13px;
    width: 70px;
  }
  .EmailSecuritySec .Email_IconsWrap .Email_Tick {
    left: 30px;
    width: 70px;
  }
  .EmailSecuritySec .Email_IconsWrap .Email_Alert {
    bottom: 8%;
    width: 50px;
  }
  .EmailSecuritySec .Email_IconsWrap .Email_question {
    right: 10%;
    width: 45px;
  }
  .domain-sec .container {
    padding: 0 20px !important;
  }
  .domain-sec .saver-content-div {
    padding: 30px 0px 30px 30px;
  }
  .setup-dmarc-img img {
    width: 150px !important;
  }
  .saver-content-div .laptop {
    width: 70%;
    height: 70%;
    right: 2px;
    left: auto;
  }
  .domain-sec .domain-content-div {
    margin-top: 1.5rem;
    padding: 30px;
  }
  .setup-dmarc-section .setup-dmarc-main {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
  .setup-input {
    display: block;
  }
  .setup-dmarc-section .setup-input input,
  .SignUpSec .InnerText .btnSignup {
    width: 100%;
    margin-bottom: 20px;
  }
  .setup-dmarc-main .setupMobileCS {
    order: 2;
    margin-top: 2rem;
  }
  .domain-sec .domain-input button {
    width: 100%;
    margin-top: 20px;
  }
  .CubesSec {
    padding: 0 10px;
  }
  .phone-img-nav-item {
    background: black;
    padding: 3px;
    border-radius: 5px;
    width: 20px;
  }
  .BtnLiveChat {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0px;
  }
  .form-main-section {
    overflow: hidden;
  }
  .form-main-section .dmarc_selection .dmarc_item .item_label p {
    font-size: 13px;
  }
  .SignUpSec .imgWrap .Email_Icon {
    left: 15px;
  }
  #spf-placeholder{
    width:100%;
  }
  #input-spf{
    flex-direction: column;
  }
  /* sal chnages */
  #Products-menu-item .dropdown-menu,#Products-menu-item .dropdown-menu .col-left,#Products-menu-item .dropdown-menu .col-center{
    width:100%;
  }
  /* .dmark-tangent-header #primary-nav  .dropdown-menu.show{
    height:400px;
    overflow: auto;
  }  */
  #Products-menu-item .dropdown-menu .col-left ,
  #Products-menu-item .dropdown-menu .col-center{
    width: 100% !important;
    border: none;
  }
  .dmark-tangent-header #primary-nav .dropdown-menu.show li{
    border: none;
    padding: 0px;
    }
    .dmark-tangent-header #primary-nav .dropdown-menu.show{
      width: 100% !important;
      box-shadow: none;
      border: none;
      padding: 0px !important;
    }
    .section-overview .section-overview-border{
      border-right:none;
    }
    /* solution nav menu */
    #Solutions-menu-item .Solutions-menu-item-bdr-dmark{
    border-left: 1px solid #f3f3f3;
    }
    /* solution nav menu */
  /* sal chnages */
}

@media only screen and (max-width: 450px) and (min-width: 320px) {
  .StackWrapInner::before {
    content: "";
    height: 123px;
  }
  .Full-StackWrap {
    padding: 4rem 0 18rem;
    margin: 1rem 0 0rem;
    overflow: hidden;
  }
  .StackWrapInner li.nav-item:nth-child(1) {
    top: 33px;
    right: calc(100% - 25%);
    display: grid;
  }
  .StackWrapInner li.nav-item:nth-child(2) {
    position: absolute;  
    top: calc(100% - 31%);
    right: calc(100% - 42%);
    display: grid;
    align-items: center;    
  }    
  .StackWrapInner li.nav-item:nth-child(3) {
    right: calc(100% - 73%);
    top: 76%;
  }
  .StackWrapInner li.nav-item:nth-child(4) {
    left: calc(100% - 29%);
    top: 29%;
  }
  .StackWrapInner li.nav-item:nth-child(1) span {
    transform: rotate(66deg);
    margin-left: 13px;
    margin-bottom: -32px;
  }
  .StackWrapInner li.nav-item:nth-child(4) span {
    margin-bottom: -1px;
  }
  .form-main-section .form_heading {    
    color: #63666a;    
    font-size: 16px;
  }          
  .need-icon {
    margin-left: 2px;
}
.hover-button{
    margin-right: -119px;
}
}
@media (max-width: 991.98px) {
  .dmark-tangent-header .navbar-brand img {
    width: 120px;
    height: 45px;
  }
  .header-ph-no {
    font-size: 11px !important;
    padding:5px;
  }
  .primary-nav{
    overflow-y: auto;
    background: #fff;
       width: 300px;
    margin-left: 0px !important;
}
 .primary-nav li {
  border-top: 1px solid #f3f3f3;
  padding: 15px 10px 12px;
}
.dmark-tangent-header{
  height: 50px;
}
.dmark-tangent-header .container{
  padding: 0px;
}
#primary-nav .menu-item.nav-item.dropdown{
  padding: 0px;
}
.dmark-tangent-header .dropdown-toggle{
  padding: 11px 10px;
}
}
@media (max-width: 991.98px) {
  .bg-holder{
    margin-top: 50px;
  }
  #site-header .container{
    max-width: 100% !important;
  }
  /* sal changes */
 .dmark-tangent-header .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: .255em !important;
  vertical-align: .255em !important;
  content: "" !important;
  border-top: .3em solid !important;
  border-right: .3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: .3em solid transparent !important;
  position: absolute !important;
  right: 12px !important;
  color: #c5c5c5 !important;
  left: unset !important;
  width: auto !important;
  height: auto !important;
  background:transparent !important;
}
#primary-nav .menu-item a:hover{
  border-bottom: none;
}
#primary-nav{
  height:100vh;
}
/* #primary-nav .dropdown-toggle::after{
  content:none !important;
}
#primary-nav .dropdown-toggle.show:after{
  content: none !important;
  
} */
/* sal changes */
}
.overview-title {
  font-size: 26px;
  line-height: 1.2em;
  font-family: muli, Helvetica, Arial, sans-serif;
  font-weight: lighter;
  padding-top: 30px;
  padding-bottom: 30px;
}
.overview-content-left-side-title, .overview-content-right-side-title {
  font-style: normal;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 45px;
  color: #161616 !important;
  text-align: center;
  margin-bottom: 20px;
  margin: 15px 15px 15px 0;
}
.overview-content-divider {
  border: 1.5px solid #ebedf2;
  width: unset !important;
  padding: 0px !important;
}
.overview-content-right-side {
  width: 50%;
  text-align: center;
  font-size: 21px;
}
.overview-content-right-side {
  width: 50%;
  text-align: center;
  font-size: 21px;
}
.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

@media (min-width: 1200px) {
  .overview .overview-left-side-table-body td {
      width: 45%;
  }
}
.overview-table.table td {
  vertical-align: middle;
  word-break: break-word;
}
.analyzer-container .overview-table-head {
  border-right: 1.5px solid #ebedf2 !important;
  color: #646c9a !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .5px;
}
.analyzer-container .overview-content .table td {
  border: none;
}
@media only screen and (max-width:768px){
  .section-overview , 
  .section-dkmi ,
  .spf-section,
  .section-tags-found
  {
    padding: 24px 12px;
  }
  .overvierw-title h4{
    text-align: left;
    color: #646c9a ;
  }
  .overview-top-heading{
    text-align: left;
    margin: 10px 0px;
    color: #646c9a ;
  }
  .record-title h2, .record-table-title{
    color: #646c9a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .record-subtitle{
    color: #646c9a;
    margin: 10px 0px 10px 0px;
    
  }
  .table>:not(caption)>*>*{
    color: #646c9a;

  }
  .section-content .container{
padding: 0px !important;
  }
  .input-title h2 , 
  .spf-title h2{
    color: #646c9a ;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .dkmi-subtitle{
    color: #646c9a;
    font-size: 15px ;
    font-weight: 400 ;
    line-height: normal;
    letter-spacing: .5px;
  }
  .valid-record span{
    color: #646c9a;
        font-size: 15px;
        font-style: normal;
        font-weight: 600 ;
        line-height: normal;
        letter-spacing: .4px;
  }
  .spf-title{
    align-items: baseline;
  }
}
@media only screen and (max-width:475px){
  .overview-table .al-right{
text-align: right;
 }
 .overview-table .al-left{
text-align: left;
 }
 .overview-table{
width: 100%;
 }
}
/* .section-wrapcontent img{
  margin-bottom: 15px;
} */
.overview-table tbody tr td {
  border-right: 1px solid #ccc; /* Add a right border to each td */
}
.overview-table tbody tr td:last-child {
  border-right: none; /* Remove right border for the last td in each row */
}
/* sal changes */
.menu-button:focus,
.menu-button:focus-visible,
.navbar-toggler.menuicon:focus-visible ,
.navbar-toggler.crossicon:focus-visible
.navbar-toggler.menuicon:focus ,
.navbar-toggler.crossicon:focus
{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar-toggler.collapsed i.menuicon {
  display: block;
}
.navbar-toggler.collapsed i.crossicon {
  display: none;
}
.navbar-toggler i.menuicon {
  display: none;
}
.navbar-toggler i.crossicon{
  display: block;
} 
@media (max-width: 1024px) {
  #search-box{
    width: 600px;
    margin-left: -315px;
  }
}

/* sal changes */