.banner_container {
    padding: 70px 0 0px;
    background: #d2e7fa url(/sites/default/files/patch_manager_plus/images/pamp-tool-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.banner_section .banner_txt_left {
    width: 100%;
    box-sizing: border-box;
}
.banner_section .banner_right_image {
    max-width: 655px;
    width: 100%;
    box-sizing: border-box;
}
.it_sys_bg {
    text-align: center;
}
.banner_section .banner_txt_left .it_sys_bg p {
    margin: 0;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.banner_section .banner_txt_left h1 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.banner_section .banner_txt_left p {
    font-size: 20px;
    font-weight: 500;
}
.banner_txt_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.banner_txt_list {
    position: relative;
}
.banner_list_slider {
    background: #123991;
    margin-top: -55px;
    overflow: hidden;
    padding: 10px 0;
    will-change: transform; 
}
.banner_list_slider ul {
    display: flex;
    align-items: center;
  }
.banner_txt_list ul li {
    /* margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-right: 18px;
    width: auto; */
    color: #fff;
    padding: 10px 25px;
    margin-right: 18px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    /* width: auto !important; */
    position: relative;
    padding-right: 10px;
}
.banner_txt_list ul li::before {
    content: "";
    background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png) no-repeat;
    background-position: -21px -26px;
    background-size: 1000px 785px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 7px;
}
.banner_txt_list ul li:last-of-type {
    max-width: 100%;
}
.pill-shape {
    width: 500px;
    background: #1c1d22;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
}
.banner_section_cta {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 50px;
}
.banner_section_cta a {
    text-decoration: none;
    color: #fff;
    background: red;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,0,0,0.6)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255,0,0,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,0,0,0)
    }
}

.banner_section_cta a:hover {
    transition: all .3s ease;
    box-shadow: 0 7px 18px -12px #33333387;
    background: #e60303
}
/*  */
.logo_container {
    padding: 100px 0 30px;
    background: #fff;
}
.logo_container h3 {
    margin-top: 0;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
}
.logo-slider.slick-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.logo-slider .slick-slide {
    height: auto;
    position: relative;
    vertical-align: middle;
    margin: 0 15px;
}
.logo-slider .slick-slide a {
    display: inline-block;
}
.logo-slider.slick-slider .slick-track .slide_list {
    text-align: center;
}
.thr-prt-lg {
    display: inline-block;
    width: 100%;
    background: url(/sites/default/files/patch_manager_plus/pamp-index-sprite.png) no-repeat;
    background-size: 600px 387px;
}
.bmw-logo {
    background-position: -315px -8px;
    width: 87px;
	height: 41px;
}
.acc-logo {
    background-position: -7px -8px;
    width: 116px;
	height: 31px;
}
.hyundai-logo {
    background-position: -100px -75px;
    width: 130px;
	height: 19px;
}
.hitachi-logo {
    background-position: -414px -13px;
    width: 113px;
	height: 33px;
}
.yamaha-logo {
    background-position: -369px -75px;
    width: 126px;
	height: 28px;
}
.mercedes-logo {
    background-position: -145px -8px;
    width: 147px;
	height: 38px;
}
.honda-logo {
    background-position: -7px -57px;
    width: 69px;
	height: 56px;
}
.ibm-logo {
    background-position: -259px -65px;
    width: 82px;
	height: 70px;
}

.benefit_sec_container {
    padding: 100px 0;
    background: #fff;
}
.benefit_section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    gap: 50px;
}
/* .ben_img .ben_bg {
    background: url(/sites/default/files/servicedesk_plus/images/sdp_incident_sprite.png)no-repeat;
    background-position: -23px -550px;
    background-size: 750px 918px;
  width: 372px;
  height: 303px;
  } */
.ben_img {
    max-width: 420px;
    width: 100%;
}
.ben_img img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.ben_list h3 {
    margin: 0;
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
}
.ben_list ul {
    padding-left: 35px;
}
.ben_list ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.ben_list ul li::before {
    content: "";
    background: url(/sites/default/files/servicedesk_plus/images/sdp_incident_sprite.png) no-repeat;
    background-position: -165px -19px;
    background-size: 750px 676px;
    width: 22px;
    height: 21px;
    position: absolute;
    left: -33px;
    top: 2px;
}
.case_studies_container {
    padding: 100px 0 0 0;
    background: url(/sites/default/files/servicedesk_plus/images/black_texture_bg.png);
    background-size: 40px;
    position: relative;
}
.case_studies_container::after {
    content: "";
    background: url(/sites/default/files/servicedesk_plus/images/building_bg_overlay.png) no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-position: center;
    height: 350px;
    z-index: 0;
    background-size: cover;
}
.free_soft_section {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.free_soft_section h3 {
    font-size: 32px;
    text-align: center;
    margin: 0;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}
.comparison_section h3 {
    margin-bottom: 20px;
}
.sof_sec_list ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.sof_sec_list ul li {
    max-width: 270px;
    width: 100%;
    padding: 20px 25px;
    background: #393939;
    border-radius: 12px;
    border: 2px solid #616161;
    position: relative;
}
.sof_sec_list ul li p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.sof_sec_list ul li p::after {
    content: "";
    background: url(/sites/default/files/servicedesk_plus/images/sdp_incident_sprite.png) no-repeat;
    background-position: -198px -14px;
    background-size: 750px 676px;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 7px;
    right: 0;
    border: 1px solid #fff;
    border-radius: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sof_sec_list ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    z-index: 3;
}
.sof_sec_list ul li:hover a {
    text-decoration: none;
}
.sof_sec_list ul li:hover p::after {
    right: -3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.comparison_section {
    margin: 70px 0;
    position: relative;
    z-index: 1;
}
.comparison_section p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 30px 0;
}
.compare_card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f7c569;
    margin: 100px 0;
}
.compare_card .compare_img {
    max-width: 250px;
    width: 100%;
    position: relative;
    background: #f7c569;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.compare_card .compare_img span {
    background: #f7c569 url(/sites/default/files/servicedesk_plus/images/sdp_incident_sprite.png) no-repeat;
    background-position: -229px -496px;
    background-size: 750px 676px;
    width: 165px;
    height: 155px;
    position: relative;
    display: flex;
}
.compare_card .compare_txt {
    max-width: 750px;
    width: 100%;
    padding: 30px 40px;
    background: #fffbed;
}
.compare_card .compare_txt .clist:first-of-type {
    margin-bottom: 25px;
}
.compare_card .compare_txt .clist h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}
.compare_card .compare_txt .clist p {
    font-size: 14px;
    margin: 0;
    color: #000;
    text-align: left;
    font-weight: 500;
}
.case_section {
    position: relative;
    z-index: 1;
}
.case_section h3 {
    font-size: 32px;
    text-align: center;
}
.slider_card {
    max-width: 305px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 0 15px;
}
.case_logo {
    display: block;
    margin-bottom: 0px;
    min-height: 60px;
}
.case_logo img {
    max-width: 160px;
    width: 100%;
}
.case_logo .jaist_logo {
    max-width: 80px;
    width: 100%;
}
.cec_logo img {
    max-width: 80px;
}
.astro_logo img {
    max-width: 130px;
}
.slider_card p:first-of-type {
    margin: 0;
    font-size: 12px;
    background: #f7c569;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 500;
}
.slider_card h4 {
    color: #163131;
    font-size: 16px;
    margin: 20px 0 10px 0;
    min-height: 45px;
    font-weight: 600;
}
.slider_card p:last-of-type {
    font-size: 13px !important;
    line-height: 1.8;
    color: #000;
    min-height: 115px;
    margin: 0;
}
.slider_card a {
    position: relative;
    color: #0082ff;
    font-size: 16px;
}
.slider_card 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: -32px;
    transition: all 0.5s ease 0s;
}
.slider_card a:hover {
    text-decoration: none;
    color: rgb(5 109 215);
    transition: all 0.5s ease 0s;
}
.slider_card a:hover::after {
    right: -37px;
    transition: all 0.5s ease 0s;
}
.case_logo_slider .slider_card {
    width: 100%;
}
.case_logo_slider .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 7;
    padding: 0 !important
}
.case_logo_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
    padding: 0 !important;
    cursor: pointer
}
.case_logo_slider .slick-dots li.slick-active {
    position: relative;
    left: -1px;
}
.case_logo_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 50px
}
.case_logo_slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
}
.case_logo_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    background: #fff
}
.case_logo_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    background: #d7ffc2;
    width: 12px;
    height: 12px;
}
.case_logo_slider .slick-prev,
.case_logo_slider .slick-next {
    z-index: 2
}
.case_logo_slider p {
    font-size: 12px !important
}
/* .case_logo_slider p:first-of-type {
    margin-bottom: 20px
  } */
.what_sdp_container {
    padding: 100px 0 0 0;
    background: url(/sites/default/files/servicedesk_plus/images/black_texture_bg.png);
    background-size: 40px;
    position: relative;
}
.green_overlay_bg {
    background: #123991 url(/sites/default/files/patch_manager_plus/images/blue_pattern_bg.webp) no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: center;
    border-radius: 300px 300px 0 0;
    padding: 100px 0;
}
.sdp_section {
    max-width: 1000px;
    margin: 0 auto;
}
.sdp_txt h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 600;
}
.sdp_txt p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 2;
}
.horizon_line {
    position: relative;
    border-bottom: 2px solid #dff6f5;
    margin: 50px 0;
}
.horizon_line::after {
    content: "";
    background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png) no-repeat;
    background-position: -137px -11px;
    background-size: 1000px 785px;
	width: 55px;
	height: 55px;
    position: absolute;
    top: -27px;
    left: 50%;
    display: flex;
    /* border: 1px solid #dff6f5; */
    border-radius: 50px;
    background-color: #dff6f5;
    transform: translateX(-50%);
}
.sdp_fea h3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin: 40px 50px;
    font-weight: 600;
}
.system_list ul {
    display: flex;
    width: 100%;
    column-gap: 120px;
    justify-content: center;
}
.system_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .system_list ul li span {
    background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png) no-repeat;
    background-position: -8px -81px;
    background-size: 1000px 785px;
	width: 170px;
	height: 170px;
    margin-bottom: 25px;
  }
  .system_list ul li span.sicon4 {
    background-position: -8px -81px;
  }
  .system_list ul li span.sicon5 {
    background-position: -192px -81px;
  }
  .system_list ul li span.sicon6 {
    background-position: -376px -81px;
  }
  .system_list ul li p {
    font-size: 18px;
    margin: 0;
    text-align: center;
    line-height: 1.7;
    color: #fff;
  }
.incident_tools {
    padding: 100px 0;
    background: #e8f3fd;
    position: relative;
}
.incident_section {
    max-width: 1000px;
    margin: 0 auto;
}
.incident_section h3 {
    text-align: center;
    margin: 0 0 35px 0;
    font-size: 32px;
    font-weight: 600;
}
.incident_section p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.incident_section p:first-of-type {
    margin-bottom: 30px;
}
.opm-main {
    padding: 100px 0;
    position: relative;
}
.opm_tab {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.opm_tab h3 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 40px 0;
}
.opm_tab p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.opm_tab p:first-of-type {
    margin-bottom: 30px;
}
.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-outline {
    border: 2px solid #2252a5;
    background: #fff;
    color: #2252a5;
}
.material-cta:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
}
.sdp_pricing_container {
    padding: 100px 0;
    position: relative;
    background: #f5f5f5;
}
/* animating the underline starts */
.link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
}
.white-txt-link .link__graphic {
    stroke: #fff;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}
.link__graphic--slide {
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.link:hover .link__graphic--slide {
    transform: translate3d(-66.6%, 0, 0);
}
.underline-link .link__graphic {
    stroke: #2a8cfe;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}
.underline-link span {
    display: inline-block;
    margin-bottom: 2px;
}
/* animating the underline ends */
.underline-link,
.underline-link:hover {
    color: #2a8cfe;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 20px;
}
.sdp-fixed-banner {
    display: none;
}
.banner-cta {
    text-align: center;
    margin-top: 20px;
}
.banner-cta.yellow-cta.red_cta_btn {
    margin-bottom: 30px;
}
.banner-cta a {
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    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.yellow-cta a {
    color: #000;
    background: #fbc84a;
    border: 1px solid #fbc84a;
}
.banner-cta.yellow-cta.red_cta_btn a {
    color: #fff;
    background: #e9142b;
    border: 1px solid #e71b33;
    padding: 12px 40px;
    border-radius: 4px;
}
.banner-cta.yellow-cta a:hover {
    text-decoration: none;
    box-shadow: 0 7px 18px -12px #33333387;
}
.banner-cta 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)
}
.banner-cta 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
}
.banner-cta a:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.banner-cta a:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.ft-rhs-download-banner-pamp {
    background: #d9eefb;
    position: relative;
    padding: 40px;
    z-index: 1;
    border-radius: 12px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 30px auto;
    border: 1px solid #b8dbf3;
}

.ft-rhs-download-banner-pamp:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 310px;
    height: 100%;
    display: block;
    background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png) no-repeat;
    background-size: 700px;
    background-position: -267px -242px;
    opacity: 0.3;
}
.ft-rhs-download-banner-pamp .ft-rhs-dwn-inner h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.5;
}
.ft-rhs-download-banner-pamp h3 span {
    display: block;
    font-size: 24px;
    margin-bottom: 7px;
}
.ft-rhs-dwn-img-circle-pamp {
  
    position: absolute;
   
}

.ft-rhs-dwn-img {
    background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png);
    background-position: -432px -21px;
    background-size: 720px;
    width: 213px;
    height: 225px;
    position: absolute;
    right: 45px;
    bottom: -1px;
    z-index: 1;
}
.ft-rhs-download-banner-pamp .btn-wrapper a {
    color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 600;
}
.ft-rhs-download-banner-pamp .btn-wrapper a:hover {
    text-decoration: none;
}

.ft-rhs-download-banner-pamp .btn-wrapper .dwn_red_btn {
    background: #e9142b;
    margin-right: 20px;
}
.ft-rhs-download-banner-pamp .btn-wrapper .dwn_green_btn {
    background: #8bbc34;
}
.ft-rhs-download-banner-pamp .btn-wrapper .dwn_yellow_btn {
    background: #f4ca62;
    color: #000;
    min-width: 120px;
    text-align: center;
}
.btn-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-cta.yellow-cta a {
    color: #000;
    background: #fbc84a;
    border: 1px solid #fbc84a;
    padding: 12px 45px 12px 16px;
    font-size: 16px;
    font-weight: 600;
    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::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 {
    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 span {
    position: relative;
}
.banner-cta a span::before,
.banner-cta a span::after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 3px;
    position: absolute;
    margin: 2px 19px;
    top: 7px;
}
.banner-cta a span::before {
    right: -37px;
}
.banner-cta a span::after {
    right: -31px;
}
.banner_txt_list_mob {
    display: none;
}
/* Media query starts */

@media screen and (max-width: 1300px) {
    .banner_txt_list ul li {
        width: unset !important;
    }
}
@media screen and (max-width: 1025px) {
    .banner_section {
        flex-wrap: wrap;
    }
    .banner_container {
        padding: 70px 0 0px;
    }
    .pill-shape {
        padding: 15px 0;
        width: 400px;
    }
    .banner_section .banner_txt_left {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .banner_section .banner_right_image {
        max-width: 100%;
    }
    .banner_txt_list ul {
        width: 100%;
        display: block;
        margin: 0px 0 0px;
    }
    .banner_txt_list ul li {
        width: 130px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .banner_txt_list ul li:last-of-type {
        width: 100%;
    }
    .banner_section .banner_txt_left h1 {
        font-size: 36px;
    }
    .ben_list ul li {
        font-size: 14px;
    }
    .sof_sec_list ul li:last-of-type {
        margin-top: 10px;
    }
    .sdp_txt p {
        font-size: 16px;
    }
    .green_overlay_bg {
        border-radius: 150px 150px 0 0;
    }
    .ft-rhs-download-banner-pamp {
        padding: 14px 40px 20px 40px;
    }
    .ft-rhs-download-banner-pamp .ft-rhs-dwn-inner h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }
    .ft-rhs-download-banner-pamp h3 span {
        font-size: 23px;
    }
    .ft-rhs-download-banner-pamp .btn-wrapper .dwn_red_btn {
        margin-right: 15px;
    }
    .ft-rhs-dwn-img {
        background-position: -328px -11px;
    background-size: 550px;
    width: 166px;
    height: 177px;
    right: 15px;
    }
}
@media screen and (max-width: 992px) {
    .banner_section .banner_txt_left h1 {
        font-size: 28px;
    }
    .ben_list h3 {
        font-size: 24px;
    }
    .banner_container {
        padding: 70px 0 0px;
        overflow: hidden;
    }
    .banner_img {
        margin-bottom: -30px;
    }
    .banner_txt_list {
        display: none;
    }
    .banner_txt_list_mob {
        display: block;
    }
    .banner_txt_list_mob h4 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin-top: 0;
    }
    .banner_list_mob {
        margin-bottom: 60px;
    }
    .banner_list_mob ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .banner_list_mob ul li {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding-left: 30px;

    }
    .banner_list_mob ul li::before {
        content: "";
        background: url(/sites/default/files/patch_manager_plus/images/lp-management-sprite.png) no-repeat;
        background-position: -210px -26px;
        background-size: 1000px 785px;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0px;
        top: -2px;
    }
    .banner_txt_list ul li {
        width: 165px;
    }
    .banner_txt_list ul li:last-of-type {
        width: auto;
    }
    .ft-rhs-download-banner-pamp {
        padding: 15px 30px 15px 15px;
    }
    .ft-rhs-download-banner-pamp .ft-rhs-dwn-inner h3 {
        font-size: 20px;
        text-align: center;
    }
    .ft-rhs-download-banner-pamp h3 span {
        font-size: 18px;
    }
    .ft-rhs-dwn-img-circle-pamp {
        width: 130px;
    }
   
    .btn-wrapper {
        gap: 10px;
        justify-content: center;
    }
    .ft-rhs-download-banner-pamp .btn-wrapper .dwn_yellow_btn {
        min-width: 80px;
    }
    .ft-rhs-dwn-img, .ft-rhs-download-banner-pamp:after {
        display: none;
    }

   
}
@media screen and (max-width: 767px) {
    .ft-rhs-download-banner-pamp {
        max-width: 250px;
        margin: 30px auto;
    }
    .ft-rhs-dwn-img {
        display: none;
    }
    .ft-rhs-download-banner-pamp:after,
    .ft-rhs-dwn-img-circle-pamp,
    .ft-rhs-dwn-img {
        display: none;
    }
    .ft-rhs-download-banner-pamp {
        padding: 15px 15px 24px 15px;
        max-width: 250px;
        border-radius: 0;
        margin: 30px auto;
    }
    .ft-rhs-download-banner-pamp .ft-rhs-dwn-inner h3 {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .ft-rhs-download-banner-pamp h3 span {
        font-size: 18px;
    }
    .ft-rhs-download-banner-pamp .btn-wrapper a {
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ft-rhs-download-banner-pamp .btn-wrapper .dwn_red_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
  
    .ft-rhs-download-banner-pamp h3 span {
        display: block;
    }
    .system_list ul {
        flex-wrap: wrap;
        gap: 40px;
        column-gap: 60px;
    }
}
@media screen and (max-width: 600px) {
    .banner_container,
    .benefit_sec_container,
    .green_overlay_bg,
    .incident_tools,
    .opm-main,
    .sdp_pricing_container {
        padding: 70px 0;
    }
    .banner_container {
        padding: 70px 0 0px;
        background: #d2e7fa;

    }
    .banner_section .banner_txt_left .it_sys_bg p {
        font-size: 16px;
    }
    .banner_section .banner_txt_left h1 {
        font-size: 26px;
    }
    .ben_list h3 {
        text-align: center;
    }
    .ben_list h3 br {
        display: none;
    }
    
    .ben_list ul li {
        margin-bottom: 20px;
    }
    .case_studies_container {
        padding: 70px 0 0 0;
    }
    .opm_tab .per50 {
        width: 100%;
    }
    .banner_section .banner_txt_left h1 {
        text-align: center;
    }
    .banner_section .banner_txt_left {
        align-items: center;
    }
    .benefit_section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ben_img {
        max-width: 100%;
    }
    .ben_list {
        margin-top: 30px;
    }
    .free_soft_section h3,
    .case_section h3,
    .sdp_txt h3,
    .sdp_fea h3,
    .incident_section h3,
    .opm_tab h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    .sdp_txt p {
        font-size: 14px;
    }
    .sof_sec_list ul li {
        margin-top: 20px;
    }
    .sof_sec_list ul li:first-of-type {
        margin-top: 0;
    }
    .sof_sec_list ul li:last-of-type {
        margin-top: 20px;
    }
    .compare_card {
        flex-wrap: wrap;
    }
    .compare_card .compare_img {
        max-width: 100%;
        padding: 30px 0;
    }
    .compare_card .compare_txt {
        max-width: 100%;
    }
    .green_overlay_bg {
        border-radius: 0;
    }
}
@media screen and (max-width: 500px) {
    .banner_section .banner_txt_left h1 {
        font-size: 28px;
    }
    .banner_section .banner_txt_left p {
        margin-top: 0px;
    }
    .compare_card .compare_txt {
        padding: 20px;
    }
    .material-cta {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .banner_txt_list_mob h4 {
        font-size: 20px;
    }
    .banner_list_mob ul {
        gap: 20px;
    }
    .banner_list_mob ul li {
        font-size: 14px;
    }
    .logo_container h3 {
        font-size: 24px;
    }
    .benefit_section {
        gap: 20px;
    }
    
}
@media screen and (max-width: 400px) {
    .banner_container {
        padding: 70px 0 0px;
    }
    .banner_section .banner_txt_left h1 {
        font-size: 24px;
    }
    .banner_section_cta a {
        font-size: 14px;
    }
    
}
@media screen and (max-width: 340px) {
    .ben_list h3 {
        font-size: 18px;
    }
    .sdp_fea h3 {
        margin: 20px 20px;
    }
}