@import 'https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200&family=Space+Mono&display=swap');

:root {
  --maxwdth: 80vw;
  --smbgclr: #ff5200;
  --smbgclr_opc: #00008ea6;
  --whtclr: #fff;
  --blkclr: #000;
  --prmryfntclr: #000;
  --scdryfntclr: #555;
  --trnfrm_uppr: uppercase;
  --auto: auto;
  --boxsdw: rgba(0, 0, 0, 0.176) 0 6px 12px;
  --boxsdw2: 0 0.063rem 0.188rem rgba(0, 0, 0, 0.13);
  --lgtgry: #e3e4e6;
  --lgtgry2: #f4f5f6;
  --trasition: all 0.5s;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--prmryfntclr);
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  letter-spacing: -0.05rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.m_1 {
  margin: 1rem;
}

.mt_1 {
  margin-top: 1rem;
}

.mt_5 {
  margin-top: 5rem;
}

.m_1 {
  margin: 1rem;
}

.ml_1 {
  margin-left: 1rem;
}
.mt_80px {
  margin-top: 80px;
}
.mr_1 {
  margin-right: 1rem;
}

.mb_1 {
  margin-bottom: 1rem;
}

.mx_1 {
  margin: 0 1rem;
}

.my_1 {
  margin: 1rem 0;
}

.p_1 {
  padding: 1rem;
}

.pt_1 {
  padding-top: 1rem;
}
.pt_2 {
  padding-top: 2rem;
}

.pt_5 {
  padding-top: 5rem;
}

.p_1 {
  padding: 1rem;
}

.pl_1 {
  padding-left: 1rem;
}

.pr_1 {
  padding-right: 1rem;
}

.pb_1 {
  padding-bottom: 1rem;
}

.px_1 {
  padding: 0 1rem !important;
}

.py_1 {
  padding: 1rem 0;
}

.spacer {
  flex: auto;
}

.txt_cntr {
  text-align: center;
}

.spr_hd {
  font-size: 2.5rem;
  max-width: 50rem;
  margin: 2rem auto;
}
h3.hwitw_h3 {
  font-size: 1.4rem;
  margin: 1rem auto 0 auto;
}
h1.hwitw_h1 {
  margin: 0 auto 2rem auto;
  font-size: 1.6rem;
}
.link_new_captcha {
  margin-left: 1rem;
}
.innr_hero {
  line-height: 2.5;
  background-color: var(--lgtgry);
  background-image: url(/assets/img/product_hero_bg.png);
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
}
.form-control {
  resize: none;
}
.innr_hero h1 {
  font-size: 2.75rem;
  margin: 0;
}

.innr_hero .fnt_o {
  font-weight: 700;
  font-size: 1.25rem;
}

.innr_hero h2 {
  font-size: 0.875rem;
  letter-spacing: 0.125em;
}

.innr_hero .hero_div {
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 50%;
  margin: auto;
  color: var(--scdryfntclr);
}
.tab_hdr {
  font-size: 1.75rem;
  line-height: normal;
  margin: 0.8rem 0;
}
.innr_mdl_sct {
  padding: 1rem 5rem;
}

.ai_cntr {
  align-items: center;
  display: flex;
}
.innr_mdl_sct .sctns {
  display: flex;
  gap: 1rem;
}

.innr_mdl_sct .sctns .left_sct,
.innr_mdl_sct .sctns .right_sct {
  flex: 1;
}

.innr_mdl_sct .sctns .left_sct h1 {
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.innr_mdl_sct .sctns .left_sct .mdl_dv {
  font-size: 1.125rem;
  color: var(--scdryfntclr);
}

.innr_mdl_sct .sctns .left_sct .rqst_dmo,
.innr_mdl_sct .sctns .right_sct .rqst_dmo {
  margin-top: 1rem;
  color: var(--smbgclr);
  font-weight: 700;
  background-image: url(/assets/img/right_thm.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  display: inline-block;
  padding-right: 4rem;
}

.hdr_cnt,
.sctns {
  max-width: var(--maxwdth);
  margin: var(--auto);
  width: 100%;
}

.mn_btn {
  background-color: var(--smbgclr);
  padding: 0.6rem 1.2rem;
  color: var(--whtclr);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
}

.scd_btn {
  background-color: #ff5200;
  padding: 0.6rem 1.2rem;
  color: var(--whtclr);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #ffffff;
}

.dsb_btn {
  background-color: var(--smbgclr);
  padding: 0.6rem 1.2rem;
  color: var(--whtclr);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  background-color: var(--scdryfntclr);
  color: var(--smbgclr);
}

h1 {
  font-size: 1.777rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h2,
p {
  font-size: 1.2rem;
  font-weight: 400;
}

h3 {
  font-size: 0.75rem;
  font-weight: 400;
}

ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

header {
  width: 100%;
  background-color: var(--whtclr);
  position: sticky;
  top: 0;
  transition: all 1.2s ease-in;
  z-index: 999;
}

header.hdr_ani {
  top: -100%;
}

header.shw_hdr {
  top: 0;
  transition: all 0.5s ease-out;
}

header .hdr_cnt {
  display: flex;
  place-items: center;
  padding: 1rem 0;
  height: 120px;
  gap: 0.5rem;
  justify-content: space-between;
}

header .hdr_cnt .logo {
  height: 100%;
}

header .hdr_cnt .logo img {
  height: 100%;
  /*max-width: 160px;*/
  object-fit: scale-down;
}

header .hdr_cnt nav {
  flex: 1;
  display: flex;
  place-items: center;
  padding: 0 1rem;
  gap: 2rem;
}

header .hdr_cnt nav .cntct_mnu {
  display: none;
}

header .hdr_cnt nav .sb_mnu_dv {
  position: relative;
}

header .hdr_cnt nav .sb_mnu_dv .sb_mnu {
  display: none;
}

header .hdr_cnt nav button {
  background-color: var(--smbgclr);
  padding: 0.6rem 1.2rem;
  color: var(--whtclr);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  background-color: transparent;
  display: flex;
  place-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
  color: var(--scdryfntclr);
}

header .hdr_cnt nav button:hover {
  color: var(--prmryfntclr);
}

header .hdr_cnt nav button.hs_sb::after {
  content: '';
  background-image: url(/assets/img/down_arrow.svg);
  width: 12px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  place-items: center;
  height: 8px;
  background-position: 0;
}

header .hdr_cnt nav button img {
  width: 0.7rem;
}

header .hdr_cnt nav button.active::after {
  transform: rotate(180deg);
}

header .hdr_cnt nav button.active img {
  transform: rotateX(180deg);
}

header .hdr_cnt nav button.active ~ .sb_mnu {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 21px);
  background-color: var(--whtclr);
  animation: 0.3s ease 0 1 normal none running nav_drpdown;
  box-shadow: var(--boxsdw);
  padding: 2rem 0;
  z-index: 9;
}

@keyframes nav_drpdown {
  0% {
    transform: translateY(-1rem) scale(0.95);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 100;
  }
}

header .hdr_cnt nav button.active ~ .sb_mnu ul {
  display: flex;
  flex-direction: column;
}

header .hdr_cnt nav button.active ~ .sb_mnu ul li {
  padding: 0.9rem 2rem;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  gap: 1rem;
}

header .hdr_cnt nav button.active ~ .sb_mnu ul li img {
  width: 8px;
  display: inline;
  margin-left: 9px;
}

header .hdr_cnt nav button.active ~ .sb_mnu ul li:hover {
  background-color: var(--lgtgry);
}

header .hdr_cnt .rgt_hdt {
  display: flex;
  place-items: center;
  gap: 0.5rem;
}

.banr_sct {
  min-height: calc(100vh - 120px);
  background-image: url(/assets/img/Main_Banner_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--whtclr);
  display: flex;
  background-position: right;
  padding: 2rem 0;
}

.banr_sct .sctns .bnr_cnt {
  max-width: 60vw;
  margin: auto;
}

.banr_sct .sctns .bnr_cnt .bnr_hdn {
  font-size: 3.75rem;
  margin: 0 0 1rem;
  line-height: 1;
  text-transform: none;
}

.banr_sct .sctns .bnr_cnt .tail_p {
  font-size: 1.4rem;
}

.banr_sct img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.usr_dvmn {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.usr_dvmn .usr_chld {
  flex: 1 auto;
  max-width: 31%;
  min-width: 320px;
  width: 100%;
}

.usr_dvmn .usr_chld .usr_sb {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.usr_dvmn .usr_chld .usr_cnt {
  position: relative;
  display: flex;
  min-height: 400px;
}

.usr_dvmn .usr_chld .usr_cnt:hover {
  cursor: pointer;
}

.usr_dvmn .usr_chld .usr_cnt:hover .usr_bx {
  background-color: var(--smbgclr);
}

.usr_dvmn .usr_chld .usr_cnt .usr_img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.usr_dvmn .usr_chld .usr_cnt .usr_bx {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--smbgclr_opc);
  padding: 1rem 2rem;
  font-size: 2rem;
  color: var(--whtclr);
  right: 0;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.usr_dvmn .usr_chld .usr_cnt .usr_bx img {
  width: 20px;
}

.gry_sct {
  background-color: var(--lgtgry2);
}

.see_all {
  padding: 2.5rem 0;
  gap: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--smbgclr);
  cursor: pointer;
  display: flex;
  place-items: center;
  justify-content: center;
}

.see_all span {
  background-image: url(/assets/img/right_thm.svg);
  padding-right: 30px;
  background-size: 20px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.see_all span:hover {
  background-image: url(/assets/img/right_blk.svg);
  color: var(--prmryfntclr);
}

.prd_sct .prd_dvmn {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.prd_sct .prd_dvmn .prd_chld {
  flex: 1 auto;
  background-color: var(--whtclr);
  padding: 1rem 1rem 0;
  box-shadow: var(--boxsdw2);
  border-radius: 4px;
  transition: all 0.5s;
  max-width: 31%;
  min-width: 300px;
  width: 100%;
  overflow: hidden;
}

.prd_sct .prd_dvmn .prd_chld .prd_cnt {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prd_sct .prd_dvmn .prd_chld:hover {
  transform: scale(1.02);
  box-shadow: var(--boxsdw);
}

.prd_sct .prd_dvmn .prd_chld:hover .prd_cnt {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prd_bx {
  cursor: pointer;
}

.prd_sct .prd_dvmn .prd_chld:hover .prd_cnt .prd_bx {
  background-color: var(--smbgclr);
}

.prd_sct .prd_dvmn .prd_chld .prd_cnt .prd_sb {
  color: var(--scdryfntclr);
}

.prd_sct .prd_dvmn .prd_chld .prd_cnt img {
  width: 100%;
  object-fit: cover;
  object-position: left top;
}

img.prd_img {
  height: 30vh;
}

.prd_sct .prd_dvmn .prd_chld .prd_cnt .prd_bx {
  background-color: var(--smbgclr_opc);
  padding: 1rem 2rem;
  color: var(--whtclr);
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin: 1rem -1rem 0;
  transition: all 0.5s;
}

.prd_sct .prd_dvmn .prd_chld .prd_cnt .prd_bx img {
  max-width: 20px;
  object-fit: scale-down;
}

.prj_sct .sctns {
  background-color: var(--whtclr);
  padding: 6rem;
  gap: 3rem;
  display: flex;
  place-items: center;
}

.prj_sct .sctns .prj_hd {
  font-size: 2.75rem;
  font-weight: 700;
  max-width: 33rem;
  line-height: 1.2;
}

.prj_sct .sctns .prj_lgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.prj_sct .sctns .prj_lgs > div {
  display: flex;
}

.stry_sct {
  margin-top: 5rem;
}

.innr_hero h1 {
  line-height: 1;
  margin-bottom: 1rem;
}

.stry_sct .sctns {
  display: flex;
}

.stry_sct .sctns .stry_left,
.stry_sct .sctns .stry_right {
  width: 50%;
}

.stry_sct .sctns .stry_left {
  background-color: var(--blkclr);
  padding: 5rem;
  display: flex;
  color: var(--whtclr);
  flex-direction: column;
  justify-content: center;
}

.stry_sct .sctns .stry_left h1 {
  font-size: 2.2rem;
  line-height: 1;
}

.stry_sct .sctns .stry_left h2 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.stry_sct .sctns .stry_left p {
  font-size: 0.8rem;
}

.stry_sct .sctns .stry_left .rfs_dv span {
  background-image: url(/assets/img/right_alt.svg);
  padding-right: 30px;
  background-size: 20px auto;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stry_sct .sctns .stry_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sprt_sct .sctns {
  background-color: var(--whtclr);
  padding: 5rem;
  display: flex;
  align-items: center;
}

.sprt_sct .sctns .sprt_left,
.sprt_sct .sctns .sprt_right {
  width: 49%;
  margin-right: 1rem;
}

.sprt_sct .sctns .sprt_left .see_all {
  justify-content: flex-start;
  padding: 0;
}

.sprt_sct .sctns .sprt_left h1 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.sprt_sct .sctns .sprt_right li,
.sprt_sct .sctns .sprt_left li {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid var(--lgtgry);
  padding: 1.5rem;
}

.sprt_sct .sctns .sprt_right li:last-child,
.sprt_sct .sctns .sprt_left li:last-child {
  border: 0;
}

.sprt_sct .sctns .sprt_right li .sprt_img,
.sprt_sct .sctns .sprt_left li .sprt_img {
  width: 10rem;
  display: flex;
  align-items: center;
}

.sprt_sct .sctns .sprt_right li h2,
.sprt_sct .sctns .sprt_left li h2 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
}

.sprt_sct .sctns .sprt_right li h2 span,
.sprt_sct .sctns .sprt_left li h2 span {
  padding-right: 30px;
  /*background-image:url(/assets/img/right_blk.svg);
  background-size:20px auto;
  background-position:right center;
  background-repeat:no-repeat;*/
  cursor: pointer;
}

.sprt_sct .sctns .sprt_right li h2 span:hover,
.sprt_sct .sctns .sprt_left li h2 span:hover {
  /*background-image:url(/assets/img/right_thm.svg);*/
  color: var(--smbgclr);
}

.sprt_sct .sctns .sprt_right li p {
  color: var(--scdryfntclr);
  font-size: 1.2rem;
  line-height: 1.2;
}

.rsrc_sct .sctns h1 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.rsrc_sct .sctns .see_all {
  padding: 0;
}

.rsrc_sct .sctns .rsrc_dv {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 25%;
  padding: 0.5rem 1rem;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld:hover .rsrc_cnt .hvr_pt {
  visibility: visible;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld:hover .bg_wht {
  opacity: 1;
  transition-delay: 0.2s;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld:hover .rsrc_img {
  transform: scale(1.1);
  transform-origin: center;
  transition-delay: 0;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_cnt {
  position: relative;
  z-index: 99;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_cnt h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_cnt p {
  color: var(--scdryfntclr);
  font-weight: 700;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_cnt p.hvr_pt {
  font-weight: 400;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_cnt .hvr_pt {
  visibility: hidden;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .bg_wht {
  position: absolute;
  background-color: var(--whtclr);
  height: 100%;
  width: 100%;
  z-index: 88;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  box-shadow: var(--boxsdw);
  border-radius: 4px;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_img {
  transition: all ease-in-out 0.3s;
  transition-delay: 0.1s;
}

.rsrc_sct .sctns .rsrc_dv .rsrc_chld .rsrc_img img {
  border-radius: 4px 4px 0 0;
}

.strd_sct {
  background-color: var(--blkclr);
  margin-top: 2rem;
}

.strd_sct .sctns {
  color: var(--whtclr);
  padding: 5rem;
  display: flex;
  max-width: 70%;
  align-items: center;
}

.strd_sct .sctns .strd_left,
.strd_sct .sctns .strd_right {
  width: 50%;
}

.strd_sct .sctns .strd_left h1 {
  font-size: 2.75rem;
  margin: 0;
}

.strd_sct .sctns .strd_left p {
  font-size: 1.2rem;
}

.strd_sct .sctns .strd_right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.strd_sct .sctns .strd_right .strd_dvmn {
  gap: 1rem;
  flex-direction: column;
  display: flex;
  max-width: 200px;
}

.strd_sct .sctns .strd_right .strd_dvmn .strd_img img {
  height: 60px;
}

.strd_sct .sctns .strd_right .strd_dvmn .rtng_mn {
  display: flex;
}

.strd_sct .sctns .strd_right .strd_dvmn .rtng_mn .rtng_nms {
  color: #a3a4a6;
}

.strd_sct .sctns .strd_right .strd_dvmn .rtng_mn .strd_rtng {
  display: flex;
  align-items: center;
  color: #ff9f19;
}

.strd_sct .sctns .strd_right .strd_dvmn .rtng_mn .strd_rtng svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ff9f19;
}

.ftr_sct .sctns {
  display: flex;
  gap: 3rem;
  padding: 5rem;
}

.ftr_sct .sctns .ftr_sm {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 0.7rem;
}

.ftr_sct .sctns .ftr_sm .ftr_sm_lnks ul {
  display: flex;
  gap: 2rem;
}

.ftr_sct .sctns .ftr_sm .ftr_sm_lnks ul ._lnks {
  cursor: pointer;
}

.ftr_sct .sctns .ftr_sm .ftr_sm_lnks ul ._lnks:hover {
  color: var(--smbgclr);
}

.ftr_sct .sctns .ftr_left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ftr_sct .sctns .ftr_left img {
  max-width: 180px;
}

.ftr_sct .sctns .ftr_left p {
  color: var(--scdryfntclr);
  font-size: 0.9rem;
}

.ftr_sct .sctns .ftr_left ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.ftr_sct .sctns .ftr_left ul img {
  height: 1.5rem;
  width: 1.5rem;
}

.ftr_sct .sctns .ftr_left ul img:hover {
  filter: invert(15%) sepia(35%) saturate(7075%) hue-rotate(233deg)
    brightness(76%) contrast(147%);
  cursor: pointer;
}

.ftr_sct .sctns .ftr_right {
  min-width: 150px;
}

.ftr_sct .sctns .ftr_right h2 {
  font-weight: 700;
}

.ftr_sct .sctns .ftr_right li {
  font-size: 0.75rem;
  padding: 0.3rem 0;
  color: var(--scdryfntclr);
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.ftr_sct .sctns .ftr_right li img {
  height: 1rem;
}

.ftr_sct .sctns .ftr_right li:hover {
  color: var(--smbgclr);
}

.ftr_sct .sctns .ftr_right li:hover img {
  filter: invert(15%) sepia(35%) saturate(7075%) hue-rotate(233deg)
    brightness(76%) contrast(147%);
}

.d_flex {
  display: flex;
}

.mbl_mnu {
  display: none;
}

.mbl_mnu .scd_btn svg {
  width: 20px;
}

.pricing {
  margin: 40px 0;
}

.pricing .table {
  border-top: 1px solid #ddd;
  background: #fff;
}

.pricing .table th,
.pricing .table {
  text-align: center;
}

.pricing .table th,
.pricing .table td {
  padding: 20px 10px;
  border: 1px solid #ddd;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing .table th {
  width: 25%;
  font-weight: 400;
  border-bottom: 0;
  background: #319bcb;
  color: #ebedf3;
  text-transform: uppercase;
}

.pricing .container {
  display: flex;
  justify-content: center;
}

.pricing-table-3 {
  background-color: #fff;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  max-width: 450px;
  border-radius: 0 10px 0 10px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  transition: all ease-in-out 0.25s;
}

.pricing-table-3:hover {
  box-shadow: 0 0 25px #000;
  cursor: pointer;
}

.pricing-table-3.basic .price {
  background-color: #28b6f6;
  color: #fff;
}

.pricing-table-3.premium .price {
  background-color: #ff9f00;
  color: #fff;
}

.pricing-table-3.business .price {
  background-color: #c3185c;
  color: #fff;
}

.pricing-table-3 .pricing-table-header {
  color: #fff;
  padding: 20px 0 0 20px;
  position: absolute;
  z-index: 5;
  width: 90%;
}

.pricing-table-header h1 {
  margin-top: 0 !important;
}

.pricing-table-3 .pricing-table-header p {
  font-size: 12px;
  opacity: 0.7;
}

.pricing-table-3 .pricing-table-header::before {
  content: '';
  position: absolute;
  left: -50px;
  right: -50px;
  height: 163px;
  top: -90px;
  background-color: #212121;
  z-index: -1;
  transform: rotate(-17deg);
}

.pricing-table-3 .price {
  position: absolute;
  top: 0;
  text-align: right;
  padding: 110px 3px 0 0;
  right: 0;
  left: 0;
  font-size: 20px;
  z-index: 4;
}

.pricing-table-3 .price::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  bottom: -25px;
  background-color: inherit;
  transform: skewY(10deg);
  z-index: -1;
  box-shadow: 0 5px 0 5px rgba(0, 0, 0, 0.05);
}

.price_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.5rem 1rem;
}

.pricing-table-3 .pricing-body {
  padding: 20px;
  padding-top: 220px;
}

.pricing-table-3 .pricing-table-ul li {
  color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table-3 .pricing-table-ul .fa {
  margin-right: 10px;
}

.pricing-table-3.basic .pricing-table-ul .fa {
  color: #28b6f6;
}

.pricing-table-3.premium .pricing-table-ul .fa {
  color: #ff9f00;
}

.pricing-table-3.business .pricing-table-ul .fa {
  color: #c3185c;
}

.pricing-table-3 .view-more {
  margin: 10px 20px;
  display: block;
  text-align: center;
  background-color: #ff5200;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.price-ribbon {
  --f: 10px;
  --r: 15px;
  --t: 10px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #008e8b;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
  z-index: 9;
  top: 80px;
  right: 6px;
  color: #fff;
  font-weight: 700;
  height: 46px;
  width: 156px;
  text-align: center;
  line-height: 35px;
}

nav a,
._lnks a,
footer a {
  color: inherit;
  text-decoration: none !important;
}
.prd_cnt h1 {
  font-size: 1.4rem;
}

.white_text {
  background-color: var(--whtclr);
  padding: 2rem 6rem 6rem 12rem;
  place-items: center;
  margin: 0 0 0 rem;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.white_text .text_left {
  text-align: left !important;
}

.normal_text {
  padding: 2rem 6rem 6rem 12rem;
  place-items: center;
  margin: 0 0 0 rem;
  width: 80%;
  margin: 0 auto;
  line-height: 36px;
  font-size: 18px;
  text-align: justify;
}

.captcha {
  border: 1px solid #bababa;
  border-radius: 6px;
  padding: 6px;
}

.swal2-html-container {
  line-height: 27px !important;
  text-align: left !important;
  color: #f27474 !important;
}

.process_loader {
  display: none;
  top: 0;
  left: 09;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
}

.process_loader_bg_mask {
  background: #333;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.process_loader_img {
  background: url('https://development.sitesmanagerdev.com/assets/img/theme_loader_img.svg')
    no-repeat;
  width: 90px;
  height: 90px;
  position: fixed;
  left: 50%;
  top: 30%;
}

.process_loader_txt {
  width: 200px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 45%;
  color: #0052a5;
  font-weight: bold;
}

ol.decimal {
  list-style-type: decimal !important;
}

.terms-content li.tchdng.red_clr_fnt {
  color: #bb0808 !important;
  font-weight: bold;
}

ol.decimal li,
ol.lowerlatin li,
ol.lowerroman lil {
  padding-left: 20px;
  margin-bottom: 10px;
}

.ulist {
  margin: 10px 20px;
}

.boldfont {
  font-weight: bold;
}

.italicfont {
  font-style: italic;
}

.privacy-content p,
.terms-content p {
  text-align: justify;
}

ol.lowerlatin {
  list-style-type: lower-latin !important;
}

ol.lowerroman {
  list-style-type: lower-roman !important;
}

.custom_list ul li:before {
  content: '\f058';
  font-family: FontAwesome;
  font-size: 1.125rem;
  color: #fd9625;
  width: 24px;
  background-size: cover;
  left: 2px;
  top: -2px;
  padding-right: 20px;
}

footer {
  background: #f2f2f2;
  border-top: 2px solid #e3e3e3;
}

.highlighter_1 {
  background: #2778c4;
  padding: 3px 6px;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.6px;
}

.highlighter_2 {
  color: #0077ff;
}

h2.main_heading {
  font-size: 2rem;
  line-height: 45px;
  color: #000000;
  max-width: var(--maxwdth);
  margin: 1rem auto;
}

.sctns.full_width {
  margin: 0 auto;
  width: 100%;
  padding: 2rem 2rem 2rem 20rem;
}

.fnt_size_1 {
  font-size: 1.125rem;
}

.fnt_size_2 {
  font-size: 2.125rem;
  padding: 1rem 1rem 1rem 0rem;
}

.custom_tabs {
  overflow: hidden;
  border-bottom: 2px solid #e3e4e6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.abt_usmn {
  max-width: var(--maxwdth);
  margin: auto;
  display: grid;
  gap: 3rem;
}

.abt_us_dv {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: center;
}
.abt_us_dv:nth-child(even) {
  direction: rtl;
}
.abt_us_hd {
  font-size: 1.25rem;
  font-weight: bold;
}
.abt_us_cnt {
  direction: ltr;
}

.sctns.quote_mssg:before {
  content: '\201C';
  position: absolute;
  font-size: 8rem;
  top: -2rem;
  background: white;
  height: 50px;
  width: 50px;
  line-height: 8rem;
  padding: 0 2rem;
  color: #ff5200;
  left: 2rem;
}
.sctns.quote_mssg {
  font-size: 1.6rem;
  text-align: center;
  padding: 4rem;
  border: 0.3rem solid #ff520054;
  line-height: 1.5;
  width: 60vw;
  position: relative;
  border-radius: 2rem;
  letter-spacing: -1px;
  font-weight: 500;
  color: #232323;
}
.custom_tabs button {
  background-color: #e3e4e6;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 18px 9px;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 4px solid #e3e4e6;
  color: #393939 !important;
}

.custom_tabs button:first-child {
  margin-left: 0 !important;
}

.custom_tabs button:hover {
  color: #000000;
  border-bottom: 4px solid #000000;
}

.custom_tabs button.active {
  background-color: #fff;
  border-bottom: 4px solid #ff5200;
  box-shadow: 0 -2px 12px rgb(0 0 0 / 8%);
  color: #ff5200;
  -webkit-transition: all 0.42s ease;
  transition: all 0.42s ease;
}

.custom_tab_content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.custom_tab_content.active {
  display: block;
}

.custom_tabs button.active:hover {
  color: #ff5200 !important;
}

.custom_tabs.home_tabs button {
  padding: 15px 27px 9px !important;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fa-circle {
  font-size: 12px;
}

/* .line-height-3 {
  line-height: 3rem;
} */

h2.main_heading_2 {
  font-size: 1.2rem;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

h2.main_heading_3 {
  font-size: 1.6rem;
  line-height: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

.btn_link_contact {
  color: #ffffff;
  text-decoration: none;
}

.contact_form_div {
  background: #f4f5f6;
  border: 1px solid #f2f2f2;
}
.fw_dv .sctns {
  max-width: none;
}

.our_values_mn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.gray_tile {
  background: #f4f5f6;
  display: inline-block;
  border-radius: 4px;
  padding: 24px 12px;
  border-bottom: 4px solid var(--smbgclr);
  flex: 0 1 20%;
}

.gray_tile img {
  position: static;
  top: 48px;
  display: block;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 auto 24px;
  width: 120px;
}

.gray_tile h1 {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: -0.25px;
}

.gray_tile h3 {
  font-size: 1rem;
  line-height: 1.6rem;
}

.blockquote-wrapper {
  display: flex;
  padding: 0 20px;
}

.blockquote {
  position: relative;
  font-family: 'Mukta', sans-serif !important;
  color: #000;
  padding: 60px 0;
  width: 100%;
  z-index: 1;
  align-self: center;
}

.blockquote h1 {
  position: relative;
  color: #000;
  font-size: 2rem !important;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-indent: 55px;
}

.blockquote:before {
  content: '“';
  font-size: 9rem;
  position: absolute;
  line-height: 0;
  top: 60px;
}

.blockquote:after {
  position: absolute;
  content: '”';
  color: #000;
  font-size: 10rem;
  line-height: 0;
  bottom: -10px;
  right: 40px;
}
.blockquote h4 {
  position: relative;
  color: #292a2b;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
}
.chakra_text {
  padding: 0.5rem 0 0.8rem 34px;
  position: relative;
  font-size: 1rem;
}

.chakra_text:before {
  content: '+';
  font-size: 23px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffd3be;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.chakra_text .list-index {
  margin: 36px;
}

.chakra_text .list-index ul li {
  list-style-type: circle;
}

.tab_content_wrapper {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.tab_conent_text {
  text-align: left;
  word-break: break-word;
  padding: 0rem 1rem 0rem 0rem;
}

.tab_conent_img img {
  height: 100%;
  object-fit: cover;
}

.sprt_img img {
  /* max-width: 100px !important; */
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0.2rem;
  text-align: center;
}

.heading_4 {
  font-weight: bold;
  letter-spacing: 0.3px;
  font-size: 22px;
  text-align: center;
  display: grid;
}

.prd_sb p {
  line-height: 36px;
}

footer p,
footer ul li a {
  font-size: 1rem !important;
}
.pl_33 {
  padding-left: 3.3rem;
}

.lh_27 {
  line-height: 27px !important;
}

.hgt_1 {
  clear: both;
  height: 1rem;
}

.hgt_2 {
  clear: both;
  height: 2rem;
}
.hgt_5 {
  clear: both;
  height: 5rem;
}
.d_grid {
  display: grid !important;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 60px;
  }
}
