@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype'); font-style: normal; font-weight: 300; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap}@font-face{ font-family: 'ZohoPuvi'; src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap}body{ font-family: 'ZohoPuvi', sans-serif}
.lhs-tree {
    visibility: none !important;
}

$base-margin: 20px; 
$blue: #345F90;
$tab-height: 35px;
$tab-border-radius: 35px;

body{
	background: rgba($blue, 0.07);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.66667;
}

.container{
	width: 75%;
	margin: 3rem auto;
}

.tab-slider--nav{
	width: 100%;
	float: left;
	margin-bottom: $base-margin;
}
.tab-slider--tabs{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-radius: $tab-border-radius;
	overflow: hidden;
	background: #fff;
	height: $tab-height;
	user-select: none; 
	&:after{
		content: "";
		width: 50%;
		background: $blue;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 250ms ease-in-out;
		border-radius: $tab-border-radius;
	}
	&.slide:after{
		left: 50%;
	}
}

body.how-to-list .lhs-Tree {
    visibility: hidden;
}

.tab-slider--trigger {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: $blue;
	text-transform: uppercase;
	text-align: center;
	padding: 11px $base-margin;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	user-select: none; 
	&.active {
		color: #fff;
	}
}
.tab-slider--body{
	margin-bottom: $base-margin;
}
ul li {
    list-style: disc !important;
}
img.min-images {
    max-width: 950px;
}
img.max-images {
    max-width: 700px;
}
.right-sidebar .video-box h3 {
  border: none !important;
  padding-left: 0 !important;
}

.right-sidebar .video-box h3::before,
.right-sidebar .video-box h3::after {
  content: none !important;
  display: none !important;
}
h1, h2, h3, h4, h5, h6 {
    border-bottom: none !important;
    box-shadow: none !important;
}
h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
    content: none !important;
    display: none !important;
}
h4 {
  color: #1e90ff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding-left: 35px;
}
.right-sidebar {
  position: absolute;
  right: 0;
  top: 105px;
  left: 930px;
  width: 350px;
  background: #f8f9fa;
  padding: 20px;
  border-left: 3px solid #2196f3;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.right-sidebar h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 0px;
  margin-bottom: 25px;
}

.video-box {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .right-sidebar {
    position: relative;
    width: 100%;
    top: auto;
    border-left: none;
    border-top: 3px solid #2196f3;
    box-shadow: none;
    margin-top: 30px;
  }
}
.input-sec {
        display: flex;
        grid-gap: 20px;
        background: aliceblue;
        padding: 15px;
        border-radius: 8px;
    }

    .input-sec select {
            padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    max-width: 180px;
    width: 100%;
    text-align: center;
    appearance: none;
    position: relative;
    border: solid #000000 1px;
    margin: 5px 0px 0px;
    }

    .input-sec .select {
        max-width: 180px;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .input-sec select option {
        background: #f1f1f1;
        border-radius: 0px;
        color: #000;
    }

    .input-sec .select span {
        color: #2f77b6;
    }

    .content-section {
        padding: 0px 0px 0px 30px;
    }

    .input-sec .select:after {
        content: "";
        height: 3px;
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 50px;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #000;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none;
    }

    .cont {
        display: none;
    }

    .cont.active {
        display: block;
    }
.rhs-cont ul, .rhs-cont ol {
    padding: 0px 0 0px 25px;
}
.warning-box {
      background-color: white;
      border-left: 3px solid #2196f3;
      position: relative;
      width: 780px;
      margin-bottom: 35px;
      padding-right: 99px;
;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-radius: 8px;
      padding: 20px 30px;
      text-align: center;
    }

    .warning-box h2 {
      color: #2196f3;

      margin-bottom: 12px;
      font-size: 28px;
    }

    .deploy-button {
      background-color: #e21221; /* red button */
      color: white;
      border: none;
      border-radius: 6px;
      padding: 10px 24px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .deploy-button:hover {
      background-color: #c40f1d; /* darker red */
    }
[class*="bread"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.heading-menu {
    display: none !important;
}
.sec-pTB{
   display:none !important;
}
.container {
    max-width: 1400px !important;
}
h4{
    padding-left: 40px !important;
}
.text-align-center{
    text-align: center;
}
#customers{
display: none
}
ul li {
    list-style: none !important;
}