/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css);

.site-header{
	position: sticky;
	top:0;
}

@media screen and (min-width: 992px){
	.vc_row.wpb_row{
		margin: 0 -30px;
		padding-top:0px;
	}
	.vc_row.wpb_row:first-of-type{
		padding-top: 40px;
	}
	h2{
		padding-top: 80px;
	}
}

@media screen and (max-width: 991px){
	.vc_row.wpb_row:first-of-type{
		padding-top: 20px;
	}
	h2{
		padding-top: 70px;
	}
}
@media screen and (max-width: 667px){
	.vc_row.wpb_row{
		margin: 0 -10px;
		padding-top:0px;
	}
	h1, .entry-content h1{
		font-size: 1.5rem;
	}
	
  h2, .entry-content h2{
		font-size: 1.3rem;
	}	
	 h3, .entry-content h3{
		font-size: 1.2rem;
	}
	h4, .entry-content h4{
		font-size: 1.1rem;
	}
	.section-faq .faq .question h4{
		font-size: 1.05rem;
	}
	.entry-content li, .entry-content p{
		font-size: 0.9rem;
	}
	button .far.fa-arrow-alt-circle-up{
		display: none;
	}
}
/*  */
.med-swish{
    list-style: none;
    position: relative;
    font-weight: 600;
}
.med-swish::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E60101;
    position: absolute;
    margin-left: -20px;
    top: 10px;
}

.med-swish-ul{
    display: flex;
    flex-direction: column;
}
.med-swish-list{
    list-style:none;
    position: relative;
    font-weight: 600;
}
.med-swish-list::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: '\f058';
    color:#E60101;
    margin-left: -30px;
    position: absolute;
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
#btnScrollToTop{
    position: fixed;
    width: 64px;
    height: 64px;
    right:40px;
    bottom: 50px;
    font-size: 50px;
    background: none;
    color: #E60101;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index:9999;
}
#btnScrollToTop.active{
    visibility: visible;
    opacity: 1;
}

/* Top lIsts */

.contanier {
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
    background: #fff;
    border-radius: 17px;
}

.casino-med-swish-list {
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 3px 8px rgb(0 0 0 / 20%);
	border-radius:17px;
}

.casino-med-swish-counter {
    width: 40px;
    height: 40px;
    background: #E60101;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
	display:flex;
	justify-content:center;
	align-items:center;
}

.casino-med-swish-logo {
    border: 2px solid #e7e7e7;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    flex: 0 0 125px;
}

.casino-med-swish-logo a img {
    width: 100%;
    border-radius: 10px;
}

.casino-med-swish-title {
    text-align: center;
    flex: 0 0 40%;
}

.casino-med-swish-title-p {
    color: #666;
    letter-spacing: 2px;
}

.casino-med-swish-desc h2 {
    font-size: 1.7rem;
    color: #444;
    text-transform: uppercase;
}

.casino-med-swish-toggle a {
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    padding-bottom: 2px;
    border-bottom: 2px solid #acacac;
}

.casino-med-swish-rank {
    display: flex;
    justify-content: center;
    border: 2px solid #E60101;
    border-radius: 25px;
    padding: 0.4rem;
    flex: 0 0 180px;
    counter-reset: count;
}

.casino-med-swish-rank-stars {
    margin: 0;
    color: #E60101;
    font-size: 1.1rem;
}

.casino-med-swish-rank-p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 1rem;
}

.casino-med-swish-btn {
    display: flex;
    flex: 0 0 220px;
    text-align: center;
}

.casino-med-swish-btn a {
    padding: 0.4rem 2rem;
    font-size: 1.1rem;
    color: #444;
    border: 2px solid #E60101;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.casino-med-swish-btn a:hover {
    color: #fff;
    background-color: #E60101;
}

.casino-med-swish-footer {
    display: block;
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    flex: 0 0 100%;
    text-align: center;
    color: #acacac;
    background-color: #f7f7f8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.casino-med-swish-1 {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .casino-med-swish-list {
        display: flex;
        flex-direction: column;
    }

    .casino-med-swish-counter {
        margin-bottom: 20px;
    }

    .casino-med-swish-title-p {
        margin-top: 20px;
    }

    .casino-med-swish-title {
        width: 80%;
    }

    .casino-med-swish-title h2 {
        font-size: 1.4rem;
    }

    .casino-med-swish-btn {
        display: flex;
        margin-top: 20px;
        flex: 0 0 40px;
    }
}
/* Right Sidebar Top List*/

.card-med{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F7F8;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    height: 20vh;
    transition: transform 0.5s;
}
.card-med:hover{
   box-shadow:  0 2px 2px rgba(0 0 0 / 20%);
   transform: translateX(8px) translateY(-2px);
}
.card-logo{
     flex-basis: 20%;
}
.counter-card{
    padding-left: 20px;
    flex-basis: 10%;
    font-weight: 600;
}
.card-title{
   text-align: center;
   flex-basis: 60%;
   padding-top: 20px;
   font-size: 20px;
   margin-right: 10px;
   color: #000;
   font-weight: 600;
}
.card-med:hover div, .card-med:hover a{
  color: #E60101;
}

/* Faq*/
.section-faq {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.title{
    font-size: 2rem;
}

.faq{
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    border-radius:5px;
    border: 1px solid #F7F7F7;
}
.faq:hover .question{
    background:#E60101;
}
.faq.active .question {
    background: #E60101;
}
.faq.active .question h4{
    color: #fff;
}
.faq.active .question .fas.fa-caret-square-down{
    color: #fff;
}
.question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
}
.faq .question h4{
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}
.faq:hover .question h4,.faq:hover .fas.fa-caret-square-down{
    color: #fff;
}
.answer{
    max-height: 0;
    padding: 0 18px;
    overflow: hidden;
    transition: max-height .7s ease-in;
}
.faq .answer p{
    padding-top: 10px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
}
.faq.active .answer{
    max-height: fit-content;
}
.faq.active .fas.fa-caret-square-down{
    transform: rotate(180deg);
}
.fas.fa-caret-square-down{
    font-size: 16px;
    font-weight: 400;
    color: #E60101;
    transition: transform 0.6s ease-in;
}