
.games.row .thumbnail {
    border: 4px solid #ccc;
    text-align: center;
    border-radius: 40px;
  
    position: relative;
}
.status {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #fff;
    border: 4px solid #ccc;
    padding: 4px;
    border-radius: 100%;
    margin: 0 auto;
}
.games.row p {
    font-weight: bold;
    margin: 20px 0px;
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.resposive-tab-custom h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 15px 15px;
    /* margin: 0 4px 0 0; */
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: #dedbdb;
    font-weight: normal;
    color: #888;
    border-right: 5px solid #fff;
    width: 25%;
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 32px;
    /* padding-left: 80px !important; */
    text-align: center;
    font-weight: bold;
}
.safe-secure {
    background-image: url(../images/tabicon1.png);
}

.more-efficent {
    background-image: url(../images/tabicon2.png);
    background-size: 25px !important;
}
.Multilingual {
    background-image: url(../images/tabicon3.png);
}
.refer-frnd {
    background-image: url(../images/tabicon4.png);
    background-size: 25px !important;
}
#parentHorizontalTab {
    margin-top: 20px !important;
}
.resp-tabs-list li:last-child{
    border-right: none;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff !important;
    clear: left;
    width: 100%;
    float: left;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 8px 0px #ccc;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 30px;
}

.resp-tab-active {
    border-bottom: none;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #19b2e5 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    position: relative;
}
.resp-tab-active::after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: -13px;
    left: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1700px) {
.resp-tabs-list li {
    padding-left: 70px !important;
}
}

@media only screen and (max-width: 1366px) {
.money-back-img {
    margin-left: -30px;
}
}

@media only screen and (max-width: 1199px) {
.super-str-upper-section h1 {
    font-size: 26px;
}  
.responsive-div-content h3 {
    font-size: 22px;
    margin-top: 0px;
}
.fludic-left h1 {
    line-height: 40px;
    font-size: 26px;
}
.fludic-left p {
    font-size: 18px;
    line-height: 28px;
}
.fludic-right h1 {
    line-height: 40px;
    font-size: 26px;
}
.fludic-right p {
    font-size: 18px;
    line-height: 28px;
}
.fludic-center img {
    width: 100%;
}
.fludic-center {
    top: -110px;
    width: 90%;
}
.resp-tabs-list li {
    padding-left: 50px !important;
    background-position: left 10px center;
    font-size: 17px !important;
}
.tab1-content h1 {
    line-height: 30px;
    font-size: 24px;
}
.tab1-content p {
    font-size: 17px;
    line-height: 28px;
}
.responsive-div-content p {
    font-size: 16px;
}
.responsive-div-img {
    height: 120px;
    width: 120px;
    padding: 28px 15px;
}
.responsive-div-img img {
    width: 70%;
}
.responsive-div-content {
    padding-top: 0px;
}
.tab1-content ul li {
    font-size: 15px;
    line-height: 35px;
    padding-left: 40px;
    background-size: 30px;
}
.analytic-1 {
    width: 100%;
    padding: 20px;
}
.analytic-1 img {
    width: 30%;
}
.analytic-1 h1 {
    font-size: 21px;
}
.analytic-1 p {
    font-size: 17px;
    line-height: 25px;
}
.money-back-content p {
    font-size: 19px;
    line-height: 28px;
}
.fluidic-design {
    margin-top: 40px;
}
}

@media only screen and (max-width: 991px) {
.resp-tab-active {
    font-size: 18px !important;
}
.resposive-tab-custom h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

#parentHorizontalTab {
    margin-top: 0px !important;
}
.resp-tab-content {
    padding: 20px;
}
.games.row .thumbnail {
    border-radius: 20px;
}
.status img {
    width: 10px;
}
.status {
    height: 30px;
    width: 30px;
    padding: 0px;
}
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

@media only screen and (max-width: 767px) {
.thumbnail img {
    width: 40%;
}
.game-desc-inner {
    margin: 0 auto;
}
.resp-tab-active::after {
    display: none;
}
.resp-accordion.hor_1 {
    background-color: #34495e;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
}
h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #fff;
}
.resposive-tab-custom h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.responsive-div-content {
    width: 100%;
    text-align: center;
}
.analytic-1 {
    margin: 10px 0px;
}
.tab1-img img {
    width: 40%;
}
.monay-back-inner {
    padding: 20px;
    display: block;
}
.money-back-img {
    margin-left: 0px;
    text-align: center;
    float: none;
}
.money-back-content {
    margin-left: 0px;
    text-align: center;
}
.money-back-content h1 {
    font-size: 24px;
}
.money-back-content p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.fludic-left h1 {
    text-align: center;
    line-height: 26px;
    margin: 0px;
    font-size: 22px;
}
.fluidic-design {
    padding: 30px 0px;
}
.fludic-center {
    display: none;
}
.fludic-left p {
    text-align: center;
}
.fludic-right h1 {
    line-height: 26px;
    font-size: 22px;
    text-align: center;
}
.fludic-right p {
    text-align: center;
}
.accordian-custom-section {
    padding: 50px 0px;
}
.analytic-1 img {
    width: 20%;
}
.responsive-div-img {
    float: none;
    display: block;
    margin: 0 auto;
    clear: both;
}
.super-str-lowerdiv {
    padding: 0px 0px;
}
.feature-page-outer .contact-banner-inner p {
    font-size: 18px;
}
.responsive-div-content h3 {
    margin-top: 10px;
}
}


@media only screen and (max-width: 480px) {
.feature-page-outer .contact-banner-inner p {
    font-size: 18px;
    line-height: 20px;
}
.super-str-upper-section h1 {
    font-size: 22px;
    line-height: 28px;
    padding: 0px;
}
.fludic-left h1 {
    font-size: 22px;
}
.fludic-right h1 {
    font-size: 22px;
}
.tab1-content ul li {
    font-size: 15px;
    line-height: 28px;
    padding-left: 30px;
    background-size: 24px;
    background-position: left top 11px;
}
.advanced-analytic {
    padding: 30px 0px;
}
.money-back-content h1 {
    font-size: 22px;
}
.game-desc-inner {
    float: none;
    margin: 0 auto;
}
}