﻿

@font-face {font-family:EGGIndulekhaUni;
		src:url('../fonts/EGGIndulekha.eot');
		src:url('../fonts/EGGIndulekha.eot?#iefix') format('embedded-opentype'),
			url('../fonts/EGGIndulekha.ttf') format('truetype'), 
			url('../fonts/EGGIndulekha.woff') format('woff'),
			url('../fonts/EGGIndulekha.svg') format('svg');
}

@font-face {font-family:PanchariUni;
		src:url('../fonts/PanchariUniN.eot');
		src:url('../fonts/PanchariUniN.eot?#iefix') format('embedded-opentype'),
			url('../fonts/PanchariUniN.ttf') format('truetype'), 
			url('../fonts/PanchariUniN.woff') format('woff'),
			url('../fonts/PanchariUniN.svg') format('svg');
}

/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
	/*-ms-word-break: break-all;
	word-break: break-all;*/
	background-color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.eggindulekha-font, .videobig-title, .videosmal-title, .videolist-title, .article-titleh3 {
font-family: "EGGIndulekhaUni";
font-weight:normal;

}
.PanchariUni-font{
	font-family: PanchariUni;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	text-decoration: none;
	outline: none;
	-moz-transition:all .2s ease .0s;
	-webkit-transition:all .2s ease .0s;
	transition:all .2s ease .0s;
	
}
a:hover {
	vertical-align: baseline;
	color: #075b63;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.center-align{
	margin:0 auto;
}
.fullwidth{
	width:100%;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clearfix{
	clear:both;
}
.pl-5{
	padding-left:5px;
}
.pl-10{
	padding-left:10px;
}
.pl-20{
	padding-left:20px;
}
.pr-5{
	padding-right:5px;
}
.pr-10{
	padding-right:10px;
}
.pr-20{
	padding-right:20px;
}
.p-relative{
	position:relative;
}
img{
	max-width:100%;
}
.d-flex{
	display: -webkit-box;
display: -ms-flexbox;
display: flex ;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify ;
    justify-content: space-between ;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Common CSS Ends */
 
 
 .social-media-main {
    width: 60px;
    height: 260px;
    float: left;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    right: 10px;
}

.social-media-ins {
    width: 50px;
    height: 250px;
    float: left;
    margin: 5px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
	background-image:url(../images/social.png);
	background-repeat:no-repeat;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.twtr-icon {
    background-position: 0 -102px;
	background-color: #2caafe;
}
.gp-icon{
	 background-position: 0 -51px;
	 background-color: #fb443e;
}
.wts-icon{
	background-position: 0 -153px;
	background-color: #13b345;
}

.fb-icon{
	background-color:#2b44a0;
	background-position: 0 0px;
}
 
 
 

.social-media-icon:hover {
box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
}
 

.banner-wrapper{
	background-image:url(../images/header-bg-v2.jpg);
	background-repeat:no-repeat;
	background-color:#a3cf0b;
	background-position:center bottom;
}
.main-container{
	max-width:1000px;
	margin:0 auto;
	width:100%;
}
.top-ad {
    width: 970px;
    height: 90px;
    margin: 10px auto;
    background-color: #636363;
}
/**/
.topBanner {
    position: relative;
}
.topBanner img{
	display:inline-block;
	vertical-align:bottom;
}
.askdoctrbtn {
background: #ffcc33;
width: 162px;
height: 50px;
font-family: arial;
font-weight: 900;
font-size: 18px;
text-align: center;
line-height: 50px;
color: #1d1a14;
margin:10px auto;

}
.askdoctrIn:hover .askdoctrbtn{
background-color: #523841;
color:#fff;
}
.askdoctor {
	 max-width: 640px;
	margin-right: 20px;
	width: 100%;
	overflow: hidden;
}
.askdoctrround {
    width: 100%;
}
.askdoctrroundIn {

    width: 100%;
}

.roundtop {
    padding: 14px 0;
    max-width: 641px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.download, .download-mob {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.download-mob {
    max-width: 480px;

}
.round-bottom {
    color: #fff;
    font-size: 22px;
padding: 10px 0 10px;
}
.askdoctrIn:hover .round-bottom{

	color:#ffcc33;
	
}
.rnd-txt5 {

    color: #ffcc33;

}
.askdoctrIn {
width: 100%;
display: block;
background-position: center center;
float: left;
}
.ask-left {
    float: left;
	padding-left:25px;
}
.ask-right {
    float: left;
    width: 43.5%;
}
.dctr-img {
    width: 162px;
    margin: 0 auto;
    border: 3px solid #fff;
}
.dctr-img img{
  display:block;
}
.round-bottom span {

    display: block;

}
.askdoctrIn img{
	max-width:100%;
}
.doctor-right {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    margin-top: 40px;
}
.doctor-wrappper {
    margin-top: 40px;
}
.download-wrappper {
    margin-top: 40px;
}

.main-h2 {
    text-transform: uppercase;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.video-wrapper{
	margin-top:35px;
}
.main-title{
	margin-bottom:20px;
	
}
 
.playicon {
padding-top: 10px;
    width: 35px;
    height: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.8);
    text-align: center;

}
.section-popup:hover .playicon {
	background-color:rgb(163, 207, 11);
	
}
.video-topleft{
	max-width:575px;
	width:100%;
	float:left;
	border-bottom: 1px solid #e6e6e6;
}
.videobig-title {
    padding: 25px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 22px;
}
.videothumb-top {
    width: 170px;
	min-width: 170px;
}
.video-right-title {
    padding-left: 20px;
}
.videosmal-title {
    font-size: 18px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
	word-break: keep-all;
}
.video-topright {
    float: left;
    width: 40%;
    padding-left: 20px;
}
.videotop-ul {
    list-style: none;
	 width: 100%;
	 float:left;
}
.video-topliIn {
    width: 100%;
	float:left;
    margin-bottom: 15px;
}
.video-list-ul {
    list-style: none;
    overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	background-color: #f0feff;
	padding: 20px 10px;
}
.video-list-wrapper {
    margin-top: 20px;
	margin-bottom:30px;
}
.video-list-box {
    float: left;
    width: 25%;
	border-right:1px solid #e6e6e6;
	padding-left: 20px;
	padding-right: 20px;
}
.video-list-box:first-child {
    padding-left: 0;
}
.video-list-box:last-child {
    border-right: none;
	padding-right:0;
}
.videolist-img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}
.video-list-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
.video-list-row:last-child {
	border-bottom:none;

}
.videolist-title {
    text-align: center;
	margin-top: 10px;
	height:34px;
	width:100%;
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;	
  font-size:18px;
   
}
 
.article-wrapper{
	padding:30px 0;
}
.article-li {

    float: left;
    width: 50%;
    padding: 10px;
	margin:15px 0;

}
.article-liIn {

    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);

}
.article-title {
    width: 100%;
    padding: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
		height: 85px;

}
.article-titleh3 {

    font-size: 20px;
    line-height: 130%;
	height:100%;
}
.copy-rightp {
    font-family: arial;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 40px 0;
}
.articleimage {
	background-color:#eee;
}
.articleread {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
	-moz-transition:all .2s ease-in .0s;
	-webkit-transition:all .2s ease-in .0s;
	transition:all .2s ease-in .0s;
	-moz-transform:scale(0, 0);
	-webkit-transform:scale(0, 0);
	transform:scale(0, 0);
	opacity:0;
	border-top-left-radius: 0px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	border-bottom-left-radius: 200px
}
.articleimage img {
    display: inline-block;
    vertical-align: middle;
}
.article-a:hover .articleread {
	-moz-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1);
	opacity:1;
}
.article-btn {
    background: rgba(0,0,0,0.3);
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    position: absolute;
   left:50%;
    top: 50%;
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	opacity:0;
	cursor:pointer;
	transition:all .2s ease .3s;
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 200px;

}
.article-a:hover .article-btn {
	
	opacity:1;
	
}
.article-btn:hover {
	background: rgba(0,0,0,0.6);
}
.footer-wrapper{
	float:left;
	width:100%;
	background-color: #075b63;
}
/*.................................... menu ............................... */

.nav-outer {
	background-position: center top;
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #424242;
	overflow: hidden;
	position: fixed;
	z-index:100;
}
.cas2-ad-menu-blk {
	width: 980px;
	max-width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.cas2-com-nav-inside-box {
    width: 24px;
    height: 24px;
    background-color: #FA7742;
    padding: 0px;
    margin: 5px 10px;
    background: url(../img/menu-icon.png) center center no-repeat;
    cursor: pointer;
    display: none;
 
}
.cas2-ad-menu-list {
	list-style: none;
	float: left;
}
.cas2-ad-menu-list li {
	font-family: roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-right: 1px #000 solid;
	padding: 12px 10px;
	display: inline-block;
	float: left;
	height: 40px
}
.cas2-ad-menu-list li, .cas2-ad-menu-list li a {
	color: #FFFFFF;
}
.cas2-ad-menu-list li.active {
	background-color: #06c0d0;
}
.cas2-ad-menu-list li:hover {
	background-color: #6a9f10;
}

.online-logo {
    width: 32%;
    height: 10%;
    position: absolute;
    z-index: 1;
    top: 16%;
    right: 23%;
}
.online-logo2 {
    width: 44%;
    height: 15%;
    position: absolute;
    z-index: 1;
    top: 12%;
    right: 22%;

}
/*.................................... Inner page style ............................... */

.innerbanner-wrapper{
	background-repeat: no-repeat;
background-color: #FBF5F2;
background-position: center bottom;
	background-image:url(../images/bg-inner.jpg);
	display:block;
}
.i-margin {
	margin-top:10px;
}
.inner-topBanner{
	max-height:280px;
	min-height:280px;
}
.inner-topBanner img{
	display:inline-block;
	vertical-align:bottom;
}
.article-inner-wrpper{
	margin-bottom:20px;
}
.article-leftwrp {
    float: left;
    width: 66%;
    min-height: 2px;
}
.articleright-wrp {
    float: left;
	padding-left: 25px;
    width: 34%;
}

.art-main-image{
	width:100%;
	height:auto;
}
.art-main-image img{
	max-width:100%;
	width:100%;
}
.art-video{
	width:100%;
	height:auto;
}
.articleiner-title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.article-parg, .article-parg p{
	font-size: 20px;
color: #333;
line-height: 120%;
word-wrap: break-word;
}
.article-parg p{
	margin:10px 0;
}
.inner-navwrp {
    background: #424242;
    margin-bottom: 30px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.1);


}
.inner-navwrp.fixed{
	top:0;
	left:0;
	position:fixed;
}
.inner-nav{
	padding-left:20px;
	padding-right:20px;
}
.inner-navli:first-child{
	border-left: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 1px 0px 0px rgba(255,255,255,0.1), 1px 0px 0px rgba(255,255,255,0.1);
}

.inner-navli {
    display: inline-block;
border-right: 1px solid rgba(0,0,0,0.1);
box-shadow: 1px 0px 0px rgba(255,255,255,0.1);
}
.inner-nav-a {

    display: block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    line-height: normal;

}
.inner-nav-a:hover{
	color:#e8ff93;
	text-shadow:none;
}
.related-Ul {
	width:100%;
    list-style: inherit;
    padding-left: 20px;

}
.related-li {
    width: 100%;
    height: auto;
    float: left;
    font-family: eggIndulekhaUni;
    font-size: 21px;
    color: #013161;
	margin-bottom:15px;
    line-height: 100%;
}
.relatdHead {

    width: 100%;
    padding: 12px 10px 10px;
    margin-bottom: 20px;
    background: #00c6de;
    color: #fff;
    line-height: normal;

}
.related-articlewrp{
	margin-bottom:20px;
}
.web-only { display: block; }
.ipad-only { display: none; }
.mobile-only { display: none; }

.mob-top {float:right; padding-top: 45px;} 








