:root {
  --primary-color:#3d46ec;
  --secondary-color-dark: #b2b2b2;
  --secondary-color-light: #d8d8d8;
  --secondary-color-bg: #f1f1f1;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
  src: url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf");
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica-light.ttf");
  src: url("../fonts/helvetica-light.ttf") format("truetype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Oblique.ttf");
  src: url("../fonts/Helvetica-Oblique.ttf") format("truetype"), url("../fonts/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/Helvetica-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold-Italic.ttf");
  src: url("../fonts/Helvetica-Bold-Italic.ttf") format("truetype"), url("../fonts/Helvetica-Bold-Italic.woff2") format("woff2"), url("../fonts/Helvetica-Bold-Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Helvetica";
  font-weight: 400;
}
body h1 {
  font-size: 5.5rem;
  font-weight: 600;
}
body h2 {
  font-size: 3.5rem;
  font-weight: 600;
}
body p {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
body p.sub-heading {
  font-size: 2rem;
}
body h3 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body .italic {
  font-style: italic;
}
body .mb-3 {
  margin-bottom: 3rem;
}
body .mt-3 {
  margin-top: 3rem;
}
body .mb-4 {
  margin-bottom: 4rem;
}
body .mb-6 {
  margin-bottom: 6rem;
}
body .pt-3 {
  padding-top: 3rem;
}
body .pt-4 {
  padding-top: 4rem;
}
body .padding-v-100 {
  padding: 100px 0px;
}
body .pt-6 {
  padding-top: 6rem;
}
body .pb-3 {
  padding-bottom: 3rem;
}
body .flex-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mr-3 {
  margin-right: 3rem;
}
body h4 {
  font-size: 2rem;
  font-weight: 600;
}
body .font-size-2 *, body .font-size-2 {
  font-size: 2rem;
}
body .mb-1 {
  margin-bottom: 1rem;
}
body .width-100 {
  width: 100%;
}
body .border-bottom-left {
  margin-bottom: 5rem;
  position: relative;
}
body i.fa {
  font-style: initial;
  margin-right: 1rem;
  font-size: 1.6rem;
}
body .mb-0 {
  margin-bottom: 0;
}
body .cross-price {
  text-decoration: line-through;
}
body .flex-right {
  display: flex;
  justify-content: flex-end;
}
body input#search::-moz-placeholder {
  font-family: "Helvetica" !important;
}
body input#search::placeholder {
  font-family: "Helvetica" !important;
}
body li.first-lvl-item > a.first-lvl-item-link {
  font-size: 1.8rem;
}
body div#header-container {
  z-index: 11;
}
body div#header-container .inner-container .hp-blocks-holder {
  padding: 2rem 0;
  border-bottom: 1px solid var(--secondary-color-light);
}
body .header-container .logo-wrapper .logo img {
  margin-top: 0px;
}
body ul.first-lvl ul.second-lvl ul.third-lvl {
  display: none;
}
body ul li.first-lvl-item > a.first-lvl-item-link {
  padding-left: 0;
}
body ul.second-lvl {
  padding: 1.6rem;
  border-radius: 2rem;
  z-index: 1;
  border-top: 2px solid var(--primary-color);
  margin-top: 1rem;
  background-color: var(--secondary-color-light);
}
body ul.second-lvl a {
  font-size: 1.5rem;
}
body ul.second-lvl a:hover {
  color: var(--secondary-color-dark);
  transition: 0.3s;
}
body .mega-menu-az ul > li, body .mega-menu-az ol > li {
  margin-bottom: 0;
  padding: 0.2rem 0;
}
body .mega-menu-az {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body form#search_aa_mini_form {
  padding: 0.5rem 2rem;
  border: 2px solid var(--secondary-color-light);
  border-radius: 2.5rem;
}
body div#algolia-searchbox span#algolia-glass:after {
  filter: invert(98%) sepia(1%) saturate(3893%) hue-rotate(204deg) brightness(111%) contrast(69%);
}
body .hp-block.grid12-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .hp-block.grid12-5 > div {
  width: 50%;
}
body a.std-loginout span.cusUsericonLbl {
  background: #3d46ec;
  color: #fff;
  padding: 1.25rem 4rem;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 3rem;
}
body .section-one {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
body .section-one .inner-container {
  margin-bottom: 2rem;
  min-height: 590px;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--secondary-color-light);
}
body .vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
body a.btn-primary {
  background: var(--primary-color);
  color: #fff;
  padding: 1.25rem 5rem 1.25rem 4rem;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 600;
}
body a.btn-primary:hover {
  background-color: var(--secondary-color-dark);
}
body a.btn-primary:after {
  content: "";
}
body a.btn-secondary {
  background: #fff;
  color: var(--primary-color);
  padding: 1.25rem 5rem 1.25rem 4rem;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 600;
  outline: 1px solid var(--primary-color);
}
body a.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
body a.btn-secondary:after {
  content: "";
}
body .vertical-center-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body h2.short-border-heading {
  position: relative;
  margin-bottom: 3rem;
}
body .section-two {
  margin-top: 5rem;
  margin-bottom: 10rem;
  position: relative;
}
body .big-circle {
  position: absolute;
  top: -1%;
  left: -9%;
  width: 34%;
  z-index: -2;
}
body h2.short-border-heading:after {
  content: "";
  height: 4px;
  display: table;
  margin: 0 auto;
  background: var(--primary-color);
  width: 120px;
  margin-top: 3rem;
}
body .image-circle-inherit {
  position: relative;
}
body .image-circle-rotate {
  width: 90px;
  position: absolute;
  left: -35px;
  bottom: -30px;
  z-index: -1;
}
body .image-circle-rotate {
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
body .vs-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  justify-content: space-between;
  position: relative;
}
body .vs-block .col-right {
  width: 47%;
  padding: 2rem 3rem 0rem 5rem;
  border: 1px solid #000;
  border-radius: 2rem;
  z-index: 1;
  background-color: #fff;
}
body .vs-block .col-left {
  width: 47%;
  padding: 2rem 5rem 0rem 3rem;
  border: 1px solid #000;
  border-radius: 2rem;
  z-index: 1;
  background-color: #fff;
}
body .vs-block .col-center-icon {
  width: 100px;
  height: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 13px 0px rgb(205, 213, 236);
  border-radius: 1rem;
  z-index: 2;
  background: #fff;
}
body .vs-block .col-center-icon img {
  width: 35px;
}
body .text-color-primary {
  color: var(--primary-color);
}
body .section-three {
  margin-top: 5rem;
  margin-bottom: 10rem;
  position: relative;
}
body .full-width-blue {
  min-height: 380px;
  position: absolute;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(61, 70, 236) 27%);
  top: 17rem;
  display: block;
  width: 100%;
  z-index: -1;
}
body .section-four {
  padding-top: 10rem;
  margin-bottom: 15rem;
  position: relative;
}
body .section-four p.sub-heading {
  width: 80%;
  margin: auto;
}
body .section-four .social__icon {
  margin-bottom: 2rem;
}
body .section-four p.moretext {
  display: none;
}
body .section-four div.moreclass {
  display: block;
}
body .section-four div.moreclass p.moretext {
  display: block;
}
body .section-four .sec_flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
body .section-four button.rm_myBtn {
  background: transparent;
  padding: 0px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--primary-color);
}
body .section-four .see__pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .border-bottom-left:after {
  content: "";
  background-color: var(--primary-color);
  height: 5px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 6rem;
}
body .section-five {
  contain: content;
  background-color: var(--secondary-color-bg);
}
body .section-five .row {
  display: flex;
}
body .circle-big-fat {
  position: absolute;
  bottom: -80%;
  right: -79%;
  width: 115%;
  z-index: -1;
}
body .s5-row-1 {
  position: relative;
}
body .ssd-page .section-two {
  margin-bottom: 5rem;
}
body .ssd-page .icon-n-text {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  padding: 3rem;
}
body .ssd-page .row.icon-n-text-row {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  position: relative;
  margin-bottom: 3rem;
}
body .ssd-page .icon-n-text span {
  display: block;
  text-align: center;
}
body .ssd-page .icon-n-text-item1 {
  position: relative;
  padding: 2rem;
  border-radius: 50%;
}
body .ssd-page .icon-n-text-item1:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 48%;
  width: 19%;
  height: 31px;
  background-size: 100% auto;
}
body .ssd-page .row.icon-n-text-row:after {
  content: "";
  position: absolute;
  background: url(https://i.imgur.com/NONuZZ5.png);
  left: -15px;
  top: -10px;
  width: 1044px;
  height: 354px;
  background-size: 100% auto;
  z-index: -1;
}
body .ssd-page .blog__section {
  background-color: #f1f1f1;
  padding: 8rem 0rem;
  margin-top: 50px;
  background-image: url(https://qa.cloudinstitute.io/pub/media/wysiwyg/bt_circle_7.png);
  background-repeat: no-repeat;
  background-position: -10% 75%;
}
body .ssd-page h2.short-border-heading {
  position: relative;
  margin-bottom: 3rem;
}
body .ssd-page h2.short-border-heading:after {
  content: "";
  height: 4px;
  display: table;
  margin: 0 auto;
  background: var(--primary-color);
  width: 120px;
  margin-top: 3rem;
}
body .ssd-page .sec_flex {
  display: flex;
  align-items: center;
}
body .ssd-page .blog__box {
  background: #fff;
  height: 250px;
  width: 280px;
  margin-right: 30px;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
body .ssd-page .bt_circle_box_2 {
  top: -15%;
  right: 0;
}
body .ssd-page .blog__section .bt_circle_box_2 {
  z-index: 0;
  right: 18%;
  top: -15%;
}
body .ssd-page .blog__box a.blog__btn {
  height: 40px;
  width: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .ssd-page .blog__box a.blog__btn i.fa {
  color: #fff;
  margin: 0px;
}
body .ssd-page .circle_box {
  position: absolute;
  z-index: -1;
}
body .ssd-page .section-four {
  padding-top: 0;
}
body .border-right-black {
  border-right: 1px solid #000;
}
body a.link-underline {
  display: block;
  text-decoration: underline;
}
body .cross-price {
  text-decoration: line-through;
}
body .circle-one {
  position: relative;
  z-index: 0;
}
body .circle-one > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -3%;
  width: 180px;
  min-height: 180px !important;
  display: block;
}
body .pricing-page {
  margin-top: 5rem;
}
body .pricing-page .p-section-one {
  background-color: var(--secondary-color-bg);
  overflow: hidden;
}
body .pricing-page .p-section-one h1 {
  margin-bottom: 0;
}
body .circle-two {
  position: relative;
  display: block;
}
body .circle-two > img {
  position: absolute;
  width: 400px;
  right: -9%;
  min-height: 400px;
}

.account .modal-popup .modal-title {
  font-weight: 500;
}
.account div#subscription-popup-modal div#popup-modal p {
  font-size: 1.5rem;
}
.account div#subscription-popup-modal div#popup-modal p {
  font-size: 1.5rem;
}
.account .modal-inner-wrap header.modal-header h2#modal-title-0 {
  border: none;
}
.account .modal-inner-wrap button.proceed-to-cart {
  background: #3d46ec;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.account .modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 1rem;
}
.account .modal-popup .modal-footer {
  padding-top: 0rem;
}/*# sourceMappingURL=style3.css.map */