body {
	border:0;
	outline:0;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight: normal;
	background-color:#f5f5f5;
	color:#404040;	
    word-wrap: break-word;
}
.fraleway {
    font-family: 'Raleway', sans-serif;
}
a, button, a:hover, button:hover, 
a:focus, button:focus, .btn.active.focus, 
.btn.active:focus, .btn.focus, 
.btn.focus:active, .btn:active:focus, .btn:focus {
	outline:none;
	outline:0;
	text-decoration:none;
}

.text-login-box {
	padding-right: 20px;
	font-size: 16px;
	vertical-align: middle;	
}

.text-white {
	color:#fff;
}
.text-gray {
    color:#777;
}
.fn {
	float:none;
}
.fs0 {
	font-size:0;
}
.fbold {
	font-weight:bold;
}
.po-rel {
	position:relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
.nomargin {
	margin:0 !important;
}
.list-inline li {
    display: inline-block;
    vertical-align: middle;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.ma10 {
	margin:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mb20 {
	margin-bottom:20px;
}
.mr10 {
    margin-right:10px;
}
.pall {
	padding:10px;
}
.pall20 {
	padding:20px;
}
.full-width {
	display:block;
}
.nopadding {
	padding:0 !important;
}
.disblock {
    display: block !important;
}
.img-mid {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    /*text-transform: capitalize;*/
    height: 38px;
}
.form-control:focus {
    border: 1px solid #d7377b;
}
.form-control::-webkit-input-placeholder {
   color:#939393; font-weight:normal;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color:#939393;  font-weight:normal;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #939393; font-weight:normal; 
}
.form-control:-ms-input-placeholder {  
   color: #939393;  font-weight:normal;
}
.form-control:focus {
    box-shadow: none;
    font-size: 13px;
}
.img-center {
    margin: 0 auto;
	display:block;
}
.img-middle {
    display:inline-block;
    vertical-align: middle;
}
.btn {
	text-transform:capitalize;
    border:0;
}
a {
    color:#d7377b;
}
a:hover {
    color:#d7377b;
}
a:focus {
    color: #d7377b;
}
a:hover,
a:focus {
  color: #d7377b;
}
a,a:hover {
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.btn, .btn:hover, .form-control, .form-control:active, .form-control:focus {
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	 
}
.navbar-default, .navbar-default.navbar-shrink,
.btn-theme, .btn-theme:after, .btn-theme:hover:after,
.partner-carousel:hover .owl-prev, .partner-carousel .owl-prev,
.partner-carousel:hover .owl-next, .partner-carousel .owl-next,
.btn-black, .btn-black:after, .btn-black:hover:after,
.user_detail .social_share li a span.inr_content:before,
.user_detail .social_share li a:hover span.inr_content:before,
.testi_sec .testi_photo img, .testi_sec .testi_photo:hover img,
.testi_sec .testi_photo, .testi_sec .testi_photo:hover,
.whatis_sec .inr_top img, .whatis_sec .inr_top:hover img,
.howit_sec .inr_cont img, .howit_sec .inr_cont:hover img,
.testi_sec .left_sec .testi_photo .comment_type,
.testi_sec .left_sec:hover .testi_photo .comment_type,
.partner_sec .inr_cont, .partner_sec .inr_cont:hover,
.charte_sec ul li, .charte_sec ul li:hover,
.terms_sec ul li, .terms_sec ul li:hover,
.howit_sec .inr_cont .inr_step::before, 
.howit_sec .inr_cont:hover .inr_step::before,
.press_sec .slider_sec .item,
.press_sec .slider_sec .item:hover,
.press_sec .owl-prev, .press_sec .owl-next,
.press_sec .owl-prev:hover, .press_sec .owl-next:hover {
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.checkbox p{
    margin-top: 4px;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-weight:normal;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
    color:#000;
    font-weight:normal;
    padding-left: 20px;
}
.checkbox-custom + .checkbox-custom-label::before, .radio-custom + .radio-custom-label::before {
    background: #cecece none repeat scroll 0 0;
    border: 2px solid #cecece;
    box-shadow: 0 0 0 3px #cecece;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 10px;
    margin-top: -2px;
    position: absolute;
    top:7px;
    left: 0;
}
.checkbox-custom:checked + .checkbox-custom-label:before,
.radio-custom:checked + .radio-custom-label:before {
    box-shadow:  0px 0px 0px 3px #ED408A;
    -o-box-shadow:  0px 0px 0px 3px #ED408A;
    -webkit-box-shadow:  0px 0px 0px 3px #ED408A;
    -moz-box-shadow:  0px 0px 0px 3px #ED408A;
    -ms-box-shadow:  0px 0px 0px 3px #ED408A;
    background-color:#ED408A;
    border:2px solid #fff;
}
.radio-custom + .radio-custom-label::before {
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}
.note-sec {
    background-color: #f4f4f4;
    border-left: 4px solid #d7377b;
    margin: 15px 0;
    padding: 10px;
    text-align: left;
}



/*-------------------index--------------------*/
.navbar-default {
    background-color: rgba(255, 255, 255, 0.80);
    border: 0 none;
    margin: 0;
    padding: 13px 0;
}
.navbar-default.navbar-shrink {
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #b0abab;
    -o-box-shadow: 0 0 6px 0 #b0abab;
    -webkit-box-shadow: 0 0 6px 0 #b0abab;
    -moz-box-shadow: 0 0 6px 0 #b0abab;
    -ms-box-shadow: 0 0 6px 0 #b0abab;
    padding: 10px 0;
}
.navbar-header {
    padding: 8px 0;
}
.navbar-right {
	margin:0;
}
.menu-top ul {
    margin: 8px 0 0;
}
.menu-top li {
	margin:0 5px;
}
.navbar-default .menu-top ul li a {
    background-color: #ffffff;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 14px;
    text-transform: capitalize;
}
	.navbar-default .menu-top ul li a.how {
		font-size:12px;
		opacity:0.9;
	}


.navbar-default .menu-top ul li a:hover, 
.navbar-default .menu-top ul li.active a,
.navbar-default .menu-top ul li.active a:hover {
    background-color: #d7377b;
	color:#fff;
}
.navbar-shrink .menu-top ul.navbar-nav li a {
    background-color: #d7377b;
    color:#fff;
}
.navbar-default .navbar-toggle {
    background-color: #d7377b;
    border: 0 none;
    border-radius: 2px;
    margin-bottom: 0;
    margin-top: -4px;
    padding: 7px 6px;
}
.home-banner .form-search .btn-theme {
    background-color: #d7377b;
    height: 50px;
    padding: 0;
    width: 150px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
    padding:0;
}
.home-banner {
	/*background-image:url(../../../images/banner-back.jpg);
	background-size:cover;*/
	height: 655px;
	/*background-position:bottom center;*/
	padding:0;
	position:relative;
	overflow:hidden;
}

iframe#hp-bg-video-web{
	with:100%;
}
	.home-banner video{
		width:100%;
		/*-webkit-filter: blur(2px);
	    -webkit-animation: fadein linear 15.5s;*/
		-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	    filter: grayscale(100%);
	}
	/*@-webkit-keyframes fadein {
		0% 		{   -webkit-filter: blur(5px);}
		50% 	{ 	-webkit-filter: blur(3px);}
		100% 	{  	-webkit-filter: blur(2px);}
	}*/

.overlay-search {
    display: block;
    left: 0;
    position: absolute;
    top:24%;
    width: 100%;
}
.home-banner .form-search {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 20px 3px;
}
	.home-banner .form-search:hover {
		background-color: rgba(0, 0, 0, 0.25);
	}
.home-banner .input-group-addon {
    border-radius: 0;
    padding: 0;
    background-color: #ededed;
    border:0;
	z-index:1000;
	position:relative;
}
.home-banner .form-search .form-group {
    margin: 10px;
}
.home-banner .form-search .form-control {
    height: 50px;
    border-radius: 0;
    width: 208px;
    font-size: 13px;
    border:0;
}
.flagstrap .btn {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    height: 50px;
    width: 54px;
}
.flagstrap .btn:focus, .flagstrap .btn:hover, .flagstrap .btn:active {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    height: 50px;
    width: 54px;
}
.flagstrap .dropdown-menu {
    border-radius: 0;
    min-width: 260px;
}
.flagstrap .dropdown-menu > li > a {
    cursor: pointer;
    padding: 6px 10px;
    font-size: 13px;
}
.flagstrap .dropdown-menu > li > a > i {
    margin-right: 10px;
}
.btn-theme {
    background-color: #d7377b;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    line-height: 40px;
}
.btn-theme-outline {
	background: none;
	padding: 12px 22px;
	border: 2px solid #d7377b;
	color: #d7377b;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}
.btn-theme:hover, .btn-theme:active, .btn-theme:focus {
    color: #ffffff !important;
}
.btn-theme:after {
    background-color: #343434;
    position: absolute;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
}
.btn-theme:hover:after {
    height: 100%;
}
.btn-black {
    background-color: #343434;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    /*padding: 0 30px;*/
    padding: 0 28px; /* Kannan */
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    line-height: 40px;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
    color: #ffffff !important;
}
.btn-black:after {
    background-color: #d7377b ;
    position: absolute;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
}
.btn-black:hover:after {
    height: 100%;
}
.theme-heading h3, .theme-heading h2, .theme-heading p.h3, .theme-heading div.heading {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 50px;
} 
.theme-heading h3 span,.theme-heading p.h3 span, .theme-heading h2 span, .theme-heading div.heading span {
    /*border-bottom: 1px solid #d7377b;*/
    padding:20px 10px;
    position: relative;
}
.theme-heading h3 span::after, .theme-heading p.h3 span::after, .theme-heading h2 span::after,  .theme-heading div.heading span::after{
    background-color: #d7377b;
    bottom: -5px;
    content: "";
    height: 9px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
}
.theme-heading h3 span::before, .theme-heading p.h3 span::before, .theme-heading h2 span::before, .theme-heading div.heading span::before {
    border-bottom: 1px solid #d7377b;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;    
}
.theme-heading h3 div, .theme-heading p.h3 div, .theme-heading h2 div, .theme-heading div.heading div {
    /*border-bottom: 1px solid #d7377b;*/
    padding:20px 10px;
    position: relative;
    width: auto;
    line-height: 22px;
}
.theme-heading h3 div::after, .theme-heading p.h3 div::after, .theme-heading h2 div::after,  .theme-heading div.heading div::after{
    background-color: #d7377b;
    bottom: -5px;
    content: "";
    height: 9px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
}
.theme-heading h3 div::before, .theme-heading p.h3 div::before, .theme-heading h2 div::before, .theme-heading div.heading div::before {
    border-bottom: 1px solid #d7377b;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;    
}

.footer {
    background-color: #343434;
    padding: 30px 0;
}
.footer ul h5, .footer ul p.h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
.footer ul h5 span, .footer ul p.h5 span {
    border-bottom: 1px solid #d7377b;
    padding: 5px 0;
    position: relative;
}
.footer ul h5 span::after, .footer ul p.h5 span::after {
    background-color: #d7377b;
    bottom: -3px;
    content: "";
    height: 5px;
    left: calc(50% - 7px);
    position: absolute;
    width: 14px;
}
.footer ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    padding:3px 3px 3px 12px;
    text-transform: capitalize;
}
.footer ul li a:hover {
    color: #d7377b;
    
}
.footer .footer-right li {
    padding:0;
}
.footer .social-ico li a {
    font-size: 14px;
}
.footer .social-ico li a i {
    background-color: #d7377b;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin:3px 10px 3px 4px;
    padding: 0 9px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 0;
}
.footer .social-ico li a i:hover {
    
    padding: 0 9px;

}
.footer .social-ico li a i:after {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transform:scale(1.5);
    transition:all 0.3s ease 0s;
    background-color:#48bc8f;
    content:"";
    visibility:hidden;
}
.footer .social-ico li a:hover i::after {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:1;
    transform:scale(1.05);
    transition:all 0.3s ease 0s;
    background-color:#fff;
    content:"";
    visibility:visible;
    z-index:-1;
}

.footer ul li a i {
    color: #ffffff;
    font-size: 14px;
    padding-right: 8px;
}
.footer ul li a:hover i {
    color: #d7377b;
}
.footer-bot {
    background-color: #232323;
    padding: 26px 0;
}
.cls_copy {
    color: #ffffff;
    font-size: 12px;
}
.language-foot .inr-flag {
    margin-left: 15px;
    margin-top: 27px;
}
.footer .language-foot li {
    margin-bottom: 15px;
}
.footer .language-foot li a {
    margin: 0 5px;
    padding: 0;
}
.language-foot li a {
    position: relative;
    z-index: 0;
}
.language-foot li a span {
    background-image: url("../../../images/flag-sprite.png");
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 34px;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.language-foot li a:after {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #d7377b;
    transform: scale(1.5);
    content: "";
    opacity: 0;
    visibility: hidden;
     transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.language-foot li a:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
     transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.language-foot li a span img {
    width: 100%;
    height: 100%;
}

.language-foot li a.flag1 span {
    background-position: 0 0;
}
.language-foot li a.flag2 span {
    background-position: -44px 0;
}
.language-foot li a.flag3 span {
    background-position: -90px 0;
}
.language-foot li a.flag4 span {
    background-position: -136px 0;
}
.language-foot li a.flag5 span {
    background-position: -177px 0;
}
.language-foot li a.flag6 span {
    background-position: -225px 0;
}
.language-foot li a.flag7 span {
    background-position: -275px 0;
}
.language-foot li a.flag8 span {
    background-position: 0 -39px;
}
.language-foot li a.flag9 span {
    background-position: -50px -39px;
}
.language-foot li a.flag10 span {
    background-position: -102px -39px;
}
.language-foot li a.flag11 span {
    background-position: -151px -39px;
}

/*----------------modal popup--------------*/
.modal-backdrop.in {
    opacity: 0.7;
    z-index: 2;
}
.modal-form .modal-dialog {
    margin:100px auto;
    width: 500px;
}
.modal-content {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 0;
}
.modal .close {
    background-color: #d7377b;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    width: 40px;
    z-index: 5;
}
.modal-form .overlay-modal-head {
    background-color: #d7377b;
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
    box-shadow: 0 0 0 10px rgba(215, 55, 124, 0.5);
    -o-box-shadow: 0 0 0 10px rgba(215, 55, 124, 0.5);
    -webkit-box-shadow: 0 0 0 10px rgba(215, 55, 124, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(215, 55, 124, 0.5);
    -ms-box-shadow: 0 0 0 10px rgba(215, 55, 124, 0.5);
    height: 90px;
    left: calc(50% - 45px);
    position: absolute;
    text-align: center;
    top: calc(0% - 45px);
    width: 90px;
}
.modal-form .overlay-modal-head i {
    color: #ffffff;
    font-size: 40px;
    line-height: 90px;
}
.modal-form-login .modal-body {
    padding-top: 80px;
}
.modal .form-group {
    margin-bottom:20px;
    position: relative;
}

/*----------------after login header--------------*/
.header-content-logged .navbar-default {
    padding: 0;
}
.header-content-logged  .menu-top ul {
    margin:0;
}
.header-content-logged .how{
	margin-top:19px;
	margin-right:30px;
	background-color:#efefef!important;
}
	.header-content-logged .how:hover{
		background-color:#d7377b!important;
	}

.menu-top .user-top span {
    margin:0 2px;
}
.menu-top .user-top .inr-pic {
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
}
.menu-top ul li.user-top a, .menu-top ul li.user-top a:hover,
.menu-top ul li.user-top a:focus,  .menu-top ul li.user-top a:active {
    padding: 14px;
    background-color: #e7e7e7;
    color: #404040;
}
.navbar-shrink .menu-top ul li.user-top a, .navbar-shrink .menu-top ul li.user-top a:hover,
.navbar-shrink .menu-top ul li.user-top a:focus, .navbar-shrink .menu-top ul li.user-top a:active {
    color: #404040;
    background-color: #e7e7e7;
}
.header-content-logged  .navbar-header {
    padding: 2px 0;
}
.menu-top .user-top .inr-name {
    font-size: 14px;
}
.menu-top .user-top .dropdown-menu {
    border: 0;
    border-top:3px solid #d7377b;
    padding: 0;
    width: 135%;
}
.menu-top .user-top .dropdown-menu li {
    margin: 0;
}
.menu-top li.user-top .dropdown-menu li a {
    background-color:#fff;
    border-bottom: 1px solid #cecece;
} 
.menu-top li.user-top .dropdown-menu li a:hover {
    background-color:#dcdcdc;
} 
.menu-top li.user-top .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

/*-------------inner main content---------------*/
/*----------register-----*/
 .header-content .nav-white-bg
 {
     background-color:#fff;
 }

 .header-content .nav.navbar-nav.navbar-right.header-list li a
 {
      background-color: #ebebeb;
 }
 	.header-content .nav.navbar-nav.navbar-right.header-list li a.how{
		background-color: #fff;
 	}

 .header-content .nav.navbar-nav.navbar-right.header-list li a:hover
 {
      background-color: #D7377B;
 }
.cls_search_index {
    background: #ababab none repeat scroll 0 0;
    padding: 10px;
}
.main-content {
padding: 25px 0 50px 0;
}
.left-cont {
background-color: #ffffff;
border: 1px solid #dfdfdf;
padding: 1px 20px;
}
.right-cont {
background-color: #ffffff;
border: 1px solid #dfdfdf;
}
.gray-icon i {
    color:#ababab;
    font-size:19px;
}
.left-cont .form-group {
    margin-bottom: 28px;
}
.left-cont .form-control {
    border-radius: 0;
    box-shadow: none;
    
}
.pink-star {
    color:red;
}
.news-heading {
    background-color: #ed408a;
    height: 48px;
}
.news-heading p {
    color:#fff;
}
.news-heading h2, .news-heading p.h4 {
    color: #fff;
    line-height: 48px;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.doc-icon {
    background-color: rgba(0, 0, 0, 0.17);
    padding: 0px 6px;
    font-size:27px;
    
}
.doc-icon i {
    padding:10px;
}
.right-cont .news-left {
    background-color:#ED408A;
    padding:10px 23px;
    border-bottom:5px solid #d7377b;
}
.right-cont .media-left h3, .right-cont .media-left p {
    padding:0;
    margin:0;
    color:#fff;
    text-align:center;
}
.right-cont .media {
    margin: 10px;
}

.news-right h4 {
    padding: 0 7px;
}
.right-cont .news-right p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
}
.media .media-body .news-right h5, .media .media-body .news-right p.h5 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size:13px;
	color:#d7377b;
}
.right-cont img {
    padding:10px;
}
.video-icon i {
    background-color: rgba(255, 255, 255, 0.46);
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
    color: #000000;
    font-size: 20px;
    height: 40px;
    left: calc(50% - 20px);
    line-height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
}
.video-icon {
    position: relative;
    text-align: center;
}
.main-search-form {
    background-color: #ababab;
    padding:10px  0;
    position: relative;
}

.main-search-form .form-search {
    padding: 0px 3px;
}
.main-search-form .input-group-addon {
    border-radius: 0;
    padding: 0;
    background-color: #ededed;
    border:0;
}
.main-search-form .form-search .form-group {
    margin: 10px;
}
.main-search-form .form-search .form-control {
    height: 50px;
    border-radius: 0;
    width: 208px;
    font-size: 13px;
    border:0;
}
.main-search-form .form-search .btn-theme {
    height: 50px;
    width: 150px;
    padding: 0;
}

.gray-icon {
    display: inline-block;
    vertical-align: middle; 
    padding: 8px 0 0;
}
.custom-dropdown-select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown-select-white {
    background-color: #fff;
    color: #444;    
    border:1px solid #dfdddd !important;
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
         margin-right: 17px;

    }

    .custom-dropdown-select {
        padding-right:56px; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\f078";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
         font-family: 'FontAwesome';
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown-select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown-disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown-white::before {
        background-color: #dfdddd;
    }

    .custom-dropdown-white::after {
        color: rgba(0,0,0,.9);
    }

}
.left-cont .form-horizontal .control-label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-top: 0;
    text-align: left;
}
.left-cont .form-horizontal .control-label .note {
    font-size: 12px;
    color: #777777;
    display: block;
}
.left-cont h3, .left-cont h1 {
    font-size: 22px;
    margin: 25px 0 10px;
    text-transform: uppercase;
}

/*-----------------alert--------------*/
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    position: relative;
}
.alert-danger {
    background-color: #ea6153;
    border-color: #e05749;
    color: #ffffff;
}
.alert-success {
    background-color: #19b698;
    border-color: #0fac8e;
    color: #ffffff;
}
.alert .sign {
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.alert_close {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
}
.alert-counter {
    text-align: center;
}
.alert-counter p {
    font-size: 14px;
}
.alert-counter .inr_count {
    font-size: 14px;
    width: 40px;
    height: 40px;
    background-color: #D7377B;
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
/*----comments--------*/
.comment_pos  {
    color: #02a700;
    font-size: 15px;
}
.comment_neg  {
    color: #ff0000;
    font-size: 15px;
}
.comment a {
    color: #404040;
}


/*------input group------------*/
.add_btn .inr_btn {
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
    font-size: 27px;
    height: 40px;
    line-height: 37px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 40px;
    overflow: hidden;
}
/*------file upload------------*/
.file_upload {
    background-color: #d7377b;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: auto;
}
.file_upload:hover {
    background-color:#343434;
}
.file_upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}
/*-------------datepicker-----------*/
.daterangepicker .calendar-table td:hover {
    background-color: #ddd;
    border-radius: 0;
}
.daterangepicker .calendar-table td.active {
    background-color: #d7377b;
    border-radius: 0;
}
/*-------------custom heading-----------*/
h3.custombor_head {
   font-size: 14px;
   font-weight: bold;
   position: relative;
   display: inline-block;
   padding: 10px 0;
   margin:0 0 10px;
   border-bottom: 1px solid #d1d1d1;
}
h3.custombor_head:after {
   position: absolute;
   bottom: -2px;
   width: 50px;
   height: 3px;
   background-color: #d7377b;
   left: 0;
   content: "";
}
/*----------------user section-------------*/
.user_detail {
    background-color: #e6e6e6;
}
.user_detail .inr_top {
    color: #fff;
    text-align: center;
    background-color: #d7377b;
    padding: 20px 0px;
}
a:hover,
a:focus {
  color: #d7377b;
}
.user_detail .inr_top p
{
    margin:4px 0;
}
.user_detail .inr_img  {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border:2px solid #fff;
border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
-o-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
    overflow: hidden;
}
.user_detail .user_name {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.user_detail .inr_bot {
    padding: 15px 20px 5px;
}
.user_detail .social_share {
    margin-top: 20px;
}
.user_detail .social_share p {
    font-size: 14px;
}
.user_detail .social_share li a {
    display: block;
    margin-bottom:10px;
    position: relative;
}
.user_detail .social_share li a.fb {
    background-color: #3b5998;
}
.user_detail .social_share li a.tw {
    background-color: #55acee;
}
.user_detail .social_share li a span {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: calc(100% - 40px);
    position: relative;
}
.user_detail .social_share li a span.inr_content {
    position: relative;
}
.user_detail .social_share li a span.inr_content:before {
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    width:0;
    height: 100%;
    content: "";
}
.user_detail .social_share li a:hover span.inr_content:before {
    width:100%;
}
.user_detail .social_share li a span.inr_ico {
    width: 40px;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
}
/*------------scroll bar-----*/
.mCSB_scrollTools {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eeeeee;
    width: 6px;
    border-radius: 0;
}



.modal-article .modal-dialog {
    width: 850px;
}
.modal-article  #popupTitle {
    font-size: 15px;
}
.modal-article  .popupTitle {
    font-size: 15px;
}

  .user { 
    font-size: 15px;
    font-weight: 400 ; 
    margin-left: 82px;
    margin-top: 10px;
    color: #000 ;   
    float: left;
}
.user >p >a { color: #000;}

.user >p >a >span { font-size: 18px;color:#d7377b;font-weight: bold;}
.user > p  > span { color: #d7377b; font-size: 20px; font-weight: bold;  }

@media only screen and (max-width: 1199px) {
.user {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-left:30px !important;
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px) {
.user {
    color: #000;
    float: none!important;
    font-size: 15px;
    font-weight: 400;
    margin-left:0px !important;
    margin-top: 10px;
    text-align: center;
}
}

@media only screen and (max-width: 320px) {
.user {
    color: #000;
    float: none!important;
    font-size: 15px;
    font-weight: 400;
	width: 250px;
    margin-left:0px !important;
    margin-top: 10px;
    text-align: center;
}
}

/*User dropdown*/
.dropdown-menu span {
    color: #ed408a;
    font-weight: bold;
}

/*---------- Tour popover -----------*/
.popover {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
.popover .popover-title {
    background-color: #d7377b;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}
.popover-navigation .btn {
    background-color: #d7377b;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 17px;
    margin: 0 4px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.popover-navigation .btn.disabled {
    display:none;
}

#step-2 .arrow:after {
    border-bottom-color: #d7377b;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}

.form.col-sm-12.fn.center-block.text-center > div {
    margin: -20px 0 25px;
}

/* Kannan */
/* Form error popup */
.formError {
    background-color: #ea6153;
    bottom: 120%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    min-height: 29px;
    left: 33%;
    line-height: 25px;
    padding: 0 6px;
    position: absolute;
    width: auto;
    z-index: 99;
}
.formError:after {
    content:'';
    position:absolute;
    border-style:solid;
    border-width:0 6px 6px 0;
    border-color:transparent #e34f4f;
    display:block;
    width:0;
    z-index:1;
    bottom:-6px;
    left:20%
}
.passError .formError
{
    top : -20px;
}
.bg-success-pink {
    background: #f9e4ed;
    color: #dc0763;
    font-size: 17px;
}
.facheck{ 
    background:#d7377b; 
    border-radius: 50%; 
    padding: 10px; 
    color:#fff;
    font-size: 20px;
    height: 40px;
    margin: 18px;
    padding: 10px;
    width: 40px;
}
.subscribeContainer .bg-success-pink p {
    color: #DE1A68;
    font-size: 14px;
    font-weight: 500;
}
.kg_sec h5 {
    margin-top: 0;
}
.popover{
    max-width: 310px !important;
}
.modal-footer{
    padding: 13px;
}
.first-block {
    left:30px;
    top: 20px;
}

.div-insurance {
    padding: 10px;
    border: solid #d7377b 2px;
}

.insurance-check {
    color: darkgreen;
}

.insurance-certificate {
    font-size:16px;
}

.insurance-certificate-smaller {
    font-size:12px;
}