.wrapper>.content-overite>section:not(:first-child){
    transform:initial;
    webkit-transform:initial 
}
.banner-still .banner-right-text{
    margin-top:80px 
}
.banner-still .banner-right-text img{
    width:180px 
}
.banner-still .banner-right-text h2{
    font-size:3.8rem 
}
.custom-heading{
    margin:0 0 36px 
}
.coach-wrapper{
    margin-bottom:8px 
}
.coach-wrapper .coach-info{
    margin-bottom:10px 
}
.coach-wrapper .coach-info p{
    font-size:22px;
    font-weight:600;
    margin:0 
}
.coach-img{
    text-align:center 
}
.coach-img img{
    margin-top:42px 
}
.cont-wrapper{
    margin-top:20px 
}
.cont-wrapper>div:first-child{
    margin-right:8% 
}
.cont-wrapper>div{
    padding:0 15px 
}
.coach-link a{
    font-size:22px;
    font-weight:600 
}
.coach-link a img{
    vertical-align:middle;
    margin-left:16px 
}
.modal-box-style .modal-content{
    border:0 
}
.modal-cust-header{
    padding-top:8px;
    padding-bottom:10px;
    background:#d64d40;
    display:block 
}
.modal-cust-header p{
    margin:0;
    color:#fff;
    font-size:20px 
}
.modal-cust-header span{
    color:#fff;
    font-size:14px;
    padding:0 
}
.form-style{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    align-items:center;
    padding:10px 0 
}
.form-style input{
    font-size:18px;
    border:0 
}
.form-style input::placeholder{
    color:#e5e5e5 
}
.form-style input:-ms-input-placeholder{
    color:#e5e5e5 
}
.form-style input::-ms-input-placeholder{
    color:#e5e5e5 
}
.form-style button:focus,.form-style input:focus{
    box-shadow:none;
    outline:0 
}
.form-style button{
    width:155px;
    border:1px solid transparent;
    background:0 0;
    text-transform:uppercase;
    font-weight:700;
    padding:6px 0;
    cursor:pointer 
}
.form-style button img{
    width:30px;
    margin-top:-2px 
}
.form-style button:active{
    border:1px solid #000 
}
.applicant-page.message-section .black-wrapper-r{
    margin-top:0;
    float:none 
}
.custon-arrow-style{
    position:relative 
}
.custon-arrow-style:hover figure img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1) 
}
.prfl-card a:not(.rdmore) {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    z-index: 9;
    display: block;
    width: 100%;
}
.prfl-card a img.icon-play {
    margin-left: 5px;
    margin-bottom: 5px;
    position: static;
}
.prfl-card a span {
    background: #0a0a0c82;
    padding: 4px 5px;
    display: block;
}
.custon-arrow-style img.icon-play{
    position:absolute;
    width:26px;
    bottom:12px;
    right:20px;
    z-index:9;
    cursor:pointer 
}
.custon-arrow-style a.rdmore{
    position:absolute;
    z-index:9;
    right:20px;
    bottom:6px;
    font-size:14px;
    transition:.3s 
}
.custon-arrow-style a.rdmore:hover{
    background:#e74036;
    color:#fff;
    padding:0 8px 0 8px;
    border-radius:4px 
}
.strt_chat{
    font-size:30px;
    font-weight:700;
    color:#015ef9;
    box-shadow:0 3px 7px 2px #a9a7a7;
    height:55px;
    padding:5px 19px 5px 17px;
    margin-right:50px 
}
.strt_chat:hover{
    color:#ef4638 
}
.chat_wrapper .tab-content{
    margin-bottom:20px 
}
.topic_tabs{
    display:-webkit-flex;
    -webkit-justify-content:space-between;
    display:flex;
    justify-content:space-between 
}
.topic_style{
    background:#2c5fef;
    height:35px;
position:relative; 
}
.topic_style:after{
    border: solid white;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    position: absolute;
    right: 8px;
    top: 9px;
    z-index: 9;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    pointer-events: none;
}
.topic_style .bubble_message{
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    left: calc(100% + 15px);
    min-width: max-content;
    text-align: center;
    top: 1px;
    border-radius: 5px;
	display:none;
  -webkit-animation-name: shake;
  animation-name: shake;
}

.topic_style .bubble_message.shaked_message{
animation: shaked 2s; 
animation-iteration-count: infinite; 
}

@keyframes shaked{
  10% { left: calc(100% + 20px); }
  20% { left: calc(100% + 10px); }
  30% { left: calc(100% + 20px); }
  40% { left: calc(100% + 10px); }
  50% { left: calc(100% + 20px); }
  60% { left: calc(100% + 10px); }
  70% { left: calc(100% + 20px); }
  80% { left: calc(100% + 10px); }
  90% { left: calc(100% + 20px); }
  100% { left: calc(100% + 10px); }
}

.topic_style .bubble_message:before{
    content: '';
    width: 13px;
    height: 13px;
    background: black;
    left: -5px;
    top: 10px;
    position: absolute;
    transform: rotate(45deg);
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dis_alert{
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 15px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


.topic_style select{
    font-size:22px;
    border:0;
    padding:0 0 0 12px;
    font-weight:600;
    color:#fff;
background:none;
    background-repeat:no-repeat;
    background-position:right 9px center;
    line-height:36px;
    padding-right:35px 
}
.topic_style select option{
    color:#868686 
}

.chat_tabs_style a{
    color: #787878;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}
.chat_tabs_style a.askquestion{
    color:#2c5fef 
}
.chat_tabs_style a.active{
    color:#ef4638 
}
.chat_tabs_style form{
    padding-right:0 
}
.chat_tabs_style input{
    background:0 0;
    border:1px solid #dcdcdc;
    padding:0 0 0 10px;
    border-radius:8px;
    width:170px;
    color:#bcb8b8;
    font-size:22px;
    margin-left:15px;
    font-weight:700 
}
.chat_tabs_style input:focus{
    outline:0 
}
.chat_tabs_style input::-webkit-input-placeholder{
    color:#bcb8b8 
}
.chat_tabs_style input:-ms-input-placeholder{
    color:#bcb8b8 
}
.chat_tabs_style input::placeholder{
    color:#bcb8b8 
}
.question_box{
    background:#fff;
    padding:42px 36px 42px 36px 
}
.question_box .question_loop{
    padding:0 0 40px 0;
    margin:0 0 30px 0;
    border-bottom:1px solid #e8e8e8 
}
.question_box .question_loop li:first-child{
    cursor:pointer 
}
.question_box .question_loop:last-child{
    margin:0;
    padding:0;
    border:0 
}
.question_loop li.question-rpl{
    list-style:none 
}
.question_loop li.space_btm{
    margin:0 0 40px 0 
}
.question_loop li:first-child.question-rpl .question_style p:before{
    content:'Q.';
    position:absolute;
    left:0 
}
.question_loop li:first-child~li.question-rpl .question_style{
    padding-left:50px;
    margin-left:42px 
}
.question_loop li:first-child~li.question-rpl{
    display:none 
}
.question_loop li:first-child~li.question-rpl .question_style p:before{
    content:'Re.';
    position:absolute;
    left:-2px 
}
.question_loop li:last-child{
    margin-bottom:0 
}
.question_loop .question_style{
    padding-left:40px;
    position:relative 
}
.question_loop .question_style p{
    font-weight:600;
    font-size:30px;
    margin:0 0 6px 0;
    color:#868686;
    line-height:36px 
}
.question_loop .question_style span.postby{
    font-size:18px;
    color:#2c5fef;
    margin:0 38px 0 0 
}
.question_loop .question_style span.posttime{
    font-size:16px;
    color:#030303;
    font-weight:600 
}
.question_action li{
    margin-left:18px 
}
.question_action li a{
    font-size:22px;
    color:#bbbaba;
    font-weight:600;
    transition:.3s 
}
.question_action li a:hover{
    color:#e74036 
}
.message_box textarea{
    font-size:30px;
    width:100%;
    border:0;
    resize:none;
    padding:8px 40px 8px 40px;
    color:#868686;
    height:124px;
    font-weight:600 
}
.message_box textarea:focus{
    outline:0 
}
.message_box textarea::-webkit-input-placeholder{
    color:#868686;
    font-weight:600 
}
.message_box textarea:-ms-input-placeholder{
    color:#868686;
    font-weight:600 
}
.message_box textarea::placeholder{
    color:#868686;
    font-weight:600 
}
.message_box button{
    float:right;
    border:0;
    color:#c4c2c2;
    font-size:30px;
    font-weight:600;
    background:url(../images/long-arrow.png);
    padding-right:65px;
    background-position:right center;
    background-repeat:no-repeat;
    cursor:pointer;
    transition:.3s 
}
.message_box button:focus{
    outline:0 
}
.message_box button:hover{
    color:#ef4638;
    background:url(../images/long-arrow-hover.png);
    background-position:right center;
    background-repeat:no-repeat 
}
.message_box button:active{
    transform:scale(.9) 
}
.message_box_inner{
    margin:30px auto 0 auto;
    width:calc(100% - 60px);
    display:block;
    display:none;
    position:relative 
}
.message_box_inner textarea{
    width:100%;
    min-height:150px;
    border:1px solid #cacaca;
    font-size:30px;
    color:#868686;
    padding:4px 24px 5px 24px;
    display:block;
    margin-bottom:10px 
}
.message_box_inner span.limitword{
    position:absolute;
    bottom:54px;
    left:20px;
    font-size:16px;
    color:#030303 
}
.message_box_inner textarea::-webkit-input-placeholder{
    color:#868686;
    font-weight:600 
}
.message_box_inner textarea:-ms-input-placeholder{
    color:#868686;
    font-weight:600 
}
.message_box_inner textarea::placeholder{
    color:#868686;
    font-weight:600 
}
.message_box_inner button{
    float:right;
    border:0;
    color:#575757;
    font-size:22px;
    font-weight:700;
    background:url(../images/right-arrow-inner.png);
    padding-right:60px;
    background-position:right center;
    background-repeat:no-repeat;
    cursor:pointer;
    transition:.3s 
}
.message_box_inner button:focus{
    outline:0 
}
.message_box_inner button:hover{
    color:#ef4638;
    background:url(../images/right-arrow-inner-hover.png);
    background-position:right center;
    background-repeat:no-repeat 
}
.message_box_inner button:active{
    transform:scale(.9) 
}
.forum_heading {
    margin-bottom: 0;
}
.custom_brdcrmb {
    background: none;
    padding: 0;
    margin: 0;
}
.forum_heading + .custom_brdcrmb {
    margin-top: 20px;
}
.custom_brdcrmb li a {
    color: #6b6b6b;
}
.custom_brdcrmb li a:hover {
    color: #E74036;
}
.custom_brdcrmb li{
font-weight:bold;
}
.custom_brdcrmb li.active {
    color: #E74036;
}
.custom_forum_info {
    background: #fff;
    padding: 14px;
    margin: 20px 0 20px 0;
}
.custom_forum_info .page-header {
    margin: 0 0 10px 0;
    border: 0;
}
.custom_forum_info .page-header a {
    color: #868686;
    border: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.container-fluid div:last-child .custom-forum{
    margin: 0 0 24px 0;
}
.custom-forum {
    background: #fff;
    margin-bottom:50px;
}
.custom-forum table thead th{
    padding: 10px 15px;
    background: #3d3d3d;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    border: 0;
}
.custom-forum table thead th:nth-child(1) {
    width: 900px;
}
.custom-forum table tbody td {
    padding: 20px 20px;
    vertical-align: middle;
}
.custom-forum table tbody td:nth-child(1n+1) {
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    transition: .3s;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.custom-forum table tbody td a {
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 8px 0;
    color: #868686;
    line-height: 36px;
    display: block;
    transition: 0.3s;
}
.custom-forum table tbody td a:hover {
    color: #E74036;
}
.custom-forum table tbody td p {
    font-size: 16px;
    color: #030303;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.custom_forum_info .forum-intro p {
    font-size: 16px;
    color: #030303;
    font-weight: 600;
}
.postby_name{
    font-size: 15px;
    color: #030303;
    margin: 0 38px 0 0;
    font-weight: 400;
}
.postby_time{
    font-size: 15px;
    color: #808080;
    font-weight: 600;
}
.post_wrapper {
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
}
.author-detail {
    width: 90px;
    text-align: center;
    color: #868686;
    display: block;
    font-size: 14px;
}
.author-detail img{
    display: block;
    margin: 0px auto;
    margin-bottom: 6px;
    width:100%;
}
.post_content {
    width: calc(100% - 116px);
}
.post-title{
    background: black;
    padding: 6px 20px;
}
.post_content h3{
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 8px 0;
    color: #fff;
    line-height: 36px;
    display: block;
    transition: 0.3s;
}
.post-date, .edited{
    font-size: 12px;
    font-weight: 600;
    color: #d8d8d8;
}
.post_desc{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.post_desc p {
    font-size: 16px;
    color: #030303;
    line-height: 30px;
}
.post_desc ul, .post_desc ol{
    font-size: 16px;
    color: #030303;
    margin-top: 20px;
}
.post_desc ul li, .post_desc ol li{
    line-height: 24px;
    margin-bottom: 12px;
}
.custom_post_fields legend, .custom_post_fields .validation-summary-errors{
    display: none;
}
.custom_post_fields label.control-lable {
    color: #868686;
    border: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.custom_post_fields input.form-control{
    border: 0;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    margin-bottom: 20px;
}
.custom_post_fields textarea {
    width: 100%;
    border-radius: 0;
    resize: none;
    border: 1px solid #e2d5d5;
    outline: none;
    font-size: 18px;
    height: 150px;
}
.custom_post_fields textarea:focus{
    outline: none;
}
.custom_post_fields .field-validation-error{
    font-size: 14px;
    color: #e74036;
}
.custom_post_fields input[type=submit], .customBtn, .login_section button {
    background-color: #E74036;
    border: 0;
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 1.6rem;
    min-width: 200px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 16px;
}
.custom_post_sec .forum-reply-form .field-validation-error {
    font-size: 14px;
    color: #de0202;
}
.custom_post_fields input[type=submit]:hover , .customBtn:hover, .login_section button:hover{
    background-color: #7f150f;
    text-decoration: none;
    color: #ffffff;
}
.login_section{
    background: #fff;
    width: 70%;
    max-width: 450px;
    min-width: 300px;
    margin: 0px auto;
    border-radius: 5px;
}
.login_section legend{
    margin: 0;
    background: black;
    color: #fff;
    font-size: 24px;
    padding: 6px 20px;
}
.login_section .fields_box{
    padding: 30px 20px 40px;
}
.login_section label {
    color: #868686;
    border: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.login_section input {
    width: 100%;
    border: 2px solid #ededed;
    height: 40px;
    padding: 0px 10px;
}
.login_section span{
    font-size: 13px;
    color: #e73e34;
    display: block;
    margin-bottom: 15px;
}
.contest_section .section-heading {
    margin: 0px 0 0px;
}
.contest_section .faculty-header {
    color: #fefafa;
}
.contest_section .faculty-header span{
    font-size: 3.23rem;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}
.contest_content > p{
    color: #fefafa;
    font-size: 20px;
    margin-bottom:0;
}
.contest_content a{
    color: #02adfc;
    display: block;
    margin: 0 0 30px 0;
    text-decoration: none !important;
    font-size: 20px;
}
.contest_content .last_date {
    margin: 100px 0 70px 0;
}
.contest_content .last_date p{
    color: #fefafa;
    font-size: 20px;
}
.custom-forum table tbody td a,
.custom-forum table tbody td.post-count a,
.custom-forum table tbody td.post-last a,
.post-count, .post-last, 
.post-count a, .post-last a {
	font-size: 16px;
}



(max-width:991px) {
    .banner-custom {
        height: auto 
    }
    .banner-still .banner-right-text img {
        width: 180px;
        float: left;
        margin-right: 50px 
    }
    .banner-still .banner-img-wrap .bgBanner_style {
        background-position: right top;
    }
    .mdl_box video {
        width: 100%;
    }
    .faculty-section .head_image {
        right: 0;
        bottom: 0;
    }
    .how-life.yr_course .video-img img {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .faculty-section .custon-arrow-style {
        margin-bottom: 20px;
    }
    .strt_chat {
        font-size: 22px;
    }
    .topic_style select {
        font-size: 16px;
    }
    .chat_tabs_style a {
        font-size: 18px;
    }
    .question_box {
        background: #fff;
        padding: 30px 25px 30px 25px;
    }
    .question_loop .question_style p, .question_action li a {
        font-size: 22px;
    }
    .question_loop .question_style span.postby, .question_loop .question_style span.posttime {
        font-size: 14px 
    }
    .message_box_inner textarea::-webkit-input-placeholder {
        font-size: 22px;
    }
    .message_box_inner textarea:-ms-input-placeholder {
        font-size: 22px;
    }
    .message_box_inner textarea::placeholder {
        font-size: 22px;
    }
    .message_box textarea::-webkit-input-placeholder {
        font-size: 22px;
    }
    .message_box textarea:-ms-input-placeholder {
        font-size: 22px;
    }
    .message_box textarea::placeholder {
        font-size: 22px;
    }
    .message_box textarea {
        font-size: 22px;
    }
    .custom-forum table thead th{
        font-size: 18px;
    }
    .custom-forum table thead th:nth-child(1){
        width: 600px;
    }
    .custom-forum table tbody td {
        padding: 10px 12px;
        vertical-align: middle;
    }
    .custom-forum table tbody td:nth-child(1n+1) {
        font-size: 16px;
    }
    .custom-forum table tbody td a {
        font-size: 20px;
    }
    .custom-forum table tbody td p {
        font-size: 14px;
        line-height: 24px;
    }
    .custom-forum table thead th:nth-child(1) {
        width: 400px;
    }
    .custom_post_fields label.control-lable {
        font-size: 16px;
    }
    .custom_post_fields input.form-control {
        height: 40px;
    }
    .postby_name, .postby_time{
        font-size: 14px;
    }
}
@media (min-width:851px) and (max-width:991px) {
    .explore-custom {
        position: static;
        margin-left: 15px;
        padding: 20px 0 
    }
    .coach-wrapper .coach-info {
        margin-bottom: 15px 
    }
    .coach-wrapper .coach-info p {
        font-size: 20px 
    }
}
@media (max-width:768px) {
	.banner-still.faculty-banner .image-frame {
    background-position: 43% bottom;
}
    .banner-still .banner-right-text {
        margin-top: 0;
        padding: 22px 0 
    }
    .banner-still .banner-right-text img {
        margin-right: 26px 
    }
    .hi_applicatent {
        position: static;
    }
    .banner-still .hi_applicatent .banner-right-text {
        width: 100%;
    }
    .coach-wrapper .coach-info {
        margin-bottom: 6px 
    }
    .coach-wrapper .coach-info p {
        font-size: 18px 
    }
    .coach-link a {
        font-size: 18px 
    }
    .coach-link a img {
        width: 35px 
    }
    .how-life.campus-section .video-img img {
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    .chat_wrapper {
        overflow-y: hidden;
    }
    .chat_wrapper .chat_scrl {
        min-width: 738px;
    }
    .custom-forum{
        width: 100%;
        overflow-y: hidden;
    }
    .custom-forum table{
        min-width:768px;
    }
}
@media (max-width:767px) {
    .welcome_tag {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        align-items: center;
        justify-content: space-around;
    }
    .welcome_tag figure img {
        width: 80%;
        display: block;
        margin: 0px auto;
        max-width: 500px;
    }
    .how-life.yr_course .video-img img {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .how-life.yr_course .video-image-wrapper .video-btn-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: initial;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        transform: translate(0%,-50%);
    }
    .yr_course .video-btn-wrapper .video-content {
        margin: 0;
    }
    .getinpired_scrl {
        overflow-y: hidden;
        padding-top: 250px;
    }
    .getinpired_scrl > div.nowrap_row {
        min-width: 768px;
        flex-wrap: nowrap;
    }
    .strt_chat {
        font-size: 16px;
        font-weight: 700;
        color: #015ef9;
        box-shadow: 0 3px 7px 2px #a9a7a7;
        height: 55px;
        padding: 5px 8px 5px 8px;
        margin-right: 18px;
    }
    .contest_section{
        padding-bottom: 0;
        margin-bottom: 0;
        background: #f3f3f3 !important;
    }
    .contest_section .video-image-wrapper{
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    .contest_section .faculty-header span {
        font-size: 18px;
    }
    .contest_section .faculty-header {
        color: #000;
    }
    .contest_content > p {
        color: #000;
        font-size: 16px;
    }
    .contest_content .last_date {
        margin: 20px 0 0px 0;
    }
    .contest_content .last_date p {
        color: #000;
        font-size: 16px;
    }
    .contest_content a {
        color: #02adfc;
        margin: 0 0 18px 0;
        font-size: 16px;
    }
.chat_tabs_style a {
    font-size: 15px;
}
}
@media (max-width:700px) {
.topic_tabs{
    display: block;
}
.justify-content-end {
    justify-content: space-between !important;
    margin-top: 17px;
    padding: 0;
}
.chat_tabs_style a {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.topic_style {
    width: 150px;
    height: 30px;
}
.topic_style select {
  line-height: 30px;
}
.topic_style:after {
    right: 12px;
    top: 6px;
}
.topic_style .bubble_message {
    font-size: 12px;
}
}
@media (max-width:580px) {
    .banner-still .banner-right-text {
        width: 100% 
    }
    .banner-still .banner-right-text h2 {
        font-size: 20px 
    }
    .banner-still .banner-right-text img {
        width: 150px 
    }
    .post_content h3{
        margin: 0 0 0px 0;
    }
    .custom_post_fields input[type=submit], .customBtn, .login_section button {
        line-height: 48px;
        font-size: 18px;
        min-width: 120px;
    }
}
@media (max-width:575px) {
    .coach-img img {
        width: 200px;
        margin: 0 auto 18px auto;
        display: block 
    }
    .coach-wrapper .coach-info p, .custom-heading {
        text-align: center 
    }
    .cont-wrapper > div:first-child {
        margin: 0 0 10px 0 
    }
    .cont-wrapper > div {
        padding: 0;
        width: 100%;
        text-align: center 
    }
    .right-wrapper-custom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-top: 30px 
    }
    .right-wrapper-custom figure {
        width: 45% 
    }
    .right-wrapper-custom .video-meta {
        width: 55% 
    }
}
@media (max-width:560px){
	.post_wrapper {
		display: block;
	}	
	.author-detail {
		width: 100%;
		text-align: center;
		color: #868686;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		font-size: 14px;
		background: #dcdbdc;
		padding: 0;
		align-items: center;
	}
	.author-detail img {
		display: initial;
		margin: initial;
		margin-bottom: 0;
		width: 72px;
		float: left;
		margin-right: 15px;
	}
	.post_content {
		width: 100%;
	}
	.post_content h3 {
		font-size: 18px;
	}
}
@media (max-width:480px) {
    .welcome_tag {
        display: block;
    }
    .strt_chat {
        font-size: 20px;
        height: initial;
        padding: 5px 8px 5px 8px;
        margin-right: 18px;
        display: block;
        margin: 0px auto;
        margin-bottom: 22px;
        text-align: center;
    }
}
@media (max-width:420px) {
    .banner-still .banner-right-text {
        text-align: center 
    }
    .banner-still .banner-right-text img {
        float: none;
        display: block;
        margin: 0 auto 10px auto 
    }
}
