/* START COMMON CSS */
/* Layout CSS */
#temp-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary-color: #ee0014;
    --secondary-color: #022736;
    --white: #fff;
    --light-blue: #eaf5ff;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: #d8ae52;
}

.text-primary {
   color: var(--primary-color);
}

.bg-dark-blue {
    background-color: #022736;
}

.grey-bg {
    background-color: #f3f4f4;
}

.footer-bg {
    background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important
}

h1 {
    font: 3rem/1.3 Zoho_Puvi_Bold, sans-serif;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.bold-header {
    font: 3.375rem/1.2 Zoho_Puvi_Bold, sans-serif;
    letter-spacing: -1.8px;
    color: transparent;
    background: -webkit-linear-gradient(right, #d8ae52, #fefffc);
    background: linear-gradient(-90deg, #d8ae52, #fefffc);
    -webkit-background-clip: text;
    background-clip: text;
}

.font-reg {
    font-family: Zoho_Puvi_Regular;
}

h2 {
    font: 32px/1.25 Zoho_Puvi_Bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font: 26px/1.3 Zoho_Puvi_SemiBold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font: 24px/1.4 Zoho_Puvi_SemiBold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font: 20px/1.4 Zoho_Puvi_SemiBold;
}

h6 {
    font: 18px/1.4 Zoho_Puvi_SemiBold;
}

p {
    font: 16px/1.7 Zoho_Puvi_Regular;
    letter-spacing: -0.2px;
    margin: 0 0 10px;
    color: #333;
}

a {
    font-size: 1rem;
}

@media(max-width:767px) {
    .bold-header {
        font: 42px/normal Zoho_Puvi_Bold, sans-serif;
    }

    h1 {
        font-size: 38px;
        line-height: normal;
    }
}

.font-32 {
    font: 32px/1.2 Zoho_Puvi_Medium;
    color: #000;
}

.upper-case {
    text-transform: uppercase;
}

.mx-auto {
    margin: 0 auto !important;
}

.pos-abs {
    position: absolute
}

.btn {
    padding: .5rem 1.5rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    border: 1px solid #ee0014;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: .9375rem;
    font-weight: 500;
	text-align: center;
}

.btn:hover {
    text-decoration: none;
}

.btn-outline-primary {
    background-color: var(--white);
    ;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Button CSS */
.pricing-btn,
.signup-btn {
    display: inline-block;
    padding: .5rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    z-index: 1;
    font-size: .9375rem;
    font-weight: 500;
    min-width: auto;
    border-radius: 5px;
}

.pricing-btn:hover,
.signup-btn:hover {
    text-decoration: none;
}

.pricing-btn--green,
.signup-btn--green {
    background: var(--primary-color);
    color: #fff
}

.pricing-btn__text,
.signup-btn__text {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

/* Image CSS */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Footer CSS */
@media (max-width: 1024px) {
    .footCont li {
        max-width: 100%;
    }
}

/* START Header CSS */
.nav-dwn a {
    font-size: 15px;
    width: auto;
    min-width: 100px
}

.nav a {
    font-size: 15px;
}

.nav>li>a:hover {
    color: var(--primary-color);
}
nav ul.header-nav>li>a:hover {
    color: var(--primary-color);
}

.btn-header-primary a {
    margin-left: 10px;
}

.btn-header-primary a,
.btn-header-primary a:hover {
    background: #ee0014;
    border: 1px solid #ee0014;
    color: #fff;
    font-family: Zoho_Puvi_SemiBold;
}

.btn-header-default a,
.btn-header-default a:hover {
    background: #fff;
    border: 1px solid #ee0014;
    color: #ee0014;
    font-family: Zoho_Puvi_SemiBold;
}

.prdct-drop .nav-drop:before {
    right: 324px !important;
}

.menu_button {
    border: none !important;
    margin: 30px 0
}

.menu_button a {
    display: block;
    font-family: Zoho_Puvi_SemiBold;
    padding: 0.5rem 0.8125rem;
    font-size: .9375rem !important;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    width: 40%;
    display: inline-block;
    margin: 0 30px;
}

#MEdropPanel {
    margin: 10px 0
}

.menu_button a:last-child {
    background: #ee0014;
    color: #fff !important;
    border: 1px solid #ee0014;
}

.menu_button a:first-child {
    background: #fff;
    color: #ee0014 !important;
    border: 1px solid #ee0014;
}

#backToTop,
.menu_button {
    display: none;
}

@media screen and (max-width: 1025px) {
    .menu_button {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .nav-dwn1 {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .nav-dwn a {
        width: 100px;
    }

    .nav a,
    .dropbtn {
        font-size: 12px;
    }

    nav ul.productmenu>li,
    nav ul.productmenu>li:first-child {
        padding: 5px;
    }

    .cs-dropdown .link-caret::after {
        height: 4px;
        width: 4px;
    }

}

/* END Header CSS */

/* Header Dropdown CSS */
.dropdown-cs * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul.productmenu {
    margin-bottom: 0;
}

.dropbtn {
    background-color: #fff;
    border: none;
    font: 15px Zoho_Puvi_Regular, sans-serif;
    cursor: pointer;
    position: relative;
    padding: 0 18px 0 0;
    color: #333;
}

#MEmobPanel .dropopen .dropbtn {
    color: #ee0014;
}

#MEmobPanel .dropopen .link-caret::after {
    border-color: #ee0014;
}

.dropdown {
    padding-bottom: 15px;
    position: static;
}

@media (min-width: 1026px) {
    .dropdown:hover .dropdown-content {
        display: block !important;
    }

    .dropdown:hover .dropbtn {
        color: #ee0014;
    }

    .dropdown:hover .link-caret::after {
        border-color: #ee0014;
    }

    .dropdown-content .nav-features {
        display: block;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f9fb;
    z-index: 1;
    min-width: 39rem;
    width: 39rem;
    left: auto;
    right: auto;
    top: 49px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    border-top: 1px solid #ee0014;
    border-radius: .25rem;
    padding: 15px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.dropdown-content a {
    text-decoration: none;
    display: inline-block;
    font: 13px / 24px Zoho_Puvi_Regular;
    padding: 6px 5px;
    color: #333;
}

.dropdown-content a:hover {
    color: #ee0014 !important;
}

.nav-link-header {
    font: 13px / 20px Zoho_Puvi_Medium;
    letter-spacing: 1px;
    margin: 12px 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #000;
}

.link-caret::after {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 6px;
    height: 6px;
    cursor: pointer;
    transition: transform 200ms;
}

.link-caret::after {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    right: 4px;
    top: 4px;
}



.list-dropdown {
    list-style: none;
}

@media screen and (max-width: 1025px) {
    #MEmobPanel ul li ul {
        display: block;
    }

    .dropbtn {
        padding: 10px;
        width: 100%;
        text-align: left;
        line-height: 24px;
    }

    .link-caret::after {
        right: 15px;
        top: 15px;
    }

    .dropdown {
        padding-bottom: 0;
    }

    .dropdown-content {
        padding: 0;
        position: relative;
        background: none;
        box-shadow: none;
        border: 0;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .cs-dropdown li:not(.nav-link-header) {
        border-bottom: 0 !important;
    }

    #MEmobPanel .dropdown-content .dropdown-link {
        padding: 6px 12px;
    }

    #MEmobPanel .link-img,
    #MEmobPanel .features-link span {
        padding: 0;
    }

    #MEmobPanel .features-link {
        text-align: left;
        margin-top: 0;
    }

    #MEmobPanel .nav-features {
        border: 0px;
        box-shadow: none;
        padding: 6px 12px;
    }

    #MEmobPanel .solution .dropdown-content {
        min-width: 100%;
        width: 100%;
    }
    .dropdown-content .w-100 {
        max-width: 100%;
        flex: auto;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .nav a,
    .dropbtn {
        font-size: 12px;
    }
}

#MEmobPanel .dropbtn {
    color: #000;
    font: 16px Zoho_Puvi_Regular, sans-serif;
}

.link-img img {
    height: 18px;
    width: 18px;
    margin-right: 4px;
}
.nav-features {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e7ebf0;
    color: #ee0014 !important;
    max-width: 530px;
    margin: 0 auto;
    font-family: 'Zoho_Puvi_Medium' !important;

}

.features-link {
    margin-top: 15px;
}

.solution .dropdown-content {
    min-width: 47.5rem;
    width: 47.5rem;
}

/* End Dropdown CSS */

/* END COMMON CSS */

/* Start Mobile app CSS */
.apps-download-links {
    display: flex;
}

.apps-download-links img {
    width: 120px;
}

.apps-download-links a {
    margin: 0 10px 5px 0;
    display: inline-block;
    border: 1px solid #fff;
}


/* Start Video CSS */
.video-block {
    max-width: 600px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.35%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    height: auto;
}

/*START PERCENTAGE CSS */


.card-panel {
    background: #fff;
    padding: 100px 70px;
    border-radius: 20px;
    margin: 80px auto 50px;
    position: relative;
    z-index: 1;
}


@media (min-width: 768px) {
    .card-panel h2 {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
}

.features-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 35px;
}

.percnt-para {
    margin-bottom: 40px;
    margin-right: 50px;
    position: relative;
}

.percnt-inrcnt {
    background: #022736;
    padding: 32px 30px;
    border-radius: 24px;
    height: 195px;
}

.pertg-no {
    font: 50px Zoho_Puvi_Bold;
    margin: 0;
}

@media (max-width: 767px) {
    .card-panel {
        padding: 30px 15px;
        margin-bottom: 0;
    }

    .percnt-para {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .features-list {
        display: block;
        text-align: left;
        margin-top: 30px;
    }
.apps-download-links {
   justify-content: center;
}
}

/*END PERCENTAGE CSS */
/* START FEATURED RESOURCE SECTION */
.resource-card {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #edeff2;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all .2s linear;
    text-decoration: none;
}

.resource-card[href]:hover {
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, .05);
}

.resource-card-head {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.resource-card-head h4 {
    margin-bottom: 0;
}

.resource-card-img {
    height: 50px;
    width: auto;
    margin-right: 20px;
}

.resource-card:hover {
    text-decoration: none;
}

/*ALTERNATIVE CSS */

.text-yellow-header {
    font: 2.625rem/1.1 Zoho_Puvi_Regular;
}

.alternative-table .table tbody th {
    background: #fff;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    font: 14px/1.5 Zoho_Puvi_SemiBold;
}

.alternative-table .table thead th {
    font: 16px/1.2 Zoho_Puvi_SemiBold;
    text-transform: uppercase;
    padding: 30px 12px;
}

.alternative-table .table-bordered td,
.alternative-table .table-bordered th {
    border: 1px solid #ccc;
}

.alternative-table .table td,
.alternative-table .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    width: 33.333333%;
    background: #fff;
}

.alternative-table td p {
    font: 14px/1.5 Zoho_Puvi_Regular;
}


@media (max-width: 767px) {
    .text-yellow-header {
        font: 32px/1.1 Zoho_Puvi_Regular;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .d-block {
        display: block;
    }

    .alternative-table .table td,
    .alternative-table .table th {
        min-width: 200px;
    }
}

@media (min-width: 768px) {
    .alternative-table thead {
        position: sticky;
        left: 0;
        right: 0;
        top: 48px;
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
    }
}

.text-charcoal {
    color: #333;
}

.d-flex {
    display: flex;
}

.features-banner {
    color: #fff;
    position: relative;
    background-image: url(../images/pattern.png);
    background-size: 50px;
    background-position: bottom, center;
}

.title-wrap {
    font: 20px / 1.3 Zoho_Puvi_SemiBold;
    color: #ee0014;
    margin-bottom: 10px;
    display: inline-block;
}

.card-category {
    background: #FFFFFF;
    box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 11%);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all .4s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* START SOLUTION SECTION */


.benefit-cnt {
    border-radius: 30px;
    background-color: #ffe8b4;
    padding: 69px 50px 64px;
}
.benefit-cnt-rit {
    padding: 45px 60px;
    border-radius: 30px;
    background-color: #fff;
}
.benefit-cnt-rit h3 {
    padding: 0 25px;
    position: relative;
    letter-spacing: -0.16px;
}
.benefit-cnt-rit h3:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 8px;
    left: 0;
    box-sizing: border-box;
}
.benefit-cnt-rit p {
    font: 26px / 40px Zoho_Puvi_Light;
    margin-bottom: 20px;
}
strong {
font-family: Zoho_Puvi_Bold;
}
.benefit-cnt i {
font-family: Zoho_Puvi_Bold;
}
.ylw-bg-sec {
    background: #fff5e7;
}
.banner-linear-sec{
    background: linear-gradient(0deg, #022736 50%, #ffffff 0);
    padding: 0 20px;
}
.flex-h-100 {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.txt-24 {
    font-size: 24px;
}
.txt-42 {
    font-size: 42px;
}
@media (min-width:991px) {
    .benefit-cnt {
        display: flex;
        align-items: center;

    }
}
@media (max-width:767px) {
    .benefit-cnt {
        padding: 30px 10px;
    }
    .benefit-cnt-rit {
        padding: 20px;
    }
    .benefit-cnt-rit p {
        font: 18px / 1.5 Zoho_Puvi_Light;
    }
}
.benefit-cnt .cnt-list{
    position: relative;
    padding: 8px 20px 8px 35px;
}
.benefit-cnt .cnt-list::after {
	content: '';
	background-position: center;
	width: 27px;
	height: 19px;
	position: absolute;
	top: 12px;
	left: 0;
	background-image: url(/cloudspend/images/blue-check.svg);
}
.list-arrow{
    position: relative;
    padding: 8px 20px 8px 35px;
}
    .list-arrow::after {
        content: '';
        background-position: center;
        width: 27px;
        height: 19px;
        position: absolute;
        top: 12px;
        left: 0;
        background-image: url(/cloudspend/images/gold-check.svg);
    }
   
   
  
/* END SOLUTION SECTION */
.mef_foot_cols .mef_list_items li h6 {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 16px;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    margin: 0px 0px 14px;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .mef_social_share a {
		margin: 0 8px 12px 0;
	}
}
.resource-new .resource-card-head {
  margin-top: 5px;
  margin-bottom: 10px;
}
.resource-new .resource-card-head h4 {
font-size: 1.125rem;
}

.see-card {
    padding: 15px;
    background-color: #fff;
}

.see-card h3 {
    font-size: 18px;
    border-bottom: 1px solid #efefef;
}


/* Base .features-list styles */
.cs-list {
  --dot-color: #ee0014; /* Default (primary) */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}

.cs-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
}

.cs-list li:last-child {
  margin-bottom: 0;
}

.cs-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--dot-color); /* Uses the CSS variable */
  transform: translateY(-50%);
}

.cs-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 4px;
  height: 6.5px;
  transform: rotate(45deg) translate(-50%, -50%);
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
}

/* Color override modifier classes */
.cs-list.primary { --dot-color: #ee0014; }
.cs-list.blue { --dot-color: #022736; }
.cs-list.yellow { --dot-color: #d8ae52; }
.cs-list.black { --dot-color: #000000; }

/* Base Styles for Floating Buttons */
.floating-buttons {
    position: fixed;
    right: 0;
    bottom: 55vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: 75px;
    padding: 10px;
    background-color: #f5bc4e;
    border-radius: 5px 0 0 5px;
    animation: slideIn 0.5s ease-out;
    box-sizing: border-box;
}

.floating-buttons a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    line-height: normal;
}

.floating-buttons a img {
    width: 40px;
    height: 26px;
    transition: all 0.5s ease;
}

.request-demo:hover img, .request-quote:hover img {
    transform: scale(1.1);
}

.floating-buttons span {
    display: block;
    font-size: 15px;
    padding-top: 4px;
}

.floating-buttons .request-demo {
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e19f22;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 991px) {
    .floating-buttons {
        bottom: 0;
        width: 100%;
        padding: 5px;
        animation: fadeInUp 0.5s ease-out;
		border-radius: 0;
    }

    .floating-block {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .floating-buttons .request-demo {
        padding: 10px 0;
        margin-bottom: 0;
    }
	.siq_bR {
        bottom: 80px !important;
    }
	.mef_foot_bottom {
	  padding-bottom: 100px;
	}
	 .floating-buttons .request-demo {
        border-bottom: none;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    50% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
