#rdy-container {
  max-width: 100%;
  }

.search-result-block {
  width: 77.5%;
}

.search-content-padding {
  padding-left: 17px;
  padding-right: 17px;
}


#crsapp .row {
  max-width: 60rem !important;
}

#crsapp.cr-search-full-width .row {
  max-width: 100% !important;
}

#crsapp .result-right {
  width: 73.66667%;
}

#crsapp .cont-left {
  width: 26.33333%;
}

#rdy-content {
  width: 100%;
  padding: 30px 0px 30px 0px;
}

.float-product-info, .float-product-info-mob {
  display: none !important;
}

.float-product-info.active {
  display: block !important;
}

.float-product-info .float-product-info-box {
  background: #0a4176;
  max-width: 280px;
}

.float-product-info .float-product-info-box .float-box-head {
  background: #1879B9;
  padding: 5px 10px;
  text-align: left;
}

.float-product-info .float-product-info-box .float-box-head h2 {
  font-size: 16px;
  color: #fff;
}

.float-product-info .float-product-info-box .float-box-content {
  background: #1879B9;
  padding: 15px 10px;
}

.float-product-info .float-product-info-box .float-box-content h2 {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.float-product-info-mob .float-box-content h2 {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

.float-product-info-mob .float-box-content h1 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.float-product-info .float-product-info-box .float-box-content p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.float-product-info-mob .float-box-content p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.float-product-info .float-product-info-box .float-box-content p.float-product-link
{
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.float-product-info-mob .float-box-content p.float-product-link {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.float-product-info .float-product-info-box .float-box-content p.float-product-link a
{
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border-bottom: 1px solid transparent;
}

.float-product-info-mob .float-box-content p.float-product-link a {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border-bottom: 1px solid transparent;
}

.float-product-info .float-product-info-box .float-box-content p.float-product-link a:active,
.float-product-info .float-product-info-box .float-box-content p.float-product-link a:focus,
.float-product-info .float-product-info-box .float-box-content p.float-product-link a:hover
{
  border-color: #ffffff;
  outline: none;
}

.float-product-info-mob .float-box-content p.float-product-link a:active,
.float-product-info-mob .float-box-content p.float-product-link a:focus,
.float-product-info-mob .float-box-content p.float-product-link a:hover
{
  border-color: #ffffff;
  outline: none;
}

.float-product-info-mob .float-box-content p.float-product-link a:active,
.float-product-info-mob .float-box-content p.float-product-link a:hover
{
  outline: 0;
}

.float-product-info-fixed {
  position: fixed;
  top: 5%;
}

.float-product-info-mob {
  background: #0a4176;
  margin-bottom: 30px;
}

.float-product-info-mob .float-box-content {
  padding: 50px 30px 30px;
  max-height: 377px;
  overflow: hidden;
}

.float-product-info.float-product-info-desktop {
  display: block;
  float: right;
  width: 21%;
}

.float-product-info-mob {
  display: none;
}

.search-result-full-width {
  width: 100%;
}

@media only screen and (max-width:1024px) {
  .float-product-info.float-product-info-desktop {
    display: none;
  }
  .float-product-info-mob {
    display: none;
  }
  .float-product-info-mob.active {
    display: block !important;
  }
  .float-product-info.float-product-info-desktop.active {
    display: none !important;
  }
  .search-result-block {
    width: 100%;
  }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
  .float-product-info.float-product-info-desktop {
    display: none;
  }
  .float-product-info-mob .float-box-content {
    padding: 15px 20px 0px;
    width: 75% !important;
  }
  .float-product-info-mob .float-box-content h1 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
  }
  .float-product-info-mob .float-box-content h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .float-product-info-mob .float-box-content p {
    padding-top: 10px;
  }
  .float-product-info-mob .float-box-content p.float-product-link a {
    font-size: 12px;
  }
  .float-product-info-mob .float-box-image {
    width: 25% !important
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .float-product-info-mob .float-box-content {
    padding: 15px 25px 5px;
    width: 75% !important;
  }
  .float-product-info-mob .float-box-content p {
    padding-bottom: 5px;
    padding-top: 7px;
  }
  .float-product-info-mob .float-box-content h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .float-product-info-mob .float-box-content p.float-product-link a {
    font-size: 12px;
  }
  .float-product-info-mob .float-box-content h1 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .float-product-info-mob .float-box-image {
    width: 25% !important
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .float-product-info-mob .float-box-image {
    display: none;
  }
  .float-product-info-mob .float-box-content {
    width: 100%;
  }
  .float-product-info-mob .float-box-content h1 {
    padding-bottom: 10px;
  }
  .float-product-info-mob .float-box-content {
    padding: 15px 15px 5px;
  }
  .float-product-info-mob .float-box-content h1 {
    font-weight: bold;
    font-size: 18px;
  }
}
.rdy-sm-btn-container {
  display: inline-block;
  height: 24px;
  vertical-align: top;
}
.rdy-sm-txt {
  color: #aaa;
}
.rdy-sm-txt a {
  font-size: .85rem;
  text-decoration: none;
}

.pageheading {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
.text-centered {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Marketo iframe */
#mktoIframeCont {
  display: none;
  width: 100%;
  min-height: 1060px;
  height: auto;
}
#mkto_success {
  display: none;
}
.reqMoreLink {
  cursor: pointer;
}
#rdy-prod-details {
  position: relative;
}
#mktoOverlay {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url(images/ajax-loader.gif) no-repeat center center;
}


@font-face {
    font-family: "Citrix New Sans";
    src: url("admin/fonts/CitrixNewSans-Regular.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Bold";
    src: url("admin/fonts/CitrixNewSans-Bold.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Bold.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Light";
    src: url("admin/fonts/CitrixNewSans-Light.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Light.woff") format("woff");
}

@font-face {
    font-family: "Citrix New Sans Semibold";
    src: url("admin/fonts/CitrixNewSans-Semibold.woff") format("woff2"),
        url("admin/fonts/CitrixNewSans-Semibold.woff") format("woff");
}

@media only screen and (max-width:1024px) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        #mktoIframeCont>iframe {
            height: 100%;
            width: 300px;
        }

        body.prevent-scroll {
            overflow-x: hidden;
            overflow-y: hidden;
        }

        .img-workday{

        height:50px;
        }
    }
}



html {
    scroll-behavior: smooth;
}

body .rdy-product-details-template {
    font-family: 'Citrix New Sans', Arial, Helvetica, sans-serif;
}

body .rdy-product-details-template ul,
body .rdy-product-details-template li {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;

}

body .rdy-product-details-template p {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    line-height: 30px;
}

body.prevent-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.marketoclass body#bodyId {
    padding: 15px;
}

.modal-open:nth-child(2) {
    display: none;
}

body  .marketoclass #rdy-prod-details.modal-open {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 15px;
    overflow-y: scroll;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	background: url(images/loader-rolling.gif) center no-repeat #fff;
}

body  .marketoclass #rdy-prod-details.modal-open .row.review-submit {
    width: unset;
    margin: 0;
    max-width: unset;
}

body  .marketoclass #rdy-prod-details.modal-open .row.collapse {
    width: unset;
    margin: 0;
    max-width: unset;
}

#mktContent .lpeRegForm .callMeCont label {
    padding-left: 0;
}

.rdy-product-details-template .primary-button {
    font-size: 15px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
}

.rdy-product-details-template .pdf-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rdy-product-details-template .marketoclass{
display:flex;
}
#developer-partner:hover {
    background-color: #1879b9;
    color: #ffffff;
}
.prevent-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

.rdy-product-details-template .unicode-img {
    margin: 0 8px;
}

.rdy-product-details-template .more-details {
    float: right;
}

.rdy-product-details-template .microapp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(112, 112, 112, .20);

    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 210px;
    margin-bottom: 40px;
}

   .img-workday{
        height:50px;
        }

.rdy-product-details-template #microapps-section .microapp-container:last-child {
    margin-bottom: 0px;

}

.rdy-product-details-template .image-micro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
        height: 67%;
        align-items: center;
        align-content: center;
}

.rdy-product-details-template .btn-content {
    margin-left: 10px;
}

.rdy-product-details-template .contact-btn {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #007CD2;
}

.rdy-product-details-template .approval-para {
    margin-top: 16px;
}

.rdy-product-details-template .outer-covering {
    padding: 6px;
    text-align: center;

}

.rdy-product-details-template .updates-section {
    margin: 0;
}

.rdy-product-details-template .updates-section p {
    font-size: 14px;
    line-height: 24px;
    color: #F2F6F8;
    margin-bottom: 0;
    padding-bottom: 0;
}
.rdy-product-details-template .cmtxHeaderCont{
background:none !important;
}

.cmtx_comments_heading{
display:none !important;
}

.rdy-product-details-template .cmtxCommentBox{

    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif !important;
}

.rdy-product-details-template .likes-p {
    font-size: 14px;
    line-height: 24px;
    color: #F2F6F8;
}

.rdy-product-details-template .like-section {
    /* display:flex;
       justify-content: center;*/
    display: none;
}

.rdy-product-details-template .update-section {
    border-bottom-left-radius: 12px;
    background-color: #3B3333;
    border: 1px solid rgba(112, 112, 112, .26);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    height: 33%;
display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.rdy-product-details-template .content-card {
    border-bottom-right-radius: 12px;
    /* border-top-left-radius: 12px; */
    border-top-right-radius: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 16px;
}

.rdy-product-details-template .content-card .approval {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    padding-bottom: 0;
}

.rdy-product-details-template .comment-arrow {
    margin-left: 10px;
}

.rdy-product-details-template #integration-section {
/*
    display: none;
*/
}

.rdy-product-details-template .integrate-container {
    background: #F0F0F0;
    border-radius: 12px;
    height: 100%;
    padding: 24px;
    margin-right: 15px;
    margin-bottom: 25px;
}
.rdy-product-details-template .integration-container {
    margin-top: 10px;
}

.rdy-product-details-template .integration-head p {
    font-size: 24px !important;
    color: black;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.rdy-product-details-template .integration-para {
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

.rdy-product-details-template h1 {
    font: normal 40px "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    color: #3f4042;
    margin-bottom: 8px;
}

.rdy-product-details-template h3 {
    font: normal 16px/19px "Citrix New Sans", Arial, Helvetica, sans-serif;
    color: #3f4042;
    margin-bottom: 10px;
    margin-top: 0;
}


.rdy-product-details-template h4 {
    font: 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 8px 0 1px 0;
}

.rdy-product-details-template a,
.rdy-product-details-template .ctx-tiny-link,
.rdy-product-details-template .ctx-emphasis-link,
.rdy-product-details-template .ctx-color-blue {
    color: #0090da;
    text-decoration: none;
    outline: none;
}

.rdy-product-details-template .hr {
    display: inline-block;
}

.rdy-product-details-template .hr:after {
    content: '';
    display: block;
    border-top: 1px solid #D2D2D2;
    margin-bottom: 15px;
    margin-top: 12px;
}

.rdy-product-details-template #reviews-section .hr:after {
    content: '';
    display: block;
    border-top: 2px solid #D2D2D2;
    margin-top: 12px;
}

.rdy-product-details-template #rdy-container {
    max-width: 100%;
    background-color: #F8F8F8;
}

.rdy-product-details-template .rdy-prod-detailing li {
    font: normal 16px "Citrix New Sans", Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.rdy-prod-detailing ul li strong {
  margin-left: -0.5em;
}

.rdy-product-details-template .prod-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 31px;
    padding-right: 31px;
}

.rdy-product-details-template #prod-content {
    width: 100%;
    /*  padding: 30px 0px 0px 0px;*/
    background: #F8F8F8;
}

.rdy-product-details-template .spacing-container-outer {
    padding: 16px 0px 0px 0px;
}

.rdy-product-details-template .spacing-container {
    padding: 40px 0px 0px 0px;
}

.rdy-product-details-template .spacing-fixes {
    padding: 40px 0px 40px 0px;
}

.rdy-product-details-template #prods-content {
    width: 100%;
    background: #F8F8F8;
}

.rdy-product-details-template #details-content {
    width: 100%;
    background: #FFFFFF;
}

.rdy-product-details-template .details-content {
    width: 100%;
    background: #FFFFFF;
}

.rdy-product-details-template .rdy-prod-copy {
    margin: 0;
}

.rdy-product-details-template .ctx-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 16px;
    padding-right: 16px;
}

.rdy-product-details-template .welcome-img {
    width: 18px;
    height: 21.25px;
}

.rdy-product-details-template .arrow-white {
    margin-top: 10px;
}

.rdy-product-details-template .nav-list:hover {
    border-bottom: 5px solid #2071C5;
    padding-bottom: 20px;
}

.rdy-product-details-template .video-box:last-child {
    float: left !important;
}

.rdy-product-details-template .t-sectioning ul li {
    margin-bottom: 20px;
}

.rdy-product-details-template .t-sectioning ul li:last-child {
    margin-bottom: 0px;
}

.rdy-product-details-template .live-list {
    padding: 20px 20px;
}

.rdy-product-details-template #summary-section .marketoclass #rdy-prod-details {
    width: 44%;
    background-color: #f8f8f8;
    z-index: 0 !important;
}

.rdy-product-details-template .close.icon-close.marketomodal {
    cursor: pointer;
    position: absolute;
    right: 20vw;
    z-index: 90000000;
    top: 100px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    padding: 10px;
}

.rdy-product-details-template .modal-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.rdy-product-details-template .close:before {
    display: none !important;
}

.rdy-product-details-template #rdyMktoReqButton {
    font-size: 15px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
}

.rdy-product-details-template .marketoclass #compatibility-section {
    display: none;
}

.rdy-product-details-template #details-content .mktoOverlay {
    right: 126px;
    left: unset;
}

.rdy-product-details-template .details-content .mktoOverlay {
    right: 126px;
    left: unset;
}

.rdy-product-details-template #table-section {
    max-width: 100%;
    overflow-x: scroll;
}

.rdy-product-details-template .rsBreadcrumb {
    margin-bottom: 16px;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBreadcrumb li:first-child {
    margin-left: 0;
}

.rdy-product-details-template .rsBreadcrumb li {
    list-style: none;
    display: inline-block;
}

.rdy-product-details-template .rsBcSeparator {
    color: #63666A;
    font-size: 14px;
    margin: 0 8px;
}

.rdy-product-details-template .rsBcLink {
    color: #2071C5;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsResultHeads h1 {
    font-size: 40px;
    line-height: 60px;
}

.rdy-product-details-template .rsBcSep {
    margin: 0 5px;

    color: #2071C5;
}

.rdy-product-details-template .rsBreadcrumb-section {
    margin-bottom: 16px;
    font-size: 12px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .product-name h1 {
    font-size: 54px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000000;
    line-height: 60px;
}

.rdy-product-details-template h2 {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 48px;
    font-family: "Citrix New Sans";
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -0.01em;
    line-height: 48px;
    text-align: left;
    color: #000;
    margin-bottom: 16px;
}

.rdy-product-details-template h2.white {
    color: #fff;
}

.rdy-product-details-template h2.white.compatibility {

    width: 326px;
    height: 40px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 40px;
    text-align: left;
    color: #fff;

}

.rdy-product-details-template .rsBcLinking {
    color: #2071C5;
    font-size: 16px;
    line-height: 18px;
    font-family: "Citrix New Sans", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBcSeparator-cont {
    font-size: 16px;
    font-family: "Citrix New Sans", Arial, Helvetica, sans-serif;
    margin: 0px 10px;
    color: #2071C5;
}

.rdy-product-details-template .notified-container {
    display: block;

}

.rdy-product-details-template .badges-container {
    width: 100%;
    margin-bottom: 16px;
}

.rdy-product-details-template .verifiedHci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.rdy-product-details-template .notified-icon {
    z-index: 1;
}

.rdy-product-details-template .notified-container img.badges {
    max-width: 90px;
    margin-right: 10px;
}

.rdy-product-details-template .notified-button {
    border: 1px solid white;
    border-radius: 20px;
    background: white;
    padding: 5px 10px 5px 40px;
    margin-left: -40px;
}

.rdy-product-details-template .notified-button span {
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #2071C5;
}

.rdy-product-details-template #rdy-prod-img {
    margin-top: 24px;
    background: #fff;
    width: 389px;
    height: 100%;
    border-radius: 12px;
}

.rdy-product-details-template #img-partner-product-logo {
    max-width: 100%
}

.rdy-product-details-template .rdy-prod-copy p {
    font-size: 16px;
    line-height: 30px;
    padding: 24px 0 0 0;
}

.rdy-product-details-template .rqt-more-info-btn {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 40px;
}

.rdy-product-details-template .rqt-more-info-btn .ctx-button {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 5px;
    width: auto;
    min-width: 3rem;
    border-radius: 5rem;
    background-color: #1879b9;
    color: #ffffff !important;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template .rsBreadcrumb-section li {
    list-style: none;
    display: inline-block;
}

.rdy-product-details-template .container-section {
    width: 390px;
}

.rdy-product-details-template .designation-footer h4 {
    line-height: 24px;
}

.rdy-product-details-template .designation-footer p {
    font-size: 14px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.rdy-product-details-template .events-container {
    background: #ffffff;
    border-radius: 12px;
    height: 100%;
    padding: 16px 24px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.rdy-product-details-template .events-head p {
    font-size: 14px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
}


.rdy-product-details-template .date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.rdy-product-details-template .date-container img {
    margin: 0 5px 0 0;
}

.rdy-product-details-template .date-container p {
    font-size: 14px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    margin-top: -2px;
    padding-bottom: 0;

}

.rdy-product-details-template .webinar-containers p {
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.rdy-product-details-template .register-container p {
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #2071C5;
    padding-bottom: 0;
}

.rdy-product-details-template .register-container img {
    margin: 0 0 0 5px;
}

.rdy-product-details-template .compatibility-container {
    background: #2071C5;
    border-radius: 12px;
    height: 100%;
    padding: 24px;
    margin-right: 15px;
    margin-bottom: 16px;
}

.rdy-product-details-template .screenshot-box:last-child {
    float: left !important;
}

.rdy-product-details-template .comb-cont {
    padding: 0px 25px 0 0;
}

.rdy-product-details-template .compatibility-container h2 {
    color: #ffffff;
    line-height: 40px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: 24px;

}

.rdy-product-details-template .comb-cont li {
    list-style: none;
    font-size: 16px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.rdy-product-details-template .accordion-img {
    padding: 10px;
    background: url("master/images/Arrow-accord.png") no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 12px 0 0 0;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.rdy-product-details-template .accordionclose-img {
    padding: 10px;
    display: block;
    background: url("master/images/Arrows-down.svg") no-repeat;
    width: 20px;
    height: 20px;
    margin: 12px 0 0 0;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}


.rdy-product-details-template .content-combatibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rdy-product-details-template .product-version {
    display: block;
    margin-left: 20px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.rdy-product-details-template .navBottomBar {
    width: 100%;
    background: #EDEDED;
    padding: 25px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100000;
}

.rdy-product-details-template .navBottomBar li:first-child {
    margin-left: 0px;
}

.rdy-product-details-template .navBottomBar li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

.rdy-product-details-template .haschild a {
    font-size: 20px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 32px;
}

.rdy-product-details-template .haschild a:hover {
    border-bottom: 4px solid #2071C5 !important;
}

.rdy-product-details-template .video-box {
    width: 305px !important;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    background: #2071C5;
    margin: 0 10px 10px 0;
}

.rdy-product-details-template .screenshot-box {
    width: 285px;
    border: 2px solid #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-right: 18px;
}

.rdy-product-details-template .screenshot-container {
    background: #F8F8F8;
}

.rdy-product-details-template .screenshot {
    background: white;
    padding: 15px;
}

.rdy-product-details-template #features-section {
    background: #6C9E00;
}

.rdy-product-details-template .features-container h2 {
    color: #FFFFFF;
    font-family: "Citrix New Sans Bold", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template #features-section a {
    color: blue;
}

.rdy-product-details-template #resources-section {
    background: #2071C5;
}

.rdy-product-details-template .resources-container h2 {}

.rdy-product-details-template .designation-footer {
    display: none;
    font-size: 16px;
    padding: 15px;
    color: #FFFFFF;
}

.rdy-product-details-template .arrow-es {
    margin-left: 15px;
    width: 18px;
    height: 16px;
}

.rdy-product-details-template .pdf-cont {
    margin-right: 8px;
}

.rdy-product-details-template .li.resourcesli a {
    margin-right: 15px;
}

.rdy-product-details-template .content {
    margin: 8px 0 8px 0;
}

.rdy-product-details-template .list {
    font-size: 24px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 36px;
}

.rdy-product-details-template .outer-context-container {
    margin-top: 24px;
}

.rdy-product-details-template .section-areas {
    width: 8%;
    float: left;
}

.rdy-product-details-template .section-area {
    width: 22%;
    float: left;
}

.rdy-product-details-template .section-areas-review {
    width: 27%;
    float: left;
}

.rdy-product-details-template .section-arears {
    width: 62%;
}

.rdy-product-details-template .cover-container {
    display: block;
}

.rdy-product-details-template .t-sectioning {
    line-height: 30px;
    text-align: left;
}

.rdy-product-details-template .screenshot-areas {
    width: 57%;
    float: left;
}

.rdy-product-details-template .section-areaf {
    width: 32%;
    float: left;
}

#features-section h1.section-arear-resource,
#features-section div.list-lines-features {
    color: white !important;
}

.rdy-product-details-template .section-arear-resource {
    display: inline-block;
}

.rdy-product-details-template .section-arear-resource:after {
    content: '';
    display: block;
    border-top: 1px solid #ffffff;
    margin-top: 12px;
}

.rdy-product-details-template .list-lines-features ul {
    margin-top: 20px;
    padding-left: 18px;
    color: white;
    font-size: 20px;
    font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.rdy-product-details-template .list-lines-features ul li {
    margin-bottom: 20px;
}

.rdy-product-details-template .list-lines-features ul li:last-child {
    margin-bottom: 0px;
}

.rdy-product-details-template .t-section p {
    margin-bottom: 10px;
    padding: 10px 30px 10px 0;
}

.rdy-product-details-template .btn-left {
    margin-top: 40px;
}

.rdy-product-details-template .list-lines-resource ul {
    list-style: none;
}

.rdy-product-details-template .section-area h2 {
    font-size: 40px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 48px;
}

.rdy-product-details-template .rdy-prod-detailing ul {
    padding-left: 17px;
}

.rdy-product-details-template .t-sectioning ul {
    padding-left: 20px;
}

.rdy-product-details-template .search-result-block {
    width: 100%;
}

.rdy-product-details-template .search-content-padding {
    padding-left: 17px;
    padding-right: 17px;
}

.rdy-product-details-template .rdy-prod-detailing {
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    line-height: 40px;
}

body .rdy-product-details-template p {
    padding-bottom: 8px;
}

.rdy-product-details-template #crsapp .row {
    max-width: 60rem !important;
}

.rdy-product-details-template #crsapp.cr-search-full-width .row {
    max-width: 100% !important;
}

.rdy-product-details-template #crsapp .cont-left {
    width: 26.33333%;
}

.rdy-product-details-template .table-container {
    margin-bottom: 40px;
}

.rdy-product-details-template .table-container table {
    margin: 0 auto;
    width: 100% !important;
}

.rdy-product-details-template .table-container table td {
    padding: 8px 7px !important;
    border: 1px solid #CECECE;
    border-left: none;
    border-right: none;
    background-color: #FFF;
    text-indent: 0px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    color: #000000;
    width: 705px;
    height: 40px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;

}

.rdy-product-details-template .table-container table td strong {
    color: #000000;
    font-family: "Citrix New Sans Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;

}

.rdy-product-details-template .table-container table .pass-sec {
    font-size: 16px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
}

.rdy-product-details-template #rdy-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
    background: #F8F8F8;
}

#reviews-section.row {
    margin: 0;
}


#reviews-section h2.hr {
    width: 314px;
    height: 48px;
    font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -0.01em;
    letter-spacing: -0.01em;
    line-height: 48px;
    text-align: left;
    color: #000;
}

.rdy-product-details-template span.openclose {
    cursor: pointer;
}

li.resourcesli a {
    line-height: 32px !important;
}

@media only screen and (max-width: 992px) {
    .rdy-product-details-template .img-micro {
        width: 50px;
    }

    .rdy-product-details-template .navBottomBar {
        display: none;
    }

    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 768px) {
.rdy-product-details-template .marketoclass{
display:block;
}
.rdy-product-details-template #developer-partner{
width:150%;
}
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}

.img-workday{
border-top-left-radius: 0px;
margin:0;
}
 .rdy-product-details-template .microapp-container {
        display: block;
        border: none;
           height: 100% !important;
    }

    .rdy-product-details-template .updates-section {
        margin: 0;
    }

    .rdy-product-details-template .image-micro-container {
        padding: 24px;
    }



    .rdy-product-details-template .content-card {
        border-bottom-left-radius: 12px;
        border-top-right-radius: 0px;
        margin-bottom: 32px;
    }

    .rdy-product-details-template .update-section {
        border-bottom-left-radius: 0;
    }

    .rdy-product-details-template .micro-cover {
        border-bottom-right-radius: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    .rdy-product-details-template .outer-context-container-advan {
        margin-top: 25px;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 95vw !important;
    }

    img.events-img.logout-img {
        width: 14px;
        height: 42px;
    }

    body .rdy-product-details-template #resources-section li {
        font-size: 16px;
    }

    #resources-section span.list {
        font-size: 16px !important;
    }
}

.rdy-product-details-template .likeDislike {
    font-size: 16px;
    margin-bottom: 2px;
    color: #999999;
    line-height: 40px;
}

.rdy-product-details-template .commentsText p {
    font-size: 16px;
    margin-bottom: 2px;
    color: #999999;
    line-height: 40px;
}

.rdy-product-details-template .commentBy {
    display: block;
    color: #999999;
    font-size: 16px;
}

@media only screen and (max-width: 1300px) {
    .rdy-product-details-template .screenshot-box {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .rdy-product-details-template .slick-prev {
        left: -20px !important;
    }

    .rdy-product-details-template .screenshot-box:first-child {
        margin-left: 18px;
    }

    .rdy-product-details-template .section-areas-review {
        width: 30%;
        float: left;
    }
}

@media only screen and (max-width: 1100px) {
    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }
}

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

    .rdy-product-details-template .medium-1 {
        width: 8.33333%;
    }

    .rdy-product-details-template .medium-2 {
        width: 16.66667%;
    }

    .rdy-product-details-template .medium-3 {
        width: 25%;
    }

    .rdy-product-details-template .medium-4 {
        width: 33.33333%;
    }

    .rdy-product-details-template .medium-5 {
        width: 41.66667%;
    }

    .rdy-product-details-template .medium-6 {
        width: 50% !important;
    }

    .rdy-product-details-template .medium-7 {
        width: 58.33333%;
    }

    .rdy-product-details-template .medium-8 {
        width: 66.66667%;
    }

    .rdy-product-details-template .large-9 {
        width: 75%;
    }

    .rdy-product-details-template .medium-10 {
        width: 83.33333%;
    }

    .rdy-product-details-template .medium-11 {
        width: 91.66667%;
    }

    .rdy-product-details-template .medium-12 {
        width: 100%;
    }

    .rdy-product-details-template .rsResultHeads {
        word-break: break-word;
    }
}


@media only screen and (max-width: 1023px) {
    .rdy-product-details-template .unicode-img {
        display: none;
    }

    .rdy-product-details-template .events-container {
        margin: 24px 0 0px 0;
    }

    #reviews-section h2.hr {
        width: 314px;
        height: 48px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 32px;
        letter-spacing: -0.01em;
        letter-spacing: -0.01em;
        line-height: 48px;
        text-align: left;
        color: #000;
    }

    .rdy-product-details-template h2 {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: 48px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 32px;
        letter-spacing: -0.01em;
        line-height: 48px;
        text-align: left;
        color: #000;
        margin-bottom: 16px;
    }


    .rdy-product-details-template .rdy-prod-copy p {
        padding: 24px 16px;
    }

    .rdy-product-details-template .list {
        font-size: 16px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        line-height: 28px;
    }

    .rdy-product-details-template .section-arear {
        width: 22%;
        float: left;
    }

    .rdy-product-details-template h1 {
        font-size: 32px;
    }

    .rdy-product-details-template .rsResultHeads h1 {
        font-size: 40px;
    }

    .rdy-product-details-template .compatibility-container {
        float: none;
        margin: 24px 0 32px 0;
    }

    .rdy-product-details-template .integrate-container {
        float: none;
        margin: 24px 0 32px 0;
    }

    .rdy-product-details-template .section-areas-review {
        width: 28%;
    }

    .rdy-product-details-template .search-result-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rdy-product-details-template #rdy-prod-details {
        padding: 0px;
    }

    .rdy-product-details-template .screenshot-box {
        width: auto;
    }

    .rdy-product-details-template .screenshot-box:first-child {
        margin-left: 18px;
    }

    .rdy-product-details-template .slick-prev {
        left: -20px !important;
    }

    .rdy-product-details-template .screenshot-areas {
        width: 73%;
    }

    .rdy-product-details-template .rqt-more-info-btn {
        text-align: left;
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .rdy-product-details-template .cover-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.rdy-product-details-template .rdy-prod-details-wrap:nth-child(2n) {
    display: none;
}

.rdy-product-details-template div#rdy-prod-details #compatibility-section {
    display: none;
}

.rdy-product-details-template .modal {
    z-index: 99999999;
}

.rdy-product-details-template .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.rdy-product-details-template .close:hover {
    opacity: 1;
}

.rdy-product-details-template .close:before,
.rdy-product-details-template .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.rdy-product-details-template .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rdy-product-details-template .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .rdy-product-details-template .large-1 {
        width: 8.33333%;
    }

    .rdy-product-details-template .large-2 {
        width: 16.66667%;
    }

    .rdy-product-details-template .large-3 {
        width: 25%;
    }

    .rdy-product-details-template .large-4 {
        width: 33.33333%;
    }

    .rdy-product-details-template .large-5 {
        width: 41.66667%;
    }

    .rdy-product-details-template .large-6 {
        width: 50%;
    }

    .rdy-product-details-template .large-7 {
        width: 58.33333%;
    }

    .rdy-product-details-template .large-8 {
        width: 66.66667%;
    }

    .rdy-product-details-template .large-9 {
        width: 75%;
    }

    .rdy-product-details-template .large-10 {
        width: 83.33333%;
    }

    .rdy-product-details-template .large-11 {
        width: 91.66667%;
    }

    .rdy-product-details-template .large-12 {
        width: 100%;
    }

    .rdy-product-details-template .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }
    .rdy-product-details-template .column.large-centered,
    .rdy-product-details-template .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .rdy-product-details-template .column.large-uncentered,
    .rdy-product-details-template .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .rdy-product-details-template .column.large-centered:last-child,
    .rdy-product-details-template .columns.large-centered:last-child {
        float: none;
    }

    .rdy-product-details-template .column.large-uncentered:last-child,
    .rdy-product-details-template .columns.large-uncentered:last-child {
        float: left;
    }

    .rdy-product-details-template .column.large-uncentered.opposite,
    .rdy-product-details-template .columns.large-uncentered.opposite {
        float: right;
    }

    body #marketo-bg-overlay.rdy-bg-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
        z-index: 9999999;
    }

    body  .marketoclass #rdy-prod-details {
        width: 100%;
        margin: 0 auto;
        z-index: 9999999;
    }

    body .rdy-product-details-template.rdy-product-details-template #mktoIframeCont {
        margin-bottom: 50px;
    }

    body .rdy-product-details-template.rdy-product-details-template #mktoIframeCont iframe {
        height: 100%;
    }
}

#mktContent.mktEditable .lpContentsItem.rawHtmlSpan {
    padding: 5px 8px !important;
}

#mktContent .lpeRegForm .mktField {
    padding: 10px 8px 2px !important;
}


@media only screen and (max-width: 993px) {
    .rdy-product-details-template .navBottomBar {
        display: none;
    }

    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rdy-product-details-template .section-arear {
        width: 30%;
        float: left;
    }

    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .rqt-more-info-btn .ctx-button {
        padding: 10px 325px;
        font-size: 15px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        text-align: center;
        text-decoration: none;
        margin-bottom: 5px;
        width: auto;
        min-width: 3rem;
        border-radius: 5rem;
        background-color: #1879b9;
        color: #ffffff !important;
    }
}


@media only screen and (max-width: 768px) {
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}
.img-workday{
border-top-left-radius: 0px;
}
 .rdy-product-details-template .microapp-container {
           height: 100% !important;
    }
    .rdy-product-details-template .navBottomBar {
        display: none;
    }
    .rdy-product-details-template .prod-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .rdy-product-details-template .primary-button {
        margin-top: 20px !important;
    }

    .rdy-product-details-template .section-areas-review {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .section-arear {
        width: 35%;
        float: left;
    }

    .rdy-product-details-template .close.icon-close.marketomodal {
        right: 12vw;
    }

    .rdy-product-details-template .modal-content {
        width: 60vw;
    }

    .rdy-product-details-template .hr:after {
        content: '';
        display: block;
        border-top: 1px solid #D2D2D2;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .rdy-product-details-template h2.hr,
    #reviews-section h2.hr {
        width: 343px;
        height: auto;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 24px;
        letter-spacing: -0.01em;
        line-height: 32px;
        text-align: left;
        color: #000;
        margin-bottom: 0;

    }

    .rdy-product-details-template h2.hr.white {
        width: 292px;
        height: 28px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;
    }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*
 .rdy-product-details-template .content {
     margin-top: 0;
 }
 .rdy-product-details-template .content {
     padding: 5px 0;
 }*/

    .rdy-product-details-template .outer-context-container {
        margin-top: 25px;

    }

    .rdy-product-details-template .ctx-container {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: initial !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 576px) {
 .rdy-product-details-template .microapp-spacing{
margin-bottom:50px !important;
}
    .rdy-product-details-template .microapp-container {
        height: 450px;
    }
    .rdy-product-details-template .approval-para {
        margin: 24px 0;
    }

    .rdy-product-details-template .notified-button {
        border: 1px solid white;
        border-radius: 20px;
        background: white;
        padding: 0 0 0 40px;
        margin-left: -40px;
    }

    .rdy-product-details-template .spacing-fixes {
        padding: 32px 0px 32px 0px;
    }

    .rdy-product-details-template .spacing-container {
        padding: 32px 0px 0px 0px;
    }


    .rdy-product-details-template .resources-container h2 {
        color: #FFFFFF;
        font-size: 32px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        width: 292px;
        height: 28px;
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;

    }

    .rdy-product-details-template h2.white.compatibility {
        width: 292px;
        height: 28px;
        font-family: "Citrix New Sans Semibold", Arial, Helvetica, sans-serif;
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 28px;
        text-align: left;
        color: #fff;
    }

    .rdy-product-details-template .section-arear {
        width: 85%;
        float: left;
    }

    .rdy-product-details-template .screenshot-areas {
        width: 95%;
    }

    .rdy-product-details-template .table-container table td {
        padding: 8px 7px !important;
        border: 1px solid #CECECE;
        border-left: none;
        border-right: none;
        background-color: #FFF;
        text-indent: 0px;
        color: #000000;
        width: 449px;
        height: 28px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        color: #000;

    }

    .rdy-product-details-template h1 {
        font-size: 24px;
    }

    .rdy-product-details-template .rsBreadcrumb {
        margin-bottom: 20px;
    }

    .rdy-product-details-template .rsResultHeads h1 {
        font-size: 32px;
        font-family: "Citrix New Sans Light", Arial, Helvetica, sans-serif;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .rdy-product-details-template .notified-container {
        margin: 15px 0;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 93vw !important;
    }

    .rdy-product-details-template .cover-container {
        display: block;
    }

    .rdy-product-details-template .search-result-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 24px;
        width: 100%;
    }

    .rdy-product-details-template .rdy-prod-copy p {
        font-size: 16px;
        line-height: 28px;
        padding: 24px 0 0 0;
    }

    .rdy-product-details-template .section-areas {
        width: 20%;
    }

    .rdy-product-details-template .section-area {
        width: 50%;
    }

    .rdy-product-details-template .slick-prev {
        left: -12px !important;
    }

    .rdy-product-details-template .container-section {
        width: 100%;
    }

    .rdy-product-details-template .video-box {
        margin: 10px 10px 10px 10px;
    }

    .rdy-product-details-template .t-section p {
        margin-bottom: 10px;
        padding: 0;
    }

    .rdy-product-details-template .headfeature {
        font-size: 25px;
        line-height: 40px;
    }



    .rdy-product-details-template .outer-context-container-advan {
        margin-top: 25px;
    }


    .rdy-product-details-template .section-areas-review {
        width: 63%;
    }


    .rdy-product-details-template .slick-next {
        right: -12px;
    }

    .rdy-product-details-template .navBottomBar {
        display: none;
    }
}

@media only screen and (max-width: 490px) {
    .rdy-product-details-template .rsBreadcrumb li {
        margin-left: 0px;
    }

    .rdy-product-details-template #rdy-topnav.open .expanded-menu a:link,
    .rdy-product-details-template .expanded-menu a:visited,
    .rdy-product-details-template #rdy-topnav.open .expanded-menu a:hover {
        color: #000000;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 91vw !important;
    }
}

@media only screen and (max-width: 400px) {
    .rdy-product-details-template #rdyMktoReqButton {
        width: 90vw !important;
    }
}

@supports (-ms-ime-align: auto) {
    .rdy-product-details-template #rdyMktoReqButton {
        width: 20vw;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 35px;
        background: white;
        width: 389px;
        height: 100%;
        border-radius: 12px;
    }

    #reviews-section h2.hr {
        width: auto;
    }

    .img-workday {
        width: 100%;
    }

    .img-play {
        width: 32px;
    }

    .img-micro {
        width: 80px;
    }
}

@-moz-document url-prefix() {
    #reviews-section h2.hr {
        width: auto;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .img-workday {
        width: 100%;
    }
    .img-play {
        width: 32px;
        height: 165px;
    }

    .img-micro {
        width: 80px;
        height: 165px;
    }

    #reviews-section h2.hr {
        width: auto;
    }

    .rdy-product-details-template .compatibility-container {
        background: #2071C5;
        border-radius: 12px;
        height: 100%;
        padding: 40px 35px 30px;
        float: none;
        margin-right: 15px;
    }

    .rdy-product-details-template #rdyMktoReqButton {
        width: 20vw;
    }

    .rdy-product-details-template #rdy-prod-img {
        margin-top: 35px;
        background: white;
        width: 389px;
        height: 100%;
        border-radius: 12px;
    }
}

@media only screen and (min-width: 768px) and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .rdy-product-details-template .close.icon-close.marketomodal {
            cursor: pointer;
            position: absolute;
            right: 21vw;
            z-index: 90000000;
            top: 100px;
            width: 30px;
            height: 30px;
            opacity: 0.5;
            padding: 10px;
        }
    }

    .rdy-product-details-template .rdy-prod-copy {
        padding-right: 20px 20px 20px 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .rdy-product-details-template {
        cursor: auto;
    }

    .rdy-product-details-template .close.icon-close.marketomodal {
        position: absolute;
        right: 21vw;
        z-index: 90000000;
        top: 100px;
        width: 30px;
        height: 30px;
        opacity: 0.5;
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .rdy-product-details-template .caret-right-class {
        right: -24px !important;
    }

    .rdy-product-details-template .caret-left-class {
        left: -24px !important;
    }

    .rdy-product-details-template .microapp-container {
        height: 450px;
    }
}
.rdy-globalsearchform .rdy-globalsearchselector {
  border-bottom: 1px solid #c9c9c9;
}
.rdy-globalsearchform .rdy-globalsearchtypes .category1 span {
  white-space: nowrap;
}

.row-webinar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;    
    padding-bottom: 43px;
}

.row-webinar:before, .row-webinar:after {
    content: " ";
    display: table;
}

.footer-social{
    list-style: none;
    text-align: center;
    padding: 0;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .row-webinar {       
        padding-bottom: 130px;
	}
}

@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	.row-webinar {       
        padding-bottom: 90px;
	}
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    .row-webinar {       
            padding-bottom: 90px;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
	.row-webinar {       
        padding-bottom: 43px;
	}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
	.row-webinar {       
        padding-bottom: 43px;
	}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
	.row-webinar {       
        padding-bottom: 43px;
	}
}

_::-webkit-full-page-media, _:future, :root .row-webinar {
  padding-bottom: 0px;
}




.breadcrumbs li:last-child {
  padding-left: 5px;
}


.advantages-columns-more{
    column-count: 2;
}
.video-box{
    background: #ffffff;
}
#video-section-div img.slick-caret-class{
    top: 35%;
}
#video-section-div{
    margin-top: 34px;
    padding-bottom: 36px;
}
#video-section{
 width: 100%;
    background: #FFFFFF;
}

@media only screen and (max-width: 1032px) {
.screenshot-box:first-child {
    margin-left: 0px;
}

}

@media only screen and (max-width: 992px) {
.video-cont {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}
}
@media only screen and (max-width: 576px) {
.screenshot-box {
margin-right:0px;
}
}
@media only screen and (max-width: 360px) {
.caret-right-class {
    right: -24px !important;
}
.caret-left-class {
    left: -24px !important;
}
}

#tabs-sections{
    z-index: 99999999;
}

a.nav-list.active {
    border-bottom: 5px solid #2071C5;
    padding-bottom: 20px;
}
a.nav-list:hover {
    border-bottom: 5px solid #2071C5;
    padding-bottom: 20px;
}
html{
    scroll-behavior: smooth;
}
#rdy-download-button{
    float: left;
}
#rdy-download-button:hover{
    background-color: #1879b9;
    color: #ffffff;
}
@media only screen and (min-width:1024px){
    #rdy-download-button{
        margin-top: 24px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    #rdy-download-button{
        margin-top: 30px;
    }
}

@media only screen and (max-width:768px){
    #rdy-download-button{
        width: 100%;
    }
}

.readmorelesssummary {
    padding-top: 10px;
    color: rgba(32,113,197,1);
    cursor: pointer;
}
.readmorelesssummary span{
    position: relative;
    height: 32px;
    width: 32px;
    background: url(images/arrow-right-blue.png) no-repeat;
    display: inline-block;
    top: 18px;
    left: 10px;
}
.slick-initialized .slick-slide{
outline:none;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1 !important;
    font-weight: bold;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -45px;
}
.slick-slide img {
    display: block;
    width: 240px;
    height: 160px;
    margin:0 auto;
}



.slick-next, .slick-prev{
position: absolute;
    display: block;
    height: 50px;
    width: 25px;

    line-height: 0;
    font-size: 0;
    cursor: pointer;
   background-color: black !important;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 0.5;
    outline: none;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.slick-prev:before, .slick-next:before {
    color: white !important;
    opacity: 1;
}
/*
.slick-prev:before {
    content: "\E943" !important;
}
.slick-prev:before, .slick-next:before {
    font-family: "icomoon";
    font-size: 18px;
    line-height: 1;
    color: white !important;
    opacity: 0.5;
}
.slick-next:before {
 content: "\E911" !important;
}*/
.caret-right-class{
    right: -25px;
}

.caret-left-class{
    left: -45px !important;
}

.slick-caret-class{
    display: inline-block !important;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 43%;
    opacity: 0.6;
    z-index: 9999;
    cursor: pointer;
}
.slick-caret-class:hover {
    opacity: 1;
}
.modal{
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 99999999; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }

 .modal-content{
 width:60vw;
  background-color: #fefefe;
 margin: auto;
 padding:20px;
 border: 1px solid #888;
/* width: 80%;*/
 border: 1px solid rgb(204, 204, 204);
     border-radius: 4px;
 }

.screenshots-box-close.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;}
.screenshots-box-close.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5;}
button.screenshots-box-close.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}

#screenshotsTitle{
    padding-left: 0px;
    color: #000000;
}

/* .close.icon-close{
    background: url('../../../content/dam/ready/site/cancel.png') no-repeat;
    width: 50px !important;
    height: 50px !important;
    float: right;
 }*/

/*span.close.icon-close::after {
    content: "\00d7";
    font-size: 40px;
    cursor: pointer;
    float: right;
}*/
 .modal .modal-img-container{
     display: flex;
     justify-content: center;
     align-items: center;
     align-content: center;
     width:100%;
 }

button.screenshots-box-close.close{
     top: 0;
     right: 0;
     width: 28px !important;
     height: 28px !important;
}
button.screenshots-box-close.close+span{
    display: none;
}


.rdy-product-details-template .close:after{
    display: none !important;
}

 @media only screen and (max-width: 1023px) {
    .modal-content{
         width: 80%
    }
  }
 @media only screen and (max-width:1300px){
.caret-left-class {
    left: -30px !important;
}
}
 @media only screen and (max-width:1200px){
   .slick-slide img {
       display: block;
       width: 240px;
       height: 120px;
        margin:0 auto;
   }
}
  @media only screen and (max-width: 992px) {
  .caret-left-class {
      left: -20px !important;
  }
.caret-right-class {
    right: -20px !important;
}
.slick-slide img {
    display: block;
    width: 240px;
 height: 95px;
     margin: 0 auto;
}
}
 @media only screen and (max-width: 576px) {
 .slick-initialized .slick-slide{
 display:flex;
 justify-content:center;
 }
.slick-slide img {
    width: 100%;
    height: 160px;
        margin: 0 auto;
}
.modal,.modal-content{
display:none !important;
}
}

#resources-section span.list{
    line-height: 10px;
}

#resources-section span.list{
    font-size: 16px;
}

li.resourcesli {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.wrap{
display:flex;
}

.brochuresli, .referencesli, .whitepapersli {
    font-family: "Citrix New Sans";
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    padding-left: 0;
    color: #fff;
}

li.resourcesli a {
	color: white;
}

.resources-columns-more{
    column-count: 2;
}
  @media only screen and (max-width: 1023px) {

    li.resourcesli {
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
}

}


@media only screen and (max-width:768px){
    #resources-section span.list{
        font-size: 20px;
    }
    img.welcome-img.arrow-es{
        display: none;
    }
}


.rdy-product-details-template #details-section .rdy-prod-detailing ul{
/*     list-style: none;*/
     padding-bottom: 8px;
}
/*.rdy-product-details-template #details-section .rdy-prod-detailing ul li::before {
     content: "•";
     color: #2071C5;
     display: inline-block;
     width: 1em;
     margin-left: -0.5em;
     font-weight: bolder;
}*/

    .readmoreless {
    padding-top: 10px;
    color: rgba(32,113,197,1);
    cursor: pointer;
    margin-bottom:24px;

}

.readmoreless span{
    position: relative;
    height: 32px;
    width: 32px;
    background: url(images/arrow-right-blue.png) no-repeat;
    display: inline-block;
    top: 18px;
    left: 10px;
}
#compatibility-section .prodvideuct-version{
    padding-left: 22px;
    font-weight: 400;
}
.rdy-product-details-template h2.white.compatibility.microappscompatibility{
    height: 56px;
}
@media (min-width:768px){
.hidesummary{
    display: none;
}
.showsummary{
    display: block;
}
}

.microapp-container.microapp-spacing.autoheight {
    height: auto;
}

.scrollbar{
	margin-left: 30px;
	float: left;
	height: 120px;
	overflow-y: scroll;
	margin-bottom: 25px;
}


.scrollbar-custom::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar-custom::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar-custom::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


