body {
	/*font-size: 14px;
	color: #090909;*/
}
a {
	outline: none;
}
button:active {
	border: none !important;
	outline: none !important;
}
button:focus {
	outline: 0;
}
a, .logo, i,button,.scrollup, .main-btn, .mainmenu ul li ul, .testimonial-dots-item img, .team-img a:before, .team-img a:after{

}
img {
	max-width: 100%;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 42px;
    color: #0b0b36;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 15px;
}

.overflow {overflow: hidden;}

/*================= Page Content ====================*/

.page-content-block {
	padding: 80px 0px;
}
.mtb-auto {
	margin-top: auto;
    margin-bottom: auto;
}
.rexmd-features {
	background-color: #f5f9fc;
}
.section-title {
	text-align: center;
    padding-bottom: 20px;
}
.section-title h2{
	color: #151c2f;
    margin-bottom: 0px;
}
.section-title h3{
	color: #151c2f;
    font-size: 36px;
    font-weight: 400;
}
.title-bottom-border span{
	display: inline-block;
    position: relative;
    width: 60px;
    height: 2px;
    background-color: #72d401;
}
.title-bottom-border span:before{
	position: absolute;
    width: 60px;
    height: 2px;
    background-color: #e0e0e0;
    left: -60px;
    top: 0px;
    content: "";
}
.title-bottom-border span:after{
	position: absolute;
    width: 60px;
    height: 2px;
    background-color: #e0e0e0;
    right: -60px;
    top: 0px;
    content: "";
}
.rexmd-features-block{
	margin-top: 30px;
    text-align: center;
}
.rexmd-features-icon{
	width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #d8e0e6;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.rexmd-features-block h5{
	font-size: 20px;
}
.rexmd-features-block p{
    color: #151c30;
    font-size: 1.2em;
    margin-top: .5em;
}
.menu__link {
    color:#fff !important;   
}

.page-how .banner-dots {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: inherit;
    z-index: 0;
}

/*-------------- Customer Review Css ------------------*/

.customer-review{
    background: #b31f24;
    overflow: hidden;
    position: relative;
}
.customer-review:before{
    position: absolute;
    width: 40%;
    height: 200%;
    transform: rotate(10deg);
    background-color: #fff;
    content: "";
    top: -50%;
    left: -5%;
}
.customer-review:after{
	position: absolute;
    width: 260px;
    height: 260px;
    line-height: 260px;
    content: "\f10d";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    top: 50%;
    left: -50px;
    font-size: 260px;
    margin-top: -130px;
    color: #f5f9fc;
    z-index: 0;
}
.customer-review-left{
	position: relative;
    z-index: 1;
    font-size: 40px;
    line-height: normal;
    color: #151c2f;

}
.customer-review-item{
	margin: 0px 15px;
    padding: 20px 0px;
}
.customer-review-box{
	border-radius: 7px;
    background-color: #fff;
    margin: 20px;
    box-shadow: 0px 0px 4px 0px #b1b1b1;
}
.customer-review-header{
	display: flex;
    background-color: #f5f9fc;
    border-radius: 7px 7px 0px 0px;
    justify-content: space-between;
    padding: 10px 15px;
}
.customer-review-header > div{
	margin: auto 0px;
}
.customer-review-pic img{
	border-radius: 50%;
    max-width: 40px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.customer-review-title h6{
	margin-bottom: 3px;
    color: #151c2f;
}
.star-block{
    color: #e6ae42;
}
.star-block i{
    margin-right: 2px;
}
.customer-review-text{
    min-height: 130px;
    padding: 15px;
}
.customer-review-text h6{
    font-size: 18px;
}
.customer-review-text p{
    margin-bottom: 0px;
    color: #151c30;
    font-size: 1.6rem;
}
.customer-review-block{
    position: relative;
    z-index: 3;
    
}
.customer-review-block .main-btn {
    background: #d4a570 !important;
}
.customer-review-block button.slick-arrow {
	width: 40px;
	height: 40px;
	background-color: fafafa;
	border-radius: 50%;
	color: #1B1B1B;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size:16px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin: 0px 5px;
	box-shadow: 0px 0px 5px 0px rgb(21 28 47 / 28%);
	border:0px;
	top:50%;
	margin-top:-20px;
	position:absolute;
	cursor:pointer;
}
.customer-review-block button.slick-prev{
	left:-50px;
}
.customer-review-block button.slick-next {
	right:-50px;
}
.customer-review-block button.slick-arrow:hover{
	background-color: #151c2f;
	color: #fff;
}
.customer-review-carousel .slick-arrow i{
    color: transparent;
}

/*-------------- Customer Review Css ------------------*/

.other-review-sec{
	background-color: #151c30;
}
.other-review-sec .section-title h2{
	color: #fff;
}
.other-review-box{
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(31,76,153,0.3);
    margin-top: 40px;
}
.other-review-header{
	display: flex;
    justify-content: space-between;
    padding:15px;
    background: #f5f9fc;
}
.other-review-header > div{
	margin: auto 0px;
}

.other-review-header .star-block span{
	color: #151c31;
    font-size: 1.6rem;
    position: relative;
    top: -5px;
}
.other-review-date{
	color: #151c31;
    font-size: 1.6rem;
}
.other-review-text{
    padding: 15px;
    text-align: center;
}
.other-review-text h6{
    color: #b31f24;
}
.other-review-text p{
    color: #151c30;
    font-style: italic;
    font-size: 1.7rem;
}
.total-review{
    color: #fff;
    padding-top: 40px;
}
.total-review-block {
    padding-bottom: 25px;
}
.total-review-block h2{
    margin-bottom: 0px;
    color: #fff;
}
.total-review-block h6{
    color: #b31f24;
}
.total-review-bar{
    padding: 5px 0px;
    display: flex;
}
.total-review-bar span:first-child{
    width: 20%;
    font-size: 16px;
    margin: auto 0px;
}
.total-review-bar span.review-progress{
    width: 65%;
    height: 15px;
    background-color: #f5f9fc;
    margin: auto 0px;
}
.total-review-bar span:nth-child(3){
    width: 15%;
    font-size: 16px;
    text-align: center;
    margin: auto 0px;
}
.total-review-bar span.review-progress span{
    background-color: #e6ae42;
    height: 15px;
    display: block;
}

.see-more-reviews:active{
    color: #e6ae43;
    border: 2px solid #e6ae43 !important;
}
.see-more-reviews{
    display: none;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}
.see-more-reviews, .leave-review{
    width: 100%;
    font-weight: 800;
    margin-top: 20px;
    line-height: 27px;
    text-align: center;
    padding: 8px;
    background: transparent;
    color: #e6ae43;
    border: 2px solid #e6ae43;
    text-transform: uppercase;
}

/* REVIEWS
-------------------------------------- */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.popup-overlay.active {
    display: block;
    animation: opacity 0.5s forwards;
}
@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.crown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.crown i {
    display: inline-block;
    width: 94px;
    height: 65px;
    background: url(../img/crown-big.png) no-repeat;
}
.crown:before {
    content: '';
    display: block;
    width: 376px;
    height: 2px;
    background: url(../img/crown-line.png) no-repeat;
}
.crown:after {
    content: '';
    display: block;
    width: 376px;
    height: 2px;
    background: url(../img/crown-line.png) no-repeat;
    transform-origin: center;
    transform: rotate(180deg);
}

.reviews {
    padding: 50px 0 100px 0;
    background-color: #151b2f;
    color: #fff;
    min-height: 715px;
    position: relative;
}
.reviews .btn {
    padding: 0 7.7rem;
}
.reviews .crown {margin-bottom: 45px;}
.reviews h2.title {
    font-size: 67px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}
.reviews h2.title + p {
    font-size: 28px;
    margin-bottom: 0;
}
.reviews h2.title span {color: #DDBD7C;}
.reviews h2.title + p span {color: #23f197;}

.reviews-slider {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-slider__item {
    display: flex !important;
    align-items: center;
}
.reviews-slider__img {
    flex: none;
    width: 140px;
    height: 140px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.reviews-slider__img img {
    width: 120px;
    height: 120px;
    border: 1px solid #b4975a;
    background-color: #ffffff;
    border-radius: inherit;
}
.reviews-slider__content {
    padding-left: 40px;
    width: 80%;
}
.reviews-slider__content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.12rem;
}
.reviews-slider__name {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12rem;
    margin-bottom: 13px;
    font-weight: 300;
}
.reviews-slider .slick-dots {
    margin-top: 94px;
}

.reviews .pills {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: -70px;
}

/* VIDEO GALLERY
-------------------------------------- */
.tx-center {text-align: center;}
.mt10 {margin-top: 10px;}
.wrap-video {
    max-width: 1000px;
    margin: 0 auto;
}

[data-src="crown"] {
    max-width: 850px;
    height: 100px;
    width: 100%;
    margin-bottom: 50px;
}

.wrap-video {padding-top: 40px;}
.video {
    margin-bottom: 35px;
    position: relative;
    z-index: 9999;
    display: block;
}
.video video {
    display: block;
    width: 100%;
    min-height: 563px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}
.play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    margin-top: -65px;
    margin-left: -65px;
}
.play:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
}
.play:after {
    content: '';
    display: inline-block;
    border-top: 30px solid transparent;
    border-left: 45px solid #fff;
    border-bottom: 30px solid transparent;
    position: relative;
    left: 7%;
}
.pause {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
    margin-left: -65px;
}
.pause:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
.pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.pause span:first-child {
    margin-right: 15px;
}

.pause,
.play {
    opacity: 0;
    display: none;
    pointer-events: none;
}

.pause-video .pause,
.play-video .play {
    display: inline-flex;
    animation: anVideoBtn 0.3s linear forwards !important;
}
@keyframes anVideoBtn {
    0% {opacity: 1;}
    100% {opacity: 0; transform: scale(0.5); visibility: hidden;}
}

.video:not(.playing) .play,
.king-video:not(.playing) .play {
    display: inline-flex;
    animation: anVideoBtn2 0.3s linear forwards !important;
}
@keyframes anVideoBtn2 {
    0% {opacity: 0; transform: scale(0.5); visibility: visible;}
    100% {opacity: 1; transform: scale(1); visibility: visible;}
}

.video .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
    align-items: center;
    justify-content: center;
}
.video.playing .popup-close {
    display: flex;
    animation: opacity 0.5s forwards;
    padding:0;
}
.video .popup-close img{
    fill: #fff;
    width: 25px;
    height: 25px;
}
.video .popup-close:hover {
    background: #091938;
    transform: scale(0.95);
}

.splide {
    margin-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 9999;
}
.splide__slide {
    padding: 0 10px;
}
.splide__slide .thumb {
    border-radius: 15px;
    min-height: 180px;
    overflow: hidden;
    border: 6px solid transparent;
    transition: all 0.3s;
    display: flex;
    position: relative;
    cursor: pointer;
    height:100px;
}
.splide__slide .thumb:hover,
.splide__slide .thumb.focus {border-color: #73ed9f;}
.splide__slide .thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.splide__slide .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    object-fit: cover;
    height: 100%;
}
.splide__slide .thumb:hover .overlay {display: block;}

.splide__slide .play-inner {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.2);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
}
.splide__slide .play-inner:after {
    content: '';
    display: inline-flex;
    border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 8px solid transparent;
    position: relative;
    left: 2px;
}

.splide__slide .play-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
.splide__slide .thumb:hover .play-inner:before {
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.splide__slide h3 {
    font-weight: 500;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}

.splide__arrow {
    background: transparent;
    margin-top: -1.5%;
}
.splide__arrow--next {
    right: -30px;
}
.splide__arrow--prev {
    left: -30px;
}
.splide__arrow svg {
    fill: #25f197;
    height: 30px;
    width: 25px;
    transition: all 0.3s;
}
.splide__arrow:hover svg {fill: #d8be85;}

.splide__pagination {display: none;}


/* RESPONSIVE */
/* Medium Layout: 1280px. */

@media screen and (max-width: 1450px) {
    /* review */
    .reviews {
        padding-bottom: 50px;
        min-height: 550px;
    }
    .reviews-slider .slick-dots {margin-top: 40px;}
    .reviews .pills {
        margin-bottom: -50px;
        max-width: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 10000px) {
.container {
	max-width: 1200px;
}
}

@media screen and (max-width: 1280px) {
    .crown:before, .crown:after {
        width: 300px;
        height: 2px;
        background-size: 300px;
    }
    .crown i {
        width: 70px;
        height: 48px;
        background-size: 70px;
    }

    /* reviews */
    .wrap-video {
        max-width: 700px;
        margin: 0 auto;
    }
    .video video {min-height: 399px;}
}

@media screen and (max-width: 1200px) {
    /* reviews */
    .splide {margin-bottom: 35px;}
    .splide__slide h3 {font-size: 11px;}
    .splide__arrows {display: none;}
    .splide__pagination {
        display: flex;
        position: static;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .splide__pagination li button {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        background: none !important;
        transform: scale(1) !important;
        opacity: 1;
        transition: all 0.3s;
    }
    .splide__pagination li button.is-active {border-color: #5c606d;}
    .splide__pagination li button:after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        opacity: 1;
    }
    .splide__pagination li button.is-active:after {
        background: #e1b987;
    }
    .splide__slide .thumb:hover .overlay {display: none;}
}

/* Tablet Layout: 1024px. */
@media (min-width:100px) and (max-width: 991px) {
    .total-review{
        padding-top: 0px;
    }
    .customer-review-block{position: relative;z-index: 1;}  
    .customer-review-left{padding-left: 15px;padding-bottom: 30px;}
}

@media screen and (max-width: 768px) {
    .show-768 {display: block !important;}
    .hide-768 {display: none !important;}

    .crown i {
        width: 60px;
        min-width: 60px;
        height: 41px;
        background-size: 60px;
    }
    .crown:before, .crown:after {
        width: 225px;
        height: 2px;
        background-size: 225px;
    }

    /* reviews */
    .reviews {min-height: 600px;}

    .splide {
        margin-left: -10px;
        margin-right: -10px;
    }

    [data-src="crown"] {
        max-width: 600px;
        height: 85px;
        width: 100%;
        margin-bottom: 25px;
    }

    .play,
    .pause {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    .play:after {
        border-top: 10px solid transparent;
        border-left: 15px solid #fff;
        border-bottom: 10px solid transparent;
        left: 4%;
    }
    .pause span {
        width: 5px;
        height: 25px;
    }
    .pause span:first-child {
        margin-right: 8px;
    }
}


/* Wide Mobile Layout: 480px. */

@media (min-width: 100px) and (max-width: 767px) {
    
    .customer-review:before{width: 400px;left: -100px;}
}


@media (min-width: 100px) and (max-width: 640px) {

}

@media (min-width: 100px) and (max-width: 580px) {
    .slick-arrow{
        display: none !important;
    }
    .see-more-reviews{
        display: block;
    }
    .customer-review-block button.slick-arrow{top: inherit;bottom: -40px;} 
    .customer-review-block button.slick-prev{left: 50%;margin-left: -50px;} 
    .customer-review-block button.slick-next{right: 50%;margin-right: -50px;} 
}

@media screen and (max-width: 650px) {
    .show-650 {display: block !important;}
    .hide-650 {display: none !important;}

    .main-btn,
    .reviews .btn {
        max-width: 320px !important;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    } 

    /* reviews */
    .btn + div {font-size: 14px;}
    .reviews .btn {padding: 0 3.7rem;}
    .reviews {
        padding: 30px 0 50px 0;
        min-height: 770px;
    }
    .reviews h2.title {
        margin-bottom: 13px;
        font-size: 40px;
    }
    .reviews h2.title br {display: block;}
    .reviews h2.title + p {font-size: 20px;}
    .reviews-slider__item {flex-direction: column;}
    .reviews-slider__content {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }
    .reviews .pills {min-width: 350px;}

    .wrap-video {padding-top: 25px;}
    .video {
        margin-bottom: 15px;
    }
    .video video {min-height: 217px;}

    .reviews h2.title + p + p {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .reviews h2.title + p + p span {color: #23f197;}

    .splide {
        margin-left: -100px;
        margin-right: -100px;
        margin-bottom: 35px;
    }
    .splide__slide {
        padding: 0 0px;
    }
    .splide__slide .thumb {
        min-height: 113px;
        border: 4px solid transparent;
    }
    .splide__arrows {display: none;}

    .splide__slide h3 {
        font-size: 8px;
        margin-top: 7px;
    }

    .splide__slide .play-inner {
        top: 5px;
        right: 5px;
        width: 25px;
        height: 25px;
    }
    .splide__slide .play-inner:after {
        border-top: 6px solid transparent;
        border-left: 8px solid #fff;
        border-bottom: 6px solid transparent;
    }

    .video .popup-close {
        top: 10px;
        right: 10px;
    }
}


@media (min-width: 100px) and (max-width: 480px) {
    
}
@media (min-width: 100px) and (max-width: 380px) {
    
}
