

/*============================================Review page css start===========================================*/

.review-main{display: flex; border: 2px dashed #000; border-radius: 10px; padding: 20px 50px; width: 86%; margin-left: auto; align-items: center; margin-bottom: 65px; }

.second-review{margin-right: auto; }

.second-review .review-image img{margin-right: -190px; margin-left: 30px; }

.review-image img{margin-left: -190px; margin-right: 30px; }

.review-head{display: flex; align-items: center; }

.author-name{}

.author-name h5{color: #000; font-size: 21px; }

.author-name ul{padding-left: 0; display: flex; list-style-type: none; margin: 19px 0px; }

.author-name ul li{margin-right: 12px; }

.author-name ul li i{color: #ffc000; font-size: 20px; }

.review-head img{margin-left: 11%;width: 100px;height: 100px;border-radius: 50px;}


.testimonial-page-wrap .card figure{position: relative; text-align:center;}
.testimonial-page-wrap .card figure:before{content: '\f10e';position: absolute;top: -29px;font-weight: 600;font-family: 'Font Awesome 5 Free';width: 45px;height: 45px;background-color: var(--secondary-color);justify-content: center;align-items: center;display: flex;color: var(--white-color);}
.testimonial-page-wrap .card{
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 0;
    border: none;
}
.testimonial-page-wrap .card .blockquote-footer{
    margin-top: 10px;
    text-align: right;
    color: var(--secondary-color)!important;
    font-weight: 600;
}
.testimonial-page-wrap .card blockquote p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.testimonial-page-wrap .card .blockquote-footer cite{
  font-weight: 800;
}
.testimonial-page-wrap .card img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit:cover;
}
.testimonial-page-wrap .col-lg-4{
    margin-bottom:var(--m30);
}
.testimonial-page-wrap .rating {
    margin-top: var(--m20);
}
.testimonial-page-wrap i.fa-solid.fa-star {
    color: var(--secondary-color);
    font-size: var(--f10);
    margin-right: var(--m3);
}

/* review css */

.heading_sec{
    text-align: center;
}
.screening-image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
   
}
.screening-image video{
    height: 450px;
    width: 100%;
    object-fit: cover;
    border: 5px solid var(--black-color);
}
.screening-content {
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content h3 {
    font-size: 28px;
}

section.about-guest.rev .screening-content {
    padding-left: 12px;
    padding-right: 5%;
}

.rev-content{
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    text-align: center;
}
.screening-content {
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heading_sec {
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec h2 {
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 25px;
}
.services-heading {
    color: var(--secondary-color);
}

.heading_sec{
    margin-bottom: 80px;

}

section.banner-section {
    height: 90vh;
    position: relative;
    /* background: url(../images/contact-banner.webp); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
section.banner-section .banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000075;
}
section.banner-section h1 {
    font-size: 80px;
    width: 90%;
    margin-bottom: 15px;
    color: var(--white-color);
    text-align: center;
    margin-top: 90px;
    font-family: "din";
}
section.banner-section .container img{
    width: 250px;
    margin-top: 30px;
}
section.banner-section hr{
    margin: 0;
    border: 1px dotted #fff;
    opacity: 1;
    width: 50%;
}
section.banner-section h4{color: var(--white-color);text-align: center;width: 90%;margin-bottom: 0px;text-transform: uppercase;margin-top: 15px;font-size: 38px;}
section.banner-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    flex-direction: column;
}
.row.guest-screening {
    margin-top: 80px;
    margin-bottom: 80px;
}
.row.guest-screening:first-child{
    margin-top:20px;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #ffffff85;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.screening-image:hover .video-icon{
    display: flex;
}
.pause{
    display: none;
}

.video-icon button {
    background: transparent;
    border: 0px;
    height: 20px;
}
.video-icon button i{
    color: var(--white-color);
    font-size: 20px;
    color: #000;
}
.screening-content h6{
    color: var(--heading-color);
    font-size: 20px;
}
.rev-content h6{
    color: var(--heading-color);
    font-size: 20px;
}
hr{
    width:auto;
    margin: 1rem auto;
}
/*============================================Review page css end===========================================*/
/*Review css*/
section.reviews-section{
    background-image: url("../images/review-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 110px 0px;
}
section.reviews-section .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    /* text-transform: uppercase; */
    margin-bottom: 22px;
    text-align: center;
    /* font-size: var(--f24); */
}
section.reviews-section .head-sec h2{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
section.reviews-section .head-sec img{
margin-bottom: 80px;
}
section.reviews-section .reviews-list {
        background-color: #FFFFFF;
        /* margin: 50px 15px 40px 15px; */
        border-radius: 10px;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 0px;
        height: 458px;
}
section.reviews-section .item {
    padding: 50px 5px 40px;
    height: 100%;
}
section.reviews-section .reviews-list img{
    width: 80px;
    border-radius: 10px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
section.reviews-section .reviews-list p.name {
    font-size: var(--f20);
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}
section.reviews-section .reviews-list p.addr {
    margin-top: -5px;
    margin-bottom: 15px;
}
section.reviews-section .review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8px;
    margin-bottom: 10px;
}
section.reviews-section .review-star i{
    color: var(--other-color);
}
section.reviews-section p.desc {
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
    height: 250px;
    overflow: hidden;
}
section.reviews-section button.owl-dot span{
width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background: #999999;
    border-radius: 100%;
}
section.reviews-section button.owl-dot.active span{
    background: var(--secondary-color);
}
section.reviews-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.divider {
    background-image: linear-gradient(84deg, #2488e5 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
}
section.reviews-section .divider{
    margin: auto;
}

/* Consultation css */
section.consultation-section {
    padding: 0;
    padding-bottom: 110px;
}
section.consultation-section .container {
    max-width: 945px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
section.consultation-section .consultation-inner {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    padding: 60px 40px 45px 40px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-image: url(../images/consultation.jfif);
    background-size: cover;
    background-position: center center;
}
section.consultation-section .head-sec h2{
    letter-spacing: 0px;
    font-size: 41px;
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 1px;
}
section.consultation-section .head-sec h6{
    font-size: 25px;
    text-align: center;
    color: var(--white-color);
}
section.consultation-section .head-sec p{
    color: #bbbbbb;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: inherit;
    font-weight: 400;
}
section.consultation-section .head-sec{
    margin-bottom: 45px;
}
section.consultation-section form {
    padding: 0 20px 10px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12{
    padding: 0 7px;
}
section.consultation-section form .select-field{
    position:relative;
}
section.consultation-section form .select-field i{
    position:absolute;
    right: 20px;
    top: 27%;
    font-size: 18px;
    /* transform: translateY(-50%); */
}
section.consultation-section form input, section.consultation-section form select{
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
section.consultation-section form textarea{
    width: 100%;
    font-size: 15px;
    padding: 18px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
    height: 155px;
}
section.consultation-section form select{
    -webkit-appearance: none;
}
section.consultation-section form button{
    width: 100%;
}
section.about-guest {
    padding-top: 0;
}
.arrow-img{
    text-align: center;
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    position: relative;
}

.arrow-img img{
    width: 250px;
    margin-top: -155px;
    /* margin-bottom: -10px; */
}
.screening-image {
    position: relative;
}