body {
  color: #4A5162;
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: 26px;
  /* 162.5% */
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#more {
  display: none;
}

.main-header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hdr-right {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 25px;
  align-items: center;
}

.header-inner .site-wrap {
  padding-left: 100px;
  padding-right: 100px;
}

.site-wrap {
  max-width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
  margin: auto;
  box-sizing: border-box;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
}

header.header {
  background-color: #fff;
  position: sticky;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 15px -7px #394b57;
}

.header .cnt-btns {
  justify-content: flex-end;
}

p.drk-txt {
  color: #0B111F;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.flx,
.global-btn {
  display: flex;
}

.hdr-crt .cnt-us {
  padding-left: 0;
}

.hdr-crt .cnt-us,
.hdr-crt .global-btn {
  margin-top: 0;
}

.mgl {
  margin-left: 20px;
}

.flx.cnt-btns .global-btn {
  margin-top: 0;
}

.flx.cnt-btns {
  gap: 20px;
}

.global-btn a,
a {
  text-decoration: none;
}

.global-btn a {
  color: #fff;
  width: fit-content;
  background: #0C37A0;
  border: 1px solid #0C37A0;
  padding: 20px 54px 20px 28px;
  margin-top: 32px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

button#myBtn,
button#view_more1,
button#view_more2,
button#view_more3,
button#view_more4,
button#view_more5,
button#view_more6,
button#view_less1,
button#view_less2,
button#view_less3,
button#view_less4,
button#view_less5,
button#view_less6 {
  font-family: "Jost";
  font-size: 16px;
  color: #fff;
  width: fit-content;
  background: #0C37A0;
  border: 1px solid #0C37A0;
  padding: 20px 28px;
  margin-top: 32px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.global-btn.two a:last-child {
  background-color: #0B111F;
  border: 1px solid #fff;
}

.global-btn a:hover,
button#myBtn:hover,
button#view_more1:hover,
button#view_more2:hover,
button#view_more3:hover,
button#view_more4:hover,
button#view_more5:hover,
button#view_more6:hover,
button#view_less1:hover,
button#view_less2:hover,
button#view_less3:hover,
button#view_less4:hover,
button#view_less5:hover,
button#view_less6:hover {
  background-color: #0B111F;
  border: 1px solid #fff;
}

.global-btn.two a:last-child:hover {
  background-color: #0C37A0;
  border: 1px solid #0C37A0;
}

a.btn-btn.abtbtn,
.pr {
  position: relative;
  z-index: 0;
}

a.btn-btn.abtbtn img,
.pa {
  position: absolute;
  z-index: -1;
}

img.pa.t-lt {
  left: -35px;
  top: -35px;
}

img.pa.t-rt {
  right: -35px;
  top: -35px;
}

.cnt-us {
  display: flex;
  padding: 13px 12px 4px;
  /* background-color: #0B111F; */
  /* border-radius: 4px; */
  /* border: 1px solid #0B111F; */
  align-items: center;
}

/* .cnt-us:hover {
    background-color: #0c37a0;
    border: 1px solid #0c37a0;
} */
.c-nw {
  margin-bottom: 0;
}

.c-nw a {
  background: #0b1939;
  color: #fff;
  padding: 10px 20px;
  margin-left: 26px;

}

.ph-icn {
  /* margin-right: 6px; */
  filter: brightness(0) saturate(100%) invert(6%) sepia(9%) saturate(5110%) hue-rotate(186deg) brightness(92%) contrast(97%);
}

.phn-at {
  margin: 0;
}

.phn-at span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  color: #0B111F;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 5px;
}

.phn-at a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #0c37a0;
  text-decoration: none;
}

footer.footer {
  background-color: #0B111F;
}

.footer-wrap {
  padding: 50px 0;
}

.footer-content {
  display: flex;
  justify-content: center;
}

i.fa.fa-facebook {
  padding: 10px 13px;
}

ul.ftr-link2.ad {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0px 0;
  justify-content: center;
  padding-left: 0;
  align-items: flex-start;
}

.cp-rgt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0 11px;
}

ul.ft-links a {
  color: #fff;
}

ul.ft-links {
  gap: 20px;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul.ftr-link2 {
  margin: 0;
  list-style: none;
}

ul.ftr-link2.ad li {
  font-weight: 400;
  margin-bottom: 26px;
}

ul.ftr-link2 li {
  display: flex;
  align-items: center;
}

ul.ftr-link2 li,
ul.ftr-link2 li a {
  color: #fff;
  text-decoration: none;
}

ul.ftr-link2 li {
  line-height: 16px;
}

ul.ftr-link2 li img {
  padding-right: 10px;
}

ul.ftr-link2 li,
ul.ftr-link2 li a {
  color: #fff;
  text-decoration: none;
}

ul.ftr-social.bnr-social {
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

ul.ftr-social.bnr-social li {
  width: 40px;
  height: 40px;
}

ul.ftr-social.bnr-social li {
  background-color: #fff;
  border: 1px solid #fff;
}

ul.bnr-social li {
  width: 44px;
  height: 44px;
}

ul.bnr-social li {
  background-color: #27394e;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

ul.bnr-social li {
  list-style: none;
}

ul.ftr-social.bnr-social li:hover a {
  color: #fff;
}

ul.ftr-social.bnr-social li:hover {
  background-color: #0c37a0;
  border-color: #0c37a0;
  cursor: pointer;
}

ul.ftr-social.bnr-social li a {
  font-size: 16px;
}

ul.bnr-social li a {
  font-size: 16px;
}

ul.bnr-social li a {
  color: #0c37a0;
}

ul.bnr-social li:nth-child(4),
ul.bnr-social li:nth-child(2) {
  margin: 0 10px;
}

p.ftw-txt,
p.ftw-txt a {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  padding-bottom: 37px;
  padding-top: 17px;
}

hr.ftr-hr {
  border-color: rgba(255, 255, 255, .2);
}

.bg-dark {
  background-color: #0B111F;
}

.cl-w.bg-dark p,
.cl-w .inr-sub-tx,
.bg-dark.cl-w .inr-tx {
  color: rgba(255, 255, 255, .7);
}

.cl-w .hph2-title {
  color: #fff;
}

.hph2-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  margin-top: 0;
  margin-bottom: 24px;
}

.max-wdth554 {
  max-width: 554px;
}

.inr-sub-tx {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.hp-section {
  padding: 60px 0;
}

.flx-equ-col {
  flex: 1 50%;
  width: 50%;
}

.gap55 {
  gap: 55px;
}

.gap74 {
  gap: 74px;
}

.gap83 {
  gap: 83px;
}

.gap76 {
  gap: 76px;
}

.gap60 {
  gap: 60px;
}

.gap45 {
  gap: 45px;
}

.gap53 {
  gap: 53px;
}

.gap30 {
  gap: 30px;
}

.gap20 {
  gap: 20px;
}

.mrt60 {
  margin-top: 60px;
}

.mrt50 {
  margin-top: 50px;
}

.mrt43 {
  margin-top: 43px;
}

.mrb24 {
  margin-bottom: 24px !important;
}

.mrt40 {
  margin-top: 40px !important;
}

.mrt30 {
  margin-top: 30px;
}

.mrb0,
.mrb0 p:last-child,
.hp-section p:last-child {
  margin-bottom: 0px;
}

.bn-frm {
  background-color: #26313F;
  padding: 32px 24px;
}

img.vic-lt.pa {
  top: 0;
  left: 0;
  z-index: -1;
}

img.vic-lb.pa {
  left: 0;
  bottom: 0;
  z-index: -1;
}

img.vic-rb.pa {
  right: 0;
  bottom: 0;
  z-index: -1;
}

img.tr-im-vic.pa {
  top: -40px;
  right: -40px;
  z-index: -1;
}

.gap10 {
  gap: 10px;
}

.gap44 {
  gap: 44px;
}

p.drk-txt.ft18.mrb24 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

label#I_agree0-lbl a {
  margin: 0 5px;
}

label#I_agree0-lbl {
  color: #0B111F;
}

.gap37 {
  gap: 37px;
}

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

.max-wth580 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.max-wth510 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.max-wth400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.max-wth694 {
  max-width: 694px;
}

.max-wth811 {
  max-width: 811px;
}

.max-wth823 {
  max-width: 823px;
}

.max-wth603 {
  max-width: 603px;
}

.max-wth493 {
  max-width: 493px;
}

.max-wth461 {
  max-width: 461px;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-wth504 {
  max-width: 504px;
}

.max-wth559 {
  max-width: 559px;
}

.max-wth579 {
  max-width: 579px;
}

.max-wth702 {
  max-width: 702px;
}

.max-wth757 {
  max-width: 757px;
}

.max-wth602 {
  max-width: 602px;
}

.max-wth672 {
  max-width: 672px;
}

.max-wth667 {
  max-width: 667px;
}

.max-wth708 {
  max-width: 708px;
}

.max-wth763 {
  max-width: 763px;
}

.max-wth732 {
  max-width: 732px;
}

.max-wth710 {
  max-width: 710px;
}

.max-wth720 {
  max-width: 720px;
}

.max-wth752 {
  max-width: 752px;
}

.max-wth728 {
  max-width: 728px;
}

.max-wth739 {
  max-width: 739px;
}

.max-wth679 {
  max-width: 679px;
}

.max-wth736 {
  max-width: 736px;
}

.max-wth731 {
  max-width: 731px;
}

.max-wth769 {
  max-width: 769px;
}

.max-wth769 {
  max-width: 769px;
}

.max-wth679 {
  max-width: 679px;
}

.max-wth817 {
  max-width: 817px;
}

.max-wth863 {
  max-width: 863px;
}

.max-wth875 {
  max-width: 875px;
}

.max-wth500 {
  max-width: 500px;
}

.max-wth563 {
  max-width: 563px;
}

.max-wth567 {
  max-width: 567px;
}

.max-wth970 {
  max-width: 970px;
}

.max-wth597 {
  max-width: 597px;
}

.max-wth556 {
  max-width: 556px;
}

.max-wth562 {
  max-width: 562px;
}

.max-5 {
  max-width: 522px
}

.max-wth623 {
  max-width: 623px;
}

.max-wth867 {
  max-width: 867px;
}

.max-wth606 {
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
}

.max-wth669 {
  max-width: 669px;
}

.max-wth623 {
  max-width: 623px;
}

.max-wth735 {
  max-width: 735px;
}

.max-wth713 {
  max-width: 713px;
}

.max-wth859 {
  max-width: 859px;
}

.max-wth885 {
  max-width: 885px;
}

.max-wth437 {
  max-width: 437px;
}

.max-wth339 {
  max-width: 339px;
}

h2.hph2-sec-title.wth-hd {
  max-width: 517px;
}

.mrt80 {
  margin-top: 80px !important;
}

.mrt48 {
  margin-top: 48px !important;
}

.mlr-auto .global-btn {
  justify-content: center;
}

.ser-cl {
  flex: 1 31.333333%;
  position: relative;
}

p.ser-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

p.ft20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.ser-blk-txt p.rd-mr.mrb {
  position: relative;
}

.ser-blk-txt p.rd-mr {
  color: #fff;
  font-weight: 700;
}

.ser-blk-txt p.rd-mr:before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../../../images/2k23/svg/arrow-down-long-wt.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 92px;
  top: 5px;
}

.blk-cl-txt:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../images/2k23/svg/Check.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 16px;
  top: 22px;
}

p.drk-txt.mrt32.wf24.mrb0 {
  color: #0B111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.ser-blk-txt {
  border-radius: 2px;
  opacity: 0.6;
  background: var(--text-color, #0B111F);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}

.ser-cl a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ser-cl:hover .ser-blk-txt {
  background-color: #fff;
  color: #0B111F;
}

.ser-cl:hover p.ser-title,
.ser-cl:hover p.ser-title,
.ser-cl:hover .ser-blk-txt p.rd-mr {
  color: #0B111F;
}

.ser-cl:hover .ser-blk-txt p.rd-mr:before {
  background: url(../../../images/2k23/svg/arrow-down-long-blk.svg);
}

.flx.wrap-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.blk-cl-black {
  flex: 1;
}

.flx.gap180 {
  gap: 180px;
}

.flx.gap42 {
  gap: 42px;
}

.flx.gap42 {
  gap: 28px;
}

h2.hph2-sec-title {
  color: #0B111F;
  font-family: "Jost";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

h2.hph2-sec-title span,
h3.hph2-sec-title.ft38 span,
h3.hph2-sec-title.ft32 span,
h3.drk-txt.ft26 span {
  background: linear-gradient(159deg, #0C37A0 0%, rgba(12, 55, 160, 0.53) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3.ft26 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 0px;
}

.extra-cls .blk-cl {
  flex: 1 31.5%;
}

.cnt-lt {
  text-align: left !important;
}

.blk-cl {
  background-color: #F4F6F8;
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 2px;
  padding-left: 67px;
  position: relative;
}

.blk-cl-txt:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../images/2k23/svg/Check.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 16px;
  top: 22px;
}

.blk-cl:hover {
  background-color: #0C37A0;
}

.blk-cl:hover p,
.blk-cl:hover .blk-cl-txt p.loc span.lc-title {
  color: #fff;
}

.blk-cl:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/Check-hvr.svg);
}

span.lc-title {
  font-size: 20px;
  font-weight: 600;
  color: #0B111F;
  line-height: 20px;
}

.blk-cl-txt p.loc {
  margin-bottom: 18px;
  margin-top: 0px;
}

p {
  margin-bottom: 18px;
  margin-top: 0px;
}

.blk-cl-txt p:last-child {
  margin-bottom: 0;
}

h3.sub-title.hmbn-title {
  background-color: rgba(237, 50, 64, 0.10);
  width: max-content;
  padding: 8px 12px;
  border-radius: 2px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #0B111F;
  margin-bottom: 20px;
  margin-top: 0px;
}

.blk-cl-black .blk-cl-txt:before {
  display: none;
}

ul.check {
  padding-left: 0px;
  margin-top: 25px;
  margin-bottom: 24px;
}

ul.check li {
  /* font-weight: 500; */
  line-height: 24px;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 26px;
  color: #0B111F;
}

.blk-cl-black p.loc {
  margin-bottom: 20px;
}

.blk-cl-black .global-btn.text-center {
  position: absolute;
  bottom: 24px;
}

ul.check.fg.mcd-list {
  max-width: 500px;
}

ul.check li::before {
  content: "";
  background: url(../../../images/2k23/svg/check-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
}

ul.check.fg.mcd-list li {
  background: #FFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 46px 20px 42px;
  border-radius: 4px;
}

ul.check.fg.mcd-list li::before {
  top: 22px;
  left: 16px;
  /* top: 50%;
    transform: translateY(-50%); */
}


span.lc-title.ft24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

span.lc-title.ft40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
}

.bg-cl-gr {
  background-color: #F5FBFF !important;
}

.blk-cl-black {
  background-color: transparent;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  position: relative;
  padding-bottom: 100px;
}

ul.check.fg.mb24 li::before {
  top: -2px;
}

ul.check.fg.mb28 li::before {
  top: -4px;
}

.blk-cl-black:hover {
  background-color: #0B111F;
}

.blk-cl-black:hover p,
.blk-cl-black:hover span.lc-title.ft24,
.blk-cl-black:hover span.lc-title.ft40,
.blk-cl-black:hover ul.check li {
  color: #fff;
}

.prem-plan {
  padding: 41px 98px 41px 32px;
}

.bg-cl-dark {
  background-color: #0B111F;
  color: #fff;
}

.bg-cl-dark ul.check li {
  color: #fff;
  margin-bottom: 24px;
  line-height: 16px;
}

.pp-list.bg-cl-dark ul.check.fg {
  margin: 0;
  padding: 34px 54px;
}

ul.check li:last-child {
  margin-bottom: 0;
}

.flx-equ-col.pt-plan {
  flex: 1 43%;
  width: 43%;
}

.pp-list.bg-cl-dark ul.check.fg {
  margin: 0;
  padding: 36px 32px;
}

.flx-list.four-cl {
  display: flex;
  flex-wrap: wrap;
}

.flx-list ul.check.fg.mb28 {
  flex: 1;
}

ul.check.fg.mb28 li {
  margin-bottom: 28px;
  line-height: 16px;
}

ul.check.fg.mb24 li {
  margin-bottom: 24px;
  line-height: 16px;
}

.wt-box-sec {
  background-color: #fff;
  padding: 40px 31px;
}

h3.hph32-sec-title {
  color: #0B111F;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 32px;
}

h4.hph20-sec-title {
  color: #0B111F;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 0;
}

ul.check.fg.mb28,
ul.check.fg.mb24 {
  margin: 0;
}

hr.gr-line {
  margin: 22px 0 48px;
}

p.txt-drk {
  color: #0B111F;
}

p.txt-drk2 {
  color: #0D0D0D;
}

.flx.algn-center {
  align-items: center;
}

.gap136 {
  gap: 136px;
}

.global-btn.btn-blk-bg {
  background: #0B111F;
  border: 2px solid #0B111F;
}

.seo-sec .blk-cl {
  background-color: #fff;
}

.seo-sec .blk-cl:hover,
.saap .seo-sec .blk-cl:hover {
  background-color: #0B111F;
}

.saap .blk-cl.cnt-lt {
  background-color: #F4F6F8;
}

.seo-sec .blk-cl .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/seo-light.svg);
  width: 80px;
  height: 80px;
}

.seo-sec .blk-cl:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/seo-dark.svg);
  width: 80px;
  height: 80px;
}

.seo-sec .blk-cl {
  padding-left: 124px;
}

span.lc-title30 {
  color: #0B111F;
  font-family: "Jost";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.seo-sec .blk-cl:hover span.lc-title30 {
  color: #fff;
}

p.seo-sub-titlle,
p.seo-titlle,
.mb16 {
  margin-bottom: 9px !important;
}

.mrb20 {
  margin-bottom: 20px !important;
}

p.ftw6,
.ftw6 {
  font-weight: 600 !important;
}

.max-wth534 {
  max-width: 534px;
}

.gap117 {
  gap: 117px;
}

.gap80 {
  gap: 80px;
}

ul.nbr-list li {
  background-color: #F4F6F8;
  margin-bottom: 20px;
  padding: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0B111F;
  position: relative;
}

ul.nbr-list li:hover {
  background-color: #0B111F;
  color: #fff;
}

ul.nbr-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.nbr-blk {
  width: 440px;
  float: right;
}

.wdsd {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  grid-row-gap: 32px;
}

.wdsd p {
  margin-bottom: 0;
  border-radius: 2px;
  background: rgba(237, 50, 64, .1);
  color: #0B111F;
  padding: 16px;
  width: 230px;
  font-size: 20px;
  line-height: 20px;
  z-index: 0;
  text-align: center;
  font-weight: 500;
}

.wdsd p:hover {
  background: #0C37A0;
  color: #fff;
}

.wt-box-sec.mrt60.wdsd-sec {
  padding: 48px 31px;
}

.wdsd p:last-child {
  width: 310px;
}

.cdwtd-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1030px;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.cdwtd-sec .blk-cl.cnt-lt {
  margin-bottom: 0;
  width: 35%;
  padding: 38px;
  padding-left: 96px;
}

.cdwtd-sec .blk-cl-txt:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../../images/2k23/svg/Check.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 26px;
  top: 18px;
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt1 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd1.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt2 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd2.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt3 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd3.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt4 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd4.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt1:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd1-wt.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt2:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd2-wt.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt3:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd3-wt.svg);
}

.cdwtd-sec .blk-cl.cnt-lt.cdwt4:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cdwtd4-wt.svg);
}

.flx.dms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  justify-content: flex-start;
}

.dms .blk-cl.cnt-lt {
  background-color: transparent;
  padding: 0;
  padding-left: 55px;
  margin-bottom: 0;
}

.dms .blk-cl:hover .blk-cl-txt p.loc span.lc-title {
  color: initial;
}

.dms .blk-cl-txt:before {
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
}

.dms span.lc-title,
p.ft18 {
  font-size: 18px;
  font-weight: 500;
  color: #0B111F;
  line-height: 18px;
}

.dms p.loc {
  margin-top: 11px;
}

.blk-cl.cnt-lt.dms1 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic1.svg);
}

.blk-cl.cnt-lt.dms2 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic2.svg);
}

.blk-cl.cnt-lt.dms3 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic3.svg);
}

.blk-cl.cnt-lt.dms4 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic4.svg);
}

.blk-cl.cnt-lt.dms5 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic5.svg);
}

.blk-cl.cnt-lt.dms6 .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic6.svg);
}

.blk-cl.cnt-lt.dms1:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic1-wt.svg);
}

.blk-cl.cnt-lt.dms2:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic2-wt.svg);
}

.blk-cl.cnt-lt.dms3:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic3-wt.svg);
}

.blk-cl.cnt-lt.dms4:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic4-wt.svg);
}

.blk-cl.cnt-lt.dms5:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic5-wt.svg);
}

.blk-cl.cnt-lt.dms6:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/dms-ic6-wt.svg);
}

.flx.dms .blk-cl.cnt-lt {
  height: 48px;
  min-width: 235px;
  flex: 1;
}

.dms.wds .blk-cl.cnt-lt {
  min-width: 220px;
  flex: 0;
}

.blk-cl.cnt-lt.dms1.wdcs {
  min-width: 300px;
}

.seo-sec .flx-equ-col.wchc-img {
  flex: 1 43%;
  width: 45%;
}

.flx-equ-col.adt-plan {
  width: 185px;
  flex: 1 185px;
}

ul.check.fg.adt-plan-list {
  display: flex;
  flex-wrap: wrap;
}

ul.check.fg.adt-plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  grid-row-gap: 27px;
}

.bg-cl-dark ul.check.adt-plan-list li {
  min-width: 150px;
  margin-bottom: 0;
}

.hp-section.pdt90 {
  padding-top: 53px;
}

.gap28 {
  gap: 28px;
}

.max-wth503 {
  max-width: 503px;
}

.max-wth646 {
  max-width: 646px;
}

.max-wth513 {
  max-width: 513px;
}

h2.hph2-sec-title.cl-w {
  color: #fff;
}

p.cl-w.op8 {
  color: rgba(255, 255, 255, .8);
}

.dark-sec.text-center.bg-cl-dark {
  padding-top: 53px;
  padding-bottom: 60px;
}

.flx-equ-col.wchc-img.rt-pd {
  flex: 1 45%;
  width: 45%;
}

.global-btn img {
  position: absolute;
}

.hcs-flx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 32px;
  gap: 16px;
}

.hcs-cl {
  flex: 1;
  border-radius: 2px;
  background: #FFF;
  padding: 27px;
  text-align: center;
}

.hcs-cl p {
  color: #0B111F;
  font-weight: 500;
  line-height: 24px;
}

.hcs-cl h3.hph32-sec-title {
  margin-bottom: 14px;
}

.hcs-cl:hover {
  background-color: #0B111F;
}

.hcs-cl:hover p,
.hcs-cl:hover h3.hph32-sec-title {
  color: #fff;
}

.rt-pd {
  padding-right: 76px;
}

.testi h3.sub-title.hmbn-title {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.testi ul.tmnlMainLIc ul.tmnlMainLIc li i {
  color: #FFBA00;
  font-size: 20px;
}

.testi ul.tmnlMainLIc li {
  background: rgba(255, 255, 255, 0.10);
  padding: 4px;
}

.testi .AuthNms p {
  color: rgba(255, 255, 255, 0.90);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.testi p.tmnlMainTxt {
  color: #FFF;
  font-weight: 400;
  line-height: 28px;
}

.testi .tstmnColTwo {
  width: 65%;
  padding-left: 39px;
  box-sizing: border-box;
  flex: 1;
}

.testi .tstmnColOne {
  max-width: 371px;
}

.testi ul.tmnlMainLIc {
  padding-left: 0;
}

.testi h2.tmnlMainTitle {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -58px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #0C37A0;
  border-radius: 2px;
  border: 1px solid #0C37A0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../../../images/2k23/svg/rev-arrow-r.svg);
  height: 16px;
  width: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../../../images/2k23/svg/rev-arrow-r.svg);
  height: 16px;
  width: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

p.tmnlMainDsc {
  color: #4A5162;
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 343px;
}

.formResponsive .formHorizontal .formControlLabel {
  float: none !important;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0% !important;
}

.formResponsive input[type=email],
.formResponsive input[type=number],
.formResponsive input[type=password],
.formResponsive input[type=tel],
.formResponsive input[type=text],
.formResponsive input[type=url],
.formResponsive textarea {
  background-color: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: none !important;
  width: 100%;
  box-sizing: border-box;
}

.formResponsive input[type=email],
.formResponsive input[type=number],
.formResponsive input[type=password],
.formResponsive input[type=tel],
.formResponsive input[type=text],
.formResponsive input[type=url] {
  height: 45px;
}

.formResponsive .formBody {
  float: none;
  line-height: initial;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}

form#userForm h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  color: #0B111F;
}

span.lc-title20 {
  color: #0B111F;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.seo-sec .blk-cl:hover span.lc-title20 {
  color: #fff;
}

.seo-sec .blk-cl.cnt-lt.cont .blk-cl-txt:before,
.seo-sec .blk-cl.cnt-lt.cont:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cont-ph-ic.svg);
  width: 40px;
  height: 40px;
  left: 40px;
  top: 30px;
}

.seo-sec .blk-cl.cnt-lt.our-loc .blk-cl-txt:before,
.seo-sec .blk-cl.cnt-lt.our-loc:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cont-loc-ic.svg);
  width: 40px;
  height: 40px;
  left: 40px;
  top: 30px;
}

.seo-sec .blk-cl.cnt-lt.our-sch .blk-cl-txt:before,
.seo-sec .blk-cl.cnt-lt.our-sch:hover .blk-cl-txt:before {
  background: url(../../../images/2k23/svg/cont-schedule-ic.svg);
  width: 40px;
  height: 40px;
  left: 40px;
  top: 30px;
}

.lfoc .cont p a {
  color: #4A5162;
}

.lfoc .seo-sec .blk-cl.cnt-lt p {
  max-width: 250px;
}

.lfoc .seo-sec .blk-cl.cnt-lt:hover a,
.lfoc .seo-sec .blk-cl.cnt-lt:hover p {
  color: rgba(255, 255, 255, 0.80);
}

.lfoc .blk-cl.cnt-lt {
  background-color: #F4F6F8;
}

.lfoc .blk-cl.cnt-lt:hover {
  background-color: #0B111F;
}

.max-wth478 {
  max-width: 478px;
}

fieldset#rsform_3_page_0 button#Submit {
  float: right;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.cnt-website input {
  padding: 20px 18px 20px 16px;
  outline: transparent;
  border: none;
  border-radius: 2px 0px 0px 2px;
  background: #F4F6F8;
  color: #4A5162;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.cnt-website.pr button[type=submit] {
  color: #fff;
  background-color: #0C37A0;
  border: 2px solid #0C37A0;
  padding: 21px 50px 21px 22px;
  border-radius: 0px 2px 2px 0px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.cnt-website.pr button[type=submit] img {
  position: absolute;
  top: 17px;
  right: 23px;
}

[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.mrt32 {
  margin-top: 32px;
}

.bn-sec form#userForm h2 {
  color: #fff;
}

button#Submit:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/btn-arrow.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 32px;
  top: 21px;
}

a.btn-btn.abtbtn img {
  display: none;
}

.global-btn a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/btn-arrow.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 32px;
  top: 20px;
}

.global-btn.two {
  display: flex;
  gap: 16px;
}

.hp-section85 {
  padding: 85px 0;
}

.hp-section48 {
  padding: 48px 0;
}

.bg-cl-rd {
  background-color: #0C37A0;
  color: #fff;
}

.rafp-flx.gap16 {
  display: flex;
  gap: 16px;
}

.rafp-txt p.seo-sub-titlle {
  color: #0B111F;
  font-size: 20px;
  margin-bottom: 16px !important;
  font-weight: 700;
  line-height: 20px;
}

span.lc-title44 a {
  color: #0B111F;
  font-family: "Jost";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

.rafp-web-sec {
  background-color: #fff;
  padding: 14px;
}

.rafp-web-sec input#website-code {
  background: transparent;
}

.rafp-web-sec {
  background-color: #fff;
  padding: 14px;
  width: 461px;
}

.rafp-web-sec {
  background-color: #fff;
  padding: 14px 12px 14px 8px;
  width: 461px;
}

.gap155 {
  gap: 155px;
}

.rafp-sec p.max-wth310 {
  color: #0B111F;
  font-size: 18px;
  max-width: 310px;
  line-height: 26px;
}

p.owner {
  color: #0B111F;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

p.ft12 {
  color: #0B111F;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

hr.wd4 {
  width: 1px;
  border: none;
  background: rgb(18 26 36 / 20%);
  margin-top: -85px;
  margin-bottom: -85px;
}

.bg-cl-rd p.seo-sub-titlle,
.bg-cl-rd span.lc-title44 a,
.bg-cl-rd h3.hph32-sec-title {
  color: #fff;
}

.flx.rafp-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rafp-flx.gap32 {
  display: flex;
  gap: 32px;
  align-items: center;
}

.rafp-cl,
.rafp-c2 {
  width: 153px;
}

.rafp-flx h3.hph32-sec-title {
  margin-bottom: 18px;
}

.bn-frm .formResponsive input[type=email],
.bn-frm .formResponsive input[type=number],
.bn-frm .formResponsive input[type=password],
.bn-frm .formResponsive input[type=tel],
.bn-frm .formResponsive input[type=text],
.bn-frm .formResponsive input[type=url],
.bn-frm textarea#Comment\ or\ Questions {
  color: #fff;
}

.bn-frm.bg-cl-gr .formResponsive input[type=email],
.bn-frm.bg-cl-gr .formResponsive input[type=number],
.bn-frm.bg-cl-gr .formResponsive input[type=password],
.bn-frm.bg-cl-gr .formResponsive input[type=tel],
.bn-frm.bg-cl-gr .formResponsive input[type=text],
.bn-frm.bg-cl-gr .formResponsive input[type=url],
.bn-frm.bg-cl-gr textarea#Comment\ or\ Questions {
  color: #0B111F;
}

ul.ftr-social.bnr-social {
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .input-append,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal input,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal textarea {
  padding-left: 14px;
  padding-right: 14px;
}

p.blk-cl-dt {
  color: #0B111F;
}

.global-btn.text-center.seo-btn {
  width: 306px;
  box-sizing: border-box;
}

.global-btn.text-center.seo-btn {
  width: 306px;
  box-sizing: border-box;
  margin-top: 28px;
}

ul.check.fg.list-btm {
  margin-bottom: 6px;
}

.mn-seo ul.check li {
  color: rgba(18, 26, 36, .7);
}

.swiper-button-prev {
  left: -20px !important;
}

p.ft20.op {
  font-weight: 500;
  color: rgba(18, 26, 36, .8);
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 32px;
}

p.ft20.op.mb20 {
  margin-bottom: 16px;
}

.hp-section48.bg-cl-rd.rafp-sec p.ft18.fw6.cl-w {
  color: #fff;
  font-weight: 600;
}

.form-control :-ms-input-placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.form-control::-webkit-input-placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.form-control::-moz-placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.form-control:-ms-input-placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.form-control::-ms-input-placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.form-control::placeholder {
  color: rgba(18, 26, 36, .6);
  white-space: pre-line;
}

.max-wth539 {
  max-width: 539px;
}

.foot-top-wrap {
  padding-top: 80px;
}

.foot-top-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 30px;
  gap: 80px;
}

.foot-cols {
  flex: 1;
}

.blk-cl-txt.pr {
  max-width: 370px;
  margin: auto;
}

.flx-equ-col.pdl104 {
  padding-left: 104px;
}

.flx-equ-col.pr.ews-sec {
  flex: 1 58%;
  width: 58%;
}

.max-wh1016 {
  max-width: 1016px;
}

.max-wh825 {
  max-width: 825px;
}

.max-wh912 {
  max-width: 912px;
}

.max-wh970 {
  max-width: 970px;
}

ul.check.fg.mcd-list.list-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  justify-content: space-evenly;
}

ul.check.list-flx li {
  flex: 1 31%;
  margin-bottom: 0;
}

.hp-section80 {
  padding: 60px 0;
}

.esftf-sec p {
  margin-bottom: 0px;
}


div#mod-custom731 ul.check.fg li {
  box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 5%);
}

.bg-cl-blu {
  background-color: #0C37A0;
}

.flx.esftf-sec {
  gap: 32px;
  justify-content: space-between;
}

.flx-esftf-col1 p.cl-w.op8 {
  width: 646px;
}

.global-btn.esftf-btn a:after {
  top: 19px;
}

a.btn-btn.abtbtn,
.pr {
  position: relative;
  z-index: 0;
}

.global-btn.esftf-btn a {
  margin-top: 0;
  background-color: #fff;
  color: #0b111f;
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.global-btn.esftf-btn a:hover {
  background-color: #0b111f;
  color: #fff;
  border: 1px solid #0b111f;
}

.global-btn.esftf-btn a:after {
  background: url(../../../images/2k23/svg/btn-arrow-blk.svg);
}

.global-btn.esftf-btn a:hover:after {
  background: url(../../../images/2k23/svg/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.rafp-flx .ph-btns a,
.ph-btns a {
  padding: 16px 24px 16px 50px;
  border-radius: 2px;
  margin-top: 0;
  background-color: #0b111f;
  color: #fff;
  border: 1px solid #0b111f;
  font-weight: 700;
  position: relative;
}

.ph-btns {
  display: flex;
}

a.phn-at.ph-btn:hover {
  background-color: #fff;
  color: #0b111f;
  border: 1px solid #fff;
}

a.phn-at.ph-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../images/2k23/svg/ph-icon-wt.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 24px;
  top: 20px;
}

a.phn-at.ph-btn:hover:after {
  background: url(../../../images/2k23/svg/ph-icon-blk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

h3.ftw-title.cl-wt {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

fieldset#rsform_11_page_0 .formSpan12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

fieldset#rsform_11_page_0 label.formControlLabel {
  display: none;
}

fieldset#rsform_11_page_0 div.formBody {
  float: none;
}

fieldset#rsform_11_page_0 input {
  background-color: #fff !important;
  padding: 10px;
  height: 48px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0 !important;
  width: 100%;
  border-radius: 2px 0px 0px 2px !important;
}

fieldset#rsform_11_page_0 div.formBody {
  float: none;
}

fieldset#rsform_11_page_0 button#Subscribe {
  background: #0C37A0;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 12px;
  height: 48px;
  box-sizing: border-box;
  line-height: 16px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0px 2px 2px 0px;
  width: 100%;
  margin-top: 0;
  position: relative;
  padding-right: 25px;
}

fieldset#rsform_11_page_0 button#Subscribe::after {
  right: 13px;
  top: 17px;
}

ul.ft-list.q-links {
  padding-bottom: 80px;
  text-align: center;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

ul.ft-list.q-links li {
  padding: 0 10px;
  display: inline-block;
}

ul.ft-list li a {
  color: #fff;
  text-decoration: none;
}

.foot-bot-wrap {
  border-top: 1px solid rgba(204, 204, 204, 21%);
}

p.max-wth-cprt.cl-w a {
  font-weight: 700;
  color: #fff;
}

fieldset.formContainer.formHorizontal {
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}

fieldset.formContainer.formHorizontal label.formControlLabel,
fieldset.formContainer.formHorizontal label.formControlLabel {
  display: none;
}

fieldset.uk-form.uk-form-horizontal .uk-form-label,
fieldset.formContainer.formHorizontal .uk-form-label {
  width: 100%;
  margin-top: 0;
  float: none;
  font-size: 16px;
  margin-bottom: 10px;
}

fieldset.uk-form.uk-form-horizontal .uk-form-controls,
fieldset.formContainer.formHorizontal .uk-form-controls {
  margin: 0 0 16px;
  width: 100%;
}

fieldset.uk-form.uk-form-horizontal input,
fieldset.formContainer.formHorizontal input,
fieldset.uk-form.uk-form-horizontal textarea,
fieldset.formContainer.formHorizontal textarea {
  width: 100%;
  box-shadow: none !important;
  border: 0 !important;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: rgba(11, 17, 31, .05) !important;
  border-radius: 4px !important;
  line-height: 16px;
}

fieldset.uk-form.uk-form-horizontal input,
fieldset.formContainer.formHorizontal input {
  height: 56px;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px !important;
}

.formResponsive .formBody {
  line-height: 0 !important;
}

.formControls {
  margin-top: 0px !important;
}

.hm-contact-frm {
  background-color: #fff;
  padding: 46px 40px 21px 40px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

fieldset.formContainer.formHorizontal button[type=submit]:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/btn-arrow.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 32px;
  top: 20px;
}

fieldset.formContainer.formHorizontal button[type=submit] {
  color: #fff;
  width: fit-content;
  background: #0C37A0;
  border: 1px solid #0C37A0;
  padding: 20px 54px 20px 28px;
  margin-top: 32px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
}

h4.ft24 {
  color: #0B111F;
  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 32px;
  margin-top: 0;
}

label#I_agree0-lbl {
  margin-top: 20px;
  line-height: 26px;
  display: block;
  align-items: flex-start !important;
  text-align: left;
  justify-content: flex-start;
  padding-left: 22px;
  position: relative;
}

input#I_agree0 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}

p.max-wth-cprt.cl-w {
  color: #fff;
  font-weight: 400;
}

div#mod-custom728 .bg-dark {
  background-color: #0B111F;
  background-image: url(../../../images/svg/hbndskcl-vic.svg);
  background-position: left;
  background-size: cover;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

ul.tabs {
  margin: 0;
  list-style: none;
  padding: 24px 18px;
  background: #F5F5F5;
  margin-bottom: 24px;
}

li.tab.active:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #d71f2e;
}

li.tab:after {
  display: none;
}

li.tab:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #b3b4b5;
}

li.tab.active,
ul.tabs li:hover {
  color: #fff;
  background: #0C37A0;
}

ul.tabs {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;

}

ul.tabs li {
  padding: 14px 10px;
  color: #0B111F;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  background: #FFF;
}

ul.tabs li:first-child {
  margin-left: 0;
}

.expert-rt {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
  padding: 32px;
}

.expert-rt h3 {
  color: #0B111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}

.flex-col1 {
  flex: 1 66%;
}

.flex-col2 {
  flex: 1 34%;
}

.flex {
  display: flex;
}

.atr-prf-wrap {
  display: flex;
  gap: 46px;
  align-items: flex-start;
}

.atr-prf-col img {
  max-width: 305px;
}

.atr-prf-col.atrpc2 {
  flex: 1 60%;
  box-sizing: border-box;
}

.hpm-title {
  margin: 0 0 20px;
  color: #0B111F;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.hpm-title span {
  color: #d71f2e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.tab-container {
  margin-top: 56px;
}

.cnt.inner-cont-info ul.ftr-link2 li a,
.cnt.inner-cont-info ul.ftr-link2 li {
  color: #4A5162;
}

.atr-prf-col .cnt.inner-cont-info ul.ftr-link2.ad img {
  margin-right: 12px;
  padding-right: 0;
}

button.accordion {
  width: 100%;
  background: #fff;
  text-align: left;
  margin: 0;
  border: none;
  position: relative;
  padding-left: 76px;
  line-height: 1.2;
  padding-right: 35px;
}

.attor_1 {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  margin-top: 48px !important;
  padding: 30px 32px !important;
  border-radius: 2px;
  scroll-margin-top: 7rem;
}

button.accordion.active:after {
  background: url(../../../images/2k23/svg/tab-open-ic.svg);
}

ul.check.wo-box.list-flx li {
  margin-bottom: 22px;
}

ul.check.wo-box.list-flx li:last-child {
  margin-bottom: 0px;
}

button.accordion:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../../images/2k23/svg/tab-close-ic.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0px;
  top: -2px;
}

button.accordion:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../../../images/2k23/svg/tab-ic.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0px;
  top: -14px;
}

ul.check.wo-box.list-flx li ul.check-o li {
  /* color: #4A5162; */
  color: #0B111F;
  font-size: 15px;
  line-height: 22px;
  margin-top: 14px;
  position: relative;
  margin-bottom: 0px;
  display: flex;

}

ul.check.wo-box.list-flx li ul.check-o li p {
  flex: 1;
  margin-bottom: 0;
}

.wo-box .flx ul.check-o {
  flex: 1;
}

ul.check li ul.check-o {
  padding-left: 0;
  position: relative;
  margin-top: 18px;
}

ul.check li ul.check-o li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/check2-blk.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0px;
  top: 0px;
}

.panel {
  display: none;
}

.panel {
  border: none !important;
  background: transparent;
  padding-top: 14px;
  padding-left: 0px !important;
}

.attor_l.active.d-nons button.accordion.active:after,
.d-nons button.accordion:after {
  display: none !important;
}

p.ftc-bl,
.ftc-bl {
  color: #0C37A0;
}

p.ftc-bl span {
  font-weight: 600;

}

p.ftc-bl {
  margin-bottom: 20px;
  line-height: 16px;
}

.atr-prf-col.atrpc2 p.atr-pos {
  margin-bottom: 32px;
  line-height: 16px;
}

.global-btn.two.expt-btn a:after {
  background: url(../../../images/2k23/svg/download-icon.svg);
  width: 14px;
  height: 16px;
}

.global-btn.two.expt-btn a,
.global-btn.two.expt-btn a:hover {
  border: none;
}

.expert-rt ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.expert-rt ul li {
  padding: 18px 16px;
  padding-right: 39px;
  border-radius: 2px;
  background: #F5F5F5;
  margin-bottom: 20px;
  position: relative;
  color: #0B111F;
  line-height: 22px;
  font-weight: 600;
}

.expert-rt ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/caret-left-bk.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 32px;
  top: 21px;
}

.expert-rt ul li:hover a,
.expert-rt ul li:active a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.expert-rt ul li:hover,
.expert-rt ul li:active {
  background: #0B111F;
  color: #fff;
}

.expert-rt ul li:hover:after,
.expert-rt ul li:active:after {
  background: url(../../../images/2k23/svg/caret-left-wt.svg);
}

.mrb60 {
  margin-bottom: 60px;
}

.page-header {
  margin: 0;
  background-color: #0B111F;
  background-image: url(../../../images/2k23/svg/bn-bg-ellips.svg);
  background-position: left;
  background-size: cover;
}

.page-header-inner {
  padding: 40px 0 40px 0;
}

h1.head-text {
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  margin-bottom: 0;
}

h1.head-text {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.itemid-103 h1.head-text {
  max-width: 526px;
}

ol.mod-breadcrumbs.breadcrumb li a {
  color: #fff;
}

ol.mod-breadcrumbs.breadcrumb li {
  position: relative;
  line-height: 16px;
}

ol.mod-breadcrumbs.breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../images/2k23/svg/bred-left-arrow.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -23px;
  top: 0px;
}

ol.mod-breadcrumbs.breadcrumb {
  text-align: center;
  list-style: none;
  display: flex;
  gap: 28px;
  color: #fff;
  /* position: absolute; */
  width: 100%;
  padding-left: 0px;
  bottom: 3px;
  margin-top: 26px;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ol.mod-breadcrumbs.breadcrumb li:first-child {
  display: none;
}

ul.check.wo-box.list-flx li {
  color: #0B111F;
  /* opacity: .8; */
}

.flx.gap48 {
  gap: 48px;
}

.bg-cl-drk {
  background-color: #0B111F;
}

.bg-cl-drk.cont-info {
  max-width: 400px;
  padding: 24px 24px 28px 24px;
  margin: 32px 0;
  border-radius: 4px;
  text-align: left;
}

.bg-cl-drk {
  background-color: #0B111F;
}

ul.ftr-link2.ad li:last-child {
  margin-bottom: 0;
}

.bg-cl-drk.cont-info ul.ftr-link2.ad {
  align-items: flex-start;
  align-content: flex-start;
}

.esftf-sec a.phn-at.ph-btn {
  padding: 16px 24px 16px 45px;
}

.esftf-sec a.phn-at.ph-btn:after {
  left: 20px;
}

h3.hph2-sec-title.ft38 {
  color: #0B111F;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 24px;
}

.hp-section2 {
  padding: 40px 32px;
  border-radius: 4px;
}

ul.list-flx2 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
  padding-left: 0;
}

ul.list-flx2 li {
  flex: 1 25%;
  width: 25%;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  color: #0B111F;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 600; */
  line-height: 20px;
  padding: 24px;
  margin-bottom: 0px;
  text-align: center;
  max-width: 25%;
}

ul.list-flx2 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #0B111F;
}

a.frm-ankr span {
  color: #0b111f;
}

fieldset.formContainer.formHorizontal :-ms-input-placeholder {
  color: rgba(11, 17, 31, .6) !important;
}

fieldset.formContainer.formHorizontal::-webkit-input-placeholder {
  color: rgba(11, 17, 31, .6) !important;
  white-space: pre-line;
}

fieldset.formContainer.formHorizontal ::-moz-placeholder {
  color: rgba(11, 17, 31, .6) !important;
  white-space: pre-line;
}

fieldset.formContainer.formHorizontal :-ms-input-placeholder {
  color: rgba(11, 17, 31, .6) !important;
  white-space: pre-line;
}

fieldset.formContainer.formHorizontal ::-ms-input-placeholder {
  color: rgba(11, 17, 31, .6) !important;
  white-space: pre-line;
}

fieldset.formContainer.formHorizontal ::placeholder {
  color: rgba(11, 17, 31, .6) !important;
  font-family: "Jost" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  white-space: pre-line;
}

ul.check.fg.mcd-list.list-flx.gap20 {
  gap: 20px;
}

ul.check.fg.mcd-list li.mod-l-flx-r {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0px;
  flex: 1 38%;
}

ul.check.fg.mcd-list li.mod-l-flx-r:before {
  display: none;
}

li.mod-l-flx-r ul.check.fg.mcd-list.list-flx.gap20 {
  margin: 0;
}

.ftw6 {
  font-weight: 600 !important;
}

.lh24 {
  line-height: 24px !important;
}

.lh26 {
  line-height: 26px !important;
}

.lh28 {
  line-height: 28px !important;
}

.gap18 {
  gap: 18px;
}

ul.check.fg.mcd-list.list-flx.gap20.flx-alt {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

ul.check.fg.mcd-list.list-flx.gap20.flx-alt li {
  flex: inherit;
  padding: 20px 16px 20px 42px;
}

ul.mrtb0,
.mrtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.flx-equ-col.cl-wth500.wchc-txt {
  flex: 49%;
}

ul.check.fg.mcd-list.pdl13 li {
  padding: 20px 13px 20px 42px;
}

ul.check.fg.mcd-list.pdl33 li {
  padding: 20px 33px 20px 42px;
}

.max-wth588 {
  max-width: 588px;
}

.bg-cl-gr ul.check.fg.mcd-list li {
  box-shadow: none;
}

.itemid-132 h1.head-text,
.itemid-133 h1.head-text,
.itemid-134 h1.head-text,
.itemid-136 h1.head-text,
.itemid-129 h1.head-text,
.itemid-641 h1.head-text,
.itemid-642 h1.head-text,
.itemid-198 h1.head-text {
  max-width: initial;
}

.faq-sec button.accordion:before {
  display: none;
}

.faq-sec button.accordion:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../../images/2k23/svg/faq-plus-ic.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -16px;
  top: 6px;
}

.faq-sec button.accordion.active:after {
  background: url(../../../images/2k23/faq-minus-ic.jpg);
}

.faq-sec .attor_1 {
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  margin-top: 24px !important;
  padding: 24px 16px !important;
  padding-right: 38px !important;
}

.faq-sec button.accordion {
  color: var(--text-color, #0B111F);
  font-family: "Jost";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-left: 0;
}

.list-flx.list-flx-three li {
  flex: 1 31% !important;
  padding-right: 20px !important;
  max-width: 31% !important;
}

.bg-cl-wt {
  background-color: #fff;
}

.gap67 {
  gap: 67px;
}

.gap110 {
  gap: 110px;
}

.gap88 {
  gap: 88px;
}

.flx-equ-col.pr.lab-sec {
  flex: 1 60%;
  width: 60%;
}

.flx-equ-col.wchc-txt.w48 {
  flex: 1 48%;
  width: 48%;
}

ul.check.fg.gap20.list-ato.list-flx.mcd-list li {
  flex: 1 auto;
}

ul.check.fg.mcd-list.full-wdth {
  max-width: inherit;
}

ul.check.fg.mcd-list.pdr35.full-wdth li {
  padding-right: 15px;
}

ul.check.fg.mcd-list.pdr35 li {
  padding-right: 35px;
}

ul.check.fg.mcd-list.pdr35 li.mod-l-flx-r {
  padding-right: 0;
}

.mrt0 {
  margin-top: 0 !important;
}

ul.check.fg.mcd-list.mcd-list520 {
  max-width: 520px;
}

.mrb0 {
  margin-bottom: 0 !important;
}

ul.check.fg.mcd-list.pdr35.mrb0 {
  margin-bottom: 0;
}

.shdo {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

.mb-blk {
  display: none;
}

ul.mrt48.rd-more.rdmrt0 {
  margin-top: 24px !important;
}

/* eric */
ul.check-dash {
  padding-left: 0px;
}

ul.check-o li ul.check-dash li::before {
  content: none;
}



/* eric end */
.gap83.gap82 {
  gap: 82px;
}

.mrt100 {
  margin-top: 60px;
}

.mrb16 {
  margin-bottom: 16px;
}

ul.check.fg.mcd-list.pdr15 li.mod-l-flx-r {
  padding-right: 0;
}

ul.check.fg.mcd-list.pdr15 li {
  padding-right: 15px;
}

ul.check.fg.mcd-list.pdr15 {
  max-width: 100%;
}

ul.check.fg.mcd-list.pdr15.pdr5.mrb0.mrt0.rd-more li.mod-l-flx-r {
  padding-left: 0px;
}

ul.check.fg.mcd-list.pdr15.pdr5.mrb0.mrt0.rd-more li {
  padding-left: 35px;
  padding-right: 2px;
}

ul.check.fg.mcd-list.pdr15.pdr5 li::before {
  left: 8px;
}

ul.check.fg.mcd-list.pdr15.pdr5 ul.check.fg.mcd-list.list-flx.gap20 {
  gap: 11px;
}

span.atr_child {
  line-height: 26px;
}

ul.check.fg.mcd-list.list-flx.wth4.flx-four.gap20 li {
  flex: 1 18% !important;
}

ul.check.fg.mcd-list.list-flx.list-flx-three.gap20.mrt48.mrb0 li.mod-l-flx-r {
  padding-right: 0px !important;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 li {
  max-width: 42%;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 li {
  max-width: 48%;
  flex: 1 48%;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 {
  display: flex;
  /* justify-content: center; */
}

ul.list-flx2.blt-cl-gr li {
  background-color: #f5fbff;
}



ul.list-flx2.blt-cl-gr.abt-ar-list {
  justify-content: center;
}

ul.list-flx2.blt-cl-gr.abt-ar-list li {
  max-width: 27%;
}

.just-center {
  display: flex;
  justify-content: center;
}

.conttt-flx {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.flexs {
  flex: 1 38%;
}

.flexs p {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  padding: 20px;
  padding-left: 85px;
  border-radius: 4px;
  gap: 12px;
  color: #6B6B6B;
  font-family: Albert Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  margin-bottom: 0;
}

.flexs p a {
  color: #6B6B6B;
}

.flexs p span {
  color: #0B111F;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* .flexs:hover p span {
  color: #ffffff;
}

.flexs:hover p,
.flexs:hover p a {
  color: #ffffff;
  background-color: #0B111F;
} */

.flexs.contt-us::before {
  content: "";
  background: url(../../../images/2k23/svg/phone-ic-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 28px;
  left: 28px;
  width: 25px;
  height: 25px;
  z-index: 1;
}

/* .flexs.contt-us:hover::before {
  background: url(../../../images/2k23/svg/phone-ic-wt.svg) 0 0/cover no-repeat;
} */

.flexs::after {
  background-color: rgba(11, 17, 31, .1);
  position: absolute;
  z-index: 1;
  content: "";
  top: 18px;
  left: 17px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

/* .flexs:hover::after {
  background-color: rgba(255, 255, 255, .1);
} */

.flexs.email-us::before {
  content: "";
  background: url(../../../images/2k23/svg/mail-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 28px;
  left: 28px;
  width: 27px;
  height: 27px;
  z-index: 1;
}

/* .flexs.email-us:hover::before {
  background: url(../../../images/2k23/svg/mail-wt.svg) 0 0/cover no-repeat;
} */

.flexs {
  position: relative;
}

.flexs.addrs::before {
  content: "";
  background: url(../../../images/2k23/svg/location-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 28px;
  left: 28px;
  width: 28px;
  height: 28px;
  z-index: 1;
}

/* .flexs.addrs:hover::before {
  content: "";
  background: url(../../../images/2k23/svg/location-wt.svg) 0 0/cover no-repeat;
} */

.expert .main-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ex-info {
  border-radius: 2px;
  opacity: 0.8;
  background: var(--text-color, #0B111F);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  max-width: 360px;
  margin: auto;
}

a.cnslt:hover .ex-info {
  background-color: #fff;
  color: #0B111F;
}

a.cnslt {
  flex: 0 31%;
  position: relative;
  max-width: 31%;
}

.expert h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #fff
}

a.cnslt:hover .ex-info h3 {
  color: #0B111F;
}

ul.check.fg.mcd-list.pdr35.pdr15.pdr4 li.mod-l-flx-r {
  padding-left: 0;
}

ul.check.fg.mcd-list.pdr35.pdr15.pdr4 li.mod-l-flx-r {
  padding-right: 0px;
}

ul.check.fg.mcd-list.pdr35.pdr15.pdr4 li.mod-l-flx-r ul li {
  padding-right: 4px;
  padding-left: 40px;
}

ul.check.fg.mcd-list.pdr35.pdr15.pdr4 li {
  padding-left: 40px;
}

ul.check.fg.mcd-list.pdr35.pdr15.pdr4 li::before {
  left: 12px;
}

.hp-section2.bg-cl-gr ul.list-flx li {
  flex: 1 27%;
  width: 27%;
  max-width: 27%;
}

p.ft24 {
  color: #0B111F;
  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

label.uk-form-label.control-label.formControlLabel {
  display: none;
}

.conttt-flx.mrt60.cont-pg .flexs {
  flex: 1 28%;
}

.conttt-flx.mrt60.cont-pg .flexs.addrs {
  flex: 1 36%;
}

.ft38 {
  font-size: 38px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}

.conttt-flx.mrt60.cont-pg .flexs:hover p,
.conttt-flx.mrt60.cont-pg .flexs:hover p a {
  background-color: #0c37a0;
}

.frm-cont.hm-contact-frm.mrt60 {
  background-color: #FAFAFA;
  box-shadow: none;
}

.cont-pg .flexs p {
  padding-left: 76px;
}

.conttt-flx.mrt60.cont-pg {
  gap: 24px;
}

fieldset#rsform_3_page_0 .rsform-block.rsform-block-i-agree a {
  color: #000;
}

fieldset#rsform_3_page_0 .rsform-block.rsform-block-i-agree {
  float: right;
}

.global-btn.text-center {
  display: flex;
  justify-content: center;
}

.flx.gap30.mgap64.tvcsec {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row;
}

.tvcsec-cl {
  flex: 1 44%;
  padding: 28px 24px;
  background-color: #fff;
  width: 44%;
}

h3.hph2-sec-title.ft24 {
  color: #0B111F;
  font-family: "Jost";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}

/* .tvcsec-cl:hover {
  background-color: #0B111F;
}

.tvcsec-cl:hover h3.hph2-sec-title.ft24,
.tvcsec-cl:hover p {
  color: #ffffff;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  font-family: "Jost" !important;
  color: #0b111f;
}

.bg-cl-drk.txt-wt h3.hph2-sec-title.ft38,
.bg-cl-drk.txt-wt p {
  color: #fff;
}

h3.hph2-sec-title.ft32 {
  font-family: "Jost";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 24px;
}

.lab-ser ul.list-flx2.blt-cl-wt.abt-ar-list {
  justify-content: center;
}

.lab-ser ul.list-flx2 li {
  flex: 1 31%;
  width: 31%;
  max-width: 31%;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2.list-lft {
  display: flex;
  justify-content: flex-start;
}

.itemid-131 h1.head-text {
  max-width: 636px;
}

.gap34 {
  gap: 34px;
}

.com_easyblog .page-header {
  padding: 0;
}

.com_easyblog .page-header-inner {
  padding: 1.2rem 0 1rem;
}

.com_easyblog h1.head-text,
.com_easyblog.view-entry h1.head-text {
  max-width: initial;
}

.inner-cont1 {
  max-width: 1440px;
  margin: auto;
  padding: 60px 135px;
}

p.bg-cl-drk.txt-wt {
  color: #fff;
}

p.bg-cl-drk.txt-wt.lft-drk {
  padding: 24px;
  border-left: 10px solid #0C37A0;
  border-radius: 2px;
  color: rgba(255, 255, 255, .8);
}

.flx.alit_center.gap.flw-yt {
  /* max-width: 920px; */
  margin: 35px auto 0;
}

.alit_center {
  align-items: center;
}

.gap {
  gap: 50px;
}

.flx-equ-col11 {
  flex: 1 60%;
}

.flx-equ-col22 {
  flex: 1 40%;
}

.fltrt {
  float: right;
}

.flw-yt a.btn-btn.abtbtna {
  background: unset;
  border: unset;
}

.btn-btn.abtbtna {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  width: fit-content;
  background: #e66821;
  border: 2px solid #e66821;
  border-radius: 2px;
  padding: 14px 22px;
}

.shr-logo {
  position: relative;
}

ul.tabs.flx-rw.lnks.links2.flxwrp .hvre a.vid-ank,
.flx-vid a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.y-vid-frm iframe {
  height: 450px;
}

.y-vid-frm iframe {
  width: 100%;
}

mat-select {
  width: fit-content !important;
  min-width: 100%;
}

::ng-deep .mat-form-field-infix {
  min-width: 75px !important;
  width: fit-content !important;
}

::ng-deep mat-select .mat-select-value {
  width: fit-content;
  min-width: 2ch;
  max-width: 25ch;
}

::ng-deep mat-select .mat-select-placeholder {
  width: fit-content;
  min-width: 10ch;
}

.hp-section2 ul.list-flx2.blt-cl-gr.abt-ar-list li,
ul.list-flx2.list-flx-two.wth2 li {
  max-width: 31%;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2.w45 li {
  flex: 0 45%;
}

ul.check.fg.mcd-list.list-flx.list-flx-two.wth2.w45 li {
  max-width: 45%;
  padding: 20px 20px 20px 42px;
}

ul.check.fg.mcd-list.list-flx.list-flx-three.mfe4.gap20.mrt48.mrb0 {
  display: flex;
  justify-content: space-between;
}

ul.check.fg.mcd-list.list-flx.list-flx-three.mfe4 li {
  flex: 1 32% !important;
  padding-right: 20px !important;
  max-width: 32% !important;
}

ul.check.fg.mcd-list.list-flx.list-flx-three.mfe4 li.mod-l-flx-r {
  flex: 1 100% !important;
  max-width: 100% !important;
}

/* ---- start blog new layout and search sec add dt07082023 by PT AWT -- */
body.com_easyblog.view-latest.no-layout.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover,
body.com_easyblog.view-categories.layout-listings.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover {
  height: 160px !important;
  width: 300px !important;
}

.esyb-wrap #eb .eb-post-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3px;
}

.blglistflx {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.listing-bg-im {
  flex: 0 40%;
  width: 40%;
  position: relative;
}

img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: max-content !important;
}

.blg-top-flx {
  display: flex;
  padding-top: 50px;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
}

.blg-top-flx #eb .input-group-btn>.btn {
  position: relative;
  height: 40px;
  font-size: 0;
}

#eb.eb-mod.eb-mod-search input#search-blogs {
  border: none !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  padding-left: 0;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0;
}

div#eb.mod-easyblogsearch button.btn.btn-default,
div#eb.mod-easyblogsearch button.btn.btn-default:active {
  border: none;
}

.cst-catg i.fdi.far.fa-folder-open {
  display: none;
}

.com_easyblog.view-latest #eb .btn-default,
.com_easyblog.view-categories #eb .btn-default {
  color: #333 !important;
  background-color: #fff !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  height: auto;
}

#eb.mod-easyblogsearch .input-group {
  height: 40px;
}

body #eb .mod_easyblogcategories .t-text--500 {
  color: #000 !important;
}

body #eb.mod_easyblogcategories .t-w--100,
body #eb .eb-bar.eb-bar--search-filter-bar .t-w--100,
body #eb a.btn.btn-default.dropdown-toggle_.t-border--1.t-d--flex.t-align-items--c.t-w--100.sm\:t-justify-content--c {
  width: 100% !important;
}

body #eb .eb-bar.eb-bar--search-filter-bar input.eb-search-filter-input.t-w--100 {
  margin-top: -5px;
}

div#eb ::placeholder {
  color: #999 !important;
  opacity: 1;
}

div#eb :-ms-input-placeholder {
  color: #999 !important;
}

div#eb ::-ms-input-placeholder {
  color: #999 !important;
}

/* .com_easyblog.view-categories .cat-flx-cl {
  display: none;
} */
.cst-catg button.btn.btn-default.btn-md.dropdown-toggle_.t-w--100 {
  height: 40px;
}

.cat-flx {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

span.cat-div {
  color: #00154d;
  margin-left: 10px;
  margin-right: 5px;
}

.cat-flx-cl {
  line-height: 1;
}

.com_easyblog.view-latest .eb-mod-search.mod-easyblogsearch button.btn.btn-default,
.com_easyblog.view-categories.layout-listings button.btn.btn-default {
  background-color: transparent !important;
  font-size: 0;
}

.com_easyblog.view-latest .eb-mod-search.mod-easyblogsearch button.btn.btn-default:before,
.com_easyblog.view-categories.layout-listings button.btn.btn-default:before,
.com_easyblog.view-tag.layout-listings button.btn.btn-default:before {
  content: "\f002";
  font: normal normal normal 20px/1 FontAwesome;
  background-color: #fff !important;
}

.c1.blg-lt h3 {
  font-size: 22px;
}

.com_easyblog.view-latest .eb-mod-search.mod-easyblogsearch button.btn.btn-default:hover:before {
  color: #000 !important;
  background-color: transparent !important;
}

.p-none,
.com_easyblog.view-entry .blg-top-flxsite-wrap,
.eb-authors-subscribe.spans-separator,
#eb .eb-authors-bio,
.com_easyblog.view-search .blg-top-flxsite-wrap,
.com_easyblog.view-categories.layout-listings .cst-catg button.btn.btn-default:before,
.view-categories.layout-listings .eb-post-simple__category {
  display: none !important;
}

#eb.mod-easyblogsearch .input-group-btn:last-child>.btn {
  border-radius: 0;
}
textarea { 
  resize: vertical;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

i.fdi.far.fa-folder-open {
  color: #0C37A0;
}

.c1 {
  flex: 0 20%;
}

.esyb-wrap #eb .eb-post-title a.text-inherit {
  color: #0C37A0;
}

#eb .eb-post-thumb .eb-post-image-cover {
  border: none !important;
}

body #eb .cst-catg .l-stack {
  align-items: flex-start;
}

.cst-catg .eb-bar {
  width: 100%;
}

#eb .cst-catg .btn,
#eb a.btn.btn-default.btn-md,
#eb .cst-catg .dropdown-menu {
  border-radius: 0;
}

#eb .cst-catg .eb-filter-menu__link {
  padding: 2px 3px;
  font-size: 15px;
}

#eb .cst-catg .dropdown-menu--eb-search-category {
  width: 100%;
}

#eb .cst-catg .btn {
  text-align: left;
}

.cst-catg i.fdi.fa.fa-caret-down.t-ml--lg.t-text--500 {
  float: right;
}

.cst-catg button.btn.btn-default.btn-md.dropdown-toggle_.t-w--100 b {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

#eb .cst-catg .btn .fa {
  line-height: 18px;
}

.blg-bnr {
  background: #101625;
}

.blg-bnr .site-wrap .page-header {
  padding: 1.2rem 0 1rem;
}

.eb-modules-wrap.eb-modules-stackideas-toolbar.fd-cf {
  display: none;
}

.com_easyblog h1.innerpage-title {
  color: #fff;
  text-align: left;
}

.eb-post-date time {
  color: #000;
  font-size: 12px;
}

#eb .text-muted {
  color: #0c37a0 !important;
}

.com_easyblog.view-search .lg\:t-mr--sm,
.eb-bar.eb-bar--search-filter-bar i.fdi.far.fa-folder-open {
  display: none;
}

.com_easyblog site-wrap {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}

.com_easyblog.view-entry #eb h2.hp-mods-title {
  margin-top: 40px;
}

.com_easyblog.view-entry #eb h2.hp-mods-title:first-child {
  margin-top: 0px;
}

.com_easyblog.view-latest time.eb-meta-date {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.cat-flx-cl {
  font-size: 12px;
  line-height: 18px;
}

.com_easyblog.view-latest #eb .eb-post-meta.text-muted {
  margin-bottom: 5px;
}

.com_easyblog.view-latest p {
  font-size: 14px;
}

.esyb-wrap #eb .eb-post-title:hover a {
  text-decoration: underline;
}

.eb-post-more.mt-20.global-btns-wrap a.btn.btn-default.btn-md {
  font-weight: 500 !important;
  text-transform: capitalize;
}

.com_easyblog.view-entry .row-fluidsite-wrap.esyb-wrap {
  width: 70% !important;
}

.c1.blg-lt {
  flex: 0 25%;
}

.com_easyblog.view-latest #eb .eb-filter-menu__link {
  font-family: "Jost";
}

#eb .cst-catg .eb-filter-menu__link:hover {
  background-color: rgba(var(--fd-gray-50), 1) !important;
  background-color: #fff !important;
}

#eb.mod-easyblogsearch .btn:focus,
#eb.mod-easyblogsearch .btn:active,
#eb .cst-catg .btn.active,
#eb.mod-easyblogsearch .form-control:focus {
  outline: 0;
  background-image: none;
  box-shadow: none;
  border: none;
}

#eb.mod-easyblogsearch span.input-group-btn:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

#eb.mod-easyblogsearch .btn-default:hover,
#eb.mod-easyblogsearch .btn-default:focus,
#eb.mod-easyblogsearch .btn-default:active,
#eb.mod-easyblogsearch .btn-default.active {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

#eb .cst-catg .fa-caret-down:before {
  content: "\f0d7";
  font-size: 16px;
  color: #333;
}

.view-categories .eb-post-more.mt-20.global-btns-wrap {
  display: none !important;
}

a.eb-post-image-cover.eb-image-popup-button {
  display: none !important;
}

#eb h2.blog_inner_title {
  margin-bottom: 10px;
  padding-top: 15px;
  color: #101625;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.com_easyblog.view-entry #eb p {
  line-height: 1.5;
  margin-bottom: 24px;
  color: #59627b;
  font-weight: 400;
}

.com_easyblog.view-entry #eb ul {
  margin-left: 0;
}

.com_easyblog.view-entry #eb ul.check li {
  color: #101625;
  font-weight: 400;
}

.com_easyblog.view-entry #eb b {
  color: #101625;
}

.com_easyblog.view-entry #eb p.drk-txt.ft18.mrb24 {
  color: #101625;
  margin-top: 36px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 1140px) {
  .c1 {
    flex: 0 22%;
  }

  .nav-es-container .product-menu-flyout {
    left: -100%;
  }
}

@media (max-width: 1100px) {

  body.com_easyblog.view-latest.no-layout.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover,
  body.com_easyblog.view-categories.layout-listings.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover {
    height: 170px !important;
  }
}

@media (max-width: 991px) {
  .phon-tps {
    display: none;
  }

  .c1.blg-lt {
    flex: 0 40%;
  }

  .cnt-btns {
    margin-right: 10px;
  }

  h3.ft26 {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-header .b-crumb,
  .blog-header .eb-entry-date {
    text-align: center;
  }

  div#eb .flx.gap60 {
    gap: 0px;
  }

  h2.blog_inner_title {
    line-height: 1.4;
    font-size: 22px;
  }

  .cnt-btns {
    display: none;
  }

  .nav-es-container .product-menu-flyout {
    left: unset;
  }

  ul.check.wo-box.list-flx li ul.check-o li p {
    text-align: unset;
  }

  .wo-box .flx ul.check-o {
    margin-top: 0px;

  }

  ul.check.wo-box.list-flx .flx {
    gap: 0;
  }
}

@media (max-width: 767px) {
  .c1 {
    flex: 1 75%;
    width: 75%;
  }

  .tp-phone-col1 img {
    margin-right: 20px;
    margin-top: 2px;
  }

  .com_easyblog.view-entry .row-fluidsite-wrap.esyb-wrap {
    width: 90% !important;
  }

  .com_easyblog site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blg-bnr site-wrap .innerpage-title {
    font-size: 32px;
  }

  .blglistflx {
    gap: 0px;
    flex-direction: column;
  }

  .listing-bg-im {
    flex: 0 100%;
    height: 230px;
    width: 100%;
  }

  body.com_easyblog.view-latest.no-layout.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover,
  body.com_easyblog.view-categories.layout-listings.no-task.itemid-348 #eb .eb-post-thumb .eb-post-image-cover {
    height: 160px !important;
    width: 100% !important;
  }

  .blg-top-flx {
    gap: 50px;
  }

  .blg-top-flx {
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }

  .com_easyblog .site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  ul.ftr-link2.ad li {
    margin-bottom: 20px;
  }

  ul.ftr-link2.ad li:last-child {
    line-height: 20px;
  }

  .dis-dsk-non {
    display: none !important;
  }
}

/* blogs layout */
.cat-flx-cl {
  display: flex;
}

.eb-post-category.comma-seperator a {
  color: #f7a324;
  font-weight: 600;
}

.row-fluidsite-wrap.esyb-wrap {
  margin: 20px auto;
  padding: 0 135px;
  width: auto;
}

.eb-entry-article .blog-img {
  margin: 12px 0;
}

.innerpage-title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 44px;
  line-height: 54px !important;
}

#eb .reset-heading {
  background: none;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}

.innerpage-title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px !important;
}

.eb-view-entry .eb-content {
  margin-top: 50px;
}

.b-crumb {
  margin-top: 26px;
}

.eb-meta-date {
  color: #fff;
}

.b-crumb a {
  line-height: 16px !important;
  color: #fff;
}

#eb .mod-items-grid {
  margin: 1px 0 !important;
  background: #101625;
}

.eb-entry-date {
  margin-top: 18px;
}

.eb-meta-date img {
  margin-right: 8px;
}

.com_easyblog.view-entry .row-fluid.site-wrap {
  width: 70% !important;
}

.row-fluid.site-wrapper.site-wrap {
  margin: 20px auto;
  padding: 0 135px;
  width: auto;
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}

.wrapper-static.view-entry .eb-entry-article img {
  margin-bottom: 35px;
  margin-top: 30px;
}

.wrapper-static.view-entry .eb-entry-article h3.sub-title2 {
  margin-top: 35px !important;
  margin-bottom: 18px;
}

.com_easyblog .row-fluid.site-wrap {
  margin-bottom: 65px;
}

.site.com_easyblog .container-component {
  display: block;
}

.listing-bg-cont.video-pst {
  max-width: 609px;
}

#eb .eb-post-listing.is-row.has-divider>*+* {
  border-top: none !important;
}

#eb .eb-post-listing.is-row.has-divider {
  gap: 0;
}

.vid-title-blk {
  display: flex;
  align-items: center;
  /* height: 40px; */
  gap: 10px;
  margin: 5px 0;
}

.wrapper-static.view-tags time.eb-meta-date {
  color: #565f76;
}

span.eb-post-hits {
  display: none;
}

/*---- start tag sec dt ----*/
.vid-title-blk {
  display: flex;
  align-items: center;
  /* height: 40px; */
  gap: 10px;
  margin: 5px 0 15px;
}

img.vid-title-ic {
  width: 38px;
  margin-bottom: 2px;
  border: 1px solid #0C37A0;
  padding: 2px;
  border-radius: 50px;
}

.hp-section.hp-wchc.videotopsec {
  padding: 50px 0 36px;
}

.videotopsec ul.tabs.flx-rw.lnks.flxwrp {
  background-color: #F5FBFF !important;
  margin: 0;
  padding: 44px 42px;
  /* justify-content: space-between; */
  display: flex;
}

.videotopsec .flx-rw.lnks {
  position: relative;
  justify-content: center;
  gap: 20px;
}

.video-pst .cat-flx-cl {
  font-size: 14px;
  line-height: 18px;
}

.video-pst a.tag-nm {
  font-size: 14px;
  font-weight: 600;
}

ul.flxwrp {
  list-style: none;
  padding: 0;
}

.flx-rw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

ul.tabs.flx-rw.lnks.links2.flxwrp .hvre:hover,
ul.tabs.flx-rw.lnks.links2.flxwrp li.hvre.active {
  background: #0C37A0;
  color: #fff !important;
}

.hp-section.hp-wchc.videotopsec a.vid-ank {
  color: #000;
}

ul.tabs.flx-rw.lnks.links2.flxwrp .hvre {
  padding: 12px 10px;
  border: 1px solid #0C37A0;
  border-radius: 0px;
  font-size: 15px;
  line-height: 18px;
  color: #0C37A0 !important;
  background-color: #fff;
  position: relative;
}

ul.tabs.flx-rw.lnks.links2.flxwrp .hvre a.vid-ank,
.flx-vid a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-pst .cat-flx-cl a {
  color: #0C37A0 !important;
}

.flx.alit_center.gap.flw-yt {
  /* max-width: 920px; */
  margin: 35px auto 0;
}

.hvre:hover span,
li.hvre.active span {
  color: #ffffff !important;
}

.video-pst a,
.vid-title-blk a {
  color: #00154d !important;
  font-weight: 600;
}

.esyb-wrap #eb .video-pst .eb-post-title a {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 3px;
  font-family: "Jost";
}

.video-pst a:hover,
.vid-title-blk a:hover {
  color: #0C37A0 !important;
  text-decoration: none !important;
}

/*--- video bottom ---*/
.y-vid-frm {
  padding-bottom: 20px;
}

.shr-logo img.vid-youtube-ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flx-vid {
  display: flex;
  gap: 20px;
  position: relative;
}

.flx-vid .stf-box {
  padding: 0px;
  text-align: left;
  padding-bottom: 5px;
  position: relative;
  height: 100%;
}

.flx-vid p.sf-sub-title {
  color: #0B111F;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  margin-top: 16px;
  margin-bottom: 0;
}

.flx-vid h5.stf-title {
  color: #0B111F;
  font-family: "Jost";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  margin-top: 15px;
}

.flx-vid.mrt50,
.mrt50 {
  margin-top: 20px;
}

h2.vid-short-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.hp-section.pdt0 {
  padding-top: 0;
}

.flx-vid .stf-cl {
  flex: 1;
}

@media (max-width: 991px) {
  h2.hph2-sec-title.wth-hd {
    max-width: auto;
    text-align: center;
  }

  .flx-vid {
    flex-wrap: wrap;
  }

  .flx-vid .stf-cl {
    flex: 1 33.3333%;
  }

  ul.tabs.flx-rw.lnks.links2.flxwrp {
    width: inherit;
  }

  ul.tabs.flx-rw.lnks.flxwrp {
    padding: 32px 15px;
  }

  .videotopsec ul.tabs.flx-rw.lnks.flxwrp {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flx.alit_center.gap.flw-yt {
    gap: 10px;
    margin-bottom: 20px;
  }

  .hp-section.hp-wchc.videotopsec h2.p-text {
    text-align: center;
  }

  .video-pst {
    margin-top: 15px;
  }

  .com_easyblog.view-entry .row-fluid.site-wrap {
    width: 100% !important;
  }

  .headerInner {
    padding: 0px 0;
  }
}

.header .cnt-btns {
  justify-content: flex-end;
}

.indent {
  padding-left: 25px;
}

/* addes by gsl */
.height-aut {
  height: auto !important;
}

.grecaptcha-badge {
  display: none;
}

.view-search .row-fluid.site-wrap {
  padding-top: 65px;
}

@media (max-width: 768px) {
  .com_easyblog.view-entry h2.hp-mods-title {
    font-size: 22px;
    line-height: 30px;
  }

  img.y-thumb {
    width: 100%;
    max-height: unset !important;
  }

  .flx-vid .stf-cl {
    max-width: 100%;
  }

  .stf-cl.last {
    max-width: 50%;
    margin: auto;
  }

  span.mb-add {
    text-align: center !important;
  }
}

/* ---- end blog new layout and search sec add dt07082023 by PT AWT -- */
@media (max-width: 1239px) and (min-width: 992px) {
  ul.list-flx2 li {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  ul.bl-left {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 1285px) {
  ul.check.fg.mcd-list.list-flx.list-flx-three.mfe4 li {
    max-width: 31% !important;
  }

  .lab-ser ul.list-flx2 li {
    max-width: 50%;
    width: 100%;
  }
}

@media (max-width: 1240px) {
  ul.ftr-link2.ad li:last-child img {
    margin-top: -27px;
  }

  ul.ftr-link2.ad li:last-child {
    line-height: 30px;
    margin-bottom: 0;
  }

  .header-inner .site-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }

  img.tr-im-vic.pa {
    right: -20px;
  }

  .gap155,
  .gap117,
  .gap136,
  .flx.gap180 {
    gap: 100px;
  }

  .cdwtd-sec .blk-cl.cnt-lt {
    width: 34%;
  }

  .wdsd p {
    width: inherit;
    min-width: 216px;
  }

  .main-header-area {
    gap: 30px;
  }

  .hdr-right {
    gap: 0px;
  }

  /* .hdr-right {
    flex-direction: row-reverse;
} */
  .site-wrap {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
  }

  .cnt-btns {
    margin-right: 70px;
  }

  .flx-esftf-col1 p.cl-w.op8 {
    width: inherit;
  }

  .rafp-flx.gap16 {
    flex-direction: column;
  }

  .flx-esftf-col1 {
    flex: 1;
  }

}

@media (max-width: 1100px) {
  .formResponsive .formControls label#I_agree0-lbl {
    line-height: 26px;
    display: block;
    align-items: flex-start !important;
    text-align: left;
    justify-content: flex-start;
  }

  .gap155,
  .gap117,
  .gap136,
  .flx.gap180 {
    gap: 70px;
  }

  .site-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }

  .global-btn img {
    display: none;
  }

  .hp-section {
    padding: 70px 0;
  }

  .nbr-blk {
    width: 100%;
  }

  .hp-section.pdt90 {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .cnt-btns {
    margin-right: 10px;
  }

  .header-inner .site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  input#How\ did\ you\ learn\ about\ McDowell {
    height: 80px;
    padding-bottom: 30px;
  }

  fieldset.formContainer.formHorizontal :-ms-input-placeholder {
    color: rgba(11, 17, 31, .6) !important;
    max-width: 220px;
  }

  fieldset.formContainer.formHorizontal::-webkit-input-placeholder {
    white-space: pre-line;
    max-width: 220px;
  }

  fieldset.formContainer.formHorizontal ::-moz-placeholder {
    white-space: pre-line;
    max-width: 220px;
  }

  fieldset.formContainer.formHorizontal :-ms-input-placeholder {
    color: rgba(11, 17, 31, .6) !important;
    white-space: pre-line;
    max-width: 220px;
  }

  fieldset.formContainer.formHorizontal ::-ms-input-placeholder {
    color: rgba(11, 17, 31, .6) !important;
    white-space: pre-line;
    max-width: 220px;
  }

  fieldset.formContainer.formHorizontal ::placeholder {
    white-space: pre-line;
    max-width: 220px;
  }

  .flex-col2 {
    display: none;
  }

  ul.list-flx2.abt-ar-list.rd-more li {
    margin-bottom: 20px;
  }

  ul.list-flx2.abt-ar-list.rd-more {
    gap: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .flexs p {
    text-align: left;
  }

  .hp-section2 {
    padding: 32px 14px;
    border-radius: 4px;
  }

  a.cnslt {
    flex: 0 45%;
    max-width: 45%;
  }

  ul.list-flx2.blt-cl-gr.abt-ar-list li {
    max-width: 45%;
  }

  ul.tabs li {
    padding: 14px 10px;
  }

  .faq-sec .attor_1 {
    padding-right: 30px !important;
  }

  .mb-blk {
    display: block;
  }

  .mb-none {
    display: none;
  }

  #more {
    display: block;
  }

  .flx.algn-center.gap74 .flx-equ-col.pr.ews-sec {
    margin-bottom: 0;
  }

  h3.hph2-sec-title.ft38 {
    font-size: 32px;
    line-height: 40px;
  }

  .flx-equ-col.cl-wth500.wchc-txt {
    flex: 100%;
  }

  .expert-rt ul li {
    padding-right: 47px;
  }

  .expert-rt ul li:after {
    right: 16px;
  }

  .hpm-title {
    font-size: 20px;
    line-height: 26px;
  }

  p.drk-txt.ft18.mrb24 {
    font-size: 18px;
    line-height: 28px;
  }

  .flx.rev-cl.gap67.mbgap41 {
    gap: 41px;
  }

  .faq-sec button.accordion:after {
    right: -21px;
  }

  button.accordion:after {
    /* right: -16px; */
    /* top: -11px; */
  }

  .attor_1 {
    padding: 35px 20px !important;
  }

  ol.mod-breadcrumbs.breadcrumb {
    top: 215px;
  }

  h1.head-text {
    font-size: 38px;
    line-height: 44px;
  }

  div#mod-custom728 .bg-dark {
    background-image: url(../../../images/svg/hbnmbkcl-vic.svg);
    background-position: bottom;
  }

  .flx-equ-col.wchc-img.pr {
    text-align: center;
  }

  ul.ftr-link2.ad li:last-child img {
    margin-top: -3px;
  }

  .flx.mgap94 {
    gap: 94px !important;
  }

  .ser-blk-txt {
    text-align: left;
  }

  img.pa.t-lt {
    left: -20px;
    top: -24px;
    width: 100px;
  }

  .flx.rev-cl img.pa.t-lt {
    right: -20px;
    left: auto;
  }

  .flx-equ-col.pr.ews-sec {
    margin-bottom: 50px;
  }

  .hp-section80 {
    padding: 50px 0;
  }

  .rafp-flx.gap16 {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  ul.check.fg.mcd-list li {
    padding: 16px 10px 16px 42px;
  }

  .mrt60 {
    margin-top: 40px;
  }

  .flx.esftf-sec.algn-center {
    text-align: center;
  }

  .flx-esftf-col1 p.cl-w.op8 {
    width: auto;
  }

  ul.ftr-link2.ad {
    align-items: center;
    align-content: center;
  }

  ul.ftr-social.bnr-social,
  .flx,
  .global-btn {
    justify-content: center;
  }

  .foot-cols {
    text-align: center;
  }

  ul.ft-list.q-links {
    padding-bottom: 30px;
  }

  .cp-rgt {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }

  .foot-top-wrap {
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    gap: 48px;
    flex-wrap: wrap;
  }

  button#Submit {
    float: none;
  }

  h4.hph20-sec-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  h3.hph32-sec-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .testMnlWrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .nbr-blk,
  .max-wth534,
  .rafp-web-sec {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cdwtd-sec {
    align-items: center;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    display: flex;
    opacity: 1 !important;
    background: transparent !important;
    border: 1px solid #E66821 !important;
    border-radius: 2px !important;
    pointer-events: none !important;
  }

  div#mod-custom226 img.ph-icn {
    display: none;
  }

  .rev-btn-flx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  div#mod-custom226 .cnt-us a:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../../images/2k23/svg/ft-ph-icon-wt.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 13px;
    top: 13px;
  }

  .cnt-website.pr button[type=submit] {
    padding: 21px 34px 21px 12px;
  }

  .cnt-website.pr button[type=submit] img {
    right: 8px;
    position: initial;
  }

  .lfoc .seo-sec .blk-cl {
    padding-left: 100px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -56%;
    top: 42.6px;
  }

  span.lc-title44 a {
    font-size: 36px;
    line-height: 36px;
  }

  .swiper-button-prev {
    left: 34% !important;
    top: 15.6px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
  }

  .testi .tstmnColTwo {
    width: 100%;
    padding-left: 0px;
  }

  form#frm1 {
    display: flex;
    justify-content: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
  }

  .blk-cl-black .global-btn.text-center {
    position: relative;
    bottom: 0px;
  }

  .testi .tstmnColOne,
  .max-wth588,
  .max-wth513 {
    max-width: 100%;
  }

  .flx.rafp-sec {
    gap: 30px;
  }

  .flx.rafp-sec {
    justify-content: space-between;
    align-items: center;
  }

  ul.tmnlMainLIc {
    justify-content: center;
  }

  .max-wth503,
  .max-wth567 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rafp-txt {
    text-align: left;
  }

  .tstmnColOne,
  .tstmnColTwo,
  .rafp-sec p.max-wth310,
  p.tmnlMainDsc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .blk-cl-black {
    padding-bottom: 24px;
  }

  .mrt60 {
    margin-top: 40px;
  }

  ul.check {
    text-align: left;
  }

  .flx.gap20.wrap-flex.mrt40.dms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-row-gap: 25px;
  }

  .global-btn,
  h3.sub-title.hmbn-title,
  .max-wdth554 {
    margin-left: auto;
    margin-right: auto;
  }

  hr.wd4 {
    width: 100%;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
  }

  .mbmrt50,
  .mrt100 {
    margin-top: 50px;
  }

  .mbmrt0 {
    margin-top: 0px;
  }

  .mb-center {
    text-align: center !important;
  }

  .rt-pd {
    padding-right: 0px;
  }

  .hp-section.pdt90 {
    padding-top: 45px;
  }

  .hph2-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  h2.hph2-sec-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .flx-equ-col p.drk-txt,
  .flx-equ-col p:last-child {
    margin-bottom: 0;
  }

  .flx.gap76,
  .flx.mgap64 {
    gap: 64px !important;
  }

  img.pa.t-rt {
    right: -18px;
    top: -24px;
  }

  span.lc-title30 {
    font-size: 24px;
  }

  .hp-section,
  .hp-section85 {
    padding: 60px 0;
  }

  .prem-plan {
    padding: 41px 32px;
  }

  ul.check.fg.mcd-list.list-flx.wth4.flx-four.gap20 li {
    flex: 1 50% !important;
  }

  .flx-equ-col,
  .flx-equ-col.pr.ews-sec,
  .flx-equ-col.pr.lab-sec,
  .flx-equ-col.wchc-txt.w48,
  .flx-equ-col.pr.ews-sec.ews-sec2 {
    flex: 1 100%;
    width: 100%;
  }

  .flx-equ-col.pt-plan,
  .flx-equ-col,
  .seo-sec .flx-equ-col.wchc-img,
  .flx-equ-col.adt-plan,
  .flx-equ-col.wchc-img.rt-pd,
  .flx-equ-col.pr.ews-sec,
  ul.check.list-flx li,
  .flex-col1. .flex-col2,
  .flx-equ-col {
    flex: 1 100%;
    width: 100%;
    box-sizing: border-box
  }

  .flx-rw,
  .flx,
  .flx.rafp-sec {
    flex-direction: column;
  }

  .cdwtd-sec .blk-cl.cnt-lt {
    width: 100%;
    padding: 30px;
    padding-left: 96px;
    box-sizing: border-box;
  }

  .cdwtd-sec .blk-cl-txt:before {
    left: 22px;
    top: 12px;
  }

  .cnt-us {
    background: #0B111F;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: relative;
    padding: initial;
    border: 1px solid #0B111F;
  }

  img.ph-icn {
    margin-right: 0;
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .site-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mb-blk ul.check.fg.mcd-list.list-flx {
    flex-direction: column;
  }

  .mb-blk .list-flx.list-flx-three li,
  ul.list-flx2.list-flx-two.wth2 li {
    flex: 1 100% !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }

  .flx.algn-center.gap83 .flx-equ-col.pr.ews-sec {
    margin-bottom: 0;
  }

  .flx.gap180,
  .gap83.gap82,
  .gap18,
  .flx.gap117,
  .gap136,
  .gap80,
  .gap53,
  .gap60,
  .gap76,
  .gap155,
  .gap83,
  .gap74,
  .gap67,
  .gap110,
  .gap88 {
    gap: 50px;
  }

  .flx.eql-cl-tp.gap55.faq {
    gap: 0;
  }

  header.header .global-btn,
  p.phn-at {
    display: none;
  }

  .cnt-us,
  .flx-equ-col.pdl104 {
    padding-left: 0px;
  }

  .header-inner {
    height: 70px;
  }

  ul.check.fg.mb24 li {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .rafp-flx.gap16 {
    justify-content: center;
  }

  .tstmnColTwo {
    padding-top: 0px !important;
  }

  .pp-list.bg-cl-dark ul.check.fg {
    margin: 0;
    padding: 26px 20px;
  }

  span.lc-title.ft40 {
    font-size: 32px;
  }

  .wt-box-sec {
    background-color: #fff;
    padding: 30px 20px;
  }

  iframe {
    height: auto;
  }

  .atr-prf-col.flex-col1 .atr-prf-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .flx.rev-cl,
  .flx.rev,
  .atr-prf-wrap.rev {
    flex-direction: column-reverse;
  }

  .check.fg.mcd-list.rd-more li.mod-l-flx-r li {
    flex: 1 100%;
  }

  .hm-contact-frm {
    padding: 32px 20px;
    text-align: center;
  }

  .hm-contact-frm .rsform-block.rsform-block-contact-us {
    text-align: center !important;
  }

  .rsform-block.rsform-block-contact-us span.formValidation {
    padding: 0 !important;
  }

  h1.hph2-title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;
  }

  .atr-prf-col img {
    margin-right: auto;
    margin-left: auto;
  }

  .atr-prf-col.atrpc2 {
    flex: 1 100%;
    text-align: center;
  }

  .global-btn.two.expt-btn a {
    margin-top: 32px !important;
  }

  .global-btn.two.expt-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  ul.tabs {
    gap: 16px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .itemid-110 ul.tabs {
    margin: 0 -20px 24px;
  }

  .tab-content p {
    text-align: center;
  }

  ul.list-flx2 li,
  .hp-section2.bg-cl-gr ul.list-flx li {
    flex: 1 42%;
    width: 100%;
    max-width: 100%;
  }

  .flx.mbgap0 {
    gap: 0;
  }

  .mrt80 {
    margin-top: 50px !important;
  }

  .max-wth339 {
    max-width: initial;
  }
}

@media (max-width: 767px) {
  ul.list-flx2.abt-ar-list.rd-more {
    width: 100%;
  }

  .hp-section2 ul.list-flx2.blt-cl-gr.abt-ar-list li,
  ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 li {
    max-width: 100%;
  }

  ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 li {
    flex: 0 100%;
    max-width: 100% !important;
  }

  fieldset.formContainer.formHorizontal {
    max-width: 95%;
    margin: auto;
  }

  .flx.rev-cl img.pa.t-lt {
    right: -15px;
    left: auto;
  }

  .flexs,
  a.cnslt,
  .conttt-flx.mrt60.cont-pg .flexs {
    flex: 1 100%;
    max-width: 100%;
  }

  ul.list-flx2.blt-cl-gr.abt-ar-list li {
    max-width: 100%;
  }

  ul.check.fg.mcd-list.list-flx.wth4.flx-four.gap20 li {
    flex: 1 100% !important;
  }

  .hp-section80.bg-cl-blu.esftf-sec .site-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .list-flx.list-flx-three li {
    flex: 1 100% !important;
    padding-right: 20px !important;
    max-width: 100% !important;
  }

  ul.check.fg.mcd-list li.mod-l-flx-r li {
    flex: 1 31%;
  }

  ul.check.list-flx li {
    flex: 1 100%;
    margin-bottom: 0;
  }

  ul.check.fg.mcd-list.list-flx.gap20.flx-alt li {
    padding: 20px 7px 20px 40px;
  }

  ul.check.fg.mcd-list.list-flx.gap20.flx-alt li:last-child {
    flex: 100%;
  }

  ul.check.fg.mcd-list.list-flx.gap20 {
    gap: 14px;
    grid-row-gap: 21px;
  }

  p.max-wth-cprt.cl-w {
    text-align: center;
  }

  ul.ft-list.q-links li {
    padding: 15px 0px;
    display: block;
  }

  .foot-cols {
    flex: 1 48%;
  }

  .global-btn.two a:last-child {
    margin-top: 16px;
  }

  .global-btn.two {
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .bg-cl-dark ul.check li {
    color: #fff;
    margin-bottom: 18px;
    line-height: 24px;
  }

  .seo-sec .blk-cl {
    padding-left: 100px;
  }

  .blk-cl-txt:before {
    left: 10px;
  }

  .flx-list.four-cl ul.check.fg.mb28 {
    flex: 1 100%;
    width: 100%;
  }

  .wdsd p {
    width: 320px;
  }

  .site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flx.dms {
    grid-row-gap: 24px;
  }

  img.tr-im-vic.pa {
    top: -40px;
    right: -13px;
    width: 100px;
  }

  ul.check {
    text-align: left;
    padding-left: 0%;
  }

  span.lc-title44 a {
    font-size: 32px;
    line-height: 32px;
  }

  .rafp-flx.gap32 {
    gap: 0px;
  }

  .rafp-txt p.seo-sub-titlle {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }

  .lfoc .seo-sec .blk-cl {
    padding-left: 70px;
  }

  .seo-sec .blk-cl.cnt-lt.cont .blk-cl-txt:before,
  .seo-sec .blk-cl.cnt-lt.cont:hover .blk-cl-txt:before,
  .seo-sec .blk-cl.cnt-lt.our-loc .blk-cl-txt:before,
  .seo-sec .blk-cl.cnt-lt.our-loc:hover .blk-cl-txt:before,
  .seo-sec .blk-cl.cnt-lt.our-sch .blk-cl-txt:before,
  .seo-sec .blk-cl.cnt-lt.our-sch:hover .blk-cl-txt:before {
    left: 18px;
    top: 26px;
  }

  .flx.wrap-flex.oaofe-sec {
    flex-direction: column;
  }

  ul.list-flx2 li,
  .hp-section2.bg-cl-gr ul.list-flx li,
  .lab-ser ul.list-flx2 li {
    flex: 1 100%;
    width: 100%;
    max-width: 100%;
  }

  /* eric */
  .disp-mob-non {
    display: none;
  }

  .dis-dsk-non {
    display: block;
  }

  .itemid-110 .atr-prf-col.atrpc2 {
    max-width: 259px;
  }

  .cntt1 ul.ftr-link2.ad li:last-child {
    text-align: left;
  }

  /* eric end */
}


@media (max-width: 570px) {
  form#frm1 {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
  }

  .rafp-web-sec {
    width: 100%;
    box-sizing: border-box;
  }

  ul.ftr-link2.ad li:nth-child(4) img {
    margin-top: -24px;
    padding-right: 0px;
  }

  div#mod-custom739 h2.hph2-sec-title {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 414px) {
  span.lc-title30 {
    font-size: 22px;
  }

  p.drk-txt.ft18.mrb24 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    max-width: 330px;
  }
}

@media (max-width: 401px) {
  p.ser-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }
}

.mgnbt {
  margin-bottom: 60px !important;
}

.max-wth822 {
  max-width: 822px;
}

.max-wth706 {
  max-width: 706px;
}

ul.check.fg.mcd-list li.lst-chd.pr::before {
  content: none;
}

ul.check.fg.mcd-list li.lst-chd.pr {
  background: #FFF;
  box-shadow: none;
  padding: 7px 46px 0px 0;

}

ul.check.fg.mcd-list li.lst-chd.pr:hover {
  color: #000;
  cursor: pointer;
}

ul.check.fg.mcd-list.cnt-int {
  justify-content: flex-start !important;
}

.global-btn.pa.btn-ab {
  margin-left: 120px;
  top: 98px;
}

.hp-section.mrg-btm {
  margin-bottom: 80px;
}

@media (max-width:768px) {
  .hp-section.mrg-btm {
    margin-bottom: 40px;
  }

}

ul.check.fg.mcd-list.cnt-int li:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}

ul.check.fg.mcd-list.cnt-int li:hover::before {
  background: url(../../../images/2k23/svg/check-blk.svg) 0 0/cover no-repeat;
}

.max-wth570 {
  max-width: 570px;
  margin: auto;
}

.mb-none .ct-int {
  justify-content: flex-start !important;
}

/* edit by yogita for video blog   */
h2.eb-post-title.reset-heading {
  font-size: 18px !important;
  margin-bottom: 0px !important;
}

.com_easyblog.view-latest p {
  margin-bottom: 0px;
}

.eb-entry-fields {
  display: none;
}

div#mod-custom734 fieldset#rsform_11_page_0 button#Subscribe {
  background: #000;
}

.c1.blg-lt input#search-blogs {
  font-size: 14px;
}


.eapp-cookie-consent-actions-confirm.jsx-1742907847 {
  background: #0b1323 !important;
}

h3.m-headng {
  margin-top: 25px;
  margin-bottom: 6px;
}

h3.m-headng+p {
  padding-left: 18px;
}

.com_easyblog.view-entry #eb ul li {
  margin-bottom: 16px;
}

.com_easyblog.view-entry #eb ul.check li {
  margin-bottom: 20px;
}


/* review  */
.testMnlWrap {
  display: flex;
  align-items: center;
}

p.tmnlTXT01 span {
  border: 2px solid #0c37a0;
  color: #0c37a0;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500
}

p.tmnlTXT01 {
  margin: 10px 0 30px
}

h2.tmnlMainTitle {
  margin: 0;
  font-size: 35px;
  color: #000;
  line-height: 45px;
  margin-bottom: 10px;
  font-weight: 600
}

.tmnlBTN {
  margin-top: 30px
}

.tmnlBTN a {
  background-color: #0c37a0;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none
}

.tstmnColTwo {
  width: 65%
}

.tstmnColOne {
  width: 35%
}

ul.tmnlMainLIc li {
  margin: 0 6px 0 0
}

ul.tmnlMainLIc li i {
  color: #ff9800
}

ul.tmnlMainLIc {
  margin: 15px 0;
  display: flex;
  list-style: none
}

.AuthInfosWrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.AuthInf {
  display: flex;
  align-items: center
}

.AuthNms h3 {
  margin: 0 0 3px;
  font-size: 17px;
  font-weight: 600
}

.AuthNms p {
  margin: 0;
  color: #8f8f8f
}

.AuthNms {
  padding-left: 15px
}

.tmnlQIc i {
  color: #eb323f;
  font-size: 22px
}

.AuthInfosWrap {
  margin-top: 35px
}

.tstmnColTwo {
  width: 65%;
  padding-left: 60px;
  box-sizing: border-box
}

.tmnlRVbox {
  display: flex;
  margin: 0 -15px
}

.tstimonialItemInner {
  background: #1a2635;
  border-radius: 5px;
  background-position: top;
  border: 2px solid #2a333d;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, .3) 0px 19px 38px, rgba(0, 0, 0, .22) 0px 15px 12px
}

.tstimonialItems {
  padding: 0 15px
}

.testimonialsSection {
  background: #eff1f6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 50px 0;
}

.tstmnColTwo {
  position: relative
}

.swiper-button-prev {
  left: -5px;
  z-index: 55
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none
}

.AuthAvtar img {
  max-width: 50px
}

p.tmnlMainTxt a:hover {
  color: #fff
}

p.tmnlMainTxt a b {
  font-weight: 500
}

@media (max-width: 767px) {
  .testMnlWrap {
    display: flex;
    flex-direction: column
  }

  .tstmnColOne,
  .tstmnColTwo {
    width: 100%;
    text-align: center;
  }

  h2.tmnlMainTitle {
    font-size: 30px;
    line-height: 42px
  }

  .tstmnColTwo {
    padding-left: 0;
    padding-top: 50px
  }

  .swiper-button-prev {
    left: 31%
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    display: flex
  }

  ul.check.fg.mcd-list li::before {
    top: 19px;
  }
}

@media (min-width: 767px) and (max-width:991px) {
  h2.tmnlMainTitle {
    font-size: 25px;
    line-height: 35px
  }

  .tstmnColOne {
    width: 40%
  }

  .tstmnColTwo {
    width: 60%;
    padding-left: 35px
  }

  .tmnlBTN a {
    font-size: 13px
  }
}

/* for menu by taniya -10-11-2k23 */
@media (min-width:991px) and (max-width:1452px) {
  .header-inner .site-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .cnt-btns {
    margin-right: 0;
  }
}

@media (min-width:991px) and (max-width:1413px) {
  .header-inner .site-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width:991px) and (max-width:1372px) {
  .header-inner .site-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width:991px) and (max-width:1335px) {

  .hdr-right {
    gap: 0;
  }
}

@media (min-width:991px) and (max-width:1306px) {
  .header-inner .site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  a.product-menu-header-link.dropdown-toggle {
    padding: 20px 12px !important;
  }
}

@media (min-width:991px) and (max-width:1142px) {
  .cnt-us {
    background: #0B111F;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: relative;
    padding: initial;
    border: 1px solid #0B111F;
  }

  img.ph-icn {
    margin-right: 0;
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .phn-at a {
    display: none;
  }

  .ph-icn {
    filter: unset;
  }

  .site_brand_area img {
    width: 160px;
  }

  .c-nw {
    display: none;
  }
}

@media (min-width:991px) and (max-width:996px) {
  .main-header-area {
    gap: 15px;
  }
}

@media(max-width:992px) {
  .hdr-right {
    flex-direction: row-reverse;
  }

  .pre-dot>p {
    text-align: left;
  }

  .hp-section2 ul.list-flx2.blt-cl-gr.abt-ar-list li {
    max-width: 100%;
  }

  ul.check.fg.mcd-list {
    max-width: 100%;
  }

  .lab-ser ul.list-flx2 li {
    max-width: 100%;
  }

  p.emp-cont {


    font-size: 15px;
  }

  p.emp-cont {
    text-align: left;
  }

  p.emp-titl {
    text-align: left;
  }
}

.pre-dot>p {
  position: relative;
  padding-left: 30px;
}

.pre-dot>p:before {
  content: "";
  background: url(../../../images/2k23/svg/check-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
}

.nw-list span {
  position: relative;
}

.nw-list span:before {
  content: "";
  background: url(../../../images/2k23/svg/check-blk.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 20px;
  height: 20px;
}

ul.nw-list.list-flx2.blt-cl-gr li:hover span:before {
  background: url(../../../images/2k23/svg/check-blt-wt.svg) 0 0/cover no-repeat;
}

/*  */

div#mod-custom730 .ser-cl,
div#mod-custom730 .blk-cl-txt.pr {
  height: 250px;
}

div#mod-custom730 .blk-cl-txt.pr img {
  width: 100%;
  height: 100%;
}

@media(max-width:1327px) {
  ul.check.fg.mcd-list.list-flx.list-flx-two.wth2 li {
    max-width: 47%;
  }
}

ul.check.n-bld li {
  font-weight: unset !important;
  color: #4A5162;
}

.subli {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  gap: 25px;
}

.subli p {
  margin-bottom: 0;
}

.emp-cont {
  margin-bottom: 0px;

  font-size: 15px;
}

.emp-titl {
  font-size: 16px;
  margin-bottom: 0px;
}

.hpm-title.line-h30 {
  line-height: 30px !important;
}

ul.check-o li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/2k23/svg/check2-blk.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0px;
  top: 0px;

}

/* ul.check-o {
    margin-bottom: 20px;
} */

/* edit by yogita  */
div#rsform_11_page_0 label.formControlLabel {
  display: none;
}

div#rsform_11_page_0 .formSpan12 {
  display: flex !important;
}

div#rsform_11_page_0 input#Email {
  padding: 12px;
  border: 0px !important;
  background: #fff !important;
  outline: 0 !important;
  border-radius: 7px 0 0 7px !important;
  height: unset !important;
  margin-bottom: 20px;
}

div#rsform_11_page_0 button#Subscribe {
  padding: 12px;
  border-radius: 0 7px 7px 0;
  background: #000;
  border: 0 !important;
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, .2), -1px 5px 1px -3px rgba(0, 0, 0, .05);
  color: #fff;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);

}

div#h-captcha-123+span {
  display: none;
}
.non-tab .hpm-title {
  font-size: 18px;
}
@media(max-width:1200px) {

  .flex-col2,
  .flex-col2 .expert-rt {
    display: none;
  }
}

/* edit by yatendra  */
.pro-titl-1 {
  margin-bottom: 12px;
}

@media(max-width:992px) {
  .pro-mb {
    margin: 0px;
  }

  .pro-mb p {
    text-align: left;
  }
}
.filtt img {
  filter: brightness(50%);
}


/* Added by YK 30 april 2024 */
ul.list-fx {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.list-fx li {
  flex: 1 20%;
}
@media(max-width:992px){
  ul.list-fx {
    flex-direction: column;
    gap: 0px;
}
}
/* 17-may for i-pad */
@media (max-width: 1320px) {
.hph2-title {
  font-size: 50px;
  line-height: 54px;
}
}
@media (max-width: 991px) {
  .lab-ser ul.list-flx2 li {
    max-width: max-content;
  }
  ul.check {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  ul.list-flx2{
      display: flex !important;
      flex-wrap: wrap;
  }
  .pa{
      display: none;
  }
  span#more1, span#more2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.max-wth437 {
  max-width: 437px;
  margin: auto;
}
.bg-cl-drk.cont-info {
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
ul.check.fg.mcd-list.list-flx {
  max-width: 96%;
}
.not-wrap  ul.check{
  display: initial;
  flex-wrap: initial;
  justify-content: initial;
}
/* tr */
.flx.esftf-sec {
  gap: 16px;
}
.ftrsignup .formResponsive {
  margin: 0;
}
.ftrsignup {
  padding-left: 20px;
}
.ftrsignup  h2.hph2-sec-title {
      margin-bottom: 10px;
  }
  .ser-blk-txt p.ser-title{
    margin-bottom: 10px !important;
    line-height: 24px !important;
  }
  .hp-section p:last-child {
    margin-bottom: 18px;
}
.tp-pdd{
  padding-top: 20px;
}
.flx.gap76, .flx.mgap64 {
  gap: 30px !important;
}
ul.list-flx2 li {
  margin-bottom: 10px;
}
.hp-section.pdt-hd0 {
  padding-top: 0;
}
.atr-prf-wrap .flex-col1 {
  width: 100%;
}
.panel .check{
  flex-direction: column;

}
.mgn-ato{
  margin: auto;
}
p.ser-title{
  line-height: 24px;
}

.mb-wdht ul.list-flx2 {
  display: flex;
  flex-wrap: wrap !important;
  gap: 30px !important;
}
.com_easyblog.view-latest #eb .btn-default{
  height: 40px!important;
  padding: 0 10px;
}
.mbt-mbl {
  padding-bottom: 10px;
}
}



/*  */
@media (max-width: 768px) {li
  .lab-ser ul.list-flx2 li {
    max-width: 100%;
  }
  .mb-wdht .lab-ser ul.list-flx2 li {
    max-width: 100%;
}
.wrapper-static.view-entry .inner-cont1,
.com_easyblog h1.innerpage-title,
.eb-entry-article.clearfix {
  text-align: center;
}
  .panel {
    padding-top: 25px;
}
  .tvcsec{
    flex-direction: column !important;
    margin: auto;

  }
  .tvcsec-cl {
    width: 100%;
}
  ul.check {
      display: initial;
      flex-wrap: initial;
      justify-content: initial;
  }
  ul.list-flx2{
      display: initial !important;
      flex-wrap: initial;
  }
  .pa{
      display: block;
  }
  span#more1, span#more2 {
    display: initial;
    flex-wrap: initial;
    justify-content: initial;
}
.max-wth437 {
  max-width: 437px;
  margin: auto;
}
.bg-cl-drk.cont-info {
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
ul.check.fg.mcd-list.list-flx {
  max-width: 96%;
}
}
h2.hph2-sec-title.contact-sec {
    font-size: 30px;
    line-height: 45px;
}
/* submit button css */
.formContainer button[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
/* submit button css */
div#rsform_11_page_0 input#Email {
box-sizing: border-box;
}