/* Product Detail page css  */
.detail-pg-sec-img.active:hover {
    opacity: 0.8;
}
.gallery-youtube-player .i_video_box
{
    order: 1;
}
.youtube-player:hover .ytp-large-play-button-bg, .youtube-player .play:hover .ytp-large-play-button-bg,
.gallery-youtube-player:hover .ytp-large-play-button-bg, .gallery-youtube-player .play:hover .ytp-large-play-button-bg,
.slider-youtube-player:hover .ytp-large-play-button-bg, .slider-youtube-player .play:hover .ytp-large-play-button-bg,.video_thum .play:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}
.gallery-youtube-player iframe, .slider-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.detail-pg-sec-btns span:hover,
.detail-pg-sec-btns span.active {
    background-color: #073463;
}
/* Features section css ends */

/* Awards section css starts */
.detail-pg-awards-sec, .detail-pg-alt {
    overflow-x: auto;
    white-space: nowrap;
}
.detail-pg-awards-sec.d-flex{
    gap: 26px;
}
.detail-pg-sec--awards .slides-arrow-prev {
    left: -3.8%;
}
/* Awards section css ends */

/* Ratings section css starts */
.details-ratings-user div:first-child {
    width: 20%;
}
.details-ratings-user .details-ratings-user-val {
    font-size: 24px;
}
.details-ratings-user div:nth-of-type(2) ul li p {
    width: 120px;
    height: 4px;
    background: rgba(168, 168, 168, 0.2);
}
.details-ratings-user div:nth-of-type(2) ul li > span {
    width: 30%;
}
.details-ratings-user div:nth-of-type(2) ul li p span {
    height: 4px;
    background: #2F4964;
}
.details-ratings-user div:nth-child(3) {
    flex-basis: 28%;
    padding-left: 15px;
}
.details-ratings-pros,
.details-ratings-cons {
    flex: 1;
    padding: 24px;
}
.details-ratings-pros {
    background: rgba(66, 190, 101, 0.1);
}
.details-ratings-cons {
    background: rgba(253, 131, 101, 0.1);
}
.details-ratings-pros p span:nth-child(2), .details-ratings-cons p span:nth-child(2) {
    width: 100%;
}
.usr-sntimnts p span:nth-child(2) {
    width: 100%;
}
/* Ratings section css ends */

/* Contact section css starts */
.details-pg-sec-vendor {
    width: 28%;
}
.details-pg-sec-contact {
    width: 34%;
}
.details-pg-sec-media {
    width: 38%;
}
.media-fb-icon,
.media-yt-icon,
.media-twit-icon,
.media-inst-icon,
.media-linkedin-icon,
.media-google-icon,
.media-apple-icon{
    width: 25px;
    height: 20px;
    zoom: 0.9;
    position: relative;
    top: 6px;
}
.media-fb-icon {
    background-position: -137px -4px;
}
.media-yt-icon {
    background-position: -137px -82px;
}
.media-twit-icon {
    background-position: -137px -30px;
}
.media-inst-icon {
    background-position: -137px -108px;
}
.media-linkedin-icon {
    background-position: -137px -56px;
}
.media-google-icon {
    background-position: -164px -4px;
}
.media-apple-icon {
    background-position: -165px -31px;
}
/* Contact section css ends */

.detail-pg-alt {
    width: 100%;
    margin: auto;
}
#integrations .detail-pg-int, #group-products .detail-pg-int
{
    height: 354px;
    overflow: hidden;
}
#integrations .slides-arrow-next,
#group-products .slides-arrow-next,
#integrations .slides-arrow-prev,
#group-products .slides-arrow-prev{
    top: 47%;
}
#integrations .detail-pg-int-sec-data a img,
#group-products .detail-pg-int-sec-data a img
{
    padding: 7px;
}
#alternatives .slides-arrow-prev,
#alternatives .slides-arrow-next{
    top: 47%;
}
#integrations .detail-pg-int-sec-data a img{
    padding: 7px;
}
.detail-pg-int-sec-data {
    flex: 0 316px;
    width: calc(100% - 48px);
    align-items: center;
    padding: 12px;
    height: 68px;
}
.alt_rating{
    height: 16px;
}
.detail-pg-alt-head a {
    border: 1px solid #1069C9;
}
.detail-pg-sec--alternatives .video_thum {
    align-items: flex-start;
}
/* Customers section css starts */
.detail-pg-customer-sec {
    width: 142px;
    height: 92px;
    margin-top: 20px;
}
.detail-pg-customer-sec img {
    max-height: 100%;
    object-fit: contain;
}
/* Customers section css ends */
/* Integrations section css starts */
#integrations.detail-pg-sec,
#group-products.detail-pg-sec
{
    padding: 24px;
}
#integrations .detail-pg-int-sec-data,
#group-products .detail-pg-int-sec-data  
{
    width: calc(100% - 48px);
    align-items: center;
}
#integrations .detail-pg-int-sec-data:nth-child(3n),
#group-products .detail-pg-int-sec-data:nth-child(3n)
{
    margin-right: 0px;
}
#integrations .detail-pg-int-sec,
#group-products .detail-pg-int-sec
{
padding: 0px;
}
/* Integrations section css ends */
/* Grid report css starts */
.detail-pg-dropdown {
    width: 240px;
    box-sizing: border-box;
}
.detail-pg-dropdown select, .detail-pg-dropdown i {
    color: #004387;
}
.detail-pg-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 32px;
    padding: 3px 10px;
    outline: 0;
    border: 1px solid #004387;
}
.detail-pg-dropdown i {
    font-size: 18px;
    right: 10px;
    bottom: 6px;
    z-index: 1;
}
/* Grid report css ends */

/* Product pricing - three column css starts */
.banner-sec-product--no-awards .banner-sec-product-detail {
    width: 65%;
}
.pricing-sec-head-info {
    padding: 5px 12px;
    margin-left: 30px;
}
.pricing-sec-head-details .sprite-icon.credit-card-red {
    width: 32px;
    height: 24px;
    background-position: -2px -731px;
    zoom: 0.8;
}
.pricing-sec-head-details .sprite-icon.credit-card {
    width: 32px;
    height: 24px;
    background-position: -2px -1825px;
    zoom: 0.8;
}
.pricing-sec {
    margin-bottom: 40px;
}

/* Switch button css starts */
.price-switch .switch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 10px;
    margin: 0px 16px;
}
input#price_toggle {
    display: inline-block;
    -webkit-appearance: none;
}
.price-switch .t-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    -webkit-transition: .4s;
    background-color: #ffffff;
    border: 1px solid #2F4964;
    border-radius: 34px;
}
.price-switch .t-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -1px;
    bottom: -5px;
    background-color: #409FFF;
    border: 1px solid #2F4964;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.price-switch input:checked + .t-slider:before {
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    background-color: #409FFF;
    border: 1px solid #2F4964;
}
.price_tag_month.active,
.price_tag_year.active {
    color: #409fff;
}
/* Switch button css ends */

/* Pricing page css start  */
.pricing-sec-data {
    width: 256px;
}
.pricing-sec-data.premium_recommended {
    border: 2px solid #FDB653;
    border-radius: 3px;
    border-bottom-width: 6px;
    position: relative;
}
.pricing-sec-data.premium_recommended .premium-recommended-flag {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
}
.pricing-sec-data.premium_recommended .premium-recommended-flag-label {
    width: 115px;
    height: 24px;
    background: #FDB653;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}
.pricing-sec-data.premium_recommended .premium-recommended-flag-tail {
    border-top: 12px solid #FDB653;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #FDB653;
    width: 0;
}
.premium-banner {
    width: 100%;
    margin-bottom: 25px;
    height: 220px;
    background-color: lightgray;
    position: relative;
}
.premium-banner .premium-banner-play {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
    cursor: pointer;
}
.premium-banner img {
    object-fit: cover;
}
.pricing-sec-data-val {
    border-bottom: 1px solid #E0E0E0;
    background: #F9F9F9;
    padding: 24px;
}
#pricing .slides-arrow-next, 
#pricing .slides-arrow-prev{
    top: 50%;
}
.pricing-sec-data-val .d-grey-blue {
    font-size: 32px;
}
.pricing-sec-data-list {
    padding: 0px 15px 15px 15px;
}
.pricing-sec-data-list ul li span:nth-of-type(2) {
    width: 85%;
}
.pricing-sec-data-list > p:not(:last-child):not(:has(strong)) {
    font-size: 14px;
    line-height: 18px;
    color: #2F4964;
    font-style: italic;
}
.pricing-sec-data-list p{
    font-size: 14px;
    margin-top: 16px;
}
.pricing-sec-data-list p:nth-child(2) {
    margin: 16px 0;
}
.pricing-sec-data-list ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}
.pricing-sec-data-list ul li{
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px;
}
.pricing-sec-data-list li::before {
    content: ''; 
    display: block;
    width: 22px; 
    height: 22px;
    background-image: url('https://www.91-cdn.com/saasworthy-cdn/saasworthy-new/public/images/web/Icons-sprite.svg?v=9');
    background-repeat: no-repeat;
    background-size: auto; 
    position: absolute;
    top: 0; 
    left: 0;
    background-position: -57px -130px;
    zoom: 0.9;
}

.pricing-sec-data-list ul li{
    font-size: 14px;
    line-height: 20px;
}
.pricing-media-screenshots {
    width: 100%;
    max-height: 500px;
    border: 5px solid #E0E0E0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 78.01%, #FFFFFF 100%);
    overflow-y: clip;
}
.pricing-media-screenshots:after {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    bottom: 0px;
    left: 0px;
}
.pricing-media-screenshots.hide_lyr:after {
    height: 0;
}
.pricing-media-screenshots span {
    width: 19px;
    height: 18px;
    background-position: -58px -84px;
    right: 12px;
    bottom: 12px;
    z-index: 1;
}
.pricing-sec-head div:nth-child(2){
    flex-basis: 60%;
} 
.pricing-sec-four-col .pricing-sec-data-val {
    height: 95px;
}
.pricing-col {
    gap: 12px;
}
/* pricing page css end  */

/* Product reviews section css starts */
.details-ratings-user div:nth-child(2) {
    margin: 0;
    flex-basis: 30%;
}
.usr-sntimnts {
    flex-basis: 24%;
    padding-left: 15px;
    margin-right: 35px;
}
/* Product reviews page css ends */

/* Gallery popup css starts */
#premium-banner-popup {
    z-index: 99999!important;
}
.premium-badge-bg {
    width: 78px;
    height: 21px;
    background: linear-gradient(180deg, #FDDA75 0%, #FEC935 100%);
    border-radius: 10.5px;
    align-content: center;
}
.premium-badge-separator {
    border-right: 1px solid rgba(156, 174, 193, 0.6);
    height: 24px;
}
.detail-pg-gallery, .premium-banner-popup {
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
}
.detail-pg-gallery .gallery-close, .premium-banner-popup .gallery-close {
    right: 40px;
    top: 30px;
    font-size: 32px;
    position: absolute;
}
.detail-pg-gallery-inner, .premium-banner-popup-inner {
    top: 90px;
}
.details-pg-gallery-left, .details-pg-gallery-right {
    font-size: 32px;
    flex: 0 1 auto;
}
.detail-pg-gallery-sec {
    flex: 0 1 60%;
    background-color: #fff;
}
.premium-banner-popup-content {
    flex: 0 1 60%;
    text-align: center;
}
.detail-pg-gallery-sec-img {
    display: none;
    width: auto;
    height: 368px;
    margin: 0 auto;
}
.detail-pg-gallery-sec-img.active {
    display:  block;
}
.gallery-youtube-player.active {
    overflow: unset;
    display: flex;
    flex-direction: column;
}
.detail-pg-gallery-sec-img img {
    object-fit: contain;
}
.detail-pg-gallery-thumbnails {
    top: 18%;
    margin: 0 auto;
}
.thumb_list
{
    max-width: 100%;
}
.detail-pg-gallery-thumbnails::-webkit-scrollbar {
    display: none;
  }
.detail-pg-gallery-thumbnails:hover::-webkit-scrollbar {
    display: unset;
  }
.gallery-thumbnail-sec
{
    width: 85px;
    height: 85px;
    border: 1px solid transparent;   
}
.gallery-thumbnail-sec{
    border: 1px solid #7c7b7b;
}
.gallery-thumbnail-sec.active, .gallery-thumbnail-sec:hover {
    width: 85px;
    height: 85px;
    border: 1px solid #fff;
}
.horizontal-scroll {
    white-space: nowrap;
    width: 80%;
    overflow-x: auto; 
    position: relative;
}
.horizontal-scroll::-webkit-scrollbar {
    height: 12px;
}
.horizontal-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Gallery popup css ends */

#videos .video_thum span
{
    width: calc(998px / 5);
}
#screenshots .video_thum span
{
    width: calc(998px / 5);
}
#awards .video_thum span img
{
    width: auto;
    border-radius: 5px;
    border: 0px;
}
.video_thum span:last-child
{
    margin-right: 0px;
}
.video_thum > span img
{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb;
}
#articles .video_thum > a img {
    width: 100%;
    height: 155px;
}
#articles .video_thum > a {
    width: calc(1018px / 4);
    margin-right: 20px;
    text-decoration: none;
}
.obj-fit-contain {
    object-fit: scale-down;
    height: 130px;
}
.obj-fit-scale{
    object-fit: scale-down;
}

/* Disclaimer section  */
.disc_div {
    font-size: 14px;
    margin-top: 15px;
}
.disc_div a {
    color: #046fa2;
    text-decoration: none;
}
/* Disclaimer section end */

.social_med {
    min-width: 121px;
}
#grid{
    padding: 24px 0px;
}
#grid h2{
    padding: 0px 32px;
}
.details-ratings-reviews ul li span, .usr-sntimnts p span:nth-child(2)  {
    width: fit-content;
}

/* Product card  */
.product_card {
    border: 1px solid #e0e0e0;
    padding: 24px 12px;
    width: 318px;
    min-height: 177px;
}
.product_card a img,
.product_card span img {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    object-fit: contain;
    padding: 7px;
}
.product_card.sponsored {
    width: 316px;
    border-left: 4px solid #1069c9;
}
.product_card.sponsored .spons-text {
    right: 10px;
    top: 10px;
}
.product_card.sponsored .spons-text .tooltip-desc {
    width: 100px;
    top: 160%;
    left: -742%;
}
.product_card.sponsored .spons-text .tooltip-desc:before {
    right: 11%;
}
.product_card .sprite-icon.info-grey {
    width: 14px;
    height: 14px;
    background-position: -2px -430px;
    top: 3px;
}
.product_card .sw-score {
    top: -10px;
}
.product_card div span {
    white-space: normal;
}
.product_card div span::first-letter {
    text-transform: capitalize;
}
.product_card div a,
.product_card div span {
    margin-right: 15px;
}
.product_card div span:nth-child(2) {
    white-space: normal;
    text-transform: lowercase;
    min-height: 55px;
}
/* Product card css end  */

/*===write a review ====*/
.rwbtn {
    text-align: center;
    font-size: 14px;
    background: #083463;
    padding: 11px 14px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    color: #fff;
    width: fit-content;
    font-weight: 700;
}
.rwbtn:hover {
    background: #ff9b04;
}
.lg_write_icn {
    background-position: -198px -70px;
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    transform: scale(1.3);
}
/* Review btn css end  */

/* Grid loader css  */
.pdp-grid-loader {
    position: absolute;
    top: 37.5%;
    left: 47.2%;
    width: 62px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
    radial-gradient(farthest-side,#f0ac46 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#f0ac46);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100%{transform: rotate(1turn)}
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
.pdp-grid-loader-text{
    color: #666;
    font-size: 21px;
    font-weight: 700;
    background: none;
    position: relative;
    left: 10px;
    right: 0;
    margin: auto;
    top: 320px;
    bottom: 0;
    height: 21px;
    text-align: center;
    padding: 9px;
}
/* Grid loader css end  */

/* FAQ section css starts */
.accordion {
    width: 720px;
    border: 1px solid #e0e0e0;
    padding: 24px;
}
.accordion .accordion-content {
    display: none;
}
.accordion.open .accordion-content {
    display: block;
    padding-top: 15px;
}
.accordion.open .accordion-content ul,
.accordion.open .accordion-content ol {
    padding-left: 20px;
}
.accordion-content p {
    margin-bottom: 10px;
}
.accordion-content a {
    color: #1069c9;
}
.accordion-content a:hover {
    color: #0a628a;
}
.accordion-title,
.accordion-content {
    font-size: 14px;
}
.accordion-content a {
    text-decoration: none;
}
/* FAQ section css ends */

/* Read-more-less css  */
.list-results-sec-mid-desc {
    max-height: 62px;
    overflow-y: hidden;
}
.list-results-sec-mid-desc.show-more-content{
    max-height: none;
}
/* Read-more-less css end */

/*===write a review ====*/
.inner_poppanel .close {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 32px;
    height: 27px;
    opacity: 0.3;
}
.inner_poppanel .close:before {
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.inner_poppanel .close:hover {
    opacity: 1;
}
.close:after {
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.write_rw_pop {
    padding: 0 20px;
}
.wrt-rw-head {
    margin: 20px 0 15px;
    overflow: hidden;
}
.wrt-rw-head .left {
    float: none !important;
    margin-left: 90px;
    overflow: hidden;
}
.wrt-rw-img {
    width: 70px;
    height: 70px;
    border: solid 1px #eeeeee;
    display: grid;
    place-items: center;
    float: left;
    margin-right: 20px;
    position: relative;
}
.wrt-rw-img img {
    width: 100%;
}
span.wrt-rw-txt {
    font-size: 16px;
    font-weight: 500;
    float: left;
    display: block;
}
.m-sticky-tabs {
    display: none;
}
.banner-sec-product-details:not(:has(input, label)) + .pricing-desc {
    margin-top: -18px;
}
.sprite-icon.product-dislike-icon, .sprite-icon.product-like-icon {
    width: 12px;
    height: 12px;
    transform: scale(1.7);
    vertical-align: middle;
}
.sprite-icon.product-like-icon {
    background-position: -248px -94px;
}
.sprite-icon.product-dislike-icon {
    background-position: -266px -95px;
    opacity: .8;
}
#reviews .like-bttn {
    border: 1px solid #c1c1c1;
    padding: 11px 20px;
}
#reviews .dislike-bttn {
    border: 1px solid #c1c1c1;
    padding: 11px 20px;
}
#reviews .like-bttn:hover {
    background: rgba(66, 190, 101, 0.1);
    border: 1px solid rgba(66, 190, 101, 0.1);
}
#reviews .dislike-bttn:hover {
    background: rgba(253, 131, 101, 0.1); 
    border: 1px solid rgba(253, 131, 101, 0.1);
}
#reviews .like-bttn, #reviews .dislike-bttn {
    width: 110px;
    text-align: center;
    transition: all 0.3s linear;
    box-sizing: border-box;
}
.feedback-box {
    margin-top: -17px;
}
/* Like-dislike btn css end */

.related-section-li {
    font-size: 14px;
    line-height: 16px;
    color: #046fa2;
    font-weight: 500;
    list-style-type: disc;
    padding-left: 5px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
}
.related-section-li a {
    color: #046fa2;
    text-decoration: none;
}
#features .detail-pg-info-catgry {
    flex: 0 0 45%;
}
#features .detail-pg-info-bar {
    flex: 0 0 80px;
}
.card_dis a {
    color: #1169c9;
}
.downloads-sec img {
    display: block;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px 0;
}
.downloads-sec .btn {
    border: 1px solid #1069c9;
}
.detail-pg-downloads-sec-data .card_dis {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 44px;
}
#downloads .video_thum .detail-pg-downloads-sec-data {
    width: calc(1018px / 4);
    text-decoration: none;
}
#downloads .video_thum a img {
    width: 100%;
    height: 155px;
}

/* Checkbox Styling CSS  */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: solid 1px #c6c6c6;
    border-radius: 4px;
}
.styled-checkbox:hover + label:before {
    background: #fff;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #073463;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #111;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.styled-checkbox:checked + label:after {
    background: #fff;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
}
/* Checkbox Styling CSS End */

.pricing-media-screenshots span img {
    width: 100%;
    height: 100%;
}

/*===write a review ====*/
.inner_poppanel .close {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 32px;
    height: 27px;
    opacity: 0.3;
}
.inner_poppanel .close:before {
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.inner_poppanel .close:hover {
    opacity: 1;
}
.close:after {
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.write_rw_pop {
    padding: 0 20px;
}
.wrt-rw-head {
    margin: 20px 0 15px;
    overflow: hidden;
}
.wrt-rw-head .left {
    float: none !important;
    margin-left: 90px;
    overflow: hidden;
}
.wrt-rw-img {
    width: 70px;
    height: 70px;
    border: solid 1px #eeeeee;
    display: grid;
    place-items: center;
    float: left;
    margin-right: 20px;
    position: relative;
}
.wrt-rw-img img {
    width: 100%;
}
span.wrt-rw-txt {
    font-size: 16px;
    font-weight: 500;
    float: left;
    display: block;
}
.wrt-rw-titl {
    font-size: 30px;
    display: block;
    float: left;
    font-weight: 500;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.rw-desc {
    font-size: 16px;
    color: #454545;
    font-weight: 500;
    border-bottom: solid 2px #f7f7f7;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.rw-desc strong {
    font-weight: 600;
}
.rw-form {
    margin: 10px 0 0;
}
.rw-from-row {
    overflow: hidden;
    border-bottom: solid 1px #f7f7f7;
    margin: 10px 0;
    padding: 0 0 10px;
}
.rw-fld-ttle {
    font-size: 14px;
    color: #454545;
    font-weight: 500;
    float: left;
    display: block;
    width: 200px;
    text-align: left;
}
.rw-fld-ttle span {
    color: red;
}
.star_bg {
    background-color: #fff;
    padding: 0 10px 7px;
    float: left;
    width: 295px;
}
div#cke_review-comment {
    width: 519px;
}
.cke_chrome {
    display: block;
    border: 1px solid #b6b6b6;
    padding: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.cke_reset {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: static;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.cke_inner {
    display: block;
    -webkit-touch-callout: none;
    background: #fff;
    padding: 0;
}
.banner-sec-product + div:nth-child(2) {
    min-width: 36%; 
}
.rw-txtarea {
    height: 250px;
    padding: 10px;
    margin-left: -10px;
}
/*===write a review css end====*/