/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1367px) and (max-width: 1920px) {
    .container {
        width: 1200px;
    }
}




/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px
    }
    /* Header */
    .left-img img {
        width: 190px;
    }
    .logo img {
        width: 190px;
    }
    .header-left-top::before {
        width: calc(100% - 140px);
        left: 150px;
        font-size: 13px;
    }
    .header-right h1 {
        font-size: 36px;
        padding: 70px 70px;
    }
}




/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header */
    .left-img img {
        width: 164px;
        margin-right: 50px;
    }
    .logo img {
        width: 150px;
        margin-right: 50px;
    }
    .text-single h4 {
        font-size: 16px;
    }
    .header-right h1 {
        font-size: 36px;
        padding: 50px 30px;
    }
    .header-left-top::before {
        width: calc(100% - 125px);
        left: 125px;
        font-size: 12px;
    }
    /*Speaker CSS*/
    .spk-info h2 {
        font-size: 20px;
    }
    /*Share CSS*/
    .card-front .card-text p {
        font-size: 16px;
    }
    .card-back .inner p {
        font-size: 16px;
    }
    .share_btn {
        font-size: 16px;
        padding: 2px 0;
    }


}




/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header */
    .left-img img {
        width: 150px;
        margin-right: 40px;
    }
    .logo, .text {
        margin-top: 15px;
    }
    .logo img {
        width: 140px;
        margin-right: 40px;
    }
    .text-single h4 {
        font-size: 14px;
    }
    .header-left-top::before {
        width: calc(100% - 125px);
        left: 115px;
        font-size: 10px;
    }
    .header-right h1 {
        font-size: 24px;
        padding: 50px 15px;
        border: 18px solid #EDAF11;
    }

    /* Speaker */
    .speaker-details h3 {
        font-size: 18px;
    }
    .promo-message h3 {
        font-size: 24px;
    }
    .speaker-details li {
        font-size: 16px;
    }
    .speaker-details p {
        font-size: 16px;
    }
    /*Speaker*/
    .spk-info h2 {
        font-size: 20px;
    }
    .spk-info p {
        font-size: 16px;
    }
    /* Section Title */
    .sec-title h2 {
        font-size: 24px;
    }
    /* Video */
    .video-wrapper #_youtube-iframe-wrapper #_youtube-iframe {
        width: 150vw;
    }

    .about {
        margin-left: 25px;
    }

    .about-wrap p {
        font-size: 16px;
    }
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promo-video-wrap {
        width: 500px;
        margin-bottom: 30px;
    }
    .about {
        margin-left: 0;
        width: 500px;
    }
    /*Share Area CSS*/
    .card {
        width: 33.333333%;
    }
    .card-front .card-text p {
        font-size: 14px;
    }
    .card-back .inner p {
        font-size: 14px;
    }
    .share_btn {
        font-size: 14px;
    }
    /*Notice*/
    .notice-wrap h4 {
        font-size: 18px;
    }

    /*Footer*/


}




/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 95%
    }
    .dfx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    /* Header */
    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header-left-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo img {
        margin-right: 0;
    }
    .left-img img {
        margin-right: 0;
    }
    .logo, .text {
        margin-top: 20px;
    }
    .header-right {
        position: relative;
        margin-top: 90px;
    }
    .header-right h1 {
        font-size: 22px;
        padding: 20px 20px;
        border: 15px solid #EDAF11;
    }
    .header-left-top::before {
        width: calc(100% - 0px);
        height: auto;
        left: 0;
        font-size: 11px;
        line-height: 1.4;
        bottom: -63px;
        padding: 10px;
    }
    /*Speaker*/
    .spk-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
        text-align: center;
    }
    .avatar {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .spk-info h2 {
        font-size: 18px;
    }
    .spk-info p {
        font-size: 16px;
    }
    /* SPeaker Details */
    .speaker-details {
        padding: 20px;
    }
    .speaker-details h3 {
        font-size: 18px;
    }
    .speaker-details p {
        font-size: 16px;
    }
    .speaker-details li {
        font-size: 16px;
    }
    .promo-message h3 {
        font-size: 20px;
    }
    .spk-wrap-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    /* Video */
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .promo-video-wrap {
        width: 100%;
    }

    .about {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .about p {
        font-size: 16px;
        text-align: center;
    }

    /* Feature */
    .feature-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .feature-des {
        width: calc(100% - 0px);
        margin-top: 30px;
    }

    /* Section Title */
    .sec-title h2 {
        font-size: 18px;
    }

    /* Counter */
    .countdown {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .cdown {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    /*Share Area CSS*/
    .card {
        width: 100%;
    }

    /*Footer*/
    .isc-social-top p {
        font-size: 16px;
    }
    .isc-social ul a {
        font-size: 28px;
    }

}




/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /*Header CSS*/

    /*Banner CSS*/

    /*Share Area CSS*/
    .card {
        height: 210px;
    }
    .card {
        width: 50%;
    }
    .card-back {
        padding: 10px;
    }
    .card-front .card-text p {
        font-size: 14px;
    }
    .card-back .inner p {
        font-size: 14px;
    }
    .share_btn {
        font-size: 14px;
    }
    /*Content Area CSS*/
    /*Footer CSS*/

}