@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.btn {
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    border: 2px solid transparent;
    padding: 3px 15px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}
.btn-lg {
    font-size: 20px;
}
.btn-blue {
    color: #FFF !important;
    background: #000064;
    border-color: #000064;
    text-decoration: none !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #000064 !important;
    border-color: #000064;
    background: transparent;
    text-decoration: none !important;
}
.btn-blue.btn-trans {
    color: #000064 !important;
    background-color: transparent;
    border-color: #000064;
}
.btn-blue.btn-trans:hover,
.btn-blue.btn-trans:focus,
.btn-blue.btn-trans:active {
    color: #FFF !important;
    border-color: #000064;
    background: #000064;
}
.btn-red.btn-trans {
    color: #b10000 !important;
    background-color: transparent;
}
.btn-red.btn-trans:hover,
.btn-red.btn-trans:focus,
.btn-red.btn-trans:active {
    color: #FFF !important;
    border-color: #b10000;
    background: #b10000;
}
.btn-green.btn-trans {
    color: #006400 !important;
    background-color: transparent;
}
.btn-green.btn-trans:hover,
.btn-green.btn-trans:focus,
.btn-green.btn-trans:active {
    color: #FFF !important;
    border-color: #006400;
    background: #006400;
}
.btn-blue.btn-brdW {
    border-color: #D1D1D1;
}
.btn-blue.btn-brdW:hover,
.btn-blue.btn-brdW:focus,
.btn-blue.btn-brdW:active {
    color: #000064 !important;
    border-color: #000064;
    background: #FFF;
}
.btn-orange {
    color: #FFF !important;
    background: #e66e3e;
    border-color: #e66e3e;
    text-decoration: none !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #e66e3e !important;
    border-color: #e66e3e;
    background: transparent;
    text-decoration: none !important;
}
.btn-orange.btn-trans {
    color: #e66e3e !important;
    background-color: transparent;
}
.btn-orange.btn-trans:hover,
.btn-orange.btn-trans:focus,
.btn-orange.btn-trans:active {
    color: #FFF !important;
    border-color: #e66e3e;
    background: #e66e3e;
}
.btn-orange.btn-brdW {
    border-color: #D1D1D1;
}
.btn-orange.btn-brdW:hover,
.btn-orange.btn-brdW:focus,
.btn-orange.btn-brdW:active {
    color: #e66e3e !important;
    border-color: #e66e3e;
    background: #FFF;
}
.btn-dark-gray {
    color: #FFF !important;
    background: #797979;
    border-color: #797979;
    text-decoration: none !important;
}
.btn-dark-gray:hover,
.btn-dark-gray:focus,
.btn-dark-gray:active {
    color: #797979 !important;
    border-color: #797979;
    background: transparent;
    text-decoration: none !important;
}
.btn-green {
    color: #FFF !important;
    background: #006400;
    border-color: #006400;
    text-decoration: none !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #006400 !important;
    border-color: #006400;
    background: transparent;
    text-decoration: none !important;
}
.btn-red {
    color: #FFF !important;
    background: #b10000;
    border-color: #b10000;
    text-decoration: none !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #b10000 !important;
    border-color: #b10000;
    background: transparent;
    text-decoration: none !important;
}
.btn-yellow {
    color: #FFF !important;
    background: #ffad00;
    border-color: #ffad00;
    text-decoration: none !important;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    color: #ffad00 !important;
    border-color: #ffad00;
    background: transparent;
    text-decoration: none !important;
}
.owl-buttons {
    padding: 15px 0 0 0;
    text-align: center;
}

.login_forgotpwd .owl-buttons {
    padding: 0;
    text-align: left;
}

.owl-next,
.owl-prev {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    line-height: 44px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border: 2px solid #343434;
    font-size: 24px;
    color: #fff;
    background: #343434;
}

.login_forgotpwd .owl-next,
.login_forgotpwd .owl-prev {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 0;
    border-radius: 0;
    line-height: normal;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border: 0;
    font-size: 14px;
    color: #ff6600;
    background: transparent;
    font-family: 'robotoregular', sans-serif;
    white-space: nowrap;
    text-indent: 0;
}

.login_forgotpwd .owl-next:hover,
.login_forgotpwd .owl-prev:hover {
    background: transparent;
    color: #1683FA;
}

.login .form-control {
    border-color: #1683FA;
}

.owl-next {
    text-indent: 5px;
}

.owl-prev {
    text-indent: -5px;
}

.owl-next:hover,
.owl-prev:hover {
    background: #fff;
    color: #343434;
}

.navbar .logo {
    margin: 8px 0 0 0;
}

.facebook_top {
    margin-top: 15px;
}

.navbar-right li,
.navbar-right-mod li {
    float: left;
}

.navbar-left li {
    float: left;
    margin: 15px 0 0 10px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.navbar-left li:first-child {
    margin-left: 0;
}

.navbar-right li a,
.navbar-right-mod li a {
    display: block;
    line-height: 70px;
    color: #545454;
    padding: 0 15px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    font-size: 15px;
}

.navbar-right li a,
.navbar-right-mod li {
    line-height: 70px;
}

.navbar-right li a:hover,
.navbar-right li a:focus,
.navbar-right li a:active,
.navbar-right li a.activemenu,
.navbar-right-mod li a:hover,
.navbar-right-mod li a:focus,
.navbar-right-mod li a:active,
.navbar-right-mod li a.activemenu {
    color: #fff;
    background: #1683fb;
}

footer {
    clear: both;
    float: none;
}

footer,
footer a {
    color: #fff;
}

footer a:hover,
.footer_bg a:focus,
.footer_bg a:active {
    color: #A8E9FF;
}

.footer_bg {
    background: #1683fb;
    padding: 30px 0;
}

.footer_bg ul li {
    margin: 8px 0 0 0;
}

.footer_bg ul li:first-child {
    margin: 0;
}

.footer_bg ul li a {
    display: inline-block;
    background: url(../images/no-repeat.png) no-repeat -123px -711px;
    padding: 0 0 0 18px;
    line-height: 22px;
}

.footer_bg ul li a:hover,
.footer_bg ul li a:focus,
.footer_bg ul li a:active {
    background-position: -243px -621px;
}

.footer_bttm {
    padding: 20px 0;
    background: #f4eadb;
}

.footer_bttm p {
    color: #505050;
    padding: 0;
    line-height: 34px;
}

.footer_bg a.phno {
    display: inline-block;
    background: url(../images/no-repeat.png) no-repeat -195px -645px;
    font-size: 15px;
    padding: 0 0 0 35px;
    line-height: 32px;
}

.footer_bg a.phno:hover {
    background-position: -275px -590px;
}

.footer_bg a.mail {
    display: inline-block;
    background: url(../images/no-repeat.png) no-repeat -155px -675px;
    font-size: 15px;
    padding: 0 0 0 35px;
    line-height: 34px;
}

.footer_bg a.mail:hover {
    background-position: -315px -550px;
}

.lazyload {
    -webkit-transition: all 10ms;
    transition: all 10ms;
    background: url(../images/ajax-loader.gif) no-repeat center;
    min-height: 35px;
    min-width: 35px;
}

.lazyloaded {
    background: none;
}

.wrap_menu {
    position: absolute;
    z-index: 2002;
    top: 0;
    width: 250px;
    background: #1683FB;
    height: auto;
    left: -310px;
    box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.45);
    padding: 10px 0 10px 0;
}

.menu_overlay {
    position: fixed;
    z-index: 2001;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    cursor: pointer;
    display: block;
    cursor: pointer;
}

.either_or {
    background: #FF6600;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
}

p.tagline {
    color: #ff6600;
    font-size: 20px;
    padding-bottom: 35px;
    line-height: 26px;
}

p.headline {
    color: #ff6600;
    font-size: 20px;
    line-height: 26px;
}

p.tagline span {
    color: #000;
    font-size: 14px;
}

.login_match_id {
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
    z-index: 8049;
    color: #fff;
}

#tblCompare tr {
    word-break: break-word;
}


.darkBlurTheme .footerBg {
    background: #26377d;
}

@media (min-width:1001px) and (max-width:1200px) {
    h2,
    .h2,
    h1,
    .h1 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    .navbar-left li {
        margin: 15px 0 0 10px !important;
    }
}

@media only screen and (max-width:767px) {
    .text-info {
        font-size: 18px;
    }
    .common_wrapper ul.progressHeader li:nth-child(2) {
        left: -4% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(3) {
        left: 0 !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(4) {
        left: 5% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(5) {
        right: -8% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(6) {
        right: -10% !important;
    }
    .common_wrapper ul.progressHeader li:last-child {
        right: -15% !important;
        width: 10% !important;
    }
    .common_wrapper ul.progressHeader li {
        width: 13% !important;
    }
    .dropdown-menu {
        min-width: 75px !important;
    }
    .login_match_id {
        position: static;
        color: #ff6600;
        top: 0;
    }
    .navbar-left li {
        float: none;
        clear: both;
        display: inline-block;
        margin: 0 5px;
    }
    .login_forgotpwd .owl-buttons {
        padding-bottom: 15px;
    }
    .navbar-left {
        text-align: center;
    }
    .btn,
    .btn-lg,
    .btn-group-lg > .btn {
        font-size: 15px;
        padding: 6px 15px;
        margin: 8px 0;
    }
    .footer_carousel .owl-buttons {
        padding: 15px 0;
    }
    .footer_bttm,
    .footer_bttm .text-right {
        text-align: center !important;
    }
    .footer_bttm {
        padding: 10px 0;
    }
    .footer_bttm p {
        line-height: normal;
        padding: 10px 0 0 0;
    }
    .footer_bg {
        padding: 10px 0;
    }
    .footer_bg a.phno,
    .footer_bg a.mail {
        display: block;
    }
    .footer_bg h5.click_toshow,
    .footer_bg h5.forhiding_click_toshow {
        color: #1683FB;
        background: #fff;
        padding: 6px 15px;
        position: relative;
        border-radius: 20px;
        cursor: pointer;
        font-size: 18px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .footer_bg h5.click_toshow:before {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #1683FB;
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        right: 15px;
        -webkit-transition: all 700ms;
        transition: all 700ms;
    }
    .footer_bg h5.forhiding_click_toshow:before {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #1683FB;
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        right: 15px;
        -webkit-transition: all 700ms;
        transition: all 700ms;
    }
    h2,
    .h2,
    h5,
    .h5,
    h1,
    .h1,
    h4,
    .h4,
    h3,
    .h3,
    h6,
    .h6 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 10px;
    }
    .navbar .logo {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    section.index_video {
        padding-top: 0 !important;
    }
}

@media (min-width:319px) and (max-width:479px) {
    .facebook_top {
        margin-top: 10px;
    }
    .navbar .glyphicon-menu-hamburger {
        top: 10px !important;
    }
    .navbar-left li {
        float: none;
        clear: both;
        display: block;
        margin: 0;
    }
    .navbar-left li.langmargin {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
    .navbar .logo {
        margin-bottom: 15px;
    }
    .btn,
    .btn-lg,
    .btn-group-lg > .btn {
        display: block;
    }
    .dropdown .dropdown-menu {
        min-width: 75px !important;
        left: 130px !important;
    }
    section.index_video {
        padding-top: 0 !important;
    }
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FF6600;
    position: absolute;
    top: 0px;
    right: 75px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 5px;
    right: 35px;
    padding: 5px 8px;
    background: #FF6600;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: auto;
    line-height: auto;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

span.footer_bg-round {
    line-height: 52px;
}

.footer_bg-round a {
    display: inline-block;
    background: url(../images/no-repeat.png) no-repeat -82px -732px;
    padding: 0 0 0 32px;
    line-height: 22px;
    color: #696969;
}

.dateorange {
    color: #ff6600;
}

.navbar-left li.langmargin {
    margin-top: 24px;
}

.glyphicon {
    font-size: 11px;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .form-horizontal .control-label {
        text-align: left !important;
    }
    .dropdown-menu {
        min-width: 75px !important;
    }
    section.index_video {
        padding-top: 72px !important;
    }
    .common_wrapper ul.progressHeader li:first-child {
        left: -10% !important;
    }
    .common_wrapper ul.progressHeader li:last-child {
        right: -8% !important;
    }


    .common_wrapper ul.progressHeader li:nth-child(2) {
        left: -9% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(3) {
        left: -3% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(4) {
        left: 3% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(5) {
        right: -3% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(6) {
        right: -3% !important;
    }


}

@media only screen and (max-width:1000px) {
    body {
        font-size: 15px;
    }
    .facebook_top {
        margin-top: 18px;
    }
    p.tagline {
        padding-bottom: 20px;
        font-size: 18px;
    }
    p.tagline span {
        font-size: 15px;
    }
    .footer_bg {
        padding: 20px 0;
    }
    .navbar-left li.langmargin {
        margin-top: 20px;
    }
    .navbar {
        min-height: 75px;
    }
    .wrap_menu > div {
        padding: 0;
    }
    .main_menu .glyphicon-menu-hamburger {
        display: block;
        font-size: 26px;
        position: absolute;
        right: 10px;
        height: 40px;
        width: 40px;
        line-height: 38px;
        color: #fff;
        border-radius: 100%;
        background: #343434;
        text-align: center;
        top: 18px !important;
        cursor: pointer;
    }
    .wrap_menu .glyphicon-remove-circle {
        display: block;
        font-size: 26px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #1683FB;
        border-radius: 100%;
        background: #fff;
        text-align: center;
        cursor: pointer;
        float: right;
        margin: 10px;
    }
    .wrap_menu > div {
        clear: both;
        float: none;
    }
    .navbar-right {
        float: right !important;
        clear: both;
    }
    .navbar-right-mod,
    .navbar-left {
        float: none !important;
        clear: both;
    }
    h2,
    .h2,
    h1,
    .h1 {
        font-size: 27px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    .footer_carousel .owl-next,
    .footer_carousel .owl-prev {
        background: #ff6600;
        border-color: #ff6600;
    }
    .footer_carousel .owl-next:hover,
    .footer_carousel .owl-prev:hover {
        color: #ff6600;
        background: #fff;
        border-color: #ff6600;
    }
    .navbar-right li,
    .navbar-right-mod li {
        float: none;
        clear: both;
        display: block;
        margin: 0;
    }
    .navbar-right li,
    .navbar-right-mod li {
        border-bottom: 2px solid #1683FB;
    }
    .navbar-right li a,
    .navbar-right-mod li a {
        font-size: 16px;
        line-height: 40px;
        background: #8FDDFE;
        color: #1683FB;
    }
    .navbar-right li a:hover,
    .navbar-right li a:focus,
    .navbar-right li a:active,
    .navbar-right li a.activemenu,
    .navbar-right-mod li a:hover,
    .navbar-right-mod li a:focus,
    .navbar-right-mod li a:active,
    .navbar-right-mod li a.activemenu {
        background: #ff6600;
    }
    .main_menu ul {
        display: none;
    }
    section.index_video {
        padding-top: 130px;
    }
}

.dropdown-menu {
    left: -60px !important;
    min-width: 75px !important;
}

.dropdown-menu li {
    clear: both;
    margin: 2px 0 2px 8px !important;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #1683FB;
}

h5 a.press {
    color: #696969 !important;
    color: #696969 !important;
    text-decoration: underline !important;
}

 /* made changes by dhiraj 15-01-2025 header spacing issue */
.index_video {
    padding-top: 20px !important;
    position: relative;
}
 /* made changes by dhiraj 15-01-2025 header spacing issue */
.index_video1 {
    position: relative;
}

.checkbox-padding {
    padding-right: 25px;
}

.content-center {
    min-height: 48px;
    line-height: 48px;
}

.sizefix {
    max-height: 425px;
}

.linehegith {
    line-height: 36px;
}


/*.login_forgotpwd_popup:after {
    content:"";
    display:block;
    clear:both;
}
.popup-first-slide {
    float:left;
    width:100%;
}
.popup-second-slide {
    display:none;
    float:left;
    width:100%;
}
*/

@media only screen and (max-width: 767px) {
    .fancy_width_login .img-responsive {
        width: 100%;
        height: auto;
    }

    .partners_logo_table_cell {
        height: 80px;
    }
    .steps_carousel p {
        min-height: 10px;
    }
    .success_collage .owl-buttons {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    img.xs-small {
        max-width: 112px;
        height: auto;
    }
}

.jscroll-inner .jscroll-next {
    margin-top: 15px;
}

.dating-success {
    margin-top: 20px;
    background: #F0EAEA;
}

.dating-success h6 {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 7px 10px;
    margin: 0px -10px 10px -10px;
    background: #1683fb;
}

@media only screen and (max-width: 991px) {
    .col-xs-left {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 767px) {
    .col-xs-left {
        margin-left: 12%;
    }
}

#home_video {
    position: relative;
}

#home_video > .embed-responsive {
    position: relative;
    z-index: 0;
}

#home_video > .video_table {
    z-index: 2;
}

#home_video:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
}

@media only screen and (max-width:1024px) {
    #home_video:after {
        display: none;
    }
}

@media only screen and (min-width: 991px) and (max-width:1024px) {
    #home_video > .video_table {
        margin-top: 0 !important;
        top: auto !important;
        bottom: 10px;
    }
}

@media only screen and (min-width: 991px) {
    .mobileDevice #home_video > .video_table {
        margin-top: 0 !important;
        top: auto !important;
        bottom: 10px;
    }
    /*#home_video {
        border:2px #F0FF00 solid;
    }
    #home_video .embed-responsive {
        border:2px #FF0000 solid;
    }
    #home_video .video_table {
        border:2px #0200FF solid;
    }*/
}

.common_wrapper .body-bottom-section {
    padding: 10px 15px 15px 15px;
    margin-top: 15px;
    background: #F0EAEA;
}

.common_wrapper .body-bottom-section h2 {
    color: #FC8434;
    margin-bottom: 0;
    padding-bottom: 0;
}

.common_wrapper .body-bottom-section h3 {
    margin-top: 15px;
}

.common_wrapper .body-bottom-section ul li + li {
    margin-top: 7px;
}

.mobileDevice .embed-responsive .play-icon {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/play_icon.png) no-repeat center center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.mobileDevice .playVideo .play-icon {
    display: none !important;
}

.common_wrapper a.link-space {
    display: inline-block;
    white-space: pre-line;
    word-break: break-all;
}

/******************Khushboo commented************************/

.mtchTab {
    width: 100%;
    font-size: 13px;
}

.pad8 {
    margin: 8px;
}

.wid25 {
    width: 25%;
}

.wid19 {
    width: 19%;
}

.checkbox-padding {
    padding-right: 25px;
}

.checkbox-padding1 {
    padding-right: 18px;
}

.paD15 {
    margin-top: 10px !important;
}

.paDD {
    padding-bottom: 50px;
}

.common_wrapper ul.progressHeader {
    border-top: 4px solid #cacaca;
    display: inline-block;
    list-style-type: none !important;
    margin: 0 7% 30px !important;
    position: relative;
    width: 88%;
}

.common_wrapper ul.progressHeader li {
    position: relative;
    float: left;
    text-align: center;
    /*display:table-cell;*/
    padding-top: 0;
    background: url(../images/bullet-normal.jpg) no-repeat center 3px;
    padding-left: 0 !important;
    top: -12px;
}

/*.common_wrapper ul.progressHeader li:before {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:100%;
    height:0;
    border-top:4px solid #cacaca !important;
    z-index: -1;
    }

.common_wrapper ul.progressHeader li:first-child:before {
    left:50%;
    width:50%;
    }

.common_wrapper ul.progressHeader li:last-child:before {
    right:50%;
    width:50%;
    }*/

.common_wrapper ul.progressHeader li:first-child {
    left: -7%;
    width: 15%;
}

.common_wrapper ul.progressHeader li:last-child {
    right: -6%;
    width: 13%;
}

.common_wrapper ul.progressHeader li p {
    padding: 35px 0 0 0;
    line-height: 1;
    margin: 0;
}

.common_wrapper ul.progressHeader li.active {
    background: url(../images/blue-active.png) no-repeat center 3px;
    line-height: 1;
    height: 20px;
}


.common_wrapper ul.progressHeader li.active p {
    color: #1683fb;
    padding: 35px 0 0 0;
}

.common_wrapper ul.progressHeader li.done {
    background: url(../images/bullet-done.png) no-repeat center 3px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.common_wrapper ul.progressHeader li.done p {
    color: #000;
    margin: 0;
    padding: 35px 0 0 0;
}


.common_wrapper ul.progressHeader li:nth-child(2) {
    left: -1%;
    width: 16%;
}

.common_wrapper ul.progressHeader li:nth-child(3) {
    width: 20%;
}

.common_wrapper ul.progressHeader li:nth-child(4) {
    width: 10%;
}

.common_wrapper ul.progressHeader li:nth-child(5) {
    width: 14%;
    right: -2%;
}

.common_wrapper ul.progressHeader li:nth-child(6) {
    width: 12%;
    right: -3%;
}


.photos {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 28%;
    float: left;
    padding: 10px 30px 4px;
    margin: 60px 0 30px 60px;
}


.noMargin {
    margin-left: 0 !important;
}

.photos h3 {
    font-size: 16px;
    font-family: "robotoregular", Helvetica, Arial, sans-serif;
    color: #444444;
    text-align: center;
}

.photos p {
    font-size: 15px;
    color: #444;
    text-align: center;
}

.orderedlList {
    list-style-type: decimal;
    font-size: 11px;
    margin-left: 13px;
    line-height: 18px;
}

.orange-btn {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
    padding: 1px 7px 3px !important;
    margin: 10px auto !important;
    ;
    width: 120px !important;
}


.bAck-btn {
    background-color: #797979;
    border-color: #797979;
    color: #fff;
    width: 90% !important;
    float: left;
    margin-right: 10px;
}

.common_wrapper .instruCtion {
    width: 90%;
    margin: 0 auto 40px;
    border: 1px solid #eee;
    padding: 1%;
    font-size: 14px;
}

.common_wrapper .instruCtion span.color-1 {
    font-weight: normal;
    color: #ff6600;
}

.common_wrapper .instruCtion span {
    color: #676767;
    padding: 0px !important;
    margin: 0px !important;
}

.common_wrapper .instruCtion p {
    color: #676767;
    padding: 0px !important;
    margin: 0px !important;
}

.common_wrapper .instruCtion p + p {
    margin-top: 5px !important;
}

.common_wrapper .instruCtion p span {
    font-weight: bold;
}

.half .col-sm-5 {
    float: left;
    width: 48%;
}

.half .col-sm-2 {
    float: left;
    width: 4%;
    padding: 5px 0 0 0;
    text-align: center;
}

.custom-table {
    font-size: 13px;
    float: left;
    width: 100%;
}

.custom-table + .custom-table {
    margin-top: 5px;
}

.custom-table .custom-table-left {
    float: left;
    width: 20%;
}

.custom-table .custom-table-middle {
    float: left;
    width: 25%;
}

.custom-table .custom-table-middle label {
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.custom-table .custom-table-middle label input {
    position: absolute;
    left: 0;
    top: 0px;
}

.custom-table .custom-table-right {
    text-align: right;
    float: left;
    width: 55%;
}

.custom-table .custom-table-right a {
    color: #505050;
    display: block;
    margin-bottom: 5px;
}

.checkbox-paddLife {
    padding-right: 45px;
}

.checkbox-padd7 {
    padding-right: 7px;
    font-size: 13px;
}

.Wid {
    width: 47% !important;
    display: inline-block !important;
}

.Wid1 {
    width: 42% !important;
    display: inline-block !important;
}

.Wid2 {
    width: 49% !important;
    display: inline-block !important;
}

.Wid3 {
    width: 32% !important;
    display: inline-block !important;
}

.Wid4 {
    width: 66% !important;
    display: inline-block !important;
}

.marginL {
    margin-left: 8px;
}

label.padL {
    margin: 0px 8px;
}

.paD40 {
    margin-bottom: 40px;
}

.form-horizontal .control-label1 {
    /*padding-top:0px !important;
    line-height:1em;*/
    color: #1683fb;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: right;
}

.upPhoto {
    width: 25% !important;
    margin: 0 auto;
}

.remove {
    display: block;
}

.rightA {
    text-align: right !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon_01.png) no-repeat right center;
    background: none\9;
}

.next-prv-wreapper {
    margin-top: 30px;
}

.next-prv-wreapper .btn {
    float: none;
    max-width: 120px;
    display: inline-block;
}

.half-select-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.half-select-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.half-select-wrapper .half-select {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.half-select-wrapper .three-select {
    float: left;
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.half-select-wrapper .five-select {
    float: left;
    width: 66.66%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.half-select-wrapper .full-select {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {

    .half-select-wrapper .three-select {
        width: 100%;
    }
    .half-select-wrapper .five-select {
        width: 100%;
    }
    .half-select-wrapper .full-select {
        width: 100%;
    }

    .None {
        display: none;
    }

    .paDD {
        padding-bottom: 30px;
    }

    .custom-table + .custom-table {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px #eee solid;
    }

    .custom-table .custom-table-left {
        width: 50%;
    }
    .custom-table .custom-table-middle {
        width: 50%;
    }
    .custom-table .custom-table-right {
        text-align: left;
        width: 100%;
        margin-top: 4px;
    }

    .upPhoto {
        width: 60% !important;
        margin: 0 auto;
    }

    .Wid1,
    .Wid2,
    .Wid3,
    .Wid4 {
        display: inline-block !important;
        margin-left: 0;
        width: 100% !important;
        margin-top: 8px;
    }


    .paD40 {
        margin-bottom: 20px;
    }

    .photos {
        margin: 20px auto !important;
    }

    .photos img {
        margin: 0 auto !important;
    }

    .bAck-btn {
        width: 100% !important;
    }

    .checkbox-padding,
    .checkbox-padding1,
    .checkbox-paddLife {
        cursor: pointer;
        display: block;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        min-width: 110px;
        padding-left: 0;
        position: relative;
        vertical-align: middle;
    }


    .remove {
        display: none;
    }

    .control-label1 {
        text-align: left !important;
    }

    .common_wrapper .instruCtion {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px;
    }
    .common_wrapper .instruCtion p span {
        font-weight: bold;
    }

    .photos {
        text-align: center;
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .common_wrapper ul.progressHeader li p {
        text-indent: -99999px;
    }

    /*.common_wrapper ul.progressHeader li:before {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:100%;
    height:0;
    border-top:4px solid #cacaca !important;
    z-index: -1;
    }

.common_wrapper ul.progressHeader li.active{
        background:url(../images/blue-active.png) no-repeat center 3px;
        line-height:1;
        margin:0;
        padding:0;
        top:0;
        width:13%;
    }*/
    .common_wrapper ul.progressHeader li:nth-child(2) {
        width: 13%;
    }
    .common_wrapper ul.progressHeader li:nth-child(3) {
        width: 15%;
    }
    .common_wrapper ul.progressHeader li:nth-child(4) {
        width: 15%;
    }
    .common_wrapper ul.progressHeader li:nth-child(5) {
        width: 15%;
    }
    .common_wrapper ul.progressHeader li:nth-child(6) {
        width: 13%;
    }

    .common_wrapper ul.progressHeader li.done {
        background: url(../images/bullet-done.png) no-repeat center 3px;
        line-height: 1;
        margin: 0;
        padding: 0;
        width: 13%;
    }

    .mobile-bluetxt {
        display: block !important;
        text-align: center;
        position: absolute;
        left: 0;
        top: 60px !important;
        font-size: 18px;
        color: #1683fb;
        width: 100%;
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 768px) and (max-width:1024px) {

    .common_wrapper ul.progressHeader li.done p,
    .common_wrapper ul.progressHeader li.active p,
    .common_wrapper ul.progressHeader li p {
        padding: 35px 0 0 0 !important;
    }


    .checkbox-padding,
    .checkbox-padding1,
    .checkbox-paddLife {
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        margin-bottom: 0;
        min-width: 50px;
        position: relative;
        vertical-align: middle;
    }
    .common_wrapper ul.progressHeader li.active {
        width: 20% !important;
    }
    .common_wrapper ul.progressHeader li.done {
        width: 20% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(2) {
        width: 15% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(3) {
        width: 10% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(4) {
        width: 10% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(5) {
        width: 20% !important;
    }
    .common_wrapper ul.progressHeader li:nth-child(6) {
        width: 10% !important;
    }
    .common_wrapper ul.progressHeader li:last-child {
        width: 13% !important;
    }

    .common_wrapper ul.progressHeader li p {

        color: #444;
        font-family: "robotoregular", Helvetica, Arial, sans-serif;
        font-size: 13px !important;
        line-height: 1.2em;
        padding: 17px;
    }

    .common_wrapper ul.progressHeader li.active p {

        color: #1683fb !important;
        text-align: center;
        font-size: 13px !important;
        font-family: "robotoregular", Helvetica, Arial, sans-serif;
        line-height: 1.2em;

    }




}

.photos {
    margin: 60px 0 30px 56px;
}

@media only screen and (min-width: 1024px) and (max-width:1280px) {

    .orange-btn {
        width: 68% !important;
    }

    .photos {
        margin: 60px 0 30px 14px !important;
    }
    .photos {
        padding: 10px 30px 4px !important;
        width: 31%;
    }


    .common_wrapper ul.progressHeader li.done p,
    .common_wrapper ul.progressHeader li.active p,
    .common_wrapper ul.progressHeader li p {
        padding: 35px 0 0 0;
    }

}

@media only screen and (min-width: 1024px) and (max-width:1600px) {

    .mobile-bluetxt {
        display: none !important;
    }

    /*.checkbox-wrapper {
    margin:0 -10px 0 -10px;
}*/
    .checkbox-wrapper .checkbox-inline {
        padding-left: 17px;
        min-width: 10px;
        padding-top: 0;
        padding-bottom: 8px;
    }
    .checkbox-wrapper .checkbox-inline input {
        margin-left: -17px;
    }
    .common_wrapper ul.progressHeader li.done p,
    .common_wrapper ul.progressHeader li.active p,
    .common_wrapper ul.progressHeader li p {
        padding: 35px 0 0 0;
    }
}

}

.checkbox-wrapper {
    margin: 0 -10px 0 -10px;
}

.checkbox-wrapper .checkbox-inline {
    margin-left: 10px;
    min-width: 10px;
    /*padding-top:0;
    padding-left:17px;
    padding-bottom:8px;*/
    padding: 0 8px 8px;
}

.checkbox-wrapper .checkbox-inline input {
    margin-left: -17px;
}

.mobile-bluetxt {
    display: none;
}

/*.form-control, .form-control::-moz-placeholder {color:#000 !important;}*/

::-webkit-input-placeholder {
    color: #000 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}



.headerWrapper {
    position: relative;
}

.headLogo {
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
}

.headLogo a {
    display: block;
}

.headLogo p {
    padding: 0;
}

.navbar .headLogo .logo {
    margin: 0;
    height: 50px;
}

#menuWrapper {
    text-align: center;
}

#menuWrapper:after {
    content: "";
    display: block;
    clear: both;
}

#menuWrapper .footerIcon {
    float: none;
    margin-left: 100px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

#menuWrapper .navbar-right-mod {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.beforelogin {
    float: right;
    margin-right: 15px;
}

.beforelogin .beforelogin {
    margin: 0 !important;
    padding: 0 !important;
}

.beforelogin .navbar-left li {
    float: left;
    clear: none;
    margin: 15px 0 0 10px;
}

.beforelogin ul.ulAfterLogin li.alogin {
    padding-top: 10px;
}

.beforelogin .navbar-left li .btn {
    margin: 0;
}

.beforelogin .navbar-left li.dropdown {
    padding-top: 10px;
}

.main_menu .glyphicon-menu-hamburger {
    display: none;
}

@media only screen and (max-width: 1280px) {
    #menuWrapper .footerIcon {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    #menuWrapper .navbar-right-mod {
        display: none;
    }

    #menuWrapper .footerIcon {
        position: absolute;
        right: 70px;
        top: 17px;
    }

    .beforelogin {
        margin-right: 140px;
        margin-top: 4px;
    }

    .main_menu .glyphicon-menu-hamburger {
        right: 15px;
    }

    .main_menu .glyphicon-menu-hamburger {
        display: block;
        font-size: 26px;
        position: absolute;
        right: 10px;
        height: 40px;
        width: 40px;
        line-height: 38px;
        color: #fff;
        border-radius: 100%;
        background: #343434;
        text-align: center;
        top: 18px !important;
        cursor: pointer;
    }

    .wrap_menu .glyphicon-remove-circle {
        display: block;
        font-size: 26px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #1683FB;
        border-radius: 100%;
        background: #fff;
        text-align: center;
        cursor: pointer;
        float: right;
        margin: 10px;
    }

    .wrap_menu .navbar-right-mod {
        width: 100%;
    }

    .wrap_menu .navbar-right-mod li {
        float: none;
    }

    .wrap_menu .navbar-right-mod li + li {
        margin-top: 2px;
    }

    .wrap_menu .navbar-right-mod li a {
        font-size: 16px;
        line-height: 40px;
        background: #8FDDFE;
        color: #1683FB;
    }

    .wrap_menu .navbar-right-mod li a:hover,
    .wrap_menu .navbar-right-mod li a.activemenu {
        color: #fff;
        background: #f60;
    }

    .wrap_menu .navbar-right-mod li a .glyphicon {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 660px) {
    .headLogo {
        max-width: 70%;
    }
    .navbar .headLogo .logo {
        width: auto;
        height: auto;
        max-height: 43px;
    }

    .beforelogin {
        margin-right: 0;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .beforelogin .navbar-left:after {
        content: "";
        display: block;
        clear: both;
    }

    .beforelogin .navbar-left > li {
        float: left !important;
        width: 40%;
        clear: none;
        padding-left: 7px;
        padding-right: 7px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .beforelogin .navbar-left > li.dropdown {
        width: 20%;
    }

    .dropdown .dropdown-menu {
        left: auto !important;
        right: 0;
    }

    .dropdown .dropdown-menu li {
        margin: 2px !important;
    }

    .beforelogin .navbar-left.ulAfterLogin > li {
        float: none !important;
        width: auto;
        clear: none;
        display: inline-block;
        padding-left: 7px;
        padding-right: 7px;
    }
}


.footerIcon {
    display: inline-block;
    width: 40px;
    height: 39px
}

.footerIcon.twitter {
    background: url(../images/no-repeat.png) -295px -925px no-repeat;
    margin-left: 5px;
}

.footerIcon.facebook {
    background: url(../images/no-repeat.png) -395px -925px no-repeat;
}

.footerIcon.instagram {
    background: url(../images/no-repeat.png) -445px -925px no-repeat;
    margin-left: 5px;
}

.footerIcon.youtube {
    background: url(../images/no-repeat.png) -346px -925px no-repeat
}

@media only screen and (max-width: 991px) {
    footer .col-xs-12 + .col-xs-12 {
        margin-top: 15px;
    }
}




.body-noscroll {
    overflow: hidden;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

@media only screen and (max-width: 660px) {

    .fancybox-inner {
        max-height: 480px;
    }

}

@media only screen and (max-width: 330px) {
    .fancybox-inner {
        max-height: 420px;
    }
}


select.form-control::-ms-expand {
    display: none;
}

@media only screen and (max-width: 991px) {
    footer {
        font-size: 14px;
    }
}


.pressRow {
    display: table;
}

.pressRow + .pressRow {
    margin-top: 20px
}

.pressRow .pressImg,
.pressRow .pressText {
    display: table-cell;
    vertical-align: middle;
}

.pressRow .pressImg {
    width: 180px;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .pressRow .pressImg {
        width: 100px;
        padding-right: 10px;
        padding-top: 3px;
    }

}


.form-horizontal .col-sm-offset-5.col-sm-2 {
    margin-top: 15px;
}

.fancy_width_login.small {
    max-width: 400px;
}

.fancy_width_login.small .col-left {
    width: 100%;
}





/******************************************************** start New Header ******************************/

/*header {
    float: left;
    width: 100%;
}
*/
/* made changes by dhiraj kolhe to spacing issues 15-01-2025 */
.index_video.hasHeader {
    padding-top: 20px !important;
}
/* made changes by dhiraj kolhe to spacing issues 15-01-2025 */
.headerTop {
    border-bottom: 2px solid #C1C1C1;
    height: 65px;
}


.headerTop.sticking {
    position: fixed;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    border: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -webkit-animation: menuShow .4s ease-out forwards;
    animation: menuShow .4s ease-out forwards;
    background-color: #FFF;
}

.headerLogo {
    position: absolute;
    left: 15px;
    top: 5px;
}

.headerLogo img {
    height: auto;
    width: auto;
    max-height: 55px;
}

.small-logo .headerLogo img {
    width: 185px;
}

.menu {
    text-align: center;
    line-height: 60px;
}

.menu ul {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu ul:after {
    content: "";
    display: block;
    clear: both;
}

.menu ul li {
    float: left;
    list-style: none;
}

.menu ul li a {
    color: #545454;
    font-size: 16px;
    display: block;
    padding: 0px 12px;
}

.menu ul li a:hover,
.menu ul li a.activemenu {
    color: #FFFFFF;
    text-decoration: none;
    background: #1683fb;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.menu .socialIcon {
    margin-left: 100px;
}

.menu .hamIcon {
    position: relative;
    display: none;
    vertical-align: middle;
    font-size: 26px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    color: #1683fb;
    border: 2px solid #1683fb;
    border-radius: 100%;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.menu .hamIcon.menu-toggle {
    display: inline-block;
    visibility: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu .hamIcon:before {
    content: "\e236";
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.headerRight {
    font-size: 15px;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

.headerRight.afterLogin {
    top: 12px;
}

.headerRight.adminHeader {
    top: 13px;
}

.headerRight ul {
    margin: 0;
    padding: 0;
}

/* made changes by dhiraj 15-01-2025 external pages */
.headerRight>ul>li {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
/* made changes by dhiraj 15-01-2025 external pages */
/* ul#ulBeforeLogin li {
    display: list-item;
    vertical-align: middle;
} */
 /* made changes by dhiraj 14-01-2025 external pages */
/* made changes by dhiraj 13-01-2025 external pages */
ul#ulBeforeLogin li a:not(.btn-trans):hover {
    background-color: #f5f5f5;
}
/* made changes by dhiraj 15-01-2025 external pages */
ul#ulBeforeLogin ul.dropdown-menu {
    width: auto !important;
}

.headerRight ul#ulBeforeLogin li.langDrop a {
    color: #e66e3e;
    line-height: 2;
}

/* made changes by dhiraj 15-12-2025 external pages */

.headerRight > ul > li + li {
    margin-left: 5px;
}

.headerRight > ul > li .dropDownWrapperInner {
    margin-right: 20px;
}

.headerRight ul li.langDrop a {
    color: #f60;
}

.headerRight ul li.langDrop a:hover,
.headerRight ul li.langDrop a:focus,
.headerRight ul li.langDrop a:active {
    text-decoration: none;
}

.headerRight ul li.langDrop {
    position: relative;
    font-size: 14px;
}

.headerRight ul li.langDrop > div {
    position: relative;
    display: inline-block;
}

.headerRight ul li .dropdown-menu {
    min-width: 10px;
}

.headerRight .dropdownright .dropdown-menu {
    left: auto;
    right: 0;
}

.headerRight ul li .dropdown-menu li {
    min-width: 10px;
}

.headerRight ul li .memStatus {
    margin: 0;
    line-height: 1;
}

/* made changes by dhiraj external header 10-01-2025 */
.headerRight ul li .nameWel,
.headerRight ul li>a {
    color: #f60;
    line-height: 1.2;
    max-width: 190px;
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media only screen and (max-width: 767px) {
    .headerRight>ul>li {
        float: left;
    }

    .headerRight:not(.adminHeader)>ul>li {
        margin-left: 5px;
    }

    .headerRight:not(.adminHeader)>ul>li:not(.langDrop, .logout-li, .loginUser) {
        width: calc((100% - 55px) / 2);
    }

    .headerRight:not(.adminHeader)>ul>li.logout-li {
        width: 80px;
    }

    .headerRight:not(.adminHeader)>ul>li.logout-li>.btn {
        padding: 3px 0px;
    }

    .headerRight:not(.adminHeader)>ul>li.loginUser {
        width: calc(100% - 135px);
        margin-top: 3px;
        text-align: right;
    }

    .headerRight:not(.adminHeader)>ul>li.loginUser>.nameWel {
        max-width: 100%;
    }

    .headerRight>ul>li.langDrop {
        width: 40px;
    }

    .headerRight>ul>li {
        float: left;
    }

    .headerRight:not(.adminHeader),
    .newIndex .headerRight,
    .headerRight {
        float: left;
        left: 0px !important;
        right: auto;
    }

    .menu .hamIcon.menu-toggle,
    .menu .hamIcon {
        margin-right: 0;
        border-width: 2px !important;
    }

    /* made changes by dhiraj external header 10-01-2025 */
    .menu .hamIcon.menu-toggle,
    .menu .hamIcon {
        margin: 0;
        border-radius: 0;
        border-width: 0 0 0 1px !important;
        border-color: #e3e3e3;
    }
    .menu {
        line-height: normal;
    }
    .menu .hamIcon{
        color: #000064;
        border: 2px solid #000064;
    }

    .headerRight:not(.adminHeader) {
        position: static;
        float: left;
        clear: left;
        width: 100%;
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        border-top: 1px #e3e3e3 solid;
    }

    .menu .hamIcon.menu-toggle,
    .menu .hamIcon {
        margin: 0;
        border-radius: 0;
        border-width: 0 0 0 1px !important;
        border-color: #e3e3e3;
    }

    .menu {
        /* line-height: normal; */
    }

    .menu .hamIcon {
        color: #000064;
        border: 2px solid #000064;
    }

    .headerRight:not(.adminHeader) {
        position: static;
        float: left;
        clear: left;
        width: 100%;
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        border-top: 1px #e3e3e3 solid;
    }

    .headerRight>ul>li.langDrop {
        width: auto;
    }

    .headerLogo {
        float: left;
        position: static;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 250px;
    }

    .headerLogo {
        margin-left: 5px;
        width: 160px;
    }

    .menu {
        /* line-height: normal; */
    }

    .menu .hamIcon {
        color: #000064;
        border: 2px solid #000064;
    }

    .headerRight:not(.adminHeader) {
        position: static;
        float: left;
        clear: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px #e3e3e3 solid;
    }

    .headerRight>ul>li.langDrop {
        width: auto !important;
    }
    #ulBeforeLogin .btn-blue.btn-trans {
        color: #000064;
        background-color: transparent;
        border-color: #000064;
    }
   
    .headerLogo {
        float: left;
        position: static;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 250px;
    }

    .headerLogo {
        margin-left: 5px;
        width: 160px;
    }

    .headerRight ul li .nameWel,
    .headerRight ul li>a {
        margin: 0px;
        padding: 3px 15px;
    }

    .headerLogo a {
        height: 34px;
        line-height: 34px;
    }

    .headerLogo a {
        position: relative;
        display: block;
    }

    .headerLogo img {
        height: auto;
        width: auto;
        max-height: 34px;
    }

    .headerLogo img,
    .small-logo .headerLogo img,
    .large-logo .headerLogo img {
        position: absolute;
        left: auto;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .menu .hamIcon.menu-toggle,
    .menu .hamIcon {
        margin: 0;
        border-radius: 0;
        /* border-width: 0 0 0 1px !important; */
        border-color: #e3e3e3;
    }
    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-blue.btn-trans:hover, .btn-blue.btn-trans:focus, .btn-blue.btn-trans:active {
        color: #FFF !important;
        border-color: #000064;
        background: #000064 !important;
    }
    /* made changes by dhiraj external header 10-01-2025 */
    /* made changes by dhiraj external header 15-01-2025 */
    .headerRight>ul#ulBeforeLogin {
        margin: 0 !important;
    }
    .headerRight ul#ulBeforeLogin li.langDrop a {
        line-height: 1.2 !important;
    }
    /* made changes by dhiraj external header 15-01-2025 */
    /* made changes by dhiraj external header 04-02-2025 */
    .JDallas .headerRight.noLang > ul > li.li-mstatus{
        width: 100%;
    }
    .JDallas .headerRight ul li.li-mstatus>a{
        max-width: 150px;
    }
    /* made changes by dhiraj external header 04-02-2025 */
}
/* made changes by dhiraj external header 10-01-2025 */
.headerRight ul li .goldAct {
    color: #f9a600;
}

.socialIcon {
    font-size: 18px;
    color: #FFF;
    width: 40px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background: #507bbf;
}

.socialIcon:hover {
    color: #FFF;
    text-decoration: none;
}

p.headline,
p.tagline {
    color: #f60;
    font-size: 20px;
    line-height: 26px;
}

/* made changes by dhiraj external pages 14-01-2025 */
.newHeader .btn {
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    border: 2px solid transparent;
    padding: 3px 15px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

/* made changes by dhiraj external pages 14-01-2025 */
.newHeader .btn-lg {
    font-size: 20px;
}

.newHeader .btn-blue {
    color: #FFF !important;
    background: #000064;
    border-color: #000064 !important;
}

.newHeader .btn-blue:hover,
.newHeader .btn-blue:focus,
.newHeader .btn-blue:active {
    color: #000064 !important;
    border-color: #000064;
    background: transparent;
}

.newHeader .btn-blue.btn-trans {
    color: #000064 !important;
    background-color: transparent;
}

.newHeader .btn-blue.btn-trans:hover,
.newHeader .btn-blue.btn-trans:focus,
.newHeader .btn-blue.btn-trans:active {
    color: #FFF !important;
    border-color: #000064;
    background: #000064;
}

.newHeader .btn-blue.btn-brdW {
    border-color: #D1D1D1;
}

.newHeader .btn-blue.btn-brdW:hover,
.newHeader .btn-blue.btn-brdW:focus,
.newHeader .btn-blue.btn-brdW:active {
    color: #000064 !important;
    border-color: #000064;
    background: #FFF;
}

.newHeader .btn-orange {
    color: #FFF !important;
    background: #e66e3e;
    border-color: #e66e3e;
}

.newHeader .btn-orange:hover,
.newHeader .btn-orange:focus,
.newHeader .btn-orange:active {
    color: #e66e3e !important;
    border-color: #e66e3e;
    background: transparent;
}

.newHeader .btn-orange.btn-trans {
    color: #e66e3e !important;
    background-color: transparent;
}

.newHeader .btn-orange.btn-trans:hover,
.newHeader .btn-orange.btn-trans:focus,
.newHeader .btn-orange.btn-trans:active {
    color: #FFF !important;
    border-color: #e66e3e;
    background: #e66e3e;
}

.newHeader .btn-orange.btn-brdW {
    border-color: #D1D1D1;
}

.newHeader .btn-orange.btn-brdW:hover,
.newHeader .btn-orange.btn-brdW:focus,
.newHeader .btn-orange.btn-brdW:active {
    color: #e66e3e !important;
    border-color: #e66e3e;
    background: #FFF;
}

.newHeader .btn-dark-gray {
    color: #FFF !important;
    background: #797979;
    border-color: #797979;
}

.newHeader .btn-dark-gray:hover,
.newHeader .btn-dark-gray:focus,
.newHeader .btn-dark-gray:active {
    color: #797979 !important;
    border-color: #797979;
    background: transparent;
}

.newHeader .btn-green {
    color: #FFF !important;
    background: #66cc66;
    border-color: #66cc66;
}

.newHeader .btn-green:hover,
.newHeader .btn-green:focus,
.newHeader .btn-green:active {
    color: #66cc66 !important;
    border-color: #66cc66;
    background: transparent;
}

.newHeader .btn-red {
    color: #FFF !important;
    background: #ea0000;
    border-color: #ea0000;
}

.newHeader .btn-red:hover,
.newHeader .btn-red:focus,
.newHeader .btn-red:active {
    color: #ea0000 !important;
    border-color: #ea0000;
    background: transparent;
}

.newHeader .btn-yellow {
    color: #FFF !important;
    background: #ffad00;
    border-color: #ffad00;
}

.newHeader .btn-yellow:hover,
.newHeader .btn-yellow:focus,
.newHeader .btn-yellow:active {
    color: #ffad00 !important;
    border-color: #ffad00;
    background: transparent;
}


.menuOpen body {
    overflow: hidden;
}

.responsiveWrapper {
    font-size: 16px;
    line-height: 40px;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.menuOpen .responsiveWrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.responsiveWrapper .menuClose {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
/* made changes by dhiraj 10-12-2024 external pages mobile menu overflow issue */
.responsiveWrapperInner {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 270px;
    background: #1683FB;
    box-shadow: 0px 0 8px 3px rgba(0, 0, 0, .45);
    padding: 10px 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
/* made changes by dhiraj 10-12-2024 external pages mobile menu overflow issue */
.menuOpen .responsiveWrapperInner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.responsiveWrapperInner ul {
    margin: 0;
    padding: 0;
}

.responsiveWrapperInner ul li {
    list-style: none;
}

.responsiveWrapperInner ul li + li {
    margin-top: 2px;
}

.responsiveWrapperInner ul li a {
    display: block;
    color: #1683FB;
    text-decoration: none !important;
    padding: 0 12px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    background: #8FDDFE;
}

.responsiveWrapperInner ul li a:hover,
.responsiveWrapperInner ul li a.activemenu {
    color: #fff;
    background: #f60;
}

.responsiveWrapperInner ul li > a:before {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    width: 30px;
}

.responsiveWrapperInner ul li.icon-1 > a:before {
    content: "\e021";
}

.responsiveWrapperInner ul li.icon-2 > a:before {
    content: "\e086";
}

.responsiveWrapperInner ul li.icon-3 > a:before {
    content: "\e125";
}

.responsiveWrapperInner ul li.icon-4 > a:before {
    content: "\e005";
}

.responsiveWrapperInner ul li.icon-5 > a:before {
    content: "\e022";
}

.responsiveWrapperInner ul li.icon-6 > a:before {
    content: "\e032";
}

div.modal-header {
    background: #1683fa;
    border: 0;
    color: #fff;
    padding: 8px 15px;
}

.modal-header .close {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 9999;
    margin-top: 0;
    text-shadow: none;
}

div.modal-content .modal-title {
    color: #FFF;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.modal-content {
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body .loginForgotpwd .btn {
    float: left;
    min-width: 47%;
    margin-bottom: 10px;
}

.modal-body .loginForgotpwd .btn + .btn {
    float: right;
}

.modal-body .form-group:after {
    content: "";
    display: block;
    clear: both;
}

.modal-body .form-group {
    margin-bottom: 15px;
}

.footerBttm .footerMiddle:empty {
    display: none;
}


@media only screen and (max-width:1199px) {

    .menu .socialIcon {
        margin-left: 40px;
    }

    .videoText {
        bottom: 0;
    }
}

@media only screen and (max-width:991px) {
    .menu {
        float: right;
    }
    .menu ul {
        display: none;
    }
    .menu .hamIcon {
        display: inline-block;
    }
    .menu .hamIcon.menu-toggle {
        visibility: visible;
    }
    .menu .socialIcon {
        margin-left: 0;
    }
    .headerRight {
        position: relative;
    }
}

@media only screen and (max-width:767px) {
    /*.headerTop.sticking {
        position: relative;
    }*/
    .headerTop {
        height: auto;
    }
    /* made changes 13-01-2025 by Dhiraj external pages */
    .headerTop.sticking .headerRight {
        display: none;
        /*padding-top: 0;*/
    }
    /* made changes 13-01-2025 by Dhiraj external pages */
/* made changes 13-12-2024 by Dhiraj "Connecting Jewish singles with compatible matches effectively & discreetly" text is missing in mobile browser  */
    .headerTop.direction-top .headerRight,.headerTop.direction-bottom .headerRight {
        display: block;
        opacity: 0;
        -webkit-animation: menuBottomShow 0.5s ease-out forwards;
        animation: menuBottomShow 0.5s ease-out forwards;
    }
/* made changes 13-12-2024 by Dhiraj "Connecting Jewish singles with compatible matches effectively & discreetly" text is missing in mobile browser  */
    /*.sticking .headerRight .btn {
        transition: all 0s;
        padding: 5px 15px;
    }*/
    .headerRight.afterLogin {
        display: none !important;
    }
    .headerTop.sticking .headerRight.adminHeader {
        display: block;
    }
    .small-logo .headerLogo img {
        width: 160px;
        height: auto;
        image-rendering: -webkit-optimize-contrast !important;
    }
    .menu .hamIcon.menu-toggle {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    /* made changes by dhiraj 13-01-2025 header logo blur issue*/
    .sticking.small-logo .headerLogo img {
        width: 126px !important;
    }
    /* made changes by dhiraj 13-01-2025 header logo blur issue*/

    .sticking .socialIcon {
        width: 30px;
        height: 30px;
        background-position: -400px -929px;
    }
    .sticking .menu {
        line-height: 48px;
    }
    /* made changes by dhiraj for external header menu issues 14-01-2025 */
    .sticking .menu .hamIcon {
        line-height: 25px;
        width: 30px;
        height: 45px;
    }
    /* made changes by dhiraj for external header menu issues 14-01-2025 */
    /*login button not click 10-12-2024*/
    .headerRight {
        text-align: center;
        width: 100%;
        clear: left;
        right: auto;
        top: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 999;
    }
        /*login button not click 10-12-2024*/
    .headerRight.adminHeader {
        clear: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        top: 16px;
    }
    .headerTop.sticking .headerRight.adminHeader {
        top: 10px;
    }
    .headerRight > ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .headerRight.adminHeader > ul {
        margin-left: 0;
        margin-right: 0;
    }
    .headerRight > ul:after {
        content: "";
        display: block;
        clear: both;
    }
    .headerRight > ul > li {
        width: 42%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    .headerRight.adminHeader > ul > li {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .headerRight ul li.langDrop {
        margin-top: 5px;
        width: 16%;
    }
    .headerRight ul li.logout {
        display: none;
    }
    .headerRight > ul > li + li {
        margin-left: 0;
    }
    .headerRight > ul > li > a {
        display: block;
    }

    .headerRight.noLang > ul > li {
        width: 50%;
    }
}

@-webkit-keyframes menuShow {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes menuShow {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes menuBottomShow {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes menuBottomShow {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/******************************************************** end New Header ******************************/

/******************************************************** start New Footer ******************************/

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

.successCollage .owl-nav {
    margin-bottom: 40px;
}

.blogCarousel .owl-nav {
    margin-top: 10px;
}

.owl-next,
.owl-prev {
    position: relative;
    font-size: 15px;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    line-height: 44px;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border: 2px solid #343434;
    color: #fff;
    background: #343434;
}

.owl-next:hover,
.owl-prev:hover {
    color: #343434;
    border-color: #343434;
    background: #FFF;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.blogCarousel .owl-next,
.blogCarousel .owl-prev,
.footerCarousel .owl-next,
.footerCarousel .owl-prev {
    border-color: #f60;
    background: #f60;
}

.blogCarousel .owl-next:hover,
.blogCarousel .owl-prev:hover,
.footerCarousel .owl-next:hover,
.footerCarousel .owl-prev:hover {
    color: #f60;
    border-color: #f60;
    background: #FFF;
}

.owl-next i,
.owl-prev i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -7px;
}

.owl-next i, .owl-prev i {
    margin-left: -6px;
}


.footerBg {
    color: #FFF;
    background: #1683fb;
    padding: 30px 0;
}

.footerBg a {
    color: #FFF;
}

.footerBg a:hover {
    color: #9fe3ff;
    text-decoration: none;
}

.footerBg .footerLeft {
    margin-top: 10px;
}


/*.footerBg .footerRight {
    float: left;
}*/

.footerBttm {
    color: #505050;
    padding: 20px 0;
    background: #f4eadb;
}

footer h5 {
    font-size: 20px;
    font-weight: 700;
}

.footerBg a.footerPhno,
.footerBg a.footerMail {
    float: left;
    clear: left;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    margin-top: 10px;
}

footer a.footerPhno:before {
    content: "";
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background: url(../images/no-repeat.png) -195px -648px no-repeat;
}

.footerBg a.footerPhno:hover:before {
    background: url(../images/no-repeat.png) -275px -593px no-repeat;
}

.footerBg a.footerMail:before {
    content: "";
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background: url(../images/no-repeat.png) -155px -683px no-repeat;
}

.footerBg a.footerMail:hover:before {
    background: url(../images/no-repeat.png) -315px -558px no-repeat;
}

.footerBg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerBg li a {
    display: inline-block;
    line-height: 22px;
}

.footerBg li a:before {
    float: left;
    content: "";
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../images/no-repeat.png) -123px -711px no-repeat;
}

.footerBg li a:hover:before {
    background: url(../images/no-repeat.png) -243px -621px no-repeat;
}



.footerBttm ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footerBttm ul:after {
    content: "";
    display: block;
    clear: both;
}

.footerBttm ul li {
    position: relative;
    float: left;
    list-style: none;
}


/*.footerBttm ul li + li {
        margin-left: 5px;
        margin-right: 5px;
    }*/

.footerBttm ul li + li:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 3px;
    height: 3px;
    margin-left: 7px;
    margin-right: 7px;
    background: #000;
    border-radius: 50%;
}

.footerBttm ul li a {
    color: #FC8434;
}

.footerBttm ul li a:hover {
    color: #1683fb;
    text-decoration: none;
}


/*.footerBttm .footerLeft {
    float: right;
}*/

.footerBttm .footerRight {
    text-align: right;
    margin-top: 11px;
}

.footerBttm .footerMiddle {
    text-align: center;
    /*float: right;*/
    margin-top: 11px;
}

.socialIcon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 39px
}

.socialIcon:before {
    display: none !important;
}

.tw {
    background: url(../images/no-repeat.png) -295px -925px no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.fb {
    background: url(../images/no-repeat.png) -395px -925px no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.insg {
    background: url(../images/no-repeat.png) -445px -925px no-repeat;
    display: inline-block;
    margin-right: 5px;
}

/**************************css for large logo********************/

.large-logo .headerLogo {
    line-height: 50px;
}

.large-logo .headerLogo img {
    max-width: 335px;
    width: auto;
    height: auto;
    max-height: 52px;
}

.large-logo .menu ul {
    margin-left: 10%;
}

@media only screen and (max-width:1200px) {
    .large-logo .menu {
        float: right
    }
    .large-logo .menu ul {
        display: none
    }
    .large-logo .menu .hamIcon {
        display: inline-block;
    }
    .large-logo .headerRight {
        position: relative;
    }
}

.bigMenu .menu {
    float: right
}

.bigMenu .menu ul {
    display: none
}

.bigMenu .menu .hamIcon {
    display: inline-block;
}

.bigMenu .headerRight {
    position: relative;
}

/**************************end css for large logo********************/

@media only screen and (max-width:767px) {
    .footerBttm .footerLeft {
        text-align: center;
    }
    .footerBttm .footerRight {
        text-align: center !important;
        margin-top: 0px !important;
    }
}

/******************************************************** end New Footer ******************************/

.pop-small .modal-dialog {
    max-width: 400px
}


@media (min-width: 768px) {
    .footerBttm .footerMiddle:empty + .footerRight.col-sm-4 {
        width: 66.66666667%;
    }
}

@media only screen and (max-width:767px) {
    .pop-small .modal-dialog {
        margin: auto;
    }
    .large-logo .headerLogo {
        line-height: normal;
    }
    .large-logo .headerLogo img {
        max-height: 36px;
    }
}



.innerPageWrapper .loginForgotpwd {
    padding: 40px 0;
}

.innerPage {
    padding: 0;
}


@media only screen and (max-width:460px) {

    .large-logo .headerLogo img {
        max-width: 250px;
    }
}

.footerBttm .text-right {
    float: right;
}


.articleCarousel.owl-carousel {
    max-width: 800px;
    margin: 0 auto 15px auto;
}

.articleCarousel.owl-carousel .owl-wrapper-outer {
    max-width: 100%;
}

.articleCarousel.owl-carousel .owl-item {
    text-align: center;
}

.articleCarousel.owl-carousel .owl-item .middleItem {
    margin-top: 1.5%;
}

.articleCarousel.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.itemInnerWrap {
    max-width: 870px;
    margin: 0 auto;
}

.itemInnerWrap .itemInner {
    float: left;
    width: 12.5%;
    padding-left: 2px;
    padding-right: 2px;
}

/* made changes by dhiraj external pages 10-01-2025 */
.headerRight ul li.langDrop .dropdown-menu {
    width: auto;
}
/* made changes by dhiraj external pages 10-01-2025 */
.headerRight ul li.langDrop .dropdown-menu li {
    margin: 0 !important;
    
}
.headerRight ul li.langDrop a {
    display: block;
    /* padding: 3px 10px; */
    max-width: none;
}
html {
    overflow: auto;
    height: 100%;
    position: relative;
}
.iframe-modal .close {
    color: #ffffff !important;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
    margin-top: 0;
    text-shadow: none;
    text-decoration: none;
    background: #ff5400;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #000;
}
.iframe-modal .modal-body-frame {
    position: relative;
}
.iframe-modal .modal-body-frame .chatLoader {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
}
.iframe-modal.modal-loading .modal-body-frame .chatLoader {
    display: block;
}
.inner-window .innerPage .innerPagePadding {
    padding: 20px 0;
    margin: 0 !important;
}
.inner-window .loginForgotpwd .item {
    padding-bottom: 0;
}
.modal-auto-center {
    text-align: center;
}
.modal-auto-center::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 100vh;
}
.modal-auto-center .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}
.chatLoader {
    opacity: 0.9;
    height: 40px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: 100% 50%;
}
/*css add 03-12-2024*/
.DineNMeet .index_video.hasHeader, .JChicago .index_video.hasHeader, .JToronto .index_video.hasHeader {
    padding-top: 20px !important;
}
.JRetroMatch .index_video.innerPage {
    padding-top: 20px !important;
}
.JRetroMatch .innerPage a {
    color: #f60;
    text-decoration:none
}
.JChicago .headerRight ul li > a, .JRetroMatch .headerRight ul li > a {
    padding: 7px 15px;
}
.JToronto .newHeader .btn-blue.btn-trans:hover {
    background: #1683fb;
}
/*css add 03-12-2024*/
/* made changes by dhiraj 17-01-2025 #nprogress hide */
#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*/
/* made changes by dhiraj 04-03-2025 External pages - ContactUs page removal from CMS*/
#Contactcontrol_divOuter p.headline span, #Contactcontrol_divOuter p.tagline span {
    color: #e66e3e !important;
    font-size: 20px !important;
    line-height: 26px;
}
    #Contactcontrol_divTotal .form-group label{
        font-size: 13px;
        color: #000;
    }
    #Contactcontrol_divTotal .selectWrapper .selectname {
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        position: absolute;
        left: 12px;
        top: 5px;
        right: 12px;
        z-index: 0;
        opacity: 0;
        -webkit-transition: all .2sease;
        transition: all .2sease;
    }
    #Contactcontrol_divAns .bg-info.contactus_ans a {
        color: #26377d !important;
        text-decoration: underline;
    }
    #Contactcontrol_divAns .bg-info.contactus_ans a:hover{
        color: #e66e3e !important;
    }
    #Contactcontrol_divAns .bg-info.contactus_ans{
        color: #000;
    }
/* made changes by dhiraj 04-03-2025 External pages - ContactUs page removal from CMS*/