@font-face {
	font-family: NotoSans-Bold;
	src: url('../fonts/NotoSans-Bold.ttf');
}

@font-face {
	font-family: NotoSans-BoldItalic;
	src: url('../fonts/NotoSans-BoldItalic.ttf');
}

@font-face {
	font-family: NotoSans-Italic;
	src: url('../fonts/NotoSans-Italic.ttf');
}

@font-face {
	font-family: NotoSans-Regular;
	src: url('../fonts/NotoSans-Regular.ttf');
	
}
@font-face {
	font-family: NotoSansArabic-Bold;
	src: url('../fonts/NotoSansArabic-Bold.ttf');
}
body,
* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #636363;
	font-family: NotoSans-Regular;
}

html {
	scroll-behavior: smooth;
}


                 
/* custom margin class start from here */

.mt-0,
.mb-0 {
	margin: 0px;
}

.ml-0,
.mr-0 {
	margin: 0px;
}

.mt-10,
.mb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ml-50,
.mr-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mt-40,
.mb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ml-40,
.mr-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mt-50,
.mb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ml-100,
.mr-100 {
	margin-left: 100px;
	margin-right: 100px;
}

.mt-100,
.mb-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}


/* custom margin class end*/


/* custom Padding class start from here */

.pt-0,
.pb-0 {
	padding: 0px;
}

.pl-0,
.pr-0 {
	padding: 0px;
}

.pt-10,
.pb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pt-10,
.pb-10 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pl-10,
.pr-10 {
	padding-left: 20px;
	padding-right: 20px;
}

.pt-5,
.pb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pl-5,
.pr-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.pt-20,
.pb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pl-20,
.pr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pt-40,
.pb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pl-40,
.pr-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.pl-50,
.pr-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.pl-70,
.pr-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.pt-50,
.pb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pl-100,
.pr-100 {
	padding-left: 100px;
	padding-right: 100px;
}

.pt-100,
.pb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ic_arebic_hide{
	display: block;
}
.ic_arebic_show{
	display:none;
}
/* custom Padding class end */

/* About Us css start from here */
.ic-about-title{
    font-family: NotoSans-Bold;
    margin-bottom: 25px;
    font-size:50px;
}
/* breadcrumb section start */
.breadcrumb>.active {
    color: #003146 !important;
    /* cursor:pointer; */
}
.breadcrumb{
    padding: 0;
    background-color: #F8FDFE;
}
.breadcrumb li, .breadcrumb li a{
    font-size: 16px;
    font-family: NotoSans-Regular;
    color: #636363 !important;
    text-decoration: none;
	font-weight: 600;
}
.breadcrumb>li+li:before{
    color: #636363;
	padding: 0 0px;
}

.ic-about h1{
    font-size:60px;
    color: #008AB1;
    font-family: NotoSans-Bold;
    margin:0px 0 8px;
}
.ic-about-main{
    padding: 50px 0;
}
/* breadcrumb section end */

/* Overview section start */
.ic-overview{
    padding: 30px 0 120px;
}
.ic-overview img{
    position: absolute;
    top: 85px;
	right:0px;
}
.ic-overview h2{
    color: #008AB1;
    margin-top: 0;
}
.ic-overview p{
	font-family: NotoSans-Regular;
    color: #707070;
    /* font-weight: 600; */
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.ic-dubhai-text{
	padding: 4px 14px !important;
    font-size: 14px !important;
	color:#003146 !important;
	font-family: NotoSansArabic-Bold !important;
}
.ic-overview a{
	font-family: NotoSans-Regular;
    color: #004F71;
    /* font-weight: 600; */
    font-size: 16px;
    line-height: 26px;
    text-decoration: revert;
    border-bottom: 1px solid #004F71;
    text-decoration: none;
}
.ic-overview-details-text{
	max-width: 90%;
}
/* Overview section end */

/* Treatement section start */

.ic-treatment{
    background: #004F71;
    padding: 30px 0 50px;
	margin-top: -50px;
}
.ic-treatment h2{
    color: #ffffff;
}
.ic-treatment p{
	width: 46%;
    font-family: NotoSans-Regular;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
/* Treatement section end */

/* Research section start */
.ic-research{
    background: url(../../assets/images/about/research.png)no-repeat center center;
    background-size: cover;
    padding: 107px 0;
}
.ic-research h2{
    color: #004F71;
}
.ic-research p{
    font-family: NotoSans-Regular;
    color: #003146;
    font-size: 16px;
    line-height: 26px;
}
.ic-research-float{
    float: right;
    padding-left: 78px;
}
/* Research section start */

/* Training and Eduaction section start */
.ic-training{
    padding: 50px 0;
}
.ic-training p{
    width: 100%;
    font-family: NotoSans-Regular;
    color: #636363;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.ic-training h3{
    color: #004F71;
}
/* Training and Eduaction section end */
/* About Us css end here */

/* Mission and Vision css start */
.ic-mission{
    padding: 40px 0 80px;
}
.ic-mission h2{
	font-size:50px;
    color: #004F71;
	margin-bottom:40px;
}
.ic-mission p{
	max-width: 73%;
    font-size: 20px;
    line-height: 32px;
    color: #707070;
    font-family: NotoSans-Regular;
    margin: 0 auto;
}
.ic-margin-auto{
    width: 95%;
    margin: 0 auto;
}
.ic_vision_img{
	background-image: url('../images/mission_vision/our_vision.png');
	background-size: cover;
	height: 297px;
	background-repeat: no-repeat;
}
.ic_mission_img{
	background-image: url('../images/mission_vision/our_values.png');
	background-size: cover;
	height: 297px;
	background-repeat: no-repeat;
}
/* .ic-mission-vision  img{
	height: 297px;
} */
.ic-mission-vision h2{
    color: #004F71;
    margin-bottom: 15px;
    margin-top: 0;
}
.ic-vision, .ic-values{
    padding: 15px 15px 15px 40px;
    background: #fff;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 174px;
}
.ic-vision-img{
	width:100%;
}
.ic-mission-img{
	width:100%;	
}
.ic-vision p{
    width: 70%;
    font-size:16px;
    line-height: 28px;
    color: #004F71;
    font-family: NotoSans-Regular;
	
}
.ic-values ul li{
    font-size: 16px;
    line-height: 32px;
    color: #004F71;
    font-family: NotoSans-Regular;
	list-style: none;
	position: relative;
    padding-left: 20px;
}
.ic-values ul li::before{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #004F71;
    border-radius: 50px;
    top: 15px;
    left: -10px;
}
.ic-bg-color{
    background: #004F71;
    height: 350px;
    margin-top: -240px;
}
/* Mission and Vision css end */

/* Quality and Safety css start */
.ic-quality-safety{
    padding: 70px 0;
}
.ic-quality-safety p{
	width: 80%;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-family: NotoSans-Regular;
    text-align: center;
    margin: 0 auto;
    /* font-weight: 600; */
}
.ic-shsm-img{
    width: 90%;
    margin: 0 auto;
    background-color: #F8FDFE;
}
.ic-shsm-img  img{
	width:100%;
}
.ic-shsm-content{
    text-align: center;
    width: 42%;
    margin: 0 auto;
}
.ic-shsm-content h2{
	margin-top: 50px;
    color: #004F71;
    font-size: 28px !important;
    margin-bottom: 30px;
    font-family: NotoSans-Bold;
    line-height: 36px;
}
.ic-border-bottom{
    border-bottom: 2px solid #008AB1;
    /* border-width: 3px; */
    width: 130px;
    text-align: center;
    margin: 0 auto;
}
.ic-shsm-para p{
	padding: 30px 0 70px;
    width: 74%;
    font-size: 16px;
    line-height: 26px;
    color: #004F71;
    font-family: NotoSans-Regular;
    text-align: center;
    margin: 0 auto;
    /* font-weight: 600; */
}
.ic-shsm-bg-color{
    background-color: #004F71;
    height: 550px;
    margin-top: -435px;
}
.ic-request-an-appointment:first-of-type {
    animation: appearFadeInUp 0.2s ease 0.3s 1 normal forwards;
}


@keyframes visible_on {
    0% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
		
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
		
        opacity: 1;
		
    }
}

.ic-request-an-appointment{opacity: 0;}
@keyframes appearFadeInUp {
    0% {
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.owl-item{opacity:1}
.visible_on h1{    animation: appearFadeInUp 0.3s ease 0.1s 1 normal forwards;}
.visible_on p{    animation: appearFadeInUp 0.5s ease 0.1s 1 normal forwards;}
.visible_on .owl-item{    animation: appearFadeInUp 0.3s ease 0.1s 1 normal forwards;}
.visible_on .ic_first{   animation: appearFadeInUp 0.3s ease 0.1s 1 normal forwards;}
.visible_on .ic_second{   animation: appearFadeInUp 0.4s ease 0.1s 1 normal forwards;}
.visible_on .ic_third{   animation: appearFadeInUp 0.4s ease 0.1s 1 normal forwards;}
.visible_on .ic_fourth{   animation: appearFadeInUp 0.6s ease 0.1s 1 normal forwards;}
.visible_on .ic_foot{   animation: appearFadeInUp 0.8s ease 0.1s 1 normal forwards;}
.ic_first, .ic_second, .ic_third, .ic_fourth, .ic_foot{opacity:0}
.ic-main-home-banner h1, .ic-main-home-banner p,.ic-main-home-banner .btn-default{ opacity:0}
.visible_top .ic-main-home-banner h1,.visible_top .ic-main-home-banner p, .visible_top .ic-main-home-banner .btn-default{animation: appearFadeInUp 0.3s ease 0.1s 1 normal forwards;}

/* Quality and Safety css start */

/* Accreditations css start */
.ic-accreditations img{
    position: absolute;
	top: 60px;
    left: 100px;
    padding-left:0px;
	border:1px solid rgba(99, 99, 99, 50%)
}
.ic-accreditations p{
	font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-family: NotoSans-Regular;
    text-align: left;
    font-weight: 500;
}
.ic-accreditations-1{
    background-color: #004F71;
}
.ic-accreditations-1 p{
	width: 50%;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: NotoSans-Regular;
} 
/* Accreditations css end */
.desk_top{
		display:block;
}
.mobile_view{
	display:none;
}


/* Home page banner css start from here */

.ic-top-home-banner .custom-container {
	max-width: 90%;
}

.ic-top-home-banner {
	background: url('../images/home-banner/ic-home-page-main-banner.jpg');
	min-height: 530px;
	background-size: cover;
	background-repeat: no-repeat;
}
.ic-main-home-banner{
	width: 50%;
    float: right;
	text-align: left;
	background: rgb(0 0 0 / 27%);
    padding: 50px;
    margin: 100px auto;
	/* box-shadow: 0px 2px 2px rgb(146 142 142 / 87%); */
}
.ic-main-home-banner h1 {
	text-align: left;
	color: #fff;
	font-size: 42px;
	padding: 0px 0px 15px 0px;
	/* padding: 116px 20px 15px 0px; */
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: NotoSans-Bold;
}

.ic-main-home-banner p {
	text-align: left;
    color: #fff;
    font-family: NotoSans-Regular;
    font-size: 22px;
	/* margin: 0 -90px 0 0; */
    /* padding: 0 142px; */
}

.ic-main-home-banner a {
	background: #fff;
    border: 1px solid #fff;
    float: left;
    padding: 10px 6px;
    /* margin-right: 210px; */
    color: #008AB1;
    font-size: 15px;
    font-family: NotoSans-Bold;
    width: 182px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 10px 0 0 0px;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ic-main-home-banner a:hover{
	transform: translateY(-4px);
}
.ic-main-home-banner a:hover {
	background: #fff;
	color: #008AB1;
	border: 1px solid #fff;
}


/* Home page banner css end here */


/* our commitment css section start from here */

.ic-our-commitment-text {
	background: #fff;
}

.ic-our-commitment-text h2 {
	color: #008AB1;
	font-family: NotoSans-Regular;
	font-size: 40px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding-top:30px;
	margin-top:0px;
	/* font-weight: 400; */
}

.ic-our-commitment-text p {
	color: #636363;
	font-family: NotoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.ic-icon-section {
	background-color:#008ab1;
	/* background: #fff; */
	padding: 40px 0 0;
	height: 210px;
	transition: 0.5s all ease-in-out;
}

.ic-icon-section img {
	margin: 0px auto 0px;
}

.ic-icon-section h2 {
	font-size: 16px;
	font-family: NotoSans-Bold;
	/* font-weight:700; */
	text-align: center;
	color: #fff;
	line-height: 1.4;
	width: 200px;
    margin: 20px auto;
	/* margin-bottom: 0px; */
	/* padding: 0px 40px 0px; */
	padding: 0px 26px 0px;
	text-transform: uppercase;
}

.ic-info-details {
	background: #008AB1;
	margin: 0px auto;
	text-align: center;
	height: 160px;
	position: relative;
	
}
.ic-info-details a{
	
	transform: translateY(2px);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ic-info-details a :hover{
	transform: translate(6px, 2px);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ic-info-details p {
	color: #fff;
	font-size: 16px;
	font-family: NotoSans-Regular;
	padding: 25px 16px 40px;
	line-height: 26px;
	margin-bottom: 20px;
}

.ic-info-details img {
	float: right;
    position: relative;
    margin-top: -50px;
    width: 10%;
    transform: translateY(2px);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    bottom: 10px;
    right: 15px;
   
}

/* .ic-our-commitment-sec-right {
	margin-top: -140px;
} */
.ic-our-commitment-sec-right{
	margin-top:60px;
}
.ic-get-in-touch a {
	color: #004F71;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 90px;
	text-decoration: none;
	text-transform: uppercase;
}

.ic-get-in-touch img {
	margin-left: 30px;
    width: 30px;
}

.ic-get-in-touch img{
	transform: translateY(2px);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ic-get-in-touch img:hover{
	transform: translate(6px, 2px);
}
/* our commitment css  end  here */


/* services we offer section css start from here */


.ic-services-section {
	background: #F8FDFE;
	padding: 30px 0 25px;
	margin-top:60px;
}

.ic-services-heading h1 {
	text-align: center;
	color: #008AB1;
	font-size: 40px;
	font-weight: 700;
	margin-top:0px;
	 font-family: NotoSans-Bold; 
	margin-bottom: 0px 10px;
	opacity:0;
}

.ic-services-heading p {
	

	text-align: center;
	color: #008AB1;
	font-size: 18px;
	font-family: NotoSans-Regular;
	padding-bottom: 30px;
	opacity:0;
	width: 60%;
	margin: 0 auto;
}


/* services slider section css start from here */

.ic-diabetes-section {
	background: #fff;
	padding: 20px 25px 0px;
	border: 1px solid rgba(0,183, 201, 35%);
	overflow: hidden;
	min-height:370px;
}
.ic-diabetes-section:hover{
border:1px solid #00B7C9;
transition: all ease-in-out 0.5s;

}
.ic-diabetes-section img {
	max-width: 70px;
	;
}

.ic-diabetes-section h3 {
	color: #004F71;
	font-size: 20px;
	font-family: NotoSans-Bold;
	padding-top: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin: 0px;
}

.ic-diabetes-section p {
	color: #636363;
	font-size: 16px;
	font-family: NotoSans-Regular;
	line-height: 26px;
	text-align: left;
	display: inline-flex;
	padding-bottom: 0px;
}

.ic-endocrinology-img {
	max-width: 60px!important;
}

.ic-diabetes-section a {
	color: #004F71;
	font-size: 14px;
	font-weight: 400;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
}
.ic-third-item{
	margin-top: -6px;
}
.ic-service-info-details {
	position: absolute;
	color: #636363;
	font-size: 18px;
	font-family: NotoSans-Regular;
	line-height: 1.6;
	text-align: justify;
	display: inline-flex;
	padding-bottom: 0px;
	left: 30px;
	width: 80%;
	z-index: 1;
}

.ic-diabetes-info-details {
	background: url('../images/slider-images/ic-Diabetes.png');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 150px;
	top: -100px;
	left: 60px;
	max-width: 100%;
	right: 0px;
}

.ic-dia-rimission-info-details {
	background: url('../images/slider-images/ic-Diabetes- Remission.png');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 160px;
	top: -100px;
	left: 60px;
	max-width: 100%;
	right: 0px;
}

.ic-endocrinology-info-details {
	background: url('../images/slider-images/ic-Endocrinology.png');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 160px;
	top: -100px;
	left: 60px;
	max-width: 100%;
	right: 0px;
}

.owl-nav {
	margin-top: 20px;
	float: right;
}

.owl-nav span {
	font-size: 20px;
    padding: 0 6px 0 0;
    color: #004F71;
    font-weight: 300;
}
.owl-nav span:focus{
	outline:transparent;
}
.owl-prev:focus{
	outline:none;
}
.owl-next:focus{
	outline:none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: #004F71;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-prev img{
	transform: translateY(2px);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.owl-prev :hover{
	transform: translate(-6px, 2px);
}
.owl-next img{
	transform: translateY(2px);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.owl-next :hover{
	transform: translate(6px, 2px);
}
/* services slider section css end  here */
/* The Leadership Team css start */
.ic-leadership-team{
    padding: 80px 0 80px 0;
}
.ic-leadership-team-para{
    width: 60%;
    margin: 0 auto;
}
.ic-leadership-team-para p{
	text-align: center;
    color: #004F71;
    line-height: 34px;
    font-size: 22px;
    font-family: NotoSans-Regular;
    width: 100%;
}
.ic-leadership-team-img{
    text-align: center;
    padding: 30px;
}



.ic-leadership-team-img img{
    width: 50%;
    margin: 0 auto;
}
.ic-leadership-team-img a{
    color: #003146;
    font-family: NotoSans-Bold;
    font-size: 24px;
	text-decoration: none;
}
.ic-leadership-team-img p{
    font-family: NotoSans-Regular;
    font-size: 16px;
	color:#636363;
	margin-bottom: 10px;
}
.ic-leadership-team-border{
	padding:0 0 0 0px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.mb-26{
    margin-bottom: 26px;
}
.mb-32{
    margin-bottom: 32px;
}
.border-bottom-0{
    border-bottom: none !important;
}
.border-right-0{
    border-right: none !important;
}
.ledership-team-details{
	margin: 0 auto;
}
/* The Leadership Team css end */
/* leadership team deatails page css start from here */
.ic-leadership-team-details{
	/* min-height:100vh; */
	background: rgb(255 255 255 / 30%);
	/* background: #fff; */
	padding: 30px 0;
}
.ic-single-leadership-team-pic img{
	max-width:100%;
	margin:0 auto;
}
.ic-single-leadership-team-info h2{
	color:#008AB1;
	font-size:32px;
	font-weight: 400;
	/* font-family:NotoSans-Regular; */
	margin:0px;
	padding-bottom:20px;
}
.ic-single-leadership-team-info h3{
	color:#003146;
	font-size:20px;
	font-family:NotoSans-Regular;
	margin:0px;
	padding-bottom: 20px;
	line-height: 30px;
}

.ic-single-leadership-team-info-details p{
	color:#707070;
	font-size:16px;
	font-family:NotoSans-Regular;
	margin:0px;
	padding-bottom: 20px;
	line-height: 26px;
	text-align: left;
}
/* leadership team deatails page css end  here */


/* Our Doctors Section css Start from here */
.ic-our-doctors-section{
    padding:60px 0 130px;
}
.ic-doctor-pic img{
    background-position:top center;
	background-repeat:no-repeat;
	height:215px;
	background-size:Cover;
}
.ic-our-doctors-info{
    max-width: 100%;
    margin: 0 auto;
    background: #00B7C9;
    padding: 15px 15px;
    min-height: 100px;
}
.ic-our-doctors-info h2{
    margin:0px;
    font-size: 16px;
    color:#fff;
    font-family:NotoSans-Bold;
}
.ic-our-doctors-info p{
	color: #fff;
    font-size: 14px;
    font-family: NotoSans-Regular;
    margin: 0;
    line-height: 20px;
    padding: 6px 0 0;
    height: 65px;
	text-align: left;
}
.ic-our-doctors-info h3{
    color:#fff;
    font-size:14px;
    font-family:NotoSans-Bold; 
    margin-top:0px;
	margin-bottom: 0px;
	text-align: left;
}
.ic-doctor-spe-info{
    padding: 10px 0 26px 0 !important;
}
.ic-empty{
    padding-top:30px;
}
.ic-see-more-top{
    padding-top:80px;
}
.ic-see-more-details a{
font-size:20px;
font-family:NotoSans-Regular;
color:#004F71;
text-decoration: none;
}
.ic-see-more-details span{
    text-align: center;
    display: inline-block;
    padding: 4px 25px;
}
.ic-single-doctor-info{
	margin-bottom:30px;
	cursor: pointer;
}
/* Our Doctors Section css end here */
/* Outcomes Report page css start from here */
.ic-outcomes-report{
    padding:75px 0 108px;
}
.ic-outcomes-info-details{
    padding-bottom:40px;
}
.ic-outcomes-info-details p{
	color: #707070;
    font-size: 16px;
    font-family: NotoSans-Regular;
    line-height: 26px;
    text-align: left;
    margin: 0px;
    width: 90%;
}
.ic-outcomes-report-details{
    padding: 20px 0;
	max-width: 80%;
    border-top:3px solid #008AB1;
    border-bottom:3px solid #008AB1;
}
.ic-outcomes-report-details li{
	display: inline-block;
    padding: 0 18px 0 18px;
}
.ic-outcomes-report-details li> .active{
    color:#00B7C9;
    font-size:21px;
    font-family:NotoSans-Bold;
    border-bottom: 3px solid #00B7C9;
    padding: 0 0 4px 0;
	opacity: 1;
}
.ic-outcomes-report-details li> .active:hover{
    color:#00B7C9;
    font-size:21px;
    font-family:NotoSans-Bold;
    border-bottom: 3px solid #00B7C9;
    padding: 0 0 4px 0;
	opacity: 1;
}
.ic-outcomes-report-details li a{
    color:#636363;
    font-size:21px;
    font-family:NotoSans-Regular;
    text-decoration: none;
	opacity:0.5;
	
}
.ic-outcomes-report-details li :hover{
	border-bottom: 3px solid #00B7C9;
	font-family:NotoSans-Regular;
	color:#00B7C9;
	opacity: 1;
	font-size:21px;
	padding: 0 0 4px 0;
}
/* Outcomes page css end  here */

.ic_training_info{
    padding:70px 0px;	
}
.ic_training_info p{
    width: 97%;
    color: #004F71;
    font-family: NotoSans-Regular;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0px auto;
}

.ic_details_box{
   
    margin-bottom: 30px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 33px;
	height: 230px;

}


.ic_date_area span{
	font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: rgba(99, 99, 99, 0.4);
    text-transform: uppercase;
}

.ic_date_box{
    width: 76%;
    text-align: center;
}
.ic-doctor-pic{
	background-position:top center;
	background-repeat:no-repeat;
	height:236px;
	background-size:Cover;
}
.ic_date_area h3{
	text-align: center;
    margin: 0;
    font-size: 50px;
	color: rgba(99, 99, 99, 0.5);
}

.ic-main-header{

    color: #00B7C9 !important;
    font-size: 25px !important;
	text-align: left !important;
    line-height: 35px !important;
    margin-top: 0 !important;
	display: inline-block;
	min-height: 70px;
	font-family: NotoSans-Regular !important;
}
.ic_training_area p{
	color: #707070;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 26px;
    font-family: NotoSans-Regular;
	text-align: left;
	margin-top:13px;
}
.carousel-control.left{
	background:transparent;
}
.carousel-control.right{
	background:transparent;
}
.ic_training_area a{
    font-size: 15px;
    text-decoration: none;
	color:#004F71;
}
.ic_training_details{
	padding:0px 0px 50px 0px;
}
.ic_training_box{
	padding-left: 30px;
    padding-right: 30px;
}
.ic_training_main{
	width:100%;
	margin:0px auto;
}
.ic_date_area{
	padding-left:0;
}

/* slider css start from here */
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0,0,0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.ic-top-main-slider .item {
	background-size: cover;
    background-repeat: no-repeat;
	height:530px;
}
/* insurance css start from here */
.ic-insurance-details{
	padding:50px 0 30px;
	width: 85%;
}
.ic-insurance-table-img img{
	margin-left: -30px;
    max-width: 80%;
    position: relative;
    z-index: 9999;
}
.ic-insurance-details p{
font-size:16px;
color:#707070;
padding-bottom: 10px;
line-height: 26px;
margin-bottom: 6px;
}
.ic-insurance-empty{
	background-color: #004F71;
    height: 500px;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -180px;
}
.ic-bg-blue-section{
	position: relative;
    margin-bottom: 180px;
}

/* insurance css end */
/* leadership team page animation css start from here */
.ic_box {
	cursor:pointer;
	position: relative;
	width: 100%;
	height:400px;
  }
  .ic-box-row1{
	height:440px;
  }
  .ic_first_team_lead{
	  margin-bottom: 2px !important;
  }
  .ic_first_team_lead_main_pro{
	  min-height: 48px;
	  display: inline-block;
  }
  .ic_second_team_lead_prof{
	min-height: 30px;
	display: inline-block;
  }
  .ic_dr_alya_text{
	  margin:0px 0 8px;
  }
/* .ic-leadership-team-img{
	position: absolute;
  	z-index:20;
    bottom: 0;
    top:0;
  	left: 0;
  	right: 0;
    padding:20px 0;
    text-align:center;
} */
.ic_leadership_team_parent_box{
	position: absolute;
  	z-index:20;
    bottom: 0;
    top:0;
  	left: 0;
  	right: 0;
    padding:20px 0;
    text-align:center;
}
.ic_leadership_team_parent_box{
	cursor:pointer;
	position: relative;
	width: 100%;
}
.ic-box:hover .ic-overlay {
	height: 100%;
  }
  /* .ic_box:hover .ic-overlay {
	height: 100%;
  } */
  .ic_leadership_team_main_box:hover .ic-overlay_leadership_team {
	height: 100%;
  }
  .ic-overlay_leadership_team{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F0FAFD;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.4s ease;
  }
.ic-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F0FAFD;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.4s ease;
  }
  .ic_leadership_team_main_box{
	  padding: 30px 0 0;
	  text-align: center;
	border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .ic_leadership_team_img_box img{
	  width: 50%;
	  margin: 0 auto 30px;
	  
  }
  .ic_leadership_team_details p{
	
    font-family: NotoSans-Regular;
    font-size: 16px;
    color: #636363;
    margin-bottom: 10px;
    height: 20px;
    width: 52%;
    margin: 10px auto 12px;
    text-align: center;
  }
  .ic_firsr_team_lead{
	font-family: NotoSans-Regular;
    font-size: 16px;
    color: #636363;
    margin-bottom: 26px !important;
	text-align: center;
	height: 20px !important;
	
  }
  .ic_first_team_lead_name{
	color: #003146;
    font-family: NotoSans-Bold;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    height: 67px;
    display: inline-block;
    margin-bottom: 0px !important;
	margin-top: 0px !important;
  }
  .ic_leadership_team_name_other{
	 margin-bottom:0px !important; 
	 margin-top: 0px !important;
  }
  .ic_leadership_team_details a{
	color: #003146;
    font-family: NotoSans-Bold;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    height: 67px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 28px;
    line-height: 28px;
    width: 80%;
    margin: 28px auto 0;
    text-align: center;
  }
  /* leadership team page animation css end  here */
  .ic-resp-view{
	  padding-top: 30px;
  }
  .ic-leadership-top-text p{
	  padding:0px 0 50px;
  }
 .ic-top-cross-img img{
	float: right;
    width: 50px;
    margin-top: 0px;
	cursor:pointer;
 }
 .open_acc{
	 /* display:none; */
 }
 /* Fellowship Training Programme css start from here */
 .ic-course-overview-header-section{
	 padding: 30px 0 20px;
 }

 .ic-course-overview-header{
	 color:#004F71;
	 font-size:32px;
	 text-decoration: none;
	 text-align: left;
	 font-family: NotoSans-Bold ;
	 margin:0px;
 }
 .ic-course-overview-list {
	 padding:10px 0;
 }

 .ic-course-overview-list li a{
	 color: #636363 !important;
	 font-size: 18px !important;
	 text-align: left;
	 font-family: NotoSans-Regular;
	 text-transform: uppercase;
	 padding:10px 7px;
 }
 .ic-course-overview-list li.active a {
	 color:#00B7C9 !important;
	 border-bottom:2px solid#00B7C9 !important;
	 cursor: pointer !important;
 }
 .ic-course-overview-details-section{
	 /* padding:40px 0; */
 }
 .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
 .nav-tabs{
	 border-bottom:none;
 }
 .nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	 border:none;
 }
 .ic-course-info-details h1{
	 color:#008AB1;
	 font-size: 46px;
	 text-align: left;
	 font-family:NotoSans-Regular;
	 margin-bottom: 30px;
	 margin-top:15px;
 }
 .ic-fellowship-info-details p{
	 color: #707070;
	 font-size: 16px;
	 line-height: 26px;
	 text-align: left;
	 margin-bottom: 25px;
 }
 .ic-fellowship-training-img{
	 margin-left:40px;
	 background-image: url('../images/training/Fellowship-Training-Programmes-img.png');
	 background-position: center;
	 background-size: cover;
	 height: 360px;
	 margin-top:20px;
 }

 .ic-second-followship-text p{
	 width:96%;
	 font-size: 16px;
	 line-height: 26px;
	 font-family:NotoSans-Regular;
	 margin-bottom: 20px;
	 text-align: left;
 }
 .ic-download-app-section{
	 padding:40px 0 40px;
 }
 .ic-second-followship-text a{
	 color:#008AB1;
	 font-size: 18px;
 }
 .ic-download-app-details p{
	 color:#707070;
	 font-size:18px;
	 font-family: NotoSans-Regular;
	 text-align: left;
 }
 .ic-download-app-img{
	 position: relative;
	 padding-left: 60px;
 }
 .ic_fellowship_flyer_icon{
	 padding: 0 0;
 }
 .ic-download-app-img span{
	 position: absolute;
	 top:0px;
	 left:0px;
	 width: 40px;
	 padding-top: 6px;
 }
 .ic-download-app-img h3{
	color:#707070;
	font-size:18px;
	font-family: NotoSans-Regular;
	text-align: left;
	margin: 0px;
    line-height: 26px;
 }
 .ic-training-details-section{
	padding:0 0 80px;
}
 .ic-training-details ul{
	 padding-left:4px;
 }

 .ic-training-details-sec-ul span{
	 font-size: 20px;
	 color:#707070;
	 font-family:NotoSans-Bold;
	 text-decoration: none;
	 text-align: left;
	 line-height: 40px;
	 position: absolute;
	 top:0px;
	 left:0px;
 }
 .ic-training-details-sec-ul li {
	font-size: 20px;
    color: #707070;
    list-style: none;
    font-family: NotoSans-Regular;
    text-align: left;
    position: relative;
    padding: 0px 0 10px 286px;

 }
 .ic-training-details-sec-ul li a{
	font-size: 20px;
	color:#707070;
	font-family:NotoSans-Regular;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
 }
 .ic-training-details-sec-ul li{
	list-style: none;
 }
 /* Fellowship Training Programme css end  here */

 /* training structure css start from here */
.ic-training-structure-details_heading h2{
	font-size:50px;
	color:#008AB1;
	font-family:NotoSans-Regular;
}
.ic-training-structure-details{ 
	/* display: flex; */
}
.ic-training-structure-img{
	/* margin-right: 25px; */
}
.ic-training-structure-img{
	border-radius: 50%;
	border:2px solid #00B7C9;
	width: 90px;
	height: 90px;
	margin:0 auto;
}
.ic-training-structure-img {
position: relative;
}
.ic-training-structure-img img{
	width: 65% !important;
	position: absolute;
	top:48%;
	left:50%;
	transform:translate(-50%,-50%);
}

.ic-first-img{
	position: absolute;
	top:50%;
	left:58% !important;
	transform:translate(-50%,-50%);
}
.ic-training-structure-details .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00B7C9;
}
.ic-training-structure-details .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6 ;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* .ic-training-structure-details .owl-theme .owl-dots{
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 45px;
    top: 12px;
} */
.ic-training-structure-details .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.ic-training-structure-details .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
	outline: 0px;
}
.ic-training-structure-details .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.ic-training-structure-details .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #D6D6D6 ;
    display: block !important;
    transition: opacity .2s ease !important;
    border-radius: 30px !important;
}
.ic_traning_custom_slider h3{
	font-size:18px;
	color:#00B7C9;
	font-family:NotoSans-Regular;
	text-align: center;
	margin-top:15px;
}

.ic-training-structure{
	margin:30px 0;
}
.ic-training-structure-details_heading h2{
	margin-bottom: 40px;
}
.ic-training-structure-details{
	padding-right: 70px;
}
.ic-fellowship-training-exp-info{
	padding:30px 0 10px;
	padding-left:8px;
}
.ic-fellowship-training-exp-info h3{
	font-size:20px;
	color:#707070;
	font-family:NotoSans-Bold;
	margin-bottom: 20px;
}
.ic-fellowship-training-exp-info ul{
padding-left: 0px;
}
.ic-fellowship-training-exp-info li{
	list-style: none;
}

.ic-endo-spe-clinics-info {
	padding-left:8px;
	padding-bottom:20px;
}
.ic-endo-spe-clinics-info ul{
	padding-left: 0px;
	}
.ic-endo-spe-clinics-info h3{
	font-size:20px;
	color:#707070;
	font-family:NotoSans-Bold;
	margin-bottom: 20px;
}
.ic-endo-spe-clinics-details li{
	list-style: none;
}

.ic-training-str-bottom-text{
	padding-bottom: 30px;
}
.ic-training-str-bottom-text p{
	font-size:16px;
	text-align: left;
	font-family:NotoSans-Regular;
	color:#707070;
	line-height: 26px;
	margin-bottom: 15px;
}
.ic-research-img{
	left: 58% !important;;
}
 /* training structure css end  here */

 /* continuing medical education css start from here */
 .ic_const-medical_wrapper{
	padding: 70px 0px;
 }
.ic_const-med-info p{
	width: 100%;
    color: #004F71;
    font-family: NotoSans-Regular;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
.ic_const_medical_main{
	width:100%;
	margin:0 auto;
}
.ic_const-medical-box{
	padding-left:10px;
	padding-right:60px;
	
}
.ic_const_medical_details_box{
    margin-bottom: 30px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 33px;
}
.ic-border-none{
	border-bottom: none;
}
.ic_const_medical_date_area{
	padding-left:0;
}
.ic_const_medical_date_area span{
	font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: rgba(99, 99, 99, 0.4);
    text-transform: uppercase;
}
.ic_const_medical_date_area h3{
	text-align: center;
    margin: 0;
    font-size: 50px;
	color: rgba(99, 99, 99, 0.5);
	font-family: NotoSans-Regular!important;
}

.ic_const_medical_date_box{
	width: 76%;
    text-align: center;
}
.ic_const_medical_area p{
	color: #707070;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 26px;
    font-family: NotoSans-Regular;
	text-align: left;
	margin-top:13px;
}

.ic_const_medical_area a{
    font-size: 15px;
    text-decoration: none;
	color:#004F71;
}
.ic_const_medical_main-header{
	color: #00B7C9 !important;
    font-size: 34px !important;
    text-align: left !important;
    line-height: 38px !important;
    margin-top: 0 !important;
    font-family: NotoSans-Regular!important;
}
.ic-mrcp-exam-test{
	font-size:30px !important;
	line-height: 38px;
}
.ic-cont-medical-no{
	font-size:60px !important;
	font-family: NotoSans-Regular!important;
}
 /* continuing medical education css end  here */
 /* Advanced Diabetes Conference page css start from here */
 .ic_advanced_diabetes_details_section{
	 padding:0  0 20px;
 }
 .ic_advanced_diabetes_conf_section{
	padding:0 0 80px;
 }
 .ic_advanced_diabetes_details h1{
	 color:#008AB1;
	 font-size: 40px;
	 margin-bottom: 20px;
 }
 .ic_advanced_diabetes_details p{
	 color:#707070;
	 font-size:16px;
	 font-family: NotoSans-Regular;
	 line-height: 26px;
	 text-align: left;
	 width:91% !important;
	 margin-bottom: 20px;
 }
 .ic_advanced_training_conf ul{
	padding-left:4px;
}
.ic_advanced_training_conf_ul{
   padding-left:4px;
}
.ic_advanced_training_conf li a{
	font-size: 20px;
	color:#707070;
	font-family:NotoSans-Bold;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
}
.ic_advanced_training_conf li {
	list-style: none;
}
.ic_advanced_training_conf_ul li a{
   font-size: 20px;
   color:#707070;
   font-family:NotoSans-Regular;
   text-decoration: none;
   text-align: left;
   line-height: 36px;
}
.ic_advanced_training_conf_ul li{
   list-style: none;
}


 .ic_advanced_training_conf_ul li{
	list-style: none;
 }
 .ic_advance_diabetes-img{
	 margin-left: -40px;
	 padding-left: 0px;
	 margin-top: 25px;
 }
 /* Advanced Diabetes Conference page css end  here */
 
 
 /* cost per registration css start from here */

 .ic_cost_per_regs{
	background: #E5E5E54D;
	padding: 30px;
	margin:30px 0;
 }
 .ic_cost_per_registration_section h2{
	 margin:0 0 0;
	 color:#008AB1;
	 font-size:44px;
	 text-align: left;
	 font-family:NotoSans-Regular;
 }
 .ic_cost_per_registration_details{
	 padding:30px 0 10px;
 }
 
 .ic_cost_per_reg_text p{
	 font-size: 23px;
	 color:#636363;
	 font-family:NotoSans-Regular;
	 margin-left: -32px;
	 margin-top:-2px;
 }
 .ic_cost_per_reg_icon img{
	 padding-right: 0px;
	 width:50%;
 }
 .ic_regs_form_info_details h2{
	color:#636363;
	font-size:44px;
	font-family:NotoSans-Regular;
	margin:0px 0 25px;
 }
 .ic_regs_form_info_details p{
	color:#707070;
	font-size:16px;
	font-family:NotoSans-Regular;
	text-align: left;
	margin:0px 0 40px;
	line-height: 26px;
 }
 .ic_registration_form .form-control{
	 width:80% !important;
	 height: 50px;
	 border:1px solid #63636333;
	 
 }
 .ic_registration_form .form-control:focus{
	 box-shadow: none;
 }
 .ic_registration_form .form-control::placeholder{
	 color:#63636380;
	 font-size:15px;
	 opacity: 1;
 }
 .ic_registration_form .form-group {
    margin-bottom: 30px;
}
.ic_registration_form .input-group{
	width:98%;
}
.ic_registration_form input[type=text], .ic_registration_form input select, .ic_registration_form input textarea{
    width: 80%;
    padding: 12px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    color:#63636380;
	font-size:15px;
	opacity: 1;
	background: transparent;
	outline: 0;
	border:1px solid #63636333;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
  }
  .ic_registration_form .input-group-addon {
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #eee;
    border: 1px solid #63636333;
	border-radius: 4px 0 0 4px;
}
.ic_captcha_img img{
	width:40%;
	padding: 10px 0;
}

.ic_captcha_img{
	margin-bottom:40px;
}
  .ic_register_btn a{
	background: #00B7C9;
	color:#fff;
	font-size: 17px;
	text-align: center;
	font-family:NotoSans-Bold;
	text-decoration: none;
	padding:17px 68px;
	border-radius: 2px;
  }
  .ic_register_link p{
	font-size:15px;
	color:#636363;
	font-family:NotoSans-Regular;
	margin:0px;
  }
  .ic_register_btn {
	  margin-bottom: 15px;
  }
  .ic_register_link a{
	font-size:15px;
	color:#008AB1;
	font-family:NotoSans-Regular;
	text-decoration: none;
  }
  .ic_reg_form_section{
	  padding-bottom: 50px;
  }
 /* cost per registration css end */

 /* payment options css start from here */
 .ic_card_details{
	 display: inline-flex;
 }
 .ic_payment_options_details h2{
	color:#636363;
	font-size:44px;
	font-family:NotoSans-Regular;
	margin:0px 0 25px;
 }
 .ic_payment_options_details p{
	color:#707070;
	font-size:16px;
	/* font-size:21px; */
	font-family:NotoSans-Regular;
	text-align: left;
	margin:0px 0 25px;
	line-height: 26px;
 }
 .ic_card_payment_btn{
	/* background: #008AB1;
	border:1px solid #008AB1;
	padding:12px 34px;
	border-radius:2px; */
 }
 .tablinks{
	padding:12px 34px;
	border-radius:2px;
	border:none;
 }
 .tablinks a{
	padding:12px 34px;
	border-radius:2px;
	color:#707070;
 }
 .tablinks.active a{
	
	color:#fff;
 }
 .tablinks.active{
	background: #008AB1;
	border:1px solid #008AB1;
	color:#fff;
 }
 .ic_card_payment_btn:focus{
	 outline: 0px;
 }
 .ic_card_payment_btn a{
	font-size: 20px;
	font-family: NotoSans-Bold;
	text-decoration: none;
	padding-left: 16px;
 }
 .ic_bank_transfer_btn{
	background: #eee;
	border:1px solid #eee;
	padding:12px 34px;
	border-radius:2px;
 }
 .ic_bank_transfer_btn:focus{
	 outline:0px;
 }
 .ic_bank_transfer_btn a{
	font-size: 20px;
	/* color: #707070; */
	font-family: NotoSans-Bold;
	text-decoration: none;
	padding-left: 16px;
 }
 .ic_round {
	position: relative;
  }
  .ic_round label {
	background-color: #fff;
    border: 1px solid #008AB1;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 30px;
    position: absolute;
    top: 16px;
    width: 25px;
  }
  
.ic_round label:after {
	border: 3px solid #008AB1;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 6px;
	opacity: 0;
	position: absolute;
	top: 7px;
	transform: rotate(-45deg);
	width: 12px;
  }
  
  .ic_round input[type="checkbox"] {
	visibility: hidden;
  }
  
  .ic_round input[type="checkbox"]:checked + label {
	background-color: #fff;
	border-color: #008AB1;
  }
  
  .ic_round input[type="checkbox"]:checked + label:after {
	opacity: 1;
  }
  .ic_round1 {
	position: relative;
  }
  .ic_round1 label {
	background-color: #fff;
    border: 1px solid #008AB1;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 30px;
    position: absolute;
    top: 16px;
    width: 25px;
  }
  
.ic_round1 label:after {
	border: 3px solid #008AB1;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 6px;
	opacity: 0;
	position: absolute;
	top: 7px;
	transform: rotate(-45deg);
	width: 12px;
  }
  
  .ic_round1 input[type="checkbox"] {
	visibility: hidden;
  }
  
  .ic_round1 input[type="checkbox"]:checked + label {
	background-color: #fff;
	border-color: #008AB1;
  }
  
  .ic_round1 input[type="checkbox"]:checked + label:after {
	opacity: 1;
  }
  .ic_card_payment_section{
		margin: 0px 0 40px;
  }
  .ic_card_payment_section_details{
	margin: 0px 0 140px;
  }
  .visa_img_img{
	position: absolute;
    top: 25px;
    left: 30px;
	max-width: 13%;
  }
  .ic_visa_img{
	  background: url('../images/training/visa_background_img.png');
	  min-height: 225px;
	  background-size: cover;
	background-position: 50% 50%;
	border-radius: 8px;
	position: relative;
  }
  .ic_visa_img h3{
	text-align: left;
    font-size: 30px;
    color: #003146;
    font-family: NotoSans-Bold;
    top: 95px;
    position: absolute;
    left: 30px;
	margin:0px;
  }
 .ic_cardholder_name p{
	 color:#003146;
	 font-size: 15px;
	 text-align: left;
	 font-family:NotoSans-Regular;
 }
 .ic_cardholder_name{
	position: absolute;
	top: 145px;
	left: 30px;
 }
 .ic_expiration{
	position: absolute;
	top: 145px;
	left: 60px;
 }
 .ic_expiration p{
	color:#003146;
	font-size: 15px;
	text-align: left;
	font-family:NotoSans-Regular;
}
.ic_cardholder_name h3{
	font-size: 17px;
    color: #003146;
    font-family: NotoSans-Bold;
	position: absolute;
    margin: 0px;
    top: 35px;
    left: 0px;
	bottom:0px;
}
.ic_expiration h3{
	font-size: 17px;
    color: #003146;
    font-family: NotoSans-Bold;
	position: absolute;
    margin: 0px;
    top: 35px;
    left: 0px;
	bottom:0px;
}
.ic_card_all_details{
	width:84% !important;
	padding-left:30px;
}
.ic_card_all_details .form-control{
	height: 52px;
	border:1px solid #63636333;
	padding-top: 26px;
	color: #636363;
	font-size: 16px;
	margin-bottom: -8px;
	font-family: NotoSans-Regular;
}
.ic_card_all_details .form-control::placeholder{
	color:#63636380;
	font-size:15px;
	opacity: 1;
}
.ic_right_card_holder_name .form-control{
	width: 100% !important;
    height: 52px;
    border: 1px solid #63636333;
}
.ic_right_card_holder_name .form-control::placeholder{
	color:#63636380;
	font-size:15px;
	opacity: 1;
}

.ic_right_expiration .form-control{
	width: 100% !important;
    height: 52px;
    border: 1px solid #63636333;
}
.ic_right_expiration .form-control::placeholder{
	color:#63636380;
	font-size:15px;
	opacity: 1;
}
.ic_right_card_password .form-control{
	width: 100% !important;
    height: 52px;
    border: 1px solid #63636333;
	background: transparent;
	font-size: 22px;
	font-family: NotoSans-Bold;
	color:#636363;
}
.ic_right_card_password .form-control::placeholder{
	color:#63636380;
	font-size:15px;
	opacity: 1;
}
.ic_right_card_password a{
	color: #008AB1;
	font-size: 15px;
	font-family: NotoSans-Regular;
	text-decoration: none;
	border-bottom: 1px solid #00B7C9;
}
.ic_right_card_password p{
	padding: 0px 0px;
    color: #636363;
    font-size: 15px;
    font-family: NotoSans-Regular;
    margin: -6px 3px;
}
.ic_pay_aed_btn a{
	background: #00B7C9;
    color: #fff;
    font-size: 20px;
    font-family: NotoSans-Bold;
    text-decoration: none;
    float: right;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    margin-top: 0px;
	text-align: center;

}
.ic_card_all_details label {
	position: relative;
    display: inline-block;
    color: #63636380;
    /* top: 100px; */
    font-size: 15px;
    transition: all .2s ease;
    z-index: 10;
    top: -41px;
    left: 12px;
    margin-top:3px;
	font-weight: 500;
	font-family: NotoSans-Regular;
  }
  .ic_card_all_details::placeholder{
	color: #636363;
	font-size:18px;
	margin-top:30px;
	font-family: NotoSans-Regular;
  }

 /* payment options css end */

 /* bank account transfer css start from here */
#Card_payment{
display: block;
}
 .tab {
	overflow: hidden;
  }
 .tabcontent {
	display: none;
	border-top: none;
  }
  /* .bank_account_information_section{
	  
  } */
  .bank_transfer_details h2{
color:#636363;
font-size: 26px;
text-align:left;
font-family: NotoSans-Bold;
margin:0px 0px 20px;
  }
  .ic_bank_info_ul li {
	font-size:20px;
	color:#707070;
	list-style: none;
	font-family:NotoSans-Regular;
	text-align: left;
	position: relative;
	padding:15px 0 15px 280px;
	border-bottom: 1px solid #cccc;
}
.ic_bank_info{
	color:#707070 !important;
}
.ic_bank_info_ul .ic_bank_info{
	font-size:20px;
	color:#707070;
	font-family:NotoSans-Bold;
	text-align: left;
	position: absolute;
	top:12px;
	left:0;
}
.ic_bank_info_ul li a{
	color: #707070;
	font-size: 20px;
	font-family:NotoSans-Regular;
	text-align: left;
	text-decoration: none;
}
.ic_bank_info_ul li:last-child {
    border-bottom: none;
}
.bank_account_information_section{
	margin-bottom: 30px;
}
.ic_mob_menu_btn{
	background-color:transparent;
	color:#00B7C9 !important;
	border:1px solid #ccc;
}
.ic_mob_menu_btn:focus{
	color:#fff;
}
.ic_mob_menu_btn .caret {
    color: #00B7C9;
    position: absolute;
    left: 173px;
    right: 0px;
    top: 53px;
}
.ic_mob_course_overview_header h2{
	color:#004F71;
	font-size: 30px;
	font-family:NotoSans-Bold;

}
.ic_mob_menu_btn {
	background-color: transparent;
    color: #00B7C9 !important;
    padding: 8px 6px;
    font-size: 19px;
    margin: 30px 0px 0px;
	width: 100%;
	border:1px solid rgba(112, 112, 112, 0.5);
}
.ic_droupdown_text{
	color: #00B7C9;
	margin-left: -14px;
	font-size: 16px;
	font-family:NotoSans-Regular !important;
}
.ic_mob_course_overview_menu .dropdown-menu li{
	border-bottom: 2px solid #00B7C9;
	padding:5px 0 5px;
}
.ic_mob_course_overview_menu .dropdown-menu li:last-child{
	border-bottom: none;
	padding:5px 0 5px;
}
.ic_mob_course_overview_menu .dropdown-menu{
	border: 2px solid #00B7C9;
}
.ic_mob_course_overview_menu .dropdown-menu li a{
	color: #636363;
	font-size: 14px;
	font-family:NotoSans-Regular !important;
	text-transform: uppercase;
	padding:3px 0px;
	cursor: pointer !important;
}
.ic_mob_course_overview_menu .dropdown-menu li.active a {
    color: #00B7C9 !important;
	background: transparent;
	cursor: pointer !important;
}
.ic_mob_course_overview_menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: 190px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #00B7C9;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
   /* bank account transfer css end here*/

 
 /* white papers resources css start from here */
 .ic_white_papers_resources_top_heading_wrapper{
	padding: 50px 0 0px;
 }
 .ic_white_papers_resources_wrapper{
	padding: 0px 0 60px;
 }
 .ic_white_papers_resources_details_top_text p{
	color: #003146;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    max-width: 90%;
	font-family: NotoSans-Regular;
	margin: 0px 0 15px;
	
 }
 .ic_white_papers_resources_details{
	 border-bottom: 1px solid #ccc;
	 padding-top: 15px;
 }
 .ic_white_papers_resources_details h3{
	color:#004F71;
	font-size: 27px;
	line-height:40px;
	font-family: NotoSans-Bold;
	margin: 0px 0 8px;
 }
 .ic_white_papers_resources_details a{
	text-decoration: none;
 }
 .ic_white_papers_resources_details p{
	 font-size: 16px;
	 line-height: 26px;
	 font-family: NotoSans-Regular;
	 color:#707070;
	 max-width: 74%;
	 margin: 0px;
	 min-height: 75px;
 }
  /* white papers resources css end here */
  /* subscribe to mailing list css start from here */
  .ic_sml_form_info_details{
	  padding: 50px 0 0;
  }
  .ic_sml_form_info_details p{
	 color: #003146;
	 font-size: 24px;
	 line-height: 34px; 
	 font-family: NotoSans-Regular;
	 max-width: 70%;
	 padding-bottom: 30px;
  }
  .ic_reg_form_fname{
	  position: relative;
  }
  .ic_reg_form_fname .form-control {
    height: 50px;
    border: 1px solid #63636333;
    padding-top: 26px;
    color: #636363;
    font-size: 16px;
    margin-bottom: -8px;
    font-family: NotoSans-Regular;
}
.ic_fname_row{
	margin-bottom: 10px;
}
.ic_contact_us_form .ic_fname_row{
	margin-bottom: 40px;
}
.ic_reg_form_fname label {
    position: absolute;
    display: inline-block;
    color: #63636380;
    font-size: 15px;
    transition: all .2s ease;
    z-index: 10;
    top: 0px;
    left: 12px;
    margin-top: 3px;
    font-weight: 500;
    font-family: NotoSans-Regular;
}
.ic_sml_form_info_details .ic_register_link p{
	font-size: 15px;
    color: #636363;
    font-family: NotoSans-Regular;
    margin: 0px;
	max-width: 100%;
}
.ic_sml_btn {
margin-bottom: 15px;
}
.ic_sml_btn button{
	background: #00B7C9;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: NotoSans-Bold;
    text-decoration: none;
    padding: 17px 100px;
    border-radius: 4px;
    margin-left: 2px;
    border: 1px solid transparent;
    margin-top: 0px;
	width: 300px;
}
.ic_seclect_title{
	padding-right: 0px;
}
.ic_smp_inp{
	max-width: 70%;
}
/* subscribe to mailing list css end here */


/* single leadership team details page css start from here */
/* .ic_single_leadership_info_details_page{
	padding: 100px 0;
} */
/* .ic_single_leadership_info_details_page{
	margin-top: 60px;
} */
.ic_single_leadership_info_details_page .sidenav {
	height: 100%;
	width:100%;
	/* width:0; */
    position: fixed;
    z-index: 1;
    top: 0;
    right:-100%;
    overflow-x: hidden;
	animation-duration: 2s;
    transition: 0.8s;
	background-color: rgb(255 255 255 / 92%);
    /* background-color: #fff; */
    padding: 40px 0 25px;
    
}


.ic_single_leadership_info_details_page .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: rgb(255 255 255 / 92%);
}
/* single leadership team details page css end here */

.ic-covid-emergency{
text-align:left
}

.ic-covid-emergency h3{
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 8px;
}
.ic-covid-emergency img{
	width: 35px;
    margin-right: 10px;
}

.ic-top-cross-mark{
  position: absolute;
    right: 18px;
    top: 6px;
}
.ic_last_ul_footer{
	margin-top: 65px;
}
.ic-footer-menu li a:hover{
	color:#00B7C9;
}

/* our doctors single page info details */




.ic_single_doctor_info_details_page .ic_sidenav {
	height: 100%;
	width:100%;
	/* width:0; */
    position: fixed;
    z-index: 1;
    top: 0;
    left:-100%;
    overflow-x: hidden;
    /* transition: 0.4s; */
	background-color: rgb(255 255 255 / 71%);
    /* padding: 50px 0 50px; */
	display: flex;
    align-items: center;
    justify-content: center;
    /* flex-flow: row; */
    flex-flow: row wrap;
}


.ic_single_doctor_info_details_page .ic_sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.ic-doctor-team-details{
	background: #fff;
	padding: 0px 0;
	width: 80%;
    margin: 0 auto;
	border:1px solid #00B7C9;
	/* height: 550px; */
	/* overflow-y: auto; */

}
.ic-single-doctor-team-pic img{
	width:100%;
	margin:0 auto;
}
.ic-single-doctor-team-info h2{
	color:#004F71;
	font-size:28px;
	font-family:NotoSans-Bold;
	margin:0px;
	padding-bottom:2px;
}
.ic-single-doctor-team-info p{
	color:#008AB1;
	font-size:18px;
	font-family:NotoSans-Regular;
	margin:0px;
	padding-bottom: 20px;
	line-height: 30px;
}
.ic-single-doctor-team-info-details p{
	color:#707070;
	font-size:16px;
	font-family:NotoSans-Regular;
	margin:0px;
	padding-bottom: 20px;
	line-height: 26px;
	text-align: left;
}
.ic_doctor_profile{
	color:#004F71 !important;
	font-size:16px;
	font-family:NotoSans-Regular;
	margin:0px;
	line-height: 26px;
	text-align: left;
	padding-bottom: 0px !important;
}
.ic-single-doctor-team-info h3{
	color: #004F71;
    font-size: 18px;
    font-family: NotoSans-Bold;
    margin: 0px;
    padding-bottom: 20px;
    line-height: 30px;
}
.ic_our_doctor_cross{
	background-color: #fff;
	width: 71%;
	margin: 0 auto;
}
.ic_our_doctor_text h2{
	margin: 0;
}
.ic_our_doctor_Border_bottom{
	border-bottom: 3px solid rgb(0 183 201 / 19%);
	/* overflow-y: auto; */
	padding: 20px 0px;
	margin: 0 20px;
}
.ic_our_doctor_text h2{
	font-size: 30px;
    color: #008AB1;
    font-family: NotoSans-Bold;
    margin: 10px 0 0px;
}
.ic_single_doctor_main_info {
    padding: 30px 60px 100px;
}
.ic_our_doctor_language p{
	color:#008AB1;
	font-size:16px;
	font-family:NotoSans-Regular;
	margin:0px;
	padding-bottom: 0px;
	line-height: 26px;
}
.ic-doctor_top-cross-img img{
	float: right;
    width: 40px;
    margin-top: 0px;
    cursor: pointer;
}
/* custom scroll css */

/* width */
.ic_costom_scroll::-webkit-scrollbar {
	width: 3px;
  }
  
  /* Track */
  .ic_costom_scroll::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  .ic_costom_scroll::-webkit-scrollbar-thumb {
	background:#00b7c9; 
	/* border-bottom: 3px solid rgb(0 183 201 / 19%); */
  }
  
  /* Handle on hover */
  .ic_costom_scroll::-webkit-scrollbar-thumb:hover {
	background:#00B7C9; 
  }
  
 .ic_our_doctor_slider p{
	   min-height: 80px !important;
	  font-size:14px !important;
	  line-height: 20px !important;
  }

  .ic_custom_slider_container{
  	max-width: 1100px;
  }

.ic_our_doctor_slider h2{
	  min-height: 40px;
  }
  

    .ic_first_three_box{
	  text-decoration:none;
	  display:block;
  }
  .ic_first_three_box:hover{
	text-decoration:none;
  }

/* chat icon box css start from here */
  .ic_chat_icon_box{
	background-image: url('../images/chat-icon/chat-icon-off.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    position: fixed;
    right: 24px;
    z-index: 2;
    width: 50px;
    bottom: 0px;
	transition: opacity 0.1s;	
	 cursor:pointer;
  }
  .ic_chat_icon_box:hover{
	background-image: url('../images/chat-icon/chat-icon-on.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    position: fixed;
    right: 24px;
    z-index: 2;
    width: 50px;
    bottom: 0px;
    cursor:pointer;
  }
  
   
 

  /* hide and position tooltip  */
   .ic_start_chat_text { 			
    transition: opacity 0s ease-in 600ms, opacity 600ms;
	position: absolute;
	width: 70px;
	background-color: #4dadca;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	border-radius: 3px;
	z-index: 1;
	opacity: 0;
	font-size: 12px;
	font-family:NotoSans-Regular;
	/* transition: opacity 0.3s; */
}

.ic_start_chat_text:after{
    display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #4dadca;
    transition: width 600ms;
}

/* .ic_tool_tip_item_hover:hover .ic_start_chat_text {
    opacity: 1;
   
} */

.ic_tool_tip_item_hover:hover .ic_start_chat_text:after{
    width: 0;   
}
.ic_start_chat_text { /* hide and position tooltip */
    opacity: 0;
    right:-100px;
    position:absolute;
    top:25px;
    transition: all 600ms;
}

.ic_tool_tip_item_hover:hover .ic_start_chat_text {
    opacity: 1;
    position:absolute;
	right:50px;
    transition: all 400ms;
}
/* upcoming events */
/*assements training css start from here */
.ic-fellowship-info-details h3{
	font-size: 20px;
    color: #707070;
    font-family: NotoSans-Bold;
	text-align: left;
}
.ic-fellowship-info-details a{
	text-decoration: none;
}
.ic_assemments_tool h2{
	color: #008AB1;
    font-size: 26px;
    text-align: left;
    font-family: NotoSans-Bold;
    margin-bottom: 20px;
    margin-top: 0px;
}
.ic_assemments_tool h4{
	font-size: 18px;
    color: #707070;
    font-family: NotoSans-Bold;
	text-align: left;
}
.ic_top_text_assement{
	color:#00b7c9;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.ic_assemments_tool{
	padding-bottom: 50px;
}
.ic_certification_ul_text{
	padding: 0px 0 0px 0px !important;
}
.ic_sponership_details{
	padding-bottom: 50px;
}
.ic_sponership_details p{
	margin-bottom: 20px;
}
.ic-fellowship-training-exp-info p{
	font-size: 16px;
    color: #707070;
    font-family: NotoSans-Regular;
	text-align: left;	
	line-height: 26px;
}
.ic_uk_visa_middle_text{
	margin-bottom: 25px;
}
.ic-fellowship-training-exp-info li a{
	font-size: 18px;
	color:#707070;
	text-align: left;
	text-decoration: none;
	line-height: 28px;
	font-family:NotoSans-Regular;
	cursor: none;
}
.ic-training-stru-first-ul li{
	position: relative;
	padding-left: 26px;
	padding-bottom: 18px;
}
.ic-training-stru-first-ul li::before{
	content: '';
  	 width:8px;
   	height: 8px;
	border-radius: 50px;
    position: absolute;
	top:10px;
	left:0;
	background-color: #00B7C9;
}
.ic-endo-spe-clinics-details li a{
	font-size: 18px;
	color:#707070;
	text-align: left;
	text-decoration: none;
	line-height: 28px;
	font-family:NotoSans-Regular;
}
.ic-endo-spe-clinics-details li{
	position: relative;
	padding-left: 26px;
	padding-bottom: 18px;
}
.ic-endo-spe-clinics-details li::before{
	content: '';
  	 width:8px;
   	height: 8px;
	border-radius: 50px;
    position: absolute;
	top:10px;
	left:0;
	background-color: #00B7C9;
}
.ic-fellowship-info-details h4{
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	font-family:NotoSans-Bold;
	color: #707070;;
	line-height: 28px;
}
.ic_accredited_programme_ul{
	margin-top: 15px;
}
.ic_accredited_programme_ul li{
	list-style: none;
	line-height: 26px;
	font-size: 16px;
	color: #707070;
	text-align: left;
	font-family:NotoSans-Regular;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.ic_accredited_programme_ul li::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color:#00B7C9;
	top:10px;
	left: 0px;
}
.ic_accredited_programme_ul_details a{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	font-family:NotoSans-Regular;
	padding-bottom: 70px;
	display: inline-block;
}
.ic_accredited_programme_wrapper{
	margin: 0px 0 50px !important;
}
.ic_advanced_training_conf_ul span{
	font-size: 16px;
	color:#707070;
	font-family:NotoSans-Bold;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
	position: absolute;
	top:0px;
	left:0px;
}
.ic_advanced_training_conf_ul li {
   font-size: 16px;
   color: #707070;
   list-style: none;
   font-family: NotoSans-Regular;
   text-align: left;
   position: relative;
   padding: 0px 0 10px 250px;

}
.ic_advanced_training_conf_ul li a{
   font-size: 16px;
   color:#707070;
   font-family:NotoSans-Regular;
   text-decoration: none;
   text-align: left;
   line-height: 36px;
}
.ic_diabetes_nurses_programme_ul li{
	padding: 10px 0 10px 120px !important;
}
.ic_daibetes_nurses_venue_wrapper{
	padding-bottom: 70px !important;
}
.ic_daibetes_nurses_registration_wrapper{
	padding-bottom: 70px !important;
}

.ic_details_box{
    margin-bottom: 30px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 25px;
}
.ic_thyroid_masterclass p{
	font-size: 16px;
	color:#707070;
	font-family:NotoSans-Regular;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	margin-bottom: 20px;
}
.ic_thyroid_masterclass{
	padding: 20px 0;
}
.ic_thyroid_masterclass_date_box{
	background: #f3f2f2;
	width:60%;
	height: 150px;
	border:1px solid #00B7C9;
}
.ic_thyroid_masterclass_date_box span{
	color: #008AB1;
	font-size: 30px;
	font-family:NotoSans-Regular;
}
.ic_accreditation p{
	margin-bottom: 15px !important;
	width: 100%;
}
.ic-course-overview-list-othrer-page li a{
	padding:10px 0px !important;
	margin: 0 12px;
 }
 .ic-course-overview-list li a{
	 font-size: 17px !important;
 }
 .ic_previous_program p a{
	color: #008AB1;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
 }
 .ic_previous_program h1{
	 padding-bottom: 40px;
 }
 .ic_programme_text_blue strong{
	 color: #00b7c9;
	 font-family:NotoSans-Bold;
	 font-size: 20px;
 }
 .ic_moderator_text{
	color: #00b7c9;
	font-family:NotoSans-Bold;
	font-size: 20px;
 }
 .ic_thy_masterclass_programme_ul li{
	padding: 10px 0 10px 120px !important;
 }

.ic_ese_clinical_programme_ul li{
	padding: 10px 0 10px 120px !important;
}
/* programme Page css start from here */
.ic_programme_details_information{
	padding: 0 0 70px;
}
.ic_programme_details h1{
   color:#008AB1;
   font-size:46px;
   font-family:NotoSans-Regular;
   text-align: left;
   margin-bottom: 20px;
}
.ic_programme_details h2{
color:#004F71;
font-size:22px !important;
font-family:NotoSans-Bold;
margin-bottom: 25px;
}
.ic_programme_details_ul li{
   font-size:18px;
   color:#707070;
   list-style: none;
   font-family:NotoSans-Regular;
   text-align: left;
   position: relative;
   line-height: 28px;
   padding:12px 0 12px 120px;
   border-bottom: 1px solid #cccc;
}
.ic_programme_details_info{
   color:#707070 !important;
}
.ic_programme_details_ul .ic_Programme_time{
   font-size:20px;
   color:#004F71;
   font-family:NotoSans-Bold;
   text-align: left;
   position: absolute;
   top:12px;
   left:0;
}
.ic_italic_text{
   font-family:'NotoSans-Italic';
   text-align: left;
   font-size: 18px;
   text-decoration: none;
   text-align: left;
}
.ic_parallel_text{
   text-align: left;
   font-size: 18px;
   text-decoration: none;
   text-align: left;
   font-family:NotoSans-Bold;

}
.ic_programme_details_ul a{
   color:#004F71;
   font-size:18px;
   font-family:NotoSans-Regular;
   text-decoration: none;
   text-align: left;
}

.ic_programme_text_blue{
   color:#00B7C9;
   font-size:18px;
   font-family:NotoSans-Regular;
}
.ic_sec_span{
   font-size:18px !important;
   color:#707070;
   list-style: none;
   font-family:NotoSans-Regular;
   text-align: left;
   line-height: 35px !important;
}
.ic-_bold_debate_text{
   font-size:18px !important;
   text-decoration: none;
   text-align: left;
}
.ic_programme_details_ul li:last-child{
   border-bottom: none;
}
.ic-training-details-sec-ul li {
	font-size: 18px;
    color: #707070;
    list-style: none;
    font-family: NotoSans-Regular;
    text-align: left;
    position: relative;
    padding: 0px 0 10px 286px;

 }
 .ic-training-details-sec-ul li a{
	font-size: 18px;
	color:#707070;
	font-family:NotoSans-Regular;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
 }

 .ic-training-details-sec-ul span{
	font-size: 18px;
	color:#707070;
	font-family:NotoSans-Bold;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
	position: absolute;
	top:0px;
	left:0px;
}
.ic_accridation_online_education_text {
color:#00B7C9;
cursor: pointer;
/* border-bottom: 1px solid #00B7C9; */
/* display: inline-block; */
}
.ic_abstracts_details_wrapper{
	padding-bottom: 50px;
}
.ic_abstracts_ul li{
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
	color: #707070;
	font-family:NotoSans-Regular;
	text-align: left;
}
.ic_abstracts_ul li::before{
	content:'';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #00b7c9;
	top:10px;
	left:0px;
}
.ic_abstracts_ul span{
	color: #636363;
	font-family:NotoSans-Bold;
	text-align: left;
	padding-right: 10px;
}
.ic_abstracts_details_wrapper p span{
	color: #636363;
	font-family:NotoSans-Bold;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.ic_abstracts_details_wrapper h3{
	color:#008AB1;
	font-size: 25px;
	margin: 10px 0 15px;
	font-family:NotoSans-Regular;
}
.ic_registration_events_wrapper{
	min-height: 30vh;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display:block;
}

.ic_research_section h3{
	color: #00b7c9;
	font-size: 25px;
	font-family:NotoSans-Regular;
	margin-bottom: 15px;
	margin-top: 0px;
}
.ic_education_ul li{
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	font-family:NotoSans-Regular;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.ic_education_ul li::before{
	content: '';
	position: absolute;
	top:10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #00b7c9;
}
.ic-training-structure-img{
	cursor: pointer;
}
.ic-training-structure .owl-nav {
    margin-top: 6px;
    float: right;
    margin-right: 25px;
	position: relative;
	z-index: 1;
}
.ic-training-structure-details .owl-theme .owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 45px;
    top: 15px;
    justify-content: center;
}
.ic-download-app-section a{
	text-decoration: none;
	cursor:pointer;
}

.ic-fellowship-training-exp-info h2{
	color: #008AB1;
	font-size: 30px;
	margin-bottom: 35px;
	margin-top:10px;
	text-align: left;
	font-family:NotoSans-Bold;
}
.ic_research_section h2{
	color: #008AB1;
	font-size: 30px;
	margin-bottom: 25px;
	margin-top:10px;
	text-align: left;
	font-family:NotoSans-Bold;
}
.ic_research_section{
	padding-top: 40px;
}

/* programme Page css end  here */
/*assements training css end  here */


/*registration form starts here*/

.ic_bank_info_ul .ic_bank_info{
  font-size:18px;
  color:#707070;
  font-family:NotoSans-Bold;
  text-align: left;
  position: absolute;
  top:12px;
  left:0;
}
.ic_bank_info_ul li a{
  color: #707070;
  font-size: 16px;
  font-family:NotoSans-Regular;
  text-align: left;
  text-decoration: none;
}
.ic_bank_info_ul li {
  font-size:20px;
  color:#707070;
  list-style: none;
  font-family:NotoSans-Regular;
  text-align: left;
  position: relative;
  padding:15px 0 15px 230px;
  border-bottom: 1px solid #cccc;
  line-height: 26px;
}
.ic_registration_events_wrapper{
  padding: 30px 0 30px;
}
.ic_events_cost_per_registration_details h3{
  color:#008AB1;
  margin: 20px 0 25px;
  font-size: 24px;
  line-height: 24px;
  font-family: NotoSans-Bold;
}
.ic_events_cost_per_registration_details label{
  font-weight: 500;
  font-family: NotoSans-Regular;
  color:#707070;
  font-size: 17px;
  line-height: 27px;
  padding-bottom: 20px;
}
.ic_events_cost_per_registration_details{
  padding-top: 15px;
}
.ic_events_registration_form_details{
  text-align: left;
}
.ic_register_pay_bank_transfer{
  background: #008AB1;
    border: 1px solid #008AB1;
    color: #fff;
  padding: 10px;
    font-size: 18px;
    border-radius: 2px;
    text-align: center;
  font-family: NotoSans-Bold;
  outline: 0px;
  width: 90%;
  margin: 0 0;
}
.ic_events_bank_transfer_details{
text-align: left;
}
.ic_events_form_registration{
  width: 90%;
  margin: 20px 0;
}
.ic_events_form_registration .form-control{
 height: 45px ;
  border: none ;
  border-bottom: 1px solid #63636333 ;
  border-radius: 0px ;
  box-shadow: none ;
    background-color: #fff ;
  color: #63636380 ;
  font-size: 15px ;
  font-family: NotoSans-Regular ;
}
.ic_events_form_registration .form-control::placeholder{
 color: #63636380 ;
  opacity: 1;
}
.ic_events_form_registration .form-control:focus{
  box-shadow: none ;
}
.ic_events_form_registration .form-group{
  margin-bottom: 8px ;
}
.ic_events_form_registration input[type=text], .ic_events_form_registration select, .ic_events_form_registration textarea{
  width: 100%;
    padding: 12px 8px;
    border-radius: 0px;
    box-sizing: border-box;
    resize: vertical;
    color: #63636380;
    font-size: 15px;
    opacity: 1;
    background: transparent;
    outline: 0;
  border:none;
    border-bottom: 1px solid #63636333;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.ic_events_form_registration .ic_code_img img{
   width: 100%;
 }
 .ic_small_refresh_catpcha_img img{
  width: 20px !important;
    margin-top: 10px;
    height: 20px;
  float: left;
 }
 .ic_small_refresh_catpcha_img label{
  color: #63636380;
  font-family: NotoSans-Regular;
  font-weight: 400;
  float: right;
 }
 .ic_cme_btn_register{
  background: #00B7C9;
    color: #fff;
    font-size: 18px;
    font-family: NotoSans-Bold;
    text-decoration: none;
    width: 300px;
    padding: 12px 10px;
    border-radius: 4px;
    margin-top: 24px;
    text-align: center;
    outline: 0px;
    border: 1px solid transparent;
    margin: 25px auto 0;
 }
 .ic-accreditations h3{
	color: #008ab1;
    font-size: 26px;
    font-family: NotoSans-Bold;
    margin-bottom: 15px;
 }
 .ic-accreditations-1 h3{
	color: #fff;
    font-size: 24px;
    font-family: NotoSans-Bold;
    margin-bottom: 15px;
 }
.ic_advanced_training_conf_ul .sep_ul li{
	padding: 0px 0 0px 0px;;
	line-height: 2.4;
}
.ic_advanced_training_conf_ul .res_sep_ul{
	padding: 0 0 0 20px;
}
.ic_advanced_training_conf_ul .res_sep_ul li{
	padding: 0px 0 0px 0px;;
	line-height: 2.4;
	list-style: disc;
}

.ic_main_sep_text{
	margin-bottom:30px !important;
}
.ic_sep_heading{
	color: #008AB1;
    font-size: 30px;
	text-align: left;
    margin: 0px 0 20px 0;
}
.ic_sep_img{
	margin-left: 0px;
}

/*ends here*/
/* mission_vission and accrediations page styling  */

.list_items{
	list-style: none;
    display: inline-block;
    text-align: center;
    padding-right: 143px;
}
.font_color{
	font-size: 20px;
	color: #008AB1;
	font-family: NotoSans-Regular;
}
.our_mission_font{
	
	font-size: 22px;
	color: #000;
}
.heading_values{
	font-family: NotoSans-Bold;
	color: #008AB1;
}
.img_heading{
	 font-family: NotoSans-Bold;
	color: #025173;
	font-size: 21px;
}
/* .mar_left{
	margin-left: -50px;
} */
.respn_p{
	width: 90%;
}
.margin-tp-10{margin-top: 10px;}
.margin-tp-15{margin-top: 15px;}
.margin-tp-20{margin-top: 20px;}
.margin-tp-24{margin-top: 24px;}
.margin-tp-30{margin-top: 30px;}
.margin-tp-40{margin-top: 40px;}
.margin-tp-50{margin-top: 50px;}
.margin-bt-50{margin-top: 50px;}
/*ends here*/
.ic_code_img{
	margin-top:40px;
}
/* wdd landing page css start from here */
.ic_wdd_details_section{
	padding: 30px 0px 0;
}
.ic_wdd_details_info{
	padding: 30px 0;
	min-height: 500px;
}
.ic_wdd_info_wrapper{
	/* padding: 0 15px; */
}
.ic_wdd_info_wrapper p a:hover{
	text-decoration: none;
}
.ic_wdd_info_wrapper p{
	color: #636363;
    font-family: NotoSans-Regular;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
   
}
.ic_wdd_video_wrapper{
	width: 430px;
	margin: 20px auto 0;
	background-color: #003146;
	padding: 6px;
	text-align: center;
	/* height: 250px; */
	
}
.ic_wdd_video_wrapper a{
	text-decoration: none;
}
.ic_wdd_video_wrapper p{
	color:#fff;
	font-size: 26px;
	text-align: center;
	padding: 50px;
}
.top_ten_btn_tips{
	background: #00B7C9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: NotoSans-Bold;
    text-decoration: none;
    padding: 10px 10px;
    width: 350px;
    border-radius: 4px;
    margin: 10px 0;
    border: 1px solid transparent;
    display: inline-block;
}
.top_ten_btn_tips:hover{
	color: #fff;
	text-decoration: none;
}
#myModal9 .modal-header{
	padding: 0px;
    border-bottom: 1px solid transparent;
    background: #0e3146;
}
#myModal9 .modal-header .close {
    margin-top: -2px;
	color: rgb(156, 148, 148);
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
	right: -46px;
	position: absolute;
	font-size: 40px;
}
#myModal9 .modal-header .close:focus{
	outline: 0px;

}
#myModal9 .modal-dialog {
    margin-top: 0;
    width: 830px;
    top: 50%;
    transform: translateY(-50%) !important;
}
#myModal9 .modal-body {
    position: relative;
    padding: 15px;
    background: #0e3146;
}
#myModal9 iframe{
	border:2px solid #000;
}
/* wdd landing page css end here */

/* 404 Page css start from here */
.ic_404_page_wrapper {
	background: #f2f2f269;
}
.ic_404_page_details{
	min-height: 100vh;
	padding: 100px 0 ;
	
}
.ic_404_page_details h2{
	color:#00b7c9;
	font-size: 150px;
	font-family: NotoSans-Bold;
}
.ic_404_page_details h4{
	color: #707070;
	font-size: 32px;
	line-height: 1.6;
	text-align:center;
	font-family: NotoSans-Regular;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ic_404_page_details p{
	color: #707070;
	font-size: 16px;
	line-height: 1.6;
	text-align:center;
	margin-bottom: 30px;
	font-family: NotoSans-Regular;
	text-transform: uppercase;
}
.ic_404_page_details a{
	background: #00b7c9;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
	text-decoration: none;
}
.ic_find_doctor_submit_btn{
	margin-left: 15px;
}
/* 404 Page css end here */
