﻿body {
    font-family: OpenSansRegular;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.mb-20 {
    margin-bottom: 20px;
}    

.body-container {
    float: left;
    width: 100%;
    padding: 120px 0px 50px 0px;
    overflow: hidden;
}

.profile-hld {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 10px;
}

.img-hld {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
}

    .img-hld img {
        width: 130px;
        height: 130px;
        border-radius: 100%;
        background-color: #cccccc;
    }

.verified {
    float: right;
    background-image: url(https://cdn2.onference.in/images/cutouts/verified.png);
    background-size: 16px 12px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left bottom 4px;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    padding-top: 10px;
}

.details-hld {
    float: left;
    width: 80%;
    text-align: center;
    overflow: hidden;
}

.speaker-name {
    width: 97%;
    font-family: OpenSansBold;
    font-size: 18px;
    text-align: left;
    color: #333333;
    padding-top: 10px;
}

.speaker-practicing {
    font-family: OpenSansRegular;
    font-size: 16px;
    text-align: left;
    color: #333333;
    padding-top: 3px;
}

.speaker-qualification {
    opacity: 0.7;
    font-family: OpenSansRegular;
    font-size: 14px;
    text-align: left;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 5px;
}

.speaker-web-hld {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 5px 0px 15px;
}

    .speaker-web-hld .website {
        float: left;
        font-family: OpenSansRegular;
        font-size: 14px;
        text-align: left;
        color: #ff9933 !important;
        cursor: pointer;
    }

    .speaker-web-hld .edit-profile {
        float: right;
        border-radius: 5px;
        border: solid 1px #cccccc;
        background-color: #ff9900;
        font-family: OpenSansRegular;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        padding: 4px 35px;
        cursor: pointer;
    }

.interest-about-hld {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.interest-hld {
    float: left;
    width: 25%;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 15px 20px;
    min-height: 210px;
    overflow: hidden;
    height: 210px;
    display: none;
}

.interest-hld .mCSB_inside>.mCSB_container {
    margin-right: 4px;
}

.interest-hld .mCSB_scrollTools,
.interest-hld .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.interest-hld .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.interest-hld .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.interest-hld .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
}

.interest-head {
    font-family: OpenSansBold;
    font-size: 19px;
    color: #333333;
}

.interest-lbl {
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #333333;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    padding: 4px 8px;
}

    .interest-lbl span {
        background-image: url(https://cdn2.onference.in/images/cutouts/close.png);
        background-repeat: no-repeat;
        background-position: right;
        padding: 0px 10px;
        cursor: pointer;
    }


.interest-add {
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #333333;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    padding: 4px 8px;
    color: #333333;
}

    .interest-add span {
        padding-right: 10px;
        color: #333333;
    }

    .interest-add:hover {
        cursor: pointer;
        border: solid 1px #ff6600;
        color: #ff6600;
    }

        .interest-add:hover span {
            color: #ff6600;
        }

.about-hld {
    float: right;
    /* width: 73.1%; */
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-left: 20px;
    padding: 15px 30px;
    min-height: 210px;
    overflow: hidden;
    height: 210px;
}

.about-hld .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.about-hld .mCSB_scrollTools,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.about-hld .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.about-hld .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

.about-head {
    font-family: OpenSansBold;
    font-size: 19px;
    text-align: left;
    color: #333333;
}

.about-desc {
    font-family: OpenSansRegular;
    font-size: 14px;
    text-align: left;
    color: #333333;
    overflow: hidden;
}

.course-video-hld {
    float: left;
    width: 100%;
    overflow: hidden;
}

.course-video-head {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 30px 0px 10px;
}

    .course-video-head .head {
        font-family: OpenSansBold;
        font-size: 19px;
        color: #333333;
    }

    .course-video-head .upload-img {
        background-image: url(https://cdn2.onference.in/images/cutouts/upload-color.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        float: right;
        padding-left: 40px;
        font-family: OpenSansRegular;
        font-size: 16px;
        font-weight: 600;
        color: #ff9900;
        cursor: pointer;
    }

.upload-video-hld {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.note {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-family: OpenSansRegular;
    color: #ff1d46;
    letter-spacing: 1px;
}

.uploaded-video {
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 7px;
    width: 100%;
    margin: 0px 5px;
}

.video-thumb {
    width: 100%;
    height: 138px;
    border-radius: 5px;
    background-color: #cccccc;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
}

.video-name {
    font-family: OpenSansBold;
    font-size: 16px;
    color: #333333;
    padding: 15px 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 63px;
    overflow: hidden;
    cursor: pointer;
}

.video-duration {
    background-image: url(https://cdn2.onference.in/images/cutouts/duration.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
    margin: 5px 0px 0px 5px;
}

.video-flag {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #ff9933;
    text-align: left;
    padding: 5px 5px 0px;
}

.edit {
    float: right;
    background-image: url(https://cdn2.onference.in/images/cutouts/edit.png);
    width: 10px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.video-view {
    opacity: 0.5;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 5px 5px 0px;
}

.course-share {
    float: right;
    width: auto;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
}

.share-icon {
    background-image: url(https://cdn2.onference.in/images/cutouts/share.png);
    background-repeat: no-repeat;
    background-size: 18px 16px;
    background-position: center;
    width: 18px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.share-list {
    display: none;
    position: absolute;
    right: 0px;
    width: 135px;
    top: 25px;
    z-index: 9;
}

.addthis_toolbox a {
    margin-bottom: 0px !important;
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
    height: 30px !important;
    width: 30px !important;
    line-height: normal !important;
    border-radius: 50%;
    text-align: center;
}

    .addthis_toolbox a:hover {
        top: -5px;
        position: relative;
    	-webkit-transition: top 2s ease-in-out;
    	-moz-transition: top 2s ease-in-out;
    	-ms-transition: top -2s ease-in-out;
    	-o-transition: top 2s ease-in-out;
    	transition: top 2s ease-in-out;
    }

    .at-icon-wrapper .at-icon {
        margin-top: 4px;
    }

.addthis_button_sms,
.addthis_button_whatsapp {
    display: none;
}

.button_email .at-icon-wrapper {
    line-height: initial;
    height: 20px;
    width: 20px;
    background: #ccc;
}

.button_email .fa-envelope {
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}

#at-expanded-menu-bd .at-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
}

#at-expanded-menu-bd .at-icon {
    margin-top: 0px;
}

/*#region modal popup custom css */

.md-content {
    background: #fff; /*#ffa346*/
    width: 100%;
    float: left;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #ffa346;
}

.md-overlay {
    background: rgba(12, 12, 12, 0.59);
}

.custom-close {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 5px;
    top: -30px;
    background-image: url(https://cdn2.onference.in/images/md-close.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
    cursor: pointer;
}

.md-close {
    display: none;
}

/*#endregion */

/*#region interest modal pop-up css */

.model-interest {
    display: block;
    padding: 25px !important;
    width: 100%;
    float: left;
    height: 100vh;
}

.interes-select-div {
    width: 100%;
    float: left;
    overflow: hidden;
}

.selected-interest {
    width: 100%;
    float: left;
    overflow: hidden;
}

.interest-span {
    float: left;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 3px 8px;
    margin-right: 7px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    color: #666666;
}

.remove-interest {
    cursor: pointer;
    color: #ff7600;
    padding-left: 5px;
}

.type-select-5 {
    color: #333333;
    font-size: 25px;
    font-weight: 300;
    font-family: OpenSansLight;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.interes-select-div input[type=text] {
    width: 100%;
    outline: none;
    padding: 8px 10px 8px 15px;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-family: OpenSansRegular;
    font-size: 12px;
}

.interest-inputs {
    display: block;
    overflow: auto;
    height: 100vh;
    margin-top: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
}

    .interest-inputs .ui-autocomplete {
        display: block !important;
    }

    .interest-inputs ul {
        margin: 0 !important;
        list-style: none;
        padding: 0 !important;
        outline: none;
        top: 4px !important;
        width: 100% !important;
        left: 0px;
    }

        .interest-inputs ul li {
            width: 96%;
            float: left;
            overflow: hidden;
            font-size: 14px;
            font-family: OpenSansRegular;
            padding: 5px 10px 5px 2px !important;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            outline: none;
            margin: 0px 0px 5px 5px;
            clear: both;
        }

            .interest-inputs ul li input[type="checkbox"] {
                width: 18px;
                float: left;
                overflow: hidden;
                background-image: url(https://cdn2.onference.in/images/redio_unchk.png);
                background-repeat: no-repeat;
                height: 19px;
                cursor: pointer;
                -webkit-appearance: none;
                margin: 3px 3px 3px 4px;
            }

            .interest-inputs ul li label {
                float: left;
                overflow: hidden;
                padding: 3px 0px 0px 5px;
                cursor: pointer;
                font-size: 13px;
                color: #666666;
                font-family: OpensansRegular;
            }

            .interest-inputs ul li.act {
                background-color: #fff; /*#e2e2e2*/
                border-radius: 4px;
            }

    .interest-inputs input[type="checkbox"]:checked {
        background-image: url(https://cdn2.onference.in/images/redio_chk.png);
    }

    .interest-inputs ul li.act label {
        font-family: OpenSansBold;
    }

.final-interest-submit {
    width: 100%;
    float: left;
    position: fixed;
    text-align: center;
    z-index: 0;
    bottom: 0px;
    right: 0px;
}

.interest-submit {
    width: 100%;
    margin: 0 auto;
    background-color: #ff7600;
    border: solid 1px #ff7600;
    padding: 7px;
    text-align: center;
    border-radius: 0px;
    font-family: OpenSansRegular;
    font-size: 14px !important;
    cursor: pointer;
}

    .interest-submit:hover {
        background-color: #ff7600;
        color: #ffffff;
        border: solid 1px #ff7600;
    }

/*#endregion */

/*#region Share Email*/

.email-share-modal .md-content {
    background: #ffa346;
    width: 100%;
    float: left;
}

.email-share-modal .md-content .share-email-form {
    padding: 30px 20px;
    float: left;
    width: 100%;
}

.share-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.share-control {
    float: left;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100px;
}

.control-label {
    float: left;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 5px;
}

.control-text {
    width: 100%;
    overflow: hidden;
    float: left;
}

.control-text input[type=text] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.share-action {
    float: left;
    width: auto;
    overflow: hidden;
}

.btn-share-email {
    width: 100%;
    float: left;
    position: fixed;
    text-align: center;
    bottom: 0px;
    right: 0px;
    background-color: #8e8272;
    border: solid 1px #8e8272;
    border-radius: 0px;
}

.btn-share-email:hover {
    background-color: #8e8272;
    border: solid 1px #8e8272;
}

/*#endregion*/

/*#region media queries */
/*Custom Layout by Saeed*/

/* design start from here of subscription card */

.subscription-container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 10px;
    margin-top: 20px;
}
.subsc-title {
    font-family: OpenSansBold;
    text-align: left;
    color: #333333;
    font-size: 16px;
        padding-top: 0px;
}
.expired-subsc{
    color: #E20000;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.14px;
}
.subs-plan{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subsc-inner-title{
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 21px;
}
.subsc-validity{
    display: flex;
    flex-direction: column;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 21px;
}
.first-inner-para,.validity-inner-para{
    color: #333333;
    font-size: 16px;
    font-family: OpenSansBold;
    text-align: left;
}
.renew-package{
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
border: 1px solid #FF7A00;
background: #FFF;
cursor: pointer;
position: absolute;
top: 16px;
right: 10px;
}
.renewpackage-text{
    color: #FF7A00;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
    text-wrap: nowrap;
}
.subsc-dates{
    display: flex;
    gap: 36px;
}
.packege-expired-text{
    color: #334155;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.14px;
}
.show-subsc-date{
    color: #333333;
    font-size: 14px;
    font-family: OpenSansBold;
    text-align: left;
}
.subsc-oneo-line{
    width: 100%;
    background-color: #E2E8F0;
    height: 1px;
    margin: 5px 0px;
}
.manage-subscription-box{
    /* display: flex; */
    /* padding-top: 5px; */
    
}
.manage-field{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
    
}
.manage-outer-text{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.manage-inner-text{
    color: #FF7A00;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
    
}
.manage-inner-para{
    color: rgba(51, 65, 85, 0.50);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 15px;
    padding-bottom: 10px;
  
    
}
.disabled-text {
    color: gray; 
    opacity: 0.6; 
}
.cancel-subs-item{
    display: none;
    flex-direction: column;
    gap: 10px;
}
.cancel-billind-date{
    border-radius: 8px;
background: #FAFAFA;
/* width: 390px; */
height: 83px;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
padding: 10px;
/* align-items:center ; */
}
.billing-text{
    color: #334155;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.16px;
}
.billing-date{
    color: #334155;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.14px;
}
.cancel-btn{
    border-radius: 8px;
background: #FAFAFA;
/* width: 390px; */
height: 83px;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.cancel-btn-text{
    color: #FF7A00;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
padding: 10px;
width: 160px;
cursor: pointer;
}

/* swal ccss starte */
.actionBtnn{
    justify-content: space-between !important;
}

  .btn-primary {
    background-color:#EFF4FD;;
    border-radius: 8px;
    border: 1px solid #475569;
    color: #475569;
    text-transform:capitalize ;
  }
  
  .btn-secondary {
    background-color: #EFF4FD;;
    border-radius: 8px;
    border: 1px solid #475569;
    color: #475569;
    text-transform:capitalize;
  }
  /* swal ccss end */

/* design end from here of subscription card */

.tab-container{
    display: none !important;
}
.profile-tab-container {
    display: none;
  
}
.settingprofileicon{

    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.container{
    background: unset;
    min-height: 100%;
}
.notdatafound{
    height: 100vh;
}
.settingprofileicon{
    display: none;
}
.header-btn-login{
    display: block;
}
.header-btn-profile{
    display: none;
}
@media only screen and (max-width : 1321px) and (min-width: 1209px) {
}

@media only screen and (max-width: 1208px) and (min-width: 992px) {
    .interest-hld {
        width: 30%;
    }

    .about-hld {
        /* width: 67%; */
        width: 100%;
    }
}
/*@media only screen and (max-width : 1024px) {
}*/
/*Custom Layout instaed 959px*/
@media only screen and (max-width : 991px) {
.settingprofileicon{
    display: flex;
}
    .profile-div,
    .get-app-div {
        display: none;
    }

    .mobile-area {
        display: block;
    }

    .body-container {
        padding: 90px 0px 0px 0px;
    }

    .custom-close { 
        top: 10px;
        background-color: #e2e2e2;
        border: 1px solid #e2e2e2;
        border-radius: 100%;
    }

    .img-hld {
        width: 25%;
    }

    .details-hld {
        width: 73%;
    }

    .interest-hld {
        width: 35%;
        padding: 15px;
    }

    .about-hld {
        /* width: 62%; */
        width: 100%;
        padding: 15px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 959px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .body-container {
        padding: 100px 0px 0px 0px;
    }

    .custom-close { 
        top: 10px;
    }

    .img-hld {
        width: 30%;
    }

        .img-hld img {
            width: 110px;
            height: 110px;
            margin-top: 10px;
        }

    .details-hld {
        width: 70%;
        padding: 10px 0px;
    }

    .speaker-name {
        font-size: 16px;
        padding-top: 0px;
    }

    .speaker-practicing {
        font-size: 14px;
    }

    .speaker-qualification {
        font-size: 14px;
    }

    .speaker-web-hld .website {
        font-size: 13px;
    }

    .interest-hld {
        width: 100%;
        min-height: unset;
        height: unset;
    }

    .about-hld {
        float: left;
        width: 100%;
        min-height: unset;
        height: unset;
        margin: 0px;
        margin-top: 20px;
    }

    .about-desc {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        text-overflow: unset;
    }

    .uploaded-video {
        border: 1px solid rgba(0, 0, 0, 0.11);
        box-shadow: none;
        margin: 0px;
    }

    /*#region interest modal */

    .type-select-5 {
        margin: 5px 0px;
    }

    .interest-inputs .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }
    
    .interest-inputs .mCSB_scrollTools,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
    }

    .model-interest {
        padding: 10px !important;
    }

    .interest-inputs ul li {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }

    .interest-inputs ul li label {
        margin: 0px;
    }

    /*#endregion */
}

@media only screen and (max-width: 768px) and (min-width: 576px) {

    .uploaded-video {
        margin: 0px 5px;
        box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
        border: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .manage-inner-para{
        max-width: 329px;
    }
    .manage-field{
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }
    .body-container {
        padding: 80px 0px 0px 0px;
    }

    .custom-close { 
        top: 10px;
    }

    .img-hld {
        width: 100%;
    }

    .details-hld {
        width: 100%;
        padding: 10px 0px;
    }

    .verified {
        float: none;
    }

    .speaker-name {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding-top: 5px;
    }

    .speaker-practicing {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding-top: 5px;
    }

    .speaker-qualification {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding-top: 5px;
    }

    .speaker-web-hld {
        float: left;
        width: 100%;
        padding: 5px 0px 5px;
    }

    .speaker-web-hld .website {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .speaker-web-hld .edit-profile {
        float: left;
        width: 100%;
    }

    .interest-hld {
        width: 100%;
        min-height: unset;
        height: unset;
    }

    .about-hld {
        float: left;
        width: 100%;
        min-height: unset;
        height: unset;
        margin: 0px;
        margin-top: 20px;
    }

    .about-desc {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        text-overflow: unset;
    }

    .uploaded-video {
        border: 1px solid rgba(0, 0, 0, 0.11);
        box-shadow: none;
        margin: 0px;
    }

    /*#region interest modal */

    .type-select-5 {
        margin: 5px 0px;
    }

    .interest-inputs .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }
    
    .interest-inputs .mCSB_scrollTools,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
    }

    .model-interest {
        padding: 10px !important;
    }

    .interest-inputs ul li {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }

    .interest-inputs ul li label {
        margin: 0px;
    }

    /*#endregion */
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .body-container {
        padding: 80px 0px 0px 0px;
    }

    .custom-close { 
        top: 10px;
    }

    .img-hld {
        width: 100%;
    }

    .details-hld {
        width: 100%;
        padding: 10px 0px;
    }

    .verified {
        float: none;
    }

    .speaker-name {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding-top: 5px;
    }

    .speaker-practicing {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding-top: 5px;
    }

    .speaker-qualification {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding-top: 5px;
    }

    .speaker-web-hld {
        float: left;
        width: 100%;
        padding: 5px 0px 5px;
    }

    .speaker-web-hld .website {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .speaker-web-hld .edit-profile {
        float: left;
        width: 100%;
    }

    .interest-hld {
        width: 100%;
        min-height: unset;
        height: unset;
    }

    .about-hld {
        float: left;
        width: 100%;
        min-height: unset;
        height: unset;
        margin: 0px;
        margin-top: 20px;
    }

    .about-desc {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        text-overflow: unset;
    }

    .uploaded-video {
        border: 1px solid rgba(0, 0, 0, 0.11);
        box-shadow: none;
        margin: 0px;
    }

    /*#region interest modal */

    .type-select-5 {
        margin: 5px 0px;
    }

    .interest-inputs .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }
    
    .interest-inputs .mCSB_scrollTools,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
    .interest-inputs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .interest-inputs .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
    }

    .model-interest {
        padding: 10px !important;
    }

    .interest-inputs ul li {
        width: 100%;
        margin: 0px 0px 5px 0px;
    }

    .interest-inputs ul li label {
        margin: 0px;
    }

    /*#endregion */
}
/*#endregion */
