.article_gallery .item {
    position: relative;
}

.article_gallery .banner_carousel {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 7px;
    right: 10px;
}

.disc_slider img {
    min-width: 50%;
}

.disc_slider {
    margin-bottom: 15px;
}
.disc p {
    padding: 5px 0;
}

a.closepanel {
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 8px;
}

a.closepanel:hover,
a.closepanel:active {
    color: #A6E8FF;
}

.panel-success {
    display: none;
    clear: both;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    height: auto !important;
    position: relative;
}

.success_box .thumbnail .caption {
    padding: 0;
}

.success_box .thumbnail {
    background: #F0EAEA;
    padding: 0 10px;
    height: 110px;
    border-top: 3px solid #ff6600;
}

.success_box .thumbnail p {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
    height: 55px;
}

.success_box .caption> a {
    display: block;
    color: #505050;
}

.success_box .caption> a:hover,
.success_box .caption> a:active {
    color: #1683FB;
}

.track4 {
    width: 10px;
    background-clip: padding-box;
    background: #fff;
    border-width: 0;
}

.track4.dragging,
.track4:hover,
.track4:active {
    background: #F0EAEA;
}

.handle4 {
    width: 10px;
    background-clip: padding-box;
    background: #ccc;
}

.handle4:hover,
.dragging .handle4,
.handle4:active {
    background: #1683FB;
}
/* made changes by dhiraj 04-03-2025 External pages - ContactUs page removal from CMS */
.common_wrapper ul li {
	position: relative;
    margin: 0 0 8px 0;
    padding: 0 0 0 18px;
    line-height: 22px;
    list-style: none;
}
/* made changes by dhiraj 04-03-2025 External pages - ContactUs page removal from CMS */
.common_wrapper ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 11px;
	height: 11px;
    background: url(../images/no-repeat.png) no-repeat -83px -738px;
}
.common_wrapper ul.wrap li {
	overflow:hidden;
}

.press_pic_table {
    width: 100%;
    height: 120px;
    vertical-align: middle;
    text-align: center;
    display: table;
    position: relative;
    border: 1px solid rgb(51, 51, 51);
}

.press_pic_table_cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.press_pic_table_cell img {
    max-width: 260px;
    max-height: 110px;
    margin: 0 auto;
}

.press_caption {
    height: 80px;
    padding: 0;
}

.common_wrapper ul.instruction li {
    margin: 0 0 8px 0;
    
    padding: 0 0 0 24px;
    line-height: 22px;
	position:relative;
}
.common_wrapper ul.instruction li:before{
	background: url("../images/no-repeat.png") no-repeat scroll -82px -732px;
	content:"";
	height:20px;
	width:20px;
	top:0; left:0; position: absolute;
	}

.sinai_family img {
    margin: 0 auto;
}

.panel-faq .panel-body {
    display: none;
}

.panel-faq .glyphicon,
.mobile_heading .glyphicon,
.mobile_heading_close .glyphicon {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #505050;
    font-size: 21px;
}

.sinai_family span.before {
    display: block;
    position: absolute;
    width: 50%;
	left:0;
	bottom:5%;
    color: #FF6600;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'viburmedium';
    text-align: center;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    line-height: 32px;
}

.sinai_family span.after {
    display: inline-block;
    font-family: 'viburmedium';
    position: absolute;
	right:0;
	bottom:3%;
    vertical-align: top;
    width: 50%;
    color: #FF6600;
    height: 35px;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
}

.common_wrapper {
    padding: 40px 0;
    /*min-height: 500px;*/
}
.common_wrapper.other-article {
    padding-top: 0;
    margin-top: -30px;
}
@media only screen and (max-width:1025px) {
	.common_wrapper.other-article {
		padding-top: 0;
		margin-top: -10px;
	}
}
.bottom_wrapper {
    padding: 0 0 40px 0;
}

.sinai_family {
    padding: 30px 0;
}

.engagement_name {
    text-transform: capitalize;
    color: #000;
    width: 100%;
    padding: 5px 10px 0 10px;
    height: 135px;
    background: #F0EAEA;
    border-top: 3px solid #ff6600;
    border-bottom: 2px solid #e6e6e6;
}

.engagement_name span.text-info {
    display: inline-block;
    border: 1px solid #FF6600;
    width: 160px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

p.contactus_ans {
    padding: 5px 10px;
    line-height: 24px;
}

.engagement_wrapper {
    overflow: hidden;
    /*height: 360px;
    display: none;*/
}

.engagement_wrapper .thumbnail {
    border: 0;
    padding: 0;
    /*position: absolute;
    left: 10px;*/
    width: 100%;
    top: 0;
    /*height: 330px;*/
    margin: 0;
    z-index: 100;
    background: #fff;
}
.engagement_wrapper .thumbnail img {
    width: 100%;
	/*max-height: 100%;*/
	height: 100%;
	max-width: none;
}

.sinai_family p {
    padding-bottom: 5px;
}

.sinai_family .tagline_center {
    background: url(../images/aboutus_tagline.png) no-repeat center bottom;
    padding: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
}

.aboutus_content {
    padding: 50px 0 0 0;
}

.toshow_even,
.toshow_odd {
    clear: both;
    float: none;
    display: none;
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background: #F0EAEA;
}

.showmore,
.showless {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.success_content {
    overflow: auto;
    position: relative;
    margin: 0;
    width: 100%;
    padding-right: 15px !important;
    max-width: 100%;
    height: 280px;
    clear: both;
    float: none;
    box-sizing: border-box;
}

.team_name {
    text-transform: capitalize;
    color: #000;
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0;
    min-height: 80px;
}

.team_name span.text-info {
    display: block;
}

.team_table,
.engagement_table {
    height: 220px;
    vertical-align: bottom;
    width: 100%;
    display: table;
    position: relative;
}

.team_table_cell,
.engagement_table_cell {
    height: 100%;
    vertical-align: bottom;
    width: 100%;
    position: relative;
    text-align: center;
    /*display: table-cell;*/
    /*min-height: 215px;*/
	height: 220px;
}
.engagement_table_cell {
    padding-top: 10px;
}
.team_table_cell img,
.engagement_table_cell img {
    display: block;
    margin: 0 auto;
    max-height: 215px;
    max-width: 272px;
}

.team_wrapper .thumbnail {
    padding: 0 5px;
    border: 0;
    position: relative;
}

.close_success {
    float: right;
    font-size: 21px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}


/*.success_content.hidden{ display: none; }*/

.showstory {
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 10;
}

.mCustomScrollbar p {
    clear: both;
    float: none;
}

.mCustomScrollbar .glyphicon-remove-circle {
    font-size: 21px;
    margin-bottom: 10px;
}

.aboutus_owl .owl-item {
    position: relative;
}

.margin_btttm {
    margin-bottom: 15px;
}

.margin_tp {
    margin-top: 11px;
}

.gallery_link li {
    display: inline-block;
    margin: 0 0 0 10px !important;
    padding-left: 12px !important;
    background: url(../images/sep.jpg) no-repeat left 4px !important;
}

.gallery_link li:first-child {
    background: none !important;
    padding-left: 0;
    margin-left: 0 !important;
}

p.latest_match {
    background: #f8f3ef;
    text-align: center;
    padding: 8px 0;
    border-right: 4px solid #ff6600;
}

.couple_pic {
    position: static;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 3px 4px 2px rgba(216, 212, 204, 1.0);
    -moz-box-shadow: 0px 3px 4px 2px rgba(216, 212, 204, 1.0);
    -webkit-box-shadow: 0px 3px 4px 2px rgba(216, 212, 204, 1.0);
    -webkit-transition: all 700ms;
    transition: all 700ms;
    margin: 0 auto 15px auto;
}

.couple_pic_cell {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.couple_pic img {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #000;
}

.dropdown dt a:focus {
    color: #5d4617;
    border: 1px solid #FF6600;
}

.dropdown dt a {
    display: block;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    width: 100%;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 6px 20px 6px 12px;
    position: relative;
}

.dropdown dt a span:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF6600;
    position: absolute;
    right: 5px;
    top: 13px;
    content: "";
    display: block;
}

.dropdown dd ul {
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #000;
    display: none;
    border-radius: 4px;
    left: 0px;
    padding: 4px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    list-style: none;
    z-index: 300;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}
.dropdown dd ul li:before{display:none;}

.dropdown dd ul li a {
    padding: 6px;
    display: block;
}

.dropdown dd ul li a:hover,
.dropdown dd ul li.active a {
    background-color: #1683FB;
    color: #fff;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

.flagvisibility {
    display: none;
}

@media only screen and (min-width:320px) and (max-width:500px) {
    .article_gallery .banner_carousel {
        position: static;
        height: auto;
        width: auto;
        padding-top: 5px;
    }
    section.common_wrapper,
    div.common_wrapper {
        min-height: 0 !important;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .press_pic_table_cell img {
        max-width: 135px;
    }
    section.common_wrapper,
    div.common_wrapper {
        min-height: 0 !important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    p.latest_match {
        font-size: 13px;
    }
    .engagement_table_cell img {
        max-width: 302px;
        max-height: 232px;
    }
    .team_table {
        height: 170px;
    }
    .team_table_cell img {
        max-height: 170px;
        max-width: 240px;
    }
    .sinai_family span.before {
        font-size: 16px;
    }
    .press_pic_table_cell img {
        max-width: 300px;
    }
    .engagement_name {
        height: 104px;
    }
    .success_content {
        height: 230px;
    }
    .engagement_table {
        height: 220px;
    }
    /*.engagement_name span.text-info {
        bottom: 2px;
    }*/
    .engagement_wrapper {
        margin-bottom: 10px;
    }
    p.latest_match {
        padding: 10px 0;
    }
    .article_gallery .banner_carousel {
        top: 9px;
    }
}

@media only screen and (max-width:1025px) {
    .article_gallery .banner_carousel {
        top: 5px;
        right: 5px;
    }
    .team_table {
        height: 170px;
    }
    /*.engagement_name span.text-info {
        bottom: 2px;
    }*/
    .engagement_table_cell img {
        max-height: 222px;
        max-width: 292px;
    }
    .team_table_cell img {
        max-height: 170px;
        max-width: 230px;
    }
    .success_box .thumbnail p,
    .success_box .thumbnail {
        height: auto;
    }
    .success_box .thumbnail {
        padding: 5px 10px;
    }
    .panel-success {
        margin-left: 0;
        margin-right: 0;
    }
    .success_content {
        height: 220px;
    }
    .press_pic_table_cell img {
        max-width: 220px;
        max-height: 110px;
        margin: 0 auto;
    }
    .press_caption {
        height: 100px;
    }
    .sinai_family .tagline_center {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .sinai_family span.after {
        text-indent: 5px;
    }
    .sinai_family span.before {
        line-height: 18px;
    }
    .aboutus_content {
        padding: 30px 0 0 0;
    }
    .common_wrapper,
    .sinai_family {
        padding: 20px 0;
    }
    .engagement_table {
        height: 220px;
    }
    .engagement_wrapper {
        margin-bottom: 10px;
    }
    p.latest_match {
        padding: 5px 0;
    }
    section.common_wrapper {
        min-height: 0 !important;
    }
	.owl-wrapper-outer {
		max-width:730px;
		margin:0 auto;
	}
}

@media only screen and (max-width: 767px) {
    .article_gallery .banner_carousel {
        width: 85px;
        height: 85px;
        top: 4px;
        right: 5px;
    }
    .mobile_content {
        display: none;
    }
    .mobile_heading,
    .mobile_heading_close {
        cursor: pointer;
        background-color: #f0eaea;
        border: 1px solid #e0e0e0;
        color: #1683fb;
        position: relative;
        padding: 10px 40px 10px 10px;
        border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 10px;
        position: relative;
    }
    .engagement_table_cell img {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .engagement_name span.text-info {
        display: block;
        margin: 5px auto 0 auto;
        position: static;
        left: 0;
        transform: translateX(0);
        width: 60%;
    }
    .margin_bttm_form {
        margin-bottom: 15px;
    }
    .disc p.text-center {
        text-align: left !important;
    }
    .team_table {
        height: 230px;
    }
    .team_table_cell img {
        max-height: 230px;
        max-width: 300px;
    }
    .team_name {
        height: auto;
        min-height: 0;
    }
    .team_name {
        text-align: center;
    }
    .showstory {
        position: absolute;
        right: 30px;
        top: 0px;
        z-index: 100;
    }
    a.btn.showstory {
        margin: 0;
        padding: 2px 10px;
    }
    .press_pic_table {
        height: 80px;
    }
    .press_pic_table_cell img {
        max-height: 80px;
    }
    .aboutus_pic {
        margin: 0 auto;
        max-width: 35%;
    }
    .aboutus_content {
        padding: 10px 0 0 0;
    }
    .engagement_wrapper .thumbnail {
        position: static;
        height: auto;
    }
    .engagement_name,
    .engagement_wrapper {
        height: auto;
    }
    .engagement_table,
    .engagement_table_cell {
        display: block;
        height: auto;
    }
    .engagement_wrapper {
        margin-bottom: 15px;
    }
    .engagement_name {
        padding-bottom: 5px;
        margin: 0 auto;
        width: 100% !important
    }
	
	.press_pic_table_cell img {
		width:100%;
	}
	.press_content:nth-last-child(even) {
		clear: left;
	}
	.toshow_even, .toshow_odd {
		margin-bottom:10px;
	}
	
	.partners_logo_table_cell {
		height:80px;
	}
	
	.success_collage .owl-buttons {
		padding-bottom: 50px;
	}
}

.pressrelease {
	margin-top:10px;
}
.pressrelease + .pressrelease {
	margin-top:20px;
}
.pressrelease .footer_bg-round {
	line-height:normal;
}

@media only screen and (max-width: 1199px) {
	.owl-carousel .owl-wrapper-outer {
		max-width:730px;
	}
}
.navbar-left #ContentPlaceHolder1_ucCommonHeader1_lblWel {
    display: inline-block;
    max-width: 145px;
    white-space: pre-line;
    word-break: break-all;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.engagement_table_cell img {
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.hidden_content {
		display:none;
	}
}


.labelInputWrapper {
    cursor: text;
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.labelInputWrapper.wrapperActive,
.labelInputWrapper.wrapperFocus {
    padding: 18px 12px 5px
}

.labelInputWrapper.noneditable {
    cursor: not-allowed;
    background: #eee;
}

.labelInputWrapper .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.textarea.labelInputWrapper.wrapperActive,
.textarea.labelInputWrapper.wrapperFocus {
    padding-top: 7px
}

.labelInputWrapper.wrapperFocus {
    border-color: #F60
}

.labelInputWrapper #imageTitle,
.labelInputWrapper .form-control {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0!important;
    border-radius: 0;
    border: 0;
    background: #FFF
}

/*.labelInputWrapper .form-control[disabled] {
    background-color: transparent;
}*/

.labelInputWrapper.noneditable .form-control {
    background: #eee;
}

.labelPlaceholder {
    font-weight: 400;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.textarea .labelPlaceholder {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    top: auto;
    right: 0;
}

.labelPlaceholder.labelFocus {
    overflow: hidden;
    color: #585858;
    font-size: .8em;
    top: 4px;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.textarea .labelPlaceholder.labelFocus {
    left: auto;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.pop-small.modal .modal-dialog {
    width: 400px;
	max-width: 90%;
}

@media only screen and (max-width: 767px) {
	.modal-open {
		position: fixed;
		overflow: hidden;
		width: 100%;
	}
}

/* changes for j-junction as per dbugzilla bug 2600 */
.darkBlurTheme .btn-blue {
    color: #FFF !important;
    background: #628ECA;
    border-color: #628ECA;
    text-decoration: none !important;
}

.darkBlurTheme .btn-blue:hover,
.darkBlurTheme .btn-blue:focus,
.darkBlurTheme .btn-blue:active {
    color: #628ECA !important;
    border-color: #628ECA;
    background: transparent;
    text-decoration: none !important;
}

.darkBlurTheme .btn-blue.btn-trans {
    color: #628ECA !important;
    background-color: transparent;
    border-color: #628ECA;
}

.darkBlurTheme .btn-blue.btn-trans:hover,
.darkBlurTheme .btn-blue.btn-trans:focus,
.darkBlurTheme .btn-blue.btn-trans:active {
    color: #FFF !important;
    border-color: #628ECA;
    background: #628ECA;
}

.darkBlurTheme .btn-orange {
    color: #FFF !important;
    background: #CC5027;
    border-color: #CC5027;
    text-decoration: none !important;
}

.darkBlurTheme .btn-orange:hover,
.darkBlurTheme .btn-orange:focus,
.darkBlurTheme .btn-orange:active {
    color: #CC5027 !important;
    border-color: #CC5027;
    background: transparent;
    text-decoration: none !important;
}

.darkBlurTheme .btn-orange.btn-trans {
    color: #CC5027 !important;
    background-color: transparent;
}

.darkBlurTheme .btn-orange.btn-trans:hover,
.darkBlurTheme .btn-orange.btn-trans:focus,
.darkBlurTheme .btn-orange.btn-trans:active {
    color: #FFF !important;
    border-color: #CC5027;
    background: #CC5027;
}

/* .darkBlurTheme #sidebar-wrapper .sidebar-wrapper-inner, */
.darkBlurTheme .footerBg {
    background: #628ECA;
}

/* navy blue */
.darkBlurTheme .innerPage .text-primary,
.darkBlurTheme .innerPage .blueTxt,
.darkBlurTheme .innerPage a,
.darkBlurTheme .innerPage .text-info,
.darkBlurTheme .innerPage .h1,
.darkBlurTheme .innerPage h1, 
.darkBlurTheme .innerPage .h2, 
.darkBlurTheme .innerPage h2, 
.darkBlurTheme .innerPage .h3,
.darkBlurTheme .innerPage h3,
.darkBlurTheme .innerPage .h4,
.darkBlurTheme .innerPage h4,
.darkBlurTheme .innerPage .h6,
.darkBlurTheme .innerPage h6 {
    color: #628ECA;
}

/* orange */
.darkBlurTheme .innerPage a:hover,
.darkBlurTheme p.headline,
.darkBlurTheme p.tagline{
    color: #CC5027;
}

/* cobalt blue */
.darkBlurTheme div.modal-header{
    background: #8376B6;
}

.darkBlurTheme .sidebar-nav li.sidebar-brand{
    background: #85d1d9;
}

.darkBlurTheme .sidebar-nav li.sectionMisc,
.darkBlurTheme .sidebar-nav li.sectionSuprt,
.darkBlurTheme .sidebar-nav li.sectionAdvrt {
    background: #628ECA;
}

.darkBlurTheme .loginForgotpwd a,
.darkBlurTheme .mmNameMain a {
    color: #8376B6;
}

.darkBlurTheme .equalHeightContainer .accountTypeFree {
    background: #CC5027;
    border-top: 1px #CC5027 solid;
}

.darkBlurTheme .equalHeightContainer .accountTypeBasic {
    background: #628ECA;
    border-top: 1px #628ECA solid;
}

.darkBlurTheme .equalHeightContainer .accountTypeGold{
    background: #FFB025;
    border-top: 1px #FFB025 solid;
}

.darkBlurTheme .sidebar-nav a:hover .hoverText {
    background: #85D1D9;
}

.darkBlurTheme  .sidebar-nav a:hover .hoverText::before {
    border-right: 5px solid #85D1D9;
}
/* /. end changes for j-junction as per dbugzilla bug 2600 */
/* External Pages changes 14-11-2024 by dhiraj */
.index_video.MMsignup .common_wrapper * {
    font-family: 'robotoregular', sans-serif;
}
.YUConnects [action="./contactus.aspx"] .font_text p{
    font-family: 'robotoregular', sans-serif !important;
}
/* External Pages changes 14-11-2024 by dhiraj */
.JSMatchPoint .font_text p{
    font-family: 'robotoregular', sans-serif !important;
    font-size: 13px;
    color: #000;
}

.Nishmat .index_video.MMsignup .common_wrapper .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}
/* External Pages changes 16-11-2024 by dhiraj */
.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}
/* made changes by dhiraj 17-01-2025 #nprogress hide external header popup center */
#nprogress{
    display: none !important;
}
body.modal-open .modal {
    display: flex !important;
    height: 100% !important;
} 
body.modal-open .modal .modal-dialog {
    margin: auto;
    max-width: 90% !important;
}
/* made changes by dhiraj 17-01-2025 #nprogress hide external header popup center*/
