.apmenu-dropdown:hover a .uil {
    transform: rotate(180deg);
    font-size: 24px;
    transition: transform 200ms linear;
}
.footer {
    font: 400 14px/24px 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    border-top: 1px solid #444;
    line-height: 1.8em;
}
.footCont>ul {
    width: 45%;
    padding-left: 5%;
    float: left;
}
.footer .footCol1, .footer .footCol2 {
	width: 25%;
}
.footer .footCol2, .footer .footCol3 {
    padding: 2% 1%;
}
.foot-copy {
    font-size: 13px;
}
.heading-menu{
	display: none;
}
#btmBar ul li {
    width: 29%;
}

.jira-banner {
margin-top:  0
}
.title2 {
color: inherit;
}


/* === USED CSS === */

.section-indxx-dropdown {
    min-width: 250px;
}


.features-indxx-dropdown {
    min-width: 180px;
}


.solution-indxx-dropdown {
    left: 32px;
    min-width: 300px;
}


.menu-indx-box {
    visibility: visible !important;
}


.menu-indx-box {
    visibility: visible;
}


.head-container #over .section-indxx-dropdown a:nth-child(2){
	display: none;
}


.clearfix {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*Customers page CSS end here*/

/*index pagedropdown design start here*/


.uil.uil-arrow-down {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	transition: transform 200ms linear;
}


.apmenu-dropdown a {
	padding-bottom: 22px !important;	
}


.productmenu .selecteddiv a {
	    border-bottom: 1px solid #000;
}


.productmenu li.selecteddiv:first-child a {
	    border-bottom: 0px solid #000;
}


.section-indxx-dropdown, .solution-indxx-dropdown, .help-indxx-dropdown, .features-indxx-dropdown {
	position: absolute;
    background-color: #fff;
   
    left: 0;
    width: auto;
    opacity: 0;
	pointer-events: none;
    box-shadow: 0 2px 16px 0 rgb(9 9 12 / 25%);
    z-index: 2;
    text-align: left;
    transform: translateY(20px);
    transition: all 200ms linear;
	    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.section-indxx-dropdown {
    left: 0;	
}


.solution-indxx-dropdown {
	left: 142px;	
}


.features-indxx-dropdown{
	left: 50px;
}


#fea .all-featu {
	background: #e9e9e9;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    text-align: center;
    border-radius: 20px;
    width: 75%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;

    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.nav .selecteddiv a, .nav .selecteddivnew a {
    color: #000 !important;
    font-family: 'Zoho_Puvi_Bold';
}


.section-indxx-dropdown a, .solution-indxx-dropdown a, .help-indxx-dropdown a, .features-indxx-dropdown a {
	display: block;
    color: #000 !important;
    padding: 8px 20px;
	font-family: 'Zoho_Puvi_Regular' !important;
	padding-bottom: 8px !important;
}


.menu-2dropdown {
	display: flex;
}


.menu-indx-inner {
    width: 50%;	
}


.menu-indx-box {
    display: block;
    background: #E1EDFF;
    visibility: hidden;
    font-size: 21px;
    font-family: 'Zoho_Puvi_Bold' !important;
    line-height: 28px;
    margin:2px 20px 20px 20px;
    padding: 15px;
    padding-bottom: 8px !important;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.section-indxx-dropdown a:first-child, .solution-indxx-dropdown a:first-child, 
.help-indxx-dropdown a:first-child, .features-indxx-dropdown a:first-child {
	padding-top: 16px;
}


.section-indxx-dropdown a:last-child, .solution-indxx-dropdown a:last-child,
.help-indxx-dropdown a:last-child, .features-indxx-dropdown a:last-child {
	padding-bottom: 16px;
	margin-top: -2px;
}


.menu-indx-box a {   
	font-size: 14px;
    color: #2b63f3 !important;
    font-family: 'Zoho_Puvi_BoldItalic' !important;
    opacity: 1 !important;
	padding: 6px 0 4px !important;
}


/* === USED MEDIA QUERIES === */
@media {

	.section-indxx-dropdown, .solution-indxx-dropdown, .help-indxx-dropdown, .features-indxx-dropdown {
		display: none;
		opacity: inherit !important;
	}
}
	
	.apmenu-dropdown:hover .section-indxx-dropdown,
	.apmenu-dropdown:hover .solution-indxx-dropdown,
	.apmenu-dropdown:hover .help-indxx-dropdown, .apmenu-dropdown:hover .features-indxx-dropdown{
		width: 100%;
	}
	.apmenu-dropdown:hover .solution-indxx-dropdown {
	    left: 0;
    		
	}
	.apmenu-dropdown:hover .help-indxx-dropdown {
	    left: 0;
    	top: 192px;
	}
	.apmenu-dropdown:hover .features-indxx-dropdown {
	    left: 0;
    	
	}
	.section-indxx-dropdown, .solution-indxx-dropdown, .help-indxx-dropdown, .features-indxx-dropdown {
		display: none;
		opacity: inherit !important;
	}
	.apmenu-dropdown:hover .section-indxx-dropdown, .apmenu-dropdown:hover .solution-indxx-dropdown, .apmenu-dropdown:hover .help-indxx-dropdown, .apmenu-dropdown:hover .features-indxx-dropdown {
		display: block;
		opacity: inherit !important;
	}
	body #webinar-banner h1 {
	    line-height: 42px;
    	width: 75%;
	}
	.complete-green img {
	    width: 35%;
	    left: -8%;
	    top: 10%;
	}
    .banr-cnt-center {
        padding-top: 50px;
    }
    .aplus-list-section li {
		width: 29%;
    margin: 20px 0 15px;
    padding: 20px 2%;
	}
	.aplus-list-section li span {
		display: inline;
	}
}


/* === USED PSEUDO ELEMENTS === */
