.banner-container {
    background: #367cc9 url(/sites/default/files/opmanager/opm-banner-vector.png)no-repeat;
    padding: 45px 0 150px 0;
    background-size: contain;
    width: 100%;
    background-position: right 10px;
}

.banner-left {
    max-width: 680px;
    padding-right: 30px;
}

.fwa-banner-img img {
    max-width: 490px;
    width: 100%;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:last-of-type {
    color: #cee2f8;
}

.banner-section {
    display: flex;
    align-items: center;
}

.head-txt {
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.pL70 {
    padding-left: 50px;
}

.banner-left .banner-cta {
    margin-left: -50px;
}


.head-txt h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 0;
}

.head-txt h1 span {
    font-size: 48px;
    text-shadow: 3px 3px rgb(0 0 0 / 19%);
}

.banner-left p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.banner-cta {
    display: flex;
    justify-content: center;
}

.banner-cta a {
    color: #000;
    background: #fbc84a;
    padding: 12px 50px 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
}

.banner-cta a:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
    background: #eeb832;
}

.banner-cta a::before,.comparision-section .red_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, 0.25)
}

.banner-cta a::after,.comparision-section .red_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.banner-cta a:hover::before,.comparision-section .red_btn:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.banner-cta a:hover::after , .comparision-section .red_btn:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.banner-cta a span {
    position: relative;
}

.banner-cta a span::before,
.banner-cta a span::after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3px;
    position: absolute;
    margin: 2px 19px;
    top: 8px;
}

.banner-cta a span::before {
    right: -37px;
}

.banner-cta a span::after {
    right: -31px;
}


.rate-plan-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.rate-plan-btn a {
    color: #07376b;
    background: #fff;
    padding: 12px 50px 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #07376b;
}

.rate-plan-btn a:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
    opacity: 0.9;
}

.rate-plan-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, 0.25)
}

.rate-plan-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.rate-plan-btn a:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rate-plan-btn a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rate-plan-btn a span {
    position: relative;
}

.rate-plan-btn a span::before,
.rate-plan-btn a span::after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3px;
    position: absolute;
    margin: 2px 19px;
    top: 8px;
}

.rate-plan-btn a span::before {
    right: -37px;
}

.rate-plan-btn a span::after {
    right: -31px;
}

.comparision-section {
    padding: 70px 15px;
    max-width: 1145px;
    margin: auto;
}

.comparision-section .comparision-card {
    background: #b5e3f9 url('/sites/default/files/netflow_analyzer/images/nfa-comparision-bg.jpg');
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    padding: 0px 35px 0px 95px;
    background-repeat: no-repeat;
    border: 1px solid #BBDFEE;
    border-radius: 25px;
    align-items: center;
}

.comparision-section .comparision-card h2 {
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-top: 0;
}

.fw-800 {
    font-weight: 800;
}

.comparision-section .img-section {
    max-width: 490px;
    /* box-shadow: 10px 10px 50px 0px rgb(0 0 0 / 35%); */
    border-radius: 20px;
}

.comparision-section .img-section img {
    border-radius: 20px;
}

.comparision-section .red_btn {
    border-radius: 3px;
    font-size: 18px;
    line-height: unset;
    padding: 18px 35px;
    position: relative;
    overflow: hidden;
}

.comparision-section .red_btn,
.comparision-section .red_btn:hover {
    background-color: #E82935 !important;
}

.comparision-section .noshadow-img {
    display: none;
}


.tab-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 8%, rgba(234, 244, 255, 0.9822522759103641) 65%);
}

.logo-slider-conatiner {
    padding: 40px;
    border-radius: 20px;
    max-width: 950px;
    margin: 0 auto;
    background: #fff;
    margin-top: -110px;
    margin-bottom: 70px;
    box-shadow: 0px 5px 10px #367cc929;
}

.logo-firstcol ul {
    display: flex;
    justify-content: center;
}



.logo-firstcol ul li {
    margin-right: 50px;
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 50px;
    max-width: 220px;
}

.logo-firstcol ul li span {
    font-size: 21px;
    font-weight: 600;
    color: #1c5793;
}

.logo-firstcol ul li:last-of-type {
    margin-right: 0;
    /* padding-left: 45px; */
}

.logo-firstcol ul li::before {
    content: "";
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png)no-repeat;
    background-size: 500px 357px;
    width: 39px;
    height: 39px;
    background-position: -15px -141px;
    position: absolute;
    left: -10px;
    top: 10px;

}

.logo-firstcol ul li:nth-child(2):before {
    background-position: -72px -141px;
    width: 45px;
}

.logo-firstcol ul li:nth-child(3):before {
    background-position: -11px -204px;
    width: 44px;

}

.logo-slider-conatiner p {
    text-align: center;
    position: relative;
    font-size: 15px;
    margin-top: 20px;
}

.logo-slider-conatiner p::before {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    background: #eeeeee;
    left: 0;
    top: 50%;
    position: absolute;
}

.logo-slider-conatiner p::after {
    content: "";
    display: block;
    width: 170px;
    height: 1px;
    background: #eeeeee;
    right: 0;
    top: 50%;
    position: absolute;
}

.menu-sp {
    transition: all .5s ease-in-out;
}

.menu-sp ul {
    display: flex;
    justify-content: center;
    transition: all .5s ease-in-out;

}

.menu-sp ul li a {
    color: #000;
    padding: 8px 30px;
    border: 1px solid #b6cae1;
    margin-right: 15px;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.menu-sp ul li.first-active a {
    text-decoration: none;
    background: #2b6eb4;
    color: #fff;
}

.menu-sp ul li a:hover {
    text-decoration: none;
    /* box-shadow: 0 7px 18px -12px #33333387; */
    background: #2b6eb4;
    color: #fff;
}

/* .menu-sp.fixed {
    position: fixed;
    top: 92px;
    width: 100%;
    z-index: 9;
    background: #fff;
    margin: 0;
    left: 0;
    transition: .4s;
  
  } */
.menu-sp.fixed {
    /* transition: all .5s ease-in-out; */
}

.menu-sp .tab-fixed {
    animation: up 0.5s 1;
}

.menu-sp.fixed .tab-fixed {
    position: fixed;
    top: 68px;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    z-index: 10;
    width: 100%;
    border-color: #ccc;
    /* transition: all .5s ease-in-out; */
    animation: down 0.5s ease-in;
}

.tab-fixed {

    /* transition: all .5s ease-in-out; */


}

.menu-sp.fixed ul {
    padding: 8px 0 0 0;
    box-shadow: 0px 0px 3px #eeeeee26;
    /* background: #fff;
    transition: all .5s ease-in-out; */

}

.menu-sp.fixed ul li a {
    border: none;
    border-radius: 0;
    background: none;


}

.menu-sp.fixed ul li a:hover {
    background: none;
    color: #000;
}

.menu-sp ul li.active a {
    position: relative;
    /* transition: all .5s ease-in-out; */
}

.menu-sp.fixed ul .tab-indicator{
    position: absolute;
    background: #2162a9;
    height: 4px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: calc(100% / 8);
    left: 0;
    bottom: 0;
}

.menu-sp.fixed .tab-fixed .category-tab-wrapper {
    background: #fff;
}

.category-body.fee {
    padding-top: 40px;
}


.tab1 {
    margin-top: 35px;
}

.tab1 ul {
    display: flex;
}

.tab1 ul li {
    max-width: 280px;
    padding: 40px 30px;
    background: #fff;
    margin-right: 25px;
    text-align: center;
    border-radius: 8px;
    width: calc(25% - 25px);
}

.tab1 ul li:last-of-type {
    margin-right: 0;
}

.tab1 ul li h4 {
    font-size: 25px;
    text-align: center;
    color: #1c5793;
    margin-bottom: 0;
}

.tab1 ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-top: 10px;
}

.tab1 ul li p.feature-cntn {
    height: calc(100% - 210px);
}

.tab1 ul li .feature-icon {
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png)no-repeat;
    background-size: 500px 357px;
    width: 91px;
    height: 82px;
    background-position: -72px -260px;
    display: inline-block;
}

.tab1 ul li .feature-icon.ficon2 {
    background-position: -178px -260px;
}

.tab1 ul li .feature-icon.ficon3 {
    background-position: -283px -250px;
    width: 97px;
}

.tab1 ul li .feature-icon.ficon4 {
    background-position: -395px -254px;
    width: 96px;
}

.tab1 ul li a {
    color: #007eff;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab1 ul li a:hover {
    text-decoration: none;
    color: rgb(5 109 215);
    transition: all 0.5s ease 0s;
}

.tab1 ul li a::after {
    content: "";
    display: inline-block;
    border: solid #007eff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 4px;
    position: absolute;
    margin: 2px 19px;
    top: 6px;
    right: -35px;
    transition: all 0.5s ease 0s;
}

.tab1 ul li a:hover::after {
    right: -40px;
    transition: all 0.5s ease 0s;
}

.clock-section {
    min-height: 200px;
    border-radius: 100px;
    background-color: #1a7bce;
    background-image: -webkit-linear-gradient(-40deg, #1a7bce 74%, #296db8 26%);
    display: flex;
    align-items: center;
    position: relative;
    top: 100px;
}

.clock-section.clock-section-3 {
    top: 0;
    margin-top: 95px;
}

.clock-icon {
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png)no-repeat;
    background-position: -165px -8px;
    background-size: 500px 357px;
    width: 204px;
    height: 238px;
    display: inline-block;
    position: relative;
    margin-top: -39px;
    margin-left: 0px;
}

.clock-link {
    display: flex;
    align-items: center;
}

.clock-txt {
    padding-left: 30px;
    position: relative;
}

.clock-txt::after {
    content: "";
    background: url(/sites/default/files/firewall_analyzer/images/fwa-mac-img.png	)no-repeat;
    max-width: 380px;
    position: absolute;
    right: -289px;
    height: 210px;
    width: 390px;
    top: -54px;
    background-position: center;
    background-size: contain;
}

.clock-txt h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

.clock-txt h3 .white-stroke-txt {
    font-size: 38px;
    text-shadow: 3px 3px rgb(0 0 0 / 19%);
}

.clock-txt h3 .yellow-stroke-txt {
    font-size: 38px;
    text-shadow: 3px 3px rgb(0 0 0 / 19%);
    color: #ffe196;
}

.white-txt-link {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    text-decoration: underline;
    text-underline-offset: 8px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.white-txt-link::after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 4px;
    position: absolute;
    margin: 2px 19px;
    top: 6px;
    right: -35px;
    transition: all 0.5s ease 0s;
}

.white-txt-link:hover {
    color: #b2dafc;
    transition: all 0.5s ease 0s;

}

.white-txt-link:hover::after {
    border-color: #b2dafc;
    right: -40px;
    transition: all 0.5s ease 0s;
}

.case-cards {
    padding-top: 15px;
}

.case-study-section {
    padding: 140px 0 70px;
}

.case-study-section h3 {
    font-size: 34px;
}

.case-cards ul {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-cards ul li {
    display: flex;
    border: 1px solid #def2fd;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 240px;
    max-width: calc(50% - 25px);
}

.case-cards ul li .case-logo {
    max-width: 210px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-cards ul li .case-logo img {
    max-width: 150px;
    width: 100%;
}

.case-cards ul li .case-logo img.vr-img {
    max-width: 90px;
    width: 100%;
}

.case-cards ul li .case-text {
    padding: 30px;
    background: #f4fbff;
    width: calc(100% - 210px);
}

.case-cards ul li .case-text a {
    display: inline-block;
    position: relative;
    color: #3a90ff;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}

.case-cards ul li .case-text a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.case-cards ul li .case-text a::after {
    content: "";
    display: inline-block;
    border: solid #3a90ff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3px;
    position: absolute;
    margin: 2px 19px;
    top: 6px;
    right: -30px;
    transition: all 0.5s ease 0s;
}

.case-cards ul li .case-text a:hover::after {
    right: -35px;
    transition: all 0.5s ease 0s;
}

.case-cards ul li .case-text .case-ratio span {
    background: #d4effe;
    padding: 4px 15px;
    border-radius: 25px;
    border: 1px solid #b5dff7;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}

.case-cards ul li .case-text .case-ratio h4 {
    display: inline-block;
    font-size: 16px;
    color: #1c5793;
    margin: 0 !important;
}

.case-cards ul li .case-text p {
    font-size: 14px;
    line-height: 1.8;
    min-height: 70px;
    margin-top: 0px;
    height: calc(100% - 115px);
}

.case-cards ul li .case-text-2 p {
    height: calc(100% - 140px);
}

.ft-16 {
    font-size: 16px;
    color: #007eff;
    text-decoration: underline;
    text-underline-offset: 8px;
    position: relative;
}

.ft-16::after {
    content: "";
    display: inline-block;
    border: solid #007eff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 4px;
    position: absolute;
    margin: 2px 19px;
    top: 6px;
    right: -35px;
    transition: all 0.5s ease 0s;
}

.ft-16:hover::after {
    transition: all 0.5s ease 0s;
}

.rate-plan-section {
    padding: 70px 0;
    background: #2162a9;
}

.rate-plan-section h3 {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 80px;
}

.rate-container {
    display: flex;
    justify-content: center;
}

.rate-container .white-rate {
    background: #fff;
    padding: 45px;
    max-width: 460px;
    width: 100%;
    margin-right: 40px;
    border-radius: 16px;
}

.rate-container .yellow-rate {
    max-width: 460px;
    background: #fef8e2;
    padding: 45px;
    width: 100%;
    border-radius: 16px;
    position: relative;
}

.rate-container .yellow-rate .right-txt {
    position: absolute;
    right: 12px;
    top: -40px;
    color: #fff;
    font-size: 14px;
}

.rate-container .white-rate span.diamond-icon {
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png)no-repeat;
    background-size: 500px 357px;
    width: 93px;
    height: 82px;
    background-position: -396px -127px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.rate-container .yellow-rate span.diamond-icon2 {
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png)no-repeat;
    background-size: 500px 357px;
    width: 88px;
    height: 82px;
    background-position: -396px -25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.rate-container .white-rate h4,
.rate-container .yellow-rate h4 {
    text-align: center;
    color: #000;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 0;
}

.rate-container .white-rate h4 span,
.rate-container .yellow-rate h4 span {
    font-size: 24px;
}

.rate-container .white-rate h5,
.rate-container .yellow-rate h5 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.rate-container .white-rate h5 span,
.rate-container .yellow-rate h5 span {
    font-size: 60px;
    color: #2253a2;
}

.light-blue-card,
.light-yellow-card {
    padding: 35px;
    background: #edf6fe;
    border-radius: 8px;
}

.light-yellow-card {
    background: #fdeeb7;
}

.light-blue-card p,
.light-yellow-card p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin: 0;
}

.blue-btn,
.yellow-btn {
    margin-top: 35px;
    text-align: center;
}

.blue-btn a,
.yellow-btn a {
    background: #2252a5;
    color: #fff;
    font-size: 18px;
    padding: 10px 45px 10px 25px;
    border-radius: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.yellow-btn a {
    background: #fbc84a;
    color: #000;
}

.blue-btn a:hover,
.yellow-btn a:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
}

.blue-btn a::after,
.yellow-btn a::after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3px;
    position: absolute;
    margin: 2px 19px;
    top: 18px;
    right: 10px;
}

.yellow-btn a::after {
    border-color: #000;
}

/* Slick Slider Dots */
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-next {
    right: 5px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #4a95df;
}

.slick-dots li button:before {
    font-size: 50px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #4a95df;
}

.blue-label {
    background: #e3f1ff;
    padding: 0px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #c3e0fb;
    border-radius: 25px;
    font-size: 15px;
}

.material-section {
    padding: 120px 0 70px 0;
    background: #f7fbff;
}

.material-cta {
    font-size: 18px;
    background: #2252a5;
    color: #fff;
    padding: 10px 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
}

.material-cta:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
}

.whitepaper-slider .slick-slide img {
    border-radius: 8px;
    max-width: 370px;
    width: 100%;
    border: 1px solid #c1defb;
    box-sizing: border-box;
}

.material-section h3 {
    font-size: 35px;
    text-align: center;
    color: #1c5793;
}

.material-section p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.pTB75 {
    padding: 75px 0;
}

.logo-slider .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-slider img {
    margin: auto;
}

.logo-slider .slick-slide {
    height: 100px;
    position: relative;
    margin-right: 10px;
}

.vertl-img {
    width: 60px;
}

.horitl-img {
    width: 110px;
}

.w140 {
    width: 140px;
}

.oval-shape,
.oval-shape-yellow {
    width: 280px;
    height: 170px;
    background: #fff;
    border-radius: 150px / 90px;
    margin: 0 auto;
    margin-top: -110px;
    display: flex;
    align-items: center;
}

.oval-shape-yellow {
    background: #fef8e2 !important;
}

.mob-dis {
    display: none;
}

.whitepaper-slider .slick-prev,
.whitepaper-slider .slick-next {
    z-index: 3;
}

.whitepaper-slider .slick-prev:before,
.whitepaper-slider .slick-next:before {
    background: url(/sites/default/files/opmanager/opm-toppage-sprite.png) no-repeat;
    background-size: 500px 357px;
    width: 53px;
    height: 54px;
    background-position: -68px -196px;
    display: inline-block;
}

.whitepaper-slider .slick-prev:before {
    margin-left: -20px;
}

.whitepaper-slider .slick-next::before {
    background-position: -6px -254px;
    margin-right: -20px;
}

.mix-clr {
    mix-blend-mode: darken;
}

/* media query starts */
@media screen and (max-width: 1200px) {
    .clock-txt::after {
        display: none;
    }

    .tab1 ul li p {
        height: unset !important;
    }

    .case-cards ul li .case-text p {
        height: unset;
    }
}

@media screen and (max-width: 1025px) {

    .comparision-section .comparision-card h2 {
        font-size: 42px;
    }

    .comparision-section .red_btn {
        font-size: 18px;
    }

    .comparision-section .img-section {
        max-width: 420px;
    }

    .comparision-section .comparision-card {
        padding: 0px 50px 0 95px;
    }

    .clock-txt h3 {
        margin-top: 0;
    }

    .case-cards ul li {
        min-height: 340px;
    }

    .rate-container .yellow-rate .right-txt {
        display: none;
    }


    .whitepaper-slider .slick-slide img {
        max-width: 300px;
    }

    .light-blue-card,
    .light-yellow-card {
        min-height: 160px;
    }

    .whitepaper-slider .slick-prev:before,
    .whitepaper-slider .slick-next:before {
        background-size: 450px 307px;
        background-position: -54px -166px;
    }

    .whitepaper-slider .slick-next::before {
        background-position: 1px -214px;

    }

    .menu-sp ul li a,
    .menu-sp ul li.active a {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 992px) {
    .menu-sp.fixed ul {
        padding: 16px 0 8px;
    }

    .case-cards ul li .case-text p,
    .light-blue-card,
    .light-yellow-card {
        min-height: auto;
    }

    .clock-section {
        overflow: hidden;
    }

    .banner-right,
    .menu-sp,
    .clock-icon {
        display: none;
    }

    .banner-left {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }

    .banner-left .banner-cta,
    .banner-left p.small-txt {
        margin-left: 0px;
    }

    .head-txt {
        justify-content: center;

    }

    .banner-main-txt {
        max-width: 100%;
        text-align: center;
    }

    .banner-left p {
        text-align: center;
    }

    .mob-dis {
        display: block;
        font-size: 35px;
        text-align: center;
    }

    .tab1 ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab1 ul li {
        margin-bottom: 25px;
        width: calc(50% - 25px);
    }

    .tab1 ul li:nth-child(2),
    .tab1 ul li:last-of-type {
        margin-right: 0;
    }

    .clock-section {
        justify-content: center;
    }

    .clock-txt h3 .white-stroke-txt,
    .clock-txt h3 .yellow-stroke-txt {
        font-size: 32px;
    }

    .clock-txt h3 {
        font-size: 26px;
    }

    .case-cards ul {
        column-count: 1;
    }

    .case-cards ul li {
        min-height: auto;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .rate-container {
        flex-wrap: wrap;
    }

    .rate-container .white-rate {
        margin-right: 0;
        margin-bottom: 100px;
    }

    .logo-slider-conatiner p::before,
    .logo-slider-conatiner p::after {
        width: 100px;
    }

    .whitepaper-slider .slick-slide img {
        max-width: 360px;
    }

    .pL70 {
        padding-left: 0;
    }

    .clock-txt {
        padding-left: 0;
    }

    .logo-firstcol ul {
        flex-wrap: wrap;
    }

    .logo-firstcol ul li:first-of-type,
    .logo-firstcol ul li:nth-child(2) {
        margin-bottom: 15px;
    }
    .comparision-section .comparision-card {
        padding: 0 0px 0 45px;
        border-radius: 15px;
      }
}

@media screen and (max-width:991px){
    .comparision-section .comparision-card h2 {
        margin-bottom: 20px;
      }
}

@media screen and (max-width:820px){
    .comparision-section .comparision-card h2 {
        font-size: 35px;
      }
      .comparision-section .red_btn {
        font-size: 14px;
      }
      .comparision-section .img-section {
        max-width: 360px;
      }
}

@media screen and (max-width: 800px) {
    .whitepaper-slider .slick-slide img {
        max-width: 340px;
    }

    .logo-slider-conatiner {
        padding: 30px;
    }
}

@media (min-width:768px){
	.img-section a{
	  display: none;
	}
  }

@media screen and (max-width: 767px) {
    .head-txt h1 {
        font-size: 28px;
    }

    .head-txt h1 span {
        font-size: 42px;
    }

    .banner-container {
        background: #367cc9;
        background-position: center;
    }

    .logo-firstcol ul {

        flex-wrap: wrap;
    }


    .logo-firstcol ul li:nth-child(2) {
        margin-right: 0;
    }

    .logo-slider-conatiner p::before,
    .logo-slider-conatiner p::after {
        display: none;
    }

    .tab1 ul li {
        margin-right: 0;
        max-width: 360px;
        width: 100%;
    }

    .clock-txt {
        padding-left: 0;
    }

    .clock-txt h3 .white-stroke-txt,
    .clock-txt h3 .yellow-stroke-txt {
        font-size: 32px;
    }

    .clock-txt h3 {
        font-size: 24px;
        text-align: center;
    }

    .clock-link {
        flex-wrap: wrap;
        justify-content: center;
    }

    .white-txt-link {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .rate-container .white-rate h4,
    .rate-container .yellow-rate h4 {
        font-size: 30px;
    }

    .rate-container .white-rate h4 span,
    .rate-container .yellow-rate h4 span {
        font-size: 20px;
    }

    .rate-container .white-rate h5,
    .rate-container .yellow-rate h5 {
        font-size: 28px;
    }

    .rate-container .white-rate h5 span,
    .rate-container .yellow-rate h5 span {
        font-size: 44px;
    }

    .whitepaper-slider .slick-slide img {
        max-width: 100%;
    }

    .whitepaper-slider .slick-prev:before {
        margin-left: -11px;
    }

    .whitepaper-slider .slick-next::before {
        margin-right: -26px;
    }

    #tab6 {
        padding: 15px 0 30px 0;
    }
    .comparision-section .comparision-card h2 {
        margin-bottom: 10px;
        font-size: 25px;
      }
      .comparision-section .comparision-card {
        padding: 30px 15px;
        background-position: 80% 100%;
        text-align: center;
        flex-direction: column;
      }
      .comparision-section .comparision-card .img-section {
        box-shadow: none;
      }
      .comparision-section .img-section img{
        border-radius: 0;
        margin-bottom: 20px;
      }
      .comparision-section .red_btn {
        padding: 15px 20px;
      }
      .comparision-section .comp-cont a,.comparision-section .shadow-img{
        display: none;
      }
      .comparision-section .noshadow-img{
        display: block;
      }

}

@media screen and (max-width: 600px) {
    .logo-firstcol ul li {
        margin-right: 0;
        position: relative;
        font-size: 16px;
        color: #000;
        padding-left: 110px;
        width: 100%;
    }

    .logo-firstcol ul li:last-of-type {
        margin-top: 20px;
        /* padding-left: 110px; */
    }

    .logo-firstcol ul li::before {
        left: 50px;
    }

    .logo-firstcol ul li:first-of-type,
    .logo-firstcol ul li:nth-child(2) {
        margin-bottom: 0;
    }

    .logo-firstcol ul li:nth-child(2),
    .logo-firstcol ul li:nth-child(3) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .head-txt {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .head-txt h1 {
        padding-left: 0;
        font-size: 26px;
        text-align: center;
    }

    .head-txt h1 span {
        font-size: 36px;
    }

    .banner-left {
        margin-top: 0px;
        padding-right: 0;
    }

    .tab1 ul li:last-of-type {
        margin-bottom: 0;
    }

    .clock-section {
        min-height: auto;
        padding: 20px 0;
        top: 40px;
        border-radius: 0;
    }

    .clock-section.clock-section-3 {
        margin-top: 30px;
    }

    .case-study-section {
        padding: 80px 0 40px;
    }

    .rate-plan-section {
        padding: 60px 0;
    }

    .material-section {
        padding: 40px 0 20px 0;
    }

    .clock-txt h3 {
        font-size: 18px;
    }

    .clock-txt h3 .white-stroke-txt,
    .clock-txt h3 .yellow-stroke-txt {
        font-size: 22px;
    }

    .banner-cta a {
        font-size: 14px;
    }

    .white-txt-link {
        font-size: 14px;
        margin-left: 0;
    }

    .case-cards ul li {
        flex-wrap: wrap;
        width: 100%;
    }

    .case-cards ul li .case-logo,
    .case-cards ul li .case-text {
        max-width: 100%;
        width: 100%;
    }

    .rate-container .white-rate h4,
    .rate-container .yellow-rate h4 {
        font-size: 26px;
    }

    .rate-container .white-rate h4 span,
    .rate-container .yellow-rate h4 span {
        font-size: 18px;
    }

    .rate-container .white-rate h5 span,
    .rate-container .yellow-rate h5 span {
        font-size: 34px;
    }

    .rate-container .white-rate h5,
    .rate-container .yellow-rate h5 {
        font-size: 24px;
    }

    .light-blue-card,
    .light-yellow-card {
        padding: 20px;
        min-height: auto;
    }

    .blue-btn a,
    .yellow-btn a {
        font-size: 16px;
    }

    .blue-btn a::after,
    .yellow-btn a::after {
        top: 17px;
    }

    .material-cta {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .material-cta.mR20 {
        margin-right: 0;
    }

    .case-cards ul li .case-logo {
        padding: 20px 0;
        min-height: 110px;
    }

    .case-cards ul li .case-text p {
        min-height: auto;
    }

    .whitepaper-slider .slick-next::before {
        margin-right: -10px;
    }

    .whitepaper-slider .slick-prev:before {
        margin-left: -10px;
    }

    .banner-cta a span::before,
    .banner-cta a span::after {
        top: 5px;
    }

    .ft-16 {
        font-size: 14px;
    }

    .ft-16::after {
        margin: 0px 17px;
    }

    .white-txt-link::after {
        top: 5px;
        right: 65px;
    }
}

@media screen and (max-width: 380px) {

    .rate-container .white-rate,
    .rate-container .yellow-rate {
        padding: 15px 15px 40px 15px;
    }

    .oval-shape,
    .oval-shape-yellow {
        width: 210px;
        height: 170px;
        background: #fff;
        border-radius: 110px / 90px;
        margin: 0 auto;
        margin-top: -60px;

    }

    .banner-cta a {
        padding: 12px 40px 12px 20px;
    }

    .clock-section {
        border-radius: 0;
    }

    .clock-section-3 {
        top: 0;
        margin-top: 30px;
    }

    .clock-txt h3 {
        font-size: 16px;
    }

    .clock-txt h3 .white-stroke-txt,
    .clock-txt h3 .yellow-stroke-txt {
        font-size: 20px;
    }

    .case-study-section h3,
    .rate-plan-section h3,
    .material-section h3 {
        font-size: 28px;
    }

    .case-cards ul li .case-text {
        padding: 20px;
    }

    .rate-container .white-rate h4,
    .rate-container .yellow-rate h4 {
        font-size: 22px;
    }

    .material-section p {
        font-size: 16px;
    }

    .whitepaper-slider .slick-slide img {
        box-sizing: border-box;
        box-shadow: 0px 4px 10px #33333308;
    }

    .material-section {
        padding: 70px 0 70px 0;
    }

    .logo-firstcol ul li {
        padding-left: 90px;
    }

    .logo-firstcol ul li::before {
        left: 35px;
    }

}

@media screen and (max-width: 340px) {
    .logo-firstcol ul li {
        padding-left: 70px;
    }

    .logo-firstcol ul li::before {
        left: 15px;
    }
    .comparision-section .red_btn{
        padding: 14px;
      }
}

@keyframes down {
    0% {
        top: 50px;
    }

    100% {
        top: 68px;
    }
}

@keyframes up {
    0% {
        top: 68px;
    }

    100% {
        top: 50px;
    }
}