@media screen and (max-width:1799px){
    body{font-size:14px;}
    p{font-size:14px;}
    input,select,textarea{height:50px;}
    textarea{height:100px;}
    .sub-container{padding:0% 5%;}
    .mini-size{font-size:12px;}
    .small-size{font-size:16px;}
    .large-size{font-size:18px;}
    .extra-large-size{font-size:20px;}
    .title-big-text{font-size:80px;}
    .title-extra-large-text{font-size:55px;}
    .title-large-text{font-size:30px;}
    .title-text{font-size:28px;}
    .title-small-text{font-size:25px;}
    .title-mini-text{font-size:22px;}
    .sub-title-text{font-size:16px;}
    .button{font-size:14px;}
    .empty-space{padding:80px 0px;}
    .empty-space-top{padding-top:80px;}
    .empty-space-bottom{padding-bottom:80px;}
    .list-box li:after{width:18px;height:18px;}
    .hero-info{left:8%;}
    .company-logo-box img{height:60px;}
    .step-proces-box h5{font-size:20px;}
    .review-top-content h3{font-size:30px;}
    .speaker-detail p{min-height:40px;}
    .speaker-detail-content ul li{font-size:14px;padding:15px 25px;}
    .speaker-detail-contenth6{font-size:15px;}
    .speaker-biography-info h5{font-size:16px;margin:10px 0px;}
}
@media screen and (max-width:1200px){
    .sub-container{padding:0%;}
    .mini-size{font-size:13px;}
    .small-size{font-size:15px;}
    .large-size{font-size:17px;}
    .extra-large-size{font-size:19px;}
    .title-big-text{font-size:40px;line-height:0.9;}
    .title-extra-large-text{font-size:40px;line-height:1;}
    .title-large-text{font-size:28px;line-height:0.9;}
    .title-text{font-size:25px;line-height:1.1;}
    .title-small-text{font-size:22px;line-height:1.1;}
    .title-mini-text{font-size:20px;line-height:1.1;}
    .sub-title-text{font-size:15px;}
    .button{padding:12px 18px;}
    .button + .button{margin-left:5px;}
    .empty-space{padding:50px 0px;}
    .empty-space-top{padding-top:50px;}
    .empty-space-bottom{padding-bottom:50px;}
    .header-menu{width:50%;}
    .header-menu ul li{margin:0px 5px;}
    .header-search{width:50%;}
    .hero-info{left:4%;}
    .hero-info p{margin:20px 0px;}
    .company-logo-box img{height:50px;}
    .speaker-col{padding:0px 15px;}
    .speaker-image img{height:200px;}
    .speaker-detail h5{font-size:18px;}
    .browsing-know-box{padding:0%;}
    .review-top-detail{padding:30px 0px 20px 0px;}
    .listen-box{padding:0%;}
    .presenter-box img{width:80px;height:80px;}
    .experience-box{margin:0px 15px;}
    .experience-icon{width:50px;height:50px;line-height:50px;}
    .experience-icon img{width:20px;}
    .experience-info{width:calc(100% - 50px);padding-left:15px;}
    .contact-information-box{margin:15px 0px;}
}
@media screen and (max-width:991px){
    .header{padding:10px 0px;}
    .mobile-header-row{display:flex;align-items:center;}
    .mobile-logo img{width:100px;}
    .header-menu{width:100%;}
    .toggle-button{text-align:right;}
    .toggle{border:none;background:none;padding:0px;}
    .toggle span{display:block;width:30px;height:2px;background:#ffffff;margin:5px 0px;-webkit-transition:all .2s ease-in-out;}
    .toggle-open .toggle span:nth-child(1){transform:translateY(9px) translateX(0) rotate(45deg);-webkit-transform:translateY(9px) translateX(0) rotate(45deg);-moz-transform:translateY(9px) translateX(0) rotate(45deg);-webkit-transition:all .2s ease-in-out;}
    .toggle-open .toggle span:nth-child(2){opacity:0;-webkit-transition:all .2s ease-in-out;}
    .toggle-open .toggle span:nth-child(3){transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transform:translateY(-5px) translateX(0) rotate(-43deg);-moz-transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transition:all .2s ease-in-out;}
    .toggle-menu{display:block;position:fixed;left:-100%;top:0;bottom:0;width:80%;height:100vh;background:#0B0B0B;box-shadow:0px 0px 20px #000000b5;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;padding:25px;z-index:999;}
    .toggle-open .toggle-menu{left:0;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
    .toggle-menu ul li{display:block;width:100%;opacity:0;transform:scale(1.15) translateY(-30px);transition:transform .5s cubic-bezier(.4,.01,.165,.99) 0s,opacity .6s cubic-bezier(.4,.01,.165,.99) 0s,-webkit-transform .5s cubic-bezier(.4,.01,.165,.99);}
    .toggle-menu ul li a{padding:15px 0px 10px 0px;margin:0px;border-top:1px solid #191919;border-bottom:1px solid #000000;}
    .toggle-menu ul li:first-child a{border-top:none;}
    .toggle-menu ul li:last-child a{border-bottom:none;}
    .toggle-open .toggle-menu ul li{opacity:1;transform:scale(1) translateY(0px);-webkit-transform:scale(1) translateY(0px);}
    .toggle-open .toggle-menu ul li:nth-child(1){transition-delay:0s;}
    .toggle-open .toggle-menu ul li:nth-child(2){transition-delay:0.1s;}
    .toggle-open .toggle-menu ul li:nth-child(3){transition-delay:0.2s;}
    .toggle-open .toggle-menu ul li:nth-child(4){transition-delay:0.3s;}
    .toggle-open .toggle-menu ul li:nth-child(5){transition-delay:0.4s;}
    .toggle-open .toggle-menu ul li:nth-child(6){transition-delay:0.5s;}
    .toggle-open .toggle-menu ul li:nth-child(7){transition-delay:0.6s;}
    .copyright-menu ul li{margin-right:5px;}
}
@media screen and (max-width:767px){
    p{font-size:16px;}
    .large-size{font-size:18px;}
    .small-size{font-size:18px;}
    .title-box{padding-bottom:20px;}
    .title-box p{margin-top:10px;}
    .title-big-text{font-size:50px;}
    .title-small-text{font-size:20px;}
    .vertical-middle{display:block;}
    .xs-reverse{display:flex;flex-wrap:wrap-reverse;width:100%;margin:0px;}
    .button-box{padding-top:20px;}
    .button{font-size:16px;width:100%;}
    .button + .button{margin-left:0px;margin-top:10px;}
    .empty-space{padding:30px 0px;}
    .empty-space-top{padding-top:30px;}
    .empty-space-bottom{padding-bottom:30px;}
    .text-xs-center{text-align:center;}
    .page-template-home{background:url(../images/Home-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .page-template-about-us{background:url(../images/About-Us-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .page-template-speakers{background:url(../images/Speakers-List-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .single-speakersposts{background:url(../images/Speakers-Detail-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .page-template-topics{background:url(../images/Topics-Page-Mobile-Bg.png.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .page-template-news{background:url(../images/News-List-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .page-template-contact-us{background:url(../images/Contact-Us-Page-Mobile-Bg.png) #0B0B0B;background-repeat:no-repeat;background-position:top center;background-size:cover;}
    .hero-info{left:0%;right:0%;padding:0% 5%;text-align:center;}
    .company-logo-box img{height:30px;}
    .company-logo-bottom-info hr{margin-top:15px;margin-bottom:15px;}
    .step-proces-box{padding:5%;margin:15px 0px;}
    .browsing-know-box{text-align:center;margin:20px 0px;}
    .browsing-know-box p{margin:10px 0px;}
    .succes-tab-menu button{font-size:16px;color:#F1F2F1;border:1px solid #4F4F4F;border-radius:8px;padding:16px;display:flex;align-items:center;background:none;width:100%;}
    .succes-tab-menu button:after{content:"\f107";font-family:'FontAwesome';font-size:16px;margin-left:auto;}
    .succes-collapsible{background:#222222;border:1px solid #4F4F4F;border-radius:8px;border-top:none;overflow:hidden;}
    .succes-collapsible ul li a{color:#ffffff;padding:10px 15px;display:block;}
    .succes-collapsible ul .active a{background:#151515;}
    .succes-tab-content{padding-top:30px;}
    .search-speaker-info{text-align:center;padding-bottom:30px;}
    .search-speaker-form form{display:block;}
    .search-speaker-form .button{margin-left:0px;margin-top:10px;}
    .review-top-content{display:none;}
    .review-top-detail{display:block;padding:0;}
    .review-top-detail-box{justify-content:center;}
    .review-top-logo{text-align:center;padding-top:15px;}
    .review-box{margin:30px -10px 60px -10px;}
    .banner-left-info{text-align:center;}
    .presenter-box{transform:scale(0.8);-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);}
    .slick-center .presenter-box{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);}
    .presenter-box p{margin-top:5px;}
    .experience-box{margin:15px 0px;}
    .principles-box{margin:15px -5px;}
    .principles-box h6{margin:15px 0px 15px 0px;}
    .principles-box h5{width:60px;height:60px;font-size:24px;line-height:60px;}
    .guarantee-box{text-align:center;margin:15px 0px;}
    .guarantee-box span{margin:0px auto 10px auto;}
    .team-row{padding:0px 15px;}
    .team-box{display:block;border:1px solid #4F4F4F;border-radius:8px;background:#252525;margin:2px -13px;}
    .team-image{width:100%;}
    .team-image img{border:none;border-radius:8px 8px 0px 0px;}
    .team-info{width:100%;padding:5%;display:flex;justify-content:space-between;position:relative;}
    .team-info h5{font-size:15px;}
    .team-info h6{font-size:12px;margin-top:5px;}
    .team-info p{margin:0px;}
    .team-info ul li{margin-right:5px;}
    .team-info ul li a{font-size:15px;}
    .team-button button{background:none;border:none;padding:0px;margin:0px;font-size:20px;}
    .team-detail{position:absolute;left:0%;right:0%;top:100%;border-radius:8px;background:#252525;padding:5%;border:1px solid #4F4F4F;margin-top:5px;z-index:1;}
    .banner-bg{padding:50px 0px;}
    .banner-info.search-box form{margin-top:20px;}
    .search-box form{display:block;}
    .search-box .button{margin-left:0px;margin-top:10px;}
    .filter-box{margin:10px 0px;}
    .speaker-row{margin-right:-5px;margin-left:-5px;margin-top:5px;margin-bottom:5px;}
    .speaker-row .col-sm-4{padding:5px;}
   /* .speaker-box{margin:0px;}*/
    .speaker-info{padding:10px 0px 10px 0px;}
    .speaker-detail h5{font-size:14px;margin-bottom:5px;}
    .speaker-detail p{margin-top:5px;font-size:12px;}
    .speaker-link i{font-size:11px;width:20px;height:20px;line-height:20px;}
    .speaker-image img{height:150px;}
    .filter-list ul li a{font-size:14px;padding:10px;}
    .previous-next-link a{font-size:12px;}
    .previous-next-link a i{font-size:14px;}
    .previous-link a i{margin-right:0px;}
    .next-link a i{margin-left:0px;}
    .pagination-box ul li a{font-size:12px;width:30px;height:30px;line-height:30px;}
    .blog-row{padding:0px 10px;margin-top:20px;margin-bottom:20px;}
    .blog-row .blog-box{margin:5px -10px;}
    .blog-row .blog-image img{height:100px;}
    .blog-row .blog-content{padding:10px 0px;}
    .blog-row .blog-content h5{font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;}
    .blog-row .blog-content p{font-size:10px;margin:5px 0px;}
    .blog-row .blog-content a{font-size:10px;}
    .blog-row .blog-author img{width:25px;height:25px;}
    .blog-row .blog-author-info h6{font-size:11px;}
    .blog-row .blog-author-info h5{font-size:8px;margin-top:2px;}
    .blog-box{padding:10px;}
    .blog-content{padding:15px 0px;}
    .blog-image img{border-radius:8px;}
    .blog-content h5{font-size:16px;}
    .blog-content p{margin:10px 0px;}
    .blog-author{width:20%;}
    .blog-author-info{width:80%;}
    .recent-blog-image img{height:300px;}
    .recent-blog-info{padding-left:0%;}
    .recent-blog-row{margin-top:20px;}
    .contact-information-box{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:5%;}
    .contact-information-icon{margin:0px;}
    .contact-information{padding-top:0px;width:calc(100% - 60px);padding-left:15px;text-align:center;}
    .contact-form{padding:3% 3%;}
    .speaker-detail-content{text-align:center;padding-bottom:30px;margin-bottom:15px;}
    .speaker-detail-content ul{text-align:left;}
    .speaker-detail-video iframe{height:150px;width:100%;}
    .speaker-detail-video-box{padding:10px;}
    .speaker-detail-info{padding-top:10px;}
    .speaker-detail-info h6{margin-bottom:10px;}
    .check-availability-form{padding:5% 5%;}
    .wpc-open-close-filters-button.wpc-opened{display:none;}
    .speaker-filter .wpc-filters-section{width:100%;margin:10px 0px;}
    .speaker-filter .select2.select2-container.select2-container--default{min-width:100%;}
    .speaker-filter .wpc-filters-widget-content{display:block!important;}
    .speaker-filter .wpc-open-close-filters-button.wpc-opened{display:none;}
    .footer-subscribe-newsletter-info p{font-size:12px;}
    .footer-subscribe-newsletter-form-box{display:block;}
    .footer-subscribe-newsletter-form-button .button{margin-left:0px;margin-top:15px;}
    .footer-top{padding:30px 0px;}
    .footer-box{padding-bottom:30px;}
    .footer-bottom{padding-top:30px;}
    .footer-social{padding-bottom:30px;}

.speaker-detail-content-bg .row
{
display: flex; flex-direction: column; 
}
.speaker-detail-content-bg .row .fadeInLeft
{
    order: 2;
    padding-top: 20px;

}
.speaker-detail-content-bg .row .f-order
{
order:1;
}
.toggle-menu .is-search-form
{
position: relative;
}
.toggle-menu #is-search-input-459
{
    height: 44px;
    width: 200px;
}
.toggle-menu .is-search-submit
{
   position: absolute;
    top: 36%;
    right: 4%;
padding: 8px 9px;
width: 21%;

}

.toggle-menu .fa-search
{
position: absolute;
    left: 83%;
    top: 39%;
display:none;
}

.toggle-menu .is-search-submit
{
        margin-top: 4%;
}
 #is-ajax-search-result-459
{
    width: 77% !important;
    height: 199px !important;
}
}


/*********added by khushbu**********/
@media (max-width: 767px)
{
.hero-video video {
  
    height: 70vh !important;
    
}
.hero-image img {
  
        height: 70vh !important;
    
}

}/*
.hero-box
{      height: 70vh !important;
}*/