 * {
            margin: 0;
            padding: 0;
        }
        
        .tree ul {
            padding-top: 0px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            display: flex;
            justify-content: center;
            flex-direction: row;
        }
        
        .paddingclass {
            padding-top: 10px !important;
            width: 70% !important;
            margin-left: 5%;
        }
        
        .tree li {
            width: 45%;
            float: left;
            text-align: center;
            list-style-type: none;
            position: relative;
            padding: 0px 5px 0 10px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }
        
        .need {
            font-size: 20px !important;
            width: 50% !important;
        }
        
        .tree li a {
            width: 70%;
            padding: 5px 10px;
            text-decoration: none;
            color: #666;
            font-family: arial, verdana, tahoma;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            border-radius: 8px;
            transition: all 0.5s;
        }
        
        .yesbtn {
            width: 50%;
            padding: 12px 10px !important;
            border-radius: 30px 30px 30px 30px;
            color: #FF6020;
            border: 1px solid #FF6020;
            float: left;
            margin: 15px 76px -15px -10px;
            cursor: pointer;
            background: white;
        }
        
        .yesbtn:hover {
            background: #FF6020;
            color: white;
        }
        
        .nobtn:hover {
            background: #FF6020;
            color: white;
        }
        
        .nobtn {
            width: 50%;
            background: white;
            padding: 12px 10px !important;
            border: 1px solid #FF6020;
            border-radius: 30px 30px 30px 30px;
            color: #FF6020;
            float: right;
            margin: -25px -11px -16px -8px;
            cursor: pointer;
            z-index: 9999;
    position: relative;
        }
        
        .yesactive {
            width: 50%;
            padding: 12px 10px !important;
            border-radius: 30px 30px 30px 30px;
            color: #FF6020;
            border: 1px solid #FF6020;
            cursor: pointer;
            background: #FF6020;
            color: white;
        }
        
        .noactive {
            width: 50%;
            background: #FF6020;
            padding: 12px 10px !important;
            border: 1px solid #FF6020;
            border-radius: 30px 30px 30px 30px;
            color: #FF6020;
            cursor: pointer;
            color: white;
        }
        
        .removeone {
            display: block!important;
        }
        
        .removesecond {
            display: block!important;
        }
        
        .cont::after,
        .removeplan::after {
            content: '';
            position: absolute;
            top: -20px;
            right: 5%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 80px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .cont::after {
            content: '';
            position: absolute;
            top: -20px;
            right: 30%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 80px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .bgcolor,
        .policybgcolor {
            background-color: #FF6020;
            color: white !important;
            width: 100% !important;
            padding: 15px 10px !important;
            border-radius: 20px !important;
            position: relative;
            font-family: arial, verdana, tahoma;
            font-size: 19px;
            font-weight: 600;
        }
        
        .policy::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 50%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .removeplansecond::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 20%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .domainname::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 45%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .blogwebsite::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 30%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirywant::before {
            content: '';
            position: absolute;
            top: -19px;
            right: 48%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirygst::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 20%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirywantfirst::before {
            content: '';
            position: absolute;
            top: -19px;
            right: 48%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirygstfirst::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 10%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirywantsecond::before {
            content: '';
            position: absolute;
            top: -19px;
            right: 48%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirygstsecond::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 20%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirywantthird::before {
            content: '';
            position: absolute;
            top: -19px;
            right: 50%;
            background-image: url("right01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 80px 110px;
            background-position-x: center;
            width: 100px;
            height: 100px;
        }
        
        .enquirygstthird::before {
            content: '';
            position: absolute;
            top: -22px;
            right: 25%;
            background-image: url("left01.png");
            background-repeat: no-repeat;
            background-origin: content-box;
            background-size: 70px 110px;
            background-position-x: center;
            width: 100px;
            height: 155px;
        }
        
        .cont {
            width: 100% !important;
        }
        
        .policy {
            width: 100% !important;
        }
        
        .removeplan {
            width: 50% !important;
            position: absolute !important;
            left: -106px;
        }
        
        .blogwebsite {
            width: 35% !important;
            position: absolute !important;
            left: 58%;
        }
        
        .domainname {
            width: 40% !important;
            position: absolute!important;
            left: 65%;
        }
       
        .enquiryform,
        .enquiryformfirst,
        .enquiryformsecond,
        .enquiryformthird {
            width: 100%;
        }
        
       
        .enquirywant,
        .enquirywantsecond{
            width: 100%!important;
            position: absolute!important;
            left: 120px;
        }
        
       
        .enquirygst,
        .enquirygstsecond {
            width: 100%!important;
            position: absolute!important;
            right: 80px;
        }
        
        .enquirywantfirst {
            width: 100%!important;
            position: absolute!important;
            left: 130px;
        }
        
        .enquirygstfirst {
            width: 100%!important;
            position: absolute!important;
            right: 130px;
        }
        
        .enquirygstthird {
            width: 80%!important;
            position: absolute!important;
            right: 100px;
        }
        
        .enquirywantthird {
            width: 80%!important;
            position: absolute!important;
            left: 50%;
        }
        
         .cont,.policy {
		opacity:0;
		} 
        
        .mobile_tree {
            display: none;
        }
        
        .tree_desk {
            display: block;
        }
		.roundclick{
			background: #05143E;
			border-radius: 50% !important;
			height: 120px;
			display: inline-flex !important;
			width: 120px !important;
			color: white !important;
			align-items: center;
			justify-content: center;
			padding:10px !important;
		}