.content > .container {
    font-size: 14px;
}

.wp-block-group{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.top-one{
    border: solid 1px #949494 !important;
    box-shadow: 0px 5px #949494 !important;
}
.wp-block-group{
    border: solid 1px #D6D6D6;
    box-shadow: 0px 5px #D6D6D6;
}

.wp-block-group:not(.top-one) .wp-block-image img{
    padding: 10px 10px;
}

.wp-block-columns:nth-child(1){
    margin-bottom: 0px;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1){
    margin-left: 0px;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > .wp-block-columns{
    margin-bottom: 0px;
    height:100%;
    background-color: #EFEFEE;
}

/* .wp-block-columns:nth-child(1):first-child > .wp-block-column:nth-child(1) > h2{
    color: #1564BF;
    font-weight: 700;
} */
body{
    counter-reset: section; 
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > h2:before{
    counter-increment: section;
    content: '#' counter(section);
    margin-right: 10px;
    padding: 2px 7px;
    text-align: center;
    color: #ffffff;
    border-radius: .25rem;
    font-size: .75em;
    font-weight: 700;
}

.rating{
    background-color: #EFEFEE;
    margin-left: 0px !important;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #BEBEBE;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFB401;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 16pt;
}

/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}

.rate-block {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wp-block-image{
    margin-top: 15%;
}
.rating h2{
    margin-bottom: 0px;
    text-align: center;
    font-size: 3.2em;
    margin-top: 40%;
    font-weight: bold;
}

.rating p{
    text-align: center;
    margin-bottom: 0px;
}
.color1{
    color: #1564BF;
}
.wp-block-image img {
    max-width: 70% !important;
    margin: auto;
    float: none;
    display: block;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0;
}

.conc-links{
    display: inline !important;
    text-decoration: none !important;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > h2{
    padding: 10px;
    background-color: #EFEFEE;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 27px;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2){
    background-color: #F7F7F7;
    margin-left: 0px;
    padding: 15px 8px;
}
.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2) > h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(3){
    margin-left: 0px;
    padding: 15px 8px;
}

.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(3) > h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
        color:#1564BF;
}

/*.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(3) .wp-block-button__link*/ 
        .buy-btn-desktop > .wp-block-button__link{
            color: #000 !important;
            background-color: #ffc107;
            border-color: #ffc107;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
            border-radius: 4px !important;
            padding: 6px 12px;
            width: 150px;
        }

        .buy-btn-desktop{
            float: right;
            margin-top: 20px;
        }

        .wp-block-buttons{
            display: inline !important;
        }

        .buy-btn-mobile > .wp-block-button__link{
            display: none;
        }

        .expandible > li i{
            content: '';
            display: inline-block;
            height: 13px;
            width: 13px;
            background-size: 13px 13px;
            margin-right: 0.5rem;
        }

        .pros li i{
            background-image: url(../img/check.svg);
        }
        .cons li i{
            background-image: url(../img/close-new.svg);
        } 
        .expandible{
            padding-left: 0.1rem;
        }
        .expandible li{
            list-style: none;
            padding-left: 1.28571429em;
            text-indent: -1.28571429em;
        }

/* .expandible > li:not(.expand):before{
            content: '';
            display: inline-block;
            height: 13px;
            width: 13px;
            background-size: 13px 13px;
            margin-right: 1rem;
} */

.expand, .showmore{
            cursor: pointer;
            color: #1564BF;
}

.top-one .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > h2:before{
    background-color:#1564BF !important; 
}
.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > h2:before{
    background-color: #434343;
}

/* h2{
    font-size: 1.875em;
} */

.wp-block-group{
    background-color: #ffffff;
}
.content{
    background-color: #F7F7F7;
}
.conc{
    overflow: hidden;
    margin-bottom: 0px;
}
.conc-links{
    cursor: pointer;
    color: #1564BF;
    text-decoration: underline;
}
.wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2) > .wp-block-buttons{
    display: none !important;
}

.top-one .wp-block-image img{
    max-width: 92% !important;
    margin-left: auto;
    margin-right: 0px;
}

    .star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
    }
    .star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    }
    .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
    }
    .star-ratings-sprite {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
    }
    .star-ratings-sprite-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
    }
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
    }
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
    }
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
    }

@media screen and (max-width:1023px) and (min-width:768px){
    
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2){
        flex-basis: 40% !important;
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1){
        flex-basis: 196px !important;
        flex-grow: 0 !important;
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(3){
        flex-basis: 30% !important;
    }
    /* .rating{
        margin-top: -55px !important;
    } */
    .rating h2{
        margin-top: 0px !important;
    }
    /* .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > .wp-block-columns > .wp-block-column{
        flex-basis:100% !important;
    }
    .wp-block-image{
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }  */
}

@media screen and (max-width:1024px) and (min-width:768px){
    .rate-block{
        width:70px !important;
    }
     
    .empty-stars:before, .full-stars:before{
        font-size:9pt !important;
    }
    footer .container p{
        display:block;
    }
}

/* Landscape */
@media screen and (min-width:600px) and (max-width:767px){ 
    .rating{
        background-color: none !important;
    }
    .wp-block-columns:nth-child(1)>.wp-block-column:nth-child(1)>.wp-block-columns{
        height: 100% !important;
    }

    .rating h2{
        margin-top: 0px !important;
    }
    footer .container p{
        display:block;
    }

}
@media screen and (max-width:599px){
    .rate-block{
        /* width:94px !important; */
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(3) .wp-block-button__link{
        display: none !important;
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(1) > .wp-block-columns{
        height: auto !important;
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2) > .wp-block-buttons{
        display: inline !important;
    }
    .rating{
        background-color: #ffffff !important;
    }
    .rating h2{
        margin-bottom: 5%;
        margin-top: 5%;
    }
    .main-title{
        margin: 4% 0;
    }
    .wp-block-columns:nth-child(1) > .wp-block-column:nth-child(2){
        background-color: #ffffff !important;
    }
    .wp-block-image img{
        max-width: 40% !important;
    }
    .wp-block-image{
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }
    .wp-block-group{
        /* -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
         border-radius: 0px !important;
        -webkit-border-top-left-radius: 10px !important;
        -webkit-border-top-right-radius: 10px !important;
        -moz-border-radius-topleft: 10px !important;
        -moz-border-radius-topright: 10px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important; */
        border:none;
    }
    .buy-btn-mobile{
        width:100%;
    }
    .buy-btn-mobile > .wp-block-button__link{
        color: #000 !important;
        background-color: #ffc107;
        border-color: #ffc107;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
        border-radius: 4px !important;
        padding: 6px 12px;
        width: 100%;
        display:block;
    }
    .top-one .wp-block-image img{
        margin-left: auto;
        margin-right: auto;
    }
    footer .container p{
        display:block;
    }
}


@media (min-width: 600px) and (max-width: 781px){
    .wp-block-column:not(:only-child) {
        flex-basis: calc(33% - 0em)!important;
        flex-grow: 1;
    }
    .empty-stars:before, .full-stars:before{
        font-size:10pt !important;
    }
}

/*@media only screen and (min-width: 1366px) and (orientation: landscape) { 
    .empty-stars:before, .full-stars:before{
        font-size:10pt !important;
    }
}*/

@media screen and (min-width: 1366px){ 
    .empty-stars:before, .full-stars:before{
        font-size:16pt !important;
    }
}