/*<meta />*/

* {
	font-family: 'Montserrat', sans-serif;
}

*,
:before,
:after,
input,
button {
	box-sizing: border-box;
}

html,
body {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

ul {
	list-style: none;
	list-style: none;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #1d1d1c;
	text-decoration: none !important;
}

.fixed-note {
	position: fixed;
	top: 36%;
	right: -2px;
	z-index: 100;
}

.fixed-note img {
	max-width: 38px;
	height: 200px;
	display: block;
}

.hidden {
	display: none;
}

.nav-item .nav-link:hover {
	color: #699ff9;
}

.custom_nav_bar {
	top: 0;
}

.image-icon-cursor {
	cursor: pointer;
}

.help-article-sec .carousel-control-next,
.help-article-sec .carousel-control-prev {
	top: auto;
}

.help-article-sec .carousel-control-prev,
.leaderboard-section .carousel-control-prev {
	left: auto;
	right: 164px;
}

.leaderboard-section .carousel-control-next,
.leaderboard-section .carousel-control-prev {
	top: auto;
	bottom: -70px;
}

.inline-list li {
	list-style: none;
	display: inline;
	font-size: 0;
}

.bg-transparent {
	background-color: transparent;
}

.bg-white,
.hover-bg-white:hover {
	background-color: #fff;
}

.color-white,
.color-white-hover:hover {
	color: #fff;
}

.color-orange {
	color: #FCB735;
}

.color-blue,
.hover-color-blue:hover {
	color: #5abdfe;
}

.bg-orange {
	background: #FCB735;
}

.bg-orange-gradient {
	background-image: -webkit-linear-gradient(right, #ffb300, #f80);
	background-image: linear-gradient(to left, #ffb300, #f80);
}

.bg-light-gray {
	background: #f5f5f5;
}

.bg-dark-gray {
	background: #ededed;
}

.bg-image,
.blog_page_slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.btn-outline-primary:hover {
	border-color: transparent;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	background-image: -webkit-linear-gradient(right, #55c7ff, #7886f7);
	background-image: linear-gradient(to left, #55c7ff, #7886f7);
	color: #fff;
}

.inner_pages .searchbr,
.color-black,
.color-hover-b {
	color: #333;
}

.sec-color-black,
.sec-hover-color-black:hover {
	color: #555;
}

.searchbr {
	color: #000;
}

.footer-toggle {
	display: none;
}

.is-sticky .searchbr {
	color: #333;
}

.display-inline-block,
.display-inline-block li {
	display: inline-block;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-24 {
	font-size: 24px;
}

.font-33 {
	font-size: 33px;
}

.font-42 {
	font-size: 42px;
}

.kb_font-weight-300 {
	font-weight: 300;
}

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

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

.kb_font-weight-600 {
	font-weight: 600;
}

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

.kb_font-weight-800 {
	font-weight: 800;
}

.line-height-45 {
	line-height: 45px;
}

a,
.kb_font_color_gray {
	color: #1d1d1c;
}

.color-gray {
	color: #b4b4b4;
}

.color-yellow {
	color: #ffaf00;
}

.color-green {
	color: #67c9d9;
}

.color-light-gray {
	color: #888 !important;
}

.color-blue,
.custom_nav_bar li.nav-item.active a {
	color: #5abdfe;
}

.shadow {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05) !important;
}

.resources_shadow {
	box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.18) !important;
	border-radius: 12px;
	border: solid 1px #e4e4e4;
}

.icon-object .custom-btn-idea-sec {
	border-radius: 25px;
}

.position-relative {
	position: relative !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-blue-gradient,
.bg-blue-gradient-hover:hover,
.gridient-bg-color-blue {
	background: -webkit-linear-gradient(left, #748cf7 0, #5bbafd 100%);
	background: linear-gradient(to right, #748cf7 0, #5bbafd 100%);
	color: #fff;
}

.spacerT2 {
	padding-top: 5%;
}

.spacerB5 {
	padding-bottom: 5%;
}

.custom_nav_bar.position-fixed {
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 999;
}

.header-logo-width {
	width: 225px;
	height: auto;
}

blockquote {
	border-left: 5px solid #ffb200;
	padding: .5rem 1.5rem .5rem;
	margin: 1rem 0;
	background: #ffffff;
}

.banner-section {
	background-image: url('../Images/Homepage/v2/doc-banner.svg');
	height: 480px;
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.get-started-wrapper {
	padding: 0 0 64px 0;
	padding: 0 0 4rem 0;
}

.get-started-title-row {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.get-started-inner h3 {
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 32px;
	line-height: 2rem;
}

.get-started-inner h4 {
	font-size: 14.4px;
	font-size: 0.9rem;
}

.get-started-inner {
	background-image: url('../Images/Homepage/v2/get-started-banner.svg');
	padding: 32px 80px;
	padding: 2rem 5rem;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 10px 10px 20px #E5E5E5;
	border: 1px solid #E5E5E5;
	border-radius: 20px;
}

.get-started-inner img.img-fluid {
	max-width: 90px;
	margin: auto;
}

.get-started-inner .br-1 {
	border-top: 1px solid #E5E5E5;
}

a.add-content-source:hover {
	border: 1px solid #ADE2EB;
}

a.add-content-source:hover .br-1 {
	border-top: 1px solid #ADE2EB;
}

a.add-content-source:hover h5 {
	color: #29BDD5;
}

.browse-cta-row a:hover {
	color: #000;
}

.faq-row .faq-accordion .faq-more-section a:hover {
	color: #000;
}

footer .footer_bottom .footer_links li a:hover {
	color: #5abdfe;
}

footer .footer-list ul li a:hover {
	color: #5abdfe;
}

div.get-started-wrapper a:hover img.img-fluid {
	-webkit-animation: tada 1800ms both;
	animation: tada 1800ms both;
}

a.add-search-client:hover {
	border: 1px solid #55C7FF;
}

a.add-search-client:hover .br-1 {
	border-top: 1px solid #55C7FF;
}

a.add-search-client:hover h5 {
	color: #55C7FF;
}

a.configure-search-client:hover {
	border: 1px solid #FFB300;
}

a.configure-search-client:hover .br-1 {
	border-top: 1px solid #FFB300;
}

a.configure-search-client:hover h5 {
	color: #FF8800;
}

.request_btn {
	color: #000;
	text-transform: capitalize;
	border-radius: 30px;
	line-height: 21px;
	padding: 4px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.no-border {
	border: none;
	margin-left: 20px;
}

.inputheight {
	height: calc(1.5em + .75rem + 14px);
}

.su-lg-btn {
	padding: 11px 24px;
	line-height: 26px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.service-icon svg {
	overflow: visible;
}

.icon-mask {
	top: -50px;
	left: -42px;
}

.border-bottom {
	border-bottom: solid 1px #707070;
}

.resources-bg-background {
	background-image: -webkit-linear-gradient(top, rgba(85, 199, 255, 0.08), rgba(120, 134, 247, 0.17));
	background-image: linear-gradient(to bottom, rgba(85, 199, 255, 0.08), rgba(120, 134, 247, 0.17));
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 4em 6em;
}

.list-resources-item:hover h6 a {
	color: #222 !important;
}

.arrow:hover span {
	display: block !important;
}

.list-resources-item:hover .resource-show-hide-arrow {
	display: block;
}

li.list-resources-item:last-child {
	border-bottom: none !important;
}

li.nav-item.addlink {}

.letsdrill .col-lg-4 {
	margin-bottom: 100px;
}

.su_user-login .custom-text-dark {
	height: 57.3px;
}

.su_user-login .custom-text-dark b {
	position: relative;
	bottom: 8px;
	margin-right: -4px;
}

.su_contact-link {
	line-height: 23px;
}

.right-text-sec.bannerpadding {
	padding-top: 4rem;
}

.banner-section h1 {
	font-weight: 600;
	font-size: 2.2rem;
	color: #1d1d1c;
}

.banner-section .bannerpadding p {
	font-size: 1rem;
	color: #2b2b2b;
	margin: 0 0 30px;
	padding: 0 2rem 0 0;
}

.common-animation .service-image .image-icon,
.release-note-section .image-icon {
	margin: 0 0 40px;
}

.common-animation .service-image .heading-part {
	font-size: 16px;
	margin: 0 0 25px;
}

.common-animation .service-image .extra-design {
	font-size: 38px;
	font-weight: 600;
	line-height: 45px;
}

.common-animation .service-image .color-gray {
	margin: 0 0 25px;
	width: 75%;
}

.common-animation .service-image .btn {
	font-size: 14px;
	color: #1d1d1c;
	padding: 5px 0;
	box-shadow: none;
	width: 105px;
	text-align: left;
}

.common-animation .service-image .btn:active {
	background-image: -webkit-linear-gradient(right, #55c7ff, #7886f7);
	background-image: linear-gradient(to left, #55c7ff, #7886f7);
}

.common-animation .service-image .btn:hover {
	text-align: center;
	color: #fff;
}

.common-animation .service-image .btn:hover span {
	display: none;
}

.idea-section {
	margin: 0 0 125px;
}

.list-resources-item {
	padding: 30px 30px 12px 30px;
}

.resources-arrow {
	right: 30px;
	top: 43%;
}

.list-resources-item:hover .resources-arrow {
	font-size: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.list-resources-item:hover {
	background: rgba(247, 247, 247, 0.34);
}

.Faq-grey {
	background-color: #f2f6f9;
	border-radius: 40px;
	padding: 15px;
}

.Faq-grey .left-partasked {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	padding-left: 10%;
}

.Faq-grey .left-partasked h2 {
	font-size: 30px;
	font-weight: 600;
	color: #1c1c1c;
	margin: 0 0 20px;
}

.Faq-grey .left-partasked p {
	font-size: 16px;
	line-height: 27px;
	color: #1c1c1c;
}

.Faq-grey .left-partasked img {
	margin: 0 0 20px;
}

.Faq-grey .right-industrytext {
	border-radius: 35px;
	padding: 40px;
	background: #fff url('../Resources/Images/Homepage//bgwhitebox.svg') no-repeat left top;
	background-size: 170px auto;
}

.Faq-grey .right-industrytext h3 {
	font-size: 18px;
	line-height: 1.78;
	color: #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding: 0 0 27px;
	margin: 0 0 27px;
}

.Faq-grey .right-industrytext h3:first-child {
	color: #1c1c1c;
}

.Faq-grey .right-industrytext h3:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.Faq-container {
	margin: 0 0 125px;
}

.can-help {
	background: url('../Images/Homepage/Bg-canhelp.svg') no-repeat center top;
	background-size: cover;
	margin: 0 0 125px;
	padding: 0 0 2rem 0;
}

.can-help .top-centerpart {
	text-align: center;
	margin: 0 0 60px;
}

.can-help .top-centerpart img {
	margin: 0 0 35px;
}

.can-help .top-centerpart h2 {
	font-size: 2.2rem;
	color: #1c1c1c;
	font-weight: 600;
	margin: 0;
}

.can-help .grey-box {
	background-color: rgb(250, 252, 253);
	padding: 40px;
}

.Knowledge-Base input:focus {
	box-shadow: none;
}

.can-help .grey-box img {
	max-width: 100%;
}

.can-help .support-text h3 {
	font-size: 20px;
	color: #5D6494;
	margin: 0 0 10px;
	font-weight: 600;
}

.can-help .support-text {
	padding-left: 5%;
}

.can-help .support-text p {
	font-size: 17px;
	color: #476685;
	margin: 0 0 20px;
	min-height: 50px;
}

.get-started-inner h5 {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1rem;
	margin: 0;
	padding: 0;
}

.get-started-cta-row {
	margin-top: 24px;
	margin-top: 1.5rem;
	display: none !important;
}

.browse-by-section {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.browse-by-section h2 {
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 0px;
}

.su-suva-suka-section h2.panel-title {
	margin-bottom: 0px;
}

.su-suva-suka-section .card-body {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 35px;
}

.browse-by-section-inner .card {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	border-radius: 0.4rem;
}

.browse-by-section-inner a.card:hover {
	box-shadow: 0px 2px 6px #DCE3F6;
}

.browse-by-section-inner .img-fluid {
	max-height: 40px;
	max-height: 2.5rem;
}

.browse-by-section-inner a.card:hover img.img-fluid {
	-webkit-animation: tada 1800ms both;
	animation: tada 1800ms both;
}

.browse-by-section-inner h5 {
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #5D6494;
}

.browse-by-section-inner h5:after {
	content: "";
	position: absolute;
	right: 19.2px;
	right: 1.2rem;
	top: 30%;
	background: url('../Images/Homepage/v2/section-round-arrow_right.svg') no-repeat center top;
	width: 34px;
	height: 25px;
	background-size: 80%;
}

.browse-title-row {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.browse-cta-row {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.browse-cta-row a {
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #5BBDFE;
}

.faq-section {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	border-bottom: 1px solid #E9EBF0;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.faq-section .faq-row {
	background: url('../Images/Homepage/v2/bg-faqs.svg') no-repeat 1rem center;
	background-size: contain;
}

.faq-title {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.faq-title h2 {
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 32px;
	line-height: 2rem;
}

.faq-row {
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.faq-row .faq-content-source {
	padding: 1.5rem 0.5rem 1.5rem 1.5rem;
}

.faq-row .faq-content-source .faq-content-item {
	border-radius: 1rem;
	background-color: #fff;
	margin: 0;
	border: 1px solid #fff;
}

.faq-row .faq-content-source .faq-content-item .faq-content-title {
	padding: 12.8px 16px;
	padding: 0.8rem 1rem;
	color: #B4B4B4;
}

.faq-row .faq-content-source .faq-content-item .faq-content-title .image-icon {
	padding: 0 0 9.6px;
	padding: 0 0 0.6rem;
}

.faq-row .faq-content-source .faq-content-item h3 {
	font-size: 16px;
	font-size: 1rem;
}

.faq-row .faq-content-source .faq-content-item p {
	font-size: 12.8px;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	padding-right: 12.8px;
	padding-right: 0.8rem;
}

.faq-content-item.faq-search-client {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.faq-content-item.faq-search-analytics {
	margin-top: 16px !important;
	margin-top: 1rem !important;
}

.faq-content-item.faq-virtual-assistant {
	margin-top: -24px !important;
	margin-top: -1.5rem !important;
}

.faq-row .faq-content-source .faq-search-client {
	border: 1px solid #fff;
}

.faq-row .faq-content-source .faq-search-client:hover {
	box-shadow: 0 10px 30px -5px #ff910069;
	transform: scale(1.02);
	transition: all .5s;
}

.faq-row .faq-content-source .faq-search-client h3 {
	color: #FF9100;
}

.faq-row .faq-content-source .faq-search-analytics {
	border: 1px solid #fff;
}

.faq-row .faq-content-source .faq-search-analytics:hover {
	box-shadow: 0 10px 30px -5px #5ABDFE;
	transform: scale(1.02);
	transition: all .5s;
}

.faq-row .faq-content-source .faq-search-analytics h3 {
	color: #5ABDFE;
}

.faq-row .faq-content-source .faq-content-sources {
	border: 1px solid #fff;
}

.faq-row .faq-content-source .faq-content-sources h3 {
	color: #5ABDFE;
}

.faq-row .faq-content-source .faq-content-sources:hover {
	box-shadow: 0 10px 30px -5px #5ABDFE;
	transform: scale(1.02);
	transition: all .5s;
}

.faq-row .faq-content-source .faq-virtual-assistant {
	border: 1px solid #fff;
}

.faq-row .faq-content-source .faq-virtual-assistant:hover {
	box-shadow: 0 10px 30px -5px #4DBFD2;
	transform: scale(1.02);
	transition: all .5s;
}

.faq-row .faq-content-source .faq-virtual-assistant h3 {
	color: #4DBFD2;
}

.faq-row .faq-content-source .faq-content-item .faq-content-title .img-fluid {
	max-height: 40px;
	max-height: 2.5rem;
}

.faq-row .faq-content-source .faq-more-section {
	text-align: center;
	padding: 1rem 0;
	color: #5ABDFE;
	font-weight: 600;
	font-size: 0.9rem;
	display: block;
	transition: all .5s;
	border-radius: 1rem;
	background-color: #fff;
	margin-top: 1.5rem;
}

.faq-row .faq-content-source .faq-more-section:hover {
	color: #000;
	box-shadow: 0 10px 30px -5px #4DBFD2;
	transform: scale(1.02);
}

.faq-row .faq-accordion {
	background-color: #fff;
	padding: 16px;
	padding: 1rem;
	box-shadow: 0 30px 60px -12px rgba(171, 171, 171, 0.25), 0 18px 36px -18px rgba(158, 158, 158, 0.25), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	border-radius: 14px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin-top: 5rem;
}

.faq-row .faq-accordion .card {
	border: 0;
	background: none;
	border-bottom: 1px solid #ECEFF1;
	padding: 8px 0;
	padding: 0.5rem 0;
}

.faq-row .faq-accordion .card .card-header {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.faq-row .faq-accordion .card .card-body {
	padding: 12.8px 0;
	padding: 0.8rem 0;
	margin: 0;
}

.faq-row .faq-accordion .card .card-header h5 {
	cursor: pointer;
}

.faq-row .faq-accordion .card .card-header h5[aria-expanded="true"] span {
	font-weight: 800;
}

.faq-row .faq-accordion .card .card-header h5 span {
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 600;
}

.faq-row .faq-accordion .card .card-body p {
	border-left: 1px solid #60B3FD;
	padding: 6.4px 9.6px;
	padding: 0.4rem 0.6rem;
	color: #5D6494;
	font-size: 12.8px;
	font-size: 0.8rem;
	margin: 0;
	margin-left: 32px;
	margin-left: 2rem;
}

#doc-faq .card-header h5:before {
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 16px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	font-weight: 100;
	color: #60B3FD;
}

#doc-faq .card-header h5.collapsed:before {
	content: "\f067";
}

.faq-row .faq-accordion .faq-more-section {
	padding: 16px 0 0 0;
	padding: 1rem 0 0 0;
}

.faq-row .faq-accordion .faq-more-section a {
	color: #5ABDFE;
	font-weight: 600;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.glossary-headings .inline-list {
	background-color: #E9EBF0;
	padding: 3.2px 0;
	padding: 0.2rem 0;
	border-radius: 2rem;
	display: inline-block;
}

.glossary-headings .inline-list li {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #1D1D1C;
	margin: 0 2px;
	padding: 3.2px 3.2px;
	padding: 0.3rem 0.2rem 0.2rem 0.2rem;
	border-radius: 50%;
	cursor: pointer;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	display: inline-block;
	text-align: center;
}

.glossary-headings .inline-list li.active {
	background-color: #5BBDFE;
}

.glossary-headings .inline-list li.disabled {
	background-color: #CECECE;
	cursor: default;
	color: #C1C1C1;
}

.glossary-headings .inline-list li.disabled:hover {
	background-color: #CECECE;
}

.glossary-headings .inline-list li:hover {
	background-color: #5BBDFE;
}

.glossary-section {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
	display: none;
}

.glossary-item-content h5 {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 600;
	display: block;
}

.glossary-item-content p,
.glossary-item-content i {
	font-size: 14.4px;
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
}

.glossary-item-content p {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.glossary-item-more {
	color: #FFB000;
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 600;
}

.glossary-item-more:hover {
	color: #000;
}

.rounded-pill {
	border-radius: 50rem !important;
	padding-left: 60px;
	padding-left: 3.75rem;
	padding-right: 60px;
	padding-right: 3.75rem;
}

.glossary-item-container {
	box-shadow: 0 30px 60px -12px rgba(171, 171, 171, 0.25), 0 18px 36px -18px rgba(158, 158, 158, 0.25), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	border: 2px dashed #E9EBF0;
	border-radius: 12px;
	padding: 16px 16px;
	padding: 1rem 1rem;
}

.glossary-item-content {
	display: none;
}

.glossary-item-content.show {
	display: block;
}

.can-help .support-text .inside-common {
	width: 174px;
	display: inline-block;
	height: 46px;
	line-height: 44px;
	margin: 0 auto;
	border-radius: 100px;
	border: solid 1px #5bbdfe;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #62affc;
	cursor: pointer;
}

.can-help .support-text .inside-common:hover {
	border-color: transparent;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	background-image: -webkit-linear-gradient(right, #55c7ff, #7886f7);
	background-image: linear-gradient(to left, #55c7ff, #7886f7);
	color: #fff;
}

.recources-top {
	margin: 0 0 125px;
}

.recources-top .resources-bg-background .image-icon {
	margin: 0 0 50px;
}

.recources-top p {
	color: #1c1c1c;
}

.recources-top .resourcetext {
	font-size: 35px;
	margin: 0 0 18px;
}

.letsdrill {
	margin: 0 0 125px;
	background: #f2f6f9;
	padding: 4% 0 2.2% 0;
}

footer {
	background: transparent -webkit-linear-gradient(top, #FFFFFF 0%, #F2F6F9 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F6F9 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

footer .footer-list h4 {
	color: #5abdfe;
	font-size: 16px;
	margin: 0 0 22px;
}

footer .footer_bottom {
	margin-top: 4rem;
}

footer .footer_bottom .copy-text {
	color: #AEB3BC;
	font-size: 14.4px;
	font-size: 0.90rem;
}

footer .footer_bottom .footer_links li a {
	color: #1D1D1C;
	font-size: 16px;
	font-size: 0.9rem;
}

footer .footer-list h4 {
	color: #AEB3BC;
}

footer .footer-list ul {
	margin: 0;
	padding: 0;
}

footer .footer-list ul li {
	padding-bottom: 0.3rem;
	font-size: 0.9rem;
}

footer .footer-list ul li a {
	color: #000;
	font-size: 0.9rem;
}

footer .footer-list ul.social-links {
	margin-top: 0px;
}

footer .footer-list ul li .social-icon {
	padding: 0.5rem 0.6rem 0 0;
	display: inline-block;
	position: relative;
	top: 2px;
}

.idea-section .service-icon {
	padding-left: 18%;
}

.release-note-section {
	padding: 2% 0 4%;
}

.release-note-box {
	max-width: 360px;
	margin: auto;
}

.grey-box:hover,
.support-inner-sec .support-left-sec {
	box-shadow: 0 30px 60px -12px rgba(171, 171, 171, 0.25), 0 18px 36px -18px rgba(158, 158, 158, 0.25), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-radius-25 {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.letsdrill .service-image {
	padding-left: 12%;
}

.visually-hidden {
	position: absolute;
	visibility: hidden;
}

.awesomplete {
	width: calc(100% - 175px);
	z-index: 1;
}

.signin-icon {
	width: 36px;
	height: 36px;
	background: transparent linear-gradient(180deg, #FFB300 0%, #FF8800 100%) 0% 0% no-repeat padding-box;
	border-radius: 50%;
	padding: 0.4rem 0.5rem;
	color: #fff;
	margin-left: 5px;
}

input#searchString {
	outline: none;
	height: 50px;
	padding: 10px 25px 10px 50px;
	box-sizing: border-box;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
}

input#searchString:focus {
	box-shadow: none;
	outline: none;
	border-color: #ccc;
	box-sizing: border-box;
}

.btn-search {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 0 !important;
	padding: 5px 20px;
}

ul#awesomplete_list_1 {
	position: absolute;
	padding: 10px 0 20px;
	background: #fff;
	z-index: 99999;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	z-index: 1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	width: calc(100% - 175px);
}

ul#awesomplete_list_1:before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	z-index: -1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

button.btn.bg-blue-gradient.btn-search {
	z-index: 99;
}

input#searchString:focus {
	box-sizing: border-box;
}

#su_search-box .fa.fa-search {
	position: absolute;
	z-index: 50;
	left: 16px;
	top: 12px;
	color: #DBDBDB;
	font-size: 26px;
}

ul#awesomplete_list_1 li {
	font-size: 14px;
	padding: 8px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul#awesomplete_list_1 li:hover {
	background: #f5f5f5;
}

.footer_bottom {
	padding: 16px 0;
	padding: 1rem 0;
	color: #000;
}

.footer_links li a {
	color: #000;
}

.footer_links li {
	display: inline-block;
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 0 48px;
	padding: 0 3rem;
	text-align: center;
}

.footer_links li:last-child {
	border-right: none;
}

/*Keyframes*/

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@media (min-width: 1367px) {
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 1400px) {
	.banner-section {
		margin: 0;
		height: 370px;
	}

	.banner-section h1 {
		font-size: 1.8rem;
	}

	.banner-section .bannerpadding p {
		font-size: 0.9rem;
		margin: 0 0 20px;
	}

	.right-text-sec.bannerpadding {
		padding-top: 5rem;
	}

	.get-started-inner {
		padding: 1.5rem 3rem;
	}

	.get-started-inner img.img-fluid {
		max-width: 70px;
	}

	.get-started-inner h5 {
		font-size: 0.8rem;
	}

	.browse-by-section-inner .card {
		padding: 0.8rem 0.8rem;
	}

	.browse-by-section-inner h5 {
		font-size: 0.8rem;
	}

	.browse-by-section-inner h5:after {
		right: 0.8rem;
	}

	.glossary-headings .inline-list {
		padding: 0.2rem 0.2rem;
	}

	.glossary-headings .inline-list li {
		font-size: 0.8rem;
		margin: 0 1px 0 0;
		padding: 3.2px 3.2px;
		width: 1.8rem;
		height: 1.8rem;
	}
}

@media (max-width: 1199px) {
	.banner-section {
		height: 630px;
	}

	.banner-section h1 {
		font-size: 38px;
	}

	.idea-section,
	recources-top,
	.letsdrill,
	.Faq-container,
	.can-help {
		margin: 0 0 75px;
	}
}

@media (max-width: 1024px) {
	.banner-section.Knowledge-Base {
		background-position: center bottom;
	}

	.get-started-inner h5 {
		font-size: 0.6rem;
	}

	.browse-by-section-inner .card {
		padding: 0.6rem 0.6rem;
	}

	.browse-by-section-inner h5 {
		font-size: 0.6rem;
	}

	.faq-row .faq-content-source .faq-content-item p {
		padding-right: 0.4rem;
	}

	.faq-content-item.faq-virtual-assistant {
		margin-top: 0.5rem !important;
	}

	.faq-row .faq-content-source .faq-more-section {
		padding: 0.6rem 0;
	}

	.faq-row .faq-content-source .faq-content-item h3 {
		font-size: 0.8rem;
	}

	.glossary-headings .inline-list li {
		padding: 2px 5px;
		width: 1.4rem;
		height: 1.4rem;
	}
}

@media (max-width: 991px) {
	nav.navbar.navbar-expand-lg {
		box-shadow: 1px 0 2px #ccc;
	}

	.navbar-nav {
		margin-left: 1rem !important;
	}

	.color-blue,
	.custom_nav_bar li.nav-item.active a {
		color: #000;
		font-weight: 800;
	}

	.su_user-login .custom-text-dark b {
		bottom: 8px;
		margin-right: -4px;
	}

	.glossary-headings .inline-list {
		padding: 1rem 3rem;
		border-radius: 3rem;
	}

	.glossary-headings .inline-list li {
		padding: 8px 8px;
		width: 2rem;
		height: 2rem;
	}

	header {
		position: static;
	}

	header button {
		cursor: pointer;
	}

	header button:focus {
		outline: 0;
	}

	.browse-by-section-inner h5 {
		font-size: 0.8rem;
	}

	.custom_nav_bar .nav-left .nav-item a {
		padding-left: 0 !important;
	}

	.collapse.show ul li a {
		color: #fff;
	}

	.navbar-brand {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	button.navbar-toggler {
		border-radius: 50%;
		padding: 10px;
		outline: none;
	}

	.collapse.show+.su_bg-overlay {
		content: "";
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.close-icon {
		display: none;
		color: #fff;
		z-index: 999;
		position: absolute;
		right: 25px;
		top: 20px;
		font-size: 20px;
	}

	.collapse.show+.su_bg-overlay .close-icon {
		display: block;
		z-index: 999;
	}

	.banner-section {
		height: 450px;
	}

	.banner-section h1 {
		font-size: 30px;
	}

	.banner-section .bannerpadding p {
		font-size: 14px;
		color: #2b2b2b;
		margin: 0 0 35px;
	}

	div#navbarSupportedContent {
		z-index: 99;
	}

	.banner-section .right-text-sec {
		width: 65%;
	}

	.common-animation .service-image .color-gray {
		width: 100%;
	}

	.resources-bg-background {
		padding: 5em 2em;
	}

	.recources-top .resourcetext {
		font-size: 30px;
	}

	.common-animation .service-image .extra-design {
		font-size: 32px;
	}

	.Faq-grey .left-partasked h2 {
		font-size: 26px;
	}

	.Faq-grey .right-industrytext h3 {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.can-help .top-centerpart h2 {
		font-size: 32px;
	}

	.can-help .support-text {
		padding-left: 0;
	}

	.can-help .support-text .inside-common {
		width: 125px;
		font-size: 14px;
	}

	.can-help .support-text p {
		min-height: 105px;
	}

	ul.footer_links {
		padding: 0;
	}

	.footer_links li {
		padding: 0 1rem;
	}

	.su-suva-suka-section .get-started-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.row.release-notes-box-wrapper {
		padding: 0px 0px !important;
	}
}

@media (max-width: 767px) {
	.get-started-inner {
		max-width: 90%;
	}

	.get-started-inner {
		border-radius: 10px;
	}

	.get-started-inner .col-xs-12 {
		margin-bottom: 2rem;
		max-width: 98%;
	}

	.get-started-inner h5 {
		font-size: 1rem;
	}

	.faq-content-item.faq-search-client {
		margin-top: 0px;
	}

	.faq-section .faq-row {
		background: url('../Images/Homepage/v2/bg-faqs.svg') no-repeat -6rem center;
		background-size: cover;
	}

	.faq-row .faq-content-source {
		padding: 1.5rem 1.5rem;
	}

	.faq-content-source .col-12.col-md-6 {
		padding-right: 15px !important;
		padding-left: 15px;
		margin-bottom: 15px;
	}

	.faq-content-item.faq-search-client {
		margin-top: 0 !important;
	}

	.faq-content-item.faq-search-analytics {
		margin-top: 0px !important;
	}

	.faq-row .faq-accordion {
		margin-top: 2rem;
	}

	.glossary-headings .inline-list {
		border-radius: 1rem;
	}

	.idea-section,
	recources-top,
	.letsdrill,
	.Faq-container,
	.can-help {
		margin: 0 0 50px;
	}

	.banner-section .right-text-sec {
		margin-top: 5em;
	}

	.resources_shadow {
		margin: 0 0 55px;
	}

	.common-animation .service-image .extra-design {
		font-size: 29px;
		line-height: 39px;
	}

	.can-help .grey-box {
		margin: 0 0 55px;
	}

	.can-help .grey-box .icon-image {
		margin: 0 0 25px;
	}

	.can-help .support-text p {
		min-height: auto;
	}

	.can-help .grey-box {
		margin: 0 0 55px;
		text-align: center;
	}

	footer .footer_bottom {
		margin-top: 1rem;
	}

	footer .footer-list {
		text-align: center;
		margin-bottom: 2rem;
	}

	footer .footer-list ul.social-links {
		text-align: left;
		max-width: 45%;
		margin: 0 auto;
	}

	.awesomplete {
		width: calc(100% - 5px);
		z-index: 1;
	}
}

@media (max-width: 575px) {
	.banner-section .right-text-sec {
		width: 100%;
		text-align: center;
	}

	.banner-section {
		height: 470px;
	}

	.icon-object {
		margin: 0 0 55px;
	}

	.common-animation .service-image .color-gray {
		min-height: auto;
	}

	.common-animation .service-image .image-icon {
		margin: 0 0 25px;
	}
}

@media (max-width: 480px) {
	.banner-section.Knowledge-Base {
		background-size: cover;
		background-position: 58% -6.5rem;
		position: relative;
	}

	.banner-section.Knowledge-Base::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
	}

	.banner-section .right-text-sec {
		margin-top: 0em;
		text-align: left;
	}

	.idea-section,
	recources-top,
	.letsdrill,
	.Faq-container,
	.can-help {
		margin: 0 0 30px;
	}

	.letsdrill .col-lg-4 {
		margin-bottom: 35px;
	}

	.recources-top {
		margin: 0 0 55px;
	}

	header .navbar-brand {
		margin-right: 0;
	}

	.resources_shadow {
		padding: 15px;
	}

	/** Updates **/

	.browse-by-section-inner .aos-animate:nth-child(n) a {
		border-left: 8px solid #ffebc2;
	}

	.browse-by-section-inner .aos-animate:nth-child(2n) a {
		border-left: 8px solid #def3f7;
	}

	.browse-by-section-inner .aos-animate:nth-child(3n) a {
		border-left: 8px solid #d1efff;
	}

	.browse-by-section {
		border-bottom: none;
	}

	.faq-section {
		background-color: #f6f8f9;
		padding-top: 1.5rem;
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	.faq-section .faq-row {
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
	}

	.faq-row .faq-content-source .faq-content-item {
		background-color: transparent;
		border: none;
	}

	.faq-row .faq-content-source .faq-content-item .faq-content-title .img-fluid,
	.glossary-section,
	.row.get-started-cta-row {
		display: none;
	}

	.faq-row .faq-content-source .faq-content-item h3 {
		color: #5cbdfe;
		font-size: 18px;
	}

	.faq-row .faq-content-source .faq-content-item p {
		color: #5D6494;
		font-size: 18px;
	}

	.faq-row .faq-content-source,
	.faq-row .faq-content-source .faq-content-item .faq-content-title {
		padding: 0;
	}

	.faq-row .faq-content-source .faq-more-section {
		text-align: left;
		border: none;
		background: linear-gradient(45deg, #7886F7, #55C7FF);
		display: inline-block;
		padding: 0.6rem 2rem;
		margin: 2rem 0;
		border-radius: 2px;
	}

	.faq-row .faq-content-source .faq-more-section a {
		color: #fff;
		font-weight: 400;
	}

	.accordian-col {
		background-color: #fff;
		padding-bottom: 3rem;
	}

	.can-help .top-centerpart h2 {
		font-size: 24px;
	}

	.can-help .support-text {
		text-align: left;
	}

	.can-help .support-text p {
		font-size: 14px;
	}

	.can-help .support-text .inside-common {
		width: 120px;
		height: 35px;
		line-height: 35px;
		border-radius: 5px;
	}

	footer .footer-list {
		text-align: left;
	}

	footer .footer-list ul.social-links {
		max-width: 100%;
	}

	ul.footer_links {
		flex-wrap: wrap;
		display: flex;
	}

	.footer_links li {
		text-align: left;
		width: 50%;
		margin-bottom: 0.8rem;
	}

	.faq-row .faq-accordion {
		margin-top: 1.5rem;
		box-shadow: 0 10px 22px -8px rgba(171, 171, 171, 0.25), 0 10px 20px -18px rgba(158, 158, 158, 0.25), 0 -14px 28px -9px rgba(0, 0, 0, .025);
	}

	.get-started-inner {
		max-width: 100%;
		background: #f6f8f9;
		border-radius: 0;
		padding-left: 15px;
		padding-right: 15px;
		box-shadow: none;
		border: none;
		padding-bottom: 1rem;
	}

	.get-started-inner h4 {
		font-size: 1.2rem;
		margin: 0;
	}

	.get-started-wrapper .card .card-inner {
		display: flex;
		align-items: center;
	}

	.get-started-inner .br-1 {
		border: none;
	}

	.getting-started-sections-row .getting-started-single-row:nth-child(n) .card {
		background: linear-gradient(45deg, #7886f7, #57c5ff);
	}

	.getting-started-sections-row .getting-started-single-row:nth-child(2n) .card {
		background: linear-gradient(45deg, #41bed3, #42bfd3);
	}

	.getting-started-sections-row .getting-started-single-row:nth-child(3n) .card {
		background: linear-gradient(45deg, #ff8b00, #ffb402);
	}

	.get-started-inner h5 {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
	}

	.header-logo-width {
		width: 150px;
	}

	.custom_nav_bar button.navbar-toggler.bg-orange-gradient {
		background: transparent;
	}

	.custom_nav_bar button.navbar-toggler.bg-orange-gradient svg path {
		stroke: #ff9e02;
	}

	.right-text-sec.bannerpadding {
		padding-top: 30px;
	}

	.banner-section {
		padding: 5rem 0 3rem 0;
		height: auto;
	}

	.awesomplete {
		width: 100%;
	}

	form.search-bar.search-bar-container {
		margin: auto;
	}

	.can-help .grey-box {
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 2px 0px 0px rgba(171, 171, 171, 0.25), 0 4px 6px 0px rgba(158, 158, 158, 0.25), 0 6px 8px 0px rgba(0, 0, 0, .025);
		margin-bottom: 40px;
	}

	.can-help {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	input#searchString {
		box-shadow: 0 6px 8px 0px rgba(171, 171, 171, 0.25), 0 6px 8px 0px rgba(158, 158, 158, 0.25), 0 6px 8px 0px rgba(0, 0, 0, .025);
	}

	.get-started-wrapper {
		padding-bottom: 2rem;
	}

	.can-help .top-centerpart {
		margin-bottom: 35px;
	}

	footer {
		background: transparent;
	}

	footer .footer_bottom {
		background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F6F9 100%) 0% 0% no-repeat padding-box;
	}

	.browse-by-section-inner h5 {
		font-size: 18px;
		font-weight: 600;
	}

	.browse-by-section-inner .card {
		padding: 1rem 0.6rem;
		box-shadow: 0px 4px 6px 0px rgb(123, 172, 255, 0.25);
	}

	.browse-by-section-inner .img-fluid {
		max-height: 3.5rem;
	}

	.browse-by-section-inner h5:after {
		width: 40px;
		height: 40px;
		background-size: 100%;
		right: 1.2rem;
	}

	.faq-row .faq-accordion .card .card-header h5[aria-expanded="true"] span {
		font-size: 16px;
	}

	.banner-section h1 {
		font-size: 36px;
	}

	.banner-section .bannerpadding p {
		padding: 0 7rem 0 0;
	}

	.getting-started-sections-row .getting-started-single-row .card {
		border: none;
	}

	.get-started-inner .col-xs-12 {
		margin-bottom: 4rem;
		max-width: 100%;
	}

	.su-suva-suka-section .get-started-inner .card-inner {
		min-height: 210px !important;
	}

	.su-suva-suka-section .get-started-inner {
		padding-bottom: 10px !important;
	}

	.faq-row .faq-content-source .faq-virtual-assistant:hover {
		box-shadow: none;
		transform: scale(1);
	}

	div.get-started-wrapper a:hover img.img-fluid {
		-webkit-animation: none;
		animation: none;
	}

	a.add-content-source:hover h5 {
		color: #fff;
	}

	a.add-content-source:hover .br-1 {
		border-top: none;
	}
}

div#searchUnifyChatbot {
	display: none !important;
}

/****************New Homepage**************/
.home-banner-section .right-text-sec.bannerpadding {
	padding-top: 11rem;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.home-banner-section .right-text-sec.bannerpadding {
		padding-top: 14rem;
	}
}

.home-banner-section .col-md-4.banner-image-column img.banner-image {
	width: 350px;
	margin-top: 206px;
	margin-left: 109px;
	margin-bottom: 70px;
}

.home-banner-section h1 {
	font-size: 36px;
	color: #073075;
	font-weight: 700;
}

.home-banner-section p {
	font-size: 19px;
	color: #073075;
	font-weight: 500;
}

.homepage-nav .navbar-expand-lg .navbar-nav li.nav-item.btn-request-demo a {
	background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
	border-radius: 5px;
	color: #fff;
	padding: 8px 28px !important;
}

.homepage-nav .navbar-expand-lg {
	justify-content: space-between;
}

.homepage-nav div#navbarSupportedContent {
	margin-left: -16px;
	flex-grow: inherit;
}

.homepage-nav .navbar-expand-lg .navbar-nav .nav-link {
	color: #073075;
	font-size: 15px;
	font-weight: 500;
}

.homepage-nav .navbar-expand-lg .navbar-nav li.nav-item.active a {
	color: #f49413;
}

.su-suva-suka-section {
	padding: 0px;
}

.su-suva-suka-section .get-started-inner {
	border: none;
	background-image: none;
	box-shadow: none;
}

.su-suva-suka-section .get-started-inner h3 {
	font-size: 2rem;
	color: #073075;
	font-weight: 800;
}

.su-suva-suka-section .get-started-inner h4 {
	color: #6682B2;
	font-size: 18px;
}

.home-banner-section .su__container {
	padding-left: 0px;
}

.su-suva-suka-section .get-started-inner img.su-sec-icon {
	max-width: 50px;
	margin: inherit;
}

.su-suva-suka-section .card-inner h5,
.su-suva-suka-section .get-started-inner h5 a {
	font-size: 1.2rem;
	color: #073075;
}

.su-suva-suka-section .py-3 {
	padding-left: 15px !important;
	padding-bottom: 10px !important;
}

.su-suva-suka-section .get-started-inner p {
	margin-top: 5px;
	font-size: 14px;
	color: #6682B2;
}

.su-suva-suka-section .get-started-inner .card-inner {
	border: 1px solid #DCE3F6;
	padding: 0 20px;
	border-radius: 10px;
	min-height: 252px;
}

.su-suva-suka-section .accordion .card {
	margin-bottom: 20px;
	border-color: transparent;
}

.row.browse-by-section-inner .card {
	border: 1px solid #DCE3F6;
}

.su-suva-suka-section .accordion .card:hover {
	box-shadow: 10px 10px 20px #DCE3F6;
}

.su-suva-suka-section.suko-section .accordion .card {
	border: 1px solid #DCE3F6;
}

.browse-by-section-inner a.card:hover h5 {
	font-weight: 500;
}

.su-suva-suka-section .card-inner:hover {
	box-shadow: 10px 10px 20px #dce3f6;
}

.su-suva-suka-section .accordion .btn.btn-link {
	padding-left: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #073075;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.su-suva-suka-section .get-started-inner p {
	font-size: 13px;
	font-weight: 500;
	color: #6682B2;
}

.su-suva-suka-section .accordion .card-header {
	border-bottom: none;
	background: #ffffff;
	padding-top: 20px;
	padding-left: 35px;
}

.su-suva-suka-section .accordion h2.panel-title.active span {
	color: #f48b00;
}

.homepage-nav .navbar-expand-lg .navbar-nav li.nav-item.btn-request-demo a:hover {
	font-weight: 500;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title>.btn:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f067";
	color: #fff;
	background: #95a8c9;
	padding-left: 5px;
	font-weight: 100;
	font-size: 12px;
	margin-top: 5px;
	padding-right: 5px;
}

.panel-title.active>.btn:before {
	float: right !important;
	content: "\f068";
	padding-right: 5px;
	color: #fff;
	background: #ff8800;
	padding-left: 5px;
	font-weight: 100;
	font-size: 12px;
	margin-top: 5px;
}

.panel-title>.btn:hover,
.panel-title>.btn:active,
.panel-title>.btn:focus {
	text-decoration: none;
}

.su-suva-suka-section .accordion .card-body .c-link {
	padding: 15px 20px 15px 20px;
	border: 1px solid #ccc;
}

.su-suva-suka-section .accordion .card-body .inner-links-one {
	margin-bottom: 50px;
}

.row.release-notes-box-wrapper {
	padding: 0 120px;
}

.release-notes-box-wrapper svg path {
	fill: #F48B00;
}

.release-notes-box-wrapper .image-icon {
	width: 60px;
	margin-left: -10px;
}

.release-notes-box-wrapper .title-wrapper {
	display: flex;
	align-items: center;
}

.release-notes-box-wrapper .arrow-fwd {
	width: 20px;
	margin-left: 4px;
}

.release-notes-box-wrapper .title-wrapper i {
	color: #ffffff;
	margin-left: 12px;
	font-size: 16px;
	margin-top: -6px;
}

.release-notes-box-wrapper .card-inner {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #34558e;

}

.release-notes-box-wrapper .arrow-fwd {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.release-notes-box-wrapper a:hover .arrow-fwd {
	-webkit-transform: translateX(3px) !important;
	-ms-transform: translateX(3px) !important;
	transform: translateX(3px) !important;
}

.release-notes-box-wrapper .release-tag {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	background-color: #ffffff;
	color: #073075;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
}

.release-block-section h5 {
	font-size: 16px;
}

.release-block-section {
	background: #073075;
	padding: 30px 0;
}

.release-block-section .col-md-8,
.release-block-section .col-md-4 {
	padding: 16px;
}

.release-block-section p,
.release-block-section h3,
.release-block-section h5 {
	color: #ffffff;
}

.release-block-section h3 {
	margin-bottom: 0px;
	font-size: 35px;
	font-weight: 700;
}

.release-block-section .release-btn {
	background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
	border: 1px solid #ff9000;
	padding: 9px 20px 9px 20px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	margin-left: 50px;
	margin-top: 22px;
}

.release-block-section .release-btn a {
	color: #ffffff;
}

footer.su-new-footer {
	background: #e9f9ff;
	padding: 50px;
}

footer.su-new-footer .footer-list h4 {
	color: #f3900b;
	font-weight: 700;
}

.su_footer_bottom {
	background: #073075;
}

.su_footer_bottom p {
	color: #ffffff;
	font-size: 14px;
}

.su_footer_bottom p span {
	color: #f3900b;
}

.su_footer_bottom .footer_links {
	text-align: right;
}

.su_footer_bottom .footer_links li a {
	color: #ffffff;
}

.su_footer_bottom .footer_links li {
	padding: 0 1rem;
}

.su_footer_bottom .row {
	padding-top: 20px
}

.home-banner-section .container-fluid {
	background: #E9F9FF;
}

.su-section .container-fluid {
	background: #E9F9FF;
}

.suva-section .container-fluid {
	background: #E9F9FF;
}

.su-suva-suka-section.suva-section {
	margin-bottom: 0px;
}

.su-suva-suka-section .ml-sm-3,
.su-suva-suka-section.su-section .mx-sm-3 {
	margin-left: 0rem !important;
}

.su-suva-suka-section .get-started-inner h5 {
	font-weight: 600;
}

.su-suva-suka-section .browse-by-section-inner h5:after {
	content: "";
	position: absolute;
	right: 19.2px;
	right: 1rem;
	top: 37%;
	background: url('../Images/Homepage/section-arrow-right.svg') no-repeat center top;
	width: 20px;
	height: 20px;
	background-size: 80%;
}

.su-new-footer ul.social-links a .social-icons {
	width: 31px;
	height: 31px;
	display: block;
	background-size: contain;
	padding: 2px;
}

.su-new-footer ul.social-links a .social-icons.fb {
	background-image: url(../Images/Homepage/FB.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.fb:hover {
	background-image: url(../Images/Homepage/FB-hover.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.ln {
	background-image: url(../Images/Homepage/LinkedIn.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.ln:hover {
	background-image: url(../Images/Homepage/Linkedin-hover.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.tw {
	background-image: url(../Images/Homepage/Twiter.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.tw:hover {
	background-image: url(../Images/Homepage/Twiter-hover.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.yt {
	background-image: url(../Images/Homepage/Youtube.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links a .social-icons.yt:hover {
	background-image: url(../Images/Homepage/Youtube-hover.svg);
	background-repeat: no-repeat;
}

.su-new-footer ul.social-links {
	padding-right: 5rem;
}

.su-new-footer .contact-icons svg {
	width: 20px;
	vertical-align: middle;
	height: 20px;
	margin-right: 10px;
}

.su-new-footer ul.social-links {
	margin-left: -13px;
}

footer.su-new-footer .footer-list ul li.left-spacing {
	margin-left: 35px;
}

.su-new-footer .footer-list ul li a {
	color: #073075;
	font-weight: 500;
}

footer.su-new-footer .footer-list ul li {
	padding-bottom: 0.8rem;
	color: #073075;
	font-size: 0.9rem;
	font-weight: 500;
}

footer.su-new-footer .footer-list ul.social-links li a {
	padding-right: 0px;
	margin-top: 10px;
}

.release-block-section .row.colubridae-twentytwo {
	padding: 0px 108px;
}

li.nav-item.btn-request-demo {
	margin-left: 15px;
}

footer.su-new-footer .footer-list ul li a:hover {
	color: #073075;
	font-weight: 600;
}

.su_footer_bottom .footer_links li a:hover {
	font-weight: 400;
	color: #f48b00;
}

form#searchForm {
	padding-left: 0px;
}

.su-suva-suka-section .get-started-inner {
	padding-top: 40px;
	padding-bottom: 70px;
}

.col-md-3.col-sm-6.col-xs-12.contact-items li {
	padding-bottom: 5px;
}

.row.getting-started-sections-row {
	margin-bottom: 15px;
}

.col-md-3.col-sm-6.col-xs-12.first-footer {
	margin-left: 15px;
}

.col-md-3.col-sm-6.col-xs-12.second-footer {
	margin-left: 40px;
	margin-right: -60px;
}

.getting-started-single-row {
	position: relative;
}

.getting-started-single-row svg path {
	fill: #F48B00;
}

.getting-started-single-row .image-icon {
	width: 60px;
	margin-left: -12px;
}

.release-notes-ribbon {
	position: absolute;
	bottom: -38px;
	border: 1px solid;
	background-color: #F48B00;
	color: #ffff;
	padding: 8px 12px 3px 12px;
	left: 0;
	border-radius: 0 0 10px 10px;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 84%;
	font-size: 15px;
	cursor: pointer;
}

.release-notes-ribbon a {
	color: #ffffff;
	display: flex;
	font-size: 14px;
}

.release-notes-ribbon .arrow-fwd {
	width: 20px;
	border: 0;
	margin-left: 6px;
	height: auto;

}

.getting-started-single-row .arrow-fwd svg path {
	fill: #ffffff;
}

.release-notes-ribbon span {
	font-weight: 600;
	margin-left: 3px;
}

.release-notes-ribbon .arrow-fwd {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.release-notes-ribbon:hover .arrow-fwd {
	-webkit-transform: translateX(3px) !important;
	-ms-transform: translateX(3px) !important;
	transform: translateX(3px) !important;
}

ul.footer_links.inline-list {
	text-align: right;
}

.row.getting-started-sections-row p {
	margin-top: 10px;
}

footer.su-new-footer .footer-list ul li.center-spacing {
	margin-top: 10px;
}

.acc-body {
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.acc-body.active {
	opacity: 1;
	height: auto;
}

.su-suva-suka-section .col-sm-6.col-md-6.col-lg-3 {
	padding-right: 0px;
	padding-left: 15px;
}

.homepage-nav .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #3561a9;
}

.search-home-blocks .su__search_section {
	background: #E9F9FF !important;
}

.col-md-6.banner-image-column {
	text-align: right;
}

@media (max-width: 767px) {
	.home-banner-section .col-md-4.banner-image-column img.banner-image {
		width: 300px;
		margin-top: 28px;
		margin-left: 0px;
		margin-bottom: 70px;
	}

	.su-suva-suka-section .get-started-inner h3 {
		font-size: 1.5rem;
	}

	.su-suva-suka-section .get-started-inner h4 {
		font-size: 14px;
	}

	.release-block-section .row.colubridae-twentytwo {
		padding: 19px 7px;
	}

	.release-block-section .col-md-8,
	.release-block-section .col-md-4 {
		padding: 8px;
	}

	.release-block-section .release-btn {
		margin-left: 0px;
		margin-top: 0px;
	}

	.release-block-section h3 {
		font-size: 25px;
	}

	.release-block-section h5 {
		font-size: 18px;
	}

	.browse-by-section-inner h5 {
		font-size: 14.4px;
		font-size: 0.9rem;
		font-weight: 500;
		color: #5D6494;
	}

	.col-md-3.col-sm-6.col-xs-12.first-footer {
		margin-left: 0px;
	}

	.col-md-3.col-sm-6.col-xs-12.second-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

	.su-new-footer ul.social-links a .social-icons {
		width: 25px;
		height: 25px;
	}

	.su_footer_bottom .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.release-notes-ribbon {
		font-size: 12px;
	}

	.home-banner-section .col-md-4.banner-image-column img.banner-image {
		width: 300px;
		/* margin-top: 150px; */
		margin-left: 0px;
		margin-bottom: 75px;
	}

	.release-block-section .row.colubridae-twentytwo {
		padding: 0px 20px;
	}

	.release-block-section .col-md-4 {
		padding: 0px 6px;
	}

	.release-block-section .release-btn {
		margin-top: 60px;
	}

	.col-md-3.col-sm-6.col-xs-12.first-footer {
		margin-left: 0px;
	}

	.col-md-3.col-sm-6.col-xs-12.second-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

	.su-suva-suka-section .get-started-inner h4 {
		color: #6682B2;
		font-size: 16px;
	}

	footer.su-new-footer .col-md-3.col-sm-6.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-3.col-sm-6.col-xs-12.third-footer,
	.col-md-3.col-sm-6.col-xs-12.contact-items {
		margin-top: 40px;
	}

	.su_footer_bottom p {
		text-align: center;
		margin-bottom: 5px;
	}

	ul.footer_links.inline-list {
		text-align: center;
	}

	.su_footer_bottom .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0rem;
	}

	.su-suva-suka-section .get-started-inner h5 {
		font-size: 11px;
	}

	.su_footer_bottom .footer_links li {
		padding: 0 .5rem;
	}

	ul.footer_links.inline-list {
		text-align: left;
	}

	footer.su-new-footer .col-md-3.col-sm-6.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-3.col-sm-6.col-xs-12.first-footer {
		margin-left: 0px;
	}

	.col-md-3.col-sm-6.col-xs-12.second-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

	.col-md-3.col-sm-6.col-xs-12.third-footer,
	.col-md-3.col-sm-6.col-xs-12.contact-items {
		margin-top: 40px;
	}

	.home-banner-section h1 {
		font-size: 34px;
	}
}

.register-button {
	border-radius: 4px;
	color: white;
	background: linear-gradient(90deg, #f80 0, #ffb300 100%) !important;
	font-weight: 600;
	font-size: 14px;
	padding: 7px;
	box-shadow: none;
	border: none !important;
	font-family: 'Montserrat';
	border: none;
	box-shadow: none;
	outline: none;
}

.register-now-alert {
	display: flex;
	justify-content: center;
	gap: 15px;
	background: #123670;
	padding: 10px;
}

@media (max-width: 767px) {
	.register-now-alert {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
}

.register-now-alert p {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
}