body{
    background-color: #272727;
    /* font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif; */
}
body.tkitchen-vdo{
    height: 100vh;
    overflow-y: hidden;
}
.testimonial-wrap{
    padding: 100px 0px;
    position: relative;
}
.kit-container{
    max-width: 894px;
    margin: 0 auto;
    padding: 0 15px;
}
.testimonial-wrap h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    word-spacing: 5px;
    color: #fff;
    margin-bottom: 40px;
}
.higlight-head{
    color: #febf10!important;
}
.testi-tab{
    border: none;
}

.nav-tabs{
    border-bottom: none !important;
}

.testi-link{
    color: #fff;
    opacity: 0.5;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    cursor: pointer;
}
.testi-link:hover{
    color: #fff !important;
}
.nav-tabs.testi-tab .nav-link.testi-link{
    border: none;
    border-bottom: 1px solid transparent;
    margin-right: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    opacity: 1;
    color: grey;
}
.nav-tabs.testi-tab .nav-link.testi-link:hover{
    border-color: #febf10;
}

.testi-link.active{
    background-color: transparent !important;
    border-bottom: 1px solid #febf10;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #fff !important;
    opacity: 1;
    border-color: #febf10 !important;
    border-left: none !important;
    border-radius: 0;
}
.test-vid-popup{
    position: relative;
}
.test-vid-card img{
    width: 100%;
}
.testi-video-wrap{
    margin-top: 40px;
}
.play-btn{
    background-color: #FEBF10;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: 0.3s all ease-in-out;
}
.play-btn:hover{
    background-color: #272727;
}
.play-btn img{
    height: 20px;
    padding-left: 7px;
}
.client-des{
    position: absolute;
    /* width: 364px; */
    height: 75px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 20.62%, rgba(0, 0, 0, 0) 62.09%); 
    padding: 10px 20px;
}
.client-des h4{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FEBF10;
    margin-bottom: 0;
}
.client-des p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.testi-des{
    /* width: 341px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 23px 32px;
}
.testi-load-btn{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    /* position:absolute; */
}
.testi-load-btn a{
    background-color: #FEBF10;
    border: 1px solid #FEBF10;
    padding: 10px 30px;
    font-family: Oswald;
    font-weight : 400;
    font-size : 12px;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #272727;
    /* width: 130px; */
    transition: 0.3s all ease-in-out;
}
.testi-load-btn a:hover{
    background-color: transparent;
    border: 1px solid #FEBF10;
    color: #FEBF10;   
}
.stry-testi-wrap{
    margin-top: 40px;
}
.stry-test-card{
    transition: 0.3s all ease-in-out;
    padding: 35px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px -1px rgba(66,66,66,1);
    -moz-box-shadow: 0px 0px 25px -1px rgba(66,66,66,1);
    box-shadow: 0px 0px 25px -1px rgb(0 0 0 / 25%);
   
}
.stry-test-card:hover{
    background-color: #232323;
}
.stry-test-head-sec{
    display: flex;
    align-items: center;
}
.stry-test-head-sec img{
    border-radius: 50%;
    width: 100%;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
}
.stry-testi-head {
    padding-left: 20px;
}
.stry-testi-head h4{
    color: #FEBF10;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
}
.stry-testi-head p{
    color: #fff;
    opacity: 0.6;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    height:84px;
}
.stry-testi-des{
    color: #fff;
    margin-top: 30px;
    /* width: 340px; */
}
@media(max-width:576px){
    .stry-testi-des{
        margin-top: 20px;
    }
}
.stry-testi-des p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.stry-testi-des a{
   color: #FEBF10;
   text-decoration: none;
   position: relative;
   padding-bottom: 5px;
}
.stry-testi-des a::after{
    content: "";
    background-color: #FEBF10;
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: 0;
    left: 0;
    transition: 0.3s all ease-in-out;
}
.stry-testi-des a:hover::after{
    width: 100%;
}


/* sticky-div */

.sticky-div{
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(270deg) translateY(78px);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 100;
}
@media(max-width:576px){
    .sticky-div{
        position: relative;
        bottom: 0;
        transform: none;
        width: 100%;
    }
    .whatsapp-icon{
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .free-esti a{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .progress-wrap{
        bottom: 65px !important;
        right: 10px !important;
    }
}
.free-esti a{
    margin-bottom: 0;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #272727;
    background-color: #FEBF10;
    padding: 11px 30px;
    transition: 0.3s all ease-in-out;
}
.free-esti a:hover{
    background-color: #272727;
    color: #FEBF10;
    border-color: #FEBF10;
}
.enquiry-m-content{
    background-color: #272727!important;
    padding: 45px 35px;
}
@media(max-width:576px){
    .enquiry-m-content{
        padding: 45px 20px;
    }
}
.enq-close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.enq-m-head p{
    color: #FEBF10;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    padding-right: 40px;  
}
@media(max-width:576px){
    .enq-m-head p{
        padding-right: 0;
    }
}
.enq-sub-btn{
    text-align: left !important;
}
.video-close{
    position: absolute;
    top: -30px;
    right: 10px;
    cursor: pointer;
    z-index: 5;
}
.video-popup-testi-content{
    background-color: #272727;
   
}
.video-popup-testi-body{
    padding: 0;
}
.video-popup-testi{
    --bs-modal-width:830px;
}
@media(max-width:767.98px){
    .testi-des {
        /* font-size: 12px; */
        padding : 23px 10px;
    }
}
@media(max-width:577.98px){
    .testi-des {
        font-size: 14px;
    }
}
.stry-testi-modal-content{
    background-color: #272727 !important;
    padding: 35px;
}
@media(max-width:576px){
    .stry-testi-modal-content{
        padding: 10px;
    }
}
.stry-testi-modal{
    --bs-modal-width:890px;
}
.stry-testi-card-head{
    display: flex;
    align-items: center;
}
.stry-testi-card-head img{
    width: 80px;
    height: 80px;
}
.stry-testi-mo-header{
    padding-left: 20px;
}
.stry-testi-mo-header h4{
    color: #FEBF10;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
}
.stry-testi-mo-header p{
    color: #fff;
    opacity: 0.6;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
     height: 84px;
}
.stry-testi-modal-des{
    color: #fff;
    margin-top: 30px;
}
.stry-testi-modal-des p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
}
.stry-strip{
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(56, 56, 56, 0.18);
    font-family: 'Oswald';
    font-weight: 300;
    color: rgba(210, 210, 210, 1);
    font-size: 14px;
    z-index: 100;
    letter-spacing: 0.12em;
}
.stry-strip .header-strip-content{
    list-style-type: none;
    display:flex;
    margin-bottom: 0;
    padding: 10px;
    align-items: center;
    padding-right: 20px;
}
.call-links-dropdown{
    padding-left: 10px;
}
.call-links-dropdown a{
    color: rgba(0, 0, 0, 1);
}
.call-links-dropdown a::after{
    content: none;
}
.call-link{
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding:5px  10px !important;
}
.call-link:hover{
    color: #272727!important;
}
.call-menu{
    padding: 5px!important;
    border-radius: 0;
    background-color: rgba(175, 173, 170, 1)!important;
    transform: translate3d(-120px, 40px, -1px)!important; 
   
 }
.call-menu li{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size:12px !important;
    justify-content: space-between;
    color: #212529!important;
}

.call-menu li a{
    color: #212529!important;
}

.call-menu li:last-child{
    border-bottom: none;
}
.call-menu li a{
    padding-right: 0;
    text-align: right;
}

.call-menu li a:hover{
    background-color: transparent;
    color: #fff!important;
}
.loction-icon{
    padding-right: 10px;
}
.call-icon{
    padding-right: 5px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* Set the number of lines to display */
   
  }
.dropdown-menu{
     width:15rem!important;
     top: 0% !important;
     margin: 0 !important;
}
.dropdown-menu li a {
    font-weight: 500!important;
    font-family: inherit !important;

}
a.nav-link.dropdown-toggle.call-link {
    pointer-events: none !important;
}
label{
    width:100% !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  
    text-align: left !important;
}
.butn-dark a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #FEBF10;
    color: #000 !important;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
 
    background: #FEBF10 !important;
 
}
.YouTubePopUp-Content{
    max-width: 80vw !important;
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 100% !important;
    position: relative;
    aspect-ratio: 16/9 !important;
    }

@media(max-width:990px){
.stry-strip{
   display:none;
}
}

.video-popup-testi-body video{

  width:500px;
  height:auto;
}
.wpcf7-not-valid-tip{
  color:#f4524d!important;
}
.wpcf7-response-output{
   border:none!important;
   color:#46b450!important;
}

.wpcf7 form .wpcf7-response-output{
   margin:0px!important;
   padding:0px!important;

}
.video-popup-testi-body{
   padding:0px!important;
}

.pre-next{
   align-items: flex-start!important;
}

.img-responsive{
   opacity:0.7;
}
.whatsapp-icon{
   background:#fff;
   transition: 0.3s all ease-in-out;
}
.whatsapp-icon:hover{
   opacity: 0.8;
}
@media(max-width:576px){
    .video-popup-testi-body video{
        max-width: 100%;
    }
}