.heading-menu, .btmBar, .mef_foot_top, #survey {display:none !important;}
 .content-wrap {
            margin: 0 auto;min-height:800px;
        }

       
        #main {
            position: relative;
            z-index: 50;
            height: 100%;
          
        }

        #main .content-wrap {
            display: flex;
            height: 100%;
        }

        #main p {
            line-height: 1.6rem;
            letter-spacing: -0.36px;
            color: #000;font-size:16px;
        }

        #main .left {
            padding: 50px 60px;
            width: 50vw;
            background-color: #fff3d0;
        }

        #main .left .wrapper {
            max-width: 512px;
            margin-left: auto;
        }

        #main .left #brand-logo svg {
            max-width: 220px;
        }

        #main .left h1 {
            margin-top: 20px;font-size:40px;font-weight:700;
        }

        #main .right {
            max-height: 100%;
            width: 50vw;
            overflow-y: auto;
        }

        #main .right .form-section {
            max-width: 600px;
            margin-right: auto;
            padding: 50px 60px;
            border: 1px solid #fff;
            background-color: #fff;
            border-radius: 5px;
        }

        #main .right .form-section form input {
            width: 100%;-webkit-box-sizing:border-box;box-sizing:border-box;
            font-weight: 400;
            font-size: 14px;
            border: 1px solid #c7d1d6 !important;
            border-radius: 4px;
            border: none;
            margin: 5px 0;
            color: #000 !important;
            padding: 10px;
        }

        #main .right .form-section form input::-moz-placeholder {
            color: #414647;
            opacity: 1;
            /* Firefox */
        }

        #main .right .form-section form input::placeholder {
            color: #414647;
            opacity: 1;
            /* Firefox */
        }

        #main .right .form-section form input::-ms-input-placeholder {
            /* Edge 12 -18 */
            color: #414647;
        }

        #main .right .form-section form input.d-none {
            display: none;
        }

        #main .right .form-section form p {
            font-size: 15px;
            font-weight: 400;
            margin: 5px;
            margin-top: 10px;
        }

        #main .right .form-section form p.mandatory::after {
            content: "*";
            margin-left: 2px;
            font-size: 15px;
            color: red;
        }

        #main .right .form-section form select {
            font-family: "ZohoPuvi", sans-serif;
            font-weight: 400;
            font-size: 14px;
            border: 1px solid #c7d1d6 !important;
            border-radius: 4px;
            border: none;
            margin: 5px 0;
            color: #414647 !important;
            width: 100%;
            padding: 10px;
-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
        }

        #main .right .form-section form small {
            display: block;
            margin-top: 20px;
            font-size: 13px;
        }

        #main .right .form-section form line-break {
            display: block;
            border-top: 1.5px solid #c7d1d6;
            border-top-style: dotted;
            max-width: 50%;
            margin: 0 auto;
            height: 15px;
            margin-top: 20px;
        }

        #main .right .form-section form .option-select {
            display: inline-block;
            border: 1px solid #c7d1d6;
            border-radius: 4px;
            font-family: "ZohoPuvi", sans-serif;
            font-size: 14px;
            font-weight: 300;
            margin: 5px 0;
            margin-right: 5px;
            color: #414647;
            padding: 7px 10px;
            transition: 0.2s all ease-in-out;
        }

        #main .right .form-section form .option-select:hover {
            color: #000;
            border-color: #000;
            cursor: pointer;
        }

        #main .right .form-section form .option-select.active {
            background-color: #fff3d0;
            border-color: #a7a5a3;
            color: #000;
            text-shadow: 0px 0px 0.5px #000;
        }

        #main .right .form-section form .option-select.active.expand {
            display: block;
        }

        #main .right .form-section form .option-select.active.expand::after {
            float: right;
            content: "×";
            font-size: 17px;
            font-weight: 300;
            color: #8d867e;
        }

        #main .right .form-section form .input-50 {
            display: none;
            align-items: center;
        }

        #main .right .form-section form .input-50.active {
            display: flex;
        }

        #main .right .form-section form .input-50 label {
            background-color: #edeae1;
            font-family: "ZohoPuvi", sans-serif;
            font-size: 14px;
            color: #000;
            padding: 7px 10px;
            border-radius: 5px 0px 0px 5px;
            max-width: -moz-max-content;
            max-width: max-content;
        }

        #main .right .form-section form .input-50 input {
            border-radius: 0px 5px 5px 0px;
            width: 80px;
        }

        #main .right .form-section form .cloud-fields-wrapper.d-none {
            display: none;
        }

        #main .right .form-section form .on-premises-fields-wrapper.d-none {
            display: none;
        }

        #main .right .form-section form .half-select {
            display: flex;
        }

        #main .right .form-section form .half-select div {
            flex: 1;
        }

        #main .right .form-section form .half-select div:first-of-type {
            margin-right: 5px;
        }

        #main .right .form-section form .half-select div:last-of-type {
            margin-left: 5px;
        }
#main .right .form-section form a {color:#0a5e96;font-style:italic;}

        #main .right .form-section form .cta {
            display: block;
            font-family: "ZohoPuvi", sans-serif;
            padding: 8px 20px;
            font-weight: 600;
            text-transform: uppercase;
            max-width: -moz-max-content;
            max-width: max-content;
            margin-top: 24px;
            background-color: #ee1313;
            outline: none;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            color: #fff;
            transition: all 0.2s ease-in-out;
        }

        #main .right .form-section form .cta:disabled {
            background-color: #c0b6b6;
        }

        #main .right .form-section form .cta:disabled:hover {
            cursor: not-allowed;
        }

        #main .right .form-section form .cta:hover {
            cursor: pointer;
        }

        @media screen and (max-width: 1000px) {

            #main {
                height: max-content;
                overflow-y: auto;
            }

            #main .content-wrap {
                flex-direction: column;
                height: max-content;
            }

            #main .left {
                width: 100%;
                height: max-content;
                max-height: max-content;
            }

            #main .right {
                width: 100%;
                height: max-content;
                max-height: max-content;
            }

            #main .left .wrapper {
                margin: 0 auto;
            }

            #main .right .form-section {
                margin: 0 auto;
                padding: 50px 20px;
            }

            #main .right .form-section form .input-50 {
                flex-wrap: wrap;
            }

            #main .right .form-section form .input-50 input {
                border-radius: 5px;
            }

            #main .right .form-section form .input-50 label {
                border-radius: 5px;
            }
        }

        /* Snackbar CSS */
        #snackbar {
            visibility: hidden;
            min-width: 250px;
            margin-left: -125px;
            background-color: #333;
            color: #fff;
            text-align: center;
            border-radius: 2px;
            padding: 16px;
            position: fixed;
            z-index: 99999999;
            left: 50%;
            top: 30px;
            font-size: 17px;
        }

        #snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
            animation: fadein 0.5s, fadeout 0.5s 2.5s;
        }

        @-webkit-keyframes fadein {
            from {top: 0; opacity: 0;} 
            to {top: 30px; opacity: 1;}
        }

        @keyframes fadein {
            from {top: 0; opacity: 0;}
            to {top: 30px; opacity: 1;}
        }

        @-webkit-keyframes fadeout {
            from {top: 30px; opacity: 1;} 
            to {top: 0; opacity: 0;}
        }

        @keyframes fadeout {
            from {top: 30px; opacity: 1;}
            to {top: 0; opacity: 0;}
        }

        .snackbar-error {
            background-color: red;
        }
.info-tooltip {
   position: relative;
    display: inline-block;
    cursor: pointer;
    color: #0a5e96;
    line-height: 1;
    text-align: center;
    border: 1px solid;
    padding: 4px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 14px;
  }

  .info-tooltip .info-text {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    left: 50%;
    top: 125%; 
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 10;font-size:14px;line-height:1.7;
  }

  /* Tooltip arrow */
  .info-tooltip .info-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
  }

  .info-tooltip:hover .info-text {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }