body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: inherit;
    overflow-x: hidden
}
@media (min-width: 767px) {
    .tHead .fixed-top {
		position: fixed !important;
		left: 0px;
		width: 100%;
		z-index: 99;
		top: 0px;
		animation-name: ballmove;
		animation-duration: 1s;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		margin: 0px;
    }
    @keyframes ballmove {
        0% {
			-webkit-transform: translate(0, -51px);
			   -moz-transform: translate(0, -51px);
			     -o-transform: translate(0, -51px);
			    -ms-transform: translate(0, -51px);
			        transform: translate(0, -51px);
        }
        100% {
			-webkit-transform: translate(0, 0);
			   -moz-transform: translate(0, 0);
			     -o-transform: translate(0, 0);
			    -ms-transform: translate(0, 0);
			       transform: translate(0, 0);
        }
    }
}
.updated {
	font-size: 11px;
	position: absolute;
	right: -33px;
	top: 3px;
}
@media (max-width: 767px) {
	.updated {
		font-size: 10px;
		position: absolute;
		right: -78px;
		top: 3px;
    }
    .mobilenewssrclist{display:block !important; float:left;margin-top:4px;margin-left: 6px;width:100px;}
}
.tHead .top-head-bar * > a,
.tHead .top-head-bar .green-bg {
    padding: 6px 12px
}
.tHead .top-head-bar a:hover {
    background: #ededed;
    background: linear-gradient(to bottom, #ededed 0%, #fbfbfb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fbfbfb', GradientType=0);
}
.tHead .top-head-bar .contribute a:hover {
    background: #3dc2e8
}
.tHead .top-head-bar .top-right i {
    color: #7cb639;
    margin-right: 4px
}
.tHead .top-head-bar .top-right .list-item-inline li .drop-down {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 999;
    opacity: 0;
    max-height: 0px;
    /*overflow:hidden*/
    overflow-y:scroll;
}
.tHead .top-head-bar .top-right .list-item-inline li:hover .drop-down {
    opacity: 1;
    /*max-height: 189px; //KKd_2021APR08*/
	max-height:500px;
}
.tHead .top-head-bar .top-right .list-item-inline li .drop-down>li {
    width: 100%;
}
.tHead .top-head-bar .top-right .list-item-inline li .drop-down>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.2);
}
body .contribute a {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    background: #3dc2e8
}

@media (min-width: 1170px) {
    .tHead .mast-head-bar {
        min-height: 100px;
    }
    .tHead .social-nav {
        width: 264px !important
    }
}
.tHead .mast-head-bar .logo:after {
    bottom: -47px;
    color: #7d2717;
    content: "Leading India News Source";
    font-size: 12px;
    font-weight: bold;
    left: 14px;
    letter-spacing: 0;
    position: absolute;
    white-space: nowrap;
}
.tHead .social-nav {
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tHead .social-nav .azm-social {
    height: 32px;
    line-height: 31px;
    width: 32px;
}
.clear {
    clear: both;
}
.tHead .nav-bar-holder {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    border-top: 1px solid #FF9933;
    box-shadow: 0 1px 0 #138808 inset;
	z-index:999
}
.tHead .nav-bar-holder li> a {
    padding: 10px 8px;
    border-right: 1px solid #FF9933;
    box-shadow: 0 1px 0 #138808 inset;
    position: relative;
    z-index: 9
}
.tHead .nav-bar-holder li.full-dropdown-menu {
    position: inherit
}
.tHead .nav-bar-holder li.full-dropdown-menu >ul {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1170px) {
    .tHead .nav-bar-holder li.full-dropdown-menu >ul [class*="col"] {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        display: table-cell;
        float: none;
        padding: 0;
        width: 1%;
    }
}
.tHead .nav-bar-holder li.full-dropdown-menu >ul [class*="col"] i {
    display: none
}
.tHead .nav-bar-holder li> a >i {
    position: relative;
    right: -4px;
}
.tHead .nav-bar-holder .flexMenu-popup {
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 99;
}
.tHead .nav-bar-holder li:last-child> a {
    border-right: 0px solid #a0ce41;
    box-shadow: 0 0px 0 #c8e861 inset;
}
.tHead .nav-bar-holder li> a .fa-home {
    font-size: 22px;
    margin-top: -5px;
    position: relative;
    top: 2px;
}
.tHead .secondary-nav {
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0.1)
}
.tHead .secondary-nav li {
    display: table-cell;
    width: 1%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2);
}
body .tHead .secondary-nav li .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden
}
body .tHead .secondary-nav li:hover .dropdown-menu {
    height: auto
}
body .tHead .secondary-nav li .dropdown-menu li {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2);
}
body .tHead .secondary-nav li .dropdown-menu li a {
    color: #000
}
.tHead .secondary-nav .werindia-live {
    background: #c8e861;
    color: #7D2717;
    font-weight: 600;
    padding: 4px 10px;
}
.tHead .secondary-nav a {
    font-size: 11px;
    padding: 4px 10px;
    font-weight: 600;
    white-space: nowrap;
}
.tHead .secondary-nav a:hover {
    color: rgb(141, 193, 60);
}
@media (min-width: 1170px) {
    .tHead .secondary-nav li ul li {
        display: block !important
    }
    .tHead .secondary-nav li ul {
        box-shadow: none !important;
        border: none !important
    }
}
.tHead .secondary-nav .app-icons a {
    font-weight: 600;
}
.tHead .secondary-nav .app-icons a i {
    margin-right: 5px;
    font-size: 16px;
}
.tHead .nav-bar-holder .flexMenu-viewMore:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 12px;
    right: -10px;
}
/**/


@media (min-width: 767px) and (max-width: 1170px) {
    .main-layout .container {
        padding: 0 25px
    }
    .main-layout .market [class*="col"] h4,
    .main-layout .market [class*="col"] p {
        font-size: 11px !important;
    }
}
.main-layout .market [class*="col"] {
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 0;
    padding: 1px;
    text-align: center;
}
.main-layout .market [class*="col"] h4,
.main-layout .market [class*="col"] p {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    width: auto;
}
.main-layout .market [class*="col"] p {
    font-weight: normal;
}
.main-layout .market [class*="col"] p span {
    color: #93c53f !important;
    font-weight: bold;
    padding-left: 8px;
}

@media (min-width: 1170px) {
    .main-layout .left-col {
        width: 730px
    }
    .media-body > p {
        min-height: 72px;
    }
}
@media (max-width: 767px) {
    .main-layout .left-col .lg-view {
        margin-left: 15px;
        margin-right: 15px;
    }
    .pointing-arrow {
        right: 220px !important;
        top: 47px !important;
    }
    .main-layout .left-col .lg-view > a {
        padding: 4px;
        font-size: 12px;
    }
    .breadcrumb {
        width: 100% !important
    }
}
.main-layout .left-col .lg-view {
    border-bottom: 4px solid #90C33C; 
    padding-bottom: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.main-layout .left-col .lg-view >a {
    display: inline-block;
    padding: 4px 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
	margin-top: -6px;  
}
.pointing-arrow {
    position: absolute;
    right: 243px;
    top: 0px;
}
.main-layout .left-col .news-panel [class*="col"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0 solid #ddd;
    min-height: 96.5px;
    padding: 2px 7px 0px;
}
.media-left > a { 
    border-radius: 8px;
    display: block;
    overflow: hidden;
    word-break: break-all;
}
.main-layout .left-col .news-panel [class*="col"] p {
    font-weight: 600;
    min-height: 50px;
    line-height: 17px;
    word-break: break-all;
}
.main-layout .left-col .news-panel [class*="col"] .news-bottom {
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    margin-top: -8px;
}
.main-layout .left-col .news-panel [class*="col"] .news-bottom .fa-comment {
    color: #7cb639;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .main-layout .left-col .news-panel [class*="col"] {
        padding: 0 15px !important;
        margin-bottom: 6px;
        padding-bottom: 6px !important
    }
}
@media (min-width: 1170px) {
    .main-layout .right-col {
        width: 300px;
        margin-left: 15px !important
    }
}
@media (min-width: 1170px) {
    .news-panel:after {
        position: absolute;
        left: 364px;
        height: 100%;
        width: 1px;
        content: '';
        background: #ddd
    }
}
@media (max-width: 1170px) and (min-width: 767px) {
    .news-panel:after {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 1px;
        content: '';
        background: #ddd
    }
}
[font-600] {
    font-weight: 600
}
.main-layout .right-col .widget-right {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    padding-bottom: 5px;
}
.main-layout .right-col .widget-right [right-heading] {
    border-bottom: 1px solid #ddd;
    padding: 4px 10px;
    color: #76b439;
    margin: 0 -10px;
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.main-layout .right-col .widget-right .horoscope-media .media-body {
    font-size: 12px;
    float: none;
    display: table-cell;
    word-break: break-all;
}
.main-layout .right-col .widget-right .oven-pic {
    margin: -10px;
    margin-bottom: 10px;
}
.main-layout .right-col .widget-right .oven-pic a {
    display: block
}
.main-layout .right-col .widget-right .oven-pic a img {
    width: 100%
}
.main-layout .right-col .widget-carosel .item {
    height: 210px;
}
.main-layout .right-col .widget-carosel .item img {
    height: 100%;
    width: 100%
}
.main-layout .right-col .widget-carosel .carousel-caption {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: -21px;
    font-weight: bold;
    text-align: center;
    top: auto;
    z-index: 0
}
.main-layout .right-col .widget-carosel .carousel-control {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 120px;
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
    top: auto;
}
.main-layout .right-col .newsletters .custom-search-bar {
    border-radius: 0;
    margin: 15px 0 !important;
    max-width: 100%;
    top: 0;
    border-radius: 3px;
    overflow: hidden
}
.main-layout .right-col .newsletters .custom-search-bar button {
    background: #79b438 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    height: 105%;
    margin: -1px;
    padding: 0 18px;
    right: 0;
}
.main-layout .search-form {
    border-radius: 30px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3) inset;
    background: #fff;
    position: relative
}
.main-layout .search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-style: italic;
    padding: 8px 20px;
    width: 100%;
}
.main-layout .search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 6px;
    top: 8px;
    color: #79B438
}
div p:last-child {
    margin-bottom: 0px;
}
.list-view-holder ul {
    height: 305px;
    margin-bottom: 20px;
    overflow-x: hidden;
}
.list-view-holder [list-heading] {
    color: inherit;
    font-size: 14px;
    border-width: 0 0 2px 0;
    padding-bottom: 6px;
    border-style: solid;
    margin: 0px;
    position: relative;
    margin-bottom: 10px;
}
.list-view-holder ul li >a {
    border-bottom: 1px dotted #ddd;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    line-height: 21px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    text-overflow: ellipsis;
}
.list-view-holder ul li:last-child >a {
    border-bottom: 0px dotted #ddd;
    box-shadow: none
}
.list-view-holder ul li:hover >a {
    color: #7d2717
}
.list-view-holder small {
    bottom: 12px;
    color: inherit;
    float: right;
    position: absolute;
    right: 3px;
}
.main-layout .left-col .news-panel .list-view-holder [class*="col"] {
    padding: 8px;
    padding-left: 0;
}
@media (max-width: 767px) {
    #footer .container {
        /*background: rgb(124, 182, 57)*/
        background: linear-gradient(to bottom,#8b74ce 0,#fe0131 100%) !important;
color: #fff;
    }
}
@media (max-width: 1170px) and (min-width: 767px) {
    .footer-area .footer-heading {
        font-size: 11px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .footer-box-con > div {
        font-size: 11px !important
    }
    body #footer .footer-box-con > div {
        padding-right: 0px;
        padding-left: 8px
    }
    .copright {
        position: relative;
        top: -4px
    }
}
.footer-area .footer-heading {
    border-bottom: 1px solid rgba(33, 33, 33, 0.08);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.footer-area .footer-heading span {
    border-bottom: 2px solid #fa4d01;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 6px;
}
.footer-area {
    padding: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    color: #fff;
    z-index: 98;
    font-weight: 600
}
.footer-area ul li {
    margin-bottom: 0
}
.footer-box {
  /*  bottom: -227px; */
    bottom: -351px;
    height: auto;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 1
}
.footer-box .icon > li > a:after {
    content: '\f101';
    position: absolute;
    top: auto;
    left: 0;
    font-family: 'FontAwesome';
    margin-top: 2px;
}
.footer-area .footer-heading {
    font-size: 13px;
    margin-bottom: 10px;
}
.footer-area .footer-heading span {
    border-color: #fff
}
.footer-area .footer-arrow {
    position: absolute;
    text-align: center;
    top: -27px;
    width: 40PX;
    LEFT: 0;
    RIGHT: 0;
    MARGIN: AUTO;
}
.footer-area .footer-arrow.open {
    top: -21px;
}
.footer-area .footer-arrow span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 0;
    width: 40px;
    cursor: pointer
}
.footer-area [class*="list-item"] li > a:hover {
    text-decoration: underline
}
.footer-box .icon > li:hover > a:after {
    left: 5px;
}
.footer-box .list-item > li> a {
    padding: 4px;
}
.footer-box-con > div {
    display: table-cell;
    width: 1%;
    padding-right: 20px;
    font-size: 12px;
}
.footer-box-con > div:last-child {
    padding-right: 0
}
.scrollToTop {
    position: fixed;
    bottom: 180px;
    right: 50px;
    background: #444;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    z-index: 99;
    display: none
}
.pop-up-model.custom-search-bar input {
    padding: 12px 10px;
}
.pop-up-model.custom-search-bar {
    border-radius: 4px;
    text-align: left;
    margin-top: 40px;
}
.modal-body h3 {
    color: rgb(119, 179, 56);
    margin-top: 40px;
}
.pop-up-model.custom-search-bar button {
    color: #fff;
    height: 38px;
    right: 2px;
    top: 2px;
}
.custom-search-bar.pop-up-model {
    position: relative !important;
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important
}
.poll-result {
    background: #FEFB81;
    padding: 20px;
    border-radius: 3px;
}
.flexMenu-allInPopup >a {
    font-size: 0px !important;
}
.flexMenu-allInPopup >a:after {
    position: absolute;
    left: 10px;
    top: -2px;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 16px
}
.flexMenu-popup {
    z-index: 99;
    background: #eee;
    width: 200px
}
.flexMenu-popup li {
    width: 100%
}
.text-view-heading-color-1 {
    color: rgb(90, 158, 37) !important;
    border-color: rgb(90, 158, 37) !important;
}
.text-view-heading-color-2 {
    color: rgb(192, 52, 37) !important;
    border-color: rgb(192, 52, 37) !important;
}
.text-view-heading-color-3 {
    color: rgb(37, 130, 189) !important;
    border-color: rgb(37, 130, 189) !important;
}
.text-view-heading-color-4 {
    color: rgb(135, 37, 192) !important;
    border-color: rgb(135, 37, 192) !important;
}
.breadcrumb {
    display: block !important
}
.breadcrumb h1 {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.advertisment {
    position: relative;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}

.skyscaper.fix2 {
    top: 5px !important
}
.dropdown-menu {
    z-index: 9999 !important
}


.slideboxclose.close.aazxa {
    bottom: 0;
    left: -70px;
    top: auto;
    -webkit-transform: rotate(184deg);
    -moz-transform: rotate(184deg);
    -o-transform: rotate(184deg);
    -ms-transform: rotate(184deg);
    transform: rotate(184deg);
}
#slidebox {
    position: fixed;
    bottom: 25px !important;
    right: -430px;
    background: #fff;
    border: 1px solid #c5c5c5;
    width: 390px;
    height: 90pt;
    font-size: 9pt;
    font-weight: 400;
    color: #000;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
#slidebox.fixed-top {
    right: 0px
}
.slideboxclose .fa-caret-up {
    top: -35px;
    position: absolute;
}
#slidebox.in {
    -webkit-transform: translate(0, 130px);
    -moz-transform: translate(0, 130px);
    -o-transform: translate(0, 130px);
    -ms-transform: translate(0, 130px);
    transform: translate(0, 130px);
}
.at-whatsnext-content-img {
    top: 0;
    left: 0;
    width: 90pt;
    height: 90pt;
    overflow: hidden;
    margin-right: 15px
}
#slidebox .media-left {
    width: 120px;
    height: 120px;
}
div.at-h6 {
    text-align: left;
    margin: 0;
    padding: 0 0 3px;
    font-size: 11px;
    color: #666;
    cursor: default;
}
.at-h3 {
    text-align: left;
    margin: 5px 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 14px;
    height: 3pc;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
}
#slidebox .media small {
    position: absolute;
    bottom: 15px;
    line-height: 10px;
    font-size: 11px;
    color: #666;
    cursor: default;
    text-align: left;
}
#slidebox p,
a.more {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}
.slideboxclose.close.aaa {
    bottom: -10px;
    left: -80px;
    position: absolute;
    top: auto;
    -webkit-transform: rotate(184deg);
    -moz-transform: rotate(184deg);
    -o-transform: rotate(184deg);
    -ms-transform: rotate(184deg);
    transform: rotate(184deg);
}
a.close {
    background: transparent url(../images/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}
.slidebox {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 20s;
    position: relative;
    background: red;
}
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -9999px;
    }
}
@keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -9999px;
    }
}
@media (max-width: 767px) {
    #slidebox {
        background-color: #fff;
        border-top: 3px solid #96c13a;
        bottom: 23px !important;
        box-shadow: -2px 0 5px #aaa;
        color: #000;
        padding: 0px;
        position: fixed;
        right: -100% !important;
        width: 93%;
        left: auto;
        margin: auto;
    }
    #slidebox.fixed-top {
        bottom: 23px !important;
        right: 0px !important;
    }
    #slidebox .media-left {
        width: auto !important;
        height: auto !important;
        margin-right: 0px !important;
    }
    #slidebox .media-left img {
        width: 85px !important;
        height: auto !important
    }
    .at-h3 {
        margin: 0 !important
    }
    .at-recommendedTitle {
        font-size: 11px !important
    }
    .at-h3 p {
        font-size: 10px !important;
        font-weight: 600 !important;
        margin-top: 0 !important;
    }
    .slideboxclose .fa-caret-up {
        position: absolute;
        top: -55px !important;
    }
}
.newsDetailStyle {
    line-height: 17px !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    max-height: 41.5px;
    margin-bottom: 3.5px !important;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.newsTitleStyle {
    max-height: 30px;
    min-height: 30px !important;
    margin-bottom: 3.5px;
    color: #00209a;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}




@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}


.tHead .top-head-bar .list-item-inline li .drop-down{
	left:0;
	width:100%;
	position:absolute;
	text-align:left;
	top:100%;
	z-index:999;
	opacity:0;
	max-height:0px;
	overflow:hidden
}
.tHead .top-head-bar .list-item-inline li:hover .drop-down{
	opacity:1;
	max-height:189px;
}
.tHead .top-head-bar .list-item-inline li .drop-down>li{
	width:100%;
}
.tHead .top-head-bar .list-item-inline li .drop-down>li>a{
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 0 rgba(255, 255, 255, 0.2);
}

.download-icon{
	background:#ddd;
	position:absolute;
	top:32px;
	width:40%;
	z-index:99;
		-webkit-transition:all 0.6s ease-out 0s;
		   -moz-transition:all 0.6s ease-out 0s;
		     -o-transition:all 0.6s ease-out 0s;
			-ms-transition:all 0.6s ease-out 0s;
			    transition:all 0.6s ease-out 0s;
		-webkit-transform:scale(0);
		  -moz-transform:scale(0);
		    -o-transform:scale(0);
		   -ms-transform:scale(0);
		       transform:scale(0);
	}
.top-most-nav.in,
.download-icon.in{
	-webkit-transform:scale(1);
	   -moz-transform:scale(1);
	     -o-transform:scale(1);
		-ms-transform:scale(1);
		    transform:scale(1);
}
.download-icon{
	left:auto;
	list-style:none;
	margin:0;
	padding:0;
	right:0;
	width:125px;
}
.download-icon li a{
	display:block;
	padding:6px 8px !important
}

@media(min-width:1170px){
	.main-layout{
		width:100%;
		padding-left:70px;
		margin:auto;
		overflow:hidden
	}
	.container {
		width: 1045px;
	}
}

	header.tHead .download-icon li a,
	header.tHead .download-icon li{
		display:block;
		width:100%;
		text-align:left
	}
	header.tHead .download-icon li a i{
		color:#fff
	}


@media(max-width:1170px){
	section.top-head-bar{
		height:30px;
		position:fixed;
		top:0px;
		width:100%;
		z-index:99
	}
	.dropdown-menu{
		height:auto !important;
		max-height:300px !important
	}
	section.mast-head-bar{
		margin-top:30px;
	}
	section.top-head-bar .navbar-toggle{
		font-size: 13px;
		color: #fff;
		display:block !important;
		letter-spacing: 0.5px;
		border-radius:0px;
		background: #a0c63a !important;
		background: -moz-linear-gradient(top, #a0c63a 0%, #32943c 100%) !important;
		background: -webkit-linear-gradient(top, #a0c63a 0%,#32943c 100%) !important;
		background: linear-gradient(to bottom, #a0c63a 0%,#32943c 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c63a', endColorstr='#32943c',GradientType=0) !important;
	}
	nav.nav-bar-holder{
		border: none !important;
		box-shadow: none !important;
		background:none !important
	}
	nav.nav-bar-holder .navigation{
		background:#8BBC3A;
		height:95% !important;
		position:fixed !important;
		left:0;
		top:30px;
		width:70% !important;
		z-index:99;
		overflow-y:scroll;
		text-align:left;
		-webkit-transform:translate(-100%, 0);
		   -moz-transform:translate(-100%, 0);
		     -o-transform:translate(-100%, 0);
			-ms-transform:translate(-100%, 0);
			    transform:translate(-100%, 0);
	} 
	nav.nav-bar-holder .navigation.in{
		-webkit-transform:translate(0, 0);
		   -moz-transform:translate(0, 0);
		     -o-transform:translate(0, 0);
			-ms-transform:translate(0, 0);
			    transform:translate(0, 0);
	}
	.tHead .nav-bar-holder li:last-child> a {
		border-right:1px solid #a0ce41;
		box-shadow:0 1px 0 #c8e861 inset;
	}
	body,
	html{
		overflow-x:hidden;
	}
	.tHead .nav-bar-holder .dropdown-menu li{
		display:block !important;
		width:100% !important;
		padding:0px;
	}
	.tHead .nav-bar-holder .dropdown-menu li >a{
		padding:10px 8px !important
	}
	.tHead .nav-bar-holder li > a > i.menu-arrow{
		background:rgba(0, 0, 0, 0) !important;
		font-size:12px;
		top:3px; 
	}
	nav.nav-bar-holder .navigation .custom-search-bar{
		top:0px;
		background:#fff;
		margin:20px auto;
		color:#000;
		font-weight: normal;
	}
	.tHead .nav-bar-holder .nav{
		display:flex;
		flex-wrap:wrap;
	}
	.tHead .nav-bar-holder .nav{
		display:flex;
		flex-wrap:wrap;
        flex-direction: column;
	}
	.tHead .nav-bar-holder li{
		width:100%;
         order: 14
	}
    .tHead .nav-bar-holder li:nth-child(1){
		order:1;
		 -ms-flex-order: 1;
	}
	.tHead .nav-bar-holder li:nth-child(15){
		order:2;
		 -ms-flex-order: 2;
	}
	.tHead .nav-bar-holder li:nth-child(10){
		order:3;
		 -ms-flex-order: 3;
	}
    .tHead .nav-bar-holder li:nth-child(9){
		order:4;
		 -ms-flex-order: 4;
	}
    .tHead .nav-bar-holder li:nth-child(8){
		order:5;
		 -ms-flex-order: 5;
	}
     .tHead .nav-bar-holder li:nth-child(3){
		order:6;
		 -ms-flex-order: 6;
	}
	 .tHead .nav-bar-holder li:nth-child(2){
		order:7;
		 -ms-flex-order: 7;
	}
    .tHead .nav-bar-holder li:nth-child(14){
		order:7;
		 -ms-flex-order: 7;
	} 
	.tHead .nav-bar-holder li:nth-child(16){
		order:8;
		 -ms-flex-order: 8;
	}
  	.tHead .nav-bar-holder li:nth-child(17){
		order:9;
		 -ms-flex-order:9;
	}
/*	.tHead .nav-bar-holder li:nth-child(18){
		order:10;
		 -ms-flex-order:10;
	}*/
	.tHead .nav-bar-holder li:nth-child(11){
		order:10;
		 -ms-flex-order:10;
	}
    .tHead .nav-bar-holder li:nth-child(12){
		order:11;
		 -ms-flex-order:11;
	}
	  .tHead .nav-bar-holder li:nth-child(7){
		order:12;
		 -ms-flex-order: 12;
	}
	
	.tHead .nav-bar-holder li > a{
		text-align:left
	}
	header.tHead .top-most-nav,
	header.tHead .download-icon{
		position:absolute;
		top:100%;
		background:#91bf3a;
		right:0px;
		z-index:99;
		width:200px;
		height:auto;
		padding:0;
		-webkit-transition:all 0.6s ease-out 0s;
		   -moz-transition:all 0.6s ease-out 0s;
		     -o-transition:all 0.6s ease-out 0s;
			-ms-transition:all 0.6s ease-out 0s;
			    transition:all 0.6s ease-out 0s;
		-webkit-transform:scale(0);
		  -moz-transform:scale(0);
		    -o-transform:scale(0);
		   -ms-transform:scale(0);
		       transform:scale(0);
	}
	header.tHead .top-most-nav.in,
	header.tHead .download-icon.in{
		-webkit-transform:scale(1);
	   -moz-transform:scale(1);
	     -o-transform:scale(1);
		-ms-transform:scale(1);
		    transform:scale(1);
	}
	
	header.tHead .download-icon{
		background: none !important;
		width: 160px !important;
		right: 0 !important;
		left: -80px;
		padding: 0;
	}
	header.tHead .top-most-nav li{
		text-align:left;
		text-transform: uppercase;
		width: 100%;
	}
	header.tHead .top-most-nav li a{
		padding:10px !important;
		font-weight:bold;
		display:block;
		color:#FFF;
		border-bottom:1px solid rgba(0, 0, 0, 0.2);
		box-shadow:0px 1px 0 rgba(255, 255, 255, 0.1);
	}
	
	header.tHead .elsipe-menu-mobile .fa-ellipsis-v{
		cursor:pointer;
		font-size:20px;
		padding-left:10px;
		padding-right:10px;
		top:3px;
		position:relative
	}
	.tHead .top-head-bar * > a{
		display: inline-block;
	}
	header.tHead .mobile-logo{
		width:116px;
		float: left;
		padding-left:10px;
		text-align:left !important
	}
	header.tHead .logo img{
		width: 100%;
		height: auto !important;
		margin-top: 7px;
		margin-left: -4px;
	}
	header.tHead .social-nav .azm-social{
		font-size: 15px;
		height: 35px;
		line-height: 33px;
		padding: 0;
		position: relative;
		top: 18px;
		width: 35px;
	}
	header.tHead section.top-head-bar .d-inline-block{
		vertical-align:top
	}
	header.tHead section.top-head-bar .domains-click{
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		font-size: 11px;
		line-height: 15px;
		position:relative
	}
	header.tHead section.top-head-bar .domains-click .fa{
		position: absolute;
		right: 0;
		top: 10px;
	}
	.mast-head-bar .row [class*="col"]:first-child {
		height: 64px;
		margin-bottom: 0;
	}
	body .main-ad {
		margin-top: 10px !important;
	}
	header.tHead .social-nav{
		padding-left:0px;
		position:absolute;
		right:0px; 
		top:20px;
		text-align:right !important;
		-webkit-transform:translateY(-50%);
		    -ms-transform:translateY(-50%);
			    transform:translateY(-50%);
	}
	.tHead .mast-head-bar .logo:after{
		bottom:-32px;
	}
	.main-layout .market [class*="col"]{
		font-size:11px
	}
	.main-layout .market [class*="col"] select{
		width: 90px;
	}
	.tHead .nav-bar-holder li > a > i.menu-arrow{
		background:rgba(0, 0, 0, 0.2);
		font-size: 14px;
		height: 100%;
		padding: 11px 20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.tHead .nav-bar-holder li > a > i.menu-arrow:before{
		font-family: 'FontAwesome';
		content: "\f067" !important;
	}
	.tHead .nav-bar-holder li > a .fa-angle-down.up-arrow:before{
		font-family:'FontAwesome';
		content:"\f068" !important
	}
	.tHead .nav-bar-holder li .sub-menu.dropdown-menu{
		float:none !important;
		position:relative !important;
	}
	.announcement-bar{
		background:#3dc2e8;
		border-radius:3px;
		text-align:center;
		max-width:95%;
		margin:auto;
		padding:5px 10px;
		margin-bottom:10px;
	}
	.announcement-bar h5{
		margin: 0;
		text-transform: capitalize;
		color: #fff;
	}
}


/*MOBILE RESPONSIVE AREA CSS STARTS*/
@media(max-width:767px){
	header.tHead [class*="col"].social-nav{
		top:16px;
	}
	header.tHead .mobile-logo{
		width:100px;
		float: left;
		padding-left:10px;
		text-align:left !important
	}
	header.tHead .logo img{
		width: 100%;
		height: auto !important;
		margin-top: 7px;
		margin-left: -4px;
	}
	header.tHead .social-nav .azm-social{
		height: 25px;
		line-height: 24px;
		width: 24px;
		text-align: center !important;
		padding: 0;
		font-size:10px
	}
	header.tHead .social-nav{
		padding-left:0px;
		position:absolute;
		right:0px; 
		top:36px;
		-webkit-transform:translateY(-50%);
		    -ms-transform:translateY(-50%);
			    transform:translateY(-50%);
	}
	header.tHead .mast-head-bar .logo:after{
		bottom: -33px;
		font-size: 10px;
		left: 1px;
		font-weight: bold;
	}
	header.tHead .mast-head-bar .row [class*="col"]:first-child {
		height: 64px;
		margin-bottom: 0;
	}
	header.tHead .main-ad{
		margin:5px 0;
		margin-bottom:0px;
	}
	.main-layout .market .marquee [class*="col"]{
		display: table-cell;
		float: none;
		font-size: 10px;
		height: auto;
		line-height: 0;
		min-height: initial;
		padding: 2px 10px;
		white-space: nowrap;
		width: auto;
	}
	.main-layout .market .marquee-watch{
		width:60%;
		overflow:hidden;
		position:relative
	}
	.main-layout .market .marquee [class*="col"] h5{
		display: inline-block;
		font-size: 10px !important;
	}
	.main-layout .market .marquee [class*="col"] label{
		margin:0px;
	}
	.main-layout .market .market-panel .last{
		border: medium none;
		display: block;
		font-size: 10px;
		height: auto;
		padding: 0;
		position: absolute;
		right: 2px;
		text-align: right;
		top: 2px;
		width: auto;
	}
	.main-layout .market .market-panel .last[class*="col"] h4,
	.main-layout .left-col .pointing-arrow,
	.main-layout .left-col .textV span{
		display:none
	}
	.main-layout .market .market-panel .last[class*="col"] > select{
		width: 60px
	}
	.main-layout .market .market-panel .last[class*="col"] #wicon img{
		height: auto;
		width: 20px;
	}
	.main-layout .left-col .breadcrumb{
		margin:0;
		padding:9px 14px;
		width:auto !important;
	}
	.main-layout .market .marquee{
		margin:0;
		margin-bottom:-5px;
		float:none;
		display:inline-block;
		text-align:center;
		-moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);
			 transform:translateX(100%);
		-moz-animation:example1 20s linear infinite;
	 -webkit-animation:example1 20s linear infinite;
			 animation:example1 20s linear infinite;
	 -webkit-animation-timing-function:linear;
			 animation-timing-function:linear;
	}
	@-moz-keyframes example1{0%{
		     -moz-transform:translateX(100%);}
		100%{-moz-transform:translateX(-100%);}
	}
	@-webkit-keyframes example1{0%{
			-webkit-transform:translateX(100%);}
	   100%{-webkit-transform:translateX(-100%);}
	}
	@keyframes example1{0%{
		    -moz-transform:translateX(100%);
		 -webkit-transform:translateX(100%);
		         transform:translateX(100%);
	}
	100%{
		-moz-transform:translateX(-100%);
	 -webkit-transform:translateX(-100%);
			transform:translateX(-100%);}
	}
	.market-panel{
		position:relative;
	}
}

.else-body-part{
	background:rgba(0,0,0,0.4);
	position:fixed;
	top:31px;
	height:100%;
	left:0px;
	width:100%;
	z-index:9;
	display:none;
}
.else-body-part.in{display:block}

.main-ad .adsbygoogle {
    display: inline-block !important;
}
.radio_holder_poll_holder{
	max-width: 638px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    border: none;
    padding: 30px 20px;
    border-radius: 9px;
}
.radio_holder_poll_holder h2{
	margin: 0;
    padding: 0;
    background: no-repeat;
    color: green;
    padding-bottom: 10px;
}
.radio_holder_poll_holder p{
	font-weight: 600;
    font-size: 15px !important;
    text-align: center;
	margin: auto;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    margin-bottom: 20px;
    margin-top: 5px;
    max-width: 80%;
    
}
.radio_holder_poll_holder .voting_buttons{
	background: #f2f2f2;
    margin: -20px;
    margin-bottom: -30px;
    padding: 14px;
    margin-top: 20px;
}
.radio_holder_poll_holder .btn{
	    padding: 10px 29px;
    font-weight: bold;
    letter-spacing: 0;
}

.thankuYou_page .btn.green-bg{
	background: green !important;
}
.thankuYou_page .alert{
	max-width: 69%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
	margin-bottom:20px
}

.radio_holder_poll_holder .lable-container-holder{
	/*  justify-content: center !important; */
}
.radio_holder_poll_holder .lable-container-holder .lable-container {
	margin-right:20px
}
.radio_holder_poll_holder .lable-container-holder .lable-container input{
	z-index: 9999;
    opacity: 1;
    float: left;
    margin-right: 10px !important;
    margin: 0;
    position: relative;
    top: 6px;
}

.lable-container-holder{
		display: -ms-flexbox;
        display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	 -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
@media(min-width:767px){
	.lable-container-holder{
		max-width: 100%;
		margin: auto;
	}
}
.lable-container {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.fisrtDot{
	font-size:7px;
	margin-bottom: -5px;
	color:red;
	 text-align: left;
	 margin-left:-4px;
}
.secondDot{
	font-size:7px;
	margin-bottom: -5px;
	color:pink;
	 text-align: left;
	margin-left:-4px;
}
.thirdDot{
	font-size:7px;
	margin-bottom: -21px;
	color:blue;
	 text-align: left;
	 margin-left:-4px;
 }
.one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.fa.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

