.error{color:red;}
.success{color:green;}

.modalLoader {
 position: fixed;
 z-index: 9999;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background-color: Black;
 filter: alpha(opacity = 60);
 opacity: 0.6;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 -moz-opacity: 0.6;
}
.modalLoader.show{
	display: block !important;
}

.centerLoader {
    z-index: 1000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity = 100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.internal_links {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

a.keyword_links {
    color: inherit;
    font-weight: 700;
}



/* blog-page-css-start */
.blog-sec{
    position: relative;
    background-image: url(../img/bg/blog-bg.jpg);
    background-size: cover;
    background-position:center center ;
    padding: 0;
}

.blog-left-side,
.blog-right-side{
    background-color: rgb(11 0 18 / 60%);
    padding: 50px 30px;
    -webkit-box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
-moz-box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
}
.row{
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.col{
    display: table-cell; /* Make elements inside the container behave like table cells */
}       
/* .blog-left-side{width: 75%;}
.blog-right-side{width: 25%;} */

.blog-sec .row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
}

.blog-sec .content {
  height: 100%;
  padding: 20px 17px;
  color: #fff;
}
.blog-card-img img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.content.blog-card {
    background-color: #ebf1ee;   
    border-radius: 10px;
    padding: 5px;    
    transition: ease-in-out 1s;
}
.blog-card-body h6 {
    display: inline-block;
    width: 127px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;  
    font-size: 13px;
    color: #032d2f;
    font-weight:900 !important;
  

}
.title-n-time {
    display: flex;
    justify-content: space-between;
    color: #032d2f;
    font-weight:900 !important;
    margin-top: 10px;
    margin-bottom: 10px;
 
}
.title-n-time p{
    font-size: 10px;
    color: #032d2f;
    font-weight:900 !important;
    margin: 0;
   
}
.card-main-content{
    max-height: 100px;
    color: #032d2f;
    overflow: hidden;
    text-overflow: ellipsis;  
}

.card-main-content {
    max-height: 100px;
    color: #5a5a5a; 
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    margin:2px;
    font-weight: 700;
   
    }
.commment-msg {
    display: flex;
    color: #00292b;
    font-size: 12px;
    font-weight: 500;
  
 }
 .commment-msg img{
     height: 20px;
     width: 20px;
     margin-right: 5px;
 }
 .card-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.view-now-btn a{
    border: 1px solid #032d2f;
}
.view-now-btn a {
    border: 1px solid #032d2f;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #012a2c;
    font-weight: 600;
   
}
.content.blog-card:hover {
   
    transform:translateY(-10px);
    -webkit-box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
    -moz-box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
    box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.35);
  }
  .show-more{
      width: 100%;
      text-align: center;   
  }
.show-more a{
    color: #fff;
    transition: ease-in-out 1s;
    font-size: 12px;
    text-decoration: none;
   
}
.show-more a:hover{
   
    transition: ease-in-out 1s;
    font-size:15px;
    text-decoration:underline;
   
}
.show-more-arrow{
    height: 10px;
    width: 10px;
}

  .cat-icon{
      margin-right:7px;
      height: 22px;
      width: auto;
    }

.categories{
    margin: 35px auto;
}
ul.cat-list-inner {
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, 0.213);
    padding-left: 13px;
    margin-left: 9px;
    margin-top: 20px;
}

.list-content a {
    color: rgb(145, 143, 143);
    
    transition: ease-in-out 0.6s;

}
.list-content a:hover{
    opacity:1;
    color: #fff;
}

li.list-content {
    margin-bottom: 15px;
  
}
.post-img {
    height: 43px;
    width:45px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    outline-color: white;
    margin-right: 10px;
}
.post-img img{
    height: 100%;
    width:100%;  
    position: relative;
    margin-right: 8px;
    object-fit: cover;
    object-position:center;
    -webkit-box-shadow: -1px 8px 64px 2px rgba(39, 209, 209, 0.282);
    -moz-box-shadow: -1px 8px 64px 2px rgba(39, 209, 209, 0.138);
    box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.15);
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease;
    -webkit-transform: skew(7deg) scale(1.098);
    -ms-transform: skew(7deg) scale(1.098);
    transform: skew(7deg) scale(1.098);
    -webkit-backface-visibility: hidden;
}

.post-content{
    display:flex;
    width: 100%;
}
.post-title-time{
    width: calc(100% - 70px);
    margin:10px 5px;   
   
}
.post-title-time h6{
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 6px;
}
.post-title-time p{
    font-size:8px;
}
.no-left-border{border-left: none!important;}


.blog-main .row-flex{
    margin-left:0 !important;
    margin-right:0!important;
 }

.list-content:hover .post-img img{
    -webkit-transform: skew(-7deg) scale(1.098)
}




/* blog-details-page css start */
.blog-main-img{
    width: 100%;
    height: 400px;
    -webkit-box-shadow: -1px 8px 64px 2px rgba(39, 209, 209, 0.412);
    -moz-box-shadow: -1px 8px 64px 2px rgba(39, 209, 209, 0.412);
    box-shadow: -1px 8px 64px 2px rgba(39,209,209,0.412);
}
.blog-main-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.detail-title{
    width: 100%;
    text-align: center;
    margin-top: 55px;
}

.inner-content-1{
    border:1px solid rgb(80, 170, 173);
    transition: .3s opacity ease;
    -webkit-transform: skew(-3deg) scale(1.098);
    -ms-transform: skew(-3deg) scale(1.098);
    transform: skew(-3deg) scale(1.098);
    -webkit-backface-visibility: hidden;
    padding: 10px 20px;
    margin: 55px;
}
.inner-content-2{
    margin: 40px;

}
.left-side-bordered-img{
     -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    border:1px solid rgb(80, 170, 173);
    padding: 8px;
    -webkit-transform: skew(7deg) scale(1.098);
    -ms-transform: skew(7deg) scale(1.098);
    transform: skew(7deg) scale(1.098);
    -webkit-backface-visibility: hidden;
} 
 .left-side-bordered-img img {
    -webkit-box-shadow: -1px 8px 64px 2px rgb(39 209 209 / 28%);
    -moz-box-shadow: -1px 8px 64px 2px rgba(39, 209, 209, 0.138);
    box-shadow: -1px 8px 64px 2px rgb(39 209 209 / 15%);
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease;
    -webkit-transform: skew(0deg) scale(1.01);
    -ms-transform: skew(0deg) scale(1.01);
    transform: skew(0deg) scale(1.01);
    -webkit-backface-visibility: hidden;
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.inner-content-2 .right-side{
    margin:auto 20px;
    font-size:14px;
}

 .left-side-bordered-img.reverse{
    -webkit-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-backface-visibility: hidden;
   border:1px solid rgb(80, 170, 173);
   padding: 8px;
   -webkit-transform: skew(7deg) scale(1.098);
   -ms-transform: skew(7deg) scale(1.098);
   transform: skew(7deg) scale(1.098);
   -webkit-backface-visibility: hidden;
}
.left-side-bordered-img.reverse img{
    -webkit-transform: skew(0deg) scale(1.01);
    -ms-transform: skew(0deg) scale(1.01);
    transform: skew(0deg) scale(1.01 );
}
.left-side-bordered-img.thumbnails {
           height: 100px;
}

.left-side-bordered-img.thumbnails img{
    height: 84px;
    width: 100%;
    object-fit:cover;
}

.list-images {
    padding: 20px;
}
.blog-rating h2 {
    font-family: 'Rufina', serif;
    color: #15B9EC;
    font-size: 94px;
    font-weight: 700 !important;
    text-shadow: 5px -2px 27px rgb(39 209 209 / 40%);
}
.blog-rating p {
    font-family: 'Rufina', serif;
    color: #15B9EC;
    font-size: 30px;
    font-weight: 700 !important;
    text-shadow: 5px -2px 27px rgb(39 209 209 / 40%);
}
.social-meadia-rating {
    margin: 70px auto;
    padding: 5px 30px;
    border-top: 1px solid #52baff45;
    border-bottom: 1px solid #52baff45;
    display: flex;
    width: 100%;
}
.blog-rating {
    text-align: center;
}
.blog-social-sharing {    
    -ms-transform-origin: 50% 50%;
    border: 1px solid rgb(80, 170, 173);
    padding: 3px;  
    -ms-transform: skew(-7deg) scale(1.098);
    transform: skew(-7deg) scale(1.098);
    height: 33px;
    -webkit-transition: .5 ease;
    -o-transition: .5s ease;   
    width: 45px;
    text-align: center;
    margin: 20px;
}
.blog-social-sharing img{
  height:20px;
}
.blog-social-media {
    width: calc(100% - 150px);
    padding: 0 64px;
    align-self: center;
    display: flex;
    }

.comments-title span{
    color:rgb(68 68 68);
}
.inner-content-5 {
    margin-top: 70px;
    
}
.blog-comments {
    padding: 0 30px;
}
h2.comments-title {
    font-family: 'Rufina';
    font-weight: 700;
    margin-bottom: 40px;
}
.content-inner{
    display: flex;
    width:100%;
}
.blog-main-image{
    height:80px;
    width: 80px;
    margin-right: 30px;
}
.blog-main-image img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit:cover;
    object-position: center;
}
.comment-content{
    width: calc(100% - 110px);
}
.date-time-reply {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px dashed #0dbddc;
}
.rev-reply a{
    display: flex;
}
.rev-reply h3{
    font-family: 'Rufina';
    margin-right:8px;
    color: #15B9EC;
}
.rev-reply img{
    height:24px;
    width: auto;
    object-fit: cover;
}
.view-comment{
    margin-top: 20px;
}
.view-comment p {
    color: rgb(192, 215, 226);
    font-size: 14px;
}
.content-inner{
    margin-bottom: 40px;
}
.leave-reply-title{
    position: relative;
    font-size: 34px;
}
.leave-reply-title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 354px;
    background-color: #0dbddc;
    bottom: -11px;
    left: 4px;
}
.leave-reply{
    padding: 0 30px;
}
.inner-content-6 .reply-ta {
    margin: 90px auto 30px;
    background: transparent;
    border: 1px solid #0dbddc;
    -ms-transform: skew(-7deg) scale(1.0);
    transform: skew(-7deg) scale(1.0);
    -webkit-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    -moz-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    box-shadow: -1px 8px 64px 2px rgb(39 209 209 / 18%);
}
.inner-content-6 .form-control{
    background: transparent;
    border: 1px solid #0dbddc;
    -ms-transform: skew(-7deg) scale(1.0);
    transform: skew(-7deg) scale(1.0);
    -webkit-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    -moz-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    box-shadow: -1px 8px 64px 2px rgb(39 209 209 / 18%);
}

.inner-content-6 .row{
      margin:auto 0;
}
.inner-content-3 {
    margin-bottom: 70px;
}
.blog-response-submit {
    width: 100%;
    text-align: center;
    margin: 70px auto 40px;
}
.blog-response-submit .btn{
    padding: 14px 70px;
    border: 1px solid #0dbddc !important;
    -ms-transform: skew(-7deg) scale(1.0);
    transform: skew(-7deg) scale(1.0);
    -webkit-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    -moz-box-shadow:  -1px 8px 64px 2px rgb(39 209 209 / 18%);
    box-shadow: -1px 8px 64px 2px rgb(39 209 209 / 18%);
    background: transparent;  
    color: #0dbddc;  
    -webkit-transition: .5 ease;
    -o-transition: .5s ease;
    font-size: 24px;
    font-weight:700;
    
}

.blog-response-submit .btn:hover,
.blog-response-submit .btn:active,
.blog-response-submit .btn:focus{
    background:#0dbddc ;
    color:white;
    -ms-transform: skew(0deg) scale(1.0);
    transform: skew(0deg) scale(1.0);
}

input.tnp-email{position: relative;}
input.tnp-email::after{
content: url(../glownightgames.com/images/email.svg) ;position: absolute;
}






#christmas-popup{
    padding: 17px;
}
.christmas_popup .modal-dialog{
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
    margin: 0 auto;
}
.christmas_popup .modal-content{
    background-color: transparent;
    border: transparent;
}
.christmas_popup .modal-header{
    border: 0;
    padding: 0;
}
.christmas_popup .modal-body{
    background-image: url('../images/chrismas-popup-back.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.christmas_popup .popup-image{
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
}
.christmas_popup .close{
    position: absolute;
    z-index: 3;
    right: -15px;
    top: -15px;
    opacity: 1;
    background-color: #f31c1c;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
}
.christmas_popup .close span {
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}















.footer{padding: 50px 25px;}
.navbar{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

/* media-query */

@media(max-width:420px){
    .blog-card-body h6 {
        width: 70px;    
    }
    .card-main-content p{
        font-size:12
    }
    .inner-content-1{
        -webkit-transform: skew(0deg) scale(1.098);
                -ms-transform: skew(0deg) scale(1.098);
                transform: skew( 0deg ) scale(1.098);
                margin: 46px 15px;
                padding: 11px;
    }
    .detail-title h2{
            font-size: 24px;
    }
    .left-side-bordered-img{
        -webkit-transform: skew(0deg) scale(1.098);
        -ms-transform: skew(0deg) scale(1.098);
        transform: skew( 0deg ) scale(1.098);
    }
    .left-side-bordered-img.reverse{
        -webkit-transform: skew(0deg) scale(1.098);
        -ms-transform: skew(0deg) scale(1.098);
        transform: skew( 0deg ) scale(1.098);
    }
    .inner-content-2 .right-side{
        margin:auto;
    }
    .list-images {
        padding: 0 20px;
    }
    .blog-social-sharing{
        height: 32px;
        width:32px;
        margin: 7px;
    }
    .inner-content-5 {
        margin-top: -15px;
    }
    h2.comments-title{
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .blog-card-body h6{
        width: 100px;
        font-size: 10px;
    }
    .title-n-time p{
        font-size: 8px;
    }
    .blog-sec .container{
        padding: 0 !important;
    }
    .blog-sec .blog-main  .col-sm-12{
        padding: 0 !important;
    }
    .inner-content-2{
        margin: 30px 10px;
    }
    .inner-content-2 .row,
    .inner-content-3 .row{
        margin: auto 0;
    }
    .blog-main-img{
        height: 200px;
    }
    .blog-main-image {
        height: 40px;
        width: 40px;
        margin-right: 19px;
    }
    .comment-content {
        width: calc(100% - 60px);
    }
    .date-time-reply{
        display: block;
    }
}


@media (max-width:767px){
    .rev-reply h3{
        font-size: 18px;
    }
    .rev-reply img{
        height: 16px;
    }
}


@media (max-width: 991px) { 
   .blog-main .row-flex{
       margin-left:0 !important;
       margin-right:0!important;
    }
    .post-title-time h6{
        width:75%;
    }

    .social-meadia-rating{
        display: block;
    }
    .blog-social-media{
        width:100%;
        padding: initial;
        justify-content: center;
    }
    .left-side-bordered-img{
         margin-top: 20px;
    }
 }

@media(max-width:1199){
    .blog-rating h2{
        font-size: 66px;
    }
    .blog-social-sharing{
        margin: 20px 8px;
    }

}

 @media (max-width:1550){
    .inner-content-1 p{
        font-size: 18px;
    }
    .content-inner {
        margin-bottom: 22px;
    }
    
 }

 .margin_left_m 
 {

    margin-left: -1px;
    margin-right: -1px;
 }

.copy_rights{
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.copy_rights p{
    margin: 0;
}

.phonenumbergrp:has(.error) {
    position: relative;
    min-height: 79px;
}
.phonenumbergrp label.error {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.phonenumbergrp  label[for="country_code"].error {
    bottom: 0px;
}