@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'circulamedium';
  src: url('../fonts/circular_std_font-webfont.woff2') format('woff2'),
    url('../fonts/circular_std_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
}

.font-one {
  font-family: 'Open Sans', sans-serif;
}

.font-two {
  font-family: 'Poppins', sans-serif;
}

/* fonts size */
.fz-75 {
  font-size: 75px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fz-18 {
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.fz-14 {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.fz-24 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fz-55 {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fz-36 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fz-20 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fz-15 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.fz-28 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.fz-16 {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.fz-13 {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

/* color */
.orangetx {
  color: #FF7347;
}

.greentx {
  color: #30E5A9;
}

.bluetx {
  color: #4169E1;
}

.white {
  color: #fff;
}

.white-rgba6 {
  color: rgba(255, 255, 255, 0.6);
}

.white-rgba7 {
  color: rgba(255, 255, 255, 0.7);
}

.white-rgba4 {
  color: rgba(255, 255, 255, 0.04);
}

.white-rgba5 {
  color: rgba(255, 255, 255, 0.4);
}

.pb-20 {
  padding-bottom: 20px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-100 {
  padding-top: 100px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

/* font weight*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.pb-150 {
  padding-bottom: 150px;
}

.mx-width-90 {
  max-width: 90%;
}

.bg1 {
  background-color: #1F2126;
}

.bg2 {
  background-color: #2E3137;
}

.bg3 {
  background-color: #393D43;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-6 {
  border-radius: 6px;
}

.black6 {
  background-color: #4C5059;
}

.black7 {
  background-color: #32353D;
}

.bg-grey5 {
  background-color: #282B31;
}

.blue-bg {
  background-color: #4169E1;
}

.box-shadow1 {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.25);
}

.letter-spacing3 {
  letter-spacing: 0.03em;
}

/* gelatine animation */
.gelatine {
  animation: gelatine 0.5s 1;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.fill-btnsm {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  transition: all 300ms;
}

.fill-btnsm:hover {
  color: #fff;
  background-color: #3661e1;
}

.fill-btnsm span {
  line-height: 1;
}

.fill-btnsm .icon-light {
  stroke-width: 1.5;
  width: 18px;
  margin-right: 10px;
  height: auto;
}

.bdr-left-line {
  border-left: 1px solid #474A53;
}

.btn-sml-circle.btn-smll {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
  scrollbar-width: thin;
}

body {
  transition: 0.4s;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  background: #282B31;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
}

ul {
  padding: 0px;
}

ul li {
  list-style: none;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.brandNameHolder {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.authHeader {
  padding: 60px;
  min-height: 190px;
}

.authBody-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 60px;
  min-height: calc(100vh - 190px);
  position: relative;
  z-index: 1;
}

.authBody-holder .rgtbx-holder {
  flex: 1;
  max-width: 600px;
}

.authBody-holder .lftbx-holder {
  flex: 1;
  padding-top: 90px;
}

.authBody-holder .formStyleContainer {
  background: #35383E;
  border-radius: 10px;
  border: 1px solid #51555B;
  padding: 60px 60px 70px;
}

.authBody-holder .form-holder h3 {
  font-size: 14px;
  color: #A4A6A9;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.authBody-holder .form-holder h1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 8px 0 50px;
  font-weight: 400;
}

.authBody-holder .form-holder .authDescp {
  color: #A4A6A9;
  font-size: 14px;
  padding: 0 0 24px;
}

.authBody-holder .form-holder .form label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.7);
}

.authBody-holder .form-holder .form .form-group {
  margin: 0 0 30px;
  position: relative;
}

.authBody-holder .form-holder .form .form-control {
  border-color: #51555B;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  min-height: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.authBody-holder .form-holder .form .form-check {
  position: relative;
}

.authBody-holder .form-holder .form .form-check label.error {
  bottom: -15px;
}

.authBody-holder .form-holder .form .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
  color: #fff;
}

.authBody-holder .form-holder .form .form-check .form-check-label a {
  color: #30E5A9;
  text-decoration: underline;
}

.authBody-holder .form-holder .form .form-check .form-check-label a:hover {
  color: #00c986;
}

.authBody-holder .form-holder .form .form-check .forget {
  position: absolute;
  right: 0;
}

.authBody-holder .form-holder .form .form-check .forget .forgetLink {
  color: #9FA1A4;
  font-weight: 400;
  font-size: 14px;
}

.authBody-holder .form-holder .form .submit-frm .btn-solid {
  color: #1B1B1B;
  width: 100%;
  text-align: center;
  background: #30E5A9;
  border-radius: 5px;
  height: 55px;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none;
}

.authBody-holder .form-holder .form .submit-frm .btn-solid:hover {
  background: #00c986;
}

.authBody-holder .form-holder .form .accountinfo {
  padding: 45px 0 0;
  font-size: 16px;
  color: #9FA1A4;
}

.authBody-holder .form-holder .form .accountinfo .color-white {
  color: #fff;
  font-weight: 400;
}

.authBody-holder .form-holder .form .accountinfo .color-white img {
  margin: 0 0 0 4px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.authBody-holder .form-holder .form .accountinfo .color-white:hover {
  opacity: 0.8;
}

.authBody-holder .form-holder .form .accountinfo .color-white:hover img {
  margin-left: 10px;
}

.authBody-holder .form-holder .form .accountinfo .color-white .backarow {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 4px 0 0;
}

.authBody-holder .submitbx-holder h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0 20px;
  color: #fff;
  text-transform: initial;
}

.authBody-holder .submitbx-holder p {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.authBody-holder .elements--container {
  width: 575px;
  position: relative;
}

.authBody-holder .elements--container .mobileIcon-holder {
  position: absolute;
  right: 0;
  bottom: -150px;
}

.authBody-holder .elements--container .boxsm-holder .txbx {
  margin: 50px 0 0;
}

.authBody-holder .elements--container .boxsm-holder .txbx h4 {
  font-size: 50px;
  color: #757981;
  font-weight: 500;
}

.authBody-holder .elements--container .boxsm-holder .dots-container {
  width: 35px;
  text-align: center;
}

.authBody-holder .elements--container .boxsm-holder .dots {
  background: #43474F;
  display: block;
  border-radius: 50%;
}

.authBody-holder .elements--container .boxsm-holder .dots.dots-sm {
  height: 6px;
  width: 6px;
  margin: 8px auto;
}

.authBody-holder .elements--container .boxsm-holder .dots.dots-md {
  height: 35px;
  width: 35px;
}

.authBody-holder .elements--container .boxStyle {
  background: #43474F;
  height: 190px;
  width: 190px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  display: inline-block;
  padding: 30px 15px 20px;
}

.authBody-holder .elements--container .boxStyle .icnHolder span {
  height: 40px;
  width: 40px;
  background: #FF7347;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.authBody-holder .elements--container .boxStyle .contbxHolder {
  color: #fff;
}

.authBody-holder .elements--container .boxStyle .contbxHolder h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 18px 0 8px;
}

.authBody-holder .elements--container .boxStyle .contbxHolder p {
  font-size: 12px;
  color: #BDC0C6;
}

/* Landing Page Starts */
.landingHeader {
  padding: 35px;
}

.landingHeader .navbar-brand {
  max-width: 222px;
}

.landingHeader .navbar-nav .nav-item {
  padding-left: 30px;
}

.landingHeader .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.landingHeader .navbar-nav .signbtn .btn {
  color: #30E5A9;
  font-size: 16px;
  border: 1px solid #545860;
  border-radius: 50px;
  padding: 9px 30px;
  min-width: 120px;
}

.landingHeader .navbar-nav .signbtn .roundbtn-fill.btn {
  background: #30E5A9;
  border-color: #30E5A9;
  color: #1b1b1b;
  margin-left: 10px;
}

.landingHeader .navbar-nav .dropdown .dropdown-toggle:after {
  border: none;
  background: url("../images/dropdown-toggle.svg") no-repeat center center/12px;
  height: 7px;
  width: 10px;
  position: relative;
  top: 3px;
}

.landing-banner {
  padding: 150px 0;
  background: url("../images/design.svg") no-repeat center 50px/1360px;
}

.landing-banner .contbx {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.landing-banner .contbx h1 {
  font-size: 75px;
  line-height: 1.15;
  font-weight: 500;
}

.landing-banner .contbx h1 span {
  color: #30E5A9;
}

.landing-banner .contbx p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 660px;
  margin: 30px auto 60px;
  letter-spacing: 0.05rem;
}

.landing-banner .arrowContainer {
  text-align: center;
  padding: 170px 0 0;
}

.landing-banner .btnHolder .btn {
  background: red;
  border-radius: 5px;
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 600;
  min-width: 210px;
  min-height: 55px;
  padding: 12px 30px;
  background: #30E5A9;
}

.landing-banner .btnHolder .btn:hover {
  background: #00c986;
}

.section-container {
  max-width: 100%;
  overflow-x: auto;
}

.cstmrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
}

.video-section .cstmrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  align-items: center;
}

.video-section .cstmrow .videobx,
.video-section .cstmrow .videoDescp {
  flex: 1;
  max-width: 50%;
}

.video-section .videobx {
  background: #4169E1;
  padding: 55px 15px;
  text-align: center;
  position: relative;
}

.video-section .videobx .playbtn {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.video-section .videobx .playbtn .play {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  height: 110px;
  width: 110px;
}

.video-section .videobx:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: auto;
  width: auto;
  background: rgba(49, 83, 185, 0.37);
  z-index: 0;
}

.video-section .videoDescp {
  padding: 15px 15px 15px 150px;
}

.video-section .innerDescp {
  color: #fff;
}

.video-section .innerDescp h3 {
  font-size: 50px;
  font-weight: 600;
}

.video-section .innerDescp h1 {
  font-size: 95px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.video-section .innerDescp h1 span {
  line-height: 1;
  opacity: 0.05;
  position: absolute;
  right: -110px;
}

.video-section .innerDescp h1 img {
  min-width: 194px;
  min-height: 194px;
}

.onassist-section {
  color: #fff;
}

.onassist-section .lftbx--holder {
  flex: 1;
  width: 276px;
}

.onassist-section .mainbx--holder {
  flex-basis: calc(100% - 276px);
  max-width: calc(100% - 276px);
}

.mainbx--holder .descpCol,
.mainbx--holder .placeCol {
  flex: 1;
  max-width: 50%;
  padding: 0 15px;
}

.mainbx--holder .placeCol {
  text-align: center;
  padding-top: 60px;
}

.line-bdrleft:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  border-top: 1px solid #51555B;
  width: 50px;
}

.descpbx {
  max-width: 620px;
}

.paragraphtxbx {
  padding-left: 60px;
  position: relative;
}

.mainbx--holder {
  padding-top: 200px;
}

.bdr-rightline {
  border-right: 1px solid #51555B;
}

.onboard-horz-text {
  position: relative;
}

.onboard-horz-text span {
  color: #51555B;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.25em;
  position: absolute;
  top: 300px;
  left: 0px;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.steplist-group {
  position: relative;
  display: inline-block;
}

.steplist-group:before {
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 auto;
  border-right: 2px dashed #464950;
  height: 100%;
  z-index: -1;
}

.steplist-group li {
  padding-bottom: 25px;
}

.steplist-group li:last-child {
  padding-bottom: 0px;
}

.steplist-group li .playicon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #30E5A9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.steplist-group li .playicon img {
  position: relative;
  left: 3px;
}

.steplist-group li .steplist-tex {
  border-radius: 25px;
  background-color: #464950;
  border: 2px solid #282B31;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  min-width: 130px;
}

.steplft-bx {
  flex: 1;
  max-width: 40%;
  text-align: center;
  padding: 0 15px;
}

.stepright-bx {
  flex: 1;
  max-width: 60%;
  padding: 0 15px;
}

.step-content {
  max-width: 490px;
}

.step-mainbx {
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
  padding: 40px 0;
}

.step-mainbx .bg-bx {
  background-color: #2F3238;
  width: calc(100% - 190px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -9%;
  z-index: -1;
}

.stepsbox {
  padding: 150px 0 100px 0;
}

.tex-stroke {
  position: absolute;
  top: 35%;
  right: -80px;
  transform: rotate(-90deg);
  font-size: 100px;
  -webkit-text-stroke: 1px #45484F;
  color: transparent;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  z-index: -1;
}

.box6 {
  flex: 1;
  max-width: 50%;
}

.section-e .descbxx {
  max-width: 520px;
}

.custm-conatin {
  max-width: 92%;
  margin: 0 auto;
}

.section-e {
  padding-bottom: 150px;
}

.section-f .descbxx {
  max-width: 500px;
}

.section-f {
  padding-bottom: 180px;
}

.content-card .box-left {
  flex: 1;
  max-width: 32%;
}

.content-card .box-right {
  flex: 1;
  max-width: 68%;
}

.content-card .contcardbx {
  background-color: #1D2025;
  padding: 70px 30px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 60px);
  position: relative;
}

.content-card .contcardbx .titlebx {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-weight: normal;
  max-width: 400px;
  margin: 0 auto;
}

.content-card .right-listing {
  background-color: #30343A;
  height: calc(100% + 120px);
  padding: 30px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 520px;
  margin-top: -60px;
}

.content-card .right-listing .listing-cardbx {
  width: 100%;
}

.listing-cardbx ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.listing-cardbx ul li {
  flex: 0 0 auto;
  max-width: 33.33%;
  padding: 12px 12px;
  width: 100%;
}

.listing-cardbx ul li .cardbox-list {
  max-width: 250px;
  transition: all 300ms;
}

.listing-cardbx ul li .cardbox-list:hover {
  transform: translateY(-10px);
}

.listing-cardbx ul li .iconbox {
  margin-bottom: 30px;
}

.listing-cardbx ul li .subtitle {
  padding-bottom: 10px;
}

.cardlisting-left .grouplist-cardbody li {
  padding-bottom: 80px;
}

.title-cardbx-top {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 30px;
}

.right-cardlist {
  position: relative;
}

.right-cardlist .sml-stroke {
  color: #51555B;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: -20px;
  right: 0px;
}

.section-i {
  padding: 50px 0 50px 0;
}

.sectionj-main .box {
  flex: 1;
}

.sectionj-main .boxinner-card {
  padding: 40px 20px;
  min-height: 520px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sectionj-main .boxinner-body {
  max-width: 450px;
  margin: 0 auto;
  transition: all 300ms;
}

.sectionj-main .box-content .subtitle {
  padding-bottom: 15px;
}

.sectionj-main .check-it {
  padding-top: 25px;
}

.sectionj-main .check-outbtn {
  color: #FF7347;
  line-height: 1.2;
}

.sectionj-main .check-outbtn:hover {
  color: #FF7347;
}

.box-icon {
  padding-bottom: 50px;
}

.box-icon .iconbx-crcl {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 115, 71, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-outbtn {
  position: relative;
  display: inline-flex;
  align-self: center;
  flex-wrap: wrap;
  padding-left: 50px;
  transition: all 300ms;
}

.check-outbtn:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #FF7347;
  left: 0px;
  top: 9px;
  transition: all 300ms;
}

.check-outbtn:hover {
  padding-left: 0px;
  padding-right: 50px;
}

.check-outbtn:hover:before {
  left: auto;
  right: 0px;
}

.boxinner-card:hover .boxinner-body {
  transform: translateY(-10px);
}

.boxinner-card:hover .iconbx-crcl {
  animation: gelatine 0.5s 1;
}

.footer-list {
  background-color: #040404;
  color: #fff;
  height: 100%;
  min-height: 480px;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row.custm-row {
  --bs-gutter-x: 0rem;
}

.footer-heading {
  padding-bottom: 40px;
}

.footer-heading .footer-title {
  font-family: "Bebas Neue", cursive;
}

.foter-list li .footer-link {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  padding-bottom: 15px;
}

.foter-list li .footer-link:hover {
  color: #fff;
}

.footer-logobx {
  height: 100%;
  padding: 20px;
  text-align: center;
}

.footer-logobx {
  height: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.footer-logobx .logobx-ftr {
  margin: auto;
}

.section-j {
  padding-bottom: 100px;
}

.testi-outer {
  max-width: 1070px;
  margin: 0 auto;
}

.test-slider {
  background-color: #1F2227;
  color: #fff;
}

.test-slider .testi-content {
  color: #BFBFBF;
  letter-spacing: 0.02em;
}

.test-slider .slider-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.test-slider .slider-profile .profile-pic {
  flex: 0 0 90px;
  max-width: 90px;
}

.test-slider .slider-profile .profile-pic img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.test-slider .slider-profile .profile-detail {
  flex: 1;
  padding-left: 20px;
}

.slider-testicard {
  position: relative;
  padding: 50px 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

.slider-testicard .testi-quote {
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: -1;
}

.test-slider .swiper-button-next,
.test-slider .swiper-button-prev {
  top: calc(100% - 48px);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32363D;
  flex-wrap: wrap;
  right: 0px;
}

.test-slider .swiper-button-next:after,
.test-slider .swiper-button-prev:after {
  font-size: 0px;
  display: none;
}

.test-slider .swiper-button-prev {
  left: auto;
  right: 75px;
}

.test-slider .swiper-button-prev img {
  transform: rotate(180deg);
}

.testibody {
  max-width: 750px;
}

.slider-profile {
  padding: 30px 0 50px 0;
}

.testimain {
  padding-bottom: 100px;
}

/* start dashboard*/
.mainbox {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.mainbox .left-sdiebar {
  height: 100vh;
  flex: 0 0 auto;
  width: 290px;
  background-color: #1F2126;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  transition: 0.4s;
}

.leftbar-tgl {
  left: -290px !important;
}

.mainbox .center-box {
  flex: 1;
  min-height: 100vh;
  margin-left: 290px;
  transition: 0.4s;
}

.mainbox .temp-design-bx {
  margin-left: 0 !important;
}

.sidemenu-box {
  display: flex;
  flex-direction: column;
}

.logobox {
  text-align: center;
  padding: 15px 15px 50px 15px;
  min-height: 125px;
}

.logobox .logobrand-side {
  max-width: 220px;
  margin: 0 auto;
}

.sidemenu-link .nav-item .nav-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03em;
  text-transform: capitalize;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  transition: all 300ms;
  position: relative;
}

.sidemenu-link .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  background-color: #fff;
}

.sidemenu-link .nav-item .nav-link span {
  line-height: 1;
}

.sidemenu-link .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.sidemenu-link .nav-item .active {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.sidemenu-link .nav-item .active:after {
  width: 2px;
}

.sidemenu-link .icon-light {
  width: 18px;
  height: auto;
  color: #fff;
}

.sidemenu-link .iconlist {
  width: 30px;
}

.top-barbox {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.top-barbox .header-bar {
  background-color: #34373F;
}

.header-bar .hstack {
  min-height: 70px;
  padding: 6px 30px 6px 30px;
}

.btn-togglebx {
  background-color: transparent;
  border: none;
  line-height: 1;
}

.btn-togglebx:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.btn-togglebx .toggle-br {
  width: 30px;
  height: 16px;
  position: relative;
}

.btn-togglebx .toggle-br span {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #30E5A9;
  height: 2px;
  transition: all 300ms;
}

.btn-togglebx .toggle-br span:nth-child(1) {
  width: 100%;
}

.btn-togglebx .toggle-br span:nth-child(2) {
  width: 55%;
  top: 45%;
}

.btn-togglebx .toggle-br span:nth-child(3) {
  width: 75%;
  bottom: 0%;
  top: auto;
}

.btn-togglebx .toggle-br:hover span:nth-child(3) {
  width: 100%;
}

.btn-togglebx .toggle-br:hover span:nth-child(1) {
  width: 75%;
}

.right-topbar {
  padding-left: 10px;
}

.topCenter {
  display: inline-flex;
  align-items: center;
}

.topCenter .error {
  font-size: 13px;
  font-weight: 500;
  color: #eb1a1a;
}

.topCenter a {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}

.topCenter a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.topbr-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbr-list .setting-bx {
  padding-right: 15px;
}

.setting-link {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #454951;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30E5A9;
}

.setting-link .icon-light {
  width: 22px;
  height: auto;
}

.setting-link:hover {
  color: #30E5A9;
}

.drop-box .dropdown-toggle {
  color: rgba(255, 255, 255, 0.7);
  padding: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-box .dropdown-toggle:after {
  border: none;
  background-image: url(../images/chevron-down.svg);
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  margin: 0px;
  margin-left: 5px;
}

.drop-box .dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.drop-box .profile-user {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #454951;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.drop-box .profile-user .icon-light {
  width: 22px;
  height: auto;
}

.modal-backdrop.show {
  opacity: .8;
}

.smldrop-down .dropdown-menu {
  background-color: #4C5059;
}

.smldrop-down .dropdown-menu .dropdown-item {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
}

.smldrop-down .dropdown-menu .dropdown-item:hover {
  background-color: rgba(52, 55, 63, 0.4);
}

.smldrop-down .dropdown-menu .dropdown-item .iconbx {
  width: 20px;
  margin-right: 5px;
}

.smldrop-down .dropdown-menu .dropdown-item .iconbx .icon-light {
  width: 18px;
  height: auto;
}

.innersection {
  padding-left: 40px;
  padding-right: 30px;
}

.project-cards-in {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.project-thumbs {
  flex: 1;
  max-width: calc(100% - 320px);
  padding-right: 30px;
}

.thumnails-bx {
  padding: 30px 30px;
  border-radius: 20px;
  min-height: 430px;
  position: relative;
}

.thumnails-bx:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  background-color: #373A42;
  border-radius: 20px;
  z-index: -1;
}

.thumnails-bx .col {
  flex: 0 0 150px;
  max-width: 150px;
  padding-left: 8px;
  padding-right: 8px;
}

.thumb-bx {
  margin-bottom: 20px;
}

.thumb-bx .image {
  max-height: 270px;
  overflow: hidden;
  border-radius: 10px;
}

.thumb-bx .image .img-thumb-ld {
  width: 100%;
  display: inline-block;
  height: 270px;
}

.thumb-bx .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb-bx .project-heading {
  text-align: center;
}

.thumb-bx .project-heading a {
  margin-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.thumb-bx .project-heading a:hover {
  color: #30E5A9;
}


.smbox-project {
  flex: 0 0 320px;
  max-width: 320px;
  margin: 0 auto;
}

.smbox-project .project-pic1 {
  max-width: 100px;
  margin: 0 auto;
}

.grey-cardbx {
  padding: 30px 25px;
  text-align: center;
}

.project-card-detail {
  padding-top: 40px;
}

.project-card-detail .sml-tex {
  letter-spacing: 0.03em;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #BDC0C6;
  padding-top: 15px;
}

.project-card-detail .btn-start {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.project-card-detail .btn-start .btn-sml-circle {
  height: 45px;
  border-radius: 80px;
  /* padding: 0 20px; */
  margin: 0;
  width: 45px;
}

.project-card-detail .btn-start .btn-sml-circle .icon-light {
  width: 28px;
  height: auto;
  position: relative;
  margin-left: 2px;
  stroke-width: 1.5;
  top: 0;
}

.btn-sml-circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #30E5A9;
  color: #31353D;
  transition: all 300ms;
}

.btn-sml-circle:hover {
  color: #31353D;
  animation: gelatine 0.5s 1;
}

.btn-sml-circle .icon-light {
  width: 35px;
  height: auto;
  stroke-width: 1.3;
}

.btm-shapebox {
  position: relative;
}

.btm-shapebox:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  background-color: #373A42;
  border-radius: 20px;
  z-index: -1;
}

.onboarding-main .project-cardbx {
  max-width: 340px;
}

.onboard-cardbx {
  width: 100%;
}

.backlink {
  color: #BCBCBE;
  line-height: 1;
  height: auto;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.backlink:hover {
  color: #BCBCBE;
}

.sreen-leftbox {
  padding: 30px 15px;
}

.col-boxsm {
  max-width: 344px;
}

.min-ht750 {
  min-height: calc(100vh - 238px);
}

.onboard-link {
  padding-bottom: 0;
  border-bottom: none;
}

.onboard-link li {
  width: 100%;
}

.onboard-link li .navlink {
  width: 100%;
}

.onboard-link .navitem .navlink {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  padding: 15px;
  width: 100%;
  border-radius: 6px;
  transition: all 300ms;
}

.onboard-link .navitem .navlink:hover {
  border-color: transparent;
}

.onboard-link .navitem .active {
  background-color: #4169E1;
  color: #fff;
  border-color: transparent;
}

.connect-box {
  padding: 30px 20px;
  max-width: 320px;
  margin: 0 auto;
}

.connect-box .sreen-pic {
  max-width: 240px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.mob-picScreen .sreen-pic {
  max-width: 90px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.connect-box .sreen-pic img {
  width: 100%;
}

.online-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #00CF21;
  margin-right: 10px;
}

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

.left-section-screen {
  padding: 30px 20px;
}

.left-section-screen .board-screeb-dtl.pt-50 {
  padding-top: 10px;
}

.btn-smll .playfill {
  margin-left: 5px;
}

.btn-play .btn-smll {
  margin: 0px;
}

.board-screeb-dtl {
  text-align: center;
}

.board-screeb-dtl .title-label {
  margin-top: 15px;
}

.board-screeb-dtl .scren-pic {
  margin-bottom: 20px;
}

.board-screeb-dtl .scren-pic {
  /*max-width: 375px;*/
  max-width: unset;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: grid;
}

.board-screeb-dtl .scren-pic img {
  width: 100%;
}

.board-screeb-dtl .scren-pic .temp-body {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .p-close {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .p-close img {
  width: 10px;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .image {
  max-width: 40px;
  margin: 0 auto 10px;
  max-height: 40px;
  overflow: hidden;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .image img {
  width: 100%;
  border-radius: 0;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content h4 {
  color: #4D5159;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 16px;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content p {
  color: #8E929B;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 13px;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .btn {
  text-align: center;
}

.board-screeb-dtl .scren-pic .temp-body .temp-content .btn a {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  background: #FF7347;
  font-size: 13px;
  padding: 6px 20px;
}

.contect-btm-desb {
  padding-top: 20px;
  max-width: 240px;
  margin: 0 auto;
}

.contect-btm-desb p {
  line-height: 1.5;
}

.contect-btm-desb .title-sm {
  padding-bottom: 5px;
}

.onscreen-card {
  padding-top: 20px;
}

.barcode-box {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #3F424A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.barcode-card {
  padding: 10px 0 30px 0;
}

.boxcard-onbrd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3F424A;
  padding: 8px 15px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.boxcard-onbrd .learn-more-btn {
  color: #4169E1;
}

.boxcard-onbrd .learn-more-btn:hover {
  color: #4169E1;
}

.btnmore-bx {
  padding-top: 10px;
}

.sreen-rightbox .col-bx4 {
  max-width: 494px;
}

.btnclose-onboard {
  text-align: right;
  padding-bottom: 10px;
}

.close-btnbx {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #454952;
  color: #fff;
  border: none;
  margin-left: auto;
}

.close-btnbx .icon-light {
  stroke-width: 1.2;
  width: 22px;
  height: auto;
}

.scren-pic img {
  border-radius: 15px;
}

.onboard-scaner {
  max-width: 270px;
  margin: 0 auto;
}

.delete-btn-circle {
  margin-top: 10px;
}

.delete-btn-circle .btn-smll {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: 0 auto;
}

.delete-btn-circle .btn-smll .playfill {
  margin-left: 0px;
}

.right-section-screen {
  padding-top: 30px;
  padding-bottom: 30px;
}

.right-section-screen h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
}

.right-section-screen .frame-box {
  margin-bottom: 20px;
}

.right-section-screen .frame-box h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.right-section-screen .frame-box .frame-in {
  border-radius: 6px;
  border: 1px solid #555861;
  overflow: hidden;
  min-height: 335px;
}

.right-section-screen .frame-box .frame-in a {
  width: 100%;
  display: inline-block;
}

.right-section-screen .frame-box .frame-in img {
  width: 100%;
}

.right-section-screen .frame-box .template-in {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-section-screen .frame-box .template-in .template-one {
  background: #545761;
  position: relative;
  padding: 25px 10px;
  border-radius: 10px;
}

.right-section-screen .frame-box .template-in .template-one .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-section-screen .frame-box .template-in .template-one .close-btn img {
  width: 8px;
}

.right-section-screen .frame-box .template-in .template-one .image {
  width: 40px;
  margin: 0 auto;
}

.right-section-screen .frame-box .template-in .template-one .image img {
  width: 100%;
}

.right-section-screen .frame-box .template-in .template-one h6 {
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0;
  color: #fff;
}

.right-section-screen .frame-box .template-in .template-one p {
  font-size: 13px;
  margin: 6px 0 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
}

.right-section-screen .frame-box .template-in .template-one .tp-button {
  text-align: center;
  margin-top: 10px;
}

.right-section-screen .frame-box .template-in .template-one .tp-button .btn-box {
  background: #FF7347;
  font-size: 14px;
  border: none;
  padding: 2px 20px;
  border-radius: 80px;
  color: #fff;
  font-weight: 400;
}

.sl-elememnt-box {
  padding-top: 25px;
  text-align: center;
}

.sl-elememnt-box .icon-img {
  max-width: 40px;
  margin: 0 auto 20px;
}

.sl-elememnt-box .icon-img img {
  width: 100%;
}

.select-define {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

.select-define .sd-top {
  background: #464951;
  padding: 8px 15px 8px 25px;
  font-size: 12px;
  color: #fff;
  position: relative;
}

.select-define .sd-top:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #52e5a9;
  position: absolute;
  top: 12px;
  left: 15px;
}

.select-define .sd-select {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #fff;
}

.select-define .sd-select img {
  max-width: 14px;
}

.select-define .sd-top span {
  color: #9ea1aa;
}

.select-define .sd-select span {
  color: #9ea1aa;
}

.sl-elememnt-box h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
}

.sl-elememnt-box p {
  margin: 6px 0 0 0;
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* edit template css */
.editeor-tabs h6 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  color: #989A9E;
}

.editeor-tabs h6:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #50545E;
  position: absolute;
  left: 0;
  top: 7px;
}

.editeor-tabs h6 span {
  background: #33353d;
  position: relative;
  padding-right: 10px;
}

.editeor-tabs .nav-tabs {
  border-bottom: none;
  margin-top: 30px;
}

.editeor-tabs .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}

.editeor-tabs .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.editeor-tabs .nav-tabs .nav-item .nav-link .icon {
  opacity: 0.7;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.editeor-tabs .nav-tabs .nav-item .nav-link .icon img {
  vertical-align: middle;
}

.editeor-tabs .nav-tabs .nav-item .active {
  color: rgb(255, 255, 255);
  background: #4169E1;
}

.editeor-tabs .nav-tabs .nav-item .active .icon {
  opacity: 1;
}

.editor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.editor-heading .saved-btn {
  font-size: 16px;
  color: #6B707A;
  background: transparent;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 10px 15px;
}

.editor-heading .done-btn {
  font-size: 16px;
  color: #fff;
  background: #4169E1;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 8px 25px;
  margin-left: 10px;
}

.editor-form .frm-inn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.editor-form .frm-inn .col-in {
  flex: 1;
}

.editor-form .form-label {
  font-size: 14px;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.editor-form .form-label a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.editor-form .form-label a img {
  position: relative;
  top: -1px;
}

.editor-form .form-control {
  background: #35383E;
  border-color: #51555B;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #CCCFD3;
}

.editor-form .form-select {
  background: #35383E;
  border-color: #51555B;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #CCCFD3;
}

/* edit template css close */

/* Radio button css */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 45px;
  justify-content: center;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1A1D23;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Radio button css close */

.align-box-hd {
  display: flex;
  align-items: center;
  border: 1px solid #51555c;
  border-radius: 5px;
  overflow: hidden;
}

.align-box-hd .sm-col {
  flex: 1;
}

.align-box-hd .sm-col img {
  position: relative;
  z-index: 2;
}

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

.media-icon {
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  margin: 0 auto 15px;
  background: #383a42;
  padding: 5px;
  border-radius: 4px;
}

.media-icon .icon-light {
  stroke-width: 1px;
  width: 80px;
  height: auto;
  color: #6B6E7A;
}

.upload-icon.media-uplaod [type=file]+label:hover {
  background-color: #2a2c33;
}

.upload-icon [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.upload-icon [type=file]+label {
  background: #2a2c33;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 8px;
  outline: none;
  padding: 20px 15px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  width: 100%;
}

.upload-icon [type=file]+label:hover {
  background-color: #d3460d;
}

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

.onscreen-card {
  padding-top: 20px;
}

/* board flow css */
.board-flow-bx {
  background: #32353D;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}

.board-flow-bx a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  min-height: 94%;
  border-radius: 10px;

}

.board-flow-bx .thumbs-box {
  flex: 0 0 170px;
  max-width: 170px;
  margin-right: 25px;
  margin-bottom: 20px;
  min-height: 340px;
}

.board-flow-bx .thumb-name {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.board-flow-bx .thumb-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 320px;
}

.thumb-image a.del-thumb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #30e5a9;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  min-height: unset;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.thumb-image a.del-thumb img {
  width: 14px;
}

.thumb-image:hover a.del-thumb {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.thumb-pop-dc {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-pop-dc .dc-icon {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-pop-dc .dc-icon img {
  max-width: 7px;
}

.pop-dc-in .inner-ico {
  max-width: 15px;
  margin: 0 auto 0;
  line-height: 1;
}

.pop-dc-in h6 {
  font-size: 9px;
  margin: 0 0 4px 0;
  padding: 0;
  color: #1A1D23;
  font-weight: 500;
}

.pop-dc-in .dc-btn {
  display: flex;
  /* justify-content: center; */
  margin-top: 4px;
}

.pop-dc-in p {
  font-size: 7px;
  margin: 0;
  padding: 0;
  color: #1A1D23;
  font-weight: 500;
}

.pop-dc-in .inner-ico img {
  width: 100%;
}

.board-flow-bx .new-bx h6 {
  color: #80838B;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0;
}

.thumb-pop-dc .box-thumb {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
  max-width: 90%;
  text-align: center;
  position: relative;
}

.pop-dc-in .dc-btn span {
  background: #d3460d;
  border-radius: 60px;
  font-size: 8px;
  padding: 0 6px;
  color: #fff;
  margin-top: 0;
}

/* board flow css close */

/* pop up */

.modal-content.title-pop {
  background-color: #35383E;
  border-radius: 10px;
}

.title-pop .modal-header {
  border-bottom-color: #51555b;
}

.title-pop .modal-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.title-pop .modal-header .btn-close {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #42454a;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.title-pop .modal-header .btn-close img {
  vertical-align: top;
}

.project-form-pop {
  padding: 20px 0 10px 0;
}

.project-form-pop label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.7);
  margin-bottom: 5px;
}

.project-form-pop input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #51555B;
  background: #35383E;
  color: #fff;
}

.project-form-pop input:focus-visible {
  outline: none;
}

.project-form-pop .proceed-btn {
  margin-top: 20px;
  text-align: right;
}

.project-form-pop .btn-primary {
  background: #30E5A9;
  font-size: 16px;
  color: #31353D;
  border-color: #30E5A9;
  padding: 8px 25px;
  margin-right: 5px;
  border-radius: 5px;
  font-weight: 500;
}

.project-form-pop .btn-secondary {
  background: #35383e;
  border-color: #51555B;
  color: #97999d;
  padding: 9px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.project-form-pop .btn-primary:focus,
.project-form-pop .btn-secondary:focus {
  box-shadow: unset !important;
}

/* pop up close */

.template-two {
  padding: 0 0 25px 0 !important;
  overflow: hidden;
}

.template-two .temp-heading {
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
}

.template-two .image {
  width: 100% !important;
  background: #454852;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.template-two .image img {
  width: 40px !important;
}

.template-two .in-template {
  padding-left: 10px;
  padding-right: 10px;
}

.template-two .btn-box {
  width: 100%;
}

/* bottom template css */

.temp-body-two {
  align-items: flex-end !important;
  padding-bottom: 60px !important;
}

/* Bottom template css close */

/* ping box css */
.ping-body {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.7);*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ping-body .temp-content {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  position: relative;
  width: 92%;
}

.ping-body .temp-content .dr-arrow {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 20px;
  top: -5px;
  transform: rotate(45deg);
}

.ping-body .temp-content h4 {
  color: #4D5159;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
}

.ping-body .temp-content p {
  color: #8E929B;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
}

.ping-body .temp-content .btn {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.ping-body .temp-content .btn a {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  background: #FF7347;
  font-size: 13px;
  padding: 4px 12px;
}

/* ping box css close */

/* small ping css */

.ping-holder {
  align-items: flex-end !important;
}

.ping-template {
  padding: 10px 10px !important;
}

.ping-template .temp-heading {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.ping-template .in-template p {
  font-size: 12px !important;
  text-align: left !important;
}

.ping-template .in-template .tp-button {
  text-align: right !important;
}

.ping-template .in-template .tp-button .btn-box {
  font-size: 12px !important;
  padding: 3px 12px !important;
}

/* samll ping css close */

/* new css */
.pop-ping {
  align-items: flex-end;
  padding-bottom: 10px;
}

.pop-ping .pop-dc-in h6 {
  text-align: left;
}

.pop-ping .pop-dc-in p {
  text-align: left;
}

/* .pop-ping .pop-dc-in .dc-btn {
  justify-content: flex-end;
} */

.pop-bottom {
  align-items: flex-end;
  padding-bottom: 30px;
}

.no-data {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 0;
  text-align: center;
  font-weight: 600;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-projects-bx {
  max-width: 100%;
  padding-right: 0;
}

/* new css close */

/* settings css */
.profile-info-wrapper {
  background: #32353D;
  padding: 40px 30px;
  border-radius: 15px;
}

.profile-info-wrapper .profile-info-in {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

.profile-info-wrapper .profile-info-in .heading-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4A4D55;
  padding: 0 0 10px 0;
}

.profile-info-wrapper .profile-info-in .heading-bx h5 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.profile-info-wrapper .profile-info-in .heading-bx .edit-ico {
  font-weight: 400;
  font-size: 16px;
  color: #30E5A9;
}

.profile-info-wrapper .profile-info-in .heading-bx .edit-ico img {
  max-width: 12px;
  margin-right: 2px;
}

.profile-info-wrapper .info-section {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
}

.profile-info-wrapper .info-section .heading-bx {
  margin-bottom: 20px;
}

.profile-info-wrapper .info-section .pro-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
}

.profile-info-wrapper .info-section .pro-image .img-bx {
  width: 100%;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #868686;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-info-wrapper .info-section .pro-image .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.profile-info-wrapper .info-section .pro-image .file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  padding: 0;
  background-color: #30E5A9;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 2px;
}

.profile-info-wrapper .info-section .pro-image .file-input__label img {
  max-width: 12px;
}

.profile-info-wrapper .up-password-section {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
}

.profile-info-wrapper .up-password-section .heading-bx {
  margin-bottom: 30px;
}

.profile-info-wrapper .setting-label {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #A7A7A7;
}

.profile-info-wrapper .setting-inp {
  width: 100%;
  border: 1px solid #51555B;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  background: transparent;
}

.profile-info-wrapper .setting-inp:focus {
  border-color: unset;
  outline: none;
}

.profile-info-wrapper .st-buttons-grp {
  margin: 30px 0 0 0;
}

.profile-info-wrapper .st-buttons-grp a {
  display: inline-block;
}

.profile-info-wrapper .st-buttons-grp .update-btn {
  background: #30E5A9;
  text-transform: uppercase;
  color: #1B1B1B;
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  border: 1px solid transparent;
  margin-right: 10px;
}

.profile-info-wrapper .st-buttons-grp .cancel-btn {
  background: #33353d;
  text-transform: uppercase;
  color: #30E5A9;
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  border: 1px solid #545860;
}

/* settings css close */

/* contact us */
.contact-banner {
  background: url("../images/contact-bn.svg") no-repeat center 50px/1360px;
}

.contact-banner .contbx h1 span {
  color: #FF7347;
}

.contact-container {
  margin-bottom: 150px;
}

.contact-container .details-form .map {
  filter: grayscale(100%);
}

.contact-container .cont-form h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.contact-container .cont-form ul {
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.contact-container .cont-form ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 40px 15px 0;
  position: relative;
}

.contact-container .cont-form ul li:first-child:before {
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(18deg);
}

.contact-container .form-inner .form-floating label {
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
}

.contact-container .form-inner .form-control {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #42454D;
  height: 50px;
}

.contact-container .form-inner .form-control:focus {
  box-shadow: unset;
}

.contact-container .form-inner textarea.form-control {
  height: 60px;
  resize: none;
}

.contact-container .form-inner .btn-container {
  text-align: right;
  margin-top: 40px;
}

.contact-container .form-inner .btn-container .form-btn {
  background: #FF7347;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  border: none;
}

/* contact us close */
/* about css */
.about-banner {
  background: url("../images/about-bn.svg") no-repeat center 50px/1360px;
}

.about-two {
  padding: 100px 0;
}

.about-two .tb-left h3 {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.about-two .tb-left p {
  margin: 0;
  padding: 0 0 0 70px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  position: relative;
  max-width: 520px;
}

.about-two .tb-left p:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #51555B;
  position: absolute;
  top: 10px;
  left: 0;
}

.about-two .tb-right {
  padding-left: 70px;
}

.about-two .tb-right .tb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.about-two .tb-right .tb-list .icon {
  flex: 0 0 40px;
  max-width: 40px;
}

.about-two .tb-right .tb-list .description {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 15px;
}

.about-two .tb-right .tb-list .description h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

.about-two .tb-right .tb-list .description p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.about-three {
  padding-bottom: 100px;
}

.about-three .desc-section {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.about-three .desc-section h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.about-three .desc-section p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.about-three .desc-slider {
  max-width: 560px;
}

.about-three .desc-slider .slider-bx .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(48, 229, 169, 0.1);
  margin-bottom: 40px;
}

.about-three .desc-slider .slider-bx h4 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.about-three .desc-slider .slider-bx p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.about-three .desc-slider .icon-arrow {
  position: relative;
  max-width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.about-three .desc-slider .icon-arrow .carousel-control-next,
.about-three .desc-slider .icon-arrow .carousel-control-prev {
  width: auto;
  opacity: 1;
  position: relative;
}

.about-three .desc-img {
  text-align: center;
}

.about-four {
  padding-bottom: 100px;
}

.about-four .aboutfr-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.about-four .aboutfr-heading h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.about-four .aboutfr-heading p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 34px;
}

.about-four .box {
  text-align: center;
  margin: 50px 0 0 0;
}

.about-four .box h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 66px;
  color: #282B31;
  font-weight: 600;
  font-family: "Bebas Neue", cursive;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px #555;
  letter-spacing: 5px;
}

.about-four .box p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 24px;
}

/* about css close */
/* pricing main css */
.pricing-banner {
  background: url("../images/pricing.svg") no-repeat center 50px/1360px;
}

.pricing-banner .contbx h1 span {
  color: #FF7347;
}

.price-product {
  padding-bottom: 100px;
}

.price-product .pro-price-hd {
  position: relative;
  padding-top: 30px;
}

.price-product .pro-price-hd:before {
  content: "Products";
  position: absolute;
  left: -30px;
  top: 0;
  color: #51555B;
  text-transform: uppercase;
  font-weight: 600;
  transform: rotate(-90deg);
  letter-spacing: 3px;
}

.price-product .pro-price-hd h2 {
  font-size: 75px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0 80px;
  color: #fff;
  line-height: 85px;
}

.price-product .pro-price-hd h2 span {
  color: #4169E1;
}

.price-product .plans-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.price-product .plans-holder .plan-bx {
  flex: 1;
}

.price-product .plans-holder .plan-in {
  border: 1px solid #454950;
  border-radius: 20px;
  padding: 40px 30px;
}

.price-product .plans-holder .sm-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #9FA1A4;
  font-weight: 500;
  letter-spacing: 5px;
}

.price-product .plans-holder h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.price-product .plans-holder p {
  font-size: 14px;
  color: #9FA1A4;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.price-product .plans-holder .pl-service {
  margin: 25px 0 0 0;
  padding: 0;
}

.price-product .plans-holder .pl-service li {
  font-size: 16px;
  color: #9FA1A4;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}

.price-product .plans-holder .pl-service li:last-child {
  margin: 0;
}

.price-product .plans-holder .pl-service li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #9FA1A4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.price-product .plans-holder .plan-btn {
  margin-top: 40px;
}

.price-product .plans-holder .plan-btn a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: #4169E1;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.price-product .plans-holder .bl-plan {
  background: #4169E1;
  border-color: #4169E1;
}

.price-product .plans-holder .bl-plan .sm-heading {
  color: #fff;
}

.price-product .plans-holder .bl-plan p {
  color: #fff;
}

.price-product .plans-holder .bl-plan .pl-service li {
  color: #fff;
}

.price-product .plans-holder .bl-plan .pl-service li:before {
  background: #fff;
}

.price-product .plans-holder .bl-plan .plan-btn a {
  background: #fff;
  color: #43474F;
}

/* pricing main css close */
/* how it works css */
.how-banner {
  background: url("../images/how-bn.svg") no-repeat center 50px/760px;
}

.how-banner .contbx h1 span {
  color: #4169E1;
}

.how-banner .btnHolder .btn {
  background: #4169E1;
  color: #fff;
}

.how-banner .btnHolder .btn:hover {
  background: #3661e1;
}

.howWork-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.howWork-two .col-3 {
  padding: 0 15px;
  flex: 0 0 30%;
}

.howWork-two .col-6 {
  padding: 0 15px;
  flex: 0 0 40%;
}

.howWork-two .hw-left {
  position: relative;
}

.howWork-two .hw-left h3 {
  margin: 0 auto;
  padding: 0;
  font-size: 42px;
  color: #fff;
  max-width: 275px;
  position: relative;
}

.howWork-two .hw-left h3 .count {
  position: absolute;
  color: #282b31;
  font-family: "Bebas Neue", cursive;
  font-size: 210px;
  text-shadow: 1px 1px #474A52, -1px -1px #474A52, 1px -1px #474A52, -1px 1px #474A52;
  top: -70px;
  line-height: 200px;
  left: -50px;
  z-index: -1;
}

.howWork-two .hw-right {
  display: flex;
  justify-content: flex-end;
}

.howWork-two .hw-right p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 280px;
  position: relative;
}

.howWork-two .hw-right p:before {
  content: "";
  width: 85%;
  height: 115px;
  position: absolute;
  right: -15px;
  background: #30343A;
  z-index: -1;
  top: -20px;
}

.howWork-three {
  padding: 120px 0;
}

.howWork-three .th-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.howWork-three .th-images span {
  margin: 0 20px;
}

.howWork-three .txt-box {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.howWork-three .txt-box .count {
  position: absolute;
  color: #282b31;
  font-family: "Bebas Neue", cursive;
  font-size: 210px;
  text-shadow: 1px 1px #474A52, -1px -1px #474A52, 1px -1px #474A52, -1px 1px #474A52;
  top: -90px;
  line-height: 200px;
  left: -45px;
  z-index: -1;
}

.howWork-three .txt-box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 42px;
  color: #fff;
  position: relative;
}

.howWork-three .txt-box p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

/* how it works css close */

/* pricing css */
.pricing-plans-bx {
  max-width: 1030px;
  margin: 0 auto;
}

.pricing-plans-bx .price-heading {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.pricing-plans-bx .price-heading span {
  color: #30E5A9;
}

.pricing-plans-bx .price-dtl {
  max-width: 650px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.pricing-plans-bx .pricing-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 50px 0;
}

.pricing-plans-bx .pricing-inner .price-box {
  flex: 1;
  background: #35383E;
  border: 1px solid #51555B;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.plan-highlight {
  border-color: #52e5a9 !important;
  box-shadow: 0 0 35px #52e5a92e;
}

.pricing-plans-bx .pricing-inner .price-box .bx-price {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #51555B;
}

.pricing-plans-bx .pricing-inner .price-box .price {
  font-size: 35px;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.pricing-plans-bx .pricing-inner .price-box .price-btn {
  display: inline-block;
  border: 1px solid #51555B;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  padding: 10px 10px;
  color: #30E5A9;
  text-align: center;
}

.pricing-plans-bx .pricing-inner .price-box .price-btn:hover {
  background: #30E5A9;
  color: #1B1B1B;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points ul {
  margin: 0;
  padding: 0;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points li {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  padding-left: 25px;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points li:before {
  width: 14px;
  height: 14px;
  position: absolute;
  content: url(../images/point.svg);
  left: 0;
  top: 2px;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points li:last-child {
  margin-bottom: 0;
}

.pricing-plans-bx .pricing-inner .price-box .pr-points .not-added {
  opacity: 0.35;
}

/* pricing css close */


/* new css */

.on-thumbAdd a {
  min-height: 420px;
}

.passwordBox {
  position: relative;
}

.passwordIcon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #A4A6A9;
  font-size: 16px;
}

.form-holder .form-check-input {
  width: 20px;
  height: 20px;
  background-color: #35383f;
  border: 1px solid #51555B;
  top: -2px;
  position: relative;
}

.checkimg {
  max-width: 130px;
  margin: 0 auto;
}

.linkBtn-bx {
  justify-content: center;
  display: flex;
  margin-top: 15px;
}

.linkBtn-bx .link-btn {
  background: #52e5a9;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  padding: 14px 30px;
  color: #282b31;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.cardFeild {
  padding-top: 15px;
}

label.error {
  color: #F00 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  position: absolute;
  bottom: auto;
  left: 0;
}

.close-side-mob {
  width: 30px;
  height: 30px;
  background: #363940;
  position: absolute;
  right: 15px;
  top: 23px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

/* current plan */
.profilePlan {
  margin-top: 40px;
}

.profilePlan .planCurrent {
  padding: 10px 15px;
  border: 1px solid #4A4D55;
  border-radius: 5px;
}

.profilePlan .planCurrent .planHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profilePlan .planCurrent .planHeading h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.profilePlan .planCurrent .planHeading h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.profilePlan .planCurrent .planDetails ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.profilePlan .planCurrent .planDetails li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.profilePlan .planCurrent .planDetails li:before {
  width: 14px;
  height: 14px;
  position: absolute;
  content: url(../images/point.svg);
  left: 0;
  top: 2px;
}

.profilePlan .planCurrent .planDetails li:last-child {
  margin-bottom: 0;
}

/* current plan close */

/* menu toggle css */
.navbar-toggler2 {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 45px;
}

/*.navbar-toggler .navbar-toggler-icon {
  position: relative;
  height: 1px;
  background: #30e5a9;
}
.navbar-toggler .navbar-toggler-icon:before {
  width: 100%;
  height: 1px;
  background: #30e5a9;
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
}
.navbar-toggler .navbar-toggler-icon:after {
  width: 100%;
  height: 1px;
  background: #30e5a9;
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
}
.navbar-toggler:focus {
  box-shadow: unset;
}
*/
/* menu toggle css close */

.inner-content h4 {
  margin-bottom: 30px;
}

.flex.justify-between.flex-1.sm\:hidden {
  display: none;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:first-child {
  font-size: 14px;
  color: #bcbdbe;
  font-weight: 500;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child {
  flex: 0 0 160px;
  max-width: 160px;
}

.project-links .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div:last-child {
  flex: 0 0 180px;
  max-width: 180px;

}

span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  display: flex;
  align-items: center;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md span {
  flex: 0 0 35px;
  max-width: 35px;
  background-color: transparent !important;
  border-color: #5f636c !important;
  margin-right: 5px;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md span:last-child {
  margin-right: 0 !important;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md span span {
  padding: 3px 0 !important;
  width: 100%;
  text-align: center;
  min-height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md span span svg {
  width: 20px;
  height: 20px;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md a {
  flex: 0 0 35px;
  max-width: 35px;
  background-color: transparent !important;
  font-size: 14px;
  color: #bcbdbe;
  padding: 4px 0 !important;
  text-align: center;
  min-height: 35px;
  border-radius: 50%;
  border-color: #5f636c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-left: 5px;*/
  margin-right: 5px;
}


span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
  color: #000;
  background-color: #30e5a9 !important;
  border-color: #30e5a9 !important;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md a svg {
  width: 20px;
  height: 20px;
}

.alert-success {
  color: #30e5a9;
  background-color: #373b42;
  border-color: #454950;
  border-radius: 10px;
  font-size: 14px;
}

.alert-danger {
  color: #ff0000;
  background-color: #373b42;
  border-color: #454950;
  border-radius: 10px;
  font-size: 14px;
}

.nav-item.dropdown .dropdown-menu {
  border: 1px solid #4a4e56;
  background-color: #282b31;
  border-radius: 10px;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #d4d5d6;
}

.offcanvas-start {
  width: 240px;
  background: #1F2126;
  border-right: 1px solid #2E3035;
}

.side-menu .navbar-nav {
  align-items: flex-start;
  padding: 0 15px;
}

.side-menu .navbar-nav .nav-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0 !important;
}

.side-menu .navbar-nav .signbtn .btn {
  width: 100%;
}

.side-menu .navbar-nav .signbtn .roundbtn-fill.btn {
  margin-left: 0;
}

button.btn-close.text-reset {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2330E5A9'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
  padding: 0;
  margin: 0;
  position: relative;
  top: -4px;
}

h3.onb-heaing {
  text-align: center;
  font-size: 18px;
}

.proceed-btn.onbButon {
  text-align: center;
}

.modal-small {
  max-width: 350px;
}

.link-sentBar {
  flex-direction: column;
  align-items: center;
}

.link-sentBar .backSignInfo {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
  font-size: 16px;
  color: #9FA1A4;
}

.link-sentBar .backSignInfo .color-white {
  color: #fff;
  font-weight: 400;
}

.pop-ping .box-thumb {
  position: absolute;
}

.img-main {
  width: 100%;
  grid-area: 1 / 1;
}

/*.img--highlight {
  clip-path:inset(160px 152px 267px 20px);
}*/
.img-layer {
  background: rgba(0, 0, 0, 0.7);
  grid-area: 1 / 1;
}

.header-bar .hstack {
  justify-content: space-between;
}

/* new css close */

/* why choose */
.why-banner {
  background: url("../images/why-bn.svg") no-repeat center 50%/820px !important;
}

.why-two {
  margin-top: 50px;
  margin-bottom: 90px;
}

.why-box .boxIn {
  margin: 15px 0;
  position: relative;
}

.why-box .boxIn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.why-box .boxIn .image {
  overflow: hidden;
  height: 260px;
}

.why-box .boxIn .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-box .boxIn h5 {
  margin: 0;
  padding: 0 30px 0 50px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 70px;
  z-index: 11;
  color: #fff;
}

.why-box .boxIn h5:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/quote-ico.svg) no-repeat;
  background-size: 24px;
  position: absolute;
  left: 50px;
  top: -40px;
}

.why-box .boxIn h5:after {
  content: "";
  width: 35%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}

/* why choose close */


@media only screen and (min-width: 1640px) {
  .container {
    max-width: 1600px;
  }

}

@media only screen and (max-width: 1640px) {
  .title-cardbx-top .fz-55 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-toggler2 {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .step-mainbx .bg-bx {
    width: 100%;
  }

  .content-card .right-listing {
    padding: 30px 20px 30px 110px;
  }

  .logobox .logobrand-side {
    max-width: 140px;
  }

  .sidemenu-link .nav-item .nav-link {
    font-size: 14px;
  }

  .mainbox .left-sdiebar {
    width: 180px;
  }

  .sidemenu-link .icon-light {
    width: 16px;
  }

  .sidemenu-link .iconlist {
    width: 24px;
  }

  .mainbox .center-box {
    margin-left: 180px;
  }

  .title-cardbx-top .fz-55 {
    font-size: 40px;
    max-width: 350px;
  }

  .title-cardbx-top {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .header-bar .hstack {
    padding: 6px 20px 6px 20px;
  }

  .right-section-screen .frame-box .frame-in {
    min-height: 245px;
  }

  .contcardbx .fz-75 {
    font-size: 65px;
  }

  .content-card .box-left {
    max-width: 30%;
  }

  .content-card .box-right {
    max-width: 70%;
  }

  .authBody-holder .formStyleContainer {
    padding: 50px 40px 50px;
  }

  .authBody-holder .rgtbx-holder {
    max-width: 510px;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    bottom: -110px;
    max-width: 230px;
  }

  .right-section-screen .frame-box .template-in .template-one .image {
    width: 25px;
  }

  .right-section-screen .frame-box .template-in .template-one h6 {
    font-size: 14px;
  }

  .right-section-screen .frame-box .template-in .template-one p {
    font-size: 10px;
  }

  .right-section-screen .frame-box .template-in .template-one .tp-button .btn-box {
    font-size: 10px;
    padding: 2px 20px;

  }

  .right-section-screen .frame-box .template-in .template-one .close-btn {
    width: 20px;
    height: 20px;
  }

  .right-section-screen .frame-box .template-in .template-one .close-btn img {
    width: 8px;
  }

  .right-section-screen {
    max-width: 290px;
    margin: 0 auto;
  }

  .rtTamplates {
    max-width: 100%;
  }

  .template-two .temp-heading {
    font-size: 14px;
  }

  .template-two .image img {
    width: 30px !important;
  }

  .authHeader {
    padding: 30px 40px;
    min-height: 140px;
  }

  .authBody-holder .form-holder h1 {
    padding: 8px 0 30px;
  }

  .authBody-holder .formStyleContainer {
    margin-bottom: 50px;
  }

  .project-box .title-sm {
    padding-left: 10px;
  }

  .step-mainbx .bg-bx {
    width: 100%;
  }

  .landingHeader .navbar-nav .signbtn .btn {
    padding: 9px 20px;
    min-width: 110px;
    font-size: 15px;
  }

  .landingHeader .navbar-nav .nav-item {
    padding-left: 30px;
  }

  .landingHeader .navbar-nav .nav-link {
    font-size: 15px;
  }

  .landingHeader .navbar-brand {
    max-width: 180px;
  }

  .landingHeader {
    padding: 30px 20px;
  }

  .footer-list {
    min-height: 380px;
    padding: 40px 30px;
  }

  .footer-heading .fz-36 {
    font-size: 30px;
  }

  .foter-list li .footer-link {
    font-size: 14px;
  }

  .landing-banner {
    padding: 80px 0;
    background: url("../images/design.svg") no-repeat center 50px/960px;
  }

  .landing-banner .arrowContainer {
    text-align: center;
    padding: 120px 0 0;
  }

  .descpbx .fz-75 {
    font-size: 65px;
  }

  .landing-banner .contbx h1 {
    font-size: 60px;
  }

  .custm-conatin {
    max-width: 95%;
  }

  .onassist-section .mainbx--holder {
    padding-top: 140px;
    overflow: hidden;
  }

  .step-content .fz-75 {
    font-size: 60px;
  }

  .blankbx {
    display: none;
  }

  .stepsbox {
    padding: 80px 0 100px 0;
  }

  .section-e .descbxx .fz-75 {
    font-size: 55px;
  }

  .section-f .descbxx .fz-75 {
    font-size: 55px;
  }

  .about-three .desc-section h3 {
    font-size: 32px;
  }

  .price-product .pro-price-hd h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .price-product .plans-holder h3 {
    font-size: 20px;
  }

  .navbar-brand {
    max-width: 240px;
  }

  .authHeader {
    padding: 40px 30px;
    min-height: 160px;
  }

  .authBody-holder .rgtbx-holder {
    max-width: 540px;
  }

  .authBody-holder .formStyleContainer {
    padding: 40px 30px 40px;
  }

  .authBody-holder .lftbx-holder {
    padding-top: 30px;
    padding-right: 30px;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    bottom: -130px;
    max-width: 230px;
  }

  .pricing-plans-bx {
    padding: 0 20px;
  }

  .onscreen-card .col-boxsm {
    max-width: 250px !important;
  }

  .authBody-holder .elements--container .boxsm-holder .txbx h4 {
    font-size: 40px;
  }

}

@media only screen and (max-width: 1200px) {
  .profile-info-wrapper .profile-info-in {
    width: 100%;
  }

  .landingHeader .navbar-brand {
    max-width: 160px;
  }

  .landingHeader .navbar-nav .nav-item {
    padding-left: 18px;
  }

  .profile-info-wrapper .profile-info-in .heading-bx h5 {
    font-size: 18px;
  }

  .profile-info-wrapper .profile-info-in .heading-bx .edit-ico {
    font-size: 14px;
  }

  .editeor-tabs .nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }

  .editeor-tabs .nav-tabs .nav-item .nav-link .icon {
    max-width: 16px;
  }

  .editor-form .form-control,
  .editor-form .form-select {
    font-size: 14px;
  }

  [type=radio]:checked+label,
  [type=radio]:not(:checked)+label {
    height: 41px;
  }

  .header-bar .hstack {
    min-height: 70px;
    padding: 6px 20px 6px 20px;
  }

  .project-box .fz-28 {
    font-size: 24px;
  }

  .contcardbx .fz-75 {
    font-size: 45px;
  }

  .content-card .box-left {
    max-width: 25%;
  }

  .sectionj-main .boxinner-card {
    min-height: unset;
  }

  .content-card .box-right {
    max-width: 75%;
  }

  .content-listing .fz-24 {
    font-size: 20px;
  }

  .content-card .right-listing {
    min-height: 340px;
  }

  .content-card .contcardbx {
    padding: 40px 30px;
  }

  .profile-info-wrapper .setting-inp {
    font-size: 14px;
  }

  .innersection.py-70 {
    padding-top: 40px;
  }

  .drop-box .dropdown-toggle::after {
    background-size: 10px;
    width: 11px;
    height: 12px;
  }

  .landing-banner .contbx h1 {
    font-size: 55px;
    max-width: 680px;
    margin: 0 auto;
  }

  .landing-banner .contbx p {
    font-size: 16px;
    margin: 25px auto 35px;
  }

  .landing-banner .btnHolder .btn {
    font-size: 18px;
    min-width: 180px;
    min-height: 50px;
    padding: 12px 30px;
  }

  .howWork-two .hw-left h3 {
    max-width: 225px;
    font-size: 32px;
  }

  .howWork-two .hw-left h3 .count {
    top: -40px;
    line-height: 1;
    left: -35px;
    font-size: 150px;
  }

  .howWork-two .hw-right p {
    font-size: 14px;
  }

  .howWork-three .txt-box h3 {
    font-size: 32px;
  }

  .howWork-three .txt-box .count {
    top: -60px;
    line-height: 130px;
    left: -15px;
    font-size: 150px;
  }

  .howWork-three .txt-box p {
    font-size: 14px;
  }

  .footer-heading {
    padding-bottom: 20px;
  }

  .ftr-copy .fz-18 {
    font-size: 15px;
  }

  .footer-logobx .logobx-ftr img {
    max-width: 220px;
  }

  .footer-heading .fz-36 {
    font-size: 24px;
  }

  .footer-list {
    min-height: 320px;
  }

  .landing-banner .arrowContainer {
    text-align: center;
    padding: 70px 0 0;
  }

  .video-section .innerDescp h3 {
    font-size: 35px;
  }

  .video-section .innerDescp h1 {
    font-size: 70px;
  }

  .video-section .innerDescp h1 img {
    min-width: unset;
    min-height: 140px;
  }

  .video-section .videoDescp {
    padding: 15px 15px 15px 90px;
  }

  .descpbx .fz-75 {
    font-size: 50px;
  }

  .paragraphtxbx .fz-18 {
    font-size: 16px;
  }

  .onboard-horz-text span {
    font-size: 20px;
  }

  .custm-conatin {
    max-width: 98%;
  }

  .onassist-section .lftbx--holder {
    width: 236px;
  }

  .onassist-section .mainbx--holder {
    flex-basis: calc(100% - 236px);
    max-width: calc(100% - 236px);
  }

  .step-content .fz-75 {
    font-size: 45px;
  }

  .onassist-section .mainbx--holder {
    flex-basis: calc(100% - 190px);
    max-width: calc(100% - 190px);
  }

  .onassist-section .lftbx--holder {
    width: 190px;
  }

  .onboard-horz-text span {
    left: -30px;
  }

  .line-bdrleft::before {
    width: 40px;
  }

  paragraphtxbx {
    padding-left: 50px;
  }

  .section-e .descbxx .fz-75 {
    font-size: 40px;
  }

  .section-e .descbxx.ps-5 {
    padding-left: 0 !important;
  }

  .section-f .descbxx .fz-75 {
    font-size: 40px;
  }

  .about-two .tb-right {
    padding-left: 0;
  }

  .about-two .tb-left h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
  }

  .about-two {
    padding: 30px 0 60px 0;
  }

  .about-two .tb-right .tb-list .description h4 {
    font-size: 24px;
  }

  .about-two .tb-left p {
    padding: 0 0 0 55px;
  }

  .about-two .tb-left p::before {
    width: 35px;
  }

  .about-four .aboutfr-heading h3 {
    font-size: 32px;
  }

  .about-four .aboutfr-heading p {
    line-height: 24px;
  }

  .price-product .plans-holder {
    gap: 20px;
  }

  .price-product .pro-price-hd h2 {
    font-size: 45px;
    line-height: 55px;
    padding: 0 0 0 40px;
  }

  .authBody-holder .elements--container .boxsm-holder .txbx h4 {
    font-size: 40px;
  }

  .authBody-holder {
    padding: 0 30px;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    right: 60px;
    bottom: -90px;
    max-width: 200px;
  }

  .authBody-holder .lftbx-holder {
    max-width: 60%;
  }

  .pricing-plans-bx .price-heading {
    font-size: 38px;
  }

  .pricing-plans-bx .price-dtl {
    font-size: 16px;
  }

  .right-cardlist .sml-stroke {
    right: -40px;
    top: -30px;
  }

  .board-flow-bx .thumbs-box {
    margin-right: 10px;
    margin-left: 10px;
    flex: 0 0 155px;
    max-width: 155px;
    margin-bottom: 25px;
  }

  .board-flow-bx a {
    min-height: 340px;
  }

  .board-flow-bx {
    padding: 30px 20px;
  }

  .onscreen-card .col-boxlg {
    max-width: 100% !important;
    flex: 0 0 100%;
    padding: 0;
  }

  .onscreen-card .col-boxsm {
    max-width: 100% !important;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0;
    min-height: unset;
  }

  .onboard-link li {
    width: 100%;
    flex: 1;
  }

  .sidelink-card .onboard-link {
    display: flex;
    justify-content: center;
    max-width: 370px;
    margin: 0 auto;
  }

  .onboard-link .navitem .navlink {
    text-align: center;
  }

  .editeor-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .editeor-tabs .nav-tabs .nav-item {
    flex: 1;
    max-width: 100%;
  }

  .editeor-tabs .nav-tabs .nav-item .nav-link {
    text-align: center;
  }


}

@media only screen and (max-width: 992px) {
  .logobox {
    text-align: left;
    padding: 25px 15px 25px 15px;
    min-height: unset;
    position: relative;
  }

  .section-i-card .row .col-lg-7,
  .section-i-card .row .col-lg-5 {
    width: 100%;
  }

  .title-cardbx-top .fz-55 {
    font-size: 40px;
    max-width: 100%;
    padding-right: 22px;
  }

  .right-cardlist .sml-stroke.fz-24 {
    font-size: 18px;
  }

  .footer-list {
    padding: 40px 20px;
  }

  .footer-heading .fz-36 {
    font-size: 20px;
  }

  .footer-heading {
    padding-bottom: 15px;
  }

  .howWork-three {
    padding: 80px 0;
  }

  .howWork-four {
    padding: 20px 0;
  }

  .testimain {
    padding-bottom: 60px;
  }

  .right-section-screen.rtTamplates .row .col-md-4 {
    max-width: 50%;
  }

  .footer-list .row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tex-stroke {
    font-size: 80px;
    top: 32%;
  }

  .title-cardbx-top {
    margin: 0 0 40px 0;
  }

  .editor-heading .done-btn {
    font-size: 14px;
  }

  .listing-cardbx ul li .cardbox-list .iconbox {
    min-height: 35px;
  }

  .content-card .right-listing {
    padding: 30px 20px 30px 90px;
  }

  .box-icon .iconbx-crcl {
    width: 80px;
    height: 80px;
  }

  .section-i-card .row {
    flex-direction: column-reverse;
  }

  .box-icon .iconbx-crcl img {
    width: 28px;
  }

  .logobox a img {
    max-width: 120px;
  }

  .sreen-leftbox {
    padding: 20px 15px 10px;
  }

  .sreen-rightbox .col-bx8 {
    max-width: calc(100% - 320px) !important;
  }

  .sreen-rightbox .col-bx4 {
    max-width: 320px !important;
  }

  .left-sdiebar.leftbar-tgl {
    left: 0 !important;
  }

  .mainbox .left-sdiebar {
    left: -200px;
    z-index: 999999;
  }

  .mainbox .center-box {
    margin-left: 0 !important;
  }

  .mainbox .temp-design-bx {
    margin-left: 0;
  }

  .close-side-mob {
    display: inline-flex;
  }

  .project-thumbs {
    max-width: calc(100% - 290px);
  }

  .live-projects-bx {
    max-width: 100%;
  }

  .smbox-project {
    flex: 0 0 290px;
    max-width: 290px;
  }

  .project-card-detail .fz-24 {
    font-size: 20px;
  }

  .project-card-detail .fz-14 {
    font-size: 13px;
  }

  /*new*/

  .content-card .contcardbx {
    padding: 40px 20px;
  }

  .content-card .box-left {
    max-width: 20%;
  }

  .contcardbx .fz-75 {
    font-size: 32px;
  }

  .content-card .box-right {
    max-width: 80%;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .landing-banner {
    padding: 50px 0 80px;
  }

  .how-banner {
    background: url("../images/how-bn.svg") no-repeat center 50px/560px;
  }

  .landing-banner .contbx h1 {
    font-size: 38px;
    max-width: 480px;
  }

  .howWork-two .hw-left h3 {
    max-width: 175px;
    font-size: 26px;
  }

  .navbar-nav {
    align-items: flex-end;
  }

  .landingHeader .navbar-nav .nav-link {
    text-align: right;
  }

  .landingHeader .navbar-nav .signbtn .btn {
    margin-top: 10px;
  }

  .landing-banner {
    background: url("../images/design.svg") no-repeat center 50px/660px;
  }

  .video-section .cstmrow .videobx {
    max-width: 60%;
  }

  .video-section .innerDescp h3 {
    font-size: 25px;
  }

  .video-section .innerDescp h1 {
    font-size: 55px;
  }

  .video-section .innerDescp h1 span {
    right: -50px;
  }

  .video-section .innerDescp h1 img {
    min-width: unset;
    min-height: 90px;
  }

  .video-section .cstmrow .videoDescp {
    max-width: 40%;
    padding: 15px 15px 15px 50px;
  }

  .onassist-section .lftbx--holder {
    width: 46px;
  }

  .onassist-section .mainbx--holder {
    flex-basis: calc(100% - 46px);
    max-width: calc(100% - 46px);
  }

  .onboard-horz-text span {
    left: -110px;
    font-size: 14px;
    top: 180px;
  }

  .descpbx .fz-75 {
    font-size: 40px;
  }

  .paragraphtxbx {
    padding-left: 40px;
  }

  .line-bdrleft::before {
    width: 30px;
  }

  .onassist-section .mainbx--holder {
    padding-top: 60px;
  }

  .custm-conatin {
    max-width: 100%;
  }

  .steplft-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stepright-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .step-mainbx {
    min-height: 340px;
  }

  .stepsbox .cstmrow {
    flex-direction: column-reverse;
  }

  .steplft-bx {
    margin-top: 30px;
  }

  .onassist-section .mainbx--holder {
    padding-top: 100px;
  }

  .step-content .fz-75,
  .section-e .descbxx .fz-75 {
    font-size: 32px;
  }

  .section-f .descbxx .fz-75 {
    font-size: 32px;
  }

  .about-two .tb-left h3 {
    font-size: 24px;
  }

  .about-two .tb-right {
    margin-top: 35px;
  }

  .about-three .desc-section h3 {
    font-size: 24px;
  }

  .about-three .desc-slider .slider-bx .icon {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
  }

  .about-three .desc-slider .slider-bx .icon img {
    width: 30px;
  }

  .about-three .desc-slider .slider-bx h4 {
    font-size: 32px;
  }

  .about-four .aboutfr-heading h3 {
    font-size: 24px;
  }

  .price-product .pro-price-hd {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .price-product .pro-price-hd h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .authBody-holder .elements--container .boxsm-holder .txbx h4 {
    font-size: 30px;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    right: 0;
    max-width: 150px;
  }

  .authBody-holder .elements--container {
    width: 100%;
  }

  .authBody-holder .lftbx-holder {
    max-width: 50%;
  }

  .pricing-plans-bx .pricing-inner {
    justify-content: center;
  }

  .pricing-plans-bx .pricing-inner .price-box {
    flex: 0 0 300px;
    max-width: 300px;
    z-index: 1;
  }

  .board-flow-bx {
    padding: 30px 20px;
    justify-content: center;
  }

  .sidelink-card {
    padding-bottom: 10px;
  }

  .onboard-link .navitem .navlink {
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
  }

}



@media only screen and (max-width: 767px) {

  .profile-info-wrapper .info-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .board-flow-bx {
    padding: 30px 15px;
  }

  .profile-info-wrapper .up-password-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  .thumnails-bx {
    padding: 30px 20px;
  }

  .content-card .contcardbx {
    width: 100%;
  }

  .about-three .desc-section,
  .about-four .aboutfr-heading {
    text-align: left;
  }

  .live-projects-bx .thumnails-bx .row {
    justify-content: center;
  }

  .mx-width-90 {
    max-width: 100%;
  }

  .arrowContainer img {
    width: 14px;
  }

  .sectionj-main .boxinner-card {
    padding: 30px 15px;
  }

  .tex-stroke {
    right: -60px;
  }

  .onassist-section .section-container {
    padding: 0 15px;
  }

  /*new*/

  .section-h.pb-150 {
    padding-bottom: 60px;
  }

  .profile-info-wrapper {
    background: #32353D;
    padding: 30px 20px;
    border-radius: 15px;
  }

  .cardlisting-left .grouplist-cardbody li {
    padding-bottom: 20px;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .sectionj-main .box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sectionj-main .boxinner-body {
    max-width: 100%;
    margin: 0;
  }

  .content-card .box-right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .content-card .box-left {
    max-width: 85%;
    flex: 0 0 85%;
  }

  .content-card .contcardbx {
    padding: 20px 20px;
  }

  .editor-form .form-control,
  .editor-form .form-select {
    font-size: 16px;
  }

  .editor-form .form-label {
    font-size: 13px;
  }

  .right-section-screen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-content h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .board-screeb-dtl {
    padding-top: 0;
  }

  .bdr-left-line {
    border-left: none;
  }

  .right-section-screen {
    max-width: 100%;
    margin: 0;
  }

  .landing-banner .arrowContainer {
    text-align: center;
    padding: 40px 0 0;
  }

  .sreen-rightbox .col-bx8 {
    max-width: 100% !important;
    flex: 0 0 100%;
    order: 2;
  }

  .sreen-rightbox .col-bx4 {
    max-width: 100% !important;
    flex: 0 0 100%;
    order: 1;
  }

  .board-flow-bx .thumbs-box {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .editeor-tabs .nav-tabs .nav-item {
    flex: 0 0 90px;
    max-width: 90px;
  }

  .editeor-tabs .nav-tabs .nav-item .nav-link .icon {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .left-section-screen {
    padding: 30px 0 !important;
  }

  .editeor-tabs .nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
  }

  .editeor-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    overflow-x: auto;
    justify-content: center;
  }

  .content-card .contcardbx .titlebx {
    max-width: 100%;
    margin: 0;
  }

  .content-card .right-listing {
    padding: 60px 20px 30px 20px;
  }

  .listing-cardbx ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 12px;
    width: 100%;
  }

  .listing-cardbx ul li .cardbox-list {
    margin-bottom: 20px;
  }

  .listing-cardbx ul li .cardbox-list {
    max-width: 100%;
    transition: all 300ms;
  }

  .footer-list .row .col-md-3 {
    max-width: 50%;
  }

  .footer-listbox {
    margin-bottom: 20px;
  }

  .foter-list li .footer-link {
    padding-bottom: 8px;
  }

  .footer-list {
    padding: 40px 20px;
  }

  .footer-logobx .logobx-ftr img {
    max-width: 180px;
  }

  .landing-banner .contbx h1 {
    font-size: 32px;
    max-width: 100%;
  }

  .landing-banner .btnHolder .btn {
    font-size: 15px;
    min-width: 150px;
    min-height: 44px;
    padding: 10px 25px;
  }

  .landing-banner .contbx p {
    font-size: 14px;
    margin: 25px auto 35px;
    font-weight: 400;
  }

  .howWork-two .col-3 {
    padding: 0 15px;
    flex: 0 0 100%;
    order: 2;
    max-width: 100%;
  }

  .hw-image {
    margin-bottom: 20px;
  }

  .howWork-two .col-6 {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .howWork-two .hw-left h3 {
    max-width: 100%;
    font-size: 24px;
  }

  .howWork-two .hw-right {
    display: flex;
    justify-content: flex-start;
  }

  .howWork-two .hw-right p {
    max-width: 100%;
  }

  .howWork-two .hw-right p:before {
    content: unset;
  }

  .howWork-two .hw-left h3 .count {
    top: -40px;
    line-height: 1;
    left: 0;
    font-size: 80px;
  }

  .howWork-three {
    padding: 50px 0;
  }

  .howWork-three .txt-box h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }

  .howWork-three .txt-box {
    max-width: 100%;
  }

  .howWork-three .txt-box .count {
    top: -44px;
    line-height: 1;
    left: 0;
    font-size: 80px;
  }

  .howWork-four .row {
    flex-direction: column-reverse;
  }

  .test-slider .testi-content {
    font-size: 14px;
  }

  .test-slider .slider-profile .profile-pic {
    flex: 0 0 60px;
    max-width: 60px;
  }

  .test-slider .slider-profile .profile-pic img {
    width: 60px;
    height: 60px;
  }

  .profile-detail h5.fz-20 {
    font-size: 16px;
  }

  .profile-detail h5.fz-15 {
    font-size: 14px;
  }

  .test-slider .swiper-button-prev {
    right: 55px;
  }

  .test-slider .swiper-button-next,
  .test-slider .swiper-button-prev {
    top: calc(100% - 28px);
    width: 50px;
    height: 50px;
  }

  .slider-testicard .testi-quote {
    right: 30px;
  }

  .slider-testicard .testi-quote img {
    max-width: 90px;
  }

  .slider-testicard {
    padding: 30px 30px;
    margin: 30px auto 0;
  }

  .landingHeader .navbar-brand {
    max-width: 140px;
  }

  .landingHeader {
    padding: 15px 10px;
  }

  .howWork-four {
    padding-top: 10px;
  }

  .video-section .cstmrow .videobx {
    max-width: 100%;
    order: 2;
    flex: 0 0 100%;
  }

  .video-section .cstmrow .videoDescp {
    max-width: 100%;
    padding: 15px;
    order: 1;
    flex: 0 0 100%;
  }

  .video-section .innerDescp h1 span {
    right: -30px;
    top: -30px;
  }

  .mainbx--holder .descpCol {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .mainbx--holder .placeCol {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .paragraphtxbx {
    padding-left: 0;
  }

  .line-bdrleft::before {
    content: unset;
  }

  .descpbx .fz-75 {
    font-size: 30px;
  }

  .video-section .innerDescp h3 {
    font-size: 18px;
  }

  .video-section .innerDescp h1 {
    font-size: 40px;
  }

  .landing-banner {
    padding: 50px 0 40px;
  }

  .stepsbox {
    padding: 40px 0 100px 0;
  }

  .onassist-section .lftbx--holder {
    width: 30px;
  }

  .onassist-section .mainbx--holder {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .onboard-horz-text span {
    font-size: 13px;
    top: 160px;
  }

  .step-content .fz-75 {
    font-size: 30px;
  }

  .onassist-section .mainbx--holder {
    padding-top: 40px;
  }

  .section-e .cstmrow {
    flex-direction: column;
  }

  .section-e .box6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-e .descbxx {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .section-f .cstmrow {
    flex-direction: column-reverse;
  }

  .section-f .descbxx {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .section-f .box6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-e {
    padding-bottom: 80px;
  }

  .details-form .row {
    flex-direction: column-reverse;
  }

  .details-form .map {
    margin-top: 30px;
  }

  .about-three .desc-slider .slider-bx h4 {
    font-size: 24px;
  }

  .contact-container {
    margin-bottom: 50px;
  }

  .about-three .desc-slider {
    margin-top: 30px;
  }

  .about-four .row .col-md-4 {
    width: 50%;
    max-width: 50%;
  }

  .about-four .box h4 {
    font-size: 45px;
  }

  .about-three,
  .about-four,
  .testimain,
  .price-product {
    padding-bottom: 40px;
  }

  .about-three .desc-slider .icon-arrow {
    max-width: 70px;
    margin-top: 30px;
  }

  .about-three .desc-slider .icon-arrow .carousel-control-next,
  .about-three .desc-slider .icon-arrow .carousel-control-prev {
    width: 30px;
  }

  .price-product .plans-holder .plan-bx {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .plan-in.bl-plan.mt-5 {
    margin-top: 0 !important;
  }

  .price-product .pro-price-hd h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .price-product .pro-price-hd::before {
    font-size: 12px;
    top: -10px;
  }

  .price-product .plans-holder .plan-in {
    padding: 30px 20px;
  }

  .authBody-holder .lftbx-holder {
    max-width: 540px;
    flex: 0 0 100%;
    order: 2;
    padding-right: 0;
    margin-bottom: 30px;
    margin: 0 auto 30px;
  }

  .authBody-holder .rgtbx-holder {
    max-width: 540px;
    flex: 0 0 100%;
    margin: 0 auto;
  }

  .brandNameHolder {
    position: absolute;
    right: 0;
    bottom: 25px;
    max-width: 130px;
    top: 40px;
    z-index: -1;
  }

  .authBody-holder .elements--container .boxsm-holder .txbx h4 {
    font-size: 24px;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    right: 0;
    max-width: 150px;
    bottom: 0;
  }

  .authBody-holder .elements--container .boxsm-holder .txbx {
    margin: 20px 0 0;
  }

  .authBody-holder .elements--container .boxStyle {
    height: auto;
    width: 165px;
    padding: 20px 15px 20px;
  }

  .navbar-brand {
    max-width: 180px;
  }

  .authHeader {
    padding: 30px 20px;
    min-height: unset;
  }

  .authBody-holder {
    padding: 0 20px;
  }

  .authBody-holder .formStyleContainer {
    padding: 30px 20px 30px;
  }

  .pricing-plans-bx .price-dtl {
    font-size: 14px;
  }

  .title-cardbx-top .fz-55 {
    font-size: 32px;
  }

  .right-cardlist .sml-stroke {
    top: 0;
  }

  .section-f {
    padding-bottom: 60px;
  }

  .project-thumbs {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .editor-heading {
    padding: 0;
  }

  .project-box .fz-28 {
    font-size: 20px;
    padding-left: 0;
  }

  .stepsbox {
    padding: 40px 0 60px 0;
  }

  .right-cardlist .sml-stroke {
    right: -20px;
  }

  .listing-cardbx ul li .iconbox {
    margin-bottom: 15px;
  }

  .box-icon {
    padding-bottom: 20px;
  }

  .profile-info-wrapper .setting-inp {
    font-size: 16px;
  }

  .title-cardbx-top {
    padding: 0 0 0 5px;
  }

  .connect-box {
    max-width: 375px;
  }

  .project-thumbs .thumnails-bx .row {
    justify-content: center;
  }

}


@media only screen and (max-width:575px) {
  .authBody-holder .elements--container .boxsm-holder .txbx h4 {
    font-size: 20px;
  }

  .authBody-holder .form-holder .form .accountinfo {
    padding: 30px 0 0;
    font-size: 14px;
  }

  .authBody-holder .form-holder .form .form-check .forget .forgetLink {
    font-size: 13px;
  }

  .authBody-holder .form-holder .form .form-check .form-check-label {
    font-size: 13px;
  }

  .authBody-holder .form-holder .form .submit-frm .btn-solid {
    font-size: 18px;
  }

  .editeor-tabs .nav-tabs {
    justify-content: flex-start;
  }

  .landing-banner .contbx h1 {
    font-size: 28px;
  }

  .tex-stroke {
    font-size: 70px;
    top: 30%;
    right: -60px;
  }

  .stepsbox {
    padding: 40px 0 60px 0;
  }

  /*.board-flow-bx .thumbs-box {
    flex: 0 0 130px;
    max-width: 130px;
  }*/
  .board-flow-bx a {
    min-height: 270px;
  }

  .connect-box .sreen-pic {
    max-width: 100%;
  }

  .no-data {
    font-size: 24px;
  }

  .video-section .innerDescp h1 img {
    min-height: 75px;
  }

  .video-section .innerDescp h1 span {
    top: -32px;
  }

  .section-i {
    padding: 50px 0 20px 0;
  }

  .section-j {
    padding-bottom: 40px;
  }

  .content-card .right-listing {
    padding-bottom: 0;
  }

  .smbox-project {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .username-drop {
    display: none;
  }

  .drop-box .dropdown-toggle::after {
    display: none;
  }

  .drop-box .profile-user {
    margin-right: 0;
  }

  .contact-container .cont-form ul li:first-child:before {
    content: unset;
  }

}

@media only screen and (max-width:420px) {
  .authBody-holder .elements--container .mobileIcon-holder {
    max-width: 120px;
  }

  .pricing-plans-bx .pricing-inner .price-box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cardlisting-left .grouplist-cardbody li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 20px;
  }

  .title-cardbx-top .fz-55,
  .section-f .descbxx .fz-75,
  .section-e .descbxx .fz-75,
  .step-content .fz-75,
  .descpbx .fz-75 {
    font-size: 24px;
  }

  .sidelink-card .onboard-link {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .onboard-link li {
    max-width: 170px;
    width: 100%;
    flex: 0 0 170px;
  }

  .footer-list .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }


}

@media only screen and (max-width:375px) {
  .footer-list .row .col-md-3 {
    max-width: 100%;
  }

  .authBody-holder .elements--container .mobileIcon-holder {
    max-width: 90px;
  }

  .landing-banner .contbx h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width:340px) {}


/*# sourceMappingURL=style.css.map */


.radio-parent{
  padding-bottom: 20px;
}

.custom-radio-btn .form-check-label:before,
.custom-radio-btn .form-check-label:after{
	display: none;
}
.custom-radio-btn input[type=radio]{
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0px;
	left: 0px;
	margin-top: 1px;
}

.custom-radio-btn .form-check-input:checked {
    background-color: transparent;
    border-color: #51555B;
}
.form-check.custom-radio-btn .form-check-label{
	height: initial;
	line-height: 1.2;
	    margin-bottom: 0px;
    padding-left: 10px;
	display: inline-block;
}
.custom-radio-btn input[type=radio]:focus{
	box-shadow: none;
	outline: none;
}