.hero-bg {
    background-image: none;
    background-color: #022208;
    color: #fff;
}
h1 {
    font: 3rem/1.3 ZohoPuviBold, sans-serif;
}
.hero-card {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
}
.pricing-btn--green1 {
    background-color: #089949;
    color: #ffffff;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}
.pricing-btn--green1:hover {
    background: #076938;
}
.single-sec {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.single-sec-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.content-sec {
    padding: 30px;
}
.img-sec {
    background: #fff;
    box-shadow: 0 10px 15px rgb(110 110 110 / 10%);
    margin: 0 auto;
    text-align: center;
}
.img-sec img {
    width: 450px;
}
.btn.my-btn {
    background: transparent;
    margin-top: 20px;
    letter-spacing: 1px;
    /* color: #fff; */
    position: relative;
    padding-right: 45px;
    border: 1px solid #000;
}
.content-height {
    min-height: 550px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.my-cta-btn:hover .read-arrow {
    right: 0;
}
.read-arrow {
    transition: all 0.5s ease;
    /* -webkit-filter: invert(100%); */
    /* filter: invert(100%); */
    position: absolute;
    right: 8px;
}
.read-arrow1 {
    transition: all 0.5s ease;
}
.casestudy-btn:hover .read-arrow1 {
    margin-left: 20px !important;
}
@media(min-width:992px) {
    .hero-bg {
        background-color: #022208;
        color: #fff;
        min-height: 500px;
        position: relative;
        overflow: hidden;
    }
    .single-sec::after {
        width: 50%;
        right: -23%;
    }
    .single-sec-1::after {
        width: 50%;
        left: -23%;
    }
    /*.banner-cnt h1{ max-width:80%; } .banner-cnt p{ max-width:73%; }*/
    .hero-bg::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 350px;
        /* display: block; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
@media(min-width:479px) {
    .card-body1::after {
        content: '';
        position: absolute;
        bottom: 8px;
        right: 27px;
        width: 100px;
        height: 94px;
        display: block;
        z-index: 9;
        background-image: url(///img.site24x7static.com/images/cover-ebook.png);
        background-size: cover;
    }
}
@media(min-width:320px) and (max-width:478px) {
    .my-cta-btn {
        display: block;
        font-size: 8px;
        max-width: 100px;
    }
    .btn.my-btn {
        padding-right: 0.75rem;
        font-size: 12px;
    }
    .read-arrow1,
    .read-arrow {
        display: none
    }
}
.span-user {
    position: relative;
    font-family: 'ZohoPuviSemBd';
}
.span-user::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 5px;
    opacity: 0.2;
}
#section5 {
    background: #ffffff;
    padding-bottom: 0px;
    padding-top: 0px;
}
/* animation */
@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.client-img {
    background: center center / contain no-repeat rgb(255, 255, 255);
    border: 24px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 5%) 0px 8px 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 32px;
    width: 192px;
    align-items: center;
}
.marqueeLeft {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    margin: 32px auto;
    width: calc(2464px);
}
.marqueeRight {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    animation-direction: reverse;
    margin: 32px auto;
    width: calc(3136px);
}
@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(-1792px));
    }
}
.tab-icon {
    /* background: #b3cde3; */
    /* border-radius: 50%; */
    min-width: 30px;
    min-height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container {
    cursor: pointer;
}
@media (min-width: 992px) {
    #section5::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 900px;
        width: 100%;
        opacity: 0.15;
    }
}
.cisco-card {
    box-shadow: 0 2px 7px 0 rgb(5 34 97 / 10%);
    background: #fff;
    padding: 30px;
    font-size: 14px;
}
.acc-container {
    cursor: pointer;
}
.box-feature:hover {
    background-color: #f7f8f9;
}
.active-container {
    background: #fcf3e5;
}
#popupImage {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .col-xl-one-fifth {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .content-wrap-md__anchor {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    }
}
/*  */
/*  */
.pricing-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;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
}
.pricing-btn-green {
    background: #83b633;
    color: #fff;
    font-weight: 600;
}
.pricing-btn:hover {
    color: #fff;
    text-decoration: none
}
.pricing-btn-text {
    font-size: 11px;
    font-weight: 400;
    display: block;
    font-family: 'ZohoPuvi', sans-serif;
    pointer-events: none
}
.content-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
}
.hero-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}
#header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#temp-body .content-wrap__anchor {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5) !important;
}
#temp-body a {
    text-decoration: none;
    border-bottom: none !important;
}
#temp-body h1,
#temp-body h2,
#temp-body h3,
#temp-body h4,
#temp-body h5 {
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
}
#temp-body h1 {
    font-size: 32px;
}
#temp-body h2 {
    font-size: 30px;
}
#temp-body h3 {
    font-size: 23px;
}
#temp-body h4 {
    font-size: 22px;
}
p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px 0;
    color: #000;
}
.bg-banner-solid--grey {
    background-color: #f8f9fa
}
.content-wrap__anchor {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5)
}
.client-inner {
    background: url('/sites/default/files/site24x7/images/uptime-monitoring-sprite.png') no-repeat;
    background-size: 713px;
    height: 44px
}
.client-disney {
    background-position: -571px -149px;
    width: 72px
}
.client-bajaj {
    background-position: -432px -143px;
    width: 117px
}
.client-ford {
    background-position: -296px -145px;
    width: 118px
}
.client-gep {
    background-position: -155px -147px;
    width: 118px
}
.client-beyondtrust {
    background-position: -16px -145px;
    width: 117px
}
.client-godaddy {
    background-position: -539px -83px;
    width: 113px
}
.client-sap {
    background-position: -16px -14px;
    width: 113px
}
.client-upland {
    background-position: -16px -201px;
    width: 80px
}
.client-cov {
    background-position: -261px -79px;
    width: 105px
}
.client-redmap {
    background-position: -396px -78px;
    width: 112px
}
.client-shine {
    background-position: -155px -12px;
    width: 106px
}
.client-transurban {
    background-position: -287px -15px;
    width: 117px
}
.client-nci {
    background-position: -431px -13px;
    width: 59px
}
.client-nano {
    background-position: -516px -16px;
    width: 114px
}
.client-konica {
    background-position: -16px -78px;
    width: 75px
}
.client-intigral {
    background-position: -122px -79px;
    width: 108px
}
.gray-bg {
    background: #f7f7f7
}
.overflow-hidden {
    overflow: hidden;
}
.related-feature-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.related-feature-list__item {
    position: relative;
    list-style: none;
    padding: 0 .3125rem 0 .3125rem;
}
.related-feature-list__item:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    background: #000;
    right: 0;
    top: 6px;
}
@media(min-width: 576px) {
    .content-wrap {
        max-width: 540px;
    }
    .hero-wrap {
        max-width: 540px;
    }
}
@media(min-width: 768px) {
    .content-wrap {
        max-width: 720px;
    }
    .hero-wrap {
        max-width: 720px;
    }
    .content-wrap-md__anchor {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    }
}
@media(min-width: 992px) {
    .content-wrap {
        max-width: 960px;
    }
    .hero-wrap {
        max-width: 960px;
    }
}
@media(min-width: 1200px) {
    .content-wrap {
        max-width: 1140px;
    }
    .hero-wrap {
        max-width: 1140px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 992px) {
    .center_txt {
        margin-bottom: 30px;
    }
    .center_txt h2,
    .center_txt p {
        text-align: center;
    }
}
@media (max-width:767px) {
    .content-wrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #temp-body h4 {
        font-size: 20px;
    }
    #temp-body h1 {
        font-size: 32px;
        line-height: 1.3;
    }
    #temp-body h2 {
        font-size: 27px;
    }
    #temp-body h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    .card {
        align-items: center;
    }
    .card-body p {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1030px) {
    .navbar {
        height: 80px;
    }
    .navbar-brand img {
        width: 130px;
    }
    .dropdown-menu {
        top: 56px !important;
        border-top: 2.2px solid #83b633 !important;
    }
}
@media screen and (max-width: 992px) {
	.mb-mob {
		margin-bottom: 20px;
	}
}