@media (max-width: 1700px) {
    .blockquote_section .blockquote h3 {
        max-width: 740px;
        font-size: 28px;
    }
    
    
} /*---end 1501-1700px----*/


@media (max-width: 1500px){
    .event_header {
        padding: 25px 10px 0;
    }
    .event_banner .left_content {
        padding-left: 25px;
    }
    .event_banner .right_content .social_connect {
        right: 25px;
    }
    
    .blockquote_section {
        height: 650px;
    }
    .blockquote_section .blockquote h3 {
        max-width: 720px;
        font-size: 28px;
        line-height: 40px;
    }
    .blockquote_section .blockquote .author {
        padding-left: 30px;
    }
    .blockquote_section .video_area {
        top: 188px;
        min-width: 450px;
        min-height: 500px;
    }
    .blockquote_section .video_area img {
        max-width: 490px;
        max-height: 700px;
    }
    
    .event_pricing {
        padding-top: 268px;
        padding-bottom: 160px;
    }
    .event_pricing .overlay {
        border-radius: 0 0 340px 0;
        bottom: 84px;        
    }
    
    .footer_area .overlay {
        border-radius: 0 280px 0 0;
    }
    
    
}/*---end 1401-1500px----*/

@media (max-width: 1400px){
    .event_banner .countdown_area {
        width: 540px;
    }
    .event_banner .counter_wrapper .single-count h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .section_padding {
        padding: 100px 0 110px;
    }
    
    .event_shedule .overlay {
        border-radius: 0 0 0 280px;
    }
    .speaker_section {
        padding: 40px 0 80px;
    }
    
    /*---blockquote section----*/
    .blockquote_section {
        padding: 50px;
        height: 400px;
		/*height: 650px;*/
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    .blockquote_section .blockquote {
        width: 60%;
        padding-right: 30px;
    }
    .blockquote_section .video_area {
        min-width: 400px;
        min-height: 450px;
        position: relative;
        top: inherit;
        right: inherit;
        width: 37%;
    }
    .blockquote_section .video_area img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }
    .blockquote_section .blockquote h3 {
        font-size: 22px;
        line-height: 35px;
        padding-left: 30px;
    }
    .blockquote_section .blockquote .author {
        margin-top: 40px;
    }
    
    .event_pricing {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .event_pricing .overlay {
        border-radius: 0 0 230px 0;
        bottom: 54px;
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    
    .client_logo {
        padding-top: 205px;
    }
    .newsletter_section {
        padding: 80px 20px;
        box-shadow: 0px 4px 30px 0px rgba(238, 237, 241, 0.5);
    }
    .footer_area .overlay {
        border-radius: 0 210px 0 0;
        top: 160px;
    }
    .contact_info {
        margin: 70px 0;
    }
    
    
    
    
}/*---end 1200-1400px----*/


@media (max-width: 1199px) {
    .event_header .logo_area img {
        width: 180px;
    }
    .event_banner .countdown_area {
        width: 435px;
        padding: 30px 30px;
    }
    .event_banner .counter_wrapper .single-count {
        padding: 0 15px;
    }
    .event_banner .counter_wrapper .single-count p {
        padding-top: 0px;
        font-size: 16px;
    }
    .event_banner .counter_wrapper .single-count h1 {
        font-size: 34px;
        line-height: 50px;
    }
    .event_banner .right_content {
        padding-left: 35px;
    }
    
    /*-------*/
    .event_about .section_title h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .event_about .single_goal > i {
        font-size: 55px;
    }
    .event_about .single_goal {
        padding: 15px 80px 15px 80px;
    }
    
    .section_title h2 {
        max-width: 500px;
        font-size: 30px;
        line-height: 44px;
    }
    
    /*---------*/
    .event_shedule {
        padding-bottom: 100px;
    }
    .event_shedule .overlay {
        border-radius: 0 0 0 230px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: 0;
    }
    .event_shedule .event_date .title {
        max-width: 260px;
        width: 100%;
    }
    .event_shedule .event_date .title {
        max-width: 260px;
    }
    .event_shedule .event_date .title p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 5px;
    }
    .event_shedule .single_event .event_place .time {
        width: 250px;
    }
    .event_shedule .single_event .event_place .ticket {
        width: 140px;
    }
    .event_shedule .single_event .event_place .ticket:before {
        width: 136px;
    }
    
    
    /*----------*/
    .speaker_section {
        padding: 100px 0 80px;
    }
    .speaker_section .member_info {
        width: 100%;
    }
    
    /*---------*/
    .blockquote_section .video_area {
        min-width: 350px;
        min-height: 400px;
    }
    .blockquote_section {
        height: 570px;
    }
    .blockquote_section .blockquote h3 {
        font-size: 18px;
        line-height: 30px;
        padding-left: 24px;
    }
    .blockquote_section .blockquote .author {
        margin-left: 30px;
    }
    .blockquote_section .video_area > span {
        height: 80px;
        width: 80px;
    }
    
    /*-------*/
    .event_pricing {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .event_pricing .overlay {
        border-radius: 0;
        bottom: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .event_pricing .single_tbl .tbl_header h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
    }
    .event_pricing .single_tbl .tbl_header h1 .dollar {
        font-size: 30px;
        top: -12px;
        line-height: 38px;
    }
    .event_pricing .single_tbl .tbl_header {
        padding: 40px 20px 50px;
    }
    .event_pricing .single_tbl.popular .tbl_header .rating {
        margin-bottom: 20px;
    }
    .event_pricing .single_tbl.popular .tbl_header {
        padding: 30px 20px 50px;
    }
    
    
    /*--------*/
    .event_blog .section_title h2 {
        max-width: 400px;
    }
    .event_blog .single_blog_post .blog_content h5 {
        font-size: 17px;
        line-height: 24px;
    }
    
    /*--------*/
    .event_register {
        padding: 100px 0;
    }
    .event_register .main_title {
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }
    .event_register .main_title h2.title {
        font-size: 32px;
        line-height: 45px;
        padding-bottom: 30px;
    }
    .event_register .main_title h5.title_20 {
        font-size: 18px;
        line-height: 28px;
    }
    .event_register .registration_form {
        padding: 40px 35px;
        border-radius: 0;
        position: relative;
        top: inherit;
    }
    .event_register .registration_form button {
        width: 100%;
    }
    
    
    /*--------*/
    .client_logo {
        padding-top: 100px;
    }
    .client_logo .section_title {
        padding-bottom: 60px;
    }
    
    
    
    
    
} /*---end 992-1199px---*/


@media (max-width: 991px) {
    .event_header .contact_number {
        margin-left: 0;
    }
    .event_banner {
        height: auto;
        min-height: auto;
        display: flex;
        flex-flow: column-reverse;
    }
    .event_banner .left_content {
        width: 100%;
        padding: 80px 15px;
    }
    .event_banner .countdown_area {
        margin: 0 auto;
        text-align: center;
    }
    .event_banner .right_content {
        width: 100%;
        padding: 120px 20px 120px;
    }
    .event_banner .right_content ul.menu {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }
    .event_banner .right_content ul.menu li {
        display: inline-block;
        margin: 0 10px;
    }
    .event_banner .right_content .menu li a:before {
        display: none;
    }
    .event_banner .right_content .menu li a {
        padding-left: 0px;
    }
    .event_banner .right_content .social_connect {
        right: 50%;
        position: absolute;
        transform: translateX(50%);
    }
    .event_banner .countdown_area .ticket_button {
        margin-left: auto;
        margin-right: auto;
    }
    
    
    /*----------*/
    .event_about .img-area {
        margin-top: 0;
        text-align: center;
        margin-bottom: 60px;
    }
    .event_about .section_title{
        text-align: center;
    }
    .event_about .section_title h2 {
        max-width: 100%!important;
    }
    .event_about .single_goal {
        padding: 15px 15px 15px 80px;
        max-width: 450px;
        margin: 0 auto;
    }
    
    /*--------*/
    .event_shedule .single_event {
        display: block;
    }
    .event_shedule .single_event .event_date {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .event_shedule .single_event .event-img {
        max-width: 150px;
        width: 24%;
        text-align: center;
    }
    .event_shedule .event_date .title {
        max-width: 100%;
        width: 50%;
    }
    
    .event_shedule .single_event .event_place {
        width: 100%;
        padding-left: 0;
        justify-content: flex-start;
    }
    .event_shedule .single_event .event_place .time {
        width: 50%;
    }
    
    .speaker_section .member_info {
        border-bottom: none;
    }
    
    /*------*/
    .blockquote_section {
        height: auto;
        padding: 90px 50px;
    }
    .blockquote_section .blockquote {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .blockquote_section .blockquote h3 i {
        position: relative;
        left: inherit;
        top: inherit;
        display: block;
        margin-bottom: 17px;
    }
    .blockquote_section .blockquote h3 {
        padding-left: 0px;
    }
    .blockquote_section .blockquote .author {
        margin-left: 0;
        padding-left: 0;
    }
    .blockquote_section .blockquote .author:before {
        display: none;
    }
    .blockquote_section .video_area {
        min-width: 350px;
        min-height: 300px;
		/*min-height: 400px;*/
        width: 70%;
        margin: 40px auto 0;
    }
    
    /*-----------*/
    .event_pricing .single_tbl {
        max-width: 350px;
        width: 100%;
        margin: 0 auto 30px;
        box-shadow: 0px 28px 48px 0px rgba(3, 1, 21, 0.1);
    }
    .event_pricing .section_title {
        padding-bottom: 65px;
    }
    .event_pricing .single_tbl.popular {
        -webkit-transform: translateY(px);
        -moz-transform: translateY(px);
        -ms-transform: translateY(px);
        -o-transform: translateY(px);
        transform: translateY(0px);
    }
    
    /*------*/
    .event_blog {
        padding: 100px 0 80px;
    }
    .event_blog .single_blog_post {
        max-width: 460px;
        width: 100%;
        margin: 0 auto 30px;
    }
    
    /*-------*/
    .event_register .main_title {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    .event_register .registration_form {
        max-width: 450px;
        margin: 0 auto;
    }
    
    /*-------*/
    .client_logo {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer_area .overlay {
        border-radius: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .newsletter_section {
        padding: 50px 20px;
        display: block;
        text-align: center;
    }
    .newsletter_section .contact_title {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .newsletter_section form {
        margin: 0 auto;
    }
    
    
    
    
    
}/*-----end 768-991-----*/


@media (max-width: 767px){
    .event_header .contact_number {
        display: none;
    }
    .event_shedule .single_event .event-img {
        width: 30%;
    }
    .event_shedule .event_date .title {
        max-width: 100%;
        width: 41%;
    }
    .event_shedule .single_event .event_place .time {
        width: 60%;
    }
    .event_shedule .overlay {
        border-radius: 0 0 0 170px;
    }
    .client_logo .logos {
        flex-wrap: wrap;
    }
    .client_logo .logos li {
        flex-basis: 50%;
        margin-bottom: 30px;
    }
    
    .newsletter_section form {
        width: 470px;
    }
    .contact_info .single_info {
        float: none;
        padding: 0 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .event_footer {
        text-align: center;
        flex-flow: column-reverse;
    }
    
    
    
   
}/*-----end 576-767-----*/


@media (max-width: 575px){


    
    .event_header .get_ticket a:before {
        background: transparent;
            background-image: -webkit-linear-gradient( 0deg, rgb(4, 3, 31) 0%, rgb(7, 7, 58) 99%);
    }
    .event_header .header_content {
        display: block;
        text-align: center;
    }
    .event_header .get_ticket a {
        margin: 20px auto 0;
    }
    
    .event_banner .right_content {
        padding: 160px 20px 120px;
    }
    .event_banner .right_content .menu li a {
        margin-bottom: 2px;
    }
    .event_banner .right_content .social_connect {
        /*width: 180px;*/
		width: auto;
    }
    
    .event_banner .countdown_area {
        width: 100%;
        padding: 30px 20px;
    }
    .event_banner .counter_wrapper .single-count {
        width: 50%;
        margin-bottom: 10px;
    }
    .event_banner .countdown_area h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    
    .event_about .section_title h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .event_about .single_goal {
        padding: 15px 15px;
        text-align: center;
    }
    .event_about .single_goal > i {
        position: relative;
        left: inherit;
        top: inherit;
    }
    .event_about.section_padding {
        padding: 100px 0 70px;
    }
    
    .section_title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    /*---------*/
    .event_shedule .overlay {
        border-radius: 0 0 0 110px;
    }
    .event_shedule .single_event .event_date {
        display: block;
        text-align: center;
    }
    .event_shedule .single_event .event-img {
        width: 100%;
        margin: 20px auto;
    }
    .event_shedule .event_date .title {
        max-width: 100%;
        width: 100%;
    }
    .event_shedule .single_event .event_place {
        display: block;
        text-align: center;
    }
    .event_shedule .single_event .event_place .time {
        width: 100%;
        margin-bottom: 20px;
    }
    .event_shedule .single_event .event_place .ticket {
        display: block;
        margin: 0 auto;
    }
    
    .speaker_section .team_common {
        margin-bottom: 20px;
    }
    .speaker_section .member_info {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .speaker_section .member_img {
        padding: 0 0px 0;
    }
    
    /*-------*/
    .blockquote_section {
        padding: 90px 15px;
    }
    .blockquote_section .video_area {
        min-width: 260px;
        min-height: 280px;
        margin: 40px auto 0;
    }
    
    /*-------*/
    .event_register .main_title h2.title {
        font-size: 23px;
        line-height: 36px;
    }
    .event_register .registration_form {
        padding: 22px 20px;
    }
    
    .client_logo {
        padding-bottom: 40px;
    }
    .client_logo .logos li {
        flex-basis: 100%;
    }
    
    .newsletter_section .contact_title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .newsletter_section form {
        width: 100%;
        height: auto;
        background: none;
    }
    .newsletter_section form > input {
        float: none;
        height: 50px;
        padding: 10px 17px 10px 17px;
        width: 100%;
        background: #f6f9fc;
    }
    .newsletter_section form > button {
        position: relative;
        right: inherit;
        top: inherit;
        margin: 20px auto 0;
    }
    .contact_info .single_info i {
        font-size: 38px;
    }
    
    
    
}/*-----end 300-575-----*/



